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

📄 unit7.dfm

📁 图书管理系统 简介 随着科学技术的飞速发展
💻 DFM
字号:
object lenbookfrm: Tlenbookfrm
  Left = 290
  Top = 256
  BorderStyle = bsDialog
  Caption = #20511#20070#21150#29702
  ClientHeight = 339
  ClientWidth = 621
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 104
    Width = 49
    Height = 13
    Caption = 'ISBN'#21495#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 36
    Height = 13
    Caption = #23398#21495#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 72
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label4: TLabel
    Left = 224
    Top = 8
    Width = 69
    Height = 13
    Caption = #22270#20070#21015#34920'       '
  end
  object Label5: TLabel
    Left = 232
    Top = 184
    Width = 60
    Height = 13
    Caption = #20511#20070#21015#34920'    '
  end
  object Edit1: TEdit
    Left = 64
    Top = 96
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 64
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 64
    Top = 64
    Width = 121
    Height = 21
    Enabled = False
    TabOrder = 2
  end
  object DBGrid1: TDBGrid
    Left = 216
    Top = 32
    Width = 393
    Height = 145
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 48
    Top = 192
    Width = 105
    Height = 25
    Caption = #20511#20070
    TabOrder = 4
    OnClick = Button1Click
  end
  object DBGrid2: TDBGrid
    Left = 216
    Top = 208
    Width = 393
    Height = 120
    DataSource = DataSource2
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 48
    Top = 256
    Width = 105
    Height = 25
    Caption = #36824#20070
    TabOrder = 6
    OnClick = Button2Click
  end
  object booktb: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'libbook1.DB'
    Left = 360
    Top = 8
  end
  object bobooktb: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'libbook2.db'
    Left = 432
  end
  object DataSource1: TDataSource
    DataSet = booktb
    Left = 176
    Top = 16
  end
  object studenttb: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'libstudent.db'
    Left = 496
    Top = 8
  end
  object DataSource2: TDataSource
    DataSet = bobooktb
    Left = 112
    Top = 8
  end
end

⌨️ 快捷键说明

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