sync: auto-sync from GURU-5070 at 2026-06-14 05:33:01
Author: Mike Swanson Machine: GURU-5070 Timestamp: 2026-06-14 05:33:01
This commit is contained in:
@@ -0,0 +1,231 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user