GFTabString/Mfrm.frm

VERSION 5.00
Begin VB.Form Mfrm
   Caption         =   "Form1"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   StartUpPosition =   3 'Windows‑Standard
   Begin VB.CommandButton Command1
      Caption         =   "Command1"
      Height          =   375
      Left            =   3240
      TabIndex        =   0
      Top             =   2700
      Width           =   1335
   End
   Begin VB.Line GFTabStringLine
      BorderColor     =   &H00000000&
      Index           =   0
      Visible         =   0   'False
      X1              =   0
      X2              =   1335
      Y1              =   0
      Y2              =   0
   End
End
Attribute VB_Name = "Mfrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command1_Click()
    'on error resume next
    TabStringfrm1.Show
    TabStringfrm2.Show
End Sub


[END OF FILE]