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

📄 unit5.dfm

📁 成绩管理系统 主要实现:学生(学号
💻 DFM
字号:
object Form5: TForm5
  Left = 232
  Top = 158
  Width = 696
  Height = 480
  Caption = #25104#32489#24405#20837
  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 Label1: TLabel
    Left = 48
    Top = 48
    Width = 49
    Height = 13
    Caption = '  '#23398'  '#21495'  :'
  end
  object Label2: TLabel
    Left = 48
    Top = 88
    Width = 49
    Height = 13
    Caption = '  '#22995'  '#21517'  :'
  end
  object Label3: TLabel
    Left = 48
    Top = 128
    Width = 51
    Height = 13
    Caption = ' '#35838#31243#21495' :'
    Transparent = True
  end
  object Label4: TLabel
    Left = 48
    Top = 176
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #35838#31243#21517#31216':'
    Transparent = True
  end
  object Label5: TLabel
    Left = 328
    Top = 48
    Width = 37
    Height = 13
    Caption = ' '#23398'  '#20998
  end
  object Label6: TLabel
    Left = 320
    Top = 96
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #32771#35797#26102#38388
    Transparent = True
  end
  object Label7: TLabel
    Left = 328
    Top = 136
    Width = 49
    Height = 13
    AutoSize = False
    Caption = ' '#25104'  '#32489
    Transparent = True
  end
  object Label8: TLabel
    Left = 312
    Top = 176
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #35838#31243#24615#36136
    Transparent = True
  end
  object Edit1: TEdit
    Left = 112
    Top = 43
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 32
    Top = 288
    Width = 489
    Height = 145
    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 Edit2: TEdit
    Left = 112
    Top = 88
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 112
    Top = 128
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 112
    Top = 168
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 4
  end
  object Edit5: TEdit
    Left = 400
    Top = 48
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 5
  end
  object Edit6: TEdit
    Left = 400
    Top = 88
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 6
  end
  object Edit7: TEdit
    Left = 400
    Top = 128
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 7
  end
  object ComboBox1: TComboBox
    Left = 400
    Top = 168
    Width = 129
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    TabOrder = 8
    Text = #24517#20462
    Items.Strings = (
      #24517#20462
      #36873#20462)
  end
  object Button1: TButton
    Left = 576
    Top = 48
    Width = 75
    Height = 25
    Caption = #30830'  '#23450
    TabOrder = 9
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 576
    Top = 216
    Width = 75
    Height = 25
    Caption = #37325'  '#32622
    TabOrder = 10
    OnClick = Button2Click
  end
  object Button4: TButton
    Left = 576
    Top = 392
    Width = 75
    Height = 25
    Caption = #36820'  '#22238
    TabOrder = 11
    OnClick = Button4Click
  end
  object Button3: TButton
    Left = 240
    Top = 40
    Width = 75
    Height = 25
    Caption = #26816#27979
    TabOrder = 12
    OnClick = Button3Click
  end
  object Button5: TButton
    Left = 576
    Top = 136
    Width = 75
    Height = 25
    Caption = #21024'  '#38500
    TabOrder = 13
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 576
    Top = 296
    Width = 75
    Height = 25
    Caption = #32479'  '#35745
    TabOrder = 14
    OnClick = Button6Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 152
    Top = 304
  end
  object ADOQuery1: TADOQuery
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 112
    Top = 312
  end
end

⌨️ 快捷键说明

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