Form1.Designer.vb 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  3. Inherits System.Windows.Forms.Form
  4. 'Form overrides dispose to clean up the component list.
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Required by the Windows Form Designer
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTE: The following procedure is required by the Windows Form Designer
  18. 'It can be modified using the Windows Form Designer.
  19. 'Do not modify it using the code editor.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Me.Button1 = New System.Windows.Forms.Button()
  24. Me.TextBox1 = New System.Windows.Forms.TextBox()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.Label2 = New System.Windows.Forms.Label()
  27. Me.TextBox2 = New System.Windows.Forms.TextBox()
  28. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  29. Me.Button2 = New System.Windows.Forms.Button()
  30. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  31. Me.Label3 = New System.Windows.Forms.Label()
  32. Me.Label4 = New System.Windows.Forms.Label()
  33. Me.TextBox3 = New System.Windows.Forms.TextBox()
  34. Me.Button5 = New System.Windows.Forms.Button()
  35. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  36. Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
  37. Me.Label5 = New System.Windows.Forms.Label()
  38. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  39. Me.TestId = New System.Windows.Forms.DataGridViewTextBoxColumn()
  40. Me.IOOperation = New System.Windows.Forms.DataGridViewTextBoxColumn()
  41. Me.Threads = New System.Windows.Forms.DataGridViewTextBoxColumn()
  42. Me.Outstandingrequest = New System.Windows.Forms.DataGridViewTextBoxColumn()
  43. Me.IOFileAccessType = New System.Windows.Forms.DataGridViewTextBoxColumn()
  44. Me.IOssec = New System.Windows.Forms.DataGridViewTextBoxColumn()
  45. Me.MBssec = New System.Windows.Forms.DataGridViewTextBoxColumn()
  46. Me.Min_Latency = New System.Windows.Forms.DataGridViewTextBoxColumn()
  47. Me.Avg_Latency = New System.Windows.Forms.DataGridViewTextBoxColumn()
  48. Me.Max_Latency = New System.Windows.Forms.DataGridViewTextBoxColumn()
  49. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  50. Me.TextBox4 = New System.Windows.Forms.TextBox()
  51. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  52. Me.Label6 = New System.Windows.Forms.Label()
  53. Me.Label7 = New System.Windows.Forms.Label()
  54. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  55. Me.Button3 = New System.Windows.Forms.Button()
  56. Me.Button4 = New System.Windows.Forms.Button()
  57. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  58. Me.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker()
  59. Me.ProgressBar2 = New System.Windows.Forms.ProgressBar()
  60. Me.Label8 = New System.Windows.Forms.Label()
  61. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  62. Me.Button6 = New System.Windows.Forms.Button()
  63. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  64. Me.GroupBox1.SuspendLayout()
  65. Me.GroupBox2.SuspendLayout()
  66. Me.SuspendLayout()
  67. '
  68. 'Button1
  69. '
  70. Me.Button1.Location = New System.Drawing.Point(496, 8)
  71. Me.Button1.Name = "Button1"
  72. Me.Button1.Size = New System.Drawing.Size(30, 23)
  73. Me.Button1.TabIndex = 0
  74. Me.Button1.Text = "..."
  75. Me.Button1.UseVisualStyleBackColor = True
  76. '
  77. 'TextBox1
  78. '
  79. Me.TextBox1.Location = New System.Drawing.Point(113, 10)
  80. Me.TextBox1.Name = "TextBox1"
  81. Me.TextBox1.Size = New System.Drawing.Size(377, 20)
  82. Me.TextBox1.TabIndex = 1
  83. '
  84. 'Label1
  85. '
  86. Me.Label1.AutoSize = True
  87. Me.Label1.Location = New System.Drawing.Point(12, 13)
  88. Me.Label1.Name = "Label1"
  89. Me.Label1.Size = New System.Drawing.Size(93, 13)
  90. Me.Label1.TabIndex = 2
  91. Me.Label1.Text = "SQLIO Output File"
  92. '
  93. 'Label2
  94. '
  95. Me.Label2.AutoSize = True
  96. Me.Label2.Location = New System.Drawing.Point(12, 51)
  97. Me.Label2.Name = "Label2"
  98. Me.Label2.Size = New System.Drawing.Size(63, 13)
  99. Me.Label2.TabIndex = 3
  100. Me.Label2.Text = "Target Path"
  101. '
  102. 'TextBox2
  103. '
  104. Me.TextBox2.Location = New System.Drawing.Point(113, 51)
  105. Me.TextBox2.Name = "TextBox2"
  106. Me.TextBox2.Size = New System.Drawing.Size(377, 20)
  107. Me.TextBox2.TabIndex = 4
  108. '
  109. 'OpenFileDialog1
  110. '
  111. Me.OpenFileDialog1.FileName = "New_Log.log"
  112. '
  113. 'Button2
  114. '
  115. Me.Button2.Location = New System.Drawing.Point(496, 46)
  116. Me.Button2.Name = "Button2"
  117. Me.Button2.Size = New System.Drawing.Size(30, 23)
  118. Me.Button2.TabIndex = 5
  119. Me.Button2.Text = "..."
  120. Me.Button2.UseVisualStyleBackColor = True
  121. '
  122. 'Label3
  123. '
  124. Me.Label3.AutoSize = True
  125. Me.Label3.Location = New System.Drawing.Point(23, 117)
  126. Me.Label3.Name = "Label3"
  127. Me.Label3.Size = New System.Drawing.Size(0, 13)
  128. Me.Label3.TabIndex = 8
  129. '
  130. 'Label4
  131. '
  132. Me.Label4.AutoSize = True
  133. Me.Label4.Location = New System.Drawing.Point(12, 89)
  134. Me.Label4.Name = "Label4"
  135. Me.Label4.Size = New System.Drawing.Size(83, 13)
  136. Me.Label4.TabIndex = 9
  137. Me.Label4.Text = "Target Filename"
  138. '
  139. 'TextBox3
  140. '
  141. Me.TextBox3.Location = New System.Drawing.Point(113, 89)
  142. Me.TextBox3.Name = "TextBox3"
  143. Me.TextBox3.Size = New System.Drawing.Size(377, 20)
  144. Me.TextBox3.TabIndex = 10
  145. '
  146. 'Button5
  147. '
  148. Me.Button5.Location = New System.Drawing.Point(187, 37)
  149. Me.Button5.Name = "Button5"
  150. Me.Button5.Size = New System.Drawing.Size(85, 23)
  151. Me.Button5.TabIndex = 11
  152. Me.Button5.Text = "Start Test"
  153. Me.Button5.UseVisualStyleBackColor = True
  154. '
  155. 'ProgressBar1
  156. '
  157. Me.ProgressBar1.Enabled = False
  158. Me.ProgressBar1.Location = New System.Drawing.Point(12, 137)
  159. Me.ProgressBar1.Name = "ProgressBar1"
  160. Me.ProgressBar1.Size = New System.Drawing.Size(511, 23)
  161. Me.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous
  162. Me.ProgressBar1.TabIndex = 12
  163. '
  164. 'Label5
  165. '
  166. Me.Label5.ForeColor = System.Drawing.SystemColors.Control
  167. Me.Label5.Location = New System.Drawing.Point(18, 206)
  168. Me.Label5.Name = "Label5"
  169. Me.Label5.Size = New System.Drawing.Size(512, 13)
  170. Me.Label5.TabIndex = 13
  171. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  172. '
  173. 'DataGridView1
  174. '
  175. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  176. Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.TestId, Me.IOOperation, Me.Threads, Me.Outstandingrequest, Me.IOFileAccessType, Me.IOssec, Me.MBssec, Me.Min_Latency, Me.Avg_Latency, Me.Max_Latency})
  177. Me.DataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically
  178. Me.DataGridView1.Location = New System.Drawing.Point(12, 241)
  179. Me.DataGridView1.Name = "DataGridView1"
  180. Me.DataGridView1.Size = New System.Drawing.Size(511, 150)
  181. Me.DataGridView1.TabIndex = 14
  182. '
  183. 'TestId
  184. '
  185. Me.TestId.HeaderText = "Test ID"
  186. Me.TestId.Name = "TestId"
  187. '
  188. 'IOOperation
  189. '
  190. Me.IOOperation.HeaderText = "IO Operation"
  191. Me.IOOperation.Name = "IOOperation"
  192. '
  193. 'Threads
  194. '
  195. Me.Threads.HeaderText = "Threads"
  196. Me.Threads.Name = "Threads"
  197. '
  198. 'Outstandingrequest
  199. '
  200. Me.Outstandingrequest.HeaderText = "Outstanding request"
  201. Me.Outstandingrequest.Name = "Outstandingrequest"
  202. '
  203. 'IOFileAccessType
  204. '
  205. Me.IOFileAccessType.HeaderText = "IO File Access Type"
  206. Me.IOFileAccessType.Name = "IOFileAccessType"
  207. '
  208. 'IOssec
  209. '
  210. Me.IOssec.HeaderText = "IOs/sec"
  211. Me.IOssec.Name = "IOssec"
  212. '
  213. 'MBssec
  214. '
  215. Me.MBssec.HeaderText = "MBs/sec"
  216. Me.MBssec.Name = "MBssec"
  217. '
  218. 'Min_Latency
  219. '
  220. Me.Min_Latency.HeaderText = "Min_Latency"
  221. Me.Min_Latency.Name = "Min_Latency"
  222. '
  223. 'Avg_Latency
  224. '
  225. Me.Avg_Latency.HeaderText = "Avg_Latency"
  226. Me.Avg_Latency.Name = "Avg_Latency"
  227. '
  228. 'Max_Latency
  229. '
  230. Me.Max_Latency.HeaderText = "Max_Latency"
  231. Me.Max_Latency.Name = "Max_Latency"
  232. '
  233. 'ComboBox1
  234. '
  235. Me.ComboBox1.FormattingEnabled = True
  236. Me.ComboBox1.Location = New System.Drawing.Point(12, 39)
  237. Me.ComboBox1.Name = "ComboBox1"
  238. Me.ComboBox1.Size = New System.Drawing.Size(37, 21)
  239. Me.ComboBox1.TabIndex = 15
  240. '
  241. 'TextBox4
  242. '
  243. Me.TextBox4.Location = New System.Drawing.Point(72, 39)
  244. Me.TextBox4.Name = "TextBox4"
  245. Me.TextBox4.Size = New System.Drawing.Size(100, 20)
  246. Me.TextBox4.TabIndex = 16
  247. Me.TextBox4.Text = "45934"
  248. '
  249. 'CheckBox2
  250. '
  251. Me.CheckBox2.AutoSize = True
  252. Me.CheckBox2.Checked = True
  253. Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
  254. Me.CheckBox2.Location = New System.Drawing.Point(75, 63)
  255. Me.CheckBox2.Name = "CheckBox2"
  256. Me.CheckBox2.Size = New System.Drawing.Size(71, 17)
  257. Me.CheckBox2.TabIndex = 18
  258. Me.CheckBox2.Text = "Write csv"
  259. Me.CheckBox2.UseVisualStyleBackColor = True
  260. '
  261. 'Label6
  262. '
  263. Me.Label6.AutoSize = True
  264. Me.Label6.Location = New System.Drawing.Point(9, 21)
  265. Me.Label6.Name = "Label6"
  266. Me.Label6.Size = New System.Drawing.Size(32, 13)
  267. Me.Label6.TabIndex = 19
  268. Me.Label6.Text = "Drive"
  269. '
  270. 'Label7
  271. '
  272. Me.Label7.AutoSize = True
  273. Me.Label7.Location = New System.Drawing.Point(71, 21)
  274. Me.Label7.Name = "Label7"
  275. Me.Label7.Size = New System.Drawing.Size(62, 13)
  276. Me.Label7.TabIndex = 20
  277. Me.Label7.Text = "Testfile size"
  278. '
  279. 'GroupBox1
  280. '
  281. Me.GroupBox1.Controls.Add(Me.Label7)
  282. Me.GroupBox1.Controls.Add(Me.CheckBox2)
  283. Me.GroupBox1.Controls.Add(Me.Label6)
  284. Me.GroupBox1.Controls.Add(Me.TextBox4)
  285. Me.GroupBox1.Controls.Add(Me.ComboBox1)
  286. Me.GroupBox1.Controls.Add(Me.Button5)
  287. Me.GroupBox1.Location = New System.Drawing.Point(3, 424)
  288. Me.GroupBox1.Name = "GroupBox1"
  289. Me.GroupBox1.Size = New System.Drawing.Size(278, 84)
  290. Me.GroupBox1.TabIndex = 21
  291. Me.GroupBox1.TabStop = False
  292. Me.GroupBox1.Text = "Test settings"
  293. '
  294. 'Button3
  295. '
  296. Me.Button3.Location = New System.Drawing.Point(77, 59)
  297. Me.Button3.Name = "Button3"
  298. Me.Button3.Size = New System.Drawing.Size(90, 23)
  299. Me.Button3.TabIndex = 6
  300. Me.Button3.Text = "Load SQLIO File"
  301. Me.Button3.UseVisualStyleBackColor = True
  302. Me.Button3.Visible = False
  303. '
  304. 'Button4
  305. '
  306. Me.Button4.Location = New System.Drawing.Point(57, 36)
  307. Me.Button4.Name = "Button4"
  308. Me.Button4.Size = New System.Drawing.Size(147, 23)
  309. Me.Button4.TabIndex = 7
  310. Me.Button4.Text = "Write Converted File"
  311. Me.Button4.UseVisualStyleBackColor = True
  312. '
  313. 'GroupBox2
  314. '
  315. Me.GroupBox2.Controls.Add(Me.Button3)
  316. Me.GroupBox2.Controls.Add(Me.Button4)
  317. Me.GroupBox2.Location = New System.Drawing.Point(286, 424)
  318. Me.GroupBox2.Name = "GroupBox2"
  319. Me.GroupBox2.Size = New System.Drawing.Size(243, 83)
  320. Me.GroupBox2.TabIndex = 22
  321. Me.GroupBox2.TabStop = False
  322. Me.GroupBox2.Text = "Converter"
  323. '
  324. 'ProgressBar2
  325. '
  326. Me.ProgressBar2.Location = New System.Drawing.Point(12, 167)
  327. Me.ProgressBar2.Name = "ProgressBar2"
  328. Me.ProgressBar2.Size = New System.Drawing.Size(511, 23)
  329. Me.ProgressBar2.TabIndex = 23
  330. '
  331. 'Label8
  332. '
  333. Me.Label8.AutoSize = True
  334. Me.Label8.Location = New System.Drawing.Point(12, 197)
  335. Me.Label8.Name = "Label8"
  336. Me.Label8.Size = New System.Drawing.Size(39, 13)
  337. Me.Label8.TabIndex = 24
  338. Me.Label8.Text = "Label8"
  339. '
  340. 'Button6
  341. '
  342. Me.Button6.Location = New System.Drawing.Point(406, 395)
  343. Me.Button6.Name = "Button6"
  344. Me.Button6.Size = New System.Drawing.Size(75, 23)
  345. Me.Button6.TabIndex = 25
  346. Me.Button6.Text = "Button6"
  347. Me.Button6.UseVisualStyleBackColor = True
  348. Me.Button6.Visible = False
  349. '
  350. 'Form1
  351. '
  352. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  353. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  354. Me.ClientSize = New System.Drawing.Size(541, 520)
  355. Me.Controls.Add(Me.Button6)
  356. Me.Controls.Add(Me.Label8)
  357. Me.Controls.Add(Me.ProgressBar2)
  358. Me.Controls.Add(Me.GroupBox2)
  359. Me.Controls.Add(Me.GroupBox1)
  360. Me.Controls.Add(Me.DataGridView1)
  361. Me.Controls.Add(Me.Label5)
  362. Me.Controls.Add(Me.ProgressBar1)
  363. Me.Controls.Add(Me.TextBox3)
  364. Me.Controls.Add(Me.Label4)
  365. Me.Controls.Add(Me.Label3)
  366. Me.Controls.Add(Me.Button2)
  367. Me.Controls.Add(Me.TextBox2)
  368. Me.Controls.Add(Me.Label2)
  369. Me.Controls.Add(Me.Label1)
  370. Me.Controls.Add(Me.TextBox1)
  371. Me.Controls.Add(Me.Button1)
  372. Me.Name = "Form1"
  373. Me.Text = "FTS SQLIO Analysis Converter (Build 20130411)"
  374. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  375. Me.GroupBox1.ResumeLayout(False)
  376. Me.GroupBox1.PerformLayout()
  377. Me.GroupBox2.ResumeLayout(False)
  378. Me.ResumeLayout(False)
  379. Me.PerformLayout()
  380. End Sub
  381. Friend WithEvents Button1 As System.Windows.Forms.Button
  382. Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  383. Friend WithEvents Label1 As System.Windows.Forms.Label
  384. Friend WithEvents Label2 As System.Windows.Forms.Label
  385. Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  386. Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
  387. Friend WithEvents Button2 As System.Windows.Forms.Button
  388. Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog
  389. Friend WithEvents Label3 As System.Windows.Forms.Label
  390. Friend WithEvents Label4 As System.Windows.Forms.Label
  391. Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
  392. Friend WithEvents Button5 As System.Windows.Forms.Button
  393. Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
  394. Friend WithEvents Label5 As System.Windows.Forms.Label
  395. Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
  396. Friend WithEvents TestId As System.Windows.Forms.DataGridViewTextBoxColumn
  397. Friend WithEvents IOOperation As System.Windows.Forms.DataGridViewTextBoxColumn
  398. Friend WithEvents Threads As System.Windows.Forms.DataGridViewTextBoxColumn
  399. Friend WithEvents Outstandingrequest As System.Windows.Forms.DataGridViewTextBoxColumn
  400. Friend WithEvents IOFileAccessType As System.Windows.Forms.DataGridViewTextBoxColumn
  401. Friend WithEvents IOssec As System.Windows.Forms.DataGridViewTextBoxColumn
  402. Friend WithEvents MBssec As System.Windows.Forms.DataGridViewTextBoxColumn
  403. Friend WithEvents Min_Latency As System.Windows.Forms.DataGridViewTextBoxColumn
  404. Friend WithEvents Avg_Latency As System.Windows.Forms.DataGridViewTextBoxColumn
  405. Friend WithEvents Max_Latency As System.Windows.Forms.DataGridViewTextBoxColumn
  406. Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
  407. Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
  408. Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
  409. Friend WithEvents Label6 As System.Windows.Forms.Label
  410. Friend WithEvents Label7 As System.Windows.Forms.Label
  411. Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  412. Friend WithEvents Button3 As System.Windows.Forms.Button
  413. Friend WithEvents Button4 As System.Windows.Forms.Button
  414. Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  415. Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker
  416. Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
  417. Friend WithEvents ProgressBar2 As System.Windows.Forms.ProgressBar
  418. Friend WithEvents Label8 As System.Windows.Forms.Label
  419. Friend WithEvents Timer1 As System.Windows.Forms.Timer
  420. Friend WithEvents Button6 As System.Windows.Forms.Button
  421. End Class