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

📄 unit5.dfm

📁 这是一个学生成绩管理系统
💻 DFM
字号:
object Form5: TForm5
  Left = 279
  Top = 196
  Width = 504
  Height = 382
  Caption = #26597#35810#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 40
    Width = 185
    Height = 105
    Caption = #35831#24744#36755#20837#38656#26597#35810#30340#20869#23481
    Items.Strings = (
      #23398#29983
      #35838#31243
      #25104#32489)
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 200
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 336
    Top = 120
    Width = 145
    Height = 25
    Caption = #36755#20837#25104#32489#21518#30830#35748#26597#35810
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 160
    Width = 473
    Height = 177
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit2: TEdit
    Left = 200
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'Edit2'
  end
  object Button2: TButton
    Left = 336
    Top = 56
    Width = 145
    Height = 25
    Caption = #36755#20837#22995#21517#21518#30830#35748#26597#35810
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button2Click
  end
  object Edit3: TEdit
    Left = 200
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 6
    Text = 'Edit3'
  end
  object Button3: TButton
    Left = 336
    Top = 88
    Width = 145
    Height = 25
    Caption = #36755#20837#35838#31243#21518#30830#35748#26597#35810
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = Button3Click
  end
  object ADOQuery1: TADOQuery
    Connection = Form4.ADOConnection1
    DataSource = Form4.DataSource1
    Parameters = <>
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 40
  end
end

⌨️ 快捷键说明

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