unit6.~dfm

来自「可以显示数据库中图书的信息以及读者的信息」· ~DFM 代码 · 共 83 行

~DFM
83
字号
object Form6: TForm6
  Left = 280
  Top = 124
  Width = 352
  Height = 442
  Caption = #22270#20070#31867#22411#35774#32622
  Color = clMoneyGreen
  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 = 40
    Top = 168
    Width = 30
    Height = 13
    Caption = #31867#22411'  '
  end
  object Button1: TButton
    Left = 112
    Top = 40
    Width = 137
    Height = 25
    Caption = #26174#31034#25152#26377#22270#20070#31867#22411'   '
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBNavigator1: TDBNavigator
    Left = 64
    Top = 104
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 88
    Top = 168
    Width = 121
    Height = 21
    Color = clSkyBlue
    TabOrder = 2
  end
  object Button2: TButton
    Left = 232
    Top = 168
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 3
    OnClick = Button2Click
  end
  object DBGrid1: TDBGrid
    Left = 32
    Top = 224
    Width = 281
    Height = 145
    Color = clSkyBlue
    DataSource = DataSource1
    TabOrder = 4
    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
    Parameters = <>
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 32
  end
end

⌨️ 快捷键说明

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