home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{FBC672E3-F04D-11D2-AFA5-E82C878FD532}#5.8#0"; "AS-IFCE1.OCX"
- Begin VB.Form frmNavigation
- BorderStyle = 4 'Fixed ToolWindow
- Caption = "ButtonStrip Navigation"
- ClientHeight = 3615
- ClientLeft = 2445
- ClientTop = 1545
- ClientWidth = 6990
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 241
- ScaleMode = 3 'Pixel
- ScaleWidth = 466
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin VB.CommandButton cmdClose
- Cancel = -1 'True
- Caption = "&Close"
- Default = -1 'True
- Height = 375
- Left = 5670
- TabIndex = 1
- Top = 3105
- Width = 1230
- End
- Begin AIFCmp1.asxFontLabel flblHdr
- Height = 2925
- Index = 1
- Left = 135
- TabIndex = 0
- Top = 135
- Width = 6720
- _ExtentX = 11853
- _ExtentY = 5159
- Caption = $"Navigate.frx":0000
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- AutoSize = -1 'True
- WordWrap = -1 'True
- End
- Attribute VB_Name = "frmNavigation"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- DefInt A-Z
- Private Sub cmdClose_Click()
- Unload Me
- End Sub
-