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

📄 unit3.dfm

📁 图书管理系统 简介 随着科学技术的飞速发展
💻 DFM
字号:
object addreaderfrm: Taddreaderfrm
  Left = 310
  Top = 264
  BorderStyle = bsDialog
  Caption = #22686#21152#35835#32773
  ClientHeight = 155
  ClientWidth = 414
  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 = 8
    Top = 16
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 56
    Width = 36
    Height = 13
    Caption = #23398#21495#65306
  end
  object Label3: TLabel
    Left = 184
    Top = 48
    Width = 7
    Height = 24
    Caption = '*'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 8
    Top = 88
    Width = 36
    Height = 13
    Caption = #19987#19994#65306
  end
  object Label5: TLabel
    Left = 184
    Top = 16
    Width = 7
    Height = 24
    Caption = '*'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 216
    Top = 16
    Width = 36
    Height = 13
    Caption = #24615#21035#65306
  end
  object Label7: TLabel
    Left = 184
    Top = 80
    Width = 7
    Height = 24
    Caption = '*'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label8: TLabel
    Left = 401
    Top = 16
    Width = 7
    Height = 24
    Caption = '*'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label9: TLabel
    Left = 208
    Top = 56
    Width = 60
    Height = 13
    Caption = #32852#31995#30005#35805#65306
  end
  object Label10: TLabel
    Left = 224
    Top = 88
    Width = 34
    Height = 13
    Caption = 'E_mail:'
  end
  object Label11: TLabel
    Left = 400
    Top = 48
    Width = 7
    Height = 24
    Caption = '*'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 56
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 56
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 56
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 88
    Top = 112
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 296
    Top = 112
    Width = 75
    Height = 25
    Caption = #37325#32622
    TabOrder = 4
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 272
    Top = 16
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 5
    Text = #30007
    Items.Strings = (
      #30007
      #22899)
  end
  object Edit4: TEdit
    Left = 272
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object Edit5: TEdit
    Left = 272
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object sexedit: TEdit
    Left = 256
    Top = 16
    Width = 9
    Height = 21
    TabOrder = 8
    Visible = False
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'libstudent.db'
    Left = 16
    Top = 112
  end
end

⌨️ 快捷键说明

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