home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / pim / krnlstnt.exe / ULTIMATE.EXE / 0 / RCDATA / TTEMPLATELIST / TTEMPLATELIST.txt
Text File  |  1996-12-15  |  2KB  |  96 lines

  1. object TemplateList: TTemplateList
  2.   Left = 200
  3.   Top = 94
  4.   BorderStyle = bsDialog
  5.   Caption = 'Templates'
  6.   ClientHeight = 207
  7.   ClientWidth = 250
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 2
  19.     Top = 36
  20.     Width = 245
  21.     Height = 73
  22.     AutoSize = False
  23.     Caption = 'Label1'
  24.     WordWrap = True
  25.   end
  26.   object Label2: TLabel
  27.     Left = 2
  28.     Top = 120
  29.     Width = 81
  30.     Height = 16
  31.     Alignment = taRightJustify
  32.     AutoSize = False
  33.     Caption = 'Template'
  34.   end
  35.   object TemplateListing: TFileListBox
  36.     Left = 6
  37.     Top = 182
  38.     Width = 157
  39.     Height = 19
  40.     TabStop = False
  41.     ItemHeight = 16
  42.     TabOrder = 0
  43.   end
  44.   object OKbtn: TButton
  45.     Left = 172
  46.     Top = 4
  47.     Width = 73
  48.     Height = 27
  49.     Caption = '&OK'
  50.     TabOrder = 1
  51.     OnClick = OKbtnClick
  52.   end
  53.   object CancelBtn: TButton
  54.     Left = 94
  55.     Top = 4
  56.     Width = 73
  57.     Height = 27
  58.     Cancel = True
  59.     Caption = '&Cancel'
  60.     TabOrder = 2
  61.     OnClick = OKbtnClick
  62.   end
  63.   object TemplateDir: TComboBox
  64.     Left = 88
  65.     Top = 116
  66.     Width = 157
  67.     Height = 24
  68.     DropDownCount = 4
  69.     ItemHeight = 16
  70.     MaxLength = 8
  71.     Sorted = True
  72.     TabOrder = 3
  73.     OnDblClick = TemplateDirDblClick
  74.     OnKeyDown = TemplateDirKeyDown
  75.   end
  76.   object ScratchBtn: TButton
  77.     Left = 86
  78.     Top = 176
  79.     Width = 159
  80.     Height = 27
  81.     Caption = 'Start Plan from Scratch'
  82.     TabOrder = 4
  83.     TabStop = False
  84.     OnClick = ScratchBtnClick
  85.   end
  86.   object helpBtn: TButton
  87.     Left = 4
  88.     Top = 4
  89.     Width = 73
  90.     Height = 27
  91.     Caption = '&Help'
  92.     TabOrder = 5
  93.     OnClick = helpBtnClick
  94.   end
  95. end
  96.