Unit1.dfm
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 220
  3.   Top = 179
  4.   Width = 696
  5.   Height = 480
  6.   Caption = #36873#25321#39068#33394
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 48
  18.     Top = 64
  19.     Width = 81
  20.     Height = 17
  21.     Caption = #35831#36873#25321#39068#33394
  22.   end
  23.   object GroupBox1: TGroupBox
  24.     Left = 32
  25.     Top = 120
  26.     Width = 209
  27.     Height = 145
  28.     TabOrder = 0
  29.     object RadioButton1: TRadioButton
  30.       Left = 40
  31.       Top = 32
  32.       Width = 113
  33.       Height = 17
  34.       Caption = #32418#33394
  35.       Color = clBtnFace
  36.       ParentColor = False
  37.       TabOrder = 0
  38.     end
  39.     object RadioButton2: TRadioButton
  40.       Left = 40
  41.       Top = 64
  42.       Width = 113
  43.       Height = 17
  44.       Caption = #40644#33394
  45.       TabOrder = 1
  46.     end
  47.     object RadioButton3: TRadioButton
  48.       Left = 40
  49.       Top = 96
  50.       Width = 113
  51.       Height = 17
  52.       Caption = #34013#33394
  53.       TabOrder = 2
  54.     end
  55.   end
  56.   object Button1: TButton
  57.     Left = 64
  58.     Top = 344
  59.     Width = 75
  60.     Height = 25
  61.     Caption = #30830#23450
  62.     TabOrder = 1
  63.     OnClick = Button1Click
  64.   end
  65.   object Button2: TButton
  66.     Left = 192
  67.     Top = 344
  68.     Width = 75
  69.     Height = 25
  70.     Caption = #36864#20986
  71.     TabOrder = 2
  72.     OnClick = Button2Click
  73.   end
  74. end