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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 303
  Top = 171
  Width = 350
  Height = 394
  Caption = 'Editer'
  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 = 32
    Top = 16
    Width = 145
    Height = 13
    AutoSize = False
    Caption = #35831#22312#25991#26412#26694#20013#36755#20837'hunter'
  end
  object Edit1: TEdit
    Left = 32
    Top = 40
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 208
    Top = 32
    Width = 73
    Height = 33
    Caption = #30830#23450
    Default = True
    TabOrder = 1
    OnClick = Button1Click
  end
  object Panel1: TPanel
    Left = 5
    Top = 80
    Width = 332
    Height = 273
    TabOrder = 2
    Visible = False
    object Label2: TLabel
      Left = 64
      Top = 56
      Width = 60
      Height = 13
      Caption = #22995'        '#21517#65306
    end
    object Label3: TLabel
      Left = 64
      Top = 96
      Width = 60
      Height = 13
      Caption = #24615'        '#21035#65306
    end
    object Label4: TLabel
      Left = 64
      Top = 136
      Width = 60
      Height = 13
      Caption = #20986#29983#26085#26399#65306
    end
    object Label5: TLabel
      Left = 64
      Top = 184
      Width = 233
      Height = 13
      AutoSize = False
      Caption = #24744#36755#20837#30340#20449#24687#26159#65306
    end
    object Edit2: TEdit
      Left = 144
      Top = 48
      Width = 65
      Height = 21
      TabOrder = 0
    end
    object MaskEdit1: TMaskEdit
      Left = 144
      Top = 136
      Width = 65
      Height = 21
      EditMask = '!9999/99/00;1;_'
      MaxLength = 10
      TabOrder = 1
      Text = '    -  -  '
    end
    object RadioButton1: TRadioButton
      Left = 144
      Top = 96
      Width = 41
      Height = 17
      Caption = #30007
      Checked = True
      TabOrder = 2
      TabStop = True
    end
    object RadioButton2: TRadioButton
      Left = 184
      Top = 96
      Width = 41
      Height = 17
      Caption = #22899
      TabOrder = 3
    end
    object Button2: TButton
      Left = 208
      Top = 216
      Width = 73
      Height = 33
      Caption = #25552#20132
      TabOrder = 4
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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