/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage2; this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage2 = new System.Windows.Forms.TabPage(); tabControl1.SuspendLayout(); tabPage2.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(150, 348); tabControl1.TabIndex = 0; // // tabPage2 // tabPage2.BackColor = System.Drawing.SystemColors.Control; tabPage2.Controls.Add(this.propertyGrid1); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(142, 322); tabPage2.TabIndex = 1; tabPage2.Text = "Properties"; // // propertyGrid1 // this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid1.Location = new System.Drawing.Point(3, 3); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Size = new System.Drawing.Size(136, 316); this.propertyGrid1.TabIndex = 0; // // PropertyPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tabControl1); this.Name = "PropertyPage"; this.Size = new System.Drawing.Size(150, 348); tabControl1.ResumeLayout(false); tabPage2.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() { System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage2; this.treeView1 = new System.Windows.Forms.TreeView(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage2 = new System.Windows.Forms.TabPage(); tabControl1.SuspendLayout(); tabPage2.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(208, 356); tabControl1.TabIndex = 1; // // tabPage2 // tabPage2.BackColor = System.Drawing.SystemColors.Control; tabPage2.Controls.Add(this.treeView1); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(200, 330); tabPage2.TabIndex = 1; tabPage2.Text = "World"; // // treeView1 // this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView1.Location = new System.Drawing.Point(3, 3); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(194, 324); this.treeView1.TabIndex = 0; // // WorldPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tabControl1); this.Name = "WorldPage"; this.Size = new System.Drawing.Size(208, 356); tabControl1.ResumeLayout(false); tabPage2.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() { System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripButton runButton; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.TabPage tabPage2; this.parseButton = new System.Windows.Forms.ToolStripButton(); this.textBox = new System.Windows.Forms.TextBox(); this.sexpTextBox = new System.Windows.Forms.TextBox(); this.primitivesTextBox = new System.Windows.Forms.TextBox(); toolStrip1 = new System.Windows.Forms.ToolStrip(); runButton = new System.Windows.Forms.ToolStripButton(); splitContainer1 = new System.Windows.Forms.SplitContainer(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); tabPage2 = new System.Windows.Forms.TabPage(); toolStrip1.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); tabPage2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.parseButton, runButton }); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(292, 25); toolStrip1.TabIndex = 0; toolStrip1.Text = "toolStrip1"; // // parseButton // this.parseButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.parseButton.Image = ((System.Drawing.Image)(resources.GetObject("parseButton.Image"))); this.parseButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.parseButton.Name = "parseButton"; this.parseButton.Size = new System.Drawing.Size(38, 22); this.parseButton.Text = "&Parse"; this.parseButton.Click += new System.EventHandler(this.parseButton_Click); // // runButton // runButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; runButton.Image = ((System.Drawing.Image)(resources.GetObject("runButton.Image"))); runButton.ImageTransparentColor = System.Drawing.Color.Magenta; runButton.Name = "runButton"; runButton.Size = new System.Drawing.Size(30, 22); runButton.Text = "&Run"; runButton.Click += new System.EventHandler(this.runButton_Click); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer1.Location = new System.Drawing.Point(0, 25); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.textBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(tabControl1); splitContainer1.Size = new System.Drawing.Size(292, 241); splitContainer1.SplitterDistance = 25; splitContainer1.TabIndex = 3; // // textBox // this.textBox.AcceptsReturn = true; this.textBox.AcceptsTab = true; this.textBox.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox.Location = new System.Drawing.Point(0, 0); this.textBox.Multiline = true; this.textBox.Name = "textBox"; this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox.Size = new System.Drawing.Size(292, 25); this.textBox.TabIndex = 1; this.textBox.Text = "(define (fact n) (if (= n 0) 1 (* n (fact (- n 1)))))\r\n(MessageBox.Show (String.F" + "ormat \"6! = {0}\" (fact 6)) \"Lisp Demo\")"; this.textBox.WordWrap = false; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(292, 212); tabControl1.TabIndex = 3; // // tabPage1 // tabPage1.Controls.Add(this.sexpTextBox); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(284, 186); tabPage1.TabIndex = 0; tabPage1.Text = "S-Expressions"; tabPage1.UseVisualStyleBackColor = true; // // sexpTextBox // this.sexpTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.sexpTextBox.Location = new System.Drawing.Point(3, 3); this.sexpTextBox.Multiline = true; this.sexpTextBox.Name = "sexpTextBox"; this.sexpTextBox.ReadOnly = true; this.sexpTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.sexpTextBox.Size = new System.Drawing.Size(278, 180); this.sexpTextBox.TabIndex = 2; this.sexpTextBox.WordWrap = false; // // tabPage2 // tabPage2.Controls.Add(this.primitivesTextBox); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(284, 100); tabPage2.TabIndex = 1; tabPage2.Text = "Primitives"; tabPage2.UseVisualStyleBackColor = true; // // primitivesTextBox // this.primitivesTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.primitivesTextBox.Location = new System.Drawing.Point(3, 3); this.primitivesTextBox.Multiline = true; this.primitivesTextBox.Name = "primitivesTextBox"; this.primitivesTextBox.ReadOnly = true; this.primitivesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.primitivesTextBox.Size = new System.Drawing.Size(278, 94); this.primitivesTextBox.TabIndex = 3; this.primitivesTextBox.WordWrap = false; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.Add(splitContainer1); this.Controls.Add(toolStrip1); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds; this.Text = "Lisp Compiler Demo"; toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage1.PerformLayout(); tabPage2.ResumeLayout(false); tabPage2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(wLastChanceTrace)); textBoxMessage = new System.Windows.Forms.TextBox(); textBoxType = new System.Windows.Forms.TextBox(); textBoxStack = new System.Windows.Forms.TextBox(); btnExit = new System.Windows.Forms.Button(); btnSend = new System.Windows.Forms.Button(); btnSave = new System.Windows.Forms.Button(); panelBtn = new System.Windows.Forms.Panel(); btnKill = new System.Windows.Forms.Button(); panel2 = new System.Windows.Forms.Panel(); pictureBox1 = new System.Windows.Forms.PictureBox(); tabControl = new System.Windows.Forms.TabControl(); tabPageMessage = new System.Windows.Forms.TabPage(); richTextBox1 = new System.Windows.Forms.RichTextBox(); tabPageDetails = new System.Windows.Forms.TabPage(); tabPageSystem = new System.Windows.Forms.TabPage(); textBoxSystem = new System.Windows.Forms.TextBox(); panelBtn.SuspendLayout(); panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); tabControl.SuspendLayout(); tabPageMessage.SuspendLayout(); tabPageDetails.SuspendLayout(); tabPageSystem.SuspendLayout(); SuspendLayout(); // // textBoxMessage // textBoxMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); textBoxMessage.Location = new System.Drawing.Point(114, 15); textBoxMessage.Name = "textBoxMessage"; textBoxMessage.ReadOnly = true; textBoxMessage.Size = new System.Drawing.Size(333, 20); textBoxMessage.TabIndex = 0; textBoxMessage.Text = "."; textBoxMessage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textBoxType // textBoxType.AcceptsReturn = true; textBoxType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); textBoxType.Location = new System.Drawing.Point(114, 41); textBoxType.Name = "textBoxType"; textBoxType.ReadOnly = true; textBoxType.Size = new System.Drawing.Size(333, 20); textBoxType.TabIndex = 1; textBoxType.Text = "."; textBoxType.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textBoxStack // textBoxStack.AcceptsReturn = true; textBoxStack.Dock = System.Windows.Forms.DockStyle.Fill; textBoxStack.Location = new System.Drawing.Point(5, 5); textBoxStack.Multiline = true; textBoxStack.Name = "textBoxStack"; textBoxStack.ReadOnly = true; textBoxStack.ScrollBars = System.Windows.Forms.ScrollBars.Both; textBoxStack.Size = new System.Drawing.Size(439, 180); textBoxStack.TabIndex = 3; textBoxStack.WordWrap = false; // // btnExit // btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); btnExit.Location = new System.Drawing.Point(302, 5); btnExit.Name = "btnExit"; btnExit.Size = new System.Drawing.Size(75, 23); btnExit.TabIndex = 4; btnExit.Text = "Continue"; btnExit.UseVisualStyleBackColor = true; btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnSend // btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); btnSend.Enabled = false; btnSend.Location = new System.Drawing.Point(221, 5); btnSend.Name = "btnSend"; btnSend.Size = new System.Drawing.Size(75, 23); btnSend.TabIndex = 5; btnSend.Text = "Send"; btnSend.UseVisualStyleBackColor = true; btnSend.Visible = false; btnSend.Click += new System.EventHandler(this.btnSend_Click); // // btnSave // btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); btnSave.Location = new System.Drawing.Point(139, 5); btnSave.Name = "btnSave"; btnSave.Size = new System.Drawing.Size(75, 23); btnSave.TabIndex = 6; btnSave.Text = "Save"; btnSave.UseVisualStyleBackColor = true; btnSave.Click += new System.EventHandler(this.btnSave_Click); // // panelBtn // panelBtn.Controls.Add(this.btnKill); panelBtn.Controls.Add(this.btnSend); panelBtn.Controls.Add(this.btnSave); panelBtn.Controls.Add(this.btnExit); panelBtn.Dock = System.Windows.Forms.DockStyle.Bottom; panelBtn.Location = new System.Drawing.Point(10, 305); panelBtn.Name = "panelBtn"; panelBtn.Size = new System.Drawing.Size(457, 28); panelBtn.TabIndex = 7; // // btnKill // btnKill.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); btnKill.Location = new System.Drawing.Point(382, 5); btnKill.Name = "btnKill"; btnKill.Size = new System.Drawing.Size(75, 23); btnKill.TabIndex = 7; btnKill.Text = "Exit"; btnKill.UseVisualStyleBackColor = true; btnKill.Click += new System.EventHandler(this.btnKill_Click); // // panel2 // panel2.Controls.Add(this.pictureBox1); panel2.Controls.Add(this.textBoxMessage); panel2.Controls.Add(this.textBoxType); panel2.Dock = System.Windows.Forms.DockStyle.Top; panel2.Location = new System.Drawing.Point(10, 10); panel2.Name = "panel2"; panel2.Size = new System.Drawing.Size(457, 72); panel2.TabIndex = 8; // // pictureBox1 // pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); pictureBox1.Location = new System.Drawing.Point(0, 0); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new System.Drawing.Size(98, 61); pictureBox1.TabIndex = 2; pictureBox1.TabStop = false; // // tabControl // tabControl.Appearance = System.Windows.Forms.TabAppearance.FlatButtons; tabControl.Controls.Add(this.tabPageMessage); tabControl.Controls.Add(this.tabPageDetails); tabControl.Controls.Add(this.tabPageSystem); tabControl.Dock = System.Windows.Forms.DockStyle.Fill; tabControl.Location = new System.Drawing.Point(10, 82); tabControl.Multiline = true; tabControl.Name = "tabControl"; tabControl.Padding = new System.Drawing.Point(5, 5); tabControl.SelectedIndex = 0; tabControl.Size = new System.Drawing.Size(457, 223); tabControl.TabIndex = 1; // // tabPageMessage // tabPageMessage.Controls.Add(this.richTextBox1); tabPageMessage.Location = new System.Drawing.Point(4, 29); tabPageMessage.Name = "tabPageMessage"; tabPageMessage.Padding = new System.Windows.Forms.Padding(3); tabPageMessage.Size = new System.Drawing.Size(449, 190); tabPageMessage.TabIndex = 0; tabPageMessage.Text = "Message"; tabPageMessage.UseVisualStyleBackColor = true; // // richTextBox1 // richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; richTextBox1.Location = new System.Drawing.Point(11, 22); richTextBox1.Name = "richTextBox1"; richTextBox1.ReadOnly = true; richTextBox1.Size = new System.Drawing.Size(423, 151); richTextBox1.TabIndex = 1; richTextBox1.Text = resources.GetString("richTextBox1.Text"); // // tabPageDetails // tabPageDetails.Controls.Add(this.textBoxStack); tabPageDetails.Location = new System.Drawing.Point(4, 29); tabPageDetails.Name = "tabPageDetails"; tabPageDetails.Padding = new System.Windows.Forms.Padding(5); tabPageDetails.Size = new System.Drawing.Size(449, 190); tabPageDetails.TabIndex = 1; tabPageDetails.Text = "Details"; tabPageDetails.UseVisualStyleBackColor = true; // // tabPageSystem // tabPageSystem.Controls.Add(this.textBoxSystem); tabPageSystem.Location = new System.Drawing.Point(4, 29); tabPageSystem.Name = "tabPageSystem"; tabPageSystem.Padding = new System.Windows.Forms.Padding(5); tabPageSystem.Size = new System.Drawing.Size(449, 190); tabPageSystem.TabIndex = 2; tabPageSystem.Text = "System"; tabPageSystem.UseVisualStyleBackColor = true; // // textBoxSystem // textBoxSystem.AcceptsReturn = true; textBoxSystem.Dock = System.Windows.Forms.DockStyle.Fill; textBoxSystem.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); textBoxSystem.Location = new System.Drawing.Point(5, 5); textBoxSystem.Multiline = true; textBoxSystem.Name = "textBoxSystem"; textBoxSystem.ReadOnly = true; textBoxSystem.ScrollBars = System.Windows.Forms.ScrollBars.Both; textBoxSystem.Size = new System.Drawing.Size(439, 180); textBoxSystem.TabIndex = 4; textBoxSystem.WordWrap = false; // // wLastChanceTrace // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(477, 343); Controls.Add(this.tabControl); Controls.Add(this.panel2); Controls.Add(this.panelBtn); Name = "wLastChanceTrace"; Padding = new System.Windows.Forms.Padding(10); ShowIcon = false; ShowInTaskbar = false; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "LastChanceTrace"; TopMost = true; panelBtn.ResumeLayout(false); panel2.ResumeLayout(false); panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); tabControl.ResumeLayout(false); tabPageMessage.ResumeLayout(false); tabPageDetails.ResumeLayout(false); tabPageDetails.PerformLayout(); tabPageSystem.ResumeLayout(false); tabPageSystem.PerformLayout(); ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem homunculusSettingsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem mercenarySettingsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem homunculusTacticsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem mercenaryTacticsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem homunculusSettingsToolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem mercenarySettingsToolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem homunculusTacticsToolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem mercenaryTacticsToolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem documentationToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.TabPage tabPage2; System.Windows.Forms.TabPage tabPage3; System.Windows.Forms.TabPage tabPage4; System.Windows.Forms.TabPage tabPage5; System.Windows.Forms.TabPage tabPage6; System.Windows.Forms.Label label1; this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.applySettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); this.revertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.resetToDefaultsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.propertyGridHomunculus = new System.Windows.Forms.PropertyGrid(); this.propertyGridMercenary = new System.Windows.Forms.PropertyGrid(); this.homTactControl1 = new AzzyAIConfig.HomTactControl(); this.merTactControl1 = new AzzyAIConfig.MerTactControl(); this.pvpTactControl1 = new AzzyAIConfig.PvpTactControl(); this.tabPage7 = new System.Windows.Forms.TabPage(); this.m_PvpTactControl1 = new AzzyAIConfig.M_PvpTactControl(); this.extraControl1 = new AzzyAIConfig.ExtraControl(); this.buttonApply = new System.Windows.Forms.Button(); this.buttonQuit = new System.Windows.Forms.Button(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); homunculusSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); mercenarySettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); homunculusTacticsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); mercenaryTacticsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); homunculusSettingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); mercenarySettingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); homunculusTacticsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); mercenaryTacticsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); documentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); tabPage2 = new System.Windows.Forms.TabPage(); tabPage3 = new System.Windows.Forms.TabPage(); tabPage4 = new System.Windows.Forms.TabPage(); tabPage5 = new System.Windows.Forms.TabPage(); tabPage6 = new System.Windows.Forms.TabPage(); label1 = new System.Windows.Forms.Label(); menuStrip1.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); tabPage2.SuspendLayout(); tabPage3.SuspendLayout(); tabPage4.SuspendLayout(); tabPage5.SuspendLayout(); this.tabPage7.SuspendLayout(); tabPage6.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem, helpToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(624, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { importToolStripMenuItem, exportToolStripMenuItem, this.toolStripMenuItem1, exitToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F))); fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "File"; // // importToolStripMenuItem // importToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { homunculusSettingsToolStripMenuItem, mercenarySettingsToolStripMenuItem, homunculusTacticsToolStripMenuItem, mercenaryTacticsToolStripMenuItem }); importToolStripMenuItem.Name = "importToolStripMenuItem"; importToolStripMenuItem.Size = new System.Drawing.Size(110, 22); importToolStripMenuItem.Text = "Import"; // // homunculusSettingsToolStripMenuItem // homunculusSettingsToolStripMenuItem.Name = "homunculusSettingsToolStripMenuItem"; homunculusSettingsToolStripMenuItem.Size = new System.Drawing.Size(197, 22); homunculusSettingsToolStripMenuItem.Text = "Homunculus Settings..."; homunculusSettingsToolStripMenuItem.Click += new System.EventHandler(this.homunculusSettingsToolStripMenuItem_Click); // // mercenarySettingsToolStripMenuItem // mercenarySettingsToolStripMenuItem.Name = "mercenarySettingsToolStripMenuItem"; mercenarySettingsToolStripMenuItem.Size = new System.Drawing.Size(197, 22); mercenarySettingsToolStripMenuItem.Text = "Mercenary Settings..."; mercenarySettingsToolStripMenuItem.Click += new System.EventHandler(this.mercenarySettingsToolStripMenuItem_Click); // // homunculusTacticsToolStripMenuItem // homunculusTacticsToolStripMenuItem.Name = "homunculusTacticsToolStripMenuItem"; homunculusTacticsToolStripMenuItem.Size = new System.Drawing.Size(197, 22); homunculusTacticsToolStripMenuItem.Text = "Homunculus Tactics..."; homunculusTacticsToolStripMenuItem.Click += new System.EventHandler(this.homunculusTacticsToolStripMenuItem_Click); // // mercenaryTacticsToolStripMenuItem // mercenaryTacticsToolStripMenuItem.Name = "mercenaryTacticsToolStripMenuItem"; mercenaryTacticsToolStripMenuItem.Size = new System.Drawing.Size(197, 22); mercenaryTacticsToolStripMenuItem.Text = "Mercenary Tactics..."; mercenaryTacticsToolStripMenuItem.Click += new System.EventHandler(this.mercenaryTacticsToolStripMenuItem_Click); // // exportToolStripMenuItem // exportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { homunculusSettingsToolStripMenuItem1, mercenarySettingsToolStripMenuItem1, homunculusTacticsToolStripMenuItem1, mercenaryTacticsToolStripMenuItem1 }); exportToolStripMenuItem.Name = "exportToolStripMenuItem"; exportToolStripMenuItem.Size = new System.Drawing.Size(110, 22); exportToolStripMenuItem.Text = "Export"; // // homunculusSettingsToolStripMenuItem1 // homunculusSettingsToolStripMenuItem1.Name = "homunculusSettingsToolStripMenuItem1"; homunculusSettingsToolStripMenuItem1.Size = new System.Drawing.Size(197, 22); homunculusSettingsToolStripMenuItem1.Text = "Homunculus Settings..."; homunculusSettingsToolStripMenuItem1.Click += new System.EventHandler(this.homunculusSettingsToolStripMenuItem1_Click); // // mercenarySettingsToolStripMenuItem1 // mercenarySettingsToolStripMenuItem1.Name = "mercenarySettingsToolStripMenuItem1"; mercenarySettingsToolStripMenuItem1.Size = new System.Drawing.Size(197, 22); mercenarySettingsToolStripMenuItem1.Text = "Mercenary Settings..."; mercenarySettingsToolStripMenuItem1.Click += new System.EventHandler(this.mercenarySettingsToolStripMenuItem1_Click); // // homunculusTacticsToolStripMenuItem1 // homunculusTacticsToolStripMenuItem1.Name = "homunculusTacticsToolStripMenuItem1"; homunculusTacticsToolStripMenuItem1.Size = new System.Drawing.Size(197, 22); homunculusTacticsToolStripMenuItem1.Text = "Homunculus Tactics..."; homunculusTacticsToolStripMenuItem1.Click += new System.EventHandler(this.homunculusTacticsToolStripMenuItem1_Click); // // mercenaryTacticsToolStripMenuItem1 // mercenaryTacticsToolStripMenuItem1.Name = "mercenaryTacticsToolStripMenuItem1"; mercenaryTacticsToolStripMenuItem1.Size = new System.Drawing.Size(197, 22); mercenaryTacticsToolStripMenuItem1.Text = "Mercenary Tactics..."; mercenaryTacticsToolStripMenuItem1.Click += new System.EventHandler(this.mercenaryTacticsToolStripMenuItem1_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(107, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(110, 22); exitToolStripMenuItem.Text = "Exit"; exitToolStripMenuItem.Click += new System.EventHandler(this.buttonQuit_Click); // // editToolStripMenuItem // editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.applySettingsToolStripMenuItem, this.toolStripMenuItem3, this.revertToolStripMenuItem, this.resetToDefaultsToolStripMenuItem }); editToolStripMenuItem.Name = "editToolStripMenuItem"; editToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.E))); editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); editToolStripMenuItem.Text = "Edit"; // // applySettingsToolStripMenuItem // this.applySettingsToolStripMenuItem.Enabled = false; this.applySettingsToolStripMenuItem.Name = "applySettingsToolStripMenuItem"; this.applySettingsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.applySettingsToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.applySettingsToolStripMenuItem.Text = "Apply Settings"; this.applySettingsToolStripMenuItem.Click += new System.EventHandler(this.buttonApply_Click); // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(201, 6); // // revertToolStripMenuItem // this.revertToolStripMenuItem.Enabled = false; this.revertToolStripMenuItem.Name = "revertToolStripMenuItem"; this.revertToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); this.revertToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.revertToolStripMenuItem.Text = "Revert"; this.revertToolStripMenuItem.Click += new System.EventHandler(this.revertToolStripMenuItem_Click); // // resetToDefaultsToolStripMenuItem // this.resetToDefaultsToolStripMenuItem.Name = "resetToDefaultsToolStripMenuItem"; this.resetToDefaultsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); this.resetToDefaultsToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.resetToDefaultsToolStripMenuItem.Text = "Reset to Defaults"; this.resetToDefaultsToolStripMenuItem.Click += new System.EventHandler(this.resetToDefaultsToolStripMenuItem_Click); // // helpToolStripMenuItem // helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { documentationToolStripMenuItem, this.toolStripMenuItem2, aboutToolStripMenuItem }); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H))); helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); helpToolStripMenuItem.Text = "Help"; // // documentationToolStripMenuItem // documentationToolStripMenuItem.Name = "documentationToolStripMenuItem"; documentationToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1; documentationToolStripMenuItem.Size = new System.Drawing.Size(176, 22); documentationToolStripMenuItem.Text = "Documentation"; documentationToolStripMenuItem.Click += new System.EventHandler(this.documentationToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(173, 6); // // aboutToolStripMenuItem // aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; aboutToolStripMenuItem.Size = new System.Drawing.Size(176, 22); aboutToolStripMenuItem.Text = "About..."; aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 3; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.Controls.Add(tabControl1, 0, 0); tableLayoutPanel1.Controls.Add(label1, 0, 1); tableLayoutPanel1.Controls.Add(this.buttonApply, 1, 1); tableLayoutPanel1.Controls.Add(this.buttonQuit, 2, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 24); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(624, 418); tableLayoutPanel1.TabIndex = 1; // // tabControl1 // tableLayoutPanel1.SetColumnSpan(tabControl1, 3); tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Controls.Add(tabPage3); tabControl1.Controls.Add(tabPage4); tabControl1.Controls.Add(tabPage5); tabControl1.Controls.Add(this.tabPage7); tabControl1.Controls.Add(tabPage6); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(3, 3); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(618, 383); tabControl1.TabIndex = 0; // // tabPage1 // tabPage1.Controls.Add(this.propertyGridHomunculus); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); tabPage1.Size = new System.Drawing.Size(610, 357); tabPage1.TabIndex = 0; tabPage1.Text = "Homunculus"; tabPage1.UseVisualStyleBackColor = true; // // propertyGridHomunculus // this.propertyGridHomunculus.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGridHomunculus.Location = new System.Drawing.Point(3, 3); this.propertyGridHomunculus.Name = "propertyGridHomunculus"; this.propertyGridHomunculus.Size = new System.Drawing.Size(604, 351); this.propertyGridHomunculus.TabIndex = 0; this.propertyGridHomunculus.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGridHomunculus_PropertyValueChanged); // // tabPage2 // tabPage2.Controls.Add(this.propertyGridMercenary); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); tabPage2.Size = new System.Drawing.Size(610, 358); tabPage2.TabIndex = 1; tabPage2.Text = "Mercenary"; tabPage2.UseVisualStyleBackColor = true; // // propertyGridMercenary // this.propertyGridMercenary.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGridMercenary.Location = new System.Drawing.Point(3, 3); this.propertyGridMercenary.Name = "propertyGridMercenary"; this.propertyGridMercenary.Size = new System.Drawing.Size(604, 352); this.propertyGridMercenary.TabIndex = 0; this.propertyGridMercenary.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGridMercenary_PropertyValueChanged); // // tabPage3 // tabPage3.Controls.Add(this.homTactControl1); tabPage3.Location = new System.Drawing.Point(4, 22); tabPage3.Name = "tabPage3"; tabPage3.Size = new System.Drawing.Size(610, 358); tabPage3.TabIndex = 2; tabPage3.Text = "Homunculus Tactics"; tabPage3.UseVisualStyleBackColor = true; tabPage3.Click += new System.EventHandler(this.tabPage3_Click); // // homTactControl1 // this.homTactControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.homTactControl1.Location = new System.Drawing.Point(0, 0); this.homTactControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.homTactControl1.MinimumSize = new System.Drawing.Size(400, 230); this.homTactControl1.Name = "homTactControl1"; this.homTactControl1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.homTactControl1.Size = new System.Drawing.Size(610, 358); this.homTactControl1.TabIndex = 0; this.homTactControl1.TacticsChanged += new System.EventHandler(this.ConfigChanged); this.homTactControl1.Load += new System.EventHandler(this.homTactControl1_Load); // // tabPage4 // tabPage4.Controls.Add(this.merTactControl1); tabPage4.Location = new System.Drawing.Point(4, 22); tabPage4.Name = "tabPage4"; tabPage4.Size = new System.Drawing.Size(610, 358); tabPage4.TabIndex = 3; tabPage4.Text = "Mercenary Tactics"; tabPage4.UseVisualStyleBackColor = true; // // merTactControl1 // this.merTactControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.merTactControl1.Location = new System.Drawing.Point(0, 0); this.merTactControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.merTactControl1.MinimumSize = new System.Drawing.Size(400, 320); this.merTactControl1.Name = "merTactControl1"; this.merTactControl1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.merTactControl1.Size = new System.Drawing.Size(610, 358); this.merTactControl1.TabIndex = 0; this.merTactControl1.TacticsChanged += new System.EventHandler(this.ConfigChanged); // // tabPage5 // tabPage5.Controls.Add(this.pvpTactControl1); tabPage5.Location = new System.Drawing.Point(4, 22); tabPage5.Name = "tabPage5"; tabPage5.Size = new System.Drawing.Size(610, 358); tabPage5.TabIndex = 4; tabPage5.Text = "PVP Tactics"; tabPage5.UseVisualStyleBackColor = true; // // pvpTactControl1 // this.pvpTactControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.pvpTactControl1.Location = new System.Drawing.Point(0, 0); this.pvpTactControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pvpTactControl1.MinimumSize = new System.Drawing.Size(400, 260); this.pvpTactControl1.Name = "pvpTactControl1"; this.pvpTactControl1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.pvpTactControl1.Size = new System.Drawing.Size(610, 358); this.pvpTactControl1.TabIndex = 0; this.pvpTactControl1.PvpTacticsChanged += new System.EventHandler(this.ConfigChanged); // // tabPage7 // this.tabPage7.Controls.Add(this.m_PvpTactControl1); this.tabPage7.Location = new System.Drawing.Point(4, 22); this.tabPage7.Name = "tabPage7"; this.tabPage7.Size = new System.Drawing.Size(610, 358); this.tabPage7.TabIndex = 6; this.tabPage7.Text = "Merc PVP Tactics"; this.tabPage7.UseVisualStyleBackColor = true; // // m_PvpTactControl1 // this.m_PvpTactControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.m_PvpTactControl1.Location = new System.Drawing.Point(0, 0); this.m_PvpTactControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.m_PvpTactControl1.MinimumSize = new System.Drawing.Size(400, 260); this.m_PvpTactControl1.Name = "m_PvpTactControl1"; this.m_PvpTactControl1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.m_PvpTactControl1.Size = new System.Drawing.Size(610, 358); this.m_PvpTactControl1.TabIndex = 0; this.m_PvpTactControl1.M_PvpTacticsChanged += new System.EventHandler(this.ConfigChanged); // // tabPage6 // tabPage6.Controls.Add(this.extraControl1); tabPage6.Location = new System.Drawing.Point(4, 22); tabPage6.Name = "tabPage6"; tabPage6.Size = new System.Drawing.Size(610, 358); tabPage6.TabIndex = 5; tabPage6.Text = "Extra Options"; tabPage6.UseVisualStyleBackColor = true; // // extraControl1 // this.extraControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.extraControl1.Location = new System.Drawing.Point(0, 0); this.extraControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.extraControl1.MinimumSize = new System.Drawing.Size(312, 72); this.extraControl1.Name = "extraControl1"; this.extraControl1.Size = new System.Drawing.Size(610, 358); this.extraControl1.TabIndex = 0; this.extraControl1.ExtraChanged += new System.EventHandler(this.ConfigChanged); // // label1 // label1.Anchor = System.Windows.Forms.AnchorStyles.Right; label1.AutoSize = true; label1.Location = new System.Drawing.Point(282, 397); label1.Name = "label1"; label1.Size = new System.Drawing.Size(162, 13); label1.TabIndex = 1; label1.Text = "AzzyAI Configuration Utility v1.55"; label1.Click += new System.EventHandler(this.label1_Click); // // buttonApply // this.buttonApply.Anchor = System.Windows.Forms.AnchorStyles.Right; this.buttonApply.Enabled = false; this.buttonApply.Location = new System.Drawing.Point(450, 392); this.buttonApply.Name = "buttonApply"; this.buttonApply.Size = new System.Drawing.Size(90, 23); this.buttonApply.TabIndex = 2; this.buttonApply.Text = "Apply Settings"; this.buttonApply.UseVisualStyleBackColor = true; this.buttonApply.Click += new System.EventHandler(this.buttonApply_Click); // // buttonQuit // this.buttonQuit.Anchor = System.Windows.Forms.AnchorStyles.Right; this.buttonQuit.Location = new System.Drawing.Point(546, 392); this.buttonQuit.Name = "buttonQuit"; this.buttonQuit.Size = new System.Drawing.Size(75, 23); this.buttonQuit.TabIndex = 3; this.buttonQuit.Text = "Quit"; this.buttonQuit.UseVisualStyleBackColor = true; this.buttonQuit.Click += new System.EventHandler(this.buttonQuit_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(624, 442); this.Controls.Add(tableLayoutPanel1); this.Controls.Add(menuStrip1); this.MainMenuStrip = menuStrip1; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AzzyAI Configuration Utility"; this.Load += new System.EventHandler(this.MainForm_Load); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage2.ResumeLayout(false); tabPage3.ResumeLayout(false); tabPage4.ResumeLayout(false); tabPage5.ResumeLayout(false); this.tabPage7.ResumeLayout(false); tabPage6.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.Label label12; System.Windows.Forms.Label label11; System.Windows.Forms.Label label10; System.Windows.Forms.Label label9; System.Windows.Forms.Label label8; System.Windows.Forms.GroupBox groupBox4; System.Windows.Forms.Label label30; System.Windows.Forms.Label label29; System.Windows.Forms.Label label28; System.Windows.Forms.Label label27; System.Windows.Forms.Label label26; System.Windows.Forms.Label label25; System.Windows.Forms.Label label24; System.Windows.Forms.Label label14; System.Windows.Forms.Label label13; System.Windows.Forms.Label label31; System.Windows.Forms.GroupBox groupBox3; System.Windows.Forms.Label label22; System.Windows.Forms.Label label20; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Label label15; System.Windows.Forms.Label label7; System.Windows.Forms.Label label6; System.Windows.Forms.Label label5; System.Windows.Forms.Label label3; System.Windows.Forms.Label label4; System.Windows.Forms.Label label19; System.Windows.Forms.GroupBox groupBox2; System.Windows.Forms.Label label18; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.Label label17; System.Windows.Forms.Label label16; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2; System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3; System.Windows.Forms.Label label32; System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4; System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5; System.Windows.Forms.Label label33; System.Windows.Forms.Label label34; this.tabPrereq = new System.Windows.Forms.TabPage(); this.picDX = new System.Windows.Forms.PictureBox(); this.picVC2008 = new System.Windows.Forms.PictureBox(); this.picVC2005 = new System.Windows.Forms.PictureBox(); this.picNet40 = new System.Windows.Forms.PictureBox(); this.picNet35 = new System.Windows.Forms.PictureBox(); this.linkLabel7 = new System.Windows.Forms.LinkLabel(); this.linkLabel6 = new System.Windows.Forms.LinkLabel(); this.linkLabel5 = new System.Windows.Forms.LinkLabel(); this.linkLabel4 = new System.Windows.Forms.LinkLabel(); this.linkLabel3 = new System.Windows.Forms.LinkLabel(); this.lblNetFx35sp1 = new System.Windows.Forms.Label(); this.lblVC2008sp1 = new System.Windows.Forms.Label(); this.lblVC2005sp1 = new System.Windows.Forms.Label(); this.lblNetFx40 = new System.Windows.Forms.Label(); this.tabConnection1 = new System.Windows.Forms.TabPage(); this.lblServerCDN = new System.Windows.Forms.Label(); this.lblServerDataEurope = new System.Windows.Forms.Label(); this.lblServerDataAustralia = new System.Windows.Forms.Label(); this.lblServerDataUSEast = new System.Windows.Forms.Label(); this.lblServerDataUSWest = new System.Windows.Forms.Label(); this.lblServerRedirector = new System.Windows.Forms.Label(); this.lblServerMaster = new System.Windows.Forms.Label(); this.picServerRedirector = new System.Windows.Forms.PictureBox(); this.picServerDataUSEast = new System.Windows.Forms.PictureBox(); this.picServerDataUSWest = new System.Windows.Forms.PictureBox(); this.picServerDataEurope = new System.Windows.Forms.PictureBox(); this.picServerDataAustralia = new System.Windows.Forms.PictureBox(); this.picServerCDN = new System.Windows.Forms.PictureBox(); this.picServerMaster = new System.Windows.Forms.PictureBox(); this.lblHosts = new System.Windows.Forms.Label(); this.linkHosts = new System.Windows.Forms.LinkLabel(); this.picHosts = new System.Windows.Forms.PictureBox(); this.tabConnection2 = new System.Windows.Forms.TabPage(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.linkLabel12 = new System.Windows.Forms.LinkLabel(); this.linkLabel11 = new System.Windows.Forms.LinkLabel(); this.linkLabel10 = new System.Windows.Forms.LinkLabel(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.linkLabel8 = new System.Windows.Forms.LinkLabel(); this.linkAutoProxy = new System.Windows.Forms.LinkLabel(); this.tabHardware = new System.Windows.Forms.TabPage(); this.picRAM = new System.Windows.Forms.PictureBox(); this.picCPU = new System.Windows.Forms.PictureBox(); this.lblRAM = new System.Windows.Forms.Label(); this.lblCPU = new System.Windows.Forms.Label(); this.lblOperatingSystem = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.picVideoMem = new System.Windows.Forms.PictureBox(); this.lblVideoMem = new System.Windows.Forms.Label(); this.picPixelShader = new System.Windows.Forms.PictureBox(); this.lblPixelShader = new System.Windows.Forms.Label(); this.lblDriverUrl = new System.Windows.Forms.LinkLabel(); this.lblDriverDate = new System.Windows.Forms.Label(); this.lblDeviceVendor = new System.Windows.Forms.Label(); this.lblDeviceName = new System.Windows.Forms.Label(); this.tabMisc = new System.Windows.Forms.TabPage(); this.linkDeleteControls = new System.Windows.Forms.LinkLabel(); this.linkShaderCache = new System.Windows.Forms.LinkLabel(); this.linkScreenshot = new System.Windows.Forms.LinkLabel(); this.tabCredits = new System.Windows.Forms.TabPage(); this.linkLabel9 = new System.Windows.Forms.LinkLabel(); this.label23 = new System.Windows.Forms.Label(); this.linkLabel2 = new System.Windows.Forms.LinkLabel(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.btnStart = new System.Windows.Forms.Button(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusSuccess = new System.Windows.Forms.ToolStripStatusLabel(); this.statusWarning = new System.Windows.Forms.ToolStripStatusLabel(); this.statusError = new System.Windows.Forms.ToolStripStatusLabel(); this.statusGamePath = new System.Windows.Forms.ToolStripStatusLabel(); this.lblStatus = new System.Windows.Forms.Label(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.lblVideoMemDedicated = new System.Windows.Forms.Label(); this.linkLabel13 = new System.Windows.Forms.LinkLabel(); tabControl1 = new System.Windows.Forms.TabControl(); label12 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label9 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); groupBox4 = new System.Windows.Forms.GroupBox(); label30 = new System.Windows.Forms.Label(); label29 = new System.Windows.Forms.Label(); label28 = new System.Windows.Forms.Label(); label27 = new System.Windows.Forms.Label(); label26 = new System.Windows.Forms.Label(); label25 = new System.Windows.Forms.Label(); label24 = new System.Windows.Forms.Label(); label14 = new System.Windows.Forms.Label(); label13 = new System.Windows.Forms.Label(); label31 = new System.Windows.Forms.Label(); groupBox3 = new System.Windows.Forms.GroupBox(); label22 = new System.Windows.Forms.Label(); label20 = new System.Windows.Forms.Label(); groupBox1 = new System.Windows.Forms.GroupBox(); label15 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label19 = new System.Windows.Forms.Label(); groupBox2 = new System.Windows.Forms.GroupBox(); label18 = new System.Windows.Forms.Label(); label17 = new System.Windows.Forms.Label(); label16 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel(); label32 = new System.Windows.Forms.Label(); toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel(); toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel(); label33 = new System.Windows.Forms.Label(); label34 = new System.Windows.Forms.Label(); tabControl1.SuspendLayout(); this.tabPrereq.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picDX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picVC2008)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picVC2005)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picNet40)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picNet35)).BeginInit(); this.tabConnection1.SuspendLayout(); groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picServerRedirector)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerDataUSEast)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerDataUSWest)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerDataEurope)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerDataAustralia)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerCDN)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerMaster)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picHosts)).BeginInit(); this.tabConnection2.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox5.SuspendLayout(); this.tabHardware.SuspendLayout(); groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picRAM)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picCPU)).BeginInit(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picVideoMem)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picPixelShader)).BeginInit(); this.tabMisc.SuspendLayout(); groupBox2.SuspendLayout(); this.tabCredits.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); tabControl1.Controls.Add(this.tabPrereq); tabControl1.Controls.Add(this.tabConnection1); tabControl1.Controls.Add(this.tabConnection2); tabControl1.Controls.Add(this.tabHardware); tabControl1.Controls.Add(this.tabMisc); tabControl1.Controls.Add(this.tabCredits); tabControl1.Location = new System.Drawing.Point(12, 12); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(562, 391); tabControl1.TabIndex = 0; // // tabPrereq // this.tabPrereq.Controls.Add(this.picDX); this.tabPrereq.Controls.Add(this.picVC2008); this.tabPrereq.Controls.Add(this.picVC2005); this.tabPrereq.Controls.Add(this.picNet40); this.tabPrereq.Controls.Add(this.picNet35); this.tabPrereq.Controls.Add(this.linkLabel7); this.tabPrereq.Controls.Add(label12); this.tabPrereq.Controls.Add(this.linkLabel6); this.tabPrereq.Controls.Add(label11); this.tabPrereq.Controls.Add(this.linkLabel5); this.tabPrereq.Controls.Add(label10); this.tabPrereq.Controls.Add(this.linkLabel4); this.tabPrereq.Controls.Add(label9); this.tabPrereq.Controls.Add(this.linkLabel3); this.tabPrereq.Controls.Add(label8); this.tabPrereq.Controls.Add(this.lblNetFx35sp1); this.tabPrereq.Controls.Add(this.lblVC2008sp1); this.tabPrereq.Controls.Add(this.lblVC2005sp1); this.tabPrereq.Controls.Add(this.lblNetFx40); this.tabPrereq.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabPrereq.Location = new System.Drawing.Point(4, 22); this.tabPrereq.Name = "tabPrereq"; this.tabPrereq.Padding = new System.Windows.Forms.Padding(3); this.tabPrereq.Size = new System.Drawing.Size(554, 365); this.tabPrereq.TabIndex = 0; this.tabPrereq.Text = "Prerequisites"; this.tabPrereq.UseVisualStyleBackColor = true; // // picDX // this.picDX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picDX.Location = new System.Drawing.Point(15, 272); this.picDX.Name = "picDX"; this.picDX.Size = new System.Drawing.Size(32, 32); this.picDX.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picDX.TabIndex = 18; this.picDX.TabStop = false; // // picVC2008 // this.picVC2008.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picVC2008.Location = new System.Drawing.Point(15, 205); this.picVC2008.Name = "picVC2008"; this.picVC2008.Size = new System.Drawing.Size(32, 32); this.picVC2008.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picVC2008.TabIndex = 13; this.picVC2008.TabStop = false; // // picVC2005 // this.picVC2005.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picVC2005.Location = new System.Drawing.Point(15, 142); this.picVC2005.Name = "picVC2005"; this.picVC2005.Size = new System.Drawing.Size(32, 32); this.picVC2005.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picVC2005.TabIndex = 12; this.picVC2005.TabStop = false; // // picNet40 // this.picNet40.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picNet40.Location = new System.Drawing.Point(15, 80); this.picNet40.Name = "picNet40"; this.picNet40.Size = new System.Drawing.Size(32, 32); this.picNet40.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picNet40.TabIndex = 11; this.picNet40.TabStop = false; // // picNet35 // this.picNet35.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picNet35.Location = new System.Drawing.Point(15, 29); this.picNet35.Name = "picNet35"; this.picNet35.Size = new System.Drawing.Size(32, 32); this.picNet35.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picNet35.TabIndex = 10; this.picNet35.TabStop = false; // // linkLabel7 // this.linkLabel7.AutoSize = true; this.linkLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel7.Location = new System.Drawing.Point(54, 292); this.linkLabel7.Name = "linkLabel7"; this.linkLabel7.Size = new System.Drawing.Size(124, 13); this.linkLabel7.TabIndex = 9; this.linkLabel7.TabStop = true; this.linkLabel7.Text = "Download from Microsoft"; this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked); // // label12 // label12.AutoSize = true; label12.Location = new System.Drawing.Point(53, 272); label12.Name = "label12"; label12.Size = new System.Drawing.Size(295, 20); label12.TabIndex = 8; label12.Text = "DirectX End-User Runtime Web Installer"; // // linkLabel6 // this.linkLabel6.AutoSize = true; this.linkLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel6.Location = new System.Drawing.Point(54, 225); this.linkLabel6.Name = "linkLabel6"; this.linkLabel6.Size = new System.Drawing.Size(124, 13); this.linkLabel6.TabIndex = 7; this.linkLabel6.TabStop = true; this.linkLabel6.Text = "Download from Microsoft"; this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked); // // label11 // label11.AutoSize = true; label11.Location = new System.Drawing.Point(53, 205); label11.Name = "label11"; label11.Size = new System.Drawing.Size(414, 20); label11.TabIndex = 6; label11.Text = "Microsoft Visual C++ 2008 Redistributable Package (x86) "; // // linkLabel5 // this.linkLabel5.AutoSize = true; this.linkLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel5.Location = new System.Drawing.Point(54, 162); this.linkLabel5.Name = "linkLabel5"; this.linkLabel5.Size = new System.Drawing.Size(124, 13); this.linkLabel5.TabIndex = 5; this.linkLabel5.TabStop = true; this.linkLabel5.Text = "Download from Microsoft"; this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked); // // label10 // label10.AutoSize = true; label10.Location = new System.Drawing.Point(53, 142); label10.Name = "label10"; label10.Size = new System.Drawing.Size(444, 20); label10.TabIndex = 4; label10.Text = "Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)"; // // linkLabel4 // this.linkLabel4.AutoSize = true; this.linkLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel4.Location = new System.Drawing.Point(54, 100); this.linkLabel4.Name = "linkLabel4"; this.linkLabel4.Size = new System.Drawing.Size(124, 13); this.linkLabel4.TabIndex = 3; this.linkLabel4.TabStop = true; this.linkLabel4.Text = "Download from Microsoft"; this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked); // // label9 // label9.AutoSize = true; label9.Location = new System.Drawing.Point(53, 80); label9.Name = "label9"; label9.Size = new System.Drawing.Size(209, 20); label9.TabIndex = 2; label9.Text = "Microsoft .NET Framework 4"; // // linkLabel3 // this.linkLabel3.AutoSize = true; this.linkLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel3.Location = new System.Drawing.Point(54, 49); this.linkLabel3.Name = "linkLabel3"; this.linkLabel3.Size = new System.Drawing.Size(124, 13); this.linkLabel3.TabIndex = 1; this.linkLabel3.TabStop = true; this.linkLabel3.Text = "Download from Microsoft"; this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked); // // label8 // label8.AutoSize = true; label8.Location = new System.Drawing.Point(53, 29); label8.Name = "label8"; label8.Size = new System.Drawing.Size(256, 20); label8.TabIndex = 0; label8.Text = "Microsoft .NET Framework 3.5 SP1"; // // lblNetFx35sp1 // this.lblNetFx35sp1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNetFx35sp1.Location = new System.Drawing.Point(-3, 62); this.lblNetFx35sp1.Name = "lblNetFx35sp1"; this.lblNetFx35sp1.Size = new System.Drawing.Size(65, 15); this.lblNetFx35sp1.TabIndex = 14; this.lblNetFx35sp1.Text = "SP1 missing"; this.lblNetFx35sp1.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lblNetFx35sp1.Visible = false; // // lblVC2008sp1 // this.lblVC2008sp1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblVC2008sp1.Location = new System.Drawing.Point(-3, 238); this.lblVC2008sp1.Name = "lblVC2008sp1"; this.lblVC2008sp1.Size = new System.Drawing.Size(65, 15); this.lblVC2008sp1.TabIndex = 17; this.lblVC2008sp1.Text = "SP1 missing"; this.lblVC2008sp1.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lblVC2008sp1.Visible = false; // // lblVC2005sp1 // this.lblVC2005sp1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblVC2005sp1.Location = new System.Drawing.Point(-3, 175); this.lblVC2005sp1.Name = "lblVC2005sp1"; this.lblVC2005sp1.Size = new System.Drawing.Size(65, 15); this.lblVC2005sp1.TabIndex = 16; this.lblVC2005sp1.Text = "SP1 missing"; this.lblVC2005sp1.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lblVC2005sp1.Visible = false; // // lblNetFx40 // this.lblNetFx40.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNetFx40.Location = new System.Drawing.Point(-3, 113); this.lblNetFx40.Name = "lblNetFx40"; this.lblNetFx40.Size = new System.Drawing.Size(65, 15); this.lblNetFx40.TabIndex = 15; this.lblNetFx40.Text = "missing"; this.lblNetFx40.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lblNetFx40.Visible = false; // // tabConnection1 // this.tabConnection1.Controls.Add(groupBox4); this.tabConnection1.Controls.Add(label14); this.tabConnection1.Controls.Add(this.lblHosts); this.tabConnection1.Controls.Add(this.linkHosts); this.tabConnection1.Controls.Add(label13); this.tabConnection1.Controls.Add(this.picHosts); this.tabConnection1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabConnection1.Location = new System.Drawing.Point(4, 22); this.tabConnection1.Name = "tabConnection1"; this.tabConnection1.Padding = new System.Windows.Forms.Padding(3); this.tabConnection1.Size = new System.Drawing.Size(554, 365); this.tabConnection1.TabIndex = 1; this.tabConnection1.Text = "Connection I"; this.tabConnection1.UseVisualStyleBackColor = true; // // groupBox4 // groupBox4.Controls.Add(this.lblServerCDN); groupBox4.Controls.Add(this.lblServerDataEurope); groupBox4.Controls.Add(this.lblServerDataAustralia); groupBox4.Controls.Add(this.lblServerDataUSEast); groupBox4.Controls.Add(this.lblServerDataUSWest); groupBox4.Controls.Add(this.lblServerRedirector); groupBox4.Controls.Add(this.lblServerMaster); groupBox4.Controls.Add(this.picServerRedirector); groupBox4.Controls.Add(this.picServerDataUSEast); groupBox4.Controls.Add(this.picServerDataUSWest); groupBox4.Controls.Add(this.picServerDataEurope); groupBox4.Controls.Add(this.picServerDataAustralia); groupBox4.Controls.Add(this.picServerCDN); groupBox4.Controls.Add(this.picServerMaster); groupBox4.Controls.Add(label30); groupBox4.Controls.Add(label29); groupBox4.Controls.Add(label28); groupBox4.Controls.Add(label27); groupBox4.Controls.Add(label26); groupBox4.Controls.Add(label25); groupBox4.Controls.Add(label24); groupBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); groupBox4.Location = new System.Drawing.Point(6, 80); groupBox4.Name = "groupBox4"; groupBox4.Size = new System.Drawing.Size(542, 215); groupBox4.TabIndex = 5; groupBox4.TabStop = false; groupBox4.Text = "Ping tests"; // // lblServerCDN // this.lblServerCDN.Location = new System.Drawing.Point(233, 188); this.lblServerCDN.Name = "lblServerCDN"; this.lblServerCDN.Size = new System.Drawing.Size(72, 18); this.lblServerCDN.TabIndex = 20; this.lblServerCDN.Text = "Unknown"; this.lblServerCDN.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblServerDataEurope // this.lblServerDataEurope.Location = new System.Drawing.Point(233, 162); this.lblServerDataEurope.Name = "lblServerDataEurope"; this.lblServerDataEurope.Size = new System.Drawing.Size(72, 18); this.lblServerDataEurope.TabIndex = 19; this.lblServerDataEurope.Text = "Unknown"; this.lblServerDataEurope.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblServerDataAustralia // this.lblServerDataAustralia.Location = new System.Drawing.Point(233, 136); this.lblServerDataAustralia.Name = "lblServerDataAustralia"; this.lblServerDataAustralia.Size = new System.Drawing.Size(72, 18); this.lblServerDataAustralia.TabIndex = 18; this.lblServerDataAustralia.Text = "Unknown"; this.lblServerDataAustralia.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblServerDataUSEast // this.lblServerDataUSEast.Location = new System.Drawing.Point(233, 110); this.lblServerDataUSEast.Name = "lblServerDataUSEast"; this.lblServerDataUSEast.Size = new System.Drawing.Size(72, 18); this.lblServerDataUSEast.TabIndex = 17; this.lblServerDataUSEast.Text = "Unknown"; this.lblServerDataUSEast.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblServerDataUSWest // this.lblServerDataUSWest.Location = new System.Drawing.Point(233, 84); this.lblServerDataUSWest.Name = "lblServerDataUSWest"; this.lblServerDataUSWest.Size = new System.Drawing.Size(72, 18); this.lblServerDataUSWest.TabIndex = 16; this.lblServerDataUSWest.Text = "Unknown"; this.lblServerDataUSWest.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblServerRedirector // this.lblServerRedirector.Location = new System.Drawing.Point(233, 58); this.lblServerRedirector.Name = "lblServerRedirector"; this.lblServerRedirector.Size = new System.Drawing.Size(72, 18); this.lblServerRedirector.TabIndex = 15; this.lblServerRedirector.Text = "Unknown"; this.lblServerRedirector.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblServerMaster // this.lblServerMaster.Location = new System.Drawing.Point(233, 32); this.lblServerMaster.Name = "lblServerMaster"; this.lblServerMaster.Size = new System.Drawing.Size(72, 18); this.lblServerMaster.TabIndex = 14; this.lblServerMaster.Text = "Unknown"; this.lblServerMaster.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // picServerRedirector // this.picServerRedirector.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picServerRedirector.Location = new System.Drawing.Point(9, 56); this.picServerRedirector.Name = "picServerRedirector"; this.picServerRedirector.Size = new System.Drawing.Size(20, 20); this.picServerRedirector.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picServerRedirector.TabIndex = 13; this.picServerRedirector.TabStop = false; // // picServerDataUSEast // this.picServerDataUSEast.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picServerDataUSEast.Location = new System.Drawing.Point(9, 108); this.picServerDataUSEast.Name = "picServerDataUSEast"; this.picServerDataUSEast.Size = new System.Drawing.Size(20, 20); this.picServerDataUSEast.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picServerDataUSEast.TabIndex = 12; this.picServerDataUSEast.TabStop = false; // // picServerDataUSWest // this.picServerDataUSWest.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picServerDataUSWest.Location = new System.Drawing.Point(9, 82); this.picServerDataUSWest.Name = "picServerDataUSWest"; this.picServerDataUSWest.Size = new System.Drawing.Size(20, 20); this.picServerDataUSWest.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picServerDataUSWest.TabIndex = 11; this.picServerDataUSWest.TabStop = false; // // picServerDataEurope // this.picServerDataEurope.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picServerDataEurope.Location = new System.Drawing.Point(9, 160); this.picServerDataEurope.Name = "picServerDataEurope"; this.picServerDataEurope.Size = new System.Drawing.Size(20, 20); this.picServerDataEurope.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picServerDataEurope.TabIndex = 10; this.picServerDataEurope.TabStop = false; // // picServerDataAustralia // this.picServerDataAustralia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picServerDataAustralia.Location = new System.Drawing.Point(9, 134); this.picServerDataAustralia.Name = "picServerDataAustralia"; this.picServerDataAustralia.Size = new System.Drawing.Size(20, 20); this.picServerDataAustralia.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picServerDataAustralia.TabIndex = 9; this.picServerDataAustralia.TabStop = false; // // picServerCDN // this.picServerCDN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picServerCDN.Location = new System.Drawing.Point(9, 186); this.picServerCDN.Name = "picServerCDN"; this.picServerCDN.Size = new System.Drawing.Size(20, 20); this.picServerCDN.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picServerCDN.TabIndex = 8; this.picServerCDN.TabStop = false; // // picServerMaster // this.picServerMaster.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picServerMaster.Location = new System.Drawing.Point(9, 30); this.picServerMaster.Name = "picServerMaster"; this.picServerMaster.Size = new System.Drawing.Size(20, 20); this.picServerMaster.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picServerMaster.TabIndex = 7; this.picServerMaster.TabStop = false; // // label30 // label30.AutoSize = true; label30.Location = new System.Drawing.Point(35, 188); label30.Name = "label30"; label30.Size = new System.Drawing.Size(142, 18); label30.TabIndex = 6; label30.Text = "BFP4F CDN Server:"; // // label29 // label29.AutoSize = true; label29.Location = new System.Drawing.Point(35, 162); label29.Name = "label29"; label29.Size = new System.Drawing.Size(172, 18); label29.TabIndex = 5; label29.Text = "EA DataCenter (Europe):"; // // label28 // label28.AutoSize = true; label28.Location = new System.Drawing.Point(35, 136); label28.Name = "label28"; label28.Size = new System.Drawing.Size(180, 18); label28.TabIndex = 4; label28.Text = "EA DataCenter (Australia):"; // // label27 // label27.AutoSize = true; label27.Location = new System.Drawing.Point(35, 110); label27.Name = "label27"; label27.Size = new System.Drawing.Size(187, 18); label27.TabIndex = 3; label27.Text = "EA DataCenter (U.S. East):"; // // label26 // label26.AutoSize = true; label26.Location = new System.Drawing.Point(35, 84); label26.Name = "label26"; label26.Size = new System.Drawing.Size(192, 18); label26.TabIndex = 2; label26.Text = "EA DataCenter (U.S. West):"; // // label25 // label25.AutoSize = true; label25.Location = new System.Drawing.Point(35, 58); label25.Name = "label25"; label25.Size = new System.Drawing.Size(104, 18); label25.TabIndex = 1; label25.Text = "EA Redirector:"; // // label24 // label24.AutoSize = true; label24.Location = new System.Drawing.Point(35, 32); label24.Name = "label24"; label24.Size = new System.Drawing.Size(128, 18); label24.TabIndex = 0; label24.Text = "EA Master Server:"; // // label14 // label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label14.ForeColor = System.Drawing.Color.Blue; label14.Location = new System.Drawing.Point(6, 298); label14.Name = "label14"; label14.Size = new System.Drawing.Size(542, 64); label14.TabIndex = 4; label14.Text = "More \"Awesome\" will be coming soon™\r\nA list of all IPs/FQDNs and Ports (including" + " protocol) would be nice, so I can check whether it\'s possible to connect to the" + "m ;-)"; label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblHosts // this.lblHosts.AutoSize = true; this.lblHosts.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.lblHosts.Location = new System.Drawing.Point(147, 30); this.lblHosts.Name = "lblHosts"; this.lblHosts.Size = new System.Drawing.Size(182, 18); this.lblHosts.TabIndex = 3; this.lblHosts.Text = "X suspicious entries found"; this.lblHosts.Visible = false; // // linkHosts // this.linkHosts.AutoSize = true; this.linkHosts.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkHosts.Location = new System.Drawing.Point(54, 49); this.linkHosts.Name = "linkHosts"; this.linkHosts.Size = new System.Drawing.Size(132, 13); this.linkHosts.TabIndex = 2; this.linkHosts.TabStop = true; this.linkHosts.Text = "Open hosts file in Notepad"; this.linkHosts.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked); // // label13 // label13.AutoSize = true; label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); label13.Location = new System.Drawing.Point(53, 29); label13.Name = "label13"; label13.Size = new System.Drawing.Size(88, 20); label13.TabIndex = 1; label13.Text = "\"hosts\" file:"; // // picHosts // this.picHosts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picHosts.Location = new System.Drawing.Point(15, 29); this.picHosts.Name = "picHosts"; this.picHosts.Size = new System.Drawing.Size(32, 32); this.picHosts.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picHosts.TabIndex = 0; this.picHosts.TabStop = false; // // tabConnection2 // this.tabConnection2.Controls.Add(this.groupBox6); this.tabConnection2.Controls.Add(this.groupBox5); this.tabConnection2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabConnection2.Location = new System.Drawing.Point(4, 22); this.tabConnection2.Name = "tabConnection2"; this.tabConnection2.Padding = new System.Windows.Forms.Padding(3); this.tabConnection2.Size = new System.Drawing.Size(554, 365); this.tabConnection2.TabIndex = 5; this.tabConnection2.Text = "Connection II"; this.tabConnection2.UseVisualStyleBackColor = true; // // groupBox6 // this.groupBox6.Controls.Add(this.linkLabel12); this.groupBox6.Controls.Add(this.linkLabel11); this.groupBox6.Controls.Add(this.linkLabel10); this.groupBox6.Location = new System.Drawing.Point(6, 159); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(542, 131); this.groupBox6.TabIndex = 13; this.groupBox6.TabStop = false; this.groupBox6.Text = "PunkBuster"; // // linkLabel12 // this.linkLabel12.AutoSize = true; this.linkLabel12.Location = new System.Drawing.Point(6, 98); this.linkLabel12.Name = "linkLabel12"; this.linkLabel12.Size = new System.Drawing.Size(248, 20); this.linkLabel12.TabIndex = 14; this.linkLabel12.TabStop = true; this.linkLabel12.Text = "Open PunkBuster logfile (pbcl.log)"; this.linkLabel12.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel12_LinkClicked); // // linkLabel11 // this.linkLabel11.AutoSize = true; this.linkLabel11.Location = new System.Drawing.Point(6, 60); this.linkLabel11.Name = "linkLabel11"; this.linkLabel11.Size = new System.Drawing.Size(149, 20); this.linkLabel11.TabIndex = 13; this.linkLabel11.TabStop = true; this.linkLabel11.Text = "Update PunkBuster"; this.linkLabel11.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel11_LinkClicked); // // linkLabel10 // this.linkLabel10.AutoSize = true; this.linkLabel10.Location = new System.Drawing.Point(6, 22); this.linkLabel10.Name = "linkLabel10"; this.linkLabel10.Size = new System.Drawing.Size(248, 20); this.linkLabel10.TabIndex = 12; this.linkLabel10.TabStop = true; this.linkLabel10.Text = "Check/Repair PunkBuster Service"; // // groupBox5 // this.groupBox5.Controls.Add(this.linkLabel8); this.groupBox5.Controls.Add(label31); this.groupBox5.Controls.Add(this.linkAutoProxy); this.groupBox5.Location = new System.Drawing.Point(6, 15); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(542, 138); this.groupBox5.TabIndex = 12; this.groupBox5.TabStop = false; this.groupBox5.Text = "Internet Settings"; // // linkLabel8 // this.linkLabel8.AutoSize = true; this.linkLabel8.Location = new System.Drawing.Point(6, 100); this.linkLabel8.Name = "linkLabel8"; this.linkLabel8.Size = new System.Drawing.Size(183, 20); this.linkLabel8.TabIndex = 13; this.linkLabel8.TabStop = true; this.linkLabel8.Text = "Open \"Internet Settings\""; // // label31 // label31.AutoSize = true; label31.Location = new System.Drawing.Point(6, 42); label31.Name = "label31"; label31.Size = new System.Drawing.Size(533, 40); label31.TabIndex = 12; label31.Text = "Disabling the \"Automatic Proxy Discovery\" can speed up the download and\r\nloading " + "time of the game."; // // linkAutoProxy // this.linkAutoProxy.AutoSize = true; this.linkAutoProxy.Location = new System.Drawing.Point(6, 22); this.linkAutoProxy.Name = "linkAutoProxy"; this.linkAutoProxy.Size = new System.Drawing.Size(264, 20); this.linkAutoProxy.TabIndex = 11; this.linkAutoProxy.TabStop = true; this.linkAutoProxy.Text = "Disable \"Automatic Proxy Discovery\""; // // tabHardware // this.tabHardware.Controls.Add(groupBox3); this.tabHardware.Controls.Add(groupBox1); this.tabHardware.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabHardware.Location = new System.Drawing.Point(4, 22); this.tabHardware.Name = "tabHardware"; this.tabHardware.Padding = new System.Windows.Forms.Padding(3); this.tabHardware.Size = new System.Drawing.Size(554, 365); this.tabHardware.TabIndex = 3; this.tabHardware.Text = "Hardware"; this.tabHardware.UseVisualStyleBackColor = true; // // groupBox3 // groupBox3.Controls.Add(this.picRAM); groupBox3.Controls.Add(this.picCPU); groupBox3.Controls.Add(this.lblRAM); groupBox3.Controls.Add(this.lblCPU); groupBox3.Controls.Add(this.lblOperatingSystem); groupBox3.Controls.Add(label22); groupBox3.Controls.Add(this.label21); groupBox3.Controls.Add(label20); groupBox3.Location = new System.Drawing.Point(6, 252); groupBox3.Name = "groupBox3"; groupBox3.Size = new System.Drawing.Size(542, 107); groupBox3.TabIndex = 5; groupBox3.TabStop = false; groupBox3.Text = "System"; // // picRAM // this.picRAM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picRAM.Location = new System.Drawing.Point(156, 74); this.picRAM.Name = "picRAM"; this.picRAM.Size = new System.Drawing.Size(20, 20); this.picRAM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picRAM.TabIndex = 7; this.picRAM.TabStop = false; // // picCPU // this.picCPU.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picCPU.Location = new System.Drawing.Point(156, 48); this.picCPU.Name = "picCPU"; this.picCPU.Size = new System.Drawing.Size(20, 20); this.picCPU.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picCPU.TabIndex = 6; this.picCPU.TabStop = false; // // lblRAM // this.lblRAM.AutoSize = true; this.lblRAM.Location = new System.Drawing.Point(182, 74); this.lblRAM.Name = "lblRAM"; this.lblRAM.Size = new System.Drawing.Size(76, 20); this.lblRAM.TabIndex = 5; this.lblRAM.Text = "Unknown"; // // lblCPU // this.lblCPU.AutoSize = true; this.lblCPU.Location = new System.Drawing.Point(182, 48); this.lblCPU.Name = "lblCPU"; this.lblCPU.Size = new System.Drawing.Size(76, 20); this.lblCPU.TabIndex = 4; this.lblCPU.Text = "Unknown"; // // lblOperatingSystem // this.lblOperatingSystem.AutoSize = true; this.lblOperatingSystem.Location = new System.Drawing.Point(152, 22); this.lblOperatingSystem.Name = "lblOperatingSystem"; this.lblOperatingSystem.Size = new System.Drawing.Size(76, 20); this.lblOperatingSystem.TabIndex = 3; this.lblOperatingSystem.Text = "Unknown"; // // label22 // label22.AutoSize = true; label22.Location = new System.Drawing.Point(6, 74); label22.Name = "label22"; label22.Size = new System.Drawing.Size(69, 20); label22.TabIndex = 2; label22.Text = "Memory:"; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(6, 48); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(84, 20); this.label21.TabIndex = 1; this.label21.Text = "Processor:"; // // label20 // label20.AutoSize = true; label20.Location = new System.Drawing.Point(6, 22); label20.Name = "label20"; label20.Size = new System.Drawing.Size(140, 20); label20.TabIndex = 0; label20.Text = "Operating System:"; // // groupBox1 // groupBox1.Controls.Add(this.lblVideoMemDedicated); groupBox1.Controls.Add(label33); groupBox1.Controls.Add(this.picVideoMem); groupBox1.Controls.Add(this.lblVideoMem); groupBox1.Controls.Add(label15); groupBox1.Controls.Add(this.picPixelShader); groupBox1.Controls.Add(this.lblPixelShader); groupBox1.Controls.Add(label7); groupBox1.Controls.Add(this.lblDriverUrl); groupBox1.Controls.Add(label6); groupBox1.Controls.Add(this.lblDriverDate); groupBox1.Controls.Add(label5); groupBox1.Controls.Add(label3); groupBox1.Controls.Add(this.lblDeviceVendor); groupBox1.Controls.Add(this.lblDeviceName); groupBox1.Controls.Add(label4); groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); groupBox1.Location = new System.Drawing.Point(6, 21); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(542, 212); groupBox1.TabIndex = 4; groupBox1.TabStop = false; groupBox1.Text = "Video device"; // // picVideoMem // this.picVideoMem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picVideoMem.Location = new System.Drawing.Point(210, 144); this.picVideoMem.Name = "picVideoMem"; this.picVideoMem.Size = new System.Drawing.Size(20, 20); this.picVideoMem.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picVideoMem.TabIndex = 14; this.picVideoMem.TabStop = false; // // lblVideoMem // this.lblVideoMem.AutoSize = true; this.lblVideoMem.Location = new System.Drawing.Point(236, 144); this.lblVideoMem.Name = "lblVideoMem"; this.lblVideoMem.Size = new System.Drawing.Size(76, 20); this.lblVideoMem.TabIndex = 13; this.lblVideoMem.Text = "Unknown"; // // label15 // label15.AutoSize = true; label15.Location = new System.Drawing.Point(6, 144); label15.Name = "label15"; label15.Size = new System.Drawing.Size(193, 20); label15.TabIndex = 12; label15.Text = "VideoMemory (combined):"; // // picPixelShader // this.picPixelShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picPixelShader.InitialImage = null; this.picPixelShader.Location = new System.Drawing.Point(210, 118); this.picPixelShader.Name = "picPixelShader"; this.picPixelShader.Size = new System.Drawing.Size(20, 20); this.picPixelShader.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picPixelShader.TabIndex = 11; this.picPixelShader.TabStop = false; // // lblPixelShader // this.lblPixelShader.AutoSize = true; this.lblPixelShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPixelShader.Location = new System.Drawing.Point(236, 118); this.lblPixelShader.Name = "lblPixelShader"; this.lblPixelShader.Size = new System.Drawing.Size(76, 20); this.lblPixelShader.TabIndex = 10; this.lblPixelShader.Text = "Unknown"; // // label7 // label7.AutoSize = true; label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label7.Location = new System.Drawing.Point(6, 118); label7.Name = "label7"; label7.Size = new System.Drawing.Size(97, 20); label7.TabIndex = 8; label7.Text = "PixelShader:"; // // lblDriverUrl // this.lblDriverUrl.Enabled = false; this.lblDriverUrl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDriverUrl.Location = new System.Drawing.Point(206, 94); this.lblDriverUrl.Name = "lblDriverUrl"; this.lblDriverUrl.Size = new System.Drawing.Size(334, 20); this.lblDriverUrl.TabIndex = 7; this.lblDriverUrl.TabStop = true; this.lblDriverUrl.Text = "Unknown"; this.lblDriverUrl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblDriverUrl_LinkClicked); // // label6 // label6.AutoSize = true; label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label6.Location = new System.Drawing.Point(6, 94); label6.Name = "label6"; label6.Size = new System.Drawing.Size(91, 20); label6.TabIndex = 6; label6.Text = "Driver URL:"; // // lblDriverDate // this.lblDriverDate.AutoSize = true; this.lblDriverDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDriverDate.Location = new System.Drawing.Point(206, 70); this.lblDriverDate.Name = "lblDriverDate"; this.lblDriverDate.Size = new System.Drawing.Size(76, 20); this.lblDriverDate.TabIndex = 5; this.lblDriverDate.Text = "Unknown"; // // label5 // label5.AutoSize = true; label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label5.Location = new System.Drawing.Point(6, 70); label5.Name = "label5"; label5.Size = new System.Drawing.Size(144, 20); label5.TabIndex = 4; label5.Text = "Driver version/date:"; // // label3 // label3.AutoSize = true; label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label3.Location = new System.Drawing.Point(6, 22); label3.Name = "label3"; label3.Size = new System.Drawing.Size(55, 20); label3.TabIndex = 0; label3.Text = "Name:"; // // lblDeviceVendor // this.lblDeviceVendor.AutoSize = true; this.lblDeviceVendor.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDeviceVendor.Location = new System.Drawing.Point(206, 46); this.lblDeviceVendor.Name = "lblDeviceVendor"; this.lblDeviceVendor.Size = new System.Drawing.Size(76, 20); this.lblDeviceVendor.TabIndex = 3; this.lblDeviceVendor.Text = "Unknown"; // // lblDeviceName // this.lblDeviceName.AutoSize = true; this.lblDeviceName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDeviceName.Location = new System.Drawing.Point(206, 22); this.lblDeviceName.Name = "lblDeviceName"; this.lblDeviceName.Size = new System.Drawing.Size(76, 20); this.lblDeviceName.TabIndex = 1; this.lblDeviceName.Text = "Unknown"; // // label4 // label4.AutoSize = true; label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label4.Location = new System.Drawing.Point(6, 46); label4.Name = "label4"; label4.Size = new System.Drawing.Size(65, 20); label4.TabIndex = 2; label4.Text = "Vendor:"; // // tabMisc // this.tabMisc.Controls.Add(label19); this.tabMisc.Controls.Add(groupBox2); this.tabMisc.Location = new System.Drawing.Point(4, 22); this.tabMisc.Name = "tabMisc"; this.tabMisc.Padding = new System.Windows.Forms.Padding(3); this.tabMisc.Size = new System.Drawing.Size(554, 365); this.tabMisc.TabIndex = 4; this.tabMisc.Text = "Miscellaneous"; this.tabMisc.UseVisualStyleBackColor = true; // // label19 // label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label19.ForeColor = System.Drawing.Color.Blue; label19.Location = new System.Drawing.Point(6, 322); label19.Name = "label19"; label19.Size = new System.Drawing.Size(542, 40); label19.TabIndex = 5; label19.Text = "More \"Awesome\" will be coming soon™"; label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox2 // groupBox2.Controls.Add(label18); groupBox2.Controls.Add(this.linkDeleteControls); groupBox2.Controls.Add(label17); groupBox2.Controls.Add(this.linkShaderCache); groupBox2.Controls.Add(this.linkScreenshot); groupBox2.Controls.Add(label16); groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); groupBox2.Location = new System.Drawing.Point(6, 18); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(542, 301); groupBox2.TabIndex = 0; groupBox2.TabStop = false; groupBox2.Text = "User game-files"; // // label18 // label18.AutoSize = true; label18.Location = new System.Drawing.Point(6, 200); label18.Name = "label18"; label18.Size = new System.Drawing.Size(510, 90); label18.TabIndex = 5; label18.Text = resources.GetString("label18.Text"); // // linkDeleteControls // this.linkDeleteControls.AutoSize = true; this.linkDeleteControls.Location = new System.Drawing.Point(6, 182); this.linkDeleteControls.Name = "linkDeleteControls"; this.linkDeleteControls.Size = new System.Drawing.Size(150, 18); this.linkDeleteControls.TabIndex = 4; this.linkDeleteControls.TabStop = true; this.linkDeleteControls.Text = "Delete \"Controls.con\""; this.linkDeleteControls.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkDeleteControls_LinkClicked); // // label17 // label17.AutoSize = true; label17.Location = new System.Drawing.Point(6, 110); label17.Name = "label17"; label17.Size = new System.Drawing.Size(532, 54); label17.TabIndex = 3; label17.Text = "The cache folders contains precalculated shader data. Sometimes these files \r\ncan" + " cause \"Invalid game data\" errors. Also does clearing the cache (sometimes)\r\nhel" + "p to fix the blurry sight when aiming."; // // linkShaderCache // this.linkShaderCache.AutoSize = true; this.linkShaderCache.Location = new System.Drawing.Point(6, 92); this.linkShaderCache.Name = "linkShaderCache"; this.linkShaderCache.Size = new System.Drawing.Size(128, 18); this.linkShaderCache.TabIndex = 2; this.linkShaderCache.TabStop = true; this.linkShaderCache.Text = "Clear cache folder"; this.linkShaderCache.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkShaderCache_LinkClicked); // // linkScreenshot // this.linkScreenshot.AutoSize = true; this.linkScreenshot.Location = new System.Drawing.Point(6, 20); this.linkScreenshot.Name = "linkScreenshot"; this.linkScreenshot.Size = new System.Drawing.Size(163, 18); this.linkScreenshot.TabIndex = 1; this.linkScreenshot.TabStop = true; this.linkScreenshot.Text = "Open screenshot folder"; this.linkScreenshot.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkScreenshot_LinkClicked); // // label16 // label16.AutoSize = true; label16.Location = new System.Drawing.Point(6, 38); label16.Name = "label16"; label16.Size = new System.Drawing.Size(526, 36); label16.TabIndex = 0; label16.Text = "If the folder doesn\'t exist, it will be created, and thus fix the issue of screen" + "shots\r\nnot being created ;)"; // // tabCredits // this.tabCredits.Controls.Add(this.linkLabel13); this.tabCredits.Controls.Add(label34); this.tabCredits.Controls.Add(this.linkLabel9); this.tabCredits.Controls.Add(this.label23); this.tabCredits.Controls.Add(this.linkLabel2); this.tabCredits.Controls.Add(label2); this.tabCredits.Controls.Add(this.linkLabel1); this.tabCredits.Controls.Add(label1); this.tabCredits.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabCredits.Location = new System.Drawing.Point(4, 22); this.tabCredits.Name = "tabCredits"; this.tabCredits.Padding = new System.Windows.Forms.Padding(3); this.tabCredits.Size = new System.Drawing.Size(554, 365); this.tabCredits.TabIndex = 2; this.tabCredits.Text = "Credits"; this.tabCredits.UseVisualStyleBackColor = true; // // linkLabel9 // this.linkLabel9.AutoSize = true; this.linkLabel9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel9.Location = new System.Drawing.Point(6, 156); this.linkLabel9.Name = "linkLabel9"; this.linkLabel9.Size = new System.Drawing.Size(255, 17); this.linkLabel9.TabIndex = 5; this.linkLabel9.TabStop = true; this.linkLabel9.Text = "Betriebssystemerkennung mit C# .NET "; this.linkLabel9.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked); // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(6, 138); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(274, 18); this.label23.TabIndex = 4; this.label23.Text = "Frank Dzaebel for his VersionInfo article:"; // // linkLabel2 // this.linkLabel2.AutoSize = true; this.linkLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel2.Location = new System.Drawing.Point(6, 99); this.linkLabel2.Name = "linkLabel2"; this.linkLabel2.Size = new System.Drawing.Size(379, 34); this.linkLabel2.TabIndex = 3; this.linkLabel2.TabStop = true; this.linkLabel2.Text = "Mailbag: How to detect the presence of the VC 8.0 runtime \r\nredistributable packa" + "ge"; this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked); // // label2 // label2.AutoSize = true; label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label2.Location = new System.Drawing.Point(6, 81); label2.Name = "label2"; label2.Size = new System.Drawing.Size(427, 18); label2.TabIndex = 2; label2.Text = "Christian Häfner for his comment on Aaron Stebner\'s Blog post:"; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel1.Location = new System.Drawing.Point(6, 59); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(294, 17); this.linkLabel1.TabIndex = 1; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "How To Check if Computer has .NET Installed"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // label1 // label1.AutoSize = true; label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label1.Location = new System.Drawing.Point(6, 41); label1.Name = "label1"; label1.Size = new System.Drawing.Size(267, 18); label1.TabIndex = 0; label1.Text = "Kambaa for his/her CodeProject article:"; // // toolStripStatusLabel1 // toolStripStatusLabel1.Name = "toolStripStatusLabel1"; toolStripStatusLabel1.Size = new System.Drawing.Size(51, 17); toolStripStatusLabel1.Text = "Success:"; // // toolStripStatusLabel2 // toolStripStatusLabel2.Name = "toolStripStatusLabel2"; toolStripStatusLabel2.Size = new System.Drawing.Size(60, 17); toolStripStatusLabel2.Text = "Warnings:"; // // toolStripStatusLabel3 // toolStripStatusLabel3.Name = "toolStripStatusLabel3"; toolStripStatusLabel3.Size = new System.Drawing.Size(40, 17); toolStripStatusLabel3.Text = "Errors:"; // // label32 // label32.AutoSize = true; label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label32.Location = new System.Drawing.Point(185, 427); label32.Name = "label32"; label32.Size = new System.Drawing.Size(52, 17); label32.TabIndex = 3; label32.Text = "Status:"; // // toolStripStatusLabel4 // toolStripStatusLabel4.Name = "toolStripStatusLabel4"; toolStripStatusLabel4.Size = new System.Drawing.Size(10, 17); toolStripStatusLabel4.Text = "|"; // // toolStripStatusLabel5 // toolStripStatusLabel5.Name = "toolStripStatusLabel5"; toolStripStatusLabel5.Size = new System.Drawing.Size(68, 17); toolStripStatusLabel5.Text = "Game path:"; // // btnStart // this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnStart.Location = new System.Drawing.Point(12, 418); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(141, 35); this.btnStart.TabIndex = 1; this.btnStart.Text = "Start checking"; this.btnStart.UseVisualStyleBackColor = true; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripStatusLabel1, this.statusSuccess, toolStripStatusLabel2, this.statusWarning, toolStripStatusLabel3, this.statusError, toolStripStatusLabel4, toolStripStatusLabel5, this.statusGamePath}); this.statusStrip1.Location = new System.Drawing.Point(0, 461); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(586, 22); this.statusStrip1.TabIndex = 2; this.statusStrip1.Text = "statusStrip1"; // // statusSuccess // this.statusSuccess.AutoSize = false; this.statusSuccess.Name = "statusSuccess"; this.statusSuccess.Size = new System.Drawing.Size(24, 17); this.statusSuccess.Text = "0"; this.statusSuccess.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // statusWarning // this.statusWarning.AutoSize = false; this.statusWarning.Name = "statusWarning"; this.statusWarning.Size = new System.Drawing.Size(24, 17); this.statusWarning.Text = "0"; this.statusWarning.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // statusError // this.statusError.AutoSize = false; this.statusError.Name = "statusError"; this.statusError.Size = new System.Drawing.Size(24, 17); this.statusError.Text = "0"; this.statusError.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // statusGamePath // this.statusGamePath.AutoSize = false; this.statusGamePath.AutoToolTip = true; this.statusGamePath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.statusGamePath.Name = "statusGamePath"; this.statusGamePath.Size = new System.Drawing.Size(265, 17); this.statusGamePath.Text = "Not installed"; this.statusGamePath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblStatus // this.lblStatus.AutoSize = true; this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblStatus.Location = new System.Drawing.Point(243, 427); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(137, 17); this.lblStatus.TabIndex = 4; this.lblStatus.Text = "Waiting to start tests"; // // folderBrowserDialog1 // this.folderBrowserDialog1.ShowNewFolderButton = false; // // label33 // label33.AutoSize = true; label33.Location = new System.Drawing.Point(6, 170); label33.Name = "label33"; label33.Size = new System.Drawing.Size(194, 20); label33.TabIndex = 15; label33.Text = "VideoMemory (dedicated):"; // // lblVideoMemDedicated // this.lblVideoMemDedicated.AutoSize = true; this.lblVideoMemDedicated.Location = new System.Drawing.Point(206, 170); this.lblVideoMemDedicated.Name = "lblVideoMemDedicated"; this.lblVideoMemDedicated.Size = new System.Drawing.Size(76, 20); this.lblVideoMemDedicated.TabIndex = 16; this.lblVideoMemDedicated.Text = "Unknown"; // // label34 // label34.AutoSize = true; label34.Location = new System.Drawing.Point(6, 178); label34.Name = "label34"; label34.Size = new System.Drawing.Size(410, 18); label34.TabIndex = 6; label34.Text = "the_real_herminator for his/her BackwardReader in a reply to:"; // // linkLabel13 // this.linkLabel13.AutoSize = true; this.linkLabel13.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel13.Location = new System.Drawing.Point(6, 196); this.linkLabel13.Name = "linkLabel13"; this.linkLabel13.Size = new System.Drawing.Size(383, 17); this.linkLabel13.TabIndex = 7; this.linkLabel13.TabStop = true; this.linkLabel13.Text = "Problem reading a text file from the end to the beginning C#"; this.linkLabel13.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel13_LinkClicked); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(586, 483); this.Controls.Add(this.lblStatus); this.Controls.Add(label32); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.btnStart); this.Controls.Add(tabControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(602, 521); this.MinimumSize = new System.Drawing.Size(602, 521); this.Name = "MainForm"; this.Text = "BF:P4F Troubleshooting"; tabControl1.ResumeLayout(false); this.tabPrereq.ResumeLayout(false); this.tabPrereq.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picDX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picVC2008)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picVC2005)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picNet40)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picNet35)).EndInit(); this.tabConnection1.ResumeLayout(false); this.tabConnection1.PerformLayout(); groupBox4.ResumeLayout(false); groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picServerRedirector)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerDataUSEast)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerDataUSWest)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerDataEurope)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerDataAustralia)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerCDN)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picServerMaster)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picHosts)).EndInit(); this.tabConnection2.ResumeLayout(false); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.tabHardware.ResumeLayout(false); groupBox3.ResumeLayout(false); groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picRAM)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picCPU)).EndInit(); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picVideoMem)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picPixelShader)).EndInit(); this.tabMisc.ResumeLayout(false); groupBox2.ResumeLayout(false); groupBox2.PerformLayout(); this.tabCredits.ResumeLayout(false); this.tabCredits.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { components = new System.ComponentModel.Container(); _MenuStripMain = new System.Windows.Forms.MenuStrip(); _StatusStripMain = new System.Windows.Forms.StatusStrip(); _SplitContainerMain = new System.Windows.Forms.SplitContainer(); _DataGridViewDevicesList = new System.Windows.Forms.DataGridView(); _ContextMenuStripDevicesList = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddDevice = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveDevice = new System.Windows.Forms.ToolStripMenuItem(); _TabControlDevice = new System.Windows.Forms.TabControl(); _TabPageHoldingRegisters = new System.Windows.Forms.TabPage(); _DataGridViewHoldingRegisters = new System.Windows.Forms.DataGridView(); _ContextMenuStripHoldingRegisters = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddHoldingRegister = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveHoldingRegister = new System.Windows.Forms.ToolStripMenuItem(); _TabPageInputRegisters = new System.Windows.Forms.TabPage(); _DataGridViewInputRegisters = new System.Windows.Forms.DataGridView(); _ContextMenuStripInputRegisters = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddInputRegister = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveInputRegister = new System.Windows.Forms.ToolStripMenuItem(); _TabPageCoils = new System.Windows.Forms.TabPage(); _DataGridViewCoils = new System.Windows.Forms.DataGridView(); _ContextMenuStripCoils = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddCoil = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveCoil = new System.Windows.Forms.ToolStripMenuItem(); _TabPageDiscretesInputs = new System.Windows.Forms.TabPage(); _DataGridViewDiscretesInputs = new System.Windows.Forms.DataGridView(); _ContextMenuStripDiscretesInputs = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddDiscreteInput = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveDiscreteInput = new System.Windows.Forms.ToolStripMenuItem(); _TabPageFiles = new System.Windows.Forms.TabPage(); _SplitContainerFiles = new System.Windows.Forms.SplitContainer(); _DataGridViewFiles = new System.Windows.Forms.DataGridView(); _ContextMenuStripFiles = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddFile = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveFile = new System.Windows.Forms.ToolStripMenuItem(); _DataGridViewRecords = new System.Windows.Forms.DataGridView(); _ContextMenuStripRecords = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddRecord = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveRecord = new System.Windows.Forms.ToolStripMenuItem(); _SplitContainerMain.Panel1.SuspendLayout(); _SplitContainerMain.Panel2.SuspendLayout(); _SplitContainerMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).BeginInit(); _ContextMenuStripDevicesList.SuspendLayout(); _TabControlDevice.SuspendLayout(); _TabPageHoldingRegisters.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).BeginInit(); _ContextMenuStripHoldingRegisters.SuspendLayout(); _TabPageInputRegisters.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).BeginInit(); _ContextMenuStripInputRegisters.SuspendLayout(); _TabPageCoils.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).BeginInit(); _ContextMenuStripCoils.SuspendLayout(); _TabPageDiscretesInputs.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).BeginInit(); _ContextMenuStripDiscretesInputs.SuspendLayout(); _TabPageFiles.SuspendLayout(); _SplitContainerFiles.Panel1.SuspendLayout(); _SplitContainerFiles.Panel2.SuspendLayout(); _SplitContainerFiles.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).BeginInit(); _ContextMenuStripFiles.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).BeginInit(); _ContextMenuStripRecords.SuspendLayout(); SuspendLayout(); // // _MenuStripMain // _MenuStripMain.Location = new System.Drawing.Point(0, 0); _MenuStripMain.Name = "_MenuStripMain"; _MenuStripMain.Size = new System.Drawing.Size(880, 24); _MenuStripMain.TabIndex = 0; _MenuStripMain.Text = "menuStrip1"; // // _StatusStripMain // _StatusStripMain.Location = new System.Drawing.Point(0, 434); _StatusStripMain.Name = "_StatusStripMain"; _StatusStripMain.Size = new System.Drawing.Size(880, 22); _StatusStripMain.TabIndex = 1; _StatusStripMain.Text = "statusStrip1"; // // _SplitContainerMain // _SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill; _SplitContainerMain.Location = new System.Drawing.Point(0, 24); _SplitContainerMain.Name = "_SplitContainerMain"; // // _SplitContainerMain.Panel1 // _SplitContainerMain.Panel1.Controls.Add(_DataGridViewDevicesList); // // _SplitContainerMain.Panel2 // _SplitContainerMain.Panel2.Controls.Add(_TabControlDevice); _SplitContainerMain.Size = new System.Drawing.Size(880, 410); _SplitContainerMain.SplitterDistance = 292; _SplitContainerMain.TabIndex = 3; // // _DataGridViewDevicesList // _DataGridViewDevicesList.AllowUserToAddRows = false; _DataGridViewDevicesList.AllowUserToDeleteRows = false; _DataGridViewDevicesList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewDevicesList.ContextMenuStrip = _ContextMenuStripDevicesList; _DataGridViewDevicesList.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewDevicesList.Location = new System.Drawing.Point(0, 0); _DataGridViewDevicesList.Name = "_DataGridViewDevicesList"; _DataGridViewDevicesList.RowTemplate.Height = 24; _DataGridViewDevicesList.Size = new System.Drawing.Size(292, 410); _DataGridViewDevicesList.TabIndex = 0; // // _ContextMenuStripDevicesList // _ContextMenuStripDevicesList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddDevice, _ToolStripMenuItemRemoveDevice}); _ContextMenuStripDevicesList.Name = "_ContextMenuStripTreeViewNetwork"; _ContextMenuStripDevicesList.Size = new System.Drawing.Size(146, 52); // // _ToolStripMenuItemAddDevice // _ToolStripMenuItemAddDevice.Name = "_ToolStripMenuItemAddDevice"; _ToolStripMenuItemAddDevice.Size = new System.Drawing.Size(145, 24); _ToolStripMenuItemAddDevice.Text = "Добавить"; _ToolStripMenuItemAddDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDevice_Click); // // _ToolStripMenuItemRemoveDevice // _ToolStripMenuItemRemoveDevice.Name = "_ToolStripMenuItemRemoveDevice"; _ToolStripMenuItemRemoveDevice.Size = new System.Drawing.Size(145, 24); _ToolStripMenuItemRemoveDevice.Text = "Удалить"; _ToolStripMenuItemRemoveDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDevice_Click); // // _TabControlDevice // _TabControlDevice.Controls.Add(_TabPageHoldingRegisters); _TabControlDevice.Controls.Add(_TabPageInputRegisters); _TabControlDevice.Controls.Add(_TabPageCoils); _TabControlDevice.Controls.Add(_TabPageDiscretesInputs); _TabControlDevice.Controls.Add(_TabPageFiles); _TabControlDevice.Dock = System.Windows.Forms.DockStyle.Fill; _TabControlDevice.Location = new System.Drawing.Point(0, 0); _TabControlDevice.Name = "_TabControlDevice"; _TabControlDevice.SelectedIndex = 0; _TabControlDevice.Size = new System.Drawing.Size(584, 410); _TabControlDevice.TabIndex = 0; // // _TabPageHoldingRegisters // _TabPageHoldingRegisters.Controls.Add(_DataGridViewHoldingRegisters); _TabPageHoldingRegisters.Location = new System.Drawing.Point(4, 25); _TabPageHoldingRegisters.Name = "_TabPageHoldingRegisters"; _TabPageHoldingRegisters.Padding = new System.Windows.Forms.Padding(3); _TabPageHoldingRegisters.Size = new System.Drawing.Size(576, 381); _TabPageHoldingRegisters.TabIndex = 0; _TabPageHoldingRegisters.Text = "Holding Registers"; _TabPageHoldingRegisters.UseVisualStyleBackColor = true; // // _DataGridViewHoldingRegisters // _DataGridViewHoldingRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewHoldingRegisters.ContextMenuStrip = _ContextMenuStripHoldingRegisters; _DataGridViewHoldingRegisters.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewHoldingRegisters.Location = new System.Drawing.Point(3, 3); _DataGridViewHoldingRegisters.MultiSelect = false; _DataGridViewHoldingRegisters.Name = "_DataGridViewHoldingRegisters"; _DataGridViewHoldingRegisters.RowTemplate.Height = 24; _DataGridViewHoldingRegisters.Size = new System.Drawing.Size(570, 375); _DataGridViewHoldingRegisters.TabIndex = 0; // // _ContextMenuStripHoldingRegisters // _ContextMenuStripHoldingRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddHoldingRegister, _ToolStripMenuItemRemoveHoldingRegister}); _ContextMenuStripHoldingRegisters.Name = "_ContextMenuStripHoldingRegisters"; _ContextMenuStripHoldingRegisters.Size = new System.Drawing.Size(204, 52); // // _ToolStripMenuItemAddHoldingRegister // _ToolStripMenuItemAddHoldingRegister.Name = "_ToolStripMenuItemAddHoldingRegister"; _ToolStripMenuItemAddHoldingRegister.Size = new System.Drawing.Size(203, 24); _ToolStripMenuItemAddHoldingRegister.Text = "Добавить регистр"; _ToolStripMenuItemAddHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddHoldingRegister_Click); // // _ToolStripMenuItemRemoveHoldingRegister // _ToolStripMenuItemRemoveHoldingRegister.Name = "_ToolStripMenuItemRemoveHoldingRegister"; _ToolStripMenuItemRemoveHoldingRegister.Size = new System.Drawing.Size(203, 24); _ToolStripMenuItemRemoveHoldingRegister.Text = "Удалить регистр"; _ToolStripMenuItemRemoveHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveHoldingRegister_Click); // // _TabPageInputRegisters // _TabPageInputRegisters.Controls.Add(_DataGridViewInputRegisters); _TabPageInputRegisters.Location = new System.Drawing.Point(4, 25); _TabPageInputRegisters.Name = "_TabPageInputRegisters"; _TabPageInputRegisters.Padding = new System.Windows.Forms.Padding(3); _TabPageInputRegisters.Size = new System.Drawing.Size(576, 381); _TabPageInputRegisters.TabIndex = 1; _TabPageInputRegisters.Text = "Input Registers"; _TabPageInputRegisters.UseVisualStyleBackColor = true; // // _DataGridViewInputRegisters // _DataGridViewInputRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewInputRegisters.ContextMenuStrip = _ContextMenuStripInputRegisters; _DataGridViewInputRegisters.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewInputRegisters.Location = new System.Drawing.Point(3, 3); _DataGridViewInputRegisters.Name = "_DataGridViewInputRegisters"; _DataGridViewInputRegisters.RowTemplate.Height = 24; _DataGridViewInputRegisters.Size = new System.Drawing.Size(570, 375); _DataGridViewInputRegisters.TabIndex = 0; // // _ContextMenuStripInputRegisters // _ContextMenuStripInputRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddInputRegister, _ToolStripMenuItemRemoveInputRegister}); _ContextMenuStripInputRegisters.Name = "_ContextMenuStripInputRegisters"; _ContextMenuStripInputRegisters.Size = new System.Drawing.Size(204, 52); // // _ToolStripMenuItemAddInputRegister // _ToolStripMenuItemAddInputRegister.Name = "_ToolStripMenuItemAddInputRegister"; _ToolStripMenuItemAddInputRegister.Size = new System.Drawing.Size(203, 24); _ToolStripMenuItemAddInputRegister.Text = "Добавить регистр"; _ToolStripMenuItemAddInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddInputRegister_Click); // // _ToolStripMenuItemRemoveInputRegister // _ToolStripMenuItemRemoveInputRegister.Name = "_ToolStripMenuItemRemoveInputRegister"; _ToolStripMenuItemRemoveInputRegister.Size = new System.Drawing.Size(203, 24); _ToolStripMenuItemRemoveInputRegister.Text = "Удалить регистр"; _ToolStripMenuItemRemoveInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveInputRegister_Click); // // _TabPageCoils // _TabPageCoils.Controls.Add(_DataGridViewCoils); _TabPageCoils.Location = new System.Drawing.Point(4, 25); _TabPageCoils.Name = "_TabPageCoils"; _TabPageCoils.Size = new System.Drawing.Size(576, 381); _TabPageCoils.TabIndex = 2; _TabPageCoils.Text = "Coils"; _TabPageCoils.UseVisualStyleBackColor = true; // // _DataGridViewCoils // _DataGridViewCoils.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewCoils.ContextMenuStrip = _ContextMenuStripCoils; _DataGridViewCoils.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewCoils.Location = new System.Drawing.Point(0, 0); _DataGridViewCoils.Name = "_DataGridViewCoils"; _DataGridViewCoils.RowTemplate.Height = 24; _DataGridViewCoils.Size = new System.Drawing.Size(576, 381); _DataGridViewCoils.TabIndex = 0; // // _ContextMenuStripCoils // _ContextMenuStripCoils.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddCoil, _ToolStripMenuItemRemoveCoil}); _ContextMenuStripCoils.Name = "_ContextMenuStripCoils"; _ContextMenuStripCoils.Size = new System.Drawing.Size(278, 52); // // _ToolStripMenuItemAddCoil // _ToolStripMenuItemAddCoil.Name = "_ToolStripMenuItemAddCoil"; _ToolStripMenuItemAddCoil.Size = new System.Drawing.Size(277, 24); _ToolStripMenuItemAddCoil.Text = "Добавить дискр. вход/выход"; _ToolStripMenuItemAddCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddCoil_Click); // // _ToolStripMenuItemRemoveCoil // _ToolStripMenuItemRemoveCoil.Name = "_ToolStripMenuItemRemoveCoil"; _ToolStripMenuItemRemoveCoil.Size = new System.Drawing.Size(277, 24); _ToolStripMenuItemRemoveCoil.Text = "Удалить дискр. вход/выход"; _ToolStripMenuItemRemoveCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveCoil_Click); // // _TabPageDiscretesInputs // _TabPageDiscretesInputs.Controls.Add(_DataGridViewDiscretesInputs); _TabPageDiscretesInputs.Location = new System.Drawing.Point(4, 25); _TabPageDiscretesInputs.Name = "_TabPageDiscretesInputs"; _TabPageDiscretesInputs.Size = new System.Drawing.Size(576, 381); _TabPageDiscretesInputs.TabIndex = 3; _TabPageDiscretesInputs.Text = "Discretes Inputs"; _TabPageDiscretesInputs.UseVisualStyleBackColor = true; // // _DataGridViewDiscretesInputs // _DataGridViewDiscretesInputs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewDiscretesInputs.ContextMenuStrip = _ContextMenuStripDiscretesInputs; _DataGridViewDiscretesInputs.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewDiscretesInputs.Location = new System.Drawing.Point(0, 0); _DataGridViewDiscretesInputs.Name = "_DataGridViewDiscretesInputs"; _DataGridViewDiscretesInputs.RowTemplate.Height = 24; _DataGridViewDiscretesInputs.Size = new System.Drawing.Size(576, 381); _DataGridViewDiscretesInputs.TabIndex = 0; // // _ContextMenuStripDiscretesInputs // _ContextMenuStripDiscretesInputs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddDiscreteInput, _ToolStripMenuItemRemoveDiscreteInput}); _ContextMenuStripDiscretesInputs.Name = "_ContextMenuStripDiscretesInputs"; _ContextMenuStripDiscretesInputs.Size = new System.Drawing.Size(269, 52); // // _ToolStripMenuItemAddDiscreteInput // _ToolStripMenuItemAddDiscreteInput.Name = "_ToolStripMenuItemAddDiscreteInput"; _ToolStripMenuItemAddDiscreteInput.Size = new System.Drawing.Size(268, 24); _ToolStripMenuItemAddDiscreteInput.Text = "Добавить дискретный вход"; _ToolStripMenuItemAddDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDiscreteInput_Click); // // _ToolStripMenuItemRemoveDiscreteInput // _ToolStripMenuItemRemoveDiscreteInput.Name = "_ToolStripMenuItemRemoveDiscreteInput"; _ToolStripMenuItemRemoveDiscreteInput.Size = new System.Drawing.Size(268, 24); _ToolStripMenuItemRemoveDiscreteInput.Text = "Удалить дискретный вход"; _ToolStripMenuItemRemoveDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDiscreteInput_Click); // // _TabPageFiles // _TabPageFiles.Controls.Add(_SplitContainerFiles); _TabPageFiles.Location = new System.Drawing.Point(4, 25); _TabPageFiles.Name = "_TabPageFiles"; _TabPageFiles.Size = new System.Drawing.Size(576, 381); _TabPageFiles.TabIndex = 4; _TabPageFiles.Text = "Files"; _TabPageFiles.UseVisualStyleBackColor = true; // // _SplitContainerFiles // _SplitContainerFiles.Dock = System.Windows.Forms.DockStyle.Fill; _SplitContainerFiles.Location = new System.Drawing.Point(0, 0); _SplitContainerFiles.Name = "_SplitContainerFiles"; _SplitContainerFiles.Orientation = System.Windows.Forms.Orientation.Horizontal; // // _SplitContainerFiles.Panel1 // _SplitContainerFiles.Panel1.Controls.Add(_DataGridViewFiles); // // _SplitContainerFiles.Panel2 // _SplitContainerFiles.Panel2.Controls.Add(_DataGridViewRecords); _SplitContainerFiles.Size = new System.Drawing.Size(576, 381); _SplitContainerFiles.SplitterDistance = 194; _SplitContainerFiles.TabIndex = 0; // // _DataGridViewFiles // _DataGridViewFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewFiles.ContextMenuStrip = _ContextMenuStripFiles; _DataGridViewFiles.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewFiles.Location = new System.Drawing.Point(0, 0); _DataGridViewFiles.Name = "_DataGridViewFiles"; _DataGridViewFiles.RowTemplate.Height = 24; _DataGridViewFiles.Size = new System.Drawing.Size(576, 194); _DataGridViewFiles.TabIndex = 0; // // _ContextMenuStripFiles // _ContextMenuStripFiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddFile, _ToolStripMenuItemRemoveFile}); _ContextMenuStripFiles.Name = "_ContextMenuStripFiles"; _ContextMenuStripFiles.Size = new System.Drawing.Size(185, 52); // // _ToolStripMenuItemAddFile // _ToolStripMenuItemAddFile.Name = "_ToolStripMenuItemAddFile"; _ToolStripMenuItemAddFile.Size = new System.Drawing.Size(184, 24); _ToolStripMenuItemAddFile.Text = "Добавить файл"; _ToolStripMenuItemAddFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddFile_Click); // // _ToolStripMenuItemRemoveFile // _ToolStripMenuItemRemoveFile.Name = "_ToolStripMenuItemRemoveFile"; _ToolStripMenuItemRemoveFile.Size = new System.Drawing.Size(184, 24); _ToolStripMenuItemRemoveFile.Text = "Удалить файл"; _ToolStripMenuItemRemoveFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveFile_Click); // // _DataGridViewRecords // _DataGridViewRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewRecords.ContextMenuStrip = _ContextMenuStripRecords; _DataGridViewRecords.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewRecords.Location = new System.Drawing.Point(0, 0); _DataGridViewRecords.Name = "_DataGridViewRecords"; _DataGridViewRecords.RowTemplate.Height = 24; _DataGridViewRecords.Size = new System.Drawing.Size(576, 183); _DataGridViewRecords.TabIndex = 0; // // _ContextMenuStripRecords // _ContextMenuStripRecords.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddRecord, _ToolStripMenuItemRemoveRecord}); _ContextMenuStripRecords.Name = "_ContextMenuStripRecords"; _ContextMenuStripRecords.Size = new System.Drawing.Size(198, 52); // // _ToolStripMenuItemAddRecord // _ToolStripMenuItemAddRecord.Name = "_ToolStripMenuItemAddRecord"; _ToolStripMenuItemAddRecord.Size = new System.Drawing.Size(197, 24); _ToolStripMenuItemAddRecord.Text = "Добавить запись"; _ToolStripMenuItemAddRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddRecord_Click); // // _ToolStripMenuItemRemoveRecord // _ToolStripMenuItemRemoveRecord.Name = "_ToolStripMenuItemRemoveRecord"; _ToolStripMenuItemRemoveRecord.Size = new System.Drawing.Size(197, 24); _ToolStripMenuItemRemoveRecord.Text = "Удалить запись"; _ToolStripMenuItemRemoveRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveRecord_Click); // // FormEditNetworkController // AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; AutoSize = true; ClientSize = new System.Drawing.Size(880, 456); Controls.Add(_SplitContainerMain); Controls.Add(_StatusStripMain); Controls.Add(_MenuStripMain); MainMenuStrip = _MenuStripMain; MaximizeBox = false; MinimizeBox = false; Name = "FormEditNetworkController"; ShowIcon = false; ShowInTaskbar = false; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Редактор сети Modbus"; Load += new System.EventHandler(EventHandler_FormEditNetworkController_Load); FormClosed += new System.Windows.Forms.FormClosedEventHandler(EventHandler_FormEditNetworkController_FormClosed); FormClosing += new System.Windows.Forms.FormClosingEventHandler(EventHandler_FormEditNetworkController_FormClosing); _SplitContainerMain.Panel1.ResumeLayout(false); _SplitContainerMain.Panel2.ResumeLayout(false); _SplitContainerMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).EndInit(); _ContextMenuStripDevicesList.ResumeLayout(false); _TabControlDevice.ResumeLayout(false); _TabPageHoldingRegisters.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).EndInit(); _ContextMenuStripHoldingRegisters.ResumeLayout(false); _TabPageInputRegisters.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).EndInit(); _ContextMenuStripInputRegisters.ResumeLayout(false); _TabPageCoils.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).EndInit(); _ContextMenuStripCoils.ResumeLayout(false); _TabPageDiscretesInputs.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).EndInit(); _ContextMenuStripDiscretesInputs.ResumeLayout(false); _TabPageFiles.ResumeLayout(false); _SplitContainerFiles.Panel1.ResumeLayout(false); _SplitContainerFiles.Panel2.ResumeLayout(false); _SplitContainerFiles.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).EndInit(); _ContextMenuStripFiles.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).EndInit(); _ContextMenuStripRecords.ResumeLayout(false); ResumeLayout(false); PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TabControl TCMain; System.Windows.Forms.TabPage TPAddIns; System.Windows.Forms.Label LAboutTitle; System.Windows.Forms.Label LAboutSubTitle; System.Windows.Forms.TextBox TBAboutDescription; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsForm)); this.TPAbout = new System.Windows.Forms.TabPage(); this.BDefault = new System.Windows.Forms.Button(); this.BOk = new System.Windows.Forms.Button(); this.BCancel = new System.Windows.Forms.Button(); this.LBAddIns = new System.Windows.Forms.ListBox(); this.BAddInSettings = new System.Windows.Forms.Button(); TCMain = new System.Windows.Forms.TabControl(); TPAddIns = new System.Windows.Forms.TabPage(); LAboutTitle = new System.Windows.Forms.Label(); LAboutSubTitle = new System.Windows.Forms.Label(); TBAboutDescription = new System.Windows.Forms.TextBox(); TCMain.SuspendLayout(); TPAddIns.SuspendLayout(); this.TPAbout.SuspendLayout(); this.SuspendLayout(); // // TCMain // TCMain.Controls.Add(TPAddIns); TCMain.Controls.Add(this.TPAbout); TCMain.Location = new System.Drawing.Point(0, 0); TCMain.Name = "TCMain"; TCMain.SelectedIndex = 0; TCMain.Size = new System.Drawing.Size(408, 279); TCMain.TabIndex = 3; // // TPAddIns // TPAddIns.Controls.Add(this.BAddInSettings); TPAddIns.Controls.Add(this.LBAddIns); TPAddIns.Location = new System.Drawing.Point(4, 22); TPAddIns.Name = "TPAddIns"; TPAddIns.Padding = new System.Windows.Forms.Padding(3); TPAddIns.Size = new System.Drawing.Size(400, 253); TPAddIns.TabIndex = 0; TPAddIns.Text = "Add ins-s"; TPAddIns.UseVisualStyleBackColor = true; // // TPAbout // this.TPAbout.Controls.Add(TBAboutDescription); this.TPAbout.Controls.Add(LAboutSubTitle); this.TPAbout.Controls.Add(LAboutTitle); this.TPAbout.Location = new System.Drawing.Point(4, 22); this.TPAbout.Name = "TPAbout"; this.TPAbout.Padding = new System.Windows.Forms.Padding(3); this.TPAbout.Size = new System.Drawing.Size(400, 253); this.TPAbout.TabIndex = 1; this.TPAbout.Text = "About"; this.TPAbout.UseVisualStyleBackColor = true; // // BDefault // this.BDefault.Location = new System.Drawing.Point(4, 285); this.BDefault.Name = "BDefault"; this.BDefault.Size = new System.Drawing.Size(75, 23); this.BDefault.TabIndex = 0; this.BDefault.Text = "Defaults"; this.BDefault.UseVisualStyleBackColor = true; this.BDefault.Click += new System.EventHandler(this.BDefault_Click); // // BOk // this.BOk.Location = new System.Drawing.Point(329, 285); this.BOk.Name = "BOk"; this.BOk.Size = new System.Drawing.Size(75, 23); this.BOk.TabIndex = 1; this.BOk.Text = "Ok"; this.BOk.UseVisualStyleBackColor = true; this.BOk.Click += new System.EventHandler(this.BOk_Click); // // BCancel // this.BCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BCancel.Location = new System.Drawing.Point(248, 285); this.BCancel.Name = "BCancel"; this.BCancel.Size = new System.Drawing.Size(75, 23); this.BCancel.TabIndex = 2; this.BCancel.Text = "Cancel"; this.BCancel.UseVisualStyleBackColor = true; this.BCancel.Click += new System.EventHandler(this.BCancel_Click); // // LAboutTitle // LAboutTitle.AutoSize = true; LAboutTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); LAboutTitle.ForeColor = System.Drawing.Color.DodgerBlue; LAboutTitle.Location = new System.Drawing.Point(3, 3); LAboutTitle.Name = "LAboutTitle"; LAboutTitle.Size = new System.Drawing.Size(149, 39); LAboutTitle.TabIndex = 2; LAboutTitle.Text = "InfoHUD"; // // LAboutSubTitle // LAboutSubTitle.AutoSize = true; LAboutSubTitle.Location = new System.Drawing.Point(8, 40); LAboutSubTitle.Name = "LAboutSubTitle"; LAboutSubTitle.Size = new System.Drawing.Size(138, 13); LAboutSubTitle.TabIndex = 3; LAboutSubTitle.Text = "for Managed DirectX (MDX)"; // // TBAboutDescription // TBAboutDescription.Location = new System.Drawing.Point(10, 58); TBAboutDescription.Multiline = true; TBAboutDescription.Name = "TBAboutDescription"; TBAboutDescription.ReadOnly = true; TBAboutDescription.Size = new System.Drawing.Size(380, 189); TBAboutDescription.TabIndex = 4; TBAboutDescription.Text = resources.GetString("TBAboutDescription.Text"); // // LBAddIns // this.LBAddIns.FormattingEnabled = true; this.LBAddIns.Location = new System.Drawing.Point(8, 6); this.LBAddIns.Name = "LBAddIns"; this.LBAddIns.Size = new System.Drawing.Size(305, 238); this.LBAddIns.TabIndex = 0; this.LBAddIns.SelectedIndexChanged += new System.EventHandler(this.LBAddIns_SelectedIndexChanged); // // BAddInSettings // this.BAddInSettings.Enabled = false; this.BAddInSettings.Location = new System.Drawing.Point(319, 6); this.BAddInSettings.Name = "BAddInSettings"; this.BAddInSettings.Size = new System.Drawing.Size(75, 23); this.BAddInSettings.TabIndex = 1; this.BAddInSettings.Text = "Settings"; this.BAddInSettings.UseVisualStyleBackColor = true; this.BAddInSettings.Click += new System.EventHandler(this.BAddInSettings_Click); // // OptionsForm // this.AcceptButton = this.BOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.BCancel; this.ClientSize = new System.Drawing.Size(406, 311); this.Controls.Add(TCMain); this.Controls.Add(this.BCancel); this.Controls.Add(this.BOk); this.Controls.Add(this.BDefault); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "OptionsForm"; this.Text = "InfoHUD options"; TCMain.ResumeLayout(false); TPAddIns.ResumeLayout(false); this.TPAbout.ResumeLayout(false); this.TPAbout.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(); System.Windows.Forms.TabControl Menu; this.Contactstab = new System.Windows.Forms.TabPage(); this.ContactsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.Taskstab = new System.Windows.Forms.TabPage(); this.Scheduledeventstab = new System.Windows.Forms.TabPage(); this.Settingstab = new System.Windows.Forms.TabPage(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.chkTryContinuously = new System.Windows.Forms.CheckBox(); this.chkAutostart = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.TasksBindingSource = new System.Windows.Forms.BindingSource(this.components); this.EventsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.LoginTimer = new System.Windows.Forms.Timer(this.components); this.SoapIcon = new System.Windows.Forms.NotifyIcon(this.components); this.RightClickMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.OpenTSMI = new System.Windows.Forms.ToolStripMenuItem(); this.ClubsTSCB = new System.Windows.Forms.ToolStripComboBox(); this.SettingTSMI = new System.Windows.Forms.ToolStripMenuItem(); this.AboutTSMI = new System.Windows.Forms.ToolStripMenuItem(); this.TSSOne = new System.Windows.Forms.ToolStripSeparator(); this.ExitTSMI = new System.Windows.Forms.ToolStripMenuItem(); Menu = new System.Windows.Forms.TabControl(); Menu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ContactsBindingSource)).BeginInit(); this.Settingstab.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TasksBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.EventsBindingSource)).BeginInit(); this.RightClickMenu.SuspendLayout(); this.SuspendLayout(); // // Menu // Menu.Appearance = System.Windows.Forms.TabAppearance.FlatButtons; Menu.Controls.Add(this.Contactstab); Menu.Controls.Add(this.Taskstab); Menu.Controls.Add(this.Scheduledeventstab); Menu.Controls.Add(this.Settingstab); Menu.HotTrack = true; Menu.Location = new System.Drawing.Point(138, 63); Menu.Name = "Menu"; Menu.Padding = new System.Drawing.Point(6, 10); Menu.SelectedIndex = 0; Menu.Size = new System.Drawing.Size(444, 381); Menu.TabIndex = 0; // // Contactstab // this.Contactstab.BackColor = System.Drawing.Color.White; this.Contactstab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Contactstab.ImageKey = "(none)"; this.Contactstab.Location = new System.Drawing.Point(4, 39); this.Contactstab.Name = "Contactstab"; this.Contactstab.Padding = new System.Windows.Forms.Padding(3); this.Contactstab.Size = new System.Drawing.Size(436, 338); this.Contactstab.TabIndex = 0; this.Contactstab.Text = " Contacts "; this.Contactstab.ToolTipText = "View your contacts here. Any updates must be done in your account at www.daybook." + "in and these updates will be reflected here."; // // Taskstab // this.Taskstab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.Taskstab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Taskstab.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.Taskstab.Location = new System.Drawing.Point(4, 39); this.Taskstab.Name = "Taskstab"; this.Taskstab.Padding = new System.Windows.Forms.Padding(3); this.Taskstab.Size = new System.Drawing.Size(436, 338); this.Taskstab.TabIndex = 1; this.Taskstab.Text = " Tasks "; this.Taskstab.ToolTipText = "View your tasks here. Any updates must be done in your account at www.daybook.in " + "and these updates will be reflected here."; // // Scheduledeventstab // this.Scheduledeventstab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.Scheduledeventstab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Scheduledeventstab.Location = new System.Drawing.Point(4, 39); this.Scheduledeventstab.Name = "Scheduledeventstab"; this.Scheduledeventstab.Size = new System.Drawing.Size(436, 338); this.Scheduledeventstab.TabIndex = 2; this.Scheduledeventstab.Text = " Scheduled Events "; this.Scheduledeventstab.ToolTipText = "View your scheduled events here. Any updates must be done in your account at www." + "daybook.in and these updates will be reflected here."; // // Settingstab // this.Settingstab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.Settingstab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Settingstab.Controls.Add(this.groupBox3); this.Settingstab.Controls.Add(this.groupBox2); this.Settingstab.Location = new System.Drawing.Point(4, 39); this.Settingstab.Name = "Settingstab"; this.Settingstab.Padding = new System.Windows.Forms.Padding(3); this.Settingstab.Size = new System.Drawing.Size(436, 338); this.Settingstab.TabIndex = 3; this.Settingstab.Text = " Settings "; // // groupBox3 // this.groupBox3.Controls.Add(this.chkTryContinuously); this.groupBox3.Controls.Add(this.chkAutostart); this.groupBox3.Location = new System.Drawing.Point(6, 191); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(399, 90); this.groupBox3.TabIndex = 7; this.groupBox3.TabStop = false; this.groupBox3.Text = "Application"; // // chkTryContinuously // this.chkTryContinuously.AutoSize = true; this.chkTryContinuously.Location = new System.Drawing.Point(6, 55); this.chkTryContinuously.Name = "chkTryContinuously"; this.chkTryContinuously.Size = new System.Drawing.Size(120, 17); this.chkTryContinuously.TabIndex = 1; this.chkTryContinuously.Text = "Keep trying till Login"; this.chkTryContinuously.UseVisualStyleBackColor = true; this.chkTryContinuously.CheckedChanged += new System.EventHandler(this.chkTryContinuously_CheckedChanged); // // chkAutostart // this.chkAutostart.AutoSize = true; this.chkAutostart.Location = new System.Drawing.Point(6, 32); this.chkAutostart.Name = "chkAutostart"; this.chkAutostart.Size = new System.Drawing.Size(134, 17); this.chkAutostart.TabIndex = 0; this.chkAutostart.Text = "Autostart with windows"; this.chkAutostart.UseVisualStyleBackColor = true; this.chkAutostart.CheckedChanged += new System.EventHandler(this.chkAutostart_CheckedChanged); // // groupBox2 // this.groupBox2.Location = new System.Drawing.Point(6, 103); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(400, 82); this.groupBox2.TabIndex = 6; this.groupBox2.TabStop = false; this.groupBox2.Text = "Connectivity"; // // LoginTimer // this.LoginTimer.Interval = 3600000; this.LoginTimer.Tick += new System.EventHandler(this.LoginTimer_Tick); // // SoapIcon // this.SoapIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.SoapIcon.BalloonTipText = "See the reflection of your Daybook here !"; this.SoapIcon.BalloonTipTitle = "Aveo Daybook !"; this.SoapIcon.ContextMenuStrip = this.RightClickMenu; this.SoapIcon.Text = "Aveo Daybook!"; this.SoapIcon.Visible = true; this.SoapIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SoapIcon_MouseDoubleClick); // // RightClickMenu // this.RightClickMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.RightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.OpenTSMI, this.ClubsTSCB, this.SettingTSMI, this.AboutTSMI, this.TSSOne, this.ExitTSMI}); this.RightClickMenu.Name = "RightClickMenu"; this.RightClickMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.RightClickMenu.Size = new System.Drawing.Size(187, 123); // // OpenTSMI // this.OpenTSMI.Name = "OpenTSMI"; this.OpenTSMI.Size = new System.Drawing.Size(186, 22); this.OpenTSMI.Text = "Open Daybook Console"; this.OpenTSMI.Click += new System.EventHandler(this.OpenTSMI_Click); // // ClubsTSCB // this.ClubsTSCB.Items.AddRange(new object[] { "My Club", "My Other Club"}); this.ClubsTSCB.Name = "ClubsTSCB"; this.ClubsTSCB.Size = new System.Drawing.Size(121, 21); this.ClubsTSCB.Text = "Clubs"; // // SettingTSMI // this.SettingTSMI.Name = "SettingTSMI"; this.SettingTSMI.Size = new System.Drawing.Size(186, 22); this.SettingTSMI.Text = "Settings ..."; this.SettingTSMI.Click += new System.EventHandler(this.SettingTSMI_Click); // // AboutTSMI // this.AboutTSMI.Name = "AboutTSMI"; this.AboutTSMI.Size = new System.Drawing.Size(186, 22); this.AboutTSMI.Text = "About"; this.AboutTSMI.Click += new System.EventHandler(this.AboutTSMI_Click); // // TSSOne // this.TSSOne.Name = "TSSOne"; this.TSSOne.Size = new System.Drawing.Size(183, 6); // // ExitTSMI // this.ExitTSMI.Name = "ExitTSMI"; this.ExitTSMI.Size = new System.Drawing.Size(186, 22); this.ExitTSMI.Text = "Exit"; this.ExitTSMI.Click += new System.EventHandler(this.ExitTSMI_Click); // // DaybookTray // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::TwoOhApp.DaybookTrayResources.Background; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(592, 446); this.ContextMenuStrip = this.RightClickMenu; this.Controls.Add(Menu); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(600, 480); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(600, 480); this.Name = "DaybookTray"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Daybook Tray"; this.TopMost = true; this.Load += new System.EventHandler(this.DaybookTray_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DaybookTray_FormClosing); Menu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ContactsBindingSource)).EndInit(); this.Settingstab.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TasksBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.EventsBindingSource)).EndInit(); this.RightClickMenu.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.Windows.Forms.TabControl tabControl1; this.IMU = new System.Windows.Forms.TabPage(); this.headingIndicatorInstrumentControl1 = new AvionicsInstrumentControlDemo.HeadingIndicatorInstrumentControl(); this.zedGraphControl2 = new ZedGraph.ZedGraphControl(); this.label8 = new System.Windows.Forms.Label(); this.attitudeIndicatorInstrumentControl1 = new AvionicsInstrumentControlDemo.AttitudeIndicatorInstrumentControl(); this.zedGraphControl1 = new ZedGraph.ZedGraphControl(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.checkBox_pTerm = new System.Windows.Forms.CheckBox(); this.checkBox_iTerm = new System.Windows.Forms.CheckBox(); this.checkBox_dTerm = new System.Windows.Forms.CheckBox(); this.textBox_graphdTerm = new System.Windows.Forms.TextBox(); this.textBox_graphiTerm = new System.Windows.Forms.TextBox(); this.textBox_graphpTerm = new System.Windows.Forms.TextBox(); this.groupBox_graph1 = new System.Windows.Forms.GroupBox(); this.checkBox_roll = new System.Windows.Forms.CheckBox(); this.checkBox_pitch = new System.Windows.Forms.CheckBox(); this.checkBox_yaw = new System.Windows.Forms.CheckBox(); this.textBox__graphYaw = new System.Windows.Forms.TextBox(); this.textBox_graphPitch = new System.Windows.Forms.TextBox(); this.textBox_graphRoll = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.lb_d = new System.Windows.Forms.Label(); this.lb_i = new System.Windows.Forms.Label(); this.lb_p = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.textBox_SetPoint = new System.Windows.Forms.TextBox(); this.numericUpDown_SetPoint = new System.Windows.Forms.NumericUpDown(); this.textBox_p = new System.Windows.Forms.TextBox(); this.textBox_dTerm = new System.Windows.Forms.TextBox(); this.textBox_pTerm = new System.Windows.Forms.TextBox(); this.numericUpDown_P = new System.Windows.Forms.NumericUpDown(); this.textBox_iTerm = new System.Windows.Forms.TextBox(); this.numericUpDown_I = new System.Windows.Forms.NumericUpDown(); this.numericUpDown_D = new System.Windows.Forms.NumericUpDown(); this.label11 = new System.Windows.Forms.Label(); this.textBox_i = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.textBox_d = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBox_SerialPrint = new System.Windows.Forms.TextBox(); this.serialPort1 = new System.IO.Ports.SerialPort(this.components); this.timer1 = new System.Windows.Forms.Timer(this.components); this.btn_ConnectSerial = new System.Windows.Forms.Button(); this.btn_serialDisconnect = new System.Windows.Forms.Button(); this.btn_exit = new System.Windows.Forms.Button(); this.status = new System.Windows.Forms.Label(); this.lb_connectionStatus = new System.Windows.Forms.Label(); this.comboBox_Comports = new System.Windows.Forms.ComboBox(); tabControl1 = new System.Windows.Forms.TabControl(); tabControl1.SuspendLayout(); this.IMU.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox_graph1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SetPoint)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_P)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_I)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_D)).BeginInit(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(this.IMU); tabControl1.Controls.Add(this.tabPage2); tabControl1.Font = new System.Drawing.Font("Lucida Sans Typewriter", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); tabControl1.ImeMode = System.Windows.Forms.ImeMode.AlphaFull; tabControl1.Location = new System.Drawing.Point(12, 46); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(1115, 636); tabControl1.TabIndex = 2; // // IMU // this.IMU.BackColor = System.Drawing.Color.LightGray; this.IMU.Controls.Add(this.headingIndicatorInstrumentControl1); this.IMU.Controls.Add(this.zedGraphControl2); this.IMU.Controls.Add(this.label8); this.IMU.Controls.Add(this.attitudeIndicatorInstrumentControl1); this.IMU.Controls.Add(this.zedGraphControl1); this.IMU.Controls.Add(this.groupBox3); this.IMU.ForeColor = System.Drawing.SystemColors.ControlText; this.IMU.Location = new System.Drawing.Point(4, 26); this.IMU.Name = "IMU"; this.IMU.Padding = new System.Windows.Forms.Padding(3); this.IMU.Size = new System.Drawing.Size(1107, 606); this.IMU.TabIndex = 0; this.IMU.Text = "IMU"; // // headingIndicatorInstrumentControl1 // this.headingIndicatorInstrumentControl1.Location = new System.Drawing.Point(789, 303); this.headingIndicatorInstrumentControl1.Name = "headingIndicatorInstrumentControl1"; this.headingIndicatorInstrumentControl1.Size = new System.Drawing.Size(302, 297); this.headingIndicatorInstrumentControl1.TabIndex = 19; this.headingIndicatorInstrumentControl1.Text = "headingIndicatorInstrumentControl1"; // // zedGraphControl2 // this.zedGraphControl2.Location = new System.Drawing.Point(569, 6); this.zedGraphControl2.Name = "zedGraphControl2"; this.zedGraphControl2.ScrollGrace = 0D; this.zedGraphControl2.ScrollMaxX = 0D; this.zedGraphControl2.ScrollMaxY = 0D; this.zedGraphControl2.ScrollMaxY2 = 0D; this.zedGraphControl2.ScrollMinX = 0D; this.zedGraphControl2.ScrollMinY = 0D; this.zedGraphControl2.ScrollMinY2 = 0D; this.zedGraphControl2.Size = new System.Drawing.Size(532, 291); this.zedGraphControl2.TabIndex = 18; // // label8 // this.label8.AccessibleName = "lb_axisValie"; this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(724, 15); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(0, 17); this.label8.TabIndex = 15; // // attitudeIndicatorInstrumentControl1 // this.attitudeIndicatorInstrumentControl1.Location = new System.Drawing.Point(486, 303); this.attitudeIndicatorInstrumentControl1.Name = "attitudeIndicatorInstrumentControl1"; this.attitudeIndicatorInstrumentControl1.Size = new System.Drawing.Size(297, 297); this.attitudeIndicatorInstrumentControl1.TabIndex = 1; this.attitudeIndicatorInstrumentControl1.Text = "attitudeIndicatorInstrumentControl1"; // // zedGraphControl1 // this.zedGraphControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.zedGraphControl1.BackColor = System.Drawing.Color.LightGray; this.zedGraphControl1.ForeColor = System.Drawing.SystemColors.ControlText; this.zedGraphControl1.Location = new System.Drawing.Point(6, 6); this.zedGraphControl1.Name = "zedGraphControl1"; this.zedGraphControl1.ScrollGrace = 0D; this.zedGraphControl1.ScrollMaxX = 0D; this.zedGraphControl1.ScrollMaxY = 0D; this.zedGraphControl1.ScrollMaxY2 = 0D; this.zedGraphControl1.ScrollMinX = 0D; this.zedGraphControl1.ScrollMinY = 0D; this.zedGraphControl1.ScrollMinY2 = 0D; this.zedGraphControl1.Size = new System.Drawing.Size(557, 291); this.zedGraphControl1.TabIndex = 0; // // groupBox3 // this.groupBox3.Controls.Add(this.groupBox4); this.groupBox3.Controls.Add(this.groupBox_graph1); this.groupBox3.Location = new System.Drawing.Point(6, 303); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(474, 297); this.groupBox3.TabIndex = 21; this.groupBox3.TabStop = false; this.groupBox3.Text = "Graph Settings:"; // // groupBox4 // this.groupBox4.Controls.Add(this.checkBox_pTerm); this.groupBox4.Controls.Add(this.checkBox_iTerm); this.groupBox4.Controls.Add(this.checkBox_dTerm); this.groupBox4.Controls.Add(this.textBox_graphdTerm); this.groupBox4.Controls.Add(this.textBox_graphiTerm); this.groupBox4.Controls.Add(this.textBox_graphpTerm); this.groupBox4.Location = new System.Drawing.Point(245, 24); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(200, 134); this.groupBox4.TabIndex = 28; this.groupBox4.TabStop = false; this.groupBox4.Text = "Graph 2:"; // // checkBox_pTerm // this.checkBox_pTerm.AutoSize = true; this.checkBox_pTerm.Location = new System.Drawing.Point(6, 26); this.checkBox_pTerm.Name = "checkBox_pTerm"; this.checkBox_pTerm.Size = new System.Drawing.Size(72, 21); this.checkBox_pTerm.TabIndex = 27; this.checkBox_pTerm.Text = "pTerm"; this.checkBox_pTerm.UseVisualStyleBackColor = true; // // checkBox_iTerm // this.checkBox_iTerm.AutoSize = true; this.checkBox_iTerm.Location = new System.Drawing.Point(6, 59); this.checkBox_iTerm.Name = "checkBox_iTerm"; this.checkBox_iTerm.Size = new System.Drawing.Size(72, 21); this.checkBox_iTerm.TabIndex = 26; this.checkBox_iTerm.Text = "iTerm"; this.checkBox_iTerm.UseVisualStyleBackColor = true; // // checkBox_dTerm // this.checkBox_dTerm.AutoSize = true; this.checkBox_dTerm.Location = new System.Drawing.Point(6, 90); this.checkBox_dTerm.Name = "checkBox_dTerm"; this.checkBox_dTerm.Size = new System.Drawing.Size(72, 21); this.checkBox_dTerm.TabIndex = 25; this.checkBox_dTerm.Text = "dTerm"; this.checkBox_dTerm.UseVisualStyleBackColor = true; // // textBox_graphdTerm // this.textBox_graphdTerm.Location = new System.Drawing.Point(99, 86); this.textBox_graphdTerm.Name = "textBox_graphdTerm"; this.textBox_graphdTerm.Size = new System.Drawing.Size(55, 25); this.textBox_graphdTerm.TabIndex = 24; this.textBox_graphdTerm.Visible = false; // // textBox_graphiTerm // this.textBox_graphiTerm.Location = new System.Drawing.Point(99, 55); this.textBox_graphiTerm.Name = "textBox_graphiTerm"; this.textBox_graphiTerm.Size = new System.Drawing.Size(55, 25); this.textBox_graphiTerm.TabIndex = 23; this.textBox_graphiTerm.Visible = false; // // textBox_graphpTerm // this.textBox_graphpTerm.Location = new System.Drawing.Point(99, 24); this.textBox_graphpTerm.Name = "textBox_graphpTerm"; this.textBox_graphpTerm.Size = new System.Drawing.Size(55, 25); this.textBox_graphpTerm.TabIndex = 22; this.textBox_graphpTerm.Visible = false; // // groupBox_graph1 // this.groupBox_graph1.Controls.Add(this.checkBox_roll); this.groupBox_graph1.Controls.Add(this.checkBox_pitch); this.groupBox_graph1.Controls.Add(this.checkBox_yaw); this.groupBox_graph1.Controls.Add(this.textBox__graphYaw); this.groupBox_graph1.Controls.Add(this.textBox_graphPitch); this.groupBox_graph1.Controls.Add(this.textBox_graphRoll); this.groupBox_graph1.Location = new System.Drawing.Point(25, 24); this.groupBox_graph1.Name = "groupBox_graph1"; this.groupBox_graph1.Size = new System.Drawing.Size(200, 134); this.groupBox_graph1.TabIndex = 21; this.groupBox_graph1.TabStop = false; this.groupBox_graph1.Text = "Graph 1:"; // // checkBox_roll // this.checkBox_roll.AutoSize = true; this.checkBox_roll.Location = new System.Drawing.Point(6, 26); this.checkBox_roll.Name = "checkBox_roll"; this.checkBox_roll.Size = new System.Drawing.Size(63, 21); this.checkBox_roll.TabIndex = 27; this.checkBox_roll.Text = "Roll"; this.checkBox_roll.UseVisualStyleBackColor = true; // // checkBox_pitch // this.checkBox_pitch.AutoSize = true; this.checkBox_pitch.Location = new System.Drawing.Point(6, 59); this.checkBox_pitch.Name = "checkBox_pitch"; this.checkBox_pitch.Size = new System.Drawing.Size(72, 21); this.checkBox_pitch.TabIndex = 26; this.checkBox_pitch.Text = "Pitch"; this.checkBox_pitch.UseVisualStyleBackColor = true; // // checkBox_yaw // this.checkBox_yaw.AutoSize = true; this.checkBox_yaw.Location = new System.Drawing.Point(6, 90); this.checkBox_yaw.Name = "checkBox_yaw"; this.checkBox_yaw.Size = new System.Drawing.Size(54, 21); this.checkBox_yaw.TabIndex = 25; this.checkBox_yaw.Text = "Yaw"; this.checkBox_yaw.UseVisualStyleBackColor = true; // // textBox__graphYaw // this.textBox__graphYaw.Location = new System.Drawing.Point(99, 86); this.textBox__graphYaw.Name = "textBox__graphYaw"; this.textBox__graphYaw.Size = new System.Drawing.Size(55, 25); this.textBox__graphYaw.TabIndex = 24; this.textBox__graphYaw.Visible = false; // // textBox_graphPitch // this.textBox_graphPitch.Location = new System.Drawing.Point(99, 55); this.textBox_graphPitch.Name = "textBox_graphPitch"; this.textBox_graphPitch.Size = new System.Drawing.Size(55, 25); this.textBox_graphPitch.TabIndex = 23; this.textBox_graphPitch.Visible = false; // // textBox_graphRoll // this.textBox_graphRoll.Location = new System.Drawing.Point(99, 24); this.textBox_graphRoll.Name = "textBox_graphRoll"; this.textBox_graphRoll.Size = new System.Drawing.Size(55, 25); this.textBox_graphRoll.TabIndex = 22; this.textBox_graphRoll.Visible = false; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.LightGray; this.tabPage2.Controls.Add(this.lb_d); this.tabPage2.Controls.Add(this.lb_i); this.tabPage2.Controls.Add(this.lb_p); this.tabPage2.Controls.Add(this.groupBox1); this.tabPage2.Controls.Add(this.groupBox2); this.tabPage2.Location = new System.Drawing.Point(4, 26); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(1107, 606); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Debug"; // // lb_d // this.lb_d.AutoSize = true; this.lb_d.Location = new System.Drawing.Point(17, 104); this.lb_d.Name = "lb_d"; this.lb_d.Size = new System.Drawing.Size(26, 17); this.lb_d.TabIndex = 12; this.lb_d.Text = "D:"; // // lb_i // this.lb_i.AutoSize = true; this.lb_i.Location = new System.Drawing.Point(17, 76); this.lb_i.Name = "lb_i"; this.lb_i.Size = new System.Drawing.Size(26, 17); this.lb_i.TabIndex = 11; this.lb_i.Text = "I:"; // // lb_p // this.lb_p.AutoSize = true; this.lb_p.Location = new System.Drawing.Point(17, 47); this.lb_p.Name = "lb_p"; this.lb_p.Size = new System.Drawing.Size(26, 17); this.lb_p.TabIndex = 10; this.lb_p.Text = "P:"; // // groupBox1 // this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textBox_SetPoint); this.groupBox1.Controls.Add(this.numericUpDown_SetPoint); this.groupBox1.Controls.Add(this.textBox_p); this.groupBox1.Controls.Add(this.textBox_dTerm); this.groupBox1.Controls.Add(this.textBox_pTerm); this.groupBox1.Controls.Add(this.numericUpDown_P); this.groupBox1.Controls.Add(this.textBox_iTerm); this.groupBox1.Controls.Add(this.numericUpDown_I); this.groupBox1.Controls.Add(this.numericUpDown_D); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.textBox_i); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.textBox_d); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Location = new System.Drawing.Point(6, 17); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(359, 157); this.groupBox1.TabIndex = 24; this.groupBox1.TabStop = false; this.groupBox1.Text = "PID:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(2, 117); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 17); this.label1.TabIndex = 26; this.label1.Text = "SP:"; // // textBox_SetPoint // this.textBox_SetPoint.Location = new System.Drawing.Point(134, 113); this.textBox_SetPoint.Name = "textBox_SetPoint"; this.textBox_SetPoint.Size = new System.Drawing.Size(67, 25); this.textBox_SetPoint.TabIndex = 23; // // numericUpDown_SetPoint // this.numericUpDown_SetPoint.DecimalPlaces = 1; this.numericUpDown_SetPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F); this.numericUpDown_SetPoint.Increment = new decimal(new int[] { 5, 0, 0, 65536}); this.numericUpDown_SetPoint.Location = new System.Drawing.Point(43, 114); this.numericUpDown_SetPoint.Minimum = new decimal(new int[] { 100, 0, 0, -2147483648}); this.numericUpDown_SetPoint.Name = "numericUpDown_SetPoint"; this.numericUpDown_SetPoint.Size = new System.Drawing.Size(85, 24); this.numericUpDown_SetPoint.TabIndex = 22; this.numericUpDown_SetPoint.ValueChanged += new System.EventHandler(this.numericUpDown_SetPoint_ValueChanged); // // textBox_p // this.textBox_p.Location = new System.Drawing.Point(134, 27); this.textBox_p.Name = "textBox_p"; this.textBox_p.Size = new System.Drawing.Size(67, 25); this.textBox_p.TabIndex = 13; // // textBox_dTerm // this.textBox_dTerm.Location = new System.Drawing.Point(275, 83); this.textBox_dTerm.Name = "textBox_dTerm"; this.textBox_dTerm.Size = new System.Drawing.Size(67, 25); this.textBox_dTerm.TabIndex = 19; // // textBox_pTerm // this.textBox_pTerm.Location = new System.Drawing.Point(275, 26); this.textBox_pTerm.Name = "textBox_pTerm"; this.textBox_pTerm.Size = new System.Drawing.Size(67, 25); this.textBox_pTerm.TabIndex = 21; // // numericUpDown_P // this.numericUpDown_P.DecimalPlaces = 1; this.numericUpDown_P.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.numericUpDown_P.Increment = new decimal(new int[] { 5, 0, 0, 65536}); this.numericUpDown_P.Location = new System.Drawing.Point(43, 27); this.numericUpDown_P.Maximum = new decimal(new int[] { 200, 0, 0, 0}); this.numericUpDown_P.Minimum = new decimal(new int[] { 100, 0, 0, -2147483648}); this.numericUpDown_P.Name = "numericUpDown_P"; this.numericUpDown_P.Size = new System.Drawing.Size(85, 24); this.numericUpDown_P.TabIndex = 6; this.numericUpDown_P.ValueChanged += new System.EventHandler(this.numericUpDown_P_ValueChanged); // // textBox_iTerm // this.textBox_iTerm.Location = new System.Drawing.Point(275, 56); this.textBox_iTerm.Name = "textBox_iTerm"; this.textBox_iTerm.Size = new System.Drawing.Size(67, 25); this.textBox_iTerm.TabIndex = 20; // // numericUpDown_I // this.numericUpDown_I.DecimalPlaces = 1; this.numericUpDown_I.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F); this.numericUpDown_I.Increment = new decimal(new int[] { 5, 0, 0, 65536}); this.numericUpDown_I.Location = new System.Drawing.Point(43, 55); this.numericUpDown_I.Maximum = new decimal(new int[] { 200, 0, 0, 0}); this.numericUpDown_I.Minimum = new decimal(new int[] { 100, 0, 0, -2147483648}); this.numericUpDown_I.Name = "numericUpDown_I"; this.numericUpDown_I.Size = new System.Drawing.Size(85, 24); this.numericUpDown_I.TabIndex = 5; this.numericUpDown_I.ValueChanged += new System.EventHandler(this.numericUpDown_I_ValueChanged); // // numericUpDown_D // this.numericUpDown_D.DecimalPlaces = 1; this.numericUpDown_D.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F); this.numericUpDown_D.Increment = new decimal(new int[] { 5, 0, 0, 65536}); this.numericUpDown_D.Location = new System.Drawing.Point(43, 84); this.numericUpDown_D.Maximum = new decimal(new int[] { 200, 0, 0, 0}); this.numericUpDown_D.Minimum = new decimal(new int[] { 100, 0, 0, -2147483648}); this.numericUpDown_D.Name = "numericUpDown_D"; this.numericUpDown_D.Size = new System.Drawing.Size(85, 24); this.numericUpDown_D.TabIndex = 4; this.numericUpDown_D.ValueChanged += new System.EventHandler(this.numericUpDown_D_ValueChanged); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(207, 30); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(62, 17); this.label11.TabIndex = 18; this.label11.Text = "pTerm:"; // // textBox_i // this.textBox_i.Location = new System.Drawing.Point(134, 56); this.textBox_i.Name = "textBox_i"; this.textBox_i.Size = new System.Drawing.Size(67, 25); this.textBox_i.TabIndex = 15; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(207, 58); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(62, 17); this.label10.TabIndex = 17; this.label10.Text = "iTerm:"; // // textBox_d // this.textBox_d.Location = new System.Drawing.Point(134, 85); this.textBox_d.Name = "textBox_d"; this.textBox_d.Size = new System.Drawing.Size(67, 25); this.textBox_d.TabIndex = 14; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(207, 87); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(62, 17); this.label9.TabIndex = 16; this.label9.Text = "dTerm:"; // // groupBox2 // this.groupBox2.Controls.Add(this.textBox_SerialPrint); this.groupBox2.Location = new System.Drawing.Point(6, 180); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(450, 411); this.groupBox2.TabIndex = 25; this.groupBox2.TabStop = false; this.groupBox2.Text = "SerialPrint:"; // // textBox_SerialPrint // this.textBox_SerialPrint.Location = new System.Drawing.Point(6, 24); this.textBox_SerialPrint.Multiline = true; this.textBox_SerialPrint.Name = "textBox_SerialPrint"; this.textBox_SerialPrint.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox_SerialPrint.Size = new System.Drawing.Size(438, 381); this.textBox_SerialPrint.TabIndex = 23; // // serialPort1 // this.serialPort1.BaudRate = 115200; this.serialPort1.PortName = "COM3"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 40; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // btn_ConnectSerial // this.btn_ConnectSerial.Location = new System.Drawing.Point(12, 12); this.btn_ConnectSerial.Name = "btn_ConnectSerial"; this.btn_ConnectSerial.Size = new System.Drawing.Size(75, 23); this.btn_ConnectSerial.TabIndex = 9; this.btn_ConnectSerial.Text = "Connect"; this.btn_ConnectSerial.UseVisualStyleBackColor = true; this.btn_ConnectSerial.Click += new System.EventHandler(this.btn_ConnectSerial_Click); // // btn_serialDisconnect // this.btn_serialDisconnect.Location = new System.Drawing.Point(183, 12); this.btn_serialDisconnect.Name = "btn_serialDisconnect"; this.btn_serialDisconnect.Size = new System.Drawing.Size(75, 23); this.btn_serialDisconnect.TabIndex = 1; this.btn_serialDisconnect.Text = "Disconnect"; this.btn_serialDisconnect.UseVisualStyleBackColor = true; this.btn_serialDisconnect.Click += new System.EventHandler(this.btn_serialDisconnect_Click); // // btn_exit // this.btn_exit.Location = new System.Drawing.Point(1052, 12); this.btn_exit.Name = "btn_exit"; this.btn_exit.Size = new System.Drawing.Size(75, 23); this.btn_exit.TabIndex = 10; this.btn_exit.Text = "Exit"; this.btn_exit.UseVisualStyleBackColor = true; this.btn_exit.Click += new System.EventHandler(this.btn_exit_Click); // // status // this.status.AutoSize = true; this.status.Location = new System.Drawing.Point(264, 17); this.status.Name = "status"; this.status.Size = new System.Drawing.Size(40, 13); this.status.TabIndex = 12; this.status.Text = "Status:"; // // lb_connectionStatus // this.lb_connectionStatus.AutoSize = true; this.lb_connectionStatus.Location = new System.Drawing.Point(301, 17); this.lb_connectionStatus.Name = "lb_connectionStatus"; this.lb_connectionStatus.Size = new System.Drawing.Size(73, 13); this.lb_connectionStatus.TabIndex = 13; this.lb_connectionStatus.Text = "Disconnected"; // // comboBox_Comports // this.comboBox_Comports.FormattingEnabled = true; this.comboBox_Comports.Location = new System.Drawing.Point(93, 14); this.comboBox_Comports.Name = "comboBox_Comports"; this.comboBox_Comports.Size = new System.Drawing.Size(84, 21); this.comboBox_Comports.TabIndex = 14; this.comboBox_Comports.Click += new System.EventHandler(this.comboBoxComports_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveCaption; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.ClientSize = new System.Drawing.Size(1139, 694); this.Controls.Add(this.comboBox_Comports); this.Controls.Add(this.lb_connectionStatus); this.Controls.Add(this.status); this.Controls.Add(this.btn_exit); this.Controls.Add(this.btn_serialDisconnect); this.Controls.Add(this.btn_ConnectSerial); this.Controls.Add(tabControl1); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ArduinoDebug"; this.Load += new System.EventHandler(this.Form1_Load); tabControl1.ResumeLayout(false); this.IMU.ResumeLayout(false); this.IMU.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox_graph1.ResumeLayout(false); this.groupBox_graph1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SetPoint)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_P)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_I)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_D)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.TabControl tabMethod; System.Windows.Forms.Label label6; System.Windows.Forms.Label label4; System.Windows.Forms.Label label1; System.Windows.Forms.Label label7; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.ColumnHeader columnHeader1; System.Windows.Forms.ColumnHeader columnHeader2; System.Windows.Forms.Label label2; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.Windows.Forms.ColumnHeader columnHeader3; System.Windows.Forms.ColumnHeader columnHeader4; System.Windows.Forms.Panel panel1; System.Windows.Forms.GroupBox groupBox2; System.Windows.Forms.Panel panel2; System.Windows.Forms.Panel panel3; System.Windows.Forms.Label label3; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProtocolMessageControl)); this.tabPageMethodDefinition = new System.Windows.Forms.TabPage(); this.errorsControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.synopsisControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.txtMethodDocId = new System.Windows.Forms.TextBox(); this.txtMethodSelector = new System.Windows.Forms.TextBox(); this.tabPageMethodDescription = new System.Windows.Forms.TabPage(); this.panelRefinementDescription = new System.Windows.Forms.Panel(); this.buttonRefinementCancel = new System.Windows.Forms.Button(); this.buttonRefinementOK = new System.Windows.Forms.Button(); this.refinementDescription = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.panelRefinement = new System.Windows.Forms.Panel(); this.buttonRemoveRefinement = new System.Windows.Forms.Button(); this.buttonAddRefinement = new System.Windows.Forms.Button(); this.comboRefinementProtocols = new System.Windows.Forms.ComboBox(); this.listRefinement = new System.Windows.Forms.ListView(); this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.tabPageMethodParameters = new System.Windows.Forms.TabPage(); this.listParameters = new System.Windows.Forms.ListView(); this.listParameterProtocol = new System.Windows.Forms.ListView(); this.buttonAddParameterProtocol = new System.Windows.Forms.Button(); this.comboParameterProtocols = new System.Windows.Forms.ComboBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.listReturnValueProtocols = new System.Windows.Forms.ListView(); this.buttonAddReturnValueProtocol = new System.Windows.Forms.Button(); this.comboReturnValueProtocols = new System.Windows.Forms.ComboBox(); this.returnValueDescriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.comboReturnValueAliasing = new System.Windows.Forms.ComboBox(); this.tabPageMethodSource = new System.Windows.Forms.TabPage(); this.sourceEditControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.SourceEditControl(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.contextMenuParameterAliasing = new System.Windows.Forms.ContextMenuStrip(this.components); this.unspecifiedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.capturedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.uncapturedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tabMethod = new System.Windows.Forms.TabControl(); label6 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); label2 = new System.Windows.Forms.Label(); splitContainer1 = new System.Windows.Forms.SplitContainer(); groupBox1 = new System.Windows.Forms.GroupBox(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); panel1 = new System.Windows.Forms.Panel(); groupBox2 = new System.Windows.Forms.GroupBox(); panel2 = new System.Windows.Forms.Panel(); panel3 = new System.Windows.Forms.Panel(); label3 = new System.Windows.Forms.Label(); tabMethod.SuspendLayout(); this.tabPageMethodDefinition.SuspendLayout(); this.tabPageMethodDescription.SuspendLayout(); this.panelRefinementDescription.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); this.panelRefinement.SuspendLayout(); this.tabPageMethodParameters.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); groupBox1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); panel1.SuspendLayout(); groupBox2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); panel2.SuspendLayout(); panel3.SuspendLayout(); this.tabPageMethodSource.SuspendLayout(); this.contextMenuParameterAliasing.SuspendLayout(); this.SuspendLayout(); // // tabMethod // tabMethod.Controls.Add(this.tabPageMethodDefinition); tabMethod.Controls.Add(this.tabPageMethodDescription); tabMethod.Controls.Add(this.tabPageMethodParameters); tabMethod.Controls.Add(this.tabPageMethodSource); tabMethod.Dock = System.Windows.Forms.DockStyle.Fill; tabMethod.ImageList = this.imageList; tabMethod.Location = new System.Drawing.Point(0, 0); tabMethod.Name = "tabMethod"; tabMethod.SelectedIndex = 0; tabMethod.Size = new System.Drawing.Size(363, 354); tabMethod.TabIndex = 1; // // tabPageMethodDefinition // this.tabPageMethodDefinition.Controls.Add(this.errorsControl); this.tabPageMethodDefinition.Controls.Add(this.synopsisControl); this.tabPageMethodDefinition.Controls.Add(label6); this.tabPageMethodDefinition.Controls.Add(label4); this.tabPageMethodDefinition.Controls.Add(label1); this.tabPageMethodDefinition.Controls.Add(label7); this.tabPageMethodDefinition.Controls.Add(this.txtMethodDocId); this.tabPageMethodDefinition.Controls.Add(this.txtMethodSelector); this.tabPageMethodDefinition.ImageKey = "method"; this.tabPageMethodDefinition.Location = new System.Drawing.Point(4, 23); this.tabPageMethodDefinition.Name = "tabPageMethodDefinition"; this.tabPageMethodDefinition.Padding = new System.Windows.Forms.Padding(3); this.tabPageMethodDefinition.Size = new System.Drawing.Size(355, 327); this.tabPageMethodDefinition.TabIndex = 0; this.tabPageMethodDefinition.Text = "Definition"; this.tabPageMethodDefinition.UseVisualStyleBackColor = true; // // errorsControl // this.errorsControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.errorsControl.Location = new System.Drawing.Point(72, 157); this.errorsControl.Margin = new System.Windows.Forms.Padding(0); this.errorsControl.Name = "errorsControl"; this.errorsControl.ShowLabel = false; this.errorsControl.Size = new System.Drawing.Size(277, 163); this.errorsControl.TabIndex = 9; this.errorsControl.Changed += new System.EventHandler(this.errorsControl_Changed); // // synopsisControl // this.synopsisControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.synopsisControl.Location = new System.Drawing.Point(72, 55); this.synopsisControl.Margin = new System.Windows.Forms.Padding(0); this.synopsisControl.Name = "synopsisControl"; this.synopsisControl.ShowLabel = false; this.synopsisControl.Size = new System.Drawing.Size(277, 95); this.synopsisControl.TabIndex = 9; this.synopsisControl.Changed += new System.EventHandler(this.synopsisControl_Changed); // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(7, 9); label6.Name = "label6"; label6.Size = new System.Drawing.Size(38, 13); label6.TabIndex = 8; label6.Text = "Name:"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(7, 161); label4.Name = "label4"; label4.Size = new System.Drawing.Size(37, 13); label4.TabIndex = 7; label4.Text = "Errors:"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(7, 61); label1.Name = "label1"; label1.Size = new System.Drawing.Size(52, 13); label1.TabIndex = 7; label1.Text = "Synopsis:"; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(7, 35); label7.Name = "label7"; label7.Size = new System.Drawing.Size(40, 13); label7.TabIndex = 7; label7.Text = "X3J20:"; // // txtMethodDocId // this.txtMethodDocId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtMethodDocId.Location = new System.Drawing.Point(72, 32); this.txtMethodDocId.Name = "txtMethodDocId"; this.txtMethodDocId.Size = new System.Drawing.Size(277, 20); this.txtMethodDocId.TabIndex = 6; this.txtMethodDocId.TextChanged += new System.EventHandler(this.txtMethodDocId_TextChanged); // // txtMethodSelector // this.txtMethodSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtMethodSelector.Location = new System.Drawing.Point(72, 6); this.txtMethodSelector.Name = "txtMethodSelector"; this.txtMethodSelector.Size = new System.Drawing.Size(277, 20); this.txtMethodSelector.TabIndex = 5; this.txtMethodSelector.TextChanged += new System.EventHandler(this.txtMethodSelector_TextChanged); // // tabPageMethodDescription // this.tabPageMethodDescription.Controls.Add(this.panelRefinementDescription); this.tabPageMethodDescription.Controls.Add(this.panelRefinement); this.tabPageMethodDescription.Controls.Add(label2); this.tabPageMethodDescription.Controls.Add(this.descriptionControl); this.tabPageMethodDescription.ImageKey = "document"; this.tabPageMethodDescription.Location = new System.Drawing.Point(4, 23); this.tabPageMethodDescription.Name = "tabPageMethodDescription"; this.tabPageMethodDescription.Padding = new System.Windows.Forms.Padding(3); this.tabPageMethodDescription.Size = new System.Drawing.Size(355, 327); this.tabPageMethodDescription.TabIndex = 2; this.tabPageMethodDescription.Text = "Description"; this.tabPageMethodDescription.UseVisualStyleBackColor = true; // // panelRefinementDescription // this.panelRefinementDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelRefinementDescription.Controls.Add(tableLayoutPanel1); this.panelRefinementDescription.Controls.Add(this.refinementDescription); this.panelRefinementDescription.Location = new System.Drawing.Point(9, 164); this.panelRefinementDescription.Name = "panelRefinementDescription"; this.panelRefinementDescription.Size = new System.Drawing.Size(338, 157); this.panelRefinementDescription.TabIndex = 19; this.panelRefinementDescription.Visible = false; // // tableLayoutPanel1 // tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Controls.Add(this.buttonRefinementCancel, 1, 0); tableLayoutPanel1.Controls.Add(this.buttonRefinementOK, 0, 0); tableLayoutPanel1.Location = new System.Drawing.Point(20, 123); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Size = new System.Drawing.Size(298, 33); tableLayoutPanel1.TabIndex = 1; // // buttonRefinementCancel // this.buttonRefinementCancel.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonRefinementCancel.Location = new System.Drawing.Point(152, 3); this.buttonRefinementCancel.Name = "buttonRefinementCancel"; this.buttonRefinementCancel.Size = new System.Drawing.Size(143, 27); this.buttonRefinementCancel.TabIndex = 1; this.buttonRefinementCancel.Text = "Cancel"; this.buttonRefinementCancel.UseVisualStyleBackColor = true; this.buttonRefinementCancel.Click += new System.EventHandler(this.buttonRefinementCancel_Click); // // buttonRefinementOK // this.buttonRefinementOK.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonRefinementOK.Location = new System.Drawing.Point(3, 3); this.buttonRefinementOK.Name = "buttonRefinementOK"; this.buttonRefinementOK.Size = new System.Drawing.Size(143, 27); this.buttonRefinementOK.TabIndex = 0; this.buttonRefinementOK.Text = "OK"; this.buttonRefinementOK.UseVisualStyleBackColor = true; this.buttonRefinementOK.Click += new System.EventHandler(this.buttonRefinementOK_Click); // // refinementDescription // this.refinementDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.refinementDescription.Location = new System.Drawing.Point(20, 19); this.refinementDescription.Margin = new System.Windows.Forms.Padding(0); this.refinementDescription.Name = "refinementDescription"; this.refinementDescription.ShowLabel = false; this.refinementDescription.Size = new System.Drawing.Size(298, 101); this.refinementDescription.TabIndex = 0; // // panelRefinement // this.panelRefinement.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelRefinement.Controls.Add(this.buttonRemoveRefinement); this.panelRefinement.Controls.Add(this.buttonAddRefinement); this.panelRefinement.Controls.Add(this.comboRefinementProtocols); this.panelRefinement.Controls.Add(this.listRefinement); this.panelRefinement.Location = new System.Drawing.Point(9, 164); this.panelRefinement.Name = "panelRefinement"; this.panelRefinement.Size = new System.Drawing.Size(338, 157); this.panelRefinement.TabIndex = 16; // // buttonRemoveRefinement // this.buttonRemoveRefinement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonRemoveRefinement.Enabled = false; this.buttonRemoveRefinement.Location = new System.Drawing.Point(274, 0); this.buttonRemoveRefinement.Name = "buttonRemoveRefinement"; this.buttonRemoveRefinement.Size = new System.Drawing.Size(64, 23); this.buttonRemoveRefinement.TabIndex = 18; this.buttonRemoveRefinement.Text = "Remove"; this.buttonRemoveRefinement.UseVisualStyleBackColor = true; this.buttonRemoveRefinement.Click += new System.EventHandler(this.buttonRemoveRefinement_Click); // // buttonAddRefinement // this.buttonAddRefinement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAddRefinement.Enabled = false; this.buttonAddRefinement.Location = new System.Drawing.Point(223, 0); this.buttonAddRefinement.Name = "buttonAddRefinement"; this.buttonAddRefinement.Size = new System.Drawing.Size(45, 23); this.buttonAddRefinement.TabIndex = 18; this.buttonAddRefinement.Text = "Add"; this.buttonAddRefinement.UseVisualStyleBackColor = true; this.buttonAddRefinement.Click += new System.EventHandler(this.buttonAddRefinementProtocol_Click); // // comboRefinementProtocols // this.comboRefinementProtocols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboRefinementProtocols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboRefinementProtocols.FormattingEnabled = true; this.comboRefinementProtocols.Location = new System.Drawing.Point(0, 1); this.comboRefinementProtocols.Name = "comboRefinementProtocols"; this.comboRefinementProtocols.Size = new System.Drawing.Size(217, 21); this.comboRefinementProtocols.TabIndex = 17; this.comboRefinementProtocols.SelectedIndexChanged += new System.EventHandler(this.comboRefinementProtocols_SelectedIndexChanged); this.comboRefinementProtocols.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.comboRefinementProtocols_Format); // // listRefinement // this.listRefinement.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listRefinement.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1, columnHeader2}); this.listRefinement.FullRowSelect = true; this.listRefinement.HideSelection = false; this.listRefinement.Location = new System.Drawing.Point(0, 24); this.listRefinement.MultiSelect = false; this.listRefinement.Name = "listRefinement"; this.listRefinement.ShowGroups = false; this.listRefinement.ShowItemToolTips = true; this.listRefinement.Size = new System.Drawing.Size(338, 133); this.listRefinement.TabIndex = 16; this.listRefinement.UseCompatibleStateImageBehavior = false; this.listRefinement.View = System.Windows.Forms.View.Details; this.listRefinement.SelectedIndexChanged += new System.EventHandler(this.listRefinement_SelectedIndexChanged); this.listRefinement.DoubleClick += new System.EventHandler(this.listRefinement_DoubleClick); // // columnHeader1 // columnHeader1.Text = "Protocol"; columnHeader1.Width = 100; // // columnHeader2 // columnHeader2.Text = "Description"; columnHeader2.Width = 300; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(6, 148); label2.Name = "label2"; label2.Size = new System.Drawing.Size(64, 13); label2.TabIndex = 14; label2.Text = "Refinement:"; // // descriptionControl // this.descriptionControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.descriptionControl.Location = new System.Drawing.Point(8, 3); this.descriptionControl.Margin = new System.Windows.Forms.Padding(0); this.descriptionControl.Name = "descriptionControl"; this.descriptionControl.ShowLabel = false; this.descriptionControl.Size = new System.Drawing.Size(339, 138); this.descriptionControl.TabIndex = 12; // // tabPageMethodParameters // this.tabPageMethodParameters.Controls.Add(splitContainer1); this.tabPageMethodParameters.ImageKey = "parameter"; this.tabPageMethodParameters.Location = new System.Drawing.Point(4, 23); this.tabPageMethodParameters.Name = "tabPageMethodParameters"; this.tabPageMethodParameters.Size = new System.Drawing.Size(355, 327); this.tabPageMethodParameters.TabIndex = 3; this.tabPageMethodParameters.Text = "Params"; this.tabPageMethodParameters.UseVisualStyleBackColor = true; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(groupBox1); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(groupBox2); splitContainer1.Size = new System.Drawing.Size(355, 327); splitContainer1.SplitterDistance = 163; splitContainer1.TabIndex = 0; // // groupBox1 // groupBox1.Controls.Add(tableLayoutPanel2); groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; groupBox1.Location = new System.Drawing.Point(0, 0); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(355, 163); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Parameters:"; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.Controls.Add(this.listParameters, 0, 0); tableLayoutPanel2.Controls.Add(panel1, 1, 0); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.Size = new System.Drawing.Size(349, 144); tableLayoutPanel2.TabIndex = 0; // // listParameters // this.listParameters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader3, columnHeader4}); this.listParameters.Dock = System.Windows.Forms.DockStyle.Fill; this.listParameters.FullRowSelect = true; this.listParameters.HideSelection = false; this.listParameters.LabelEdit = true; this.listParameters.Location = new System.Drawing.Point(3, 3); this.listParameters.MultiSelect = false; this.listParameters.Name = "listParameters"; this.listParameters.ShowGroups = false; this.listParameters.Size = new System.Drawing.Size(168, 138); this.listParameters.TabIndex = 2; this.listParameters.UseCompatibleStateImageBehavior = false; this.listParameters.View = System.Windows.Forms.View.Details; this.listParameters.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listParameters_AfterLabelEdit); this.listParameters.SelectedIndexChanged += new System.EventHandler(this.listParameters_SelectedIndexChanged); this.listParameters.DoubleClick += new System.EventHandler(this.listParameters_DoubleClick); this.listParameters.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listParameters_KeyDown); // // columnHeader3 // columnHeader3.Text = "Parameter"; columnHeader3.Width = 80; // // columnHeader4 // columnHeader4.Text = "Aliasing"; columnHeader4.Width = 80; // // panel1 // panel1.Controls.Add(this.listParameterProtocol); panel1.Controls.Add(this.buttonAddParameterProtocol); panel1.Controls.Add(this.comboParameterProtocols); panel1.Dock = System.Windows.Forms.DockStyle.Fill; panel1.Location = new System.Drawing.Point(177, 3); panel1.Name = "panel1"; panel1.Size = new System.Drawing.Size(169, 138); panel1.TabIndex = 3; // // listParameterProtocol // this.listParameterProtocol.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listParameterProtocol.LabelWrap = false; this.listParameterProtocol.Location = new System.Drawing.Point(3, 30); this.listParameterProtocol.Name = "listParameterProtocol"; this.listParameterProtocol.Size = new System.Drawing.Size(166, 108); this.listParameterProtocol.TabIndex = 7; this.listParameterProtocol.UseCompatibleStateImageBehavior = false; this.listParameterProtocol.View = System.Windows.Forms.View.List; this.listParameterProtocol.DoubleClick += new System.EventHandler(this.listParameterProtocol_DoubleClick); this.listParameterProtocol.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listParameterProtocol_KeyDown); // // buttonAddParameterProtocol // this.buttonAddParameterProtocol.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAddParameterProtocol.Location = new System.Drawing.Point(146, 2); this.buttonAddParameterProtocol.Name = "buttonAddParameterProtocol"; this.buttonAddParameterProtocol.Size = new System.Drawing.Size(23, 23); this.buttonAddParameterProtocol.TabIndex = 6; this.buttonAddParameterProtocol.Text = "+"; this.buttonAddParameterProtocol.UseVisualStyleBackColor = true; this.buttonAddParameterProtocol.Click += new System.EventHandler(this.buttonAddParameterProtocol_Click); // // comboParameterProtocols // this.comboParameterProtocols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboParameterProtocols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboParameterProtocols.FormattingEnabled = true; this.comboParameterProtocols.Location = new System.Drawing.Point(3, 3); this.comboParameterProtocols.Name = "comboParameterProtocols"; this.comboParameterProtocols.Size = new System.Drawing.Size(137, 21); this.comboParameterProtocols.TabIndex = 5; this.comboParameterProtocols.SelectedIndexChanged += new System.EventHandler(this.comboParameterProtocols_SelectedIndexChanged); // // groupBox2 // groupBox2.Controls.Add(this.tableLayoutPanel3); groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; groupBox2.Location = new System.Drawing.Point(0, 0); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(355, 160); groupBox2.TabIndex = 0; groupBox2.TabStop = false; groupBox2.Text = "Return Value:"; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Controls.Add(panel2, 1, 0); this.tableLayoutPanel3.Controls.Add(panel3, 0, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(349, 141); this.tableLayoutPanel3.TabIndex = 0; // // panel2 // panel2.Controls.Add(this.listReturnValueProtocols); panel2.Controls.Add(this.buttonAddReturnValueProtocol); panel2.Controls.Add(this.comboReturnValueProtocols); panel2.Dock = System.Windows.Forms.DockStyle.Fill; panel2.Location = new System.Drawing.Point(177, 3); panel2.Name = "panel2"; panel2.Size = new System.Drawing.Size(169, 135); panel2.TabIndex = 4; // // listReturnValueProtocols // this.listReturnValueProtocols.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listReturnValueProtocols.LabelWrap = false; this.listReturnValueProtocols.Location = new System.Drawing.Point(3, 30); this.listReturnValueProtocols.Name = "listReturnValueProtocols"; this.listReturnValueProtocols.Size = new System.Drawing.Size(166, 105); this.listReturnValueProtocols.TabIndex = 7; this.listReturnValueProtocols.UseCompatibleStateImageBehavior = false; this.listReturnValueProtocols.View = System.Windows.Forms.View.List; this.listReturnValueProtocols.DoubleClick += new System.EventHandler(this.listReturnValueProtocols_DoubleClick); this.listReturnValueProtocols.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listReturnValueProtocols_KeyDown); // // buttonAddReturnValueProtocol // this.buttonAddReturnValueProtocol.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAddReturnValueProtocol.Location = new System.Drawing.Point(146, 2); this.buttonAddReturnValueProtocol.Name = "buttonAddReturnValueProtocol"; this.buttonAddReturnValueProtocol.Size = new System.Drawing.Size(23, 23); this.buttonAddReturnValueProtocol.TabIndex = 6; this.buttonAddReturnValueProtocol.Text = "+"; this.buttonAddReturnValueProtocol.UseVisualStyleBackColor = true; this.buttonAddReturnValueProtocol.Click += new System.EventHandler(this.buttonAddReturnValueProtocol_Click); // // comboReturnValueProtocols // this.comboReturnValueProtocols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboReturnValueProtocols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboReturnValueProtocols.FormattingEnabled = true; this.comboReturnValueProtocols.Location = new System.Drawing.Point(3, 3); this.comboReturnValueProtocols.Name = "comboReturnValueProtocols"; this.comboReturnValueProtocols.Size = new System.Drawing.Size(137, 21); this.comboReturnValueProtocols.TabIndex = 5; this.comboReturnValueProtocols.SelectedIndexChanged += new System.EventHandler(this.comboReturnValueProtocols_SelectedIndexChanged); // // panel3 // panel3.Controls.Add(this.returnValueDescriptionControl); panel3.Controls.Add(this.comboReturnValueAliasing); panel3.Controls.Add(label3); panel3.Dock = System.Windows.Forms.DockStyle.Fill; panel3.Location = new System.Drawing.Point(3, 3); panel3.Name = "panel3"; panel3.Size = new System.Drawing.Size(168, 135); panel3.TabIndex = 5; // // returnValueDescriptionControl // this.returnValueDescriptionControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.returnValueDescriptionControl.Location = new System.Drawing.Point(3, 27); this.returnValueDescriptionControl.Margin = new System.Windows.Forms.Padding(0); this.returnValueDescriptionControl.Name = "returnValueDescriptionControl"; this.returnValueDescriptionControl.ShowLabel = false; this.returnValueDescriptionControl.Size = new System.Drawing.Size(165, 108); this.returnValueDescriptionControl.TabIndex = 2; this.returnValueDescriptionControl.Changed += new System.EventHandler(this.returnValueDescriptionControl_Changed); // // comboReturnValueAliasing // this.comboReturnValueAliasing.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboReturnValueAliasing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboReturnValueAliasing.FormattingEnabled = true; this.comboReturnValueAliasing.Items.AddRange(new object[] { "Unspecified", "State", "New"}); this.comboReturnValueAliasing.Location = new System.Drawing.Point(52, 3); this.comboReturnValueAliasing.Name = "comboReturnValueAliasing"; this.comboReturnValueAliasing.Size = new System.Drawing.Size(116, 21); this.comboReturnValueAliasing.TabIndex = 1; this.comboReturnValueAliasing.SelectedIndexChanged += new System.EventHandler(this.comboReturnValueAliasing_SelectedIndexChanged); // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(0, 7); label3.Name = "label3"; label3.Size = new System.Drawing.Size(46, 13); label3.TabIndex = 0; label3.Text = "Aliasing:"; // // tabPageMethodSource // this.tabPageMethodSource.Controls.Add(this.sourceEditControl); this.tabPageMethodSource.ImageKey = "source"; this.tabPageMethodSource.Location = new System.Drawing.Point(4, 23); this.tabPageMethodSource.Name = "tabPageMethodSource"; this.tabPageMethodSource.Padding = new System.Windows.Forms.Padding(3); this.tabPageMethodSource.Size = new System.Drawing.Size(355, 327); this.tabPageMethodSource.TabIndex = 1; this.tabPageMethodSource.Text = "Source Code"; this.tabPageMethodSource.UseVisualStyleBackColor = true; // // sourceEditControl // this.sourceEditControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.sourceEditControl.Location = new System.Drawing.Point(6, 6); this.sourceEditControl.Name = "sourceEditControl"; this.sourceEditControl.Size = new System.Drawing.Size(343, 315); this.sourceEditControl.Source = ""; this.sourceEditControl.TabIndex = 0; // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, "method"); this.imageList.Images.SetKeyName(1, "field"); this.imageList.Images.SetKeyName(2, "structure"); this.imageList.Images.SetKeyName(3, "handshake"); this.imageList.Images.SetKeyName(4, "enum"); this.imageList.Images.SetKeyName(5, "class"); this.imageList.Images.SetKeyName(6, "source"); this.imageList.Images.SetKeyName(7, "document"); this.imageList.Images.SetKeyName(8, "hierarchy"); this.imageList.Images.SetKeyName(9, "parameter"); // // contextMenuParameterAliasing // this.contextMenuParameterAliasing.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.unspecifiedToolStripMenuItem, this.capturedToolStripMenuItem, this.uncapturedToolStripMenuItem}); this.contextMenuParameterAliasing.Name = "contextMenuParameterAliasing"; this.contextMenuParameterAliasing.Size = new System.Drawing.Size(137, 70); // // unspecifiedToolStripMenuItem // this.unspecifiedToolStripMenuItem.Name = "unspecifiedToolStripMenuItem"; this.unspecifiedToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.unspecifiedToolStripMenuItem.Text = "Unspecified"; this.unspecifiedToolStripMenuItem.Click += new System.EventHandler(this.unspecifiedToolStripMenuItem_Click); // // capturedToolStripMenuItem // this.capturedToolStripMenuItem.Name = "capturedToolStripMenuItem"; this.capturedToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.capturedToolStripMenuItem.Text = "Captured"; this.capturedToolStripMenuItem.Click += new System.EventHandler(this.capturedToolStripMenuItem_Click); // // uncapturedToolStripMenuItem // this.uncapturedToolStripMenuItem.Name = "uncapturedToolStripMenuItem"; this.uncapturedToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.uncapturedToolStripMenuItem.Text = "Uncaptured"; this.uncapturedToolStripMenuItem.Click += new System.EventHandler(this.uncapturedToolStripMenuItem_Click); // // ProtocolMessageControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tabMethod); this.DoubleBuffered = true; this.Name = "ProtocolMessageControl"; this.Size = new System.Drawing.Size(363, 354); tabMethod.ResumeLayout(false); this.tabPageMethodDefinition.ResumeLayout(false); this.tabPageMethodDefinition.PerformLayout(); this.tabPageMethodDescription.ResumeLayout(false); this.tabPageMethodDescription.PerformLayout(); this.panelRefinementDescription.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); this.panelRefinement.ResumeLayout(false); this.tabPageMethodParameters.ResumeLayout(false); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); groupBox1.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); panel1.ResumeLayout(false); groupBox2.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); panel2.ResumeLayout(false); panel3.ResumeLayout(false); panel3.PerformLayout(); this.tabPageMethodSource.ResumeLayout(false); this.contextMenuParameterAliasing.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.Windows.Forms.TabControl m_tabs; System.Windows.Forms.TabPage calculatorTab; System.Windows.Forms.TabPage symbolsTab; System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.Windows.Forms.ContextMenuStrip m_currenciesContextMenu; System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem4; System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem4; System.Windows.Forms.ToolStripMenuItem addMajorCurrenciesToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem moveUpToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem moveDownToolStripMenuItem; System.Windows.Forms.TabPage accountsAndTradesTab; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.MenuStrip mainMenu; System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem serverToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem getSymbolsAndQuotesToolStripMenuItem; System.Windows.Forms.Label label1; this.m_calculatorTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.m_symbols = new System.Windows.Forms.ListBox(); this.m_symbolsContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.m_symbolsTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.currenciesTab = new System.Windows.Forms.TabPage(); this.m_currencies = new System.Windows.Forms.ListBox(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.quotesTab = new System.Windows.Forms.TabPage(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.m_quotes = new System.Windows.Forms.ListBox(); this.m_quotesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.m_quotesTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.m_accounts = new System.Windows.Forms.ListBox(); this.m_acccountsContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_trades = new System.Windows.Forms.ListBox(); this.m_tradesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.m_accountsTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_calculate = new System.Windows.Forms.Button(); this.m_clear = new System.Windows.Forms.Button(); this.m_openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.m_saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.m_calculationTime = new System.Windows.Forms.TextBox(); m_tabs = new System.Windows.Forms.TabControl(); calculatorTab = new System.Windows.Forms.TabPage(); symbolsTab = new System.Windows.Forms.TabPage(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); m_currenciesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); addToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); removeToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); addMajorCurrenciesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); accountsAndTradesTab = new System.Windows.Forms.TabPage(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); mainMenu = new System.Windows.Forms.MenuStrip(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); serverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); getSymbolsAndQuotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); label1 = new System.Windows.Forms.Label(); m_tabs.SuspendLayout(); calculatorTab.SuspendLayout(); symbolsTab.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); this.m_symbolsContextMenu.SuspendLayout(); this.currenciesTab.SuspendLayout(); m_currenciesContextMenu.SuspendLayout(); this.quotesTab.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.m_quotesContextMenu.SuspendLayout(); accountsAndTradesTab.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); this.m_acccountsContextMenu.SuspendLayout(); this.m_tradesContextMenu.SuspendLayout(); mainMenu.SuspendLayout(); this.SuspendLayout(); // // m_tabs // m_tabs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); m_tabs.Controls.Add(calculatorTab); m_tabs.Controls.Add(symbolsTab); m_tabs.Controls.Add(this.currenciesTab); m_tabs.Controls.Add(this.quotesTab); m_tabs.Controls.Add(accountsAndTradesTab); m_tabs.Location = new System.Drawing.Point(0, 25); m_tabs.Name = "m_tabs"; m_tabs.SelectedIndex = 0; m_tabs.Size = new System.Drawing.Size(784, 377); m_tabs.TabIndex = 0; // // calculatorTab // calculatorTab.Controls.Add(this.m_calculatorTabPropertyGrid); calculatorTab.Location = new System.Drawing.Point(4, 22); calculatorTab.Name = "calculatorTab"; calculatorTab.Padding = new System.Windows.Forms.Padding(3); calculatorTab.Size = new System.Drawing.Size(776, 351); calculatorTab.TabIndex = 0; calculatorTab.Text = "Calculator"; calculatorTab.UseVisualStyleBackColor = true; // // m_calculatorTabPropertyGrid // this.m_calculatorTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_calculatorTabPropertyGrid.Location = new System.Drawing.Point(3, 3); this.m_calculatorTabPropertyGrid.Name = "m_calculatorTabPropertyGrid"; this.m_calculatorTabPropertyGrid.Size = new System.Drawing.Size(770, 345); this.m_calculatorTabPropertyGrid.TabIndex = 0; // // symbolsTab // symbolsTab.Controls.Add(tableLayoutPanel2); symbolsTab.Location = new System.Drawing.Point(4, 22); symbolsTab.Name = "symbolsTab"; symbolsTab.Padding = new System.Windows.Forms.Padding(3); symbolsTab.Size = new System.Drawing.Size(776, 351); symbolsTab.TabIndex = 1; symbolsTab.Text = "Symbols"; symbolsTab.UseVisualStyleBackColor = true; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.Controls.Add(this.m_symbols, 0, 0); tableLayoutPanel2.Controls.Add(this.m_symbolsTabPropertyGrid, 1, 0); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel2.Location = new System.Drawing.Point(3, 3); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.Size = new System.Drawing.Size(770, 345); tableLayoutPanel2.TabIndex = 0; // // m_symbols // this.m_symbols.ContextMenuStrip = this.m_symbolsContextMenu; this.m_symbols.Dock = System.Windows.Forms.DockStyle.Fill; this.m_symbols.FormattingEnabled = true; this.m_symbols.Location = new System.Drawing.Point(3, 3); this.m_symbols.Name = "m_symbols"; this.m_symbols.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_symbols.Size = new System.Drawing.Size(379, 339); this.m_symbols.TabIndex = 0; this.m_symbols.SelectedIndexChanged += new System.EventHandler(this.OnSelectedSymbolsChanged); // // m_symbolsContextMenu // this.m_symbolsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem2, this.removeToolStripMenuItem2}); this.m_symbolsContextMenu.Name = "m_symbolsContextMenu"; this.m_symbolsContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem2 // this.addToolStripMenuItem2.Name = "addToolStripMenuItem2"; this.addToolStripMenuItem2.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem2.Text = "Add"; this.addToolStripMenuItem2.Click += new System.EventHandler(this.OnAddSymbol); // // removeToolStripMenuItem2 // this.removeToolStripMenuItem2.Name = "removeToolStripMenuItem2"; this.removeToolStripMenuItem2.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem2.Text = "Remove"; this.removeToolStripMenuItem2.Click += new System.EventHandler(this.OnRemoveSymbol); // // m_symbolsTabPropertyGrid // this.m_symbolsTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_symbolsTabPropertyGrid.Location = new System.Drawing.Point(388, 3); this.m_symbolsTabPropertyGrid.Name = "m_symbolsTabPropertyGrid"; this.m_symbolsTabPropertyGrid.Size = new System.Drawing.Size(379, 339); this.m_symbolsTabPropertyGrid.TabIndex = 1; // // currenciesTab // this.currenciesTab.Controls.Add(this.m_currencies); this.currenciesTab.Location = new System.Drawing.Point(4, 22); this.currenciesTab.Name = "currenciesTab"; this.currenciesTab.Padding = new System.Windows.Forms.Padding(3); this.currenciesTab.Size = new System.Drawing.Size(776, 351); this.currenciesTab.TabIndex = 4; this.currenciesTab.Text = "Currencies"; this.currenciesTab.UseVisualStyleBackColor = true; // // m_currencies // this.m_currencies.ContextMenuStrip = m_currenciesContextMenu; this.m_currencies.Dock = System.Windows.Forms.DockStyle.Fill; this.m_currencies.FormattingEnabled = true; this.m_currencies.Location = new System.Drawing.Point(3, 3); this.m_currencies.Name = "m_currencies"; this.m_currencies.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_currencies.Size = new System.Drawing.Size(770, 345); this.m_currencies.TabIndex = 0; // // m_currenciesContextMenu // m_currenciesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { addToolStripMenuItem4, removeToolStripMenuItem4, addMajorCurrenciesToolStripMenuItem, this.toolStripSeparator1, moveUpToolStripMenuItem, moveDownToolStripMenuItem}); m_currenciesContextMenu.Name = "m_currenciesContextMenu"; m_currenciesContextMenu.Size = new System.Drawing.Size(190, 120); // // addToolStripMenuItem4 // addToolStripMenuItem4.Name = "addToolStripMenuItem4"; addToolStripMenuItem4.Size = new System.Drawing.Size(189, 22); addToolStripMenuItem4.Text = "Add"; addToolStripMenuItem4.Click += new System.EventHandler(this.OnAddCurrency); // // removeToolStripMenuItem4 // removeToolStripMenuItem4.Name = "removeToolStripMenuItem4"; removeToolStripMenuItem4.Size = new System.Drawing.Size(189, 22); removeToolStripMenuItem4.Text = "Remove"; removeToolStripMenuItem4.Click += new System.EventHandler(this.OnRemoveCurrency); // // addMajorCurrenciesToolStripMenuItem // addMajorCurrenciesToolStripMenuItem.Name = "addMajorCurrenciesToolStripMenuItem"; addMajorCurrenciesToolStripMenuItem.Size = new System.Drawing.Size(189, 22); addMajorCurrenciesToolStripMenuItem.Text = "Add Major Currencies"; addMajorCurrenciesToolStripMenuItem.Click += new System.EventHandler(this.OnAddMajorCurrencies); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(186, 6); // // moveUpToolStripMenuItem // moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem"; moveUpToolStripMenuItem.Size = new System.Drawing.Size(189, 22); moveUpToolStripMenuItem.Text = "Move Up"; moveUpToolStripMenuItem.Click += new System.EventHandler(this.OnMoveUpCurrency); // // moveDownToolStripMenuItem // moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem"; moveDownToolStripMenuItem.Size = new System.Drawing.Size(189, 22); moveDownToolStripMenuItem.Text = "Move Down"; moveDownToolStripMenuItem.Click += new System.EventHandler(this.OnMoveDownCurrency); // // quotesTab // this.quotesTab.Controls.Add(this.tableLayoutPanel3); this.quotesTab.Location = new System.Drawing.Point(4, 22); this.quotesTab.Name = "quotesTab"; this.quotesTab.Padding = new System.Windows.Forms.Padding(3); this.quotesTab.Size = new System.Drawing.Size(776, 351); this.quotesTab.TabIndex = 2; this.quotesTab.Text = "Quotes"; this.quotesTab.UseVisualStyleBackColor = true; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Controls.Add(this.m_quotes, 0, 0); this.tableLayoutPanel3.Controls.Add(this.m_quotesTabPropertyGrid, 1, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(770, 345); this.tableLayoutPanel3.TabIndex = 0; // // m_quotes // this.m_quotes.ContextMenuStrip = this.m_quotesContextMenu; this.m_quotes.Dock = System.Windows.Forms.DockStyle.Fill; this.m_quotes.FormattingEnabled = true; this.m_quotes.Location = new System.Drawing.Point(3, 3); this.m_quotes.Name = "m_quotes"; this.m_quotes.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_quotes.Size = new System.Drawing.Size(379, 339); this.m_quotes.Sorted = true; this.m_quotes.TabIndex = 0; this.m_quotes.SelectedIndexChanged += new System.EventHandler(this.OnSelectedQuotesChanged); // // m_quotesContextMenu // this.m_quotesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem3, this.removeToolStripMenuItem3}); this.m_quotesContextMenu.Name = "m_quotesContextMenu"; this.m_quotesContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem3 // this.addToolStripMenuItem3.Name = "addToolStripMenuItem3"; this.addToolStripMenuItem3.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem3.Text = "Add"; this.addToolStripMenuItem3.Click += new System.EventHandler(this.OnAddQuote); // // removeToolStripMenuItem3 // this.removeToolStripMenuItem3.Name = "removeToolStripMenuItem3"; this.removeToolStripMenuItem3.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem3.Text = "Remove"; this.removeToolStripMenuItem3.Click += new System.EventHandler(this.OnRemoveQuote); // // m_quotesTabPropertyGrid // this.m_quotesTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_quotesTabPropertyGrid.Location = new System.Drawing.Point(388, 3); this.m_quotesTabPropertyGrid.Name = "m_quotesTabPropertyGrid"; this.m_quotesTabPropertyGrid.Size = new System.Drawing.Size(379, 339); this.m_quotesTabPropertyGrid.TabIndex = 1; // // accountsAndTradesTab // accountsAndTradesTab.Controls.Add(tableLayoutPanel1); accountsAndTradesTab.Location = new System.Drawing.Point(4, 22); accountsAndTradesTab.Name = "accountsAndTradesTab"; accountsAndTradesTab.Padding = new System.Windows.Forms.Padding(3); accountsAndTradesTab.Size = new System.Drawing.Size(776, 351); accountsAndTradesTab.TabIndex = 3; accountsAndTradesTab.Text = "Accounts & Trades"; accountsAndTradesTab.UseVisualStyleBackColor = true; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 3; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F)); tableLayoutPanel1.Controls.Add(this.m_accounts, 0, 0); tableLayoutPanel1.Controls.Add(this.m_trades, 1, 0); tableLayoutPanel1.Controls.Add(this.m_accountsTabPropertyGrid, 2, 0); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Size = new System.Drawing.Size(770, 345); tableLayoutPanel1.TabIndex = 0; // // m_accounts // this.m_accounts.ContextMenuStrip = this.m_acccountsContextMenu; this.m_accounts.Dock = System.Windows.Forms.DockStyle.Fill; this.m_accounts.FormattingEnabled = true; this.m_accounts.Location = new System.Drawing.Point(3, 3); this.m_accounts.Name = "m_accounts"; this.m_accounts.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_accounts.Size = new System.Drawing.Size(248, 339); this.m_accounts.TabIndex = 0; this.m_accounts.SelectedIndexChanged += new System.EventHandler(this.OnSelectedAccountsChanged); // // m_acccountsContextMenu // this.m_acccountsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem, this.removeToolStripMenuItem}); this.m_acccountsContextMenu.Name = "m_acccountsContextMenu"; this.m_acccountsContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem // this.addToolStripMenuItem.Name = "addToolStripMenuItem"; this.addToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem.Text = "Add"; this.addToolStripMenuItem.Click += new System.EventHandler(this.OnAddAccount); // // removeToolStripMenuItem // this.removeToolStripMenuItem.Name = "removeToolStripMenuItem"; this.removeToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem.Text = "Remove"; this.removeToolStripMenuItem.Click += new System.EventHandler(this.OnRemoveAccount); // // m_trades // this.m_trades.ContextMenuStrip = this.m_tradesContextMenu; this.m_trades.Dock = System.Windows.Forms.DockStyle.Fill; this.m_trades.FormattingEnabled = true; this.m_trades.Location = new System.Drawing.Point(257, 3); this.m_trades.Name = "m_trades"; this.m_trades.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_trades.Size = new System.Drawing.Size(248, 339); this.m_trades.TabIndex = 1; this.m_trades.SelectedIndexChanged += new System.EventHandler(this.OnSelectedTradesChanged); // // m_tradesContextMenu // this.m_tradesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem1, this.removeToolStripMenuItem1}); this.m_tradesContextMenu.Name = "m_tradesContextMenu"; this.m_tradesContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem1 // this.addToolStripMenuItem1.Name = "addToolStripMenuItem1"; this.addToolStripMenuItem1.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem1.Text = "Add"; this.addToolStripMenuItem1.Click += new System.EventHandler(this.OnAddTrade); // // removeToolStripMenuItem1 // this.removeToolStripMenuItem1.Name = "removeToolStripMenuItem1"; this.removeToolStripMenuItem1.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem1.Text = "Remove"; this.removeToolStripMenuItem1.Click += new System.EventHandler(this.OnRemoveTrade); // // m_accountsTabPropertyGrid // this.m_accountsTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_accountsTabPropertyGrid.Location = new System.Drawing.Point(511, 3); this.m_accountsTabPropertyGrid.Name = "m_accountsTabPropertyGrid"; this.m_accountsTabPropertyGrid.Size = new System.Drawing.Size(256, 339); this.m_accountsTabPropertyGrid.TabIndex = 2; // // mainMenu // mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, serverToolStripMenuItem}); mainMenu.Location = new System.Drawing.Point(0, 0); mainMenu.Name = "mainMenu"; mainMenu.Size = new System.Drawing.Size(784, 24); mainMenu.TabIndex = 4; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { openToolStripMenuItem, saveToolStripMenuItem, exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // openToolStripMenuItem // openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image"))); openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); openToolStripMenuItem.Size = new System.Drawing.Size(146, 22); openToolStripMenuItem.Text = "&Open"; openToolStripMenuItem.Click += new System.EventHandler(this.OnOpen); // // saveToolStripMenuItem // saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; saveToolStripMenuItem.Name = "saveToolStripMenuItem"; saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22); saveToolStripMenuItem.Text = "&Save"; saveToolStripMenuItem.Click += new System.EventHandler(this.OnSave); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.OnExit); // // serverToolStripMenuItem // serverToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { getSymbolsAndQuotesToolStripMenuItem}); serverToolStripMenuItem.Name = "serverToolStripMenuItem"; serverToolStripMenuItem.Size = new System.Drawing.Size(51, 20); serverToolStripMenuItem.Text = "Server"; // // getSymbolsAndQuotesToolStripMenuItem // getSymbolsAndQuotesToolStripMenuItem.Name = "getSymbolsAndQuotesToolStripMenuItem"; getSymbolsAndQuotesToolStripMenuItem.Size = new System.Drawing.Size(204, 22); getSymbolsAndQuotesToolStripMenuItem.Text = "Get Symbols and Quotes"; getSymbolsAndQuotesToolStripMenuItem.Click += new System.EventHandler(this.OnGetSymbolsAndQuotes); // // label1 // label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); label1.AutoSize = true; label1.Location = new System.Drawing.Point(234, 423); label1.Name = "label1"; label1.Size = new System.Drawing.Size(84, 13); label1.TabIndex = 5; label1.Text = "Calculation time:"; // // m_calculate // this.m_calculate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_calculate.Location = new System.Drawing.Point(24, 418); this.m_calculate.Name = "m_calculate"; this.m_calculate.Size = new System.Drawing.Size(75, 23); this.m_calculate.TabIndex = 2; this.m_calculate.Text = "Calculate"; this.m_calculate.UseVisualStyleBackColor = true; this.m_calculate.Click += new System.EventHandler(this.OnCalculate); // // m_clear // this.m_clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_clear.Location = new System.Drawing.Point(129, 418); this.m_clear.Name = "m_clear"; this.m_clear.Size = new System.Drawing.Size(75, 23); this.m_clear.TabIndex = 3; this.m_clear.Text = "Clear"; this.m_clear.UseVisualStyleBackColor = true; this.m_clear.Click += new System.EventHandler(this.OnClear); // // m_openFileDialog // this.m_openFileDialog.Filter = "TXT files|*.txt|All files|*.*"; // // m_saveFileDialog // this.m_saveFileDialog.Filter = "TXT files|*.txt|All files|*.*"; // // m_calculationTime // this.m_calculationTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_calculationTime.Location = new System.Drawing.Point(340, 421); this.m_calculationTime.Name = "m_calculationTime"; this.m_calculationTime.ReadOnly = true; this.m_calculationTime.Size = new System.Drawing.Size(100, 20); this.m_calculationTime.TabIndex = 6; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 461); this.Controls.Add(this.m_calculationTime); this.Controls.Add(label1); this.Controls.Add(mainMenu); this.Controls.Add(this.m_clear); this.Controls.Add(this.m_calculate); this.Controls.Add(m_tabs); this.MainMenuStrip = mainMenu; this.MinimumSize = new System.Drawing.Size(800, 200); this.Name = "MainForm"; this.Text = "Financial Example"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing); m_tabs.ResumeLayout(false); calculatorTab.ResumeLayout(false); symbolsTab.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); this.m_symbolsContextMenu.ResumeLayout(false); this.currenciesTab.ResumeLayout(false); m_currenciesContextMenu.ResumeLayout(false); this.quotesTab.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.m_quotesContextMenu.ResumeLayout(false); accountsAndTradesTab.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); this.m_acccountsContextMenu.ResumeLayout(false); this.m_tradesContextMenu.ResumeLayout(false); mainMenu.ResumeLayout(false); mainMenu.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.Label label13; System.Windows.Forms.ColumnHeader columnHeader1; System.Windows.Forms.ColumnHeader columnHeader2; System.Windows.Forms.ColumnHeader columnHeader3; System.Windows.Forms.ColumnHeader columnHeader4; System.Windows.Forms.ColumnHeader columnHeader9; System.Windows.Forms.ColumnHeader columnHeader11; System.Windows.Forms.ColumnHeader columnHeader12; System.Windows.Forms.ColumnHeader columnHeader5; System.Windows.Forms.ColumnHeader columnHeader6; System.Windows.Forms.ColumnHeader columnHeader7; System.Windows.Forms.ColumnHeader columnHeader8; System.Windows.Forms.Label label12; System.Windows.Forms.Panel panel1; System.Windows.Forms.TabControl tabControl1; this.zedGraphControl1 = new ZedGraph.ZedGraphControl(); this.cbGraphDisplay = new System.Windows.Forms.ComboBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.cbSplitsShowOnGraph = new System.Windows.Forms.CheckBox(); this.lbPercentageDiffForSplit = new System.Windows.Forms.Label(); this.lvSplits = new System.Windows.Forms.ListView(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.lvSimpleSearchResults = new System.Windows.Forms.ListView(); this.btnSimpleSearchGentics = new System.Windows.Forms.Button(); this.btSaveSimpleSearchSettings = new System.Windows.Forms.Button(); this.btnGo = new System.Windows.Forms.Button(); this.tbRepeats = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.tbRateChange = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tbFallSearchPeriod = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tbRiseSearchPeriod = new System.Windows.Forms.TextBox(); this.lbRiseSearchPeriod = new System.Windows.Forms.Label(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.btnAllSharesGo = new System.Windows.Forms.Button(); this.lvAllShares = new System.Windows.Forms.ListView(); this.btnAllSharesGenetics = new System.Windows.Forms.Button(); this.btnAllSharesSave = new System.Windows.Forms.Button(); this.tbAllSharesRepeats = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.tbAllSharesRateChange = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.tbAllSharesFallSearchPeriod = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.tbAllSharesRiseSearchPeriod = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.cbSelectSymbol = new System.Windows.Forms.ComboBox(); label13 = new System.Windows.Forms.Label(); columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); label12 = new System.Windows.Forms.Label(); panel1 = new System.Windows.Forms.Panel(); tabControl1 = new System.Windows.Forms.TabControl(); panel1.SuspendLayout(); tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // label13 // label13.AutoSize = true; label13.Location = new System.Drawing.Point(13, 6); label13.Name = "label13"; label13.Size = new System.Drawing.Size(44, 13); label13.TabIndex = 19; label13.Text = "Symbol:"; // // columnHeader1 // columnHeader1.Text = "Date"; columnHeader1.Width = 150; // // columnHeader2 // columnHeader2.Text = "Previous Day Close"; columnHeader2.Width = 192; // // columnHeader3 // columnHeader3.Text = "Next Day Open"; columnHeader3.Width = 170; // // columnHeader4 // columnHeader4.Text = "Normalised"; columnHeader4.Width = 110; // // columnHeader9 // columnHeader9.Text = "Symbol"; columnHeader9.Width = 89; // // columnHeader11 // columnHeader11.Text = "Number of Ok Sells"; columnHeader11.Width = 133; // // columnHeader12 // columnHeader12.Text = "Number of Fails"; columnHeader12.Width = 119; // // columnHeader5 // columnHeader5.Text = "First Buy Date"; columnHeader5.Width = 38; // // columnHeader6 // columnHeader6.Text = "Last Buy Date"; columnHeader6.Width = 37; // // columnHeader7 // columnHeader7.Text = "Number of Sells"; columnHeader7.Width = 45; // // columnHeader8 // columnHeader8.Text = "Failed"; columnHeader8.Width = 53; // // label12 // label12.AutoSize = true; label12.Location = new System.Drawing.Point(185, 6); label12.Name = "label12"; label12.Size = new System.Drawing.Size(39, 13); label12.TabIndex = 21; label12.Text = "Graph:"; // // zedGraphControl1 // this.zedGraphControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.zedGraphControl1.Location = new System.Drawing.Point(0, 199); this.zedGraphControl1.Name = "zedGraphControl1"; this.zedGraphControl1.ScrollGrace = 0D; this.zedGraphControl1.ScrollMaxX = 0D; this.zedGraphControl1.ScrollMaxY = 0D; this.zedGraphControl1.ScrollMaxY2 = 0D; this.zedGraphControl1.ScrollMinX = 0D; this.zedGraphControl1.ScrollMinY = 0D; this.zedGraphControl1.ScrollMinY2 = 0D; this.zedGraphControl1.Size = new System.Drawing.Size(673, 250); this.zedGraphControl1.TabIndex = 18; // // panel1 // panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); panel1.Controls.Add(this.cbGraphDisplay); panel1.Controls.Add(label12); panel1.Controls.Add(tabControl1); panel1.Controls.Add(this.cbSelectSymbol); panel1.Controls.Add(label13); panel1.Location = new System.Drawing.Point(0, 0); panel1.Name = "panel1"; panel1.Size = new System.Drawing.Size(673, 200); panel1.TabIndex = 19; // // cbGraphDisplay // this.cbGraphDisplay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbGraphDisplay.FormattingEnabled = true; this.cbGraphDisplay.Items.AddRange(new object[] { "Normalised", "Raw", "Raw +Normalised"}); this.cbGraphDisplay.Location = new System.Drawing.Point(230, 3); this.cbGraphDisplay.Name = "cbGraphDisplay"; this.cbGraphDisplay.Size = new System.Drawing.Size(121, 21); this.cbGraphDisplay.TabIndex = 22; this.cbGraphDisplay.SelectedIndexChanged += new System.EventHandler(this.CbGraphDisplay_SelectedIndexChanged); // // tabControl1 // tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); tabControl1.Controls.Add(this.tabPage2); tabControl1.Controls.Add(this.tabPage1); tabControl1.Controls.Add(this.tabPage3); tabControl1.Location = new System.Drawing.Point(0, 30); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(674, 167); tabControl1.TabIndex = 18; // // tabPage2 // this.tabPage2.Controls.Add(this.cbSplitsShowOnGraph); this.tabPage2.Controls.Add(this.lbPercentageDiffForSplit); this.tabPage2.Controls.Add(this.lvSplits); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(666, 141); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Splits"; this.tabPage2.UseVisualStyleBackColor = true; // // cbSplitsShowOnGraph // this.cbSplitsShowOnGraph.AutoSize = true; this.cbSplitsShowOnGraph.Location = new System.Drawing.Point(0, 127); this.cbSplitsShowOnGraph.Name = "cbSplitsShowOnGraph"; this.cbSplitsShowOnGraph.Size = new System.Drawing.Size(102, 17); this.cbSplitsShowOnGraph.TabIndex = 9; this.cbSplitsShowOnGraph.Text = "Show On Graph"; this.cbSplitsShowOnGraph.UseVisualStyleBackColor = true; this.cbSplitsShowOnGraph.Click += new System.EventHandler(this.cbSplitsShowOnGraph_Click); // // lbPercentageDiffForSplit // this.lbPercentageDiffForSplit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lbPercentageDiffForSplit.Location = new System.Drawing.Point(563, 115); this.lbPercentageDiffForSplit.Name = "lbPercentageDiffForSplit"; this.lbPercentageDiffForSplit.Size = new System.Drawing.Size(100, 23); this.lbPercentageDiffForSplit.TabIndex = 8; this.lbPercentageDiffForSplit.Text = "0"; this.lbPercentageDiffForSplit.TextAlign = System.Drawing.ContentAlignment.BottomRight; // // lvSplits // this.lvSplits.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvSplits.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lvSplits.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1, columnHeader2, columnHeader3, columnHeader4}); this.lvSplits.Location = new System.Drawing.Point(3, 3); this.lvSplits.Name = "lvSplits"; this.lvSplits.Size = new System.Drawing.Size(660, 135); this.lvSplits.TabIndex = 6; this.lvSplits.UseCompatibleStateImageBehavior = false; this.lvSplits.View = System.Windows.Forms.View.Details; // // tabPage1 // this.tabPage1.Controls.Add(this.lvSimpleSearchResults); this.tabPage1.Controls.Add(this.btnSimpleSearchGentics); this.tabPage1.Controls.Add(this.btSaveSimpleSearchSettings); this.tabPage1.Controls.Add(this.btnGo); this.tabPage1.Controls.Add(this.tbRepeats); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.tbRateChange); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.tbFallSearchPeriod); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.tbRiseSearchPeriod); this.tabPage1.Controls.Add(this.lbRiseSearchPeriod); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(666, 141); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // // lvSimpleSearchResults // this.lvSimpleSearchResults.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvSimpleSearchResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader5, columnHeader6, columnHeader7, columnHeader8}); this.lvSimpleSearchResults.Location = new System.Drawing.Point(235, 41); this.lvSimpleSearchResults.Name = "lvSimpleSearchResults"; this.lvSimpleSearchResults.Size = new System.Drawing.Size(423, 94); this.lvSimpleSearchResults.TabIndex = 27; this.lvSimpleSearchResults.UseCompatibleStateImageBehavior = false; this.lvSimpleSearchResults.View = System.Windows.Forms.View.Details; // // btnSimpleSearchGentics // this.btnSimpleSearchGentics.Location = new System.Drawing.Point(128, 113); this.btnSimpleSearchGentics.Name = "btnSimpleSearchGentics"; this.btnSimpleSearchGentics.Size = new System.Drawing.Size(75, 23); this.btnSimpleSearchGentics.TabIndex = 26; this.btnSimpleSearchGentics.Text = "Genetics"; this.btnSimpleSearchGentics.UseVisualStyleBackColor = true; // // btSaveSimpleSearchSettings // this.btSaveSimpleSearchSettings.Location = new System.Drawing.Point(235, 12); this.btSaveSimpleSearchSettings.Name = "btSaveSimpleSearchSettings"; this.btSaveSimpleSearchSettings.Size = new System.Drawing.Size(75, 23); this.btSaveSimpleSearchSettings.TabIndex = 25; this.btSaveSimpleSearchSettings.Text = "Save"; this.btSaveSimpleSearchSettings.UseVisualStyleBackColor = true; // // btnGo // this.btnGo.Location = new System.Drawing.Point(12, 113); this.btnGo.Name = "btnGo"; this.btnGo.Size = new System.Drawing.Size(75, 23); this.btnGo.TabIndex = 24; this.btnGo.Text = "Go"; this.btnGo.UseVisualStyleBackColor = true; // // tbRepeats // this.tbRepeats.Location = new System.Drawing.Point(114, 85); this.tbRepeats.Name = "tbRepeats"; this.tbRepeats.Size = new System.Drawing.Size(43, 20); this.tbRepeats.TabIndex = 23; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(9, 88); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(47, 13); this.label5.TabIndex = 22; this.label5.Text = "Repeats"; // // tbRateChange // this.tbRateChange.Location = new System.Drawing.Point(114, 61); this.tbRateChange.Name = "tbRateChange"; this.tbRateChange.Size = new System.Drawing.Size(43, 20); this.tbRateChange.TabIndex = 21; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(9, 60); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(73, 13); this.label4.TabIndex = 20; this.label4.Text = "Rate Change:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(163, 38); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 13); this.label2.TabIndex = 19; this.label2.Text = "days"; // // tbFallSearchPeriod // this.tbFallSearchPeriod.Location = new System.Drawing.Point(114, 35); this.tbFallSearchPeriod.Name = "tbFallSearchPeriod"; this.tbFallSearchPeriod.Size = new System.Drawing.Size(43, 20); this.tbFallSearchPeriod.TabIndex = 18; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(9, 38); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(96, 13); this.label3.TabIndex = 17; this.label3.Text = "Fall Search Period:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(163, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 13); this.label1.TabIndex = 16; this.label1.Text = "days"; // // tbRiseSearchPeriod // this.tbRiseSearchPeriod.Location = new System.Drawing.Point(114, 9); this.tbRiseSearchPeriod.Name = "tbRiseSearchPeriod"; this.tbRiseSearchPeriod.Size = new System.Drawing.Size(43, 20); this.tbRiseSearchPeriod.TabIndex = 15; // // lbRiseSearchPeriod // this.lbRiseSearchPeriod.AutoSize = true; this.lbRiseSearchPeriod.Location = new System.Drawing.Point(9, 12); this.lbRiseSearchPeriod.Name = "lbRiseSearchPeriod"; this.lbRiseSearchPeriod.Size = new System.Drawing.Size(101, 13); this.lbRiseSearchPeriod.TabIndex = 14; this.lbRiseSearchPeriod.Text = "Rise Search Period:"; // // tabPage3 // this.tabPage3.Controls.Add(this.btnAllSharesGo); this.tabPage3.Controls.Add(this.lvAllShares); this.tabPage3.Controls.Add(this.btnAllSharesGenetics); this.tabPage3.Controls.Add(this.btnAllSharesSave); this.tabPage3.Controls.Add(this.tbAllSharesRepeats); this.tabPage3.Controls.Add(this.label6); this.tabPage3.Controls.Add(this.tbAllSharesRateChange); this.tabPage3.Controls.Add(this.label7); this.tabPage3.Controls.Add(this.label8); this.tabPage3.Controls.Add(this.tbAllSharesFallSearchPeriod); this.tabPage3.Controls.Add(this.label9); this.tabPage3.Controls.Add(this.label10); this.tabPage3.Controls.Add(this.tbAllSharesRiseSearchPeriod); this.tabPage3.Controls.Add(this.label11); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(666, 141); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "tabPage3"; this.tabPage3.UseVisualStyleBackColor = true; // // btnAllSharesGo // this.btnAllSharesGo.Location = new System.Drawing.Point(11, 130); this.btnAllSharesGo.Name = "btnAllSharesGo"; this.btnAllSharesGo.Size = new System.Drawing.Size(75, 23); this.btnAllSharesGo.TabIndex = 27; this.btnAllSharesGo.Text = "Go"; this.btnAllSharesGo.UseVisualStyleBackColor = true; // // lvAllShares // this.lvAllShares.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvAllShares.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader9, columnHeader11, columnHeader12}); this.lvAllShares.Location = new System.Drawing.Point(225, 6); this.lvAllShares.Name = "lvAllShares"; this.lvAllShares.Size = new System.Drawing.Size(433, 127); this.lvAllShares.TabIndex = 26; this.lvAllShares.UseCompatibleStateImageBehavior = false; this.lvAllShares.View = System.Windows.Forms.View.Details; // // btnAllSharesGenetics // this.btnAllSharesGenetics.Location = new System.Drawing.Point(127, 130); this.btnAllSharesGenetics.Name = "btnAllSharesGenetics"; this.btnAllSharesGenetics.Size = new System.Drawing.Size(75, 23); this.btnAllSharesGenetics.TabIndex = 25; this.btnAllSharesGenetics.Text = "Genetics"; this.btnAllSharesGenetics.UseVisualStyleBackColor = true; // // btnAllSharesSave // this.btnAllSharesSave.Location = new System.Drawing.Point(11, 159); this.btnAllSharesSave.Name = "btnAllSharesSave"; this.btnAllSharesSave.Size = new System.Drawing.Size(75, 23); this.btnAllSharesSave.TabIndex = 24; this.btnAllSharesSave.Text = "Save"; this.btnAllSharesSave.UseVisualStyleBackColor = true; // // tbAllSharesRepeats // this.tbAllSharesRepeats.Location = new System.Drawing.Point(113, 90); this.tbAllSharesRepeats.Name = "tbAllSharesRepeats"; this.tbAllSharesRepeats.Size = new System.Drawing.Size(43, 20); this.tbAllSharesRepeats.TabIndex = 23; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(8, 93); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(47, 13); this.label6.TabIndex = 22; this.label6.Text = "Repeats"; // // tbAllSharesRateChange // this.tbAllSharesRateChange.Location = new System.Drawing.Point(113, 61); this.tbAllSharesRateChange.Name = "tbAllSharesRateChange"; this.tbAllSharesRateChange.Size = new System.Drawing.Size(43, 20); this.tbAllSharesRateChange.TabIndex = 21; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(8, 60); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(73, 13); this.label7.TabIndex = 20; this.label7.Text = "Rate Change:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(162, 38); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(29, 13); this.label8.TabIndex = 19; this.label8.Text = "days"; // // tbAllSharesFallSearchPeriod // this.tbAllSharesFallSearchPeriod.Location = new System.Drawing.Point(113, 35); this.tbAllSharesFallSearchPeriod.Name = "tbAllSharesFallSearchPeriod"; this.tbAllSharesFallSearchPeriod.Size = new System.Drawing.Size(43, 20); this.tbAllSharesFallSearchPeriod.TabIndex = 18; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(8, 38); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(96, 13); this.label9.TabIndex = 17; this.label9.Text = "Fall Search Period:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(162, 12); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(29, 13); this.label10.TabIndex = 16; this.label10.Text = "days"; // // tbAllSharesRiseSearchPeriod // this.tbAllSharesRiseSearchPeriod.Location = new System.Drawing.Point(113, 9); this.tbAllSharesRiseSearchPeriod.Name = "tbAllSharesRiseSearchPeriod"; this.tbAllSharesRiseSearchPeriod.Size = new System.Drawing.Size(43, 20); this.tbAllSharesRiseSearchPeriod.TabIndex = 15; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(8, 12); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(101, 13); this.label11.TabIndex = 14; this.label11.Text = "Rise Search Period:"; // // cbSelectSymbol // this.cbSelectSymbol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbSelectSymbol.FormattingEnabled = true; this.cbSelectSymbol.Location = new System.Drawing.Point(58, 3); this.cbSelectSymbol.Name = "cbSelectSymbol"; this.cbSelectSymbol.Size = new System.Drawing.Size(121, 21); this.cbSelectSymbol.TabIndex = 20; this.cbSelectSymbol.SelectedIndexChanged += new System.EventHandler(this.cbSelectSymbol_SelectedIndexChanged); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(674, 449); this.Controls.Add(panel1); this.Controls.Add(this.zedGraphControl1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); panel1.ResumeLayout(false); panel1.PerformLayout(); tabControl1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.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() { System.Windows.Forms.TabControl tabControl1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigForm)); this.clientTabPage = new System.Windows.Forms.TabPage(); this.propertyGrid = new System.Windows.Forms.PropertyGrid(); this.clusterTabPage = new System.Windows.Forms.TabPage(); this.clusterPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.saveButton = new System.Windows.Forms.Button(); tabControl1 = new System.Windows.Forms.TabControl(); tabControl1.SuspendLayout(); this.clientTabPage.SuspendLayout(); this.clusterTabPage.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(this.clientTabPage); tabControl1.Controls.Add(this.clusterTabPage); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(425, 454); tabControl1.TabIndex = 2; // // clientTabPage // this.clientTabPage.Controls.Add(this.propertyGrid); this.clientTabPage.Location = new System.Drawing.Point(4, 22); this.clientTabPage.Name = "clientTabPage"; this.clientTabPage.Size = new System.Drawing.Size(417, 428); this.clientTabPage.TabIndex = 0; this.clientTabPage.Text = "Client"; this.clientTabPage.UseVisualStyleBackColor = true; // // propertyGrid // this.propertyGrid.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText; this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid.Location = new System.Drawing.Point(0, 0); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.Size = new System.Drawing.Size(417, 428); this.propertyGrid.TabIndex = 0; // // clusterTabPage // this.clusterTabPage.Controls.Add(this.clusterPropertyGrid); this.clusterTabPage.Location = new System.Drawing.Point(4, 22); this.clusterTabPage.Name = "clusterTabPage"; this.clusterTabPage.Size = new System.Drawing.Size(417, 428); this.clusterTabPage.TabIndex = 1; this.clusterTabPage.Text = "Cluster"; this.clusterTabPage.UseVisualStyleBackColor = true; // // clusterPropertyGrid // this.clusterPropertyGrid.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText; this.clusterPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.clusterPropertyGrid.Location = new System.Drawing.Point(0, 0); this.clusterPropertyGrid.Name = "clusterPropertyGrid"; this.clusterPropertyGrid.Size = new System.Drawing.Size(417, 428); this.clusterPropertyGrid.TabIndex = 1; // // saveButton // this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.saveButton.Location = new System.Drawing.Point(344, 423); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(75, 26); this.saveButton.TabIndex = 4; this.saveButton.Text = "Save"; this.saveButton.UseVisualStyleBackColor = true; this.saveButton.Click += new System.EventHandler(this.saveButton_Click); // // ConfigForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(425, 454); this.Controls.Add(this.saveButton); this.Controls.Add(tabControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ConfigForm"; this.Text = "Options"; tabControl1.ResumeLayout(false); this.clientTabPage.ResumeLayout(false); this.clusterTabPage.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(CyADC_DelSigControl)); this.m_tabPage1 = new System.Windows.Forms.TabPage(); this.nameLabel1 = new System.Windows.Forms.Label(); this.configNamelabel1 = new System.Windows.Forms.Label(); this.commentLabel1 = new System.Windows.Forms.Label(); this.configNameTextBox1 = new System.Windows.Forms.TextBox(); this.commentTextBox1 = new System.Windows.Forms.TextBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.Volts_label = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.m_nudRefVoltage = new ADC_DelSig_Mod_v2_20.CyNumericUpDown(); this.m_cbReference = new System.Windows.Forms.ComboBox(); this.ADC_Modes_groupBox = new System.Windows.Forms.GroupBox(); this.label20 = new System.Windows.Forms.Label(); this.m_rbModeSingle = new System.Windows.Forms.RadioButton(); this.m_rbModeDifferential = new System.Windows.Forms.RadioButton(); this.label19 = new System.Windows.Forms.Label(); this.m_cbInputBufferMode = new System.Windows.Forms.ComboBox(); this.m_cbInputBufferGain = new System.Windows.Forms.ComboBox(); this.m_cbInputRange = new System.Windows.Forms.ComboBox(); this.Input_Buffer_Gain_label = new System.Windows.Forms.Label(); this.ADC_Input_Range_label = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.m_nudConfig = new ADC_DelSig_Mod_v2_20.CyNumericUpDown(); this.label16 = new System.Windows.Forms.Label(); this.m_lbSPSRange = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.m_tbClockFreq = new System.Windows.Forms.TextBox(); this.freq_label = new System.Windows.Forms.Label(); this.ClockFreqency_Label = new System.Windows.Forms.Label(); this.SamplesPerSec_label = new System.Windows.Forms.Label(); this.m_nudConvRate = new ADC_DelSig_Mod_v2_20.CyNumericUpDown(); this.ConvRate_label = new System.Windows.Forms.Label(); this.m_cbResolution = new System.Windows.Forms.ComboBox(); this.ADC_Resolution_label = new System.Windows.Forms.Label(); this.m_cbConvMode = new System.Windows.Forms.ComboBox(); this.Conv_Mode_label = new System.Windows.Forms.Label(); this.m_tabPage2 = new System.Windows.Forms.TabPage(); this.nameLabel2 = new System.Windows.Forms.Label(); this.configNameLabel2 = new System.Windows.Forms.Label(); this.commentLabel2 = new System.Windows.Forms.Label(); this.configNameTextBox2 = new System.Windows.Forms.TextBox(); this.commentTextBox2 = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.Volts_label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.m_nudRefVoltage2 = new ADC_DelSig_Mod_v2_20.CyNumericUpDown(); this.m_cbReference2 = new System.Windows.Forms.ComboBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.m_rbModeSingle2 = new System.Windows.Forms.RadioButton(); this.m_rbModeDifferential2 = new System.Windows.Forms.RadioButton(); this.label4 = new System.Windows.Forms.Label(); this.m_cbInputBufferMode2 = new System.Windows.Forms.ComboBox(); this.m_cbInputBufferGain2 = new System.Windows.Forms.ComboBox(); this.m_cbInputRange2 = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.m_lbSPSRange2 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.m_tbClockFreq2 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.m_nudConvRate2 = new ADC_DelSig_Mod_v2_20.CyNumericUpDown(); this.label21 = new System.Windows.Forms.Label(); this.m_cbResolutionConfig2 = new System.Windows.Forms.ComboBox(); this.label22 = new System.Windows.Forms.Label(); this.m_cbConvMode2 = new System.Windows.Forms.ComboBox(); this.label23 = new System.Windows.Forms.Label(); this.m_tabPage3 = new System.Windows.Forms.TabPage(); this.nameLabel3 = new System.Windows.Forms.Label(); this.configNameLabel3 = new System.Windows.Forms.Label(); this.commentLabel3 = new System.Windows.Forms.Label(); this.configNameTextBox3 = new System.Windows.Forms.TextBox(); this.commentTextBox3 = new System.Windows.Forms.TextBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.Volts_label3 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.m_nudRefVoltage3 = new ADC_DelSig_Mod_v2_20.CyNumericUpDown(); this.m_cbReference3 = new System.Windows.Forms.ComboBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.label26 = new System.Windows.Forms.Label(); this.m_rbModeSingle3 = new System.Windows.Forms.RadioButton(); this.m_rbModeDifferential3 = new System.Windows.Forms.RadioButton(); this.label27 = new System.Windows.Forms.Label(); this.m_cbInputBufferMode3 = new System.Windows.Forms.ComboBox(); this.m_cbInputBufferGain3 = new System.Windows.Forms.ComboBox(); this.m_cbInputRange3 = new System.Windows.Forms.ComboBox(); this.label28 = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.m_lbSPSRange3 = new System.Windows.Forms.Label(); this.label32 = new System.Windows.Forms.Label(); this.m_tbClockFreq3 = new System.Windows.Forms.TextBox(); this.label33 = new System.Windows.Forms.Label(); this.label34 = new System.Windows.Forms.Label(); this.label35 = new System.Windows.Forms.Label(); this.m_nudConvRate3 = new ADC_DelSig_Mod_v2_20.CyNumericUpDown(); this.label36 = new System.Windows.Forms.Label(); this.m_cbResolutionConfig3 = new System.Windows.Forms.ComboBox(); this.label37 = new System.Windows.Forms.Label(); this.m_cbConvMode3 = new System.Windows.Forms.ComboBox(); this.label38 = new System.Windows.Forms.Label(); this.m_tabPage4 = new System.Windows.Forms.TabPage(); this.nameLabel4 = new System.Windows.Forms.Label(); this.configNameLabel4 = new System.Windows.Forms.Label(); this.commentLabel4 = new System.Windows.Forms.Label(); this.configNameTextBox4 = new System.Windows.Forms.TextBox(); this.commentTextBox4 = new System.Windows.Forms.TextBox(); this.groupBox9 = new System.Windows.Forms.GroupBox(); this.Volts_label4 = new System.Windows.Forms.Label(); this.label40 = new System.Windows.Forms.Label(); this.m_nudRefVoltage4 = new ADC_DelSig_Mod_v2_20.CyNumericUpDown(); this.m_cbReference4 = new System.Windows.Forms.ComboBox(); this.groupBox10 = new System.Windows.Forms.GroupBox(); this.label41 = new System.Windows.Forms.Label(); this.m_rbModeSingle4 = new System.Windows.Forms.RadioButton(); this.m_rbModeDifferential4 = new System.Windows.Forms.RadioButton(); this.label42 = new System.Windows.Forms.Label(); this.m_cbInputBufferMode4 = new System.Windows.Forms.ComboBox(); this.m_cbInputBufferGain4 = new System.Windows.Forms.ComboBox(); this.m_cbInputRange4 = new System.Windows.Forms.ComboBox(); this.label43 = new System.Windows.Forms.Label(); this.label44 = new System.Windows.Forms.Label(); this.groupBox11 = new System.Windows.Forms.GroupBox(); this.m_lbSPSRange4 = new System.Windows.Forms.Label(); this.label47 = new System.Windows.Forms.Label(); this.m_tbClockFreq4 = new System.Windows.Forms.TextBox(); this.label48 = new System.Windows.Forms.Label(); this.label49 = new System.Windows.Forms.Label(); this.label50 = new System.Windows.Forms.Label(); this.m_nudConvRate4 = new ADC_DelSig_Mod_v2_20.CyNumericUpDown(); this.label51 = new System.Windows.Forms.Label(); this.m_cbResolutionConfig4 = new System.Windows.Forms.ComboBox(); this.label52 = new System.Windows.Forms.Label(); this.m_cbConvMode4 = new System.Windows.Forms.ComboBox(); this.label53 = new System.Windows.Forms.Label(); this.m_tabPage5 = new System.Windows.Forms.TabPage(); this.m_cbEnable_Vref_Vss = new System.Windows.Forms.CheckBox(); this.groupBox12 = new System.Windows.Forms.GroupBox(); this.m_rbClockInternal = new System.Windows.Forms.RadioButton(); this.m_rbClockExternal = new System.Windows.Forms.RadioButton(); this.m_cbChargePumpClock = new System.Windows.Forms.CheckBox(); this.m_cbSocHardware = new System.Windows.Forms.CheckBox(); this.m_errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.label_Warning = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); m_tabConfig = new System.Windows.Forms.TabControl(); this.m_tabPage1.SuspendLayout(); this.groupBox6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage)).BeginInit(); this.ADC_Modes_groupBox.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudConfig)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate)).BeginInit(); this.m_tabPage2.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage2)).BeginInit(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate2)).BeginInit(); this.m_tabPage3.SuspendLayout(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage3)).BeginInit(); this.groupBox7.SuspendLayout(); this.groupBox8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate3)).BeginInit(); this.m_tabPage4.SuspendLayout(); this.groupBox9.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage4)).BeginInit(); this.groupBox10.SuspendLayout(); this.groupBox11.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate4)).BeginInit(); this.m_tabPage5.SuspendLayout(); this.groupBox12.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_errorProvider)).BeginInit(); m_tabConfig.SuspendLayout(); this.SuspendLayout(); // // m_tabPage1 // this.m_tabPage1.BackColor = System.Drawing.Color.Transparent; this.m_tabPage1.Controls.Add(this.nameLabel1); this.m_tabPage1.Controls.Add(this.configNamelabel1); this.m_tabPage1.Controls.Add(this.commentLabel1); this.m_tabPage1.Controls.Add(this.configNameTextBox1); this.m_tabPage1.Controls.Add(this.commentTextBox1); this.m_tabPage1.Controls.Add(this.groupBox6); this.m_tabPage1.Controls.Add(this.ADC_Modes_groupBox); this.m_tabPage1.Controls.Add(this.groupBox1); resources.ApplyResources(this.m_tabPage1, "m_tabPage1"); this.m_tabPage1.Name = "m_tabPage1"; this.m_tabPage1.UseVisualStyleBackColor = true; // // nameLabel1 // resources.ApplyResources(this.nameLabel1, "nameLabel1"); this.nameLabel1.Name = "nameLabel1"; // // configNamelabel1 // resources.ApplyResources(this.configNamelabel1, "configNamelabel1"); this.configNamelabel1.Name = "configNamelabel1"; // // commentLabel1 // resources.ApplyResources(this.commentLabel1, "commentLabel1"); this.commentLabel1.Name = "commentLabel1"; // // configNameTextBox1 // resources.ApplyResources(this.configNameTextBox1, "configNameTextBox1"); this.configNameTextBox1.Name = "configNameTextBox1"; this.configNameTextBox1.TextChanged += new System.EventHandler(this.configNameTextBox1_TextChanged); // // commentTextBox1 // resources.ApplyResources(this.commentTextBox1, "commentTextBox1"); this.commentTextBox1.Name = "commentTextBox1"; this.commentTextBox1.TextChanged += new System.EventHandler(this.commentTextBox1_TextChanged); // // groupBox6 // this.groupBox6.Controls.Add(this.Volts_label); this.groupBox6.Controls.Add(this.label17); this.groupBox6.Controls.Add(this.m_nudRefVoltage); this.groupBox6.Controls.Add(this.m_cbReference); resources.ApplyResources(this.groupBox6, "groupBox6"); this.groupBox6.Name = "groupBox6"; this.groupBox6.TabStop = false; // // Volts_label // resources.ApplyResources(this.Volts_label, "Volts_label"); this.Volts_label.Name = "Volts_label"; // // label17 // resources.ApplyResources(this.label17, "label17"); this.label17.Name = "label17"; // // m_nudRefVoltage // this.m_nudRefVoltage.DecimalPlaces = 4; this.m_nudRefVoltage.Increment = new decimal(new int[] { 1, 0, 0, 196608}); resources.ApplyResources(this.m_nudRefVoltage, "m_nudRefVoltage"); this.m_nudRefVoltage.Name = "m_nudRefVoltage"; this.m_nudRefVoltage.Value = new decimal(new int[] { 1024, 0, 0, 196608}); // // m_cbReference // this.m_cbReference.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbReference.FormattingEnabled = true; resources.ApplyResources(this.m_cbReference, "m_cbReference"); this.m_cbReference.Name = "m_cbReference"; // // ADC_Modes_groupBox // this.ADC_Modes_groupBox.Controls.Add(this.label20); this.ADC_Modes_groupBox.Controls.Add(this.m_rbModeSingle); this.ADC_Modes_groupBox.Controls.Add(this.m_rbModeDifferential); this.ADC_Modes_groupBox.Controls.Add(this.label19); this.ADC_Modes_groupBox.Controls.Add(this.m_cbInputBufferMode); this.ADC_Modes_groupBox.Controls.Add(this.m_cbInputBufferGain); this.ADC_Modes_groupBox.Controls.Add(this.m_cbInputRange); this.ADC_Modes_groupBox.Controls.Add(this.Input_Buffer_Gain_label); this.ADC_Modes_groupBox.Controls.Add(this.ADC_Input_Range_label); resources.ApplyResources(this.ADC_Modes_groupBox, "ADC_Modes_groupBox"); this.ADC_Modes_groupBox.Name = "ADC_Modes_groupBox"; this.ADC_Modes_groupBox.TabStop = false; // // label20 // resources.ApplyResources(this.label20, "label20"); this.label20.Name = "label20"; // // m_rbModeSingle // resources.ApplyResources(this.m_rbModeSingle, "m_rbModeSingle"); this.m_rbModeSingle.Name = "m_rbModeSingle"; this.m_rbModeSingle.TabStop = true; this.m_rbModeSingle.UseVisualStyleBackColor = true; // // m_rbModeDifferential // resources.ApplyResources(this.m_rbModeDifferential, "m_rbModeDifferential"); this.m_rbModeDifferential.Checked = true; this.m_rbModeDifferential.Name = "m_rbModeDifferential"; this.m_rbModeDifferential.TabStop = true; this.m_rbModeDifferential.UseVisualStyleBackColor = true; // // label19 // resources.ApplyResources(this.label19, "label19"); this.label19.Name = "label19"; // // m_cbInputBufferMode // this.m_cbInputBufferMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputBufferMode.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputBufferMode, "m_cbInputBufferMode"); this.m_cbInputBufferMode.Name = "m_cbInputBufferMode"; // // m_cbInputBufferGain // this.m_cbInputBufferGain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputBufferGain.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputBufferGain, "m_cbInputBufferGain"); this.m_cbInputBufferGain.Name = "m_cbInputBufferGain"; // // m_cbInputRange // this.m_cbInputRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputRange.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputRange, "m_cbInputRange"); this.m_cbInputRange.Name = "m_cbInputRange"; // // Input_Buffer_Gain_label // resources.ApplyResources(this.Input_Buffer_Gain_label, "Input_Buffer_Gain_label"); this.Input_Buffer_Gain_label.Name = "Input_Buffer_Gain_label"; // // ADC_Input_Range_label // resources.ApplyResources(this.ADC_Input_Range_label, "ADC_Input_Range_label"); this.ADC_Input_Range_label.Name = "ADC_Input_Range_label"; // // groupBox1 // this.groupBox1.Controls.Add(this.m_nudConfig); this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.m_lbSPSRange); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.m_tbClockFreq); this.groupBox1.Controls.Add(this.freq_label); this.groupBox1.Controls.Add(this.ClockFreqency_Label); this.groupBox1.Controls.Add(this.SamplesPerSec_label); this.groupBox1.Controls.Add(this.m_nudConvRate); this.groupBox1.Controls.Add(this.ConvRate_label); this.groupBox1.Controls.Add(this.m_cbResolution); this.groupBox1.Controls.Add(this.ADC_Resolution_label); this.groupBox1.Controls.Add(this.m_cbConvMode); this.groupBox1.Controls.Add(this.Conv_Mode_label); resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // m_nudConfig // resources.ApplyResources(this.m_nudConfig, "m_nudConfig"); this.m_nudConfig.Maximum = new decimal(new int[] { 4, 0, 0, 0}); this.m_nudConfig.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.m_nudConfig.Name = "m_nudConfig"; this.m_nudConfig.ReadOnly = true; this.m_nudConfig.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label16 // resources.ApplyResources(this.label16, "label16"); this.label16.Name = "label16"; // // m_lbSPSRange // resources.ApplyResources(this.m_lbSPSRange, "m_lbSPSRange"); this.m_lbSPSRange.Name = "m_lbSPSRange"; // // label14 // resources.ApplyResources(this.label14, "label14"); this.label14.Name = "label14"; // // m_tbClockFreq // resources.ApplyResources(this.m_tbClockFreq, "m_tbClockFreq"); this.m_tbClockFreq.Name = "m_tbClockFreq"; this.m_tbClockFreq.ReadOnly = true; // // freq_label // resources.ApplyResources(this.freq_label, "freq_label"); this.freq_label.Name = "freq_label"; // // ClockFreqency_Label // resources.ApplyResources(this.ClockFreqency_Label, "ClockFreqency_Label"); this.ClockFreqency_Label.Name = "ClockFreqency_Label"; // // SamplesPerSec_label // resources.ApplyResources(this.SamplesPerSec_label, "SamplesPerSec_label"); this.SamplesPerSec_label.Name = "SamplesPerSec_label"; // // m_nudConvRate // resources.ApplyResources(this.m_nudConvRate, "m_nudConvRate"); this.m_nudConvRate.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.m_nudConvRate.Minimum = new decimal(new int[] { 2, 0, 0, 0}); this.m_nudConvRate.Name = "m_nudConvRate"; this.m_nudConvRate.Value = new decimal(new int[] { 1000, 0, 0, 0}); // // ConvRate_label // resources.ApplyResources(this.ConvRate_label, "ConvRate_label"); this.ConvRate_label.Name = "ConvRate_label"; // // m_cbResolution // this.m_cbResolution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbResolution.FormattingEnabled = true; resources.ApplyResources(this.m_cbResolution, "m_cbResolution"); this.m_cbResolution.Name = "m_cbResolution"; // // ADC_Resolution_label // resources.ApplyResources(this.ADC_Resolution_label, "ADC_Resolution_label"); this.ADC_Resolution_label.Name = "ADC_Resolution_label"; // // m_cbConvMode // this.m_cbConvMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbConvMode.FormattingEnabled = true; resources.ApplyResources(this.m_cbConvMode, "m_cbConvMode"); this.m_cbConvMode.Name = "m_cbConvMode"; // // Conv_Mode_label // resources.ApplyResources(this.Conv_Mode_label, "Conv_Mode_label"); this.Conv_Mode_label.Name = "Conv_Mode_label"; // // m_tabPage2 // resources.ApplyResources(this.m_tabPage2, "m_tabPage2"); this.m_tabPage2.BackColor = System.Drawing.Color.Transparent; this.m_tabPage2.Controls.Add(this.nameLabel2); this.m_tabPage2.Controls.Add(this.configNameLabel2); this.m_tabPage2.Controls.Add(this.commentLabel2); this.m_tabPage2.Controls.Add(this.configNameTextBox2); this.m_tabPage2.Controls.Add(this.commentTextBox2); this.m_tabPage2.Controls.Add(this.groupBox2); this.m_tabPage2.Controls.Add(this.groupBox3); this.m_tabPage2.Controls.Add(this.groupBox4); this.m_tabPage2.Name = "m_tabPage2"; this.m_tabPage2.UseVisualStyleBackColor = true; // // nameLabel2 // resources.ApplyResources(this.nameLabel2, "nameLabel2"); this.nameLabel2.Name = "nameLabel2"; // // configNameLabel2 // resources.ApplyResources(this.configNameLabel2, "configNameLabel2"); this.configNameLabel2.Name = "configNameLabel2"; // // commentLabel2 // resources.ApplyResources(this.commentLabel2, "commentLabel2"); this.commentLabel2.Name = "commentLabel2"; // // configNameTextBox2 // resources.ApplyResources(this.configNameTextBox2, "configNameTextBox2"); this.configNameTextBox2.Name = "configNameTextBox2"; this.configNameTextBox2.TextChanged += new System.EventHandler(this.configNameTextBox2_TextChanged); // // commentTextBox2 // resources.ApplyResources(this.commentTextBox2, "commentTextBox2"); this.commentTextBox2.Name = "commentTextBox2"; this.commentTextBox2.TextChanged += new System.EventHandler(this.commentTextBox2_TextChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.Volts_label2); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.m_nudRefVoltage2); this.groupBox2.Controls.Add(this.m_cbReference2); resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // // Volts_label2 // resources.ApplyResources(this.Volts_label2, "Volts_label2"); this.Volts_label2.Name = "Volts_label2"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // m_nudRefVoltage2 // this.m_nudRefVoltage2.DecimalPlaces = 4; this.m_nudRefVoltage2.Increment = new decimal(new int[] { 1, 0, 0, 196608}); resources.ApplyResources(this.m_nudRefVoltage2, "m_nudRefVoltage2"); this.m_nudRefVoltage2.Name = "m_nudRefVoltage2"; this.m_nudRefVoltage2.Value = new decimal(new int[] { 1024, 0, 0, 196608}); // // m_cbReference2 // this.m_cbReference2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbReference2.FormattingEnabled = true; resources.ApplyResources(this.m_cbReference2, "m_cbReference2"); this.m_cbReference2.Name = "m_cbReference2"; // // groupBox3 // this.groupBox3.Controls.Add(this.label3); this.groupBox3.Controls.Add(this.m_rbModeSingle2); this.groupBox3.Controls.Add(this.m_rbModeDifferential2); this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.m_cbInputBufferMode2); this.groupBox3.Controls.Add(this.m_cbInputBufferGain2); this.groupBox3.Controls.Add(this.m_cbInputRange2); this.groupBox3.Controls.Add(this.label5); this.groupBox3.Controls.Add(this.label6); resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // m_rbModeSingle2 // resources.ApplyResources(this.m_rbModeSingle2, "m_rbModeSingle2"); this.m_rbModeSingle2.Name = "m_rbModeSingle2"; this.m_rbModeSingle2.UseVisualStyleBackColor = true; // // m_rbModeDifferential2 // resources.ApplyResources(this.m_rbModeDifferential2, "m_rbModeDifferential2"); this.m_rbModeDifferential2.Checked = true; this.m_rbModeDifferential2.Name = "m_rbModeDifferential2"; this.m_rbModeDifferential2.TabStop = true; this.m_rbModeDifferential2.UseVisualStyleBackColor = true; // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // m_cbInputBufferMode2 // this.m_cbInputBufferMode2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputBufferMode2.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputBufferMode2, "m_cbInputBufferMode2"); this.m_cbInputBufferMode2.Name = "m_cbInputBufferMode2"; // // m_cbInputBufferGain2 // this.m_cbInputBufferGain2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputBufferGain2.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputBufferGain2, "m_cbInputBufferGain2"); this.m_cbInputBufferGain2.Name = "m_cbInputBufferGain2"; // // m_cbInputRange2 // this.m_cbInputRange2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputRange2.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputRange2, "m_cbInputRange2"); this.m_cbInputRange2.Name = "m_cbInputRange2"; // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; // // groupBox4 // this.groupBox4.Controls.Add(this.m_lbSPSRange2); this.groupBox4.Controls.Add(this.label9); this.groupBox4.Controls.Add(this.m_tbClockFreq2); this.groupBox4.Controls.Add(this.label10); this.groupBox4.Controls.Add(this.label11); this.groupBox4.Controls.Add(this.label12); this.groupBox4.Controls.Add(this.m_nudConvRate2); this.groupBox4.Controls.Add(this.label21); this.groupBox4.Controls.Add(this.m_cbResolutionConfig2); this.groupBox4.Controls.Add(this.label22); this.groupBox4.Controls.Add(this.m_cbConvMode2); this.groupBox4.Controls.Add(this.label23); resources.ApplyResources(this.groupBox4, "groupBox4"); this.groupBox4.Name = "groupBox4"; this.groupBox4.TabStop = false; // // m_lbSPSRange2 // resources.ApplyResources(this.m_lbSPSRange2, "m_lbSPSRange2"); this.m_lbSPSRange2.Name = "m_lbSPSRange2"; // // label9 // resources.ApplyResources(this.label9, "label9"); this.label9.Name = "label9"; // // m_tbClockFreq2 // resources.ApplyResources(this.m_tbClockFreq2, "m_tbClockFreq2"); this.m_tbClockFreq2.Name = "m_tbClockFreq2"; this.m_tbClockFreq2.ReadOnly = true; this.m_tbClockFreq2.TabStop = false; // // label10 // resources.ApplyResources(this.label10, "label10"); this.label10.Name = "label10"; // // label11 // resources.ApplyResources(this.label11, "label11"); this.label11.Name = "label11"; // // label12 // resources.ApplyResources(this.label12, "label12"); this.label12.Name = "label12"; // // m_nudConvRate2 // resources.ApplyResources(this.m_nudConvRate2, "m_nudConvRate2"); this.m_nudConvRate2.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.m_nudConvRate2.Minimum = new decimal(new int[] { 2, 0, 0, 0}); this.m_nudConvRate2.Name = "m_nudConvRate2"; this.m_nudConvRate2.Value = new decimal(new int[] { 1000, 0, 0, 0}); // // label21 // resources.ApplyResources(this.label21, "label21"); this.label21.Name = "label21"; // // m_cbResolutionConfig2 // this.m_cbResolutionConfig2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbResolutionConfig2.FormattingEnabled = true; resources.ApplyResources(this.m_cbResolutionConfig2, "m_cbResolutionConfig2"); this.m_cbResolutionConfig2.Name = "m_cbResolutionConfig2"; // // label22 // resources.ApplyResources(this.label22, "label22"); this.label22.Name = "label22"; // // m_cbConvMode2 // this.m_cbConvMode2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbConvMode2.FormattingEnabled = true; resources.ApplyResources(this.m_cbConvMode2, "m_cbConvMode2"); this.m_cbConvMode2.Name = "m_cbConvMode2"; // // label23 // resources.ApplyResources(this.label23, "label23"); this.label23.Name = "label23"; // // m_tabPage3 // this.m_tabPage3.BackColor = System.Drawing.Color.Transparent; this.m_tabPage3.Controls.Add(this.nameLabel3); this.m_tabPage3.Controls.Add(this.configNameLabel3); this.m_tabPage3.Controls.Add(this.commentLabel3); this.m_tabPage3.Controls.Add(this.configNameTextBox3); this.m_tabPage3.Controls.Add(this.commentTextBox3); this.m_tabPage3.Controls.Add(this.groupBox5); this.m_tabPage3.Controls.Add(this.groupBox7); this.m_tabPage3.Controls.Add(this.groupBox8); resources.ApplyResources(this.m_tabPage3, "m_tabPage3"); this.m_tabPage3.Name = "m_tabPage3"; this.m_tabPage3.UseVisualStyleBackColor = true; // // nameLabel3 // resources.ApplyResources(this.nameLabel3, "nameLabel3"); this.nameLabel3.Name = "nameLabel3"; // // configNameLabel3 // resources.ApplyResources(this.configNameLabel3, "configNameLabel3"); this.configNameLabel3.Name = "configNameLabel3"; // // commentLabel3 // resources.ApplyResources(this.commentLabel3, "commentLabel3"); this.commentLabel3.Name = "commentLabel3"; // // configNameTextBox3 // resources.ApplyResources(this.configNameTextBox3, "configNameTextBox3"); this.configNameTextBox3.Name = "configNameTextBox3"; this.configNameTextBox3.TextChanged += new System.EventHandler(this.configNameTextBox3_TextChanged); // // commentTextBox3 // resources.ApplyResources(this.commentTextBox3, "commentTextBox3"); this.commentTextBox3.Name = "commentTextBox3"; this.commentTextBox3.TextChanged += new System.EventHandler(this.commentTextBox3_TextChanged); // // groupBox5 // this.groupBox5.Controls.Add(this.Volts_label3); this.groupBox5.Controls.Add(this.label25); this.groupBox5.Controls.Add(this.m_nudRefVoltage3); this.groupBox5.Controls.Add(this.m_cbReference3); resources.ApplyResources(this.groupBox5, "groupBox5"); this.groupBox5.Name = "groupBox5"; this.groupBox5.TabStop = false; // // Volts_label3 // resources.ApplyResources(this.Volts_label3, "Volts_label3"); this.Volts_label3.Name = "Volts_label3"; // // label25 // resources.ApplyResources(this.label25, "label25"); this.label25.Name = "label25"; // // m_nudRefVoltage3 // this.m_nudRefVoltage3.DecimalPlaces = 4; this.m_nudRefVoltage3.Increment = new decimal(new int[] { 1, 0, 0, 196608}); resources.ApplyResources(this.m_nudRefVoltage3, "m_nudRefVoltage3"); this.m_nudRefVoltage3.Name = "m_nudRefVoltage3"; this.m_nudRefVoltage3.Value = new decimal(new int[] { 1300, 0, 0, 196608}); // // m_cbReference3 // this.m_cbReference3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbReference3.FormattingEnabled = true; resources.ApplyResources(this.m_cbReference3, "m_cbReference3"); this.m_cbReference3.Name = "m_cbReference3"; // // groupBox7 // this.groupBox7.Controls.Add(this.label26); this.groupBox7.Controls.Add(this.m_rbModeSingle3); this.groupBox7.Controls.Add(this.m_rbModeDifferential3); this.groupBox7.Controls.Add(this.label27); this.groupBox7.Controls.Add(this.m_cbInputBufferMode3); this.groupBox7.Controls.Add(this.m_cbInputBufferGain3); this.groupBox7.Controls.Add(this.m_cbInputRange3); this.groupBox7.Controls.Add(this.label28); this.groupBox7.Controls.Add(this.label29); resources.ApplyResources(this.groupBox7, "groupBox7"); this.groupBox7.Name = "groupBox7"; this.groupBox7.TabStop = false; // // label26 // resources.ApplyResources(this.label26, "label26"); this.label26.Name = "label26"; // // m_rbModeSingle3 // resources.ApplyResources(this.m_rbModeSingle3, "m_rbModeSingle3"); this.m_rbModeSingle3.Name = "m_rbModeSingle3"; this.m_rbModeSingle3.TabStop = true; this.m_rbModeSingle3.UseVisualStyleBackColor = true; // // m_rbModeDifferential3 // resources.ApplyResources(this.m_rbModeDifferential3, "m_rbModeDifferential3"); this.m_rbModeDifferential3.Checked = true; this.m_rbModeDifferential3.Name = "m_rbModeDifferential3"; this.m_rbModeDifferential3.TabStop = true; this.m_rbModeDifferential3.UseVisualStyleBackColor = true; // // label27 // resources.ApplyResources(this.label27, "label27"); this.label27.Name = "label27"; // // m_cbInputBufferMode3 // this.m_cbInputBufferMode3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputBufferMode3.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputBufferMode3, "m_cbInputBufferMode3"); this.m_cbInputBufferMode3.Name = "m_cbInputBufferMode3"; // // m_cbInputBufferGain3 // this.m_cbInputBufferGain3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputBufferGain3.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputBufferGain3, "m_cbInputBufferGain3"); this.m_cbInputBufferGain3.Name = "m_cbInputBufferGain3"; // // m_cbInputRange3 // this.m_cbInputRange3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputRange3.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputRange3, "m_cbInputRange3"); this.m_cbInputRange3.Name = "m_cbInputRange3"; // // label28 // resources.ApplyResources(this.label28, "label28"); this.label28.Name = "label28"; // // label29 // resources.ApplyResources(this.label29, "label29"); this.label29.Name = "label29"; // // groupBox8 // this.groupBox8.Controls.Add(this.m_lbSPSRange3); this.groupBox8.Controls.Add(this.label32); this.groupBox8.Controls.Add(this.m_tbClockFreq3); this.groupBox8.Controls.Add(this.label33); this.groupBox8.Controls.Add(this.label34); this.groupBox8.Controls.Add(this.label35); this.groupBox8.Controls.Add(this.m_nudConvRate3); this.groupBox8.Controls.Add(this.label36); this.groupBox8.Controls.Add(this.m_cbResolutionConfig3); this.groupBox8.Controls.Add(this.label37); this.groupBox8.Controls.Add(this.m_cbConvMode3); this.groupBox8.Controls.Add(this.label38); resources.ApplyResources(this.groupBox8, "groupBox8"); this.groupBox8.Name = "groupBox8"; this.groupBox8.TabStop = false; // // m_lbSPSRange3 // resources.ApplyResources(this.m_lbSPSRange3, "m_lbSPSRange3"); this.m_lbSPSRange3.Name = "m_lbSPSRange3"; // // label32 // resources.ApplyResources(this.label32, "label32"); this.label32.Name = "label32"; // // m_tbClockFreq3 // resources.ApplyResources(this.m_tbClockFreq3, "m_tbClockFreq3"); this.m_tbClockFreq3.Name = "m_tbClockFreq3"; this.m_tbClockFreq3.ReadOnly = true; // // label33 // resources.ApplyResources(this.label33, "label33"); this.label33.Name = "label33"; // // label34 // resources.ApplyResources(this.label34, "label34"); this.label34.Name = "label34"; // // label35 // resources.ApplyResources(this.label35, "label35"); this.label35.Name = "label35"; // // m_nudConvRate3 // resources.ApplyResources(this.m_nudConvRate3, "m_nudConvRate3"); this.m_nudConvRate3.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.m_nudConvRate3.Minimum = new decimal(new int[] { 2, 0, 0, 0}); this.m_nudConvRate3.Name = "m_nudConvRate3"; this.m_nudConvRate3.Value = new decimal(new int[] { 1000, 0, 0, 0}); // // label36 // resources.ApplyResources(this.label36, "label36"); this.label36.Name = "label36"; // // m_cbResolutionConfig3 // this.m_cbResolutionConfig3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbResolutionConfig3.FormattingEnabled = true; resources.ApplyResources(this.m_cbResolutionConfig3, "m_cbResolutionConfig3"); this.m_cbResolutionConfig3.Name = "m_cbResolutionConfig3"; // // label37 // resources.ApplyResources(this.label37, "label37"); this.label37.Name = "label37"; // // m_cbConvMode3 // this.m_cbConvMode3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbConvMode3.FormattingEnabled = true; resources.ApplyResources(this.m_cbConvMode3, "m_cbConvMode3"); this.m_cbConvMode3.Name = "m_cbConvMode3"; // // label38 // resources.ApplyResources(this.label38, "label38"); this.label38.Name = "label38"; // // m_tabPage4 // this.m_tabPage4.BackColor = System.Drawing.Color.Transparent; this.m_tabPage4.Controls.Add(this.nameLabel4); this.m_tabPage4.Controls.Add(this.configNameLabel4); this.m_tabPage4.Controls.Add(this.commentLabel4); this.m_tabPage4.Controls.Add(this.configNameTextBox4); this.m_tabPage4.Controls.Add(this.commentTextBox4); this.m_tabPage4.Controls.Add(this.groupBox9); this.m_tabPage4.Controls.Add(this.groupBox10); this.m_tabPage4.Controls.Add(this.groupBox11); resources.ApplyResources(this.m_tabPage4, "m_tabPage4"); this.m_tabPage4.Name = "m_tabPage4"; this.m_tabPage4.UseVisualStyleBackColor = true; // // nameLabel4 // resources.ApplyResources(this.nameLabel4, "nameLabel4"); this.nameLabel4.Name = "nameLabel4"; // // configNameLabel4 // resources.ApplyResources(this.configNameLabel4, "configNameLabel4"); this.configNameLabel4.Name = "configNameLabel4"; // // commentLabel4 // resources.ApplyResources(this.commentLabel4, "commentLabel4"); this.commentLabel4.Name = "commentLabel4"; // // configNameTextBox4 // resources.ApplyResources(this.configNameTextBox4, "configNameTextBox4"); this.configNameTextBox4.Name = "configNameTextBox4"; this.configNameTextBox4.TextChanged += new System.EventHandler(this.configNameTextBox4_TextChanged); // // commentTextBox4 // resources.ApplyResources(this.commentTextBox4, "commentTextBox4"); this.commentTextBox4.Name = "commentTextBox4"; this.commentTextBox4.TextChanged += new System.EventHandler(this.commentTextBox4_TextChanged); // // groupBox9 // this.groupBox9.Controls.Add(this.Volts_label4); this.groupBox9.Controls.Add(this.label40); this.groupBox9.Controls.Add(this.m_nudRefVoltage4); this.groupBox9.Controls.Add(this.m_cbReference4); resources.ApplyResources(this.groupBox9, "groupBox9"); this.groupBox9.Name = "groupBox9"; this.groupBox9.TabStop = false; // // Volts_label4 // resources.ApplyResources(this.Volts_label4, "Volts_label4"); this.Volts_label4.Name = "Volts_label4"; // // label40 // resources.ApplyResources(this.label40, "label40"); this.label40.Name = "label40"; // // m_nudRefVoltage4 // this.m_nudRefVoltage4.DecimalPlaces = 4; this.m_nudRefVoltage4.Increment = new decimal(new int[] { 1, 0, 0, 196608}); resources.ApplyResources(this.m_nudRefVoltage4, "m_nudRefVoltage4"); this.m_nudRefVoltage4.Name = "m_nudRefVoltage4"; this.m_nudRefVoltage4.Value = new decimal(new int[] { 1024, 0, 0, 196608}); // // m_cbReference4 // this.m_cbReference4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbReference4.FormattingEnabled = true; resources.ApplyResources(this.m_cbReference4, "m_cbReference4"); this.m_cbReference4.Name = "m_cbReference4"; // // groupBox10 // this.groupBox10.Controls.Add(this.label41); this.groupBox10.Controls.Add(this.m_rbModeSingle4); this.groupBox10.Controls.Add(this.m_rbModeDifferential4); this.groupBox10.Controls.Add(this.label42); this.groupBox10.Controls.Add(this.m_cbInputBufferMode4); this.groupBox10.Controls.Add(this.m_cbInputBufferGain4); this.groupBox10.Controls.Add(this.m_cbInputRange4); this.groupBox10.Controls.Add(this.label43); this.groupBox10.Controls.Add(this.label44); resources.ApplyResources(this.groupBox10, "groupBox10"); this.groupBox10.Name = "groupBox10"; this.groupBox10.TabStop = false; // // label41 // resources.ApplyResources(this.label41, "label41"); this.label41.Name = "label41"; // // m_rbModeSingle4 // resources.ApplyResources(this.m_rbModeSingle4, "m_rbModeSingle4"); this.m_rbModeSingle4.Name = "m_rbModeSingle4"; this.m_rbModeSingle4.TabStop = true; this.m_rbModeSingle4.UseVisualStyleBackColor = true; // // m_rbModeDifferential4 // resources.ApplyResources(this.m_rbModeDifferential4, "m_rbModeDifferential4"); this.m_rbModeDifferential4.Checked = true; this.m_rbModeDifferential4.Name = "m_rbModeDifferential4"; this.m_rbModeDifferential4.TabStop = true; this.m_rbModeDifferential4.UseVisualStyleBackColor = true; // // label42 // resources.ApplyResources(this.label42, "label42"); this.label42.Name = "label42"; // // m_cbInputBufferMode4 // this.m_cbInputBufferMode4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputBufferMode4.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputBufferMode4, "m_cbInputBufferMode4"); this.m_cbInputBufferMode4.Name = "m_cbInputBufferMode4"; // // m_cbInputBufferGain4 // this.m_cbInputBufferGain4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputBufferGain4.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputBufferGain4, "m_cbInputBufferGain4"); this.m_cbInputBufferGain4.Name = "m_cbInputBufferGain4"; // // m_cbInputRange4 // this.m_cbInputRange4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbInputRange4.FormattingEnabled = true; resources.ApplyResources(this.m_cbInputRange4, "m_cbInputRange4"); this.m_cbInputRange4.Name = "m_cbInputRange4"; // // label43 // resources.ApplyResources(this.label43, "label43"); this.label43.Name = "label43"; // // label44 // resources.ApplyResources(this.label44, "label44"); this.label44.Name = "label44"; // // groupBox11 // this.groupBox11.Controls.Add(this.m_lbSPSRange4); this.groupBox11.Controls.Add(this.label47); this.groupBox11.Controls.Add(this.m_tbClockFreq4); this.groupBox11.Controls.Add(this.label48); this.groupBox11.Controls.Add(this.label49); this.groupBox11.Controls.Add(this.label50); this.groupBox11.Controls.Add(this.m_nudConvRate4); this.groupBox11.Controls.Add(this.label51); this.groupBox11.Controls.Add(this.m_cbResolutionConfig4); this.groupBox11.Controls.Add(this.label52); this.groupBox11.Controls.Add(this.m_cbConvMode4); this.groupBox11.Controls.Add(this.label53); resources.ApplyResources(this.groupBox11, "groupBox11"); this.groupBox11.Name = "groupBox11"; this.groupBox11.TabStop = false; // // m_lbSPSRange4 // resources.ApplyResources(this.m_lbSPSRange4, "m_lbSPSRange4"); this.m_lbSPSRange4.Name = "m_lbSPSRange4"; // // label47 // resources.ApplyResources(this.label47, "label47"); this.label47.Name = "label47"; // // m_tbClockFreq4 // resources.ApplyResources(this.m_tbClockFreq4, "m_tbClockFreq4"); this.m_tbClockFreq4.Name = "m_tbClockFreq4"; this.m_tbClockFreq4.ReadOnly = true; // // label48 // resources.ApplyResources(this.label48, "label48"); this.label48.Name = "label48"; // // label49 // resources.ApplyResources(this.label49, "label49"); this.label49.Name = "label49"; // // label50 // resources.ApplyResources(this.label50, "label50"); this.label50.Name = "label50"; // // m_nudConvRate4 // resources.ApplyResources(this.m_nudConvRate4, "m_nudConvRate4"); this.m_nudConvRate4.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.m_nudConvRate4.Minimum = new decimal(new int[] { 2, 0, 0, 0}); this.m_nudConvRate4.Name = "m_nudConvRate4"; this.m_nudConvRate4.Value = new decimal(new int[] { 1000, 0, 0, 0}); // // label51 // resources.ApplyResources(this.label51, "label51"); this.label51.Name = "label51"; // // m_cbResolutionConfig4 // this.m_cbResolutionConfig4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbResolutionConfig4.FormattingEnabled = true; resources.ApplyResources(this.m_cbResolutionConfig4, "m_cbResolutionConfig4"); this.m_cbResolutionConfig4.Name = "m_cbResolutionConfig4"; // // label52 // resources.ApplyResources(this.label52, "label52"); this.label52.Name = "label52"; // // m_cbConvMode4 // this.m_cbConvMode4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbConvMode4.FormattingEnabled = true; resources.ApplyResources(this.m_cbConvMode4, "m_cbConvMode4"); this.m_cbConvMode4.Name = "m_cbConvMode4"; // // label53 // resources.ApplyResources(this.label53, "label53"); this.label53.Name = "label53"; // // m_tabPage5 // this.m_tabPage5.BackColor = System.Drawing.Color.Transparent; this.m_tabPage5.Controls.Add(this.m_cbEnable_Vref_Vss); this.m_tabPage5.Controls.Add(this.groupBox12); this.m_tabPage5.Controls.Add(this.m_cbChargePumpClock); this.m_tabPage5.Controls.Add(this.m_cbSocHardware); resources.ApplyResources(this.m_tabPage5, "m_tabPage5"); this.m_tabPage5.Name = "m_tabPage5"; this.m_tabPage5.UseVisualStyleBackColor = true; // // m_cbEnable_Vref_Vss // resources.ApplyResources(this.m_cbEnable_Vref_Vss, "m_cbEnable_Vref_Vss"); this.m_cbEnable_Vref_Vss.Name = "m_cbEnable_Vref_Vss"; this.m_cbEnable_Vref_Vss.UseVisualStyleBackColor = true; // // groupBox12 // this.groupBox12.Controls.Add(this.m_rbClockInternal); this.groupBox12.Controls.Add(this.m_rbClockExternal); resources.ApplyResources(this.groupBox12, "groupBox12"); this.groupBox12.Name = "groupBox12"; this.groupBox12.TabStop = false; // // m_rbClockInternal // resources.ApplyResources(this.m_rbClockInternal, "m_rbClockInternal"); this.m_rbClockInternal.Checked = true; this.m_rbClockInternal.Name = "m_rbClockInternal"; this.m_rbClockInternal.TabStop = true; this.m_rbClockInternal.UseVisualStyleBackColor = true; // // m_rbClockExternal // resources.ApplyResources(this.m_rbClockExternal, "m_rbClockExternal"); this.m_rbClockExternal.Name = "m_rbClockExternal"; this.m_rbClockExternal.TabStop = true; this.m_rbClockExternal.UseVisualStyleBackColor = true; // // m_cbChargePumpClock // resources.ApplyResources(this.m_cbChargePumpClock, "m_cbChargePumpClock"); this.m_cbChargePumpClock.Checked = true; this.m_cbChargePumpClock.CheckState = System.Windows.Forms.CheckState.Checked; this.m_cbChargePumpClock.Name = "m_cbChargePumpClock"; this.m_cbChargePumpClock.UseVisualStyleBackColor = true; // // m_cbSocHardware // resources.ApplyResources(this.m_cbSocHardware, "m_cbSocHardware"); this.m_cbSocHardware.Name = "m_cbSocHardware"; this.m_cbSocHardware.UseVisualStyleBackColor = true; // // m_errorProvider // this.m_errorProvider.BlinkRate = 0; this.m_errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; this.m_errorProvider.ContainerControl = this; resources.ApplyResources(this.m_errorProvider, "m_errorProvider"); // // label_Warning // resources.ApplyResources(this.label_Warning, "label_Warning"); this.label_Warning.BackColor = System.Drawing.Color.Orange; this.label_Warning.Name = "label_Warning"; // // m_tabConfig // m_tabConfig.Controls.Add(this.m_tabPage1); m_tabConfig.Controls.Add(this.m_tabPage2); m_tabConfig.Controls.Add(this.m_tabPage3); m_tabConfig.Controls.Add(this.m_tabPage4); m_tabConfig.Controls.Add(this.m_tabPage5); resources.ApplyResources(m_tabConfig, "m_tabConfig"); m_tabConfig.Name = "m_tabConfig"; m_tabConfig.SelectedIndex = 0; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // CyADC_DelSigControl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label_Warning); this.Controls.Add(m_tabConfig); this.Name = "CyADC_DelSigControl"; this.Load += new System.EventHandler(this.CyADC_DelSigControl_Load); this.m_tabPage1.ResumeLayout(false); this.m_tabPage1.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage)).EndInit(); this.ADC_Modes_groupBox.ResumeLayout(false); this.ADC_Modes_groupBox.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudConfig)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate)).EndInit(); this.m_tabPage2.ResumeLayout(false); this.m_tabPage2.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage2)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate2)).EndInit(); this.m_tabPage3.ResumeLayout(false); this.m_tabPage3.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage3)).EndInit(); this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); this.groupBox8.ResumeLayout(false); this.groupBox8.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate3)).EndInit(); this.m_tabPage4.ResumeLayout(false); this.m_tabPage4.PerformLayout(); this.groupBox9.ResumeLayout(false); this.groupBox9.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudRefVoltage4)).EndInit(); this.groupBox10.ResumeLayout(false); this.groupBox10.PerformLayout(); this.groupBox11.ResumeLayout(false); this.groupBox11.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudConvRate4)).EndInit(); this.m_tabPage5.ResumeLayout(false); this.m_tabPage5.PerformLayout(); this.groupBox12.ResumeLayout(false); this.groupBox12.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_errorProvider)).EndInit(); m_tabConfig.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.TabPage tabPage2; System.Windows.Forms.Label label1; this.splitContainer = new System.Windows.Forms.SplitContainer(); this.txtSourceCode = new System.Windows.Forms.TextBox(); this.descriptionControlCopy = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.txtMethodHeader = new System.Windows.Forms.TextBox(); this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.txtNativeName = new System.Windows.Forms.TextBox(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); tabPage2 = new System.Windows.Forms.TabPage(); label1 = new System.Windows.Forms.Label(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); tabPage2.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(384, 223); tabControl1.TabIndex = 1; // // tabPage1 // tabPage1.Controls.Add(this.splitContainer); tabPage1.Controls.Add(this.txtMethodHeader); tabPage1.ImageKey = "source"; tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(376, 197); tabPage1.TabIndex = 0; tabPage1.Text = "Source"; tabPage1.UseVisualStyleBackColor = true; // // splitContainer // this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer.Location = new System.Drawing.Point(6, 29); this.splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // this.splitContainer.Panel1.Controls.Add(this.txtSourceCode); // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.descriptionControlCopy); this.splitContainer.Size = new System.Drawing.Size(364, 162); this.splitContainer.SplitterDistance = 253; this.splitContainer.TabIndex = 7; // // txtSourceCode // this.txtSourceCode.AcceptsTab = true; this.txtSourceCode.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSourceCode.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSourceCode.Location = new System.Drawing.Point(0, 0); this.txtSourceCode.Multiline = true; this.txtSourceCode.Name = "txtSourceCode"; this.txtSourceCode.Size = new System.Drawing.Size(253, 162); this.txtSourceCode.TabIndex = 7; this.txtSourceCode.TextChanged += new System.EventHandler(this.txtSourceCode_TextChanged); this.txtSourceCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSourceCode_KeyDown); // // descriptionControlCopy // this.descriptionControlCopy.Dock = System.Windows.Forms.DockStyle.Fill; this.descriptionControlCopy.Enabled = false; this.descriptionControlCopy.Location = new System.Drawing.Point(0, 0); this.descriptionControlCopy.Margin = new System.Windows.Forms.Padding(0); this.descriptionControlCopy.Name = "descriptionControlCopy"; this.descriptionControlCopy.ShowLabel = false; this.descriptionControlCopy.Size = new System.Drawing.Size(107, 162); this.descriptionControlCopy.TabIndex = 8; // // txtMethodHeader // this.txtMethodHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtMethodHeader.Location = new System.Drawing.Point(6, 3); this.txtMethodHeader.Name = "txtMethodHeader"; this.txtMethodHeader.ReadOnly = true; this.txtMethodHeader.Size = new System.Drawing.Size(364, 20); this.txtMethodHeader.TabIndex = 5; this.txtMethodHeader.DoubleClick += new System.EventHandler(this.txtMethodHeader_DoubleClick); // // tabPage2 // tabPage2.Controls.Add(label1); tabPage2.Controls.Add(this.txtNativeName); tabPage2.Controls.Add(this.descriptionControl); tabPage2.ImageKey = "document"; tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(376, 197); tabPage2.TabIndex = 1; tabPage2.Text = "Definition"; tabPage2.UseVisualStyleBackColor = true; // // descriptionControl // this.descriptionControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.descriptionControl.Location = new System.Drawing.Point(3, 33); this.descriptionControl.Margin = new System.Windows.Forms.Padding(0); this.descriptionControl.Name = "descriptionControl"; this.descriptionControl.ShowLabel = false; this.descriptionControl.Size = new System.Drawing.Size(370, 161); this.descriptionControl.TabIndex = 7; // // txtNativeName // this.txtNativeName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtNativeName.Location = new System.Drawing.Point(81, 7); this.txtNativeName.Name = "txtNativeName"; this.txtNativeName.Size = new System.Drawing.Size(289, 20); this.txtNativeName.TabIndex = 8; this.txtNativeName.TextChanged += new System.EventHandler(this.txtNativeName_TextChanged); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 10); label1.Name = "label1"; label1.Size = new System.Drawing.Size(72, 13); label1.TabIndex = 9; label1.Text = "Native Name:"; // // MethodDefinitionControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tabControl1); this.Name = "MethodDefinitionControl"; this.Size = new System.Drawing.Size(384, 223); this.Load += new System.EventHandler(this.MethodDefinitionControl_Load); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage1.PerformLayout(); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel1.PerformLayout(); this.splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); tabPage2.ResumeLayout(false); tabPage2.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() { System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label label1; System.Windows.Forms.CheckBox headerCheckBox; System.Windows.Forms.Button cancelButton; System.Windows.Forms.Button okButton; System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; this.namespaceTextBox = new System.Windows.Forms.TextBox(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); groupBox1 = new System.Windows.Forms.GroupBox(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label1 = new System.Windows.Forms.Label(); headerCheckBox = new System.Windows.Forms.CheckBox(); cancelButton = new System.Windows.Forms.Button(); okButton = new System.Windows.Forms.Button(); flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); groupBox1.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(5, 5); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(284, 308); tabControl1.TabIndex = 0; // // tabPage1 // tabPage1.Controls.Add(groupBox1); tabPage1.Location = new System.Drawing.Point(4, 24); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(8, 5, 8, 5); tabPage1.Size = new System.Drawing.Size(276, 280); tabPage1.TabIndex = 0; tabPage1.Text = "Options"; tabPage1.UseVisualStyleBackColor = true; // // groupBox1 // groupBox1.AutoSize = true; groupBox1.Controls.Add(tableLayoutPanel1); groupBox1.Dock = System.Windows.Forms.DockStyle.Top; groupBox1.Location = new System.Drawing.Point(8, 5); groupBox1.Name = "groupBox1"; groupBox1.Padding = new System.Windows.Forms.Padding(5, 3, 5, 5); groupBox1.Size = new System.Drawing.Size(260, 97); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Code generation"; // // tableLayoutPanel1 // tableLayoutPanel1.AutoSize = true; tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(label1, 0, 0); tableLayoutPanel1.Controls.Add(headerCheckBox, 0, 2); tableLayoutPanel1.Controls.Add(this.namespaceTextBox, 0, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; tableLayoutPanel1.Location = new System.Drawing.Point(5, 19); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 3; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(250, 73); tableLayoutPanel1.TabIndex = 0; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(0, 0); label1.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(72, 15); label1.TabIndex = 0; label1.Text = "&Namespace:"; // // headerCheckBox // headerCheckBox.AutoSize = true; headerCheckBox.Checked = global::ToolStripCustomizer.Properties.Settings.Default.IncludeHeader; headerCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; headerCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::ToolStripCustomizer.Properties.Settings.Default, "IncludeHeader", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); headerCheckBox.Location = new System.Drawing.Point(3, 51); headerCheckBox.Margin = new System.Windows.Forms.Padding(3, 7, 3, 3); headerCheckBox.Name = "headerCheckBox"; headerCheckBox.Size = new System.Drawing.Size(196, 19); headerCheckBox.TabIndex = 4; headerCheckBox.Text = "Print <auto-generated/> header"; headerCheckBox.UseVisualStyleBackColor = true; // // namespaceTextBox // this.namespaceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.namespaceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::ToolStripCustomizer.Properties.Settings.Default, "DefaultNamespace", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.namespaceTextBox.Location = new System.Drawing.Point(3, 18); this.namespaceTextBox.Name = "namespaceTextBox"; this.namespaceTextBox.Size = new System.Drawing.Size(244, 23); this.namespaceTextBox.TabIndex = 1; this.namespaceTextBox.Text = global::ToolStripCustomizer.Properties.Settings.Default.DefaultNamespace; // // cancelButton // cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System; cancelButton.Location = new System.Drawing.Point(206, 8); cancelButton.Name = "cancelButton"; cancelButton.Size = new System.Drawing.Size(75, 23); cancelButton.TabIndex = 2; cancelButton.Text = "Cancel"; cancelButton.UseVisualStyleBackColor = true; // // okButton // okButton.DialogResult = System.Windows.Forms.DialogResult.OK; okButton.FlatStyle = System.Windows.Forms.FlatStyle.System; okButton.Location = new System.Drawing.Point(125, 8); okButton.Name = "okButton"; okButton.Size = new System.Drawing.Size(75, 23); okButton.TabIndex = 1; okButton.Text = "OK"; okButton.UseVisualStyleBackColor = true; // // flowLayoutPanel1 // flowLayoutPanel1.AutoSize = true; flowLayoutPanel1.Controls.Add(cancelButton); flowLayoutPanel1.Controls.Add(okButton); flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; flowLayoutPanel1.Location = new System.Drawing.Point(5, 313); flowLayoutPanel1.Name = "flowLayoutPanel1"; flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0); flowLayoutPanel1.Size = new System.Drawing.Size(284, 34); flowLayoutPanel1.TabIndex = 3; // // OptionsForm // this.AcceptButton = okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = cancelButton; this.ClientSize = new System.Drawing.Size(294, 352); this.Controls.Add(tabControl1); this.Controls.Add(flowLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OptionsForm"; this.Padding = new System.Windows.Forms.Padding(5); this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Options"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OptionsFormFormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OptionsFormFormClosed); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage1.PerformLayout(); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); flowLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.TabControl tabControl1; System.Windows.Forms.ColumnHeader columnHeader1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DisplayChangedProjects)); System.Windows.Forms.ColumnHeader columnHeader2; this.tabPage1 = new System.Windows.Forms.TabPage(); this.addedProjectsList = new System.Windows.Forms.ListView(); this.images = new System.Windows.Forms.ImageList(this.components); this.tabPage2 = new System.Windows.Forms.TabPage(); this.deletedProjectsList = new System.Windows.Forms.ListView(); this.updateButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); tabControl1 = new System.Windows.Forms.TabControl(); columnHeader1 = new System.Windows.Forms.ColumnHeader(); columnHeader2 = new System.Windows.Forms.ColumnHeader(); tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); tabControl1.Controls.Add(this.tabPage1); tabControl1.Controls.Add(this.tabPage2); tabControl1.ImageList = this.images; tabControl1.Location = new System.Drawing.Point(12, 12); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(431, 290); tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.addedProjectsList); this.tabPage1.ImageKey = "AddedProject"; this.tabPage1.Location = new System.Drawing.Point(4, 23); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(423, 263); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Added Projects"; this.tabPage1.UseVisualStyleBackColor = true; // // addedProjectsList // this.addedProjectsList.CheckBoxes = true; this.addedProjectsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1}); this.addedProjectsList.Dock = System.Windows.Forms.DockStyle.Fill; this.addedProjectsList.Location = new System.Drawing.Point(3, 3); this.addedProjectsList.Name = "addedProjectsList"; this.addedProjectsList.Size = new System.Drawing.Size(417, 257); this.addedProjectsList.SmallImageList = this.images; this.addedProjectsList.TabIndex = 0; this.addedProjectsList.UseCompatibleStateImageBehavior = false; this.addedProjectsList.View = System.Windows.Forms.View.Details; // // columnHeader1 // columnHeader1.Text = "Project Name"; columnHeader1.Width = 384; // // images // this.images.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("images.ImageStream"))); this.images.TransparentColor = System.Drawing.Color.Transparent; this.images.Images.SetKeyName(0, "AddedProject"); this.images.Images.SetKeyName(1, "DeletedProject"); // // tabPage2 // this.tabPage2.Controls.Add(this.deletedProjectsList); this.tabPage2.ImageKey = "DeletedProject"; this.tabPage2.Location = new System.Drawing.Point(4, 23); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(423, 263); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Deleted Projects"; this.tabPage2.UseVisualStyleBackColor = true; // // deletedProjectsList // this.deletedProjectsList.CheckBoxes = true; this.deletedProjectsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader2}); this.deletedProjectsList.Dock = System.Windows.Forms.DockStyle.Fill; this.deletedProjectsList.Location = new System.Drawing.Point(3, 3); this.deletedProjectsList.Name = "deletedProjectsList"; this.deletedProjectsList.Size = new System.Drawing.Size(417, 257); this.deletedProjectsList.SmallImageList = this.images; this.deletedProjectsList.TabIndex = 0; this.deletedProjectsList.UseCompatibleStateImageBehavior = false; this.deletedProjectsList.View = System.Windows.Forms.View.Details; // // columnHeader2 // columnHeader2.Text = "Project Name"; columnHeader2.Width = 380; // // updateButton // this.updateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.updateButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.updateButton.Location = new System.Drawing.Point(368, 308); this.updateButton.Name = "updateButton"; this.updateButton.Size = new System.Drawing.Size(75, 23); this.updateButton.TabIndex = 1; this.updateButton.Text = "&Update"; this.updateButton.UseVisualStyleBackColor = true; this.updateButton.Click += new System.EventHandler(this.updateButton_Click); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(287, 308); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 2; this.cancelButton.Text = "&Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // DisplayChangedProjects // this.AcceptButton = this.updateButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(455, 343); this.Controls.Add(this.cancelButton); this.Controls.Add(this.updateButton); this.Controls.Add(tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "DisplayChangedProjects"; this.ShowInTaskbar = false; this.Text = "Changed Projects"; tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.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() { System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem editToolStripMenu; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; System.Windows.Forms.TabPage tabPage2; System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowserForm)); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openLevelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveLevelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deselectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.listLoadedModels = new System.Windows.Forms.ListBox(); this.btnLoadModel = new System.Windows.Forms.Button(); this.btnCreateActor = new System.Windows.Forms.Button(); this.listActors = new System.Windows.Forms.ListBox(); this.btnDeleteActor = new System.Windows.Forms.Button(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); editToolStripMenu = new System.Windows.Forms.ToolStripMenuItem(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); tabPage2 = new System.Windows.Forms.TabPage(); flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); menuStrip1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); flowLayoutPanel1.SuspendLayout(); tabPage2.SuspendLayout(); flowLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, editToolStripMenu}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(533, 24); menuStrip1.TabIndex = 1; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openLevelToolStripMenuItem, this.saveLevelToolStripMenuItem, this.saveAsToolStripMenuItem, toolStripSeparator1, this.exitToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); this.newToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // openLevelToolStripMenuItem // this.openLevelToolStripMenuItem.Name = "openLevelToolStripMenuItem"; this.openLevelToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.openLevelToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.openLevelToolStripMenuItem.Text = "&Open"; this.openLevelToolStripMenuItem.Click += new System.EventHandler(this.openLevelToolStripMenuItem_Click); // // saveLevelToolStripMenuItem // this.saveLevelToolStripMenuItem.Name = "saveLevelToolStripMenuItem"; this.saveLevelToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.saveLevelToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.saveLevelToolStripMenuItem.Text = "&Save"; this.saveLevelToolStripMenuItem.Click += new System.EventHandler(this.saveLevelToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt) | System.Windows.Forms.Keys.S))); this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.saveAsToolStripMenuItem.Text = "Save &As"; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(174, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // editToolStripMenu // editToolStripMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.deselectToolStripMenuItem}); editToolStripMenu.Name = "editToolStripMenu"; editToolStripMenu.Size = new System.Drawing.Size(39, 20); editToolStripMenu.Text = "&Edit"; // // deselectToolStripMenuItem // this.deselectToolStripMenuItem.Name = "deselectToolStripMenuItem"; this.deselectToolStripMenuItem.ShortcutKeyDisplayString = "Esc"; this.deselectToolStripMenuItem.Size = new System.Drawing.Size(142, 22); this.deselectToolStripMenuItem.Text = "&Deselect"; this.deselectToolStripMenuItem.Click += new System.EventHandler(this.deselectToolStripMenuItem_Click); // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 24); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(533, 491); tabControl1.TabIndex = 2; // // tabPage1 // tabPage1.Controls.Add(this.listLoadedModels); tabPage1.Controls.Add(flowLayoutPanel1); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(525, 465); tabPage1.TabIndex = 0; tabPage1.Text = "Models"; tabPage1.UseVisualStyleBackColor = true; // // listLoadedModels // this.listLoadedModels.Dock = System.Windows.Forms.DockStyle.Fill; this.listLoadedModels.FormattingEnabled = true; this.listLoadedModels.Location = new System.Drawing.Point(3, 3); this.listLoadedModels.Name = "listLoadedModels"; this.listLoadedModels.Size = new System.Drawing.Size(519, 430); this.listLoadedModels.Sorted = true; this.listLoadedModels.TabIndex = 1; this.listLoadedModels.SelectedIndexChanged += new System.EventHandler(this.listLoadedModels_SelectedIndexChanged); // // flowLayoutPanel1 // flowLayoutPanel1.AutoSize = true; flowLayoutPanel1.Controls.Add(this.btnLoadModel); flowLayoutPanel1.Controls.Add(this.btnCreateActor); flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; flowLayoutPanel1.Location = new System.Drawing.Point(3, 433); flowLayoutPanel1.Name = "flowLayoutPanel1"; flowLayoutPanel1.Size = new System.Drawing.Size(519, 29); flowLayoutPanel1.TabIndex = 0; // // btnLoadModel // this.btnLoadModel.AutoSize = true; this.btnLoadModel.Location = new System.Drawing.Point(3, 3); this.btnLoadModel.Name = "btnLoadModel"; this.btnLoadModel.Size = new System.Drawing.Size(75, 23); this.btnLoadModel.TabIndex = 0; this.btnLoadModel.Text = "Load Model"; this.btnLoadModel.UseVisualStyleBackColor = true; this.btnLoadModel.Click += new System.EventHandler(this.btnLoadModel_Click); // // btnCreateActor // this.btnCreateActor.AutoSize = true; this.btnCreateActor.Location = new System.Drawing.Point(84, 3); this.btnCreateActor.Name = "btnCreateActor"; this.btnCreateActor.Size = new System.Drawing.Size(76, 23); this.btnCreateActor.TabIndex = 1; this.btnCreateActor.Text = "Create Actor"; this.btnCreateActor.UseVisualStyleBackColor = true; this.btnCreateActor.Click += new System.EventHandler(this.btnCreateActor_Click); // // tabPage2 // tabPage2.Controls.Add(this.listActors); tabPage2.Controls.Add(flowLayoutPanel2); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(525, 465); tabPage2.TabIndex = 1; tabPage2.Text = "Actors"; tabPage2.UseVisualStyleBackColor = true; // // listActors // this.listActors.Dock = System.Windows.Forms.DockStyle.Fill; this.listActors.FormattingEnabled = true; this.listActors.Location = new System.Drawing.Point(3, 3); this.listActors.Name = "listActors"; this.listActors.Size = new System.Drawing.Size(519, 430); this.listActors.Sorted = true; this.listActors.TabIndex = 1; this.listActors.SelectedIndexChanged += new System.EventHandler(this.listActors_SelectedIndexChanged); // // flowLayoutPanel2 // flowLayoutPanel2.AutoSize = true; flowLayoutPanel2.Controls.Add(this.btnDeleteActor); flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Bottom; flowLayoutPanel2.Location = new System.Drawing.Point(3, 433); flowLayoutPanel2.Name = "flowLayoutPanel2"; flowLayoutPanel2.Size = new System.Drawing.Size(519, 29); flowLayoutPanel2.TabIndex = 0; // // btnDeleteActor // this.btnDeleteActor.AutoSize = true; this.btnDeleteActor.Location = new System.Drawing.Point(3, 3); this.btnDeleteActor.Name = "btnDeleteActor"; this.btnDeleteActor.Size = new System.Drawing.Size(76, 23); this.btnDeleteActor.TabIndex = 0; this.btnDeleteActor.Text = "Delete Actor"; this.btnDeleteActor.UseVisualStyleBackColor = true; this.btnDeleteActor.Click += new System.EventHandler(this.btnDeleteActor_Click); // // BrowserForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(533, 515); this.Controls.Add(tabControl1); this.Controls.Add(menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = menuStrip1; this.Name = "BrowserForm"; this.ShowInTaskbar = false; this.Text = "Browser"; this.Load += new System.EventHandler(this.BrowserForm_Load); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage1.PerformLayout(); flowLayoutPanel1.ResumeLayout(false); flowLayoutPanel1.PerformLayout(); tabPage2.ResumeLayout(false); tabPage2.PerformLayout(); flowLayoutPanel2.ResumeLayout(false); flowLayoutPanel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.Label measureEveryUnits; System.Windows.Forms.TabPage tabPrinter; System.Windows.Forms.Label rightLabel; System.Windows.Forms.Label bottomLabel; System.Windows.Forms.Label leftLabel; System.Windows.Forms.Label topLabel; System.Windows.Forms.Label widthLabel; System.Windows.Forms.TabPage tabColors; System.Windows.Forms.Label autoColorLabel; System.Windows.Forms.Label maxZUnits; System.Windows.Forms.Label maxZLabel; System.Windows.Forms.Label minZUnits; System.Windows.Forms.Label minZLabel; System.Windows.Forms.TabControl tabs; this.bottomText = new System.Windows.Forms.TextBox(); this.rightText = new System.Windows.Forms.TextBox(); this.autolevelCheckBox = new System.Windows.Forms.CheckBox(); this.autolevelLabel = new System.Windows.Forms.Label(); this.topText = new System.Windows.Forms.TextBox(); this.leftText = new System.Windows.Forms.TextBox(); this.maxZText = new System.Windows.Forms.TextBox(); this.minZText = new System.Windows.Forms.TextBox(); this.tabDetection = new System.Windows.Forms.TabPage(); this.checkCustom = new System.Windows.Forms.CheckBox(); this.checkMarlin2 = new System.Windows.Forms.CheckBox(); this.checkMarlin1 = new System.Windows.Forms.CheckBox(); this.textCustom = new System.Windows.Forms.RichTextBox(); this.portText = new System.Windows.Forms.TextBox(); this.connectButton = new System.Windows.Forms.Button(); this.outputText = new System.Windows.Forms.TextBox(); this.disconnectButton = new System.Windows.Forms.Button(); this.bedPicture = new System.Windows.Forms.PictureBox(); this.measureEveryText = new System.Windows.Forms.TextBox(); this.measureEveryButton = new System.Windows.Forms.Button(); this.setZ5Button = new System.Windows.Forms.Button(); this.measureCornersButton = new System.Windows.Forms.Button(); this.recenterButton = new System.Windows.Forms.Button(); this.commandBox = new System.Windows.Forms.TextBox(); this.sendCommandButton = new System.Windows.Forms.Button(); this.settingsButton = new System.Windows.Forms.Button(); measureEveryUnits = new System.Windows.Forms.Label(); tabPrinter = new System.Windows.Forms.TabPage(); rightLabel = new System.Windows.Forms.Label(); bottomLabel = new System.Windows.Forms.Label(); leftLabel = new System.Windows.Forms.Label(); topLabel = new System.Windows.Forms.Label(); widthLabel = new System.Windows.Forms.Label(); tabColors = new System.Windows.Forms.TabPage(); autoColorLabel = new System.Windows.Forms.Label(); maxZUnits = new System.Windows.Forms.Label(); maxZLabel = new System.Windows.Forms.Label(); minZUnits = new System.Windows.Forms.Label(); minZLabel = new System.Windows.Forms.Label(); tabs = new System.Windows.Forms.TabControl(); tabPrinter.SuspendLayout(); tabColors.SuspendLayout(); tabs.SuspendLayout(); this.tabDetection.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bedPicture)).BeginInit(); this.SuspendLayout(); // // measureEveryUnits // measureEveryUnits.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); measureEveryUnits.AutoSize = true; measureEveryUnits.Location = new System.Drawing.Point(251, 770); measureEveryUnits.Name = "measureEveryUnits"; measureEveryUnits.Size = new System.Drawing.Size(23, 13); measureEveryUnits.TabIndex = 13; measureEveryUnits.Text = "mm"; // // tabPrinter // tabPrinter.Controls.Add(rightLabel); tabPrinter.Controls.Add(this.bottomText); tabPrinter.Controls.Add(bottomLabel); tabPrinter.Controls.Add(this.rightText); tabPrinter.Controls.Add(leftLabel); tabPrinter.Controls.Add(this.autolevelCheckBox); tabPrinter.Controls.Add(this.autolevelLabel); tabPrinter.Controls.Add(this.topText); tabPrinter.Controls.Add(topLabel); tabPrinter.Controls.Add(this.leftText); tabPrinter.Controls.Add(widthLabel); tabPrinter.Location = new System.Drawing.Point(4, 22); tabPrinter.Name = "tabPrinter"; tabPrinter.Padding = new System.Windows.Forms.Padding(3); tabPrinter.Size = new System.Drawing.Size(257, 141); tabPrinter.TabIndex = 0; tabPrinter.Text = "Printer Settings"; tabPrinter.UseVisualStyleBackColor = true; // // rightLabel // rightLabel.AutoSize = true; rightLabel.Location = new System.Drawing.Point(93, 37); rightLabel.Name = "rightLabel"; rightLabel.Size = new System.Drawing.Size(13, 13); rightLabel.TabIndex = 3; rightLabel.Text = ".."; // // bottomText // this.bottomText.Location = new System.Drawing.Point(111, 61); this.bottomText.Name = "bottomText"; this.bottomText.Size = new System.Drawing.Size(38, 20); this.bottomText.TabIndex = 8; this.bottomText.Text = "150"; this.bottomText.TextChanged += new System.EventHandler(this.RedrawBedImage); // // bottomLabel // bottomLabel.AutoSize = true; bottomLabel.Location = new System.Drawing.Point(93, 63); bottomLabel.Name = "bottomLabel"; bottomLabel.Size = new System.Drawing.Size(13, 13); bottomLabel.TabIndex = 7; bottomLabel.Text = ".."; // // rightText // this.rightText.Location = new System.Drawing.Point(111, 35); this.rightText.Name = "rightText"; this.rightText.Size = new System.Drawing.Size(38, 20); this.rightText.TabIndex = 4; this.rightText.Text = "150"; this.rightText.TextChanged += new System.EventHandler(this.RedrawBedImage); // // leftLabel // leftLabel.AutoSize = true; leftLabel.Location = new System.Drawing.Point(6, 37); leftLabel.Name = "leftLabel"; leftLabel.Size = new System.Drawing.Size(39, 13); leftLabel.TabIndex = 1; leftLabel.Text = "X Axis:"; // // autolevelCheckBox // this.autolevelCheckBox.AutoSize = true; this.autolevelCheckBox.Location = new System.Drawing.Point(69, 96); this.autolevelCheckBox.Name = "autolevelCheckBox"; this.autolevelCheckBox.Size = new System.Drawing.Size(15, 14); this.autolevelCheckBox.TabIndex = 10; this.autolevelCheckBox.UseVisualStyleBackColor = true; // // autolevelLabel // this.autolevelLabel.AutoSize = true; this.autolevelLabel.Location = new System.Drawing.Point(6, 95); this.autolevelLabel.Name = "autolevelLabel"; this.autolevelLabel.Size = new System.Drawing.Size(57, 13); this.autolevelLabel.TabIndex = 9; this.autolevelLabel.Text = "Auto-level:"; // // topText // this.topText.Location = new System.Drawing.Point(49, 62); this.topText.Name = "topText"; this.topText.Size = new System.Drawing.Size(38, 20); this.topText.TabIndex = 6; this.topText.Text = "0"; this.topText.TextChanged += new System.EventHandler(this.RedrawBedImage); // // topLabel // topLabel.AutoSize = true; topLabel.Location = new System.Drawing.Point(6, 63); topLabel.Name = "topLabel"; topLabel.Size = new System.Drawing.Size(39, 13); topLabel.TabIndex = 5; topLabel.Text = "Y Axis:"; // // leftText // this.leftText.Location = new System.Drawing.Point(49, 35); this.leftText.Name = "leftText"; this.leftText.Size = new System.Drawing.Size(38, 20); this.leftText.TabIndex = 2; this.leftText.Text = "0"; this.leftText.TextChanged += new System.EventHandler(this.RedrawBedImage); // // widthLabel // widthLabel.AutoSize = true; widthLabel.Location = new System.Drawing.Point(6, 9); widthLabel.Name = "widthLabel"; widthLabel.Size = new System.Drawing.Size(108, 13); widthLabel.TabIndex = 0; widthLabel.Text = "Bed Dimensions (mm)"; // // tabColors // tabColors.Controls.Add(autoColorLabel); tabColors.Controls.Add(maxZUnits); tabColors.Controls.Add(this.maxZText); tabColors.Controls.Add(maxZLabel); tabColors.Controls.Add(minZUnits); tabColors.Controls.Add(this.minZText); tabColors.Controls.Add(minZLabel); tabColors.Location = new System.Drawing.Point(4, 22); tabColors.Name = "tabColors"; tabColors.Padding = new System.Windows.Forms.Padding(3); tabColors.Size = new System.Drawing.Size(257, 141); tabColors.TabIndex = 1; tabColors.Text = "Colors"; tabColors.UseVisualStyleBackColor = true; // // autoColorLabel // autoColorLabel.AutoSize = true; autoColorLabel.Location = new System.Drawing.Point(6, 70); autoColorLabel.Name = "autoColorLabel"; autoColorLabel.Size = new System.Drawing.Size(161, 13); autoColorLabel.TabIndex = 6; autoColorLabel.Text = "Leave blank for automatic colors"; // // maxZUnits // maxZUnits.AutoSize = true; maxZUnits.Location = new System.Drawing.Point(168, 43); maxZUnits.Name = "maxZUnits"; maxZUnits.Size = new System.Drawing.Size(23, 13); maxZUnits.TabIndex = 5; maxZUnits.Text = "mm"; // // maxZText // this.maxZText.Location = new System.Drawing.Point(113, 40); this.maxZText.Name = "maxZText"; this.maxZText.Size = new System.Drawing.Size(49, 20); this.maxZText.TabIndex = 4; this.maxZText.TextChanged += new System.EventHandler(this.RedrawBedImage); // // maxZLabel // maxZLabel.AutoSize = true; maxZLabel.Location = new System.Drawing.Point(6, 43); maxZLabel.Name = "maxZLabel"; maxZLabel.Size = new System.Drawing.Size(95, 13); maxZLabel.TabIndex = 3; maxZLabel.Text = "Force max Z color:"; // // minZUnits // minZUnits.AutoSize = true; minZUnits.Location = new System.Drawing.Point(168, 17); minZUnits.Name = "minZUnits"; minZUnits.Size = new System.Drawing.Size(23, 13); minZUnits.TabIndex = 2; minZUnits.Text = "mm"; // // minZText // this.minZText.Location = new System.Drawing.Point(113, 14); this.minZText.Name = "minZText"; this.minZText.Size = new System.Drawing.Size(49, 20); this.minZText.TabIndex = 1; this.minZText.TextChanged += new System.EventHandler(this.RedrawBedImage); // // minZLabel // minZLabel.AutoSize = true; minZLabel.Location = new System.Drawing.Point(6, 17); minZLabel.Name = "minZLabel"; minZLabel.Size = new System.Drawing.Size(92, 13); minZLabel.TabIndex = 0; minZLabel.Text = "Force min Z color:"; // // tabs // tabs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); tabs.Controls.Add(tabPrinter); tabs.Controls.Add(tabColors); tabs.Controls.Add(this.tabDetection); tabs.Location = new System.Drawing.Point(12, 488); tabs.Name = "tabs"; tabs.SelectedIndex = 0; tabs.Size = new System.Drawing.Size(265, 167); tabs.TabIndex = 7; // // tabDetection // this.tabDetection.Controls.Add(this.checkCustom); this.tabDetection.Controls.Add(this.checkMarlin2); this.tabDetection.Controls.Add(this.checkMarlin1); this.tabDetection.Controls.Add(this.textCustom); this.tabDetection.Location = new System.Drawing.Point(4, 22); this.tabDetection.Name = "tabDetection"; this.tabDetection.Size = new System.Drawing.Size(257, 141); this.tabDetection.TabIndex = 2; this.tabDetection.Text = "Detection"; this.tabDetection.UseVisualStyleBackColor = true; // // checkCustom // this.checkCustom.AutoSize = true; this.checkCustom.Location = new System.Drawing.Point(6, 63); this.checkCustom.Name = "checkCustom"; this.checkCustom.Size = new System.Drawing.Size(61, 17); this.checkCustom.TabIndex = 2; this.checkCustom.Text = "Custom"; this.checkCustom.UseVisualStyleBackColor = true; this.checkCustom.CheckedChanged += new System.EventHandler(this.CheckCustomChanged); // // checkMarlin2 // this.checkMarlin2.AutoSize = true; this.checkMarlin2.Checked = true; this.checkMarlin2.CheckState = System.Windows.Forms.CheckState.Checked; this.checkMarlin2.Location = new System.Drawing.Point(6, 40); this.checkMarlin2.Name = "checkMarlin2"; this.checkMarlin2.Size = new System.Drawing.Size(71, 17); this.checkMarlin2.TabIndex = 1; this.checkMarlin2.Text = "Marlin 2.x"; this.checkMarlin2.UseVisualStyleBackColor = true; this.checkMarlin2.CheckedChanged += new System.EventHandler(this.RedrawBedImage); // // checkMarlin1 // this.checkMarlin1.AutoSize = true; this.checkMarlin1.Checked = true; this.checkMarlin1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkMarlin1.Location = new System.Drawing.Point(6, 17); this.checkMarlin1.Name = "checkMarlin1"; this.checkMarlin1.Size = new System.Drawing.Size(71, 17); this.checkMarlin1.TabIndex = 0; this.checkMarlin1.Text = "Marlin 1.x"; this.checkMarlin1.UseVisualStyleBackColor = true; this.checkMarlin1.CheckedChanged += new System.EventHandler(this.RedrawBedImage); // // textCustom // this.textCustom.DetectUrls = false; this.textCustom.Enabled = false; this.textCustom.Font = new System.Drawing.Font("Courier New", 9.75F); this.textCustom.Location = new System.Drawing.Point(23, 86); this.textCustom.Multiline = false; this.textCustom.Name = "textCustom"; this.textCustom.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.textCustom.ShortcutsEnabled = false; this.textCustom.Size = new System.Drawing.Size(220, 22); this.textCustom.TabIndex = 3; this.textCustom.Text = "Bed X: {X} Y: {Y} Z: {Z}"; this.textCustom.WordWrap = false; this.textCustom.TextChanged += new System.EventHandler(this.CustomDetectionChanged); // // portText // this.portText.Location = new System.Drawing.Point(12, 14); this.portText.Name = "portText"; this.portText.Size = new System.Drawing.Size(67, 20); this.portText.TabIndex = 0; // // connectButton // this.connectButton.Location = new System.Drawing.Point(118, 12); this.connectButton.Name = "connectButton"; this.connectButton.Size = new System.Drawing.Size(75, 23); this.connectButton.TabIndex = 2; this.connectButton.Text = "&Connect"; this.connectButton.UseVisualStyleBackColor = true; this.connectButton.Click += new System.EventHandler(this.ConnectButton_Click); // // outputText // this.outputText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.outputText.Location = new System.Drawing.Point(12, 41); this.outputText.Multiline = true; this.outputText.Name = "outputText"; this.outputText.ReadOnly = true; this.outputText.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.outputText.Size = new System.Drawing.Size(262, 416); this.outputText.TabIndex = 4; // // disconnectButton // this.disconnectButton.Enabled = false; this.disconnectButton.Location = new System.Drawing.Point(199, 12); this.disconnectButton.Name = "disconnectButton"; this.disconnectButton.Size = new System.Drawing.Size(75, 23); this.disconnectButton.TabIndex = 3; this.disconnectButton.Text = "&Disconnect"; this.disconnectButton.UseVisualStyleBackColor = true; this.disconnectButton.Click += new System.EventHandler(this.DisconnectButton_Click); // // bedPicture // this.bedPicture.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.bedPicture.Location = new System.Drawing.Point(284, 0); this.bedPicture.Name = "bedPicture"; this.bedPicture.Size = new System.Drawing.Size(800, 800); this.bedPicture.TabIndex = 5; this.bedPicture.TabStop = false; this.bedPicture.Paint += new System.Windows.Forms.PaintEventHandler(this.BedPaint); this.bedPicture.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BedClick); this.bedPicture.Resize += new System.EventHandler(this.RedrawBedImage); // // measureEveryText // this.measureEveryText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.measureEveryText.Location = new System.Drawing.Point(196, 767); this.measureEveryText.Name = "measureEveryText"; this.measureEveryText.Size = new System.Drawing.Size(49, 20); this.measureEveryText.TabIndex = 12; this.measureEveryText.Text = "10"; // // measureEveryButton // this.measureEveryButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.measureEveryButton.Location = new System.Drawing.Point(12, 765); this.measureEveryButton.Name = "measureEveryButton"; this.measureEveryButton.Size = new System.Drawing.Size(178, 23); this.measureEveryButton.TabIndex = 11; this.measureEveryButton.Text = "Measure every:"; this.measureEveryButton.UseVisualStyleBackColor = true; this.measureEveryButton.Click += new System.EventHandler(this.GeneratePattern); // // setZ5Button // this.setZ5Button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.setZ5Button.Location = new System.Drawing.Point(12, 689); this.setZ5Button.Name = "setZ5Button"; this.setZ5Button.Size = new System.Drawing.Size(262, 23); this.setZ5Button.TabIndex = 9; this.setZ5Button.Text = "Move Z to 5.0mm"; this.setZ5Button.UseVisualStyleBackColor = true; this.setZ5Button.Click += new System.EventHandler(this.SetZto5); // // measureCornersButton // this.measureCornersButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.measureCornersButton.Location = new System.Drawing.Point(12, 736); this.measureCornersButton.Name = "measureCornersButton"; this.measureCornersButton.Size = new System.Drawing.Size(262, 23); this.measureCornersButton.TabIndex = 10; this.measureCornersButton.Text = "Measure corners"; this.measureCornersButton.UseVisualStyleBackColor = true; this.measureCornersButton.Click += new System.EventHandler(this.MeasureCorners); // // recenterButton // this.recenterButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.recenterButton.Location = new System.Drawing.Point(12, 660); this.recenterButton.Name = "recenterButton"; this.recenterButton.Size = new System.Drawing.Size(262, 23); this.recenterButton.TabIndex = 8; this.recenterButton.Text = "Clear and return to center"; this.recenterButton.UseVisualStyleBackColor = true; this.recenterButton.Click += new System.EventHandler(this.ClearClicked); // // commandBox // this.commandBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.commandBox.Location = new System.Drawing.Point(12, 464); this.commandBox.Name = "commandBox"; this.commandBox.Size = new System.Drawing.Size(210, 20); this.commandBox.TabIndex = 5; this.commandBox.Enter += new System.EventHandler(this.CommandBox_Enter); this.commandBox.Leave += new System.EventHandler(this.CommandBox_Leave); // // sendCommandButton // this.sendCommandButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.sendCommandButton.Enabled = false; this.sendCommandButton.Location = new System.Drawing.Point(227, 461); this.sendCommandButton.Name = "sendCommandButton"; this.sendCommandButton.Size = new System.Drawing.Size(46, 23); this.sendCommandButton.TabIndex = 6; this.sendCommandButton.Text = "Send"; this.sendCommandButton.UseVisualStyleBackColor = true; this.sendCommandButton.Click += new System.EventHandler(this.SendCommand); // // settingsButton // this.settingsButton.Location = new System.Drawing.Point(85, 12); this.settingsButton.Name = "settingsButton"; this.settingsButton.Size = new System.Drawing.Size(27, 23); this.settingsButton.TabIndex = 1; this.settingsButton.Text = "..."; this.settingsButton.UseVisualStyleBackColor = true; this.settingsButton.Click += new System.EventHandler(this.SettingsClick); // // BedLeveler // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1084, 800); this.Controls.Add(this.settingsButton); this.Controls.Add(this.sendCommandButton); this.Controls.Add(this.commandBox); this.Controls.Add(tabs); this.Controls.Add(measureEveryUnits); this.Controls.Add(this.measureEveryText); this.Controls.Add(this.measureEveryButton); this.Controls.Add(this.setZ5Button); this.Controls.Add(this.measureCornersButton); this.Controls.Add(this.recenterButton); this.Controls.Add(this.bedPicture); this.Controls.Add(this.disconnectButton); this.Controls.Add(this.outputText); this.Controls.Add(this.connectButton); this.Controls.Add(this.portText); this.DoubleBuffered = true; this.MinimumSize = new System.Drawing.Size(740, 490); this.Name = "BedLeveler"; this.Text = "Printer Bed Inspector"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BedLeveler_FormClosing); tabPrinter.ResumeLayout(false); tabPrinter.PerformLayout(); tabColors.ResumeLayout(false); tabColors.PerformLayout(); tabs.ResumeLayout(false); this.tabDetection.ResumeLayout(false); this.tabDetection.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bedPicture)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TabControl tabControl1; this.tabPage1 = new System.Windows.Forms.TabPage(); this.addButton = new System.Windows.Forms.Button(); this.purchaseLimitBox = new System.Windows.Forms.TextBox(); this.sellLimitBox = new System.Windows.Forms.TextBox(); this.sellRateBox = new System.Windows.Forms.TextBox(); this.purchaseRateBox = new System.Windows.Forms.TextBox(); this.nameBox = new System.Windows.Forms.TextBox(); this.currenciesView = new System.Windows.Forms.DataGridView(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.filter = new System.Windows.Forms.Button(); this.filterTextBox = new System.Windows.Forms.TextBox(); this.operationsView = new System.Windows.Forms.DataGridView(); tabControl1 = new System.Windows.Forms.TabControl(); tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.currenciesView)).BeginInit(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.operationsView)).BeginInit(); this.SuspendLayout(); tabControl1.Controls.Add(this.tabPage1); tabControl1.Controls.Add(this.tabPage3); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(933, 519); tabControl1.TabIndex = 0; this.tabPage1.Controls.Add(this.addButton); this.tabPage1.Controls.Add(this.purchaseLimitBox); this.tabPage1.Controls.Add(this.sellLimitBox); this.tabPage1.Controls.Add(this.sellRateBox); this.tabPage1.Controls.Add(this.purchaseRateBox); this.tabPage1.Controls.Add(this.nameBox); this.tabPage1.Controls.Add(this.currenciesView); this.tabPage1.Location = new System.Drawing.Point(4, 24); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(925, 491); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Валюты"; this.tabPage1.UseVisualStyleBackColor = true; this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.addButton.Location = new System.Drawing.Point(369, 453); this.addButton.Name = "addButton"; this.addButton.Size = new System.Drawing.Size(80, 21); this.addButton.TabIndex = 6; this.addButton.Text = "Добавить"; this.addButton.UseVisualStyleBackColor = true; this.addButton.Click += new System.EventHandler(this.AddNewCurrency); this.purchaseLimitBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.purchaseLimitBox.Location = new System.Drawing.Point(231, 453); this.purchaseLimitBox.Name = "purchaseLimitBox"; this.purchaseLimitBox.Size = new System.Drawing.Size(63, 23); this.purchaseLimitBox.TabIndex = 5; this.sellLimitBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.sellLimitBox.Location = new System.Drawing.Point(300, 453); this.sellLimitBox.Name = "sellLimitBox"; this.sellLimitBox.Size = new System.Drawing.Size(63, 23); this.sellLimitBox.TabIndex = 4; this.sellRateBox.Location = new System.Drawing.Point(162, 453); this.sellRateBox.Name = "sellRateBox"; this.sellRateBox.Size = new System.Drawing.Size(63, 23); this.sellRateBox.TabIndex = 3; this.purchaseRateBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.purchaseRateBox.Location = new System.Drawing.Point(93, 453); this.purchaseRateBox.Name = "purchaseRateBox"; this.purchaseRateBox.Size = new System.Drawing.Size(63, 23); this.purchaseRateBox.TabIndex = 2; this.nameBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.nameBox.Location = new System.Drawing.Point(24, 453); this.nameBox.Name = "nameBox"; this.nameBox.Size = new System.Drawing.Size(63, 23); this.nameBox.TabIndex = 1; this.currenciesView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.currenciesView.Dock = System.Windows.Forms.DockStyle.Fill; this.currenciesView.Location = new System.Drawing.Point(3, 3); this.currenciesView.Name = "currenciesView"; this.currenciesView.Size = new System.Drawing.Size(919, 485); this.currenciesView.TabIndex = 0; this.tabPage3.Controls.Add(this.filter); this.tabPage3.Controls.Add(this.filterTextBox); this.tabPage3.Controls.Add(this.operationsView); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(925, 493); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "История операций"; this.tabPage3.UseVisualStyleBackColor = true; this.filter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.filter.Location = new System.Drawing.Point(855, 470); this.filter.Name = "filter"; this.filter.Size = new System.Drawing.Size(59, 23); this.filter.TabIndex = 2; this.filter.Text = "filter"; this.filter.UseVisualStyleBackColor = true; this.filter.Click += new System.EventHandler(this.Filter); this.filterTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.filterTextBox.Location = new System.Drawing.Point(0, 470); this.filterTextBox.Name = "filterTextBox"; this.filterTextBox.Size = new System.Drawing.Size(849, 23); this.filterTextBox.TabIndex = 1; this.operationsView.AllowUserToAddRows = false; this.operationsView.AllowUserToDeleteRows = false; this.operationsView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.operationsView.Dock = System.Windows.Forms.DockStyle.Fill; this.operationsView.Location = new System.Drawing.Point(3, 3); this.operationsView.Name = "operationsView"; this.operationsView.ReadOnly = true; this.operationsView.Size = new System.Drawing.Size(919, 487); this.operationsView.TabIndex = 0; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(933, 519); this.Controls.Add(tabControl1); this.Name = "AdminView"; this.Text = "Обменный пункт(Админстратор)"; this.Load += new System.EventHandler(this.SetUp); tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.currenciesView)).EndInit(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.operationsView)).EndInit(); 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.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage5; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.tabControl2 = new System.Windows.Forms.TabControl(); this.tabPage8 = new System.Windows.Forms.TabPage(); this.button1 = new System.Windows.Forms.Button(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label26 = new System.Windows.Forms.Label(); this.button13 = new System.Windows.Forms.Button(); this.button12 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button(); this.pathsave = new System.Windows.Forms.TextBox(); this.processlabel = new System.Windows.Forms.Label(); this.main = new System.Windows.Forms.Timer(this.components); this.timer1 = new System.Windows.Forms.Timer(this.components); this.rainbow1 = new System.Windows.Forms.Timer(this.components); this.rainbow2 = new System.Windows.Forms.Timer(this.components); this.rainbow3 = new System.Windows.Forms.Timer(this.components); this.end = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.prefix = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.checkBox36 = new System.Windows.Forms.CheckBox(); this.nsrainbow = new System.Windows.Forms.CheckBox(); this.checkBox18 = new System.Windows.Forms.CheckBox(); this.nlogo = new System.Windows.Forms.Label(); this.hotkeys = new System.Windows.Forms.Timer(this.components); this.main2 = new System.Windows.Forms.Timer(this.components); this.metroLabel4 = new MetroSuite.MetroLabel(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components); this.bunifuDragControl2 = new Bunifu.Framework.UI.BunifuDragControl(this.components); this.bunifuDragControl3 = new Bunifu.Framework.UI.BunifuDragControl(this.components); this.bunifuDragControl4 = new Bunifu.Framework.UI.BunifuDragControl(this.components); this.asdsd = new System.Windows.Forms.Timer(this.components); this.ChangeTitle = new System.Windows.Forms.Timer(this.components); tabControl1 = new System.Windows.Forms.TabControl(); tabPage5 = new System.Windows.Forms.TabPage(); tabControl1.SuspendLayout(); tabPage5.SuspendLayout(); this.tabControl2.SuspendLayout(); this.tabPage8.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.AllowDrop = true; tabControl1.Controls.Add(tabPage5); tabControl1.ImeMode = System.Windows.Forms.ImeMode.On; tabControl1.Location = new System.Drawing.Point(3, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(512, 335); tabControl1.TabIndex = 189; tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabPage5 // tabPage5.AllowDrop = true; tabPage5.Controls.Add(this.tabControl2); tabPage5.Location = new System.Drawing.Point(4, 24); tabPage5.Name = "tabPage5"; tabPage5.Size = new System.Drawing.Size(504, 307); tabPage5.TabIndex = 4; tabPage5.Text = "Wrong Decoder"; tabPage5.UseVisualStyleBackColor = true; tabPage5.Click += new System.EventHandler(this.tabPage5_Click); // // tabControl2 // this.tabControl2.Alignment = System.Windows.Forms.TabAlignment.Bottom; this.tabControl2.Controls.Add(this.tabPage8); this.tabControl2.Location = new System.Drawing.Point(15, 6); this.tabControl2.Name = "tabControl2"; this.tabControl2.SelectedIndex = 0; this.tabControl2.Size = new System.Drawing.Size(622, 472); this.tabControl2.TabIndex = 0; this.tabControl2.SelectedIndexChanged += new System.EventHandler(this.tabControl2_SelectedIndexChanged); // // tabPage8 // this.tabPage8.AllowDrop = true; this.tabPage8.Controls.Add(this.button1); this.tabPage8.Controls.Add(this.richTextBox1); this.tabPage8.Controls.Add(this.label26); this.tabPage8.Controls.Add(this.button13); this.tabPage8.Controls.Add(this.button12); this.tabPage8.Controls.Add(this.button11); this.tabPage8.Controls.Add(this.pathsave); this.tabPage8.Location = new System.Drawing.Point(4, 4); this.tabPage8.Name = "tabPage8"; this.tabPage8.Size = new System.Drawing.Size(614, 444); this.tabPage8.TabIndex = 2; this.tabPage8.UseVisualStyleBackColor = true; this.tabPage8.Click += new System.EventHandler(this.tabPage8_Click); // // button1 // this.button1.ForeColor = System.Drawing.Color.Red; this.button1.Location = new System.Drawing.Point(374, 127); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(92, 23); this.button1.TabIndex = 7; this.button1.Text = "Subscribe"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // richTextBox1 // this.richTextBox1.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.richTextBox1.ForeColor = System.Drawing.Color.White; this.richTextBox1.Location = new System.Drawing.Point(3, 7); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.Size = new System.Drawing.Size(368, 207); this.richTextBox1.TabIndex = 2; this.richTextBox1.Text = ""; this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged); // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(337, 7); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(72, 15); this.label26.TabIndex = 6; this.label26.Text = "Text to Type:"; this.label26.Click += new System.EventHandler(this.label26_Click); // // button13 // this.button13.ForeColor = System.Drawing.Color.Blue; this.button13.Location = new System.Drawing.Point(374, 25); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(92, 23); this.button13.TabIndex = 4; this.button13.Text = "Your Save.Dat"; this.button13.UseVisualStyleBackColor = true; this.button13.Click += new System.EventHandler(this.button13_Click); // // button12 // this.button12.ForeColor = System.Drawing.Color.Blue; this.button12.Location = new System.Drawing.Point(374, 76); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(92, 23); this.button12.TabIndex = 3; this.button12.Text = "Refresh"; this.button12.UseVisualStyleBackColor = true; this.button12.Click += new System.EventHandler(this.button12_Click); // // button11 // this.button11.ForeColor = System.Drawing.Color.Red; this.button11.Location = new System.Drawing.Point(374, 239); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(92, 23); this.button11.TabIndex = 1; this.button11.Text = "Browse"; this.button11.UseVisualStyleBackColor = true; this.button11.Click += new System.EventHandler(this.button11_Click); // // pathsave // this.pathsave.AllowDrop = true; this.pathsave.Location = new System.Drawing.Point(3, 240); this.pathsave.Name = "pathsave"; this.pathsave.Size = new System.Drawing.Size(356, 23); this.pathsave.TabIndex = 0; this.pathsave.Text = "C:\\Users\\Th\\AppData\\Local\\Growtopia"; this.pathsave.TextChanged += new System.EventHandler(this.pathsave_TextChanged); // // processlabel // this.processlabel.Location = new System.Drawing.Point(0, 0); this.processlabel.Name = "processlabel"; this.processlabel.Size = new System.Drawing.Size(100, 23); this.processlabel.TabIndex = 210; this.processlabel.Click += new System.EventHandler(this.processlabel_Click); // // main // this.main.Tick += new System.EventHandler(this.main_Tick); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // rainbow1 // this.rainbow1.Tick += new System.EventHandler(this.rainbow1_Tick); // // rainbow2 // this.rainbow2.Tick += new System.EventHandler(this.rainbow2_Tick); // // rainbow3 // this.rainbow3.Tick += new System.EventHandler(this.rainbow3_Tick); // // end // this.end.Location = new System.Drawing.Point(0, 0); this.end.Name = "end"; this.end.Size = new System.Drawing.Size(100, 23); this.end.TabIndex = 205; this.end.TextChanged += new System.EventHandler(this.end_TextChanged); // // label22 // this.label22.Location = new System.Drawing.Point(0, 0); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(100, 23); this.label22.TabIndex = 206; this.label22.Click += new System.EventHandler(this.label22_Click); // // prefix // this.prefix.Location = new System.Drawing.Point(0, 0); this.prefix.Name = "prefix"; this.prefix.Size = new System.Drawing.Size(100, 23); this.prefix.TabIndex = 207; this.prefix.TextChanged += new System.EventHandler(this.prefix_TextChanged); // // label17 // this.label17.Location = new System.Drawing.Point(0, 0); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(100, 23); this.label17.TabIndex = 208; this.label17.Click += new System.EventHandler(this.label17_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(0, 0); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 23); this.textBox1.TabIndex = 201; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // label1 // this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 23); this.label1.TabIndex = 202; this.label1.Click += new System.EventHandler(this.label1_Click); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(0, 0); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 23); this.textBox2.TabIndex = 203; this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged); // // label2 // this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 23); this.label2.TabIndex = 204; this.label2.Click += new System.EventHandler(this.label2_Click); // // checkBox36 // this.checkBox36.Location = new System.Drawing.Point(0, 0); this.checkBox36.Name = "checkBox36"; this.checkBox36.Size = new System.Drawing.Size(104, 24); this.checkBox36.TabIndex = 200; this.checkBox36.CheckedChanged += new System.EventHandler(this.checkBox36_CheckedChanged); // // nsrainbow // this.nsrainbow.Location = new System.Drawing.Point(0, 0); this.nsrainbow.Name = "nsrainbow"; this.nsrainbow.Size = new System.Drawing.Size(104, 24); this.nsrainbow.TabIndex = 199; this.nsrainbow.CheckedChanged += new System.EventHandler(this.nsrainbow_CheckedChanged); // // checkBox18 // this.checkBox18.Location = new System.Drawing.Point(0, 0); this.checkBox18.Name = "checkBox18"; this.checkBox18.Size = new System.Drawing.Size(104, 24); this.checkBox18.TabIndex = 198; this.checkBox18.CheckedChanged += new System.EventHandler(this.checkBox18_CheckedChanged); // // nlogo // this.nlogo.Location = new System.Drawing.Point(0, 0); this.nlogo.Name = "nlogo"; this.nlogo.Size = new System.Drawing.Size(100, 23); this.nlogo.TabIndex = 197; this.nlogo.Click += new System.EventHandler(this.nlogo_Click); // // hotkeys // this.hotkeys.Tick += new System.EventHandler(this.hotkeys_Tick); // // main2 // this.main2.Tick += new System.EventHandler(this.main2_Tick); // // metroLabel4 // this.metroLabel4.AutoSize = true; this.metroLabel4.BackColor = System.Drawing.Color.Transparent; this.metroLabel4.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.metroLabel4.Location = new System.Drawing.Point(834, 257); this.metroLabel4.Name = "metroLabel4"; this.metroLabel4.Size = new System.Drawing.Size(50, 20); this.metroLabel4.TabIndex = 170; this.metroLabel4.Text = "About"; this.metroLabel4.Click += new System.EventHandler(this.metroLabel4_Click); // // label13 // this.label13.Location = new System.Drawing.Point(0, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(100, 23); this.label13.TabIndex = 196; this.label13.Click += new System.EventHandler(this.label13_Click); // // label14 // this.label14.Location = new System.Drawing.Point(0, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(100, 23); this.label14.TabIndex = 195; this.label14.Click += new System.EventHandler(this.label14_Click); // // label15 // this.label15.Location = new System.Drawing.Point(0, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(100, 23); this.label15.TabIndex = 194; this.label15.Click += new System.EventHandler(this.label15_Click); // // bunifuDragControl1 // this.bunifuDragControl1.Fixed = true; this.bunifuDragControl1.Horizontal = true; this.bunifuDragControl1.TargetControl = null; this.bunifuDragControl1.Vertical = true; // // bunifuDragControl2 // this.bunifuDragControl2.Fixed = true; this.bunifuDragControl2.Horizontal = true; this.bunifuDragControl2.TargetControl = null; this.bunifuDragControl2.Vertical = true; // // bunifuDragControl3 // this.bunifuDragControl3.Fixed = true; this.bunifuDragControl3.Horizontal = true; this.bunifuDragControl3.TargetControl = null; this.bunifuDragControl3.Vertical = true; // // bunifuDragControl4 // this.bunifuDragControl4.Fixed = true; this.bunifuDragControl4.Horizontal = true; this.bunifuDragControl4.TargetControl = null; this.bunifuDragControl4.Vertical = true; // // asdsd // this.asdsd.Tick += new System.EventHandler(this.asdsd_Tick); // // ChangeTitle // this.ChangeTitle.Enabled = true; this.ChangeTitle.Tick += new System.EventHandler(this.ChangeTitle_Tick); // // Form1 // this.AccentColor = System.Drawing.Color.Gray; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(509, 326); this.Controls.Add(tabControl1); this.Controls.Add(this.label15); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.metroLabel4); this.Controls.Add(this.nlogo); this.Controls.Add(this.checkBox18); this.Controls.Add(this.nsrainbow); this.Controls.Add(this.checkBox36); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.Controls.Add(this.textBox2); this.Controls.Add(this.label2); this.Controls.Add(this.end); this.Controls.Add(this.label22); this.Controls.Add(this.prefix); this.Controls.Add(this.label17); this.Controls.Add(this.processlabel); this.ForeColor = System.Drawing.Color.White; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.ShowIcon = false; this.State = MetroSuite.MetroForm.FormState.Custom; this.Style = MetroSuite.Design.Style.Custom; tabControl1.ResumeLayout(false); tabPage5.ResumeLayout(false); this.tabControl2.ResumeLayout(false); this.tabPage8.ResumeLayout(false); this.tabPage8.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TabControl ServerTabControl; System.Windows.Forms.TabPage serverTabPage; this.ServerListBox = new System.Windows.Forms.ListBox(); this.LocalTabControl = new System.Windows.Forms.TabControl(); this.cTabPage = new System.Windows.Forms.TabPage(); this.CDriveListBox = new System.Windows.Forms.ListBox(); this.dTabPage = new System.Windows.Forms.TabPage(); this.DDriveListBox = new System.Windows.Forms.ListBox(); this.DownloadButton = new System.Windows.Forms.Button(); this.UploadButton = new System.Windows.Forms.Button(); this.DeleteButton = new System.Windows.Forms.Button(); this.RefreshButton = new System.Windows.Forms.Button(); this.TextOutput = new System.Windows.Forms.Label(); ServerTabControl = new System.Windows.Forms.TabControl(); serverTabPage = new System.Windows.Forms.TabPage(); ServerTabControl.SuspendLayout(); serverTabPage.SuspendLayout(); this.LocalTabControl.SuspendLayout(); this.cTabPage.SuspendLayout(); this.dTabPage.SuspendLayout(); this.SuspendLayout(); // // ServerTabControl // ServerTabControl.Controls.Add(serverTabPage); ServerTabControl.Location = new System.Drawing.Point(12, 12); ServerTabControl.Name = "ServerTabControl"; ServerTabControl.SelectedIndex = 0; ServerTabControl.Size = new System.Drawing.Size(315, 685); ServerTabControl.TabIndex = 0; // // serverTabPage // serverTabPage.Controls.Add(this.ServerListBox); serverTabPage.Location = new System.Drawing.Point(4, 22); serverTabPage.Name = "serverTabPage"; serverTabPage.Padding = new System.Windows.Forms.Padding(3); serverTabPage.Size = new System.Drawing.Size(307, 659); serverTabPage.TabIndex = 0; serverTabPage.Text = "Server"; serverTabPage.UseVisualStyleBackColor = true; // // ServerListBox // this.ServerListBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.ServerListBox.FormattingEnabled = true; this.ServerListBox.Location = new System.Drawing.Point(3, 3); this.ServerListBox.Name = "ServerListBox"; this.ServerListBox.Size = new System.Drawing.Size(298, 650); this.ServerListBox.TabIndex = 0; this.ServerListBox.SelectedIndexChanged += new System.EventHandler(this.ServerListBox_SelectedIndexChanged); // // LocalTabControl // this.LocalTabControl.Controls.Add(this.cTabPage); this.LocalTabControl.Controls.Add(this.dTabPage); this.LocalTabControl.Location = new System.Drawing.Point(414, 12); this.LocalTabControl.Name = "LocalTabControl"; this.LocalTabControl.SelectedIndex = 0; this.LocalTabControl.Size = new System.Drawing.Size(315, 685); this.LocalTabControl.TabIndex = 1; // // cTabPage // this.cTabPage.Controls.Add(this.CDriveListBox); this.cTabPage.Location = new System.Drawing.Point(4, 22); this.cTabPage.Name = "cTabPage"; this.cTabPage.Padding = new System.Windows.Forms.Padding(3); this.cTabPage.Size = new System.Drawing.Size(307, 659); this.cTabPage.TabIndex = 0; this.cTabPage.Text = "C: Drive"; this.cTabPage.UseVisualStyleBackColor = true; // // CDriveListBox // this.CDriveListBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CDriveListBox.FormattingEnabled = true; this.CDriveListBox.Location = new System.Drawing.Point(3, 4); this.CDriveListBox.Name = "CDriveListBox"; this.CDriveListBox.Size = new System.Drawing.Size(301, 650); this.CDriveListBox.TabIndex = 1; this.CDriveListBox.SelectedIndexChanged += new System.EventHandler(this.CDriveListBox_SelectedIndexChanged); // // dTabPage // this.dTabPage.Controls.Add(this.DDriveListBox); this.dTabPage.Location = new System.Drawing.Point(4, 22); this.dTabPage.Name = "dTabPage"; this.dTabPage.Size = new System.Drawing.Size(307, 659); this.dTabPage.TabIndex = 1; this.dTabPage.Text = "D: Drive"; this.dTabPage.UseVisualStyleBackColor = true; // // DDriveListBox // this.DDriveListBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.DDriveListBox.FormattingEnabled = true; this.DDriveListBox.Location = new System.Drawing.Point(3, 4); this.DDriveListBox.Name = "DDriveListBox"; this.DDriveListBox.Size = new System.Drawing.Size(301, 650); this.DDriveListBox.TabIndex = 1; this.DDriveListBox.SelectedIndexChanged += new System.EventHandler(this.DDriveListBox_SelectedIndexChanged); // // DownloadButton // this.DownloadButton.Enabled = false; this.DownloadButton.Location = new System.Drawing.Point(333, 333); this.DownloadButton.Name = "DownloadButton"; this.DownloadButton.Size = new System.Drawing.Size(75, 23); this.DownloadButton.TabIndex = 2; this.DownloadButton.Text = "Download"; this.DownloadButton.UseVisualStyleBackColor = true; this.DownloadButton.Click += new System.EventHandler(this.DownloadButton_Click); // // UploadButton // this.UploadButton.Enabled = false; this.UploadButton.Location = new System.Drawing.Point(333, 362); this.UploadButton.Name = "UploadButton"; this.UploadButton.Size = new System.Drawing.Size(75, 23); this.UploadButton.TabIndex = 3; this.UploadButton.Text = "Upload"; this.UploadButton.UseVisualStyleBackColor = true; this.UploadButton.Click += new System.EventHandler(this.UploadButton_Click); // // DeleteButton // this.DeleteButton.Enabled = false; this.DeleteButton.Location = new System.Drawing.Point(333, 425); this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(75, 23); this.DeleteButton.TabIndex = 4; this.DeleteButton.Text = "Delete"; this.DeleteButton.UseVisualStyleBackColor = true; this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // // RefreshButton // this.RefreshButton.Location = new System.Drawing.Point(333, 270); this.RefreshButton.Name = "RefreshButton"; this.RefreshButton.Size = new System.Drawing.Size(75, 23); this.RefreshButton.TabIndex = 5; this.RefreshButton.Text = "Refresh"; this.RefreshButton.UseVisualStyleBackColor = true; this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click); // // TextOutput // this.TextOutput.AutoSize = true; this.TextOutput.Location = new System.Drawing.Point(70, 12); this.TextOutput.Name = "TextOutput"; this.TextOutput.Size = new System.Drawing.Size(0, 13); this.TextOutput.TabIndex = 6; // // GameManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(741, 709); this.Controls.Add(this.TextOutput); this.Controls.Add(this.RefreshButton); this.Controls.Add(this.DeleteButton); this.Controls.Add(this.UploadButton); this.Controls.Add(this.DownloadButton); this.Controls.Add(this.LocalTabControl); this.Controls.Add(ServerTabControl); this.Name = "GameManager"; this.Text = "Game Manager"; ServerTabControl.ResumeLayout(false); serverTabPage.ResumeLayout(false); this.LocalTabControl.ResumeLayout(false); this.cTabPage.ResumeLayout(false); this.dTabPage.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.Windows.Forms.TabControl tabC; this.tabP1 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tabP2 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.用户ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.登录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip2 = new System.Windows.Forms.MenuStrip(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.labelTime = new System.Windows.Forms.Label(); this.label300_content = new System.Windows.Forms.Label(); this.label300 = new System.Windows.Forms.Label(); this.labelC_content = new System.Windows.Forms.Label(); this.labelC = new System.Windows.Forms.Label(); this.labelS_content = new System.Windows.Forms.Label(); this.labelS = new System.Windows.Forms.Label(); this.labelH_content = new System.Windows.Forms.Label(); this.labelH = new System.Windows.Forms.Label(); this.注册ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tabC = new System.Windows.Forms.TabControl(); tabC.SuspendLayout(); this.tabP1.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.tabP2.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.menuStrip2.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // tabC // tabC.Alignment = System.Windows.Forms.TabAlignment.Left; tabC.Controls.Add(this.tabP1); tabC.Controls.Add(this.tabP2); tabC.Dock = System.Windows.Forms.DockStyle.Fill; tabC.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tabC.Location = new System.Drawing.Point(3, 3); tabC.Multiline = true; tabC.Name = "tabC"; tabC.SelectedIndex = 0; tabC.Size = new System.Drawing.Size(1877, 1175); tabC.TabIndex = 2; // // tabP1 // this.tabP1.Controls.Add(this.tableLayoutPanel3); this.tabP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabP1.Location = new System.Drawing.Point(34, 4); this.tabP1.Name = "tabP1"; this.tabP1.Padding = new System.Windows.Forms.Padding(3); this.tabP1.Size = new System.Drawing.Size(1839, 1167); this.tabP1.TabIndex = 0; this.tabP1.Text = "综合看盘"; this.tabP1.UseVisualStyleBackColor = true; this.tabP1.Click += new System.EventHandler(this.tabP1_Click); // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel3.Controls.Add(this.label2, 1, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 1164F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(1833, 1161); this.tableLayoutPanel3.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(346, 31); this.label1.TabIndex = 0; this.label1.Text = "各只股票信息 - 点击出现form3"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(736, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(206, 31); this.label2.TabIndex = 1; this.label2.Text = "大盘信息、龙虎榜"; // // tabP2 // this.tabP2.Controls.Add(this.tableLayoutPanel4); this.tabP2.Font = new System.Drawing.Font("新宋体", 10.125F); this.tabP2.Location = new System.Drawing.Point(34, 4); this.tabP2.Name = "tabP2"; this.tabP2.Padding = new System.Windows.Forms.Padding(3); this.tabP2.Size = new System.Drawing.Size(1839, 1170); this.tabP2.TabIndex = 1; this.tabP2.Text = "自选策略"; this.tabP2.UseVisualStyleBackColor = true; // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 2; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.Controls.Add(this.label6, 1, 1); this.tableLayoutPanel4.Controls.Add(this.label5, 0, 1); this.tableLayoutPanel4.Controls.Add(this.label4, 1, 0); this.tableLayoutPanel4.Controls.Add(this.label3, 0, 0); this.tableLayoutPanel4.Location = new System.Drawing.Point(73, 55); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 2; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(1695, 1020); this.tableLayoutPanel4.TabIndex = 0; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(850, 510); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(124, 27); this.label6.TabIndex = 3; this.label6.Text = "策略介绍"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 510); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(68, 27); this.label5.TabIndex = 2; this.label5.Text = "持仓"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(850, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(124, 27); this.label4.TabIndex = 1; this.label4.Text = "交易历史"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(68, 27); this.label3.TabIndex = 0; this.label3.Text = "持仓"; // // 用户ToolStripMenuItem // this.用户ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.注册ToolStripMenuItem, this.登录ToolStripMenuItem }); this.用户ToolStripMenuItem.Name = "用户ToolStripMenuItem"; this.用户ToolStripMenuItem.Size = new System.Drawing.Size(74, 38); this.用户ToolStripMenuItem.Text = "用户"; // // 登录ToolStripMenuItem // this.登录ToolStripMenuItem.Name = "登录ToolStripMenuItem"; this.登录ToolStripMenuItem.Size = new System.Drawing.Size(268, 38); this.登录ToolStripMenuItem.Text = "登录"; this.登录ToolStripMenuItem.Click += new System.EventHandler(this.登录ToolStripMenuItem_Click_1); // // menuStrip2 // this.menuStrip2.ImageScalingSize = new System.Drawing.Size(32, 32); this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.用户ToolStripMenuItem }); this.menuStrip2.Location = new System.Drawing.Point(0, 0); this.menuStrip2.Name = "menuStrip2"; this.menuStrip2.Size = new System.Drawing.Size(1883, 42); this.menuStrip2.TabIndex = 3; this.menuStrip2.Text = "menuStrip2"; // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.menuStrip1.Location = new System.Drawing.Point(0, 1221); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1883, 20); this.menuStrip1.TabIndex = 4; this.menuStrip1.Text = "menuStrip1"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(tabC, 0, 0); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 42); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1883, 1241); this.tableLayoutPanel1.TabIndex = 4; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 9; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 55F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 242F)); this.tableLayoutPanel2.Controls.Add(this.labelTime, 8, 0); this.tableLayoutPanel2.Controls.Add(this.label300_content, 7, 0); this.tableLayoutPanel2.Controls.Add(this.label300, 6, 0); this.tableLayoutPanel2.Controls.Add(this.labelC_content, 5, 0); this.tableLayoutPanel2.Controls.Add(this.labelC, 4, 0); this.tableLayoutPanel2.Controls.Add(this.labelS_content, 3, 0); this.tableLayoutPanel2.Controls.Add(this.labelS, 2, 0); this.tableLayoutPanel2.Controls.Add(this.labelH_content, 1, 0); this.tableLayoutPanel2.Controls.Add(this.labelH, 0, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 1184); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1877, 34); this.tableLayoutPanel2.TabIndex = 3; // // labelTime // this.labelTime.AutoSize = true; this.labelTime.Dock = System.Windows.Forms.DockStyle.Right; this.labelTime.Location = new System.Drawing.Point(1816, 0); this.labelTime.Name = "labelTime"; this.labelTime.Size = new System.Drawing.Size(58, 34); this.labelTime.TabIndex = 9; this.labelTime.Text = "time"; // // label300_content // this.label300_content.AutoSize = true; this.label300_content.Location = new System.Drawing.Point(1273, 0); this.label300_content.Name = "label300_content"; this.label300_content.Size = new System.Drawing.Size(82, 24); this.label300_content.TabIndex = 8; this.label300_content.Text = "label8"; // // label300 // this.label300.AutoSize = true; this.label300.Location = new System.Drawing.Point(1218, 0); this.label300.Name = "label300"; this.label300.Size = new System.Drawing.Size(46, 24); this.label300.TabIndex = 7; this.label300.Text = "300"; // // labelC_content // this.labelC_content.AutoSize = true; this.labelC_content.Location = new System.Drawing.Point(853, 0); this.labelC_content.Name = "labelC_content"; this.labelC_content.Size = new System.Drawing.Size(82, 24); this.labelC_content.TabIndex = 6; this.labelC_content.Text = "label6"; // // labelC // this.labelC.AutoSize = true; this.labelC.Location = new System.Drawing.Point(813, 0); this.labelC.Name = "labelC"; this.labelC.Size = new System.Drawing.Size(34, 24); this.labelC.TabIndex = 5; this.labelC.Text = "创"; // // labelS_content // this.labelS_content.AutoSize = true; this.labelS_content.Location = new System.Drawing.Point(448, 0); this.labelS_content.Name = "labelS_content"; this.labelS_content.Size = new System.Drawing.Size(82, 24); this.labelS_content.TabIndex = 4; this.labelS_content.Text = "label4"; // // labelS // this.labelS.AutoSize = true; this.labelS.Location = new System.Drawing.Point(408, 0); this.labelS.Name = "labelS"; this.labelS.Size = new System.Drawing.Size(34, 24); this.labelS.TabIndex = 3; this.labelS.Text = "深"; // // labelH_content // this.labelH_content.AutoSize = true; this.labelH_content.Location = new System.Drawing.Point(43, 0); this.labelH_content.Name = "labelH_content"; this.labelH_content.Size = new System.Drawing.Size(238, 24); this.labelH_content.TabIndex = 2; this.labelH_content.Text = "3222.42+4.26 +0.13%"; // // labelH // this.labelH.AutoSize = true; this.labelH.Location = new System.Drawing.Point(3, 0); this.labelH.Name = "labelH"; this.labelH.Size = new System.Drawing.Size(34, 24); this.labelH.TabIndex = 1; this.labelH.Text = "沪"; // // 注册ToolStripMenuItem // this.注册ToolStripMenuItem.Name = "注册ToolStripMenuItem"; this.注册ToolStripMenuItem.Size = new System.Drawing.Size(268, 38); this.注册ToolStripMenuItem.Text = "注册"; this.注册ToolStripMenuItem.Click += new System.EventHandler(this.注册ToolStripMenuItem_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1883, 1283); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.menuStrip2); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); tabC.ResumeLayout(false); this.tabP1.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.tabP2.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); this.menuStrip2.ResumeLayout(false); this.menuStrip2.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; System.Windows.Forms.Panel panel1; System.Windows.Forms.Label label1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkspaceTester)); this.tabPage1 = new System.Windows.Forms.TabPage(); this.buttonInstall = new System.Windows.Forms.Button(); this.buttonCreateEnvironment = new System.Windows.Forms.Button(); this.textInstall = new System.Windows.Forms.TextBox(); this.textResultInstall = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.comboSelf = new System.Windows.Forms.ComboBox(); this.buttonEvalExpression = new System.Windows.Forms.Button(); this.buttonJitExpression = new System.Windows.Forms.Button(); this.textEvaluate = new System.Windows.Forms.TextBox(); this.textResultEvaluate = new System.Windows.Forms.TextBox(); tabControl1 = new System.Windows.Forms.TabControl(); splitContainer1 = new System.Windows.Forms.SplitContainer(); tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); splitContainer2 = new System.Windows.Forms.SplitContainer(); tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); panel1 = new System.Windows.Forms.Panel(); label1 = new System.Windows.Forms.Label(); tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); tableLayoutPanel4.SuspendLayout(); panel1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(this.tabPage1); tabControl1.Controls.Add(this.tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(852, 389); tabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(splitContainer1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(844, 363); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Install"; this.tabPage1.UseVisualStyleBackColor = true; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(3, 3); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(tableLayoutPanel3); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.textResultInstall); splitContainer1.Size = new System.Drawing.Size(838, 357); splitContainer1.SplitterDistance = 230; splitContainer1.TabIndex = 0; // // tableLayoutPanel3 // tableLayoutPanel3.ColumnCount = 2; tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel3.Controls.Add(this.buttonInstall, 1, 1); tableLayoutPanel3.Controls.Add(this.buttonCreateEnvironment, 0, 1); tableLayoutPanel3.Controls.Add(this.textInstall, 0, 0); tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 2; tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel3.Size = new System.Drawing.Size(838, 230); tableLayoutPanel3.TabIndex = 0; // // buttonInstall // this.buttonInstall.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonInstall.Location = new System.Drawing.Point(422, 203); this.buttonInstall.Name = "buttonInstall"; this.buttonInstall.Size = new System.Drawing.Size(413, 24); this.buttonInstall.TabIndex = 8; this.buttonInstall.Text = "Install"; this.buttonInstall.UseVisualStyleBackColor = true; this.buttonInstall.Click += new System.EventHandler(this.buttonInstall_Click); // // buttonCreateEnvironment // this.buttonCreateEnvironment.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonCreateEnvironment.Location = new System.Drawing.Point(3, 203); this.buttonCreateEnvironment.Name = "buttonCreateEnvironment"; this.buttonCreateEnvironment.Size = new System.Drawing.Size(413, 24); this.buttonCreateEnvironment.TabIndex = 7; this.buttonCreateEnvironment.Text = "New Env."; this.buttonCreateEnvironment.UseVisualStyleBackColor = true; this.buttonCreateEnvironment.Click += new System.EventHandler(this.buttonCreateEnvironment_Click); // // textInstall // this.textInstall.AcceptsTab = true; this.textInstall.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); tableLayoutPanel3.SetColumnSpan(this.textInstall, 2); this.textInstall.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textInstall.HideSelection = false; this.textInstall.Location = new System.Drawing.Point(3, 3); this.textInstall.Multiline = true; this.textInstall.Name = "textInstall"; this.textInstall.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textInstall.Size = new System.Drawing.Size(832, 194); this.textInstall.TabIndex = 6; // // textResultInstall // this.textResultInstall.AcceptsTab = true; this.textResultInstall.Dock = System.Windows.Forms.DockStyle.Fill; this.textResultInstall.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textResultInstall.HideSelection = false; this.textResultInstall.Location = new System.Drawing.Point(0, 0); this.textResultInstall.Multiline = true; this.textResultInstall.Name = "textResultInstall"; this.textResultInstall.ReadOnly = true; this.textResultInstall.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textResultInstall.Size = new System.Drawing.Size(838, 123); this.textResultInstall.TabIndex = 7; // // tabPage2 // this.tabPage2.Controls.Add(splitContainer2); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(844, 363); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Evaluate"; this.tabPage2.UseVisualStyleBackColor = true; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(3, 3); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(tableLayoutPanel4); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.textResultEvaluate); splitContainer2.Size = new System.Drawing.Size(838, 357); splitContainer2.SplitterDistance = 214; splitContainer2.TabIndex = 0; // // tableLayoutPanel4 // tableLayoutPanel4.ColumnCount = 3; tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); tableLayoutPanel4.Controls.Add(panel1, 2, 1); tableLayoutPanel4.Controls.Add(this.buttonEvalExpression, 1, 1); tableLayoutPanel4.Controls.Add(this.buttonJitExpression, 0, 1); tableLayoutPanel4.Controls.Add(this.textEvaluate, 0, 0); tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel4.Location = new System.Drawing.Point(0, 0); tableLayoutPanel4.Name = "tableLayoutPanel4"; tableLayoutPanel4.RowCount = 2; tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel4.Size = new System.Drawing.Size(838, 214); tableLayoutPanel4.TabIndex = 0; // // panel1 // panel1.Controls.Add(this.comboSelf); panel1.Controls.Add(label1); panel1.Dock = System.Windows.Forms.DockStyle.Fill; panel1.Location = new System.Drawing.Point(561, 187); panel1.Name = "panel1"; panel1.Size = new System.Drawing.Size(274, 24); panel1.TabIndex = 10; // // comboSelf // this.comboSelf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboSelf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSelf.FormattingEnabled = true; this.comboSelf.Items.AddRange(new object[] { "nil", "result"}); this.comboSelf.Location = new System.Drawing.Point(35, 3); this.comboSelf.Name = "comboSelf"; this.comboSelf.Size = new System.Drawing.Size(236, 21); this.comboSelf.TabIndex = 1; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 6); label1.Name = "label1"; label1.Size = new System.Drawing.Size(26, 13); label1.TabIndex = 0; label1.Text = "self:"; // // buttonEvalExpression // this.buttonEvalExpression.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonEvalExpression.Location = new System.Drawing.Point(282, 187); this.buttonEvalExpression.Name = "buttonEvalExpression"; this.buttonEvalExpression.Size = new System.Drawing.Size(273, 24); this.buttonEvalExpression.TabIndex = 9; this.buttonEvalExpression.Text = "Eval Expression"; this.buttonEvalExpression.UseVisualStyleBackColor = true; this.buttonEvalExpression.Click += new System.EventHandler(this.buttonEvalExpression_Click); // // buttonJitExpression // this.buttonJitExpression.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonJitExpression.Location = new System.Drawing.Point(3, 187); this.buttonJitExpression.Name = "buttonJitExpression"; this.buttonJitExpression.Size = new System.Drawing.Size(273, 24); this.buttonJitExpression.TabIndex = 8; this.buttonJitExpression.Text = "JIT Expression"; this.buttonJitExpression.UseVisualStyleBackColor = true; this.buttonJitExpression.Click += new System.EventHandler(this.buttonJitExpression_Click); // // textEvaluate // this.textEvaluate.AcceptsTab = true; this.textEvaluate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); tableLayoutPanel4.SetColumnSpan(this.textEvaluate, 3); this.textEvaluate.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textEvaluate.HideSelection = false; this.textEvaluate.Location = new System.Drawing.Point(3, 3); this.textEvaluate.Multiline = true; this.textEvaluate.Name = "textEvaluate"; this.textEvaluate.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textEvaluate.Size = new System.Drawing.Size(832, 178); this.textEvaluate.TabIndex = 7; // // textResultEvaluate // this.textResultEvaluate.AcceptsTab = true; this.textResultEvaluate.Dock = System.Windows.Forms.DockStyle.Fill; this.textResultEvaluate.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textResultEvaluate.HideSelection = false; this.textResultEvaluate.Location = new System.Drawing.Point(0, 0); this.textResultEvaluate.Multiline = true; this.textResultEvaluate.Name = "textResultEvaluate"; this.textResultEvaluate.ReadOnly = true; this.textResultEvaluate.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textResultEvaluate.Size = new System.Drawing.Size(838, 139); this.textResultEvaluate.TabIndex = 8; // // WorkspaceTester // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(852, 389); this.Controls.Add(tabControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "WorkspaceTester"; this.Text = "Compiler / Installer / Code Generator - Tester"; this.Load += new System.EventHandler(this.WorkspaceTester_Load); tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); tableLayoutPanel3.ResumeLayout(false); tableLayoutPanel3.PerformLayout(); this.tabPage2.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); tableLayoutPanel4.ResumeLayout(false); tableLayoutPanel4.PerformLayout(); panel1.ResumeLayout(false); panel1.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() { System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripButton runButton; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.TabPage tabPage2; this.parseButton = new System.Windows.Forms.ToolStripButton(); this.textBox = new System.Windows.Forms.TextBox(); this.sexpTextBox = new System.Windows.Forms.TextBox(); this.primitivesTextBox = new System.Windows.Forms.TextBox(); toolStrip1 = new System.Windows.Forms.ToolStrip(); runButton = new System.Windows.Forms.ToolStripButton(); splitContainer1 = new System.Windows.Forms.SplitContainer(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); tabPage2 = new System.Windows.Forms.TabPage(); toolStrip1.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); tabPage2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.parseButton, runButton}); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(292, 25); toolStrip1.TabIndex = 0; toolStrip1.Text = "toolStrip1"; // // parseButton // this.parseButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.parseButton.Image = ((System.Drawing.Image)(resources.GetObject("parseButton.Image"))); this.parseButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.parseButton.Name = "parseButton"; this.parseButton.Size = new System.Drawing.Size(38, 22); this.parseButton.Text = "&Parse"; this.parseButton.Click += new System.EventHandler(this.parseButton_Click); // // runButton // runButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; runButton.Image = ((System.Drawing.Image)(resources.GetObject("runButton.Image"))); runButton.ImageTransparentColor = System.Drawing.Color.Magenta; runButton.Name = "runButton"; runButton.Size = new System.Drawing.Size(30, 22); runButton.Text = "&Run"; runButton.Click += new System.EventHandler(this.runButton_Click); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer1.Location = new System.Drawing.Point(0, 25); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.textBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(tabControl1); splitContainer1.Size = new System.Drawing.Size(292, 241); splitContainer1.SplitterDistance = 25; splitContainer1.TabIndex = 3; // // textBox // this.textBox.AcceptsReturn = true; this.textBox.AcceptsTab = true; this.textBox.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox.Location = new System.Drawing.Point(0, 0); this.textBox.Multiline = true; this.textBox.Name = "textBox"; this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox.Size = new System.Drawing.Size(292, 25); this.textBox.TabIndex = 1; this.textBox.Text = "(define (fact n) (if (= n 0) 1 (* n (fact (- n 1)))))\r\n(MessageBox.Show (String.F" + "ormat \"6! = {0}\" (fact 6)) \"Lisp Demo\")"; this.textBox.WordWrap = false; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(292, 212); tabControl1.TabIndex = 3; // // tabPage1 // tabPage1.Controls.Add(this.sexpTextBox); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(284, 186); tabPage1.TabIndex = 0; tabPage1.Text = "S-Expressions"; tabPage1.UseVisualStyleBackColor = true; // // sexpTextBox // this.sexpTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.sexpTextBox.Location = new System.Drawing.Point(3, 3); this.sexpTextBox.Multiline = true; this.sexpTextBox.Name = "sexpTextBox"; this.sexpTextBox.ReadOnly = true; this.sexpTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.sexpTextBox.Size = new System.Drawing.Size(278, 180); this.sexpTextBox.TabIndex = 2; this.sexpTextBox.WordWrap = false; // // tabPage2 // tabPage2.Controls.Add(this.primitivesTextBox); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(284, 100); tabPage2.TabIndex = 1; tabPage2.Text = "Primitives"; tabPage2.UseVisualStyleBackColor = true; // // primitivesTextBox // this.primitivesTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.primitivesTextBox.Location = new System.Drawing.Point(3, 3); this.primitivesTextBox.Multiline = true; this.primitivesTextBox.Name = "primitivesTextBox"; this.primitivesTextBox.ReadOnly = true; this.primitivesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.primitivesTextBox.Size = new System.Drawing.Size(278, 94); this.primitivesTextBox.TabIndex = 3; this.primitivesTextBox.WordWrap = false; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.Add(splitContainer1); this.Controls.Add(toolStrip1); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds; this.Text = "Lisp Compiler Demo"; toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage1.PerformLayout(); tabPage2.ResumeLayout(false); tabPage2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.TableLayoutPanel tableMainForm; System.Windows.Forms.GroupBox groupMain; System.Windows.Forms.TableLayoutPanel tableMain; System.Windows.Forms.Label labelInputFile; System.Windows.Forms.Label labelOutputFile; System.Windows.Forms.Button buttonBrowseOut; System.Windows.Forms.TabControl tabControlOptions; System.Windows.Forms.TabPage tabProcessing; System.Windows.Forms.TableLayoutPanel tableProcessing; System.Windows.Forms.ToolStrip toolStripProcessing; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.Panel panelProcessingInput; System.Windows.Forms.TabPage tabEncoding; System.Windows.Forms.TableLayoutPanel tableEncoding; System.Windows.Forms.GroupBox groupEncodingGeneral; System.Windows.Forms.TableLayoutPanel tableEncodingGeneral; System.Windows.Forms.Label labelGeneralModeVariableHint; System.Windows.Forms.Label labelGeneralModeConstantHint; System.Windows.Forms.Label labelGeneralMode; System.Windows.Forms.Label labelGeneralTitle; System.Windows.Forms.Label labelGeneralTitleHint; System.Windows.Forms.GroupBox groupEncodingVideo; System.Windows.Forms.Panel panelEncodingModeSwapper; System.Windows.Forms.Label labelVideoSizeLimit; System.Windows.Forms.Label labelVideoSizeLimitUnit; System.Windows.Forms.Label labelVideoSizeLimitHint; System.Windows.Forms.Label labelVideoBitrate; System.Windows.Forms.Label labelVideoBitrateUnit; System.Windows.Forms.Label labelVideoBitrateHint; System.Windows.Forms.Label labelVideoCrf; System.Windows.Forms.Label labelVideoCrfHint; System.Windows.Forms.Label labelVideoCrfTolerance; System.Windows.Forms.Label labelVideoCrfToleranceHint; System.Windows.Forms.Label labelVideoHQHint; System.Windows.Forms.GroupBox groupEncodingAudio; System.Windows.Forms.TableLayoutPanel tableEncodingAudio; System.Windows.Forms.Label labelAudioHint; System.Windows.Forms.Panel panelEncodingModeSwapperTwo; System.Windows.Forms.Label labelAudioBitrate; System.Windows.Forms.Label labelAudioBitrateUnit; System.Windows.Forms.Label labelAudioBitrateHint; System.Windows.Forms.Label labelAudioQuality; System.Windows.Forms.Label labelAudioQualityHint; System.Windows.Forms.TabPage tabAdvanced; System.Windows.Forms.TableLayoutPanel tableAdvanced; System.Windows.Forms.Label labelAdvancedWarning; System.Windows.Forms.GroupBox groupAdvancedProcessing; System.Windows.Forms.TableLayoutPanel tableAdvancedProcessing; System.Windows.Forms.Label labelProcessingLevels; System.Windows.Forms.Label labelProcessingLevelsHint; System.Windows.Forms.Label labelProcessingDeinterlaceHint; System.Windows.Forms.Label labelProcessingDenoiseHint; System.Windows.Forms.GroupBox groupAdvancedEncoding; System.Windows.Forms.TableLayoutPanel tableAdvancedEncoding; System.Windows.Forms.Label labelEncodingFrameRateHint; System.Windows.Forms.Label labelEncodingFrameRate; System.Windows.Forms.Label labelEncodingNGOVHint; System.Windows.Forms.Label labelEncodingThreads; System.Windows.Forms.Label labelEncodingThreadsHint; System.Windows.Forms.Label labelEncodingSlices; System.Windows.Forms.Label labelEncodingSlicesHint; System.Windows.Forms.Label labelEncodingArguments; System.Windows.Forms.StatusStrip statusStrip; this.textBoxIn = new System.Windows.Forms.TextBox(); this.buttonBrowseIn = new System.Windows.Forms.Button(); this.textBoxOut = new System.Windows.Forms.TextBox(); this.buttonGo = new System.Windows.Forms.Button(); this.buttonTrim = new System.Windows.Forms.ToolStripSplitButton(); this.buttonMultipleTrim = new System.Windows.Forms.ToolStripMenuItem(); this.buttonCrop = new System.Windows.Forms.ToolStripButton(); this.buttonResize = new System.Windows.Forms.ToolStripButton(); this.buttonSubtitle = new System.Windows.Forms.ToolStripButton(); this.buttonReverse = new System.Windows.Forms.ToolStripButton(); this.buttonOverlay = new System.Windows.Forms.ToolStripButton(); this.buttonCaption = new System.Windows.Forms.ToolStripButton(); this.boxAdvancedScripting = new System.Windows.Forms.ToolStripButton(); this.buttonExportProcessing = new System.Windows.Forms.ToolStripButton(); this.buttonPreview = new System.Windows.Forms.ToolStripButton(); this.buttonDub = new System.Windows.Forms.ToolStripButton(); this.listViewProcessingScript = new System.Windows.Forms.ListView(); this.imageListFilters = new System.Windows.Forms.ImageList(this.components); this.textBoxProcessingScript = new System.Windows.Forms.TextBox(); this.buttonVariableDefault = new System.Windows.Forms.Button(); this.boxTitle = new System.Windows.Forms.TextBox(); this.boxConstant = new System.Windows.Forms.RadioButton(); this.boxVariable = new System.Windows.Forms.RadioButton(); this.buttonConstantDefault = new System.Windows.Forms.Button(); this.tableLayoutPanelEncodingVideo = new System.Windows.Forms.TableLayoutPanel(); this.tableVideoConstantOptions = new System.Windows.Forms.TableLayoutPanel(); this.boxLimit = new System.Windows.Forms.TextBox(); this.boxBitrate = new System.Windows.Forms.TextBox(); this.tableVideoVariableOptions = new System.Windows.Forms.TableLayoutPanel(); this.numericCrf = new System.Windows.Forms.NumericUpDown(); this.numericCrfTolerance = new System.Windows.Forms.NumericUpDown(); this.boxHQ = new System.Windows.Forms.CheckBox(); this.buttonAudioEnabledDefault = new System.Windows.Forms.Button(); this.boxAudio = new System.Windows.Forms.CheckBox(); this.tableAudioConstantOptions = new System.Windows.Forms.TableLayoutPanel(); this.boxAudioBitrate = new System.Windows.Forms.TextBox(); this.tableAudioVariableOptions = new System.Windows.Forms.TableLayoutPanel(); this.numericAudioQuality = new System.Windows.Forms.NumericUpDown(); this.comboLevels = new System.Windows.Forms.ComboBox(); this.boxDeinterlace = new System.Windows.Forms.CheckBox(); this.boxDenoise = new System.Windows.Forms.CheckBox(); this.boxFrameRate = new System.Windows.Forms.TextBox(); this.boxNGOV = new System.Windows.Forms.CheckBox(); this.trackThreads = new System.Windows.Forms.TrackBar(); this.labelThreads = new System.Windows.Forms.Label(); this.trackSlices = new System.Windows.Forms.TrackBar(); this.labelSlices = new System.Windows.Forms.Label(); this.boxArguments = new System.Windows.Forms.TextBox(); this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.panelContainTheProgressBar = new System.Windows.Forms.Panel(); this.boxIndexingProgressDetails = new System.Windows.Forms.CheckBox(); this.boxIndexingProgress = new System.Windows.Forms.TextBox(); this.labelIndexingProgress = new System.Windows.Forms.Label(); this.progressBarIndexing = new System.Windows.Forms.ProgressBar(); this.panelHideTheOptions = new System.Windows.Forms.Panel(); this.buttonRate = new System.Windows.Forms.ToolStripButton(); tableMainForm = new System.Windows.Forms.TableLayoutPanel(); groupMain = new System.Windows.Forms.GroupBox(); tableMain = new System.Windows.Forms.TableLayoutPanel(); labelInputFile = new System.Windows.Forms.Label(); labelOutputFile = new System.Windows.Forms.Label(); buttonBrowseOut = new System.Windows.Forms.Button(); tabControlOptions = new System.Windows.Forms.TabControl(); tabProcessing = new System.Windows.Forms.TabPage(); tableProcessing = new System.Windows.Forms.TableLayoutPanel(); toolStripProcessing = new System.Windows.Forms.ToolStrip(); panelProcessingInput = new System.Windows.Forms.Panel(); tabEncoding = new System.Windows.Forms.TabPage(); tableEncoding = new System.Windows.Forms.TableLayoutPanel(); groupEncodingGeneral = new System.Windows.Forms.GroupBox(); tableEncodingGeneral = new System.Windows.Forms.TableLayoutPanel(); labelGeneralModeVariableHint = new System.Windows.Forms.Label(); labelGeneralModeConstantHint = new System.Windows.Forms.Label(); labelGeneralMode = new System.Windows.Forms.Label(); labelGeneralTitle = new System.Windows.Forms.Label(); labelGeneralTitleHint = new System.Windows.Forms.Label(); groupEncodingVideo = new System.Windows.Forms.GroupBox(); panelEncodingModeSwapper = new System.Windows.Forms.Panel(); labelVideoSizeLimit = new System.Windows.Forms.Label(); labelVideoSizeLimitUnit = new System.Windows.Forms.Label(); labelVideoSizeLimitHint = new System.Windows.Forms.Label(); labelVideoBitrate = new System.Windows.Forms.Label(); labelVideoBitrateUnit = new System.Windows.Forms.Label(); labelVideoBitrateHint = new System.Windows.Forms.Label(); labelVideoCrf = new System.Windows.Forms.Label(); labelVideoCrfHint = new System.Windows.Forms.Label(); labelVideoCrfTolerance = new System.Windows.Forms.Label(); labelVideoCrfToleranceHint = new System.Windows.Forms.Label(); labelVideoHQHint = new System.Windows.Forms.Label(); groupEncodingAudio = new System.Windows.Forms.GroupBox(); tableEncodingAudio = new System.Windows.Forms.TableLayoutPanel(); labelAudioHint = new System.Windows.Forms.Label(); panelEncodingModeSwapperTwo = new System.Windows.Forms.Panel(); labelAudioBitrate = new System.Windows.Forms.Label(); labelAudioBitrateUnit = new System.Windows.Forms.Label(); labelAudioBitrateHint = new System.Windows.Forms.Label(); labelAudioQuality = new System.Windows.Forms.Label(); labelAudioQualityHint = new System.Windows.Forms.Label(); tabAdvanced = new System.Windows.Forms.TabPage(); tableAdvanced = new System.Windows.Forms.TableLayoutPanel(); labelAdvancedWarning = new System.Windows.Forms.Label(); groupAdvancedProcessing = new System.Windows.Forms.GroupBox(); tableAdvancedProcessing = new System.Windows.Forms.TableLayoutPanel(); labelProcessingLevels = new System.Windows.Forms.Label(); labelProcessingLevelsHint = new System.Windows.Forms.Label(); labelProcessingDeinterlaceHint = new System.Windows.Forms.Label(); labelProcessingDenoiseHint = new System.Windows.Forms.Label(); groupAdvancedEncoding = new System.Windows.Forms.GroupBox(); tableAdvancedEncoding = new System.Windows.Forms.TableLayoutPanel(); labelEncodingFrameRateHint = new System.Windows.Forms.Label(); labelEncodingFrameRate = new System.Windows.Forms.Label(); labelEncodingNGOVHint = new System.Windows.Forms.Label(); labelEncodingThreads = new System.Windows.Forms.Label(); labelEncodingThreadsHint = new System.Windows.Forms.Label(); labelEncodingSlices = new System.Windows.Forms.Label(); labelEncodingSlicesHint = new System.Windows.Forms.Label(); labelEncodingArguments = new System.Windows.Forms.Label(); statusStrip = new System.Windows.Forms.StatusStrip(); tableMainForm.SuspendLayout(); groupMain.SuspendLayout(); tableMain.SuspendLayout(); tabControlOptions.SuspendLayout(); tabProcessing.SuspendLayout(); tableProcessing.SuspendLayout(); toolStripProcessing.SuspendLayout(); panelProcessingInput.SuspendLayout(); tabEncoding.SuspendLayout(); tableEncoding.SuspendLayout(); groupEncodingGeneral.SuspendLayout(); tableEncodingGeneral.SuspendLayout(); groupEncodingVideo.SuspendLayout(); this.tableLayoutPanelEncodingVideo.SuspendLayout(); panelEncodingModeSwapper.SuspendLayout(); this.tableVideoConstantOptions.SuspendLayout(); this.tableVideoVariableOptions.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericCrf)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericCrfTolerance)).BeginInit(); groupEncodingAudio.SuspendLayout(); tableEncodingAudio.SuspendLayout(); panelEncodingModeSwapperTwo.SuspendLayout(); this.tableAudioConstantOptions.SuspendLayout(); this.tableAudioVariableOptions.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericAudioQuality)).BeginInit(); tabAdvanced.SuspendLayout(); tableAdvanced.SuspendLayout(); groupAdvancedProcessing.SuspendLayout(); tableAdvancedProcessing.SuspendLayout(); groupAdvancedEncoding.SuspendLayout(); tableAdvancedEncoding.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackThreads)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackSlices)).BeginInit(); statusStrip.SuspendLayout(); this.panelContainTheProgressBar.SuspendLayout(); this.panelHideTheOptions.SuspendLayout(); this.SuspendLayout(); // // tableMainForm // tableMainForm.ColumnCount = 1; tableMainForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableMainForm.Controls.Add(groupMain, 0, 0); tableMainForm.Controls.Add(tabControlOptions, 0, 1); tableMainForm.Dock = System.Windows.Forms.DockStyle.Fill; tableMainForm.Location = new System.Drawing.Point(3, 3); tableMainForm.Name = "tableMainForm"; tableMainForm.RowCount = 3; tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 84F)); tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableMainForm.Size = new System.Drawing.Size(1067, 443); tableMainForm.TabIndex = 0; // // groupMain // groupMain.Controls.Add(tableMain); groupMain.Dock = System.Windows.Forms.DockStyle.Fill; groupMain.Location = new System.Drawing.Point(3, 3); groupMain.Name = "groupMain"; groupMain.Size = new System.Drawing.Size(1061, 78); groupMain.TabIndex = 0; groupMain.TabStop = false; groupMain.Text = "Main"; // // tableMain // tableMain.ColumnCount = 4; tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 69F)); tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F)); tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F)); tableMain.Controls.Add(labelInputFile, 0, 0); tableMain.Controls.Add(this.textBoxIn, 1, 0); tableMain.Controls.Add(this.buttonBrowseIn, 2, 0); tableMain.Controls.Add(labelOutputFile, 0, 1); tableMain.Controls.Add(this.textBoxOut, 1, 1); tableMain.Controls.Add(buttonBrowseOut, 2, 1); tableMain.Controls.Add(this.buttonGo, 3, 0); tableMain.Dock = System.Windows.Forms.DockStyle.Fill; tableMain.Location = new System.Drawing.Point(3, 16); tableMain.Name = "tableMain"; tableMain.RowCount = 2; tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableMain.Size = new System.Drawing.Size(1055, 59); tableMain.TabIndex = 0; // // labelInputFile // labelInputFile.AutoSize = true; labelInputFile.Dock = System.Windows.Forms.DockStyle.Fill; labelInputFile.Location = new System.Drawing.Point(3, 0); labelInputFile.Name = "labelInputFile"; labelInputFile.Size = new System.Drawing.Size(63, 29); labelInputFile.TabIndex = 0; labelInputFile.Text = "Input file:"; labelInputFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxIn // this.textBoxIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.textBoxIn.Location = new System.Drawing.Point(72, 4); this.textBoxIn.Name = "textBoxIn"; this.textBoxIn.Size = new System.Drawing.Size(835, 20); this.textBoxIn.TabIndex = 1; // // buttonBrowseIn // this.buttonBrowseIn.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonBrowseIn.Location = new System.Drawing.Point(913, 3); this.buttonBrowseIn.Name = "buttonBrowseIn"; this.buttonBrowseIn.Size = new System.Drawing.Size(62, 23); this.buttonBrowseIn.TabIndex = 2; this.buttonBrowseIn.Text = "Browse"; this.buttonBrowseIn.UseVisualStyleBackColor = true; this.buttonBrowseIn.Click += new System.EventHandler(this.buttonBrowseIn_Click); // // labelOutputFile // labelOutputFile.AutoSize = true; labelOutputFile.Dock = System.Windows.Forms.DockStyle.Fill; labelOutputFile.Location = new System.Drawing.Point(3, 29); labelOutputFile.Name = "labelOutputFile"; labelOutputFile.Size = new System.Drawing.Size(63, 30); labelOutputFile.TabIndex = 0; labelOutputFile.Text = "Output file:"; labelOutputFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxOut // this.textBoxOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.textBoxOut.Location = new System.Drawing.Point(72, 34); this.textBoxOut.Name = "textBoxOut"; this.textBoxOut.Size = new System.Drawing.Size(835, 20); this.textBoxOut.TabIndex = 3; // // buttonBrowseOut // buttonBrowseOut.Dock = System.Windows.Forms.DockStyle.Fill; buttonBrowseOut.Location = new System.Drawing.Point(913, 32); buttonBrowseOut.Name = "buttonBrowseOut"; buttonBrowseOut.Size = new System.Drawing.Size(62, 24); buttonBrowseOut.TabIndex = 4; buttonBrowseOut.Text = "Browse"; buttonBrowseOut.UseVisualStyleBackColor = true; buttonBrowseOut.Click += new System.EventHandler(this.buttonBrowseOut_Click); // // buttonGo // this.buttonGo.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonGo.Enabled = false; this.buttonGo.Location = new System.Drawing.Point(981, 3); this.buttonGo.Name = "buttonGo"; tableMain.SetRowSpan(this.buttonGo, 2); this.buttonGo.Size = new System.Drawing.Size(71, 53); this.buttonGo.TabIndex = 5; this.buttonGo.Text = "Convert"; this.buttonGo.UseVisualStyleBackColor = true; this.buttonGo.Click += new System.EventHandler(this.buttonGo_Click); // // tabControlOptions // tabControlOptions.Controls.Add(tabProcessing); tabControlOptions.Controls.Add(tabEncoding); tabControlOptions.Controls.Add(tabAdvanced); tabControlOptions.Dock = System.Windows.Forms.DockStyle.Fill; tabControlOptions.Location = new System.Drawing.Point(3, 87); tabControlOptions.Name = "tabControlOptions"; tabControlOptions.SelectedIndex = 0; tabControlOptions.Size = new System.Drawing.Size(1061, 333); tabControlOptions.TabIndex = 1; // // tabProcessing // tabProcessing.Controls.Add(tableProcessing); tabProcessing.Location = new System.Drawing.Point(4, 22); tabProcessing.Name = "tabProcessing"; tabProcessing.Padding = new System.Windows.Forms.Padding(3); tabProcessing.Size = new System.Drawing.Size(1053, 307); tabProcessing.TabIndex = 3; tabProcessing.Text = "Processing"; // // tableProcessing // tableProcessing.ColumnCount = 1; tableProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableProcessing.Controls.Add(toolStripProcessing, 0, 0); tableProcessing.Controls.Add(panelProcessingInput, 0, 1); tableProcessing.Dock = System.Windows.Forms.DockStyle.Fill; tableProcessing.Location = new System.Drawing.Point(3, 3); tableProcessing.Name = "tableProcessing"; tableProcessing.RowCount = 2; tableProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); tableProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableProcessing.Size = new System.Drawing.Size(1047, 301); tableProcessing.TabIndex = 0; // // toolStripProcessing // toolStripProcessing.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStripProcessing.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.buttonTrim, this.buttonCrop, this.buttonResize, this.buttonSubtitle, this.buttonReverse, this.buttonOverlay, this.buttonCaption, this.boxAdvancedScripting, this.buttonExportProcessing, this.buttonPreview, this.buttonDub, this.buttonRate}); toolStripProcessing.Location = new System.Drawing.Point(0, 0); toolStripProcessing.Name = "toolStripProcessing"; toolStripProcessing.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; toolStripProcessing.ShowItemToolTips = false; toolStripProcessing.Size = new System.Drawing.Size(1047, 25); toolStripProcessing.TabIndex = 0; toolStripProcessing.TabStop = true; // // buttonTrim // this.buttonTrim.AccessibleDescription = "Select a clip from your video."; this.buttonTrim.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.buttonMultipleTrim}); this.buttonTrim.Enabled = false; this.buttonTrim.Margin = new System.Windows.Forms.Padding(0, 1, 3, 2); this.buttonTrim.Name = "buttonTrim"; this.buttonTrim.Size = new System.Drawing.Size(48, 22); this.buttonTrim.Text = "Trim"; this.buttonTrim.ButtonClick += new System.EventHandler(this.buttonTrim_Click); this.buttonTrim.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonTrim.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonMultipleTrim // this.buttonMultipleTrim.AccessibleDescription = "Select many clips from your video, and sort them on a timeline."; this.buttonMultipleTrim.Name = "buttonMultipleTrim"; this.buttonMultipleTrim.Size = new System.Drawing.Size(152, 22); this.buttonMultipleTrim.Text = "Multiple Trim"; this.buttonMultipleTrim.Click += new System.EventHandler(this.buttonMultipleTrim_Click); this.buttonMultipleTrim.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonMultipleTrim.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonCrop // this.buttonCrop.AccessibleDescription = "Crop your video into a smaller frame."; this.buttonCrop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonCrop.Enabled = false; this.buttonCrop.Name = "buttonCrop"; this.buttonCrop.Size = new System.Drawing.Size(37, 22); this.buttonCrop.Text = "Crop"; this.buttonCrop.Click += new System.EventHandler(this.buttonCrop_Click); this.buttonCrop.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonCrop.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonResize // this.buttonResize.AccessibleDescription = "Scale your video."; this.buttonResize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonResize.Enabled = false; this.buttonResize.Name = "buttonResize"; this.buttonResize.Size = new System.Drawing.Size(43, 22); this.buttonResize.Text = "Resize"; this.buttonResize.Click += new System.EventHandler(this.buttonResize_Click); this.buttonResize.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonResize.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonSubtitle // this.buttonSubtitle.AccessibleDescription = "Burn subtitles into the video."; this.buttonSubtitle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonSubtitle.Enabled = false; this.buttonSubtitle.Name = "buttonSubtitle"; this.buttonSubtitle.Size = new System.Drawing.Size(56, 22); this.buttonSubtitle.Text = "Subtitles"; this.buttonSubtitle.Click += new System.EventHandler(this.buttonSubtitle_Click); this.buttonSubtitle.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonSubtitle.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonReverse // this.buttonReverse.AccessibleDescription = "Everything is backwards!"; this.buttonReverse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonReverse.Enabled = false; this.buttonReverse.Name = "buttonReverse"; this.buttonReverse.Size = new System.Drawing.Size(51, 22); this.buttonReverse.Text = "Reverse"; this.buttonReverse.Click += new System.EventHandler(this.buttonReverse_Click); this.buttonReverse.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonReverse.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonOverlay // this.buttonOverlay.AccessibleDescription = "Overlay a picture on top of your video."; this.buttonOverlay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonOverlay.Enabled = false; this.buttonOverlay.Name = "buttonOverlay"; this.buttonOverlay.Size = new System.Drawing.Size(51, 22); this.buttonOverlay.Text = "Overlay"; this.buttonOverlay.Click += new System.EventHandler(this.buttonOverlay_Click); this.buttonOverlay.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonOverlay.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonCaption // this.buttonCaption.AccessibleDescription = "Add some funny text to your video."; this.buttonCaption.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonCaption.Enabled = false; this.buttonCaption.Name = "buttonCaption"; this.buttonCaption.Size = new System.Drawing.Size(53, 22); this.buttonCaption.Text = "Caption"; this.buttonCaption.Click += new System.EventHandler(this.buttonCaption_Click); this.buttonCaption.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonCaption.MouseLeave += new System.EventHandler(this.clearToolTip); // // boxAdvancedScripting // this.boxAdvancedScripting.AccessibleDescription = "Are you a bad enough dude? Take care, there is no way back. You will have to star" + "t over if you f**k up."; this.boxAdvancedScripting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.boxAdvancedScripting.Name = "boxAdvancedScripting"; this.boxAdvancedScripting.Size = new System.Drawing.Size(64, 22); this.boxAdvancedScripting.Text = "Advanced"; this.boxAdvancedScripting.Click += new System.EventHandler(this.boxAdvancedScripting_Click); this.boxAdvancedScripting.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.boxAdvancedScripting.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonExportProcessing // this.buttonExportProcessing.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.buttonExportProcessing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonExportProcessing.Enabled = false; this.buttonExportProcessing.Image = ((System.Drawing.Image)(resources.GetObject("buttonExportProcessing.Image"))); this.buttonExportProcessing.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonExportProcessing.Name = "buttonExportProcessing"; this.buttonExportProcessing.Size = new System.Drawing.Size(44, 22); this.buttonExportProcessing.Text = "Export"; this.buttonExportProcessing.Click += new System.EventHandler(this.buttonExportProcessing_Click); // // buttonPreview // this.buttonPreview.AccessibleDescription = "Open a preview window that will loop your processing settings. Note that this doe" + "sn\'t reflect output encoding quality."; this.buttonPreview.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.buttonPreview.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonPreview.Enabled = false; this.buttonPreview.Name = "buttonPreview"; this.buttonPreview.Size = new System.Drawing.Size(84, 22); this.buttonPreview.Text = "Preview filters"; this.buttonPreview.Click += new System.EventHandler(this.buttonPreview_Click); this.buttonPreview.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonPreview.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonDub // this.buttonDub.AccessibleDescription = "Add or replace the audio on your video."; this.buttonDub.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonDub.Enabled = false; this.buttonDub.Name = "buttonDub"; this.buttonDub.Size = new System.Drawing.Size(33, 22); this.buttonDub.Text = "Dub"; this.buttonDub.Click += new System.EventHandler(this.buttonDub_Click); this.buttonDub.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonDub.MouseLeave += new System.EventHandler(this.clearToolTip); // // panelProcessingInput // panelProcessingInput.Controls.Add(this.listViewProcessingScript); panelProcessingInput.Controls.Add(this.textBoxProcessingScript); panelProcessingInput.Dock = System.Windows.Forms.DockStyle.Fill; panelProcessingInput.Location = new System.Drawing.Point(0, 25); panelProcessingInput.Margin = new System.Windows.Forms.Padding(0); panelProcessingInput.Name = "panelProcessingInput"; panelProcessingInput.Size = new System.Drawing.Size(1047, 276); panelProcessingInput.TabIndex = 1; // // listViewProcessingScript // this.listViewProcessingScript.AccessibleDescription = "Double click a filter to edit it. Select a filter and press Delete to remove it."; this.listViewProcessingScript.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewProcessingScript.LargeImageList = this.imageListFilters; this.listViewProcessingScript.Location = new System.Drawing.Point(0, 0); this.listViewProcessingScript.Margin = new System.Windows.Forms.Padding(0); this.listViewProcessingScript.Name = "listViewProcessingScript"; this.listViewProcessingScript.Size = new System.Drawing.Size(1047, 276); this.listViewProcessingScript.TabIndex = 3; this.listViewProcessingScript.UseCompatibleStateImageBehavior = false; this.listViewProcessingScript.ItemActivate += new System.EventHandler(this.listViewProcessingScript_ItemActivate); this.listViewProcessingScript.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listViewProcessingScript_KeyUp); this.listViewProcessingScript.MouseEnter += new System.EventHandler(this.ControlTooltip); this.listViewProcessingScript.MouseLeave += new System.EventHandler(this.clearToolTip); // // imageListFilters // this.imageListFilters.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListFilters.ImageStream"))); this.imageListFilters.TransparentColor = System.Drawing.Color.Transparent; this.imageListFilters.Images.SetKeyName(0, "Trim"); this.imageListFilters.Images.SetKeyName(1, "Crop"); this.imageListFilters.Images.SetKeyName(2, "Subtitles"); this.imageListFilters.Images.SetKeyName(3, "Reverse"); this.imageListFilters.Images.SetKeyName(4, "Resize"); this.imageListFilters.Images.SetKeyName(5, "Overlay"); this.imageListFilters.Images.SetKeyName(6, "Caption"); this.imageListFilters.Images.SetKeyName(7, "Dub"); this.imageListFilters.Images.SetKeyName(8, "Rate"); // // textBoxProcessingScript // this.textBoxProcessingScript.AcceptsReturn = true; this.textBoxProcessingScript.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxProcessingScript.Location = new System.Drawing.Point(0, 0); this.textBoxProcessingScript.Margin = new System.Windows.Forms.Padding(0); this.textBoxProcessingScript.Multiline = true; this.textBoxProcessingScript.Name = "textBoxProcessingScript"; this.textBoxProcessingScript.Size = new System.Drawing.Size(1047, 276); this.textBoxProcessingScript.TabIndex = 2; this.textBoxProcessingScript.Text = "# This is an AviSynth script. You may write advanced commands below, or just pres" + "s the buttons above for smooth sailing."; this.textBoxProcessingScript.Visible = false; this.textBoxProcessingScript.Leave += new System.EventHandler(this.textBoxProcessingScript_Leave); // // tabEncoding // tabEncoding.BackColor = System.Drawing.SystemColors.Control; tabEncoding.Controls.Add(tableEncoding); tabEncoding.Location = new System.Drawing.Point(4, 22); tabEncoding.Name = "tabEncoding"; tabEncoding.Padding = new System.Windows.Forms.Padding(3); tabEncoding.Size = new System.Drawing.Size(1053, 307); tabEncoding.TabIndex = 0; tabEncoding.Text = "Encoding"; // // tableEncoding // tableEncoding.ColumnCount = 1; tableEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncoding.Controls.Add(groupEncodingGeneral, 0, 0); tableEncoding.Controls.Add(groupEncodingVideo, 0, 1); tableEncoding.Controls.Add(groupEncodingAudio, 0, 2); tableEncoding.Dock = System.Windows.Forms.DockStyle.Fill; tableEncoding.Location = new System.Drawing.Point(3, 3); tableEncoding.Name = "tableEncoding"; tableEncoding.RowCount = 4; tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncoding.Size = new System.Drawing.Size(1047, 301); tableEncoding.TabIndex = 0; // // groupEncodingGeneral // groupEncodingGeneral.Controls.Add(tableEncodingGeneral); groupEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingGeneral.Location = new System.Drawing.Point(3, 3); groupEncodingGeneral.Name = "groupEncodingGeneral"; groupEncodingGeneral.Size = new System.Drawing.Size(1041, 101); groupEncodingGeneral.TabIndex = 1; groupEncodingGeneral.TabStop = false; groupEncodingGeneral.Text = "General"; // // tableEncodingGeneral // tableEncodingGeneral.ColumnCount = 5; tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 248F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncodingGeneral.Controls.Add(this.buttonVariableDefault, 2, 2); tableEncodingGeneral.Controls.Add(labelGeneralModeVariableHint, 3, 2); tableEncodingGeneral.Controls.Add(labelGeneralModeConstantHint, 3, 1); tableEncodingGeneral.Controls.Add(labelGeneralMode, 0, 1); tableEncodingGeneral.Controls.Add(labelGeneralTitle, 0, 0); tableEncodingGeneral.Controls.Add(this.boxTitle, 1, 0); tableEncodingGeneral.Controls.Add(labelGeneralTitleHint, 4, 0); tableEncodingGeneral.Controls.Add(this.boxConstant, 1, 1); tableEncodingGeneral.Controls.Add(this.boxVariable, 1, 2); tableEncodingGeneral.Controls.Add(this.buttonConstantDefault, 2, 1); tableEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill; tableEncodingGeneral.Location = new System.Drawing.Point(3, 16); tableEncodingGeneral.Name = "tableEncodingGeneral"; tableEncodingGeneral.RowCount = 3; tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingGeneral.Size = new System.Drawing.Size(1035, 82); tableEncodingGeneral.TabIndex = 0; // // buttonVariableDefault // this.buttonVariableDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonVariableDefault.Location = new System.Drawing.Point(170, 59); this.buttonVariableDefault.Name = "buttonVariableDefault"; this.buttonVariableDefault.Size = new System.Drawing.Size(54, 22); this.buttonVariableDefault.TabIndex = 5; this.buttonVariableDefault.Text = "Default"; this.buttonVariableDefault.UseVisualStyleBackColor = true; this.buttonVariableDefault.Visible = false; this.buttonVariableDefault.Click += new System.EventHandler(this.buttonVariableDefault_Click); // // labelGeneralModeVariableHint // labelGeneralModeVariableHint.AutoSize = true; tableEncodingGeneral.SetColumnSpan(labelGeneralModeVariableHint, 2); labelGeneralModeVariableHint.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralModeVariableHint.Location = new System.Drawing.Point(230, 56); labelGeneralModeVariableHint.Name = "labelGeneralModeVariableHint"; labelGeneralModeVariableHint.Size = new System.Drawing.Size(802, 28); labelGeneralModeVariableHint.TabIndex = 0; labelGeneralModeVariableHint.Text = "This will make your video get the size it deserves to look good."; labelGeneralModeVariableHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelGeneralModeConstantHint // labelGeneralModeConstantHint.AutoSize = true; tableEncodingGeneral.SetColumnSpan(labelGeneralModeConstantHint, 2); labelGeneralModeConstantHint.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralModeConstantHint.Location = new System.Drawing.Point(230, 28); labelGeneralModeConstantHint.Name = "labelGeneralModeConstantHint"; labelGeneralModeConstantHint.Size = new System.Drawing.Size(802, 28); labelGeneralModeConstantHint.TabIndex = 0; labelGeneralModeConstantHint.Text = "This will make your video have a specific filesize, and suffer lower quality to m" + "atch that size."; labelGeneralModeConstantHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelGeneralMode // labelGeneralMode.AutoSize = true; labelGeneralMode.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralMode.Location = new System.Drawing.Point(3, 28); labelGeneralMode.Name = "labelGeneralMode"; labelGeneralMode.Size = new System.Drawing.Size(73, 28); labelGeneralMode.TabIndex = 0; labelGeneralMode.Text = "Mode:"; labelGeneralMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelGeneralTitle // labelGeneralTitle.AutoSize = true; labelGeneralTitle.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralTitle.Location = new System.Drawing.Point(3, 0); labelGeneralTitle.Name = "labelGeneralTitle"; labelGeneralTitle.Size = new System.Drawing.Size(73, 28); labelGeneralTitle.TabIndex = 0; labelGeneralTitle.Text = "Title:"; labelGeneralTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxTitle // this.boxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); tableEncodingGeneral.SetColumnSpan(this.boxTitle, 3); this.boxTitle.Location = new System.Drawing.Point(82, 4); this.boxTitle.Name = "boxTitle"; this.boxTitle.Size = new System.Drawing.Size(390, 20); this.boxTitle.TabIndex = 1; this.boxTitle.TextChanged += new System.EventHandler(this.UpdateArguments); // // labelGeneralTitleHint // labelGeneralTitleHint.AutoSize = true; labelGeneralTitleHint.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralTitleHint.Location = new System.Drawing.Point(478, 0); labelGeneralTitleHint.Name = "labelGeneralTitleHint"; labelGeneralTitleHint.Size = new System.Drawing.Size(554, 28); labelGeneralTitleHint.TabIndex = 0; labelGeneralTitleHint.Text = "Adds a string of text to the metadata of the video, which can be used to indicate" + " the source of a video, for example. Leave blank for no title."; labelGeneralTitleHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxConstant // this.boxConstant.AutoSize = true; this.boxConstant.Checked = true; this.boxConstant.Dock = System.Windows.Forms.DockStyle.Fill; this.boxConstant.Location = new System.Drawing.Point(82, 31); this.boxConstant.Name = "boxConstant"; this.boxConstant.Size = new System.Drawing.Size(82, 22); this.boxConstant.TabIndex = 2; this.boxConstant.TabStop = true; this.boxConstant.Text = "Constant"; this.boxConstant.UseVisualStyleBackColor = true; this.boxConstant.CheckedChanged += new System.EventHandler(this.boxConstant_CheckedChanged); // // boxVariable // this.boxVariable.AutoSize = true; this.boxVariable.Dock = System.Windows.Forms.DockStyle.Fill; this.boxVariable.Location = new System.Drawing.Point(82, 59); this.boxVariable.Name = "boxVariable"; this.boxVariable.Size = new System.Drawing.Size(82, 22); this.boxVariable.TabIndex = 3; this.boxVariable.Text = "Variable"; this.boxVariable.UseVisualStyleBackColor = true; this.boxVariable.CheckedChanged += new System.EventHandler(this.boxVariable_CheckedChanged); // // buttonConstantDefault // this.buttonConstantDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonConstantDefault.Location = new System.Drawing.Point(170, 31); this.buttonConstantDefault.Name = "buttonConstantDefault"; this.buttonConstantDefault.Size = new System.Drawing.Size(54, 22); this.buttonConstantDefault.TabIndex = 4; this.buttonConstantDefault.Text = "Default"; this.buttonConstantDefault.UseVisualStyleBackColor = true; this.buttonConstantDefault.Visible = false; this.buttonConstantDefault.Click += new System.EventHandler(this.buttonConstantDefault_Click); // // groupEncodingVideo // groupEncodingVideo.Controls.Add(this.tableLayoutPanelEncodingVideo); groupEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingVideo.Location = new System.Drawing.Point(3, 110); groupEncodingVideo.Name = "groupEncodingVideo"; groupEncodingVideo.Size = new System.Drawing.Size(1041, 101); groupEncodingVideo.TabIndex = 2; groupEncodingVideo.TabStop = false; groupEncodingVideo.Text = "Video"; // // tableLayoutPanelEncodingVideo // this.tableLayoutPanelEncodingVideo.ColumnCount = 4; this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelEncodingVideo.Controls.Add(panelEncodingModeSwapper, 0, 1); this.tableLayoutPanelEncodingVideo.Controls.Add(this.boxHQ, 0, 0); this.tableLayoutPanelEncodingVideo.Controls.Add(labelVideoHQHint, 3, 0); this.tableLayoutPanelEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelEncodingVideo.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanelEncodingVideo.Name = "tableLayoutPanelEncodingVideo"; this.tableLayoutPanelEncodingVideo.RowCount = 3; this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelEncodingVideo.Size = new System.Drawing.Size(1035, 82); this.tableLayoutPanelEncodingVideo.TabIndex = 0; // // panelEncodingModeSwapper // this.tableLayoutPanelEncodingVideo.SetColumnSpan(panelEncodingModeSwapper, 4); panelEncodingModeSwapper.Controls.Add(this.tableVideoConstantOptions); panelEncodingModeSwapper.Controls.Add(this.tableVideoVariableOptions); panelEncodingModeSwapper.Dock = System.Windows.Forms.DockStyle.Fill; panelEncodingModeSwapper.Location = new System.Drawing.Point(0, 28); panelEncodingModeSwapper.Margin = new System.Windows.Forms.Padding(0); panelEncodingModeSwapper.Name = "panelEncodingModeSwapper"; this.tableLayoutPanelEncodingVideo.SetRowSpan(panelEncodingModeSwapper, 2); panelEncodingModeSwapper.Size = new System.Drawing.Size(1035, 56); panelEncodingModeSwapper.TabIndex = 2; // // tableVideoConstantOptions // this.tableVideoConstantOptions.ColumnCount = 4; this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimit, 0, 0); this.tableVideoConstantOptions.Controls.Add(this.boxLimit, 1, 0); this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimitUnit, 2, 0); this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimitHint, 3, 0); this.tableVideoConstantOptions.Controls.Add(labelVideoBitrate, 0, 1); this.tableVideoConstantOptions.Controls.Add(this.boxBitrate, 1, 1); this.tableVideoConstantOptions.Controls.Add(labelVideoBitrateUnit, 2, 1); this.tableVideoConstantOptions.Controls.Add(labelVideoBitrateHint, 3, 1); this.tableVideoConstantOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableVideoConstantOptions.Location = new System.Drawing.Point(0, 0); this.tableVideoConstantOptions.Margin = new System.Windows.Forms.Padding(0); this.tableVideoConstantOptions.Name = "tableVideoConstantOptions"; this.tableVideoConstantOptions.RowCount = 2; this.tableVideoConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoConstantOptions.Size = new System.Drawing.Size(1035, 56); this.tableVideoConstantOptions.TabIndex = 0; // // labelVideoSizeLimit // labelVideoSizeLimit.AutoSize = true; labelVideoSizeLimit.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoSizeLimit.Location = new System.Drawing.Point(3, 0); labelVideoSizeLimit.Name = "labelVideoSizeLimit"; labelVideoSizeLimit.Size = new System.Drawing.Size(73, 28); labelVideoSizeLimit.TabIndex = 0; labelVideoSizeLimit.Text = "Size limit:"; labelVideoSizeLimit.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxLimit // this.boxLimit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.boxLimit.Location = new System.Drawing.Point(82, 4); this.boxLimit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxLimit.Name = "boxLimit"; this.boxLimit.Size = new System.Drawing.Size(115, 20); this.boxLimit.TabIndex = 1; this.boxLimit.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxLimit.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelVideoSizeLimitUnit // labelVideoSizeLimitUnit.AutoSize = true; labelVideoSizeLimitUnit.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoSizeLimitUnit.Location = new System.Drawing.Point(197, 0); labelVideoSizeLimitUnit.Margin = new System.Windows.Forms.Padding(0); labelVideoSizeLimitUnit.Name = "labelVideoSizeLimitUnit"; labelVideoSizeLimitUnit.Size = new System.Drawing.Size(30, 28); labelVideoSizeLimitUnit.TabIndex = 0; labelVideoSizeLimitUnit.Text = "MiB"; labelVideoSizeLimitUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoSizeLimitHint // labelVideoSizeLimitHint.AutoSize = true; labelVideoSizeLimitHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoSizeLimitHint.Location = new System.Drawing.Point(230, 0); labelVideoSizeLimitHint.Name = "labelVideoSizeLimitHint"; labelVideoSizeLimitHint.Size = new System.Drawing.Size(802, 28); labelVideoSizeLimitHint.TabIndex = 0; labelVideoSizeLimitHint.Text = "Will adjust the quality to attempt to stay below this limit, and cut off the end " + "of a video if needed. Leave blank for no limit. The limit on 4chan is 3 MB."; labelVideoSizeLimitHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoBitrate // labelVideoBitrate.AutoSize = true; labelVideoBitrate.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoBitrate.Location = new System.Drawing.Point(3, 28); labelVideoBitrate.Name = "labelVideoBitrate"; labelVideoBitrate.Size = new System.Drawing.Size(73, 28); labelVideoBitrate.TabIndex = 0; labelVideoBitrate.Text = "Bitrate:"; labelVideoBitrate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxBitrate // this.boxBitrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.boxBitrate.Location = new System.Drawing.Point(82, 32); this.boxBitrate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxBitrate.Name = "boxBitrate"; this.boxBitrate.Size = new System.Drawing.Size(115, 20); this.boxBitrate.TabIndex = 2; this.boxBitrate.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxBitrate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelVideoBitrateUnit // labelVideoBitrateUnit.AutoSize = true; labelVideoBitrateUnit.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoBitrateUnit.Location = new System.Drawing.Point(197, 28); labelVideoBitrateUnit.Margin = new System.Windows.Forms.Padding(0); labelVideoBitrateUnit.Name = "labelVideoBitrateUnit"; labelVideoBitrateUnit.Size = new System.Drawing.Size(30, 28); labelVideoBitrateUnit.TabIndex = 0; labelVideoBitrateUnit.Text = "Kb/s"; labelVideoBitrateUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoBitrateHint // labelVideoBitrateHint.AutoSize = true; labelVideoBitrateHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoBitrateHint.Location = new System.Drawing.Point(230, 28); labelVideoBitrateHint.Name = "labelVideoBitrateHint"; labelVideoBitrateHint.Size = new System.Drawing.Size(802, 28); labelVideoBitrateHint.TabIndex = 0; labelVideoBitrateHint.Text = "Determines the quality of the video. Keep blank to let the program pick one based" + " on size limit and duration."; labelVideoBitrateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableVideoVariableOptions // this.tableVideoVariableOptions.ColumnCount = 4; this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableVideoVariableOptions.Controls.Add(labelVideoCrf, 0, 0); this.tableVideoVariableOptions.Controls.Add(this.numericCrf, 1, 0); this.tableVideoVariableOptions.Controls.Add(labelVideoCrfHint, 3, 0); this.tableVideoVariableOptions.Controls.Add(labelVideoCrfTolerance, 0, 1); this.tableVideoVariableOptions.Controls.Add(this.numericCrfTolerance, 1, 1); this.tableVideoVariableOptions.Controls.Add(labelVideoCrfToleranceHint, 4, 1); this.tableVideoVariableOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableVideoVariableOptions.Location = new System.Drawing.Point(0, 0); this.tableVideoVariableOptions.Margin = new System.Windows.Forms.Padding(0); this.tableVideoVariableOptions.Name = "tableVideoVariableOptions"; this.tableVideoVariableOptions.RowCount = 2; this.tableVideoVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoVariableOptions.Size = new System.Drawing.Size(1035, 56); this.tableVideoVariableOptions.TabIndex = 0; // // labelVideoCrf // labelVideoCrf.AutoSize = true; labelVideoCrf.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrf.Location = new System.Drawing.Point(3, 0); labelVideoCrf.Name = "labelVideoCrf"; labelVideoCrf.Size = new System.Drawing.Size(73, 28); labelVideoCrf.TabIndex = 0; labelVideoCrf.Text = "CRF:"; labelVideoCrf.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericCrf // this.tableVideoVariableOptions.SetColumnSpan(this.numericCrf, 2); this.numericCrf.Dock = System.Windows.Forms.DockStyle.Fill; this.numericCrf.Location = new System.Drawing.Point(82, 3); this.numericCrf.Maximum = new decimal(new int[] { 63, 0, 0, 0}); this.numericCrf.Name = "numericCrf"; this.numericCrf.Size = new System.Drawing.Size(142, 20); this.numericCrf.TabIndex = 1; this.numericCrf.TabStop = false; this.numericCrf.Value = new decimal(new int[] { 10, 0, 0, 0}); this.numericCrf.ValueChanged += new System.EventHandler(this.UpdateArguments); // // labelVideoCrfHint // labelVideoCrfHint.AutoSize = true; labelVideoCrfHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrfHint.Location = new System.Drawing.Point(230, 0); labelVideoCrfHint.Name = "labelVideoCrfHint"; labelVideoCrfHint.Size = new System.Drawing.Size(802, 28); labelVideoCrfHint.TabIndex = 0; labelVideoCrfHint.Text = "The constant rate factor of the video determines what level of quality the video " + "should get."; labelVideoCrfHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoCrfTolerance // labelVideoCrfTolerance.AutoSize = true; labelVideoCrfTolerance.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrfTolerance.Location = new System.Drawing.Point(3, 28); labelVideoCrfTolerance.Name = "labelVideoCrfTolerance"; labelVideoCrfTolerance.Size = new System.Drawing.Size(73, 28); labelVideoCrfTolerance.TabIndex = 0; labelVideoCrfTolerance.Text = "Tolerance:"; labelVideoCrfTolerance.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericCrfTolerance // this.tableVideoVariableOptions.SetColumnSpan(this.numericCrfTolerance, 2); this.numericCrfTolerance.Dock = System.Windows.Forms.DockStyle.Fill; this.numericCrfTolerance.Location = new System.Drawing.Point(82, 31); this.numericCrfTolerance.Maximum = new decimal(new int[] { 63, 0, 0, 0}); this.numericCrfTolerance.Name = "numericCrfTolerance"; this.numericCrfTolerance.Size = new System.Drawing.Size(142, 20); this.numericCrfTolerance.TabIndex = 2; this.numericCrfTolerance.TabStop = false; this.numericCrfTolerance.Value = new decimal(new int[] { 20, 0, 0, 0}); this.numericCrfTolerance.ValueChanged += new System.EventHandler(this.UpdateArguments); // // labelVideoCrfToleranceHint // labelVideoCrfToleranceHint.AutoSize = true; labelVideoCrfToleranceHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrfToleranceHint.Location = new System.Drawing.Point(230, 28); labelVideoCrfToleranceHint.Name = "labelVideoCrfToleranceHint"; labelVideoCrfToleranceHint.Size = new System.Drawing.Size(802, 28); labelVideoCrfToleranceHint.TabIndex = 0; labelVideoCrfToleranceHint.Text = "This value determines how far the encoder is allowed to stray from the CRF value " + "in order to not waste too many bits on some frames."; labelVideoCrfToleranceHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxHQ // this.boxHQ.AutoSize = true; this.boxHQ.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.tableLayoutPanelEncodingVideo.SetColumnSpan(this.boxHQ, 3); this.boxHQ.Dock = System.Windows.Forms.DockStyle.Fill; this.boxHQ.Location = new System.Drawing.Point(6, 3); this.boxHQ.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this.boxHQ.Name = "boxHQ"; this.boxHQ.Size = new System.Drawing.Size(215, 22); this.boxHQ.TabIndex = 1; this.boxHQ.Text = "Enable high quality mode:"; this.boxHQ.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxHQ.UseVisualStyleBackColor = true; this.boxHQ.CheckedChanged += new System.EventHandler(this.UpdateArguments); // // labelVideoHQHint // labelVideoHQHint.AutoSize = true; labelVideoHQHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoHQHint.Location = new System.Drawing.Point(230, 0); labelVideoHQHint.Name = "labelVideoHQHint"; labelVideoHQHint.Size = new System.Drawing.Size(802, 28); labelVideoHQHint.TabIndex = 0; labelVideoHQHint.Text = "Enables two-pass encoding and adds some extra encoding arguments, increasing outp" + "ut quality, but increases the time it takes to encode your file."; labelVideoHQHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupEncodingAudio // groupEncodingAudio.Controls.Add(tableEncodingAudio); groupEncodingAudio.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingAudio.Location = new System.Drawing.Point(3, 217); groupEncodingAudio.Name = "groupEncodingAudio"; groupEncodingAudio.Size = new System.Drawing.Size(1041, 73); groupEncodingAudio.TabIndex = 3; groupEncodingAudio.TabStop = false; groupEncodingAudio.Text = "Audio"; // // tableEncodingAudio // tableEncodingAudio.ColumnCount = 5; tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncodingAudio.Controls.Add(this.buttonAudioEnabledDefault, 2, 0); tableEncodingAudio.Controls.Add(this.boxAudio, 0, 0); tableEncodingAudio.Controls.Add(labelAudioHint, 4, 0); tableEncodingAudio.Controls.Add(panelEncodingModeSwapperTwo, 0, 1); tableEncodingAudio.Dock = System.Windows.Forms.DockStyle.Fill; tableEncodingAudio.Location = new System.Drawing.Point(3, 16); tableEncodingAudio.Margin = new System.Windows.Forms.Padding(0); tableEncodingAudio.Name = "tableEncodingAudio"; tableEncodingAudio.RowCount = 2; tableEncodingAudio.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingAudio.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingAudio.Size = new System.Drawing.Size(1035, 54); tableEncodingAudio.TabIndex = 0; // // buttonAudioEnabledDefault // tableEncodingAudio.SetColumnSpan(this.buttonAudioEnabledDefault, 2); this.buttonAudioEnabledDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonAudioEnabledDefault.Location = new System.Drawing.Point(170, 3); this.buttonAudioEnabledDefault.Name = "buttonAudioEnabledDefault"; this.buttonAudioEnabledDefault.Size = new System.Drawing.Size(54, 22); this.buttonAudioEnabledDefault.TabIndex = 6; this.buttonAudioEnabledDefault.Text = "Default"; this.buttonAudioEnabledDefault.UseVisualStyleBackColor = true; this.buttonAudioEnabledDefault.Visible = false; this.buttonAudioEnabledDefault.Click += new System.EventHandler(this.buttonAudioEnabledDefault_Click); // // boxAudio // this.boxAudio.AutoSize = true; this.boxAudio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableEncodingAudio.SetColumnSpan(this.boxAudio, 2); this.boxAudio.Dock = System.Windows.Forms.DockStyle.Fill; this.boxAudio.Location = new System.Drawing.Point(6, 3); this.boxAudio.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this.boxAudio.Name = "boxAudio"; this.boxAudio.Size = new System.Drawing.Size(155, 22); this.boxAudio.TabIndex = 1; this.boxAudio.Text = "Enable audio:"; this.boxAudio.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxAudio.UseVisualStyleBackColor = true; this.boxAudio.CheckedChanged += new System.EventHandler(this.boxAudio_CheckedChanged); // // labelAudioHint // labelAudioHint.AutoSize = true; labelAudioHint.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioHint.Location = new System.Drawing.Point(230, 0); labelAudioHint.Name = "labelAudioHint"; labelAudioHint.Size = new System.Drawing.Size(802, 28); labelAudioHint.TabIndex = 0; labelAudioHint.Text = "Do you want a WebM with sound? You found the setting for it."; labelAudioHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panelEncodingModeSwapperTwo // tableEncodingAudio.SetColumnSpan(panelEncodingModeSwapperTwo, 5); panelEncodingModeSwapperTwo.Controls.Add(this.tableAudioConstantOptions); panelEncodingModeSwapperTwo.Controls.Add(this.tableAudioVariableOptions); panelEncodingModeSwapperTwo.Dock = System.Windows.Forms.DockStyle.Fill; panelEncodingModeSwapperTwo.Location = new System.Drawing.Point(0, 28); panelEncodingModeSwapperTwo.Margin = new System.Windows.Forms.Padding(0); panelEncodingModeSwapperTwo.Name = "panelEncodingModeSwapperTwo"; panelEncodingModeSwapperTwo.Size = new System.Drawing.Size(1035, 28); panelEncodingModeSwapperTwo.TabIndex = 2; // // tableAudioConstantOptions // this.tableAudioConstantOptions.ColumnCount = 4; this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioConstantOptions.Controls.Add(labelAudioBitrate, 0, 0); this.tableAudioConstantOptions.Controls.Add(this.boxAudioBitrate, 1, 0); this.tableAudioConstantOptions.Controls.Add(labelAudioBitrateUnit, 2, 0); this.tableAudioConstantOptions.Controls.Add(labelAudioBitrateHint, 4, 0); this.tableAudioConstantOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableAudioConstantOptions.Location = new System.Drawing.Point(0, 0); this.tableAudioConstantOptions.Margin = new System.Windows.Forms.Padding(0); this.tableAudioConstantOptions.Name = "tableAudioConstantOptions"; this.tableAudioConstantOptions.RowCount = 1; this.tableAudioConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioConstantOptions.Size = new System.Drawing.Size(1035, 28); this.tableAudioConstantOptions.TabIndex = 0; // // labelAudioBitrate // labelAudioBitrate.AutoSize = true; labelAudioBitrate.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioBitrate.Location = new System.Drawing.Point(3, 0); labelAudioBitrate.Name = "labelAudioBitrate"; labelAudioBitrate.Size = new System.Drawing.Size(73, 28); labelAudioBitrate.TabIndex = 0; labelAudioBitrate.Text = "Bitrate:"; labelAudioBitrate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxAudioBitrate // this.boxAudioBitrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.boxAudioBitrate.Enabled = false; this.boxAudioBitrate.Location = new System.Drawing.Point(82, 4); this.boxAudioBitrate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxAudioBitrate.Name = "boxAudioBitrate"; this.boxAudioBitrate.Size = new System.Drawing.Size(115, 20); this.boxAudioBitrate.TabIndex = 1; this.boxAudioBitrate.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxAudioBitrate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelAudioBitrateUnit // labelAudioBitrateUnit.AutoSize = true; labelAudioBitrateUnit.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioBitrateUnit.Location = new System.Drawing.Point(197, 0); labelAudioBitrateUnit.Margin = new System.Windows.Forms.Padding(0); labelAudioBitrateUnit.Name = "labelAudioBitrateUnit"; labelAudioBitrateUnit.Size = new System.Drawing.Size(30, 28); labelAudioBitrateUnit.TabIndex = 0; labelAudioBitrateUnit.Text = "Kb/s"; labelAudioBitrateUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelAudioBitrateHint // labelAudioBitrateHint.AutoSize = true; labelAudioBitrateHint.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioBitrateHint.Location = new System.Drawing.Point(230, 0); labelAudioBitrateHint.Name = "labelAudioBitrateHint"; labelAudioBitrateHint.Size = new System.Drawing.Size(802, 28); labelAudioBitrateHint.TabIndex = 0; labelAudioBitrateHint.Text = "Determines the quality of the audio."; labelAudioBitrateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableAudioVariableOptions // this.tableAudioVariableOptions.ColumnCount = 4; this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioVariableOptions.Controls.Add(labelAudioQuality, 0, 0); this.tableAudioVariableOptions.Controls.Add(this.numericAudioQuality, 1, 0); this.tableAudioVariableOptions.Controls.Add(labelAudioQualityHint, 4, 0); this.tableAudioVariableOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableAudioVariableOptions.Location = new System.Drawing.Point(0, 0); this.tableAudioVariableOptions.Margin = new System.Windows.Forms.Padding(0); this.tableAudioVariableOptions.Name = "tableAudioVariableOptions"; this.tableAudioVariableOptions.RowCount = 1; this.tableAudioVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioVariableOptions.Size = new System.Drawing.Size(1035, 28); this.tableAudioVariableOptions.TabIndex = 0; // // labelAudioQuality // labelAudioQuality.AutoSize = true; labelAudioQuality.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioQuality.Location = new System.Drawing.Point(3, 0); labelAudioQuality.Name = "labelAudioQuality"; labelAudioQuality.Size = new System.Drawing.Size(73, 28); labelAudioQuality.TabIndex = 0; labelAudioQuality.Text = "Quality:"; labelAudioQuality.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericAudioQuality // this.tableAudioVariableOptions.SetColumnSpan(this.numericAudioQuality, 2); this.numericAudioQuality.Dock = System.Windows.Forms.DockStyle.Fill; this.numericAudioQuality.Enabled = false; this.numericAudioQuality.Location = new System.Drawing.Point(82, 3); this.numericAudioQuality.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.numericAudioQuality.Name = "numericAudioQuality"; this.numericAudioQuality.Size = new System.Drawing.Size(142, 20); this.numericAudioQuality.TabIndex = 1; this.numericAudioQuality.TabStop = false; this.numericAudioQuality.Value = new decimal(new int[] { 3, 0, 0, 0}); this.numericAudioQuality.ValueChanged += new System.EventHandler(this.UpdateArguments); // // labelAudioQualityHint // labelAudioQualityHint.AutoSize = true; labelAudioQualityHint.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioQualityHint.Location = new System.Drawing.Point(230, 0); labelAudioQualityHint.Name = "labelAudioQualityHint"; labelAudioQualityHint.Size = new System.Drawing.Size(802, 28); labelAudioQualityHint.TabIndex = 0; labelAudioQualityHint.Text = "Determines the average quality of the audio. 10 is the highest quality."; labelAudioQualityHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tabAdvanced // tabAdvanced.AutoScroll = true; tabAdvanced.BackColor = System.Drawing.SystemColors.Control; tabAdvanced.Controls.Add(tableAdvanced); tabAdvanced.Location = new System.Drawing.Point(4, 22); tabAdvanced.Name = "tabAdvanced"; tabAdvanced.Padding = new System.Windows.Forms.Padding(3); tabAdvanced.Size = new System.Drawing.Size(1053, 307); tabAdvanced.TabIndex = 4; tabAdvanced.Text = "Advanced"; // // tableAdvanced // tableAdvanced.ColumnCount = 1; tableAdvanced.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvanced.Controls.Add(labelAdvancedWarning, 0, 0); tableAdvanced.Controls.Add(groupAdvancedProcessing, 0, 1); tableAdvanced.Controls.Add(groupAdvancedEncoding, 0, 2); tableAdvanced.Dock = System.Windows.Forms.DockStyle.Fill; tableAdvanced.Location = new System.Drawing.Point(3, 3); tableAdvanced.Name = "tableAdvanced"; tableAdvanced.RowCount = 4; tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 163F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvanced.Size = new System.Drawing.Size(1047, 301); tableAdvanced.TabIndex = 1; // // labelAdvancedWarning // labelAdvancedWarning.AutoSize = true; tableAdvanced.SetColumnSpan(labelAdvancedWarning, 3); labelAdvancedWarning.Dock = System.Windows.Forms.DockStyle.Fill; labelAdvancedWarning.Location = new System.Drawing.Point(3, 3); labelAdvancedWarning.Margin = new System.Windows.Forms.Padding(3); labelAdvancedWarning.Name = "labelAdvancedWarning"; labelAdvancedWarning.Size = new System.Drawing.Size(1041, 22); labelAdvancedWarning.TabIndex = 0; labelAdvancedWarning.Text = "Do not modify these settings unless you are 100% sure you know what you\'re doing." + ""; labelAdvancedWarning.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupAdvancedProcessing // groupAdvancedProcessing.Controls.Add(tableAdvancedProcessing); groupAdvancedProcessing.Dock = System.Windows.Forms.DockStyle.Fill; groupAdvancedProcessing.Location = new System.Drawing.Point(3, 31); groupAdvancedProcessing.Name = "groupAdvancedProcessing"; groupAdvancedProcessing.Size = new System.Drawing.Size(1041, 101); groupAdvancedProcessing.TabIndex = 1; groupAdvancedProcessing.TabStop = false; groupAdvancedProcessing.Text = "Processing"; // // tableAdvancedProcessing // tableAdvancedProcessing.ColumnCount = 3; tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 148F)); tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvancedProcessing.Controls.Add(labelProcessingLevels, 0, 0); tableAdvancedProcessing.Controls.Add(this.comboLevels, 1, 0); tableAdvancedProcessing.Controls.Add(labelProcessingLevelsHint, 2, 0); tableAdvancedProcessing.Controls.Add(this.boxDeinterlace, 0, 1); tableAdvancedProcessing.Controls.Add(labelProcessingDeinterlaceHint, 2, 1); tableAdvancedProcessing.Controls.Add(this.boxDenoise, 0, 2); tableAdvancedProcessing.Controls.Add(labelProcessingDenoiseHint, 2, 2); tableAdvancedProcessing.Dock = System.Windows.Forms.DockStyle.Fill; tableAdvancedProcessing.Location = new System.Drawing.Point(3, 16); tableAdvancedProcessing.Name = "tableAdvancedProcessing"; tableAdvancedProcessing.RowCount = 3; tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedProcessing.Size = new System.Drawing.Size(1035, 82); tableAdvancedProcessing.TabIndex = 1; // // labelProcessingLevels // labelProcessingLevels.AutoSize = true; labelProcessingLevels.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingLevels.Location = new System.Drawing.Point(3, 0); labelProcessingLevels.Name = "labelProcessingLevels"; labelProcessingLevels.Size = new System.Drawing.Size(73, 28); labelProcessingLevels.TabIndex = 0; labelProcessingLevels.Text = "Color levels:"; labelProcessingLevels.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboLevels // this.comboLevels.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.comboLevels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboLevels.Items.AddRange(new object[] { "Leave them alone", "Expand (TV -> PC)", "Contract (PC -> TV)"}); this.comboLevels.Location = new System.Drawing.Point(82, 3); this.comboLevels.Name = "comboLevels"; this.comboLevels.Size = new System.Drawing.Size(142, 21); this.comboLevels.TabIndex = 1; this.comboLevels.SelectedIndexChanged += new System.EventHandler(this.comboLevels_SelectedIndexChanged); // // labelProcessingLevelsHint // labelProcessingLevelsHint.AutoSize = true; labelProcessingLevelsHint.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingLevelsHint.Location = new System.Drawing.Point(230, 0); labelProcessingLevelsHint.Name = "labelProcessingLevelsHint"; labelProcessingLevelsHint.Size = new System.Drawing.Size(802, 28); labelProcessingLevelsHint.TabIndex = 0; labelProcessingLevelsHint.Text = "If your video looks either too dark or too light, this may be the fault of the in" + "put color range being whack. You can manually fix this by using this option."; labelProcessingLevelsHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxDeinterlace // this.boxDeinterlace.AutoSize = true; this.boxDeinterlace.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableAdvancedProcessing.SetColumnSpan(this.boxDeinterlace, 2); this.boxDeinterlace.Dock = System.Windows.Forms.DockStyle.Fill; this.boxDeinterlace.Location = new System.Drawing.Point(3, 31); this.boxDeinterlace.Name = "boxDeinterlace"; this.boxDeinterlace.Size = new System.Drawing.Size(221, 22); this.boxDeinterlace.TabIndex = 2; this.boxDeinterlace.Text = "Deinterlace:"; this.boxDeinterlace.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxDeinterlace.UseVisualStyleBackColor = true; this.boxDeinterlace.CheckedChanged += new System.EventHandler(this.boxDeinterlace_CheckedChanged); // // labelProcessingDeinterlaceHint // labelProcessingDeinterlaceHint.AutoSize = true; labelProcessingDeinterlaceHint.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingDeinterlaceHint.Location = new System.Drawing.Point(230, 28); labelProcessingDeinterlaceHint.Name = "labelProcessingDeinterlaceHint"; labelProcessingDeinterlaceHint.Size = new System.Drawing.Size(802, 28); labelProcessingDeinterlaceHint.TabIndex = 0; labelProcessingDeinterlaceHint.Text = "Attempt to deinterlace an interlaced input video."; labelProcessingDeinterlaceHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxDenoise // this.boxDenoise.AutoSize = true; this.boxDenoise.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableAdvancedProcessing.SetColumnSpan(this.boxDenoise, 2); this.boxDenoise.Dock = System.Windows.Forms.DockStyle.Fill; this.boxDenoise.Location = new System.Drawing.Point(3, 59); this.boxDenoise.Name = "boxDenoise"; this.boxDenoise.Size = new System.Drawing.Size(221, 22); this.boxDenoise.TabIndex = 3; this.boxDenoise.Text = "Denoise:"; this.boxDenoise.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxDenoise.UseVisualStyleBackColor = true; this.boxDenoise.CheckedChanged += new System.EventHandler(this.boxDenoise_CheckedChanged); // // labelProcessingDenoiseHint // labelProcessingDenoiseHint.AutoSize = true; labelProcessingDenoiseHint.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingDenoiseHint.Location = new System.Drawing.Point(230, 56); labelProcessingDenoiseHint.Name = "labelProcessingDenoiseHint"; labelProcessingDenoiseHint.Size = new System.Drawing.Size(802, 28); labelProcessingDenoiseHint.TabIndex = 0; labelProcessingDenoiseHint.Text = "Denoise the video, resulting in less detailed video but more bang for your buck w" + "hen it comes to bitrate."; labelProcessingDenoiseHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupAdvancedEncoding // groupAdvancedEncoding.AutoSize = true; groupAdvancedEncoding.Controls.Add(tableAdvancedEncoding); groupAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill; groupAdvancedEncoding.Location = new System.Drawing.Point(3, 138); groupAdvancedEncoding.Name = "groupAdvancedEncoding"; groupAdvancedEncoding.Size = new System.Drawing.Size(1041, 157); groupAdvancedEncoding.TabIndex = 2; groupAdvancedEncoding.TabStop = false; groupAdvancedEncoding.Text = "Encoding"; // // tableAdvancedEncoding // tableAdvancedEncoding.ColumnCount = 4; tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvancedEncoding.Controls.Add(this.boxFrameRate, 1, 2); tableAdvancedEncoding.Controls.Add(labelEncodingFrameRateHint, 3, 2); tableAdvancedEncoding.Controls.Add(labelEncodingFrameRate, 0, 2); tableAdvancedEncoding.Controls.Add(labelEncodingNGOVHint, 3, 3); tableAdvancedEncoding.Controls.Add(this.boxNGOV, 0, 3); tableAdvancedEncoding.Controls.Add(labelEncodingThreads, 0, 0); tableAdvancedEncoding.Controls.Add(this.trackThreads, 1, 0); tableAdvancedEncoding.Controls.Add(this.labelThreads, 2, 0); tableAdvancedEncoding.Controls.Add(labelEncodingThreadsHint, 3, 0); tableAdvancedEncoding.Controls.Add(labelEncodingSlices, 0, 1); tableAdvancedEncoding.Controls.Add(this.trackSlices, 1, 1); tableAdvancedEncoding.Controls.Add(this.labelSlices, 2, 1); tableAdvancedEncoding.Controls.Add(labelEncodingSlicesHint, 3, 1); tableAdvancedEncoding.Controls.Add(labelEncodingArguments, 0, 4); tableAdvancedEncoding.Controls.Add(this.boxArguments, 1, 4); tableAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill; tableAdvancedEncoding.Location = new System.Drawing.Point(3, 16); tableAdvancedEncoding.Name = "tableAdvancedEncoding"; tableAdvancedEncoding.RowCount = 5; tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableAdvancedEncoding.Size = new System.Drawing.Size(1035, 138); tableAdvancedEncoding.TabIndex = 0; // // boxFrameRate // this.boxFrameRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); tableAdvancedEncoding.SetColumnSpan(this.boxFrameRate, 2); this.boxFrameRate.Location = new System.Drawing.Point(82, 60); this.boxFrameRate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxFrameRate.Name = "boxFrameRate"; this.boxFrameRate.Size = new System.Drawing.Size(145, 20); this.boxFrameRate.TabIndex = 8; this.boxFrameRate.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxFrameRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelEncodingFrameRateHint // labelEncodingFrameRateHint.AutoSize = true; labelEncodingFrameRateHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingFrameRateHint.Location = new System.Drawing.Point(230, 56); labelEncodingFrameRateHint.Name = "labelEncodingFrameRateHint"; labelEncodingFrameRateHint.Size = new System.Drawing.Size(802, 28); labelEncodingFrameRateHint.TabIndex = 7; labelEncodingFrameRateHint.Text = "If you want to change the frame rate of your video, input your desired frame rate" + " here. Keep blank to leave the frame rate alone."; labelEncodingFrameRateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingFrameRate // labelEncodingFrameRate.AutoSize = true; labelEncodingFrameRate.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingFrameRate.Location = new System.Drawing.Point(3, 56); labelEncodingFrameRate.Name = "labelEncodingFrameRate"; labelEncodingFrameRate.Size = new System.Drawing.Size(73, 28); labelEncodingFrameRate.TabIndex = 6; labelEncodingFrameRate.Text = "Frame rate:"; labelEncodingFrameRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelEncodingNGOVHint // labelEncodingNGOVHint.AutoSize = true; labelEncodingNGOVHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingNGOVHint.Location = new System.Drawing.Point(230, 84); labelEncodingNGOVHint.Name = "labelEncodingNGOVHint"; labelEncodingNGOVHint.Size = new System.Drawing.Size(802, 28); labelEncodingNGOVHint.TabIndex = 0; labelEncodingNGOVHint.Text = "Use the next-gen VP9/Opus encoders instead of the standard VP8/Vorbis. Will resul" + "t in extremely long encoding times and less compatibility.\r\nKeep this disabled u" + "ntil Moot allows VP9 WebMs."; labelEncodingNGOVHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxNGOV // this.boxNGOV.AutoSize = true; this.boxNGOV.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableAdvancedEncoding.SetColumnSpan(this.boxNGOV, 3); this.boxNGOV.Dock = System.Windows.Forms.DockStyle.Fill; this.boxNGOV.Location = new System.Drawing.Point(3, 87); this.boxNGOV.Name = "boxNGOV"; this.boxNGOV.Size = new System.Drawing.Size(221, 22); this.boxNGOV.TabIndex = 4; this.boxNGOV.Text = "VP9/Opus:"; this.boxNGOV.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxNGOV.UseVisualStyleBackColor = true; this.boxNGOV.CheckedChanged += new System.EventHandler(this.boxNGOV_CheckedChanged); // // labelEncodingThreads // labelEncodingThreads.AutoSize = true; labelEncodingThreads.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingThreads.Location = new System.Drawing.Point(3, 0); labelEncodingThreads.Name = "labelEncodingThreads"; labelEncodingThreads.Size = new System.Drawing.Size(73, 28); labelEncodingThreads.TabIndex = 0; labelEncodingThreads.Text = "Threads:"; labelEncodingThreads.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // trackThreads // this.trackThreads.Dock = System.Windows.Forms.DockStyle.Fill; this.trackThreads.Location = new System.Drawing.Point(79, 0); this.trackThreads.Margin = new System.Windows.Forms.Padding(0); this.trackThreads.Maximum = 16; this.trackThreads.Minimum = 1; this.trackThreads.Name = "trackThreads"; this.trackThreads.Size = new System.Drawing.Size(118, 28); this.trackThreads.TabIndex = 1; this.trackThreads.Value = 1; this.trackThreads.ValueChanged += new System.EventHandler(this.trackThreads_ValueChanged); // // labelThreads // this.labelThreads.AutoSize = true; this.labelThreads.Dock = System.Windows.Forms.DockStyle.Fill; this.labelThreads.Location = new System.Drawing.Point(197, 0); this.labelThreads.Margin = new System.Windows.Forms.Padding(0); this.labelThreads.Name = "labelThreads"; this.labelThreads.Size = new System.Drawing.Size(30, 28); this.labelThreads.TabIndex = 0; this.labelThreads.Text = "1"; this.labelThreads.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingThreadsHint // labelEncodingThreadsHint.AutoSize = true; labelEncodingThreadsHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingThreadsHint.Location = new System.Drawing.Point(230, 0); labelEncodingThreadsHint.Name = "labelEncodingThreadsHint"; labelEncodingThreadsHint.Size = new System.Drawing.Size(802, 28); labelEncodingThreadsHint.TabIndex = 0; labelEncodingThreadsHint.Text = "Determines amount of threads ffmpeg uses. Try setting this to 1 if ffmpeg.exe cra" + "shes as soon as you click Convert."; labelEncodingThreadsHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingSlices // labelEncodingSlices.AutoSize = true; labelEncodingSlices.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingSlices.Location = new System.Drawing.Point(3, 28); labelEncodingSlices.Name = "labelEncodingSlices"; labelEncodingSlices.Size = new System.Drawing.Size(73, 28); labelEncodingSlices.TabIndex = 0; labelEncodingSlices.Text = "Slices:"; labelEncodingSlices.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // trackSlices // this.trackSlices.Dock = System.Windows.Forms.DockStyle.Fill; this.trackSlices.Location = new System.Drawing.Point(79, 28); this.trackSlices.Margin = new System.Windows.Forms.Padding(0); this.trackSlices.Maximum = 4; this.trackSlices.Minimum = 1; this.trackSlices.Name = "trackSlices"; this.trackSlices.Size = new System.Drawing.Size(118, 28); this.trackSlices.TabIndex = 2; this.trackSlices.Value = 1; this.trackSlices.ValueChanged += new System.EventHandler(this.trackSlices_ValueChanged); // // labelSlices // this.labelSlices.AutoSize = true; this.labelSlices.Dock = System.Windows.Forms.DockStyle.Fill; this.labelSlices.Location = new System.Drawing.Point(197, 28); this.labelSlices.Margin = new System.Windows.Forms.Padding(0); this.labelSlices.Name = "labelSlices"; this.labelSlices.Size = new System.Drawing.Size(30, 28); this.labelSlices.TabIndex = 0; this.labelSlices.Text = "1"; this.labelSlices.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingSlicesHint // labelEncodingSlicesHint.AutoSize = true; labelEncodingSlicesHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingSlicesHint.Location = new System.Drawing.Point(230, 28); labelEncodingSlicesHint.Name = "labelEncodingSlicesHint"; labelEncodingSlicesHint.Size = new System.Drawing.Size(802, 28); labelEncodingSlicesHint.TabIndex = 0; labelEncodingSlicesHint.Text = "Split frames into slices before encoding them. Results in a higher quality per fr" + "ame. 4 slices is standard for 720p resolutions."; labelEncodingSlicesHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingArguments // labelEncodingArguments.AutoSize = true; labelEncodingArguments.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingArguments.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; labelEncodingArguments.Location = new System.Drawing.Point(3, 112); labelEncodingArguments.Name = "labelEncodingArguments"; labelEncodingArguments.Size = new System.Drawing.Size(73, 28); labelEncodingArguments.TabIndex = 0; labelEncodingArguments.Text = "Arguments:"; labelEncodingArguments.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxArguments // this.boxArguments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); tableAdvancedEncoding.SetColumnSpan(this.boxArguments, 3); this.boxArguments.Location = new System.Drawing.Point(82, 116); this.boxArguments.Name = "boxArguments"; this.boxArguments.Size = new System.Drawing.Size(950, 20); this.boxArguments.TabIndex = 5; // // statusStrip // statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel}); statusStrip.Location = new System.Drawing.Point(3, 424); statusStrip.Name = "statusStrip"; statusStrip.Size = new System.Drawing.Size(1067, 22); statusStrip.SizingGrip = false; statusStrip.TabIndex = 6; // // toolStripStatusLabel // this.toolStripStatusLabel.Name = "toolStripStatusLabel"; this.toolStripStatusLabel.Size = new System.Drawing.Size(1052, 17); this.toolStripStatusLabel.Spring = true; this.toolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panelContainTheProgressBar // this.panelContainTheProgressBar.Anchor = System.Windows.Forms.AnchorStyles.None; this.panelContainTheProgressBar.AutoSize = true; this.panelContainTheProgressBar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.panelContainTheProgressBar.BackColor = System.Drawing.SystemColors.Control; this.panelContainTheProgressBar.Controls.Add(this.boxIndexingProgressDetails); this.panelContainTheProgressBar.Controls.Add(this.boxIndexingProgress); this.panelContainTheProgressBar.Controls.Add(this.labelIndexingProgress); this.panelContainTheProgressBar.Controls.Add(this.progressBarIndexing); this.panelContainTheProgressBar.Location = new System.Drawing.Point(299, 148); this.panelContainTheProgressBar.Name = "panelContainTheProgressBar"; this.panelContainTheProgressBar.Size = new System.Drawing.Size(469, 205); this.panelContainTheProgressBar.TabIndex = 0; // // boxIndexingProgressDetails // this.boxIndexingProgressDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.boxIndexingProgressDetails.Appearance = System.Windows.Forms.Appearance.Button; this.boxIndexingProgressDetails.AutoSize = true; this.boxIndexingProgressDetails.Location = new System.Drawing.Point(414, 5); this.boxIndexingProgressDetails.Name = "boxIndexingProgressDetails"; this.boxIndexingProgressDetails.Size = new System.Drawing.Size(49, 23); this.boxIndexingProgressDetails.TabIndex = 1; this.boxIndexingProgressDetails.Text = "Details"; this.boxIndexingProgressDetails.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.boxIndexingProgressDetails.UseVisualStyleBackColor = true; this.boxIndexingProgressDetails.CheckedChanged += new System.EventHandler(this.boxIndexingProgressDetails_CheckedChanged); // // boxIndexingProgress // this.boxIndexingProgress.BackColor = System.Drawing.SystemColors.ControlLightLight; this.boxIndexingProgress.Location = new System.Drawing.Point(6, 61); this.boxIndexingProgress.Margin = new System.Windows.Forms.Padding(3, 3, 3, 6); this.boxIndexingProgress.Multiline = true; this.boxIndexingProgress.Name = "boxIndexingProgress"; this.boxIndexingProgress.ReadOnly = true; this.boxIndexingProgress.Size = new System.Drawing.Size(457, 138); this.boxIndexingProgress.TabIndex = 0; this.boxIndexingProgress.Visible = false; // // labelIndexingProgress // this.labelIndexingProgress.BackColor = System.Drawing.Color.Transparent; this.labelIndexingProgress.Location = new System.Drawing.Point(4, 5); this.labelIndexingProgress.Name = "labelIndexingProgress"; this.labelIndexingProgress.Size = new System.Drawing.Size(460, 23); this.labelIndexingProgress.TabIndex = 1; this.labelIndexingProgress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // progressBarIndexing // this.progressBarIndexing.Location = new System.Drawing.Point(6, 32); this.progressBarIndexing.Margin = new System.Windows.Forms.Padding(6); this.progressBarIndexing.Name = "progressBarIndexing"; this.progressBarIndexing.Size = new System.Drawing.Size(457, 23); this.progressBarIndexing.Style = System.Windows.Forms.ProgressBarStyle.Marquee; this.progressBarIndexing.TabIndex = 0; this.progressBarIndexing.Value = 30; // // panelHideTheOptions // this.panelHideTheOptions.BackColor = System.Drawing.SystemColors.ControlDark; this.panelHideTheOptions.Controls.Add(this.panelContainTheProgressBar); this.panelHideTheOptions.Location = new System.Drawing.Point(3, 88); this.panelHideTheOptions.Name = "panelHideTheOptions"; this.panelHideTheOptions.Size = new System.Drawing.Size(1067, 356); this.panelHideTheOptions.TabIndex = 3; // // buttonRate // this.buttonRate.AccessibleDescription = "Speed up or slow down your video."; this.buttonRate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonRate.Enabled = false; this.buttonRate.Name = "buttonRate"; this.buttonRate.Size = new System.Drawing.Size(78, 22); this.buttonRate.Text = "Change Rate"; this.buttonRate.Click += new System.EventHandler(this.buttonRate_Click); this.buttonRate.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonRate.MouseLeave += new System.EventHandler(this.clearToolTip); // // MainForm // this.AcceptButton = this.buttonGo; this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1073, 446); this.Controls.Add(statusStrip); this.Controls.Add(tableMainForm); this.Controls.Add(this.panelHideTheOptions); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimumSize = new System.Drawing.Size(975, 270); this.Name = "MainForm"; this.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0); this.Text = "WebM for Gits"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.Shown += new System.EventHandler(this.MainForm_Shown); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.HandleDragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.HandleDragEnter); tableMainForm.ResumeLayout(false); groupMain.ResumeLayout(false); tableMain.ResumeLayout(false); tableMain.PerformLayout(); tabControlOptions.ResumeLayout(false); tabProcessing.ResumeLayout(false); tableProcessing.ResumeLayout(false); tableProcessing.PerformLayout(); toolStripProcessing.ResumeLayout(false); toolStripProcessing.PerformLayout(); panelProcessingInput.ResumeLayout(false); panelProcessingInput.PerformLayout(); tabEncoding.ResumeLayout(false); tableEncoding.ResumeLayout(false); groupEncodingGeneral.ResumeLayout(false); tableEncodingGeneral.ResumeLayout(false); tableEncodingGeneral.PerformLayout(); groupEncodingVideo.ResumeLayout(false); this.tableLayoutPanelEncodingVideo.ResumeLayout(false); this.tableLayoutPanelEncodingVideo.PerformLayout(); panelEncodingModeSwapper.ResumeLayout(false); this.tableVideoConstantOptions.ResumeLayout(false); this.tableVideoConstantOptions.PerformLayout(); this.tableVideoVariableOptions.ResumeLayout(false); this.tableVideoVariableOptions.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericCrf)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericCrfTolerance)).EndInit(); groupEncodingAudio.ResumeLayout(false); tableEncodingAudio.ResumeLayout(false); tableEncodingAudio.PerformLayout(); panelEncodingModeSwapperTwo.ResumeLayout(false); this.tableAudioConstantOptions.ResumeLayout(false); this.tableAudioConstantOptions.PerformLayout(); this.tableAudioVariableOptions.ResumeLayout(false); this.tableAudioVariableOptions.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericAudioQuality)).EndInit(); tabAdvanced.ResumeLayout(false); tableAdvanced.ResumeLayout(false); tableAdvanced.PerformLayout(); groupAdvancedProcessing.ResumeLayout(false); tableAdvancedProcessing.ResumeLayout(false); tableAdvancedProcessing.PerformLayout(); groupAdvancedEncoding.ResumeLayout(false); tableAdvancedEncoding.ResumeLayout(false); tableAdvancedEncoding.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackThreads)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackSlices)).EndInit(); statusStrip.ResumeLayout(false); statusStrip.PerformLayout(); this.panelContainTheProgressBar.ResumeLayout(false); this.panelContainTheProgressBar.PerformLayout(); this.panelHideTheOptions.ResumeLayout(false); this.panelHideTheOptions.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.Label label6; System.Windows.Forms.TabPage tabPassiveSkills; System.Windows.Forms.GroupBox groupBox9; System.Windows.Forms.GroupBox groupBox8; System.Windows.Forms.GroupBox groupBox7; System.Windows.Forms.GroupBox groupBox3; System.Windows.Forms.Label label17; System.Windows.Forms.Label label18; System.Windows.Forms.Label label16; System.Windows.Forms.GroupBox groupBox5; System.Windows.Forms.GroupBox groupBox4; System.Windows.Forms.GroupBox groupBoxBarbarianActiveSkills; System.Windows.Forms.GroupBox groupBoxMonkActiveSkills; System.Windows.Forms.GroupBox groupBox2; System.Windows.Forms.Label label68; System.Windows.Forms.Label label47; System.Windows.Forms.Label label69; System.Windows.Forms.Label label11; System.Windows.Forms.Label label66; System.Windows.Forms.Label label9; System.Windows.Forms.Label label67; System.Windows.Forms.Label label65; System.Windows.Forms.Label label64; System.Windows.Forms.Label label46; System.Windows.Forms.Label label45; System.Windows.Forms.Label label44; System.Windows.Forms.Label label27; System.Windows.Forms.Label label20; System.Windows.Forms.Label label43; System.Windows.Forms.Label label42; System.Windows.Forms.Label label41; System.Windows.Forms.Label label40; System.Windows.Forms.Label label39; System.Windows.Forms.Label label38; System.Windows.Forms.Label label37; System.Windows.Forms.Label label36; System.Windows.Forms.Label label15; System.Windows.Forms.Label label12; System.Windows.Forms.Label label35; System.Windows.Forms.Label label26; System.Windows.Forms.Label label25; System.Windows.Forms.Label label24; System.Windows.Forms.Label label23; System.Windows.Forms.Label label22; System.Windows.Forms.Label label21; System.Windows.Forms.GroupBox groupBox10; System.Windows.Forms.Label label62; System.Windows.Forms.Label label8; System.Windows.Forms.Label label10; System.Windows.Forms.Label label63; System.Windows.Forms.Label label13; System.Windows.Forms.Label label14; System.Windows.Forms.Label label48; System.Windows.Forms.Label label49; System.Windows.Forms.Label label50; System.Windows.Forms.Label label51; System.Windows.Forms.Label label52; System.Windows.Forms.Label label53; System.Windows.Forms.Label label54; System.Windows.Forms.Label label55; System.Windows.Forms.Label label56; System.Windows.Forms.Label label57; System.Windows.Forms.Label label58; System.Windows.Forms.Label label59; System.Windows.Forms.Label label60; System.Windows.Forms.Label label61; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Label label19; System.Windows.Forms.Label label1; System.Windows.Forms.Label label7; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.Windows.Forms.Label label5; System.Windows.Forms.Label label4; System.Windows.Forms.TabPage tabActiveSkills; System.Windows.Forms.GroupBox groupBox12; System.Windows.Forms.GroupBox groupBox11; System.Windows.Forms.TabControl tacControl1; System.Windows.Forms.GroupBox groupBox14; System.Windows.Forms.GroupBox groupBox13; System.Windows.Forms.Label label72; System.Windows.Forms.Label label71; System.Windows.Forms.Label label70; this.guiSkillGalvanizingWard = new System.Windows.Forms.CheckBox(); this.guiSkillGlassCannon = new System.Windows.Forms.CheckBox(); this.guiSkillPierceTheVeil = new System.Windows.Forms.CheckBox(); this.guiSkillRuthless = new System.Windows.Forms.CheckBox(); this.guiSkillToughAsNails = new System.Windows.Forms.CheckBox(); this.guiSkillNervesOfSteel = new System.Windows.Forms.CheckBox(); this.guiSkillWeaponsMaster = new System.Windows.Forms.CheckBox(); this.guiSkillHarmony = new System.Windows.Forms.CheckBox(); this.guiSkillUnity = new System.Windows.Forms.CheckBox(); this.guiSkillSeizeTheInitiative = new System.Windows.Forms.CheckBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.guiHeroClass = new System.Windows.Forms.ComboBox(); this.guiHeroParagonLevel = new System.Windows.Forms.TextBox(); this.guiHeroLevel = new System.Windows.Forms.TextBox(); this.guiSkillPoweredArmor = new System.Windows.Forms.CheckBox(); this.guiSkillAnatomy = new System.Windows.Forms.CheckBox(); this.guiSkillFocusedMind = new System.Windows.Forms.CheckBox(); this.guiSkillPerfectionnist = new System.Windows.Forms.CheckBox(); this.guiSkillSharpShooter = new System.Windows.Forms.CheckBox(); this.guiSkillArchery = new System.Windows.Forms.CheckBox(); this.guiSkillSteadyAim = new System.Windows.Forms.CheckBox(); this.guiSkillWarCry_Invigorate = new System.Windows.Forms.CheckBox(); this.guiSkillMysticAlly_FireAlly = new System.Windows.Forms.CheckBox(); this.guiSkillMantraOfRetribution_Transgression = new System.Windows.Forms.CheckBox(); this.guiSkillMysticAlly_EarthAlly = new System.Windows.Forms.CheckBox(); this.guiSkillMantraOfHealing_TimeOfNeed = new System.Windows.Forms.CheckBox(); this.guiSkillMantraOfEvasion_HardTarget = new System.Windows.Forms.CheckBox(); this.guiItemsLifeSteal = new System.Windows.Forms.TextBox(); this.guiCalculatedReductionFromRangedPercent = new System.Windows.Forms.TextBox(); this.guiItemsLifePerSecond = new System.Windows.Forms.TextBox(); this.guiItemsLifeOnHit = new System.Windows.Forms.TextBox(); this.guiCalculatedReductionFromMeleePercent = new System.Windows.Forms.TextBox(); this.guiCalculatedReductionFromElitesPercent = new System.Windows.Forms.TextBox(); this.guiCalculatedDPSEHPRatio = new System.Windows.Forms.TextBox(); this.guiCalculatedEffectiveHitpoints = new System.Windows.Forms.TextBox(); this.guiCalculatedResistance_All = new System.Windows.Forms.TextBox(); this.guiCalculatedHitpoints = new System.Windows.Forms.TextBox(); this.guiCalculatedBlockMax = new System.Windows.Forms.TextBox(); this.guiCalculatedBlockMin = new System.Windows.Forms.TextBox(); this.guiCalculatedBlockChance = new System.Windows.Forms.TextBox(); this.guiCalculatedDodge = new System.Windows.Forms.TextBox(); this.guiCalculatedDamageReduction_Poison = new System.Windows.Forms.TextBox(); this.guiCalculatedDamageReduction_Physical = new System.Windows.Forms.TextBox(); this.guiCalculatedDamageReduction_Lightning = new System.Windows.Forms.TextBox(); this.guiCalculatedDamageReduction_Fire = new System.Windows.Forms.TextBox(); this.guiCalculatedDamageReduction_Cold = new System.Windows.Forms.TextBox(); this.guiCalculatedDamageReduction_Arcane = new System.Windows.Forms.TextBox(); this.guiCalculatedDamageReduction_Armor = new System.Windows.Forms.TextBox(); this.guiCalculatedArmor = new System.Windows.Forms.TextBox(); this.guiCalculatedResistance_Poison = new System.Windows.Forms.TextBox(); this.guiCalculatedResistance_Physical = new System.Windows.Forms.TextBox(); this.guiCalculatedResistance_Lightning = new System.Windows.Forms.TextBox(); this.guiCalculatedResistance_Fire = new System.Windows.Forms.TextBox(); this.guiCalculatedResistance_Cold = new System.Windows.Forms.TextBox(); this.guiCalculatedResistance_Arcane = new System.Windows.Forms.TextBox(); this.guiCalculatedDPS = new System.Windows.Forms.TextBox(); this.guiCalculatedBonusEliteDamagePercent = new System.Windows.Forms.TextBox(); this.guiCalculatedAttackPerSecond = new System.Windows.Forms.TextBox(); this.guiCalcultatedDamageMax = new System.Windows.Forms.TextBox(); this.guiCalcultatedDamageMin = new System.Windows.Forms.TextBox(); this.guiCalcultatedDamageCriticMax = new System.Windows.Forms.TextBox(); this.guiCalcultatedDamageCriticMin = new System.Windows.Forms.TextBox(); this.guiItemsLifePercent = new System.Windows.Forms.TextBox(); this.guiItemsDexterity = new System.Windows.Forms.TextBox(); this.guiItemsCriticDamage = new System.Windows.Forms.TextBox(); this.guiItemsCriticChance = new System.Windows.Forms.TextBox(); this.guiItemsIntelligence = new System.Windows.Forms.TextBox(); this.guiItemsSpeedAttack = new System.Windows.Forms.TextBox(); this.guiItemsStrength = new System.Windows.Forms.TextBox(); this.guiItemsVitality = new System.Windows.Forms.TextBox(); this.guiSkillCompanion_BoarCompanion = new System.Windows.Forms.CheckBox(); this.guiItemChoiceFeet = new System.Windows.Forms.Button(); this.guiItemChoiceLegs = new System.Windows.Forms.Button(); this.guiItemChoiceWaist = new System.Windows.Forms.Button(); this.guiItemChoiceTorso = new System.Windows.Forms.Button(); this.guiItemChoiceHands = new System.Windows.Forms.Button(); this.guiItemChoiceBracers = new System.Windows.Forms.Button(); this.guiItemChoiceShoulders = new System.Windows.Forms.Button(); this.guiItemChoiceHead = new System.Windows.Forms.Button(); this.guiItemChoiceNeck = new System.Windows.Forms.Button(); this.guiItemChoiceRightFinger = new System.Windows.Forms.Button(); this.guiItemChoiceLeftFinger = new System.Windows.Forms.Button(); this.guiItemChoiceSpecial = new System.Windows.Forms.Button(); this.guiItemChoiceOffHand = new System.Windows.Forms.Button(); this.guiItemChoiceMainHand = new System.Windows.Forms.Button(); this.tabResults = new System.Windows.Forms.TabPage(); this.guiDoCalculations = new System.Windows.Forms.Button(); this.guiSetAsReference = new System.Windows.Forms.Button(); this.guiCalculatedSkillDamageVsElites_Poison = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamageVsElites_Physical = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamageVsElites_Lightning = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamageVsElites_Holy = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamageVsElites_Arcane = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamageVsElites_Fire = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamageVsElites_Cold = new System.Windows.Forms.TextBox(); this.guiSkillCooldownReductionAll = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillBonusPercent_Cold = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillBonusPercent_Fire = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillBonusPercent_Holy = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillBonusPercent_Lightning = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillBonusPercent_Physical = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamage_Poison = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamage_Physical = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillBonusPercent_Poison = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamage_Lightning = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillBonusPercent_Arcane = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamage_Holy = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamage_Arcane = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamage_Fire = new System.Windows.Forms.TextBox(); this.guiCalculatedSkillDamage_Cold = new System.Windows.Forms.TextBox(); this.tabItemEditor = new System.Windows.Forms.TabPage(); this.guiItemEditor = new ZTn.BNet.D3ProfileExplorer.D3ItemEditor(); this.tabSetBonus = new System.Windows.Forms.TabPage(); this.guiSetBonusEditor = new ZTn.BNet.D3ProfileExplorer.D3ItemEditor(); label6 = new System.Windows.Forms.Label(); tabPassiveSkills = new System.Windows.Forms.TabPage(); groupBox9 = new System.Windows.Forms.GroupBox(); groupBox8 = new System.Windows.Forms.GroupBox(); groupBox7 = new System.Windows.Forms.GroupBox(); groupBox3 = new System.Windows.Forms.GroupBox(); label17 = new System.Windows.Forms.Label(); label18 = new System.Windows.Forms.Label(); label16 = new System.Windows.Forms.Label(); groupBox5 = new System.Windows.Forms.GroupBox(); groupBox4 = new System.Windows.Forms.GroupBox(); groupBoxBarbarianActiveSkills = new System.Windows.Forms.GroupBox(); groupBoxMonkActiveSkills = new System.Windows.Forms.GroupBox(); groupBox2 = new System.Windows.Forms.GroupBox(); label68 = new System.Windows.Forms.Label(); label47 = new System.Windows.Forms.Label(); label69 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label66 = new System.Windows.Forms.Label(); label9 = new System.Windows.Forms.Label(); label67 = new System.Windows.Forms.Label(); label65 = new System.Windows.Forms.Label(); label64 = new System.Windows.Forms.Label(); label46 = new System.Windows.Forms.Label(); label45 = new System.Windows.Forms.Label(); label44 = new System.Windows.Forms.Label(); label27 = new System.Windows.Forms.Label(); label20 = new System.Windows.Forms.Label(); label43 = new System.Windows.Forms.Label(); label42 = new System.Windows.Forms.Label(); label41 = new System.Windows.Forms.Label(); label40 = new System.Windows.Forms.Label(); label39 = new System.Windows.Forms.Label(); label38 = new System.Windows.Forms.Label(); label37 = new System.Windows.Forms.Label(); label36 = new System.Windows.Forms.Label(); label15 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); label35 = new System.Windows.Forms.Label(); label26 = new System.Windows.Forms.Label(); label25 = new System.Windows.Forms.Label(); label24 = new System.Windows.Forms.Label(); label23 = new System.Windows.Forms.Label(); label22 = new System.Windows.Forms.Label(); label21 = new System.Windows.Forms.Label(); groupBox10 = new System.Windows.Forms.GroupBox(); label62 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label63 = new System.Windows.Forms.Label(); label13 = new System.Windows.Forms.Label(); label14 = new System.Windows.Forms.Label(); label48 = new System.Windows.Forms.Label(); label49 = new System.Windows.Forms.Label(); label50 = new System.Windows.Forms.Label(); label51 = new System.Windows.Forms.Label(); label52 = new System.Windows.Forms.Label(); label53 = new System.Windows.Forms.Label(); label54 = new System.Windows.Forms.Label(); label55 = new System.Windows.Forms.Label(); label56 = new System.Windows.Forms.Label(); label57 = new System.Windows.Forms.Label(); label58 = new System.Windows.Forms.Label(); label59 = new System.Windows.Forms.Label(); label60 = new System.Windows.Forms.Label(); label61 = new System.Windows.Forms.Label(); groupBox1 = new System.Windows.Forms.GroupBox(); label19 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); tabActiveSkills = new System.Windows.Forms.TabPage(); groupBox12 = new System.Windows.Forms.GroupBox(); groupBox11 = new System.Windows.Forms.GroupBox(); tacControl1 = new System.Windows.Forms.TabControl(); groupBox14 = new System.Windows.Forms.GroupBox(); groupBox13 = new System.Windows.Forms.GroupBox(); label72 = new System.Windows.Forms.Label(); label71 = new System.Windows.Forms.Label(); label70 = new System.Windows.Forms.Label(); tabPassiveSkills.SuspendLayout(); groupBox9.SuspendLayout(); groupBox8.SuspendLayout(); groupBox7.SuspendLayout(); groupBox3.SuspendLayout(); this.groupBox6.SuspendLayout(); groupBox5.SuspendLayout(); groupBox4.SuspendLayout(); groupBoxBarbarianActiveSkills.SuspendLayout(); groupBoxMonkActiveSkills.SuspendLayout(); groupBox2.SuspendLayout(); groupBox10.SuspendLayout(); groupBox1.SuspendLayout(); tabActiveSkills.SuspendLayout(); groupBox12.SuspendLayout(); groupBox11.SuspendLayout(); tacControl1.SuspendLayout(); this.tabResults.SuspendLayout(); groupBox14.SuspendLayout(); groupBox13.SuspendLayout(); this.tabItemEditor.SuspendLayout(); this.tabSetBonus.SuspendLayout(); this.SuspendLayout(); // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(19, 152); label6.Name = "label6"; label6.Size = new System.Drawing.Size(90, 13); label6.TabIndex = 10; label6.Text = "+ % Critic Chance"; // // tabPassiveSkills // tabPassiveSkills.Controls.Add(groupBox9); tabPassiveSkills.Controls.Add(groupBox8); tabPassiveSkills.Controls.Add(groupBox7); tabPassiveSkills.Controls.Add(groupBox3); tabPassiveSkills.Controls.Add(this.groupBox6); tabPassiveSkills.Controls.Add(groupBox5); tabPassiveSkills.Controls.Add(groupBox4); tabPassiveSkills.Location = new System.Drawing.Point(4, 22); tabPassiveSkills.Name = "tabPassiveSkills"; tabPassiveSkills.Padding = new System.Windows.Forms.Padding(3); tabPassiveSkills.Size = new System.Drawing.Size(1026, 576); tabPassiveSkills.TabIndex = 13; tabPassiveSkills.Text = "Passive Skills"; tabPassiveSkills.UseVisualStyleBackColor = true; // // groupBox9 // groupBox9.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox9.Controls.Add(this.guiSkillGalvanizingWard); groupBox9.Controls.Add(this.guiSkillGlassCannon); groupBox9.Location = new System.Drawing.Point(312, 184); groupBox9.Name = "groupBox9"; groupBox9.Size = new System.Drawing.Size(300, 78); groupBox9.TabIndex = 5; groupBox9.TabStop = false; groupBox9.Text = "Wizard"; // // guiSkillGalvanizingWard // this.guiSkillGalvanizingWard.AutoSize = true; this.guiSkillGalvanizingWard.Location = new System.Drawing.Point(6, 42); this.guiSkillGalvanizingWard.Name = "guiSkillGalvanizingWard"; this.guiSkillGalvanizingWard.Size = new System.Drawing.Size(275, 17); this.guiSkillGalvanizingWard.TabIndex = 1; this.guiSkillGalvanizingWard.Tag = "unwavering-will"; this.guiSkillGalvanizingWard.Text = "Unwavering Will (+10% damage +20% Armor Resists)"; this.guiSkillGalvanizingWard.UseVisualStyleBackColor = true; // // guiSkillGlassCannon // this.guiSkillGlassCannon.AutoSize = true; this.guiSkillGlassCannon.Location = new System.Drawing.Point(6, 19); this.guiSkillGlassCannon.Name = "guiSkillGlassCannon"; this.guiSkillGlassCannon.Size = new System.Drawing.Size(263, 17); this.guiSkillGlassCannon.TabIndex = 0; this.guiSkillGlassCannon.Tag = "glass-cannon"; this.guiSkillGlassCannon.Text = "Glass Cannon (+15% Damage -10% Armor Resists)"; this.guiSkillGlassCannon.UseVisualStyleBackColor = true; // // groupBox8 // groupBox8.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox8.Controls.Add(this.guiSkillPierceTheVeil); groupBox8.Location = new System.Drawing.Point(312, 123); groupBox8.Name = "groupBox8"; groupBox8.Size = new System.Drawing.Size(300, 55); groupBox8.TabIndex = 4; groupBox8.TabStop = false; groupBox8.Text = "Witch Doctor"; // // guiSkillPierceTheVeil // this.guiSkillPierceTheVeil.AutoSize = true; this.guiSkillPierceTheVeil.Location = new System.Drawing.Point(6, 19); this.guiSkillPierceTheVeil.Name = "guiSkillPierceTheVeil"; this.guiSkillPierceTheVeil.Size = new System.Drawing.Size(172, 17); this.guiSkillPierceTheVeil.TabIndex = 0; this.guiSkillPierceTheVeil.Tag = "pierce-the-veil"; this.guiSkillPierceTheVeil.Text = "Pierce the Veil (+20% Damage)"; this.guiSkillPierceTheVeil.UseVisualStyleBackColor = true; // // groupBox7 // groupBox7.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox7.Controls.Add(this.guiSkillRuthless); groupBox7.Controls.Add(this.guiSkillToughAsNails); groupBox7.Controls.Add(this.guiSkillNervesOfSteel); groupBox7.Controls.Add(this.guiSkillWeaponsMaster); groupBox7.Location = new System.Drawing.Point(6, 6); groupBox7.Name = "groupBox7"; groupBox7.Size = new System.Drawing.Size(300, 124); groupBox7.TabIndex = 1; groupBox7.TabStop = false; groupBox7.Text = "Barbarian"; // // guiSkillRuthless // this.guiSkillRuthless.AutoSize = true; this.guiSkillRuthless.Location = new System.Drawing.Point(6, 42); this.guiSkillRuthless.Name = "guiSkillRuthless"; this.guiSkillRuthless.Size = new System.Drawing.Size(162, 17); this.guiSkillRuthless.TabIndex = 1; this.guiSkillRuthless.Tag = "ruthless"; this.guiSkillRuthless.Text = "Ruthless (+5% Critic Chance)"; this.guiSkillRuthless.UseVisualStyleBackColor = true; // // guiSkillToughAsNails // this.guiSkillToughAsNails.AutoSize = true; this.guiSkillToughAsNails.Location = new System.Drawing.Point(6, 65); this.guiSkillToughAsNails.Name = "guiSkillToughAsNails"; this.guiSkillToughAsNails.Size = new System.Drawing.Size(227, 17); this.guiSkillToughAsNails.TabIndex = 2; this.guiSkillToughAsNails.Tag = "tough-as-nails"; this.guiSkillToughAsNails.Text = "Tough as Nails (+25% Armor +50% Thorns)"; this.guiSkillToughAsNails.UseVisualStyleBackColor = true; // // guiSkillNervesOfSteel // this.guiSkillNervesOfSteel.AutoSize = true; this.guiSkillNervesOfSteel.Location = new System.Drawing.Point(6, 19); this.guiSkillNervesOfSteel.Name = "guiSkillNervesOfSteel"; this.guiSkillNervesOfSteel.Size = new System.Drawing.Size(177, 17); this.guiSkillNervesOfSteel.TabIndex = 0; this.guiSkillNervesOfSteel.Tag = "nerves-of-steel"; this.guiSkillNervesOfSteel.Text = "Nerves of Steel (Vitality > Armor)"; this.guiSkillNervesOfSteel.UseVisualStyleBackColor = true; // // guiSkillWeaponsMaster // this.guiSkillWeaponsMaster.AutoSize = true; this.guiSkillWeaponsMaster.Location = new System.Drawing.Point(6, 88); this.guiSkillWeaponsMaster.Name = "guiSkillWeaponsMaster"; this.guiSkillWeaponsMaster.Size = new System.Drawing.Size(213, 17); this.guiSkillWeaponsMaster.TabIndex = 3; this.guiSkillWeaponsMaster.Tag = "weapons-master"; this.guiSkillWeaponsMaster.Text = "Weapons Master (depends on weapon)"; this.guiSkillWeaponsMaster.UseVisualStyleBackColor = true; // // groupBox3 // groupBox3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox3.Controls.Add(this.guiSkillHarmony); groupBox3.Controls.Add(this.guiSkillUnity); groupBox3.Controls.Add(this.guiSkillSeizeTheInitiative); groupBox3.Location = new System.Drawing.Point(6, 266); groupBox3.Name = "groupBox3"; groupBox3.Size = new System.Drawing.Size(300, 101); groupBox3.TabIndex = 3; groupBox3.TabStop = false; groupBox3.Text = "Monk"; // // guiSkillHarmony // this.guiSkillHarmony.AutoSize = true; this.guiSkillHarmony.Location = new System.Drawing.Point(6, 65); this.guiSkillHarmony.Name = "guiSkillHarmony"; this.guiSkillHarmony.Size = new System.Drawing.Size(68, 17); this.guiSkillHarmony.TabIndex = 3; this.guiSkillHarmony.Tag = "harmony"; this.guiSkillHarmony.Text = "Harmony"; this.guiSkillHarmony.UseVisualStyleBackColor = true; // // guiSkillUnity // this.guiSkillUnity.AutoSize = true; this.guiSkillUnity.Location = new System.Drawing.Point(6, 42); this.guiSkillUnity.Name = "guiSkillUnity"; this.guiSkillUnity.Size = new System.Drawing.Size(50, 17); this.guiSkillUnity.TabIndex = 2; this.guiSkillUnity.Tag = "unity"; this.guiSkillUnity.Text = "Unity"; this.guiSkillUnity.UseVisualStyleBackColor = true; // // guiSkillSeizeTheInitiative // this.guiSkillSeizeTheInitiative.AutoSize = true; this.guiSkillSeizeTheInitiative.Location = new System.Drawing.Point(6, 19); this.guiSkillSeizeTheInitiative.Name = "guiSkillSeizeTheInitiative"; this.guiSkillSeizeTheInitiative.Size = new System.Drawing.Size(112, 17); this.guiSkillSeizeTheInitiative.TabIndex = 1; this.guiSkillSeizeTheInitiative.Tag = "seize-the-initiative"; this.guiSkillSeizeTheInitiative.Text = "Seize the Initiative"; this.guiSkillSeizeTheInitiative.UseVisualStyleBackColor = true; // // groupBox6 // this.groupBox6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.groupBox6.Controls.Add(this.guiHeroClass); this.groupBox6.Controls.Add(this.guiHeroParagonLevel); this.groupBox6.Controls.Add(label17); this.groupBox6.Controls.Add(label18); this.groupBox6.Controls.Add(this.guiHeroLevel); this.groupBox6.Controls.Add(label16); this.groupBox6.Location = new System.Drawing.Point(312, 6); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(210, 111); this.groupBox6.TabIndex = 0; this.groupBox6.TabStop = false; this.groupBox6.Text = "Hero details"; // // guiHeroClass // this.guiHeroClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.guiHeroClass.FormattingEnabled = true; this.guiHeroClass.Location = new System.Drawing.Point(104, 19); this.guiHeroClass.Name = "guiHeroClass"; this.guiHeroClass.Size = new System.Drawing.Size(100, 21); this.guiHeroClass.TabIndex = 5; this.guiHeroClass.SelectedIndexChanged += new System.EventHandler(this.guiHeroClass_SelectedIndexChanged); // // guiHeroParagonLevel // this.guiHeroParagonLevel.Location = new System.Drawing.Point(104, 72); this.guiHeroParagonLevel.Name = "guiHeroParagonLevel"; this.guiHeroParagonLevel.Size = new System.Drawing.Size(40, 20); this.guiHeroParagonLevel.TabIndex = 3; // // label17 // label17.AutoSize = true; label17.Location = new System.Drawing.Point(13, 75); label17.Name = "label17"; label17.Size = new System.Drawing.Size(85, 13); label17.TabIndex = 1; label17.Text = "Parangon Level:"; // // label18 // label18.AutoSize = true; label18.Location = new System.Drawing.Point(63, 22); label18.Name = "label18"; label18.Size = new System.Drawing.Size(35, 13); label18.TabIndex = 4; label18.Text = "Class:"; // // guiHeroLevel // this.guiHeroLevel.Location = new System.Drawing.Point(104, 46); this.guiHeroLevel.Name = "guiHeroLevel"; this.guiHeroLevel.Size = new System.Drawing.Size(40, 20); this.guiHeroLevel.TabIndex = 2; // // label16 // label16.AutoSize = true; label16.Location = new System.Drawing.Point(62, 49); label16.Name = "label16"; label16.Size = new System.Drawing.Size(36, 13); label16.TabIndex = 0; label16.Text = "Level:"; // // groupBox5 // groupBox5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox5.Controls.Add(this.guiSkillPoweredArmor); groupBox5.Controls.Add(this.guiSkillAnatomy); groupBox5.Controls.Add(this.guiSkillFocusedMind); groupBox5.Location = new System.Drawing.Point(312, 268); groupBox5.Name = "groupBox5"; groupBox5.Size = new System.Drawing.Size(300, 101); groupBox5.TabIndex = 4; groupBox5.TabStop = false; groupBox5.Text = "Followers"; // // guiSkillPoweredArmor // this.guiSkillPoweredArmor.AutoSize = true; this.guiSkillPoweredArmor.Location = new System.Drawing.Point(6, 65); this.guiSkillPoweredArmor.Name = "guiSkillPoweredArmor"; this.guiSkillPoweredArmor.Size = new System.Drawing.Size(157, 17); this.guiSkillPoweredArmor.TabIndex = 2; this.guiSkillPoweredArmor.Text = "Powered Armor (+3% Armor)"; this.guiSkillPoweredArmor.UseVisualStyleBackColor = true; // // guiSkillAnatomy // this.guiSkillAnatomy.AutoSize = true; this.guiSkillAnatomy.Location = new System.Drawing.Point(6, 19); this.guiSkillAnatomy.Name = "guiSkillAnatomy"; this.guiSkillAnatomy.Size = new System.Drawing.Size(171, 17); this.guiSkillAnatomy.TabIndex = 0; this.guiSkillAnatomy.Text = "Anatomy (+1.8% Critic Chance)"; this.guiSkillAnatomy.UseVisualStyleBackColor = true; // // guiSkillFocusedMind // this.guiSkillFocusedMind.AutoSize = true; this.guiSkillFocusedMind.Location = new System.Drawing.Point(6, 42); this.guiSkillFocusedMind.Name = "guiSkillFocusedMind"; this.guiSkillFocusedMind.Size = new System.Drawing.Size(190, 17); this.guiSkillFocusedMind.TabIndex = 1; this.guiSkillFocusedMind.Text = "Focused Mind (+3% Attack Speed)"; this.guiSkillFocusedMind.UseVisualStyleBackColor = true; // // groupBox4 // groupBox4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox4.Controls.Add(this.guiSkillPerfectionnist); groupBox4.Controls.Add(this.guiSkillSharpShooter); groupBox4.Controls.Add(this.guiSkillArchery); groupBox4.Controls.Add(this.guiSkillSteadyAim); groupBox4.Location = new System.Drawing.Point(6, 136); groupBox4.Name = "groupBox4"; groupBox4.Size = new System.Drawing.Size(300, 124); groupBox4.TabIndex = 2; groupBox4.TabStop = false; groupBox4.Text = "Demon hunter"; // // guiSkillPerfectionnist // this.guiSkillPerfectionnist.AutoSize = true; this.guiSkillPerfectionnist.Location = new System.Drawing.Point(6, 88); this.guiSkillPerfectionnist.Name = "guiSkillPerfectionnist"; this.guiSkillPerfectionnist.Size = new System.Drawing.Size(207, 17); this.guiSkillPerfectionnist.TabIndex = 5; this.guiSkillPerfectionnist.Tag = "perfectionist"; this.guiSkillPerfectionnist.Text = "Perfectionist (+10% Armor, Resist, Life)"; this.guiSkillPerfectionnist.UseVisualStyleBackColor = true; // // guiSkillSharpShooter // this.guiSkillSharpShooter.AutoSize = true; this.guiSkillSharpShooter.Location = new System.Drawing.Point(6, 42); this.guiSkillSharpShooter.Name = "guiSkillSharpShooter"; this.guiSkillSharpShooter.Size = new System.Drawing.Size(192, 17); this.guiSkillSharpShooter.TabIndex = 3; this.guiSkillSharpShooter.Tag = "sharp-shooter"; this.guiSkillSharpShooter.Text = "SharpShooter (100% Critic Chance)"; this.guiSkillSharpShooter.UseVisualStyleBackColor = true; // // guiSkillArchery // this.guiSkillArchery.AutoSize = true; this.guiSkillArchery.Location = new System.Drawing.Point(6, 19); this.guiSkillArchery.Name = "guiSkillArchery"; this.guiSkillArchery.Size = new System.Drawing.Size(168, 17); this.guiSkillArchery.TabIndex = 0; this.guiSkillArchery.Tag = "archery"; this.guiSkillArchery.Text = "Archery (depends on weapon)"; this.guiSkillArchery.UseVisualStyleBackColor = true; // // guiSkillSteadyAim // this.guiSkillSteadyAim.AutoSize = true; this.guiSkillSteadyAim.Location = new System.Drawing.Point(6, 65); this.guiSkillSteadyAim.Name = "guiSkillSteadyAim"; this.guiSkillSteadyAim.Size = new System.Drawing.Size(157, 17); this.guiSkillSteadyAim.TabIndex = 4; this.guiSkillSteadyAim.Tag = "steady-aim"; this.guiSkillSteadyAim.Text = "Steady Aim (+20% Damage)"; this.guiSkillSteadyAim.UseVisualStyleBackColor = true; // // groupBoxBarbarianActiveSkills // groupBoxBarbarianActiveSkills.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBoxBarbarianActiveSkills.Controls.Add(this.guiSkillWarCry_Invigorate); groupBoxBarbarianActiveSkills.Location = new System.Drawing.Point(8, 159); groupBoxBarbarianActiveSkills.Name = "groupBoxBarbarianActiveSkills"; groupBoxBarbarianActiveSkills.Size = new System.Drawing.Size(340, 55); groupBoxBarbarianActiveSkills.TabIndex = 7; groupBoxBarbarianActiveSkills.TabStop = false; groupBoxBarbarianActiveSkills.Text = "Barbarian"; // // guiSkillWarCry_Invigorate // this.guiSkillWarCry_Invigorate.AutoSize = true; this.guiSkillWarCry_Invigorate.Location = new System.Drawing.Point(6, 19); this.guiSkillWarCry_Invigorate.Name = "guiSkillWarCry_Invigorate"; this.guiSkillWarCry_Invigorate.Size = new System.Drawing.Size(263, 17); this.guiSkillWarCry_Invigorate.TabIndex = 4; this.guiSkillWarCry_Invigorate.Text = "War Cry / Invigorate (+20% armor +10% life +life/s)"; this.guiSkillWarCry_Invigorate.UseVisualStyleBackColor = true; // // groupBoxMonkActiveSkills // groupBoxMonkActiveSkills.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBoxMonkActiveSkills.Controls.Add(this.guiSkillMysticAlly_FireAlly); groupBoxMonkActiveSkills.Controls.Add(this.guiSkillMantraOfRetribution_Transgression); groupBoxMonkActiveSkills.Controls.Add(this.guiSkillMysticAlly_EarthAlly); groupBoxMonkActiveSkills.Controls.Add(this.guiSkillMantraOfHealing_TimeOfNeed); groupBoxMonkActiveSkills.Controls.Add(this.guiSkillMantraOfEvasion_HardTarget); groupBoxMonkActiveSkills.Location = new System.Drawing.Point(8, 6); groupBoxMonkActiveSkills.Name = "groupBoxMonkActiveSkills"; groupBoxMonkActiveSkills.Size = new System.Drawing.Size(340, 147); groupBoxMonkActiveSkills.TabIndex = 6; groupBoxMonkActiveSkills.TabStop = false; groupBoxMonkActiveSkills.Text = "Monk"; // // guiSkillMysticAlly_FireAlly // this.guiSkillMysticAlly_FireAlly.AutoSize = true; this.guiSkillMysticAlly_FireAlly.Location = new System.Drawing.Point(6, 111); this.guiSkillMysticAlly_FireAlly.Name = "guiSkillMysticAlly_FireAlly"; this.guiSkillMysticAlly_FireAlly.Size = new System.Drawing.Size(200, 17); this.guiSkillMysticAlly_FireAlly.TabIndex = 8; this.guiSkillMysticAlly_FireAlly.Text = "Mystic Ally / Fire Ally (+10% Damage)"; this.guiSkillMysticAlly_FireAlly.UseVisualStyleBackColor = true; // // guiSkillMantraOfRetribution_Transgression // this.guiSkillMantraOfRetribution_Transgression.AutoSize = true; this.guiSkillMantraOfRetribution_Transgression.Location = new System.Drawing.Point(6, 65); this.guiSkillMantraOfRetribution_Transgression.Name = "guiSkillMantraOfRetribution_Transgression"; this.guiSkillMantraOfRetribution_Transgression.Size = new System.Drawing.Size(305, 17); this.guiSkillMantraOfRetribution_Transgression.TabIndex = 7; this.guiSkillMantraOfRetribution_Transgression.Text = "Mantra of Retribution / Transgression (+10% Attack Speed)"; this.guiSkillMantraOfRetribution_Transgression.UseVisualStyleBackColor = true; // // guiSkillMysticAlly_EarthAlly // this.guiSkillMysticAlly_EarthAlly.AutoSize = true; this.guiSkillMysticAlly_EarthAlly.Location = new System.Drawing.Point(6, 88); this.guiSkillMysticAlly_EarthAlly.Name = "guiSkillMysticAlly_EarthAlly"; this.guiSkillMysticAlly_EarthAlly.Size = new System.Drawing.Size(185, 17); this.guiSkillMysticAlly_EarthAlly.TabIndex = 6; this.guiSkillMysticAlly_EarthAlly.Text = "Mystic Ally / Earth Ally (+20% Life)"; this.guiSkillMysticAlly_EarthAlly.UseVisualStyleBackColor = true; // // guiSkillMantraOfHealing_TimeOfNeed // this.guiSkillMantraOfHealing_TimeOfNeed.AutoSize = true; this.guiSkillMantraOfHealing_TimeOfNeed.Location = new System.Drawing.Point(6, 19); this.guiSkillMantraOfHealing_TimeOfNeed.Name = "guiSkillMantraOfHealing_TimeOfNeed"; this.guiSkillMantraOfHealing_TimeOfNeed.Size = new System.Drawing.Size(257, 17); this.guiSkillMantraOfHealing_TimeOfNeed.TabIndex = 4; this.guiSkillMantraOfHealing_TimeOfNeed.Text = "Mantra of Healing / Time of Need (+20% Resists)"; this.guiSkillMantraOfHealing_TimeOfNeed.UseVisualStyleBackColor = true; // // guiSkillMantraOfEvasion_HardTarget // this.guiSkillMantraOfEvasion_HardTarget.AutoSize = true; this.guiSkillMantraOfEvasion_HardTarget.Location = new System.Drawing.Point(6, 42); this.guiSkillMantraOfEvasion_HardTarget.Name = "guiSkillMantraOfEvasion_HardTarget"; this.guiSkillMantraOfEvasion_HardTarget.Size = new System.Drawing.Size(245, 17); this.guiSkillMantraOfEvasion_HardTarget.TabIndex = 5; this.guiSkillMantraOfEvasion_HardTarget.Text = "Mantra of Evasion / Hard Targer (+20% Armor)"; this.guiSkillMantraOfEvasion_HardTarget.UseVisualStyleBackColor = true; // // groupBox2 // groupBox2.AutoSize = true; groupBox2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox2.Controls.Add(this.guiItemsLifeSteal); groupBox2.Controls.Add(label68); groupBox2.Controls.Add(label47); groupBox2.Controls.Add(this.guiCalculatedReductionFromRangedPercent); groupBox2.Controls.Add(this.guiItemsLifePerSecond); groupBox2.Controls.Add(label69); groupBox2.Controls.Add(label11); groupBox2.Controls.Add(label66); groupBox2.Controls.Add(this.guiItemsLifeOnHit); groupBox2.Controls.Add(label9); groupBox2.Controls.Add(this.guiCalculatedReductionFromMeleePercent); groupBox2.Controls.Add(label67); groupBox2.Controls.Add(label65); groupBox2.Controls.Add(this.guiCalculatedReductionFromElitesPercent); groupBox2.Controls.Add(label64); groupBox2.Controls.Add(label46); groupBox2.Controls.Add(this.guiCalculatedDPSEHPRatio); groupBox2.Controls.Add(label45); groupBox2.Controls.Add(this.guiCalculatedEffectiveHitpoints); groupBox2.Controls.Add(label44); groupBox2.Controls.Add(this.guiCalculatedResistance_All); groupBox2.Controls.Add(label27); groupBox2.Controls.Add(this.guiCalculatedHitpoints); groupBox2.Controls.Add(label20); groupBox2.Controls.Add(label43); groupBox2.Controls.Add(label42); groupBox2.Controls.Add(label41); groupBox2.Controls.Add(label40); groupBox2.Controls.Add(label39); groupBox2.Controls.Add(label38); groupBox2.Controls.Add(label37); groupBox2.Controls.Add(label36); groupBox2.Controls.Add(this.guiCalculatedBlockMax); groupBox2.Controls.Add(this.guiCalculatedBlockMin); groupBox2.Controls.Add(label15); groupBox2.Controls.Add(this.guiCalculatedBlockChance); groupBox2.Controls.Add(label12); groupBox2.Controls.Add(this.guiCalculatedDodge); groupBox2.Controls.Add(this.guiCalculatedDamageReduction_Poison); groupBox2.Controls.Add(this.guiCalculatedDamageReduction_Physical); groupBox2.Controls.Add(this.guiCalculatedDamageReduction_Lightning); groupBox2.Controls.Add(this.guiCalculatedDamageReduction_Fire); groupBox2.Controls.Add(this.guiCalculatedDamageReduction_Cold); groupBox2.Controls.Add(this.guiCalculatedDamageReduction_Arcane); groupBox2.Controls.Add(this.guiCalculatedDamageReduction_Armor); groupBox2.Controls.Add(this.guiCalculatedArmor); groupBox2.Controls.Add(label35); groupBox2.Controls.Add(this.guiCalculatedResistance_Poison); groupBox2.Controls.Add(label26); groupBox2.Controls.Add(this.guiCalculatedResistance_Physical); groupBox2.Controls.Add(label25); groupBox2.Controls.Add(this.guiCalculatedResistance_Lightning); groupBox2.Controls.Add(label24); groupBox2.Controls.Add(this.guiCalculatedResistance_Fire); groupBox2.Controls.Add(label23); groupBox2.Controls.Add(this.guiCalculatedResistance_Cold); groupBox2.Controls.Add(label22); groupBox2.Controls.Add(this.guiCalculatedResistance_Arcane); groupBox2.Controls.Add(label21); groupBox2.Location = new System.Drawing.Point(655, 6); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(280, 526); groupBox2.TabIndex = 3; groupBox2.TabStop = false; groupBox2.Text = "Calculation: Defense"; // // guiItemsLifeSteal // this.guiItemsLifeSteal.Location = new System.Drawing.Point(126, 487); this.guiItemsLifeSteal.Name = "guiItemsLifeSteal"; this.guiItemsLifeSteal.ReadOnly = true; this.guiItemsLifeSteal.Size = new System.Drawing.Size(45, 20); this.guiItemsLifeSteal.TabIndex = 35; // // label68 // label68.AutoSize = true; label68.Location = new System.Drawing.Point(177, 412); label68.Name = "label68"; label68.Size = new System.Drawing.Size(15, 13); label68.TabIndex = 62; label68.Text = "%"; // // label47 // label47.AutoSize = true; label47.Location = new System.Drawing.Point(64, 490); label47.Name = "label47"; label47.Size = new System.Drawing.Size(56, 13); label47.TabIndex = 34; label47.Text = "% life steal"; // // guiCalculatedReductionFromRangedPercent // this.guiCalculatedReductionFromRangedPercent.Location = new System.Drawing.Point(126, 409); this.guiCalculatedReductionFromRangedPercent.Name = "guiCalculatedReductionFromRangedPercent"; this.guiCalculatedReductionFromRangedPercent.ReadOnly = true; this.guiCalculatedReductionFromRangedPercent.Size = new System.Drawing.Size(45, 20); this.guiCalculatedReductionFromRangedPercent.TabIndex = 61; // // guiItemsLifePerSecond // this.guiItemsLifePerSecond.Location = new System.Drawing.Point(126, 461); this.guiItemsLifePerSecond.Name = "guiItemsLifePerSecond"; this.guiItemsLifePerSecond.ReadOnly = true; this.guiItemsLifePerSecond.Size = new System.Drawing.Size(45, 20); this.guiItemsLifePerSecond.TabIndex = 33; // // label69 // label69.AutoSize = true; label69.Location = new System.Drawing.Point(33, 412); label69.Name = "label69"; label69.Size = new System.Drawing.Size(87, 13); label69.TabIndex = 60; label69.Text = "ranged reduction"; // // label11 // label11.AutoSize = true; label11.Location = new System.Drawing.Point(44, 464); label11.Name = "label11"; label11.Size = new System.Drawing.Size(76, 13); label11.TabIndex = 32; label11.Text = "life per second"; // // label66 // label66.AutoSize = true; label66.Location = new System.Drawing.Point(177, 386); label66.Name = "label66"; label66.Size = new System.Drawing.Size(15, 13); label66.TabIndex = 59; label66.Text = "%"; // // guiItemsLifeOnHit // this.guiItemsLifeOnHit.Location = new System.Drawing.Point(126, 435); this.guiItemsLifeOnHit.Name = "guiItemsLifeOnHit"; this.guiItemsLifeOnHit.ReadOnly = true; this.guiItemsLifeOnHit.Size = new System.Drawing.Size(45, 20); this.guiItemsLifeOnHit.TabIndex = 31; // // label9 // label9.AutoSize = true; label9.Location = new System.Drawing.Point(71, 438); label9.Name = "label9"; label9.Size = new System.Drawing.Size(49, 13); label9.TabIndex = 30; label9.Text = "life on hit"; // // guiCalculatedReductionFromMeleePercent // this.guiCalculatedReductionFromMeleePercent.Location = new System.Drawing.Point(126, 383); this.guiCalculatedReductionFromMeleePercent.Name = "guiCalculatedReductionFromMeleePercent"; this.guiCalculatedReductionFromMeleePercent.ReadOnly = true; this.guiCalculatedReductionFromMeleePercent.Size = new System.Drawing.Size(45, 20); this.guiCalculatedReductionFromMeleePercent.TabIndex = 58; // // label67 // label67.AutoSize = true; label67.Location = new System.Drawing.Point(38, 386); label67.Name = "label67"; label67.Size = new System.Drawing.Size(82, 13); label67.TabIndex = 57; label67.Text = "melee reduction"; // // label65 // label65.AutoSize = true; label65.Location = new System.Drawing.Point(177, 360); label65.Name = "label65"; label65.Size = new System.Drawing.Size(15, 13); label65.TabIndex = 56; label65.Text = "%"; // // guiCalculatedReductionFromElitesPercent // this.guiCalculatedReductionFromElitesPercent.Location = new System.Drawing.Point(126, 357); this.guiCalculatedReductionFromElitesPercent.Name = "guiCalculatedReductionFromElitesPercent"; this.guiCalculatedReductionFromElitesPercent.ReadOnly = true; this.guiCalculatedReductionFromElitesPercent.Size = new System.Drawing.Size(45, 20); this.guiCalculatedReductionFromElitesPercent.TabIndex = 55; // // label64 // label64.AutoSize = true; label64.Location = new System.Drawing.Point(42, 360); label64.Name = "label64"; label64.Size = new System.Drawing.Size(78, 13); label64.TabIndex = 54; label64.Text = "elites reduction"; // // label46 // label46.AutoSize = true; label46.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label46.Location = new System.Drawing.Point(50, 74); label46.Name = "label46"; label46.Size = new System.Drawing.Size(61, 13); label46.TabIndex = 53; label46.Text = "DPS * EHP"; label46.TextAlign = System.Drawing.ContentAlignment.TopRight; // // guiCalculatedDPSEHPRatio // this.guiCalculatedDPSEHPRatio.Location = new System.Drawing.Point(126, 71); this.guiCalculatedDPSEHPRatio.Name = "guiCalculatedDPSEHPRatio"; this.guiCalculatedDPSEHPRatio.ReadOnly = true; this.guiCalculatedDPSEHPRatio.Size = new System.Drawing.Size(70, 20); this.guiCalculatedDPSEHPRatio.TabIndex = 52; // // label45 // label45.AutoSize = true; label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label45.Location = new System.Drawing.Point(8, 48); label45.Name = "label45"; label45.Size = new System.Drawing.Size(112, 13); label45.TabIndex = 51; label45.Text = "Effective Hitpoints"; // // guiCalculatedEffectiveHitpoints // this.guiCalculatedEffectiveHitpoints.Location = new System.Drawing.Point(126, 45); this.guiCalculatedEffectiveHitpoints.Name = "guiCalculatedEffectiveHitpoints"; this.guiCalculatedEffectiveHitpoints.ReadOnly = true; this.guiCalculatedEffectiveHitpoints.Size = new System.Drawing.Size(70, 20); this.guiCalculatedEffectiveHitpoints.TabIndex = 50; // // label44 // label44.AutoSize = true; label44.Location = new System.Drawing.Point(253, 334); label44.Name = "label44"; label44.Size = new System.Drawing.Size(15, 13); label44.TabIndex = 47; label44.Text = "%"; // // guiCalculatedResistance_All // this.guiCalculatedResistance_All.Location = new System.Drawing.Point(126, 175); this.guiCalculatedResistance_All.Name = "guiCalculatedResistance_All"; this.guiCalculatedResistance_All.ReadOnly = true; this.guiCalculatedResistance_All.Size = new System.Drawing.Size(45, 20); this.guiCalculatedResistance_All.TabIndex = 49; // // label27 // label27.AutoSize = true; label27.Location = new System.Drawing.Point(71, 178); label27.Name = "label27"; label27.Size = new System.Drawing.Size(49, 13); label27.TabIndex = 48; label27.Text = "all resists"; // // guiCalculatedHitpoints // this.guiCalculatedHitpoints.Location = new System.Drawing.Point(126, 19); this.guiCalculatedHitpoints.Name = "guiCalculatedHitpoints"; this.guiCalculatedHitpoints.ReadOnly = true; this.guiCalculatedHitpoints.Size = new System.Drawing.Size(70, 20); this.guiCalculatedHitpoints.TabIndex = 11; // // label20 // label20.AutoSize = true; label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label20.Location = new System.Drawing.Point(63, 22); label20.Name = "label20"; label20.Size = new System.Drawing.Size(57, 13); label20.TabIndex = 10; label20.Text = "Hitpoints"; // // label43 // label43.AutoSize = true; label43.Location = new System.Drawing.Point(253, 308); label43.Name = "label43"; label43.Size = new System.Drawing.Size(15, 13); label43.TabIndex = 43; label43.Text = "%"; // // label42 // label42.AutoSize = true; label42.Location = new System.Drawing.Point(253, 282); label42.Name = "label42"; label42.Size = new System.Drawing.Size(15, 13); label42.TabIndex = 39; label42.Text = "%"; // // label41 // label41.AutoSize = true; label41.Location = new System.Drawing.Point(253, 256); label41.Name = "label41"; label41.Size = new System.Drawing.Size(15, 13); label41.TabIndex = 35; label41.Text = "%"; // // label40 // label40.AutoSize = true; label40.Location = new System.Drawing.Point(253, 230); label40.Name = "label40"; label40.Size = new System.Drawing.Size(15, 13); label40.TabIndex = 31; label40.Text = "%"; // // label39 // label39.AutoSize = true; label39.Location = new System.Drawing.Point(253, 204); label39.Name = "label39"; label39.Size = new System.Drawing.Size(15, 13); label39.TabIndex = 27; label39.Text = "%"; // // label38 // label38.AutoSize = true; label38.Location = new System.Drawing.Point(253, 157); label38.Name = "label38"; label38.Size = new System.Drawing.Size(15, 13); label38.TabIndex = 23; label38.Text = "%"; // // label37 // label37.AutoSize = true; label37.Location = new System.Drawing.Point(177, 100); label37.Name = "label37"; label37.Size = new System.Drawing.Size(15, 13); label37.TabIndex = 14; label37.Text = "%"; // // label36 // label36.AutoSize = true; label36.Location = new System.Drawing.Point(177, 127); label36.Name = "label36"; label36.Size = new System.Drawing.Size(15, 13); label36.TabIndex = 17; label36.Text = "%"; // // guiCalculatedBlockMax // this.guiCalculatedBlockMax.Location = new System.Drawing.Point(239, 123); this.guiCalculatedBlockMax.Name = "guiCalculatedBlockMax"; this.guiCalculatedBlockMax.ReadOnly = true; this.guiCalculatedBlockMax.Size = new System.Drawing.Size(35, 20); this.guiCalculatedBlockMax.TabIndex = 19; // // guiCalculatedBlockMin // this.guiCalculatedBlockMin.Location = new System.Drawing.Point(198, 123); this.guiCalculatedBlockMin.Name = "guiCalculatedBlockMin"; this.guiCalculatedBlockMin.ReadOnly = true; this.guiCalculatedBlockMin.Size = new System.Drawing.Size(35, 20); this.guiCalculatedBlockMin.TabIndex = 18; // // label15 // label15.AutoSize = true; label15.Location = new System.Drawing.Point(86, 126); label15.Name = "label15"; label15.Size = new System.Drawing.Size(34, 13); label15.TabIndex = 15; label15.Text = "Block"; // // guiCalculatedBlockChance // this.guiCalculatedBlockChance.Location = new System.Drawing.Point(126, 123); this.guiCalculatedBlockChance.Name = "guiCalculatedBlockChance"; this.guiCalculatedBlockChance.ReadOnly = true; this.guiCalculatedBlockChance.Size = new System.Drawing.Size(45, 20); this.guiCalculatedBlockChance.TabIndex = 16; // // label12 // label12.AutoSize = true; label12.Location = new System.Drawing.Point(41, 100); label12.Name = "label12"; label12.Size = new System.Drawing.Size(79, 13); label12.TabIndex = 12; label12.Text = "Dodge Chance"; // // guiCalculatedDodge // this.guiCalculatedDodge.Location = new System.Drawing.Point(126, 97); this.guiCalculatedDodge.Name = "guiCalculatedDodge"; this.guiCalculatedDodge.ReadOnly = true; this.guiCalculatedDodge.Size = new System.Drawing.Size(45, 20); this.guiCalculatedDodge.TabIndex = 13; // // guiCalculatedDamageReduction_Poison // this.guiCalculatedDamageReduction_Poison.Location = new System.Drawing.Point(212, 331); this.guiCalculatedDamageReduction_Poison.Name = "guiCalculatedDamageReduction_Poison"; this.guiCalculatedDamageReduction_Poison.ReadOnly = true; this.guiCalculatedDamageReduction_Poison.Size = new System.Drawing.Size(35, 20); this.guiCalculatedDamageReduction_Poison.TabIndex = 46; // // guiCalculatedDamageReduction_Physical // this.guiCalculatedDamageReduction_Physical.Location = new System.Drawing.Point(212, 305); this.guiCalculatedDamageReduction_Physical.Name = "guiCalculatedDamageReduction_Physical"; this.guiCalculatedDamageReduction_Physical.ReadOnly = true; this.guiCalculatedDamageReduction_Physical.Size = new System.Drawing.Size(35, 20); this.guiCalculatedDamageReduction_Physical.TabIndex = 42; // // guiCalculatedDamageReduction_Lightning // this.guiCalculatedDamageReduction_Lightning.Location = new System.Drawing.Point(212, 279); this.guiCalculatedDamageReduction_Lightning.Name = "guiCalculatedDamageReduction_Lightning"; this.guiCalculatedDamageReduction_Lightning.ReadOnly = true; this.guiCalculatedDamageReduction_Lightning.Size = new System.Drawing.Size(35, 20); this.guiCalculatedDamageReduction_Lightning.TabIndex = 38; // // guiCalculatedDamageReduction_Fire // this.guiCalculatedDamageReduction_Fire.Location = new System.Drawing.Point(212, 253); this.guiCalculatedDamageReduction_Fire.Name = "guiCalculatedDamageReduction_Fire"; this.guiCalculatedDamageReduction_Fire.ReadOnly = true; this.guiCalculatedDamageReduction_Fire.Size = new System.Drawing.Size(35, 20); this.guiCalculatedDamageReduction_Fire.TabIndex = 34; // // guiCalculatedDamageReduction_Cold // this.guiCalculatedDamageReduction_Cold.Location = new System.Drawing.Point(212, 227); this.guiCalculatedDamageReduction_Cold.Name = "guiCalculatedDamageReduction_Cold"; this.guiCalculatedDamageReduction_Cold.ReadOnly = true; this.guiCalculatedDamageReduction_Cold.Size = new System.Drawing.Size(35, 20); this.guiCalculatedDamageReduction_Cold.TabIndex = 30; // // guiCalculatedDamageReduction_Arcane // this.guiCalculatedDamageReduction_Arcane.Location = new System.Drawing.Point(212, 201); this.guiCalculatedDamageReduction_Arcane.Name = "guiCalculatedDamageReduction_Arcane"; this.guiCalculatedDamageReduction_Arcane.ReadOnly = true; this.guiCalculatedDamageReduction_Arcane.Size = new System.Drawing.Size(35, 20); this.guiCalculatedDamageReduction_Arcane.TabIndex = 26; // // guiCalculatedDamageReduction_Armor // this.guiCalculatedDamageReduction_Armor.Location = new System.Drawing.Point(212, 150); this.guiCalculatedDamageReduction_Armor.Name = "guiCalculatedDamageReduction_Armor"; this.guiCalculatedDamageReduction_Armor.ReadOnly = true; this.guiCalculatedDamageReduction_Armor.Size = new System.Drawing.Size(35, 20); this.guiCalculatedDamageReduction_Armor.TabIndex = 22; // // guiCalculatedArmor // this.guiCalculatedArmor.Location = new System.Drawing.Point(126, 149); this.guiCalculatedArmor.Name = "guiCalculatedArmor"; this.guiCalculatedArmor.ReadOnly = true; this.guiCalculatedArmor.Size = new System.Drawing.Size(45, 20); this.guiCalculatedArmor.TabIndex = 21; // // label35 // label35.AutoSize = true; label35.Location = new System.Drawing.Point(87, 153); label35.Name = "label35"; label35.Size = new System.Drawing.Size(33, 13); label35.TabIndex = 20; label35.Text = "armor"; // // guiCalculatedResistance_Poison // this.guiCalculatedResistance_Poison.Location = new System.Drawing.Point(126, 331); this.guiCalculatedResistance_Poison.Name = "guiCalculatedResistance_Poison"; this.guiCalculatedResistance_Poison.ReadOnly = true; this.guiCalculatedResistance_Poison.Size = new System.Drawing.Size(45, 20); this.guiCalculatedResistance_Poison.TabIndex = 45; // // label26 // label26.AutoSize = true; label26.Location = new System.Drawing.Point(55, 334); label26.Name = "label26"; label26.Size = new System.Drawing.Size(65, 13); label26.TabIndex = 44; label26.Text = "poison resist"; // // guiCalculatedResistance_Physical // this.guiCalculatedResistance_Physical.Location = new System.Drawing.Point(126, 305); this.guiCalculatedResistance_Physical.Name = "guiCalculatedResistance_Physical"; this.guiCalculatedResistance_Physical.ReadOnly = true; this.guiCalculatedResistance_Physical.Size = new System.Drawing.Size(45, 20); this.guiCalculatedResistance_Physical.TabIndex = 41; // // label25 // label25.AutoSize = true; label25.Location = new System.Drawing.Point(48, 308); label25.Name = "label25"; label25.Size = new System.Drawing.Size(72, 13); label25.TabIndex = 40; label25.Text = "physical resist"; // // guiCalculatedResistance_Lightning // this.guiCalculatedResistance_Lightning.Location = new System.Drawing.Point(126, 279); this.guiCalculatedResistance_Lightning.Name = "guiCalculatedResistance_Lightning"; this.guiCalculatedResistance_Lightning.ReadOnly = true; this.guiCalculatedResistance_Lightning.Size = new System.Drawing.Size(45, 20); this.guiCalculatedResistance_Lightning.TabIndex = 37; // // label24 // label24.AutoSize = true; label24.Location = new System.Drawing.Point(47, 282); label24.Name = "label24"; label24.Size = new System.Drawing.Size(73, 13); label24.TabIndex = 36; label24.Text = "lightning resist"; // // guiCalculatedResistance_Fire // this.guiCalculatedResistance_Fire.Location = new System.Drawing.Point(126, 253); this.guiCalculatedResistance_Fire.Name = "guiCalculatedResistance_Fire"; this.guiCalculatedResistance_Fire.ReadOnly = true; this.guiCalculatedResistance_Fire.Size = new System.Drawing.Size(45, 20); this.guiCalculatedResistance_Fire.TabIndex = 33; // // label23 // label23.AutoSize = true; label23.Location = new System.Drawing.Point(72, 256); label23.Name = "label23"; label23.Size = new System.Drawing.Size(48, 13); label23.TabIndex = 32; label23.Text = "fire resist"; // // guiCalculatedResistance_Cold // this.guiCalculatedResistance_Cold.Location = new System.Drawing.Point(126, 227); this.guiCalculatedResistance_Cold.Name = "guiCalculatedResistance_Cold"; this.guiCalculatedResistance_Cold.ReadOnly = true; this.guiCalculatedResistance_Cold.Size = new System.Drawing.Size(45, 20); this.guiCalculatedResistance_Cold.TabIndex = 29; // // label22 // label22.AutoSize = true; label22.Location = new System.Drawing.Point(66, 230); label22.Name = "label22"; label22.Size = new System.Drawing.Size(54, 13); label22.TabIndex = 28; label22.Text = "cold resist"; // // guiCalculatedResistance_Arcane // this.guiCalculatedResistance_Arcane.Location = new System.Drawing.Point(126, 201); this.guiCalculatedResistance_Arcane.Name = "guiCalculatedResistance_Arcane"; this.guiCalculatedResistance_Arcane.ReadOnly = true; this.guiCalculatedResistance_Arcane.Size = new System.Drawing.Size(45, 20); this.guiCalculatedResistance_Arcane.TabIndex = 25; // // label21 // label21.AutoSize = true; label21.Location = new System.Drawing.Point(53, 204); label21.Name = "label21"; label21.Size = new System.Drawing.Size(67, 13); label21.TabIndex = 24; label21.Text = "arcane resist"; // // groupBox10 // groupBox10.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox10.Controls.Add(label62); groupBox10.Controls.Add(this.guiCalculatedDPS); groupBox10.Controls.Add(label8); groupBox10.Controls.Add(this.guiCalculatedBonusEliteDamagePercent); groupBox10.Controls.Add(label10); groupBox10.Controls.Add(label63); groupBox10.Controls.Add(this.guiCalculatedAttackPerSecond); groupBox10.Controls.Add(label13); groupBox10.Controls.Add(this.guiCalcultatedDamageMax); groupBox10.Controls.Add(this.guiCalcultatedDamageMin); groupBox10.Controls.Add(this.guiCalcultatedDamageCriticMax); groupBox10.Controls.Add(label14); groupBox10.Controls.Add(this.guiCalcultatedDamageCriticMin); groupBox10.Location = new System.Drawing.Point(343, 6); groupBox10.Name = "groupBox10"; groupBox10.Size = new System.Drawing.Size(306, 162); groupBox10.TabIndex = 4; groupBox10.TabStop = false; groupBox10.Text = "Calculation: Damage"; // // label62 // label62.AutoSize = true; label62.Location = new System.Drawing.Point(177, 126); label62.Name = "label62"; label62.Size = new System.Drawing.Size(15, 13); label62.TabIndex = 80; label62.Text = "%"; // // guiCalculatedDPS // this.guiCalculatedDPS.Location = new System.Drawing.Point(126, 19); this.guiCalculatedDPS.Name = "guiCalculatedDPS"; this.guiCalculatedDPS.ReadOnly = true; this.guiCalculatedDPS.Size = new System.Drawing.Size(70, 20); this.guiCalculatedDPS.TabIndex = 1; // // label8 // label8.AutoSize = true; label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label8.Location = new System.Drawing.Point(88, 22); label8.Name = "label8"; label8.Size = new System.Drawing.Size(32, 13); label8.TabIndex = 0; label8.Text = "DPS"; // // guiCalculatedBonusEliteDamagePercent // this.guiCalculatedBonusEliteDamagePercent.Location = new System.Drawing.Point(126, 123); this.guiCalculatedBonusEliteDamagePercent.Name = "guiCalculatedBonusEliteDamagePercent"; this.guiCalculatedBonusEliteDamagePercent.ReadOnly = true; this.guiCalculatedBonusEliteDamagePercent.Size = new System.Drawing.Size(45, 20); this.guiCalculatedBonusEliteDamagePercent.TabIndex = 79; // // label10 // label10.AutoSize = true; label10.Location = new System.Drawing.Point(68, 48); label10.Name = "label10"; label10.Size = new System.Drawing.Size(52, 13); label10.TabIndex = 2; label10.Text = "Damages"; // // label63 // label63.AutoSize = true; label63.Location = new System.Drawing.Point(48, 126); label63.Name = "label63"; label63.Size = new System.Drawing.Size(72, 13); label63.TabIndex = 78; label63.Text = "bonus vs elite"; // // guiCalculatedAttackPerSecond // this.guiCalculatedAttackPerSecond.Location = new System.Drawing.Point(126, 97); this.guiCalculatedAttackPerSecond.Name = "guiCalculatedAttackPerSecond"; this.guiCalculatedAttackPerSecond.ReadOnly = true; this.guiCalculatedAttackPerSecond.Size = new System.Drawing.Size(70, 20); this.guiCalculatedAttackPerSecond.TabIndex = 9; // // label13 // label13.AutoSize = true; label13.Location = new System.Drawing.Point(23, 100); label13.Name = "label13"; label13.Size = new System.Drawing.Size(97, 13); label13.TabIndex = 8; label13.Text = "Attack Per Second"; // // guiCalcultatedDamageMax // this.guiCalcultatedDamageMax.Location = new System.Drawing.Point(202, 45); this.guiCalcultatedDamageMax.Name = "guiCalcultatedDamageMax"; this.guiCalcultatedDamageMax.ReadOnly = true; this.guiCalcultatedDamageMax.Size = new System.Drawing.Size(70, 20); this.guiCalcultatedDamageMax.TabIndex = 4; // // guiCalcultatedDamageMin // this.guiCalcultatedDamageMin.Location = new System.Drawing.Point(126, 45); this.guiCalcultatedDamageMin.Name = "guiCalcultatedDamageMin"; this.guiCalcultatedDamageMin.ReadOnly = true; this.guiCalcultatedDamageMin.Size = new System.Drawing.Size(70, 20); this.guiCalcultatedDamageMin.TabIndex = 3; // // guiCalcultatedDamageCriticMax // this.guiCalcultatedDamageCriticMax.Location = new System.Drawing.Point(202, 71); this.guiCalcultatedDamageCriticMax.Name = "guiCalcultatedDamageCriticMax"; this.guiCalcultatedDamageCriticMax.ReadOnly = true; this.guiCalcultatedDamageCriticMax.Size = new System.Drawing.Size(70, 20); this.guiCalcultatedDamageCriticMax.TabIndex = 7; // // label14 // label14.AutoSize = true; label14.Location = new System.Drawing.Point(42, 74); label14.Name = "label14"; label14.Size = new System.Drawing.Size(78, 13); label14.TabIndex = 5; label14.Text = "Critic Damages"; // // guiCalcultatedDamageCriticMin // this.guiCalcultatedDamageCriticMin.Location = new System.Drawing.Point(126, 71); this.guiCalcultatedDamageCriticMin.Name = "guiCalcultatedDamageCriticMin"; this.guiCalcultatedDamageCriticMin.ReadOnly = true; this.guiCalcultatedDamageCriticMin.Size = new System.Drawing.Size(70, 20); this.guiCalcultatedDamageCriticMin.TabIndex = 6; // // label48 // label48.AutoSize = true; label48.Location = new System.Drawing.Point(129, 190); label48.Name = "label48"; label48.Size = new System.Drawing.Size(15, 13); label48.TabIndex = 76; label48.Text = "%"; // // label49 // label49.AutoSize = true; label49.Location = new System.Drawing.Point(23, 35); label49.Name = "label49"; label49.Size = new System.Drawing.Size(49, 13); label49.TabIndex = 77; label49.Text = "+ arcane"; // // label50 // label50.AutoSize = true; label50.Location = new System.Drawing.Point(129, 164); label50.Name = "label50"; label50.Size = new System.Drawing.Size(15, 13); label50.TabIndex = 72; label50.Text = "%"; // // label51 // label51.AutoSize = true; label51.Location = new System.Drawing.Point(129, 138); label51.Name = "label51"; label51.Size = new System.Drawing.Size(15, 13); label51.TabIndex = 68; label51.Text = "%"; // // label52 // label52.AutoSize = true; label52.Location = new System.Drawing.Point(129, 112); label52.Name = "label52"; label52.Size = new System.Drawing.Size(15, 13); label52.TabIndex = 64; label52.Text = "%"; // // label53 // label53.AutoSize = true; label53.Location = new System.Drawing.Point(129, 86); label53.Name = "label53"; label53.Size = new System.Drawing.Size(15, 13); label53.TabIndex = 60; label53.Text = "%"; // // label54 // label54.AutoSize = true; label54.Location = new System.Drawing.Point(129, 60); label54.Name = "label54"; label54.Size = new System.Drawing.Size(15, 13); label54.TabIndex = 56; label54.Text = "%"; // // label55 // label55.AutoSize = true; label55.Location = new System.Drawing.Point(129, 35); label55.Name = "label55"; label55.Size = new System.Drawing.Size(15, 13); label55.TabIndex = 52; label55.Text = "%"; // // label56 // label56.AutoSize = true; label56.Location = new System.Drawing.Point(25, 190); label56.Name = "label56"; label56.Size = new System.Drawing.Size(47, 13); label56.TabIndex = 73; label56.Text = "+ poison"; // // label57 // label57.AutoSize = true; label57.Location = new System.Drawing.Point(18, 164); label57.Name = "label57"; label57.Size = new System.Drawing.Size(54, 13); label57.TabIndex = 69; label57.Text = "+ physical"; // // label58 // label58.AutoSize = true; label58.Location = new System.Drawing.Point(17, 138); label58.Name = "label58"; label58.Size = new System.Drawing.Size(55, 13); label58.TabIndex = 65; label58.Text = "+ lightning"; // // label59 // label59.AutoSize = true; label59.Location = new System.Drawing.Point(37, 112); label59.Name = "label59"; label59.Size = new System.Drawing.Size(35, 13); label59.TabIndex = 61; label59.Text = "+ holy"; // // label60 // label60.AutoSize = true; label60.Location = new System.Drawing.Point(42, 86); label60.Name = "label60"; label60.Size = new System.Drawing.Size(30, 13); label60.TabIndex = 57; label60.Text = "+ fire"; // // label61 // label61.AutoSize = true; label61.Location = new System.Drawing.Point(36, 60); label61.Name = "label61"; label61.Size = new System.Drawing.Size(36, 13); label61.TabIndex = 53; label61.Text = "+ cold"; // // groupBox1 // groupBox1.AutoSize = true; groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox1.Controls.Add(this.guiItemsLifePercent); groupBox1.Controls.Add(label19); groupBox1.Controls.Add(this.guiItemsDexterity); groupBox1.Controls.Add(this.guiItemsCriticDamage); groupBox1.Controls.Add(label1); groupBox1.Controls.Add(label7); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(this.guiItemsCriticChance); groupBox1.Controls.Add(this.guiItemsIntelligence); groupBox1.Controls.Add(label6); groupBox1.Controls.Add(label3); groupBox1.Controls.Add(this.guiItemsSpeedAttack); groupBox1.Controls.Add(this.guiItemsStrength); groupBox1.Controls.Add(label5); groupBox1.Controls.Add(label4); groupBox1.Controls.Add(this.guiItemsVitality); groupBox1.Location = new System.Drawing.Point(171, 6); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(166, 240); groupBox1.TabIndex = 2; groupBox1.TabStop = false; groupBox1.Text = "Characteristics"; // // guiItemsLifePercent // this.guiItemsLifePercent.Location = new System.Drawing.Point(115, 201); this.guiItemsLifePercent.Name = "guiItemsLifePercent"; this.guiItemsLifePercent.ReadOnly = true; this.guiItemsLifePercent.Size = new System.Drawing.Size(45, 20); this.guiItemsLifePercent.TabIndex = 15; // // label19 // label19.AutoSize = true; label19.Location = new System.Drawing.Point(65, 204); label19.Name = "label19"; label19.Size = new System.Drawing.Size(44, 13); label19.TabIndex = 14; label19.Text = "+ % Life"; // // guiItemsDexterity // this.guiItemsDexterity.Location = new System.Drawing.Point(115, 19); this.guiItemsDexterity.Name = "guiItemsDexterity"; this.guiItemsDexterity.ReadOnly = true; this.guiItemsDexterity.Size = new System.Drawing.Size(45, 20); this.guiItemsDexterity.TabIndex = 1; // // guiItemsCriticDamage // this.guiItemsCriticDamage.Location = new System.Drawing.Point(115, 175); this.guiItemsCriticDamage.Name = "guiItemsCriticDamage"; this.guiItemsCriticDamage.ReadOnly = true; this.guiItemsCriticDamage.Size = new System.Drawing.Size(45, 20); this.guiItemsCriticDamage.TabIndex = 13; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(63, 22); label1.Name = "label1"; label1.Size = new System.Drawing.Size(46, 13); label1.TabIndex = 0; label1.Text = "dexterity"; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(16, 178); label7.Name = "label7"; label7.Size = new System.Drawing.Size(93, 13); label7.TabIndex = 12; label7.Text = "+ % Critic Damage"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(49, 48); label2.Name = "label2"; label2.Size = new System.Drawing.Size(60, 13); label2.TabIndex = 2; label2.Text = "intelligence"; // // guiItemsCriticChance // this.guiItemsCriticChance.Location = new System.Drawing.Point(115, 149); this.guiItemsCriticChance.Name = "guiItemsCriticChance"; this.guiItemsCriticChance.ReadOnly = true; this.guiItemsCriticChance.Size = new System.Drawing.Size(45, 20); this.guiItemsCriticChance.TabIndex = 11; // // guiItemsIntelligence // this.guiItemsIntelligence.Location = new System.Drawing.Point(115, 45); this.guiItemsIntelligence.Name = "guiItemsIntelligence"; this.guiItemsIntelligence.ReadOnly = true; this.guiItemsIntelligence.Size = new System.Drawing.Size(45, 20); this.guiItemsIntelligence.TabIndex = 3; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(64, 74); label3.Name = "label3"; label3.Size = new System.Drawing.Size(45, 13); label3.TabIndex = 4; label3.Text = "strength"; // // guiItemsSpeedAttack // this.guiItemsSpeedAttack.Location = new System.Drawing.Point(115, 123); this.guiItemsSpeedAttack.Name = "guiItemsSpeedAttack"; this.guiItemsSpeedAttack.ReadOnly = true; this.guiItemsSpeedAttack.Size = new System.Drawing.Size(45, 20); this.guiItemsSpeedAttack.TabIndex = 9; // // guiItemsStrength // this.guiItemsStrength.Location = new System.Drawing.Point(115, 71); this.guiItemsStrength.Name = "guiItemsStrength"; this.guiItemsStrength.ReadOnly = true; this.guiItemsStrength.Size = new System.Drawing.Size(45, 20); this.guiItemsStrength.TabIndex = 5; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(17, 126); label5.Name = "label5"; label5.Size = new System.Drawing.Size(92, 13); label5.TabIndex = 8; label5.Text = "+ % Attack Speed"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(73, 100); label4.Name = "label4"; label4.Size = new System.Drawing.Size(36, 13); label4.TabIndex = 6; label4.Text = "vitality"; // // guiItemsVitality // this.guiItemsVitality.Location = new System.Drawing.Point(115, 97); this.guiItemsVitality.Name = "guiItemsVitality"; this.guiItemsVitality.ReadOnly = true; this.guiItemsVitality.Size = new System.Drawing.Size(45, 20); this.guiItemsVitality.TabIndex = 7; // // tabActiveSkills // tabActiveSkills.Controls.Add(groupBox12); tabActiveSkills.Controls.Add(groupBoxBarbarianActiveSkills); tabActiveSkills.Controls.Add(groupBoxMonkActiveSkills); tabActiveSkills.Location = new System.Drawing.Point(4, 22); tabActiveSkills.Name = "tabActiveSkills"; tabActiveSkills.Size = new System.Drawing.Size(1026, 576); tabActiveSkills.TabIndex = 14; tabActiveSkills.Text = "Active Skills"; tabActiveSkills.UseVisualStyleBackColor = true; // // groupBox12 // groupBox12.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox12.Controls.Add(this.guiSkillCompanion_BoarCompanion); groupBox12.Location = new System.Drawing.Point(8, 220); groupBox12.Name = "groupBox12"; groupBox12.Size = new System.Drawing.Size(340, 55); groupBox12.TabIndex = 8; groupBox12.TabStop = false; groupBox12.Text = "Demon Hunter"; // // guiSkillCompanion_BoarCompanion // this.guiSkillCompanion_BoarCompanion.AutoSize = true; this.guiSkillCompanion_BoarCompanion.Location = new System.Drawing.Point(6, 19); this.guiSkillCompanion_BoarCompanion.Name = "guiSkillCompanion_BoarCompanion"; this.guiSkillCompanion_BoarCompanion.Size = new System.Drawing.Size(264, 17); this.guiSkillCompanion_BoarCompanion.TabIndex = 4; this.guiSkillCompanion_BoarCompanion.Text = "Companion / Boar Companion (+20% armor +life/s)"; this.guiSkillCompanion_BoarCompanion.UseVisualStyleBackColor = true; // // groupBox11 // groupBox11.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox11.Controls.Add(this.guiItemChoiceFeet); groupBox11.Controls.Add(this.guiItemChoiceLegs); groupBox11.Controls.Add(this.guiItemChoiceWaist); groupBox11.Controls.Add(this.guiItemChoiceTorso); groupBox11.Controls.Add(this.guiItemChoiceHands); groupBox11.Controls.Add(this.guiItemChoiceBracers); groupBox11.Controls.Add(this.guiItemChoiceShoulders); groupBox11.Controls.Add(this.guiItemChoiceHead); groupBox11.Controls.Add(this.guiItemChoiceNeck); groupBox11.Controls.Add(this.guiItemChoiceRightFinger); groupBox11.Controls.Add(this.guiItemChoiceLeftFinger); groupBox11.Controls.Add(this.guiItemChoiceSpecial); groupBox11.Controls.Add(this.guiItemChoiceOffHand); groupBox11.Controls.Add(this.guiItemChoiceMainHand); groupBox11.Dock = System.Windows.Forms.DockStyle.Left; groupBox11.Location = new System.Drawing.Point(3, 3); groupBox11.Name = "groupBox11"; groupBox11.Size = new System.Drawing.Size(162, 570); groupBox11.TabIndex = 0; groupBox11.TabStop = false; groupBox11.Text = "Items"; // // guiItemChoiceFeet // this.guiItemChoiceFeet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceFeet.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceFeet.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceFeet.Location = new System.Drawing.Point(6, 396); this.guiItemChoiceFeet.Name = "guiItemChoiceFeet"; this.guiItemChoiceFeet.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceFeet.TabIndex = 13; this.guiItemChoiceFeet.Text = "Feet"; this.guiItemChoiceFeet.UseVisualStyleBackColor = true; this.guiItemChoiceFeet.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceLegs // this.guiItemChoiceLegs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceLegs.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceLegs.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceLegs.Location = new System.Drawing.Point(6, 367); this.guiItemChoiceLegs.Name = "guiItemChoiceLegs"; this.guiItemChoiceLegs.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceLegs.TabIndex = 12; this.guiItemChoiceLegs.Text = "Legs"; this.guiItemChoiceLegs.UseVisualStyleBackColor = true; this.guiItemChoiceLegs.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceWaist // this.guiItemChoiceWaist.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceWaist.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceWaist.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceWaist.Location = new System.Drawing.Point(6, 338); this.guiItemChoiceWaist.Name = "guiItemChoiceWaist"; this.guiItemChoiceWaist.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceWaist.TabIndex = 11; this.guiItemChoiceWaist.Text = "Waist"; this.guiItemChoiceWaist.UseVisualStyleBackColor = true; this.guiItemChoiceWaist.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceTorso // this.guiItemChoiceTorso.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceTorso.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceTorso.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceTorso.Location = new System.Drawing.Point(6, 309); this.guiItemChoiceTorso.Name = "guiItemChoiceTorso"; this.guiItemChoiceTorso.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceTorso.TabIndex = 10; this.guiItemChoiceTorso.Text = "Torso"; this.guiItemChoiceTorso.UseVisualStyleBackColor = true; this.guiItemChoiceTorso.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceHands // this.guiItemChoiceHands.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceHands.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceHands.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceHands.Location = new System.Drawing.Point(6, 280); this.guiItemChoiceHands.Name = "guiItemChoiceHands"; this.guiItemChoiceHands.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceHands.TabIndex = 9; this.guiItemChoiceHands.Text = "Hands"; this.guiItemChoiceHands.UseVisualStyleBackColor = true; this.guiItemChoiceHands.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceBracers // this.guiItemChoiceBracers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceBracers.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceBracers.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceBracers.Location = new System.Drawing.Point(6, 251); this.guiItemChoiceBracers.Name = "guiItemChoiceBracers"; this.guiItemChoiceBracers.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceBracers.TabIndex = 8; this.guiItemChoiceBracers.Text = "Bracers"; this.guiItemChoiceBracers.UseVisualStyleBackColor = true; this.guiItemChoiceBracers.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceShoulders // this.guiItemChoiceShoulders.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceShoulders.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceShoulders.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceShoulders.Location = new System.Drawing.Point(6, 222); this.guiItemChoiceShoulders.Name = "guiItemChoiceShoulders"; this.guiItemChoiceShoulders.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceShoulders.TabIndex = 7; this.guiItemChoiceShoulders.Text = "Shoulders"; this.guiItemChoiceShoulders.UseVisualStyleBackColor = true; this.guiItemChoiceShoulders.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceHead // this.guiItemChoiceHead.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceHead.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceHead.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceHead.Location = new System.Drawing.Point(6, 193); this.guiItemChoiceHead.Name = "guiItemChoiceHead"; this.guiItemChoiceHead.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceHead.TabIndex = 6; this.guiItemChoiceHead.Text = "Head"; this.guiItemChoiceHead.UseVisualStyleBackColor = true; this.guiItemChoiceHead.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceNeck // this.guiItemChoiceNeck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceNeck.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceNeck.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceNeck.Location = new System.Drawing.Point(6, 164); this.guiItemChoiceNeck.Name = "guiItemChoiceNeck"; this.guiItemChoiceNeck.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceNeck.TabIndex = 5; this.guiItemChoiceNeck.Text = "Neck"; this.guiItemChoiceNeck.UseVisualStyleBackColor = true; this.guiItemChoiceNeck.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceRightFinger // this.guiItemChoiceRightFinger.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceRightFinger.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceRightFinger.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceRightFinger.Location = new System.Drawing.Point(6, 135); this.guiItemChoiceRightFinger.Name = "guiItemChoiceRightFinger"; this.guiItemChoiceRightFinger.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceRightFinger.TabIndex = 4; this.guiItemChoiceRightFinger.Text = "Right Finger"; this.guiItemChoiceRightFinger.UseVisualStyleBackColor = true; this.guiItemChoiceRightFinger.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceLeftFinger // this.guiItemChoiceLeftFinger.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceLeftFinger.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceLeftFinger.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceLeftFinger.Location = new System.Drawing.Point(6, 106); this.guiItemChoiceLeftFinger.Name = "guiItemChoiceLeftFinger"; this.guiItemChoiceLeftFinger.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceLeftFinger.TabIndex = 3; this.guiItemChoiceLeftFinger.Text = "Left Finger"; this.guiItemChoiceLeftFinger.UseVisualStyleBackColor = true; this.guiItemChoiceLeftFinger.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceSpecial // this.guiItemChoiceSpecial.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceSpecial.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceSpecial.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceSpecial.Location = new System.Drawing.Point(6, 77); this.guiItemChoiceSpecial.Name = "guiItemChoiceSpecial"; this.guiItemChoiceSpecial.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceSpecial.TabIndex = 2; this.guiItemChoiceSpecial.Text = "Special"; this.guiItemChoiceSpecial.UseVisualStyleBackColor = true; this.guiItemChoiceSpecial.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceOffHand // this.guiItemChoiceOffHand.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceOffHand.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceOffHand.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceOffHand.Location = new System.Drawing.Point(6, 48); this.guiItemChoiceOffHand.Name = "guiItemChoiceOffHand"; this.guiItemChoiceOffHand.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceOffHand.TabIndex = 1; this.guiItemChoiceOffHand.Text = "Off Hand"; this.guiItemChoiceOffHand.UseVisualStyleBackColor = true; this.guiItemChoiceOffHand.Click += new System.EventHandler(this.guiItemChoices_Click); // // guiItemChoiceMainHand // this.guiItemChoiceMainHand.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.guiItemChoiceMainHand.BackColor = System.Drawing.Color.Transparent; this.guiItemChoiceMainHand.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiItemChoiceMainHand.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiItemChoiceMainHand.Location = new System.Drawing.Point(6, 19); this.guiItemChoiceMainHand.Name = "guiItemChoiceMainHand"; this.guiItemChoiceMainHand.Size = new System.Drawing.Size(150, 23); this.guiItemChoiceMainHand.TabIndex = 0; this.guiItemChoiceMainHand.Text = "Main Hand"; this.guiItemChoiceMainHand.UseVisualStyleBackColor = true; this.guiItemChoiceMainHand.Click += new System.EventHandler(this.guiItemChoices_Click); // // tacControl1 // tacControl1.Controls.Add(this.tabResults); tacControl1.Controls.Add(this.tabItemEditor); tacControl1.Controls.Add(this.tabSetBonus); tacControl1.Controls.Add(tabPassiveSkills); tacControl1.Controls.Add(tabActiveSkills); tacControl1.Dock = System.Windows.Forms.DockStyle.Fill; tacControl1.HotTrack = true; tacControl1.Location = new System.Drawing.Point(0, 0); tacControl1.Multiline = true; tacControl1.Name = "tacControl1"; tacControl1.SelectedIndex = 0; tacControl1.Size = new System.Drawing.Size(1034, 602); tacControl1.TabIndex = 0; // // tabResults // this.tabResults.Controls.Add(groupBox14); this.tabResults.Controls.Add(groupBox13); this.tabResults.Controls.Add(groupBox2); this.tabResults.Controls.Add(groupBox10); this.tabResults.Controls.Add(groupBox1); this.tabResults.Location = new System.Drawing.Point(4, 22); this.tabResults.Name = "tabResults"; this.tabResults.Padding = new System.Windows.Forms.Padding(3); this.tabResults.Size = new System.Drawing.Size(1026, 576); this.tabResults.TabIndex = 15; this.tabResults.Text = "Calculation LastResults"; this.tabResults.UseVisualStyleBackColor = true; // // groupBox14 // groupBox14.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox14.Controls.Add(this.guiDoCalculations); groupBox14.Controls.Add(this.guiSetAsReference); groupBox14.Dock = System.Windows.Forms.DockStyle.Left; groupBox14.Location = new System.Drawing.Point(3, 3); groupBox14.Name = "groupBox14"; groupBox14.Size = new System.Drawing.Size(162, 570); groupBox14.TabIndex = 39; groupBox14.TabStop = false; groupBox14.Text = "Commands"; // // guiDoCalculations // this.guiDoCalculations.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiDoCalculations.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiDoCalculations.Location = new System.Drawing.Point(6, 19); this.guiDoCalculations.Name = "guiDoCalculations"; this.guiDoCalculations.Size = new System.Drawing.Size(150, 23); this.guiDoCalculations.TabIndex = 1; this.guiDoCalculations.Text = "Do Calculations"; this.guiDoCalculations.UseVisualStyleBackColor = true; this.guiDoCalculations.Click += new System.EventHandler(this.guiDoCalculations_Click); // // guiSetAsReference // this.guiSetAsReference.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiSetAsReference.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiSetAsReference.Location = new System.Drawing.Point(6, 48); this.guiSetAsReference.Name = "guiSetAsReference"; this.guiSetAsReference.Size = new System.Drawing.Size(150, 23); this.guiSetAsReference.TabIndex = 38; this.guiSetAsReference.Text = "Set As Reference"; this.guiSetAsReference.UseVisualStyleBackColor = true; this.guiSetAsReference.Click += new System.EventHandler(this.guiSetAsReference_Click); // // groupBox13 // groupBox13.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox13.Controls.Add(label72); groupBox13.Controls.Add(this.guiCalculatedSkillDamageVsElites_Poison); groupBox13.Controls.Add(this.guiCalculatedSkillDamageVsElites_Physical); groupBox13.Controls.Add(this.guiCalculatedSkillDamageVsElites_Lightning); groupBox13.Controls.Add(this.guiCalculatedSkillDamageVsElites_Holy); groupBox13.Controls.Add(this.guiCalculatedSkillDamageVsElites_Arcane); groupBox13.Controls.Add(this.guiCalculatedSkillDamageVsElites_Fire); groupBox13.Controls.Add(this.guiCalculatedSkillDamageVsElites_Cold); groupBox13.Controls.Add(label71); groupBox13.Controls.Add(this.guiSkillCooldownReductionAll); groupBox13.Controls.Add(label49); groupBox13.Controls.Add(label70); groupBox13.Controls.Add(label61); groupBox13.Controls.Add(this.guiCalculatedSkillBonusPercent_Cold); groupBox13.Controls.Add(label48); groupBox13.Controls.Add(label60); groupBox13.Controls.Add(this.guiCalculatedSkillBonusPercent_Fire); groupBox13.Controls.Add(label50); groupBox13.Controls.Add(label59); groupBox13.Controls.Add(label51); groupBox13.Controls.Add(this.guiCalculatedSkillBonusPercent_Holy); groupBox13.Controls.Add(label52); groupBox13.Controls.Add(label58); groupBox13.Controls.Add(label53); groupBox13.Controls.Add(this.guiCalculatedSkillBonusPercent_Lightning); groupBox13.Controls.Add(label54); groupBox13.Controls.Add(label57); groupBox13.Controls.Add(label55); groupBox13.Controls.Add(this.guiCalculatedSkillBonusPercent_Physical); groupBox13.Controls.Add(this.guiCalculatedSkillDamage_Poison); groupBox13.Controls.Add(label56); groupBox13.Controls.Add(this.guiCalculatedSkillDamage_Physical); groupBox13.Controls.Add(this.guiCalculatedSkillBonusPercent_Poison); groupBox13.Controls.Add(this.guiCalculatedSkillDamage_Lightning); groupBox13.Controls.Add(this.guiCalculatedSkillBonusPercent_Arcane); groupBox13.Controls.Add(this.guiCalculatedSkillDamage_Holy); groupBox13.Controls.Add(this.guiCalculatedSkillDamage_Arcane); groupBox13.Controls.Add(this.guiCalculatedSkillDamage_Fire); groupBox13.Controls.Add(this.guiCalculatedSkillDamage_Cold); groupBox13.Location = new System.Drawing.Point(343, 174); groupBox13.Name = "groupBox13"; groupBox13.Size = new System.Drawing.Size(306, 252); groupBox13.TabIndex = 5; groupBox13.TabStop = false; groupBox13.Text = "Calculation: Base Skills Damage"; // // label72 // label72.AutoSize = true; label72.Location = new System.Drawing.Point(227, 16); label72.Name = "label72"; label72.Size = new System.Drawing.Size(45, 13); label72.TabIndex = 86; label72.Text = "vs elites"; // // guiCalculatedSkillDamageVsElites_Poison // this.guiCalculatedSkillDamageVsElites_Poison.Location = new System.Drawing.Point(230, 187); this.guiCalculatedSkillDamageVsElites_Poison.Name = "guiCalculatedSkillDamageVsElites_Poison"; this.guiCalculatedSkillDamageVsElites_Poison.ReadOnly = true; this.guiCalculatedSkillDamageVsElites_Poison.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamageVsElites_Poison.TabIndex = 85; // // guiCalculatedSkillDamageVsElites_Physical // this.guiCalculatedSkillDamageVsElites_Physical.Location = new System.Drawing.Point(230, 161); this.guiCalculatedSkillDamageVsElites_Physical.Name = "guiCalculatedSkillDamageVsElites_Physical"; this.guiCalculatedSkillDamageVsElites_Physical.ReadOnly = true; this.guiCalculatedSkillDamageVsElites_Physical.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamageVsElites_Physical.TabIndex = 84; // // guiCalculatedSkillDamageVsElites_Lightning // this.guiCalculatedSkillDamageVsElites_Lightning.Location = new System.Drawing.Point(230, 135); this.guiCalculatedSkillDamageVsElites_Lightning.Name = "guiCalculatedSkillDamageVsElites_Lightning"; this.guiCalculatedSkillDamageVsElites_Lightning.ReadOnly = true; this.guiCalculatedSkillDamageVsElites_Lightning.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamageVsElites_Lightning.TabIndex = 83; // // guiCalculatedSkillDamageVsElites_Holy // this.guiCalculatedSkillDamageVsElites_Holy.Location = new System.Drawing.Point(230, 109); this.guiCalculatedSkillDamageVsElites_Holy.Name = "guiCalculatedSkillDamageVsElites_Holy"; this.guiCalculatedSkillDamageVsElites_Holy.ReadOnly = true; this.guiCalculatedSkillDamageVsElites_Holy.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamageVsElites_Holy.TabIndex = 82; // // guiCalculatedSkillDamageVsElites_Arcane // this.guiCalculatedSkillDamageVsElites_Arcane.Location = new System.Drawing.Point(230, 32); this.guiCalculatedSkillDamageVsElites_Arcane.Name = "guiCalculatedSkillDamageVsElites_Arcane"; this.guiCalculatedSkillDamageVsElites_Arcane.ReadOnly = true; this.guiCalculatedSkillDamageVsElites_Arcane.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamageVsElites_Arcane.TabIndex = 79; // // guiCalculatedSkillDamageVsElites_Fire // this.guiCalculatedSkillDamageVsElites_Fire.Location = new System.Drawing.Point(230, 83); this.guiCalculatedSkillDamageVsElites_Fire.Name = "guiCalculatedSkillDamageVsElites_Fire"; this.guiCalculatedSkillDamageVsElites_Fire.ReadOnly = true; this.guiCalculatedSkillDamageVsElites_Fire.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamageVsElites_Fire.TabIndex = 81; // // guiCalculatedSkillDamageVsElites_Cold // this.guiCalculatedSkillDamageVsElites_Cold.Location = new System.Drawing.Point(230, 57); this.guiCalculatedSkillDamageVsElites_Cold.Name = "guiCalculatedSkillDamageVsElites_Cold"; this.guiCalculatedSkillDamageVsElites_Cold.ReadOnly = true; this.guiCalculatedSkillDamageVsElites_Cold.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamageVsElites_Cold.TabIndex = 80; // // label71 // label71.AutoSize = true; label71.Location = new System.Drawing.Point(129, 216); label71.Name = "label71"; label71.Size = new System.Drawing.Size(15, 13); label71.TabIndex = 78; label71.Text = "%"; // // guiSkillCooldownReductionAll // this.guiSkillCooldownReductionAll.Location = new System.Drawing.Point(78, 213); this.guiSkillCooldownReductionAll.Name = "guiSkillCooldownReductionAll"; this.guiSkillCooldownReductionAll.ReadOnly = true; this.guiSkillCooldownReductionAll.Size = new System.Drawing.Size(45, 20); this.guiSkillCooldownReductionAll.TabIndex = 37; // // label70 // label70.AutoSize = true; label70.Location = new System.Drawing.Point(8, 216); label70.Name = "label70"; label70.Size = new System.Drawing.Size(64, 13); label70.TabIndex = 36; label70.Text = "% cooldown"; // // guiCalculatedSkillBonusPercent_Cold // this.guiCalculatedSkillBonusPercent_Cold.Location = new System.Drawing.Point(78, 57); this.guiCalculatedSkillBonusPercent_Cold.Name = "guiCalculatedSkillBonusPercent_Cold"; this.guiCalculatedSkillBonusPercent_Cold.ReadOnly = true; this.guiCalculatedSkillBonusPercent_Cold.Size = new System.Drawing.Size(45, 20); this.guiCalculatedSkillBonusPercent_Cold.TabIndex = 54; // // guiCalculatedSkillBonusPercent_Fire // this.guiCalculatedSkillBonusPercent_Fire.Location = new System.Drawing.Point(78, 83); this.guiCalculatedSkillBonusPercent_Fire.Name = "guiCalculatedSkillBonusPercent_Fire"; this.guiCalculatedSkillBonusPercent_Fire.ReadOnly = true; this.guiCalculatedSkillBonusPercent_Fire.Size = new System.Drawing.Size(45, 20); this.guiCalculatedSkillBonusPercent_Fire.TabIndex = 58; // // guiCalculatedSkillBonusPercent_Holy // this.guiCalculatedSkillBonusPercent_Holy.Location = new System.Drawing.Point(78, 109); this.guiCalculatedSkillBonusPercent_Holy.Name = "guiCalculatedSkillBonusPercent_Holy"; this.guiCalculatedSkillBonusPercent_Holy.ReadOnly = true; this.guiCalculatedSkillBonusPercent_Holy.Size = new System.Drawing.Size(45, 20); this.guiCalculatedSkillBonusPercent_Holy.TabIndex = 62; // // guiCalculatedSkillBonusPercent_Lightning // this.guiCalculatedSkillBonusPercent_Lightning.Location = new System.Drawing.Point(78, 135); this.guiCalculatedSkillBonusPercent_Lightning.Name = "guiCalculatedSkillBonusPercent_Lightning"; this.guiCalculatedSkillBonusPercent_Lightning.ReadOnly = true; this.guiCalculatedSkillBonusPercent_Lightning.Size = new System.Drawing.Size(45, 20); this.guiCalculatedSkillBonusPercent_Lightning.TabIndex = 66; // // guiCalculatedSkillBonusPercent_Physical // this.guiCalculatedSkillBonusPercent_Physical.Location = new System.Drawing.Point(78, 161); this.guiCalculatedSkillBonusPercent_Physical.Name = "guiCalculatedSkillBonusPercent_Physical"; this.guiCalculatedSkillBonusPercent_Physical.ReadOnly = true; this.guiCalculatedSkillBonusPercent_Physical.Size = new System.Drawing.Size(45, 20); this.guiCalculatedSkillBonusPercent_Physical.TabIndex = 70; // // guiCalculatedSkillDamage_Poison // this.guiCalculatedSkillDamage_Poison.Location = new System.Drawing.Point(154, 187); this.guiCalculatedSkillDamage_Poison.Name = "guiCalculatedSkillDamage_Poison"; this.guiCalculatedSkillDamage_Poison.ReadOnly = true; this.guiCalculatedSkillDamage_Poison.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamage_Poison.TabIndex = 75; // // guiCalculatedSkillDamage_Physical // this.guiCalculatedSkillDamage_Physical.Location = new System.Drawing.Point(154, 161); this.guiCalculatedSkillDamage_Physical.Name = "guiCalculatedSkillDamage_Physical"; this.guiCalculatedSkillDamage_Physical.ReadOnly = true; this.guiCalculatedSkillDamage_Physical.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamage_Physical.TabIndex = 71; // // guiCalculatedSkillBonusPercent_Poison // this.guiCalculatedSkillBonusPercent_Poison.Location = new System.Drawing.Point(78, 187); this.guiCalculatedSkillBonusPercent_Poison.Name = "guiCalculatedSkillBonusPercent_Poison"; this.guiCalculatedSkillBonusPercent_Poison.ReadOnly = true; this.guiCalculatedSkillBonusPercent_Poison.Size = new System.Drawing.Size(45, 20); this.guiCalculatedSkillBonusPercent_Poison.TabIndex = 74; // // guiCalculatedSkillDamage_Lightning // this.guiCalculatedSkillDamage_Lightning.Location = new System.Drawing.Point(154, 135); this.guiCalculatedSkillDamage_Lightning.Name = "guiCalculatedSkillDamage_Lightning"; this.guiCalculatedSkillDamage_Lightning.ReadOnly = true; this.guiCalculatedSkillDamage_Lightning.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamage_Lightning.TabIndex = 67; // // guiCalculatedSkillBonusPercent_Arcane // this.guiCalculatedSkillBonusPercent_Arcane.Location = new System.Drawing.Point(78, 31); this.guiCalculatedSkillBonusPercent_Arcane.Name = "guiCalculatedSkillBonusPercent_Arcane"; this.guiCalculatedSkillBonusPercent_Arcane.ReadOnly = true; this.guiCalculatedSkillBonusPercent_Arcane.Size = new System.Drawing.Size(45, 20); this.guiCalculatedSkillBonusPercent_Arcane.TabIndex = 50; // // guiCalculatedSkillDamage_Holy // this.guiCalculatedSkillDamage_Holy.Location = new System.Drawing.Point(154, 109); this.guiCalculatedSkillDamage_Holy.Name = "guiCalculatedSkillDamage_Holy"; this.guiCalculatedSkillDamage_Holy.ReadOnly = true; this.guiCalculatedSkillDamage_Holy.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamage_Holy.TabIndex = 63; // // guiCalculatedSkillDamage_Arcane // this.guiCalculatedSkillDamage_Arcane.Location = new System.Drawing.Point(154, 32); this.guiCalculatedSkillDamage_Arcane.Name = "guiCalculatedSkillDamage_Arcane"; this.guiCalculatedSkillDamage_Arcane.ReadOnly = true; this.guiCalculatedSkillDamage_Arcane.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamage_Arcane.TabIndex = 51; // // guiCalculatedSkillDamage_Fire // this.guiCalculatedSkillDamage_Fire.Location = new System.Drawing.Point(154, 83); this.guiCalculatedSkillDamage_Fire.Name = "guiCalculatedSkillDamage_Fire"; this.guiCalculatedSkillDamage_Fire.ReadOnly = true; this.guiCalculatedSkillDamage_Fire.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamage_Fire.TabIndex = 59; // // guiCalculatedSkillDamage_Cold // this.guiCalculatedSkillDamage_Cold.Location = new System.Drawing.Point(154, 57); this.guiCalculatedSkillDamage_Cold.Name = "guiCalculatedSkillDamage_Cold"; this.guiCalculatedSkillDamage_Cold.ReadOnly = true; this.guiCalculatedSkillDamage_Cold.Size = new System.Drawing.Size(70, 20); this.guiCalculatedSkillDamage_Cold.TabIndex = 55; // // tabItemEditor // this.tabItemEditor.Controls.Add(groupBox11); this.tabItemEditor.Controls.Add(this.guiItemEditor); this.tabItemEditor.Location = new System.Drawing.Point(4, 22); this.tabItemEditor.Name = "tabItemEditor"; this.tabItemEditor.Padding = new System.Windows.Forms.Padding(3); this.tabItemEditor.Size = new System.Drawing.Size(1026, 576); this.tabItemEditor.TabIndex = 18; this.tabItemEditor.Text = "Items Editor"; this.tabItemEditor.UseVisualStyleBackColor = true; // // guiItemEditor // this.guiItemEditor.AutoSize = true; this.guiItemEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.guiItemEditor.KnownGems = null; this.guiItemEditor.Location = new System.Drawing.Point(171, 6); this.guiItemEditor.Name = "guiItemEditor"; this.guiItemEditor.Size = new System.Drawing.Size(853, 531); this.guiItemEditor.TabIndex = 1; // // tabSetBonus // this.tabSetBonus.Controls.Add(this.guiSetBonusEditor); this.tabSetBonus.Location = new System.Drawing.Point(4, 22); this.tabSetBonus.Name = "tabSetBonus"; this.tabSetBonus.Padding = new System.Windows.Forms.Padding(3); this.tabSetBonus.Size = new System.Drawing.Size(1026, 576); this.tabSetBonus.TabIndex = 16; this.tabSetBonus.Text = "Set Bonus"; this.tabSetBonus.UseVisualStyleBackColor = true; // // guiSetBonusEditor // this.guiSetBonusEditor.AutoSize = true; this.guiSetBonusEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.guiSetBonusEditor.KnownGems = null; this.guiSetBonusEditor.Location = new System.Drawing.Point(6, 6); this.guiSetBonusEditor.Name = "guiSetBonusEditor"; this.guiSetBonusEditor.Size = new System.Drawing.Size(853, 531); this.guiSetBonusEditor.TabIndex = 0; // // D3CalculatorForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1034, 602); this.Controls.Add(tacControl1); this.Name = "D3CalculatorForm"; this.Text = "D3 Calculator by ZTn"; tabPassiveSkills.ResumeLayout(false); groupBox9.ResumeLayout(false); groupBox9.PerformLayout(); groupBox8.ResumeLayout(false); groupBox8.PerformLayout(); groupBox7.ResumeLayout(false); groupBox7.PerformLayout(); groupBox3.ResumeLayout(false); groupBox3.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); groupBox5.ResumeLayout(false); groupBox5.PerformLayout(); groupBox4.ResumeLayout(false); groupBox4.PerformLayout(); groupBoxBarbarianActiveSkills.ResumeLayout(false); groupBoxBarbarianActiveSkills.PerformLayout(); groupBoxMonkActiveSkills.ResumeLayout(false); groupBoxMonkActiveSkills.PerformLayout(); groupBox2.ResumeLayout(false); groupBox2.PerformLayout(); groupBox10.ResumeLayout(false); groupBox10.PerformLayout(); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); tabActiveSkills.ResumeLayout(false); groupBox12.ResumeLayout(false); groupBox12.PerformLayout(); groupBox11.ResumeLayout(false); tacControl1.ResumeLayout(false); this.tabResults.ResumeLayout(false); this.tabResults.PerformLayout(); groupBox14.ResumeLayout(false); groupBox13.ResumeLayout(false); groupBox13.PerformLayout(); this.tabItemEditor.ResumeLayout(false); this.tabItemEditor.PerformLayout(); this.tabSetBonus.ResumeLayout(false); this.tabSetBonus.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(); System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.ColumnHeader columnHeader1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DisplayChangedProjects)); System.Windows.Forms.ColumnHeader columnHeader2; this.tabPage1 = new System.Windows.Forms.TabPage(); this.addedProjectsList = new System.Windows.Forms.ListView(); this.images = new System.Windows.Forms.ImageList(this.components); this.tabPage2 = new System.Windows.Forms.TabPage(); this.deletedProjectsList = new System.Windows.Forms.ListView(); this.updateButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); tabControl1 = new System.Windows.Forms.TabControl(); columnHeader1 = new System.Windows.Forms.ColumnHeader(); columnHeader2 = new System.Windows.Forms.ColumnHeader(); tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); tabControl1.Controls.Add(this.tabPage1); tabControl1.Controls.Add(this.tabPage2); tabControl1.ImageList = this.images; tabControl1.Location = new System.Drawing.Point(12, 12); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(431, 290); tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.addedProjectsList); this.tabPage1.ImageKey = "AddedProject"; this.tabPage1.Location = new System.Drawing.Point(4, 23); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(423, 263); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Added Projects"; this.tabPage1.UseVisualStyleBackColor = true; // // addedProjectsList // this.addedProjectsList.CheckBoxes = true; this.addedProjectsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1 }); this.addedProjectsList.Dock = System.Windows.Forms.DockStyle.Fill; this.addedProjectsList.Location = new System.Drawing.Point(3, 3); this.addedProjectsList.Name = "addedProjectsList"; this.addedProjectsList.Size = new System.Drawing.Size(417, 257); this.addedProjectsList.SmallImageList = this.images; this.addedProjectsList.TabIndex = 0; this.addedProjectsList.UseCompatibleStateImageBehavior = false; this.addedProjectsList.View = System.Windows.Forms.View.Details; // // columnHeader1 // columnHeader1.Text = "Project Name"; columnHeader1.Width = 384; // // images // this.images.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("images.ImageStream"))); this.images.TransparentColor = System.Drawing.Color.Transparent; this.images.Images.SetKeyName(0, "AddedProject"); this.images.Images.SetKeyName(1, "DeletedProject"); // // tabPage2 // this.tabPage2.Controls.Add(this.deletedProjectsList); this.tabPage2.ImageKey = "DeletedProject"; this.tabPage2.Location = new System.Drawing.Point(4, 23); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(423, 263); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Deleted Projects"; this.tabPage2.UseVisualStyleBackColor = true; // // deletedProjectsList // this.deletedProjectsList.CheckBoxes = true; this.deletedProjectsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader2 }); this.deletedProjectsList.Dock = System.Windows.Forms.DockStyle.Fill; this.deletedProjectsList.Location = new System.Drawing.Point(3, 3); this.deletedProjectsList.Name = "deletedProjectsList"; this.deletedProjectsList.Size = new System.Drawing.Size(417, 257); this.deletedProjectsList.SmallImageList = this.images; this.deletedProjectsList.TabIndex = 0; this.deletedProjectsList.UseCompatibleStateImageBehavior = false; this.deletedProjectsList.View = System.Windows.Forms.View.Details; // // columnHeader2 // columnHeader2.Text = "Project Name"; columnHeader2.Width = 380; // // updateButton // this.updateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.updateButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.updateButton.Location = new System.Drawing.Point(368, 308); this.updateButton.Name = "updateButton"; this.updateButton.Size = new System.Drawing.Size(75, 23); this.updateButton.TabIndex = 1; this.updateButton.Text = "&Update"; this.updateButton.UseVisualStyleBackColor = true; this.updateButton.Click += new System.EventHandler(this.updateButton_Click); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(287, 308); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 2; this.cancelButton.Text = "&Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // DisplayChangedProjects // this.AcceptButton = this.updateButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(455, 343); this.Controls.Add(this.cancelButton); this.Controls.Add(this.updateButton); this.Controls.Add(tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "DisplayChangedProjects"; this.ShowInTaskbar = false; this.Text = "Changed Projects"; tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.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() { System.Windows.Forms.TabControl tabControl1; this.tabPage1 = new System.Windows.Forms.TabPage(); this.homepage = new System.Windows.Forms.TextBox(); this.lb = new System.Windows.Forms.Label(); this.phone = new System.Windows.Forms.TextBox(); this.postalcode = new System.Windows.Forms.TextBox(); this.region = new System.Windows.Forms.TextBox(); this.city = new System.Windows.Forms.TextBox(); this.address = new System.Windows.Forms.TextBox(); this.fax = new System.Windows.Forms.TextBox(); this.suppliername = new System.Windows.Forms.TextBox(); this.supplierid = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.addsupplier = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.label22 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.textBox15 = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.textBox11 = new System.Windows.Forms.TextBox(); this.textBox14 = new System.Windows.Forms.TextBox(); this.textBox13 = new System.Windows.Forms.TextBox(); this.textBox10 = new System.Windows.Forms.TextBox(); this.textBox9 = new System.Windows.Forms.TextBox(); this.textBox12 = new System.Windows.Forms.TextBox(); this.textbox8 = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.label1 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.button2 = new System.Windows.Forms.Button(); tabControl1 = new System.Windows.Forms.TabControl(); tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(this.tabPage1); tabControl1.Controls.Add(this.tabPage2); tabControl1.Controls.Add(this.tabPage3); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(581, 427); tabControl1.TabIndex = 102; tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.Gainsboro; this.tabPage1.Controls.Add(this.homepage); this.tabPage1.Controls.Add(this.lb); this.tabPage1.Controls.Add(this.phone); this.tabPage1.Controls.Add(this.postalcode); this.tabPage1.Controls.Add(this.region); this.tabPage1.Controls.Add(this.city); this.tabPage1.Controls.Add(this.address); this.tabPage1.Controls.Add(this.fax); this.tabPage1.Controls.Add(this.suppliername); this.tabPage1.Controls.Add(this.supplierid); this.tabPage1.Controls.Add(this.label12); this.tabPage1.Controls.Add(this.label10); this.tabPage1.Controls.Add(this.label9); this.tabPage1.Controls.Add(this.label8); this.tabPage1.Controls.Add(this.label6); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.addsupplier); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(573, 398); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Add new supplier"; this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click); // // homepage // this.homepage.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.homepage.Location = new System.Drawing.Point(240, 302); this.homepage.Name = "homepage"; this.homepage.Size = new System.Drawing.Size(100, 24); this.homepage.TabIndex = 135; this.homepage.TextChanged += new System.EventHandler(this.homepage_TextChanged); // // lb // this.lb.AutoSize = true; this.lb.Location = new System.Drawing.Point(122, 305); this.lb.Name = "lb"; this.lb.Size = new System.Drawing.Size(74, 17); this.lb.TabIndex = 134; this.lb.Text = "HomePage"; this.lb.Click += new System.EventHandler(this.label13_Click); // // phone // this.phone.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.phone.Location = new System.Drawing.Point(240, 263); this.phone.Name = "phone"; this.phone.Size = new System.Drawing.Size(100, 24); this.phone.TabIndex = 133; this.phone.TextChanged += new System.EventHandler(this.phone_TextChanged); // // postalcode // this.postalcode.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.postalcode.Location = new System.Drawing.Point(240, 233); this.postalcode.Name = "postalcode"; this.postalcode.Size = new System.Drawing.Size(100, 24); this.postalcode.TabIndex = 132; this.postalcode.TextChanged += new System.EventHandler(this.postalcode_TextChanged); // // region // this.region.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.region.Location = new System.Drawing.Point(240, 197); this.region.Name = "region"; this.region.Size = new System.Drawing.Size(100, 24); this.region.TabIndex = 131; this.region.TextChanged += new System.EventHandler(this.region_TextChanged); // // city // this.city.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.city.Location = new System.Drawing.Point(240, 164); this.city.Name = "city"; this.city.Size = new System.Drawing.Size(100, 24); this.city.TabIndex = 130; this.city.TextChanged += new System.EventHandler(this.city_TextChanged); // // address // this.address.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.address.Location = new System.Drawing.Point(240, 134); this.address.Name = "address"; this.address.Size = new System.Drawing.Size(100, 24); this.address.TabIndex = 129; this.address.TextChanged += new System.EventHandler(this.address_TextChanged); // // fax // this.fax.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.fax.Location = new System.Drawing.Point(240, 101); this.fax.Name = "fax"; this.fax.Size = new System.Drawing.Size(100, 24); this.fax.TabIndex = 128; this.fax.TextChanged += new System.EventHandler(this.fax_TextChanged); // // suppliername // this.suppliername.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.suppliername.Location = new System.Drawing.Point(240, 59); this.suppliername.Name = "suppliername"; this.suppliername.Size = new System.Drawing.Size(100, 24); this.suppliername.TabIndex = 127; this.suppliername.TextChanged += new System.EventHandler(this.suppliername_TextChanged); // // supplierid // this.supplierid.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.supplierid.Location = new System.Drawing.Point(240, 24); this.supplierid.Name = "supplierid"; this.supplierid.Size = new System.Drawing.Size(100, 24); this.supplierid.TabIndex = 126; this.supplierid.TextChanged += new System.EventHandler(this.supplierid_TextChanged); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(122, 236); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(76, 17); this.label12.TabIndex = 125; this.label12.Text = "PostalCode"; this.label12.Click += new System.EventHandler(this.label12_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(122, 271); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(47, 17); this.label10.TabIndex = 124; this.label10.Text = "Phone"; this.label10.Click += new System.EventHandler(this.label10_Click); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(122, 137); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(56, 17); this.label9.TabIndex = 123; this.label9.Text = "Address"; this.label9.Click += new System.EventHandler(this.label9_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(122, 167); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(32, 17); this.label8.TabIndex = 122; this.label8.Text = "City"; this.label8.Click += new System.EventHandler(this.label8_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(122, 204); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(50, 17); this.label6.TabIndex = 121; this.label6.Text = "Region"; this.label6.Click += new System.EventHandler(this.label6_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(122, 66); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(91, 17); this.label5.TabIndex = 120; this.label5.Text = "SupplierName"; this.label5.Click += new System.EventHandler(this.label5_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(122, 104); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(30, 17); this.label3.TabIndex = 119; this.label3.Text = "Fax"; this.label3.Click += new System.EventHandler(this.label3_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(122, 31); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(70, 17); this.label2.TabIndex = 118; this.label2.Text = "SupplierID"; this.label2.Click += new System.EventHandler(this.label2_Click_1); // // addsupplier // this.addsupplier.Location = new System.Drawing.Point(168, 353); this.addsupplier.Name = "addsupplier"; this.addsupplier.Size = new System.Drawing.Size(181, 23); this.addsupplier.TabIndex = 114; this.addsupplier.Text = "Add "; this.addsupplier.UseVisualStyleBackColor = true; this.addsupplier.Click += new System.EventHandler(this.addsupplier_Click); // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.LightGray; this.tabPage2.Controls.Add(this.dataGridView1); this.tabPage2.Controls.Add(this.label22); this.tabPage2.Controls.Add(this.comboBox1); this.tabPage2.Controls.Add(this.textBox15); this.tabPage2.Controls.Add(this.label13); this.tabPage2.Controls.Add(this.textBox11); this.tabPage2.Controls.Add(this.textBox14); this.tabPage2.Controls.Add(this.textBox13); this.tabPage2.Controls.Add(this.textBox10); this.tabPage2.Controls.Add(this.textBox9); this.tabPage2.Controls.Add(this.textBox12); this.tabPage2.Controls.Add(this.textbox8); this.tabPage2.Controls.Add(this.label15); this.tabPage2.Controls.Add(this.label16); this.tabPage2.Controls.Add(this.label17); this.tabPage2.Controls.Add(this.label18); this.tabPage2.Controls.Add(this.label19); this.tabPage2.Controls.Add(this.label20); this.tabPage2.Controls.Add(this.label21); this.tabPage2.Controls.Add(this.button1); this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(573, 398); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Edit supplier"; this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click); // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(27, 247); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 26; this.dataGridView1.Size = new System.Drawing.Size(538, 99); this.dataGridView1.TabIndex = 156; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(3, 37); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(136, 17); this.label22.TabIndex = 155; this.label22.Text = "choose suppliername"; this.label22.Click += new System.EventHandler(this.label22_Click); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(209, 30); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 24); this.comboBox1.TabIndex = 103; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // textBox15 // this.textBox15.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.textBox15.Location = new System.Drawing.Point(470, 200); this.textBox15.Name = "textBox15"; this.textBox15.Size = new System.Drawing.Size(100, 24); this.textBox15.TabIndex = 154; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(389, 209); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(74, 17); this.label13.TabIndex = 153; this.label13.Text = "HomePage"; // // textBox11 // this.textBox11.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.textBox11.Location = new System.Drawing.Point(129, 202); this.textBox11.Name = "textBox11"; this.textBox11.Size = new System.Drawing.Size(100, 24); this.textBox11.TabIndex = 152; // // textBox14 // this.textBox14.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.textBox14.Location = new System.Drawing.Point(470, 170); this.textBox14.Name = "textBox14"; this.textBox14.Size = new System.Drawing.Size(100, 24); this.textBox14.TabIndex = 151; // // textBox13 // this.textBox13.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.textBox13.Location = new System.Drawing.Point(470, 133); this.textBox13.Name = "textBox13"; this.textBox13.Size = new System.Drawing.Size(100, 24); this.textBox13.TabIndex = 150; // // textBox10 // this.textBox10.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.textBox10.Location = new System.Drawing.Point(129, 163); this.textBox10.Name = "textBox10"; this.textBox10.Size = new System.Drawing.Size(100, 24); this.textBox10.TabIndex = 149; // // textBox9 // this.textBox9.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.textBox9.Location = new System.Drawing.Point(129, 133); this.textBox9.Name = "textBox9"; this.textBox9.Size = new System.Drawing.Size(100, 24); this.textBox9.TabIndex = 148; // // textBox12 // this.textBox12.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.textBox12.Location = new System.Drawing.Point(470, 93); this.textBox12.Name = "textBox12"; this.textBox12.Size = new System.Drawing.Size(100, 24); this.textBox12.TabIndex = 147; // // textbox8 // this.textbox8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.textbox8.Location = new System.Drawing.Point(129, 97); this.textbox8.Name = "textbox8"; this.textbox8.Size = new System.Drawing.Size(100, 24); this.textbox8.TabIndex = 146; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(389, 173); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(76, 17); this.label15.TabIndex = 144; this.label15.Text = "PostalCode"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(8, 209); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(47, 17); this.label16.TabIndex = 143; this.label16.Text = "Phone"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(8, 140); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(56, 17); this.label17.TabIndex = 142; this.label17.Text = "Address"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(8, 170); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(32, 17); this.label18.TabIndex = 141; this.label18.Text = "City"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(389, 140); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(50, 17); this.label19.TabIndex = 140; this.label19.Text = "Region"; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(6, 100); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(91, 17); this.label20.TabIndex = 139; this.label20.Text = "SupplierName"; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(389, 100); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(30, 17); this.label21.TabIndex = 138; this.label21.Text = "Fax"; // // button1 // this.button1.Location = new System.Drawing.Point(219, 352); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(181, 23); this.button1.TabIndex = 136; this.button1.Text = "Save"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // tabPage3 // this.tabPage3.BackColor = System.Drawing.Color.LightGray; this.tabPage3.Controls.Add(this.button2); this.tabPage3.Controls.Add(this.dataGridView2); this.tabPage3.Controls.Add(this.label23); this.tabPage3.Controls.Add(this.comboBox2); this.tabPage3.Location = new System.Drawing.Point(4, 25); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(573, 398); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "delete supplier "; this.tabPage3.Click += new System.EventHandler(this.tabPage3_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(-164, 207); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(104, 17); this.label1.TabIndex = 101; this.label1.Text = "Quantity Exibits"; this.label1.Click += new System.EventHandler(this.label1_Click); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(-164, 21); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(135, 17); this.label11.TabIndex = 99; this.label11.Text = "Supplied Item Name:"; this.label11.Click += new System.EventHandler(this.label11_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(-164, 163); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(126, 17); this.label4.TabIndex = 93; this.label4.Text = "Quantity Research:"; this.label4.Click += new System.EventHandler(this.label4_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(-164, 110); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(100, 17); this.label7.TabIndex = 94; this.label7.Text = "Total Quantity:"; this.label7.Click += new System.EventHandler(this.label7_Click); // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(-164, 64); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(100, 17); this.label14.TabIndex = 95; this.label14.Text = "Supplier Name:"; this.label14.Click += new System.EventHandler(this.label14_Click); // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(17, 48); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(136, 17); this.label23.TabIndex = 157; this.label23.Text = "choose suppliername"; // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(223, 41); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(121, 24); this.comboBox2.TabIndex = 156; this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged); // // dataGridView2 // this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Location = new System.Drawing.Point(3, 136); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.RowTemplate.Height = 26; this.dataGridView2.Size = new System.Drawing.Size(574, 150); this.dataGridView2.TabIndex = 158; // // button2 // this.button2.Location = new System.Drawing.Point(223, 335); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 159; this.button2.Text = "Delete"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // suppliersfunc // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(581, 427); this.Controls.Add(tabControl1); this.Controls.Add(this.label1); this.Controls.Add(this.label11); this.Controls.Add(this.label4); this.Controls.Add(this.label7); this.Controls.Add(this.label14); this.Name = "suppliersfunc"; this.Text = "Form1"; tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.TabControl tabControl1; this.tabPage1 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.unitsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.priceBuyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.priceSoldDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.textBox3 = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.dataGridView3 = new System.Windows.Forms.DataGridView(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.idDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.button6 = new System.Windows.Forms.Button(); this.drugBindingSource = new System.Windows.Forms.BindingSource(this.components); tabControl1 = new System.Windows.Forms.TabControl(); tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.tabPage2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.tabPage3.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.drugBindingSource)).BeginInit(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(this.tabPage1); tabControl1.Controls.Add(this.tabPage2); tabControl1.Controls.Add(this.tabPage3); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(3, 3); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(834, 375); tabControl1.TabIndex = 8; // // tabPage1 // this.tabPage1.Controls.Add(this.tableLayoutPanel4); this.tabPage1.Controls.Add(this.dataGridView1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(826, 349); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Drugs"; this.tabPage1.UseVisualStyleBackColor = true; // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 3; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel4.Controls.Add(this.textBox2, 1, 1); this.tableLayoutPanel4.Controls.Add(this.button1, 2, 1); this.tableLayoutPanel4.Controls.Add(this.button2, 2, 0); this.tableLayoutPanel4.Controls.Add(this.textBox1, 1, 0); this.tableLayoutPanel4.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 220); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 2; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(817, 131); this.tableLayoutPanel4.TabIndex = 4; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 13); this.label1.TabIndex = 2; this.label1.Text = "Drug`s ID"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(275, 68); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 20); this.textBox2.TabIndex = 3; // // button1 // this.button1.Location = new System.Drawing.Point(547, 68); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1; this.button1.Text = "Search"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // button2 // this.button2.Location = new System.Drawing.Point(547, 3); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 1; this.button2.Text = "Search"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click_1); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(275, 3); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 20); this.textBox1.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 65); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 13); this.label2.TabIndex = 2; this.label2.Text = "Drug`s Name"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idDataGridViewTextBoxColumn, this.nameDataGridViewTextBoxColumn, this.unitsDataGridViewTextBoxColumn, this.priceBuyDataGridViewTextBoxColumn, this.priceSoldDataGridViewTextBoxColumn, this.descriptionDataGridViewTextBoxColumn }); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Top; this.dataGridView1.Location = new System.Drawing.Point(3, 3); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.Size = new System.Drawing.Size(820, 211); this.dataGridView1.TabIndex = 0; // // idDataGridViewTextBoxColumn // this.idDataGridViewTextBoxColumn.DataPropertyName = "Id"; this.idDataGridViewTextBoxColumn.HeaderText = "Id"; this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn"; this.idDataGridViewTextBoxColumn.ReadOnly = true; // // nameDataGridViewTextBoxColumn // this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name"; this.nameDataGridViewTextBoxColumn.HeaderText = "Name"; this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn"; this.nameDataGridViewTextBoxColumn.ReadOnly = true; // // unitsDataGridViewTextBoxColumn // this.unitsDataGridViewTextBoxColumn.DataPropertyName = "Units"; this.unitsDataGridViewTextBoxColumn.HeaderText = "Units"; this.unitsDataGridViewTextBoxColumn.Name = "unitsDataGridViewTextBoxColumn"; this.unitsDataGridViewTextBoxColumn.ReadOnly = true; // // priceBuyDataGridViewTextBoxColumn // this.priceBuyDataGridViewTextBoxColumn.DataPropertyName = "PriceBuy"; this.priceBuyDataGridViewTextBoxColumn.HeaderText = "PriceBuy"; this.priceBuyDataGridViewTextBoxColumn.Name = "priceBuyDataGridViewTextBoxColumn"; this.priceBuyDataGridViewTextBoxColumn.ReadOnly = true; // // priceSoldDataGridViewTextBoxColumn // this.priceSoldDataGridViewTextBoxColumn.DataPropertyName = "PriceSold"; this.priceSoldDataGridViewTextBoxColumn.HeaderText = "PriceSold"; this.priceSoldDataGridViewTextBoxColumn.Name = "priceSoldDataGridViewTextBoxColumn"; this.priceSoldDataGridViewTextBoxColumn.ReadOnly = true; // // descriptionDataGridViewTextBoxColumn // this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description"; this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description"; this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn"; this.descriptionDataGridViewTextBoxColumn.ReadOnly = true; // // tabPage2 // this.tabPage2.Controls.Add(this.tableLayoutPanel3); this.tabPage2.Controls.Add(this.dataGridView2); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(826, 349); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Client`s orders"; this.tabPage2.UseVisualStyleBackColor = true; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 3; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.tableLayoutPanel3.Controls.Add(this.textBox3, 1, 0); this.tableLayoutPanel3.Controls.Add(this.button3, 2, 0); this.tableLayoutPanel3.Controls.Add(this.label3, 0, 0); this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 219); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(820, 51); this.tableLayoutPanel3.TabIndex = 6; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(276, 3); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 20); this.textBox3.TabIndex = 3; // // button3 // this.button3.Location = new System.Drawing.Point(549, 3); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(77, 20); this.button3.TabIndex = 4; this.button3.Text = "Search"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(55, 13); this.label3.TabIndex = 2; this.label3.Text = "Client`s ID"; // // dataGridView2 // this.dataGridView2.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Top; this.dataGridView2.Location = new System.Drawing.Point(3, 3); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.Size = new System.Drawing.Size(820, 210); this.dataGridView2.TabIndex = 1; // // tabPage3 // this.tabPage3.Controls.Add(this.tableLayoutPanel5); this.tabPage3.Controls.Add(this.dataGridView3); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(826, 349); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "DrugsAndSymptoms"; this.tabPage3.UseVisualStyleBackColor = true; // // tableLayoutPanel5 // this.tableLayoutPanel5.ColumnCount = 3; this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel5.Controls.Add(this.textBox5, 1, 0); this.tableLayoutPanel5.Controls.Add(this.textBox4, 1, 1); this.tableLayoutPanel5.Controls.Add(this.button5, 2, 1); this.tableLayoutPanel5.Controls.Add(this.button4, 2, 0); this.tableLayoutPanel5.Controls.Add(this.label7, 0, 1); this.tableLayoutPanel5.Controls.Add(this.label4, 0, 0); this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 225); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; this.tableLayoutPanel5.RowCount = 2; this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.Size = new System.Drawing.Size(817, 136); this.tableLayoutPanel5.TabIndex = 11; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(275, 3); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(100, 20); this.textBox5.TabIndex = 9; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(275, 71); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(100, 20); this.textBox4.TabIndex = 8; // // button5 // this.button5.Location = new System.Drawing.Point(547, 71); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(73, 23); this.button5.TabIndex = 5; this.button5.Text = "Search"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click_1); // // button4 // this.button4.Location = new System.Drawing.Point(547, 3); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(73, 23); this.button4.TabIndex = 4; this.button4.Text = "Search"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(3, 68); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(69, 13); this.label7.TabIndex = 7; this.label7.Text = "Drug`s Name"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 13); this.label4.TabIndex = 3; this.label4.Text = "Drug`s ID"; // // dataGridView3 // this.dataGridView3.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView3.Dock = System.Windows.Forms.DockStyle.Top; this.dataGridView3.Location = new System.Drawing.Point(3, 3); this.dataGridView3.Name = "dataGridView3"; this.dataGridView3.Size = new System.Drawing.Size(820, 216); this.dataGridView3.TabIndex = 1; // // tableLayoutPanel2 // this.tableLayoutPanel2.AutoSize = true; this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.5F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.5F)); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 5; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.Size = new System.Drawing.Size(844, 0); this.tableLayoutPanel2.TabIndex = 5; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn5.DataPropertyName = "Description"; this.dataGridViewTextBoxColumn5.FillWeight = 115.3223F; this.dataGridViewTextBoxColumn5.HeaderText = "Description"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn4.DataPropertyName = "PriceSold"; this.dataGridViewTextBoxColumn4.FillWeight = 110.3618F; this.dataGridViewTextBoxColumn4.HeaderText = "PriceSold"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn3.DataPropertyName = "PriceBuy"; this.dataGridViewTextBoxColumn3.FillWeight = 104.6226F; this.dataGridViewTextBoxColumn3.HeaderText = "PriceBuy"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn2.DataPropertyName = "Units"; this.dataGridViewTextBoxColumn2.FillWeight = 97.9824F; this.dataGridViewTextBoxColumn2.HeaderText = "Units"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn1.DataPropertyName = "Name"; this.dataGridViewTextBoxColumn1.FillWeight = 90.29979F; this.dataGridViewTextBoxColumn1.HeaderText = "Name"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // idDataGridViewTextBoxColumn1 // this.idDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.idDataGridViewTextBoxColumn1.DataPropertyName = "Id"; this.idDataGridViewTextBoxColumn1.FillWeight = 81.41113F; this.idDataGridViewTextBoxColumn1.HeaderText = "Id"; this.idDataGridViewTextBoxColumn1.Name = "idDataGridViewTextBoxColumn1"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Controls.Add(tabControl1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.button6, 0, 1); this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(840, 421); this.tableLayoutPanel1.TabIndex = 6; // // button6 // this.button6.Location = new System.Drawing.Point(3, 384); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(75, 23); this.button6.TabIndex = 7; this.button6.Text = "Update"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // drugBindingSource // this.drugBindingSource.DataSource = typeof(Pharmacy.Drug); // // Search // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(844, 471); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.tableLayoutPanel2); this.Name = "Search"; this.Text = "Search"; tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.tabPage2.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.tabPage3.ResumeLayout(false); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.drugBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.TabControl m_TC_Property; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DictionaryDialog)); this.m_SC_Main = new System.Windows.Forms.SplitContainer(); this.m_BrowseTreeCtrl = new CAS.Lib.OPCClientControlsLib.BrowseTreeCtrl(); this.ServerTags = new System.Windows.Forms.TabPage(); this.m_PropertiesCTRL = new CAS.Lib.OPCClientControlsLib.PropertyListViewCtrl(); this.m_ToolStrip = new System.Windows.Forms.ToolStrip(); this.m_TSB_Save = new System.Windows.Forms.ToolStripButton(); this.m_TSB_SaveAs = new System.Windows.Forms.ToolStripButton(); this.m_TSB_OpenDictionary = new System.Windows.Forms.ToolStripButton(); this.m_TSB_Connect = new System.Windows.Forms.ToolStripButton(); this.m_TSB_Cancel = new System.Windows.Forms.ToolStripButton(); this.m_Dictionary = new CAS.Lib.OPC.AddressSpace.DictionaryManagement(this.components); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); m_TC_Property = new System.Windows.Forms.TabControl(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.m_SC_Main.Panel1.SuspendLayout(); this.m_SC_Main.Panel2.SuspendLayout(); this.m_SC_Main.SuspendLayout(); m_TC_Property.SuspendLayout(); this.ServerTags.SuspendLayout(); this.m_ToolStrip.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.m_SC_Main); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1009, 432); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; // // toolStripContainer1.LeftToolStripPanel // toolStripContainer1.LeftToolStripPanel.Enabled = false; toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Location = new System.Drawing.Point(0, 0); toolStripContainer1.Name = "toolStripContainer1"; // // toolStripContainer1.RightToolStripPanel // toolStripContainer1.RightToolStripPanel.Enabled = false; toolStripContainer1.RightToolStripPanelVisible = false; toolStripContainer1.Size = new System.Drawing.Size(1009, 457); toolStripContainer1.TabIndex = 1; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(this.m_ToolStrip); // // m_SC_Main // this.m_SC_Main.Dock = System.Windows.Forms.DockStyle.Fill; this.m_SC_Main.Location = new System.Drawing.Point(0, 0); this.m_SC_Main.Name = "m_SC_Main"; // // m_SC_Main.Panel1 // this.m_SC_Main.Panel1.Controls.Add(this.m_BrowseTreeCtrl); // // m_SC_Main.Panel2 // this.m_SC_Main.Panel2.Controls.Add(m_TC_Property); this.m_SC_Main.Size = new System.Drawing.Size(1009, 432); this.m_SC_Main.SplitterDistance = 335; this.m_SC_Main.TabIndex = 0; // // m_BrowseTreeCtrl // this.m_BrowseTreeCtrl.Dock = System.Windows.Forms.DockStyle.Fill; this.m_BrowseTreeCtrl.Location = new System.Drawing.Point(0, 0); this.m_BrowseTreeCtrl.Name = "m_BrowseTreeCtrl"; this.m_BrowseTreeCtrl.Size = new System.Drawing.Size(335, 432); this.m_BrowseTreeCtrl.TabIndex = 0; // // m_TC_Property // m_TC_Property.Controls.Add(this.ServerTags); m_TC_Property.Dock = System.Windows.Forms.DockStyle.Fill; m_TC_Property.Location = new System.Drawing.Point(0, 0); m_TC_Property.Name = "m_TC_Property"; m_TC_Property.SelectedIndex = 0; m_TC_Property.ShowToolTips = true; m_TC_Property.Size = new System.Drawing.Size(670, 432); m_TC_Property.TabIndex = 0; // // ServerTags // this.ServerTags.Controls.Add(this.m_PropertiesCTRL); this.ServerTags.Location = new System.Drawing.Point(4, 22); this.ServerTags.Name = "ServerTags"; this.ServerTags.Padding = new System.Windows.Forms.Padding(3); this.ServerTags.Size = new System.Drawing.Size(662, 406); this.ServerTags.TabIndex = 0; this.ServerTags.Text = "Properties"; this.ServerTags.ToolTipText = "Tab displaying selected item properties details"; this.ServerTags.UseVisualStyleBackColor = true; // // m_PropertiesCTRL // this.m_PropertiesCTRL.AllowDrop = true; this.m_PropertiesCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.m_PropertiesCTRL.Location = new System.Drawing.Point(3, 3); this.m_PropertiesCTRL.Name = "m_PropertiesCTRL"; this.m_PropertiesCTRL.Size = new System.Drawing.Size(656, 400); this.m_PropertiesCTRL.TabIndex = 0; // // m_ToolStrip // this.m_ToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.m_ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_TSB_Save, this.m_TSB_SaveAs, this.m_TSB_OpenDictionary, this.m_TSB_Connect, this.m_TSB_Cancel }); this.m_ToolStrip.Location = new System.Drawing.Point(3, 0); this.m_ToolStrip.Name = "m_ToolStrip"; this.m_ToolStrip.Size = new System.Drawing.Size(512, 25); this.m_ToolStrip.TabIndex = 0; // // m_TSB_Save // this.m_TSB_Save.AutoSize = false; this.m_TSB_Save.Image = global::CAS.Lib.OPCClientControlsLib.ImagesResources.export; this.m_TSB_Save.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_TSB_Save.Name = "m_TSB_Save"; this.m_TSB_Save.Size = new System.Drawing.Size(100, 22); this.m_TSB_Save.Text = "&Save"; this.m_TSB_Save.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.m_TSB_Save.ToolTipText = "Save address space dictionary to an XML file"; this.m_TSB_Save.Click += new System.EventHandler(this.m_TSB_Save_Click); // // m_TSB_SaveAs // this.m_TSB_SaveAs.AutoSize = false; this.m_TSB_SaveAs.Image = global::CAS.Lib.OPCClientControlsLib.ImagesResources.export; this.m_TSB_SaveAs.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_TSB_SaveAs.Name = "m_TSB_SaveAs"; this.m_TSB_SaveAs.Size = new System.Drawing.Size(100, 22); this.m_TSB_SaveAs.Text = "&Save As"; this.m_TSB_SaveAs.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.m_TSB_SaveAs.ToolTipText = "Save as address space dictionary to an XML file"; this.m_TSB_SaveAs.Click += new System.EventHandler(this.m_TSB_SaveAs_Click); // // m_TSB_OpenDictionary // this.m_TSB_OpenDictionary.AutoSize = false; this.m_TSB_OpenDictionary.Image = global::CAS.Lib.OPCClientControlsLib.ImagesResources.OpenXml; this.m_TSB_OpenDictionary.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_TSB_OpenDictionary.Name = "m_TSB_OpenDictionary"; this.m_TSB_OpenDictionary.Size = new System.Drawing.Size(100, 22); this.m_TSB_OpenDictionary.Text = "&Open"; this.m_TSB_OpenDictionary.ToolTipText = "Open an address space dictionary XML file"; this.m_TSB_OpenDictionary.Click += new System.EventHandler(this.m_TSB_OpenDictionary_Click); // // m_TSB_Connect // this.m_TSB_Connect.AutoSize = false; this.m_TSB_Connect.Image = global::CAS.Lib.OPCClientControlsLib.ImagesResources.Network_ConnectTo; this.m_TSB_Connect.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_TSB_Connect.Name = "m_TSB_Connect"; this.m_TSB_Connect.Size = new System.Drawing.Size(100, 22); this.m_TSB_Connect.Text = "&Connect"; this.m_TSB_Connect.ToolTipText = "Browse network and connect to selected server."; this.m_TSB_Connect.Click += new System.EventHandler(this.m_TSB_Connect_Click); // // m_TSB_Cancel // this.m_TSB_Cancel.AutoSize = false; this.m_TSB_Cancel.Image = global::CAS.Lib.OPCClientControlsLib.ImagesResources.delete; this.m_TSB_Cancel.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_TSB_Cancel.Name = "m_TSB_Cancel"; this.m_TSB_Cancel.Size = new System.Drawing.Size(100, 22); this.m_TSB_Cancel.Text = "Done"; this.m_TSB_Cancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.m_TSB_Cancel.ToolTipText = "Cancel operation and return to previous dialog"; this.m_TSB_Cancel.Click += new System.EventHandler(this.m_TSB_Cancel_Click); // // m_Dictionary // this.m_Dictionary.DefaultFileName = "Dictionary"; // // DictionaryDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1009, 457); this.Controls.Add(toolStripContainer1); this.HelpButton = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.ImeMode = System.Windows.Forms.ImeMode.Off; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DictionaryDialog"; this.Text = "Address Space Dictionary Management"; this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.DictionaryDialog_HelpButtonClicked); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); this.m_SC_Main.Panel1.ResumeLayout(false); this.m_SC_Main.Panel2.ResumeLayout(false); this.m_SC_Main.ResumeLayout(false); m_TC_Property.ResumeLayout(false); this.ServerTags.ResumeLayout(false); this.m_ToolStrip.ResumeLayout(false); this.m_ToolStrip.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(); System.Windows.Forms.SplitContainer dronePingSplitContainer; System.Windows.Forms.SplitContainer motorsInfoSplitContainer; System.Windows.Forms.SplitContainer motorsSensorSplitContainer; System.Windows.Forms.TabControl infoTabControl; System.Windows.Forms.TabPage infoTabPage; System.Windows.Forms.TabPage settingsTabPage; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.wifiRssiLabel = new System.Windows.Forms.Label(); this.graphsButton = new System.Windows.Forms.Button(); this.debugButton = new System.Windows.Forms.Button(); this.stopButton = new System.Windows.Forms.Button(); this.logButton = new System.Windows.Forms.Button(); this.statusButton = new System.Windows.Forms.Button(); this.statusArmedLabel = new System.Windows.Forms.Label(); this.pingLabel = new System.Windows.Forms.Label(); this.ipInfoLabel = new System.Windows.Forms.Label(); this.mainViewTabs = new System.Windows.Forms.TabControl(); this.manualControlPage = new System.Windows.Forms.TabPage(); this.motorControl1 = new DroneControl.MotorControl(); this.flightControlPage = new System.Windows.Forms.TabPage(); this.flightControl1 = new DroneControl.FlightControl(); this.sensorControl1 = new DroneControl.SensorControl(); this.droneInfoPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.droneSettingsPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.timer = new System.Windows.Forms.Timer(this.components); this.settingsButton = new System.Windows.Forms.Button(); dronePingSplitContainer = new System.Windows.Forms.SplitContainer(); motorsInfoSplitContainer = new System.Windows.Forms.SplitContainer(); motorsSensorSplitContainer = new System.Windows.Forms.SplitContainer(); infoTabControl = new System.Windows.Forms.TabControl(); infoTabPage = new System.Windows.Forms.TabPage(); settingsTabPage = new System.Windows.Forms.TabPage(); ((System.ComponentModel.ISupportInitialize)(dronePingSplitContainer)).BeginInit(); dronePingSplitContainer.Panel1.SuspendLayout(); dronePingSplitContainer.Panel2.SuspendLayout(); dronePingSplitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(motorsInfoSplitContainer)).BeginInit(); motorsInfoSplitContainer.Panel1.SuspendLayout(); motorsInfoSplitContainer.Panel2.SuspendLayout(); motorsInfoSplitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(motorsSensorSplitContainer)).BeginInit(); motorsSensorSplitContainer.Panel1.SuspendLayout(); motorsSensorSplitContainer.Panel2.SuspendLayout(); motorsSensorSplitContainer.SuspendLayout(); this.mainViewTabs.SuspendLayout(); this.manualControlPage.SuspendLayout(); this.flightControlPage.SuspendLayout(); infoTabControl.SuspendLayout(); infoTabPage.SuspendLayout(); settingsTabPage.SuspendLayout(); this.SuspendLayout(); // // dronePingSplitContainer // dronePingSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; dronePingSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; dronePingSplitContainer.IsSplitterFixed = true; dronePingSplitContainer.Location = new System.Drawing.Point(0, 0); dronePingSplitContainer.Name = "dronePingSplitContainer"; dronePingSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // dronePingSplitContainer.Panel1 // dronePingSplitContainer.Panel1.Controls.Add(this.settingsButton); dronePingSplitContainer.Panel1.Controls.Add(this.wifiRssiLabel); dronePingSplitContainer.Panel1.Controls.Add(this.graphsButton); dronePingSplitContainer.Panel1.Controls.Add(this.debugButton); dronePingSplitContainer.Panel1.Controls.Add(this.stopButton); dronePingSplitContainer.Panel1.Controls.Add(this.logButton); dronePingSplitContainer.Panel1.Controls.Add(this.statusButton); dronePingSplitContainer.Panel1.Controls.Add(this.statusArmedLabel); dronePingSplitContainer.Panel1.Controls.Add(this.pingLabel); dronePingSplitContainer.Panel1.Controls.Add(this.ipInfoLabel); // // dronePingSplitContainer.Panel2 // dronePingSplitContainer.Panel2.Controls.Add(motorsInfoSplitContainer); dronePingSplitContainer.Size = new System.Drawing.Size(1047, 737); dronePingSplitContainer.SplitterDistance = 51; dronePingSplitContainer.TabIndex = 18; // // wifiRssiLabel // this.wifiRssiLabel.AutoSize = true; this.wifiRssiLabel.Location = new System.Drawing.Point(123, 30); this.wifiRssiLabel.Name = "wifiRssiLabel"; this.wifiRssiLabel.Size = new System.Drawing.Size(53, 13); this.wifiRssiLabel.TabIndex = 20; this.wifiRssiLabel.Text = "Wifi RSSI"; // // graphsButton // this.graphsButton.Location = new System.Drawing.Point(302, 4); this.graphsButton.Name = "graphsButton"; this.graphsButton.Size = new System.Drawing.Size(52, 23); this.graphsButton.TabIndex = 19; this.graphsButton.Text = "Graphs"; this.graphsButton.UseVisualStyleBackColor = true; this.graphsButton.Click += new System.EventHandler(this.graphButton_Click); // // debugButton // this.debugButton.Location = new System.Drawing.Point(244, 4); this.debugButton.Name = "debugButton"; this.debugButton.Size = new System.Drawing.Size(52, 23); this.debugButton.TabIndex = 18; this.debugButton.Text = "Debug"; this.debugButton.UseVisualStyleBackColor = true; this.debugButton.Click += new System.EventHandler(this.debugButton_Click); // // stopButton // this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.stopButton.BackColor = System.Drawing.Color.DarkRed; this.stopButton.ForeColor = System.Drawing.Color.White; this.stopButton.Location = new System.Drawing.Point(960, 5); this.stopButton.Name = "stopButton"; this.stopButton.Size = new System.Drawing.Size(75, 23); this.stopButton.TabIndex = 17; this.stopButton.Text = "Stop"; this.stopButton.UseVisualStyleBackColor = false; this.stopButton.Click += new System.EventHandler(this.stopButton_Click); // // logButton // this.logButton.Location = new System.Drawing.Point(199, 4); this.logButton.Name = "logButton"; this.logButton.Size = new System.Drawing.Size(39, 23); this.logButton.TabIndex = 16; this.logButton.Text = "Log"; this.logButton.UseVisualStyleBackColor = true; this.logButton.Click += new System.EventHandler(this.logButton_Click); // // statusButton // this.statusButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.statusButton.Location = new System.Drawing.Point(879, 5); this.statusButton.Name = "statusButton"; this.statusButton.Size = new System.Drawing.Size(75, 23); this.statusButton.TabIndex = 15; this.statusButton.Text = "Status"; this.statusButton.UseVisualStyleBackColor = true; this.statusButton.Click += new System.EventHandler(this.statusToogleButton_Click); // // statusArmedLabel // this.statusArmedLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.statusArmedLabel.ForeColor = System.Drawing.SystemColors.ControlText; this.statusArmedLabel.Location = new System.Drawing.Point(680, 10); this.statusArmedLabel.Name = "statusArmedLabel"; this.statusArmedLabel.RightToLeft = System.Windows.Forms.RightToLeft.No; this.statusArmedLabel.Size = new System.Drawing.Size(193, 13); this.statusArmedLabel.TabIndex = 14; this.statusArmedLabel.Text = "Status: {0}"; this.statusArmedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // pingLabel // this.pingLabel.AutoSize = true; this.pingLabel.ForeColor = System.Drawing.Color.Red; this.pingLabel.Location = new System.Drawing.Point(12, 30); this.pingLabel.Name = "pingLabel"; this.pingLabel.Size = new System.Drawing.Size(61, 13); this.pingLabel.TabIndex = 13; this.pingLabel.Text = "Ping: {0}ms"; // // ipInfoLabel // this.ipInfoLabel.AutoSize = true; this.ipInfoLabel.Location = new System.Drawing.Point(12, 9); this.ipInfoLabel.Name = "ipInfoLabel"; this.ipInfoLabel.Size = new System.Drawing.Size(98, 13); this.ipInfoLabel.TabIndex = 12; this.ipInfoLabel.Text = "Connected to \"{0}\""; // // motorsInfoSplitContainer // motorsInfoSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; motorsInfoSplitContainer.Location = new System.Drawing.Point(0, 0); motorsInfoSplitContainer.Name = "motorsInfoSplitContainer"; // // motorsInfoSplitContainer.Panel1 // motorsInfoSplitContainer.Panel1.Controls.Add(motorsSensorSplitContainer); // // motorsInfoSplitContainer.Panel2 // motorsInfoSplitContainer.Panel2.Controls.Add(infoTabControl); motorsInfoSplitContainer.Size = new System.Drawing.Size(1047, 682); motorsInfoSplitContainer.SplitterDistance = 657; motorsInfoSplitContainer.TabIndex = 18; // // motorsSensorSplitContainer // motorsSensorSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; motorsSensorSplitContainer.Location = new System.Drawing.Point(0, 0); motorsSensorSplitContainer.Name = "motorsSensorSplitContainer"; motorsSensorSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // motorsSensorSplitContainer.Panel1 // motorsSensorSplitContainer.Panel1.Controls.Add(this.mainViewTabs); // // motorsSensorSplitContainer.Panel2 // motorsSensorSplitContainer.Panel2.Controls.Add(this.sensorControl1); motorsSensorSplitContainer.Size = new System.Drawing.Size(657, 682); motorsSensorSplitContainer.SplitterDistance = 273; motorsSensorSplitContainer.TabIndex = 0; // // mainViewTabs // this.mainViewTabs.Controls.Add(this.manualControlPage); this.mainViewTabs.Controls.Add(this.flightControlPage); this.mainViewTabs.Dock = System.Windows.Forms.DockStyle.Fill; this.mainViewTabs.Location = new System.Drawing.Point(0, 0); this.mainViewTabs.Name = "mainViewTabs"; this.mainViewTabs.SelectedIndex = 0; this.mainViewTabs.Size = new System.Drawing.Size(657, 273); this.mainViewTabs.TabIndex = 15; // // manualControlPage // this.manualControlPage.Controls.Add(this.motorControl1); this.manualControlPage.Location = new System.Drawing.Point(4, 22); this.manualControlPage.Name = "manualControlPage"; this.manualControlPage.Padding = new System.Windows.Forms.Padding(3); this.manualControlPage.Size = new System.Drawing.Size(649, 247); this.manualControlPage.TabIndex = 0; this.manualControlPage.Text = "Manual Control"; this.manualControlPage.UseVisualStyleBackColor = true; // // motorControl1 // this.motorControl1.Location = new System.Drawing.Point(6, 3); this.motorControl1.Name = "motorControl1"; this.motorControl1.Size = new System.Drawing.Size(364, 132); this.motorControl1.TabIndex = 3; // // flightControlPage // this.flightControlPage.Controls.Add(this.flightControl1); this.flightControlPage.Location = new System.Drawing.Point(4, 22); this.flightControlPage.Name = "flightControlPage"; this.flightControlPage.Padding = new System.Windows.Forms.Padding(3); this.flightControlPage.Size = new System.Drawing.Size(649, 247); this.flightControlPage.TabIndex = 1; this.flightControlPage.Text = "Flight Control"; this.flightControlPage.UseVisualStyleBackColor = true; // // flightControl1 // this.flightControl1.AutoScroll = true; this.flightControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.flightControl1.Location = new System.Drawing.Point(3, 3); this.flightControl1.Name = "flightControl1"; this.flightControl1.Size = new System.Drawing.Size(643, 241); this.flightControl1.TabIndex = 0; // // sensorControl1 // this.sensorControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.sensorControl1.Location = new System.Drawing.Point(0, 0); this.sensorControl1.Name = "sensorControl1"; this.sensorControl1.Size = new System.Drawing.Size(657, 405); this.sensorControl1.TabIndex = 17; // // infoTabControl // infoTabControl.Controls.Add(infoTabPage); infoTabControl.Controls.Add(settingsTabPage); infoTabControl.Dock = System.Windows.Forms.DockStyle.Fill; infoTabControl.Location = new System.Drawing.Point(0, 0); infoTabControl.Name = "infoTabControl"; infoTabControl.SelectedIndex = 0; infoTabControl.Size = new System.Drawing.Size(386, 682); infoTabControl.TabIndex = 0; // // infoTabPage // infoTabPage.Controls.Add(this.droneInfoPropertyGrid); infoTabPage.Location = new System.Drawing.Point(4, 22); infoTabPage.Name = "infoTabPage"; infoTabPage.Padding = new System.Windows.Forms.Padding(3); infoTabPage.Size = new System.Drawing.Size(378, 656); infoTabPage.TabIndex = 0; infoTabPage.Text = "Info"; infoTabPage.UseVisualStyleBackColor = true; // // droneInfoPropertyGrid // this.droneInfoPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.droneInfoPropertyGrid.HelpVisible = false; this.droneInfoPropertyGrid.Location = new System.Drawing.Point(3, 3); this.droneInfoPropertyGrid.Name = "droneInfoPropertyGrid"; this.droneInfoPropertyGrid.PropertySort = System.Windows.Forms.PropertySort.Categorized; this.droneInfoPropertyGrid.Size = new System.Drawing.Size(372, 650); this.droneInfoPropertyGrid.TabIndex = 0; // // settingsTabPage // settingsTabPage.Controls.Add(this.droneSettingsPropertyGrid); settingsTabPage.Location = new System.Drawing.Point(4, 22); settingsTabPage.Name = "settingsTabPage"; settingsTabPage.Padding = new System.Windows.Forms.Padding(3); settingsTabPage.Size = new System.Drawing.Size(378, 656); settingsTabPage.TabIndex = 1; settingsTabPage.Text = "Settings"; settingsTabPage.UseVisualStyleBackColor = true; // // droneSettingsPropertyGrid // this.droneSettingsPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.droneSettingsPropertyGrid.HelpVisible = false; this.droneSettingsPropertyGrid.Location = new System.Drawing.Point(3, 3); this.droneSettingsPropertyGrid.Name = "droneSettingsPropertyGrid"; this.droneSettingsPropertyGrid.PropertySort = System.Windows.Forms.PropertySort.Categorized; this.droneSettingsPropertyGrid.Size = new System.Drawing.Size(372, 650); this.droneSettingsPropertyGrid.TabIndex = 0; this.droneSettingsPropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.droneSettingsPropertyGrid_PropertyValueChanged); // // timer // this.timer.Enabled = true; // // settingsButton // this.settingsButton.Location = new System.Drawing.Point(360, 4); this.settingsButton.Name = "settingsButton"; this.settingsButton.Size = new System.Drawing.Size(60, 23); this.settingsButton.TabIndex = 21; this.settingsButton.Text = "Settings"; this.settingsButton.UseVisualStyleBackColor = true; this.settingsButton.Click += new System.EventHandler(this.settingsButton_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1047, 737); this.Controls.Add(dronePingSplitContainer); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MainForm"; this.Text = "Drone Control"; dronePingSplitContainer.Panel1.ResumeLayout(false); dronePingSplitContainer.Panel1.PerformLayout(); dronePingSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(dronePingSplitContainer)).EndInit(); dronePingSplitContainer.ResumeLayout(false); motorsInfoSplitContainer.Panel1.ResumeLayout(false); motorsInfoSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(motorsInfoSplitContainer)).EndInit(); motorsInfoSplitContainer.ResumeLayout(false); motorsSensorSplitContainer.Panel1.ResumeLayout(false); motorsSensorSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(motorsSensorSplitContainer)).EndInit(); motorsSensorSplitContainer.ResumeLayout(false); this.mainViewTabs.ResumeLayout(false); this.manualControlPage.ResumeLayout(false); this.flightControlPage.ResumeLayout(false); infoTabControl.ResumeLayout(false); infoTabPage.ResumeLayout(false); settingsTabPage.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() { okButton = new System.Windows.Forms.Button(); cancelButton = new System.Windows.Forms.Button(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); defaultCombo = new System.Windows.Forms.ComboBox(); label2 = new System.Windows.Forms.Label(); deleteButton = new System.Windows.Forms.Button(); addButton = new System.Windows.Forms.Button(); listView = new System.Windows.Forms.ListView(); tabPage2 = new System.Windows.Forms.TabPage(); optionsPropertyGrid = new System.Windows.Forms.PropertyGrid(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); tabPage2.SuspendLayout(); SuspendLayout(); // // okButton // okButton.DialogResult = System.Windows.Forms.DialogResult.OK; okButton.Location = new System.Drawing.Point(247, 287); okButton.Name = "okButton"; okButton.Size = new System.Drawing.Size(80, 24); okButton.TabIndex = 18; okButton.Text = "&OK"; okButton.UseVisualStyleBackColor = true; okButton.Click += okButton_Click; // // cancelButton // cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; cancelButton.Location = new System.Drawing.Point(337, 287); cancelButton.Name = "cancelButton"; cancelButton.Size = new System.Drawing.Size(75, 23); cancelButton.TabIndex = 19; cancelButton.Text = "&Cancel"; cancelButton.UseVisualStyleBackColor = true; cancelButton.Click += cancelButton_Click; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Location = new System.Drawing.Point(13, 13); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(399, 268); tabControl1.TabIndex = 20; // // tabPage1 // tabPage1.BackColor = System.Drawing.SystemColors.Control; tabPage1.Controls.Add(defaultCombo); tabPage1.Controls.Add(label2); tabPage1.Controls.Add(deleteButton); tabPage1.Controls.Add(addButton); tabPage1.Controls.Add(listView); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(391, 242); tabPage1.TabIndex = 0; tabPage1.Text = "tabPage1"; // // defaultCombo // defaultCombo.FormattingEnabled = true; defaultCombo.Location = new System.Drawing.Point(146, 207); defaultCombo.Name = "defaultCombo"; defaultCombo.Size = new System.Drawing.Size(145, 21); defaultCombo.TabIndex = 22; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(6, 210); label2.Name = "label2"; label2.Size = new System.Drawing.Size(119, 13); label2.TabIndex = 21; label2.Text = "Default Qt/Win version:"; // // deleteButton // deleteButton.Location = new System.Drawing.Point(301, 36); deleteButton.Name = "deleteButton"; deleteButton.Size = new System.Drawing.Size(80, 24); deleteButton.TabIndex = 20; deleteButton.Text = "&Delete"; deleteButton.UseVisualStyleBackColor = true; deleteButton.Click += deleteButton_Click; // // addButton // addButton.Location = new System.Drawing.Point(301, 6); addButton.Name = "addButton"; addButton.Size = new System.Drawing.Size(80, 24); addButton.TabIndex = 19; addButton.Text = "&Add"; addButton.UseVisualStyleBackColor = true; addButton.Click += addButton_Click; // // listView // listView.FullRowSelect = true; listView.HideSelection = false; listView.Location = new System.Drawing.Point(6, 6); listView.MultiSelect = false; listView.Name = "listView"; listView.Size = new System.Drawing.Size(285, 195); listView.TabIndex = 18; listView.UseCompatibleStateImageBehavior = false; listView.View = System.Windows.Forms.View.Details; // // tabPage2 // tabPage2.BackColor = System.Drawing.SystemColors.Control; tabPage2.Controls.Add(optionsPropertyGrid); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(391, 242); tabPage2.TabIndex = 1; tabPage2.Text = "tabPage2"; // // optionsPropertyGrid // optionsPropertyGrid.HelpVisible = false; optionsPropertyGrid.Location = new System.Drawing.Point(7, 7); optionsPropertyGrid.Name = "optionsPropertyGrid"; optionsPropertyGrid.PropertySort = System.Windows.Forms.PropertySort.Alphabetical; optionsPropertyGrid.Size = new System.Drawing.Size(378, 229); optionsPropertyGrid.TabIndex = 0; optionsPropertyGrid.ToolbarVisible = false; // // FormVSQtSettings // AcceptButton = okButton; AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; CancelButton = cancelButton; ClientSize = new System.Drawing.Size(427, 322); Controls.Add(tabControl1); Controls.Add(cancelButton); Controls.Add(okButton); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; KeyPreview = true; MaximizeBox = false; Name = "FormVSQtSettings"; ShowInTaskbar = false; Text = "FormQtVersions"; tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage1.PerformLayout(); tabPage2.ResumeLayout(false); ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.TabPage tabPage2; System.Windows.Forms.SplitContainer splitContainer1; this.availableLibraries = new System.Windows.Forms.CheckedListBox(); this.libraryInformation = new System.Windows.Forms.TextBox(); this.componentTypes = new System.Windows.Forms.TreeView(); this.activeComponents = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); splitContainer2 = new System.Windows.Forms.SplitContainer(); tabPage2 = new System.Windows.Forms.TabPage(); splitContainer1 = new System.Windows.Forms.SplitContainer(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); tabPage2.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); this.SuspendLayout(); // // label2 // label2.Dock = System.Windows.Forms.DockStyle.Top; label2.Location = new System.Drawing.Point(0, 0); label2.Name = "label2"; label2.Size = new System.Drawing.Size(490, 13); label2.TabIndex = 7; label2.Text = "Selected library information"; label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // label1.Dock = System.Windows.Forms.DockStyle.Top; label1.Location = new System.Drawing.Point(0, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(490, 17); label1.TabIndex = 5; label1.Text = "Available Libraries"; label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(504, 518); tabControl1.TabIndex = 1; // // tabPage1 // tabPage1.Controls.Add(splitContainer2); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(496, 492); tabPage1.TabIndex = 0; tabPage1.Text = "Libraries"; tabPage1.UseVisualStyleBackColor = true; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(3, 3); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.availableLibraries); splitContainer2.Panel1.Controls.Add(label1); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(label2); splitContainer2.Panel2.Controls.Add(this.libraryInformation); splitContainer2.Size = new System.Drawing.Size(490, 486); splitContainer2.SplitterDistance = 240; splitContainer2.TabIndex = 8; // // availableLibraries // this.availableLibraries.Dock = System.Windows.Forms.DockStyle.Fill; this.availableLibraries.FormattingEnabled = true; this.availableLibraries.Location = new System.Drawing.Point(0, 17); this.availableLibraries.Name = "availableLibraries"; this.availableLibraries.Size = new System.Drawing.Size(490, 214); this.availableLibraries.TabIndex = 4; // // libraryInformation // this.libraryInformation.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.libraryInformation.Location = new System.Drawing.Point(5, 16); this.libraryInformation.Multiline = true; this.libraryInformation.Name = "libraryInformation"; this.libraryInformation.ReadOnly = true; this.libraryInformation.Size = new System.Drawing.Size(480, 221); this.libraryInformation.TabIndex = 6; // // tabPage2 // tabPage2.Controls.Add(splitContainer1); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(496, 492); tabPage2.TabIndex = 1; tabPage2.Text = "Components"; tabPage2.UseVisualStyleBackColor = true; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(3, 3); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.componentTypes); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.activeComponents); splitContainer1.Size = new System.Drawing.Size(490, 486); splitContainer1.SplitterDistance = 153; splitContainer1.TabIndex = 2; // // componentTypes // this.componentTypes.Dock = System.Windows.Forms.DockStyle.Fill; this.componentTypes.Location = new System.Drawing.Point(0, 0); this.componentTypes.Name = "componentTypes"; this.componentTypes.Size = new System.Drawing.Size(153, 486); this.componentTypes.TabIndex = 0; // // activeComponents // this.activeComponents.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3 }); this.activeComponents.Dock = System.Windows.Forms.DockStyle.Fill; this.activeComponents.FullRowSelect = true; this.activeComponents.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.activeComponents.Location = new System.Drawing.Point(0, 0); this.activeComponents.Name = "activeComponents"; this.activeComponents.Size = new System.Drawing.Size(333, 486); this.activeComponents.TabIndex = 1; this.activeComponents.UseCompatibleStateImageBehavior = false; this.activeComponents.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "Active"; // // columnHeader2 // this.columnHeader2.Text = "Name"; this.columnHeader2.Width = 172; // // columnHeader3 // this.columnHeader3.Text = "Contained in"; this.columnHeader3.Width = 148; // // PackageManagerForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(504, 518); this.Controls.Add(tabControl1); this.Name = "PackageManagerForm"; this.Text = "PackageManagerForm"; tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.Panel2.PerformLayout(); splitContainer2.ResumeLayout(false); tabPage2.ResumeLayout(false); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainFrm)); statusStrip1 = new System.Windows.Forms.StatusStrip(); LB_LoadedIMG = new System.Windows.Forms.ToolStripStatusLabel(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); pictureBox1 = new System.Windows.Forms.PictureBox(); Btn_LoadSpritesheet = new System.Windows.Forms.Button(); GB_Preview = new System.Windows.Forms.GroupBox(); Btn_PreviewMap = new System.Windows.Forms.Button(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); NUM_Y = new System.Windows.Forms.NumericUpDown(); NUM_X = new System.Windows.Forms.NumericUpDown(); Btn_SplitSpriteSheet = new System.Windows.Forms.Button(); IMG_Spritesheet = new System.Windows.Forms.PictureBox(); tabPage2 = new System.Windows.Forms.TabPage(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); statusStrip1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit(); GB_Preview.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(NUM_Y)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(NUM_X)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(IMG_Spritesheet)).BeginInit(); menuStrip1.SuspendLayout(); SuspendLayout(); // // statusStrip1 // statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { LB_LoadedIMG }); statusStrip1.Location = new System.Drawing.Point(0, 372); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new System.Drawing.Size(531, 22); statusStrip1.SizingGrip = false; statusStrip1.TabIndex = 0; statusStrip1.Text = "statusStrip1"; // // LB_LoadedIMG // LB_LoadedIMG.Name = "LB_LoadedIMG"; LB_LoadedIMG.Size = new System.Drawing.Size(110, 17); LB_LoadedIMG.Text = "Loaded Image: N/A"; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 24); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(531, 348); tabControl1.TabIndex = 1; // // tabPage1 // tabPage1.Controls.Add(pictureBox1); tabPage1.Controls.Add(Btn_LoadSpritesheet); tabPage1.Controls.Add(GB_Preview); tabPage1.Controls.Add(Btn_SplitSpriteSheet); tabPage1.Controls.Add(IMG_Spritesheet); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(523, 322); tabPage1.TabIndex = 0; tabPage1.Text = "Sprite Tool"; tabPage1.UseVisualStyleBackColor = true; // // pictureBox1 // pictureBox1.Location = new System.Drawing.Point(270, 144); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new System.Drawing.Size(245, 143); pictureBox1.TabIndex = 4; pictureBox1.TabStop = false; // // Btn_LoadSpritesheet // Btn_LoadSpritesheet.Location = new System.Drawing.Point(116, 293); Btn_LoadSpritesheet.Name = "Btn_LoadSpritesheet"; Btn_LoadSpritesheet.Size = new System.Drawing.Size(102, 23); Btn_LoadSpritesheet.TabIndex = 3; Btn_LoadSpritesheet.Text = "Load Spritesheet"; Btn_LoadSpritesheet.UseVisualStyleBackColor = true; Btn_LoadSpritesheet.Click += new System.EventHandler(Btn_LoadSpritesheet_Click); // // GB_Preview // GB_Preview.Controls.Add(Btn_PreviewMap); GB_Preview.Controls.Add(label2); GB_Preview.Controls.Add(label1); GB_Preview.Controls.Add(NUM_Y); GB_Preview.Controls.Add(NUM_X); GB_Preview.Enabled = false; GB_Preview.Location = new System.Drawing.Point(270, 31); GB_Preview.Name = "GB_Preview"; GB_Preview.Size = new System.Drawing.Size(245, 107); GB_Preview.TabIndex = 2; GB_Preview.TabStop = false; GB_Preview.Text = "Preview"; // // Btn_PreviewMap // Btn_PreviewMap.Location = new System.Drawing.Point(6, 71); Btn_PreviewMap.Name = "Btn_PreviewMap"; Btn_PreviewMap.Size = new System.Drawing.Size(233, 23); Btn_PreviewMap.TabIndex = 4; Btn_PreviewMap.Text = "Generate Preview Map"; Btn_PreviewMap.UseVisualStyleBackColor = true; Btn_PreviewMap.Click += new System.EventHandler(Btn_PreviewMap_Click); // // label2 // label2.AutoSize = true; label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label2.Location = new System.Drawing.Point(7, 48); label2.Name = "label2"; label2.Size = new System.Drawing.Size(17, 13); label2.TabIndex = 3; label2.Text = "Y:"; // // label1 // label1.AutoSize = true; label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label1.Location = new System.Drawing.Point(7, 22); label1.Name = "label1"; label1.Size = new System.Drawing.Size(17, 13); label1.TabIndex = 2; label1.Text = "X:"; // // NUM_Y // NUM_Y.Location = new System.Drawing.Point(30, 45); NUM_Y.Maximum = new decimal(new int[] { 100000, 0, 0, 0 }); NUM_Y.Name = "NUM_Y"; NUM_Y.Size = new System.Drawing.Size(206, 20); NUM_Y.TabIndex = 1; NUM_Y.ValueChanged += new System.EventHandler(NUM_Y_ValueChanged); // // NUM_X // NUM_X.Location = new System.Drawing.Point(30, 19); NUM_X.Maximum = new decimal(new int[] { 100000, 0, 0, 0 }); NUM_X.Name = "NUM_X"; NUM_X.Size = new System.Drawing.Size(206, 20); NUM_X.TabIndex = 0; NUM_X.ValueChanged += new System.EventHandler(NUM_X_ValueChanged); // // Btn_SplitSpriteSheet // Btn_SplitSpriteSheet.Enabled = false; Btn_SplitSpriteSheet.Location = new System.Drawing.Point(8, 293); Btn_SplitSpriteSheet.Name = "Btn_SplitSpriteSheet"; Btn_SplitSpriteSheet.Size = new System.Drawing.Size(102, 23); Btn_SplitSpriteSheet.TabIndex = 1; Btn_SplitSpriteSheet.Text = "Split Spritesheet"; Btn_SplitSpriteSheet.UseVisualStyleBackColor = true; Btn_SplitSpriteSheet.Click += new System.EventHandler(Btn_SplitSpriteSheet_Click); // // IMG_Spritesheet // IMG_Spritesheet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; IMG_Spritesheet.Image = global::Splat_Sprite_Slicer.Properties.Resources.Splat; IMG_Spritesheet.Location = new System.Drawing.Point(8, 31); IMG_Spritesheet.Name = "IMG_Spritesheet"; IMG_Spritesheet.Size = new System.Drawing.Size(256, 256); IMG_Spritesheet.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; IMG_Spritesheet.TabIndex = 0; IMG_Spritesheet.TabStop = false; // // tabPage2 // tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(523, 322); tabPage2.TabIndex = 1; tabPage2.Text = "About"; tabPage2.UseVisualStyleBackColor = true; // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(531, 24); menuStrip1.TabIndex = 2; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "File"; // // mainFrm // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(531, 394); Controls.Add(tabControl1); Controls.Add(statusStrip1); Controls.Add(menuStrip1); FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); MainMenuStrip = menuStrip1; MaximizeBox = false; Name = "mainFrm"; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Splat Spritesheet Slicer"; Load += new System.EventHandler(mainFrm_Load); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit(); GB_Preview.ResumeLayout(false); GB_Preview.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(NUM_Y)).EndInit(); ((System.ComponentModel.ISupportInitialize)(NUM_X)).EndInit(); ((System.ComponentModel.ISupportInitialize)(IMG_Spritesheet)).EndInit(); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ResumeLayout(false); PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.GroupBox bossKeyGroupBox; System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; System.Windows.Forms.Label label; System.Windows.Forms.GroupBox trayIconGroupBox; System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.Windows.Forms.TabControl tabControl; System.Windows.Forms.TabPage tabPage; this.enableTrayIcon = new System.Windows.Forms.CheckBox(); this.muteWhenBossCome = new System.Windows.Forms.CheckBox(); this.hideTrayIconWhenBossCome = new System.Windows.Forms.CheckBox(); this.textBox = new System.Windows.Forms.TextBox(); this.activateWhenShow = new System.Windows.Forms.CheckBox(); this.hideWhenMinimized = new System.Windows.Forms.CheckBox(); this.hideWhenClickTrayIcon = new System.Windows.Forms.CheckBox(); this.enableBossKey = new System.Windows.Forms.CheckBox(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); bossKeyGroupBox = new System.Windows.Forms.GroupBox(); tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); label = new System.Windows.Forms.Label(); trayIconGroupBox = new System.Windows.Forms.GroupBox(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); tabControl = new System.Windows.Forms.TabControl(); tabPage = new System.Windows.Forms.TabPage(); tableLayoutPanel1.SuspendLayout(); bossKeyGroupBox.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); trayIconGroupBox.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); tabControl.SuspendLayout(); tabPage.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.AutoSize = true; tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(this.enableTrayIcon, 0, 0); tableLayoutPanel1.Controls.Add(bossKeyGroupBox, 0, 3); tableLayoutPanel1.Controls.Add(this.activateWhenShow, 0, 4); tableLayoutPanel1.Controls.Add(trayIconGroupBox, 0, 1); tableLayoutPanel1.Controls.Add(this.enableBossKey, 0, 2); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 5; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(280, 263); tableLayoutPanel1.TabIndex = 7; // // enableTrayIcon // this.enableTrayIcon.AutoSize = true; this.enableTrayIcon.Dock = System.Windows.Forms.DockStyle.Fill; this.enableTrayIcon.Location = new System.Drawing.Point(3, 3); this.enableTrayIcon.Name = "enableTrayIcon"; this.enableTrayIcon.Size = new System.Drawing.Size(274, 16); this.enableTrayIcon.TabIndex = 1; this.enableTrayIcon.Text = "启用托盘图标"; this.enableTrayIcon.UseVisualStyleBackColor = true; // // bossKeyGroupBox // bossKeyGroupBox.AutoSize = true; bossKeyGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; bossKeyGroupBox.Controls.Add(tableLayoutPanel3); bossKeyGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; bossKeyGroupBox.Location = new System.Drawing.Point(3, 117); bossKeyGroupBox.Name = "bossKeyGroupBox"; bossKeyGroupBox.Size = new System.Drawing.Size(274, 91); bossKeyGroupBox.TabIndex = 5; bossKeyGroupBox.TabStop = false; bossKeyGroupBox.Text = "老板键"; // // tableLayoutPanel3 // tableLayoutPanel3.AutoSize = true; tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel3.ColumnCount = 2; tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel3.Controls.Add(this.muteWhenBossCome, 0, 2); tableLayoutPanel3.Controls.Add(label, 0, 0); tableLayoutPanel3.Controls.Add(this.hideTrayIconWhenBossCome, 0, 1); tableLayoutPanel3.Controls.Add(this.textBox, 1, 0); tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel3.Location = new System.Drawing.Point(3, 17); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 3; tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel3.Size = new System.Drawing.Size(268, 71); tableLayoutPanel3.TabIndex = 7; // // muteWhenBossCome // this.muteWhenBossCome.AutoSize = true; tableLayoutPanel3.SetColumnSpan(this.muteWhenBossCome, 2); this.muteWhenBossCome.Dock = System.Windows.Forms.DockStyle.Fill; this.muteWhenBossCome.Location = new System.Drawing.Point(3, 52); this.muteWhenBossCome.Name = "muteWhenBossCome"; this.muteWhenBossCome.Size = new System.Drawing.Size(262, 16); this.muteWhenBossCome.TabIndex = 4; this.muteWhenBossCome.Text = "按下老板键时关闭声音"; this.muteWhenBossCome.UseVisualStyleBackColor = true; // // label // label.AutoSize = true; label.Dock = System.Windows.Forms.DockStyle.Fill; label.Location = new System.Drawing.Point(3, 3); label.Margin = new System.Windows.Forms.Padding(3); label.Name = "label"; label.Size = new System.Drawing.Size(41, 21); label.TabIndex = 0; label.Text = "老板键"; label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // hideTrayIconWhenBossCome // this.hideTrayIconWhenBossCome.AutoSize = true; tableLayoutPanel3.SetColumnSpan(this.hideTrayIconWhenBossCome, 2); this.hideTrayIconWhenBossCome.Dock = System.Windows.Forms.DockStyle.Fill; this.hideTrayIconWhenBossCome.Location = new System.Drawing.Point(3, 30); this.hideTrayIconWhenBossCome.Name = "hideTrayIconWhenBossCome"; this.hideTrayIconWhenBossCome.Size = new System.Drawing.Size(262, 16); this.hideTrayIconWhenBossCome.TabIndex = 3; this.hideTrayIconWhenBossCome.Text = "按下老板键时隐藏托盘图标"; this.hideTrayIconWhenBossCome.UseVisualStyleBackColor = true; // // textBox // this.textBox.Cursor = System.Windows.Forms.Cursors.Arrow; this.textBox.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox.Location = new System.Drawing.Point(50, 3); this.textBox.Name = "textBox"; this.textBox.Size = new System.Drawing.Size(215, 21); this.textBox.TabIndex = 1; this.textBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown); // // activateWhenShow // this.activateWhenShow.AutoSize = true; this.activateWhenShow.Dock = System.Windows.Forms.DockStyle.Top; this.activateWhenShow.Location = new System.Drawing.Point(3, 214); this.activateWhenShow.Name = "activateWhenShow"; this.activateWhenShow.Size = new System.Drawing.Size(274, 16); this.activateWhenShow.TabIndex = 6; this.activateWhenShow.Text = "恢复被隐藏的窗口时将其激活(前置)"; this.activateWhenShow.UseVisualStyleBackColor = true; // // trayIconGroupBox // trayIconGroupBox.AutoSize = true; trayIconGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; trayIconGroupBox.Controls.Add(tableLayoutPanel2); trayIconGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; trayIconGroupBox.Location = new System.Drawing.Point(3, 25); trayIconGroupBox.Name = "trayIconGroupBox"; trayIconGroupBox.Size = new System.Drawing.Size(274, 64); trayIconGroupBox.TabIndex = 3; trayIconGroupBox.TabStop = false; trayIconGroupBox.Text = "托盘图标"; // // tableLayoutPanel2 // tableLayoutPanel2.AutoSize = true; tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel2.ColumnCount = 1; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.Controls.Add(this.hideWhenMinimized, 0, 1); tableLayoutPanel2.Controls.Add(this.hideWhenClickTrayIcon, 0, 0); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel2.Location = new System.Drawing.Point(3, 17); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 2; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.Size = new System.Drawing.Size(268, 44); tableLayoutPanel2.TabIndex = 8; // // hideWhenMinimized // this.hideWhenMinimized.AutoSize = true; this.hideWhenMinimized.Location = new System.Drawing.Point(3, 25); this.hideWhenMinimized.Name = "hideWhenMinimized"; this.hideWhenMinimized.Size = new System.Drawing.Size(156, 16); this.hideWhenMinimized.TabIndex = 0; this.hideWhenMinimized.Text = "最小化时隐藏窗口到托盘"; this.hideWhenMinimized.UseVisualStyleBackColor = true; // // hideWhenClickTrayIcon // this.hideWhenClickTrayIcon.AutoSize = true; this.hideWhenClickTrayIcon.Location = new System.Drawing.Point(3, 3); this.hideWhenClickTrayIcon.Name = "hideWhenClickTrayIcon"; this.hideWhenClickTrayIcon.Size = new System.Drawing.Size(156, 16); this.hideWhenClickTrayIcon.TabIndex = 2; this.hideWhenClickTrayIcon.Text = "点击托盘图标时隐藏窗口"; this.hideWhenClickTrayIcon.UseVisualStyleBackColor = true; // // enableBossKey // this.enableBossKey.AutoSize = true; this.enableBossKey.Dock = System.Windows.Forms.DockStyle.Fill; this.enableBossKey.Location = new System.Drawing.Point(3, 95); this.enableBossKey.Name = "enableBossKey"; this.enableBossKey.Size = new System.Drawing.Size(274, 16); this.enableBossKey.TabIndex = 4; this.enableBossKey.Text = "启用老板键"; this.enableBossKey.UseVisualStyleBackColor = true; // // tabControl // tabControl.Controls.Add(tabPage); tabControl.Dock = System.Windows.Forms.DockStyle.Fill; tabControl.Location = new System.Drawing.Point(0, 0); tabControl.Name = "tabControl"; tabControl.SelectedIndex = 0; tabControl.Size = new System.Drawing.Size(294, 295); tabControl.TabIndex = 0; // // tabPage // tabPage.Controls.Add(tableLayoutPanel1); tabPage.Location = new System.Drawing.Point(4, 22); tabPage.Name = "tabPage"; tabPage.Padding = new System.Windows.Forms.Padding(3); tabPage.Size = new System.Drawing.Size(286, 269); tabPage.TabIndex = 0; tabPage.Text = "托盘图标和老板键"; tabPage.UseVisualStyleBackColor = true; // // Settings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tabControl); this.Name = "Settings"; this.Size = new System.Drawing.Size(294, 295); this.Load += new System.EventHandler(this.Settings_Load); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); bossKeyGroupBox.ResumeLayout(false); bossKeyGroupBox.PerformLayout(); tableLayoutPanel3.ResumeLayout(false); tableLayoutPanel3.PerformLayout(); trayIconGroupBox.ResumeLayout(false); trayIconGroupBox.PerformLayout(); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.PerformLayout(); tabControl.ResumeLayout(false); tabPage.ResumeLayout(false); tabPage.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.TabControl tabLootDrop; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.GroupBox groupBox4; System.Windows.Forms.Label label33; System.Windows.Forms.Label label32; System.Windows.Forms.Label label31; System.Windows.Forms.Label label30; System.Windows.Forms.GroupBox groupBox3; System.Windows.Forms.Label label29; System.Windows.Forms.Label label28; System.Windows.Forms.GroupBox groupBox2; System.Windows.Forms.Label label27; System.Windows.Forms.Label label26; System.Windows.Forms.Label label25; System.Windows.Forms.Label label20; System.Windows.Forms.Label label19; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Label label58; System.Windows.Forms.Label label57; System.Windows.Forms.Label label18; System.Windows.Forms.Label label17; System.Windows.Forms.Label label16; System.Windows.Forms.Label label15; System.Windows.Forms.Label label14; System.Windows.Forms.Label label13; System.Windows.Forms.Label label12; System.Windows.Forms.Label label11; System.Windows.Forms.Label label10; System.Windows.Forms.Label label9; System.Windows.Forms.Label label8; System.Windows.Forms.Label label7; System.Windows.Forms.Label label6; System.Windows.Forms.Label label5; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.GroupBox groupBox8; System.Windows.Forms.Label label54; System.Windows.Forms.Label label55; System.Windows.Forms.GroupBox groupBox7; System.Windows.Forms.Label label51; System.Windows.Forms.Label label52; System.Windows.Forms.GroupBox groupBox6; System.Windows.Forms.Label label48; System.Windows.Forms.Label label47; System.Windows.Forms.Label label46; System.Windows.Forms.Label label45; System.Windows.Forms.GroupBox groupBox5; System.Windows.Forms.Label label36; System.Windows.Forms.Label label35; System.Windows.Forms.Label label34; System.Windows.Forms.Label label37; System.Windows.Forms.Label label38; System.Windows.Forms.Label label39; System.Windows.Forms.Label label40; System.Windows.Forms.Label label41; System.Windows.Forms.Label label42; System.Windows.Forms.Label label43; System.Windows.Forms.Label label44; this.tabPage1 = new System.Windows.Forms.TabPage(); this.item_model_id = new RegExControls.RegExTextBox(); this.item = new ItemCreator.database.ItemTemplates(); this.buttonModelIds = new System.Windows.Forms.Button(); this.item_extension = new System.Windows.Forms.ComboBox(); this.baseXMLData = new ItemCreator.database.BaseXMLData(); this.item_color = new System.Windows.Forms.ComboBox(); this.item_visible_effect = new System.Windows.Forms.ComboBox(); this.item_hand = new System.Windows.Forms.ComboBox(); this.item_damagetype = new System.Windows.Forms.ComboBox(); this.label21 = new System.Windows.Forms.Label(); this.item_stacksize = new RegExControls.RegExTextBox(); this.item_buystacksize = new RegExControls.RegExTextBox(); this.item_quality = new RegExControls.RegExTextBox(); this.item_price = new RegExControls.RegExTextBox(); this.item_classes = new System.Windows.Forms.ListBox(); this.item_nodurabilityloss = new System.Windows.Forms.CheckBox(); this.item_nodestroy = new System.Windows.Forms.CheckBox(); this.bonus_level = new RegExControls.RegExTextBox(); this.item_dps_af = new RegExControls.RegExTextBox(); this.level_requirement = new RegExControls.RegExTextBox(); this.item_bonus = new RegExControls.RegExTextBox(); this.item_weight = new RegExControls.RegExTextBox(); this.item_durability_max = new RegExControls.RegExTextBox(); this.item_condition = new RegExControls.RegExTextBox(); this.item_condition_max = new RegExControls.RegExTextBox(); this.item_speed_abs = new RegExControls.RegExTextBox(); this.item_durability = new RegExControls.RegExTextBox(); this.item_level = new RegExControls.RegExTextBox(); this.item_keyname = new RegExControls.RegExTextBox(); this.checkKeyword = new System.Windows.Forms.Button(); this.item_lootdrop = new System.Windows.Forms.CheckBox(); this.item_tradeable = new System.Windows.Forms.CheckBox(); this.item_dropable = new System.Windows.Forms.CheckBox(); this.item_pickable = new System.Windows.Forms.CheckBox(); this.item_type = new System.Windows.Forms.ComboBox(); this.item_slot = new System.Windows.Forms.ComboBox(); this.item_realm = new System.Windows.Forms.ComboBox(); this.item_name = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.item_charges = new RegExControls.RegExTextBox(); this.item_poison_charges = new RegExControls.RegExTextBox(); this.item_PoisonSpellID = new RegExControls.RegExTextBox(); this.searchPoisonSpellID = new System.Windows.Forms.Button(); this.item_ProcSpellID1 = new RegExControls.RegExTextBox(); this.item_ProcSpellID = new RegExControls.RegExTextBox(); this.searchProcSpellID1 = new System.Windows.Forms.Button(); this.searchProcSpellID = new System.Windows.Forms.Button(); this.label50 = new System.Windows.Forms.Label(); this.item_charges1 = new RegExControls.RegExTextBox(); this.item_SpellID1 = new RegExControls.RegExTextBox(); this.searchSpellID1 = new System.Windows.Forms.Button(); this.searchSpellID = new System.Windows.Forms.Button(); this.item_SpellID = new RegExControls.RegExTextBox(); this.item_effectValue11 = new RegExControls.RegExTextBox(); this.item_effectValue10 = new RegExControls.RegExTextBox(); this.item_effectValue9 = new RegExControls.RegExTextBox(); this.item_effectValue8 = new RegExControls.RegExTextBox(); this.item_effectValue7 = new RegExControls.RegExTextBox(); this.item_effectValue6 = new RegExControls.RegExTextBox(); this.item_effectValue5 = new RegExControls.RegExTextBox(); this.item_effectValue4 = new RegExControls.RegExTextBox(); this.item_effectValue3 = new RegExControls.RegExTextBox(); this.item_effectValue2 = new RegExControls.RegExTextBox(); this.item_effectValue1 = new RegExControls.RegExTextBox(); this.item_effect11 = new System.Windows.Forms.ComboBox(); this.effectCat11 = new System.Windows.Forms.ComboBox(); this.item_effect10 = new System.Windows.Forms.ComboBox(); this.effectCat10 = new System.Windows.Forms.ComboBox(); this.item_effect9 = new System.Windows.Forms.ComboBox(); this.effectCat9 = new System.Windows.Forms.ComboBox(); this.item_effect8 = new System.Windows.Forms.ComboBox(); this.effectCat8 = new System.Windows.Forms.ComboBox(); this.item_effect7 = new System.Windows.Forms.ComboBox(); this.effectCat7 = new System.Windows.Forms.ComboBox(); this.item_effect6 = new System.Windows.Forms.ComboBox(); this.effectCat6 = new System.Windows.Forms.ComboBox(); this.item_effect5 = new System.Windows.Forms.ComboBox(); this.effectCat5 = new System.Windows.Forms.ComboBox(); this.item_effect4 = new System.Windows.Forms.ComboBox(); this.effectCat4 = new System.Windows.Forms.ComboBox(); this.item_effect3 = new System.Windows.Forms.ComboBox(); this.effectCat3 = new System.Windows.Forms.ComboBox(); this.item_effect2 = new System.Windows.Forms.ComboBox(); this.effectCat2 = new System.Windows.Forms.ComboBox(); this.item_effect1 = new System.Windows.Forms.ComboBox(); this.effectCat1 = new System.Windows.Forms.ComboBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.label49 = new System.Windows.Forms.Label(); this.groupBox10 = new System.Windows.Forms.GroupBox(); this.mobTemplateInfo = new System.Windows.Forms.Label(); this.updateMobXTemplateList = new System.Windows.Forms.Button(); this.mobXTemplateDataGrid = new System.Windows.Forms.DataGridView(); this.mobXLootTemplateIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mobNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lootTemplateNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dropCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mobxTemplateContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.newMobTemplate = new System.Windows.Forms.ToolStripMenuItem(); this.editMobTemplate = new System.Windows.Forms.ToolStripMenuItem(); this.deleteMobTemplate = new System.Windows.Forms.ToolStripMenuItem(); this.mobXLootTemplateList = new ItemCreator.database.MobXLootTemplates(); this.label56 = new System.Windows.Forms.Label(); this.groupBox9 = new System.Windows.Forms.GroupBox(); this.lootTemplateInfo = new System.Windows.Forms.Label(); this.updateLootTemplateList = new System.Windows.Forms.Button(); this.lootTemplateDataGrid = new System.Windows.Forms.DataGridView(); this.lootTemplateIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.templateNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.itemTemplateIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.chanceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lootTemplateContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.newLootTemplateButton = new System.Windows.Forms.ToolStripMenuItem(); this.editLottTemplateEntry = new System.Windows.Forms.ToolStripMenuItem(); this.deleteTemplateButton = new System.Windows.Forms.ToolStripMenuItem(); this.lootTemplatesList = new ItemCreator.database.LootTemplates(); this.label53 = new System.Windows.Forms.Label(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem(); this.fromFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadItemFromDatabase = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.languageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.updateMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dawnOfLightHomepageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.reportABugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.toolTips = new System.Windows.Forms.ToolTip(this.components); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.neuToolStripButton = new System.Windows.Forms.ToolStripButton(); this.öffnenToolStripButton = new System.Windows.Forms.ToolStripButton(); this.speichernToolStripButton = new System.Windows.Forms.ToolStripButton(); this.exportButton = new System.Windows.Forms.ToolStripButton(); this.checkItemButton = new System.Windows.Forms.ToolStripButton(); this.versionInformation = new System.Windows.Forms.Label(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); tabLootDrop = new System.Windows.Forms.TabControl(); groupBox4 = new System.Windows.Forms.GroupBox(); label33 = new System.Windows.Forms.Label(); label32 = new System.Windows.Forms.Label(); label31 = new System.Windows.Forms.Label(); label30 = new System.Windows.Forms.Label(); groupBox3 = new System.Windows.Forms.GroupBox(); label29 = new System.Windows.Forms.Label(); label28 = new System.Windows.Forms.Label(); groupBox2 = new System.Windows.Forms.GroupBox(); label27 = new System.Windows.Forms.Label(); label26 = new System.Windows.Forms.Label(); label25 = new System.Windows.Forms.Label(); label20 = new System.Windows.Forms.Label(); label19 = new System.Windows.Forms.Label(); groupBox1 = new System.Windows.Forms.GroupBox(); label58 = new System.Windows.Forms.Label(); label57 = new System.Windows.Forms.Label(); label18 = new System.Windows.Forms.Label(); label17 = new System.Windows.Forms.Label(); label16 = new System.Windows.Forms.Label(); label15 = new System.Windows.Forms.Label(); label14 = new System.Windows.Forms.Label(); label13 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label9 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); groupBox8 = new System.Windows.Forms.GroupBox(); label54 = new System.Windows.Forms.Label(); label55 = new System.Windows.Forms.Label(); groupBox7 = new System.Windows.Forms.GroupBox(); label51 = new System.Windows.Forms.Label(); label52 = new System.Windows.Forms.Label(); groupBox6 = new System.Windows.Forms.GroupBox(); label48 = new System.Windows.Forms.Label(); label47 = new System.Windows.Forms.Label(); label46 = new System.Windows.Forms.Label(); label45 = new System.Windows.Forms.Label(); groupBox5 = new System.Windows.Forms.GroupBox(); label36 = new System.Windows.Forms.Label(); label35 = new System.Windows.Forms.Label(); label34 = new System.Windows.Forms.Label(); label37 = new System.Windows.Forms.Label(); label38 = new System.Windows.Forms.Label(); label39 = new System.Windows.Forms.Label(); label40 = new System.Windows.Forms.Label(); label41 = new System.Windows.Forms.Label(); label42 = new System.Windows.Forms.Label(); label43 = new System.Windows.Forms.Label(); label44 = new System.Windows.Forms.Label(); tabLootDrop.SuspendLayout(); this.tabPage1.SuspendLayout(); groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.item)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.baseXMLData)).BeginInit(); groupBox3.SuspendLayout(); groupBox2.SuspendLayout(); groupBox1.SuspendLayout(); this.tabPage2.SuspendLayout(); groupBox8.SuspendLayout(); groupBox7.SuspendLayout(); groupBox6.SuspendLayout(); groupBox5.SuspendLayout(); this.tabPage3.SuspendLayout(); this.groupBox10.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mobXTemplateDataGrid)).BeginInit(); this.mobxTemplateContextMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mobXLootTemplateList)).BeginInit(); this.groupBox9.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lootTemplateDataGrid)).BeginInit(); this.lootTemplateContextMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lootTemplatesList)).BeginInit(); this.menuStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // tabLootDrop // resources.ApplyResources(tabLootDrop, "tabLootDrop"); tabLootDrop.Controls.Add(this.tabPage1); tabLootDrop.Controls.Add(this.tabPage2); tabLootDrop.Controls.Add(this.tabPage3); tabLootDrop.HotTrack = true; tabLootDrop.Name = "tabLootDrop"; tabLootDrop.SelectedIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(groupBox4); this.tabPage1.Controls.Add(groupBox3); this.tabPage1.Controls.Add(groupBox2); this.tabPage1.Controls.Add(groupBox1); resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Name = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // // groupBox4 // resources.ApplyResources(groupBox4, "groupBox4"); groupBox4.Controls.Add(this.item_model_id); groupBox4.Controls.Add(this.buttonModelIds); groupBox4.Controls.Add(this.item_extension); groupBox4.Controls.Add(this.item_color); groupBox4.Controls.Add(this.item_visible_effect); groupBox4.Controls.Add(label33); groupBox4.Controls.Add(label32); groupBox4.Controls.Add(label31); groupBox4.Controls.Add(label30); groupBox4.Name = "groupBox4"; groupBox4.TabStop = false; // // item_model_id // this.item_model_id.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Model", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_model_id, "item_model_id"); this.item_model_id.Name = "item_model_id"; this.item_model_id.Regular_Expression = "^[0-9]*$"; // // item // this.item.DataSetName = "ItemCreator"; this.item.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // buttonModelIds // resources.ApplyResources(this.buttonModelIds, "buttonModelIds"); this.buttonModelIds.Name = "buttonModelIds"; this.buttonModelIds.UseVisualStyleBackColor = true; this.buttonModelIds.Click += new System.EventHandler(this.selectModelId); // // item_extension // this.item_extension.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.item, "ItemTemplate.Extension", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_extension.DataSource = this.baseXMLData; this.item_extension.DisplayMember = "extension.name"; this.item_extension.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.item_extension.FormattingEnabled = true; resources.ApplyResources(this.item_extension, "item_extension"); this.item_extension.Name = "item_extension"; this.item_extension.ValueMember = "extension.id"; this.item_extension.TextChanged += new System.EventHandler(this.itemChanged); // // baseXMLData // this.baseXMLData.DataSetName = "BaseXMLData"; this.baseXMLData.Locale = new System.Globalization.CultureInfo(""); this.baseXMLData.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // item_color // this.item_color.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.item, "ItemTemplate.Color", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_color.DataSource = this.baseXMLData; this.item_color.DisplayMember = "color.name"; this.item_color.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.item_color.FormattingEnabled = true; resources.ApplyResources(this.item_color, "item_color"); this.item_color.Name = "item_color"; this.item_color.ValueMember = "color.id"; this.item_color.TextChanged += new System.EventHandler(this.itemChanged); // // item_visible_effect // this.item_visible_effect.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.item, "ItemTemplate.Effect", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_visible_effect.DataSource = this.baseXMLData; this.item_visible_effect.DisplayMember = "effect.name"; this.item_visible_effect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.item_visible_effect.FormattingEnabled = true; resources.ApplyResources(this.item_visible_effect, "item_visible_effect"); this.item_visible_effect.Name = "item_visible_effect"; this.item_visible_effect.ValueMember = "effect.id"; this.item_visible_effect.TextChanged += new System.EventHandler(this.itemChanged); // // label33 // resources.ApplyResources(label33, "label33"); label33.Name = "label33"; // // label32 // resources.ApplyResources(label32, "label32"); label32.Name = "label32"; // // label31 // resources.ApplyResources(label31, "label31"); label31.Name = "label31"; // // label30 // resources.ApplyResources(label30, "label30"); label30.Name = "label30"; // // groupBox3 // resources.ApplyResources(groupBox3, "groupBox3"); groupBox3.Controls.Add(this.item_hand); groupBox3.Controls.Add(this.item_damagetype); groupBox3.Controls.Add(label29); groupBox3.Controls.Add(label28); groupBox3.Name = "groupBox3"; groupBox3.TabStop = false; // // item_hand // this.item_hand.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.item, "ItemTemplate.Hand", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_hand.DataSource = this.baseXMLData; this.item_hand.DisplayMember = "hand.name"; this.item_hand.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.item_hand.FormattingEnabled = true; resources.ApplyResources(this.item_hand, "item_hand"); this.item_hand.Name = "item_hand"; this.item_hand.ValueMember = "hand.id"; this.item_hand.TextChanged += new System.EventHandler(this.itemChanged); // // item_damagetype // this.item_damagetype.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.item, "ItemTemplate.Type_Damage", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_damagetype.DataSource = this.baseXMLData; this.item_damagetype.DisplayMember = "damageType.name"; this.item_damagetype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.item_damagetype.FormattingEnabled = true; resources.ApplyResources(this.item_damagetype, "item_damagetype"); this.item_damagetype.Name = "item_damagetype"; this.item_damagetype.ValueMember = "damageType.id"; this.item_damagetype.TextChanged += new System.EventHandler(this.itemChanged); // // label29 // resources.ApplyResources(label29, "label29"); label29.Name = "label29"; // // label28 // resources.ApplyResources(label28, "label28"); label28.Name = "label28"; // // groupBox2 // resources.ApplyResources(groupBox2, "groupBox2"); groupBox2.Controls.Add(this.label21); groupBox2.Controls.Add(this.item_stacksize); groupBox2.Controls.Add(this.item_buystacksize); groupBox2.Controls.Add(this.item_quality); groupBox2.Controls.Add(this.item_price); groupBox2.Controls.Add(this.item_classes); groupBox2.Controls.Add(label27); groupBox2.Controls.Add(label26); groupBox2.Controls.Add(label25); groupBox2.Controls.Add(label20); groupBox2.Controls.Add(label19); groupBox2.Name = "groupBox2"; groupBox2.TabStop = false; // // label21 // resources.ApplyResources(this.label21, "label21"); this.label21.Name = "label21"; // // item_stacksize // this.item_stacksize.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.MaxCount", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_stacksize, "item_stacksize"); this.item_stacksize.Name = "item_stacksize"; this.item_stacksize.Regular_Expression = "^[0-9]*$"; // // item_buystacksize // this.item_buystacksize.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.PackSize", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_buystacksize, "item_buystacksize"); this.item_buystacksize.Name = "item_buystacksize"; this.item_buystacksize.Regular_Expression = "^[0-9]*$"; // // item_quality // this.item_quality.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Quality", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_quality, "item_quality"); this.item_quality.Name = "item_quality"; this.item_quality.Regular_Expression = "^[0-9]*$"; // // item_price // this.item_price.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Price", true)); resources.ApplyResources(this.item_price, "item_price"); this.item_price.Name = "item_price"; this.item_price.Regular_Expression = "^[0-9]*$"; this.item_price.TextChanged += new System.EventHandler(this.itemChanged); // // item_classes // this.item_classes.DataSource = this.baseXMLData; this.item_classes.DisplayMember = "class.name"; this.item_classes.FormattingEnabled = true; resources.ApplyResources(this.item_classes, "item_classes"); this.item_classes.Name = "item_classes"; this.item_classes.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.item_classes.ValueMember = "class.id"; this.item_classes.SelectedIndexChanged += new System.EventHandler(this.itemChanged); // // label27 // resources.ApplyResources(label27, "label27"); label27.Name = "label27"; // // label26 // resources.ApplyResources(label26, "label26"); label26.Name = "label26"; // // label25 // resources.ApplyResources(label25, "label25"); label25.Name = "label25"; // // label20 // resources.ApplyResources(label20, "label20"); label20.Name = "label20"; this.toolTips.SetToolTip(label20, resources.GetString("label20.ToolTip")); // // label19 // resources.ApplyResources(label19, "label19"); label19.Name = "label19"; // // groupBox1 // resources.ApplyResources(groupBox1, "groupBox1"); groupBox1.Controls.Add(this.item_nodurabilityloss); groupBox1.Controls.Add(this.item_nodestroy); groupBox1.Controls.Add(label58); groupBox1.Controls.Add(this.bonus_level); groupBox1.Controls.Add(label57); groupBox1.Controls.Add(this.item_dps_af); groupBox1.Controls.Add(this.level_requirement); groupBox1.Controls.Add(this.item_bonus); groupBox1.Controls.Add(this.item_weight); groupBox1.Controls.Add(this.item_durability_max); groupBox1.Controls.Add(this.item_condition); groupBox1.Controls.Add(this.item_condition_max); groupBox1.Controls.Add(this.item_speed_abs); groupBox1.Controls.Add(this.item_durability); groupBox1.Controls.Add(this.item_level); groupBox1.Controls.Add(this.item_keyname); groupBox1.Controls.Add(this.checkKeyword); groupBox1.Controls.Add(this.item_lootdrop); groupBox1.Controls.Add(this.item_tradeable); groupBox1.Controls.Add(this.item_dropable); groupBox1.Controls.Add(this.item_pickable); groupBox1.Controls.Add(label18); groupBox1.Controls.Add(label17); groupBox1.Controls.Add(label16); groupBox1.Controls.Add(label15); groupBox1.Controls.Add(this.item_type); groupBox1.Controls.Add(this.item_slot); groupBox1.Controls.Add(label14); groupBox1.Controls.Add(label13); groupBox1.Controls.Add(label12); groupBox1.Controls.Add(label11); groupBox1.Controls.Add(label10); groupBox1.Controls.Add(label9); groupBox1.Controls.Add(this.item_realm); groupBox1.Controls.Add(label8); groupBox1.Controls.Add(label7); groupBox1.Controls.Add(label6); groupBox1.Controls.Add(label5); groupBox1.Controls.Add(label4); groupBox1.Controls.Add(label3); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(label1); groupBox1.Controls.Add(this.item_name); groupBox1.Name = "groupBox1"; groupBox1.TabStop = false; groupBox1.TextChanged += new System.EventHandler(this.itemChanged); // // item_nodurabilityloss // resources.ApplyResources(this.item_nodurabilityloss, "item_nodurabilityloss"); this.item_nodurabilityloss.Name = "item_nodurabilityloss"; this.item_nodurabilityloss.UseVisualStyleBackColor = true; // // item_nodestroy // resources.ApplyResources(this.item_nodestroy, "item_nodestroy"); this.item_nodestroy.Name = "item_nodestroy"; this.item_nodestroy.UseVisualStyleBackColor = true; // // label58 // resources.ApplyResources(label58, "label58"); label58.Name = "label58"; // // bonus_level // resources.ApplyResources(this.bonus_level, "bonus_level"); this.bonus_level.Name = "bonus_level"; this.bonus_level.Regular_Expression = "^[0-9]*$"; // // label57 // resources.ApplyResources(label57, "label57"); label57.Name = "label57"; // // item_dps_af // this.item_dps_af.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.DPS_AF", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_dps_af, "item_dps_af"); this.item_dps_af.Name = "item_dps_af"; this.item_dps_af.Regular_Expression = "^[0-9]*$"; // // level_requirement // resources.ApplyResources(this.level_requirement, "level_requirement"); this.level_requirement.Name = "level_requirement"; this.level_requirement.Regular_Expression = "^[0-9]*$"; // // item_bonus // this.item_bonus.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Bonus", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_bonus, "item_bonus"); this.item_bonus.Name = "item_bonus"; this.item_bonus.Regular_Expression = "^[0-9]*$"; // // item_weight // this.item_weight.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Weight", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_weight, "item_weight"); this.item_weight.Name = "item_weight"; this.item_weight.Regular_Expression = "^[0-9]*$"; // // item_durability_max // this.item_durability_max.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.MaxDurability", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_durability_max, "item_durability_max"); this.item_durability_max.Name = "item_durability_max"; this.item_durability_max.Regular_Expression = "^[0-9]*$"; // // item_condition // this.item_condition.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Condition", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_condition, "item_condition"); this.item_condition.Name = "item_condition"; this.item_condition.Regular_Expression = "^[0-9]*$"; // // item_condition_max // this.item_condition_max.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.MaxCondition", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_condition_max, "item_condition_max"); this.item_condition_max.Name = "item_condition_max"; this.item_condition_max.Regular_Expression = "^[0-9]*$"; // // item_speed_abs // this.item_speed_abs.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.SPD_ABS", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_speed_abs, "item_speed_abs"); this.item_speed_abs.Name = "item_speed_abs"; this.item_speed_abs.Regular_Expression = "^[0-9]*$"; // // item_durability // this.item_durability.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Durability", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_durability, "item_durability"); this.item_durability.Name = "item_durability"; this.item_durability.Regular_Expression = "^[0-9]*$"; // // item_level // this.item_level.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Level", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_level, "item_level"); this.item_level.Name = "item_level"; this.item_level.Regular_Expression = "^[0-9]*$"; this.item_level.TextChanged += new System.EventHandler(this.itemChanged); // // item_keyname // this.item_keyname.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Id_nb", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_keyname, "item_keyname"); this.item_keyname.Name = "item_keyname"; this.item_keyname.Regular_Expression = "^[0-9a-zA-Z_]*$"; this.item_keyname.Enter += new System.EventHandler(this.item_keyname_Enter); // // checkKeyword // resources.ApplyResources(this.checkKeyword, "checkKeyword"); this.checkKeyword.Name = "checkKeyword"; this.toolTips.SetToolTip(this.checkKeyword, resources.GetString("checkKeyword.ToolTip")); this.checkKeyword.UseVisualStyleBackColor = true; this.checkKeyword.Click += new System.EventHandler(this.checkKeyword_Click); // // item_lootdrop // resources.ApplyResources(this.item_lootdrop, "item_lootdrop"); this.item_lootdrop.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.item, "ItemTemplate.CanDropAsLoot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_lootdrop.Name = "item_lootdrop"; this.item_lootdrop.UseVisualStyleBackColor = true; this.item_lootdrop.CheckedChanged += new System.EventHandler(this.itemChanged); // // item_tradeable // resources.ApplyResources(this.item_tradeable, "item_tradeable"); this.item_tradeable.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.item, "ItemTemplate.IsTradable", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_tradeable.Name = "item_tradeable"; this.item_tradeable.UseVisualStyleBackColor = true; this.item_tradeable.CheckedChanged += new System.EventHandler(this.itemChanged); // // item_dropable // resources.ApplyResources(this.item_dropable, "item_dropable"); this.item_dropable.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.item, "ItemTemplate.IsDropable", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_dropable.Name = "item_dropable"; this.item_dropable.UseVisualStyleBackColor = true; this.item_dropable.CheckedChanged += new System.EventHandler(this.itemChanged); // // item_pickable // resources.ApplyResources(this.item_pickable, "item_pickable"); this.item_pickable.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.item, "ItemTemplate.IsPickable", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_pickable.Name = "item_pickable"; this.item_pickable.UseVisualStyleBackColor = true; this.item_pickable.CheckedChanged += new System.EventHandler(this.itemChanged); // // label18 // resources.ApplyResources(label18, "label18"); label18.Name = "label18"; // // label17 // resources.ApplyResources(label17, "label17"); label17.Name = "label17"; // // label16 // resources.ApplyResources(label16, "label16"); label16.Name = "label16"; // // label15 // resources.ApplyResources(label15, "label15"); label15.Name = "label15"; // // item_type // this.item_type.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.item, "ItemTemplate.Object_Type", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_type.DataSource = this.baseXMLData; this.item_type.DisplayMember = "objectType.name"; this.item_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.item_type.FormattingEnabled = true; resources.ApplyResources(this.item_type, "item_type"); this.item_type.Name = "item_type"; this.item_type.ValueMember = "objectType.id"; this.item_type.TextChanged += new System.EventHandler(this.itemChanged); // // item_slot // this.item_slot.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.item, "ItemTemplate.Item_Type", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_slot.DataSource = this.baseXMLData; this.item_slot.DisplayMember = "itemType.name"; this.item_slot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.item_slot.FormattingEnabled = true; resources.ApplyResources(this.item_slot, "item_slot"); this.item_slot.Name = "item_slot"; this.item_slot.ValueMember = "itemType.id"; this.item_slot.TextChanged += new System.EventHandler(this.itemChanged); // // label14 // resources.ApplyResources(label14, "label14"); label14.Name = "label14"; // // label13 // resources.ApplyResources(label13, "label13"); label13.Name = "label13"; // // label12 // resources.ApplyResources(label12, "label12"); label12.Name = "label12"; // // label11 // resources.ApplyResources(label11, "label11"); label11.Name = "label11"; // // label10 // resources.ApplyResources(label10, "label10"); label10.Name = "label10"; // // label9 // resources.ApplyResources(label9, "label9"); label9.Name = "label9"; // // item_realm // this.item_realm.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.item, "ItemTemplate.Realm", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.item_realm.DataSource = this.baseXMLData; this.item_realm.DisplayMember = "realm.name"; this.item_realm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.item_realm.FormattingEnabled = true; resources.ApplyResources(this.item_realm, "item_realm"); this.item_realm.Name = "item_realm"; this.item_realm.ValueMember = "realm.id"; this.item_realm.TextChanged += new System.EventHandler(this.itemChanged); // // label8 // resources.ApplyResources(label8, "label8"); label8.Name = "label8"; // // label7 // resources.ApplyResources(label7, "label7"); label7.Name = "label7"; // // label6 // resources.ApplyResources(label6, "label6"); label6.Name = "label6"; // // label5 // resources.ApplyResources(label5, "label5"); label5.Name = "label5"; // // label4 // resources.ApplyResources(label4, "label4"); label4.Name = "label4"; // // label3 // resources.ApplyResources(label3, "label3"); label3.Name = "label3"; // // label2 // resources.ApplyResources(label2, "label2"); label2.Name = "label2"; // // label1 // resources.ApplyResources(label1, "label1"); label1.Name = "label1"; // // item_name // this.item_name.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Name", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_name, "item_name"); this.item_name.Name = "item_name"; this.item_name.TextChanged += new System.EventHandler(this.itemChanged); // // tabPage2 // this.tabPage2.Controls.Add(this.item_charges); this.tabPage2.Controls.Add(groupBox8); this.tabPage2.Controls.Add(groupBox7); this.tabPage2.Controls.Add(groupBox6); this.tabPage2.Controls.Add(groupBox5); resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.Name = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // // item_charges // this.item_charges.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.MaxCharges", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_charges, "item_charges"); this.item_charges.Name = "item_charges"; this.item_charges.Regular_Expression = "^[0-9]*$"; // // groupBox8 // groupBox8.Controls.Add(this.item_poison_charges); groupBox8.Controls.Add(this.item_PoisonSpellID); groupBox8.Controls.Add(this.searchPoisonSpellID); groupBox8.Controls.Add(label54); groupBox8.Controls.Add(label55); resources.ApplyResources(groupBox8, "groupBox8"); groupBox8.Name = "groupBox8"; groupBox8.TabStop = false; // // item_poison_charges // this.item_poison_charges.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.PoisonMaxCharges", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_poison_charges, "item_poison_charges"); this.item_poison_charges.Name = "item_poison_charges"; this.item_poison_charges.Regular_Expression = "^[0-9]*$"; // // item_PoisonSpellID // this.item_PoisonSpellID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.PoisonSpellID", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_PoisonSpellID, "item_PoisonSpellID"); this.item_PoisonSpellID.Name = "item_PoisonSpellID"; this.item_PoisonSpellID.Regular_Expression = "^[0-9]*$"; // // searchPoisonSpellID // resources.ApplyResources(this.searchPoisonSpellID, "searchPoisonSpellID"); this.searchPoisonSpellID.Name = "searchPoisonSpellID"; this.searchPoisonSpellID.UseVisualStyleBackColor = true; this.searchPoisonSpellID.Click += new System.EventHandler(this.selectSpell); // // label54 // resources.ApplyResources(label54, "label54"); label54.Name = "label54"; // // label55 // resources.ApplyResources(label55, "label55"); label55.Name = "label55"; // // groupBox7 // groupBox7.Controls.Add(this.item_ProcSpellID1); groupBox7.Controls.Add(this.item_ProcSpellID); groupBox7.Controls.Add(this.searchProcSpellID1); groupBox7.Controls.Add(this.searchProcSpellID); groupBox7.Controls.Add(this.label50); groupBox7.Controls.Add(label51); groupBox7.Controls.Add(label52); resources.ApplyResources(groupBox7, "groupBox7"); groupBox7.Name = "groupBox7"; groupBox7.TabStop = false; // // item_ProcSpellID1 // this.item_ProcSpellID1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.ProcSpellID1", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_ProcSpellID1, "item_ProcSpellID1"); this.item_ProcSpellID1.Name = "item_ProcSpellID1"; this.item_ProcSpellID1.Regular_Expression = "^[0-9]*$"; // // item_ProcSpellID // this.item_ProcSpellID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.ProcSpellID", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_ProcSpellID, "item_ProcSpellID"); this.item_ProcSpellID.Name = "item_ProcSpellID"; this.item_ProcSpellID.Regular_Expression = "^[0-9]*$"; // // searchProcSpellID1 // resources.ApplyResources(this.searchProcSpellID1, "searchProcSpellID1"); this.searchProcSpellID1.Name = "searchProcSpellID1"; this.searchProcSpellID1.UseVisualStyleBackColor = true; this.searchProcSpellID1.Click += new System.EventHandler(this.selectSpell); // // searchProcSpellID // resources.ApplyResources(this.searchProcSpellID, "searchProcSpellID"); this.searchProcSpellID.Name = "searchProcSpellID"; this.searchProcSpellID.UseVisualStyleBackColor = true; this.searchProcSpellID.Click += new System.EventHandler(this.selectSpell); // // label50 // resources.ApplyResources(this.label50, "label50"); this.label50.Name = "label50"; // // label51 // resources.ApplyResources(label51, "label51"); label51.Name = "label51"; // // label52 // resources.ApplyResources(label52, "label52"); label52.Name = "label52"; // // groupBox6 // groupBox6.Controls.Add(this.item_charges1); groupBox6.Controls.Add(this.item_SpellID1); groupBox6.Controls.Add(this.searchSpellID1); groupBox6.Controls.Add(this.searchSpellID); groupBox6.Controls.Add(label48); groupBox6.Controls.Add(this.item_SpellID); groupBox6.Controls.Add(label47); groupBox6.Controls.Add(label46); groupBox6.Controls.Add(label45); resources.ApplyResources(groupBox6, "groupBox6"); groupBox6.Name = "groupBox6"; groupBox6.TabStop = false; // // item_charges1 // this.item_charges1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.MaxCharges1", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_charges1, "item_charges1"); this.item_charges1.Name = "item_charges1"; this.item_charges1.Regular_Expression = "^[0-9]*$"; // // item_SpellID1 // this.item_SpellID1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.SpellID1", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_SpellID1, "item_SpellID1"); this.item_SpellID1.Name = "item_SpellID1"; this.item_SpellID1.Regular_Expression = "^[0-9]*$"; // // searchSpellID1 // resources.ApplyResources(this.searchSpellID1, "searchSpellID1"); this.searchSpellID1.Name = "searchSpellID1"; this.searchSpellID1.UseVisualStyleBackColor = true; this.searchSpellID1.Click += new System.EventHandler(this.selectSpell); // // searchSpellID // resources.ApplyResources(this.searchSpellID, "searchSpellID"); this.searchSpellID.Name = "searchSpellID"; this.searchSpellID.UseVisualStyleBackColor = true; this.searchSpellID.Click += new System.EventHandler(this.selectSpell); // // label48 // resources.ApplyResources(label48, "label48"); label48.Name = "label48"; // // item_SpellID // this.item_SpellID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.SpellID", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_SpellID, "item_SpellID"); this.item_SpellID.Name = "item_SpellID"; this.item_SpellID.Regular_Expression = "^[0-9]*$"; // // label47 // resources.ApplyResources(label47, "label47"); label47.Name = "label47"; // // label46 // resources.ApplyResources(label46, "label46"); label46.Name = "label46"; // // label45 // resources.ApplyResources(label45, "label45"); label45.Name = "label45"; // // groupBox5 // groupBox5.Controls.Add(this.item_effectValue11); groupBox5.Controls.Add(this.item_effectValue10); groupBox5.Controls.Add(this.item_effectValue9); groupBox5.Controls.Add(this.item_effectValue8); groupBox5.Controls.Add(this.item_effectValue7); groupBox5.Controls.Add(this.item_effectValue6); groupBox5.Controls.Add(this.item_effectValue5); groupBox5.Controls.Add(this.item_effectValue4); groupBox5.Controls.Add(this.item_effectValue3); groupBox5.Controls.Add(this.item_effectValue2); groupBox5.Controls.Add(this.item_effectValue1); groupBox5.Controls.Add(label36); groupBox5.Controls.Add(this.item_effect11); groupBox5.Controls.Add(this.effectCat11); groupBox5.Controls.Add(label35); groupBox5.Controls.Add(this.item_effect10); groupBox5.Controls.Add(this.effectCat10); groupBox5.Controls.Add(label34); groupBox5.Controls.Add(this.item_effect9); groupBox5.Controls.Add(this.effectCat9); groupBox5.Controls.Add(label37); groupBox5.Controls.Add(this.item_effect8); groupBox5.Controls.Add(this.effectCat8); groupBox5.Controls.Add(label38); groupBox5.Controls.Add(this.item_effect7); groupBox5.Controls.Add(this.effectCat7); groupBox5.Controls.Add(label39); groupBox5.Controls.Add(this.item_effect6); groupBox5.Controls.Add(this.effectCat6); groupBox5.Controls.Add(label40); groupBox5.Controls.Add(this.item_effect5); groupBox5.Controls.Add(this.effectCat5); groupBox5.Controls.Add(label41); groupBox5.Controls.Add(this.item_effect4); groupBox5.Controls.Add(this.effectCat4); groupBox5.Controls.Add(label42); groupBox5.Controls.Add(this.item_effect3); groupBox5.Controls.Add(this.effectCat3); groupBox5.Controls.Add(label43); groupBox5.Controls.Add(this.item_effect2); groupBox5.Controls.Add(this.effectCat2); groupBox5.Controls.Add(label44); groupBox5.Controls.Add(this.item_effect1); groupBox5.Controls.Add(this.effectCat1); resources.ApplyResources(groupBox5, "groupBox5"); groupBox5.Name = "groupBox5"; groupBox5.TabStop = false; // // item_effectValue11 // this.item_effectValue11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.ExtraBonus", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_effectValue11, "item_effectValue11"); this.item_effectValue11.Name = "item_effectValue11"; this.item_effectValue11.Regular_Expression = "^[0-9]*$"; // // item_effectValue10 // this.item_effectValue10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Bonus10", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_effectValue10, "item_effectValue10"); this.item_effectValue10.Name = "item_effectValue10"; this.item_effectValue10.Regular_Expression = "^[0-9]*$"; // // item_effectValue9 // this.item_effectValue9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Bonus9", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_effectValue9, "item_effectValue9"); this.item_effectValue9.Name = "item_effectValue9"; this.item_effectValue9.Regular_Expression = "^[0-9]*$"; // // item_effectValue8 // this.item_effectValue8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Bonus8", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_effectValue8, "item_effectValue8"); this.item_effectValue8.Name = "item_effectValue8"; this.item_effectValue8.Regular_Expression = "^[0-9]*$"; // // item_effectValue7 // this.item_effectValue7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Bonus7", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_effectValue7, "item_effectValue7"); this.item_effectValue7.Name = "item_effectValue7"; this.item_effectValue7.Regular_Expression = "^[0-9]*$"; // // item_effectValue6 // this.item_effectValue6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Bonus6", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_effectValue6, "item_effectValue6"); this.item_effectValue6.Name = "item_effectValue6"; this.item_effectValue6.Regular_Expression = "^[0-9]*$"; // // item_effectValue5 // this.item_effectValue5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Bonus5", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_effectValue5, "item_effectValue5"); this.item_effectValue5.Name = "item_effectValue5"; this.item_effectValue5.Regular_Expression = "^[0-9]*$"; // // item_effectValue4 // this.item_effectValue4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Bonus4", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_effectValue4, "item_effectValue4"); this.item_effectValue4.Name = "item_effectValue4"; this.item_effectValue4.Regular_Expression = "^[0-9]*$"; // // item_effectValue3 // this.item_effectValue3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Bonus3", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_effectValue3, "item_effectValue3"); this.item_effectValue3.Name = "item_effectValue3"; this.item_effectValue3.Regular_Expression = "^[0-9]*$"; // // item_effectValue2 // this.item_effectValue2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Bonus2", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.item_effectValue2, "item_effectValue2"); this.item_effectValue2.Name = "item_effectValue2"; this.item_effectValue2.Regular_Expression = "^[0-9]*$"; // // item_effectValue1 // this.item_effectValue1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.item, "ItemTemplate.Bonus1", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, null, "N0")); resources.ApplyResources(this.item_effectValue1, "item_effectValue1"); this.item_effectValue1.Name = "item_effectValue1"; this.item_effectValue1.Regular_Expression = "^[0-9]*$"; // // label36 // resources.ApplyResources(label36, "label36"); label36.Name = "label36"; // // item_effect11 // this.item_effect11.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.item_effect11, "item_effect11"); this.item_effect11.Name = "item_effect11"; this.item_effect11.TextChanged += new System.EventHandler(this.itemChanged); // // effectCat11 // this.effectCat11.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.effectCat11, "effectCat11"); this.effectCat11.Name = "effectCat11"; this.effectCat11.SelectedValueChanged += new System.EventHandler(this.selectStatsCategory); // // label35 // resources.ApplyResources(label35, "label35"); label35.Name = "label35"; // // item_effect10 // this.item_effect10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.item_effect10, "item_effect10"); this.item_effect10.Name = "item_effect10"; this.item_effect10.TextChanged += new System.EventHandler(this.itemChanged); // // effectCat10 // this.effectCat10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.effectCat10, "effectCat10"); this.effectCat10.Name = "effectCat10"; this.effectCat10.SelectedValueChanged += new System.EventHandler(this.selectStatsCategory); // // label34 // resources.ApplyResources(label34, "label34"); label34.Name = "label34"; // // item_effect9 // this.item_effect9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.item_effect9, "item_effect9"); this.item_effect9.Name = "item_effect9"; this.item_effect9.TextChanged += new System.EventHandler(this.itemChanged); // // effectCat9 // this.effectCat9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.effectCat9, "effectCat9"); this.effectCat9.Name = "effectCat9"; this.effectCat9.SelectedValueChanged += new System.EventHandler(this.selectStatsCategory); // // label37 // resources.ApplyResources(label37, "label37"); label37.Name = "label37"; // // item_effect8 // this.item_effect8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.item_effect8, "item_effect8"); this.item_effect8.Name = "item_effect8"; this.item_effect8.TextChanged += new System.EventHandler(this.itemChanged); // // effectCat8 // this.effectCat8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.effectCat8, "effectCat8"); this.effectCat8.Name = "effectCat8"; this.effectCat8.SelectedValueChanged += new System.EventHandler(this.selectStatsCategory); // // label38 // resources.ApplyResources(label38, "label38"); label38.Name = "label38"; // // item_effect7 // this.item_effect7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.item_effect7, "item_effect7"); this.item_effect7.Name = "item_effect7"; this.item_effect7.TextChanged += new System.EventHandler(this.itemChanged); // // effectCat7 // this.effectCat7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.effectCat7, "effectCat7"); this.effectCat7.Name = "effectCat7"; this.effectCat7.SelectedValueChanged += new System.EventHandler(this.selectStatsCategory); // // label39 // resources.ApplyResources(label39, "label39"); label39.Name = "label39"; // // item_effect6 // this.item_effect6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.item_effect6, "item_effect6"); this.item_effect6.Name = "item_effect6"; this.item_effect6.TextChanged += new System.EventHandler(this.itemChanged); // // effectCat6 // this.effectCat6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.effectCat6, "effectCat6"); this.effectCat6.Name = "effectCat6"; this.effectCat6.SelectedValueChanged += new System.EventHandler(this.selectStatsCategory); // // label40 // resources.ApplyResources(label40, "label40"); label40.Name = "label40"; // // item_effect5 // this.item_effect5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.item_effect5, "item_effect5"); this.item_effect5.Name = "item_effect5"; this.item_effect5.TextChanged += new System.EventHandler(this.itemChanged); // // effectCat5 // this.effectCat5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.effectCat5, "effectCat5"); this.effectCat5.Name = "effectCat5"; this.effectCat5.SelectedValueChanged += new System.EventHandler(this.selectStatsCategory); // // label41 // resources.ApplyResources(label41, "label41"); label41.Name = "label41"; // // item_effect4 // this.item_effect4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.item_effect4, "item_effect4"); this.item_effect4.Name = "item_effect4"; this.item_effect4.TextChanged += new System.EventHandler(this.itemChanged); // // effectCat4 // this.effectCat4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.effectCat4, "effectCat4"); this.effectCat4.Name = "effectCat4"; this.effectCat4.SelectedValueChanged += new System.EventHandler(this.selectStatsCategory); // // label42 // resources.ApplyResources(label42, "label42"); label42.Name = "label42"; // // item_effect3 // this.item_effect3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.item_effect3, "item_effect3"); this.item_effect3.Name = "item_effect3"; this.item_effect3.TextChanged += new System.EventHandler(this.itemChanged); // // effectCat3 // this.effectCat3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.effectCat3, "effectCat3"); this.effectCat3.Name = "effectCat3"; this.effectCat3.SelectedValueChanged += new System.EventHandler(this.selectStatsCategory); // // label43 // resources.ApplyResources(label43, "label43"); label43.Name = "label43"; // // item_effect2 // this.item_effect2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.item_effect2, "item_effect2"); this.item_effect2.Name = "item_effect2"; this.item_effect2.TextChanged += new System.EventHandler(this.itemChanged); // // effectCat2 // this.effectCat2.DisplayMember = "bonus_category.name"; this.effectCat2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.effectCat2, "effectCat2"); this.effectCat2.Name = "effectCat2"; this.effectCat2.ValueMember = "bonus_category.name"; this.effectCat2.SelectedValueChanged += new System.EventHandler(this.selectStatsCategory); // // label44 // resources.ApplyResources(label44, "label44"); label44.Name = "label44"; // // item_effect1 // this.item_effect1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.item_effect1, "item_effect1"); this.item_effect1.Name = "item_effect1"; this.item_effect1.TextChanged += new System.EventHandler(this.itemChanged); // // effectCat1 // this.effectCat1.DisplayMember = "bonus_category.name"; this.effectCat1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.effectCat1, "effectCat1"); this.effectCat1.Name = "effectCat1"; this.effectCat1.ValueMember = "bonus_category.name"; this.effectCat1.SelectedValueChanged += new System.EventHandler(this.selectStatsCategory); // // tabPage3 // this.tabPage3.Controls.Add(this.label49); this.tabPage3.Controls.Add(this.groupBox10); this.tabPage3.Controls.Add(this.groupBox9); resources.ApplyResources(this.tabPage3, "tabPage3"); this.tabPage3.Name = "tabPage3"; this.tabPage3.UseVisualStyleBackColor = true; // // label49 // resources.ApplyResources(this.label49, "label49"); this.label49.Name = "label49"; // // groupBox10 // resources.ApplyResources(this.groupBox10, "groupBox10"); this.groupBox10.Controls.Add(this.mobTemplateInfo); this.groupBox10.Controls.Add(this.updateMobXTemplateList); this.groupBox10.Controls.Add(this.mobXTemplateDataGrid); this.groupBox10.Controls.Add(this.label56); this.groupBox10.Name = "groupBox10"; this.groupBox10.TabStop = false; // // mobTemplateInfo // resources.ApplyResources(this.mobTemplateInfo, "mobTemplateInfo"); this.mobTemplateInfo.ForeColor = System.Drawing.Color.DarkRed; this.mobTemplateInfo.Name = "mobTemplateInfo"; // // updateMobXTemplateList // resources.ApplyResources(this.updateMobXTemplateList, "updateMobXTemplateList"); this.updateMobXTemplateList.Name = "updateMobXTemplateList"; this.updateMobXTemplateList.UseVisualStyleBackColor = true; this.updateMobXTemplateList.Click += new System.EventHandler(this.updateMobXTemplateList_Click); // // mobXTemplateDataGrid // this.mobXTemplateDataGrid.AllowUserToAddRows = false; this.mobXTemplateDataGrid.AllowUserToDeleteRows = false; this.mobXTemplateDataGrid.AllowUserToOrderColumns = true; this.mobXTemplateDataGrid.AllowUserToResizeRows = false; resources.ApplyResources(this.mobXTemplateDataGrid, "mobXTemplateDataGrid"); this.mobXTemplateDataGrid.AutoGenerateColumns = false; this.mobXTemplateDataGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.mobXTemplateDataGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders; this.mobXTemplateDataGrid.CausesValidation = false; this.mobXTemplateDataGrid.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable; this.mobXTemplateDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.mobXTemplateDataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.mobXLootTemplateIDDataGridViewTextBoxColumn, this.mobNameDataGridViewTextBoxColumn, this.lootTemplateNameDataGridViewTextBoxColumn, this.dropCountDataGridViewTextBoxColumn}); this.mobXTemplateDataGrid.ContextMenuStrip = this.mobxTemplateContextMenu; this.mobXTemplateDataGrid.DataMember = "MobXLootTemplate"; this.mobXTemplateDataGrid.DataSource = this.mobXLootTemplateList; this.mobXTemplateDataGrid.MultiSelect = false; this.mobXTemplateDataGrid.Name = "mobXTemplateDataGrid"; this.mobXTemplateDataGrid.ReadOnly = true; this.mobXTemplateDataGrid.RowHeadersVisible = false; this.mobXTemplateDataGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.mobXTemplateDataGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.mobXTemplateDataGrid.ShowCellErrors = false; this.mobXTemplateDataGrid.ShowCellToolTips = false; this.mobXTemplateDataGrid.ShowEditingIcon = false; this.mobXTemplateDataGrid.ShowRowErrors = false; this.mobXTemplateDataGrid.VirtualMode = true; // // mobXLootTemplateIDDataGridViewTextBoxColumn // this.mobXLootTemplateIDDataGridViewTextBoxColumn.DataPropertyName = "MobXLootTemplate_ID"; this.mobXLootTemplateIDDataGridViewTextBoxColumn.FillWeight = 25F; resources.ApplyResources(this.mobXLootTemplateIDDataGridViewTextBoxColumn, "mobXLootTemplateIDDataGridViewTextBoxColumn"); this.mobXLootTemplateIDDataGridViewTextBoxColumn.Name = "mobXLootTemplateIDDataGridViewTextBoxColumn"; this.mobXLootTemplateIDDataGridViewTextBoxColumn.ReadOnly = true; // // mobNameDataGridViewTextBoxColumn // this.mobNameDataGridViewTextBoxColumn.DataPropertyName = "MobName"; this.mobNameDataGridViewTextBoxColumn.FillWeight = 30F; resources.ApplyResources(this.mobNameDataGridViewTextBoxColumn, "mobNameDataGridViewTextBoxColumn"); this.mobNameDataGridViewTextBoxColumn.Name = "mobNameDataGridViewTextBoxColumn"; this.mobNameDataGridViewTextBoxColumn.ReadOnly = true; // // lootTemplateNameDataGridViewTextBoxColumn // this.lootTemplateNameDataGridViewTextBoxColumn.DataPropertyName = "LootTemplateName"; this.lootTemplateNameDataGridViewTextBoxColumn.FillWeight = 30F; resources.ApplyResources(this.lootTemplateNameDataGridViewTextBoxColumn, "lootTemplateNameDataGridViewTextBoxColumn"); this.lootTemplateNameDataGridViewTextBoxColumn.Name = "lootTemplateNameDataGridViewTextBoxColumn"; this.lootTemplateNameDataGridViewTextBoxColumn.ReadOnly = true; // // dropCountDataGridViewTextBoxColumn // this.dropCountDataGridViewTextBoxColumn.DataPropertyName = "DropCount"; this.dropCountDataGridViewTextBoxColumn.FillWeight = 15F; resources.ApplyResources(this.dropCountDataGridViewTextBoxColumn, "dropCountDataGridViewTextBoxColumn"); this.dropCountDataGridViewTextBoxColumn.Name = "dropCountDataGridViewTextBoxColumn"; this.dropCountDataGridViewTextBoxColumn.ReadOnly = true; // // mobxTemplateContextMenu // this.mobxTemplateContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newMobTemplate, this.editMobTemplate, this.deleteMobTemplate}); this.mobxTemplateContextMenu.Name = "lootTemplateContextMenu"; resources.ApplyResources(this.mobxTemplateContextMenu, "mobxTemplateContextMenu"); this.mobxTemplateContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.mobxTemplateContextMenu_Opening); // // newMobTemplate // resources.ApplyResources(this.newMobTemplate, "newMobTemplate"); this.newMobTemplate.Name = "newMobTemplate"; this.newMobTemplate.Click += new System.EventHandler(this.newMobTemplate_Click); // // editMobTemplate // resources.ApplyResources(this.editMobTemplate, "editMobTemplate"); this.editMobTemplate.Name = "editMobTemplate"; this.editMobTemplate.Click += new System.EventHandler(this.editMobTemplate_Click); // // deleteMobTemplate // resources.ApplyResources(this.deleteMobTemplate, "deleteMobTemplate"); this.deleteMobTemplate.Name = "deleteMobTemplate"; this.deleteMobTemplate.Click += new System.EventHandler(this.deleteMobTemplate_Click); // // mobXLootTemplateList // this.mobXLootTemplateList.DataSetName = "MobXLootTemplates"; this.mobXLootTemplateList.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // label56 // resources.ApplyResources(this.label56, "label56"); this.label56.Name = "label56"; // // groupBox9 // resources.ApplyResources(this.groupBox9, "groupBox9"); this.groupBox9.Controls.Add(this.lootTemplateInfo); this.groupBox9.Controls.Add(this.updateLootTemplateList); this.groupBox9.Controls.Add(this.lootTemplateDataGrid); this.groupBox9.Controls.Add(this.label53); this.groupBox9.Name = "groupBox9"; this.groupBox9.TabStop = false; // // lootTemplateInfo // resources.ApplyResources(this.lootTemplateInfo, "lootTemplateInfo"); this.lootTemplateInfo.ForeColor = System.Drawing.Color.DarkRed; this.lootTemplateInfo.Name = "lootTemplateInfo"; // // updateLootTemplateList // resources.ApplyResources(this.updateLootTemplateList, "updateLootTemplateList"); this.updateLootTemplateList.Name = "updateLootTemplateList"; this.updateLootTemplateList.UseVisualStyleBackColor = true; this.updateLootTemplateList.Click += new System.EventHandler(this.updateLootTemplateList_Click); // // lootTemplateDataGrid // this.lootTemplateDataGrid.AllowUserToAddRows = false; this.lootTemplateDataGrid.AllowUserToDeleteRows = false; this.lootTemplateDataGrid.AllowUserToOrderColumns = true; this.lootTemplateDataGrid.AllowUserToResizeRows = false; resources.ApplyResources(this.lootTemplateDataGrid, "lootTemplateDataGrid"); this.lootTemplateDataGrid.AutoGenerateColumns = false; this.lootTemplateDataGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.lootTemplateDataGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders; this.lootTemplateDataGrid.CausesValidation = false; this.lootTemplateDataGrid.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable; this.lootTemplateDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.lootTemplateDataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.lootTemplateIDDataGridViewTextBoxColumn, this.templateNameDataGridViewTextBoxColumn, this.itemTemplateIDDataGridViewTextBoxColumn, this.chanceDataGridViewTextBoxColumn}); this.lootTemplateDataGrid.ContextMenuStrip = this.lootTemplateContextMenu; this.lootTemplateDataGrid.DataMember = "LootTemplate"; this.lootTemplateDataGrid.DataSource = this.lootTemplatesList; this.lootTemplateDataGrid.MultiSelect = false; this.lootTemplateDataGrid.Name = "lootTemplateDataGrid"; this.lootTemplateDataGrid.ReadOnly = true; this.lootTemplateDataGrid.RowHeadersVisible = false; this.lootTemplateDataGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.lootTemplateDataGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.lootTemplateDataGrid.ShowCellErrors = false; this.lootTemplateDataGrid.ShowCellToolTips = false; this.lootTemplateDataGrid.ShowEditingIcon = false; this.lootTemplateDataGrid.ShowRowErrors = false; this.lootTemplateDataGrid.VirtualMode = true; this.lootTemplateDataGrid.SelectionChanged += new System.EventHandler(this.lootTemplateDataGrid_SelectionChanged); // // lootTemplateIDDataGridViewTextBoxColumn // this.lootTemplateIDDataGridViewTextBoxColumn.DataPropertyName = "LootTemplate_ID"; this.lootTemplateIDDataGridViewTextBoxColumn.FillWeight = 20F; resources.ApplyResources(this.lootTemplateIDDataGridViewTextBoxColumn, "lootTemplateIDDataGridViewTextBoxColumn"); this.lootTemplateIDDataGridViewTextBoxColumn.Name = "lootTemplateIDDataGridViewTextBoxColumn"; this.lootTemplateIDDataGridViewTextBoxColumn.ReadOnly = true; // // templateNameDataGridViewTextBoxColumn // this.templateNameDataGridViewTextBoxColumn.DataPropertyName = "TemplateName"; this.templateNameDataGridViewTextBoxColumn.FillWeight = 30F; resources.ApplyResources(this.templateNameDataGridViewTextBoxColumn, "templateNameDataGridViewTextBoxColumn"); this.templateNameDataGridViewTextBoxColumn.Name = "templateNameDataGridViewTextBoxColumn"; this.templateNameDataGridViewTextBoxColumn.ReadOnly = true; // // itemTemplateIDDataGridViewTextBoxColumn // this.itemTemplateIDDataGridViewTextBoxColumn.DataPropertyName = "ItemTemplateID"; this.itemTemplateIDDataGridViewTextBoxColumn.FillWeight = 30F; resources.ApplyResources(this.itemTemplateIDDataGridViewTextBoxColumn, "itemTemplateIDDataGridViewTextBoxColumn"); this.itemTemplateIDDataGridViewTextBoxColumn.Name = "itemTemplateIDDataGridViewTextBoxColumn"; this.itemTemplateIDDataGridViewTextBoxColumn.ReadOnly = true; // // chanceDataGridViewTextBoxColumn // this.chanceDataGridViewTextBoxColumn.DataPropertyName = "Chance"; this.chanceDataGridViewTextBoxColumn.FillWeight = 10F; resources.ApplyResources(this.chanceDataGridViewTextBoxColumn, "chanceDataGridViewTextBoxColumn"); this.chanceDataGridViewTextBoxColumn.Name = "chanceDataGridViewTextBoxColumn"; this.chanceDataGridViewTextBoxColumn.ReadOnly = true; // // lootTemplateContextMenu // this.lootTemplateContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newLootTemplateButton, this.editLottTemplateEntry, this.deleteTemplateButton}); this.lootTemplateContextMenu.Name = "lootTemplateContextMenu"; resources.ApplyResources(this.lootTemplateContextMenu, "lootTemplateContextMenu"); this.lootTemplateContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.lootTemplateContextMenu_Opening); // // newLootTemplateButton // resources.ApplyResources(this.newLootTemplateButton, "newLootTemplateButton"); this.newLootTemplateButton.Name = "newLootTemplateButton"; this.newLootTemplateButton.Click += new System.EventHandler(this.newLootTemplateButton_Click); // // editLottTemplateEntry // resources.ApplyResources(this.editLottTemplateEntry, "editLottTemplateEntry"); this.editLottTemplateEntry.Name = "editLottTemplateEntry"; this.editLottTemplateEntry.Click += new System.EventHandler(this.editLottTemplateEntry_Click); // // deleteTemplateButton // resources.ApplyResources(this.deleteTemplateButton, "deleteTemplateButton"); this.deleteTemplateButton.Name = "deleteTemplateButton"; this.deleteTemplateButton.Click += new System.EventHandler(this.deleteTemplateButton_Click); // // lootTemplatesList // this.lootTemplatesList.DataSetName = "LootTemplates"; this.lootTemplatesList.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // label53 // resources.ApplyResources(this.label53, "label53"); this.label53.Name = "label53"; // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem1, this.toolStripMenuItem2, this.updateMenuItem, this.toolStripMenuItem4}); resources.ApplyResources(this.menuStrip1, "menuStrip1"); this.menuStrip1.Name = "menuStrip1"; // // toolStripMenuItem1 // this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem5, this.toolStripMenuItem6, this.toolStripSeparator1, this.toolStripMenuItem7, this.toolStripMenuItem8, this.toolStripSeparator3, this.toolStripMenuItem9}); this.toolStripMenuItem1.Name = "toolStripMenuItem1"; resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1"); // // toolStripMenuItem5 // resources.ApplyResources(this.toolStripMenuItem5, "toolStripMenuItem5"); this.toolStripMenuItem5.Name = "toolStripMenuItem5"; this.toolStripMenuItem5.Click += new System.EventHandler(this.newItem); // // toolStripMenuItem6 // this.toolStripMenuItem6.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fromFileToolStripMenuItem, this.loadItemFromDatabase}); resources.ApplyResources(this.toolStripMenuItem6, "toolStripMenuItem6"); this.toolStripMenuItem6.Name = "toolStripMenuItem6"; // // fromFileToolStripMenuItem // resources.ApplyResources(this.fromFileToolStripMenuItem, "fromFileToolStripMenuItem"); this.fromFileToolStripMenuItem.Name = "fromFileToolStripMenuItem"; this.fromFileToolStripMenuItem.Click += new System.EventHandler(this.openItem); // // loadItemFromDatabase // this.loadItemFromDatabase.Name = "loadItemFromDatabase"; resources.ApplyResources(this.loadItemFromDatabase, "loadItemFromDatabase"); this.loadItemFromDatabase.Click += new System.EventHandler(this.selectItemFromDatabase); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // toolStripMenuItem7 // resources.ApplyResources(this.toolStripMenuItem7, "toolStripMenuItem7"); this.toolStripMenuItem7.Name = "toolStripMenuItem7"; this.toolStripMenuItem7.Click += new System.EventHandler(this.saveItem); // // toolStripMenuItem8 // resources.ApplyResources(this.toolStripMenuItem8, "toolStripMenuItem8"); this.toolStripMenuItem8.Name = "toolStripMenuItem8"; this.toolStripMenuItem8.Click += new System.EventHandler(this.saveItemAs); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3"); // // toolStripMenuItem9 // this.toolStripMenuItem9.Name = "toolStripMenuItem9"; resources.ApplyResources(this.toolStripMenuItem9, "toolStripMenuItem9"); this.toolStripMenuItem9.Click += new System.EventHandler(this.toolStripMenuItem9_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.preferencesToolStripMenuItem, this.languageToolStripMenuItem}); this.toolStripMenuItem2.Name = "toolStripMenuItem2"; resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2"); // // preferencesToolStripMenuItem // resources.ApplyResources(this.preferencesToolStripMenuItem, "preferencesToolStripMenuItem"); this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem"; this.preferencesToolStripMenuItem.Click += new System.EventHandler(this.preferencesToolStripMenuItem_Click); // // languageToolStripMenuItem // this.languageToolStripMenuItem.Name = "languageToolStripMenuItem"; resources.ApplyResources(this.languageToolStripMenuItem, "languageToolStripMenuItem"); // // updateMenuItem // this.updateMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.checkForUpdatesToolStripMenuItem}); this.updateMenuItem.Name = "updateMenuItem"; resources.ApplyResources(this.updateMenuItem, "updateMenuItem"); // // checkForUpdatesToolStripMenuItem // this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem"; resources.ApplyResources(this.checkForUpdatesToolStripMenuItem, "checkForUpdatesToolStripMenuItem"); this.checkForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.updateMenuItem_Click); // // toolStripMenuItem4 // this.toolStripMenuItem4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem, this.dawnOfLightHomepageToolStripMenuItem, this.reportABugToolStripMenuItem}); this.toolStripMenuItem4.Name = "toolStripMenuItem4"; resources.ApplyResources(this.toolStripMenuItem4, "toolStripMenuItem4"); // // aboutToolStripMenuItem // resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem"); this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutForm_click); // // dawnOfLightHomepageToolStripMenuItem // resources.ApplyResources(this.dawnOfLightHomepageToolStripMenuItem, "dawnOfLightHomepageToolStripMenuItem"); this.dawnOfLightHomepageToolStripMenuItem.Name = "dawnOfLightHomepageToolStripMenuItem"; this.dawnOfLightHomepageToolStripMenuItem.Click += new System.EventHandler(this.dawnOfLightHomepageToolStripMenuItem_Click); // // reportABugToolStripMenuItem // resources.ApplyResources(this.reportABugToolStripMenuItem, "reportABugToolStripMenuItem"); this.reportABugToolStripMenuItem.Name = "reportABugToolStripMenuItem"; this.reportABugToolStripMenuItem.Click += new System.EventHandler(this.reportABugToolStripMenuItem_Click); // // saveFileDialog // this.saveFileDialog.DefaultExt = "ici"; this.saveFileDialog.FileName = "Neues Item"; resources.ApplyResources(this.saveFileDialog, "saveFileDialog"); this.saveFileDialog.InitialDirectory = "Items"; this.saveFileDialog.SupportMultiDottedExtensions = true; // // openFileDialog // this.openFileDialog.DefaultExt = "ici"; resources.ApplyResources(this.openFileDialog, "openFileDialog"); this.openFileDialog.InitialDirectory = "Items"; this.openFileDialog.SupportMultiDottedExtensions = true; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.neuToolStripButton, this.öffnenToolStripButton, this.speichernToolStripButton, this.exportButton, this.checkItemButton}); resources.ApplyResources(this.toolStrip1, "toolStrip1"); this.toolStrip1.Name = "toolStrip1"; // // neuToolStripButton // this.neuToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.neuToolStripButton, "neuToolStripButton"); this.neuToolStripButton.Name = "neuToolStripButton"; this.neuToolStripButton.Click += new System.EventHandler(this.newItem); // // öffnenToolStripButton // this.öffnenToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.öffnenToolStripButton, "öffnenToolStripButton"); this.öffnenToolStripButton.Name = "öffnenToolStripButton"; this.öffnenToolStripButton.Click += new System.EventHandler(this.openItem); // // speichernToolStripButton // this.speichernToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.speichernToolStripButton, "speichernToolStripButton"); this.speichernToolStripButton.Name = "speichernToolStripButton"; this.speichernToolStripButton.Click += new System.EventHandler(this.saveItem); // // exportButton // this.exportButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; resources.ApplyResources(this.exportButton, "exportButton"); this.exportButton.Name = "exportButton"; this.exportButton.Click += new System.EventHandler(this.exportItem_click); // // checkItemButton // this.checkItemButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; resources.ApplyResources(this.checkItemButton, "checkItemButton"); this.checkItemButton.Name = "checkItemButton"; this.checkItemButton.Click += new System.EventHandler(this.checkItemButton_click); // // versionInformation // resources.ApplyResources(this.versionInformation, "versionInformation"); this.versionInformation.Name = "versionInformation"; // // errorProvider // this.errorProvider.ContainerControl = this; // // MainForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.versionInformation); this.Controls.Add(this.toolStrip1); this.Controls.Add(tabLootDrop); this.Controls.Add(this.menuStrip1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "MainForm"; this.Shown += new System.EventHandler(this.MainForm_Shown); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); tabLootDrop.ResumeLayout(false); this.tabPage1.ResumeLayout(false); groupBox4.ResumeLayout(false); groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.item)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.baseXMLData)).EndInit(); groupBox3.ResumeLayout(false); groupBox3.PerformLayout(); groupBox2.ResumeLayout(false); groupBox2.PerformLayout(); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); groupBox8.ResumeLayout(false); groupBox8.PerformLayout(); groupBox7.ResumeLayout(false); groupBox7.PerformLayout(); groupBox6.ResumeLayout(false); groupBox6.PerformLayout(); groupBox5.ResumeLayout(false); groupBox5.PerformLayout(); this.tabPage3.ResumeLayout(false); this.groupBox10.ResumeLayout(false); this.groupBox10.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.mobXTemplateDataGrid)).EndInit(); this.mobxTemplateContextMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mobXLootTemplateList)).EndInit(); this.groupBox9.ResumeLayout(false); this.groupBox9.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lootTemplateDataGrid)).EndInit(); this.lootTemplateContextMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lootTemplatesList)).EndInit(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem wikiSyntaxToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; System.Windows.Forms.ToolStripSeparator toolStripSeparator; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator5; System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem; System.Windows.Forms.SplitContainer splitContainer; System.Windows.Forms.TabControl _tabControl; System.Windows.Forms.TabPage _wikiTab; System.Windows.Forms.TabPage _htmlSourceTab; this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this._wikiBox = new System.Windows.Forms.TextBox(); this._webBrowser = new System.Windows.Forms.WebBrowser(); this._htmlBox = new System.Windows.Forms.RichTextBox(); this._editMenu = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._timer = new System.Windows.Forms.Timer(this.components); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this._mainMenu = new System.Windows.Forms.MenuStrip(); this._openFileDialog = new System.Windows.Forms.OpenFileDialog(); this._saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this._commandProvider = new WikiPad.StandardCommandProvider(this.components); this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); wikiSyntaxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer = new System.Windows.Forms.SplitContainer(); _tabControl = new System.Windows.Forms.TabControl(); _wikiTab = new System.Windows.Forms.TabPage(); _htmlSourceTab = new System.Windows.Forms.TabPage(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); _tabControl.SuspendLayout(); _wikiTab.SuspendLayout(); _htmlSourceTab.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this._mainMenu.SuspendLayout(); this.SuspendLayout(); // // helpToolStripMenuItem // helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { wikiSyntaxToolStripMenuItem}); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); helpToolStripMenuItem.Text = "&Help"; // // wikiSyntaxToolStripMenuItem // wikiSyntaxToolStripMenuItem.Name = "wikiSyntaxToolStripMenuItem"; wikiSyntaxToolStripMenuItem.Size = new System.Drawing.Size(134, 22); wikiSyntaxToolStripMenuItem.Text = "&Wiki Syntax"; wikiSyntaxToolStripMenuItem.Click += new System.EventHandler(this.HelpWikiSyntaxMenu_Click); // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, openToolStripMenuItem, this.toolStripSeparator2, saveToolStripMenuItem, saveAsToolStripMenuItem, toolStripSeparator1, toolStripMenuItem1, toolStripSeparator, exitToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image"))); newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; newToolStripMenuItem.Name = "newToolStripMenuItem"; newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); newToolStripMenuItem.Size = new System.Drawing.Size(177, 22); newToolStripMenuItem.Text = "&New"; newToolStripMenuItem.Click += new System.EventHandler(this.FileNewMenu_Click); // // openToolStripMenuItem // openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image"))); openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); openToolStripMenuItem.Size = new System.Drawing.Size(177, 22); openToolStripMenuItem.Text = "&Open..."; openToolStripMenuItem.Click += new System.EventHandler(this.FileOpenMenu_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(174, 6); // // saveToolStripMenuItem // saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; saveToolStripMenuItem.Name = "saveToolStripMenuItem"; saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); saveToolStripMenuItem.Size = new System.Drawing.Size(177, 22); saveToolStripMenuItem.Text = "&Save"; saveToolStripMenuItem.Click += new System.EventHandler(this.FileSaveMenu_Click); // // saveAsToolStripMenuItem // saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; saveAsToolStripMenuItem.Size = new System.Drawing.Size(177, 22); saveAsToolStripMenuItem.Text = "Save &As..."; saveAsToolStripMenuItem.Click += new System.EventHandler(this.FileSaveAsMenu_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(174, 6); // // toolStripMenuItem1 // toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image"))); toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(177, 22); toolStripMenuItem1.Text = "&Import From Web..."; toolStripMenuItem1.Click += new System.EventHandler(this.ImportFromWebMenu_Click); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(174, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(177, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.FileExitMenu_Click); // // undoToolStripMenuItem // this._commandProvider.SetCommand(undoToolStripMenuItem, "Undo"); undoToolStripMenuItem.Name = "undoToolStripMenuItem"; undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); undoToolStripMenuItem.Size = new System.Drawing.Size(167, 22); undoToolStripMenuItem.Text = "&Undo"; // // redoToolStripMenuItem // this._commandProvider.SetCommand(redoToolStripMenuItem, "Redo"); redoToolStripMenuItem.Name = "redoToolStripMenuItem"; redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); redoToolStripMenuItem.Size = new System.Drawing.Size(167, 22); redoToolStripMenuItem.Text = "&Redo"; // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(164, 6); // // cutToolStripMenuItem // this._commandProvider.SetCommand(cutToolStripMenuItem, "Cut"); cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image"))); cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; cutToolStripMenuItem.Name = "cutToolStripMenuItem"; cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); cutToolStripMenuItem.Size = new System.Drawing.Size(167, 22); cutToolStripMenuItem.Text = "Cu&t"; // // copyToolStripMenuItem // this._commandProvider.SetCommand(copyToolStripMenuItem, "Copy"); copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image"))); copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; copyToolStripMenuItem.Name = "copyToolStripMenuItem"; copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); copyToolStripMenuItem.Size = new System.Drawing.Size(167, 22); copyToolStripMenuItem.Text = "&Copy"; // // pasteToolStripMenuItem // this._commandProvider.SetCommand(pasteToolStripMenuItem, "Paste"); pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image"))); pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); pasteToolStripMenuItem.Size = new System.Drawing.Size(167, 22); pasteToolStripMenuItem.Text = "&Paste"; // // toolStripSeparator5 // toolStripSeparator5.Name = "toolStripSeparator5"; toolStripSeparator5.Size = new System.Drawing.Size(164, 6); // // selectAllToolStripMenuItem // this._commandProvider.SetCommand(selectAllToolStripMenuItem, "SelectAll"); selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); selectAllToolStripMenuItem.Size = new System.Drawing.Size(167, 22); selectAllToolStripMenuItem.Text = "Select &All"; // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.Location = new System.Drawing.Point(2, 2); splitContainer.Margin = new System.Windows.Forms.Padding(2); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this._wikiBox); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this._webBrowser); splitContainer.Size = new System.Drawing.Size(566, 353); splitContainer.SplitterDistance = 273; splitContainer.SplitterWidth = 3; splitContainer.TabIndex = 3; // // _wikiBox // this._wikiBox.AcceptsReturn = true; this._wikiBox.Dock = System.Windows.Forms.DockStyle.Fill; this._wikiBox.HideSelection = false; this._wikiBox.Location = new System.Drawing.Point(0, 0); this._wikiBox.Margin = new System.Windows.Forms.Padding(2); this._wikiBox.MaxLength = 131072; this._wikiBox.Multiline = true; this._wikiBox.Name = "_wikiBox"; this._wikiBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this._wikiBox.Size = new System.Drawing.Size(273, 353); this._wikiBox.TabIndex = 1; this._wikiBox.TextChanged += new System.EventHandler(this.WikiBox_TextChanged); // // _webBrowser // this._webBrowser.AllowNavigation = false; this._webBrowser.AllowWebBrowserDrop = false; this._webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this._webBrowser.Location = new System.Drawing.Point(0, 0); this._webBrowser.Margin = new System.Windows.Forms.Padding(2); this._webBrowser.MinimumSize = new System.Drawing.Size(15, 16); this._webBrowser.Name = "_webBrowser"; this._webBrowser.ScriptErrorsSuppressed = true; this._webBrowser.Size = new System.Drawing.Size(290, 353); this._webBrowser.TabIndex = 0; this._webBrowser.WebBrowserShortcutsEnabled = false; // // _tabControl // _tabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons; _tabControl.Controls.Add(_wikiTab); _tabControl.Controls.Add(_htmlSourceTab); _tabControl.Dock = System.Windows.Forms.DockStyle.Fill; _tabControl.Location = new System.Drawing.Point(0, 0); _tabControl.Margin = new System.Windows.Forms.Padding(2); _tabControl.Name = "_tabControl"; _tabControl.SelectedIndex = 0; _tabControl.Size = new System.Drawing.Size(578, 386); _tabControl.TabIndex = 0; // // _wikiTab // _wikiTab.Controls.Add(splitContainer); _wikiTab.Location = new System.Drawing.Point(4, 25); _wikiTab.Margin = new System.Windows.Forms.Padding(2); _wikiTab.Name = "_wikiTab"; _wikiTab.Padding = new System.Windows.Forms.Padding(2); _wikiTab.Size = new System.Drawing.Size(570, 357); _wikiTab.TabIndex = 0; _wikiTab.Text = "Wiki/Preview"; _wikiTab.UseVisualStyleBackColor = true; // // _htmlSourceTab // _htmlSourceTab.Controls.Add(this._htmlBox); _htmlSourceTab.Location = new System.Drawing.Point(4, 25); _htmlSourceTab.Margin = new System.Windows.Forms.Padding(2); _htmlSourceTab.Name = "_htmlSourceTab"; _htmlSourceTab.Padding = new System.Windows.Forms.Padding(2); _htmlSourceTab.Size = new System.Drawing.Size(570, 357); _htmlSourceTab.TabIndex = 1; _htmlSourceTab.Text = "HTML Source"; _htmlSourceTab.UseVisualStyleBackColor = true; // // _htmlBox // this._htmlBox.Dock = System.Windows.Forms.DockStyle.Fill; this._htmlBox.Font = new System.Drawing.Font("Lucida Console", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._htmlBox.Location = new System.Drawing.Point(2, 2); this._htmlBox.Margin = new System.Windows.Forms.Padding(2); this._htmlBox.Name = "_htmlBox"; this._htmlBox.ReadOnly = true; this._htmlBox.Size = new System.Drawing.Size(566, 353); this._htmlBox.TabIndex = 1; this._htmlBox.Text = ""; // // _editMenu // this._editMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { undoToolStripMenuItem, redoToolStripMenuItem, toolStripSeparator4, cutToolStripMenuItem, copyToolStripMenuItem, pasteToolStripMenuItem, this.toolStripSeparator3, this.findToolStripMenuItem, this.replaceToolStripMenuItem, toolStripSeparator5, selectAllToolStripMenuItem}); this._editMenu.Name = "_editMenu"; this._editMenu.Size = new System.Drawing.Size(39, 20); this._editMenu.Text = "&Edit"; this._editMenu.DropDownOpening += new System.EventHandler(this.EditMenu_DropDownOpening); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(164, 6); // // findToolStripMenuItem // this.findToolStripMenuItem.Name = "findToolStripMenuItem"; this.findToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); this.findToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.findToolStripMenuItem.Text = "Find..."; this.findToolStripMenuItem.Click += new System.EventHandler(this.findToolStripMenuItem_Click); // // _timer // this._timer.Enabled = true; this._timer.Interval = 500; this._timer.Tick += new System.EventHandler(this.Timer_Tick); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(_tabControl); this.toolStripContainer1.ContentPanel.Margin = new System.Windows.Forms.Padding(2); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(578, 386); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Margin = new System.Windows.Forms.Padding(2); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(578, 410); this.toolStripContainer1.TabIndex = 0; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this._mainMenu); // // _mainMenu // this._mainMenu.Dock = System.Windows.Forms.DockStyle.None; this._mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, this._editMenu, helpToolStripMenuItem}); this._mainMenu.Location = new System.Drawing.Point(0, 0); this._mainMenu.Name = "_mainMenu"; this._mainMenu.Size = new System.Drawing.Size(578, 24); this._mainMenu.TabIndex = 0; this._mainMenu.Text = "menuStrip1"; // // _openFileDialog // this._openFileDialog.DefaultExt = "wiki"; this._openFileDialog.Filter = "Wiki files (*.wiki)|*.wiki|Text files (*.txt)|*.txt|All files (*.*)|*.*"; // // _commandProvider // this._commandProvider.CommandTable = null; this._commandProvider.CommandClick += new System.EventHandler<WikiPad.StandardCommandEventArgs>(this.StandardCommand_CommandClick); // // replaceToolStripMenuItem // this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem"; this.replaceToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H))); this.replaceToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.replaceToolStripMenuItem.Text = "Replace..."; this.replaceToolStripMenuItem.Click += new System.EventHandler(this.replaceToolStripMenuItem_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(578, 410); this.Controls.Add(this.toolStripContainer1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "MainForm"; this.Text = "WikiPad"; this.Load += new System.EventHandler(this.Form_Load); this.Activated += new System.EventHandler(this.Form_Activated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_FormClosing); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel1.PerformLayout(); splitContainer.Panel2.ResumeLayout(false); splitContainer.ResumeLayout(false); _tabControl.ResumeLayout(false); _wikiTab.ResumeLayout(false); _htmlSourceTab.ResumeLayout(false); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this._mainMenu.ResumeLayout(false); this._mainMenu.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() { System.Windows.Forms.Label label1; System.Windows.Forms.Label label2; System.Windows.Forms.TabControl tabControl1; this.tabPage2 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tbSearch = new System.Windows.Forms.TextBox(); this.cbCategories = new System.Windows.Forms.ComboBox(); this.lvAssets = new System.Windows.Forms.ListView(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); tabControl1 = new System.Windows.Forms.TabControl(); tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // label1 // label1.Anchor = System.Windows.Forms.AnchorStyles.Right; label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 7); label1.Name = "label1"; label1.Size = new System.Drawing.Size(44, 13); label1.TabIndex = 1; label1.Text = "Search:"; // // label2 // label2.Anchor = System.Windows.Forms.AnchorStyles.Right; label2.AutoSize = true; label2.Location = new System.Drawing.Point(10, 35); label2.Name = "label2"; label2.Size = new System.Drawing.Size(37, 13); label2.TabIndex = 2; label2.Text = "Show:"; // // tabControl1 // tabControl1.Controls.Add(this.tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(148, 321); tabControl1.TabIndex = 4; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.SystemColors.Control; this.tabPage2.Controls.Add(this.tableLayoutPanel1); this.tabPage2.Controls.Add(this.lvAssets); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(140, 295); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Assets"; // // tableLayoutPanel1 // this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.tbSearch, 1, 0); this.tableLayoutPanel1.Controls.Add(label2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.cbCategories, 1, 1); this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 6); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(131, 56); this.tableLayoutPanel1.TabIndex = 2; // // tbSearch // this.tbSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tbSearch.Location = new System.Drawing.Point(53, 4); this.tbSearch.Name = "tbSearch"; this.tbSearch.Size = new System.Drawing.Size(75, 20); this.tbSearch.TabIndex = 0; this.tbSearch.TextChanged += new System.EventHandler(this.tbSearch_TextChanged); // // cbCategories // this.cbCategories.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.cbCategories.DisplayMember = "Name"; this.cbCategories.FormattingEnabled = true; this.cbCategories.Location = new System.Drawing.Point(53, 31); this.cbCategories.Name = "cbCategories"; this.cbCategories.Size = new System.Drawing.Size(75, 21); this.cbCategories.TabIndex = 3; this.cbCategories.SelectedIndexChanged += new System.EventHandler(this.cbCategories_SelectedIndexChanged); // // lvAssets // this.lvAssets.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvAssets.FullRowSelect = true; this.lvAssets.GridLines = true; this.lvAssets.HideSelection = false; this.lvAssets.Location = new System.Drawing.Point(0, 68); this.lvAssets.MultiSelect = false; this.lvAssets.Name = "lvAssets"; this.lvAssets.Size = new System.Drawing.Size(137, 224); this.lvAssets.Sorting = System.Windows.Forms.SortOrder.Ascending; this.lvAssets.TabIndex = 3; this.lvAssets.UseCompatibleStateImageBehavior = false; this.lvAssets.View = System.Windows.Forms.View.List; this.lvAssets.DoubleClick += new System.EventHandler(this.lvAssets_DoubleClick); // // AssetBrowser // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tabControl1); this.Name = "AssetBrowser"; this.Size = new System.Drawing.Size(148, 321); tabControl1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.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() { System.Windows.Forms.TabControl TabControlSections; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); System.Windows.Forms.GroupBox GroupBoxRoomAdd; System.Windows.Forms.Label LabelNewRoomCapacity; System.Windows.Forms.Label LabelNewRoomNumber; System.Windows.Forms.Label LabelRoomFilters; System.Windows.Forms.GroupBox GroupBoxAddFaculty; System.Windows.Forms.GroupBox GroupBoxSearchFaculty; System.Windows.Forms.Label LabelFacultyResults; System.Windows.Forms.Label LabelFacultyMajorFilter; System.Windows.Forms.GroupBox GroupBoxStudentSearch; System.Windows.Forms.Label LabelStudentResults; System.Windows.Forms.Label LabelStudentLastName; System.Windows.Forms.Label LabelStudentMajorFilter; System.Windows.Forms.Label LabelStudentFirstName; this.TabPageMain = new System.Windows.Forms.TabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.LabelHelp = new System.Windows.Forms.Label(); this.TabPageRooms = new System.Windows.Forms.TabPage(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.CheckBoxNewRoomLab = new System.Windows.Forms.CheckBox(); this.CheckBoxNewRoomInstructional = new System.Windows.Forms.CheckBox(); this.CheckBoxNewRoomClassroom = new System.Windows.Forms.CheckBox(); this.ButtonClearNewRoom = new System.Windows.Forms.Button(); this.ButtonCreateNewRoom = new System.Windows.Forms.Button(); this.NumericUpDownNewRoomCapacity = new System.Windows.Forms.NumericUpDown(); this.LabelNewRoomResources = new System.Windows.Forms.Label(); this.CheckedListBoxNewRoomResources = new System.Windows.Forms.CheckedListBox(); this.TextBoxNewRoomNumber = new System.Windows.Forms.TextBox(); this.GroupBoxRoomSearch = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.ButtonRoomClearSearch = new System.Windows.Forms.Button(); this.ButtonUpdateRoomSearch = new System.Windows.Forms.Button(); this.ListBoxRoomResults = new System.Windows.Forms.ListBox(); this.CheckedListBoxRoomFilters = new System.Windows.Forms.CheckedListBox(); this.TextBoxRoomNumberSearch = new System.Windows.Forms.TextBox(); this.LabelRoomNumberSearch = new System.Windows.Forms.Label(); this.TabPageFaculty = new System.Windows.Forms.TabPage(); this.CheckedListBoxNewFacultyMajors = new System.Windows.Forms.CheckedListBox(); this.TextBoxNewFacultyEmail = new System.Windows.Forms.TextBox(); this.TextBoxNewFacultyPhone = new System.Windows.Forms.TextBox(); this.LabelNewFacultyEMail = new System.Windows.Forms.Label(); this.LabelNewFacultyPhone = new System.Windows.Forms.Label(); this.LabelNewFacultyMajors = new System.Windows.Forms.Label(); this.TextBoxNewFacultyLastName = new System.Windows.Forms.TextBox(); this.LabelNewFacultyLastName = new System.Windows.Forms.Label(); this.TextBoxNewFacultyFirstName = new System.Windows.Forms.TextBox(); this.LabelNewFacultyFirstName = new System.Windows.Forms.Label(); this.ButtonClearNewFaculty = new System.Windows.Forms.Button(); this.ButtonCreateNewFaculty = new System.Windows.Forms.Button(); this.TextBoxFacultyLastName = new System.Windows.Forms.TextBox(); this.LabelFacultyLastName = new System.Windows.Forms.Label(); this.ButtonFacultyClearSearch = new System.Windows.Forms.Button(); this.ListBoxFacultyResults = new System.Windows.Forms.ListBox(); this.ButtonFacultyUpdateSearch = new System.Windows.Forms.Button(); this.CheckedListBoxFacultyFilters = new System.Windows.Forms.CheckedListBox(); this.TextBoxFacultyFirstName = new System.Windows.Forms.TextBox(); this.LabelFacultyFirstName = new System.Windows.Forms.Label(); this.TabPageStudents = new System.Windows.Forms.TabPage(); this.TextBoxStudentLastName = new System.Windows.Forms.TextBox(); this.ButtonStudentClearSearch = new System.Windows.Forms.Button(); this.ListBoxStudentResults = new System.Windows.Forms.ListBox(); this.ButtonStudentUpdateSearch = new System.Windows.Forms.Button(); this.CheckedListBoxStudentFilters = new System.Windows.Forms.CheckedListBox(); this.TextBoxStudentFirstName = new System.Windows.Forms.TextBox(); this.TabPageScheduling = new System.Windows.Forms.TabPage(); this.GroupBoxUpdateProgress = new System.Windows.Forms.GroupBox(); this.ListBoxUpdateProgress = new System.Windows.Forms.ListBox(); this.LabelUnscheduledStudents = new System.Windows.Forms.Label(); this.GroupBoxUnscheduledStudents = new System.Windows.Forms.GroupBox(); this.ListBoxUnscheduledStudents = new System.Windows.Forms.ListBox(); this.LabelScheduleUpdate = new System.Windows.Forms.Label(); this.ButtonScheduleUpdate = new System.Windows.Forms.Button(); TabControlSections = new System.Windows.Forms.TabControl(); GroupBoxRoomAdd = new System.Windows.Forms.GroupBox(); LabelNewRoomCapacity = new System.Windows.Forms.Label(); LabelNewRoomNumber = new System.Windows.Forms.Label(); LabelRoomFilters = new System.Windows.Forms.Label(); GroupBoxAddFaculty = new System.Windows.Forms.GroupBox(); GroupBoxSearchFaculty = new System.Windows.Forms.GroupBox(); LabelFacultyResults = new System.Windows.Forms.Label(); LabelFacultyMajorFilter = new System.Windows.Forms.Label(); GroupBoxStudentSearch = new System.Windows.Forms.GroupBox(); LabelStudentResults = new System.Windows.Forms.Label(); LabelStudentLastName = new System.Windows.Forms.Label(); LabelStudentMajorFilter = new System.Windows.Forms.Label(); LabelStudentFirstName = new System.Windows.Forms.Label(); TabControlSections.SuspendLayout(); this.TabPageMain.SuspendLayout(); this.groupBox1.SuspendLayout(); this.TabPageRooms.SuspendLayout(); GroupBoxRoomAdd.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NumericUpDownNewRoomCapacity)).BeginInit(); this.GroupBoxRoomSearch.SuspendLayout(); this.TabPageFaculty.SuspendLayout(); GroupBoxAddFaculty.SuspendLayout(); GroupBoxSearchFaculty.SuspendLayout(); this.TabPageStudents.SuspendLayout(); GroupBoxStudentSearch.SuspendLayout(); this.TabPageScheduling.SuspendLayout(); this.GroupBoxUpdateProgress.SuspendLayout(); this.GroupBoxUnscheduledStudents.SuspendLayout(); this.SuspendLayout(); // // TabControlSections // TabControlSections.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); TabControlSections.Controls.Add(this.TabPageMain); TabControlSections.Controls.Add(this.TabPageRooms); TabControlSections.Controls.Add(this.TabPageFaculty); TabControlSections.Controls.Add(this.TabPageStudents); TabControlSections.Controls.Add(this.TabPageScheduling); TabControlSections.Location = new System.Drawing.Point(12, 3); TabControlSections.Name = "TabControlSections"; TabControlSections.SelectedIndex = 0; TabControlSections.Size = new System.Drawing.Size(628, 449); TabControlSections.TabIndex = 0; // // TabPageMain // this.TabPageMain.Controls.Add(this.groupBox1); this.TabPageMain.Location = new System.Drawing.Point(4, 22); this.TabPageMain.Name = "TabPageMain"; this.TabPageMain.Padding = new System.Windows.Forms.Padding(3); this.TabPageMain.Size = new System.Drawing.Size(620, 423); this.TabPageMain.TabIndex = 0; this.TabPageMain.Text = "Main"; this.TabPageMain.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.LabelHelp); this.groupBox1.Location = new System.Drawing.Point(6, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.groupBox1.Size = new System.Drawing.Size(608, 411); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Help and How to Use the Console"; // // LabelHelp // this.LabelHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LabelHelp.AutoSize = true; this.LabelHelp.Location = new System.Drawing.Point(6, 16); this.LabelHelp.Name = "LabelHelp"; this.LabelHelp.Size = new System.Drawing.Size(592, 130); this.LabelHelp.TabIndex = 0; this.LabelHelp.Text = resources.GetString("LabelHelp.Text"); // // TabPageRooms // this.TabPageRooms.Controls.Add(GroupBoxRoomAdd); this.TabPageRooms.Controls.Add(this.GroupBoxRoomSearch); this.TabPageRooms.Location = new System.Drawing.Point(4, 22); this.TabPageRooms.Name = "TabPageRooms"; this.TabPageRooms.Padding = new System.Windows.Forms.Padding(3); this.TabPageRooms.Size = new System.Drawing.Size(620, 423); this.TabPageRooms.TabIndex = 1; this.TabPageRooms.Text = "Rooms"; this.TabPageRooms.UseVisualStyleBackColor = true; // // GroupBoxRoomAdd // GroupBoxRoomAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); GroupBoxRoomAdd.Controls.Add(this.groupBox2); GroupBoxRoomAdd.Controls.Add(this.ButtonClearNewRoom); GroupBoxRoomAdd.Controls.Add(this.ButtonCreateNewRoom); GroupBoxRoomAdd.Controls.Add(this.NumericUpDownNewRoomCapacity); GroupBoxRoomAdd.Controls.Add(LabelNewRoomCapacity); GroupBoxRoomAdd.Controls.Add(this.LabelNewRoomResources); GroupBoxRoomAdd.Controls.Add(this.CheckedListBoxNewRoomResources); GroupBoxRoomAdd.Controls.Add(this.TextBoxNewRoomNumber); GroupBoxRoomAdd.Controls.Add(LabelNewRoomNumber); GroupBoxRoomAdd.Location = new System.Drawing.Point(6, 248); GroupBoxRoomAdd.Name = "GroupBoxRoomAdd"; GroupBoxRoomAdd.Size = new System.Drawing.Size(608, 169); GroupBoxRoomAdd.TabIndex = 1; GroupBoxRoomAdd.TabStop = false; GroupBoxRoomAdd.Text = "Add New Room"; // // groupBox2 // this.groupBox2.Controls.Add(this.CheckBoxNewRoomLab); this.groupBox2.Controls.Add(this.CheckBoxNewRoomInstructional); this.groupBox2.Controls.Add(this.CheckBoxNewRoomClassroom); this.groupBox2.Location = new System.Drawing.Point(9, 78); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(351, 42); this.groupBox2.TabIndex = 11; this.groupBox2.TabStop = false; this.groupBox2.Text = "Room Properties"; // // CheckBoxNewRoomLab // this.CheckBoxNewRoomLab.AutoSize = true; this.CheckBoxNewRoomLab.Location = new System.Drawing.Point(6, 19); this.CheckBoxNewRoomLab.Name = "CheckBoxNewRoomLab"; this.CheckBoxNewRoomLab.Size = new System.Drawing.Size(44, 17); this.CheckBoxNewRoomLab.TabIndex = 9; this.CheckBoxNewRoomLab.Text = "Lab"; this.CheckBoxNewRoomLab.UseVisualStyleBackColor = true; // // CheckBoxNewRoomInstructional // this.CheckBoxNewRoomInstructional.AutoSize = true; this.CheckBoxNewRoomInstructional.Location = new System.Drawing.Point(265, 15); this.CheckBoxNewRoomInstructional.Name = "CheckBoxNewRoomInstructional"; this.CheckBoxNewRoomInstructional.Size = new System.Drawing.Size(83, 17); this.CheckBoxNewRoomInstructional.TabIndex = 10; this.CheckBoxNewRoomInstructional.Text = "Instructional"; this.CheckBoxNewRoomInstructional.UseVisualStyleBackColor = true; // // CheckBoxNewRoomClassroom // this.CheckBoxNewRoomClassroom.AutoSize = true; this.CheckBoxNewRoomClassroom.Location = new System.Drawing.Point(112, 19); this.CheckBoxNewRoomClassroom.Name = "CheckBoxNewRoomClassroom"; this.CheckBoxNewRoomClassroom.Size = new System.Drawing.Size(82, 17); this.CheckBoxNewRoomClassroom.TabIndex = 8; this.CheckBoxNewRoomClassroom.Text = "Class Room"; this.CheckBoxNewRoomClassroom.UseVisualStyleBackColor = true; // // ButtonClearNewRoom // this.ButtonClearNewRoom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ButtonClearNewRoom.Location = new System.Drawing.Point(327, 140); this.ButtonClearNewRoom.Name = "ButtonClearNewRoom"; this.ButtonClearNewRoom.Size = new System.Drawing.Size(98, 23); this.ButtonClearNewRoom.TabIndex = 7; this.ButtonClearNewRoom.Text = "Clear"; this.ButtonClearNewRoom.UseVisualStyleBackColor = true; this.ButtonClearNewRoom.Click += new System.EventHandler(this.ButtonClearNewRoom_Click); // // ButtonCreateNewRoom // this.ButtonCreateNewRoom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ButtonCreateNewRoom.Location = new System.Drawing.Point(185, 140); this.ButtonCreateNewRoom.Name = "ButtonCreateNewRoom"; this.ButtonCreateNewRoom.Size = new System.Drawing.Size(98, 23); this.ButtonCreateNewRoom.TabIndex = 6; this.ButtonCreateNewRoom.Text = "Create"; this.ButtonCreateNewRoom.UseVisualStyleBackColor = true; this.ButtonCreateNewRoom.Click += new System.EventHandler(this.ButtonCreateNewRoom_Click); // // NumericUpDownNewRoomCapacity // this.NumericUpDownNewRoomCapacity.Increment = new decimal(new int[] { 5, 0, 0, 0}); this.NumericUpDownNewRoomCapacity.Location = new System.Drawing.Point(58, 38); this.NumericUpDownNewRoomCapacity.Name = "NumericUpDownNewRoomCapacity"; this.NumericUpDownNewRoomCapacity.Size = new System.Drawing.Size(250, 20); this.NumericUpDownNewRoomCapacity.TabIndex = 5; // // LabelNewRoomCapacity // LabelNewRoomCapacity.AutoSize = true; LabelNewRoomCapacity.Location = new System.Drawing.Point(6, 40); LabelNewRoomCapacity.Name = "LabelNewRoomCapacity"; LabelNewRoomCapacity.Size = new System.Drawing.Size(51, 13); LabelNewRoomCapacity.TabIndex = 4; LabelNewRoomCapacity.Text = "Capacity:"; // // LabelNewRoomResources // this.LabelNewRoomResources.AutoSize = true; this.LabelNewRoomResources.Location = new System.Drawing.Point(324, 16); this.LabelNewRoomResources.Name = "LabelNewRoomResources"; this.LabelNewRoomResources.Size = new System.Drawing.Size(61, 13); this.LabelNewRoomResources.TabIndex = 3; this.LabelNewRoomResources.Text = "Resources:"; // // CheckedListBoxNewRoomResources // this.CheckedListBoxNewRoomResources.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.CheckedListBoxNewRoomResources.FormattingEnabled = true; this.CheckedListBoxNewRoomResources.Location = new System.Drawing.Point(391, 16); this.CheckedListBoxNewRoomResources.Name = "CheckedListBoxNewRoomResources"; this.CheckedListBoxNewRoomResources.Size = new System.Drawing.Size(211, 94); this.CheckedListBoxNewRoomResources.TabIndex = 2; // // TextBoxNewRoomNumber // this.TextBoxNewRoomNumber.Location = new System.Drawing.Point(58, 13); this.TextBoxNewRoomNumber.Name = "TextBoxNewRoomNumber"; this.TextBoxNewRoomNumber.Size = new System.Drawing.Size(250, 20); this.TextBoxNewRoomNumber.TabIndex = 1; // // LabelNewRoomNumber // LabelNewRoomNumber.AutoSize = true; LabelNewRoomNumber.Location = new System.Drawing.Point(6, 16); LabelNewRoomNumber.Name = "LabelNewRoomNumber"; LabelNewRoomNumber.Size = new System.Drawing.Size(47, 13); LabelNewRoomNumber.TabIndex = 0; LabelNewRoomNumber.Text = "Number:"; // // GroupBoxRoomSearch // this.GroupBoxRoomSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.GroupBoxRoomSearch.Controls.Add(this.label6); this.GroupBoxRoomSearch.Controls.Add(this.ButtonRoomClearSearch); this.GroupBoxRoomSearch.Controls.Add(this.ButtonUpdateRoomSearch); this.GroupBoxRoomSearch.Controls.Add(this.ListBoxRoomResults); this.GroupBoxRoomSearch.Controls.Add(LabelRoomFilters); this.GroupBoxRoomSearch.Controls.Add(this.CheckedListBoxRoomFilters); this.GroupBoxRoomSearch.Controls.Add(this.TextBoxRoomNumberSearch); this.GroupBoxRoomSearch.Controls.Add(this.LabelRoomNumberSearch); this.GroupBoxRoomSearch.Location = new System.Drawing.Point(6, 6); this.GroupBoxRoomSearch.Name = "GroupBoxRoomSearch"; this.GroupBoxRoomSearch.Size = new System.Drawing.Size(608, 236); this.GroupBoxRoomSearch.TabIndex = 0; this.GroupBoxRoomSearch.TabStop = false; this.GroupBoxRoomSearch.Text = "Search Rooms"; this.GroupBoxRoomSearch.VisibleChanged += new System.EventHandler(this.GroupBoxRoomSearch_VisibleChanged); // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(412, 13); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(42, 13); this.label6.TabIndex = 9; this.label6.Text = "Results"; // // ButtonRoomClearSearch // this.ButtonRoomClearSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ButtonRoomClearSearch.Location = new System.Drawing.Point(170, 207); this.ButtonRoomClearSearch.Name = "ButtonRoomClearSearch"; this.ButtonRoomClearSearch.Size = new System.Drawing.Size(98, 23); this.ButtonRoomClearSearch.TabIndex = 6; this.ButtonRoomClearSearch.Text = "Clear Search"; this.ButtonRoomClearSearch.UseVisualStyleBackColor = true; this.ButtonRoomClearSearch.Click += new System.EventHandler(this.ButtonRoomClearSearch_Click); // // ButtonUpdateRoomSearch // this.ButtonUpdateRoomSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ButtonUpdateRoomSearch.Location = new System.Drawing.Point(9, 207); this.ButtonUpdateRoomSearch.Name = "ButtonUpdateRoomSearch"; this.ButtonUpdateRoomSearch.Size = new System.Drawing.Size(98, 23); this.ButtonUpdateRoomSearch.TabIndex = 3; this.ButtonUpdateRoomSearch.Text = "Update Search"; this.ButtonUpdateRoomSearch.UseVisualStyleBackColor = true; this.ButtonUpdateRoomSearch.Click += new System.EventHandler(this.ButtonUpdateRoomSearch_Click); // // ListBoxRoomResults // this.ListBoxRoomResults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.ListBoxRoomResults.FormattingEnabled = true; this.ListBoxRoomResults.Location = new System.Drawing.Point(274, 31); this.ListBoxRoomResults.Name = "ListBoxRoomResults"; this.ListBoxRoomResults.Size = new System.Drawing.Size(328, 199); this.ListBoxRoomResults.TabIndex = 5; this.ListBoxRoomResults.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ListBoxRoomResults_ResultDoubleClicked); // // LabelRoomFilters // LabelRoomFilters.AutoSize = true; LabelRoomFilters.Location = new System.Drawing.Point(6, 39); LabelRoomFilters.Name = "LabelRoomFilters"; LabelRoomFilters.Size = new System.Drawing.Size(45, 13); LabelRoomFilters.TabIndex = 4; LabelRoomFilters.Text = "Courses"; // // CheckedListBoxRoomFilters // this.CheckedListBoxRoomFilters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.CheckedListBoxRoomFilters.FormattingEnabled = true; this.CheckedListBoxRoomFilters.Items.AddRange(new object[] { "One", "Two", "Three", "Four", "Five", "Six", "Seven"}); this.CheckedListBoxRoomFilters.Location = new System.Drawing.Point(58, 39); this.CheckedListBoxRoomFilters.Name = "CheckedListBoxRoomFilters"; this.CheckedListBoxRoomFilters.Size = new System.Drawing.Size(210, 154); this.CheckedListBoxRoomFilters.TabIndex = 2; // // TextBoxRoomNumberSearch // this.TextBoxRoomNumberSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TextBoxRoomNumberSearch.Location = new System.Drawing.Point(59, 13); this.TextBoxRoomNumberSearch.Name = "TextBoxRoomNumberSearch"; this.TextBoxRoomNumberSearch.Size = new System.Drawing.Size(209, 20); this.TextBoxRoomNumberSearch.TabIndex = 1; // // LabelRoomNumberSearch // this.LabelRoomNumberSearch.AutoSize = true; this.LabelRoomNumberSearch.Location = new System.Drawing.Point(6, 16); this.LabelRoomNumberSearch.Name = "LabelRoomNumberSearch"; this.LabelRoomNumberSearch.Size = new System.Drawing.Size(47, 13); this.LabelRoomNumberSearch.TabIndex = 0; this.LabelRoomNumberSearch.Text = "Number:"; // // TabPageFaculty // this.TabPageFaculty.Controls.Add(GroupBoxAddFaculty); this.TabPageFaculty.Controls.Add(GroupBoxSearchFaculty); this.TabPageFaculty.Location = new System.Drawing.Point(4, 22); this.TabPageFaculty.Name = "TabPageFaculty"; this.TabPageFaculty.Size = new System.Drawing.Size(620, 423); this.TabPageFaculty.TabIndex = 2; this.TabPageFaculty.Text = "Faculty"; this.TabPageFaculty.UseVisualStyleBackColor = true; // // GroupBoxAddFaculty // GroupBoxAddFaculty.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); GroupBoxAddFaculty.Controls.Add(this.CheckedListBoxNewFacultyMajors); GroupBoxAddFaculty.Controls.Add(this.TextBoxNewFacultyEmail); GroupBoxAddFaculty.Controls.Add(this.TextBoxNewFacultyPhone); GroupBoxAddFaculty.Controls.Add(this.LabelNewFacultyEMail); GroupBoxAddFaculty.Controls.Add(this.LabelNewFacultyPhone); GroupBoxAddFaculty.Controls.Add(this.LabelNewFacultyMajors); GroupBoxAddFaculty.Controls.Add(this.TextBoxNewFacultyLastName); GroupBoxAddFaculty.Controls.Add(this.LabelNewFacultyLastName); GroupBoxAddFaculty.Controls.Add(this.TextBoxNewFacultyFirstName); GroupBoxAddFaculty.Controls.Add(this.LabelNewFacultyFirstName); GroupBoxAddFaculty.Controls.Add(this.ButtonClearNewFaculty); GroupBoxAddFaculty.Controls.Add(this.ButtonCreateNewFaculty); GroupBoxAddFaculty.Location = new System.Drawing.Point(3, 216); GroupBoxAddFaculty.Name = "GroupBoxAddFaculty"; GroupBoxAddFaculty.Size = new System.Drawing.Size(608, 198); GroupBoxAddFaculty.TabIndex = 2; GroupBoxAddFaculty.TabStop = false; GroupBoxAddFaculty.Text = "Add New Faculty"; GroupBoxAddFaculty.VisibleChanged += new System.EventHandler(this.GroupBoxAddFaculty_VisibleChanged); // // CheckedListBoxNewFacultyMajors // this.CheckedListBoxNewFacultyMajors.FormattingEnabled = true; this.CheckedListBoxNewFacultyMajors.Location = new System.Drawing.Point(371, 35); this.CheckedListBoxNewFacultyMajors.Name = "CheckedListBoxNewFacultyMajors"; this.CheckedListBoxNewFacultyMajors.Size = new System.Drawing.Size(231, 94); this.CheckedListBoxNewFacultyMajors.TabIndex = 19; // // TextBoxNewFacultyEmail // this.TextBoxNewFacultyEmail.Location = new System.Drawing.Point(91, 109); this.TextBoxNewFacultyEmail.Name = "TextBoxNewFacultyEmail"; this.TextBoxNewFacultyEmail.Size = new System.Drawing.Size(258, 20); this.TextBoxNewFacultyEmail.TabIndex = 17; this.TextBoxNewFacultyEmail.Leave += new System.EventHandler(this.TextBoxNewFacultyEmail_Leave); // // TextBoxNewFacultyPhone // this.TextBoxNewFacultyPhone.Location = new System.Drawing.Point(91, 83); this.TextBoxNewFacultyPhone.Name = "TextBoxNewFacultyPhone"; this.TextBoxNewFacultyPhone.Size = new System.Drawing.Size(258, 20); this.TextBoxNewFacultyPhone.TabIndex = 16; this.TextBoxNewFacultyPhone.Leave += new System.EventHandler(this.TextBoxNewFacultyPhone_Leave); // // LabelNewFacultyEMail // this.LabelNewFacultyEMail.AutoSize = true; this.LabelNewFacultyEMail.Location = new System.Drawing.Point(6, 112); this.LabelNewFacultyEMail.Name = "LabelNewFacultyEMail"; this.LabelNewFacultyEMail.Size = new System.Drawing.Size(76, 13); this.LabelNewFacultyEMail.TabIndex = 15; this.LabelNewFacultyEMail.Text = "Primary E-Mail:"; // // LabelNewFacultyPhone // this.LabelNewFacultyPhone.AutoSize = true; this.LabelNewFacultyPhone.Location = new System.Drawing.Point(7, 85); this.LabelNewFacultyPhone.Name = "LabelNewFacultyPhone"; this.LabelNewFacultyPhone.Size = new System.Drawing.Size(78, 13); this.LabelNewFacultyPhone.TabIndex = 14; this.LabelNewFacultyPhone.Text = "Primary Phone:"; // // LabelNewFacultyMajors // this.LabelNewFacultyMajors.AutoSize = true; this.LabelNewFacultyMajors.Location = new System.Drawing.Point(458, 16); this.LabelNewFacultyMajors.Name = "LabelNewFacultyMajors"; this.LabelNewFacultyMajors.Size = new System.Drawing.Size(33, 13); this.LabelNewFacultyMajors.TabIndex = 13; this.LabelNewFacultyMajors.Text = "Major"; // // TextBoxNewFacultyLastName // this.TextBoxNewFacultyLastName.Location = new System.Drawing.Point(72, 53); this.TextBoxNewFacultyLastName.Name = "TextBoxNewFacultyLastName"; this.TextBoxNewFacultyLastName.Size = new System.Drawing.Size(277, 20); this.TextBoxNewFacultyLastName.TabIndex = 11; // // LabelNewFacultyLastName // this.LabelNewFacultyLastName.AutoSize = true; this.LabelNewFacultyLastName.Location = new System.Drawing.Point(7, 56); this.LabelNewFacultyLastName.Name = "LabelNewFacultyLastName"; this.LabelNewFacultyLastName.Size = new System.Drawing.Size(61, 13); this.LabelNewFacultyLastName.TabIndex = 10; this.LabelNewFacultyLastName.Text = "Last Name:"; // // TextBoxNewFacultyFirstName // this.TextBoxNewFacultyFirstName.Location = new System.Drawing.Point(73, 23); this.TextBoxNewFacultyFirstName.Name = "TextBoxNewFacultyFirstName"; this.TextBoxNewFacultyFirstName.Size = new System.Drawing.Size(276, 20); this.TextBoxNewFacultyFirstName.TabIndex = 9; // // LabelNewFacultyFirstName // this.LabelNewFacultyFirstName.AutoSize = true; this.LabelNewFacultyFirstName.Location = new System.Drawing.Point(7, 26); this.LabelNewFacultyFirstName.Name = "LabelNewFacultyFirstName"; this.LabelNewFacultyFirstName.Size = new System.Drawing.Size(60, 13); this.LabelNewFacultyFirstName.TabIndex = 8; this.LabelNewFacultyFirstName.Text = "First Name:"; // // ButtonClearNewFaculty // this.ButtonClearNewFaculty.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ButtonClearNewFaculty.Location = new System.Drawing.Point(361, 159); this.ButtonClearNewFaculty.Name = "ButtonClearNewFaculty"; this.ButtonClearNewFaculty.Size = new System.Drawing.Size(98, 23); this.ButtonClearNewFaculty.TabIndex = 7; this.ButtonClearNewFaculty.Text = "Clear"; this.ButtonClearNewFaculty.UseVisualStyleBackColor = true; this.ButtonClearNewFaculty.Click += new System.EventHandler(this.ButtonClearNewFaculty_Click); // // ButtonCreateNewFaculty // this.ButtonCreateNewFaculty.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ButtonCreateNewFaculty.Location = new System.Drawing.Point(184, 159); this.ButtonCreateNewFaculty.Name = "ButtonCreateNewFaculty"; this.ButtonCreateNewFaculty.Size = new System.Drawing.Size(98, 23); this.ButtonCreateNewFaculty.TabIndex = 6; this.ButtonCreateNewFaculty.Text = "Create"; this.ButtonCreateNewFaculty.UseVisualStyleBackColor = true; this.ButtonCreateNewFaculty.Click += new System.EventHandler(this.ButtonCreateNewFaculty_Click); // // GroupBoxSearchFaculty // GroupBoxSearchFaculty.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); GroupBoxSearchFaculty.Controls.Add(LabelFacultyResults); GroupBoxSearchFaculty.Controls.Add(this.TextBoxFacultyLastName); GroupBoxSearchFaculty.Controls.Add(this.LabelFacultyLastName); GroupBoxSearchFaculty.Controls.Add(this.ButtonFacultyClearSearch); GroupBoxSearchFaculty.Controls.Add(this.ListBoxFacultyResults); GroupBoxSearchFaculty.Controls.Add(LabelFacultyMajorFilter); GroupBoxSearchFaculty.Controls.Add(this.ButtonFacultyUpdateSearch); GroupBoxSearchFaculty.Controls.Add(this.CheckedListBoxFacultyFilters); GroupBoxSearchFaculty.Controls.Add(this.TextBoxFacultyFirstName); GroupBoxSearchFaculty.Controls.Add(this.LabelFacultyFirstName); GroupBoxSearchFaculty.Location = new System.Drawing.Point(3, 3); GroupBoxSearchFaculty.Name = "GroupBoxSearchFaculty"; GroupBoxSearchFaculty.Size = new System.Drawing.Size(608, 207); GroupBoxSearchFaculty.TabIndex = 1; GroupBoxSearchFaculty.TabStop = false; GroupBoxSearchFaculty.Text = "Search Faculty"; // // LabelFacultyResults // LabelFacultyResults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); LabelFacultyResults.AutoSize = true; LabelFacultyResults.Location = new System.Drawing.Point(433, 13); LabelFacultyResults.Name = "LabelFacultyResults"; LabelFacultyResults.Size = new System.Drawing.Size(42, 13); LabelFacultyResults.TabIndex = 9; LabelFacultyResults.Text = "Results"; // // TextBoxFacultyLastName // this.TextBoxFacultyLastName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TextBoxFacultyLastName.Location = new System.Drawing.Point(72, 39); this.TextBoxFacultyLastName.Name = "TextBoxFacultyLastName"; this.TextBoxFacultyLastName.Size = new System.Drawing.Size(237, 20); this.TextBoxFacultyLastName.TabIndex = 2; // // LabelFacultyLastName // this.LabelFacultyLastName.AutoSize = true; this.LabelFacultyLastName.Location = new System.Drawing.Point(6, 38); this.LabelFacultyLastName.Name = "LabelFacultyLastName"; this.LabelFacultyLastName.Size = new System.Drawing.Size(61, 13); this.LabelFacultyLastName.TabIndex = 7; this.LabelFacultyLastName.Text = "Last Name:"; // // ButtonFacultyClearSearch // this.ButtonFacultyClearSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ButtonFacultyClearSearch.Location = new System.Drawing.Point(184, 169); this.ButtonFacultyClearSearch.Name = "ButtonFacultyClearSearch"; this.ButtonFacultyClearSearch.Size = new System.Drawing.Size(98, 23); this.ButtonFacultyClearSearch.TabIndex = 6; this.ButtonFacultyClearSearch.Text = "Clear Search"; this.ButtonFacultyClearSearch.UseVisualStyleBackColor = true; this.ButtonFacultyClearSearch.Click += new System.EventHandler(this.ButtonFacultyClearSearch_Click); // // ListBoxFacultyResults // this.ListBoxFacultyResults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.ListBoxFacultyResults.FormattingEnabled = true; this.ListBoxFacultyResults.Location = new System.Drawing.Point(315, 31); this.ListBoxFacultyResults.Name = "ListBoxFacultyResults"; this.ListBoxFacultyResults.Size = new System.Drawing.Size(287, 160); this.ListBoxFacultyResults.TabIndex = 5; this.ListBoxFacultyResults.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ListBoxFacultyResults_MouseDoubleClick); // // LabelFacultyMajorFilter // LabelFacultyMajorFilter.AutoSize = true; LabelFacultyMajorFilter.Location = new System.Drawing.Point(6, 71); LabelFacultyMajorFilter.Name = "LabelFacultyMajorFilter"; LabelFacultyMajorFilter.Size = new System.Drawing.Size(41, 13); LabelFacultyMajorFilter.TabIndex = 4; LabelFacultyMajorFilter.Text = "Majors:"; // // ButtonFacultyUpdateSearch // this.ButtonFacultyUpdateSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ButtonFacultyUpdateSearch.Location = new System.Drawing.Point(51, 169); this.ButtonFacultyUpdateSearch.Name = "ButtonFacultyUpdateSearch"; this.ButtonFacultyUpdateSearch.Size = new System.Drawing.Size(98, 23); this.ButtonFacultyUpdateSearch.TabIndex = 3; this.ButtonFacultyUpdateSearch.Text = "Update Search"; this.ButtonFacultyUpdateSearch.UseVisualStyleBackColor = true; this.ButtonFacultyUpdateSearch.Click += new System.EventHandler(this.ButtonFacultyUpdateSearch_Click); // // CheckedListBoxFacultyFilters // this.CheckedListBoxFacultyFilters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.CheckedListBoxFacultyFilters.FormattingEnabled = true; this.CheckedListBoxFacultyFilters.Location = new System.Drawing.Point(58, 69); this.CheckedListBoxFacultyFilters.Name = "CheckedListBoxFacultyFilters"; this.CheckedListBoxFacultyFilters.Size = new System.Drawing.Size(238, 79); this.CheckedListBoxFacultyFilters.TabIndex = 2; // // TextBoxFacultyFirstName // this.TextBoxFacultyFirstName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TextBoxFacultyFirstName.Location = new System.Drawing.Point(72, 13); this.TextBoxFacultyFirstName.Name = "TextBoxFacultyFirstName"; this.TextBoxFacultyFirstName.Size = new System.Drawing.Size(237, 20); this.TextBoxFacultyFirstName.TabIndex = 1; // // LabelFacultyFirstName // this.LabelFacultyFirstName.AutoSize = true; this.LabelFacultyFirstName.Location = new System.Drawing.Point(6, 16); this.LabelFacultyFirstName.Name = "LabelFacultyFirstName"; this.LabelFacultyFirstName.Size = new System.Drawing.Size(60, 13); this.LabelFacultyFirstName.TabIndex = 0; this.LabelFacultyFirstName.Text = "First Name:"; // // TabPageStudents // this.TabPageStudents.Controls.Add(GroupBoxStudentSearch); this.TabPageStudents.Location = new System.Drawing.Point(4, 22); this.TabPageStudents.Name = "TabPageStudents"; this.TabPageStudents.Size = new System.Drawing.Size(620, 423); this.TabPageStudents.TabIndex = 3; this.TabPageStudents.Text = "Students"; this.TabPageStudents.UseVisualStyleBackColor = true; // // GroupBoxStudentSearch // GroupBoxStudentSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); GroupBoxStudentSearch.Controls.Add(LabelStudentResults); GroupBoxStudentSearch.Controls.Add(this.TextBoxStudentLastName); GroupBoxStudentSearch.Controls.Add(LabelStudentLastName); GroupBoxStudentSearch.Controls.Add(this.ButtonStudentClearSearch); GroupBoxStudentSearch.Controls.Add(this.ListBoxStudentResults); GroupBoxStudentSearch.Controls.Add(LabelStudentMajorFilter); GroupBoxStudentSearch.Controls.Add(this.ButtonStudentUpdateSearch); GroupBoxStudentSearch.Controls.Add(this.CheckedListBoxStudentFilters); GroupBoxStudentSearch.Controls.Add(this.TextBoxStudentFirstName); GroupBoxStudentSearch.Controls.Add(LabelStudentFirstName); GroupBoxStudentSearch.Location = new System.Drawing.Point(3, 3); GroupBoxStudentSearch.Name = "GroupBoxStudentSearch"; GroupBoxStudentSearch.Size = new System.Drawing.Size(608, 417); GroupBoxStudentSearch.TabIndex = 2; GroupBoxStudentSearch.TabStop = false; GroupBoxStudentSearch.Text = "Search Students"; GroupBoxStudentSearch.VisibleChanged += new System.EventHandler(this.GroupBoxStudentSearch_VisibleChanged); // // LabelStudentResults // LabelStudentResults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); LabelStudentResults.AutoSize = true; LabelStudentResults.Location = new System.Drawing.Point(431, 20); LabelStudentResults.Name = "LabelStudentResults"; LabelStudentResults.Size = new System.Drawing.Size(42, 13); LabelStudentResults.TabIndex = 8; LabelStudentResults.Text = "Results"; // // TextBoxStudentLastName // this.TextBoxStudentLastName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TextBoxStudentLastName.Location = new System.Drawing.Point(72, 39); this.TextBoxStudentLastName.Name = "TextBoxStudentLastName"; this.TextBoxStudentLastName.Size = new System.Drawing.Size(237, 20); this.TextBoxStudentLastName.TabIndex = 2; // // LabelStudentLastName // LabelStudentLastName.AutoSize = true; LabelStudentLastName.Location = new System.Drawing.Point(6, 38); LabelStudentLastName.Name = "LabelStudentLastName"; LabelStudentLastName.Size = new System.Drawing.Size(61, 13); LabelStudentLastName.TabIndex = 7; LabelStudentLastName.Text = "Last Name:"; // // ButtonStudentClearSearch // this.ButtonStudentClearSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ButtonStudentClearSearch.Location = new System.Drawing.Point(346, 388); this.ButtonStudentClearSearch.Name = "ButtonStudentClearSearch"; this.ButtonStudentClearSearch.Size = new System.Drawing.Size(98, 23); this.ButtonStudentClearSearch.TabIndex = 6; this.ButtonStudentClearSearch.Text = "Clear Search"; this.ButtonStudentClearSearch.UseVisualStyleBackColor = true; this.ButtonStudentClearSearch.Click += new System.EventHandler(this.ButtonStudentClearSearch_Click); // // ListBoxStudentResults // this.ListBoxStudentResults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.ListBoxStudentResults.FormattingEnabled = true; this.ListBoxStudentResults.Location = new System.Drawing.Point(315, 39); this.ListBoxStudentResults.Name = "ListBoxStudentResults"; this.ListBoxStudentResults.Size = new System.Drawing.Size(287, 342); this.ListBoxStudentResults.TabIndex = 5; this.ListBoxStudentResults.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ListBoxStudentResults_MouseDoubleClick); // // LabelStudentMajorFilter // LabelStudentMajorFilter.AutoSize = true; LabelStudentMajorFilter.Location = new System.Drawing.Point(124, 76); LabelStudentMajorFilter.Name = "LabelStudentMajorFilter"; LabelStudentMajorFilter.Size = new System.Drawing.Size(41, 13); LabelStudentMajorFilter.TabIndex = 4; LabelStudentMajorFilter.Text = "Majors:"; // // ButtonStudentUpdateSearch // this.ButtonStudentUpdateSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ButtonStudentUpdateSearch.Location = new System.Drawing.Point(185, 388); this.ButtonStudentUpdateSearch.Name = "ButtonStudentUpdateSearch"; this.ButtonStudentUpdateSearch.Size = new System.Drawing.Size(98, 23); this.ButtonStudentUpdateSearch.TabIndex = 3; this.ButtonStudentUpdateSearch.Text = "Update Search"; this.ButtonStudentUpdateSearch.UseVisualStyleBackColor = true; this.ButtonStudentUpdateSearch.Click += new System.EventHandler(this.ButtonStudentUpdateSearch_Click); // // CheckedListBoxStudentFilters // this.CheckedListBoxStudentFilters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.CheckedListBoxStudentFilters.FormattingEnabled = true; this.CheckedListBoxStudentFilters.Location = new System.Drawing.Point(9, 92); this.CheckedListBoxStudentFilters.Name = "CheckedListBoxStudentFilters"; this.CheckedListBoxStudentFilters.Size = new System.Drawing.Size(300, 289); this.CheckedListBoxStudentFilters.TabIndex = 2; // // TextBoxStudentFirstName // this.TextBoxStudentFirstName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TextBoxStudentFirstName.Location = new System.Drawing.Point(72, 13); this.TextBoxStudentFirstName.Name = "TextBoxStudentFirstName"; this.TextBoxStudentFirstName.Size = new System.Drawing.Size(237, 20); this.TextBoxStudentFirstName.TabIndex = 1; // // LabelStudentFirstName // LabelStudentFirstName.AutoSize = true; LabelStudentFirstName.Location = new System.Drawing.Point(6, 16); LabelStudentFirstName.Name = "LabelStudentFirstName"; LabelStudentFirstName.Size = new System.Drawing.Size(60, 13); LabelStudentFirstName.TabIndex = 0; LabelStudentFirstName.Text = "First Name:"; // // TabPageScheduling // this.TabPageScheduling.Controls.Add(this.GroupBoxUpdateProgress); this.TabPageScheduling.Controls.Add(this.LabelUnscheduledStudents); this.TabPageScheduling.Controls.Add(this.GroupBoxUnscheduledStudents); this.TabPageScheduling.Controls.Add(this.LabelScheduleUpdate); this.TabPageScheduling.Controls.Add(this.ButtonScheduleUpdate); this.TabPageScheduling.Location = new System.Drawing.Point(4, 22); this.TabPageScheduling.Name = "TabPageScheduling"; this.TabPageScheduling.Size = new System.Drawing.Size(620, 423); this.TabPageScheduling.TabIndex = 4; this.TabPageScheduling.Text = "Scheduling"; this.TabPageScheduling.UseVisualStyleBackColor = true; // // GroupBoxUpdateProgress // this.GroupBoxUpdateProgress.Controls.Add(this.ListBoxUpdateProgress); this.GroupBoxUpdateProgress.Location = new System.Drawing.Point(9, 218); this.GroupBoxUpdateProgress.Name = "GroupBoxUpdateProgress"; this.GroupBoxUpdateProgress.Size = new System.Drawing.Size(602, 160); this.GroupBoxUpdateProgress.TabIndex = 4; this.GroupBoxUpdateProgress.TabStop = false; this.GroupBoxUpdateProgress.Text = "Update Progress"; // // ListBoxUpdateProgress // this.ListBoxUpdateProgress.FormattingEnabled = true; this.ListBoxUpdateProgress.Location = new System.Drawing.Point(6, 19); this.ListBoxUpdateProgress.Name = "ListBoxUpdateProgress"; this.ListBoxUpdateProgress.Size = new System.Drawing.Size(590, 134); this.ListBoxUpdateProgress.TabIndex = 0; // // LabelUnscheduledStudents // this.LabelUnscheduledStudents.AutoSize = true; this.LabelUnscheduledStudents.Location = new System.Drawing.Point(6, 179); this.LabelUnscheduledStudents.Name = "LabelUnscheduledStudents"; this.LabelUnscheduledStudents.Size = new System.Drawing.Size(0, 13); this.LabelUnscheduledStudents.TabIndex = 3; // // GroupBoxUnscheduledStudents // this.GroupBoxUnscheduledStudents.Controls.Add(this.ListBoxUnscheduledStudents); this.GroupBoxUnscheduledStudents.Location = new System.Drawing.Point(3, 16); this.GroupBoxUnscheduledStudents.Name = "GroupBoxUnscheduledStudents"; this.GroupBoxUnscheduledStudents.Size = new System.Drawing.Size(614, 160); this.GroupBoxUnscheduledStudents.TabIndex = 2; this.GroupBoxUnscheduledStudents.TabStop = false; this.GroupBoxUnscheduledStudents.Text = "Unscheduled Students"; // // ListBoxUnscheduledStudents // this.ListBoxUnscheduledStudents.FormattingEnabled = true; this.ListBoxUnscheduledStudents.Location = new System.Drawing.Point(6, 19); this.ListBoxUnscheduledStudents.Name = "ListBoxUnscheduledStudents"; this.ListBoxUnscheduledStudents.Size = new System.Drawing.Size(602, 134); this.ListBoxUnscheduledStudents.TabIndex = 0; this.ListBoxUnscheduledStudents.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ListBoxUnscheduledStudents_MouseDoubleClick); // // LabelScheduleUpdate // this.LabelScheduleUpdate.AutoSize = true; this.LabelScheduleUpdate.Location = new System.Drawing.Point(182, 381); this.LabelScheduleUpdate.Name = "LabelScheduleUpdate"; this.LabelScheduleUpdate.Size = new System.Drawing.Size(262, 13); this.LabelScheduleUpdate.TabIndex = 1; this.LabelScheduleUpdate.Text = "It may take a couple minutes to update the schedules.\r\n"; // // ButtonScheduleUpdate // this.ButtonScheduleUpdate.Location = new System.Drawing.Point(276, 397); this.ButtonScheduleUpdate.Name = "ButtonScheduleUpdate"; this.ButtonScheduleUpdate.Size = new System.Drawing.Size(75, 23); this.ButtonScheduleUpdate.TabIndex = 0; this.ButtonScheduleUpdate.Text = "Update Schedule"; this.ButtonScheduleUpdate.UseVisualStyleBackColor = true; this.ButtonScheduleUpdate.Click += new System.EventHandler(this.ButtonScheduleUpdate_Click); // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(652, 464); this.Controls.Add(TabControlSections); this.MinimumSize = new System.Drawing.Size(668, 502); this.Name = "FormMain"; this.Text = "Registar Administrative Console"; this.Load += new System.EventHandler(this.FormMain_Load); TabControlSections.ResumeLayout(false); this.TabPageMain.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.TabPageRooms.ResumeLayout(false); GroupBoxRoomAdd.ResumeLayout(false); GroupBoxRoomAdd.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.NumericUpDownNewRoomCapacity)).EndInit(); this.GroupBoxRoomSearch.ResumeLayout(false); this.GroupBoxRoomSearch.PerformLayout(); this.TabPageFaculty.ResumeLayout(false); GroupBoxAddFaculty.ResumeLayout(false); GroupBoxAddFaculty.PerformLayout(); GroupBoxSearchFaculty.ResumeLayout(false); GroupBoxSearchFaculty.PerformLayout(); this.TabPageStudents.ResumeLayout(false); GroupBoxStudentSearch.ResumeLayout(false); GroupBoxStudentSearch.PerformLayout(); this.TabPageScheduling.ResumeLayout(false); this.TabPageScheduling.PerformLayout(); this.GroupBoxUpdateProgress.ResumeLayout(false); this.GroupBoxUnscheduledStudents.ResumeLayout(false); this.ResumeLayout(false); }