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

📄 ulogin.dfm

📁 很好的一个仓库管理信息系统源码!希望大家多多支持!
💻 DFM
字号:
object frmLogin: TfrmLogin
  Left = 384
  Top = 352
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #20179#24211#31649#29702#31995#32479#65293#30331#24405
  ClientHeight = 184
  ClientWidth = 321
  Color = 11711154
  Font.Charset = ANSI_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 = 22
    Top = 11
    Width = 289
    Height = 24
    Caption = #27426#36814#30331#24405#20179#24211#31649#29702#31995#32479'...'
    Color = 11711154
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object btnOK: TSpeedButton
    Left = 48
    Top = 144
    Width = 105
    Height = 33
    Caption = #30830' '#23450
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnOKClick
  end
  object btnCancel: TSpeedButton
    Left = 168
    Top = 144
    Width = 105
    Height = 33
    Caption = #36864' '#20986
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnCancelClick
  end
  object Panel1: TPanel
    Left = -8
    Top = 40
    Width = 337
    Height = 97
    BevelInner = bvLowered
    Color = 4013343
    TabOrder = 0
    object edtPassword: TEdit
      Left = 115
      Top = 53
      Width = 166
      Height = 28
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -20
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      PasswordChar = '*'
      TabOrder = 0
      OnKeyDown = edtPasswordKeyDown
    end
    object StaticText1: TStaticText
      Left = 29
      Top = 16
      Width = 78
      Height = 24
      Caption = #29992#25143#21517':'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -20
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
    object StaticText2: TStaticText
      Left = 53
      Top = 57
      Width = 57
      Height = 24
      Caption = #21475#20196':'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -20
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 2
    end
    object cmbUserName: TComboBox
      Left = 115
      Top = 16
      Width = 166
      Height = 28
      Color = clBtnFace
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -20
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ItemHeight = 20
      ParentFont = False
      TabOrder = 3
    end
  end
end

⌨️ 快捷键说明

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