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

📄 unit2.dfm

📁 图书管理系统 简介 随着科学技术的飞速发展
💻 DFM
字号:
object adminfrm: Tadminfrm
  Left = 265
  Top = 197
  BorderStyle = bsDialog
  Caption = #31995#32479#31649#29702
  ClientHeight = 419
  ClientWidth = 636
  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 = 176
    Top = 16
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #25628#32034#35835#32773
  end
  object Label2: TLabel
    Left = 176
    Top = 200
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #25628#32034#22270#20070
  end
  object Label3: TLabel
    Left = 424
    Top = 16
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #26816#32034#26041#24335
  end
  object Label4: TLabel
    Left = 424
    Top = 200
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #26816#32034#26041#24335
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 0
    Width = 145
    Height = 409
    TabOrder = 0
    object BitBtn3: TBitBtn
      Left = 16
      Top = 16
      Width = 113
      Height = 25
      Caption = #22686#21152#35835#32773
      TabOrder = 0
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 16
      Top = 56
      Width = 113
      Height = 25
      Caption = #21024#38500#35835#32773
      TabOrder = 1
      OnClick = BitBtn4Click
    end
    object Button1: TButton
      Left = 16
      Top = 96
      Width = 113
      Height = 25
      Caption = #20462#25913#35835#32773#20449#24687
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 16
      Top = 136
      Width = 113
      Height = 25
      Caption = #26032#20070#20837#24211
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 16
      Top = 176
      Width = 113
      Height = 25
      Caption = #21024#38500#22270#20070
      TabOrder = 4
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 16
      Top = 216
      Width = 113
      Height = 25
      Caption = #20511#20070#21150#29702
      TabOrder = 5
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 16
      Top = 256
      Width = 113
      Height = 25
      Caption = #22788#29702#39044#32422#22270#20070
      TabOrder = 6
      OnClick = Button5Click
    end
    object Button6: TButton
      Left = 16
      Top = 296
      Width = 113
      Height = 25
      Caption = #20462#25913#31995#32479#23494#30721
      TabOrder = 7
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 16
      Top = 376
      Width = 113
      Height = 25
      Caption = #36864#20986#31995#32479
      TabOrder = 8
      OnClick = Button7Click
    end
    object Button8: TButton
      Left = 16
      Top = 336
      Width = 113
      Height = 25
      Caption = #36824#20070#21150#29702
      TabOrder = 9
      Visible = False
      OnClick = Button8Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 168
    Top = 40
    Width = 457
    Height = 145
    DataSource = DataSource2
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBGrid2: TDBGrid
    Left = 168
    Top = 224
    Width = 457
    Height = 185
    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 = 248
    Top = 8
    Width = 161
    Height = 21
    TabOrder = 3
  end
  object ComboBox1: TComboBox
    Left = 488
    Top = 8
    Width = 137
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Text = #22995#21517
    OnChange = ComboBox1Change
    Items.Strings = (
      #22995#21517
      #23398#21495
      '')
  end
  object Edit2: TEdit
    Left = 248
    Top = 192
    Width = 161
    Height = 21
    TabOrder = 5
  end
  object combobox2: TComboBox
    Left = 488
    Top = 192
    Width = 137
    Height = 21
    ItemHeight = 13
    TabOrder = 6
    Text = 'ISBN'
    OnChange = combobox2Change
    Items.Strings = (
      'ISBN'
      #20316#32773
      #20070#21517
      #20986#29256#31038
      '')
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'libbook1.DB'
    Left = 144
    Top = 232
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 144
    Top = 280
  end
  object Table2: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'libstudent.db'
    Left = 144
    Top = 80
  end
  object DataSource2: TDataSource
    DataSet = Table2
    Left = 144
    Top = 40
  end
end

⌨️ 快捷键说明

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