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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分 程序设置
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 326
  Height = 166
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #23545#35937#24211#25805#20316#28436#31034
  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 = 281
    Height = 105
    Caption = #28436#31034#21152#27861#36816#31639
    TabOrder = 0
    object Label1: TLabel
      Left = 88
      Top = 40
      Width = 9
      Height = 13
      Caption = '+ '
    end
    object Label2: TLabel
      Left = 176
      Top = 40
      Width = 9
      Height = 13
      Caption = '= '
    end
    object Edit1: TEdit
      Left = 192
      Top = 32
      Width = 81
      Height = 21
      ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
      TabOrder = 0
      Text = 'Edit1'
    end
    object BitBtn1: TBitBtn
      Left = 32
      Top = 64
      Width = 75
      Height = 23
      Caption = #24320#22987#27714#21644
      TabOrder = 1
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 176
      Top = 64
      Width = 75
      Height = 23
      Caption = #20851'      '#38381
      TabOrder = 2
      OnClick = BitBtn2Click
    end
    object Edit2: TEdit
      Left = 8
      Top = 32
      Width = 73
      Height = 21
      TabOrder = 3
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 96
      Top = 32
      Width = 73
      Height = 21
      TabOrder = 4
      Text = 'Edit3'
    end
  end
end

⌨️ 快捷键说明

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