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

📄 frminilogin.dfm

📁 一个简单的同学录软件
💻 DFM
字号:
object Fminilogin: TFminilogin
  Left = 0
  Top = 0
  Width = 337
  Height = 272
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  ParentFont = False
  TabOrder = 0
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 196
    Height = 12
    Caption = '天涯海角同学录网站用户登陆设置'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 68
    Top = 58
    Width = 48
    Height = 12
    Caption = '原用户名'
  end
  object Label3: TLabel
    Left = 75
    Top = 85
    Width = 36
    Height = 12
    Caption = '原密码'
  end
  object Label4: TLabel
    Left = 75
    Top = 117
    Width = 48
    Height = 12
    Caption = '新用户名'
  end
  object Label5: TLabel
    Left = 82
    Top = 148
    Width = 36
    Height = 12
    Caption = '新密码'
  end
  object Label6: TLabel
    Left = 75
    Top = 181
    Width = 48
    Height = 12
    Caption = '确认密码'
  end
  object Label7: TLabel
    Left = 16
    Top = 208
    Width = 312
    Height = 24
    Caption = 
      '  初始的用户名及密码可以在软件说明文件中找到,建议在第一次使用' +
      '时更改以确保安全。'
    WordWrap = True
  end
  object oUsername: TEdit
    Left = 137
    Top = 52
    Width = 137
    Height = 20
    TabOrder = 0
  end
  object oPassword: TEdit
    Left = 137
    Top = 82
    Width = 137
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object nUsername: TEdit
    Left = 138
    Top = 113
    Width = 137
    Height = 20
    TabOrder = 2
  end
  object nPassword: TEdit
    Left = 139
    Top = 143
    Width = 136
    Height = 20
    PasswordChar = '*'
    TabOrder = 3
  end
  object nPasswordr: TEdit
    Left = 139
    Top = 177
    Width = 136
    Height = 20
    PasswordChar = '*'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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