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

📄 unit1.~dfm

📁 可以显示数据库中图书的信息以及读者的信息
💻 ~DFM
字号:
object Form1: TForm1
  Left = 309
  Top = 165
  Width = 334
  Height = 224
  Caption = #29992#25143#30331#24405
  Color = clMoneyGreen
  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 = 56
    Top = 64
    Width = 42
    Height = 13
    Caption = #29992#25143#21517'  '
  end
  object Label2: TLabel
    Left = 56
    Top = 104
    Width = 30
    Height = 13
    Caption = #23494#30721'  '
  end
  object Label3: TLabel
    Left = 56
    Top = 80
    Width = 24
    Height = 13
    Caption = #21345#21495
    Visible = False
  end
  object Edit1: TEdit
    Left = 136
    Top = 56
    Width = 121
    Height = 21
    Color = clSkyBlue
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 136
    Top = 104
    Width = 121
    Height = 21
    Color = clSkyBlue
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 120
    Top = 144
    Width = 75
    Height = 25
    Caption = #30331#24405
    TabOrder = 2
    OnClick = Button1Click
  end
  object RadioButton1: TRadioButton
    Left = 72
    Top = 16
    Width = 113
    Height = 17
    Caption = #31649#29702#21592
    Checked = True
    TabOrder = 3
    TabStop = True
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 192
    Top = 16
    Width = 113
    Height = 17
    Caption = #35835#32773
    TabOrder = 4
    OnClick = RadioButton2Click
  end
  object Edit3: TEdit
    Left = 136
    Top = 80
    Width = 121
    Height = 21
    Color = clSkyBlue
    TabOrder = 5
    Visible = False
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#22270#20070#31649#29702#31995#32479
    Provider = 'SQLOLEDB.1'
    Left = 8
    Top = 120
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 8
    Top = 160
  end
end

⌨️ 快捷键说明

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