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

📄 login.dfm

📁 PatientRunner 20 Source
💻 DFM
字号:
object LoginForm: TLoginForm
  Left = 76
  Top = 647
  ActiveControl = PasswordEdit
  BorderStyle = bsSingle
  Caption = 'PatientRunner x.y.z Login'
  ClientHeight = 180
  ClientWidth = 270
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 43
    Top = 79
    Width = 48
    Height = 13
    Caption = 'Username'
  end
  object Label2: TLabel
    Left = 43
    Top = 110
    Width = 46
    Height = 13
    Caption = 'Password'
  end
  object Label3: TLabel
    Left = 43
    Top = 48
    Width = 48
    Height = 13
    Caption = 'Hostname'
  end
  object Label4: TLabel
    Left = 43
    Top = 18
    Width = 46
    Height = 13
    Caption = 'Database'
  end
  object UsernameEdit: TEdit
    Left = 105
    Top = 75
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'root'
  end
  object PasswordEdit: TEdit
    Left = 105
    Top = 106
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object HostnameEdit: TEdit
    Left = 105
    Top = 44
    Width = 121
    Height = 21
    Enabled = False
    ReadOnly = True
    TabOrder = 2
    Text = 'localhost'
  end
  object DatabasenameEdit: TEdit
    Left = 105
    Top = 14
    Width = 121
    Height = 21
    Enabled = False
    ReadOnly = True
    TabOrder = 3
    Text = 'patientrunner'
  end
  object ExitButton: TButton
    Left = 142
    Top = 145
    Width = 75
    Height = 25
    Caption = 'Exit'
    TabOrder = 4
    OnClick = ExitButtonClick
  end
  object LoginButton: TButton
    Left = 52
    Top = 145
    Width = 75
    Height = 25
    Caption = 'Login'
    Default = True
    TabOrder = 5
    OnClick = LoginButtonClick
  end
end

⌨️ 快捷键说明

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