summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Wagner Oliveira de Medeiros2023-10-03 08:06:39 -0400
committerDaniel Wagner Oliveira de Medeiros2023-10-03 08:06:39 -0400
commitab11e920eabc3af36a73bf2d926ad507f6422d18 (patch)
treead031b6c43fcf03524cffb65207c10c17b4a3aa7
parentc4c1a336b18164a7ac03039c16acedd975623559 (diff)
downloadcrude-characterization-plugin-DWSIM-ab11e920eabc3af36a73bf2d926ad507f6422d18.tar.gz
crude-characterization-plugin-DWSIM-ab11e920eabc3af36a73bf2d926ad507f6422d18.tar.bz2
crude-characterization-plugin-DWSIM-ab11e920eabc3af36a73bf2d926ad507f6422d18.zip
form fixHEADmain
-rw-r--r--Characterization/Form1.Designer.vb61
1 files changed, 30 insertions, 31 deletions
diff --git a/Characterization/Form1.Designer.vb b/Characterization/Form1.Designer.vb
index d7b7c0d..18d6ca0 100644
--- a/Characterization/Form1.Designer.vb
+++ b/Characterization/Form1.Designer.vb
@@ -22,16 +22,19 @@ Partial Class Form1
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
- 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 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 DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.Label1 = New System.Windows.Forms.Label()
Me.TextBoxSG = New System.Windows.Forms.TextBox()
Me.DataGridViewTBP = New System.Windows.Forms.DataGridView()
+ Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Button1 = New System.Windows.Forms.Button()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.CheckBoxADJZRA = New System.Windows.Forms.CheckBox()
@@ -68,9 +71,6 @@ Partial Class Form1
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
Me.cbInputType = New System.Windows.Forms.ComboBox()
Me.Label3 = New System.Windows.Forms.Label()
- Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
CType(Me.DataGridViewTBP, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox4.SuspendLayout()
Me.GroupBox1.SuspendLayout()
@@ -105,6 +105,28 @@ Partial Class Form1
Me.DataGridViewTBP.Size = New System.Drawing.Size(286, 203)
Me.DataGridViewTBP.TabIndex = 2
'
+ 'Column1
+ '
+ DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
+ Me.Column1.DefaultCellStyle = DataGridViewCellStyle1
+ Me.Column1.HeaderText = "% Weight"
+ Me.Column1.Name = "Column1"
+ '
+ 'Column2
+ '
+ DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
+ Me.Column2.DefaultCellStyle = DataGridViewCellStyle2
+ Me.Column2.HeaderText = "Temperature"
+ Me.Column2.Name = "Column2"
+ '
+ 'Column5
+ '
+ DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
+ Me.Column5.DefaultCellStyle = DataGridViewCellStyle3
+ Me.Column5.HeaderText = "SG"
+ Me.Column5.Name = "Column5"
+ Me.Column5.Visible = False
+ '
'Button1
'
Me.Button1.Location = New System.Drawing.Point(12, 274)
@@ -471,32 +493,10 @@ Partial Class Form1
Me.Label3.TabIndex = 27
Me.Label3.Text = "Input Type"
'
- 'Column1
- '
- DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
- Me.Column1.DefaultCellStyle = DataGridViewCellStyle1
- Me.Column1.HeaderText = "% Weight"
- Me.Column1.Name = "Column1"
- '
- 'Column2
- '
- DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
- Me.Column2.DefaultCellStyle = DataGridViewCellStyle2
- Me.Column2.HeaderText = "Temperature"
- Me.Column2.Name = "Column2"
- '
- 'Column5
- '
- DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
- Me.Column5.DefaultCellStyle = DataGridViewCellStyle3
- Me.Column5.HeaderText = "SG"
- Me.Column5.Name = "Column5"
- Me.Column5.Visible = False
- '
'Form1
'
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.ClientSize = New System.Drawing.Size(646, 663)
Me.Controls.Add(Me.cbInputType)
Me.Controls.Add(Me.Label3)
@@ -515,7 +515,6 @@ Partial Class Form1
Me.Name = "Form1"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Petroleum Characterization"
- Me.TopMost = True
CType(Me.DataGridViewTBP, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()