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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 315
  3.   Top = 400
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = #36807#31243#31867#22411#31616#21333#28436#31034
  7.   ClientHeight = 112
  8.   ClientWidth = 364
  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.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 280
  21.     Top = 24
  22.     Width = 75
  23.     Height = 25
  24.     Caption = #35745#31639'(&C)'
  25.     Font.Charset = GB2312_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -15
  28.     Font.Name = #38582#20070
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = Button1Click
  33.   end
  34.   object Button2: TButton
  35.     Left = 280
  36.     Top = 64
  37.     Width = 75
  38.     Height = 25
  39.     Caption = #36864#20986'(&X)'
  40.     Font.Charset = GB2312_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -15
  43.     Font.Name = #38582#20070
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     OnClick = Button2Click
  48.   end
  49.   object GroupBox1: TGroupBox
  50.     Left = 8
  51.     Top = 0
  52.     Width = 257
  53.     Height = 105
  54.     Caption = #25805#20316#36873#25321
  55.     TabOrder = 2
  56.     object Label1: TLabel
  57.       Left = 24
  58.       Top = 24
  59.       Width = 42
  60.       Height = 12
  61.       Caption = #21021#22987#20540':'
  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.       Transparent = True
  69.     end
  70.     object RadioButton1: TRadioButton
  71.       Left = 56
  72.       Top = 48
  73.       Width = 169
  74.       Height = 17
  75.       Caption = #23558#21021#22987#20540#21464#20026#21407#20808#30340'2'#20493
  76.       Font.Charset = ANSI_CHARSET
  77.       Font.Color = clWindowText
  78.       Font.Height = -12
  79.       Font.Name = #23435#20307
  80.       Font.Style = []
  81.       ParentFont = False
  82.       TabOrder = 0
  83.     end
  84.     object RadioButton2: TRadioButton
  85.       Left = 56
  86.       Top = 72
  87.       Width = 185
  88.       Height = 17
  89.       Caption = #23558#21021#22987#20540#21464#20026#21407#20808#30340'3'#20493
  90.       Font.Charset = ANSI_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = -12
  93.       Font.Name = #23435#20307
  94.       Font.Style = []
  95.       ParentFont = False
  96.       TabOrder = 1
  97.     end
  98.     object Edit1: TEdit
  99.       Left = 72
  100.       Top = 20
  101.       Width = 121
  102.       Height = 21
  103.       TabOrder = 2
  104.     end
  105.   end
  106. end