mainform.dfm

来自「C++Builder程序员编程手记《配书光盘》」· DFM 代码 · 共 61 行

DFM
61
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 503
  Height = 360
  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 = 398
    Top = 37
    Width = 75
    Height = 25
    Caption = '检测&Modem'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 8
    Top = 4
    Width = 364
    Height = 325
    ScrollBars = ssBoth
    TabOrder = 1
  end
  object Button2: TButton
    Left = 401
    Top = 278
    Width = 75
    Height = 25
    Caption = '退      出&X'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 399
    Top = 79
    Width = 75
    Height = 25
    Caption = '网卡物理地址'
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 399
    Top = 119
    Width = 75
    Height = 25
    Caption = '缺省浏览器'
    TabOrder = 4
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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