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

📄 unit4.dfm

📁 简单的图书馆查询系统
💻 DFM
字号:
object Form4: TForm4
  Left = 252
  Top = 45
  Width = 538
  Height = 372
  Caption = #22270#20070#24402#36824
  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 = 72
    Top = 104
    Width = 80
    Height = 20
    Caption = #36755#20837#23398#21495
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 72
    Top = 168
    Width = 80
    Height = 20
    Caption = #36755#20837#20070#21495
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 72
    Top = 32
    Width = 148
    Height = 35
    Caption = #22270#20070#24402#36824
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -35
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold, fsItalic]
    ParentFont = False
  end
  object Button1: TButton
    Left = 544
    Top = 360
    Width = 75
    Height = 25
    Caption = #36864'     '#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 200
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 200
    Top = 168
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button2: TButton
    Left = 328
    Top = 168
    Width = 75
    Height = 25
    Caption = #36824'     '#20070
    TabOrder = 3
    OnClick = Button2Click
  end
  object Table1: TTable
    Active = True
    DatabaseName = '1'
    TableName = 'student.DB'
    Left = 416
    Top = 32
  end
  object Table2: TTable
    Active = True
    DatabaseName = '1'
    TableName = 'book.db'
    Left = 440
    Top = 32
  end
  object Table3: TTable
    Active = True
    DatabaseName = '1'
    TableName = 'lent.DB'
    Left = 472
    Top = 32
  end
end

⌨️ 快捷键说明

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