feat(valleywide): recover VWP Orders VB6 source from D: backup drive
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>
This commit is contained in:
@@ -0,0 +1,254 @@
|
||||
VERSION 5.00
|
||||
Begin VB.Form frmTexture1
|
||||
Caption = "Texture Information"
|
||||
ClientHeight = 5010
|
||||
ClientLeft = 60
|
||||
ClientTop = 345
|
||||
ClientWidth = 8460
|
||||
LinkTopic = "Form1"
|
||||
ScaleHeight = 5010
|
||||
ScaleWidth = 8460
|
||||
StartUpPosition = 3 'Windows Default
|
||||
Begin VB.CommandButton cmdTExit
|
||||
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 = 795
|
||||
Left = 6540
|
||||
TabIndex = 24
|
||||
Top = 3240
|
||||
Width = 1635
|
||||
End
|
||||
Begin VB.CommandButton cmdTSave
|
||||
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 = 795
|
||||
Left = 6540
|
||||
TabIndex = 23
|
||||
Top = 2280
|
||||
Width = 1635
|
||||
End
|
||||
Begin VB.CommandButton cmdTAdd
|
||||
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 = 795
|
||||
Left = 6540
|
||||
TabIndex = 22
|
||||
Top = 1320
|
||||
Width = 1635
|
||||
End
|
||||
Begin VB.TextBox txtTS30
|
||||
Height = 315
|
||||
Left = 5340
|
||||
TabIndex = 21
|
||||
Top = 4440
|
||||
Width = 855
|
||||
End
|
||||
Begin VB.TextBox txtTS20
|
||||
Height = 315
|
||||
Left = 5340
|
||||
TabIndex = 20
|
||||
Top = 4020
|
||||
Width = 855
|
||||
End
|
||||
Begin VB.TextBox txtTS16
|
||||
Height = 315
|
||||
Left = 5340
|
||||
TabIndex = 19
|
||||
Top = 3600
|
||||
Width = 855
|
||||
End
|
||||
Begin VB.TextBox txtTERS
|
||||
Height = 315
|
||||
Left = 5340
|
||||
TabIndex = 18
|
||||
Top = 3180
|
||||
Width = 855
|
||||
End
|
||||
Begin VB.TextBox txtTTRS
|
||||
Height = 315
|
||||
Left = 5340
|
||||
TabIndex = 17
|
||||
Top = 2760
|
||||
Width = 855
|
||||
End
|
||||
Begin VB.TextBox txtTBRS
|
||||
Height = 315
|
||||
Left = 5340
|
||||
TabIndex = 16
|
||||
Top = 2340
|
||||
Width = 855
|
||||
End
|
||||
Begin VB.TextBox txtTLime
|
||||
Height = 315
|
||||
Left = 5340
|
||||
TabIndex = 15
|
||||
Top = 1920
|
||||
Width = 855
|
||||
End
|
||||
Begin VB.TextBox txtTCmnt
|
||||
Height = 315
|
||||
Left = 5340
|
||||
TabIndex = 14
|
||||
Top = 1500
|
||||
Width = 855
|
||||
End
|
||||
Begin VB.TextBox txtTYPB
|
||||
Height = 315
|
||||
Left = 5340
|
||||
TabIndex = 13
|
||||
Top = 1080
|
||||
Width = 855
|
||||
End
|
||||
Begin VB.TextBox txtTDesc
|
||||
Height = 315
|
||||
Left = 5340
|
||||
TabIndex = 12
|
||||
Top = 660
|
||||
Width = 2655
|
||||
End
|
||||
Begin VB.TextBox txtTID
|
||||
Height = 315
|
||||
Left = 5340
|
||||
TabIndex = 11
|
||||
Top = 240
|
||||
Width = 615
|
||||
End
|
||||
Begin VB.ListBox lslTexture
|
||||
Height = 4350
|
||||
Left = 180
|
||||
TabIndex = 0
|
||||
Top = 360
|
||||
Width = 2535
|
||||
End
|
||||
Begin VB.Label lblTS30
|
||||
Alignment = 1 'Right Justify
|
||||
AutoSize = -1 'True
|
||||
Caption = "Bags Silica 30 per Batch:"
|
||||
Height = 195
|
||||
Left = 3480
|
||||
TabIndex = 10
|
||||
Top = 4440
|
||||
Width = 1785
|
||||
End
|
||||
Begin VB.Label lblTS20
|
||||
Alignment = 1 'Right Justify
|
||||
AutoSize = -1 'True
|
||||
Caption = "Bags Silica 20 per Batch:"
|
||||
Height = 195
|
||||
Left = 3480
|
||||
TabIndex = 9
|
||||
Top = 4080
|
||||
Width = 1785
|
||||
End
|
||||
Begin VB.Label lblTS16
|
||||
Alignment = 1 'Right Justify
|
||||
AutoSize = -1 'True
|
||||
Caption = "Bags Silica 16 per Batch:"
|
||||
Height = 195
|
||||
Left = 3480
|
||||
TabIndex = 8
|
||||
Top = 3660
|
||||
Width = 1785
|
||||
End
|
||||
Begin VB.Label lblTERS
|
||||
Alignment = 1 'Right Justify
|
||||
AutoSize = -1 'True
|
||||
Caption = "Extra River Sand Pounds:"
|
||||
Height = 195
|
||||
Left = 3480
|
||||
TabIndex = 7
|
||||
Top = 3240
|
||||
Width = 1830
|
||||
End
|
||||
Begin VB.Label lblTTRS
|
||||
Alignment = 1 'Right Justify
|
||||
AutoSize = -1 'True
|
||||
Caption = "Texture River Sand Pounds:"
|
||||
Height = 195
|
||||
Left = 3240
|
||||
TabIndex = 6
|
||||
Top = 2820
|
||||
Width = 2010
|
||||
End
|
||||
Begin VB.Label lblTBRS
|
||||
Alignment = 1 'Right Justify
|
||||
AutoSize = -1 'True
|
||||
Caption = "Brown River Sand Pounds:"
|
||||
Height = 195
|
||||
Left = 3360
|
||||
TabIndex = 5
|
||||
Top = 2400
|
||||
Width = 1920
|
||||
End
|
||||
Begin VB.Label lblTLimeLabel4
|
||||
Alignment = 1 'Right Justify
|
||||
AutoSize = -1 'True
|
||||
Caption = "Bags Lime Per Batch:"
|
||||
Height = 195
|
||||
Left = 3720
|
||||
TabIndex = 4
|
||||
Top = 1920
|
||||
Width = 1530
|
||||
End
|
||||
Begin VB.Label lblTCmnt
|
||||
Alignment = 1 'Right Justify
|
||||
AutoSize = -1 'True
|
||||
Caption = "Bags Cement Per Batch:"
|
||||
Height = 195
|
||||
Left = 3540
|
||||
TabIndex = 3
|
||||
Top = 1500
|
||||
Width = 1740
|
||||
End
|
||||
Begin VB.Label lblID
|
||||
Alignment = 1 'Right Justify
|
||||
AutoSize = -1 'True
|
||||
Caption = "ID/Texture:"
|
||||
Height = 195
|
||||
Left = 4440
|
||||
TabIndex = 2
|
||||
Top = 300
|
||||
Width = 825
|
||||
End
|
||||
Begin VB.Label lblYdsBatch
|
||||
Alignment = 1 'Right Justify
|
||||
AutoSize = -1 'True
|
||||
Caption = "Yards Per Batch"
|
||||
Height = 195
|
||||
Left = 4080
|
||||
TabIndex = 1
|
||||
Top = 1080
|
||||
Width = 1155
|
||||
End
|
||||
End
|
||||
Attribute VB_Name = "frmTexture1"
|
||||
Attribute VB_GlobalNameSpace = False
|
||||
Attribute VB_Creatable = False
|
||||
Attribute VB_PredeclaredId = True
|
||||
Attribute VB_Exposed = False
|
||||
Option Explicit
|
||||
|
||||
Reference in New Issue
Block a user