unit5.~dfm

来自「简单的图书馆查询系统」· ~DFM 代码 · 共 112 行

~DFM
112
字号
object Form5: TForm5
  Left = -4
  Top = -4
  Width = 808
  Height = 578
  Caption = #20010#20154#20449#24687
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 312
    Width = 64
    Height = 16
    Caption = #36755#20837#23398#21495
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 48
    Top = 48
    Width = 132
    Height = 21
    Caption = #29992#25143#20511#38405#20449#24687
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 544
    Top = 384
    Width = 75
    Height = 25
    Caption = #36864'     '#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 320
    Top = 312
    Width = 75
    Height = 25
    Caption = #31435#21363#26597#35810
    TabOrder = 1
    OnClick = Button2Click
  end
  object DBGrid1: TDBGrid
    Left = 80
    Top = 96
    Width = 521
    Height = 201
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 176
    Top = 312
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Query1: TQuery
    DatabaseName = '1'
    Left = 288
    Top = 40
  end
  object Table1: TTable
    Active = True
    DatabaseName = '1'
    TableName = 'student.DB'
    Left = 480
    Top = 40
  end
  object Table2: TTable
    Active = True
    DatabaseName = '1'
    TableName = 'book.db'
    Left = 305
    Top = 40
  end
  object Table3: TTable
    Active = True
    DatabaseName = '1'
    TableName = 'lent.DB'
    Left = 544
    Top = 40
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 256
    Top = 40
  end
end

⌨️ 快捷键说明

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