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

📄 ygxx.dfm

📁 欢迎大家相互学习。delphi系统 四个文件夹分别对应书中的四个实例
💻 DFM
字号:
object ygxx_Form: Tygxx_Form
  Left = 8
  Top = 8
  Width = 280
  Height = 275
  BorderIcons = [biSystemMenu]
  Caption = #21592#24037#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 56
    Width = 60
    Height = 13
    Caption = #24037#20316#26085#26399'    '
  end
  object Label2: TLabel
    Left = 144
    Top = 56
    Width = 60
    Height = 13
    Caption = #21592#24037#37096#38376'    '
  end
  object Label3: TLabel
    Left = 16
    Top = 104
    Width = 60
    Height = 13
    Caption = #21592#24037#32844#21153'    '
  end
  object Label4: TLabel
    Left = 144
    Top = 104
    Width = 60
    Height = 13
    Caption = #21592#24037#32844#31216'    '
  end
  object bh_LEdit: TLabeledEdit
    Left = 16
    Top = 24
    Width = 113
    Height = 21
    EditLabel.Width = 33
    EditLabel.Height = 13
    EditLabel.Caption = #32534#21495'   '
    TabOrder = 0
  end
  object xm_LEdit: TLabeledEdit
    Left = 144
    Top = 24
    Width = 113
    Height = 21
    EditLabel.Width = 33
    EditLabel.Height = 13
    EditLabel.Caption = #22995#21517'   '
    TabOrder = 1
  end
  object gzrq_DTP: TDateTimePicker
    Left = 16
    Top = 72
    Width = 113
    Height = 21
    Date = 37933.008185555600000000
    Time = 37933.008185555600000000
    TabOrder = 2
  end
  object bmdm_CBox: TComboBox
    Left = 144
    Top = 72
    Width = 113
    Height = 22
    Style = csOwnerDrawFixed
    ItemHeight = 16
    TabOrder = 3
  end
  object zwdm_CBox: TComboBox
    Left = 16
    Top = 120
    Width = 113
    Height = 22
    Style = csOwnerDrawFixed
    ItemHeight = 16
    TabOrder = 4
  end
  object zcdm_CBox: TComboBox
    Left = 144
    Top = 120
    Width = 113
    Height = 22
    Style = csOwnerDrawFixed
    ItemHeight = 16
    TabOrder = 5
  end
  object bz_LEdit: TLabeledEdit
    Left = 16
    Top = 168
    Width = 241
    Height = 21
    EditLabel.Width = 33
    EditLabel.Height = 13
    EditLabel.Caption = #22791#27880'   '
    TabOrder = 6
  end
  object cmdok: TButton
    Left = 48
    Top = 200
    Width = 49
    Height = 25
    Caption = #30830' '#23450
    TabOrder = 7
    OnClick = cmdokClick
  end
  object cmdclose: TButton
    Left = 152
    Top = 200
    Width = 49
    Height = 25
    Caption = #21462' '#28040
    TabOrder = 8
    OnClick = cmdcloseClick
  end
end

⌨️ 快捷键说明

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