| | <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> |
| | Partial Class Window2 |
| |
|
| | |
| | <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 |
| |
|
| | |
| | Private components As System.ComponentModel.IContainer |
| |
|
| | |
| | |
| | |
| | <System.Diagnostics.DebuggerStepThrough()> |
| | Private Sub InitializeComponent() |
| | Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Window2)) |
| | Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() |
| | Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() |
| | Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() |
| | Me.Label1 = New System.Windows.Forms.Label() |
| | Me.itemSelector = New System.Windows.Forms.TreeView() |
| | Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel() |
| | Me.Panel3 = New System.Windows.Forms.Panel() |
| | Me.Panel2 = New System.Windows.Forms.Panel() |
| | Me.Button1 = New System.Windows.Forms.Button() |
| | Me.Label4 = New System.Windows.Forms.Label() |
| | Me.Viewer = New Microsoft.Web.WebView2.WinForms.WebView2() |
| | Me.TableLayoutPanel1.SuspendLayout() |
| | CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() |
| | Me.SplitContainer1.Panel1.SuspendLayout() |
| | Me.SplitContainer1.Panel2.SuspendLayout() |
| | Me.SplitContainer1.SuspendLayout() |
| | Me.TableLayoutPanel2.SuspendLayout() |
| | Me.TableLayoutPanel3.SuspendLayout() |
| | Me.Panel3.SuspendLayout() |
| | Me.Panel2.SuspendLayout() |
| | CType(Me.Viewer, System.ComponentModel.ISupportInitialize).BeginInit() |
| | Me.SuspendLayout() |
| | |
| | |
| | |
| | Me.TableLayoutPanel1.ColumnCount = 1 |
| | Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) |
| | Me.TableLayoutPanel1.Controls.Add(Me.SplitContainer1, 0, 0) |
| | Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill |
| | Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0) |
| | Me.TableLayoutPanel1.Name = "TableLayoutPanel1" |
| | Me.TableLayoutPanel1.RowCount = 1 |
| | Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) |
| | Me.TableLayoutPanel1.Size = New System.Drawing.Size(701, 452) |
| | Me.TableLayoutPanel1.TabIndex = 0 |
| | |
| | |
| | |
| | Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill |
| | Me.SplitContainer1.Location = New System.Drawing.Point(3, 3) |
| | Me.SplitContainer1.Name = "SplitContainer1" |
| | |
| | |
| | |
| | Me.SplitContainer1.Panel1.Controls.Add(Me.TableLayoutPanel2) |
| | |
| | |
| | |
| | Me.SplitContainer1.Panel2.Controls.Add(Me.TableLayoutPanel3) |
| | Me.SplitContainer1.Size = New System.Drawing.Size(695, 446) |
| | Me.SplitContainer1.SplitterDistance = 231 |
| | Me.SplitContainer1.TabIndex = 0 |
| | |
| | |
| | |
| | Me.TableLayoutPanel2.ColumnCount = 1 |
| | Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) |
| | Me.TableLayoutPanel2.Controls.Add(Me.Label1, 0, 0) |
| | Me.TableLayoutPanel2.Controls.Add(Me.itemSelector, 0, 1) |
| | Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill |
| | Me.TableLayoutPanel2.Location = New System.Drawing.Point(0, 0) |
| | Me.TableLayoutPanel2.Name = "TableLayoutPanel2" |
| | Me.TableLayoutPanel2.RowCount = 2 |
| | Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27.0!)) |
| | Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) |
| | Me.TableLayoutPanel2.Size = New System.Drawing.Size(231, 446) |
| | Me.TableLayoutPanel2.TabIndex = 0 |
| | |
| | |
| | |
| | Me.Label1.AutoSize = True |
| | Me.Label1.Dock = System.Windows.Forms.DockStyle.Left |
| | Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) |
| | Me.Label1.Location = New System.Drawing.Point(3, 0) |
| | Me.Label1.Name = "Label1" |
| | Me.Label1.Size = New System.Drawing.Size(51, 27) |
| | Me.Label1.TabIndex = 0 |
| | Me.Label1.Text = "Reports" |
| | Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft |
| | |
| | |
| | |
| | Me.itemSelector.Dock = System.Windows.Forms.DockStyle.Fill |
| | Me.itemSelector.FullRowSelect = True |
| | Me.itemSelector.HideSelection = False |
| | Me.itemSelector.Location = New System.Drawing.Point(3, 30) |
| | Me.itemSelector.Name = "itemSelector" |
| | Me.itemSelector.Size = New System.Drawing.Size(225, 413) |
| | Me.itemSelector.TabIndex = 1 |
| | |
| | |
| | |
| | Me.TableLayoutPanel3.ColumnCount = 1 |
| | Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) |
| | Me.TableLayoutPanel3.Controls.Add(Me.Panel3, 0, 1) |
| | Me.TableLayoutPanel3.Controls.Add(Me.Panel2, 0, 0) |
| | Me.TableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill |
| | Me.TableLayoutPanel3.Location = New System.Drawing.Point(0, 0) |
| | Me.TableLayoutPanel3.Name = "TableLayoutPanel3" |
| | Me.TableLayoutPanel3.RowCount = 2 |
| | Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27.0!)) |
| | Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) |
| | Me.TableLayoutPanel3.Size = New System.Drawing.Size(460, 446) |
| | Me.TableLayoutPanel3.TabIndex = 1 |
| | |
| | |
| | |
| | Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle |
| | Me.Panel3.Controls.Add(Me.Viewer) |
| | Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill |
| | Me.Panel3.Location = New System.Drawing.Point(3, 30) |
| | Me.Panel3.Name = "Panel3" |
| | Me.Panel3.Size = New System.Drawing.Size(454, 413) |
| | Me.Panel3.TabIndex = 3 |
| | |
| | |
| | |
| | Me.Panel2.Controls.Add(Me.Button1) |
| | Me.Panel2.Controls.Add(Me.Label4) |
| | Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill |
| | Me.Panel2.Location = New System.Drawing.Point(0, 0) |
| | Me.Panel2.Margin = New System.Windows.Forms.Padding(0) |
| | Me.Panel2.Name = "Panel2" |
| | Me.Panel2.Size = New System.Drawing.Size(460, 27) |
| | Me.Panel2.TabIndex = 2 |
| | |
| | |
| | |
| | Me.Button1.Dock = System.Windows.Forms.DockStyle.Right |
| | Me.Button1.Location = New System.Drawing.Point(361, 0) |
| | Me.Button1.Name = "Button1" |
| | Me.Button1.Size = New System.Drawing.Size(99, 27) |
| | Me.Button1.TabIndex = 1 |
| | Me.Button1.Text = "Save HTML" |
| | Me.Button1.UseVisualStyleBackColor = True |
| | |
| | |
| | |
| | Me.Label4.Dock = System.Windows.Forms.DockStyle.Left |
| | Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) |
| | Me.Label4.Location = New System.Drawing.Point(0, 0) |
| | Me.Label4.Name = "Label4" |
| | Me.Label4.Size = New System.Drawing.Size(99, 27) |
| | Me.Label4.TabIndex = 2 |
| | Me.Label4.Text = "Selected Report" |
| | Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft |
| | |
| | |
| | |
| | Me.Viewer.AllowExternalDrop = True |
| | Me.Viewer.CreationProperties = Nothing |
| | Me.Viewer.DefaultBackgroundColor = System.Drawing.Color.White |
| | Me.Viewer.Dock = System.Windows.Forms.DockStyle.Fill |
| | Me.Viewer.Location = New System.Drawing.Point(0, 0) |
| | Me.Viewer.Name = "Viewer" |
| | Me.Viewer.Size = New System.Drawing.Size(452, 411) |
| | Me.Viewer.TabIndex = 3 |
| | Me.Viewer.ZoomFactor = 1.0R |
| | |
| | |
| | |
| | Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) |
| | Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi |
| | Me.ClientSize = New System.Drawing.Size(701, 452) |
| | Me.Controls.Add(Me.TableLayoutPanel1) |
| | Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) |
| | Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) |
| | Me.Name = "Window2" |
| | Me.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document |
| | Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen |
| | Me.TabText = "Inspector Reports for {0}" |
| | Me.Text = "DWSIM - View Inspector Reports for {0}" |
| | Me.WindowState = System.Windows.Forms.FormWindowState.Maximized |
| | Me.TableLayoutPanel1.ResumeLayout(False) |
| | Me.SplitContainer1.Panel1.ResumeLayout(False) |
| | Me.SplitContainer1.Panel2.ResumeLayout(False) |
| | CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() |
| | Me.SplitContainer1.ResumeLayout(False) |
| | Me.TableLayoutPanel2.ResumeLayout(False) |
| | Me.TableLayoutPanel2.PerformLayout() |
| | Me.TableLayoutPanel3.ResumeLayout(False) |
| | Me.Panel3.ResumeLayout(False) |
| | Me.Panel2.ResumeLayout(False) |
| | CType(Me.Viewer, System.ComponentModel.ISupportInitialize).EndInit() |
| | Me.ResumeLayout(False) |
| |
|
| | End Sub |
| |
|
| | Friend WithEvents TableLayoutPanel1 As Windows.Forms.TableLayoutPanel |
| | Friend WithEvents SplitContainer1 As Windows.Forms.SplitContainer |
| | Friend WithEvents TableLayoutPanel2 As Windows.Forms.TableLayoutPanel |
| | Friend WithEvents Label1 As Windows.Forms.Label |
| | Friend WithEvents itemSelector As Windows.Forms.TreeView |
| | Friend WithEvents Label4 As Windows.Forms.Label |
| | Friend WithEvents TableLayoutPanel3 As Windows.Forms.TableLayoutPanel |
| | Friend WithEvents Panel2 As Windows.Forms.Panel |
| | Friend WithEvents Button1 As Windows.Forms.Button |
| | Friend WithEvents Panel3 As Windows.Forms.Panel |
| | Friend WithEvents Viewer As Microsoft.Web.WebView2.WinForms.WebView2 |
| | End Class |
| |
|