unit1.~dfm

来自「Delphi数据库编程」· ~DFM 代码 · 共 98 行

~DFM
98
字号
object Form1: TForm1
  Left = 231
  Top = 126
  Width = 394
  Height = 153
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 8
    Width = 36
    Height = 13
    Caption = #23398#21495#65306
  end
  object Label2: TLabel
    Left = 192
    Top = 8
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label3: TLabel
    Left = 64
    Top = 40
    Width = 36
    Height = 13
    Caption = #24180#32423#65306
  end
  object Label4: TLabel
    Left = 192
    Top = 40
    Width = 36
    Height = 13
    Caption = #19987#19994#65306
  end
  object DBEdit1: TDBEdit
    Left = 112
    Top = 8
    Width = 65
    Height = 21
    DataField = #23398#21495
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 248
    Top = 8
    Width = 89
    Height = 21
    DataField = #22995#21517
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 112
    Top = 40
    Width = 65
    Height = 21
    DataField = #24180#32423
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 248
    Top = 40
    Width = 89
    Height = 21
    DataField = #19987#19994
    DataSource = DataSource1
    TabOrder = 3
  end
  object Table1: TTable
    AfterPost = Table1AfterPost
    BeforeDelete = Table1BeforeDelete
    DatabaseName = 'd:\delphi\08\exam_8_7'
    TableName = #23398#29983'.db'
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Top = 32
  end
  object Table2: TTable
    Active = True
    DatabaseName = 'd:\delphi\08\exam_8_7'
    TableName = #24517#20462#35838#25104#32489'.db'
    Left = 32
  end
end

⌨️ 快捷键说明

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