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

📄 ulogin.dfm

📁 《Delphi通用模块及典型系统开发实例导航》配套光盘第一章(记录文件)
💻 DFM
字号:
object LoginDlg: TLoginDlg
  Left = 347
  Top = 309
  BorderStyle = bsDialog
  Caption = #30331#24405
  ClientHeight = 142
  ClientWidth = 326
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 19
    Top = 33
    Width = 60
    Height = 12
    Caption = #24080'  '#21495'(&U):'
    FocusControl = edtAccount
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label2: TLabel
    Left = 19
    Top = 61
    Width = 60
    Height = 12
    Caption = #23494'  '#30721'(&P):'
    FocusControl = edtPassword
    Transparent = True
  end
  object edtPassword: TEdit
    Left = 88
    Top = 57
    Width = 211
    Height = 20
    ImeName = #32043#20809#25340#38899#36755#20837#27861'2.2'#29256
    MaxLength = 40
    PasswordChar = '*'
    TabOrder = 1
  end
  object edtAccount: TEdit
    Left = 88
    Top = 29
    Width = 211
    Height = 20
    ImeName = #32043#20809#25340#38899#36755#20837#27861'2.2'#29256
    MaxLength = 80
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 101
    Width = 326
    Height = 41
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 2
    DesignSize = (
      326
      41)
    object btnOK: TButton
      Left = 160
      Top = 11
      Width = 75
      Height = 22
      Anchors = [akRight, akBottom]
      Caption = #30830#23450
      Default = True
      TabOrder = 0
      OnClick = btnOKClick
    end
    object btnCancel: TButton
      Left = 242
      Top = 11
      Width = 75
      Height = 22
      Anchors = [akRight, akBottom]
      Cancel = True
      Caption = #21462#28040
      ModalResult = 2
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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