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

  1. object FormCreateProgramGroup: TFormCreateProgramGroup
  2.   Left = 201
  3.   Top = 271
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 88
  6.   ClientWidth = 367
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 6
  18.     Top = 7
  19.     Width = 153
  20.     Height = 16
  21.     Caption = 'Create program group'
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object EditProgramgroup: TEdit
  29.     Left = 5
  30.     Top = 26
  31.     Width = 353
  32.     Height = 21
  33.     TabOrder = 0
  34.     OnKeyPress = EditProgramgroupKeyPress
  35.   end
  36.   object ButtonOK: TButton
  37.     Left = 283
  38.     Top = 57
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&OK'
  42.     TabOrder = 1
  43.     OnClick = ButtonOKClick
  44.   end
  45.   object ButtonCancel: TButton
  46.     Left = 201
  47.     Top = 57
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Cancel'
  51.     TabOrder = 2
  52.     OnClick = ButtonCancelClick
  53.   end
  54. end
  55.