modigy.~dfm

来自「新生报名管理系统演示程序,新生报名管理系统演示程序」· ~DFM 代码 · 共 84 行

~DFM
84
字号
object modigy_Form: Tmodigy_Form
  Caption = #26032#29983#20303#23487#23433#25490
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Height = 168
  Width = 212
  Left = 8
  Top = 8
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Caption = #20844#23507#32423#21035'      '
    Left = 104
    Top = 48
    Width = 66
    Height = 13
  end
  object xh_LEdit: TLabeledEdit
    EditLabel.Caption = #23398#21495' '
    EditLabel.Height = 13
    EditLabel.Width = 27
    ReadOnly = True
    TabOrder = 0
    Left = 8
    Top = 24
    Width = 89
    Height = 21
  end
  object xm_LEdit: TLabeledEdit
    EditLabel.Caption = #22995#21517'  '
    EditLabel.Height = 13
    EditLabel.Width = 30
    ReadOnly = True
    TabOrder = 1
    Left = 8
    Top = 64
    Width = 89
    Height = 21
  end
  object gybh_LEdit: TLabeledEdit
    EditLabel.Caption = #20844#23507#32534#21495'   '
    EditLabel.Height = 13
    EditLabel.Width = 57
    TabOrder = 2
    Left = 104
    Top = 24
    Width = 89
    Height = 21
  end
  object cmdok: TButton
    Caption = #30830#23450
    TabOrder = 3
    Left = 32
    Top = 96
    Width = 57
    Height = 25
    OnClick = cmdokClick
  end
  object cmdclose: TButton
    Caption = #21462#28040
    TabOrder = 4
    Left = 112
    Top = 96
    Width = 57
    Height = 25
    OnClick = cmdcloseClick
  end
  object gyjb_CBox: TComboBox
    Style = csOwnerDrawFixed
    ItemHeight = 16
    TabOrder = 5
    Left = 104
    Top = 64
    Width = 89
    Height = 22
  end
end

⌨️ 快捷键说明

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