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

📄 frmhuajia.dfm

📁 医院门诊管理系统:它是由任天华完全自主开发的医院数据库管理系统
💻 DFM
字号:
object FormHuajia: TFormHuajia
  Left = 150
  Top = 96
  Width = 802
  Height = 596
  Caption = #38376#35786#21010#20215
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 416
    Width = 793
    Height = 105
    TabOrder = 0
    object Label4: TLabel
      Left = 24
      Top = 32
      Width = 36
      Height = 13
      Caption = #31185#23460#65306
    end
    object Label5: TLabel
      Left = 176
      Top = 32
      Width = 36
      Height = 13
      Caption = #21307#29983#65306
    end
    object Label6: TLabel
      Left = 336
      Top = 32
      Width = 60
      Height = 13
      Caption = #21512#35745#37329#39069#65306
    end
    object Label8: TLabel
      Left = 24
      Top = 72
      Width = 60
      Height = 13
      Caption = #21010#20215#26102#38388#65306
    end
    object ComboBox1: TComboBox
      Left = 64
      Top = 32
      Width = 97
      Height = 21
      ItemHeight = 13
      TabOrder = 0
    end
    object ComboBox2: TComboBox
      Left = 224
      Top = 32
      Width = 97
      Height = 21
      ItemHeight = 13
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 400
      Top = 32
      Width = 81
      Height = 21
      TabOrder = 2
    end
    object Button1: TButton
      Left = 592
      Top = 32
      Width = 81
      Height = 33
      Caption = #20445#23384
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 680
      Top = 32
      Width = 73
      Height = 33
      Caption = #21462#28040
      ModalResult = 2
      TabOrder = 4
    end
    object Edit5: TEdit
      Left = 88
      Top = 72
      Width = 121
      Height = 21
      TabOrder = 5
    end
    object Button6: TButton
      Left = 520
      Top = 32
      Width = 65
      Height = 33
      Caption = #35745#31639#37329#39069
      TabOrder = 6
      OnClick = Button6Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 793
    Height = 65
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 54
      Height = 13
      Caption = #25346#21495#32534#21495': '
    end
    object Label2: TLabel
      Left = 416
      Top = 24
      Width = 30
      Height = 13
      Caption = #22995#21517': '
    end
    object Label3: TLabel
      Left = 576
      Top = 24
      Width = 30
      Height = 13
      Caption = #24615#21035': '
    end
    object Label7: TLabel
      Left = 224
      Top = 24
      Width = 60
      Height = 13
      Caption = #21010#20215#32534#21495'    '
    end
    object Edit1: TEdit
      Left = 472
      Top = 24
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 640
      Top = 24
      Width = 97
      Height = 21
      ReadOnly = True
      TabOrder = 1
    end
    object ComboBox3: TComboBox
      Left = 96
      Top = 24
      Width = 113
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      OnChange = ComboBox3Change
      OnCloseUp = ComboBox3CloseUp
    end
    object Edit4: TEdit
      Left = 288
      Top = 24
      Width = 105
      Height = 21
      TabOrder = 3
      OnChange = Edit4Change
    end
  end
  object StringGrid1: TStringGrid
    Left = 0
    Top = 64
    Width = 785
    Height = 345
    ColCount = 8
    FixedCols = 0
    RowCount = 20
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goRowSizing, goColSizing, goRowMoving, goColMoving, goEditing, goTabs, goThumbTracking]
    TabOrder = 3
    OnClick = StringGrid1Click
    OnDrawCell = StringGrid1DrawCell
    OnKeyPress = StringGrid1KeyPress
    OnSelectCell = StringGrid1SelectCell
    ColWidths = (
      106
      120
      89
      80
      84
      78
      83
      112)
    RowHeights = (
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24)
  end
  object DBGrid2: TDBGrid
    Left = 384
    Top = 224
    Width = 329
    Height = 129
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Visible = False
  end
  object Button3: TButton
    Left = 296
    Top = 528
    Width = 89
    Height = 33
    Caption = #21047#26032
    TabOrder = 4
    Visible = False
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 400
    Top = 528
    Width = 97
    Height = 33
    Caption = #28165#38646
    TabOrder = 5
    Visible = False
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 504
    Top = 528
    Width = 89
    Height = 33
    Caption = 'Button5'
    TabOrder = 6
    Visible = False
    OnClick = Button5Click
  end
  object Button7: TButton
    Left = 696
    Top = 528
    Width = 81
    Height = 33
    Caption = #21021#22987#21270
    TabOrder = 7
    Visible = False
    OnClick = Button7Click
  end
  object Timer1: TTimer
    Interval = 500
    OnTimer = Timer1Timer
    Left = 224
    Top = 480
  end
  object Timer2: TTimer
    Interval = 200
    OnTimer = Timer2Timer
    Left = 656
    Top = 528
  end
end

⌨️ 快捷键说明

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