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

📄 unit6.dfm

📁 成绩管理系统 主要实现:学生(学号
💻 DFM
字号:
object Form6: TForm6
  Left = 256
  Top = 148
  Width = 722
  Height = 510
  Caption = #25104#32489#20462#25913
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 17
    Top = 284
    Width = 120
    Height = 13
    AutoSize = False
    Caption = #23398#29983#30340#25104#32489#20449#24687
    Transparent = True
  end
  object GroupBox1: TGroupBox
    Left = 40
    Top = 24
    Width = 426
    Height = 237
    Caption = #35831#36755#20837#35201#20462#25913#30340#23398#29983#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 127
      Top = 57
      Width = 36
      Height = 13
      Caption = '  '#23398'  '#21495
    end
    object Label2: TLabel
      Left = 117
      Top = 109
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #35838#31243#32534#21495':'
    end
    object Label3: TLabel
      Left = 121
      Top = 162
      Width = 48
      Height = 13
      AutoSize = False
      Caption = '  '#20998'  '#25968
    end
    object Edit1: TEdit
      Left = 185
      Top = 50
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 187
      Top = 104
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 188
      Top = 160
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 2
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 312
    Width = 689
    Height = 137
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 545
    Top = 130
    Width = 75
    Height = 25
    Caption = #20462'  '#25913
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 545
    Top = 196
    Width = 75
    Height = 25
    Caption = #36820'  '#22238
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 545
    Top = 59
    Width = 75
    Height = 25
    Caption = #25628'  '#32034
    TabOrder = 4
    OnClick = Button3Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 160
    Top = 328
  end
  object ADOQuery1: TADOQuery
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 104
    Top = 344
  end
end

⌨️ 快捷键说明

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