fmmain.dfm

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

DFM
76
字号
object Form1: TForm1
  Left = 276
  Top = 171
  Width = 557
  Height = 410
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -20
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  OnClick = FormClick
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 20
  object Button1: TButton
    Left = 248
    Top = 304
    Width = 281
    Height = 65
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 8
    Top = 8
    Width = 537
    Height = 28
    TabOrder = 1
    Text = 'Edit1'
  end
  object ListBox1: TListBox
    Left = 16
    Top = 128
    Width = 209
    Height = 169
    ItemHeight = 20
    TabOrder = 2
    OnClick = ListBox1Click
  end
  object StringGrid1: TStringGrid
    Left = 232
    Top = 128
    Width = 313
    Height = 169
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 8
    Top = 40
    Width = 537
    Height = 28
    TabOrder = 4
    Text = 'Edit1'
  end
  object Edit3: TEdit
    Left = 12
    Top = 80
    Width = 537
    Height = 28
    TabOrder = 5
    Text = 'Edit1'
  end
  object RadioButton1: TRadioButton
    Left = 16
    Top = 312
    Width = 113
    Height = 17
    Caption = 'RadioButton1'
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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