/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panel = new System.Windows.Forms.Panel(); this.informationControl = new ProsimoUI.Help.InformationControl(); this.labelAlphaBeta = new System.Windows.Forms.Label(); this.textBoxAbout = new System.Windows.Forms.TextBox(); this.mainMenu = new System.Windows.Forms.MainMenu(); this.menuItemClose = new System.Windows.Forms.MenuItem(); this.panel.SuspendLayout(); this.SuspendLayout(); // // panel // this.panel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel.Controls.Add(this.informationControl); this.panel.Controls.Add(this.labelAlphaBeta); this.panel.Controls.Add(this.textBoxAbout); this.panel.Dock = System.Windows.Forms.DockStyle.Fill; this.panel.Location = new System.Drawing.Point(0, 0); this.panel.Name = "panel"; this.panel.Size = new System.Drawing.Size(304, 311); this.panel.TabIndex = 0; // // informationControl // this.informationControl.Location = new System.Drawing.Point(0, 0); this.informationControl.Name = "informationControl"; this.informationControl.Size = new System.Drawing.Size(300, 76); this.informationControl.TabIndex = 16; // // labelAlphaBeta // this.labelAlphaBeta.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.labelAlphaBeta.Location = new System.Drawing.Point(76, 96); this.labelAlphaBeta.Name = "labelAlphaBeta"; this.labelAlphaBeta.Size = new System.Drawing.Size(144, 23); this.labelAlphaBeta.TabIndex = 15; this.labelAlphaBeta.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textBoxAbout // this.textBoxAbout.Location = new System.Drawing.Point(4, 124); this.textBoxAbout.Multiline = true; this.textBoxAbout.Name = "textBoxAbout"; this.textBoxAbout.ReadOnly = true; this.textBoxAbout.Size = new System.Drawing.Size(292, 176); this.textBoxAbout.TabIndex = 1; this.textBoxAbout.TabStop = false; this.textBoxAbout.Text = ""; this.textBoxAbout.WordWrap = false; // // mainMenu // this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemClose }); // // menuItemClose // this.menuItemClose.Index = 0; this.menuItemClose.Text = "Close"; this.menuItemClose.Click += new System.EventHandler(this.menuItemClose_Click); // // AboutForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(304, 311); this.Controls.Add(this.panel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Menu = this.mainMenu; this.MinimizeBox = false; this.Name = "AboutForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "About ProSimO"; this.panel.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm)); this.panel = new System.Windows.Forms.Panel(); this.textBoxAbout = new System.Windows.Forms.TextBox(); this.mainMenu = new System.Windows.Forms.MainMenu(this.components); this.menuItemClose = new System.Windows.Forms.MenuItem(); this.informationControl = new ProsimoUI.Help.InformationControl(); this.panel.SuspendLayout(); this.SuspendLayout(); // // panel // this.panel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel.Controls.Add(this.informationControl); this.panel.Controls.Add(this.textBoxAbout); this.panel.Dock = System.Windows.Forms.DockStyle.Fill; this.panel.Location = new System.Drawing.Point(0, 0); this.panel.Name = "panel"; this.panel.Size = new System.Drawing.Size(321, 293); this.panel.TabIndex = 0; // // textBoxAbout // this.textBoxAbout.Location = new System.Drawing.Point(4, 103); this.textBoxAbout.Multiline = true; this.textBoxAbout.Name = "textBoxAbout"; this.textBoxAbout.ReadOnly = true; this.textBoxAbout.Size = new System.Drawing.Size(310, 176); this.textBoxAbout.TabIndex = 1; this.textBoxAbout.TabStop = false; this.textBoxAbout.WordWrap = false; // // mainMenu // this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemClose }); // // menuItemClose // this.menuItemClose.Index = 0; this.menuItemClose.Text = "Close"; this.menuItemClose.Click += new System.EventHandler(this.menuItemClose_Click); // // informationControl // this.informationControl.Location = new System.Drawing.Point(0, 1); this.informationControl.Name = "informationControl"; this.informationControl.Size = new System.Drawing.Size(314, 96); this.informationControl.TabIndex = 16; // // AboutForm // this.ClientSize = new System.Drawing.Size(321, 293); this.Controls.Add(this.panel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Menu = this.mainMenu; this.MinimizeBox = false; this.Name = "AboutForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "About Simprosys"; this.panel.ResumeLayout(false); this.panel.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.listBoxTutorials = new System.Windows.Forms.ListBox(); this.buttonView = new System.Windows.Forms.Button(); this.informationControl = new ProsimoUI.Help.InformationControl(); this.mainMenu = new System.Windows.Forms.MainMenu(this.components); this.menuItemClose = new System.Windows.Forms.MenuItem(); this.panel = new System.Windows.Forms.Panel(); this.panel.SuspendLayout(); this.SuspendLayout(); // // listBoxTutorials // this.listBoxTutorials.FormattingEnabled = true; this.listBoxTutorials.Location = new System.Drawing.Point(8, 105); this.listBoxTutorials.Name = "listBoxTutorials"; this.listBoxTutorials.Size = new System.Drawing.Size(288, 160); this.listBoxTutorials.TabIndex = 0; // // buttonView // this.buttonView.Location = new System.Drawing.Point(112, 272); this.buttonView.Name = "buttonView"; this.buttonView.Size = new System.Drawing.Size(75, 23); this.buttonView.TabIndex = 1; this.buttonView.Text = "View"; this.buttonView.Click += new System.EventHandler(this.buttonView_Click); // // informationControl // this.informationControl.Location = new System.Drawing.Point(4, 4); this.informationControl.Name = "informationControl"; this.informationControl.Size = new System.Drawing.Size(300, 96); this.informationControl.TabIndex = 2; // // mainMenu // this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemClose }); // // menuItemClose // this.menuItemClose.Index = 0; this.menuItemClose.Text = "Close"; this.menuItemClose.Click += new System.EventHandler(this.menuItemClose_Click); // // panel // this.panel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel.Controls.Add(this.listBoxTutorials); this.panel.Controls.Add(this.buttonView); this.panel.Controls.Add(this.informationControl); this.panel.Dock = System.Windows.Forms.DockStyle.Fill; this.panel.Location = new System.Drawing.Point(0, 0); this.panel.Name = "panel"; this.panel.Size = new System.Drawing.Size(306, 303); this.panel.TabIndex = 3; // // ChooseTutorialForm // this.ClientSize = new System.Drawing.Size(306, 303); this.Controls.Add(this.panel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Menu = this.mainMenu; this.MinimizeBox = false; this.Name = "ChooseTutorialForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Tutorials"; this.TopMost = true; this.Closing += new System.ComponentModel.CancelEventHandler(this.ChooseTutorialForm_Closing); this.panel.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.panel = new System.Windows.Forms.Panel(); this.informationControl = new ProsimoUI.Help.InformationControl(); this.labelAlphaBeta = new System.Windows.Forms.Label(); this.textBoxMessage = new System.Windows.Forms.TextBox(); this.mainMenu = new System.Windows.Forms.MainMenu(this.components); this.menuItemClose = new System.Windows.Forms.MenuItem(); this.panel.SuspendLayout(); this.SuspendLayout(); // // panel // this.panel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel.Controls.Add(this.informationControl); this.panel.Controls.Add(this.labelAlphaBeta); this.panel.Controls.Add(this.textBoxMessage); this.panel.Dock = System.Windows.Forms.DockStyle.Fill; this.panel.Location = new System.Drawing.Point(0, 0); this.panel.Name = "panel"; this.panel.Size = new System.Drawing.Size(304, 277); this.panel.TabIndex = 1; // // informationControl // this.informationControl.Location = new System.Drawing.Point(0, 0); this.informationControl.Name = "informationControl"; this.informationControl.Size = new System.Drawing.Size(300, 96); this.informationControl.TabIndex = 22; // // labelAlphaBeta // this.labelAlphaBeta.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelAlphaBeta.Location = new System.Drawing.Point(76, 100); this.labelAlphaBeta.Name = "labelAlphaBeta"; this.labelAlphaBeta.Size = new System.Drawing.Size(144, 20); this.labelAlphaBeta.TabIndex = 21; this.labelAlphaBeta.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textBoxMessage // this.textBoxMessage.AcceptsReturn = true; this.textBoxMessage.Location = new System.Drawing.Point(4, 124); this.textBoxMessage.MaxLength = 50; this.textBoxMessage.Multiline = true; this.textBoxMessage.Name = "textBoxMessage"; this.textBoxMessage.ReadOnly = true; this.textBoxMessage.Size = new System.Drawing.Size(292, 184); this.textBoxMessage.TabIndex = 2; this.textBoxMessage.TabStop = false; // // mainMenu // this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemClose }); // // menuItemClose // this.menuItemClose.Index = 0; this.menuItemClose.Text = "Close"; this.menuItemClose.Click += new System.EventHandler(this.menuItemClose_Click); // // ActivationForm // this.ClientSize = new System.Drawing.Size(304, 277); this.Controls.Add(this.panel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Menu = this.mainMenu; this.MinimizeBox = false; this.Name = "ActivationForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Activation Information"; this.TopMost = true; this.panel.ResumeLayout(false); this.panel.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.panel = new System.Windows.Forms.Panel(); this.textBoxMessage = new System.Windows.Forms.TextBox(); this.mainMenu = new System.Windows.Forms.MainMenu(this.components); this.menuItemClose = new System.Windows.Forms.MenuItem(); this.informationControl = new ProsimoUI.Help.InformationControl(); this.panel.SuspendLayout(); this.SuspendLayout(); // // panel // this.panel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel.Controls.Add(this.informationControl); this.panel.Controls.Add(this.textBoxMessage); this.panel.Dock = System.Windows.Forms.DockStyle.Fill; this.panel.Location = new System.Drawing.Point(0, 0); this.panel.Name = "panel"; this.panel.Size = new System.Drawing.Size(304, 274); this.panel.TabIndex = 1; // // textBoxMessage // this.textBoxMessage.AcceptsReturn = true; this.textBoxMessage.Location = new System.Drawing.Point(4, 102); this.textBoxMessage.MaxLength = 50; this.textBoxMessage.Multiline = true; this.textBoxMessage.Name = "textBoxMessage"; this.textBoxMessage.ReadOnly = true; this.textBoxMessage.Size = new System.Drawing.Size(292, 164); this.textBoxMessage.TabIndex = 2; this.textBoxMessage.TabStop = false; // // mainMenu // this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemClose }); // // menuItemClose // this.menuItemClose.Index = 0; this.menuItemClose.Text = "Close"; this.menuItemClose.Click += new System.EventHandler(this.menuItemClose_Click); // // informationControl // this.informationControl.Location = new System.Drawing.Point(0, 0); this.informationControl.Name = "informationControl"; this.informationControl.Size = new System.Drawing.Size(300, 96); this.informationControl.TabIndex = 22; // // ActivationForm // this.ClientSize = new System.Drawing.Size(304, 274); this.Controls.Add(this.panel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Menu = this.mainMenu; this.MinimizeBox = false; this.Name = "ActivationForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Activation Information"; this.TopMost = true; this.panel.ResumeLayout(false); this.panel.PerformLayout(); this.ResumeLayout(false); }