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

📄 logindlgs.dfm

📁 絮语2007视频聊天软件源程序.仅供参考
💻 DFM
字号:
object logindlg: Tlogindlg
  Left = 222
  Top = 162
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '用户登陆'
  ClientHeight = 126
  ClientWidth = 312
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDblClick = FormDblClick
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 297
    Height = 113
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 46
    Height = 13
    Caption = '用户名:'
    Transparent = True
  end
  object Label2: TLabel
    Left = 16
    Top = 64
    Width = 47
    Height = 13
    Caption = '密  码:'
    Transparent = True
  end
  object Label3: TLabel
    Left = 48
    Top = 93
    Width = 52
    Height = 13
    Caption = '记住密码'
    Transparent = True
    OnClick = Label3Click
  end
  object Label4: TLabel
    Left = 120
    Top = 93
    Width = 52
    Height = 13
    Caption = '隐身登陆'
    Transparent = True
    OnClick = Label4Click
  end
  object userid: TEdit
    Left = 64
    Top = 24
    Width = 225
    Height = 21
    MaxLength = 8
    TabOrder = 0
    Text = 'userid'
    OnKeyPress = useridKeyPress
  end
  object pwd: TMaskEdit
    Left = 64
    Top = 56
    Width = 225
    Height = 21
    MaxLength = 32
    PasswordChar = '*'
    TabOrder = 1
    Text = 'pwd'
    OnKeyDown = pwdKeyDown
  end
  object xpButton1: TxpButton
    Left = 176
    Top = 85
    Width = 40
    Height = 25
    Caption = '登陆'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 2
    TabStop = True
    OnClick = xpButton1Click
  end
  object xpButton2: TxpButton
    Left = 216
    Top = 85
    Width = 75
    Height = 25
    Caption = '新用户注册'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 3
    TabStop = True
    OnClick = xpButton2Click
  end
  object CheckBox1: TCheckBox
    Left = 32
    Top = 91
    Width = 14
    Height = 17
    TabOrder = 4
  end
  object CheckBox2: TCheckBox
    Left = 104
    Top = 91
    Width = 14
    Height = 17
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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