rzdbradiogroupeditor.dfm

来自「“汇华印刷v2.0”是在实践的基础上开发的一个全自动多功能信封打印系统」· DFM 代码 · 共 185 行

DFM
185
字号
object RzDBRadioGroupEditDlg: TRzDBRadioGroupEditDlg
  Left = 187
  Top = 119
  Width = 567
  Height = 303
  Caption = '- DBRadioGroup Editor'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Verdana'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PnlButtons: TRzPanel
    Left = 0
    Top = 236
    Width = 559
    Height = 33
    Align = alBottom
    BorderOuter = fsNone
    TabOrder = 1
    object BtnLoad: TRzButton
      Left = 8
      Top = 0
      Caption = 'Load...'
      Color = 15791348
      HotTrack = True
      TabOrder = 0
      OnClick = BtnLoadClick
    end
    object BtnClear: TRzButton
      Left = 91
      Top = 0
      Caption = 'Clear'
      Color = 15791348
      HotTrack = True
      TabOrder = 1
      OnClick = BtnClearClick
    end
    object RzPanel1: TRzPanel
      Left = 393
      Top = 0
      Width = 166
      Height = 33
      Align = alRight
      BorderOuter = fsNone
      TabOrder = 2
      object BtnOk: TRzButton
        Left = 0
        Top = 0
        Default = True
        ModalResult = 1
        Caption = 'OK'
        Color = 15791348
        HotTrack = True
        TabOrder = 0
      end
      object BtnCancel: TRzButton
        Left = 82
        Top = 0
        Cancel = True
        ModalResult = 2
        Caption = 'Cancel'
        Color = 15791348
        HotTrack = True
        TabOrder = 1
      end
    end
  end
  object PnlOptions: TRzPanel
    Left = 0
    Top = 0
    Width = 293
    Height = 236
    Align = alLeft
    BorderOuter = fsNone
    TabOrder = 0
    object Label1: TRzLabel
      Left = 8
      Top = 16
      Width = 44
      Height = 13
      Caption = 'Caption'
      ParentColor = False
    end
    object Label2: TRzLabel
      Left = 8
      Top = 48
      Width = 50
      Height = 13
      Caption = 'Columns'
      ParentColor = False
    end
    object Label3: TRzLabel
      Left = 8
      Top = 72
      Width = 33
      Height = 13
      Caption = 'Items'
      ParentColor = False
    end
    object Label4: TRzLabel
      Left = 156
      Top = 72
      Width = 38
      Height = 13
      Caption = 'Values'
      ParentColor = False
    end
    object EdtCaption: TRzEdit
      Left = 68
      Top = 12
      Width = 216
      Height = 21
      FrameVisible = True
      TabOrder = 2
      OnChange = EdtCaptionChange
    end
    object EdtItems: TRzMemo
      Left = 8
      Top = 88
      Width = 141
      Height = 140
      ScrollBars = ssBoth
      TabOrder = 0
      WordWrap = False
      OnChange = EdtItemsChange
      FrameVisible = True
    end
    object TrkColumns: TRzTrackBar
      Left = 60
      Top = 35
      Width = 233
      Min = 1
      Position = 1
      TickStyle = tkOwnerDraw
      OnChange = TrkColumnsChange
      OnDrawTick = TrkColumnsDrawTick
      TabOrder = 3
    end
    object EdtValues: TRzMemo
      Left = 156
      Top = 88
      Width = 127
      Height = 140
      ScrollBars = ssBoth
      TabOrder = 1
      WordWrap = False
      OnChange = EdtValuesChange
      FrameVisible = True
    end
  end
  object PnlPreview: TRzPanel
    Left = 293
    Top = 0
    Width = 266
    Height = 236
    Align = alClient
    BorderOuter = fsNone
    BorderWidth = 8
    Constraints.MinHeight = 150
    Constraints.MinWidth = 100
    TabOrder = 2
    object GrpPreview: TRzDBRadioGroup
      Left = 8
      Top = 8
      Width = 250
      Height = 220
      Align = alClient
      TabOrder = 0
    end
  end
  object DlgOpen: TOpenDialog
    DefaultExt = 'txt'
    Filter = 'Text Files|*.txt|All Files|*.*'
    Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
    Left = 180
    Top = 236
  end
end

⌨️ 快捷键说明

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