test.dfm

来自「gps通讯程序,能够运行在delphi7下」· DFM 代码 · 共 72 行

DFM
72
字号
object frmTest: TfrmTest
  Left = 237
  Top = 148
  Width = 696
  Height = 480
  Caption = 'frmTest'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 320
    Top = 56
    Width = 36
    Height = 12
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 320
    Top = 96
    Width = 36
    Height = 12
    Caption = 'Label2'
  end
  object Edit1: TEdit
    Left = 80
    Top = 56
    Width = 81
    Height = 20
    TabOrder = 0
    Text = '-10'
  end
  object Edit2: TEdit
    Left = 176
    Top = 56
    Width = 81
    Height = 20
    TabOrder = 1
    Text = '45'
  end
  object Edit3: TEdit
    Left = 80
    Top = 96
    Width = 81
    Height = 20
    TabOrder = 2
    Text = '125'
  end
  object Edit4: TEdit
    Left = 176
    Top = 96
    Width = 81
    Height = 20
    TabOrder = 3
    Text = '0'
  end
  object Button1: TButton
    Left = 200
    Top = 160
    Width = 57
    Height = 25
    Caption = 'Button1'
    TabOrder = 4
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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