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

📄 frmdepartm.dfm

📁 医院门诊管理系统:它是由任天华完全自主开发的医院数据库管理系统
💻 DFM
字号:
object DepartmentManager: TDepartmentManager
  Left = 522
  Top = 353
  BorderStyle = bsDialog
  Caption = #31185#23460#31649#29702
  ClientHeight = 583
  ClientWidth = 812
  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 Label3: TLabel
    Left = 40
    Top = 352
    Width = 60
    Height = 13
    Caption = #31185#23460#32534#21495'    '
  end
  object laber: TLabel
    Left = 384
    Top = 352
    Width = 66
    Height = 13
    Caption = #31185#23460#21517#31216':     '
  end
  object Label4: TLabel
    Left = 40
    Top = 408
    Width = 75
    Height = 13
    Caption = #31185#23460#36127#36131#20154'     '
  end
  object Label5: TLabel
    Left = 384
    Top = 408
    Width = 63
    Height = 13
    Caption = #20154#25968#38480#21046'     '
  end
  object Label6: TLabel
    Left = 624
    Top = 408
    Width = 22
    Height = 24
    Caption = #65293
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 817
    Height = 89
    TabOrder = 0
    object Label1: TLabel
      Left = 64
      Top = 32
      Width = 96
      Height = 13
      Caption = #26597#30475#31185#23460#36164#26009'        '
    end
    object Label2: TLabel
      Left = 520
      Top = 40
      Width = 60
      Height = 13
      Caption = #31185#23460#31649#29702'    '
    end
    object CBApartName: TComboBox
      Left = 184
      Top = 32
      Width = 113
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnChange = CBApartNameChange
    end
    object BtnSeek: TButton
      Left = 320
      Top = 32
      Width = 75
      Height = 25
      Caption = #23519#30475
      TabOrder = 1
    end
    object CBManager: TComboBox
      Left = 608
      Top = 40
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      OnChange = CBManagerChange
      Items.Strings = (
        #28155#21152#31185#23460
        #25913#21464#31185#23460#35774#32622
        #21024#38500#31185#23460)
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 88
    Width = 809
    Height = 249
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
  end
  object EditKid: TEdit
    Left = 152
    Top = 344
    Width = 121
    Height = 21
    ReadOnly = True
    TabOrder = 2
  end
  object Editkname: TEdit
    Left = 496
    Top = 344
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Editkduty: TEdit
    Left = 152
    Top = 408
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Edituplimit: TEdit
    Left = 648
    Top = 408
    Width = 121
    Height = 21
    TabOrder = 5
    OnChange = EdituplimitChange
    OnKeyPress = EdituplimitKeyPress
  end
  object Panel2: TPanel
    Left = -8
    Top = 440
    Width = 825
    Height = 185
    TabOrder = 7
    object Button1: TButton
      Left = 152
      Top = 32
      Width = 89
      Height = 33
      Caption = #20445#23384#35774#32622' '
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button3: TButton
      Left = 256
      Top = 32
      Width = 97
      Height = 33
      Caption = #21024#38500#26412#31185#23460
      TabOrder = 1
      OnClick = Button3Click
    end
    object Button5: TButton
      Left = 672
      Top = 80
      Width = 89
      Height = 41
      Caption = #36864#20986' '
      ModalResult = 2
      TabOrder = 2
    end
    object Button6: TButton
      Left = 48
      Top = 32
      Width = 89
      Height = 33
      Caption = #21462#28040#35774#32622
      TabOrder = 3
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 368
      Top = 32
      Width = 89
      Height = 33
      Caption = #21047#26032
      TabOrder = 4
      OnClick = Button7Click
    end
  end
  object Edit1: TEdit
    Left = 496
    Top = 408
    Width = 49
    Height = 21
    TabOrder = 8
    Text = '0'
    Visible = False
  end
  object Editdownlimit: TEdit
    Left = 496
    Top = 408
    Width = 121
    Height = 21
    TabOrder = 6
    OnChange = EditdownlimitChange
    OnKeyPress = EditdownlimitKeyPress
  end
end

⌨️ 快捷键说明

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