mainform.dfm

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

DFM
137
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 314
  Height = 269
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #33719#21462#31995#32479#20869#23384#31354#38388#20449#24687
  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 = 16
    Top = 16
    Width = 273
    Height = 209
    Caption = #31995#32479#20869#23384#20351#29992#22522#26412#24773#20917
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 32
      Width = 105
      Height = 13
      Caption = #20869#23384#29992#37327#30334#20998#27604#65306'   '
    end
    object Label2: TLabel
      Left = 16
      Top = 56
      Width = 96
      Height = 13
      Caption = #23454#38469#20869#23384#24635#22823#23567#65306
    end
    object Label3: TLabel
      Left = 16
      Top = 80
      Width = 105
      Height = 13
      Caption = #21487#29992#30340#23454#38469#20869#23384#65306'   '
    end
    object Label4: TLabel
      Left = 16
      Top = 104
      Width = 81
      Height = 13
      Caption = #39029#25991#20214#24635#25968#65306'   '
    end
    object Label5: TLabel
      Left = 16
      Top = 128
      Width = 117
      Height = 13
      Caption = #21487#29992#30340#39029#25991#20214#24635#25968#65306'   '
    end
    object Label6: TLabel
      Left = 16
      Top = 152
      Width = 93
      Height = 13
      Caption = #34394#25311#20869#23384#24635#25968#65306'   '
    end
    object Label7: TLabel
      Left = 16
      Top = 176
      Width = 117
      Height = 13
      Caption = #21487#29992#34394#25311#20869#23384#24635#25968#65306'   '
    end
    object Edit1: TEdit
      Left = 128
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 128
      Top = 48
      Width = 121
      Height = 21
      TabOrder = 1
      Text = 'Edit1'
    end
    object Edit3: TEdit
      Left = 128
      Top = 72
      Width = 121
      Height = 21
      TabOrder = 2
      Text = 'Edit1'
    end
    object Edit4: TEdit
      Left = 128
      Top = 96
      Width = 121
      Height = 21
      TabOrder = 3
      Text = 'Edit1'
    end
    object Edit5: TEdit
      Left = 128
      Top = 120
      Width = 121
      Height = 21
      TabOrder = 4
      Text = 'Edit1'
    end
    object Edit6: TEdit
      Left = 128
      Top = 144
      Width = 121
      Height = 21
      TabOrder = 5
      Text = 'Edit1'
    end
    object Edit7: TEdit
      Left = 128
      Top = 168
      Width = 121
      Height = 21
      TabOrder = 6
      Text = 'Edit1'
    end
  end
  object Timer1: TTimer
    OnTimer = GetMemoryStatus
    Left = 136
    Top = 8
  end
end

⌨️ 快捷键说明

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