unit5.~dfm

来自「这是一个学生成绩管理系统」· ~DFM 代码 · 共 105 行

~DFM
105
字号
object Form5: TForm5
  Left = 279
  Top = 196
  Width = 696
  Height = 451
  Caption = 'Form5'
  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 = 64
    Top = 96
    Width = 185
    Height = 105
    Caption = #35831#36755#20837#38656#26597#35810#30340#20869#23481
    Items.Strings = (
      #23398#29983
      #35838#31243
      #25104#32489)
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 264
    Top = 176
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 424
    Top = 176
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 2
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 152
    Top = 280
    Width = 320
    Height = 120
    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 = 264
    Top = 112
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'Edit2'
  end
  object Button2: TButton
    Left = 424
    Top = 112
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 5
    OnClick = Button2Click
  end
  object Edit3: TEdit
    Left = 264
    Top = 144
    Width = 121
    Height = 21
    TabOrder = 6
    Text = 'Edit3'
  end
  object Button3: TButton
    Left = 424
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 7
    OnClick = Button3Click
  end
  object ADOQuery1: TADOQuery
    Connection = Form4.ADOConnection1
    DataSource = Form4.DataSource1
    Parameters = <>
    Left = 216
    Top = 40
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 288
    Top = 40
  end
end

⌨️ 快捷键说明

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