www.pudn.com > 2.rar > StudentUnit2.dfm


object Form2: TForm2 
  Left = 192 
  Top = 114 
  Width = 696 
  Height = 480 
  BiDiMode = bdLeftToRight 
  Caption = 'Form2' 
  Color = clBtnShadow 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  ParentBiDiMode = False 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 520 
    Top = 392 
    Width = 50 
    Height = 25 
    Caption = #36820#22238 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clNavy 
    Font.Height = -24 
    Font.Name = #21326#25991#34892#26999 
    Font.Style = [fsBold] 
    ParentFont = False 
    OnClick = Label1Click 
  end 
  object Label2: TLabel 
    Left = 136 
    Top = 32 
    Width = 396 
    Height = 35 
    Caption = #39640#26657#23398#29983#31649#29702#31995#32479#20027#31383#20307 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clNavy 
    Font.Height = -35 
    Font.Name = #38582#20070 
    Font.Style = [] 
    ParentFont = False 
  end 
  object Panel1: TPanel 
    Left = 80 
    Top = 88 
    Width = 545 
    Height = 249 
    BorderStyle = bsSingle 
    Ctl3D = True 
    ParentCtl3D = False 
    TabOrder = 0 
    object RadioButton1: TRadioButton 
      Left = 88 
      Top = 112 
      Width = 129 
      Height = 33 
      Caption = #35760#24405#32534#36753 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clNavy 
      Font.Height = -16 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [] 
      ParentFont = False 
      TabOrder = 0 
      OnClick = RadioButton1Click 
    end 
    object RadioButton2: TRadioButton 
      Left = 280 
      Top = 112 
      Width = 145 
      Height = 33 
      Caption = #35760#24405#26597#35810 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clNavy 
      Font.Height = -16 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [] 
      ParentFont = False 
      TabOrder = 1 
      OnClick = RadioButton2Click 
    end 
  end 
end