unit1.dfm

来自「《参透Delphi Kylix》通过131个事例」· DFM 代码 · 共 72 行

DFM
72
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 483
  Height = 282
  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
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 400
    Top = 8
    Width = 22
    Height = 13
    Caption = 'Row'
  end
  object Label2: TLabel
    Left = 400
    Top = 36
    Width = 15
    Height = 13
    Caption = 'Col'
  end
  object Label3: TLabel
    Left = 400
    Top = 64
    Width = 18
    Height = 13
    Caption = 'Len'
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 236
    Width = 475
    Height = 19
    Panels = <>
    SimplePanel = True
  end
  object Edit1: TEdit
    Left = 428
    Top = 4
    Width = 41
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 428
    Top = 32
    Width = 41
    Height = 21
    TabOrder = 2
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 428
    Top = 60
    Width = 41
    Height = 21
    TabOrder = 3
    Text = 'Edit3'
  end
end

⌨️ 快捷键说明

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