|
|
using System; |
|
|
using System.Diagnostics; |
|
|
|
|
|
namespace DWSIM.ProFeatures |
|
|
{ |
|
|
[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()] |
|
|
public partial class FormPortal : System.Windows.Forms.UserControl |
|
|
{ |
|
|
|
|
|
|
|
|
[DebuggerNonUserCode()] |
|
|
protected override void Dispose(bool disposing) |
|
|
{ |
|
|
try |
|
|
{ |
|
|
if (disposing && components is not null) |
|
|
{ |
|
|
components.Dispose(); |
|
|
} |
|
|
} |
|
|
finally |
|
|
{ |
|
|
base.Dispose(disposing); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private System.ComponentModel.IContainer components; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[DebuggerStepThrough()] |
|
|
private void InitializeComponent() |
|
|
{ |
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPortal)); |
|
|
this.StatusMessage = new System.Windows.Forms.Label(); |
|
|
this.Label1 = new System.Windows.Forms.Label(); |
|
|
this.NoLicensePanel = new System.Windows.Forms.Panel(); |
|
|
this.button1 = new System.Windows.Forms.Button(); |
|
|
this.LoadingPanel = new System.Windows.Forms.Panel(); |
|
|
this.saveToDashboardBtn = new System.Windows.Forms.Button(); |
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
this.notLoggedInPanel = new System.Windows.Forms.Panel(); |
|
|
this.registerLabel = new System.Windows.Forms.LinkLabel(); |
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
this.label3 = new System.Windows.Forms.Label(); |
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
this.linkLabel2 = new System.Windows.Forms.LinkLabel(); |
|
|
this.SuccessPanel = new System.Windows.Forms.Panel(); |
|
|
this.button3 = new System.Windows.Forms.Button(); |
|
|
this.button2 = new System.Windows.Forms.Button(); |
|
|
this.label11 = new System.Windows.Forms.Label(); |
|
|
this.label6 = new System.Windows.Forms.Label(); |
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox(); |
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox(); |
|
|
this.NoLicensePanel.SuspendLayout(); |
|
|
this.LoadingPanel.SuspendLayout(); |
|
|
this.flowLayoutPanel1.SuspendLayout(); |
|
|
this.notLoggedInPanel.SuspendLayout(); |
|
|
this.SuccessPanel.SuspendLayout(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); |
|
|
this.SuspendLayout(); |
|
|
|
|
|
|
|
|
|
|
|
this.StatusMessage.AutoSize = true; |
|
|
this.StatusMessage.Location = new System.Drawing.Point(4, 4); |
|
|
this.StatusMessage.Name = "StatusMessage"; |
|
|
this.StatusMessage.Size = new System.Drawing.Size(123, 13); |
|
|
this.StatusMessage.TabIndex = 1; |
|
|
this.StatusMessage.Text = "This is a progress label..."; |
|
|
|
|
|
|
|
|
|
|
|
this.Label1.AutoSize = true; |
|
|
this.Label1.Location = new System.Drawing.Point(4, 4); |
|
|
this.Label1.Name = "Label1"; |
|
|
this.Label1.Size = new System.Drawing.Size(402, 13); |
|
|
this.Label1.TabIndex = 3; |
|
|
this.Label1.Text = "You don\'t have an active DWSIM Pro license. Please go to Shop to get the license." + |
|
|
""; |
|
|
|
|
|
|
|
|
|
|
|
this.NoLicensePanel.Controls.Add(this.button1); |
|
|
this.NoLicensePanel.Controls.Add(this.Label1); |
|
|
this.NoLicensePanel.Location = new System.Drawing.Point(3, 59); |
|
|
this.NoLicensePanel.Name = "NoLicensePanel"; |
|
|
this.NoLicensePanel.Size = new System.Drawing.Size(644, 48); |
|
|
this.NoLicensePanel.TabIndex = 4; |
|
|
this.NoLicensePanel.Visible = false; |
|
|
|
|
|
|
|
|
|
|
|
this.button1.Location = new System.Drawing.Point(7, 21); |
|
|
this.button1.Name = "button1"; |
|
|
this.button1.Size = new System.Drawing.Size(75, 23); |
|
|
this.button1.TabIndex = 4; |
|
|
this.button1.Text = "Go to Shop"; |
|
|
this.button1.UseVisualStyleBackColor = true; |
|
|
this.button1.Click += new System.EventHandler(this.button1_Click); |
|
|
|
|
|
|
|
|
|
|
|
this.LoadingPanel.AutoScroll = true; |
|
|
this.LoadingPanel.Controls.Add(this.saveToDashboardBtn); |
|
|
this.LoadingPanel.Controls.Add(this.StatusMessage); |
|
|
this.LoadingPanel.Location = new System.Drawing.Point(3, 3); |
|
|
this.LoadingPanel.Name = "LoadingPanel"; |
|
|
this.LoadingPanel.Size = new System.Drawing.Size(644, 50); |
|
|
this.LoadingPanel.TabIndex = 5; |
|
|
this.LoadingPanel.Visible = false; |
|
|
|
|
|
|
|
|
|
|
|
this.saveToDashboardBtn.Location = new System.Drawing.Point(7, 23); |
|
|
this.saveToDashboardBtn.Name = "saveToDashboardBtn"; |
|
|
this.saveToDashboardBtn.Size = new System.Drawing.Size(144, 23); |
|
|
this.saveToDashboardBtn.TabIndex = 2; |
|
|
this.saveToDashboardBtn.Text = "Save to Dashboard"; |
|
|
this.saveToDashboardBtn.UseVisualStyleBackColor = true; |
|
|
this.saveToDashboardBtn.Visible = false; |
|
|
this.saveToDashboardBtn.Click += new System.EventHandler(this.saveToDashboardBtn_Click); |
|
|
|
|
|
|
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.LoadingPanel); |
|
|
this.flowLayoutPanel1.Controls.Add(this.NoLicensePanel); |
|
|
this.flowLayoutPanel1.Controls.Add(this.notLoggedInPanel); |
|
|
this.flowLayoutPanel1.Controls.Add(this.SuccessPanel); |
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; |
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(95, 460); |
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(647, 322); |
|
|
this.flowLayoutPanel1.TabIndex = 6; |
|
|
|
|
|
|
|
|
|
|
|
this.notLoggedInPanel.Controls.Add(this.registerLabel); |
|
|
this.notLoggedInPanel.Controls.Add(this.label2); |
|
|
this.notLoggedInPanel.Controls.Add(this.label3); |
|
|
this.notLoggedInPanel.Controls.Add(this.label4); |
|
|
this.notLoggedInPanel.Controls.Add(this.linkLabel2); |
|
|
this.notLoggedInPanel.Location = new System.Drawing.Point(3, 113); |
|
|
this.notLoggedInPanel.Name = "notLoggedInPanel"; |
|
|
this.notLoggedInPanel.Size = new System.Drawing.Size(644, 73); |
|
|
this.notLoggedInPanel.TabIndex = 6; |
|
|
|
|
|
|
|
|
|
|
|
this.registerLabel.AutoSize = true; |
|
|
this.registerLabel.Location = new System.Drawing.Point(260, 27); |
|
|
this.registerLabel.Margin = new System.Windows.Forms.Padding(0); |
|
|
this.registerLabel.Name = "registerLabel"; |
|
|
this.registerLabel.Size = new System.Drawing.Size(28, 13); |
|
|
this.registerLabel.TabIndex = 9; |
|
|
this.registerLabel.TabStop = true; |
|
|
this.registerLabel.Text = "here"; |
|
|
this.registerLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.registerLabel_LinkClicked); |
|
|
|
|
|
|
|
|
|
|
|
this.label2.AutoSize = true; |
|
|
this.label2.Location = new System.Drawing.Point(4, 27); |
|
|
this.label2.Name = "label2"; |
|
|
this.label2.Size = new System.Drawing.Size(241, 13); |
|
|
this.label2.TabIndex = 8; |
|
|
this.label2.Text = "If you don\'t have a Simulate 365 account, register"; |
|
|
|
|
|
|
|
|
|
|
|
this.label3.AutoSize = true; |
|
|
this.label3.Location = new System.Drawing.Point(77, 3); |
|
|
this.label3.Name = "label3"; |
|
|
this.label3.Size = new System.Drawing.Size(63, 13); |
|
|
this.label3.TabIndex = 7; |
|
|
this.label3.Text = "to continue."; |
|
|
|
|
|
|
|
|
|
|
|
this.label4.AutoSize = true; |
|
|
this.label4.Location = new System.Drawing.Point(3, 3); |
|
|
this.label4.Name = "label4"; |
|
|
this.label4.Size = new System.Drawing.Size(39, 13); |
|
|
this.label4.TabIndex = 6; |
|
|
this.label4.Text = "Please"; |
|
|
|
|
|
|
|
|
|
|
|
this.linkLabel2.AutoSize = true; |
|
|
this.linkLabel2.Location = new System.Drawing.Point(39, 3); |
|
|
this.linkLabel2.Margin = new System.Windows.Forms.Padding(0); |
|
|
this.linkLabel2.Name = "linkLabel2"; |
|
|
this.linkLabel2.Size = new System.Drawing.Size(36, 13); |
|
|
this.linkLabel2.TabIndex = 5; |
|
|
this.linkLabel2.TabStop = true; |
|
|
this.linkLabel2.Text = "Log in"; |
|
|
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked); |
|
|
|
|
|
|
|
|
|
|
|
this.SuccessPanel.Controls.Add(this.button3); |
|
|
this.SuccessPanel.Controls.Add(this.button2); |
|
|
this.SuccessPanel.Controls.Add(this.label11); |
|
|
this.SuccessPanel.Location = new System.Drawing.Point(3, 192); |
|
|
this.SuccessPanel.Name = "SuccessPanel"; |
|
|
this.SuccessPanel.Size = new System.Drawing.Size(644, 121); |
|
|
this.SuccessPanel.TabIndex = 7; |
|
|
this.SuccessPanel.Visible = false; |
|
|
|
|
|
|
|
|
|
|
|
this.button3.Location = new System.Drawing.Point(508, 2); |
|
|
this.button3.Name = "button3"; |
|
|
this.button3.Size = new System.Drawing.Size(133, 23); |
|
|
this.button3.TabIndex = 8; |
|
|
this.button3.Text = "Open in Private mode"; |
|
|
this.button3.UseVisualStyleBackColor = true; |
|
|
this.button3.Click += new System.EventHandler(this.button3_Click); |
|
|
|
|
|
|
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(354, 2); |
|
|
this.button2.Name = "button2"; |
|
|
this.button2.Size = new System.Drawing.Size(148, 23); |
|
|
this.button2.TabIndex = 7; |
|
|
this.button2.Text = "Open with default browser"; |
|
|
this.button2.UseVisualStyleBackColor = true; |
|
|
this.button2.Click += new System.EventHandler(this.button2_Click); |
|
|
|
|
|
|
|
|
|
|
|
this.label11.Location = new System.Drawing.Point(4, 7); |
|
|
this.label11.Name = "label11"; |
|
|
this.label11.Size = new System.Drawing.Size(637, 114); |
|
|
this.label11.TabIndex = 10; |
|
|
this.label11.Text = resources.GetString("label11.Text"); |
|
|
|
|
|
|
|
|
|
|
|
this.label6.AutoSize = true; |
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.label6.Location = new System.Drawing.Point(99, 438); |
|
|
this.label6.Name = "label6"; |
|
|
this.label6.Size = new System.Drawing.Size(216, 20); |
|
|
this.label6.TabIndex = 9; |
|
|
this.label6.Text = "Continue with DWSIM Pro"; |
|
|
|
|
|
|
|
|
|
|
|
this.pictureBox2.Image = global::DWSIM.ProFeatures.My.Resources.Resources.Icon1281; |
|
|
this.pictureBox2.Location = new System.Drawing.Point(3, 437); |
|
|
this.pictureBox2.Name = "pictureBox2"; |
|
|
this.pictureBox2.Size = new System.Drawing.Size(92, 86); |
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
|
|
this.pictureBox2.TabIndex = 8; |
|
|
this.pictureBox2.TabStop = false; |
|
|
|
|
|
|
|
|
|
|
|
this.pictureBox1.Image = global::DWSIM.ProFeatures.My.Resources.Resources._2149311493; |
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, -1); |
|
|
this.pictureBox1.Name = "pictureBox1"; |
|
|
this.pictureBox1.Size = new System.Drawing.Size(745, 430); |
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
|
|
this.pictureBox1.TabIndex = 7; |
|
|
this.pictureBox1.TabStop = false; |
|
|
|
|
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|
|
this.BackColor = System.Drawing.Color.White; |
|
|
this.Controls.Add(this.label6); |
|
|
this.Controls.Add(this.pictureBox2); |
|
|
this.Controls.Add(this.pictureBox1); |
|
|
this.Controls.Add(this.flowLayoutPanel1); |
|
|
this.DoubleBuffered = true; |
|
|
this.Name = "FormPortal"; |
|
|
this.Size = new System.Drawing.Size(745, 848); |
|
|
this.Load += new System.EventHandler(this.FormPortal_Load); |
|
|
this.NoLicensePanel.ResumeLayout(false); |
|
|
this.NoLicensePanel.PerformLayout(); |
|
|
this.LoadingPanel.ResumeLayout(false); |
|
|
this.LoadingPanel.PerformLayout(); |
|
|
this.flowLayoutPanel1.ResumeLayout(false); |
|
|
this.notLoggedInPanel.ResumeLayout(false); |
|
|
this.notLoggedInPanel.PerformLayout(); |
|
|
this.SuccessPanel.ResumeLayout(false); |
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); |
|
|
this.ResumeLayout(false); |
|
|
this.PerformLayout(); |
|
|
|
|
|
} |
|
|
internal System.Windows.Forms.Label StatusMessage; |
|
|
internal System.Windows.Forms.Label Label1; |
|
|
internal System.Windows.Forms.Panel NoLicensePanel; |
|
|
internal System.Windows.Forms.Panel LoadingPanel; |
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
|
|
private System.Windows.Forms.Panel notLoggedInPanel; |
|
|
internal System.Windows.Forms.Label label3; |
|
|
internal System.Windows.Forms.Label label4; |
|
|
internal System.Windows.Forms.LinkLabel linkLabel2; |
|
|
private System.Windows.Forms.Panel SuccessPanel; |
|
|
private System.Windows.Forms.PictureBox pictureBox1; |
|
|
private System.Windows.Forms.PictureBox pictureBox2; |
|
|
private System.Windows.Forms.Label label6; |
|
|
private System.Windows.Forms.Button button1; |
|
|
private System.Windows.Forms.Button button3; |
|
|
private System.Windows.Forms.Button button2; |
|
|
private System.Windows.Forms.Label label11; |
|
|
private System.Windows.Forms.Button saveToDashboardBtn; |
|
|
internal System.Windows.Forms.Label label2; |
|
|
internal System.Windows.Forms.LinkLabel registerLabel; |
|
|
} |
|
|
} |