unit3.dfm

来自「一系列DELPHI的控件如何使用的例子,例子有的比较简单,但是能详细的说明了控件」· DFM 代码 · 共 52 行

DFM
52
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = #20351#29992'ADOTable'#30340#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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 41
    Align = alTop
    Caption = #21644'TTABLE'#25511#20214#20351#29992#30456#31867#20284
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 32
    Top = 136
    Width = 617
    Height = 185
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 'Provider=MSDASQL.1;Persist Security Info=False;Data Source=demo'
    CursorType = ctStatic
    TableName = 'CPDM'
    Left = 16
    Top = 56
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 56
    Top = 56
  end
end

⌨️ 快捷键说明

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