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

📄 unit8.dfm

📁 图书管理系统 简介 随着科学技术的飞速发展
💻 DFM
字号:
object Form8: TForm8
  Left = 272
  Top = 224
  BorderStyle = bsDialog
  Caption = #22788#29702#39044#32422#22270#20070
  ClientHeight = 319
  ClientWidth = 620
  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 = 16
    Top = 72
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 32
    Width = 36
    Height = 13
    Caption = #23398#21495#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 112
    Width = 28
    Height = 13
    Caption = 'ISBN:'
  end
  object Label4: TLabel
    Left = 224
    Top = 16
    Width = 72
    Height = 13
    Caption = #22270#20070#21015#34920'        '
  end
  object Label5: TLabel
    Left = 216
    Top = 168
    Width = 102
    Height = 13
    Caption = #39044#23450#22270#20070#21015#34920'          '
  end
  object Edit1: TEdit
    Left = 64
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 64
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 56
    Top = 248
    Width = 89
    Height = 25
    Caption = #21462#28040#39044#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 56
    Top = 184
    Width = 89
    Height = 25
    Caption = #20511#20070
    TabOrder = 3
    OnClick = Button2Click
  end
  object DBGrid1: TDBGrid
    Left = 216
    Top = 32
    Width = 376
    Height = 120
    DataSource = DataSource1
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBGrid2: TDBGrid
    Left = 216
    Top = 184
    Width = 376
    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 Edit3: TEdit
    Left = 64
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object booktb: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'libbook1.DB'
    Left = 224
  end
  object studenttb: TTable
    DatabaseName = 'DBDEMOS'
    TableName = 'libstudent.DB'
    Left = 360
    Top = 65528
  end
  object bobooktb: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'libyuebook.db'
    Left = 456
  end
  object DataSource1: TDataSource
    DataSet = booktb
    Left = 192
    Top = 8
  end
  object DataSource2: TDataSource
    DataSet = bobooktb
    Left = 136
    Top = 144
  end
  object lendbooktb: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    IndexFieldNames = 'ISBN;'#23398#21495
    TableName = 'libbook2.DB'
    Left = 520
  end
end

⌨️ 快捷键说明

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