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 / frmabtk.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-02-17  |  4.4 KB  |  144 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    ClientHeight    =   2955
  5.    ClientLeft      =   1560
  6.    ClientTop       =   2115
  7.    ClientWidth     =   5715
  8.    ControlBox      =   0   'False
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    PaletteMode     =   1  'UseZOrder
  13.    ScaleHeight     =   2955
  14.    ScaleWidth      =   5715
  15.    ShowInTaskbar   =   0   'False
  16.    Begin VB.CommandButton Command1 
  17.       Caption         =   "Close"
  18.       Default         =   -1  'True
  19.       Height          =   435
  20.       Left            =   4680
  21.       TabIndex        =   7
  22.       Top             =   2340
  23.       Width           =   795
  24.    End
  25.    Begin VB.Label Label8 
  26.       Caption         =   "ApiCvt - Declaration File Conversion Program"
  27.       BeginProperty Font 
  28.          Name            =   "Arial"
  29.          Size            =   9.75
  30.          Charset         =   0
  31.          Weight          =   700
  32.          Underline       =   0   'False
  33.          Italic          =   0   'False
  34.          Strikethrough   =   0   'False
  35.       EndProperty
  36.       Height          =   255
  37.       Left            =   180
  38.       TabIndex        =   8
  39.       Top             =   660
  40.       Width           =   5055
  41.    End
  42.    Begin VB.Line Line1 
  43.       BorderWidth     =   4
  44.       X1              =   180
  45.       X2              =   5460
  46.       Y1              =   600
  47.       Y2              =   600
  48.    End
  49.    Begin VB.Label Label7 
  50.       Caption         =   "(408) 377-4770, fax: (408) 371-3530. CIS: 74431,3534"
  51.       Height          =   195
  52.       Left            =   180
  53.       TabIndex        =   6
  54.       Top             =   2640
  55.       Width           =   4275
  56.    End
  57.    Begin VB.Label Label6 
  58.       Caption         =   "1100 E. Hamilton Ave.  Suite 4, Campbell, CA 95008"
  59.       Height          =   195
  60.       Left            =   180
  61.       TabIndex        =   5
  62.       Top             =   2400
  63.       Width           =   4275
  64.    End
  65.    Begin VB.Label Label5 
  66.       Caption         =   "Desaware Inc."
  67.       BeginProperty Font 
  68.          Name            =   "Arial"
  69.          Size            =   9.75
  70.          Charset         =   0
  71.          Weight          =   700
  72.          Underline       =   0   'False
  73.          Italic          =   0   'False
  74.          Strikethrough   =   0   'False
  75.       EndProperty
  76.       Height          =   195
  77.       Left            =   180
  78.       TabIndex        =   4
  79.       Top             =   2160
  80.       Width           =   4215
  81.    End
  82.    Begin VB.Label Label4 
  83.       Caption         =   $"frmAbtk.frx":0000
  84.       Height          =   855
  85.       Left            =   180
  86.       TabIndex        =   3
  87.       Top             =   1260
  88.       Width           =   4995
  89.    End
  90.    Begin VB.Label Label3 
  91.       Caption         =   "Copyright 
  92.  1996 by Desaware Inc.  All Rights Reserved"
  93.       Height          =   255
  94.       Left            =   180
  95.       TabIndex        =   2
  96.       Top             =   960
  97.       Width           =   4935
  98.    End
  99.    Begin VB.Label Label2 
  100.       Alignment       =   1  'Right Justify
  101.       Caption         =   "API Toolkit"
  102.       BeginProperty Font 
  103.          Name            =   "Arial"
  104.          Size            =   14.25
  105.          Charset         =   0
  106.          Weight          =   700
  107.          Underline       =   0   'False
  108.          Italic          =   0   'False
  109.          Strikethrough   =   0   'False
  110.       EndProperty
  111.       ForeColor       =   &H00FF0000&
  112.       Height          =   315
  113.       Left            =   2760
  114.       TabIndex        =   1
  115.       Top             =   240
  116.       Width           =   2715
  117.    End
  118.    Begin VB.Label Label1 
  119.       Caption         =   "Desaware"
  120.       BeginProperty Font 
  121.          Name            =   "Arial"
  122.          Size            =   20.25
  123.          Charset         =   0
  124.          Weight          =   700
  125.          Underline       =   0   'False
  126.          Italic          =   -1  'True
  127.          Strikethrough   =   0   'False
  128.       EndProperty
  129.       Height          =   435
  130.       Left            =   180
  131.       TabIndex        =   0
  132.       Top             =   120
  133.       Width           =   2355
  134.    End
  135. Attribute VB_Name = "frmAbout"
  136. Attribute VB_GlobalNameSpace = False
  137. Attribute VB_Creatable = False
  138. Attribute VB_PredeclaredId = True
  139. Attribute VB_Exposed = False
  140. Option Explicit
  141. Private Sub Command1_Click()
  142.     Unload Me
  143. End Sub
  144.