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

📄 unit10.~dfm

📁 学生管理系统(delphi7.0+sql2000) 对学生基本信息,学生成绩,课程进行插,删,改功能
💻 ~DFM
字号:
object Form10: TForm10
  Left = 202
  Top = 248
  Width = 650
  Height = 494
  Caption = #25104#32489#20462#25913
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 642
    Height = 459
    Align = alClient
    TabOrder = 0
    object Label11: TLabel
      Left = 264
      Top = 240
      Width = 3
      Height = 13
    end
    object SpeedButton1: TSpeedButton
      Left = 16
      Top = 16
      Width = 89
      Height = 22
      Caption = #20462#25913
      OnClick = SpeedButton1Click
    end
    object SpeedButton3: TSpeedButton
      Left = 192
      Top = 16
      Width = 89
      Height = 22
      Caption = #36864#20986
      OnClick = SpeedButton3Click
    end
    object Label1: TLabel
      Left = 8
      Top = 80
      Width = 36
      Height = 13
      Caption = #23398#21495#65306
    end
    object Label2: TLabel
      Left = 448
      Top = 80
      Width = 36
      Height = 13
      Caption = #23398#26399#65306
    end
    object Label3: TLabel
      Left = 216
      Top = 80
      Width = 60
      Height = 13
      Caption = #35838#31243#21517#31216#65306
    end
    object Label4: TLabel
      Left = 8
      Top = 136
      Width = 60
      Height = 13
      Caption = #25480#35838#25945#24072#65306
    end
    object Label5: TLabel
      Left = 224
      Top = 136
      Width = 36
      Height = 13
      Caption = #25104#32489#65306
    end
    object SpeedButton2: TSpeedButton
      Left = 104
      Top = 16
      Width = 89
      Height = 22
      Caption = #21024#38500
      OnClick = SpeedButton2Click
    end
    object DBGrid1: TDBGrid
      Left = 1
      Top = 162
      Width = 640
      Height = 296
      Align = alBottom
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object Edit1: TEdit
      Left = 64
      Top = 72
      Width = 113
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      MaxLength = 10
      TabOrder = 1
    end
    object Edit2: TEdit
      Left = 296
      Top = 72
      Width = 105
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      MaxLength = 15
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 80
      Top = 128
      Width = 97
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      MaxLength = 15
      TabOrder = 3
    end
    object Edit3: TEdit
      Left = 496
      Top = 72
      Width = 121
      Height = 21
      TabOrder = 4
    end
    object Edit5: TEdit
      Left = 296
      Top = 128
      Width = 121
      Height = 21
      TabOrder = 5
    end
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xueshengguanli'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 512
    Top = 256
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    CursorType = ctStatic
    AfterScroll = ADOQuery1AfterScroll
    Parameters = <>
    SQL.Strings = (
      'select * from '#25104#32489#34920';')
    Left = 560
    Top = 256
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 464
    Top = 256
  end
end

⌨️ 快捷键说明

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