unit1.~dfm

来自「列表ADO的属性值,方便程序员进行与数据库的连接时设置各项参数!」· ~DFM 代码 · 共 64 行

~DFM
64
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 617
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox: TListBox
    Left = 24
    Top = 48
    Width = 449
    Height = 345
    ItemHeight = 13
    TabOrder = 0
  end
  object Button1: TButton
    Left = 480
    Top = 24
    Width = 105
    Height = 25
    Caption = #36873#25321#25968#25454#28304
    TabOrder = 1
    OnClick = Button1Click
  end
  object ConnectionString: TEdit
    Left = 24
    Top = 24
    Width = 449
    Height = 21
    TabOrder = 2
    Text = 'ConnectionString'
  end
  object Button2: TButton
    Left = 480
    Top = 56
    Width = 105
    Height = 25
    Caption = #36830#25509
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 480
    Top = 96
    Width = 105
    Height = 25
    Caption = #21015#20986#23646#24615
    TabOrder = 4
    OnClick = Button3Click
  end
  object Connection: TADOConnection
    Left = 32
    Top = 64
  end
end

⌨️ 快捷键说明

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