loginunit.dfm

来自「三层的通用架构」· DFM 代码 · 共 111 行

DFM
111
字号
object LoginForm: TLoginForm
  Left = 234
  Top = 195
  ActiveControl = Edit1
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #30331#24405
  ClientHeight = 140
  ClientWidth = 252
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 20
    Width = 60
    Height = 12
    Caption = #29992#25143#21517'(&U):'
    FocusControl = Edit1
  end
  object Label2: TLabel
    Left = 24
    Top = 54
    Width = 60
    Height = 12
    Caption = #23494'  '#30721'(&P):'
    FocusControl = Edit3
  end
  object Bevel1: TBevel
    Left = 14
    Top = 84
    Width = 224
    Height = 9
    Shape = bsTopLine
  end
  object Label3: TLabel
    Left = 84
    Top = 79
    Width = 84
    Height = 12
    Caption = #24744#20849#26377'3'#27425#26426#20250'!'
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ShowAccelChar = False
    Visible = False
  end
  object Edit1: TEdit
    Left = 88
    Top = 16
    Width = 140
    Height = 20
    MaxLength = 16
    TabOrder = 0
    OnChange = Edit1Change
  end
  object Edit2: TEdit
    Left = 88
    Top = 50
    Width = 140
    Height = 20
    TabStop = False
    MaxLength = 16
    PasswordChar = '*'
    TabOrder = 1
    OnExit = Edit2Exit
  end
  object Edit3: TEdit
    Left = 88
    Top = 50
    Width = 140
    Height = 20
    TabOrder = 2
    Text = '****************'
    OnEnter = Edit3Enter
  end
  object Button1: TButton
    Left = 36
    Top = 100
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    Enabled = False
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 142
    Top = 100
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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