| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Form1
- 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()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.Button5 = New System.Windows.Forms.Button()
- Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
- Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- Me.TestId = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.IOOperation = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Threads = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Outstandingrequest = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.IOFileAccessType = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.IOssec = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.MBssec = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Min_Latency = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Avg_Latency = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Max_Latency = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.ComboBox1 = New System.Windows.Forms.ComboBox()
- Me.TextBox4 = New System.Windows.Forms.TextBox()
- Me.CheckBox2 = New System.Windows.Forms.CheckBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.GroupBox1 = New System.Windows.Forms.GroupBox()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.GroupBox2 = New System.Windows.Forms.GroupBox()
- Me.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker()
- Me.ProgressBar2 = New System.Windows.Forms.ProgressBar()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
- Me.Button6 = New System.Windows.Forms.Button()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox1.SuspendLayout()
- Me.GroupBox2.SuspendLayout()
- Me.SuspendLayout()
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(496, 8)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(30, 23)
- Me.Button1.TabIndex = 0
- Me.Button1.Text = "..."
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'TextBox1
- '
- Me.TextBox1.Location = New System.Drawing.Point(113, 10)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(377, 20)
- Me.TextBox1.TabIndex = 1
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(12, 13)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(93, 13)
- Me.Label1.TabIndex = 2
- Me.Label1.Text = "SQLIO Output File"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(12, 51)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(63, 13)
- Me.Label2.TabIndex = 3
- Me.Label2.Text = "Target Path"
- '
- 'TextBox2
- '
- Me.TextBox2.Location = New System.Drawing.Point(113, 51)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(377, 20)
- Me.TextBox2.TabIndex = 4
- '
- 'OpenFileDialog1
- '
- Me.OpenFileDialog1.FileName = "New_Log.log"
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(496, 46)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(30, 23)
- Me.Button2.TabIndex = 5
- Me.Button2.Text = "..."
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(23, 117)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(0, 13)
- Me.Label3.TabIndex = 8
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Location = New System.Drawing.Point(12, 89)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(83, 13)
- Me.Label4.TabIndex = 9
- Me.Label4.Text = "Target Filename"
- '
- 'TextBox3
- '
- Me.TextBox3.Location = New System.Drawing.Point(113, 89)
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(377, 20)
- Me.TextBox3.TabIndex = 10
- '
- 'Button5
- '
- Me.Button5.Location = New System.Drawing.Point(187, 37)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(85, 23)
- Me.Button5.TabIndex = 11
- Me.Button5.Text = "Start Test"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'ProgressBar1
- '
- Me.ProgressBar1.Enabled = False
- Me.ProgressBar1.Location = New System.Drawing.Point(12, 137)
- Me.ProgressBar1.Name = "ProgressBar1"
- Me.ProgressBar1.Size = New System.Drawing.Size(511, 23)
- Me.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous
- Me.ProgressBar1.TabIndex = 12
- '
- 'Label5
- '
- Me.Label5.ForeColor = System.Drawing.SystemColors.Control
- Me.Label5.Location = New System.Drawing.Point(18, 206)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(512, 13)
- Me.Label5.TabIndex = 13
- Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'DataGridView1
- '
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- 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})
- Me.DataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically
- Me.DataGridView1.Location = New System.Drawing.Point(12, 241)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.Size = New System.Drawing.Size(511, 150)
- Me.DataGridView1.TabIndex = 14
- '
- 'TestId
- '
- Me.TestId.HeaderText = "Test ID"
- Me.TestId.Name = "TestId"
- '
- 'IOOperation
- '
- Me.IOOperation.HeaderText = "IO Operation"
- Me.IOOperation.Name = "IOOperation"
- '
- 'Threads
- '
- Me.Threads.HeaderText = "Threads"
- Me.Threads.Name = "Threads"
- '
- 'Outstandingrequest
- '
- Me.Outstandingrequest.HeaderText = "Outstanding request"
- Me.Outstandingrequest.Name = "Outstandingrequest"
- '
- 'IOFileAccessType
- '
- Me.IOFileAccessType.HeaderText = "IO File Access Type"
- Me.IOFileAccessType.Name = "IOFileAccessType"
- '
- 'IOssec
- '
- Me.IOssec.HeaderText = "IOs/sec"
- Me.IOssec.Name = "IOssec"
- '
- 'MBssec
- '
- Me.MBssec.HeaderText = "MBs/sec"
- Me.MBssec.Name = "MBssec"
- '
- 'Min_Latency
- '
- Me.Min_Latency.HeaderText = "Min_Latency"
- Me.Min_Latency.Name = "Min_Latency"
- '
- 'Avg_Latency
- '
- Me.Avg_Latency.HeaderText = "Avg_Latency"
- Me.Avg_Latency.Name = "Avg_Latency"
- '
- 'Max_Latency
- '
- Me.Max_Latency.HeaderText = "Max_Latency"
- Me.Max_Latency.Name = "Max_Latency"
- '
- 'ComboBox1
- '
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Location = New System.Drawing.Point(12, 39)
- Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(37, 21)
- Me.ComboBox1.TabIndex = 15
- '
- 'TextBox4
- '
- Me.TextBox4.Location = New System.Drawing.Point(72, 39)
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(100, 20)
- Me.TextBox4.TabIndex = 16
- Me.TextBox4.Text = "45934"
- '
- 'CheckBox2
- '
- Me.CheckBox2.AutoSize = True
- Me.CheckBox2.Checked = True
- Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CheckBox2.Location = New System.Drawing.Point(75, 63)
- Me.CheckBox2.Name = "CheckBox2"
- Me.CheckBox2.Size = New System.Drawing.Size(71, 17)
- Me.CheckBox2.TabIndex = 18
- Me.CheckBox2.Text = "Write csv"
- Me.CheckBox2.UseVisualStyleBackColor = True
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Location = New System.Drawing.Point(9, 21)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(32, 13)
- Me.Label6.TabIndex = 19
- Me.Label6.Text = "Drive"
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Location = New System.Drawing.Point(71, 21)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(62, 13)
- Me.Label7.TabIndex = 20
- Me.Label7.Text = "Testfile size"
- '
- 'GroupBox1
- '
- Me.GroupBox1.Controls.Add(Me.Label7)
- Me.GroupBox1.Controls.Add(Me.CheckBox2)
- Me.GroupBox1.Controls.Add(Me.Label6)
- Me.GroupBox1.Controls.Add(Me.TextBox4)
- Me.GroupBox1.Controls.Add(Me.ComboBox1)
- Me.GroupBox1.Controls.Add(Me.Button5)
- Me.GroupBox1.Location = New System.Drawing.Point(3, 424)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(278, 84)
- Me.GroupBox1.TabIndex = 21
- Me.GroupBox1.TabStop = False
- Me.GroupBox1.Text = "Test settings"
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(77, 59)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(90, 23)
- Me.Button3.TabIndex = 6
- Me.Button3.Text = "Load SQLIO File"
- Me.Button3.UseVisualStyleBackColor = True
- Me.Button3.Visible = False
- '
- 'Button4
- '
- Me.Button4.Location = New System.Drawing.Point(57, 36)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(147, 23)
- Me.Button4.TabIndex = 7
- Me.Button4.Text = "Write Converted File"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'GroupBox2
- '
- Me.GroupBox2.Controls.Add(Me.Button3)
- Me.GroupBox2.Controls.Add(Me.Button4)
- Me.GroupBox2.Location = New System.Drawing.Point(286, 424)
- Me.GroupBox2.Name = "GroupBox2"
- Me.GroupBox2.Size = New System.Drawing.Size(243, 83)
- Me.GroupBox2.TabIndex = 22
- Me.GroupBox2.TabStop = False
- Me.GroupBox2.Text = "Converter"
- '
- 'ProgressBar2
- '
- Me.ProgressBar2.Location = New System.Drawing.Point(12, 167)
- Me.ProgressBar2.Name = "ProgressBar2"
- Me.ProgressBar2.Size = New System.Drawing.Size(511, 23)
- Me.ProgressBar2.TabIndex = 23
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Location = New System.Drawing.Point(12, 197)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(39, 13)
- Me.Label8.TabIndex = 24
- Me.Label8.Text = "Label8"
- '
- 'Button6
- '
- Me.Button6.Location = New System.Drawing.Point(406, 395)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(75, 23)
- Me.Button6.TabIndex = 25
- Me.Button6.Text = "Button6"
- Me.Button6.UseVisualStyleBackColor = True
- Me.Button6.Visible = False
- '
- 'Form1
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(541, 520)
- Me.Controls.Add(Me.Button6)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.ProgressBar2)
- Me.Controls.Add(Me.GroupBox2)
- Me.Controls.Add(Me.GroupBox1)
- Me.Controls.Add(Me.DataGridView1)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.ProgressBar1)
- Me.Controls.Add(Me.TextBox3)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Button1)
- Me.Name = "Form1"
- Me.Text = "FTS SQLIO Analysis Converter (Build 20130411)"
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.GroupBox1.ResumeLayout(False)
- Me.GroupBox1.PerformLayout()
- Me.GroupBox2.ResumeLayout(False)
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents Button1 As System.Windows.Forms.Button
- Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
- Friend WithEvents Label1 As System.Windows.Forms.Label
- Friend WithEvents Label2 As System.Windows.Forms.Label
- Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
- Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
- Friend WithEvents Button2 As System.Windows.Forms.Button
- Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog
- Friend WithEvents Label3 As System.Windows.Forms.Label
- Friend WithEvents Label4 As System.Windows.Forms.Label
- Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
- Friend WithEvents Button5 As System.Windows.Forms.Button
- Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
- Friend WithEvents Label5 As System.Windows.Forms.Label
- Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
- Friend WithEvents TestId As System.Windows.Forms.DataGridViewTextBoxColumn
- Friend WithEvents IOOperation As System.Windows.Forms.DataGridViewTextBoxColumn
- Friend WithEvents Threads As System.Windows.Forms.DataGridViewTextBoxColumn
- Friend WithEvents Outstandingrequest As System.Windows.Forms.DataGridViewTextBoxColumn
- Friend WithEvents IOFileAccessType As System.Windows.Forms.DataGridViewTextBoxColumn
- Friend WithEvents IOssec As System.Windows.Forms.DataGridViewTextBoxColumn
- Friend WithEvents MBssec As System.Windows.Forms.DataGridViewTextBoxColumn
- Friend WithEvents Min_Latency As System.Windows.Forms.DataGridViewTextBoxColumn
- Friend WithEvents Avg_Latency As System.Windows.Forms.DataGridViewTextBoxColumn
- Friend WithEvents Max_Latency As System.Windows.Forms.DataGridViewTextBoxColumn
- Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
- Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
- Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
- Friend WithEvents Label6 As System.Windows.Forms.Label
- Friend WithEvents Label7 As System.Windows.Forms.Label
- Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
- Friend WithEvents Button3 As System.Windows.Forms.Button
- Friend WithEvents Button4 As System.Windows.Forms.Button
- Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
- Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker
- Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
- Friend WithEvents ProgressBar2 As System.Windows.Forms.ProgressBar
- Friend WithEvents Label8 As System.Windows.Forms.Label
- Friend WithEvents Timer1 As System.Windows.Forms.Timer
- Friend WithEvents Button6 As System.Windows.Forms.Button
- End Class
|