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

📄 login.dfm

📁 1. 直接安装并运行案例程序   运行“安装程序”文件夹中的setup.exe文件
💻 DFM
字号:
object frmLogIn: TfrmLogIn
  Left = 296
  Top = 216
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #29992#25143#30331#24405
  ClientHeight = 171
  ClientWidth = 253
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 48
    Width = 48
    Height = 13
    AutoSize = False
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 36
    Top = 88
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #23494#30721#65306
  end
  object Label3: TLabel
    Left = 56
    Top = 8
    Width = 132
    Height = 22
    Caption = #29289#36164#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -21
    Font.Name = #21326#25991#24425#20113
    Font.Style = [fsBold]
    ParentFont = False
  end
  object name: TEdit
    Left = 80
    Top = 44
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object pwd: TEdit
    Left = 80
    Top = 84
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 40
    Top = 128
    Width = 65
    Height = 25
    Caption = #30331#24405
    TabOrder = 2
    Kind = bkOK
  end
  object BitBtn3: TBitBtn
    Left = 136
    Top = 128
    Width = 65
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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