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

📄 demo8.dfm

📁 《Delphi百例》源码?禗elphi百例》源码
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -