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

📄 unit9.dfm

📁 图书管理系统 简介 随着科学技术的飞速发展
💻 DFM
字号:
object retbookfrm: Tretbookfrm
  Left = 222
  Top = 157
  BorderStyle = bsDialog
  Caption = #36824#20070#21150#29702
  ClientHeight = 197
  ClientWidth = 204
  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 = 24
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 56
    Width = 48
    Height = 13
    Caption = #30331#38470#21495#65306
  end
  object Label3: TLabel
    Left = 8
    Top = 88
    Width = 49
    Height = 13
    Caption = 'ISBN'#21495#65306
  end
  object Label4: TLabel
    Left = 8
    Top = 120
    Width = 36
    Height = 13
    Caption = #20070#21517#65306
  end
  object Edit1: TEdit
    Left = 64
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 64
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 64
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 64
    Top = 112
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit4'
  end
  object Button1: TButton
    Left = 64
    Top = 152
    Width = 49
    Height = 25
    Caption = #30830#23450
    TabOrder = 4
  end
  object Button2: TButton
    Left = 136
    Top = 152
    Width = 49
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
  end
  object booktb: TTable
    Left = 8
    Top = 136
  end
  object studenttb: TTable
    Left = 40
    Top = 120
  end
  object bobooktb: TTable
    Left = 80
    Top = 120
  end
end

⌨️ 快捷键说明

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