hcckcx.~dfm

来自「一个基于数据的药品行业管理系统,较全面,可供学习数据的开发人员参考消息」· ~DFM 代码 · 共 136 行

~DFM
136
字号
object frm_ckcx: Tfrm_ckcx
  Left = 220
  Top = 99
  BorderIcons = [biSystemMenu]
  BorderStyle = bsToolWindow
  Caption = #26597#35810
  ClientHeight = 219
  ClientWidth = 276
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 3
    Top = -3
    Width = 270
    Height = 193
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 13
      Width = 60
      Height = 13
      Caption = #21046#21333#26085#26399#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 40
      Width = 60
      Height = 13
      Caption = #39046#29992#37096#38376#65306
    end
    object Label4: TLabel
      Left = 8
      Top = 68
      Width = 60
      Height = 13
      Caption = #39046'  '#29992'  '#20154#65306
    end
    object Label5: TLabel
      Left = 8
      Top = 100
      Width = 60
      Height = 13
      Caption = #21333#25454#32534#21495#65306
    end
    object Label6: TLabel
      Left = 8
      Top = 134
      Width = 60
      Height = 13
      Caption = #32791#26448#32534#21495#65306
    end
    object Label7: TLabel
      Left = 8
      Top = 166
      Width = 60
      Height = 13
      Caption = #21378#21830#32534#21495#65306
    end
    object txtzdrq: TEdit
      Left = 76
      Top = 10
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object txtdjbh: TEdit
      Left = 75
      Top = 95
      Width = 123
      Height = 21
      TabOrder = 1
    end
    object txthcbh: TComboBox
      Left = 76
      Top = 129
      Width = 187
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 2
    end
    object txtcsbh: TComboBox
      Left = 76
      Top = 163
      Width = 187
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 3
    end
    object txtbm: TComboBox
      Left = 75
      Top = 36
      Width = 125
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 4
    end
    object txtyg: TComboBox
      Left = 75
      Top = 63
      Width = 125
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 5
    end
  end
  object Button1: TButton
    Left = 124
    Top = 191
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 198
    Top = 191
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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