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

📄 unit6.dfm

📁 学籍管理系统(MSS)是集计算机技术、网络通信技术为一体的信息系统工程
💻 DFM
字号:
object tjForm: TtjForm
  Left = 242
  Top = 159
  BorderStyle = bsDialog
  Caption = #23398#31821#28155#21152
  ClientHeight = 453
  ClientWidth = 653
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = [fsBold]
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 15
    Top = 56
    Width = 626
    Height = 321
  end
  object Label1: TLabel
    Left = 40
    Top = 88
    Width = 35
    Height = 13
    Caption = #29677#32423'  '
  end
  object Label2: TLabel
    Left = 264
    Top = 88
    Width = 39
    Height = 13
    Caption = #23398#21495'   '
  end
  object Label3: TLabel
    Left = 464
    Top = 88
    Width = 35
    Height = 13
    Caption = #24615#21035'  '
  end
  object Label4: TLabel
    Left = 40
    Top = 136
    Width = 35
    Height = 13
    Caption = #22995#21517'  '
  end
  object Label5: TLabel
    Left = 248
    Top = 136
    Width = 52
    Height = 13
    Caption = #20986#29983#26085'   '
  end
  object Label6: TLabel
    Left = 40
    Top = 192
    Width = 39
    Height = 13
    Caption = #22320#22336'   '
  end
  object Label7: TLabel
    Left = 24
    Top = 224
    Width = 65
    Height = 13
    Caption = #30005#35805#21495#30721'   '
  end
  object Label8: TLabel
    Left = 24
    Top = 264
    Width = 65
    Height = 13
    Caption = #30005#23376#37038#20214'   '
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 653
    Height = 41
    Align = alTop
    BevelOuter = bvLowered
    Caption = #23398#31821#28155#21152
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 64
    Top = 400
    Width = 60
    Height = 30
    Caption = #36755#20837
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 192
    Top = 400
    Width = 60
    Height = 30
    Caption = #28165#31354
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object BitBtn3: TBitBtn
    Left = 344
    Top = 400
    Width = 60
    Height = 30
    Caption = #36864#20986
    TabOrder = 3
    OnClick = BitBtn3Click
    Kind = bkNo
  end
  object ComboBox1: TComboBox
    Left = 88
    Top = 80
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Items.Strings = (
      '61'
      '71'
      '81'
      '91'
      '01')
  end
  object Edit1: TEdit
    Left = 320
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 5
    OnExit = Edit1Exit
  end
  object GroupBox1: TGroupBox
    Left = 504
    Top = 88
    Width = 121
    Height = 105
    TabOrder = 6
    object RadioButton1: TRadioButton
      Left = 8
      Top = 16
      Width = 97
      Height = 17
      Caption = #30007
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 8
      Top = 40
      Width = 97
      Height = 17
      Caption = #22899
      TabOrder = 1
    end
  end
  object Edit2: TEdit
    Left = 96
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object DateTimePicker1: TDateTimePicker
    Left = 304
    Top = 128
    Width = 161
    Height = 21
    Date = 38676.053874780090000000
    Time = 38676.053874780090000000
    TabOrder = 8
  end
  object Edit3: TEdit
    Left = 88
    Top = 184
    Width = 209
    Height = 21
    TabOrder = 9
  end
  object Edit4: TEdit
    Left = 96
    Top = 224
    Width = 185
    Height = 21
    TabOrder = 10
  end
  object Edit5: TEdit
    Left = 104
    Top = 264
    Width = 225
    Height = 21
    TabOrder = 11
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=F:\jd' +
      's4\database\student1.mdb;Mode=Share Deny None;Extended Propertie' +
      's="";Persist Security Info=False;Jet OLEDB:System database="";Je' +
      't OLEDB:Registry Path="";Jet OLEDB:Database Password="";Jet OLED' +
      'B:Engine Type=5;Jet OLEDB:Database Locking Mode=1;Jet OLEDB:Glob' +
      'al Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet O' +
      'LEDB:New Database Password="";Jet OLEDB:Create System Database=F' +
      'alse;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Don'#39't Copy Local' +
      'e on Compact=False;Jet OLEDB:Compact Without Replica Repair=Fals' +
      'e;Jet OLEDB:SFP=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 424
    Top = 240
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    TableName = 'student'
    Left = 488
    Top = 256
  end
end

⌨️ 快捷键说明

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