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

📄 main.dfm

📁 C++ builder 完全攻略 学习C++ Builder 不可缺少
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 286
  Height = 254
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 102
    Height = 16
    Caption = #36523#20998#35657#23383#34399#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #27161#26999#39636
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 102
    Height = 16
    Caption = #20845#20301#25976#23494#30908#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #27161#26999#39636
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 32
    Top = 96
    Width = 85
    Height = 16
    Caption = #38651#35441#34399#30908#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #27161#26999#39636
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 16
    Top = 136
    Width = 102
    Height = 16
    Caption = #20986#29983#24180#26376#26085#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #27161#26999#39636
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 32
    Top = 176
    Width = 85
    Height = 16
    Caption = #36664#20837#24207#34399#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #27161#26999#39636
    Font.Style = [fsBold]
    ParentFont = False
  end
  object MaskEdit1: TMaskEdit
    Left = 128
    Top = 16
    Width = 117
    Height = 21
    EditMask = '>L<000000000;1;_'
    MaxLength = 10
    TabOrder = 0
    Text = '          '
  end
  object MaskEdit2: TMaskEdit
    Left = 128
    Top = 56
    Width = 118
    Height = 21
    EditMask = 'CCCCCC;1;_'
    MaxLength = 6
    TabOrder = 1
    Text = '      '
  end
  object MaskEdit3: TMaskEdit
    Left = 128
    Top = 96
    Width = 119
    Height = 21
    EditMask = '\(00\)00000009;1;_'
    MaxLength = 12
    TabOrder = 2
    Text = '(  )        '
  end
  object MaskEdit4: TMaskEdit
    Left = 128
    Top = 136
    Width = 120
    Height = 21
    EditMask = '0000/00/00;1;_'
    MaxLength = 10
    TabOrder = 3
    Text = '    /  /  '
  end
  object MaskEdit5: TMaskEdit
    Left = 128
    Top = 176
    Width = 119
    Height = 21
    EditMask = '\A0LL00-\CLLLLL-\D000;1;_'
    MaxLength = 18
    TabOrder = 4
    Text = 'A     -C     -D   '
  end
end

⌨️ 快捷键说明

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