home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / tinstall / instwgs.dfm / instwgs.txt
Text File  |  1995-04-30  |  1KB  |  65 lines

  1. object dlgSelectWindowGroup: TdlgSelectWindowGroup
  2.   Left = 196
  3.   Top = 182
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Window Group'
  6.   ClientHeight = 87
  7.   ClientWidth = 295
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object pnlGroup: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 295
  19.     Height = 48
  20.     Align = alClient
  21.     TabOrder = 0
  22.     object cbGroups: TComboBox
  23.       Left = 8
  24.       Top = 8
  25.       Width = 281
  26.       Height = 20
  27.       ItemHeight = 13
  28.       TabOrder = 0
  29.     end
  30.   end
  31.   object Panel2: TPanel
  32.     Left = 0
  33.     Top = 48
  34.     Width = 295
  35.     Height = 39
  36.     Align = alBottom
  37.     TabOrder = 1
  38.     object BitBtn1: TBitBtn
  39.       Left = 8
  40.       Top = 8
  41.       Width = 89
  42.       Height = 25
  43.       TabOrder = 0
  44.       Kind = bkOK
  45.     end
  46.     object BitBtn2: TBitBtn
  47.       Left = 104
  48.       Top = 8
  49.       Width = 89
  50.       Height = 25
  51.       TabOrder = 1
  52.       Kind = bkCancel
  53.     end
  54.     object btnHelp: TBitBtn
  55.       Left = 200
  56.       Top = 8
  57.       Width = 89
  58.       Height = 25
  59.       TabOrder = 2
  60.       OnClick = btnHelpClick
  61.       Kind = bkHelp
  62.     end
  63.   end
  64. end
  65.