main.dfm

来自「C++Builder高级应用开发指南随书源码」· DFM 代码 · 共 51 行

DFM
51
字号
object frmMain: TfrmMain
  Left = 271
  Top = 162
  BorderStyle = bsDialog
  Caption = 'frmMain'
  ClientHeight = 133
  ClientWidth = 234
  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 CSpinEdit1: TCSpinEdit
    Left = 64
    Top = 24
    Width = 121
    Height = 22
    TabStop = True
    ParentColor = False
    TabOrder = 0
  end
  object Button1: TButton
    Left = 40
    Top = 88
    Width = 75
    Height = 25
    Caption = 'Set'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 128
    Top = 88
    Width = 75
    Height = 25
    Caption = 'Get'
    TabOrder = 2
    OnClick = Button2Click
  end
  object MyAutoObj1: TMyAutoObj
    AutoConnect = True
    ConnectKind = ckRunningOrNew
    Left = 16
    Top = 16
  end
end

⌨️ 快捷键说明

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