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

📄 frmlogin.~dfm

📁 本文件中还有JSP、php和delphi等源程序
💻 ~DFM
字号:
object LoginForm: TLoginForm
  Left = 419
  Top = 168
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #30331#24405
  ClientHeight = 154
  ClientWidth = 329
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object panWelcome: TPanel
    Left = 0
    Top = 0
    Width = 329
    Height = 33
    Align = alTop
    Alignment = taLeftJustify
    BevelOuter = bvNone
    Caption = #27426#36814#20351#29992#29983#20135#32479#35745#31649#29702#31995#32479
    Color = clBtnHighlight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object grbUserInfo: TGroupBox
    Left = 8
    Top = 48
    Width = 208
    Height = 96
    Caption = #29992#25143#20449#24687
    TabOrder = 1
    object lblName: TLabel
      Left = 17
      Top = 20
      Width = 48
      Height = 12
      Caption = #29992#25143#21517#65306
    end
    object lblPassWord: TLabel
      Left = 31
      Top = 44
      Width = 36
      Height = 12
      Caption = #23494#30721#65306
    end
    object lblServer: TLabel
      Left = 17
      Top = 68
      Width = 48
      Height = 12
      Caption = #26381#21153#22120#65306
    end
    object txtPassWord: TEdit
      Left = 72
      Top = 41
      Width = 121
      Height = 20
      ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
      PasswordChar = '*'
      TabOrder = 0
    end
    object cboServerName: TComboBox
      Left = 72
      Top = 66
      Width = 122
      Height = 20
      ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
      ItemHeight = 12
      TabOrder = 1
    end
    object cboUserName: TComboBox
      Left = 72
      Top = 16
      Width = 121
      Height = 20
      ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
      ItemHeight = 12
      TabOrder = 2
    end
  end
  object cmdLogin: TButton
    Left = 224
    Top = 54
    Width = 97
    Height = 25
    Caption = #30331#24405'(&L)'
    Default = True
    TabOrder = 2
    OnClick = cmdLoginClick
  end
  object cmdExit: TButton
    Left = 224
    Top = 88
    Width = 97
    Height = 25
    Cancel = True
    Caption = #36864#20986'(&Q)'
    TabOrder = 3
    OnClick = cmdExitClick
  end
end

⌨️ 快捷键说明

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