fmmain.dfm

来自「李维出的《Inside VCL(深入核心——VCL架构剖析) 》随书源码。」· DFM 代码 · 共 48 行

DFM
48
字号
object Form1: TForm1
  Left = 345
  Top = 165
  Width = 428
  Height = 241
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #40657#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Edit1: TEdit
    Left = 72
    Top = 8
    Width = 281
    Height = 24
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 72
    Top = 48
    Width = 281
    Height = 24
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 72
    Top = 88
    Width = 281
    Height = 49
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 72
    Top = 144
    Width = 281
    Height = 49
    TabOrder = 3
    Kind = bkClose
  end
end

⌨️ 快捷键说明

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