home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 June / Freesoft_1997-06_cd.bin / nerecenz / programmers / SSW / SSW.EXE / 0 / RCDATA / TNEWGROUPFORM / TNEWGROUPFORM.txt
Text File  |  1997-05-06  |  838b  |  49 lines

  1. object NewGroupForm: TNewGroupForm
  2.   Left = 326
  3.   Top = 323
  4.   Width = 305
  5.   Height = 129
  6.   Caption = 'New Group'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 9
  15.     Top = 20
  16.     Width = 53
  17.     Height = 13
  18.     Caption = '&Description'
  19.   end
  20.   object GroupDesc: TEdit
  21.     Left = 73
  22.     Top = 18
  23.     Width = 209
  24.     Height = 21
  25.     TabOrder = 0
  26.   end
  27.   object Button1: TButton
  28.     Left = 48
  29.     Top = 56
  30.     Width = 65
  31.     Height = 25
  32.     Caption = '&Ok'
  33.     Default = True
  34.     TabOrder = 1
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 168
  39.     Top = 56
  40.     Width = 65
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = '&Cancel'
  44.     Default = True
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48. end
  49.