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

📄 logonfrm.dfm

📁 适合新手 绝对精品 仓库管理系统 本人花钱购买来的源代
💻 DFM
字号:
object frmLogon: TfrmLogon
  Left = 288
  Top = 188
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #30331#38470' '
  ClientHeight = 132
  ClientWidth = 273
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object lblUserName: TLabel
    Left = 16
    Top = 16
    Width = 48
    Height = 12
    Caption = #29992#25143#21517#31216
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object lblPassWord: TLabel
    Left = 16
    Top = 56
    Width = 48
    Height = 12
    Caption = #30331#20837#21475#20196
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object cboUserName: TComboBox
    Left = 80
    Top = 12
    Width = 153
    Height = 20
    Style = csDropDownList
    BiDiMode = bdLeftToRight
    ItemHeight = 12
    ParentBiDiMode = False
    TabOrder = 0
    OnChange = cboUserNameChange
  end
  object edtPassWord: TEdit
    Left = 80
    Top = 52
    Width = 153
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object btnLogon: TButton
    Left = 88
    Top = 100
    Width = 83
    Height = 21
    Caption = #30331#38470#31995#32479'(&L)'
    TabOrder = 2
    OnClick = btnLogonClick
  end
  object btnCancel: TButton
    Left = 175
    Top = 100
    Width = 82
    Height = 21
    Caption = #26356#25913#23494#30721'(&M)'
    TabOrder = 3
    OnClick = btnCancelClick
  end
end

⌨️ 快捷键说明

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