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

📄 unit7.dfm

📁 可以显示数据库中图书的信息以及读者的信息
💻 DFM
字号:
object Form7: TForm7
  Left = 221
  Top = 177
  Width = 598
  Height = 382
  Caption = #22270#20070#20449#24687#31649#29702
  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 Label1: TLabel
    Left = 48
    Top = 32
    Width = 30
    Height = 13
    Caption = #20070#21517'  '
  end
  object Label2: TLabel
    Left = 264
    Top = 32
    Width = 42
    Height = 13
    Caption = #26465#24418#30721'  '
  end
  object Edit1: TEdit
    Left = 104
    Top = 32
    Width = 121
    Height = 21
    Color = clInfoBk
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 312
    Top = 32
    Width = 121
    Height = 21
    Color = clInfoBk
    TabOrder = 1
  end
  object Button1: TButton
    Left = 472
    Top = 32
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 48
    Top = 88
    Width = 145
    Height = 25
    Caption = #26174#31034#25152#26377#22270#20070#20449#24687
    TabOrder = 3
    OnClick = Button2Click
  end
  object DBNavigator1: TDBNavigator
    Left = 256
    Top = 88
    Width = 280
    Height = 25
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBGrid1: TDBGrid
    Left = 48
    Top = 136
    Width = 497
    Height = 169
    Color = clInfoBk
    DataSource = DataSource1
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  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 = 16
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 56
  end
end

⌨️ 快捷键说明

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