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

📄 login.~dfm

📁 C++BUILDER实现的高校毕业生就业信息管理系统 是大学本科的毕业设计论文
💻 ~DFM
字号:
object frmLogin: TfrmLogin
  Left = 349
  Top = 254
  Width = 333
  Height = 244
  BorderIcons = []
  Caption = #39640#26657#27605#19994#29983#20449#24687#31649#29702#31995#32479'-'#30331#38470
  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 = 72
    Top = 88
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 72
    Top = 120
    Width = 48
    Height = 13
    Caption = #23494'    '#30721#65306
  end
  object rad_Student: TRadioButton
    Left = 56
    Top = 48
    Width = 105
    Height = 17
    Caption = #23398#29983#29992#25143#30331#38470
    TabOrder = 0
  end
  object rad_Admin: TRadioButton
    Left = 176
    Top = 48
    Width = 89
    Height = 17
    Caption = #31649#29702#21592#30331#38470
    TabOrder = 1
  end
  object txt_Username: TEdit
    Left = 120
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object txt_Password: TEdit
    Left = 120
    Top = 112
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object btn_Login: TButton
    Left = 48
    Top = 152
    Width = 97
    Height = 33
    Caption = #30331'    '#38470
    TabOrder = 4
    OnClick = btn_LoginClick
  end
  object btn_Cancel: TButton
    Left = 184
    Top = 152
    Width = 97
    Height = 33
    Caption = #21462'    '#28040
    TabOrder = 5
    OnClick = btn_CancelClick
  end
  object btn_Reg: TButton
    Left = 8
    Top = 8
    Width = 185
    Height = 25
    Caption = #23398#29983#27880#20876#35831#28857#20987#36825#37324
    TabOrder = 6
    OnClick = btn_RegClick
  end
  object ADODataSet1: TADODataSet
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=123456;Persist Security Info=True;U' +
      'ser ID=sa;Initial Catalog=Graduated;Data Source=(local)'
    Parameters = <>
    Left = 280
    Top = 56
  end
end

⌨️ 快捷键说明

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