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

📄 unit26.~dfm

📁 本人用delphi开发的一个小型医院管理系统。
💻 ~DFM
字号:
object Form26: TForm26
  Left = 274
  Top = 216
  Width = 870
  Height = 500
  Caption = #20303#38498#31649#29702#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 24
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 862
    Height = 456
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #20303#38498#30149#20154#26597#35810
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      object Label1: TLabel
        Left = 112
        Top = 40
        Width = 65
        Height = 25
        AutoSize = False
        Caption = #30149#20154#32534#21495
      end
      object Edit1: TEdit
        Left = 184
        Top = 32
        Width = 121
        Height = 33
        AutoSize = False
        ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
        TabOrder = 0
      end
      object Button1: TButton
        Left = 120
        Top = 96
        Width = 81
        Height = 41
        Caption = #26597#35810
        TabOrder = 1
      end
      object Button2: TButton
        Left = 232
        Top = 96
        Width = 81
        Height = 41
        Caption = #21462#28040
        TabOrder = 2
      end
      object DBGrid1: TDBGrid
        Left = 56
        Top = 168
        Width = 729
        Height = 233
        DataSource = DataSource1
        ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
        TabOrder = 3
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -13
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'Patno'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Entime'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Extime'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Fore'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Bedno'
            Visible = True
          end>
      end
    end
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=MSDASQL.1;Persist Security Info=False;Data Source=Local' +
      'Server'
    LoginPrompt = False
    Left = 428
    Top = 59
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 476
    Top = 59
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 524
    Top = 59
  end
end

⌨️ 快捷键说明

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