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

📄 ulogin.dfm

📁 用于计算机专业程序设计 大家可以共同的分享. 如果喜欢请收藏
💻 DFM
字号:
object Frm_Login: TFrm_Login
  Left = 303
  Top = 202
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #31995#32479#30331#24405
  ClientHeight = 155
  ClientWidth = 268
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 33
    Top = 24
    Width = 70
    Height = 13
    Caption = #29992#25143#32534#21495#65306
  end
  object Label2: TLabel
    Left = 35
    Top = 59
    Width = 42
    Height = 13
    Caption = #23494#30721#65306
  end
  object E_name: TEdit
    Left = 104
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'P000000000'
  end
  object E_pass: TEdit
    Left = 104
    Top = 56
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    Text = '123456789'
  end
  object BitB_yes: TBitBtn
    Left = 64
    Top = 104
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 6
    TabOrder = 2
    OnClick = BitB_yesClick
  end
  object BitB_no: TBitBtn
    Left = 152
    Top = 104
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 7
    TabOrder = 3
    OnClick = BitB_noClick
  end
end

⌨️ 快捷键说明

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