home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Top 50 Winners / Top50.iso / nnsur10 / Install.exe / RCDATA / TFORMPROGRAMGROUPBOX / TFORMPROGRAMGROUPBOX.txt
Text File  |  1997-03-08  |  1KB  |  69 lines

  1. object FormProgramGroupBox: TFormProgramGroupBox
  2.   Left = 133
  3.   Top = 201
  4.   BorderStyle = bsDialog
  5.   Caption = 'Program Group selection'
  6.   ClientHeight = 240
  7.   ClientWidth = 446
  8.   Color = clSilver
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ListBox1: TListBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 346
  23.     Height = 240
  24.     Align = alClient
  25.     ItemHeight = 13
  26.     Sorted = True
  27.     TabOrder = 0
  28.     OnDblClick = ListBox1DblClick
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 346
  32.     Top = 0
  33.     Width = 100
  34.     Height = 240
  35.     Align = alRight
  36.     Alignment = taRightJustify
  37.     BevelInner = bvLowered
  38.     BevelOuter = bvLowered
  39.     TabOrder = 1
  40.     object ButtonCreateGroup: TButton
  41.       Left = 14
  42.       Top = 13
  43.       Width = 75
  44.       Height = 25
  45.       Caption = 'Create &group'
  46.       TabOrder = 0
  47.       OnClick = ButtonCreateGroupClick
  48.     end
  49.     object ButtonCancel: TButton
  50.       Left = 14
  51.       Top = 173
  52.       Width = 75
  53.       Height = 25
  54.       Caption = '&Cancel'
  55.       TabOrder = 1
  56.       OnClick = ButtonCancelClick
  57.     end
  58.     object ButtonOK: TButton
  59.       Left = 14
  60.       Top = 205
  61.       Width = 75
  62.       Height = 25
  63.       Caption = '&OK'
  64.       TabOrder = 2
  65.       OnClick = ButtonOKClick
  66.     end
  67.   end
  68. end
  69.