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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分 程序设置
💻 DFM
字号:
object Form1: TForm1
  Left = 215
  Top = 164
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #25511#21046#36755#20837#27861
  ClientHeight = 215
  ClientWidth = 334
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 48
    Width = 111
    Height = 13
    Caption = #36873#25321#20013#25991#36755#20837#27861#65306'     '
  end
  object Label2: TLabel
    Left = 8
    Top = 144
    Width = 84
    Height = 13
    Caption = #27979#35797#36755#20837#27861#65306'    '
  end
  object Label3: TLabel
    Left = 8
    Top = 16
    Width = 99
    Height = 13
    Caption = #36873#25321#36755#20837#27169#24335#65306'     '
  end
  object ListBox1: TListBox
    Left = 120
    Top = 48
    Width = 209
    Height = 89
    ItemHeight = 13
    TabOrder = 0
  end
  object Memo1: TMemo
    Left = 120
    Top = 144
    Width = 209
    Height = 65
    Lines.Strings = (
      'Memo1')
    TabOrder = 1
    OnEnter = OnEnterSetIme
  end
  object RadioButton1: TRadioButton
    Left = 120
    Top = 16
    Width = 50
    Height = 17
    Caption = #20013#25991
    TabOrder = 2
  end
  object RadioButton2: TRadioButton
    Left = 184
    Top = 16
    Width = 50
    Height = 17
    Caption = #33521#25991
    TabOrder = 3
  end
  object BitBtn1: TBitBtn
    Left = 248
    Top = 16
    Width = 81
    Height = 25
    Caption = #20851#38381#31243#24207
    TabOrder = 4
    OnClick = BitBtn1Click
  end
end

⌨️ 快捷键说明

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