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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分 程序设置
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #25511#21046#25968#25454#36755#20837#26684#24335
  ClientHeight = 179
  ClientWidth = 336
  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 = 14
    Top = 13
    Width = 307
    Height = 148
    Caption = #29992#25143#22522#26412#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 60
      Height = 13
      Caption = #29992#25143#22995#21517#65306
    end
    object Label2: TLabel
      Left = 152
      Top = 24
      Width = 66
      Height = 13
      Caption = #20986#29983#26085#26399#65306'  '
    end
    object Label3: TLabel
      Left = 8
      Top = 48
      Width = 63
      Height = 13
      Caption = #30005#35805#21495#30721#65306' '
    end
    object Label4: TLabel
      Left = 8
      Top = 72
      Width = 75
      Height = 13
      Caption = #36523#20221#35777#21495#30721#65306' '
    end
    object Label5: TLabel
      Left = 8
      Top = 96
      Width = 63
      Height = 13
      Caption = #36890#35759#22320#22336#65306' '
    end
    object MaskEdit1: TMaskEdit
      Left = 64
      Top = 24
      Width = 78
      Height = 21
      EditMask = 'cccccccccc;1;_'
      MaxLength = 10
      TabOrder = 0
      Text = '          '
    end
    object MaskEdit2: TMaskEdit
      Left = 216
      Top = 24
      Width = 76
      Height = 21
      EditMask = '!9999/99/99;1;_'
      MaxLength = 10
      TabOrder = 1
      Text = '    -  -  '
    end
    object MaskEdit3: TMaskEdit
      Left = 64
      Top = 48
      Width = 227
      Height = 21
      EditMask = '!\(999\)000-00000000;1;_'
      MaxLength = 17
      TabOrder = 2
      Text = '(   )   -        '
    end
    object MaskEdit4: TMaskEdit
      Left = 80
      Top = 72
      Width = 214
      Height = 21
      EditMask = '999999999999999999;1;_'
      MaxLength = 18
      TabOrder = 3
      Text = '                  '
    end
    object MaskEdit5: TMaskEdit
      Left = 64
      Top = 96
      Width = 230
      Height = 21
      EditMask = 'ccccccccccccccccccccccccccccccc;1;_'
      MaxLength = 31
      TabOrder = 4
      Text = '                               '
    end
    object BitBtn1: TBitBtn
      Left = 120
      Top = 120
      Width = 75
      Height = 22
      Caption = #20445#23384
      TabOrder = 5
      OnClick = BitBtn1Click
    end
  end
end

⌨️ 快捷键说明

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