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,42 @@
|
||||
VERSION 5.00
|
||||
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
|
||||
Begin VB.Form frmSupplier1
|
||||
Caption = "Supplier Information"
|
||||
ClientHeight = 4320
|
||||
ClientLeft = 60
|
||||
ClientTop = 345
|
||||
ClientWidth = 6210
|
||||
LinkTopic = "Form1"
|
||||
ScaleHeight = 4320
|
||||
ScaleWidth = 6210
|
||||
StartUpPosition = 3 'Windows Default
|
||||
Begin MSFlexGridLib.MSFlexGrid grdSupplier
|
||||
Height = 3855
|
||||
Left = 240
|
||||
TabIndex = 0
|
||||
Top = 180
|
||||
Width = 5715
|
||||
_ExtentX = 10081
|
||||
_ExtentY = 6800
|
||||
_Version = 393216
|
||||
Cols = 3
|
||||
FixedCols = 0
|
||||
FormatString = "Supplier ID|Description|Type"
|
||||
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
|
||||
Name = "MS Sans Serif"
|
||||
Size = 9.75
|
||||
Charset = 0
|
||||
Weight = 400
|
||||
Underline = 0 'False
|
||||
Italic = 0 'False
|
||||
Strikethrough = 0 'False
|
||||
EndProperty
|
||||
End
|
||||
End
|
||||
Attribute VB_Name = "frmSupplier1"
|
||||
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