regist.~dfm

来自「中学考试管理系统 采用智能管理 具有统计分析的能力」· ~DFM 代码 · 共 119 行

~DFM
119
字号
object Form15: TForm15
  Left = 355
  Top = 153
  Width = 472
  Height = 427
  Caption = #29992#25143#27880#20876
  Color = clInfoBk
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 24
    Top = 24
    Width = 409
    Height = 329
    BevelOuter = bvLowered
    Color = clSkyBlue
    TabOrder = 0
    object Label1: TLabel
      Left = 56
      Top = 40
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #29992#25143#21517#65306
    end
    object Label2: TLabel
      Left = 64
      Top = 96
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #23494#30721#65306
    end
    object Label3: TLabel
      Left = 40
      Top = 144
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #29992#25143#36523#20221#65306
    end
    object uName: TEdit
      Left = 112
      Top = 40
      Width = 209
      Height = 21
      TabOrder = 0
    end
    object password: TEdit
      Left = 112
      Top = 88
      Width = 209
      Height = 21
      TabOrder = 1
    end
    object Button1: TButton
      Left = 64
      Top = 208
      Width = 65
      Height = 25
      Caption = #27880#20876
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 184
      Top = 208
      Width = 65
      Height = 25
      Caption = #36820#22238
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 288
      Top = 208
      Width = 65
      Height = 25
      Caption = #36864#20986
      TabOrder = 4
      OnClick = Button3Click
    end
    object role: TComboBox
      Left = 112
      Top = 144
      Width = 209
      Height = 21
      ItemHeight = 13
      TabOrder = 5
      Items.Strings = (
        #31995#32479#31649#29702#21592
        #38405#21367#32769#24072
        #23398#29983#31649#29702#21592
        #26222#36890#25945#24072)
    end
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=kaoShi.mdb;Persist ' +
      'Security Info=False'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 80
    Top = 16
  end
  object qry: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 144
    Top = 16
  end
end

⌨️ 快捷键说明

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