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

📄 adminman.~dfm

📁 C++BUILDER实现的高校毕业生就业信息管理系统 是大学本科的毕业设计论文
💻 ~DFM
字号:
object frmAdmin: TfrmAdmin
  Left = 520
  Top = 172
  Width = 236
  Height = 164
  BorderIcons = [biSystemMenu]
  Caption = #31649#29702#21592#20449#24687#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FrmAdmin_OnShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 48
    Height = 13
    Caption = #22995'    '#21517#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 64
    Width = 48
    Height = 13
    Caption = #23494'    '#30721#65306
  end
  object txt_Loginid: TEdit
    Left = 64
    Top = 16
    Width = 153
    Height = 21
    TabOrder = 0
  end
  object txt_Name: TEdit
    Left = 64
    Top = 40
    Width = 153
    Height = 21
    TabOrder = 1
  end
  object txt_Pass: TEdit
    Left = 64
    Top = 64
    Width = 153
    Height = 21
    TabOrder = 2
  end
  object btn_Enter: TButton
    Left = 16
    Top = 96
    Width = 89
    Height = 25
    Caption = #30830'    '#35748
    TabOrder = 3
    OnClick = btn_EnterClick
  end
  object btn_Cancel: TButton
    Left = 128
    Top = 96
    Width = 89
    Height = 25
    Caption = #21462'    '#28040
    TabOrder = 4
    OnClick = btn_CancelClick
  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 = 65528
    Top = 104
  end
  object ADOCommand1: TADOCommand
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=123456;Persist Security Info=True;U' +
      'ser ID=sa;Initial Catalog=Graduated;Data Source=(local)'
    Parameters = <>
    Left = 104
    Top = 104
  end
end

⌨️ 快捷键说明

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