adminman.dfm

来自「C++BUILDER实现的高校毕业生就业信息管理系统 是大学本科的毕业设计论文」· DFM 代码 · 共 95 行

DFM
95
字号
object frmAdmin: TfrmAdmin
  Left = 425
  Top = 170
  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 + =
减小字号Ctrl + -
显示快捷键?