| VB RezQ - Source Recovery for Visual Basic | ![]() |
||||||||||||||||||||||||||||||||||||||||||||
| Home | Overview | Download | Buy Now | Support | |||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
| Original Source File | Diff | As Recovered by VB RezQ |
VERSION 5.00
Begin VB.Form frmAux
Caption = "Auxiliary Form"
ClientHeight = 1485
ClientLeft = 1650
ClientTop = 1530
ClientWidth = 4845
LinkTopic = "Form1"
ScaleHeight = 1485
ScaleWidth = 4845
StartUpPosition = 3 'Windows Default
Begin VB.TextBox txtAux
Height = 735
Left = 120
MultiLine = -1 'True
TabIndex = 0
Top = 240
Width = 4455
End
End
Attribute VB_Name = "frmAux"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_TemplateDerived = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
|
<1 |
VERSION 5.00
Begin VB.Form frmAux
Caption = "Auxiliary Form"
ClientHeight = 1485
ClientLeft = 1650
ClientTop = 1530
ClientWidth = 4845
LinkTopic = "Form1"
ScaleHeight = 1485
ScaleWidth = 4845
StartUpPosition = 3
Begin VB.TextBox txtAux
Height = 735
Left = 120
MultiLine = -1
TabIndex = 0
Top = 240
Width = 4455
End
End
Attribute VB_Name = "frmAux"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' This form rebuilt by VBRezQ v2.0n. 12-Mar-2001 / 22:07:01
Option Explicit
|