home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0210 - 0219 / ibm0210-0219 / ibm0213.tar / ibm0213 / PWA_AWAR.ZIP / SAMPVB.Z / HELP.BAS < prev    next >
Encoding:
BASIC Source File  |  1994-07-05  |  18.1 KB  |  525 lines

  1. VERSION 2.00
  2. Begin Form Help 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "Help Menu"
  6.    ClientHeight    =   6195
  7.    ClientLeft      =   405
  8.    ClientTop       =   660
  9.    ClientWidth     =   8865
  10.    ControlBox      =   0   'False
  11.    Height          =   6600
  12.    Left            =   345
  13.    LinkTopic       =   "Form1"
  14.    ScaleHeight     =   6195
  15.    ScaleWidth      =   8865
  16.    Top             =   315
  17.    Width           =   8985
  18.    Begin AwareText fpText1 
  19.       BackColor       =   &H00C0C0C0&
  20.       BorderStyle     =   0  'No Border
  21.       ControlType     =   2  'Static
  22.       FontBold        =   -1  'True
  23.       FontItalic      =   0   'False
  24.       FontName        =   "MS Sans Serif"
  25.       FontSize        =   8.25
  26.       FontStrikethru  =   0   'False
  27.       FontUnderline   =   0   'False
  28.       ForeColor       =   &H00FF0000&
  29.       Height          =   540
  30.       Index           =   9
  31.       Left            =   6600
  32.       MultiLine       =   -1  'True
  33.       TabIndex        =   20
  34.       TabStop         =   0   'False
  35.       Text            =   "Press the button for menu options..."
  36.       ThreeDTextHighlightColor=   &H00FFFFFF&
  37.       ThreeDTextShadowColor=   &H00808080&
  38.       Top             =   4575
  39.       Width           =   1935
  40.    End
  41.    Begin AwareBoolean fpBoolean3 
  42.       AlignTextH      =   1  'Center
  43.       BackColor       =   &H00C0C0C0&
  44.       BooleanMode     =   2  'Button-Like
  45.       BooleanPicture  =   4  'User Defined
  46.       BorderStyle     =   2  'Rounded
  47.       BorderWidth     =   1
  48.       FontBold        =   -1  'True
  49.       FontItalic      =   0   'False
  50.       FontName        =   "MS Sans Serif"
  51.       FontSize        =   12
  52.       FontStrikethru  =   0   'False
  53.       FontUnderline   =   0   'False
  54.       ForeColor       =   &H00FF0000&
  55.       Height          =   615
  56.       Left            =   4500
  57.       TabIndex        =   19
  58.       TextFalse       =   "Press..."
  59.       ThreeDOutsideStyle=   2  'Raised
  60.       ThreeDOutsideWidth=   2
  61.       Top             =   4575
  62.       Width           =   2040
  63.    End
  64.    Begin AwareText fpText1 
  65.       BackColor       =   &H00C0C0C0&
  66.       BorderStyle     =   0  'No Border
  67.       ControlType     =   2  'Static
  68.       FontBold        =   -1  'True
  69.       FontItalic      =   0   'False
  70.       FontName        =   "MS Sans Serif"
  71.       FontSize        =   8.25
  72.       FontStrikethru  =   0   'False
  73.       FontUnderline   =   0   'False
  74.       ForeColor       =   &H00FF0000&
  75.       Height          =   855
  76.       Index           =   8
  77.       Left            =   6600
  78.       MultiLine       =   -1  'True
  79.       TabIndex        =   18
  80.       TabStop         =   0   'False
  81.       Text            =   "Pressing this button will allow you to print the selected option."
  82.       ThreeDTextHighlightColor=   &H00FFFFFF&
  83.       ThreeDTextShadowColor=   &H00808080&
  84.       Top             =   1200
  85.       Width           =   1935
  86.    End
  87.    Begin AwareText fpText1 
  88.       BackColor       =   &H00C0C0C0&
  89.       BorderStyle     =   0  'No Border
  90.       ControlType     =   2  'Static
  91.       FontBold        =   -1  'True
  92.       FontItalic      =   0   'False
  93.       FontName        =   "MS Sans Serif"
  94.       FontSize        =   8.25
  95.       FontStrikethru  =   0   'False
  96.       FontUnderline   =   0   'False
  97.       ForeColor       =   &H00FF0000&
  98.       Height          =   375
  99.       Index           =   7
  100.       Left            =   6600
  101.       MultiLine       =   -1  'True
  102.       TabIndex        =   17
  103.       TabStop         =   0   'False
  104.       Text            =   "Exits the program."
  105.       ThreeDTextHighlightColor=   &H00FFFFFF&
  106.       ThreeDTextShadowColor=   &H00808080&
  107.       Top             =   3480
  108.       Width           =   1935
  109.    End
  110.    Begin AwareText fpText1 
  111.       BackColor       =   &H00C0C0C0&
  112.       BorderStyle     =   0  'No Border
  113.       ControlType     =   2  'Static
  114.       FontBold        =   -1  'True
  115.       FontItalic      =   0   'False
  116.       FontName        =   "MS Sans Serif"
  117.       FontSize        =   8.25
  118.       FontStrikethru  =   0   'False
  119.       FontUnderline   =   0   'False
  120.       ForeColor       =   &H00FF0000&
  121.       Height          =   495
  122.       Index           =   6
  123.       Left            =   6600
  124.       MultiLine       =   -1  'True
  125.       TabIndex        =   16
  126.       TabStop         =   0   'False
  127.       Text            =   "Displays this Help screen."
  128.       ThreeDTextHighlightColor=   &H00FFFFFF&
  129.       ThreeDTextShadowColor=   &H00808080&
  130.       Top             =   2400
  131.       Width           =   1935
  132.    End
  133.    Begin AwareText fpText1 
  134.       BackColor       =   &H00C0C0C0&
  135.       BorderStyle     =   0  'No Border
  136.       ControlType     =   2  'Static
  137.       FontBold        =   -1  'True
  138.       FontItalic      =   0   'False
  139.       FontName        =   "MS Sans Serif"
  140.       FontSize        =   8.25
  141.       FontStrikethru  =   0   'False
  142.       FontUnderline   =   0   'False
  143.       ForeColor       =   &H00FF0000&
  144.       Height          =   855
  145.       Index           =   5
  146.       Left            =   6600
  147.       MultiLine       =   -1  'True
  148.       TabIndex        =   15
  149.       TabStop         =   0   'False
  150.       Text            =   "The calendar's appearance can be changed by changing the desired options."
  151.       ThreeDTextHighlightColor=   &H00FFFFFF&
  152.       ThreeDTextShadowColor=   &H00808080&
  153.       Top             =   120
  154.       Width           =   1935
  155.    End
  156.    Begin AwareText fpText1 
  157.       BackColor       =   &H00C0C0C0&
  158.       BorderStyle     =   0  'No Border
  159.       ControlType     =   2  'Static
  160.       FontBold        =   -1  'True
  161.       FontItalic      =   0   'False
  162.       FontName        =   "MS Sans Serif"
  163.       FontSize        =   8.25
  164.       FontStrikethru  =   0   'False
  165.       FontUnderline   =   0   'False
  166.       ForeColor       =   &H00FF0000&
  167.       Height          =   855
  168.       Index           =   4
  169.       Left            =   2280
  170.       MultiLine       =   -1  'True
  171.       TabIndex        =   14
  172.       TabStop         =   0   'False
  173.       Text            =   "Displays information about Aware/VBX and FarPoint Technologies, Inc."
  174.       ThreeDTextHighlightColor=   &H00FFFFFF&
  175.       ThreeDTextShadowColor=   &H00808080&
  176.       Top             =   4440
  177.       Width           =   1935
  178.    End
  179.    Begin AwareText fpText1 
  180.       BackColor       =   &H00C0C0C0&
  181.       BorderStyle     =   0  'No Border
  182.       ControlType     =   2  'Static
  183.       FontBold        =   -1  'True
  184.       FontItalic      =   0   'False
  185.       FontName        =   "MS Sans Serif"
  186.       FontSize        =   8.25
  187.       FontStrikethru  =   0   'False
  188.       FontUnderline   =   0   'False
  189.       ForeColor       =   &H00FF0000&
  190.       Height          =   855
  191.       Index           =   3
  192.       Left            =   2280
  193.       MultiLine       =   -1  'True
  194.       TabIndex        =   13
  195.       TabStop         =   0   'False
  196.       Text            =   "An alarm can be set for any time that day to alert you of an important appointment."
  197.       ThreeDTextHighlightColor=   &H00FFFFFF&
  198.       ThreeDTextShadowColor=   &H00808080&
  199.       Top             =   3360
  200.       Width           =   2055
  201.    End
  202.    Begin AwareText fpText1 
  203.       BackColor       =   &H00C0C0C0&
  204.       BorderStyle     =   0  'No Border
  205.       ControlType     =   2  'Static
  206.       FontBold        =   -1  'True
  207.       FontItalic      =   0   'False
  208.       FontName        =   "MS Sans Serif"
  209.       FontSize        =   8.25
  210.       FontStrikethru  =   0   'False
  211.       FontUnderline   =   0   'False
  212.       ForeColor       =   &H00FF0000&
  213.       Height          =   855
  214.       Index           =   2
  215.       Left            =   2280
  216.       MultiLine       =   -1  'True
  217.       TabIndex        =   12
  218.       TabStop         =   0   'False
  219.       Text            =   "Press this button to get a quick overview of the days' appointments."
  220.       ThreeDTextHighlightColor=   &H00FFFFFF&
  221.       ThreeDTextShadowColor=   &H00808080&
  222.       Top             =   2280
  223.       Width           =   1935
  224.    End
  225.    Begin AwareText fpText1 
  226.       BackColor       =   &H00C0C0C0&
  227.       BorderStyle     =   0  'No Border
  228.       ControlType     =   2  'Static
  229.       FontBold        =   -1  'True
  230.       FontItalic      =   0   'False
  231.       FontName        =   "MS Sans Serif"
  232.       FontSize        =   8.25
  233.       FontStrikethru  =   0   'False
  234.       FontUnderline   =   0   'False
  235.       ForeColor       =   &H00FF0000&
  236.       Height          =   855
  237.       Index           =   1
  238.       Left            =   2280
  239.       MultiLine       =   -1  'True
  240.       TabIndex        =   11
  241.       TabStop         =   0   'False
  242.       Text            =   "Allows you to delete any day's appointments."
  243.       ThreeDTextHighlightColor=   &H00FFFFFF&
  244.       ThreeDTextShadowColor=   &H00808080&
  245.       Top             =   1200
  246.       Width           =   1935
  247.    End
  248.    Begin AwareText fpText1 
  249.       BackColor       =   &H00C0C0C0&
  250.       BorderStyle     =   0  'No Border
  251.       ControlType     =   2  'Static
  252.       FontBold        =   -1  'True
  253.       FontItalic      =   0   'False
  254.       FontName        =   "MS Sans Serif"
  255.       FontSize        =   8.25
  256.       FontStrikethru  =   0   'False
  257.       FontUnderline   =   0   'False
  258.       ForeColor       =   &H00FF0000&
  259.       Height          =   855
  260.       Index           =   0
  261.       Left            =   2280
  262.       MultiLine       =   -1  'True
  263.       TabIndex        =   10
  264.       TabStop         =   0   'False
  265.       Text            =   "Allows you to add an appointment on the selected day that has been clicked on."
  266.       ThreeDTextHighlightColor=   &H00FFFFFF&
  267.       ThreeDTextShadowColor=   &H00808080&
  268.       Top             =   120
  269.       Width           =   1935
  270.    End
  271.    Begin AwareBoolean fpBoolean2 
  272.       BackColor       =   &H00C0C0C0&
  273.       BooleanPicture  =   4  'User Defined
  274.       BorderStyle     =   1  'Single Line
  275.       BorderWidth     =   1
  276.       FontBold        =   -1  'True
  277.       FontItalic      =   0   'False
  278.       FontName        =   "MS Sans Serif"
  279.       FontSize        =   8.25
  280.       FontStrikethru  =   0   'False
  281.       FontUnderline   =   0   'False
  282.       ForeColor       =   &H000000FF&
  283.       Height          =   600
  284.       Index           =   4
  285.       Left            =   4440
  286.       MultiLine       =   -1  'True
  287.       PictureFalse    =   HELP.FRX:0000
  288.       PictureFalseDisabled=   HELP.FRX:0302
  289.       TabIndex        =   9
  290.       TextFalse       =   "Print"
  291.       ThreeDOutsideStyle=   2  'Raised
  292.       ThreeDOutsideWidth=   3
  293.       Top             =   1320
  294.       Width           =   2100
  295.    End
  296.    Begin CommandButton Command1 
  297.       Caption         =   "OK"
  298.       FontBold        =   -1  'True
  299.       FontItalic      =   0   'False
  300.       FontName        =   "Times New Roman"
  301.       FontSize        =   13.5
  302.       FontStrikethru  =   0   'False
  303.       FontUnderline   =   0   'False
  304.       Height          =   540
  305.       Left            =   1425
  306.       TabIndex        =   8
  307.       Top             =   5550
  308.       Width           =   5850
  309.    End
  310.    Begin AwareBoolean fpBoolean2 
  311.       BackColor       =   &H00C0C0C0&
  312.       BooleanPicture  =   4  'User Defined
  313.       BorderStyle     =   1  'Single Line
  314.       BorderWidth     =   1
  315.       FontBold        =   -1  'True
  316.       FontItalic      =   0   'False
  317.       FontName        =   "MS Sans Serif"
  318.       FontSize        =   8.25
  319.       FontStrikethru  =   0   'False
  320.       FontUnderline   =   0   'False
  321.       ForeColor       =   &H000000FF&
  322.       Height          =   600
  323.       Index           =   3
  324.       Left            =   4440
  325.       MultiLine       =   -1  'True
  326.       PictureFalse    =   HELP.FRX:0604
  327.       PictureFalseDisabled=   HELP.FRX:0906
  328.       TabIndex        =   7
  329.       TextFalse       =   "Exit"
  330.       ThreeDOutsideStyle=   2  'Raised
  331.       ThreeDOutsideWidth=   3
  332.       Top             =   3480
  333.       Width           =   2100
  334.    End
  335.    Begin AwareBoolean fpBoolean2 
  336.       BackColor       =   &H00C0C0C0&
  337.       BooleanPicture  =   4  'User Defined
  338.       BorderStyle     =   1  'Single Line
  339.       BorderWidth     =   1
  340.       FontBold        =   -1  'True
  341.       FontItalic      =   0   'False
  342.       FontName        =   "MS Sans Serif"
  343.       FontSize        =   8.25
  344.       FontStrikethru  =   0   'False
  345.       FontUnderline   =   0   'False
  346.       ForeColor       =   &H000000FF&
  347.       Height          =   600
  348.       Index           =   2
  349.       Left            =   4440
  350.       MultiLine       =   -1  'True
  351.       PictureFalse    =   HELP.FRX:0C08
  352.       PictureFalseDisabled=   HELP.FRX:0F0A
  353.       TabIndex        =   6
  354.       TextFalse       =   "Help"
  355.       ThreeDOutsideStyle=   2  'Raised
  356.       ThreeDOutsideWidth=   3
  357.       Top             =   2400
  358.       Width           =   2100
  359.    End
  360.    Begin AwareBoolean fpBoolean2 
  361.       BackColor       =   &H00C0C0C0&
  362.       BooleanPicture  =   4  'User Defined
  363.       BorderStyle     =   1  'Single Line
  364.       BorderWidth     =   1
  365.       FontBold        =   -1  'True
  366.       FontItalic      =   0   'False
  367.       FontName        =   "MS Sans Serif"
  368.       FontSize        =   8.25
  369.       FontStrikethru  =   0   'False
  370.       FontUnderline   =   0   'False
  371.       ForeColor       =   &H000000FF&
  372.       Height          =   600
  373.       Index           =   1
  374.       Left            =   4440
  375.       MultiLine       =   -1  'True
  376.       TabIndex        =   5
  377.       TextFalse       =   "Customize"
  378.       ThreeDOutsideStyle=   2  'Raised
  379.       ThreeDOutsideWidth=   3
  380.       Top             =   240
  381.       Width           =   2100
  382.    End
  383.    Begin AwareBoolean fpBoolean2 
  384.       BackColor       =   &H00C0C0C0&
  385.       BooleanPicture  =   4  'User Defined
  386.       BorderStyle     =   1  'Single Line
  387.       BorderWidth     =   1
  388.       FontBold        =   -1  'True
  389.       FontItalic      =   0   'False
  390.       FontName        =   "MS Sans Serif"
  391.       FontSize        =   8.25
  392.       FontStrikethru  =   0   'False
  393.       FontUnderline   =   0   'False
  394.       ForeColor       =   &H000000FF&
  395.       Height          =   600
  396.       Index           =   0
  397.       Left            =   120
  398.       MultiLine       =   -1  'True
  399.       PictureFalse    =   HELP.FRX:120C
  400.       PictureFalseDisabled=   HELP.FRX:150E
  401.       TabIndex        =   4
  402.       TextFalse       =   "About"
  403.       ThreeDOutsideStyle=   2  'Raised
  404.       ThreeDOutsideWidth=   3
  405.       Top             =   4560
  406.       Width           =   2100
  407.    End
  408.    Begin AwareBoolean fpBoolean1 
  409.       BackColor       =   &H00C0C0C0&
  410.       BooleanPicture  =   4  'User Defined
  411.       BorderStyle     =   1  'Single Line
  412.       BorderWidth     =   1
  413.       FontBold        =   -1  'True
  414.       FontItalic      =   0   'False
  415.       FontName        =   "MS Sans Serif"
  416.       FontSize        =   8.25
  417.       FontStrikethru  =   0   'False
  418.       FontUnderline   =   0   'False
  419.       ForeColor       =   &H000000FF&
  420.       Height          =   600
  421.       Index           =   3
  422.       Left            =   120
  423.       MultiLine       =   -1  'True
  424.       PictureFalse    =   HELP.FRX:1810
  425.       PictureFalseDisabled=   HELP.FRX:1B12
  426.       TabIndex        =   3
  427.       TextFalse       =   "Set Alarm"
  428.       ThreeDOutsideStyle=   2  'Raised
  429.       ThreeDOutsideWidth=   3
  430.       Top             =   3480
  431.       Width           =   2100
  432.    End
  433.    Begin AwareBoolean fpBoolean1 
  434.       BackColor       =   &H00C0C0C0&
  435.       BooleanPicture  =   4  'User Defined
  436.       BorderStyle     =   1  'Single Line
  437.       BorderWidth     =   1
  438.       FontBold        =   -1  'True
  439.       FontItalic      =   0   'False
  440.       FontName        =   "MS Sans Serif"
  441.       FontSize        =   8.25
  442.       FontStrikethru  =   0   'False
  443.       FontUnderline   =   0   'False
  444.       ForeColor       =   &H000000FF&
  445.       Height          =   600
  446.       Index           =   2
  447.       Left            =   120
  448.       MultiLine       =   -1  'True
  449.       PictureFalse    =   HELP.FRX:1E14
  450.       PictureFalseDisabled=   HELP.FRX:2116
  451.       TabIndex        =   2
  452.       TextFalse       =   "Review Today's Schedule"
  453.       ThreeDOutsideStyle=   2  'Raised
  454.       ThreeDOutsideWidth=   3
  455.       Top             =   2400
  456.       Width           =   2100
  457.    End
  458.    Begin AwareBoolean fpBoolean1 
  459.       BackColor       =   &H00C0C0C0&
  460.       BooleanPicture  =   4  'User Defined
  461.       BorderStyle     =   1  'Single Line
  462.       BorderWidth     =   1
  463.       FontBold        =   -1  'True
  464.       FontItalic      =   0   'False
  465.       FontName        =   "MS Sans Serif"
  466.       FontSize        =   8.25
  467.       FontStrikethru  =   0   'False
  468.       FontUnderline   =   0   'False
  469.       ForeColor       =   &H000000FF&
  470.       Height          =   600
  471.       Index           =   1
  472.       Left            =   120
  473.       MultiLine       =   -1  'True
  474.       PictureFalse    =   HELP.FRX:2418
  475.       PictureFalseDisabled=   HELP.FRX:271A
  476.       TabIndex        =   1
  477.       TextFalse       =   "Delete an Appointment"
  478.       ThreeDOutsideStyle=   2  'Raised
  479.       ThreeDOutsideWidth=   3
  480.       Top             =   1320
  481.       Width           =   2100
  482.    End
  483.    Begin AwareBoolean fpBoolean1 
  484.       BackColor       =   &H00C0C0C0&
  485.       BooleanPicture  =   4  'User Defined
  486.       BorderStyle     =   1  'Single Line
  487.       BorderWidth     =   1
  488.       FontBold        =   -1  'True
  489.       FontItalic      =   0   'False
  490.       FontName        =   "MS Sans Serif"
  491.       FontSize        =   8.25
  492.       FontStrikethru  =   0   'False
  493.       FontUnderline   =   0   'False
  494.       ForeColor       =   &H000000FF&
  495.       Height          =   600
  496.       Index           =   0
  497.       Left            =   120
  498.       MultiLine       =   -1  'True
  499.       PictureFalse    =   HELP.FRX:2A1C
  500.       PictureFalseDisabled=   HELP.FRX:2D1E
  501.       TabIndex        =   0
  502.       TextFalse       =   "Add an Appointment"
  503.       ThreeDOutsideStyle=   2  'Raised
  504.       ThreeDOutsideWidth=   3
  505.       Top             =   240
  506.       Width           =   2100
  507.    End
  508. End
  509.  
  510. Sub Command1_Click ()
  511.     Unload Me
  512. End Sub
  513.  
  514. Sub Form_Load ()
  515.     centerform Me
  516.     fpBoolean2(1).PictureFalse = LoadPicture(app.Path + "\calup.bmp")
  517.     fpBoolean2(2).PictureFalse = LoadPicture(app.Path + "\misc02.ico")
  518. End Sub
  519.  
  520. Sub fpBoolean3_Click (Button As Integer)
  521.      helpmenu = True
  522.      firsthlp.Show
  523. End Sub
  524.  
  525.