Recovered Darv's VB6 source for the Valley Wide Plastering Orders application from the D: backup drive (label "Backup", 8 TB, 5.3 TB used). This is the first time we've had the actual source — prior session only had a single frmPayroll.frm from the AD server. Three project variants identified across two snapshots: - Full-Project/ (2,129 files, 124 MB) — D:\Office-Estimates\Darv\Full\Project\ - Kingston-Project/ (2,189 files, 130 MB) — D:\Office-Estimates\Darv\Kingston\Project\ - Source/ (170 files, 559 MB) — D:\Office-Estimates\Darv\Source\ wholesale - SOURCE-HOLD/ (3 files, 1 MB) — D:\Office-Estimates\Darv\SOURCE HOLD\ Latest ORDERS_C.vbp date is 2020-06-09 (Kingston snapshot). Production Orders_10A.exe was live as of April 2024 — open question whether newer source exists on other backup drives Mike will scan next. Also includes per-category and per-keyword analysis CSVs from a WizTree file-list export, plus the analyzer script that produced them (re-runnable for the next drive's CSV). VMs (VWIN7-DW.vdi 8.3 GB + XP-for-ORDERS_copy.vdi 2.8 GB), the live VWP.mdb, and the 393 MB raw WizTree CSV stay on disk only — gitignored. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
232 lines
6.8 KiB
Plaintext
232 lines
6.8 KiB
Plaintext
VERSION 5.00
|
|
Begin VB.Form frmContractor1
|
|
Caption = "Contractor Information"
|
|
ClientHeight = 5460
|
|
ClientLeft = 60
|
|
ClientTop = 345
|
|
ClientWidth = 9045
|
|
LinkTopic = "Form1"
|
|
ScaleHeight = 5460
|
|
ScaleWidth = 9045
|
|
StartUpPosition = 3 'Windows Default
|
|
Begin VB.CommandButton cmdCExit
|
|
Caption = "Exit"
|
|
BeginProperty Font
|
|
Name = "MS Sans Serif"
|
|
Size = 12
|
|
Charset = 0
|
|
Weight = 700
|
|
Underline = 0 'False
|
|
Italic = 0 'False
|
|
Strikethrough = 0 'False
|
|
EndProperty
|
|
Height = 735
|
|
Left = 7320
|
|
TabIndex = 21
|
|
Top = 4320
|
|
Width = 1275
|
|
End
|
|
Begin VB.CommandButton cmdCSave
|
|
Caption = "Save"
|
|
BeginProperty Font
|
|
Name = "MS Sans Serif"
|
|
Size = 12
|
|
Charset = 0
|
|
Weight = 700
|
|
Underline = 0 'False
|
|
Italic = 0 'False
|
|
Strikethrough = 0 'False
|
|
EndProperty
|
|
Height = 735
|
|
Left = 5700
|
|
TabIndex = 20
|
|
Top = 4320
|
|
Width = 1275
|
|
End
|
|
Begin VB.CommandButton cmdCAdd
|
|
Caption = "Add"
|
|
BeginProperty Font
|
|
Name = "MS Sans Serif"
|
|
Size = 12
|
|
Charset = 0
|
|
Weight = 700
|
|
Underline = 0 'False
|
|
Italic = 0 'False
|
|
Strikethrough = 0 'False
|
|
EndProperty
|
|
Height = 735
|
|
Left = 4140
|
|
TabIndex = 19
|
|
Top = 4320
|
|
Width = 1275
|
|
End
|
|
Begin VB.TextBox Text9
|
|
Height = 315
|
|
Left = 4800
|
|
TabIndex = 18
|
|
Top = 3720
|
|
Width = 1635
|
|
End
|
|
Begin VB.TextBox Text8
|
|
Height = 315
|
|
Left = 4800
|
|
TabIndex = 17
|
|
Top = 3300
|
|
Width = 1635
|
|
End
|
|
Begin VB.TextBox Text7
|
|
Height = 315
|
|
Left = 4800
|
|
TabIndex = 16
|
|
Top = 2880
|
|
Width = 735
|
|
End
|
|
Begin VB.TextBox Text6
|
|
Height = 315
|
|
Left = 4800
|
|
TabIndex = 15
|
|
Top = 2460
|
|
Width = 3675
|
|
End
|
|
Begin VB.TextBox txtCAdd2
|
|
Height = 315
|
|
Left = 4800
|
|
TabIndex = 14
|
|
Top = 2040
|
|
Width = 3675
|
|
End
|
|
Begin VB.TextBox txtCAdd1
|
|
Height = 315
|
|
Left = 4800
|
|
TabIndex = 13
|
|
Top = 1620
|
|
Width = 3675
|
|
End
|
|
Begin VB.TextBox txtCContact
|
|
Height = 315
|
|
Left = 4800
|
|
TabIndex = 12
|
|
Top = 1200
|
|
Width = 3675
|
|
End
|
|
Begin VB.TextBox txtCName
|
|
Height = 315
|
|
Left = 4800
|
|
TabIndex = 11
|
|
Top = 780
|
|
Width = 3675
|
|
End
|
|
Begin VB.TextBox txtCID
|
|
Height = 315
|
|
Left = 4800
|
|
TabIndex = 10
|
|
Top = 360
|
|
Width = 795
|
|
End
|
|
Begin VB.ListBox lstContractor
|
|
Height = 4740
|
|
Left = 240
|
|
TabIndex = 0
|
|
Top = 300
|
|
Width = 3315
|
|
End
|
|
Begin VB.Label lblCFAX
|
|
Alignment = 1 'Right Justify
|
|
AutoSize = -1 'True
|
|
Caption = "FAX Number:"
|
|
Height = 195
|
|
Left = 3780
|
|
TabIndex = 9
|
|
Top = 3780
|
|
Width = 945
|
|
End
|
|
Begin VB.Label lblCOPhone
|
|
Alignment = 1 'Right Justify
|
|
AutoSize = -1 'True
|
|
Caption = "Office Phone:"
|
|
Height = 195
|
|
Left = 3780
|
|
TabIndex = 8
|
|
Top = 3360
|
|
Width = 975
|
|
End
|
|
Begin VB.Label lblCState
|
|
Alignment = 1 'Right Justify
|
|
AutoSize = -1 'True
|
|
Caption = "State:"
|
|
Height = 195
|
|
Left = 4320
|
|
TabIndex = 7
|
|
Top = 2940
|
|
Width = 420
|
|
End
|
|
Begin VB.Label lblCCity
|
|
Alignment = 1 'Right Justify
|
|
AutoSize = -1 'True
|
|
Caption = "City:"
|
|
Height = 195
|
|
Left = 4380
|
|
TabIndex = 6
|
|
Top = 2460
|
|
Width = 300
|
|
End
|
|
Begin VB.Label lblCAdd2
|
|
Alignment = 1 'Right Justify
|
|
AutoSize = -1 'True
|
|
Caption = "Address 2:"
|
|
Height = 195
|
|
Left = 3960
|
|
TabIndex = 5
|
|
Top = 2100
|
|
Width = 750
|
|
End
|
|
Begin VB.Label lblCAdd1
|
|
Alignment = 1 'Right Justify
|
|
AutoSize = -1 'True
|
|
Caption = "Address 1:"
|
|
Height = 195
|
|
Left = 3960
|
|
TabIndex = 4
|
|
Top = 1680
|
|
Width = 750
|
|
End
|
|
Begin VB.Label lblCContact
|
|
Alignment = 1 'Right Justify
|
|
AutoSize = -1 'True
|
|
Caption = "Contact:"
|
|
Height = 195
|
|
Left = 4140
|
|
TabIndex = 3
|
|
Top = 1260
|
|
Width = 600
|
|
End
|
|
Begin VB.Label lblCName
|
|
Alignment = 1 'Right Justify
|
|
AutoSize = -1 'True
|
|
Caption = "Name:"
|
|
Height = 195
|
|
Left = 4260
|
|
TabIndex = 2
|
|
Top = 780
|
|
Width = 465
|
|
End
|
|
Begin VB.Label lblCID
|
|
Alignment = 1 'Right Justify
|
|
AutoSize = -1 'True
|
|
Caption = "ID:"
|
|
Height = 195
|
|
Left = 4500
|
|
TabIndex = 1
|
|
Top = 420
|
|
Width = 210
|
|
End
|
|
End
|
|
Attribute VB_Name = "frmContractor1"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
Option Explicit
|
|
|
|
|