mainform.dfm

来自「C++ BUILDER精彩编程实例集锦(源码)3 第五部分 系统编程 第六部」· DFM 代码 · 共 89 行

DFM
89
字号
object Form1: TForm1
  Left = 192
  Top = 114
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #22312#24320#22987#21491#38190#33756#21333#20013#28155#21152#33756#21333#39033
  ClientHeight = 147
  ClientWidth = 329
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 24
    Top = 16
    Width = 281
    Height = 81
    TabOrder = 0
    object Label1: TLabel
      Left = 12
      Top = 20
      Width = 54
      Height = 13
      Caption = #25991#20214#21517#65306'  '
    end
    object Label2: TLabel
      Left = 12
      Top = 50
      Width = 54
      Height = 13
      Caption = #33756#21333#21517#65306'  '
    end
    object Edit1: TEdit
      Left = 64
      Top = 20
      Width = 201
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 64
      Top = 48
      Width = 201
      Height = 21
      TabOrder = 1
    end
  end
  object BitBtn1: TBitBtn
    Left = 24
    Top = 104
    Width = 89
    Height = 22
    Caption = #27983#35272#25991#20214
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 120
    Top = 104
    Width = 89
    Height = 22
    Caption = #28155#21152#33756#21333
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 216
    Top = 104
    Width = 89
    Height = 22
    Caption = #20851#38381#31243#24207
    TabOrder = 3
    OnClick = BitBtn3Click
  end
  object OpenDialog1: TOpenDialog
    Filter = #25152#26377#25191#34892#25991#20214'(*.exe)|*.exe'
    Left = 40
    Top = 16
  end
end

⌨️ 快捷键说明

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