-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdebug.frm
More file actions
35 lines (35 loc) · 1.04 KB
/
debug.frm
File metadata and controls
35 lines (35 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmDebug
BorderStyle = 1 'Fixed Single
Caption = "Form1"
ClientHeight = 5055
ClientLeft = 45
ClientTop = 330
ClientWidth = 5295
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5055
ScaleWidth = 5295
StartUpPosition = 3 'Windows Default
Begin MSFlexGridLib.MSFlexGrid grid
Height = 5055
Left = 0
TabIndex = 0
Top = 0
Width = 5295
_ExtentX = 9340
_ExtentY = 8916
_Version = 393216
Rows = 1
Cols = 4
ScrollTrack = -1 'True
AllowUserResizing= 3
End
End
Attribute VB_Name = "frmDebug"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False