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

📄 adduserfrm.dfm

📁 这是一套完整的学生信息管理系统
💻 DFM
字号:
object frmadduser: Tfrmadduser
  Left = 291
  Top = 245
  Width = 347
  Height = 291
  Caption = #28155#21152#29992#25143
  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 Button1: TButton
    Left = 48
    Top = 208
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 0
  end
  object Button2: TButton
    Left = 192
    Top = 208
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 40
    Top = 32
    Width = 249
    Height = 153
    TabOrder = 2
    object Label1: TLabel
      Left = 7
      Top = 32
      Width = 90
      Height = 17
      AutoSize = False
      Caption = #35831#36755#20837#29992#25143#21517
    end
    object Label2: TLabel
      Left = 8
      Top = 72
      Width = 73
      Height = 17
      AutoSize = False
      Caption = #35831#36755#20837#23494#30721
    end
    object Label3: TLabel
      Left = 8
      Top = 112
      Width = 81
      Height = 17
      AutoSize = False
      Caption = #35831#30830#35748#23494#30721
      WordWrap = True
    end
    object Edit1: TEdit
      Left = 104
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 104
      Top = 64
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 104
      Top = 108
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 2
    end
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Student.mdb;Persist' +
      ' Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 288
    Top = 88
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #29992#25143
    Left = 288
    Top = 120
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 288
    Top = 152
  end
end

⌨️ 快捷键说明

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