home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutBox
- BackColor = &H8000000F&
- BorderStyle = 1 'Fixed Single
- ClientHeight = 3435
- ClientLeft = 1020
- ClientTop = 1425
- ClientWidth = 7575
- ControlBox = 0 'False
- Height = 3810
- Left = 975
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3435
- ScaleWidth = 7575
- Top = 1095
- Width = 7665
- Begin SSPanel Panel3D1
- Align = 1 'Align Top
- BackColor = &H8000000F&
- BevelWidth = 2
- Font3D = 0 'None
- Height = 3450
- Left = 0
- TabIndex = 5
- Top = 0
- Width = 7575
- Begin SSFrame Frame3D1
- Alignment = 2 'Center
- Font3D = 0 'None
- Height = 870
- Left = 75
- TabIndex = 0
- Top = 2490
- Width = 7440
- Begin Label IPSLabel
- Alignment = 2 'Center
- BackColor = &H8000000F&
- BackStyle = 0 'Transparent
- Caption = "Integrated Planning Systems"
- FontBold = -1 'True
- FontItalic = -1 'True
- FontName = "Arial"
- FontSize = 18
- FontStrikethru = 0 'False
- FontUnderline = -1 'True
- ForeColor = &H00000000&
- Height = 450
- Left = 1050
- TabIndex = 1
- Top = 120
- Width = 5355
- End
- Begin Label CopyrightNotice
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H00FFFF80&
- BackStyle = 0 'Transparent
- Caption = "
- Copyright Unpublished 1995, Integrated Planning Systems, inc. All Rights Reserved."
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Serif"
- FontSize = 6.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00404040&
- Height = 165
- Left = 1140
- TabIndex = 2
- Top = 615
- Width = 5160
- WordWrap = -1 'True
- End
- End
- Begin SSPanel Panel3D2
- BackColor = &H00FFFFFF&
- BevelOuter = 1 'Inset
- BevelWidth = 2
- Font3D = 0 'None
- Height = 1770
- Left = 1110
- TabIndex = 3
- Top = 135
- Width = 6120
- Begin Label DBLabel
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H8000000F&
- BackStyle = 0 'Transparent
- Caption = "Updating IPSLABOR.MDB"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 21.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 480
- Left = 300
- TabIndex = 9
- Top = 1155
- Width = 5445
- WordWrap = -1 'True
- End
- Begin Shape Shape1
- Height = 1710
- Left = 30
- Top = 30
- Width = 6060
- End
- Begin Label ProgLabel
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H8000000F&
- BackStyle = 0 'Transparent
- Caption = "MDB Database Patch Program -"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 21.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 480
- Left = 45
- TabIndex = 4
- Top = 165
- Width = 6000
- WordWrap = -1 'True
- End
- Begin Label VersionLabel
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H8000000F&
- BackStyle = 0 'Transparent
- Caption = "Version 1.0"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 21.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 480
- Left = 525
- TabIndex = 8
- Top = 660
- Width = 4995
- WordWrap = -1 'True
- End
- End
- Begin SSCommand CloseButton
- Caption = "&OK"
- Font3D = 0 'None
- Height = 465
- Left = 3075
- TabIndex = 7
- Top = 2040
- Width = 1155
- End
- Begin PictureBox AboutPicture
- AutoSize = -1 'True
- BackColor = &H8000000F&
- BorderStyle = 0 'None
- DrawStyle = 5 'Transparent
- Height = 960
- Left = 75
- Picture = ABOUTBOX.FRX:0000
- ScaleHeight = 960
- ScaleWidth = 960
- TabIndex = 6
- Top = 75
- Width = 960
- End
- End
- '-----------------------------------------------------------------------
- ' IPS Time and MDB Patch Tool (TALAS), Version 1.0
- Copyright 1995 (Unpublished) Integrated Planning Systems, inc.
- ' All Rights Reserved.
- ' Integrated Planning Systems Proprietary Rights are included in this
- ' Software, in the data or documentation relating thereto, and in the
- ' information disclosed therein. Neither this software, regardless of
- ' the form in which it exists, nor such data or information may be
- ' used by or disclosed to others for any purpose except as specifically
- ' authorized in writing by Integrated Planning Systems, inc.
- ' This software was developed exclusively at private expense
- ' as defined in DFARS 252.227-7013(a)(12).
- ' This software was developed under IPS General and Administrative
- ' Account A1035LAS.
- '-----------------------------------------------------------------------
- Option Explicit
- Sub CloseButton_Click ()
- Unload AboutBox
- End Sub
- Sub Form_Load ()
- CenterForm Me
- End Sub
- Sub Form_Unload (Cancel As Integer)
- Set AboutBox = Nothing
- End Sub
-