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

📄 gztj.dfm

📁 欢迎大家相互学习。delphi系统 四个文件夹分别对应书中的四个实例
💻 DFM
字号:
object gztj_Form: Tgztj_Form
  Left = 8
  Top = 8
  Width = 345
  Height = 251
  Caption = #24037#36164#32479#35745
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = True
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 337
    Height = 65
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 104
      Top = 16
      Width = 54
      Height = 13
      Caption = #36873#25321#37096#38376'  '
    end
    object Label4: TLabel
      Left = 8
      Top = 16
      Width = 54
      Height = 13
      Caption = #36873#25321#26376#20221'  '
    end
    object bmdm_CBox: TComboBox
      Left = 104
      Top = 32
      Width = 97
      Height = 22
      Style = csOwnerDrawFixed
      ItemHeight = 16
      TabOrder = 0
    end
    object cmdok: TButton
      Left = 216
      Top = 24
      Width = 49
      Height = 25
      Caption = #30830' '#23450
      TabOrder = 1
      OnClick = cmdokClick
    end
    object cmdclose: TButton
      Left = 272
      Top = 24
      Width = 49
      Height = 25
      Caption = #21462' '#28040
      TabOrder = 2
      OnClick = cmdcloseClick
    end
    object rq_DTP: TDateTimePicker
      Left = 8
      Top = 32
      Width = 89
      Height = 21
      Date = 37934.021825138900000000
      Time = 37934.021825138900000000
      TabOrder = 3
    end
  end
  object zwgz_LEdit: TLabeledEdit
    Left = 24
    Top = 88
    Width = 121
    Height = 21
    EditLabel.Width = 78
    EditLabel.Height = 13
    EditLabel.Caption = #32844#21153#24635#24037#36164'      '
    ReadOnly = True
    TabOrder = 1
  end
  object zcgz_LEdit: TLabeledEdit
    Left = 24
    Top = 136
    Width = 121
    Height = 21
    EditLabel.Width = 78
    EditLabel.Height = 13
    EditLabel.Caption = #32844#31216#24635#24037#36164'      '
    ReadOnly = True
    TabOrder = 2
  end
  object qtgz_LEdit: TLabeledEdit
    Left = 24
    Top = 184
    Width = 121
    Height = 21
    EditLabel.Width = 78
    EditLabel.Height = 13
    EditLabel.Caption = #20854#23427#24635#24037#36164'      '
    ReadOnly = True
    TabOrder = 3
  end
  object hjgz_LEdit: TLabeledEdit
    Left = 184
    Top = 136
    Width = 121
    Height = 21
    EditLabel.Width = 78
    EditLabel.Height = 13
    EditLabel.Caption = #21512#35745#24635#24037#36164'      '
    ReadOnly = True
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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