home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / vbasic / Data / Utils / iface13m.exe / %MAINDIR% / Navigate.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2002-04-18  |  1.9 KB  |  60 lines

  1. VERSION 5.00
  2. Object = "{FBC672E3-F04D-11D2-AFA5-E82C878FD532}#5.8#0"; "AS-IFCE1.OCX"
  3. Begin VB.Form frmNavigation 
  4.    BorderStyle     =   4  'Fixed ToolWindow
  5.    Caption         =   "ButtonStrip Navigation"
  6.    ClientHeight    =   3615
  7.    ClientLeft      =   2445
  8.    ClientTop       =   1545
  9.    ClientWidth     =   6990
  10.    LinkTopic       =   "Form2"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   241
  14.    ScaleMode       =   3  'Pixel
  15.    ScaleWidth      =   466
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   2  'CenterScreen
  18.    Begin VB.CommandButton cmdClose 
  19.       Cancel          =   -1  'True
  20.       Caption         =   "&Close"
  21.       Default         =   -1  'True
  22.       Height          =   375
  23.       Left            =   5670
  24.       TabIndex        =   1
  25.       Top             =   3105
  26.       Width           =   1230
  27.    End
  28.    Begin AIFCmp1.asxFontLabel flblHdr 
  29.       Height          =   2925
  30.       Index           =   1
  31.       Left            =   135
  32.       TabIndex        =   0
  33.       Top             =   135
  34.       Width           =   6720
  35.       _ExtentX        =   11853
  36.       _ExtentY        =   5159
  37.       Caption         =   $"Navigate.frx":0000
  38.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  39.          Name            =   "Tahoma"
  40.          Size            =   8.25
  41.          Charset         =   0
  42.          Weight          =   400
  43.          Underline       =   0   'False
  44.          Italic          =   0   'False
  45.          Strikethrough   =   0   'False
  46.       EndProperty
  47.       AutoSize        =   -1  'True
  48.       WordWrap        =   -1  'True
  49.    End
  50. Attribute VB_Name = "frmNavigation"
  51. Attribute VB_GlobalNameSpace = False
  52. Attribute VB_Creatable = False
  53. Attribute VB_PredeclaredId = True
  54. Attribute VB_Exposed = False
  55. Option Explicit
  56. DefInt A-Z
  57. Private Sub cmdClose_Click()
  58.  Unload Me
  59. End Sub
  60.