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

📄 loginform.dfm

📁 骨灰盒规范化果腹
💻 DFM
字号:
object fmLogin: TfmLogin
  Left = 192
  Top = 107
  BorderStyle = bsToolWindow
  Caption = '登录'
  ClientHeight = 119
  ClientWidth = 257
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clNavy
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 12
    Top = 24
    Width = 36
    Height = 12
    Caption = '用户名'
  end
  object Label2: TLabel
    Left = 12
    Top = 66
    Width = 24
    Height = 12
    Caption = '密码'
  end
  object cbUser: TComboBox
    Left = 12
    Top = 39
    Width = 145
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 0
  end
  object edPasswd: TEdit
    Left = 12
    Top = 81
    Width = 139
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = edPasswdKeyPress
  end
  object btOk: TButton
    Left = 174
    Top = 21
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 2
    OnClick = btOkClick
  end
  object btCancel: TButton
    Left = 174
    Top = 57
    Width = 75
    Height = 25
    Cancel = True
    Caption = '取消'
    TabOrder = 3
    OnClick = btCancelClick
  end
  object btHelp: TButton
    Left = 174
    Top = 90
    Width = 75
    Height = 25
    Caption = '帮助'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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