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

📄 unit6.dfm

📁 图书馆管理系统dephi版
💻 DFM
字号:
object newbookfrm: Tnewbookfrm
  Left = 241
  Top = 251
  BorderStyle = bsDialog
  Caption = #26032#20070#20837#24211
  ClientHeight = 215
  ClientWidth = 516
  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 = 48
    Width = 49
    Height = 13
    Caption = 'ISBN'#21495#65306
  end
  object Label2: TLabel
    Left = 48
    Top = 8
    Width = 36
    Height = 13
    Caption = #20070#21517#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 80
    Width = 36
    Height = 13
    Caption = #20316#32773#65306
  end
  object Label4: TLabel
    Left = 16
    Top = 112
    Width = 48
    Height = 13
    Caption = #20986#29256#31038#65306
  end
  object Label5: TLabel
    Left = 8
    Top = 144
    Width = 60
    Height = 13
    Caption = #20986#29256#26085#26399#65306
  end
  object Label6: TLabel
    Left = 272
    Top = 40
    Width = 36
    Height = 13
    Caption = #21806#20215#65306
  end
  object Label7: TLabel
    Left = 272
    Top = 80
    Width = 36
    Height = 13
    Caption = #31867#21035#65306
  end
  object Label8: TLabel
    Left = 272
    Top = 112
    Width = 60
    Height = 13
    Caption = #34255#20070#22320#28857#65306
  end
  object Label9: TLabel
    Left = 272
    Top = 144
    Width = 60
    Height = 13
    Caption = #20837#24211#25968#37327#65306
  end
  object Edit1: TEdit
    Left = 88
    Top = 40
    Width = 161
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 104
    Top = 8
    Width = 329
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 88
    Top = 72
    Width = 161
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 336
    Top = 40
    Width = 161
    Height = 21
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 88
    Top = 104
    Width = 161
    Height = 21
    TabOrder = 4
  end
  object Edit6: TEdit
    Left = 336
    Top = 136
    Width = 161
    Height = 21
    TabOrder = 5
  end
  object ComboBox1: TComboBox
    Left = 336
    Top = 72
    Width = 161
    Height = 21
    ItemHeight = 13
    TabOrder = 6
    Text = #29702#24037#31867
    Items.Strings = (
      #29702#24037#31867
      #25991#23398#31867
      #22806#35821#31867
      #33402#26415#31867
      #21307#23398#31867
      #27861#23398#31867
      #21830#23398#31867
      #31038#31185#31867
      #20307#32946#31867
      #26410#20998#31867)
  end
  object ComboBox2: TComboBox
    Left = 336
    Top = 104
    Width = 161
    Height = 21
    ItemHeight = 13
    TabOrder = 7
    Text = #29702#24037#20070#21381
    Items.Strings = (
      #29702#24037#20070#21381
      #25991#33402#20070#21381
      #22806#25991#20070#21381
      #27861#21830#20070#21381
      #25991#31185#20070#21381
      #28207#21488#20070#21381
      #26399#21002#21381)
  end
  object Edit7: TEdit
    Left = 88
    Top = 136
    Width = 161
    Height = 21
    TabOrder = 8
  end
  object Button1: TButton
    Left = 136
    Top = 176
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 9
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 328
    Top = 176
    Width = 75
    Height = 25
    Caption = #37325#32622
    TabOrder = 10
    OnClick = Button2Click
  end
  object Edit8: TEdit
    Left = 496
    Top = 72
    Width = 17
    Height = 21
    TabOrder = 11
    Visible = False
  end
  object Edit9: TEdit
    Left = 496
    Top = 104
    Width = 17
    Height = 21
    TabOrder = 12
    Visible = False
  end
  object Table1: TTable
    DatabaseName = 'DBDEMOS'
    TableName = 'libbook1.DB'
    Left = 256
    Top = 168
  end
end

⌨️ 快捷键说明

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