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

📄 jvloginform.dfm

📁 East make Tray Icon in delphi
💻 DFM
字号:
object JvLoginForm: TJvLoginForm
  Left = 213
  Top = 102
  Cursor = crArrow
  BorderIcons = []
  BorderStyle = bsDialog
  ClientHeight = 159
  ClientWidth = 442
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = True
  Position = poScreenCenter
  Scaled = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object AppIcon: TImage
    Left = 14
    Top = 12
    Width = 32
    Height = 32
    AutoSize = True
  end
  object KeyImage: TImage
    Left = 10
    Top = 15
    Width = 32
    Height = 32
    AutoSize = True
    Picture.Data = {
      055449636F6E0000010001002020100000000000E80200001600000028000000
      2000000040000000010004000000000080020000000000000000000000000000
      0000000000000000000080000080000000808000800000008000800080800000
      C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
      FFFFFF00000000000000000000000000000000008FFFFFFFFFFFFFFFFF000000
      000000008FFFFFFFFFFFFFFFFF000000000000008FFFFFFFFFF00F00FF000000
      000000008FF800FFFFF00F00FF000000000000008F80800FFFF00F00FF000000
      000000008F00FF00000000000F000000000000008F00FF00000000000F000000
      000000008F80800FFFFFFFFFFF000000000000008FF800FFFFFFFFFFFF000000
      000000008FFFFFFFFFFFFFFFFF00000000000000888888888888888888000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000001FFF00001FFF00001FFF00001FFF00001FFF00001FFF00001FFF
      00001FFF00001FFF00001FFF00001FFF00001FFFFFFFFFFFFFFFFFFFFFFFFFFF
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
      FFFFFFFF}
  end
  object HintLabel: TLabel
    Left = 64
    Top = 31
    Width = 285
    Height = 13
    AutoSize = False
    ShowAccelChar = False
  end
  object UserNameLabel: TLabel
    Left = 64
    Top = 64
    Width = 105
    Height = 13
    AutoSize = False
    FocusControl = UserNameEdit
  end
  object PasswordLabel: TLabel
    Left = 64
    Top = 96
    Width = 105
    Height = 13
    AutoSize = False
    FocusControl = PasswordEdit
  end
  object AppTitleLabel: TLabel
    Left = 64
    Top = 12
    Width = 285
    Height = 13
    AutoSize = False
    ShowAccelChar = False
  end
  object CustomLabel: TLabel
    Left = 64
    Top = 128
    Width = 105
    Height = 13
    AutoSize = False
    FocusControl = CustomCombo
  end
  object UserNameEdit: TEdit
    Left = 172
    Top = 60
    Width = 169
    Height = 21
    Cursor = crIBeam
    TabOrder = 0
  end
  object PasswordEdit: TEdit
    Left = 172
    Top = 92
    Width = 169
    Height = 21
    Cursor = crIBeam
    PasswordChar = '*'
    TabOrder = 1
  end
  object OkBtn: TButton
    Left = 356
    Top = 12
    Width = 77
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 3
    OnClick = OkBtnClick
  end
  object CancelBtn: TButton
    Left = 356
    Top = 44
    Width = 77
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 4
  end
  object CustomCombo: TComboBox
    Left = 172
    Top = 124
    Width = 169
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    Sorted = True
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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