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

📄 unit4.~dfm

📁 成绩管理系统 主要实现:学生(学号
💻 ~DFM
字号:
object Form4: TForm4
  Left = 295
  Top = 187
  Width = 696
  Height = 480
  Caption = #29677#32423#31649#29702
  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 = 112
    Top = 56
    Width = 3
    Height = 13
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 288
    Width = 641
    Height = 161
    Align = alCustom
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button3: TButton
    Left = 490
    Top = 232
    Width = 75
    Height = 25
    Caption = #36820'   '#22238
    TabOrder = 1
    OnClick = Button3Click
  end
  object RadioGroup1: TRadioGroup
    Left = 16
    Top = 24
    Width = 633
    Height = 65
    Caption = #35831#36873#25321#26381#21153#31181#31867
    TabOrder = 2
  end
  object RadioButton1: TRadioButton
    Left = 112
    Top = 48
    Width = 113
    Height = 17
    Caption = #22686#21152#23398#29983
    TabOrder = 3
  end
  object RadioButton2: TRadioButton
    Left = 376
    Top = 48
    Width = 113
    Height = 17
    Caption = #21024#38500#23398#29983
    TabOrder = 4
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 96
    Width = 633
    Height = 105
    Caption = #35831#36755#20837#29677#21495#23398#21495
    TabOrder = 5
    object Label2: TLabel
      Left = 60
      Top = 48
      Width = 77
      Height = 13
      AutoSize = False
      Caption = #35831#36755#20837#29677#21495
    end
    object Label3: TLabel
      Left = 341
      Top = 48
      Width = 84
      Height = 13
      AutoSize = False
      Caption = #35831#36755#20837#23398#21495
    end
    object Edit1: TEdit
      Left = 152
      Top = 43
      Width = 137
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 432
      Top = 43
      Width = 137
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
      Text = 'Edit2'
    end
  end
  object Button1: TButton
    Left = 361
    Top = 232
    Width = 75
    Height = 25
    Caption = #30830'    '#23450
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 105
    Top = 232
    Width = 75
    Height = 25
    Caption = #25628'  '#32034
    TabOrder = 7
    OnClick = Button2Click
  end
  object Button4: TButton
    Left = 232
    Top = 232
    Width = 75
    Height = 25
    Caption = #32479'  '#35745
    TabOrder = 8
    OnClick = Button4Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 216
    Top = 312
  end
  object ADOQuery1: TADOQuery
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 144
    Top = 312
  end
end

⌨️ 快捷键说明

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