home *** CD-ROM | disk | FTP | other *** search
/ Computer Discount - Smash Disk / SmashDisk.bin / Cdc / SRC / SYMANTEC.frm < prev    next >
Text File  |  1998-06-11  |  3KB  |  98 lines

  1. VERSION 5.00
  2. Begin VB.Form SYMANTEC 
  3.    BorderStyle     =   0  'None
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   7200
  6.    ClientLeft      =   0
  7.    ClientTop       =   0
  8.    ClientWidth     =   9600
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   480
  13.    ScaleMode       =   3  'Pixel
  14.    ScaleWidth      =   640
  15.    ShowInTaskbar   =   0   'False
  16.    StartUpPosition =   2  'CenterScreen
  17.    Begin VB.Label Label4 
  18.       Appearance      =   0  'Flat
  19.       BackColor       =   &H80000005&
  20.       BackStyle       =   0  'Transparent
  21.       ForeColor       =   &H80000008&
  22.       Height          =   525
  23.       Left            =   7830
  24.       MouseIcon       =   "SYMANTEC.frx":0000
  25.       MousePointer    =   99  'Custom
  26.       TabIndex        =   3
  27.       Top             =   6450
  28.       Width           =   1395
  29.    End
  30.    Begin VB.Label Label3 
  31.       Appearance      =   0  'Flat
  32.       BackColor       =   &H80000005&
  33.       BackStyle       =   0  'Transparent
  34.       ForeColor       =   &H80000008&
  35.       Height          =   705
  36.       Left            =   2430
  37.       MouseIcon       =   "SYMANTEC.frx":0442
  38.       MousePointer    =   99  'Custom
  39.       TabIndex        =   2
  40.       Top             =   1950
  41.       Width           =   4455
  42.    End
  43.    Begin VB.Label Label2 
  44.       Appearance      =   0  'Flat
  45.       BackColor       =   &H80000005&
  46.       BackStyle       =   0  'Transparent
  47.       ForeColor       =   &H80000008&
  48.       Height          =   705
  49.       Left            =   2400
  50.       MouseIcon       =   "SYMANTEC.frx":0884
  51.       MousePointer    =   99  'Custom
  52.       TabIndex        =   1
  53.       Top             =   3180
  54.       Width           =   6225
  55.    End
  56.    Begin VB.Label Label1 
  57.       Appearance      =   0  'Flat
  58.       BackColor       =   &H80000005&
  59.       BackStyle       =   0  'Transparent
  60.       ForeColor       =   &H80000008&
  61.       Height          =   705
  62.       Left            =   2370
  63.       MouseIcon       =   "SYMANTEC.frx":0CC6
  64.       MousePointer    =   99  'Custom
  65.       TabIndex        =   0
  66.       Top             =   4410
  67.       Width           =   4005
  68.    End
  69. End
  70. Attribute VB_Name = "SYMANTEC"
  71. Attribute VB_GlobalNameSpace = False
  72. Attribute VB_Creatable = False
  73. Attribute VB_PredeclaredId = True
  74. Attribute VB_Exposed = False
  75. Private Sub Form_Load()
  76. Me.Picture = LoadPicture(CDDRIVE & ":\cdc\pic\symantec.jpg")
  77. End Sub
  78.  
  79. Private Sub Label1_Click()
  80. SYM3.Show
  81. Unload Me
  82. End Sub
  83.  
  84. Private Sub Label2_Click()
  85. SYM2.Show
  86. Unload Me
  87. End Sub
  88.  
  89. Private Sub Label3_Click()
  90. SYM1.Show
  91. Unload Me
  92. End Sub
  93.  
  94. Private Sub Label4_Click()
  95. INDICE.Show
  96. Unload Me
  97. End Sub
  98.