Dwsim / data /DWSIM.Inspector /Window.designer.vb
introvoyz041's picture
Migrated from GitHub
b1b3bae verified
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Window
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(Window))
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.Label3 = New System.Windows.Forms.Label()
Me.itemSelector = New System.Windows.Forms.TreeView()
Me.SetsBox = New System.Windows.Forms.ListBox()
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.Panel1 = New System.Windows.Forms.Panel()
Me.lblDisabled = New System.Windows.Forms.Label()
Me.Label2 = 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()
Me.Panel1.SuspendLayout()
CType(Me.Viewer, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TableLayoutPanel1
'
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, 1)
Me.TableLayoutPanel1.Controls.Add(Me.Panel1, 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 = 2
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35.0!))
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
'
'SplitContainer1
'
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer1.Location = New System.Drawing.Point(3, 38)
Me.SplitContainer1.Name = "SplitContainer1"
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.TableLayoutPanel2)
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.TableLayoutPanel3)
Me.SplitContainer1.Size = New System.Drawing.Size(695, 411)
Me.SplitContainer1.SplitterDistance = 231
Me.SplitContainer1.TabIndex = 0
'
'TableLayoutPanel2
'
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, 2)
Me.TableLayoutPanel2.Controls.Add(Me.Label3, 0, 0)
Me.TableLayoutPanel2.Controls.Add(Me.itemSelector, 0, 3)
Me.TableLayoutPanel2.Controls.Add(Me.SetsBox, 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 = 4
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!))
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 95.0!))
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.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, 411)
Me.TableLayoutPanel2.TabIndex = 0
'
'Label1
'
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, 120)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(51, 20)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Reports"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Dock = System.Windows.Forms.DockStyle.Left
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(3, 0)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(180, 25)
Me.Label3.TabIndex = 1
Me.Label3.Text = "Available Solution Report Sets"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'itemSelector
'
Me.itemSelector.Dock = System.Windows.Forms.DockStyle.Fill
Me.itemSelector.FullRowSelect = True
Me.itemSelector.Location = New System.Drawing.Point(3, 143)
Me.itemSelector.Name = "itemSelector"
Me.itemSelector.Size = New System.Drawing.Size(225, 265)
Me.itemSelector.TabIndex = 1
'
'SetsBox
'
Me.SetsBox.Dock = System.Windows.Forms.DockStyle.Fill
Me.SetsBox.FormattingEnabled = True
Me.SetsBox.Location = New System.Drawing.Point(3, 28)
Me.SetsBox.Name = "SetsBox"
Me.SetsBox.Size = New System.Drawing.Size(225, 89)
Me.SetsBox.TabIndex = 2
'
'TableLayoutPanel3
'
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, 411)
Me.TableLayoutPanel3.TabIndex = 1
'
'Panel3
'
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, 378)
Me.Panel3.TabIndex = 3
'
'Panel2
'
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
'
'Button1
'
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
'
'Label4
'
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
'
'Panel1
'
Me.Panel1.Controls.Add(Me.lblDisabled)
Me.Panel1.Controls.Add(Me.Label2)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel1.Location = New System.Drawing.Point(3, 3)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(695, 29)
Me.Panel1.TabIndex = 1
'
'lblDisabled
'
Me.lblDisabled.Dock = System.Windows.Forms.DockStyle.Right
Me.lblDisabled.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblDisabled.ForeColor = System.Drawing.Color.Red
Me.lblDisabled.Location = New System.Drawing.Point(559, 0)
Me.lblDisabled.Name = "lblDisabled"
Me.lblDisabled.Size = New System.Drawing.Size(136, 29)
Me.lblDisabled.TabIndex = 1
Me.lblDisabled.Text = "Inspector is Disabled."
Me.lblDisabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.lblDisabled.Visible = False
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(5, 8)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(561, 13)
Me.Label2.TabIndex = 0
Me.Label2.Text = "The Solution Inspector brings a human-readable, hierarchized view of all model ca" &
"lculations in a Flowsheet Solver run."
'
'Viewer
'
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, 376)
Me.Viewer.TabIndex = 2
Me.Viewer.ZoomFactor = 1.0R
'
'Window
'
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.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Window"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "DWSIM - Solution Inspector"
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)
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
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 SetsBox As Windows.Forms.ListBox
Friend WithEvents Panel1 As Windows.Forms.Panel
Friend WithEvents Label4 As Windows.Forms.Label
Friend WithEvents Label3 As Windows.Forms.Label
Friend WithEvents Label2 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 lblDisabled As Windows.Forms.Label
Friend WithEvents Viewer As Microsoft.Web.WebView2.WinForms.WebView2
End Class