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

📄 unit9.dfm

📁 可以显示数据库中图书的信息以及读者的信息
💻 DFM
字号:
object Form9: TForm9
  Left = 250
  Top = 186
  Width = 661
  Height = 480
  Caption = #26032#20070#20837#24211
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = Formclose
  PixelsPerInch = 96
  TextHeight = 13
  object Label13: TLabel
    Left = 352
    Top = 256
    Width = 36
    Height = 13
    Caption = #31616#20171#65306
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 24
    Width = 297
    Height = 393
    Caption = #26032#20070#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 24
      Width = 27
      Height = 13
      Caption = #20070#21517' '
    end
    object Label2: TLabel
      Left = 32
      Top = 72
      Width = 24
      Height = 13
      Caption = #20316#32773
    end
    object Label3: TLabel
      Left = 32
      Top = 120
      Width = 24
      Height = 13
      Caption = #35793#32773
    end
    object Label4: TLabel
      Left = 32
      Top = 168
      Width = 42
      Height = 13
      Caption = #20986#29256#31038'  '
    end
    object Label5: TLabel
      Left = 32
      Top = 216
      Width = 30
      Height = 13
      Caption = #31867#22411'  '
    end
    object Label6: TLabel
      Left = 32
      Top = 264
      Width = 42
      Height = 13
      Caption = #26465#24418#30721'  '
    end
    object Label7: TLabel
      Left = 16
      Top = 328
      Width = 24
      Height = 13
      Caption = #20215#26684
    end
    object Label8: TLabel
      Left = 160
      Top = 328
      Width = 30
      Height = 13
      Caption = #39029#30721'  '
    end
    object Edit1: TEdit
      Left = 96
      Top = 24
      Width = 137
      Height = 21
      Color = clInfoBk
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 96
      Top = 72
      Width = 137
      Height = 21
      Color = clInfoBk
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 96
      Top = 120
      Width = 137
      Height = 21
      Color = clInfoBk
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 96
      Top = 168
      Width = 137
      Height = 21
      Color = clInfoBk
      TabOrder = 3
    end
    object Edit5: TEdit
      Left = 96
      Top = 216
      Width = 137
      Height = 21
      Color = clInfoBk
      TabOrder = 4
    end
    object Edit6: TEdit
      Left = 96
      Top = 264
      Width = 121
      Height = 21
      Color = clInfoBk
      TabOrder = 5
    end
    object Edit7: TEdit
      Left = 56
      Top = 328
      Width = 57
      Height = 21
      Color = clInfoBk
      TabOrder = 6
    end
    object Edit8: TEdit
      Left = 200
      Top = 328
      Width = 65
      Height = 21
      Color = clInfoBk
      TabOrder = 7
    end
    object Button1: TButton
      Left = 224
      Top = 264
      Width = 41
      Height = 25
      Caption = #27979#35797
      TabOrder = 8
      OnClick = Button1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 352
    Top = 24
    Width = 281
    Height = 217
    Caption = #32534#30446#31649#29702
    TabOrder = 1
    object Label9: TLabel
      Left = 32
      Top = 32
      Width = 27
      Height = 13
      Caption = #32534#21495' '
    end
    object Label10: TLabel
      Left = 32
      Top = 80
      Width = 57
      Height = 13
      Caption = #20070#24211#21517#31216'   '
    end
    object Label11: TLabel
      Left = 32
      Top = 128
      Width = 57
      Height = 13
      Caption = #20837#24211#26102#38388'   '
    end
    object Label12: TLabel
      Left = 32
      Top = 176
      Width = 42
      Height = 13
      Caption = #25805#20316#21592'  '
    end
    object Edit9: TEdit
      Left = 96
      Top = 32
      Width = 153
      Height = 21
      Color = clInfoBk
      TabOrder = 0
    end
    object Edit10: TEdit
      Left = 96
      Top = 80
      Width = 153
      Height = 21
      Color = clInfoBk
      TabOrder = 1
    end
    object Edit11: TEdit
      Left = 96
      Top = 128
      Width = 153
      Height = 21
      Color = clInfoBk
      TabOrder = 2
    end
    object Edit12: TEdit
      Left = 96
      Top = 176
      Width = 153
      Height = 21
      Color = clInfoBk
      TabOrder = 3
    end
  end
  object Button2: TButton
    Left = 440
    Top = 392
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 2
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 352
    Top = 280
    Width = 281
    Height = 105
    Color = clInfoBk
    Lines.Strings = (
      'Memo1')
    TabOrder = 3
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#22270#20070#31649#29702#31995#32479'sy'
    Parameters = <>
    Left = 96
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 160
  end
end

⌨️ 快捷键说明

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