unit1.~dfm

来自「Delphi6分布式开发例程12 )」· ~DFM 代码 · 共 82 行

~DFM
82
字号
object Form1: TForm1
  Left = 231
  Top = 288
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 152
    Top = 48
    Width = 44
    Height = 13
    Caption = #26597#35810#23383#27573
  end
  object Label2: TLabel
    Left = 152
    Top = 96
    Width = 33
    Height = 13
    Caption = #32034#24341#20540
  end
  object DBGrid1: TDBGrid
    Left = 72
    Top = 160
    Width = 489
    Height = 193
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 240
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object ComboBox1: TComboBox
    Left = 216
    Top = 48
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Items.Strings = (
      'Company'
      'Addr1'
      'Contact')
  end
  object Button1: TButton
    Left = 496
    Top = 64
    Width = 75
    Height = 25
    Caption = #24320#22987#26597#35810
    TabOrder = 3
    OnClick = Button1Click
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 112
    Top = 112
  end
  object Query1: TQuery
    DatabaseName = 'DBDEMOS'
    Left = 64
    Top = 112
  end
end

⌨️ 快捷键说明

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