home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmAbout
- BorderStyle = 3 'Fixed Dialog
- ClientHeight = 2955
- ClientLeft = 1560
- ClientTop = 2115
- ClientWidth = 5715
- ControlBox = 0 'False
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- PaletteMode = 1 'UseZOrder
- ScaleHeight = 2955
- ScaleWidth = 5715
- ShowInTaskbar = 0 'False
- Begin VB.CommandButton Command1
- Caption = "Close"
- Default = -1 'True
- Height = 435
- Left = 4680
- TabIndex = 7
- Top = 2340
- Width = 795
- End
- Begin VB.Label Label8
- Caption = "ApiCvt - Declaration File Conversion Program"
- BeginProperty Font
- Name = "Arial"
- Size = 9.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 180
- TabIndex = 8
- Top = 660
- Width = 5055
- End
- Begin VB.Line Line1
- BorderWidth = 4
- X1 = 180
- X2 = 5460
- Y1 = 600
- Y2 = 600
- End
- Begin VB.Label Label7
- Caption = "(408) 377-4770, fax: (408) 371-3530. CIS: 74431,3534"
- Height = 195
- Left = 180
- TabIndex = 6
- Top = 2640
- Width = 4275
- End
- Begin VB.Label Label6
- Caption = "1100 E. Hamilton Ave. Suite 4, Campbell, CA 95008"
- Height = 195
- Left = 180
- TabIndex = 5
- Top = 2400
- Width = 4275
- End
- Begin VB.Label Label5
- Caption = "Desaware Inc."
- BeginProperty Font
- Name = "Arial"
- Size = 9.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 195
- Left = 180
- TabIndex = 4
- Top = 2160
- Width = 4215
- End
- Begin VB.Label Label4
- Caption = $"frmAbtk.frx":0000
- Height = 855
- Left = 180
- TabIndex = 3
- Top = 1260
- Width = 4995
- End
- Begin VB.Label Label3
- Caption = "Copyright
- 1996 by Desaware Inc. All Rights Reserved"
- Height = 255
- Left = 180
- TabIndex = 2
- Top = 960
- Width = 4935
- End
- Begin VB.Label Label2
- Alignment = 1 'Right Justify
- Caption = "API Toolkit"
- BeginProperty Font
- Name = "Arial"
- Size = 14.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF0000&
- Height = 315
- Left = 2760
- TabIndex = 1
- Top = 240
- Width = 2715
- End
- Begin VB.Label Label1
- Caption = "Desaware"
- BeginProperty Font
- Name = "Arial"
- Size = 20.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = -1 'True
- Strikethrough = 0 'False
- EndProperty
- Height = 435
- Left = 180
- TabIndex = 0
- Top = 120
- Width = 2355
- End
- Attribute VB_Name = "frmAbout"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- Unload Me
- End Sub
-