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

📄 frmsetseek.dfm

📁 医院门诊管理系统:它是由任天华完全自主开发的医院数据库管理系统
💻 DFM
字号:
object FormSetSeek: TFormSetSeek
  Left = 160
  Top = 97
  Width = 846
  Height = 616
  Caption = #26597#25214#20462#25913#30331#35760
  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 Panel2: TPanel
    Left = -16
    Top = 232
    Width = 849
    Height = 185
    TabOrder = 0
    object Label3: TLabel
      Left = 48
      Top = 24
      Width = 54
      Height = 13
      Caption = #25346#21495#32534#21495'  '
    end
    object Label4: TLabel
      Left = 256
      Top = 24
      Width = 33
      Height = 13
      Caption = #22995#21517'   '
    end
    object Label5: TLabel
      Left = 496
      Top = 32
      Width = 33
      Height = 13
      Caption = #24615#21035'   '
    end
    object Label6: TLabel
      Left = 48
      Top = 72
      Width = 60
      Height = 13
      Caption = #25346#21495#31185#23460'    '
    end
    object Label7: TLabel
      Left = 256
      Top = 72
      Width = 63
      Height = 13
      Caption = #25346#21495#31867#22411'     '
    end
    object Label8: TLabel
      Left = 496
      Top = 64
      Width = 54
      Height = 13
      Caption = #25346#21495#36153#29992'  '
    end
    object Label9: TLabel
      Left = 40
      Top = 112
      Width = 36
      Height = 13
      Caption = '    '#21307#29983
    end
    object Label10: TLabel
      Left = 256
      Top = 112
      Width = 60
      Height = 13
      Caption = #20462#25913#26102#38388'    '
    end
    object Editid: TEdit
      Left = 120
      Top = 24
      Width = 89
      Height = 21
      ReadOnly = True
      TabOrder = 0
    end
    object EditName: TEdit
      Left = 328
      Top = 24
      Width = 113
      Height = 21
      ReadOnly = True
      TabOrder = 1
    end
    object CBDepartment: TComboBox
      Left = 120
      Top = 72
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      OnChange = CBDepartmentChange
    end
    object CBSort: TComboBox
      Left = 328
      Top = 72
      Width = 113
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      OnCloseUp = CBSortCloseUp
    end
    object EditCost: TEdit
      Left = 576
      Top = 64
      Width = 145
      Height = 21
      TabOrder = 4
    end
    object CBDoctor: TComboBox
      Left = 120
      Top = 112
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 5
      OnChange = CBDoctorChange
      OnClick = CBDoctorClick
    end
    object EditTime: TEdit
      Left = 328
      Top = 112
      Width = 113
      Height = 21
      TabOrder = 6
    end
    object CBSex: TComboBox
      Left = 576
      Top = 24
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 7
      OnChange = CBSexChange
    end
    object Button7: TButton
      Left = 664
      Top = 152
      Width = 75
      Height = 25
      Caption = 'Button7'
      TabOrder = 8
      Visible = False
      OnClick = Button7Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 88
    Width = 833
    Height = 145
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 841
    Height = 89
    TabOrder = 2
    object Label1: TLabel
      Left = 32
      Top = 64
      Width = 72
      Height = 13
      Caption = #26597#25214#21040#32467#26524#65306
    end
    object Label2: TLabel
      Left = 112
      Top = 64
      Width = 3
      Height = 13
    end
    object CheckBox1: TCheckBox
      Left = 360
      Top = 32
      Width = 81
      Height = 17
      Caption = #33539#22260#26597#25214
      TabOrder = 0
    end
    object CheckBox2: TCheckBox
      Left = 40
      Top = 32
      Width = 97
      Height = 17
      Caption = #26597#25214#24403#22825
      TabOrder = 1
    end
    object CBseek: TComboBox
      Left = 448
      Top = 32
      Width = 113
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      OnChange = CBseekChange
      Items.Strings = (
        #22995#21517
        #24615#21035
        #25346#21495#31185#23460
        #25346#21495#31867#22411
        #21307#29983
        #25346#21495#26102#38388)
    end
    object CBssex: TComboBox
      Left = 568
      Top = 32
      Width = 105
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      OnChange = CBssexChange
      Items.Strings = (
        #30007
        #22899)
    end
    object EditSeek: TEdit
      Left = 568
      Top = 32
      Width = 105
      Height = 21
      TabOrder = 4
    end
    object CBssort: TComboBox
      Left = 568
      Top = 32
      Width = 105
      Height = 21
      ItemHeight = 13
      TabOrder = 5
      OnChange = CBssortChange
    end
    object CBsdepartment: TComboBox
      Left = 568
      Top = 32
      Width = 105
      Height = 21
      ItemHeight = 13
      TabOrder = 6
      OnChange = CBsdepartmentChange
    end
    object CBsdoctor: TComboBox
      Left = 568
      Top = 32
      Width = 105
      Height = 21
      ItemHeight = 13
      TabOrder = 7
      OnChange = CBsdoctorChange
    end
    object Button1: TButton
      Left = 688
      Top = 32
      Width = 105
      Height = 25
      Caption = #24320#22987#26597#25214
      TabOrder = 8
      OnClick = Button1Click
    end
    object DateTimePicker1: TDateTimePicker
      Left = 136
      Top = 32
      Width = 145
      Height = 21
      Date = 39214.799415868050000000
      Time = 39214.799415868050000000
      TabOrder = 9
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 424
    Width = 833
    Height = 113
    TabOrder = 3
    object Button2: TButton
      Left = 72
      Top = 32
      Width = 113
      Height = 41
      Caption = #20462#25913
      TabOrder = 0
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 216
      Top = 32
      Width = 97
      Height = 41
      Caption = #21024#38500
      TabOrder = 1
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 336
      Top = 32
      Width = 97
      Height = 41
      Caption = #37325#32622
      TabOrder = 2
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 456
      Top = 32
      Width = 97
      Height = 41
      Caption = #20445#23384#35774#32622
      TabOrder = 3
      OnClick = Button5Click
    end
    object Button6: TButton
      Left = 568
      Top = 32
      Width = 97
      Height = 41
      Caption = #21047#26032
      TabOrder = 4
    end
    object BitBtn1: TBitBtn
      Left = 712
      Top = 72
      Width = 89
      Height = 33
      TabOrder = 5
      Kind = bkClose
    end
  end
  object Timer1: TTimer
    Interval = 500
    OnTimer = Timer1Timer
    Left = 432
    Top = 336
  end
  object Timer2: TTimer
    Interval = 500
    OnTimer = Timer2Timer
    Left = 168
    Top = 376
  end
end

⌨️ 快捷键说明

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