Unit3.dfm
上传用户:lmk588
上传日期:2013-04-16
资源大小:5120k
文件大小:1k
源码类别:

按钮控件

开发平台:

Delphi

  1. object Frame3: TFrame3
  2.   Left = 0
  3.   Top = 0
  4.   Width = 303
  5.   Height = 132
  6.   TabOrder = 0
  7.   object SpeedButton1: TSpeedButton
  8.     Left = 16
  9.     Top = 88
  10.     Width = 41
  11.     Height = 22
  12.     Caption = '111'
  13.   end
  14.   object Button1: TButton
  15.     Left = 104
  16.     Top = 96
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'Button1'
  20.     TabOrder = 0
  21.   end
  22.   object CheckBox1: TCheckBox
  23.     Left = 32
  24.     Top = 32
  25.     Width = 89
  26.     Height = 17
  27.     Caption = 'CheckBox1'
  28.     Checked = True
  29.     State = cbChecked
  30.     TabOrder = 1
  31.   end
  32.   object RadioButton1: TRadioButton
  33.     Left = 152
  34.     Top = 32
  35.     Width = 113
  36.     Height = 17
  37.     Caption = 'RadioButton1'
  38.     Checked = True
  39.     TabOrder = 2
  40.     TabStop = True
  41.   end
  42.   object RadioButton2: TRadioButton
  43.     Left = 152
  44.     Top = 56
  45.     Width = 113
  46.     Height = 17
  47.     Caption = 'RadioButton2'
  48.     TabOrder = 3
  49.   end
  50.   object CheckBox2: TCheckBox
  51.     Left = 32
  52.     Top = 56
  53.     Width = 97
  54.     Height = 17
  55.     Caption = 'CheckBox2'
  56.     TabOrder = 4
  57.   end
  58. end