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

📄 loginfrm.dfm

📁 这是一个本人初定的小制作
💻 DFM
字号:
object FormLogin: TFormLogin
  Left = 262
  Top = 169
  ActiveControl = EdtUserName
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'FormLogin'
  ClientHeight = 151
  ClientWidth = 307
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 48
    Height = 12
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 72
    Width = 36
    Height = 12
    Caption = #23494#30721#65306
  end
  object Label3: TLabel
    Left = 0
    Top = 168
    Width = 108
    Height = 12
    Caption = #25968#25454#24211#26381#21153#22120#22320#22336#65306
  end
  object Label4: TLabel
    Left = 8
    Top = 208
    Width = 72
    Height = 12
    Caption = #25968#25454#24211#21517#31216#65306
  end
  object EdtPassword: TEdit
    Left = 80
    Top = 72
    Width = 177
    Height = 20
    PasswordChar = '*'
    TabOrder = 0
    Text = '2664613'
    OnKeyPress = EdtPasswordKeyPress
  end
  object BtnOK: TButton
    Left = 16
    Top = 112
    Width = 57
    Height = 25
    Caption = #30830#23450'(&O)'
    TabOrder = 1
    OnClick = BtnOKClick
  end
  object BtnCancel: TButton
    Left = 112
    Top = 112
    Width = 57
    Height = 25
    Caption = #21462#28040'(&C)'
    TabOrder = 2
    OnClick = BtnCancelClick
  end
  object EdtUserName: TEdit
    Left = 80
    Top = 32
    Width = 177
    Height = 20
    TabOrder = 3
    Text = 'about521'
    OnKeyPress = EdtPasswordKeyPress
  end
  object EdtServerName: TEdit
    Left = 112
    Top = 168
    Width = 161
    Height = 20
    TabOrder = 4
    OnChange = EdtServerNameChange
  end
  object EdtDatabase: TEdit
    Left = 112
    Top = 208
    Width = 161
    Height = 20
    TabOrder = 5
    OnChange = EdtServerNameChange
  end
  object BtnAdvance: TButton
    Left = 200
    Top = 112
    Width = 65
    Height = 25
    Caption = #39640#32423'(&A)>>'
    TabOrder = 6
    OnClick = BtnAdvanceClick
  end
end

⌨️ 快捷键说明

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