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

📄 login.~dfm

📁 学员管理的软件
💻 ~DFM
字号:
object F_login: TF_login
  Left = 432
  Top = 236
  Width = 279
  Height = 179
  ActiveControl = i_user
  Caption = '系统登录'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 241
    Height = 25
    Alignment = taCenter
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    Caption = '登录人事管理系统'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 48
    Width = 84
    Height = 13
    Caption = '服务器地址:'
  end
  object Label3: TLabel
    Left = 48
    Top = 72
    Width = 56
    Height = 13
    Caption = '用户名:'
  end
  object Label4: TLabel
    Left = 48
    Top = 96
    Width = 56
    Height = 13
    Caption = '密 码:'
  end
  object i_server_add: TComboBox
    Left = 96
    Top = 44
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'red:MISDB'
    Items.Strings = (
      'red:MISDB')
  end
  object i_user: TEdit
    Left = 96
    Top = 68
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object i_passwd: TEdit
    Left = 96
    Top = 92
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object Button1: TButton
    Left = 48
    Top = 120
    Width = 75
    Height = 25
    Caption = '登录'
    Default = True
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 120
    Width = 75
    Height = 25
    Cancel = True
    Caption = '取消'
    ModalResult = 2
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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