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

📄 logonfrm.dfm

📁 仓储管理系统学习。大家共同探讨学习。大家共同进步。
💻 DFM
字号:
object frmLogon: TfrmLogon
  Left = 378
  Top = 203
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #30331#38470' '
  ClientHeight = 235
  ClientWidth = 406
  Color = clAppWorkSpace
  Font.Charset = GB2312_CHARSET
  Font.Color = clBlack
  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 = 64
    Top = 88
    Width = 64
    Height = 16
    Caption = #29992#25143#21517#31216
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object lblPassWord: TLabel
    Left = 64
    Top = 128
    Width = 64
    Height = 16
    Caption = #30331#20837#21475#20196
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label1: TLabel
    Left = 56
    Top = 16
    Width = 12
    Height = 21
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = [fsBold, fsItalic]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 80
    Top = 40
    Width = 176
    Height = 21
    Caption = #20179#24211#31649#29702#20449#24687#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = [fsBold, fsItalic]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 0
    Top = 192
    Width = 400
    Height = 16
    Caption = #25552#31034#65306#26032#29992#25143#30331#24405#26102#35831#36827#20837#26356#25913#23494#30721#30028#38754#33719#24471#33258#24049#30340#23494#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object cboUserName: TComboBox
    Left = 144
    Top = 84
    Width = 153
    Height = 24
    Style = csDropDownList
    BiDiMode = bdLeftToRight
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 16
    ParentBiDiMode = False
    ParentFont = False
    TabOrder = 0
    OnChange = cboUserNameChange
  end
  object edtPassWord: TEdit
    Left = 144
    Top = 124
    Width = 153
    Height = 24
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 1
  end
  object btnLogon: TButton
    Left = 72
    Top = 164
    Width = 99
    Height = 21
    Caption = #30331#38470#31995#32479'(&L)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = btnLogonClick
  end
  object btnCancel: TButton
    Left = 191
    Top = 164
    Width = 106
    Height = 21
    Caption = #26356#25913#23494#30721'(&M)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = btnCancelClick
  end
end

⌨️ 快捷键说明

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