mainunit.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:2k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 468
  3.   Top = 305
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = #25235#21462#23631#24149#31616#21333#28436#31034
  7.   ClientHeight = 141
  8.   ClientWidth = 199
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 0
  22.     Width = 185
  23.     Height = 137
  24.     Caption = #25805#20316#36873#25321
  25.     TabOrder = 0
  26.     object RadioButton1: TRadioButton
  27.       Left = 16
  28.       Top = 24
  29.       Width = 145
  30.       Height = 17
  31.       Caption = #25235#21462#23631#24149#21253#21547#40736#26631#25351#38024
  32.       Checked = True
  33.       Font.Charset = ANSI_CHARSET
  34.       Font.Color = clWindowText
  35.       Font.Height = -12
  36.       Font.Name = #23435#20307
  37.       Font.Style = []
  38.       ParentFont = False
  39.       TabOrder = 0
  40.       TabStop = True
  41.     end
  42.     object RadioButton2: TRadioButton
  43.       Left = 16
  44.       Top = 56
  45.       Width = 145
  46.       Height = 17
  47.       Caption = #25235#21462#23631#24149#19981#21547#40736#26631#25351#38024
  48.       Font.Charset = ANSI_CHARSET
  49.       Font.Color = clWindowText
  50.       Font.Height = -12
  51.       Font.Name = #23435#20307
  52.       Font.Style = []
  53.       ParentFont = False
  54.       TabOrder = 1
  55.     end
  56.     object Button1: TButton
  57.       Left = 16
  58.       Top = 104
  59.       Width = 75
  60.       Height = 25
  61.       Caption = #25235#21462#23631#24149'(&C)'
  62.       Font.Charset = ANSI_CHARSET
  63.       Font.Color = clWindowText
  64.       Font.Height = -12
  65.       Font.Name = #23435#20307
  66.       Font.Style = []
  67.       ParentFont = False
  68.       TabOrder = 2
  69.       OnClick = Button1Click
  70.     end
  71.     object Button2: TButton
  72.       Left = 96
  73.       Top = 104
  74.       Width = 75
  75.       Height = 25
  76.       Caption = #27983#35272#22270#20687'(&B)'
  77.       Enabled = False
  78.       Font.Charset = ANSI_CHARSET
  79.       Font.Color = clWindowText
  80.       Font.Height = -12
  81.       Font.Name = #23435#20307
  82.       Font.Style = []
  83.       ParentFont = False
  84.       TabOrder = 3
  85.       OnClick = Button2Click
  86.     end
  87.   end
  88. end