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

📄 unit5.dfm

📁 图书馆管理系统
💻 DFM
字号:
object deletereadertype: Tdeletereadertype
  Left = 247
  Top = 147
  Width = 666
  Height = 380
  Caption = #21024#38500#35835#32773#31181#31867
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormShow
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 11
    Top = 10
    Width = 537
    Height = 73
    Caption = #26597#25214#21024#38500
    TabOrder = 0
    object Edit1: TEdit
      Left = 96
      Top = 16
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 336
      Top = 16
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
    end
    object RadioButton1: TRadioButton
      Left = 8
      Top = 16
      Width = 81
      Height = 17
      Caption = #31181#31867#32534#21495
      TabOrder = 2
    end
    object RadioButton2: TRadioButton
      Left = 240
      Top = 16
      Width = 89
      Height = 17
      Caption = #31181#31867#21517#31216
      TabOrder = 3
    end
  end
  object Button1: TButton
    Left = 570
    Top = 10
    Width = 75
    Height = 24
    Caption = #26597#25214'[&s]'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Panel1: TPanel
    Left = 11
    Top = 89
    Width = 537
    Height = 250
    Caption = 'Panel1'
    TabOrder = 2
    object DBGrid1: TDBGrid
      Left = 7
      Top = 13
      Width = 527
      Height = 222
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnCellClick = DBGrid1CellClick
    end
  end
  object Button2: TButton
    Left = 570
    Top = 226
    Width = 75
    Height = 24
    Caption = #21024#38500'[&d]'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 570
    Top = 106
    Width = 75
    Height = 25
    Caption = '<<---------'
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 570
    Top = 145
    Width = 75
    Height = 26
    Caption = '-------->>'
    TabOrder = 5
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 570
    Top = 266
    Width = 75
    Height = 25
    Caption = #36864#20986'[&t]'
    TabOrder = 6
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 570
    Top = 50
    Width = 75
    Height = 25
    Caption = #28165#31354'[&r]'
    TabOrder = 7
    OnClick = Button6Click
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=Library'
    CursorType = ctStatic
    TableName = 'Readertype'
    Left = 32
    Top = 72
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 72
    Top = 64
  end
end

⌨️ 快捷键说明

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