home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / billcmp1.zip / INSTALL / INSTWGS.DFM / INSTWGS.txt
Text File  |  1995-05-17  |  1KB  |  67 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.       Sorted = True
  29.       TabOrder = 0
  30.     end
  31.   end
  32.   object Panel2: TPanel
  33.     Left = 0
  34.     Top = 48
  35.     Width = 295
  36.     Height = 39
  37.     Align = alBottom
  38.     TabOrder = 1
  39.     object BitBtn1: TBitBtn
  40.       Left = 8
  41.       Top = 8
  42.       Width = 89
  43.       Height = 25
  44.       TabOrder = 0
  45.       Kind = bkOK
  46.     end
  47.     object BitBtn2: TBitBtn
  48.       Left = 104
  49.       Top = 8
  50.       Width = 89
  51.       Height = 25
  52.       TabOrder = 1
  53.       OnClick = BitBtn2Click
  54.       Kind = bkCancel
  55.     end
  56.     object btnHelp: TBitBtn
  57.       Left = 200
  58.       Top = 8
  59.       Width = 89
  60.       Height = 25
  61.       TabOrder = 2
  62.       OnClick = btnHelpClick
  63.       Kind = bkHelp
  64.     end
  65.   end
  66. end
  67.