fmmain.dfm

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

DFM
61
字号
object Form1: TForm1
  Left = 192
  Top = 194
  Width = 573
  Height = 346
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object ListBox2: TListBox
    Left = 141
    Top = 6
    Width = 231
    Height = 180
    ItemHeight = 16
    TabOrder = 0
  end
  object ListBox3: TListBox
    Left = 378
    Top = 6
    Width = 71
    Height = 180
    ItemHeight = 16
    TabOrder = 1
  end
  object btnFirst: TButton
    Left = 32
    Top = 198
    Width = 122
    Height = 40
    Caption = 'First Try'
    TabOrder = 2
    OnClick = btnFirstClick
  end
  object btnSecond: TButton
    Left = 160
    Top = 198
    Width = 122
    Height = 40
    Caption = 'Second Try'
    TabOrder = 3
    OnClick = btnSecondClick
  end
  object LabeledEdit1: TLabeledEdit
    Left = 0
    Top = 38
    Width = 135
    Height = 24
    EditLabel.Width = 32
    EditLabel.Height = 16
    EditLabel.Caption = #20316#32773
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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