unit9.dfm

来自「学生成绩管理系统」· DFM 代码 · 共 99 行

DFM
99
字号
object Form9: TForm9
  Left = 311
  Top = 167
  Width = 696
  Height = 480
  Caption = #23494#30721#20462#25913
  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 Label1: TLabel
    Left = 200
    Top = 232
    Width = 60
    Height = 13
    Caption = #35831#36755#20837#23398#21495
  end
  object Label2: TLabel
    Left = 200
    Top = 264
    Width = 84
    Height = 13
    Caption = #35831#36755#20837#21407#22987#23494#30721
  end
  object Label3: TLabel
    Left = 200
    Top = 296
    Width = 72
    Height = 13
    Caption = #35831#36755#20837#26032#23494#30721
  end
  object RadioButton1: TRadioButton
    Left = 192
    Top = 144
    Width = 113
    Height = 17
    Caption = #23398#29983
    TabOrder = 0
  end
  object RadioButton2: TRadioButton
    Left = 376
    Top = 152
    Width = 113
    Height = 17
    Caption = #31649#29702#21592
    TabOrder = 1
    OnClick = RadioButton2Click
  end
  object Edit1: TEdit
    Left = 312
    Top = 232
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
    TabOrder = 2
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 312
    Top = 264
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
    TabOrder = 3
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 320
    Top = 296
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
    TabOrder = 4
    Text = 'Edit3'
  end
  object Button1: TButton
    Left = 221
    Top = 357
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 5
  end
  object Button2: TButton
    Left = 389
    Top = 357
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 6
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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