⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 C++ builder 完全攻略 学习C++ Builder 不可缺少
💻 DFM
字号:
object Form1: TForm1
  Left = 261
  Top = 126
  Width = 421
  Height = 306
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 7
    Top = 52
    Width = 234
    Height = 163
    TabOrder = 0
    object Label1: TLabel
      Left = 13
      Top = 16
      Width = 75
      Height = 29
      Caption = 'Panel1'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -25
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Button4: TButton
      Left = 163
      Top = 130
      Width = 65
      Height = 27
      Caption = 'Button4'
      TabOrder = 0
    end
    object RadioButton1: TRadioButton
      Left = 13
      Top = 94
      Width = 92
      Height = 14
      Caption = 'RadioButton1'
      TabOrder = 1
    end
    object RadioButton2: TRadioButton
      Left = 13
      Top = 114
      Width = 92
      Height = 14
      Caption = 'RadioButton2'
      TabOrder = 2
    end
    object RadioButton3: TRadioButton
      Left = 13
      Top = 140
      Width = 92
      Height = 14
      Caption = 'RadioButton3'
      TabOrder = 3
    end
  end
  object Button1: TButton
    Left = 7
    Top = 13
    Width = 85
    Height = 20
    Caption = 'Show Panel 1'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 104
    Top = 13
    Width = 85
    Height = 20
    Caption = 'Show Panel 2'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 202
    Top = 13
    Width = 85
    Height = 20
    Caption = 'Show Panel 3'
    TabOrder = 3
    OnClick = Button3Click
  end
  object Panel2: TPanel
    Left = 7
    Top = 52
    Width = 234
    Height = 163
    TabOrder = 4
    object Label2: TLabel
      Left = 13
      Top = 17
      Width = 118
      Height = 46
      AutoSize = False
      Caption = 'Panel2'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -25
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Button5: TButton
      Left = 143
      Top = 65
      Width = 85
      Height = 27
      Caption = 'Button5'
      TabOrder = 0
    end
    object CheckBox1: TCheckBox
      Left = 20
      Top = 56
      Width = 78
      Height = 14
      Caption = 'CheckBox1'
      TabOrder = 1
    end
    object CheckBox2: TCheckBox
      Left = 20
      Top = 82
      Width = 78
      Height = 14
      Caption = 'CheckBox2'
      TabOrder = 2
    end
    object CheckBox3: TCheckBox
      Left = 20
      Top = 108
      Width = 78
      Height = 14
      Caption = 'CheckBox3'
      TabOrder = 3
    end
  end
  object Panel3: TPanel
    Left = 7
    Top = 52
    Width = 234
    Height = 163
    TabOrder = 5
    object Label3: TLabel
      Left = 7
      Top = 20
      Width = 75
      Height = 29
      Caption = 'Panel3'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -25
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Button6: TButton
      Left = 150
      Top = 78
      Width = 72
      Height = 27
      Caption = 'Button6'
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 13
      Top = 59
      Width = 98
      Height = 21
      TabOrder = 1
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 13
      Top = 91
      Width = 98
      Height = 21
      TabOrder = 2
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 13
      Top = 124
      Width = 98
      Height = 21
      TabOrder = 3
      Text = 'Edit3'
    end
  end
end

⌨️ 快捷键说明

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