rzchecklistitemform.dfm

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

DFM
68
字号
object RzCheckItemEditDlg: TRzCheckItemEditDlg
  Left = 226
  Top = 118
  BorderStyle = bsDialog
  Caption = 'Item'
  ClientHeight = 74
  ClientWidth = 351
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Verdana'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TRzLabel
    Left = 8
    Top = 12
    Width = 27
    Height = 13
    Caption = '&Item'
    FocusControl = EdtItem
  end
  object BtnOK: TRzButton
    Left = 184
    Top = 40
    Default = True
    ModalResult = 1
    Caption = 'OK'
    Color = 15791348
    HotTrack = True
    TabOrder = 2
  end
  object BtnCancel: TRzButton
    Left = 266
    Top = 40
    Cancel = True
    ModalResult = 2
    Caption = 'Cancel'
    Color = 15791348
    HotTrack = True
    TabOrder = 3
  end
  object EdtItem: TRzMemo
    Left = 40
    Top = 8
    Width = 301
    Height = 21
    TabOrder = 0
    WantReturns = False
    WantTabs = True
    WordWrap = False
    FrameVisible = True
  end
  object ChkAsGroup: TRzCheckBox
    Left = 40
    Top = 44
    Width = 81
    Height = 17
    Caption = 'As &Group'
    HotTrack = True
    State = cbUnchecked
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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