adminmain.~dfm

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

~DFM
92
字号
object frmAdminMan: TfrmAdminMan
  Left = 217
  Top = 109
  Width = 348
  Height = 274
  Caption = #39640#26657#27605#19994#29983#23601#19994#20449#24687#31649#29702#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 45
    Height = 13
    Caption = #29992#25143#21517'   '
  end
  object Label2: TLabel
    Left = 112
    Top = 16
    Width = 45
    Height = 13
    Caption = #22995'    '#21517'   '
  end
  object lis_Admin: TListBox
    Left = 8
    Top = 32
    Width = 225
    Height = 193
    ItemHeight = 13
    TabOrder = 0
  end
  object btn_Add: TButton
    Left = 248
    Top = 72
    Width = 81
    Height = 33
    Caption = #28155'    '#21152
    TabOrder = 1
    OnClick = btn_AddClick
  end
  object btn_Upd: TButton
    Left = 248
    Top = 112
    Width = 81
    Height = 33
    Caption = #20462'    '#25913
    TabOrder = 2
    OnClick = btn_UpdClick
  end
  object btn_Del: TButton
    Left = 248
    Top = 152
    Width = 81
    Height = 33
    Caption = #21024'    '#38500
    TabOrder = 3
    OnClick = btn_DelClick
  end
  object btn_Cancel: TButton
    Left = 248
    Top = 192
    Width = 81
    Height = 33
    Caption = #36820'    '#22238
    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 = 240
    Top = 8
  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 = 296
    Top = 16
  end
end

⌨️ 快捷键说明

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