-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmMain.Designer.vb
346 lines (341 loc) · 16.4 KB
/
frmMain.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.OpenToolStripButton = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
Me.SaveToolStripButton = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.OpenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.OpenExclusionCatalogToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.toolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.SaveToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.toolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AboutToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.txtStatus = New System.Windows.Forms.TextBox()
Me.btnGo = New System.Windows.Forms.Button()
Me.dlgFolderSelect = New System.Windows.Forms.FolderBrowserDialog()
Me.dlgFileSave = New System.Windows.Forms.SaveFileDialog()
Me.btnClearLog = New System.Windows.Forms.Button()
Me.txtSystem = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.dlgCatalogSelect = New System.Windows.Forms.OpenFileDialog()
Me.btnCancel = New System.Windows.Forms.Button()
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
Me.NessusID = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.Title = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Port = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.IPAddress = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.btnJustify = New System.Windows.Forms.Button()
Me.ToolStrip1.SuspendLayout()
Me.MenuStrip1.SuspendLayout()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'ToolStrip1
'
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenToolStripButton, Me.ToolStripButton2, Me.SaveToolStripButton, Me.ToolStripSeparator1})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(1032, 25)
Me.ToolStrip1.TabIndex = 0
Me.ToolStrip1.Text = "ToolStrip1"
'
'OpenToolStripButton
'
Me.OpenToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.OpenToolStripButton.Image = CType(resources.GetObject("OpenToolStripButton.Image"), System.Drawing.Image)
Me.OpenToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
Me.OpenToolStripButton.Name = "OpenToolStripButton"
Me.OpenToolStripButton.Size = New System.Drawing.Size(23, 22)
Me.OpenToolStripButton.Text = "&Open"
Me.OpenToolStripButton.ToolTipText = "Open Location of Nessus Files"
'
'ToolStripButton2
'
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image)
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton2.Name = "ToolStripButton2"
Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22)
Me.ToolStripButton2.Text = "&Open"
Me.ToolStripButton2.ToolTipText = "Open RAFON Library"
'
'SaveToolStripButton
'
Me.SaveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.SaveToolStripButton.Image = CType(resources.GetObject("SaveToolStripButton.Image"), System.Drawing.Image)
Me.SaveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
Me.SaveToolStripButton.Name = "SaveToolStripButton"
Me.SaveToolStripButton.Size = New System.Drawing.Size(23, 22)
Me.SaveToolStripButton.Text = "&Save"
Me.SaveToolStripButton.ToolTipText = "Save Excel File"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
'
'MenuStrip1
'
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.AboutToolStripMenuItem1})
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(1032, 24)
Me.MenuStrip1.TabIndex = 1
Me.MenuStrip1.Text = "MenuStrip1"
'
'FileToolStripMenuItem
'
Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenToolStripMenuItem, Me.OpenExclusionCatalogToolStripMenuItem, Me.toolStripSeparator2, Me.SaveToolStripMenuItem, Me.toolStripSeparator3, Me.ExitToolStripMenuItem})
Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
Me.FileToolStripMenuItem.Size = New System.Drawing.Size(35, 20)
Me.FileToolStripMenuItem.Text = "&File"
'
'OpenToolStripMenuItem
'
Me.OpenToolStripMenuItem.Image = CType(resources.GetObject("OpenToolStripMenuItem.Image"), System.Drawing.Image)
Me.OpenToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta
Me.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem"
Me.OpenToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys)
Me.OpenToolStripMenuItem.ShowShortcutKeys = False
Me.OpenToolStripMenuItem.Size = New System.Drawing.Size(187, 22)
Me.OpenToolStripMenuItem.Text = "&Open Source Directory"
'
'OpenExclusionCatalogToolStripMenuItem
'
Me.OpenExclusionCatalogToolStripMenuItem.Name = "OpenExclusionCatalogToolStripMenuItem"
Me.OpenExclusionCatalogToolStripMenuItem.Size = New System.Drawing.Size(187, 22)
Me.OpenExclusionCatalogToolStripMenuItem.Text = "Open Exclusion Catalog"
'
'toolStripSeparator2
'
Me.toolStripSeparator2.Name = "toolStripSeparator2"
Me.toolStripSeparator2.Size = New System.Drawing.Size(184, 6)
'
'SaveToolStripMenuItem
'
Me.SaveToolStripMenuItem.Image = CType(resources.GetObject("SaveToolStripMenuItem.Image"), System.Drawing.Image)
Me.SaveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta
Me.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem"
Me.SaveToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys)
Me.SaveToolStripMenuItem.Size = New System.Drawing.Size(187, 22)
Me.SaveToolStripMenuItem.Text = "&Save Log File"
'
'toolStripSeparator3
'
Me.toolStripSeparator3.Name = "toolStripSeparator3"
Me.toolStripSeparator3.Size = New System.Drawing.Size(184, 6)
'
'ExitToolStripMenuItem
'
Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"
Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(187, 22)
Me.ExitToolStripMenuItem.Text = "E&xit"
'
'AboutToolStripMenuItem1
'
Me.AboutToolStripMenuItem1.Name = "AboutToolStripMenuItem1"
Me.AboutToolStripMenuItem1.Size = New System.Drawing.Size(48, 20)
Me.AboutToolStripMenuItem1.Text = "About"
'
'txtStatus
'
Me.txtStatus.AcceptsReturn = True
Me.txtStatus.Location = New System.Drawing.Point(12, 314)
Me.txtStatus.MaxLength = 2000000
Me.txtStatus.Multiline = True
Me.txtStatus.Name = "txtStatus"
Me.txtStatus.ReadOnly = True
Me.txtStatus.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.txtStatus.Size = New System.Drawing.Size(1008, 99)
Me.txtStatus.TabIndex = 2
Me.txtStatus.WordWrap = False
'
'btnGo
'
Me.btnGo.Location = New System.Drawing.Point(289, 52)
Me.btnGo.Name = "btnGo"
Me.btnGo.Size = New System.Drawing.Size(144, 23)
Me.btnGo.TabIndex = 3
Me.btnGo.Text = "Perform Conversion"
Me.btnGo.UseVisualStyleBackColor = True
'
'dlgFileSave
'
Me.dlgFileSave.DefaultExt = "xlsx"
'
'btnClearLog
'
Me.btnClearLog.Location = New System.Drawing.Point(520, 52)
Me.btnClearLog.Name = "btnClearLog"
Me.btnClearLog.Size = New System.Drawing.Size(75, 23)
Me.btnClearLog.TabIndex = 4
Me.btnClearLog.Text = "Clear Log"
Me.btnClearLog.UseVisualStyleBackColor = True
'
'txtSystem
'
Me.txtSystem.Location = New System.Drawing.Point(136, 54)
Me.txtSystem.MaxLength = 11
Me.txtSystem.Name = "txtSystem"
Me.txtSystem.Size = New System.Drawing.Size(147, 20)
Me.txtSystem.TabIndex = 5
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 57)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(118, 13)
Me.Label1.TabIndex = 6
Me.Label1.Text = "Environment or System:"
'
'dlgCatalogSelect
'
Me.dlgCatalogSelect.AddExtension = False
Me.dlgCatalogSelect.DefaultExt = "rafon"
Me.dlgCatalogSelect.Title = "Select a RAFON File"
'
'btnCancel
'
Me.btnCancel.Location = New System.Drawing.Point(439, 52)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(75, 23)
Me.btnCancel.TabIndex = 7
Me.btnCancel.Text = "Cancel"
Me.btnCancel.UseVisualStyleBackColor = True
'
'DataGridView1
'
Me.DataGridView1.AllowUserToAddRows = False
Me.DataGridView1.AllowUserToDeleteRows = False
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.NessusID, Me.Title, Me.Description, Me.Port, Me.IPAddress})
Me.DataGridView1.Location = New System.Drawing.Point(12, 80)
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.Size = New System.Drawing.Size(1008, 199)
Me.DataGridView1.TabIndex = 8
'
'NessusID
'
Me.NessusID.HeaderText = "Nessus ID"
Me.NessusID.Name = "NessusID"
Me.NessusID.ReadOnly = True
Me.NessusID.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.NessusID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
'
'Title
'
Me.Title.HeaderText = "Title"
Me.Title.Name = "Title"
Me.Title.ReadOnly = True
'
'Description
'
Me.Description.HeaderText = "Description"
Me.Description.Name = "Description"
Me.Description.ReadOnly = True
'
'Port
'
Me.Port.HeaderText = "Port"
Me.Port.Name = "Port"
Me.Port.ReadOnly = True
'
'IPAddress
'
Me.IPAddress.HeaderText = "Affected Host"
Me.IPAddress.Name = "IPAddress"
Me.IPAddress.ReadOnly = True
'
'btnJustify
'
Me.btnJustify.Enabled = False
Me.btnJustify.Location = New System.Drawing.Point(12, 285)
Me.btnJustify.Name = "btnJustify"
Me.btnJustify.Size = New System.Drawing.Size(271, 23)
Me.btnJustify.TabIndex = 9
Me.btnJustify.Text = "Create Justification Text"
Me.btnJustify.UseVisualStyleBackColor = True
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1032, 425)
Me.Controls.Add(Me.btnJustify)
Me.Controls.Add(Me.DataGridView1)
Me.Controls.Add(Me.btnCancel)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txtSystem)
Me.Controls.Add(Me.btnClearLog)
Me.Controls.Add(Me.btnGo)
Me.Controls.Add(Me.txtStatus)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.MenuStrip1)
Me.MainMenuStrip = Me.MenuStrip1
Me.Name = "frmMain"
Me.Text = "Nessus Conversion"
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
Friend WithEvents OpenToolStripButton As System.Windows.Forms.ToolStripButton
Friend WithEvents SaveToolStripButton As System.Windows.Forms.ToolStripButton
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents OpenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents toolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents SaveToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents toolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents txtStatus As System.Windows.Forms.TextBox
Friend WithEvents btnGo As System.Windows.Forms.Button
Friend WithEvents dlgFolderSelect As System.Windows.Forms.FolderBrowserDialog
Friend WithEvents dlgFileSave As System.Windows.Forms.SaveFileDialog
Friend WithEvents btnClearLog As System.Windows.Forms.Button
Friend WithEvents AboutToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents txtSystem As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
Friend WithEvents dlgCatalogSelect As System.Windows.Forms.OpenFileDialog
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
Friend WithEvents OpenExclusionCatalogToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents NessusID As System.Windows.Forms.DataGridViewCheckBoxColumn
Friend WithEvents Title As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Port As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents IPAddress As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents btnJustify As System.Windows.Forms.Button
End Class