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

📄 modigy.dfm

📁 欢迎大家相互学习。delphi系统 四个文件夹分别对应书中的四个实例
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -