demo8.dfm

来自「《Delphi实用程序100例》配套书源码盘」· DFM 代码 · 共 88 行

DFM
88
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 543
  Height = 401
  Caption = 'ado'#25805#20316#25968#25454#24211#31034#20363
  Color = clBtnFace
  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 = 24
    Top = 16
    Width = 136
    Height = 13
    Caption = #25171#24320#19968#20010'access'#25968#25454#24211'      '
  end
  object Label2: TLabel
    Left = 240
    Top = 80
    Width = 105
    Height = 13
    Caption = #36873#25321#19968#20010#25968#25454#34920'       '
  end
  object Edit1: TEdit
    Left = 24
    Top = 40
    Width = 473
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 176
    Top = 8
    Width = 97
    Height = 25
    Caption = #25171#24320#25968#25454#24211
    TabOrder = 1
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 376
    Top = 72
    Width = 121
    Height = 97
    ItemHeight = 13
    TabOrder = 2
    OnDblClick = ListBox1DblClick
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 200
    Width = 513
    Height = 161
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 104
    Top = 128
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Left = 176
    Top = 144
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    Left = 248
    Top = 136
  end
  object open_database: TOpenDialog
    Left = 96
    Top = 96
  end
end

⌨️ 快捷键说明

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