home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / wewiz32j.wem / 0 / RCDATA / TDLGCHECKRADIOELEMENT / TDLGCHECKRADIOELEMENT.txt
Text File  |  1996-10-14  |  2KB  |  92 lines

  1. inherited dlgCheckRadioElement: TdlgCheckRadioElement
  2.   Left = 336
  3.   Top = 92
  4.   ActiveControl = edName
  5.   Caption = 'CheckRadio'
  6.   ClientHeight = 152
  7.   ClientWidth = 371
  8.   ShowHint = True
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   inherited Bevel1: TBevel
  13.     Top = 12
  14.     Width = 353
  15.     Height = 101
  16.   end
  17.   object lblName: TLabel [1]
  18.     Left = 24
  19.     Top = 28
  20.     Width = 28
  21.     Height = 13
  22.     Caption = '&Name'
  23.     FocusControl = edName
  24.   end
  25.   object lblValue: TLabel [2]
  26.     Left = 25
  27.     Top = 83
  28.     Width = 27
  29.     Height = 13
  30.     Caption = '&Value'
  31.     FocusControl = cbValue
  32.   end
  33.   object lblCaption: TLabel [3]
  34.     Left = 24
  35.     Top = 56
  36.     Width = 36
  37.     Height = 13
  38.     Caption = '&Caption'
  39.   end
  40.   inherited OKBtn: TButton
  41.     Left = 126
  42.     Top = 120
  43.   end
  44.   inherited CancelBtn: TButton
  45.     Left = 206
  46.     Top = 120
  47.   end
  48.   object HelpBtn: TButton
  49.     Left = 286
  50.     Top = 120
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&Help'
  54.     TabOrder = 2
  55.     OnClick = HelpBtnClick
  56.   end
  57.   object edName: TEdit
  58.     Left = 76
  59.     Top = 25
  60.     Width = 269
  61.     Height = 21
  62.     Color = clYellow
  63.     TabOrder = 3
  64.     OnChange = edNameChange
  65.   end
  66.   object cbValue: TComboBox
  67.     Left = 76
  68.     Top = 79
  69.     Width = 185
  70.     Height = 21
  71.     Color = clYellow
  72.     ItemHeight = 13
  73.     TabOrder = 5
  74.     OnChange = edNameChange
  75.   end
  76.   object chkChecked: TCheckBox
  77.     Left = 272
  78.     Top = 81
  79.     Width = 73
  80.     Height = 17
  81.     Caption = '&Checked'
  82.     TabOrder = 6
  83.   end
  84.   object edCaption: TEdit
  85.     Left = 76
  86.     Top = 52
  87.     Width = 269
  88.     Height = 21
  89.     TabOrder = 4
  90.   end
  91. end
  92.