fmmain.dfm

来自「这是不可多得的源代码」· DFM 代码 · 共 77 行

DFM
77
字号
object Form1: TForm1
  Left = 189
  Top = 119
  Width = 457
  Height = 338
  Caption = 'Form1'
  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 Button1: TButton
    Left = 32
    Top = 80
    Width = 185
    Height = 49
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 64
    Top = 16
    Width = 273
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 64
    Top = 48
    Width = 273
    Height = 21
    TabOrder = 2
    Text = 'Edit2'
  end
  object Button2: TButton
    Left = 32
    Top = 128
    Width = 185
    Height = 41
    Caption = 'Button2'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 32
    Top = 168
    Width = 185
    Height = 41
    Caption = 'Button3'
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 224
    Top = 80
    Width = 185
    Height = 49
    Caption = 'Button4'
    TabOrder = 5
    OnClick = Button4Click
  end
  object ListBox1: TListBox
    Left = 8
    Top = 216
    Width = 433
    Height = 81
    ItemHeight = 13
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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