home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Outlook_2K2097081112008.psc / fAbout.frm < prev    next >
Text File  |  2008-01-12  |  5KB  |  166 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "About Navigation Pane"
  5.    ClientHeight    =   2040
  6.    ClientLeft      =   2340
  7.    ClientTop       =   1935
  8.    ClientWidth     =   5730
  9.    ClipControls    =   0   'False
  10.    Icon            =   "fAbout.frx":0000
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   136
  15.    ScaleMode       =   3  'Pixel
  16.    ScaleWidth      =   382
  17.    ShowInTaskbar   =   0   'False
  18.    Begin VB.PictureBox picIcon 
  19.       AutoSize        =   -1  'True
  20.       BorderStyle     =   0  'None
  21.       ClipControls    =   0   'False
  22.       BeginProperty Font 
  23.          Name            =   "Segoe UI"
  24.          Size            =   8.25
  25.          Charset         =   0
  26.          Weight          =   400
  27.          Underline       =   0   'False
  28.          Italic          =   0   'False
  29.          Strikethrough   =   0   'False
  30.       EndProperty
  31.       Height          =   480
  32.       Left            =   360
  33.       Picture         =   "fAbout.frx":1CFA
  34.       ScaleHeight     =   337.12
  35.       ScaleMode       =   0  'User
  36.       ScaleWidth      =   337.12
  37.       TabIndex        =   1
  38.       Top             =   480
  39.       Width           =   480
  40.    End
  41.    Begin VB.CommandButton cmdOK 
  42.       Cancel          =   -1  'True
  43.       Caption         =   "OK"
  44.       Default         =   -1  'True
  45.       BeginProperty Font 
  46.          Name            =   "Segoe UI"
  47.          Size            =   8.25
  48.          Charset         =   0
  49.          Weight          =   400
  50.          Underline       =   0   'False
  51.          Italic          =   0   'False
  52.          Strikethrough   =   0   'False
  53.       EndProperty
  54.       Height          =   345
  55.       Left            =   4245
  56.       TabIndex        =   0
  57.       Top             =   1545
  58.       Width           =   1260
  59.    End
  60.    Begin VB.Label Label1 
  61.       AutoSize        =   -1  'True
  62.       BackStyle       =   0  'Transparent
  63.       Caption         =   "Fauzie's"
  64.       BeginProperty Font 
  65.          Name            =   "Segoe UI"
  66.          Size            =   8.25
  67.          Charset         =   0
  68.          Weight          =   400
  69.          Underline       =   0   'False
  70.          Italic          =   0   'False
  71.          Strikethrough   =   0   'False
  72.       EndProperty
  73.       ForeColor       =   &H00000000&
  74.       Height          =   195
  75.       Left            =   1080
  76.       TabIndex        =   5
  77.       Top             =   240
  78.       Width           =   615
  79.    End
  80.    Begin VB.Line Line1 
  81.       BorderColor     =   &H80000010&
  82.       BorderStyle     =   6  'Inside Solid
  83.       Index           =   1
  84.       X1              =   6
  85.       X2              =   376.933
  86.       Y1              =   91
  87.       Y2              =   91
  88.    End
  89.    Begin VB.Label lblCopyright 
  90.       AutoSize        =   -1  'True
  91.       BackStyle       =   0  'Transparent
  92.       Caption         =   "Copyright ⌐ 2007-2008, Fauzie's Software"
  93.       BeginProperty Font 
  94.          Name            =   "Segoe UI"
  95.          Size            =   8.25
  96.          Charset         =   0
  97.          Weight          =   400
  98.          Underline       =   0   'False
  99.          Italic          =   0   'False
  100.          Strikethrough   =   0   'False
  101.       EndProperty
  102.       ForeColor       =   &H00000000&
  103.       Height          =   195
  104.       Left            =   1170
  105.       TabIndex        =   2
  106.       Top             =   885
  107.       Width           =   3225
  108.    End
  109.    Begin VB.Label lblTitle 
  110.       AutoSize        =   -1  'True
  111.       BackStyle       =   0  'Transparent
  112.       Caption         =   "Navigation Pane"
  113.       BeginProperty Font 
  114.          Name            =   "Segoe UI"
  115.          Size            =   15.75
  116.          Charset         =   0
  117.          Weight          =   700
  118.          Underline       =   0   'False
  119.          Italic          =   0   'False
  120.          Strikethrough   =   0   'False
  121.       EndProperty
  122.       Height          =   450
  123.       Left            =   1170
  124.       TabIndex        =   3
  125.       Top             =   360
  126.       Width           =   2445
  127.    End
  128.    Begin VB.Line Line1 
  129.       BorderColor     =   &H80000014&
  130.       BorderWidth     =   2
  131.       Index           =   0
  132.       X1              =   7
  133.       X2              =   376.933
  134.       Y1              =   92
  135.       Y2              =   92
  136.    End
  137.    Begin VB.Label lblVersion 
  138.       AutoSize        =   -1  'True
  139.       Caption         =   "v2.00"
  140.       BeginProperty Font 
  141.          Name            =   "Segoe UI"
  142.          Size            =   8.25
  143.          Charset         =   0
  144.          Weight          =   400
  145.          Underline       =   0   'False
  146.          Italic          =   0   'False
  147.          Strikethrough   =   0   'False
  148.       EndProperty
  149.       Height          =   195
  150.       Left            =   3675
  151.       TabIndex        =   4
  152.       Top             =   555
  153.       Width           =   390
  154.    End
  155. End
  156. Attribute VB_Name = "frmAbout"
  157. Attribute VB_GlobalNameSpace = False
  158. Attribute VB_Creatable = False
  159. Attribute VB_PredeclaredId = True
  160. Attribute VB_Exposed = False
  161. Option Explicit
  162.  
  163. Private Sub cmdOK_Click()
  164.   Unload Me
  165. End Sub
  166.