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

📄 unit2.dfm

📁 图书管理系统
💻 DFM
字号:
object AddReaderType: TAddReaderType
  Left = 199
  Top = 105
  Width = 453
  Height = 389
  Caption = #28155#21152#35835#32773#31867#22411
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 16
    Width = 425
    Height = 65
    TabOrder = 0
    object Label3: TLabel
      Left = 8
      Top = 24
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #31181#31867#21517#31216
    end
    object Label4: TLabel
      Left = 216
      Top = 24
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #31181#31867#32534#21495
    end
    object Edit1: TEdit
      Left = 72
      Top = 24
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 272
      Top = 24
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 88
    Width = 425
    Height = 209
    Caption = #31181#31867#29305#28857
    TabOrder = 1
    object Label2: TLabel
      Left = 216
      Top = 48
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #20511#38405#26399#38480
    end
    object Label5: TLabel
      Left = 8
      Top = 48
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #20511#38405#26412#25968
    end
    object Label6: TLabel
      Left = 8
      Top = 104
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #26377#25928#24180#38480
    end
    object Label1: TLabel
      Left = 8
      Top = 160
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #22791'        '#27880
    end
    object Label7: TLabel
      Left = 360
      Top = 48
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #21333#20301':'#26376
    end
    object Label8: TLabel
      Left = 160
      Top = 104
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #21333#20301':'#24180
    end
    object Label9: TLabel
      Left = 160
      Top = 48
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #21333#20301':'#26412
    end
    object Memo1: TMemo
      Left = 72
      Top = 128
      Width = 329
      Height = 65
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object ComboBox1: TComboBox
      Left = 272
      Top = 40
      Width = 89
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      TabOrder = 1
      Items.Strings = (
        '1'
        '2'
        '3'
        '4'
        '5'
        '6')
    end
    object ComboBox2: TComboBox
      Left = 72
      Top = 96
      Width = 81
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      TabOrder = 2
      Items.Strings = (
        '1'
        '2'
        '3'
        '4'
        '5'
        '6'
        '7'
        '8')
    end
    object ComboBox3: TComboBox
      Left = 72
      Top = 40
      Width = 81
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      TabOrder = 3
      Items.Strings = (
        '1'
        '2'
        '3'
        '4'
        '5'
        '6'
        '7'
        '8'
        '9')
    end
  end
  object Button1: TButton
    Left = 176
    Top = 304
    Width = 75
    Height = 25
    Caption = #20445#23384'(&s)'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 304
    Width = 75
    Height = 25
    Caption = #28165#31354'(&r)'
    Default = True
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 352
    Top = 304
    Width = 75
    Height = 25
    Caption = #36864#20986'(&e)'
    TabOrder = 4
    OnClick = Button3Click
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 144
    Top = 320
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=library;Data Source=.'
    CursorType = ctStatic
    TableName = 'Readertype'
    Left = 120
    Top = 320
  end
end

⌨️ 快捷键说明

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