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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分 程序设置
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #22312#25191#34892#31243#24207#38388#36827#34892#25968#25454#36890#20449
  ClientHeight = 182
  ClientWidth = 386
  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 = 8
    Top = 8
    Width = 177
    Height = 137
    Caption = #21457#36865#30340#25968#25454
    TabOrder = 0
    object Memo1: TMemo
      Left = 8
      Top = 16
      Width = 161
      Height = 113
      Lines.Strings = (
        'Memo1')
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 192
    Top = 8
    Width = 185
    Height = 137
    Caption = #25509#25910#30340#25968#25454
    TabOrder = 1
    object Memo2: TMemo
      Left = 8
      Top = 16
      Width = 169
      Height = 113
      Color = cl3DLight
      Lines.Strings = (
        'Memo1')
      ReadOnly = True
      TabOrder = 0
    end
  end
  object BitBtn1: TBitBtn
    Left = 8
    Top = 152
    Width = 110
    Height = 22
    Caption = #21457#36865#25968#25454
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 136
    Top = 152
    Width = 110
    Height = 22
    Caption = #25509#25910#25968#25454
    TabOrder = 3
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 264
    Top = 152
    Width = 110
    Height = 22
    Caption = #20851#38381#31243#24207
    TabOrder = 4
    OnClick = BitBtn3Click
  end
end

⌨️ 快捷键说明

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