1 |
cvsrabit |
1.1 |
VERSION 5.00 |
2 |
|
|
Begin VB.Form Form_Debug |
3 |
|
|
BorderStyle = 5 'Sizable ToolWindow |
4 |
|
|
Caption = "Debug" |
5 |
|
|
ClientHeight = 4545 |
6 |
|
|
ClientLeft = 60 |
7 |
|
|
ClientTop = 300 |
8 |
|
|
ClientWidth = 4545 |
9 |
|
|
ClipControls = 0 'False |
10 |
|
|
BeginProperty Font |
11 |
|
|
Name = "Arial" |
12 |
|
|
Size = 6.75 |
13 |
|
|
Charset = 0 |
14 |
|
|
Weight = 700 |
15 |
|
|
Underline = 0 'False |
16 |
|
|
Italic = 0 'False |
17 |
|
|
Strikethrough = 0 'False |
18 |
|
|
EndProperty |
19 |
|
|
LinkTopic = "Form1" |
20 |
|
|
MaxButton = 0 'False |
21 |
|
|
MinButton = 0 'False |
22 |
|
|
ScaleHeight = 303 |
23 |
|
|
ScaleMode = 3 'Pixel |
24 |
|
|
ScaleWidth = 303 |
25 |
|
|
ShowInTaskbar = 0 'False |
26 |
|
|
StartUpPosition = 3 'Windows Default |
27 |
|
|
Begin VB.PictureBox Picture_Debug |
28 |
|
|
Appearance = 0 'Flat |
29 |
|
|
AutoSize = -1 'True |
30 |
|
|
BackColor = &H80000005& |
31 |
|
|
ClipControls = 0 'False |
32 |
|
|
ForeColor = &H80000008& |
33 |
|
|
Height = 4545 |
34 |
|
|
Left = 0 |
35 |
|
|
ScaleHeight = 301 |
36 |
|
|
ScaleMode = 3 'Pixel |
37 |
|
|
ScaleWidth = 301 |
38 |
|
|
TabIndex = 0 |
39 |
|
|
Top = 0 |
40 |
|
|
Width = 4545 |
41 |
|
|
End |
42 |
|
|
End |
43 |
|
|
Attribute VB_Name = "Form_Debug" |
44 |
|
|
Attribute VB_GlobalNameSpace = False |
45 |
|
|
Attribute VB_Creatable = False |
46 |
|
|
Attribute VB_PredeclaredId = True |
47 |
|
|
Attribute VB_Exposed = False |