home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / desaware / apitools / frmabout.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-02-13  |  5.3 KB  |  172 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "About ListAPI"
  6.    ClientHeight    =   2955
  7.    ClientLeft      =   2385
  8.    ClientTop       =   3180
  9.    ClientWidth     =   5880
  10.    ControlBox      =   0   'False
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    PaletteMode     =   1  'UseZOrder
  15.    ScaleHeight     =   2955
  16.    ScaleWidth      =   5880
  17.    ShowInTaskbar   =   0   'False
  18.    Begin VB.CommandButton Command1 
  19.       Caption         =   "Close"
  20.       Default         =   -1  'True
  21.       Height          =   375
  22.       Left            =   4860
  23.       TabIndex        =   0
  24.       Top             =   2250
  25.       Width           =   930
  26.    End
  27.    Begin VB.Label Label2 
  28.       Caption         =   "www.desaware.com"
  29.       BeginProperty Font 
  30.          Name            =   "Arial"
  31.          Size            =   9.75
  32.          Charset         =   0
  33.          Weight          =   700
  34.          Underline       =   0   'False
  35.          Italic          =   0   'False
  36.          Strikethrough   =   0   'False
  37.       EndProperty
  38.       ForeColor       =   &H00000080&
  39.       Height          =   195
  40.       Left            =   2070
  41.       TabIndex        =   9
  42.       Top             =   2160
  43.       Width           =   2415
  44.    End
  45.    Begin VB.Label Label9 
  46.       Caption         =   "ListAPI - Desaware API Viewer and Add-In"
  47.       BeginProperty Font 
  48.          Name            =   "Arial"
  49.          Size            =   9.75
  50.          Charset         =   0
  51.          Weight          =   700
  52.          Underline       =   0   'False
  53.          Italic          =   0   'False
  54.          Strikethrough   =   0   'False
  55.       EndProperty
  56.       Height          =   255
  57.       Left            =   300
  58.       TabIndex        =   8
  59.       Top             =   660
  60.       Width           =   5055
  61.    End
  62.    Begin VB.Label Label8 
  63.       Caption         =   "Desaware"
  64.       BeginProperty Font 
  65.          Name            =   "Arial"
  66.          Size            =   20.25
  67.          Charset         =   0
  68.          Weight          =   700
  69.          Underline       =   0   'False
  70.          Italic          =   -1  'True
  71.          Strikethrough   =   0   'False
  72.       EndProperty
  73.       Height          =   435
  74.       Left            =   300
  75.       TabIndex        =   7
  76.       Top             =   120
  77.       Width           =   2355
  78.    End
  79.    Begin VB.Label Label1 
  80.       Alignment       =   1  'Right Justify
  81.       Caption         =   "API Toolkit"
  82.       BeginProperty Font 
  83.          Name            =   "Arial"
  84.          Size            =   14.25
  85.          Charset         =   0
  86.          Weight          =   700
  87.          Underline       =   0   'False
  88.          Italic          =   0   'False
  89.          Strikethrough   =   0   'False
  90.       EndProperty
  91.       ForeColor       =   &H00FF0000&
  92.       Height          =   315
  93.       Left            =   2880
  94.       TabIndex        =   6
  95.       Top             =   240
  96.       Width           =   2715
  97.    End
  98.    Begin VB.Label Label3 
  99.       Caption         =   "Copyright 
  100.  1996-1997 by Desaware Inc.  All Rights Reserved"
  101.       Height          =   255
  102.       Left            =   300
  103.       TabIndex        =   5
  104.       Top             =   960
  105.       Width           =   4935
  106.    End
  107.    Begin VB.Label Label4 
  108.       Caption         =   $"frmAbout.frx":0000
  109.       Height          =   855
  110.       Left            =   300
  111.       TabIndex        =   4
  112.       Top             =   1260
  113.       Width           =   4995
  114.    End
  115.    Begin VB.Label Label5 
  116.       Caption         =   "Desaware Inc."
  117.       BeginProperty Font 
  118.          Name            =   "Arial"
  119.          Size            =   9.75
  120.          Charset         =   0
  121.          Weight          =   700
  122.          Underline       =   0   'False
  123.          Italic          =   0   'False
  124.          Strikethrough   =   0   'False
  125.       EndProperty
  126.       Height          =   195
  127.       Left            =   300
  128.       TabIndex        =   3
  129.       Top             =   2160
  130.       Width           =   1605
  131.    End
  132.    Begin VB.Label Label6 
  133.       Caption         =   "1100 E. Hamilton Ave.  Suite 4, Campbell, CA 95008"
  134.       Height          =   195
  135.       Left            =   300
  136.       TabIndex        =   2
  137.       Top             =   2400
  138.       Width           =   4275
  139.    End
  140.    Begin VB.Label Label7 
  141.       Caption         =   "(408) 377-4770, fax: (408) 371-3530. support@desaware.com"
  142.       Height          =   195
  143.       Left            =   300
  144.       TabIndex        =   1
  145.       Top             =   2640
  146.       Width           =   5445
  147.    End
  148.    Begin VB.Line Line1 
  149.       BorderWidth     =   4
  150.       X1              =   300
  151.       X2              =   5580
  152.       Y1              =   600
  153.       Y2              =   600
  154.    End
  155. Attribute VB_Name = "frmAbout"
  156. Attribute VB_GlobalNameSpace = False
  157. Attribute VB_Creatable = False
  158. Attribute VB_PredeclaredId = True
  159. Attribute VB_Exposed = False
  160. ' Copyright 
  161.  1996 by Desaware Inc.
  162. ' Part of the Desaware API Toolkit
  163. ' All Rights Reserved
  164. Option Explicit
  165. Public Sub Command1_Click()
  166.     Unload Me
  167. End Sub
  168. Private Sub Form_Load()
  169.     Me.Top = (Screen.Height - Me.Height) / 2
  170.     Me.Left = (Screen.Width - Me.Width) / 2
  171. End Sub
  172.