unit1.dfm

来自「使用delphi编写的身份验证程序」· DFM 代码 · 共 71 行

DFM
71
字号
object Form1: TForm1
  Left = 179
  Top = 141
  Width = 369
  Height = 314
  Caption = #36523#20221#39564#35777
  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 = 72
    Top = 64
    Width = 36
    Height = 13
    Caption = #23398#21495#65306
    FocusControl = Edit1
  end
  object Label2: TLabel
    Left = 72
    Top = 128
    Width = 36
    Height = 13
    Caption = #23494#30721#65306
  end
  object Edit1: TEdit
    Left = 144
    Top = 56
    Width = 121
    Height = 21
    MaxLength = 6
    TabOrder = 0
    Text = 'Edit1'
    OnChange = Edit1Change
  end
  object Edit2: TEdit
    Left = 144
    Top = 120
    Width = 121
    Height = 21
    MaxLength = 6
    PasswordChar = '#'
    TabOrder = 1
    Text = 'Edit2'
    OnChange = Edit2Change
  end
  object BitBtn1: TBitBtn
    Left = 72
    Top = 200
    Width = 75
    Height = 25
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 208
    Top = 200
    Width = 75
    Height = 25
    TabOrder = 3
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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