⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rzstringlisteditor.dfm

📁 使用前请您先阅读以下条款
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object RzStringListEditDlg: TRzStringListEditDlg
  Left = 201
  Top = 113
  Width = 490
  Height = 317
  BorderIcons = [biSystemMenu]
  Caption = 'Raize String List Editor'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlack
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = True
  ShowHint = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PnlButtons: TRzPanel
    Left = 0
    Top = 249
    Width = 482
    Height = 34
    Align = alBottom
    BorderOuter = fsNone
    TabOrder = 2
    object RzPanel2: TRzPanel
      Left = 317
      Top = 0
      Width = 165
      Height = 34
      Align = alRight
      BorderOuter = fsNone
      TabOrder = 0
      object BtnOk: TRzButton
        Left = 4
        Top = 4
        ModalResult = 1
        Caption = '&OK'
        HotTrack = True
        TabOrder = 0
      end
      object BtnCancel: TRzButton
        Left = 87
        Top = 4
        Cancel = True
        ModalResult = 2
        Caption = 'Cancel'
        HotTrack = True
        TabOrder = 1
      end
    end
    object BtnCodeEditor: TRzButton
      Left = 4
      Top = 4
      Width = 105
      Caption = '&Code Editor...'
      HotTrack = True
      TabOrder = 1
      Visible = False
      OnClick = BtnCodeEditorClick
    end
  end
  object PnlStatusBar: TRzPanel
    Left = 0
    Top = 225
    Width = 482
    Height = 24
    Align = alBottom
    BorderOuter = fsNone
    TabOrder = 1
    object RzStatusPane1: TRzStatusPane
      Left = 0
      Top = 0
      Width = 88
      Height = 24
      Align = alLeft
      Caption = 'Line: '
    end
    object RzStatusPane2: TRzStatusPane
      Left = 88
      Top = 0
      Width = 96
      Height = 24
      Align = alLeft
      Caption = 'Column:'
    end
    object LblCount: TRzStatusPane
      Left = 184
      Top = 0
      Width = 80
      Height = 24
      Align = alLeft
      Caption = '0 Lines'
    end
    object LblLine: TLabel
      Left = 41
      Top = 6
      Width = 37
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = '1'
    end
    object LblCol: TLabel
      Left = 137
      Top = 6
      Width = 37
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = '1'
    end
    object PbrPrint: TRzProgressBar
      Left = 264
      Top = 0
      Width = 218
      Align = alClient
      BackColor = clBtnFace
      BorderInner = fsFlat
      BorderOuter = fsNone
      BorderWidth = 1
      InteriorOffset = 0
      PartsComplete = 0
      Percent = 0
      ShowPercent = False
      TotalParts = 0
    end
  end
  object PnlWorkSpace: TRzPanel
    Left = 0
    Top = 29
    Width = 482
    Height = 196
    Align = alClient
    BorderOuter = fsNone
    BorderWidth = 4
    TabOrder = 0
    object EdtStrings: TRzMemo
      Left = 4
      Top = 4
      Width = 474
      Height = 188
      Align = alClient
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      PopupMenu = MnuEdit
      ScrollBars = ssBoth
      TabOrder = 0
      WantTabs = True
      OnChange = EdtStringsChange
      OnClick = EdtStringsClick
      OnKeyDown = EdtStringsKeyDown
      OnKeyUp = EdtStringsKeyUp
      OnMouseUp = EdtStringsMouseUp
      FrameVisible = True
    end
  end
  object RzToolbar1: TRzToolbar
    Left = 0
    Top = 0
    Width = 482
    Height = 29
    AutoStyle = False
    Images = ImageList1
    ShowDivider = False
    BorderInner = fsNone
    BorderOuter = fsFlat
    BorderSides = [sdBottom]
    BorderWidth = 0
    TabOrder = 3
    VisualStyle = vsGradient
    ToolbarControls = (
      btnUnindent
      btnIndent
      RzSpacer1
      btnOpen
      btnSave
      RzSpacer2
      btnPrint
      RzSpacer3
      btnCut
      btnCopy
      btnPaste
      btnUndo
      RzSpacer4
      btnFont
      RzSpacer5
      btnTabSize
      RzSpacer6
      SpnTabSize
      RzSpacer7
      btnSetTabSize
      btnCancelTabSize)
    object btnUnindent: TRzToolButton
      Left = 4
      Top = 2
      DisabledIndex = 1
      ImageIndex = 0
      OnClick = btnUnindentClick
    end
    object btnIndent: TRzToolButton
      Left = 29
      Top = 2
      DisabledIndex = 3
      ImageIndex = 2
      OnClick = btnIndentClick
    end
    object RzSpacer1: TRzSpacer
      Left = 54
      Top = 2
    end
    object btnOpen: TRzToolButton
      Left = 62
      Top = 2
      ImageIndex = 4
      OnClick = btnOpenClick
    end
    object btnSave: TRzToolButton
      Left = 87
      Top = 2
      DisabledIndex = 7
      ImageIndex = 6
      OnClick = btnSaveClick
    end
    object RzSpacer2: TRzSpacer
      Left = 112
      Top = 2
    end
    object btnPrint: TRzToolButton
      Left = 120
      Top = 2
      DisabledIndex = 9

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -