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 / TPLAN / TPLAN.txt < prev   
Text File  |  1996-12-15  |  4KB  |  184 lines

  1. object Plan: TPlan
  2.   Left = 6
  3.   Top = 129
  4.   BorderStyle = bsSingle
  5.   Caption = 'Plan / Template'
  6.   ClientHeight = 415
  7.   ClientWidth = 630
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 216
  19.     Top = 6
  20.     Width = 3
  21.     Height = 23
  22.     Font.Color = clWindowText
  23.     Font.Height = -19
  24.     Font.Name = 'Impact'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 4
  30.     Top = 54
  31.     Width = 3
  32.     Height = 13
  33.     WordWrap = True
  34.   end
  35.   object OKbtn: TButton
  36.     Left = 562
  37.     Top = 6
  38.     Width = 63
  39.     Height = 25
  40.     Caption = '&Ok'
  41.     TabOrder = 0
  42.     TabStop = False
  43.     OnClick = OKbtnClick
  44.   end
  45.   object CancelBtn: TButton
  46.     Left = 494
  47.     Top = 6
  48.     Width = 61
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = '&Cancel'
  52.     TabOrder = 1
  53.     OnClick = OKbtnClick
  54.   end
  55.   object PlanGrid: TStringGrid
  56.     Left = 6
  57.     Top = 78
  58.     Width = 621
  59.     Height = 353
  60.     ColCount = 18
  61.     DefaultRowHeight = 20
  62.     RowCount = 100
  63.     FixedRows = 2
  64.     Font.Color = clWindowText
  65.     Font.Height = -13
  66.     Font.Name = 'System'
  67.     Font.Style = [fsBold]
  68.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goTabs]
  69.     ParentFont = False
  70.     TabOrder = 2
  71.     OnGetEditMask = PlanGridGetEditMask
  72.     OnGetEditText = PlanGridGetEditText
  73.     OnKeyDown = KeyDown
  74.     OnMouseDown = PlanGridMouseDown
  75.     OnSelectCell = PlanGridSelectCell
  76.     OnSetEditText = PlanGridSetEditText
  77.     ColWidths = (
  78.       64
  79.       64
  80.       64
  81.       64
  82.       64
  83.       64
  84.       64
  85.       64
  86.       64
  87.       64
  88.       64
  89.       64
  90.       64
  91.       64
  92.       64
  93.       64
  94.       64
  95.       64)
  96.   end
  97.   object SmClndrBox: TGroupBox
  98.     Left = 54
  99.     Top = 128
  100.     Width = 201
  101.     Height = 185
  102.     Caption = 'Date'
  103.     Color = clYellow
  104.     ParentColor = False
  105.     TabOrder = 3
  106.     object SmClndr: TImage
  107.       Left = 4
  108.       Top = 17
  109.       Width = 192
  110.       Height = 163
  111.       Picture.Data = {<image000.bmp>}
  112.       Stretch = True
  113.       OnMouseDown = SmClndrMouseDown
  114.     end
  115.   end
  116.   object Button1: TButton
  117.     Left = 278
  118.     Top = 168
  119.     Width = 141
  120.     Height = 25
  121.     TabOrder = 4
  122.   end
  123.   object MainMenu1: TMainMenu
  124.     Left = 22
  125.     Top = 2
  126.     object PlanFile: TMenuItem
  127.       Caption = '&File'
  128.       ShortCut = 0
  129.       object PlanFilePrint: TMenuItem
  130.         Caption = 'Print'
  131.         ShortCut = 0
  132.         OnClick = PlanFilePrintClick
  133.       end
  134.     end
  135.     object PlanMenuEdit: TMenuItem
  136.       Caption = '&Edit'
  137.       ShortCut = 0
  138.       object PlanMenuInsertLine: TMenuItem
  139.         Caption = '&Insert Line'
  140.         ShortCut = 0
  141.         OnClick = PlanEditClick
  142.       end
  143.       object PlanMenuDeleteLine: TMenuItem
  144.         Caption = '&Delete Line'
  145.         ShortCut = 0
  146.         OnClick = PlanEditClick
  147.       end
  148.       object PlanMenuCopyRow: TMenuItem
  149.         Caption = '&Copy Row'
  150.         ShortCut = 0
  151.         OnClick = PlanMenuCopyRowClick
  152.       end
  153.       object PlanMenuUndeleteRow: TMenuItem
  154.         Caption = '&UndeleteRow'
  155.         ShortCut = 0
  156.         OnClick = PlanMenuUndeleteRowClick
  157.       end
  158.       object N1: TMenuItem
  159.         Caption = '-'
  160.         ShortCut = 0
  161.       end
  162.       object InsertTemplate: TMenuItem
  163.         Caption = 'Insert &Template'
  164.         ShortCut = 0
  165.         OnClick = InsertTemplateClick
  166.       end
  167.     end
  168.     object PlanHelp: TMenuItem
  169.       Caption = '&Help'
  170.       ShortCut = 112
  171.       OnClick = PlanHelpClick
  172.     end
  173.   end
  174.   object Timer1: TTimer
  175.     OnTimer = Timer1Timer
  176.     Left = 46
  177.     Top = 2
  178.   end
  179.   object PrintDialog1: TPrintDialog
  180.     Left = 74
  181.     Top = 2
  182.   end
  183. end
  184.