frmgetsure.dfm

来自「医院门诊管理系统:它是由任天华完全自主开发的医院数据库管理系统」· DFM 代码 · 共 117 行

DFM
117
字号
object FormGetsure: TFormGetsure
  Left = 195
  Top = 167
  Width = 312
  Height = 414
  Caption = #25910#36153
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 297
    Height = 369
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 40
      Width = 60
      Height = 13
      Caption = #24212#25910#37329#39069#65306
    end
    object Label2: TLabel
      Left = 120
      Top = 40
      Width = 3
      Height = 13
    end
    object Label3: TLabel
      Left = 32
      Top = 96
      Width = 63
      Height = 13
      Caption = #23454#25910#37329#39069#65306' '
    end
    object Label4: TLabel
      Left = 32
      Top = 152
      Width = 30
      Height = 13
      Caption = #25214#38646': '
    end
    object Label5: TLabel
      Left = 112
      Top = 152
      Width = 3
      Height = 13
    end
    object Label6: TLabel
      Left = 32
      Top = 192
      Width = 54
      Height = 13
      Caption = #25910#36153#26102#38388': '
    end
    object Label7: TLabel
      Left = 32
      Top = 240
      Width = 42
      Height = 13
      Caption = #25910#36153#21592': '
    end
    object Editget: TEdit
      Left = 112
      Top = 96
      Width = 105
      Height = 21
      TabOrder = 0
      OnExit = EditgetExit
      OnKeyPress = EditgetKeyPress
    end
    object EditTime: TEdit
      Left = 112
      Top = 192
      Width = 105
      Height = 21
      TabOrder = 1
      OnClick = EditTimeClick
    end
    object ComboBox1: TComboBox
      Left = 112
      Top = 240
      Width = 105
      Height = 21
      ItemHeight = 13
      TabOrder = 2
    end
    object Button1: TButton
      Left = 136
      Top = 320
      Width = 73
      Height = 25
      Caption = #30830#23450
      ModalResult = 1
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 216
      Top = 320
      Width = 73
      Height = 25
      Caption = #36864#20986
      ModalResult = 2
      TabOrder = 4
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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