home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / neosoft / win / qm41 / install / qmwin.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  1996-10-11  |  26.3 KB  |  1,123 lines

  1. object MainForm: TMainForm
  2.   Left = -1
  3.   Top = -1
  4.   Width = 640
  5.   Height = 480
  6.   Cursor = crArrow
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'QuikMenu 4 Windows'
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   Menu = MainMenu
  15.   PopupMenu = PopupMenu1
  16.   Scaled = False
  17.   Visible = True
  18.   OnActivate = FormActivate
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyUp = FormKeyUp
  23.   OnPaint = FormPaint
  24.   OnResize = FormResize
  25.   PixelsPerInch = 96
  26.   TextHeight = 15
  27.   object CopyStyleBtn: TNeoBtn
  28.     Left = 13
  29.     Top = 25
  30.     Width = 27
  31.     Height = 27
  32.     Font.Color = clWindowText
  33.     Font.Height = -13
  34.     Font.Name = 'System'
  35.     Font.Style = []
  36.     Caption = 'CopyStyleBtn'
  37.     NumGlyphs = 1
  38.     TextAlign = nsLeft
  39.     BtnStyle = ns3DBorder
  40.     SpeedKey = 0
  41.     SpeedKeyOn = False
  42.     Color = clBlack
  43.     PenColor = clBlack
  44.   end
  45.   object NagPanel: TPanel
  46.     Left = 0
  47.     Top = 0
  48.     Width = 632
  49.     Height = 25
  50.     Align = alTop
  51.     BevelInner = bvLowered
  52.     BorderWidth = 2
  53.     Caption = 'NagPanel'
  54.     TabOrder = 1
  55.     object NagMessage: TPanel
  56.       Left = 4
  57.       Top = 4
  58.       Width = 624
  59.       Height = 17
  60.       Align = alClient
  61.       BevelOuter = bvNone
  62.       Caption = 'This is an UNREGISTERED version!'
  63.       Color = clYellow
  64.       TabOrder = 0
  65.       object Panel2: TPanel
  66.         Left = 0
  67.         Top = 0
  68.         Width = 624
  69.         Height = 17
  70.         Align = alClient
  71.         BevelOuter = bvNone
  72.         Caption = 'This is an UNREGISTERED version!'
  73.         Color = clYellow
  74.         TabOrder = 0
  75.       end
  76.     end
  77.   end
  78.   object PageTabs: TTabSet
  79.     Left = 0
  80.     Top = 413
  81.     Width = 632
  82.     Height = 21
  83.     Align = alBottom
  84.     Font.Color = clBtnText
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     OnChange = PageTabsChange
  89.     OnDragDrop = PageTabsDragDrop
  90.     OnDragOver = PageTabsDragOver
  91.     OnMouseDown = PageTabsMouseDown
  92.   end
  93.   object StatusBar: TPanel
  94.     Left = 0
  95.     Top = 388
  96.     Width = 632
  97.     Height = 25
  98.     Align = alBottom
  99.     BevelInner = bvLowered
  100.     BorderWidth = 1
  101.     TabOrder = 0
  102.     object DatePanel: TPanel
  103.       Left = 3
  104.       Top = 3
  105.       Width = 202
  106.       Height = 19
  107.       Align = alLeft
  108.       Alignment = taLeftJustify
  109.       BorderWidth = 4
  110.       Caption = 'January 12, 1996'
  111.       Font.Color = clBtnText
  112.       Font.Height = -12
  113.       Font.Name = 'Arial'
  114.       Font.Style = []
  115.       ParentFont = False
  116.       TabOrder = 0
  117.     end
  118.     object TimePanel: TPanel
  119.       Left = 490
  120.       Top = 3
  121.       Width = 139
  122.       Height = 19
  123.       Align = alRight
  124.       BorderWidth = 4
  125.       Caption = '12:30:06 PM'
  126.       Font.Color = clBtnText
  127.       Font.Height = -12
  128.       Font.Name = 'Arial'
  129.       Font.Style = []
  130.       ParentFont = False
  131.       TabOrder = 1
  132.       object ClockBtn: TNeoBtn
  133.         Left = 1
  134.         Top = 0
  135.         Width = 137
  136.         Height = 19
  137.         OnClick = ClockBtnClick
  138.         Font.Color = clBtnText
  139.         Font.Height = -13
  140.         Font.Name = 'System'
  141.         Font.Style = []
  142.         NumGlyphs = 1
  143.         TextAlign = nsLeft
  144.         BtnStyle = nsClear
  145.         SpeedKey = 0
  146.         SpeedKeyOn = False
  147.         Color = clBtnFace
  148.         PenColor = clBlack
  149.       end
  150.     end
  151.     object Panel1: TPanel
  152.       Left = 205
  153.       Top = 3
  154.       Width = 285
  155.       Height = 19
  156.       Align = alClient
  157.       Font.Color = clBlack
  158.       Font.Height = -12
  159.       Font.Name = 'Arial'
  160.       Font.Style = []
  161.       ParentFont = False
  162.       TabOrder = 2
  163.     end
  164.   end
  165.   object ScrollBox1: TNeoScrollBox
  166.     Left = 0
  167.     Top = 25
  168.     Width = 632
  169.     Height = 363
  170.     HorzScrollBar.Margin = 5
  171.     Color = clBlack
  172.     Align = alClient
  173.     BorderStyle = bsNone
  174.     TabOrder = 3
  175.     OnMouseDown = Image1MouseDown
  176.     OnMouseMove = Image1MouseMove
  177.     OnMouseUp = Image1MouseUp
  178.     OnPaint = ScrollBox1Paint
  179.     object ScrollBoxImage: TNeoImage
  180.       Left = 236
  181.       Top = 0
  182.       Width = 33
  183.       Height = 29
  184.       Visible = False
  185.     end
  186.     object ImageHolder: TPMultiImage
  187.       Left = 179
  188.       Top = -2
  189.       Width = 30
  190.       Height = 31
  191.       Color = clBtnFace
  192.       Font.Color = clBlack
  193.       Font.Height = -12
  194.       Font.Name = 'Arial'
  195.       Font.Style = [fsBold]
  196.       ImageName = 'file not found'
  197.       ImageDither = True
  198.       ImageReadRes = lAutoMatic
  199.       ImageWriteRes = sAutoMatic
  200.       TifSaveCompress = sNONE
  201.       JPegSaveQuality = 25
  202.       JPegSaveSmooth = 0
  203.       ParentFont = False
  204.       ParentShowHint = False
  205.       ShowHint = False
  206.       TextLeft = 0
  207.       TextTop = 0
  208.       TextRotate = 0
  209.       TabOrder = 0
  210.       TabStop = False
  211.       Visible = False
  212.     end
  213.     object TempMemo: TMemo
  214.       Left = -90
  215.       Top = 0
  216.       Width = 33
  217.       Height = 29
  218.       TabOrder = 1
  219.       Visible = False
  220.     end
  221.   end
  222.   object MainMenu: TMainMenu
  223.     Left = 68
  224.     Top = 25
  225.     object File1: TMenuItem
  226.       Caption = '&Desktop'
  227.       ShortCut = 0
  228.       object New1: TMenuItem
  229.         Caption = '&New'
  230.         ShortCut = 16462
  231.         OnClick = New1Click
  232.       end
  233.       object Open1: TMenuItem
  234.         Caption = '&Open...'
  235.         ShortCut = 16463
  236.         OnClick = Open1Click
  237.       end
  238.       object N20: TMenuItem
  239.         Caption = '-'
  240.         ShortCut = 0
  241.       end
  242.       object Run1: TMenuItem
  243.         Caption = '&Run...'
  244.         ShortCut = 0
  245.         OnClick = Run1Click
  246.       end
  247.       object N14: TMenuItem
  248.         Caption = '-'
  249.         ShortCut = 0
  250.       end
  251.       object Exit1: TMenuItem
  252.         Caption = 'E&xit'
  253.         ShortCut = 32856
  254.         OnClick = Exit1Click
  255.       end
  256.     end
  257.     object Modify1: TMenuItem
  258.       Caption = '&Modify'
  259.       ShortCut = 0
  260.       OnClick = Modify1Click
  261.     end
  262.     object Page3: TMenuItem
  263.       Caption = '&Page'
  264.       ShortCut = 0
  265.     end
  266.     object Options2: TMenuItem
  267.       Caption = '&Options'
  268.       ShortCut = 0
  269.       OnClick = Options2Click
  270.       object RunMini: TMenuItem
  271.         Caption = 'Minimize on &Run'
  272.         ShortCut = 0
  273.         OnClick = RunMiniClick
  274.       end
  275.       object ConfirmExecution1: TMenuItem
  276.         Caption = '&Confirm Execution'
  277.         ShortCut = 0
  278.         OnClick = ConfirmExecution1Click
  279.       end
  280.       object DialerSetup1: TMenuItem
  281.         Caption = 'Dialer Setup (Hidden)'
  282.         ShortCut = 16452
  283.         Visible = False
  284.         OnClick = DialerSetup1Click
  285.       end
  286.       object N35: TMenuItem
  287.         Caption = '-'
  288.         ShortCut = 0
  289.       end
  290.       object ViewProgramLog1: TMenuItem
  291.         Caption = 'View Program &Log'
  292.         ShortCut = 0
  293.         OnClick = ViewProgramLog1Click
  294.       end
  295.       object RunTaskManager1: TMenuItem
  296.         Caption = 'Run &Task Manager'
  297.         ShortCut = 0
  298.         OnClick = RunTaskManager1Click
  299.       end
  300.     end
  301.     object Help1: TMenuItem
  302.       Caption = '&Help'
  303.       ShortCut = 0
  304.       object Contents1: TMenuItem
  305.         Caption = '&Contents'
  306.         ShortCut = 0
  307.         OnClick = Contents1Click
  308.       end
  309.       object TopicSearch1: TMenuItem
  310.         Caption = '&Topic Search...'
  311.         ShortCut = 0
  312.         OnClick = TopicSearch1Click
  313.       end
  314.       object HowtoUseHelp1: TMenuItem
  315.         Caption = '&How to Use Help'
  316.         ShortCut = 0
  317.         OnClick = HowtoUseHelp1Click
  318.       end
  319.       object UsingtheDesktop1: TMenuItem
  320.         Caption = '&Using the QuikMenu Desktop'
  321.         ShortCut = 112
  322.         OnClick = UsingtheDesktop1Click
  323.       end
  324.       object N5: TMenuItem
  325.         Caption = '-'
  326.         ShortCut = 0
  327.       end
  328.       object PurchasingInfo1: TMenuItem
  329.         Caption = '&Purchasing Info'
  330.         ShortCut = 0
  331.         OnClick = PurchasingInfo1Click
  332.       end
  333.       object OrderForm1: TMenuItem
  334.         Caption = '&Order Form'
  335.         ShortCut = 0
  336.         OnClick = OrderForm1Click
  337.       end
  338.       object Divider1: TMenuItem
  339.         Caption = '-'
  340.         ShortCut = 0
  341.       end
  342.       object SystemInfo1: TMenuItem
  343.         Caption = '&System Info...'
  344.         ShortCut = 0
  345.         Visible = False
  346.         OnClick = SystemInfo1Click
  347.       end
  348.       object N23: TMenuItem
  349.         Caption = '-'
  350.         ShortCut = 0
  351.         Visible = False
  352.       end
  353.       object About1: TMenuItem
  354.         Caption = '&About...'
  355.         ShortCut = 113
  356.         OnClick = About1Click
  357.       end
  358.     end
  359.   end
  360.   object ModifyMenu: TMainMenu
  361.     Left = 96
  362.     Top = 25
  363.     object Add1: TMenuItem
  364.       Caption = '&Add'
  365.       ShortCut = 0
  366.       object SoftWare1: TMenuItem
  367.         Caption = '&Software Icon'
  368.         ShortCut = 0
  369.         OnClick = SoftWare1Click
  370.       end
  371.       object Page5: TMenuItem
  372.         Caption = '&Page Icon'
  373.         ShortCut = 0
  374.         OnClick = Page5Click
  375.       end
  376.       object DialerIcon1: TMenuItem
  377.         Caption = '&Dialer Icon'
  378.         ShortCut = 0
  379.         OnClick = DialerIcon1Click
  380.       end
  381.     end
  382.     object Edit1: TMenuItem
  383.       Caption = '&Edit'
  384.       Hint = 
  385.         'An item must be selected, using the Arrow tool, before it may be' +
  386.         ' edited'
  387.       ShortCut = 0
  388.       OnClick = Edit1Click
  389.       object Cut: TMenuItem
  390.         Caption = 'Cu&t'
  391.         ShortCut = 16472
  392.         OnClick = CutClick
  393.       end
  394.       object CutHide1: TMenuItem
  395.         Caption = 'CutHide'
  396.         ShortCut = 8238
  397.         Visible = False
  398.         OnClick = CutClick
  399.       end
  400.       object Copy2: TMenuItem
  401.         Caption = '&Copy'
  402.         ShortCut = 16451
  403.         OnClick = Copy2Click
  404.       end
  405.       object CopyHide1: TMenuItem
  406.         Caption = 'CopyHide'
  407.         ShortCut = 16429
  408.         Visible = False
  409.         OnClick = Copy2Click
  410.       end
  411.       object Paste: TMenuItem
  412.         Caption = '&Paste'
  413.         ShortCut = 16470
  414.         OnClick = PasteClick
  415.       end
  416.       object PasteHide1: TMenuItem
  417.         Caption = 'PasteHide'
  418.         ShortCut = 8237
  419.         Visible = False
  420.         OnClick = PasteClick
  421.       end
  422.       object DeleteObject1: TMenuItem
  423.         Caption = '&Delete '
  424.         ShortCut = 46
  425.         OnClick = DeleteObject1Click
  426.       end
  427.       object Duplicate: TMenuItem
  428.         Caption = 'Dup&licate'
  429.         ShortCut = 16452
  430.         OnClick = DuplicateClick
  431.       end
  432.       object N27: TMenuItem
  433.         Caption = '-'
  434.         ShortCut = 0
  435.       end
  436.       object CopyStyle1: TMenuItem
  437.         Caption = 'C&opy Attributes'
  438.         ShortCut = 0
  439.         OnClick = CopyStyle1Click
  440.       end
  441.       object PasteStyle1: TMenuItem
  442.         Caption = 'Paste Attri&butes'
  443.         ShortCut = 0
  444.         OnClick = PasteStyle1Click
  445.       end
  446.       object N2: TMenuItem
  447.         Caption = '-'
  448.         ShortCut = 0
  449.       end
  450.       object SelectAll: TMenuItem
  451.         Caption = '&Select All'
  452.         ShortCut = 0
  453.         OnClick = SelectAllClick
  454.       end
  455.       object N3: TMenuItem
  456.         Caption = '-'
  457.         ShortCut = 0
  458.       end
  459.       object Adjust: TMenuItem
  460.         Caption = '&Adjust Object...'
  461.         ShortCut = 0
  462.         OnClick = AdjustClick
  463.       end
  464.       object EditObj: TMenuItem
  465.         Caption = '&Edit Object...'
  466.         ShortCut = 0
  467.         OnClick = EditObjClick
  468.       end
  469.     end
  470.     object Arrange: TMenuItem
  471.       Caption = 'A&rrange'
  472.       ShortCut = 0
  473.       OnClick = ArrangeClick
  474.       object Front: TMenuItem
  475.         Caption = 'Bring to &Front'
  476.         ShortCut = 0
  477.         OnClick = BringToFront1Click
  478.       end
  479.       object Back: TMenuItem
  480.         Caption = 'Send to &Back'
  481.         ShortCut = 0
  482.         OnClick = SendtoBack1Click
  483.       end
  484.       object N8: TMenuItem
  485.         Caption = '-'
  486.         ShortCut = 0
  487.       end
  488.       object AlignObject: TMenuItem
  489.         Caption = '&Align...'
  490.         ShortCut = 16449
  491.         OnClick = AlignObjectClick
  492.       end
  493.       object N4: TMenuItem
  494.         Caption = '-'
  495.         ShortCut = 0
  496.       end
  497.       object GroupMenu: TMenuItem
  498.         Caption = '&Group'
  499.         Enabled = False
  500.         ShortCut = 16455
  501.         OnClick = GroupMenuClick
  502.       end
  503.       object UnGroupMenu: TMenuItem
  504.         Caption = '&Ungroup'
  505.         Enabled = False
  506.         ShortCut = 16469
  507.         OnClick = UnGroupMenuClick
  508.       end
  509.     end
  510.     object Page1: TMenuItem
  511.       Caption = '&Page'
  512.       ShortCut = 0
  513.       OnClick = Page1Click
  514.       object Goto1: TMenuItem
  515.         Caption = '&Goto...'
  516.         ShortCut = 116
  517.       end
  518.       object N28: TMenuItem
  519.         Caption = '-'
  520.         ShortCut = 0
  521.       end
  522.       object AddPage1: TMenuItem
  523.         Caption = '&Add...'
  524.         ShortCut = 0
  525.         OnClick = AddPage1Click
  526.       end
  527.       object CopyPage1: TMenuItem
  528.         Caption = '&Copy...'
  529.         ShortCut = 0
  530.         OnClick = CopyPage1Click
  531.       end
  532.       object SwitchPages1: TMenuItem
  533.         Caption = '&Move...'
  534.         ShortCut = 0
  535.         OnClick = SwitchPages1Click
  536.       end
  537.       object RenamePage1: TMenuItem
  538.         Caption = '&Rename...'
  539.         ShortCut = 0
  540.         OnClick = RenamePage1Click
  541.       end
  542.       object DeletePage1: TMenuItem
  543.         Caption = '&Delete...'
  544.         ShortCut = 0
  545.         OnClick = DeletePage1Click
  546.       end
  547.       object N9: TMenuItem
  548.         Caption = '-'
  549.         ShortCut = 0
  550.       end
  551.       object Attrib: TMenuItem
  552.         Caption = 'A&ttributes...'
  553.         ShortCut = 0
  554.         OnClick = AttribClick
  555.       end
  556.       object Password1: TMenuItem
  557.         Caption = 'Pass&word...'
  558.         ShortCut = 0
  559.         OnClick = Password1Click
  560.       end
  561.       object SetPalette1: TMenuItem
  562.         Caption = 'Set &Palette...'
  563.         ShortCut = 0
  564.         OnClick = SetPalette1Click
  565.       end
  566.       object N29: TMenuItem
  567.         Caption = '-'
  568.         ShortCut = 0
  569.       end
  570.       object ShowMasterItems1: TMenuItem
  571.         Caption = '&Show Master Items'
  572.         Checked = True
  573.         ShortCut = 0
  574.         OnClick = ShowMasterItems1Click
  575.       end
  576.     end
  577.     object Options: TMenuItem
  578.       Caption = '&Options'
  579.       ShortCut = 0
  580.       object ShowGrid1: TMenuItem
  581.         Caption = 'Sho&w Grid'
  582.         ShortCut = 0
  583.         OnClick = ShowGrid1Click
  584.       end
  585.       object SnaptoGrid1: TMenuItem
  586.         Caption = 'S&nap to Grid'
  587.         ShortCut = 0
  588.         OnClick = SnaptoGrid1Click
  589.       end
  590.       object ShowMousePos: TMenuItem
  591.         Caption = 'Show &Mouse Position'
  592.         ShortCut = 0
  593.         OnClick = ShowMousePosClick
  594.       end
  595.       object N10: TMenuItem
  596.         Caption = '-'
  597.         ShortCut = 0
  598.       end
  599.       object SetGrid1: TMenuItem
  600.         Caption = 'Set &Grid...'
  601.         ShortCut = 0
  602.         OnClick = SetGrid1Click
  603.       end
  604.       object ReadProgramManagerGroup1: TMenuItem
  605.         Caption = '&Read Program Group...'
  606.         ShortCut = 0
  607.         OnClick = AddProgramGroup1Click
  608.       end
  609.       object N30: TMenuItem
  610.         Caption = '-'
  611.         ShortCut = 0
  612.       end
  613.       object MenuSetup1: TMenuItem
  614.         Caption = 'Desktop &Setup...'
  615.         ShortCut = 0
  616.         OnClick = MenuSetup1Click
  617.       end
  618.     end
  619.     object Help5: TMenuItem
  620.       Caption = '&Help'
  621.       ShortCut = 0
  622.       object Contents3: TMenuItem
  623.         Caption = '&Contents'
  624.         ShortCut = 0
  625.         OnClick = Contents1Click
  626.       end
  627.       object SearchforHelpOn1: TMenuItem
  628.         Caption = '&Search for Help On...'
  629.         ShortCut = 0
  630.         OnClick = TopicSearch1Click
  631.       end
  632.       object HowtoUseHelp3: TMenuItem
  633.         Caption = '&How to Use Help'
  634.         ShortCut = 0
  635.         OnClick = HowtoUseHelp1Click
  636.       end
  637.       object ModifyingtheMenu1: TMenuItem
  638.         Caption = '&Modifying the Menu'
  639.         ShortCut = 112
  640.         OnClick = ModifyingtheMenu1Click
  641.       end
  642.       object N36: TMenuItem
  643.         Caption = '-'
  644.         ShortCut = 0
  645.       end
  646.       object PurchasingInfo3: TMenuItem
  647.         Caption = '&Purchasing Info'
  648.         ShortCut = 0
  649.         OnClick = PurchasingInfo1Click
  650.       end
  651.       object OrderForm3: TMenuItem
  652.         Caption = '&Order Form'
  653.         ShortCut = 0
  654.         OnClick = OrderForm1Click
  655.       end
  656.       object divider3: TMenuItem
  657.         Caption = '-'
  658.         ShortCut = 0
  659.       end
  660.       object About3: TMenuItem
  661.         Caption = '&About...'
  662.         ShortCut = 113
  663.         OnClick = About1Click
  664.       end
  665.     end
  666.     object Done1: TMenuItem
  667.       Caption = '&Done'
  668.       ShortCut = 27
  669.       OnClick = Done1Click
  670.     end
  671.   end
  672.   object Timer1: TTimer
  673.     OnTimer = Timer1Timer
  674.     Left = 41
  675.     Top = 25
  676.   end
  677.   object PopupMenu1: TPopupMenu
  678.     AutoPopup = False
  679.     OnPopup = PopupMenu1Popup
  680.     Left = 124
  681.     Top = 25
  682.     object File2: TMenuItem
  683.       Caption = '&DeskTop'
  684.       ShortCut = 0
  685.       object New2: TMenuItem
  686.         Caption = '&New...'
  687.         ShortCut = 0
  688.         OnClick = New1Click
  689.       end
  690.       object Open2: TMenuItem
  691.         Caption = '&Open...'
  692.         ShortCut = 0
  693.         OnClick = Open1Click
  694.       end
  695.       object N7: TMenuItem
  696.         Caption = '-'
  697.         ShortCut = 0
  698.       end
  699.       object Run2: TMenuItem
  700.         Caption = '&Run...'
  701.         ShortCut = 0
  702.         OnClick = Run1Click
  703.       end
  704.       object N26: TMenuItem
  705.         Caption = '-'
  706.         ShortCut = 0
  707.       end
  708.       object Exit2: TMenuItem
  709.         Caption = 'E&xit'
  710.         ShortCut = 0
  711.         OnClick = Exit1Click
  712.       end
  713.     end
  714.     object N6: TMenuItem
  715.       Caption = '-'
  716.       ShortCut = 0
  717.     end
  718.     object modify2: TMenuItem
  719.       Caption = '&Modify'
  720.       ShortCut = 0
  721.       OnClick = Modify1Click
  722.     end
  723.     object N12: TMenuItem
  724.       Caption = '-'
  725.       ShortCut = 0
  726.     end
  727.     object Page4: TMenuItem
  728.       Caption = '&Page'
  729.       ShortCut = 0
  730.     end
  731.     object N17: TMenuItem
  732.       Caption = '-'
  733.       ShortCut = 0
  734.     end
  735.     object Options3: TMenuItem
  736.       Caption = '&Options'
  737.       ShortCut = 0
  738.       object RunMinimized1: TMenuItem
  739.         Caption = 'Minimize on &Run'
  740.         ShortCut = 0
  741.         OnClick = RunMiniClick
  742.       end
  743.       object ConfirmExecution2: TMenuItem
  744.         Caption = '&Confirm Execution'
  745.         ShortCut = 0
  746.         OnClick = ConfirmExecution1Click
  747.       end
  748.       object N37: TMenuItem
  749.         Caption = '-'
  750.         ShortCut = 0
  751.       end
  752.       object ViewProgramLog2: TMenuItem
  753.         Caption = 'View Program &Log'
  754.         ShortCut = 0
  755.         OnClick = ViewProgramLog1Click
  756.       end
  757.       object RunTaskManager2: TMenuItem
  758.         Caption = 'Run &Task Manager'
  759.         ShortCut = 0
  760.         OnClick = RunTaskManager1Click
  761.       end
  762.     end
  763.     object N11: TMenuItem
  764.       Caption = '-'
  765.       ShortCut = 0
  766.     end
  767.     object Help2: TMenuItem
  768.       Caption = '&Help'
  769.       ShortCut = 0
  770.       object Contents2: TMenuItem
  771.         Caption = '&Contents'
  772.         ShortCut = 0
  773.         OnClick = Contents1Click
  774.       end
  775.       object TopicSearch2: TMenuItem
  776.         Caption = '&Topic Search...'
  777.         ShortCut = 0
  778.         OnClick = TopicSearch1Click
  779.       end
  780.       object HowtouseHelp2: TMenuItem
  781.         Caption = '&How to use Help'
  782.         ShortCut = 0
  783.         OnClick = HowtoUseHelp1Click
  784.       end
  785.       object UsingtheDesktop2: TMenuItem
  786.         Caption = '&Using the QuikMenu Desktop'
  787.         ShortCut = 0
  788.         OnClick = UsingtheDesktop1Click
  789.       end
  790.       object N25: TMenuItem
  791.         Caption = '-'
  792.         ShortCut = 0
  793.       end
  794.       object PurchasingInfo2: TMenuItem
  795.         Caption = '&Purchasing Info'
  796.         ShortCut = 0
  797.         OnClick = PurchasingInfo1Click
  798.       end
  799.       object OrderForm2: TMenuItem
  800.         Caption = '&Order Form'
  801.         ShortCut = 0
  802.         OnClick = OrderForm1Click
  803.       end
  804.       object divider2: TMenuItem
  805.         Caption = '-'
  806.         ShortCut = 0
  807.       end
  808.       object SystemInfo2: TMenuItem
  809.         Caption = '&System Info...'
  810.         ShortCut = 0
  811.         Visible = False
  812.         OnClick = SystemInfo1Click
  813.       end
  814.       object N24: TMenuItem
  815.         Caption = '-'
  816.         ShortCut = 0
  817.         Visible = False
  818.       end
  819.       object About2: TMenuItem
  820.         Caption = '&About...'
  821.         ShortCut = 0
  822.         OnClick = About1Click
  823.       end
  824.     end
  825.   end
  826.   object PopupMenu2: TPopupMenu
  827.     AutoPopup = False
  828.     OnPopup = PopupMenu2Popup
  829.     Left = 152
  830.     Top = 25
  831.     object Add3: TMenuItem
  832.       Caption = '&Add'
  833.       ShortCut = 0
  834.       object SoftwareIcon2: TMenuItem
  835.         Caption = '&Software Icon'
  836.         ShortCut = 0
  837.         OnClick = SoftWare1Click
  838.       end
  839.       object PageIcon2: TMenuItem
  840.         Caption = '&Page Icon'
  841.         ShortCut = 0
  842.         OnClick = Page5Click
  843.       end
  844.       object DialerIcon3: TMenuItem
  845.         Caption = '&Dialer Icon'
  846.         ShortCut = 0
  847.         OnClick = DialerIcon1Click
  848.       end
  849.     end
  850.     object N13: TMenuItem
  851.       Caption = '&Edit'
  852.       ShortCut = 0
  853.       object Cut1: TMenuItem
  854.         Caption = 'Cu&t'
  855.         ShortCut = 0
  856.         OnClick = CutClick
  857.       end
  858.       object Copy1: TMenuItem
  859.         Caption = '&Copy'
  860.         ShortCut = 0
  861.         OnClick = Copy2Click
  862.       end
  863.       object Paste1: TMenuItem
  864.         Caption = '&Paste'
  865.         ShortCut = 0
  866.         OnClick = PasteClick
  867.       end
  868.       object Delete1: TMenuItem
  869.         Caption = '&Delete'
  870.         ShortCut = 0
  871.         OnClick = DeleteObject1Click
  872.       end
  873.       object Duplicate1: TMenuItem
  874.         Caption = 'Dup&licate'
  875.         ShortCut = 0
  876.         OnClick = DuplicateClick
  877.       end
  878.       object N1: TMenuItem
  879.         Caption = '-'
  880.         ShortCut = 0
  881.       end
  882.       object CopyStyle2: TMenuItem
  883.         Caption = 'C&opy Attributes'
  884.         ShortCut = 0
  885.         OnClick = CopyStyle1Click
  886.       end
  887.       object PasteStyle2: TMenuItem
  888.         Caption = 'Paste Attri&butes'
  889.         ShortCut = 0
  890.         OnClick = PasteStyle1Click
  891.       end
  892.       object N21: TMenuItem
  893.         Caption = '-'
  894.         ShortCut = 0
  895.       end
  896.       object SelectAll1: TMenuItem
  897.         Caption = '&Select All'
  898.         ShortCut = 0
  899.         OnClick = SelectAllClick
  900.       end
  901.       object N22: TMenuItem
  902.         Caption = '-'
  903.         ShortCut = 0
  904.       end
  905.       object AdjustObject1: TMenuItem
  906.         Caption = '&Adjust Object...'
  907.         ShortCut = 0
  908.         OnClick = AdjustClick
  909.       end
  910.       object EditObject1: TMenuItem
  911.         Caption = '&Edit Object...'
  912.         ShortCut = 0
  913.         OnClick = EditObjClick
  914.       end
  915.     end
  916.     object Arrange1: TMenuItem
  917.       Caption = 'A&rrange'
  918.       ShortCut = 0
  919.       OnClick = ArrangeClick
  920.       object BringtoFront1: TMenuItem
  921.         Caption = 'Bring to &Front'
  922.         ShortCut = 0
  923.         OnClick = BringToFront1Click
  924.       end
  925.       object SendtoBack1: TMenuItem
  926.         Caption = 'Send to &Back'
  927.         ShortCut = 0
  928.         OnClick = SendtoBack1Click
  929.       end
  930.       object N15: TMenuItem
  931.         Caption = '-'
  932.         ShortCut = 0
  933.       end
  934.       object Align1: TMenuItem
  935.         Caption = '&Align...'
  936.         ShortCut = 0
  937.         OnClick = AlignObjectClick
  938.       end
  939.       object N16: TMenuItem
  940.         Caption = '-'
  941.         ShortCut = 0
  942.       end
  943.       object Group1: TMenuItem
  944.         Caption = '&Group'
  945.         Enabled = False
  946.         ShortCut = 0
  947.         OnClick = GroupMenuClick
  948.       end
  949.       object UnGroup1: TMenuItem
  950.         Caption = '&Ungroup'
  951.         Enabled = False
  952.         ShortCut = 0
  953.         OnClick = UnGroupMenuClick
  954.       end
  955.     end
  956.     object Page2: TMenuItem
  957.       Caption = '&Page'
  958.       ShortCut = 0
  959.       object Goto2: TMenuItem
  960.         Caption = '&Goto...'
  961.         ShortCut = 0
  962.       end
  963.       object N31: TMenuItem
  964.         Caption = '-'
  965.         ShortCut = 0
  966.       end
  967.       object AddPage2: TMenuItem
  968.         Caption = '&Add...'
  969.         ShortCut = 0
  970.         OnClick = AddPage1Click
  971.       end
  972.       object CopyPage2: TMenuItem
  973.         Caption = '&Copy...'
  974.         ShortCut = 0
  975.         OnClick = CopyPage1Click
  976.       end
  977.       object MovePage1: TMenuItem
  978.         Caption = '&Move...'
  979.         ShortCut = 0
  980.         OnClick = SwitchPages1Click
  981.       end
  982.       object RenamePage2: TMenuItem
  983.         Caption = '&Rename...'
  984.         ShortCut = 0
  985.         OnClick = RenamePage1Click
  986.       end
  987.       object DeletePage2: TMenuItem
  988.         Caption = '&Delete...'
  989.         ShortCut = 0
  990.         OnClick = DeletePage1Click
  991.       end
  992.       object N18: TMenuItem
  993.         Caption = '-'
  994.         ShortCut = 0
  995.       end
  996.       object Attributes1: TMenuItem
  997.         Caption = '&Attributes...'
  998.         ShortCut = 0
  999.         OnClick = AttribClick
  1000.       end
  1001.       object Password2: TMenuItem
  1002.         Caption = 'Pass&word...'
  1003.         ShortCut = 0
  1004.         OnClick = Password1Click
  1005.       end
  1006.       object SetPalette2: TMenuItem
  1007.         Caption = 'Set &Palette...'
  1008.         ShortCut = 0
  1009.         OnClick = SetPalette1Click
  1010.       end
  1011.       object N32: TMenuItem
  1012.         Caption = '-'
  1013.         ShortCut = 0
  1014.       end
  1015.       object ShowMasterItems2: TMenuItem
  1016.         Caption = '&Show Master Items'
  1017.         ShortCut = 0
  1018.         OnClick = ShowMasterItems1Click
  1019.       end
  1020.     end
  1021.     object Options1: TMenuItem
  1022.       Caption = '&Options'
  1023.       ShortCut = 0
  1024.       object ShowGrid2: TMenuItem
  1025.         Caption = 'Sho&w Grid'
  1026.         ShortCut = 0
  1027.         OnClick = ShowGrid1Click
  1028.       end
  1029.       object SnaptoGrid2: TMenuItem
  1030.         Caption = 'S&nap to Grid'
  1031.         ShortCut = 0
  1032.         OnClick = SnaptoGrid1Click
  1033.       end
  1034.       object Show1: TMenuItem
  1035.         Caption = 'Show &Mouse Position'
  1036.         ShortCut = 0
  1037.         OnClick = ShowMousePosClick
  1038.       end
  1039.       object N19: TMenuItem
  1040.         Caption = '-'
  1041.         ShortCut = 0
  1042.       end
  1043.       object SetGrid2: TMenuItem
  1044.         Caption = 'Set &Grid...'
  1045.         ShortCut = 0
  1046.         OnClick = SetGrid1Click
  1047.       end
  1048.       object ReadProgramManagerGroup2: TMenuItem
  1049.         Caption = '&Read Program Group...'
  1050.         ShortCut = 0
  1051.         OnClick = AddProgramGroup1Click
  1052.       end
  1053.       object N33: TMenuItem
  1054.         Caption = '-'
  1055.         ShortCut = 0
  1056.       end
  1057.       object MenuSetup2: TMenuItem
  1058.         Caption = 'Desktop &Setup...'
  1059.         ShortCut = 0
  1060.         OnClick = MenuSetup1Click
  1061.       end
  1062.     end
  1063.     object Help3: TMenuItem
  1064.       Caption = '&Help'
  1065.       ShortCut = 0
  1066.       object Contents4: TMenuItem
  1067.         Caption = '&Contents'
  1068.         ShortCut = 0
  1069.         OnClick = Contents1Click
  1070.       end
  1071.       object TopicSearch3: TMenuItem
  1072.         Caption = '&Topic Search...'
  1073.         ShortCut = 0
  1074.         OnClick = TopicSearch1Click
  1075.       end
  1076.       object HowtoUseHelp4: TMenuItem
  1077.         Caption = '&How to Use Help'
  1078.         ShortCut = 0
  1079.         OnClick = HowtoUseHelp1Click
  1080.       end
  1081.       object ModifyingtheMenu2: TMenuItem
  1082.         Caption = '&Modifying the Menu'
  1083.         ShortCut = 0
  1084.         OnClick = ModifyingtheMenu1Click
  1085.       end
  1086.       object N34: TMenuItem
  1087.         Caption = '-'
  1088.         ShortCut = 0
  1089.       end
  1090.       object PurchasingInfo4: TMenuItem
  1091.         Caption = '&Purchasing Info'
  1092.         ShortCut = 0
  1093.         OnClick = PurchasingInfo1Click
  1094.       end
  1095.       object OrderForm4: TMenuItem
  1096.         Caption = '&Order Form'
  1097.         ShortCut = 0
  1098.         OnClick = OrderForm1Click
  1099.       end
  1100.       object divider4: TMenuItem
  1101.         Caption = '-'
  1102.         ShortCut = 0
  1103.       end
  1104.       object About4: TMenuItem
  1105.         Caption = '&About...'
  1106.         ShortCut = 0
  1107.         OnClick = About1Click
  1108.       end
  1109.     end
  1110.     object Done2: TMenuItem
  1111.       Caption = '&Done'
  1112.       ShortCut = 0
  1113.       OnClick = Done1Click
  1114.     end
  1115.   end
  1116.   object Dialer1: TDialer
  1117.     ComPort = dpCOM1
  1118.     Method = dmTone
  1119.     Left = 208
  1120.     Top = 25
  1121.   end
  1122. end
  1123.