| | <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ |
| | Partial Class FormConfig |
| | Inherits System.Windows.Forms.Form |
| |
|
| | |
| | <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 DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() |
| | Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() |
| | Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() |
| | Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() |
| | Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() |
| | Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() |
| | Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormConfig)) |
| | Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() |
| | Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() |
| | Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() |
| | Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() |
| | Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() |
| | Me.tabControl1 = New System.Windows.Forms.TabControl() |
| | Me.tabPage2 = New System.Windows.Forms.TabPage() |
| | Me.dgvparams = New System.Windows.Forms.DataGridView() |
| | Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn() |
| | Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn() |
| | Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn() |
| | Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn() |
| | Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn() |
| | Me.tabPage3 = New System.Windows.Forms.TabPage() |
| | Me.label1 = New System.Windows.Forms.Label() |
| | Me.dgvparama = New System.Windows.Forms.DataGridView() |
| | Me.dataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn() |
| | Me.dataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn() |
| | Me.tabPage1 = New System.Windows.Forms.TabPage() |
| | Me.dgvkij = New System.Windows.Forms.DataGridView() |
| | Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() |
| | Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() |
| | Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() |
| | Me.tabPage4 = New System.Windows.Forms.TabPage() |
| | Me.chkUsePRCp = New System.Windows.Forms.CheckBox() |
| | Me.chkUsePRH = New System.Windows.Forms.CheckBox() |
| | Me.tabControl1.SuspendLayout() |
| | Me.tabPage2.SuspendLayout() |
| | CType(Me.dgvparams, System.ComponentModel.ISupportInitialize).BeginInit() |
| | Me.tabPage3.SuspendLayout() |
| | CType(Me.dgvparama, System.ComponentModel.ISupportInitialize).BeginInit() |
| | Me.tabPage1.SuspendLayout() |
| | CType(Me.dgvkij, System.ComponentModel.ISupportInitialize).BeginInit() |
| | Me.tabPage4.SuspendLayout() |
| | Me.SuspendLayout() |
| | |
| | |
| | |
| | Me.tabControl1.Controls.Add(Me.tabPage2) |
| | Me.tabControl1.Controls.Add(Me.tabPage3) |
| | Me.tabControl1.Controls.Add(Me.tabPage1) |
| | Me.tabControl1.Controls.Add(Me.tabPage4) |
| | Me.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill |
| | Me.tabControl1.Location = New System.Drawing.Point(0, 0) |
| | Me.tabControl1.Name = "tabControl1" |
| | Me.tabControl1.SelectedIndex = 0 |
| | Me.tabControl1.Size = New System.Drawing.Size(750, 443) |
| | Me.tabControl1.TabIndex = 1 |
| | |
| | |
| | |
| | Me.tabPage2.Controls.Add(Me.dgvparams) |
| | Me.tabPage2.Location = New System.Drawing.Point(4, 22) |
| | Me.tabPage2.Name = "tabPage2" |
| | Me.tabPage2.Padding = New System.Windows.Forms.Padding(3) |
| | Me.tabPage2.Size = New System.Drawing.Size(742, 417) |
| | Me.tabPage2.TabIndex = 1 |
| | Me.tabPage2.Text = "Compound Parameters" |
| | Me.tabPage2.UseVisualStyleBackColor = True |
| | |
| | |
| | |
| | Me.dgvparams.AllowUserToAddRows = False |
| | Me.dgvparams.AllowUserToDeleteRows = False |
| | Me.dgvparams.AllowUserToResizeColumns = False |
| | Me.dgvparams.AllowUserToResizeRows = False |
| | Me.dgvparams.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill |
| | Me.dgvparams.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing |
| | Me.dgvparams.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column7}) |
| | Me.dgvparams.Dock = System.Windows.Forms.DockStyle.Fill |
| | Me.dgvparams.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter |
| | Me.dgvparams.Location = New System.Drawing.Point(3, 3) |
| | Me.dgvparams.MultiSelect = False |
| | Me.dgvparams.Name = "dgvparams" |
| | Me.dgvparams.RowHeadersVisible = False |
| | Me.dgvparams.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders |
| | DataGridViewCellStyle6.Format = "N5" |
| | Me.dgvparams.RowsDefaultCellStyle = DataGridViewCellStyle6 |
| | Me.dgvparams.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect |
| | Me.dgvparams.Size = New System.Drawing.Size(736, 411) |
| | Me.dgvparams.TabIndex = 5 |
| | |
| | |
| | |
| | DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft |
| | DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) |
| | Me.Column3.DefaultCellStyle = DataGridViewCellStyle1 |
| | Me.Column3.FillWeight = 30.0! |
| | Me.Column3.HeaderText = "Compound" |
| | Me.Column3.Name = "Column3" |
| | Me.Column3.ReadOnly = True |
| | |
| | |
| | |
| | DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft |
| | DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) |
| | Me.Column4.DefaultCellStyle = DataGridViewCellStyle2 |
| | Me.Column4.FillWeight = 15.0! |
| | Me.Column4.HeaderText = "CAS ID" |
| | Me.Column4.Name = "Column4" |
| | Me.Column4.ReadOnly = True |
| | |
| | |
| | |
| | DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight |
| | Me.Column5.DefaultCellStyle = DataGridViewCellStyle3 |
| | Me.Column5.FillWeight = 25.0! |
| | Me.Column5.HeaderText = "Segments per chain" |
| | Me.Column5.Name = "Column5" |
| | Me.Column5.ToolTipText = "m" |
| | |
| | |
| | |
| | DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight |
| | Me.Column6.DefaultCellStyle = DataGridViewCellStyle4 |
| | Me.Column6.FillWeight = 25.0! |
| | Me.Column6.HeaderText = "Segment diameter (A)" |
| | Me.Column6.Name = "Column6" |
| | Me.Column6.ToolTipText = "sigma" |
| | |
| | |
| | |
| | DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight |
| | Me.Column7.DefaultCellStyle = DataGridViewCellStyle5 |
| | Me.Column7.FillWeight = 25.0! |
| | Me.Column7.HeaderText = "Depth of pair potential (K)" |
| | Me.Column7.Name = "Column7" |
| | Me.Column7.ToolTipText = "epsilon_k" |
| | |
| | |
| | |
| | Me.tabPage3.Controls.Add(Me.label1) |
| | Me.tabPage3.Controls.Add(Me.dgvparama) |
| | Me.tabPage3.Location = New System.Drawing.Point(4, 22) |
| | Me.tabPage3.Name = "tabPage3" |
| | Me.tabPage3.Size = New System.Drawing.Size(742, 417) |
| | Me.tabPage3.TabIndex = 2 |
| | Me.tabPage3.Text = "Associating Compound Parameters" |
| | Me.tabPage3.UseVisualStyleBackColor = True |
| | |
| | |
| | |
| | Me.label1.Location = New System.Drawing.Point(8, 25) |
| | Me.label1.Name = "label1" |
| | Me.label1.Size = New System.Drawing.Size(292, 329) |
| | Me.label1.TabIndex = 7 |
| | Me.label1.Text = resources.GetString("label1.Text") |
| | |
| | |
| | |
| | Me.dgvparama.AllowUserToAddRows = False |
| | Me.dgvparama.AllowUserToDeleteRows = False |
| | Me.dgvparama.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill |
| | Me.dgvparama.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing |
| | Me.dgvparama.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dataGridViewTextBoxColumn4, Me.dataGridViewTextBoxColumn7}) |
| | Me.dgvparama.Dock = System.Windows.Forms.DockStyle.Right |
| | Me.dgvparama.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter |
| | Me.dgvparama.Location = New System.Drawing.Point(313, 0) |
| | Me.dgvparama.MultiSelect = False |
| | Me.dgvparama.Name = "dgvparama" |
| | Me.dgvparama.RowHeadersVisible = False |
| | Me.dgvparama.RowTemplate.Height = 50 |
| | Me.dgvparama.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True] |
| | Me.dgvparama.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect |
| | Me.dgvparama.Size = New System.Drawing.Size(429, 417) |
| | Me.dgvparama.TabIndex = 6 |
| | |
| | |
| | |
| | DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft |
| | DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) |
| | Me.dataGridViewTextBoxColumn4.DefaultCellStyle = DataGridViewCellStyle7 |
| | Me.dataGridViewTextBoxColumn4.FillWeight = 20.0! |
| | Me.dataGridViewTextBoxColumn4.HeaderText = "Compound" |
| | Me.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4" |
| | Me.dataGridViewTextBoxColumn4.ReadOnly = True |
| | |
| | |
| | |
| | DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft |
| | DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] |
| | Me.dataGridViewTextBoxColumn7.DefaultCellStyle = DataGridViewCellStyle8 |
| | Me.dataGridViewTextBoxColumn7.FillWeight = 80.0! |
| | Me.dataGridViewTextBoxColumn7.HeaderText = "Association Parameters" |
| | Me.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7" |
| | Me.dataGridViewTextBoxColumn7.ToolTipText = "First line: Number of association sites, Second line: Effective association volum" & |
| | "e matrix, Third line: Association energy (K) matrix" |
| | |
| | |
| | |
| | Me.tabPage1.Controls.Add(Me.dgvkij) |
| | Me.tabPage1.Location = New System.Drawing.Point(4, 22) |
| | Me.tabPage1.Name = "tabPage1" |
| | Me.tabPage1.Padding = New System.Windows.Forms.Padding(3) |
| | Me.tabPage1.Size = New System.Drawing.Size(742, 417) |
| | Me.tabPage1.TabIndex = 0 |
| | Me.tabPage1.Text = "Interaction Parameters" |
| | Me.tabPage1.UseVisualStyleBackColor = True |
| | |
| | |
| | |
| | Me.dgvkij.AllowUserToAddRows = False |
| | Me.dgvkij.AllowUserToDeleteRows = False |
| | Me.dgvkij.AllowUserToResizeColumns = False |
| | Me.dgvkij.AllowUserToResizeRows = False |
| | Me.dgvkij.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill |
| | Me.dgvkij.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing |
| | Me.dgvkij.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3}) |
| | Me.dgvkij.Dock = System.Windows.Forms.DockStyle.Fill |
| | Me.dgvkij.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter |
| | Me.dgvkij.Location = New System.Drawing.Point(3, 3) |
| | Me.dgvkij.MultiSelect = False |
| | Me.dgvkij.Name = "dgvkij" |
| | Me.dgvkij.RowHeadersVisible = False |
| | Me.dgvkij.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders |
| | DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight |
| | DataGridViewCellStyle11.Format = "N5" |
| | Me.dgvkij.RowsDefaultCellStyle = DataGridViewCellStyle11 |
| | Me.dgvkij.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect |
| | Me.dgvkij.Size = New System.Drawing.Size(736, 411) |
| | Me.dgvkij.TabIndex = 7 |
| | |
| | |
| | |
| | DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) |
| | Me.DataGridViewTextBoxColumn1.DefaultCellStyle = DataGridViewCellStyle9 |
| | Me.DataGridViewTextBoxColumn1.HeaderText = "Compound 1" |
| | Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" |
| | Me.DataGridViewTextBoxColumn1.ReadOnly = True |
| | |
| | |
| | |
| | DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) |
| | Me.DataGridViewTextBoxColumn2.DefaultCellStyle = DataGridViewCellStyle10 |
| | Me.DataGridViewTextBoxColumn2.HeaderText = "Compound 2" |
| | Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" |
| | Me.DataGridViewTextBoxColumn2.ReadOnly = True |
| | |
| | |
| | |
| | Me.DataGridViewTextBoxColumn3.HeaderText = "kij" |
| | Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" |
| | |
| | |
| | |
| | Me.tabPage4.Controls.Add(Me.chkUsePRCp) |
| | Me.tabPage4.Controls.Add(Me.chkUsePRH) |
| | Me.tabPage4.Location = New System.Drawing.Point(4, 22) |
| | Me.tabPage4.Name = "tabPage4" |
| | Me.tabPage4.Padding = New System.Windows.Forms.Padding(3) |
| | Me.tabPage4.Size = New System.Drawing.Size(742, 417) |
| | Me.tabPage4.TabIndex = 3 |
| | Me.tabPage4.Text = "General Options" |
| | Me.tabPage4.UseVisualStyleBackColor = True |
| | |
| | |
| | |
| | Me.chkUsePRCp.AutoSize = True |
| | Me.chkUsePRCp.Location = New System.Drawing.Point(17, 67) |
| | Me.chkUsePRCp.Name = "chkUsePRCp" |
| | Me.chkUsePRCp.Size = New System.Drawing.Size(265, 17) |
| | Me.chkUsePRCp.TabIndex = 1 |
| | Me.chkUsePRCp.Text = "Use Lee-Kesler model to calculate Heat Capacities" |
| | Me.chkUsePRCp.UseVisualStyleBackColor = True |
| | |
| | |
| | |
| | Me.chkUsePRH.AutoSize = True |
| | Me.chkUsePRH.Location = New System.Drawing.Point(17, 27) |
| | Me.chkUsePRH.Name = "chkUsePRH" |
| | Me.chkUsePRH.Size = New System.Drawing.Size(291, 17) |
| | Me.chkUsePRH.TabIndex = 0 |
| | Me.chkUsePRH.Text = "Use Lee-Kesler model to calculate Enthalpy and Entropy" |
| | Me.chkUsePRH.UseVisualStyleBackColor = True |
| | |
| | |
| | |
| | Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) |
| | Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi |
| | Me.AutoScaleDimensions = New System.Drawing.SizeF(96, 96) |
| | Me.ClientSize = New System.Drawing.Size(750, 443) |
| | Me.Controls.Add(Me.tabControl1) |
| | Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow |
| | Me.Name = "FormConfig" |
| | Me.ShowIcon = False |
| | Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen |
| | Me.Text = "Edit PC-SAFT Property Package" |
| | Me.TopMost = True |
| | Me.tabControl1.ResumeLayout(False) |
| | Me.tabPage2.ResumeLayout(False) |
| | CType(Me.dgvparams, System.ComponentModel.ISupportInitialize).EndInit() |
| | Me.tabPage3.ResumeLayout(False) |
| | CType(Me.dgvparama, System.ComponentModel.ISupportInitialize).EndInit() |
| | Me.tabPage1.ResumeLayout(False) |
| | CType(Me.dgvkij, System.ComponentModel.ISupportInitialize).EndInit() |
| | Me.tabPage4.ResumeLayout(False) |
| | Me.tabPage4.PerformLayout() |
| | Me.ResumeLayout(False) |
| |
|
| | End Sub |
| |
|
| | Private WithEvents tabControl1 As Windows.Forms.TabControl |
| | Private WithEvents tabPage2 As Windows.Forms.TabPage |
| | Public WithEvents dgvparams As Windows.Forms.DataGridView |
| | Private WithEvents Column3 As Windows.Forms.DataGridViewTextBoxColumn |
| | Private WithEvents Column4 As Windows.Forms.DataGridViewTextBoxColumn |
| | Private WithEvents Column5 As Windows.Forms.DataGridViewTextBoxColumn |
| | Private WithEvents Column6 As Windows.Forms.DataGridViewTextBoxColumn |
| | Private WithEvents Column7 As Windows.Forms.DataGridViewTextBoxColumn |
| | Private WithEvents tabPage3 As Windows.Forms.TabPage |
| | Private WithEvents label1 As Windows.Forms.Label |
| | Public WithEvents dgvparama As Windows.Forms.DataGridView |
| | Private WithEvents dataGridViewTextBoxColumn4 As Windows.Forms.DataGridViewTextBoxColumn |
| | Private WithEvents dataGridViewTextBoxColumn7 As Windows.Forms.DataGridViewTextBoxColumn |
| | Private WithEvents tabPage1 As Windows.Forms.TabPage |
| | Public WithEvents dgvkij As Windows.Forms.DataGridView |
| | Private WithEvents DataGridViewTextBoxColumn1 As Windows.Forms.DataGridViewTextBoxColumn |
| | Private WithEvents DataGridViewTextBoxColumn2 As Windows.Forms.DataGridViewTextBoxColumn |
| | Private WithEvents DataGridViewTextBoxColumn3 As Windows.Forms.DataGridViewTextBoxColumn |
| | Private WithEvents tabPage4 As Windows.Forms.TabPage |
| | Private WithEvents chkUsePRH As Windows.Forms.CheckBox |
| | Private WithEvents chkUsePRCp As Windows.Forms.CheckBox |
| | End Class |
| |
|