-
Notifications
You must be signed in to change notification settings - Fork 0
/
CheatParse.Designer.vb
151 lines (146 loc) · 6.53 KB
/
CheatParse.Designer.vb
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class CheatParse
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(CheatParse))
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Refresh_Button = New System.Windows.Forms.Button()
Me.Save_Button = New System.Windows.Forms.Button()
Me.Open_Button = New System.Windows.Forms.Button()
Me.Close_Button = New System.Windows.Forms.Button()
Me.ReportRichTextBox = New System.Windows.Forms.RichTextBox()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.Panel2.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'Panel2
'
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.Panel2.Controls.Add(Me.Panel1)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel2.Location = New System.Drawing.Point(0, 291)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(464, 50)
Me.Panel2.TabIndex = 2
'
'Panel1
'
Me.Panel1.Controls.Add(Me.Refresh_Button)
Me.Panel1.Controls.Add(Me.Save_Button)
Me.Panel1.Controls.Add(Me.Open_Button)
Me.Panel1.Controls.Add(Me.Close_Button)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Right
Me.Panel1.Location = New System.Drawing.Point(3, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(457, 46)
Me.Panel1.TabIndex = 2
'
'Refresh_Button
'
Me.Refresh_Button.Location = New System.Drawing.Point(239, 13)
Me.Refresh_Button.Name = "Refresh_Button"
Me.Refresh_Button.Size = New System.Drawing.Size(100, 23)
Me.Refresh_Button.TabIndex = 17
Me.Refresh_Button.Text = "Parse Refresh"
Me.ToolTip1.SetToolTip(Me.Refresh_Button, "This will refresh the parse information. Handy if yoiu previously had an error an" &
"d fixed it via cheat edit!")
Me.Refresh_Button.UseVisualStyleBackColor = True
'
'Save_Button
'
Me.Save_Button.Location = New System.Drawing.Point(123, 13)
Me.Save_Button.Name = "Save_Button"
Me.Save_Button.Size = New System.Drawing.Size(110, 23)
Me.Save_Button.TabIndex = 16
Me.Save_Button.Text = "Save File"
Me.ToolTip1.SetToolTip(Me.Save_Button, "This allows you to save the parse information to a text file if you so wish.")
Me.Save_Button.UseVisualStyleBackColor = True
'
'Open_Button
'
Me.Open_Button.Location = New System.Drawing.Point(7, 13)
Me.Open_Button.Name = "Open_Button"
Me.Open_Button.Size = New System.Drawing.Size(110, 23)
Me.Open_Button.TabIndex = 15
Me.Open_Button.Text = "Edit 7800GD.CHT "
Me.ToolTip1.SetToolTip(Me.Open_Button, "This will allow you to load and edit your 7800GD.cht file.. Handy if you previous" &
"ly had an error and need to fixed it!")
Me.Open_Button.UseVisualStyleBackColor = True
'
'Close_Button
'
Me.Close_Button.Location = New System.Drawing.Point(347, 13)
Me.Close_Button.Name = "Close_Button"
Me.Close_Button.Size = New System.Drawing.Size(100, 23)
Me.Close_Button.TabIndex = 14
Me.Close_Button.Text = "Close"
Me.Close_Button.UseVisualStyleBackColor = True
'
'ReportRichTextBox
'
Me.ReportRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill
Me.ReportRichTextBox.Font = New System.Drawing.Font("Lucida Console", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ReportRichTextBox.Location = New System.Drawing.Point(0, 0)
Me.ReportRichTextBox.Name = "ReportRichTextBox"
Me.ReportRichTextBox.Size = New System.Drawing.Size(464, 291)
Me.ReportRichTextBox.TabIndex = 3
Me.ReportRichTextBox.Text = ""
Me.ReportRichTextBox.WordWrap = False
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'ToolTip1
'
Me.ToolTip1.ToolTipTitle = "This will refresh the parse information. Handy if yoiu previously had an error an" &
"d fixed it via Cheat edit!"
'
'CheatParse
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(464, 341)
Me.Controls.Add(Me.ReportRichTextBox)
Me.Controls.Add(Me.Panel2)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MinimumSize = New System.Drawing.Size(480, 380)
Me.Name = "CheatParse"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "7800GD.CHT Parse"
Me.ToolTip1.SetToolTip(Me, ". Clear and use this field for the next cheat if you have one.")
Me.Panel2.ResumeLayout(False)
Me.Panel1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents Panel2 As Panel
Friend WithEvents Panel1 As Panel
Friend WithEvents Open_Button As Button
Friend WithEvents Close_Button As Button
Friend WithEvents ReportRichTextBox As RichTextBox
Friend WithEvents Refresh_Button As Button
Friend WithEvents Save_Button As Button
Friend WithEvents OpenFileDialog1 As OpenFileDialog
Friend WithEvents ToolTip1 As ToolTip
End Class