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

📄 shan2.dfm

📁 本人集结心血制作的delphi版学生信息管理系统
💻 DFM
字号:
object Form4: TForm4
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = #23398#29983#36873#35838#20449#24687#21024#38500
  ClientHeight = 348
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 44
    Top = 4
    Width = 457
    Height = 337
    ActivePage = TabSheet1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #24517#20462#35838
      object Label3: TLabel
        Left = 92
        Top = 92
        Width = 36
        Height = 13
        Caption = #39640#25968#65306
      end
      object Label4: TLabel
        Left = 92
        Top = 136
        Width = 36
        Height = 13
        Caption = #33521#35821#65306
      end
      object Label5: TLabel
        Left = 92
        Top = 180
        Width = 36
        Height = 13
        Caption = #25919#27835#65306
      end
      object Label1: TLabel
        Left = 52
        Top = 16
        Width = 48
        Height = 13
        Caption = #23398#31821#21495#65306
      end
      object Label2: TLabel
        Left = 252
        Top = 12
        Width = 36
        Height = 13
        Caption = #22995#21517#65306
      end
      object DBText1: TDBText
        Left = 312
        Top = 12
        Width = 97
        Height = 17
        DataField = #22995#21517
        DataSource = DataSource2
      end
      object DBEdit1: TDBEdit
        Left = 200
        Top = 88
        Width = 101
        Height = 21
        DataField = #25104#32489'1'
        DataSource = DataSource2
        TabOrder = 0
      end
      object DBEdit2: TDBEdit
        Left = 200
        Top = 132
        Width = 101
        Height = 21
        DataField = #25104#32489'2'
        DataSource = DataSource2
        TabOrder = 1
      end
      object DBEdit3: TDBEdit
        Left = 200
        Top = 180
        Width = 101
        Height = 21
        DataField = #25104#32489'3'
        DataSource = DataSource2
        TabOrder = 2
      end
      object Button2: TButton
        Left = 328
        Top = 244
        Width = 75
        Height = 25
        Caption = #21024#38500
        TabOrder = 3
        OnClick = Button2Click
      end
      object DBLookupComboBox1: TDBLookupComboBox
        Left = 116
        Top = 12
        Width = 101
        Height = 21
        KeyField = #23398#31821#21495
        ListField = #23398#31821#21495
        ListSource = DataSource1
        TabOrder = 4
        OnClick = DBLookupComboBox1Click
      end
    end
    object TabSheet2: TTabSheet
      Caption = #36873#20462#35838
      ImageIndex = 1
      object Label6: TLabel
        Left = 84
        Top = 44
        Width = 48
        Height = 13
        Caption = #23398#31821#21495#65306
      end
      object Label7: TLabel
        Left = 92
        Top = 100
        Width = 36
        Height = 13
        Caption = #36873#35838#65306
      end
      object Label8: TLabel
        Left = 92
        Top = 152
        Width = 36
        Height = 13
        Caption = #25104#32489#65306
      end
      object Button1: TButton
        Left = 328
        Top = 244
        Width = 75
        Height = 25
        Caption = #21024#38500
        TabOrder = 0
        OnClick = Button1Click
      end
      object DBEdit4: TDBEdit
        Left = 148
        Top = 40
        Width = 121
        Height = 21
        DataField = #23398#31821#21495
        DataSource = DataSource3
        Enabled = False
        TabOrder = 1
      end
      object DBEdit5: TDBEdit
        Left = 148
        Top = 100
        Width = 121
        Height = 21
        DataField = #36873#35838
        DataSource = DataSource3
        Enabled = False
        TabOrder = 2
      end
      object DBEdit6: TDBEdit
        Left = 148
        Top = 148
        Width = 121
        Height = 21
        DataField = #25104#32489
        DataSource = DataSource3
        Enabled = False
        TabOrder = 3
      end
      object Button3: TButton
        Left = 72
        Top = 244
        Width = 75
        Height = 25
        Caption = #19978#19968#31508
        TabOrder = 4
        OnClick = Button3Click
      end
      object Button4: TButton
        Left = 208
        Top = 244
        Width = 75
        Height = 25
        Caption = #19979#19968#31508
        TabOrder = 5
        OnClick = Button4Click
      end
    end
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source='#23398#29983'.mdb;Persist Secu' +
      'rity Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 12
    Top = 4
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #23398#31821
    Left = 12
    Top = 40
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 12
    Top = 72
  end
  object ADOTable2: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    IndexFieldNames = #23398#31821#21495
    MasterFields = #23398#31821#21495
    MasterSource = DataSource1
    TableName = #23398#31821
    Left = 12
    Top = 116
  end
  object DataSource2: TDataSource
    DataSet = ADOTable2
    Left = 12
    Top = 160
  end
  object DataSource3: TDataSource
    DataSet = ADOTable3
    Left = 12
    Top = 252
  end
  object ADOTable3: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    IndexFieldNames = #23398#31821#21495
    TableName = #36873#35838
    Left = 12
    Top = 208
  end
end

⌨️ 快捷键说明

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