Esempio n. 1
0
        /// <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.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);

        }
Esempio n. 3
0
 /// <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);
 }
Esempio n. 4
0
 /// <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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TabPage tabPageMain;
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.GroupBox groupBoxToken;
            System.Windows.Forms.Label label13;
            System.Windows.Forms.Label label8;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label lblTokenType;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label lblImpLevel;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.TabPage tabPageGroups;
            System.Windows.Forms.ColumnHeader columnHeaderName;
            System.Windows.Forms.ColumnHeader columnHeaderFlags;
            System.Windows.Forms.TabPage tabPageDefaultDacl;
            System.Windows.Forms.ColumnHeader columnHeaderGroup;
            System.Windows.Forms.ColumnHeader columnHeaderAccess;
            System.Windows.Forms.ColumnHeader columnHeaderDaclFlags;
            System.Windows.Forms.ColumnHeader columnHeaderDaclType;
            System.Windows.Forms.Label label10;
            System.Windows.Forms.Label label9;
            System.Windows.Forms.Label label11;
            System.Windows.Forms.Label label12;
            System.Windows.Forms.GroupBox groupBoxDuplicate;
            System.Windows.Forms.Label lblILForDup;
            System.Windows.Forms.Label label15;
            System.Windows.Forms.Label label14;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.Label label16;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.Label label22;
            System.Windows.Forms.Label label20;
            System.Windows.Forms.Label label19;
            System.Windows.Forms.Label label18;
            System.Windows.Forms.Label label17;
            System.Windows.Forms.GroupBox groupBox3;
            System.Windows.Forms.Label label21;
            System.Windows.Forms.GroupBox groupBox4;
            System.Windows.Forms.Label label24;
            System.Windows.Forms.Label label23;
            System.Windows.Forms.ColumnHeader columnHeader5;
            System.Windows.Forms.ColumnHeader columnHeader6;
            this.groupBoxSource = new System.Windows.Forms.GroupBox();
            this.txtSourceId = new System.Windows.Forms.TextBox();
            this.txtSourceName = new System.Windows.Forms.TextBox();
            this.btnSetIL = new System.Windows.Forms.Button();
            this.comboBoxIL = new System.Windows.Forms.ComboBox();
            this.txtOriginLoginId = new System.Windows.Forms.TextBox();
            this.btnLinkedToken = new System.Windows.Forms.Button();
            this.txtElevationType = new System.Windows.Forms.TextBox();
            this.lblUsername = new System.Windows.Forms.Label();
            this.txtSessionId = new System.Windows.Forms.TextBox();
            this.txtUsername = new System.Windows.Forms.TextBox();
            this.lblUserSid = new System.Windows.Forms.Label();
            this.txtUserSid = new System.Windows.Forms.TextBox();
            this.txtTokenType = new System.Windows.Forms.TextBox();
            this.txtModifiedId = new System.Windows.Forms.TextBox();
            this.txtImpLevel = new System.Windows.Forms.TextBox();
            this.txtAuthId = new System.Windows.Forms.TextBox();
            this.txtTokenId = new System.Windows.Forms.TextBox();
            this.btnPermissions = new System.Windows.Forms.Button();
            this.listViewGroups = new System.Windows.Forms.ListView();
            this.listViewDefDacl = new System.Windows.Forms.ListView();
            this.txtPrimaryGroup = new System.Windows.Forms.TextBox();
            this.txtOwner = new System.Windows.Forms.TextBox();
            this.comboBoxILForDup = new System.Windows.Forms.ComboBox();
            this.btnDuplicate = new System.Windows.Forms.Button();
            this.comboBoxImpLevel = new System.Windows.Forms.ComboBox();
            this.comboBoxTokenType = new System.Windows.Forms.ComboBox();
            this.checkBoxMakeInteractive = new System.Windows.Forms.CheckBox();
            this.btnCreateProcess = new System.Windows.Forms.Button();
            this.txtCommandLine = new System.Windows.Forms.TextBox();
            this.txtMandatoryILPolicy = new System.Windows.Forms.TextBox();
            this.txtVirtualizationEnabled = new System.Windows.Forms.TextBox();
            this.txtVirtualizationAllowed = new System.Windows.Forms.TextBox();
            this.txtSandboxInert = new System.Windows.Forms.TextBox();
            this.txtUIAccess = new System.Windows.Forms.TextBox();
            this.comboBoxSaferLevel = new System.Windows.Forms.ComboBox();
            this.checkBoxSaferMakeInert = new System.Windows.Forms.CheckBox();
            this.btnComputeSafer = new System.Windows.Forms.Button();
            this.btnCreate = new System.Windows.Forms.Button();
            this.btnBrowse = new System.Windows.Forms.Button();
            this.txtFileContents = new System.Windows.Forms.TextBox();
            this.txtFilePath = new System.Windows.Forms.TextBox();
            this.tabControlMain = new System.Windows.Forms.TabControl();
            this.tabPagePrivs = new System.Windows.Forms.TabPage();
            this.listViewPrivs = new System.Windows.Forms.ListView();
            this.tabPageRestricted = new System.Windows.Forms.TabPage();
            this.listViewRestrictedSids = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.tabPageAppContainer = new System.Windows.Forms.TabPage();
            this.txtACNumber = new System.Windows.Forms.TextBox();
            this.listViewCapabilities = new System.Windows.Forms.ListView();
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.txtPackageSid = new System.Windows.Forms.TextBox();
            this.tabPageMisc = new System.Windows.Forms.TabPage();
            this.tabPageOperations = new System.Windows.Forms.TabPage();
            this.contextMenuStripPrivileges = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.enablePrivilegeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            tabPageMain = new System.Windows.Forms.TabPage();
            label7 = new System.Windows.Forms.Label();
            label6 = new System.Windows.Forms.Label();
            groupBoxToken = new System.Windows.Forms.GroupBox();
            label13 = new System.Windows.Forms.Label();
            label8 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            lblTokenType = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            lblImpLevel = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            tabPageGroups = new System.Windows.Forms.TabPage();
            columnHeaderName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderFlags = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            tabPageDefaultDacl = new System.Windows.Forms.TabPage();
            columnHeaderGroup = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderAccess = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderDaclFlags = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderDaclType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            label10 = new System.Windows.Forms.Label();
            label9 = new System.Windows.Forms.Label();
            label11 = new System.Windows.Forms.Label();
            label12 = new System.Windows.Forms.Label();
            groupBoxDuplicate = new System.Windows.Forms.GroupBox();
            lblILForDup = new System.Windows.Forms.Label();
            label15 = new System.Windows.Forms.Label();
            label14 = new System.Windows.Forms.Label();
            groupBox1 = new System.Windows.Forms.GroupBox();
            label16 = new System.Windows.Forms.Label();
            groupBox2 = new System.Windows.Forms.GroupBox();
            label22 = new System.Windows.Forms.Label();
            label20 = new System.Windows.Forms.Label();
            label19 = new System.Windows.Forms.Label();
            label18 = new System.Windows.Forms.Label();
            label17 = new System.Windows.Forms.Label();
            groupBox3 = new System.Windows.Forms.GroupBox();
            label21 = new System.Windows.Forms.Label();
            groupBox4 = new System.Windows.Forms.GroupBox();
            label24 = new System.Windows.Forms.Label();
            label23 = new System.Windows.Forms.Label();
            columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            tabPageMain.SuspendLayout();
            this.groupBoxSource.SuspendLayout();
            groupBoxToken.SuspendLayout();
            tabPageGroups.SuspendLayout();
            tabPageDefaultDacl.SuspendLayout();
            groupBoxDuplicate.SuspendLayout();
            groupBox1.SuspendLayout();
            groupBox2.SuspendLayout();
            groupBox3.SuspendLayout();
            groupBox4.SuspendLayout();
            this.tabControlMain.SuspendLayout();
            this.tabPagePrivs.SuspendLayout();
            this.tabPageRestricted.SuspendLayout();
            this.tabPageAppContainer.SuspendLayout();
            this.tabPageMisc.SuspendLayout();
            this.tabPageOperations.SuspendLayout();
            this.contextMenuStripPrivileges.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabPageMain
            // 
            tabPageMain.Controls.Add(this.groupBoxSource);
            tabPageMain.Controls.Add(groupBoxToken);
            tabPageMain.Controls.Add(this.btnPermissions);
            tabPageMain.Location = new System.Drawing.Point(4, 22);
            tabPageMain.Name = "tabPageMain";
            tabPageMain.Padding = new System.Windows.Forms.Padding(3);
            tabPageMain.Size = new System.Drawing.Size(467, 451);
            tabPageMain.TabIndex = 0;
            tabPageMain.Text = "Main Details";
            tabPageMain.UseVisualStyleBackColor = true;
            // 
            // groupBoxSource
            // 
            this.groupBoxSource.Controls.Add(this.txtSourceId);
            this.groupBoxSource.Controls.Add(label7);
            this.groupBoxSource.Controls.Add(this.txtSourceName);
            this.groupBoxSource.Controls.Add(label6);
            this.groupBoxSource.Location = new System.Drawing.Point(6, 338);
            this.groupBoxSource.Name = "groupBoxSource";
            this.groupBoxSource.Size = new System.Drawing.Size(453, 76);
            this.groupBoxSource.TabIndex = 20;
            this.groupBoxSource.TabStop = false;
            this.groupBoxSource.Text = "Source";
            // 
            // txtSourceId
            // 
            this.txtSourceId.Location = new System.Drawing.Point(115, 45);
            this.txtSourceId.Name = "txtSourceId";
            this.txtSourceId.ReadOnly = true;
            this.txtSourceId.Size = new System.Drawing.Size(142, 20);
            this.txtSourceId.TabIndex = 22;
            // 
            // label7
            // 
            label7.AutoSize = true;
            label7.Location = new System.Drawing.Point(8, 48);
            label7.Name = "label7";
            label7.Size = new System.Drawing.Size(19, 13);
            label7.TabIndex = 21;
            label7.Text = "Id:";
            // 
            // txtSourceName
            // 
            this.txtSourceName.Location = new System.Drawing.Point(115, 19);
            this.txtSourceName.Name = "txtSourceName";
            this.txtSourceName.ReadOnly = true;
            this.txtSourceName.Size = new System.Drawing.Size(142, 20);
            this.txtSourceName.TabIndex = 20;
            // 
            // label6
            // 
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(8, 22);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(38, 13);
            label6.TabIndex = 19;
            label6.Text = "Name:";
            // 
            // groupBoxToken
            // 
            groupBoxToken.Controls.Add(this.btnSetIL);
            groupBoxToken.Controls.Add(this.comboBoxIL);
            groupBoxToken.Controls.Add(this.txtOriginLoginId);
            groupBoxToken.Controls.Add(label13);
            groupBoxToken.Controls.Add(this.btnLinkedToken);
            groupBoxToken.Controls.Add(this.txtElevationType);
            groupBoxToken.Controls.Add(label8);
            groupBoxToken.Controls.Add(this.lblUsername);
            groupBoxToken.Controls.Add(this.txtSessionId);
            groupBoxToken.Controls.Add(this.txtUsername);
            groupBoxToken.Controls.Add(label5);
            groupBoxToken.Controls.Add(this.lblUserSid);
            groupBoxToken.Controls.Add(this.txtUserSid);
            groupBoxToken.Controls.Add(lblTokenType);
            groupBoxToken.Controls.Add(label4);
            groupBoxToken.Controls.Add(this.txtTokenType);
            groupBoxToken.Controls.Add(this.txtModifiedId);
            groupBoxToken.Controls.Add(lblImpLevel);
            groupBoxToken.Controls.Add(label3);
            groupBoxToken.Controls.Add(this.txtImpLevel);
            groupBoxToken.Controls.Add(this.txtAuthId);
            groupBoxToken.Controls.Add(label1);
            groupBoxToken.Controls.Add(label2);
            groupBoxToken.Controls.Add(this.txtTokenId);
            groupBoxToken.Location = new System.Drawing.Point(6, 6);
            groupBoxToken.Name = "groupBoxToken";
            groupBoxToken.Size = new System.Drawing.Size(453, 307);
            groupBoxToken.TabIndex = 19;
            groupBoxToken.TabStop = false;
            groupBoxToken.Text = "Token";
            // 
            // btnSetIL
            // 
            this.btnSetIL.Enabled = false;
            this.btnSetIL.Location = new System.Drawing.Point(288, 222);
            this.btnSetIL.Name = "btnSetIL";
            this.btnSetIL.Size = new System.Drawing.Size(101, 23);
            this.btnSetIL.TabIndex = 25;
            this.btnSetIL.Text = "Set Integrity Level";
            this.btnSetIL.UseVisualStyleBackColor = true;
            this.btnSetIL.Click += new System.EventHandler(this.btnSetIL_Click);
            // 
            // comboBoxIL
            // 
            this.comboBoxIL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxIL.FormattingEnabled = true;
            this.comboBoxIL.Location = new System.Drawing.Point(115, 224);
            this.comboBoxIL.Name = "comboBoxIL";
            this.comboBoxIL.Size = new System.Drawing.Size(142, 21);
            this.comboBoxIL.TabIndex = 24;
            this.comboBoxIL.SelectedIndexChanged += new System.EventHandler(this.comboBoxIL_SelectedIndexChanged);
            // 
            // txtOriginLoginId
            // 
            this.txtOriginLoginId.Location = new System.Drawing.Point(115, 171);
            this.txtOriginLoginId.Name = "txtOriginLoginId";
            this.txtOriginLoginId.ReadOnly = true;
            this.txtOriginLoginId.Size = new System.Drawing.Size(142, 20);
            this.txtOriginLoginId.TabIndex = 23;
            // 
            // label13
            // 
            label13.AutoSize = true;
            label13.Location = new System.Drawing.Point(8, 174);
            label13.Name = "label13";
            label13.Size = new System.Drawing.Size(80, 13);
            label13.TabIndex = 22;
            label13.Text = "Origin Login ID:";
            // 
            // btnLinkedToken
            // 
            this.btnLinkedToken.Location = new System.Drawing.Point(288, 275);
            this.btnLinkedToken.Name = "btnLinkedToken";
            this.btnLinkedToken.Size = new System.Drawing.Size(101, 23);
            this.btnLinkedToken.TabIndex = 21;
            this.btnLinkedToken.Text = "Linked Token";
            this.btnLinkedToken.UseVisualStyleBackColor = true;
            this.btnLinkedToken.Click += new System.EventHandler(this.btnLinkedToken_Click);
            // 
            // txtElevationType
            // 
            this.txtElevationType.Location = new System.Drawing.Point(115, 277);
            this.txtElevationType.Name = "txtElevationType";
            this.txtElevationType.ReadOnly = true;
            this.txtElevationType.Size = new System.Drawing.Size(142, 20);
            this.txtElevationType.TabIndex = 20;
            // 
            // label8
            // 
            label8.AutoSize = true;
            label8.Location = new System.Drawing.Point(8, 280);
            label8.Name = "label8";
            label8.Size = new System.Drawing.Size(81, 13);
            label8.TabIndex = 19;
            label8.Text = "Elevation Type:";
            // 
            // lblUsername
            // 
            this.lblUsername.AutoSize = true;
            this.lblUsername.Location = new System.Drawing.Point(6, 16);
            this.lblUsername.Name = "lblUsername";
            this.lblUsername.Size = new System.Drawing.Size(32, 13);
            this.lblUsername.TabIndex = 0;
            this.lblUsername.Text = "User:"******"txtSessionId";
            this.txtSessionId.ReadOnly = true;
            this.txtSessionId.Size = new System.Drawing.Size(142, 20);
            this.txtSessionId.TabIndex = 18;
            // 
            // txtUsername
            // 
            this.txtUsername.Location = new System.Drawing.Point(115, 16);
            this.txtUsername.Name = "txtUsername";
            this.txtUsername.ReadOnly = true;
            this.txtUsername.Size = new System.Drawing.Size(267, 20);
            this.txtUsername.TabIndex = 1;
            // 
            // label5
            // 
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(8, 254);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(61, 13);
            label5.TabIndex = 17;
            label5.Text = "Session ID:";
            // 
            // lblUserSid
            // 
            this.lblUserSid.AutoSize = true;
            this.lblUserSid.Location = new System.Drawing.Point(6, 44);
            this.lblUserSid.Name = "lblUserSid";
            this.lblUserSid.Size = new System.Drawing.Size(53, 13);
            this.lblUserSid.TabIndex = 2;
            this.lblUserSid.Text = "User SID:";
            // 
            // txtUserSid
            // 
            this.txtUserSid.Location = new System.Drawing.Point(115, 42);
            this.txtUserSid.Name = "txtUserSid";
            this.txtUserSid.ReadOnly = true;
            this.txtUserSid.Size = new System.Drawing.Size(267, 20);
            this.txtUserSid.TabIndex = 3;
            // 
            // lblTokenType
            // 
            lblTokenType.AutoSize = true;
            lblTokenType.Location = new System.Drawing.Point(8, 71);
            lblTokenType.Name = "lblTokenType";
            lblTokenType.Size = new System.Drawing.Size(68, 13);
            lblTokenType.TabIndex = 4;
            lblTokenType.Text = "Token Type:";
            // 
            // label4
            // 
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(8, 227);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(76, 13);
            label4.TabIndex = 14;
            label4.Text = "Integrity Level:";
            // 
            // txtTokenType
            // 
            this.txtTokenType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.txtTokenType.Location = new System.Drawing.Point(115, 68);
            this.txtTokenType.Name = "txtTokenType";
            this.txtTokenType.ReadOnly = true;
            this.txtTokenType.Size = new System.Drawing.Size(142, 20);
            this.txtTokenType.TabIndex = 5;
            // 
            // txtModifiedId
            // 
            this.txtModifiedId.Location = new System.Drawing.Point(115, 198);
            this.txtModifiedId.Name = "txtModifiedId";
            this.txtModifiedId.ReadOnly = true;
            this.txtModifiedId.Size = new System.Drawing.Size(142, 20);
            this.txtModifiedId.TabIndex = 13;
            // 
            // lblImpLevel
            // 
            lblImpLevel.AutoSize = true;
            lblImpLevel.Location = new System.Drawing.Point(8, 96);
            lblImpLevel.Name = "lblImpLevel";
            lblImpLevel.Size = new System.Drawing.Size(105, 13);
            lblImpLevel.TabIndex = 6;
            lblImpLevel.Text = "Impersonation Level:";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(8, 201);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(64, 13);
            label3.TabIndex = 12;
            label3.Text = "Modified ID:";
            // 
            // txtImpLevel
            // 
            this.txtImpLevel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            this.txtImpLevel.Location = new System.Drawing.Point(115, 93);
            this.txtImpLevel.Name = "txtImpLevel";
            this.txtImpLevel.ReadOnly = true;
            this.txtImpLevel.Size = new System.Drawing.Size(142, 20);
            this.txtImpLevel.TabIndex = 7;
            // 
            // txtAuthId
            // 
            this.txtAuthId.Location = new System.Drawing.Point(115, 145);
            this.txtAuthId.Name = "txtAuthId";
            this.txtAuthId.ReadOnly = true;
            this.txtAuthId.Size = new System.Drawing.Size(142, 20);
            this.txtAuthId.TabIndex = 11;
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(8, 122);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(55, 13);
            label1.TabIndex = 8;
            label1.Text = "Token ID:";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(8, 148);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(92, 13);
            label2.TabIndex = 10;
            label2.Text = "Authentication ID:";
            // 
            // txtTokenId
            // 
            this.txtTokenId.Location = new System.Drawing.Point(115, 119);
            this.txtTokenId.Name = "txtTokenId";
            this.txtTokenId.ReadOnly = true;
            this.txtTokenId.Size = new System.Drawing.Size(142, 20);
            this.txtTokenId.TabIndex = 9;
            // 
            // btnPermissions
            // 
            this.btnPermissions.Location = new System.Drawing.Point(3, 420);
            this.btnPermissions.Name = "btnPermissions";
            this.btnPermissions.Size = new System.Drawing.Size(75, 23);
            this.btnPermissions.TabIndex = 16;
            this.btnPermissions.Text = "Permissions";
            this.btnPermissions.UseVisualStyleBackColor = true;
            this.btnPermissions.Click += new System.EventHandler(this.btnPermissions_Click);
            // 
            // tabPageGroups
            // 
            tabPageGroups.Controls.Add(this.listViewGroups);
            tabPageGroups.Location = new System.Drawing.Point(4, 22);
            tabPageGroups.Name = "tabPageGroups";
            tabPageGroups.Padding = new System.Windows.Forms.Padding(3);
            tabPageGroups.Size = new System.Drawing.Size(467, 451);
            tabPageGroups.TabIndex = 1;
            tabPageGroups.Text = "Groups";
            tabPageGroups.UseVisualStyleBackColor = true;
            // 
            // listViewGroups
            // 
            this.listViewGroups.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeaderName,
            columnHeaderFlags});
            this.listViewGroups.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewGroups.FullRowSelect = true;
            this.listViewGroups.Location = new System.Drawing.Point(3, 3);
            this.listViewGroups.Name = "listViewGroups";
            this.listViewGroups.Size = new System.Drawing.Size(461, 445);
            this.listViewGroups.TabIndex = 0;
            this.listViewGroups.UseCompatibleStateImageBehavior = false;
            this.listViewGroups.View = System.Windows.Forms.View.Details;
            // 
            // columnHeaderName
            // 
            columnHeaderName.Text = "Name";
            columnHeaderName.Width = 210;
            // 
            // columnHeaderFlags
            // 
            columnHeaderFlags.Text = "Flags";
            columnHeaderFlags.Width = 194;
            // 
            // tabPageDefaultDacl
            // 
            tabPageDefaultDacl.Controls.Add(this.listViewDefDacl);
            tabPageDefaultDacl.Controls.Add(label10);
            tabPageDefaultDacl.Controls.Add(this.txtPrimaryGroup);
            tabPageDefaultDacl.Controls.Add(label9);
            tabPageDefaultDacl.Controls.Add(this.txtOwner);
            tabPageDefaultDacl.Location = new System.Drawing.Point(4, 22);
            tabPageDefaultDacl.Name = "tabPageDefaultDacl";
            tabPageDefaultDacl.Padding = new System.Windows.Forms.Padding(3);
            tabPageDefaultDacl.Size = new System.Drawing.Size(467, 451);
            tabPageDefaultDacl.TabIndex = 2;
            tabPageDefaultDacl.Text = "Default Dacl";
            tabPageDefaultDacl.UseVisualStyleBackColor = true;
            // 
            // listViewDefDacl
            // 
            this.listViewDefDacl.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.listViewDefDacl.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeaderGroup,
            columnHeaderAccess,
            columnHeaderDaclFlags,
            columnHeaderDaclType});
            this.listViewDefDacl.FullRowSelect = true;
            this.listViewDefDacl.Location = new System.Drawing.Point(3, 69);
            this.listViewDefDacl.Name = "listViewDefDacl";
            this.listViewDefDacl.Size = new System.Drawing.Size(461, 379);
            this.listViewDefDacl.TabIndex = 10;
            this.listViewDefDacl.UseCompatibleStateImageBehavior = false;
            this.listViewDefDacl.View = System.Windows.Forms.View.Details;
            // 
            // columnHeaderGroup
            // 
            columnHeaderGroup.Text = "Group";
            columnHeaderGroup.Width = 160;
            // 
            // columnHeaderAccess
            // 
            columnHeaderAccess.Text = "Access";
            columnHeaderAccess.Width = 83;
            // 
            // columnHeaderDaclFlags
            // 
            columnHeaderDaclFlags.Text = "Flags";
            columnHeaderDaclFlags.Width = 103;
            // 
            // columnHeaderDaclType
            // 
            columnHeaderDaclType.Text = "Type";
            // 
            // label10
            // 
            label10.AutoSize = true;
            label10.Location = new System.Drawing.Point(22, 40);
            label10.Name = "label10";
            label10.Size = new System.Drawing.Size(76, 13);
            label10.TabIndex = 8;
            label10.Text = "Primary Group:";
            // 
            // txtPrimaryGroup
            // 
            this.txtPrimaryGroup.Location = new System.Drawing.Point(131, 40);
            this.txtPrimaryGroup.Name = "txtPrimaryGroup";
            this.txtPrimaryGroup.ReadOnly = true;
            this.txtPrimaryGroup.Size = new System.Drawing.Size(267, 20);
            this.txtPrimaryGroup.TabIndex = 9;
            // 
            // label9
            // 
            label9.AutoSize = true;
            label9.Location = new System.Drawing.Point(22, 14);
            label9.Name = "label9";
            label9.Size = new System.Drawing.Size(78, 13);
            label9.TabIndex = 6;
            label9.Text = "Default Owner:";
            // 
            // txtOwner
            // 
            this.txtOwner.Location = new System.Drawing.Point(131, 14);
            this.txtOwner.Name = "txtOwner";
            this.txtOwner.ReadOnly = true;
            this.txtOwner.Size = new System.Drawing.Size(267, 20);
            this.txtOwner.TabIndex = 7;
            // 
            // label11
            // 
            label11.AutoSize = true;
            label11.Location = new System.Drawing.Point(22, 14);
            label11.Name = "label11";
            label11.Size = new System.Drawing.Size(74, 13);
            label11.TabIndex = 8;
            label11.Text = "Package SID:";
            // 
            // label12
            // 
            label12.AutoSize = true;
            label12.Location = new System.Drawing.Point(22, 40);
            label12.Name = "label12";
            label12.Size = new System.Drawing.Size(117, 13);
            label12.TabIndex = 11;
            label12.Text = "App Container Number:";
            // 
            // groupBoxDuplicate
            // 
            groupBoxDuplicate.Controls.Add(lblILForDup);
            groupBoxDuplicate.Controls.Add(this.comboBoxILForDup);
            groupBoxDuplicate.Controls.Add(this.btnDuplicate);
            groupBoxDuplicate.Controls.Add(label15);
            groupBoxDuplicate.Controls.Add(this.comboBoxImpLevel);
            groupBoxDuplicate.Controls.Add(label14);
            groupBoxDuplicate.Controls.Add(this.comboBoxTokenType);
            groupBoxDuplicate.Location = new System.Drawing.Point(3, 6);
            groupBoxDuplicate.Name = "groupBoxDuplicate";
            groupBoxDuplicate.Size = new System.Drawing.Size(456, 116);
            groupBoxDuplicate.TabIndex = 0;
            groupBoxDuplicate.TabStop = false;
            groupBoxDuplicate.Text = "Duplicate Token";
            // 
            // lblILForDup
            // 
            lblILForDup.AutoSize = true;
            lblILForDup.Location = new System.Drawing.Point(259, 25);
            lblILForDup.Name = "lblILForDup";
            lblILForDup.Size = new System.Drawing.Size(53, 13);
            lblILForDup.TabIndex = 6;
            lblILForDup.Text = "Token IL:";
            // 
            // comboBoxILForDup
            // 
            this.comboBoxILForDup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxILForDup.FormattingEnabled = true;
            this.comboBoxILForDup.Location = new System.Drawing.Point(317, 22);
            this.comboBoxILForDup.Name = "comboBoxILForDup";
            this.comboBoxILForDup.Size = new System.Drawing.Size(121, 21);
            this.comboBoxILForDup.TabIndex = 5;
            // 
            // btnDuplicate
            // 
            this.btnDuplicate.Location = new System.Drawing.Point(9, 76);
            this.btnDuplicate.Name = "btnDuplicate";
            this.btnDuplicate.Size = new System.Drawing.Size(75, 23);
            this.btnDuplicate.TabIndex = 4;
            this.btnDuplicate.Text = "Duplicate";
            this.btnDuplicate.UseVisualStyleBackColor = true;
            this.btnDuplicate.Click += new System.EventHandler(this.btnDuplicate_Click);
            // 
            // label15
            // 
            label15.AutoSize = true;
            label15.Location = new System.Drawing.Point(6, 49);
            label15.Name = "label15";
            label15.Size = new System.Drawing.Size(105, 13);
            label15.TabIndex = 3;
            label15.Text = "Impersonation Level:";
            // 
            // comboBoxImpLevel
            // 
            this.comboBoxImpLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxImpLevel.FormattingEnabled = true;
            this.comboBoxImpLevel.Location = new System.Drawing.Point(117, 46);
            this.comboBoxImpLevel.Name = "comboBoxImpLevel";
            this.comboBoxImpLevel.Size = new System.Drawing.Size(121, 21);
            this.comboBoxImpLevel.TabIndex = 2;
            // 
            // label14
            // 
            label14.AutoSize = true;
            label14.Location = new System.Drawing.Point(6, 22);
            label14.Name = "label14";
            label14.Size = new System.Drawing.Size(68, 13);
            label14.TabIndex = 1;
            label14.Text = "Token Type:";
            // 
            // comboBoxTokenType
            // 
            this.comboBoxTokenType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxTokenType.FormattingEnabled = true;
            this.comboBoxTokenType.Location = new System.Drawing.Point(117, 19);
            this.comboBoxTokenType.Name = "comboBoxTokenType";
            this.comboBoxTokenType.Size = new System.Drawing.Size(121, 21);
            this.comboBoxTokenType.TabIndex = 0;
            this.comboBoxTokenType.SelectedIndexChanged += new System.EventHandler(this.comboBoxTokenType_SelectedIndexChanged);
            // 
            // groupBox1
            // 
            groupBox1.Controls.Add(this.checkBoxMakeInteractive);
            groupBox1.Controls.Add(this.btnCreateProcess);
            groupBox1.Controls.Add(this.txtCommandLine);
            groupBox1.Controls.Add(label16);
            groupBox1.Location = new System.Drawing.Point(3, 128);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(456, 91);
            groupBox1.TabIndex = 1;
            groupBox1.TabStop = false;
            groupBox1.Text = "Create Process";
            // 
            // checkBoxMakeInteractive
            // 
            this.checkBoxMakeInteractive.AutoSize = true;
            this.checkBoxMakeInteractive.Location = new System.Drawing.Point(90, 59);
            this.checkBoxMakeInteractive.Name = "checkBoxMakeInteractive";
            this.checkBoxMakeInteractive.Size = new System.Drawing.Size(106, 17);
            this.checkBoxMakeInteractive.TabIndex = 3;
            this.checkBoxMakeInteractive.Text = "Make Interactive";
            this.checkBoxMakeInteractive.UseVisualStyleBackColor = true;
            // 
            // btnCreateProcess
            // 
            this.btnCreateProcess.Location = new System.Drawing.Point(9, 55);
            this.btnCreateProcess.Name = "btnCreateProcess";
            this.btnCreateProcess.Size = new System.Drawing.Size(75, 23);
            this.btnCreateProcess.TabIndex = 2;
            this.btnCreateProcess.Text = "Create";
            this.btnCreateProcess.UseVisualStyleBackColor = true;
            this.btnCreateProcess.Click += new System.EventHandler(this.btnCreateProcess_Click);
            // 
            // txtCommandLine
            // 
            this.txtCommandLine.Location = new System.Drawing.Point(92, 22);
            this.txtCommandLine.Name = "txtCommandLine";
            this.txtCommandLine.Size = new System.Drawing.Size(308, 20);
            this.txtCommandLine.TabIndex = 1;
            this.txtCommandLine.Text = "cmd.exe";
            // 
            // label16
            // 
            label16.AutoSize = true;
            label16.Location = new System.Drawing.Point(6, 25);
            label16.Name = "label16";
            label16.Size = new System.Drawing.Size(80, 13);
            label16.TabIndex = 0;
            label16.Text = "Command Line:";
            // 
            // groupBox2
            // 
            groupBox2.Controls.Add(label22);
            groupBox2.Controls.Add(this.txtMandatoryILPolicy);
            groupBox2.Controls.Add(label20);
            groupBox2.Controls.Add(this.txtVirtualizationEnabled);
            groupBox2.Controls.Add(label19);
            groupBox2.Controls.Add(this.txtVirtualizationAllowed);
            groupBox2.Controls.Add(label18);
            groupBox2.Controls.Add(this.txtSandboxInert);
            groupBox2.Controls.Add(label17);
            groupBox2.Controls.Add(this.txtUIAccess);
            groupBox2.Location = new System.Drawing.Point(8, 6);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(451, 157);
            groupBox2.TabIndex = 0;
            groupBox2.TabStop = false;
            groupBox2.Text = "Additional Properties";
            // 
            // label22
            // 
            label22.AutoSize = true;
            label22.Location = new System.Drawing.Point(6, 121);
            label22.Name = "label22";
            label22.Size = new System.Drawing.Size(103, 13);
            label22.TabIndex = 14;
            label22.Text = "Mandatory IL Policy:";
            // 
            // txtMandatoryILPolicy
            // 
            this.txtMandatoryILPolicy.Location = new System.Drawing.Point(121, 118);
            this.txtMandatoryILPolicy.Name = "txtMandatoryILPolicy";
            this.txtMandatoryILPolicy.ReadOnly = true;
            this.txtMandatoryILPolicy.Size = new System.Drawing.Size(217, 20);
            this.txtMandatoryILPolicy.TabIndex = 15;
            // 
            // label20
            // 
            label20.AutoSize = true;
            label20.Location = new System.Drawing.Point(6, 95);
            label20.Name = "label20";
            label20.Size = new System.Drawing.Size(111, 13);
            label20.TabIndex = 12;
            label20.Text = "Virtualization Enabled:";
            // 
            // txtVirtualizationEnabled
            // 
            this.txtVirtualizationEnabled.Location = new System.Drawing.Point(121, 92);
            this.txtVirtualizationEnabled.Name = "txtVirtualizationEnabled";
            this.txtVirtualizationEnabled.ReadOnly = true;
            this.txtVirtualizationEnabled.Size = new System.Drawing.Size(108, 20);
            this.txtVirtualizationEnabled.TabIndex = 13;
            // 
            // label19
            // 
            label19.AutoSize = true;
            label19.Location = new System.Drawing.Point(6, 69);
            label19.Name = "label19";
            label19.Size = new System.Drawing.Size(109, 13);
            label19.TabIndex = 10;
            label19.Text = "Virtualization Allowed:";
            // 
            // txtVirtualizationAllowed
            // 
            this.txtVirtualizationAllowed.Location = new System.Drawing.Point(121, 66);
            this.txtVirtualizationAllowed.Name = "txtVirtualizationAllowed";
            this.txtVirtualizationAllowed.ReadOnly = true;
            this.txtVirtualizationAllowed.Size = new System.Drawing.Size(108, 20);
            this.txtVirtualizationAllowed.TabIndex = 11;
            // 
            // label18
            // 
            label18.AutoSize = true;
            label18.Location = new System.Drawing.Point(6, 43);
            label18.Name = "label18";
            label18.Size = new System.Drawing.Size(76, 13);
            label18.TabIndex = 8;
            label18.Text = "Sandbox Inert:";
            // 
            // txtSandboxInert
            // 
            this.txtSandboxInert.Location = new System.Drawing.Point(121, 39);
            this.txtSandboxInert.Name = "txtSandboxInert";
            this.txtSandboxInert.ReadOnly = true;
            this.txtSandboxInert.Size = new System.Drawing.Size(108, 20);
            this.txtSandboxInert.TabIndex = 9;
            // 
            // label17
            // 
            label17.AutoSize = true;
            label17.Location = new System.Drawing.Point(6, 16);
            label17.Name = "label17";
            label17.Size = new System.Drawing.Size(59, 13);
            label17.TabIndex = 6;
            label17.Text = "UI Access:";
            // 
            // txtUIAccess
            // 
            this.txtUIAccess.Location = new System.Drawing.Point(121, 13);
            this.txtUIAccess.Name = "txtUIAccess";
            this.txtUIAccess.ReadOnly = true;
            this.txtUIAccess.Size = new System.Drawing.Size(108, 20);
            this.txtUIAccess.TabIndex = 7;
            // 
            // groupBox3
            // 
            groupBox3.Controls.Add(label21);
            groupBox3.Controls.Add(this.comboBoxSaferLevel);
            groupBox3.Controls.Add(this.checkBoxSaferMakeInert);
            groupBox3.Controls.Add(this.btnComputeSafer);
            groupBox3.Location = new System.Drawing.Point(3, 225);
            groupBox3.Name = "groupBox3";
            groupBox3.Size = new System.Drawing.Size(458, 90);
            groupBox3.TabIndex = 2;
            groupBox3.TabStop = false;
            groupBox3.Text = "Computer Safer Token";
            // 
            // label21
            // 
            label21.AutoSize = true;
            label21.Location = new System.Drawing.Point(8, 31);
            label21.Name = "label21";
            label21.Size = new System.Drawing.Size(64, 13);
            label21.TabIndex = 6;
            label21.Text = "Safer Level:";
            // 
            // comboBoxSaferLevel
            // 
            this.comboBoxSaferLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxSaferLevel.FormattingEnabled = true;
            this.comboBoxSaferLevel.Location = new System.Drawing.Point(101, 28);
            this.comboBoxSaferLevel.Name = "comboBoxSaferLevel";
            this.comboBoxSaferLevel.Size = new System.Drawing.Size(121, 21);
            this.comboBoxSaferLevel.TabIndex = 5;
            // 
            // checkBoxSaferMakeInert
            // 
            this.checkBoxSaferMakeInert.AutoSize = true;
            this.checkBoxSaferMakeInert.Location = new System.Drawing.Point(239, 32);
            this.checkBoxSaferMakeInert.Name = "checkBoxSaferMakeInert";
            this.checkBoxSaferMakeInert.Size = new System.Drawing.Size(77, 17);
            this.checkBoxSaferMakeInert.TabIndex = 4;
            this.checkBoxSaferMakeInert.Text = "Make Inert";
            this.checkBoxSaferMakeInert.UseVisualStyleBackColor = true;
            // 
            // btnComputeSafer
            // 
            this.btnComputeSafer.Location = new System.Drawing.Point(9, 56);
            this.btnComputeSafer.Name = "btnComputeSafer";
            this.btnComputeSafer.Size = new System.Drawing.Size(75, 23);
            this.btnComputeSafer.TabIndex = 3;
            this.btnComputeSafer.Text = "Create";
            this.btnComputeSafer.UseVisualStyleBackColor = true;
            this.btnComputeSafer.Click += new System.EventHandler(this.btnComputeSafer_Click);
            // 
            // groupBox4
            // 
            groupBox4.Controls.Add(this.btnCreate);
            groupBox4.Controls.Add(this.btnBrowse);
            groupBox4.Controls.Add(label24);
            groupBox4.Controls.Add(this.txtFileContents);
            groupBox4.Controls.Add(this.txtFilePath);
            groupBox4.Controls.Add(label23);
            groupBox4.Location = new System.Drawing.Point(3, 321);
            groupBox4.Name = "groupBox4";
            groupBox4.Size = new System.Drawing.Size(456, 100);
            groupBox4.TabIndex = 3;
            groupBox4.TabStop = false;
            groupBox4.Text = "Impersonate and Create File";
            // 
            // btnCreate
            // 
            this.btnCreate.Location = new System.Drawing.Point(363, 54);
            this.btnCreate.Name = "btnCreate";
            this.btnCreate.Size = new System.Drawing.Size(75, 23);
            this.btnCreate.TabIndex = 5;
            this.btnCreate.Text = "Create";
            this.btnCreate.UseVisualStyleBackColor = true;
            this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
            // 
            // btnBrowse
            // 
            this.btnBrowse.Location = new System.Drawing.Point(363, 16);
            this.btnBrowse.Name = "btnBrowse";
            this.btnBrowse.Size = new System.Drawing.Size(75, 23);
            this.btnBrowse.TabIndex = 4;
            this.btnBrowse.Text = "Browse";
            this.btnBrowse.UseVisualStyleBackColor = true;
            this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
            // 
            // label24
            // 
            label24.AutoSize = true;
            label24.Location = new System.Drawing.Point(8, 45);
            label24.Name = "label24";
            label24.Size = new System.Drawing.Size(52, 13);
            label24.TabIndex = 3;
            label24.Text = "Contents:";
            // 
            // txtFileContents
            // 
            this.txtFileContents.Location = new System.Drawing.Point(65, 42);
            this.txtFileContents.Multiline = true;
            this.txtFileContents.Name = "txtFileContents";
            this.txtFileContents.Size = new System.Drawing.Size(280, 52);
            this.txtFileContents.TabIndex = 2;
            this.txtFileContents.Text = "Hello World!";
            // 
            // txtFilePath
            // 
            this.txtFilePath.Location = new System.Drawing.Point(65, 16);
            this.txtFilePath.Name = "txtFilePath";
            this.txtFilePath.Size = new System.Drawing.Size(280, 20);
            this.txtFilePath.TabIndex = 1;
            this.txtFilePath.Text = "c:\\windows\\test.txt";
            // 
            // label23
            // 
            label23.AutoSize = true;
            label23.Location = new System.Drawing.Point(8, 19);
            label23.Name = "label23";
            label23.Size = new System.Drawing.Size(51, 13);
            label23.TabIndex = 0;
            label23.Text = "File Path:";
            // 
            // columnHeader5
            // 
            columnHeader5.Text = "Name";
            columnHeader5.Width = 210;
            // 
            // columnHeader6
            // 
            columnHeader6.Text = "Flags";
            columnHeader6.Width = 194;
            // 
            // tabControlMain
            // 
            this.tabControlMain.Controls.Add(tabPageMain);
            this.tabControlMain.Controls.Add(tabPageGroups);
            this.tabControlMain.Controls.Add(this.tabPagePrivs);
            this.tabControlMain.Controls.Add(this.tabPageRestricted);
            this.tabControlMain.Controls.Add(this.tabPageAppContainer);
            this.tabControlMain.Controls.Add(tabPageDefaultDacl);
            this.tabControlMain.Controls.Add(this.tabPageMisc);
            this.tabControlMain.Controls.Add(this.tabPageOperations);
            this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlMain.Location = new System.Drawing.Point(0, 0);
            this.tabControlMain.Name = "tabControlMain";
            this.tabControlMain.SelectedIndex = 0;
            this.tabControlMain.Size = new System.Drawing.Size(475, 477);
            this.tabControlMain.TabIndex = 0;
            // 
            // tabPagePrivs
            // 
            this.tabPagePrivs.Controls.Add(this.listViewPrivs);
            this.tabPagePrivs.Location = new System.Drawing.Point(4, 22);
            this.tabPagePrivs.Name = "tabPagePrivs";
            this.tabPagePrivs.Padding = new System.Windows.Forms.Padding(3);
            this.tabPagePrivs.Size = new System.Drawing.Size(467, 451);
            this.tabPagePrivs.TabIndex = 7;
            this.tabPagePrivs.Text = "Privileges";
            this.tabPagePrivs.UseVisualStyleBackColor = true;
            // 
            // listViewPrivs
            // 
            this.listViewPrivs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader5,
            columnHeader6});
            this.listViewPrivs.ContextMenuStrip = this.contextMenuStripPrivileges;
            this.listViewPrivs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewPrivs.FullRowSelect = true;
            this.listViewPrivs.Location = new System.Drawing.Point(3, 3);
            this.listViewPrivs.Name = "listViewPrivs";
            this.listViewPrivs.Size = new System.Drawing.Size(461, 445);
            this.listViewPrivs.TabIndex = 1;
            this.listViewPrivs.UseCompatibleStateImageBehavior = false;
            this.listViewPrivs.View = System.Windows.Forms.View.Details;
            // 
            // tabPageRestricted
            // 
            this.tabPageRestricted.Controls.Add(this.listViewRestrictedSids);
            this.tabPageRestricted.Location = new System.Drawing.Point(4, 22);
            this.tabPageRestricted.Name = "tabPageRestricted";
            this.tabPageRestricted.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageRestricted.Size = new System.Drawing.Size(467, 451);
            this.tabPageRestricted.TabIndex = 3;
            this.tabPageRestricted.Text = "Restricted SIDs";
            this.tabPageRestricted.UseVisualStyleBackColor = true;
            // 
            // listViewRestrictedSids
            // 
            this.listViewRestrictedSids.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.listViewRestrictedSids.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewRestrictedSids.FullRowSelect = true;
            this.listViewRestrictedSids.Location = new System.Drawing.Point(3, 3);
            this.listViewRestrictedSids.Name = "listViewRestrictedSids";
            this.listViewRestrictedSids.Size = new System.Drawing.Size(461, 445);
            this.listViewRestrictedSids.TabIndex = 1;
            this.listViewRestrictedSids.UseCompatibleStateImageBehavior = false;
            this.listViewRestrictedSids.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 210;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Flags";
            this.columnHeader2.Width = 194;
            // 
            // tabPageAppContainer
            // 
            this.tabPageAppContainer.Controls.Add(label12);
            this.tabPageAppContainer.Controls.Add(this.txtACNumber);
            this.tabPageAppContainer.Controls.Add(this.listViewCapabilities);
            this.tabPageAppContainer.Controls.Add(label11);
            this.tabPageAppContainer.Controls.Add(this.txtPackageSid);
            this.tabPageAppContainer.Location = new System.Drawing.Point(4, 22);
            this.tabPageAppContainer.Name = "tabPageAppContainer";
            this.tabPageAppContainer.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageAppContainer.Size = new System.Drawing.Size(467, 451);
            this.tabPageAppContainer.TabIndex = 4;
            this.tabPageAppContainer.Text = "App Container";
            this.tabPageAppContainer.UseVisualStyleBackColor = true;
            // 
            // txtACNumber
            // 
            this.txtACNumber.Location = new System.Drawing.Point(142, 40);
            this.txtACNumber.Name = "txtACNumber";
            this.txtACNumber.ReadOnly = true;
            this.txtACNumber.Size = new System.Drawing.Size(84, 20);
            this.txtACNumber.TabIndex = 12;
            // 
            // listViewCapabilities
            // 
            this.listViewCapabilities.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.listViewCapabilities.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader3,
            this.columnHeader4});
            this.listViewCapabilities.FullRowSelect = true;
            this.listViewCapabilities.Location = new System.Drawing.Point(3, 66);
            this.listViewCapabilities.Name = "listViewCapabilities";
            this.listViewCapabilities.Size = new System.Drawing.Size(461, 382);
            this.listViewCapabilities.TabIndex = 10;
            this.listViewCapabilities.UseCompatibleStateImageBehavior = false;
            this.listViewCapabilities.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Name";
            this.columnHeader3.Width = 210;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Flags";
            this.columnHeader4.Width = 194;
            // 
            // txtPackageSid
            // 
            this.txtPackageSid.Location = new System.Drawing.Point(142, 14);
            this.txtPackageSid.Name = "txtPackageSid";
            this.txtPackageSid.ReadOnly = true;
            this.txtPackageSid.Size = new System.Drawing.Size(256, 20);
            this.txtPackageSid.TabIndex = 9;
            // 
            // tabPageMisc
            // 
            this.tabPageMisc.Controls.Add(groupBox2);
            this.tabPageMisc.Location = new System.Drawing.Point(4, 22);
            this.tabPageMisc.Name = "tabPageMisc";
            this.tabPageMisc.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageMisc.Size = new System.Drawing.Size(467, 451);
            this.tabPageMisc.TabIndex = 6;
            this.tabPageMisc.Text = "Misc";
            this.tabPageMisc.UseVisualStyleBackColor = true;
            // 
            // tabPageOperations
            // 
            this.tabPageOperations.Controls.Add(groupBox4);
            this.tabPageOperations.Controls.Add(groupBox3);
            this.tabPageOperations.Controls.Add(groupBox1);
            this.tabPageOperations.Controls.Add(groupBoxDuplicate);
            this.tabPageOperations.Location = new System.Drawing.Point(4, 22);
            this.tabPageOperations.Name = "tabPageOperations";
            this.tabPageOperations.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageOperations.Size = new System.Drawing.Size(467, 451);
            this.tabPageOperations.TabIndex = 5;
            this.tabPageOperations.Text = "Operations";
            this.tabPageOperations.UseVisualStyleBackColor = true;
            // 
            // contextMenuStripPrivileges
            // 
            this.contextMenuStripPrivileges.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.enablePrivilegeToolStripMenuItem});
            this.contextMenuStripPrivileges.Name = "contextMenuStripPrivileges";
            this.contextMenuStripPrivileges.Size = new System.Drawing.Size(158, 26);
            this.contextMenuStripPrivileges.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripPrivileges_Opening);
            // 
            // enablePrivilegeToolStripMenuItem
            // 
            this.enablePrivilegeToolStripMenuItem.Name = "enablePrivilegeToolStripMenuItem";
            this.enablePrivilegeToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
            this.enablePrivilegeToolStripMenuItem.Text = "Enable Privilege";
            this.enablePrivilegeToolStripMenuItem.Click += new System.EventHandler(this.enablePrivilegeToolStripMenuItem_Click);
            // 
            // TokenForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(475, 477);
            this.Controls.Add(this.tabControlMain);
            this.MinimumSize = new System.Drawing.Size(491, 516);
            this.Name = "TokenForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Token View";
            tabPageMain.ResumeLayout(false);
            this.groupBoxSource.ResumeLayout(false);
            this.groupBoxSource.PerformLayout();
            groupBoxToken.ResumeLayout(false);
            groupBoxToken.PerformLayout();
            tabPageGroups.ResumeLayout(false);
            tabPageDefaultDacl.ResumeLayout(false);
            tabPageDefaultDacl.PerformLayout();
            groupBoxDuplicate.ResumeLayout(false);
            groupBoxDuplicate.PerformLayout();
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            groupBox2.ResumeLayout(false);
            groupBox2.PerformLayout();
            groupBox3.ResumeLayout(false);
            groupBox3.PerformLayout();
            groupBox4.ResumeLayout(false);
            groupBox4.PerformLayout();
            this.tabControlMain.ResumeLayout(false);
            this.tabPagePrivs.ResumeLayout(false);
            this.tabPageRestricted.ResumeLayout(false);
            this.tabPageAppContainer.ResumeLayout(false);
            this.tabPageAppContainer.PerformLayout();
            this.tabPageMisc.ResumeLayout(false);
            this.tabPageOperations.ResumeLayout(false);
            this.contextMenuStripPrivileges.ResumeLayout(false);
            this.ResumeLayout(false);

        }
		/// <summary>
		/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
		/// le contenu de cette méthode avec l'éditeur de code.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.GroupBox backgroundMapGroupBox;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapViewerForm));
			System.Windows.Forms.GroupBox windowMapGroupBox;
			System.Windows.Forms.GroupBox customMapGroupBox;
			System.Windows.Forms.TabPage autoMapsTabPage;
			System.Windows.Forms.Label label13;
			System.Windows.Forms.Label label11;
			System.Windows.Forms.Label label9;
			System.Windows.Forms.Label label4;
			System.Windows.Forms.Label label3;
			System.Windows.Forms.Label label2;
			System.Windows.Forms.Label label1;
			this.backgroundMapPanel = new CrystalBoy.Emulator.BitmapPanel();
			this.windowMapPanel = new CrystalBoy.Emulator.BitmapPanel();
			this.customMapPanel = new CrystalBoy.Emulator.BitmapPanel();
			this.refreshButton = new System.Windows.Forms.Button();
			this.closeButton = new System.Windows.Forms.Button();
			this.tabControl = new System.Windows.Forms.TabControl();
			this.customMapsTabPage = new System.Windows.Forms.TabPage();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.pauseUpdateCheckBox = new System.Windows.Forms.CheckBox();
			this.frameUpdateCheckBox = new System.Windows.Forms.CheckBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.panel1 = new System.Windows.Forms.Panel();
			this.informationGroupBox = new System.Windows.Forms.GroupBox();
			this.label14 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.mapDataGroupBox = new System.Windows.Forms.GroupBox();
			this.mapData1RadioButton = new System.Windows.Forms.RadioButton();
			this.mapData0RadioButton = new System.Windows.Forms.RadioButton();
			this.tileDataGroupBox = new System.Windows.Forms.GroupBox();
			this.tileData1RadioButton = new System.Windows.Forms.RadioButton();
			this.tileData0RadioButton = new System.Windows.Forms.RadioButton();
			backgroundMapGroupBox = new System.Windows.Forms.GroupBox();
			windowMapGroupBox = new System.Windows.Forms.GroupBox();
			customMapGroupBox = new System.Windows.Forms.GroupBox();
			autoMapsTabPage = new System.Windows.Forms.TabPage();
			label13 = new System.Windows.Forms.Label();
			label11 = new System.Windows.Forms.Label();
			label9 = 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();
			backgroundMapGroupBox.SuspendLayout();
			windowMapGroupBox.SuspendLayout();
			customMapGroupBox.SuspendLayout();
			autoMapsTabPage.SuspendLayout();
			this.tabControl.SuspendLayout();
			this.customMapsTabPage.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.informationGroupBox.SuspendLayout();
			this.mapDataGroupBox.SuspendLayout();
			this.tileDataGroupBox.SuspendLayout();
			this.SuspendLayout();
			// 
			// backgroundMapGroupBox
			// 
			backgroundMapGroupBox.Controls.Add(this.backgroundMapPanel);
			resources.ApplyResources(backgroundMapGroupBox, "backgroundMapGroupBox");
			backgroundMapGroupBox.Name = "backgroundMapGroupBox";
			backgroundMapGroupBox.TabStop = false;
			// 
			// backgroundMapPanel
			// 
			this.backgroundMapPanel.BackColor = System.Drawing.Color.White;
			resources.ApplyResources(this.backgroundMapPanel, "backgroundMapPanel");
			this.backgroundMapPanel.Name = "backgroundMapPanel";
			// 
			// windowMapGroupBox
			// 
			windowMapGroupBox.Controls.Add(this.windowMapPanel);
			resources.ApplyResources(windowMapGroupBox, "windowMapGroupBox");
			windowMapGroupBox.Name = "windowMapGroupBox";
			windowMapGroupBox.TabStop = false;
			// 
			// windowMapPanel
			// 
			this.windowMapPanel.BackColor = System.Drawing.Color.White;
			resources.ApplyResources(this.windowMapPanel, "windowMapPanel");
			this.windowMapPanel.Name = "windowMapPanel";
			// 
			// customMapGroupBox
			// 
			customMapGroupBox.Controls.Add(this.customMapPanel);
			resources.ApplyResources(customMapGroupBox, "customMapGroupBox");
			customMapGroupBox.Name = "customMapGroupBox";
			customMapGroupBox.TabStop = false;
			// 
			// customMapPanel
			// 
			this.customMapPanel.BackColor = System.Drawing.Color.White;
			resources.ApplyResources(this.customMapPanel, "customMapPanel");
			this.customMapPanel.Name = "customMapPanel";
			// 
			// autoMapsTabPage
			// 
			autoMapsTabPage.Controls.Add(backgroundMapGroupBox);
			autoMapsTabPage.Controls.Add(windowMapGroupBox);
			resources.ApplyResources(autoMapsTabPage, "autoMapsTabPage");
			autoMapsTabPage.Name = "autoMapsTabPage";
			autoMapsTabPage.UseVisualStyleBackColor = true;
			// 
			// label13
			// 
			resources.ApplyResources(label13, "label13");
			label13.Name = "label13";
			// 
			// label11
			// 
			resources.ApplyResources(label11, "label11");
			label11.Name = "label11";
			// 
			// label9
			// 
			resources.ApplyResources(label9, "label9");
			label9.Name = "label9";
			// 
			// 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";
			// 
			// refreshButton
			// 
			resources.ApplyResources(this.refreshButton, "refreshButton");
			this.refreshButton.Name = "refreshButton";
			this.refreshButton.UseVisualStyleBackColor = true;
			this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
			// 
			// closeButton
			// 
			this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			resources.ApplyResources(this.closeButton, "closeButton");
			this.closeButton.Name = "closeButton";
			this.closeButton.UseVisualStyleBackColor = true;
			this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
			// 
			// tabControl
			// 
			this.tabControl.Controls.Add(autoMapsTabPage);
			this.tabControl.Controls.Add(this.customMapsTabPage);
			resources.ApplyResources(this.tabControl, "tabControl");
			this.tabControl.Multiline = true;
			this.tabControl.Name = "tabControl";
			this.tabControl.SelectedIndex = 0;
			// 
			// customMapsTabPage
			// 
			this.customMapsTabPage.Controls.Add(this.groupBox2);
			this.customMapsTabPage.Controls.Add(this.groupBox1);
			this.customMapsTabPage.Controls.Add(this.informationGroupBox);
			this.customMapsTabPage.Controls.Add(this.mapDataGroupBox);
			this.customMapsTabPage.Controls.Add(this.tileDataGroupBox);
			this.customMapsTabPage.Controls.Add(customMapGroupBox);
			resources.ApplyResources(this.customMapsTabPage, "customMapsTabPage");
			this.customMapsTabPage.Name = "customMapsTabPage";
			this.customMapsTabPage.UseVisualStyleBackColor = true;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.pauseUpdateCheckBox);
			this.groupBox2.Controls.Add(this.frameUpdateCheckBox);
			resources.ApplyResources(this.groupBox2, "groupBox2");
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.TabStop = false;
			// 
			// pauseUpdateCheckBox
			// 
			resources.ApplyResources(this.pauseUpdateCheckBox, "pauseUpdateCheckBox");
			this.pauseUpdateCheckBox.Name = "pauseUpdateCheckBox";
			this.pauseUpdateCheckBox.UseVisualStyleBackColor = true;
			// 
			// frameUpdateCheckBox
			// 
			resources.ApplyResources(this.frameUpdateCheckBox, "frameUpdateCheckBox");
			this.frameUpdateCheckBox.Name = "frameUpdateCheckBox";
			this.frameUpdateCheckBox.UseVisualStyleBackColor = true;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.panel1);
			resources.ApplyResources(this.groupBox1, "groupBox1");
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.TabStop = false;
			// 
			// panel1
			// 
			this.panel1.BackColor = System.Drawing.Color.White;
			resources.ApplyResources(this.panel1, "panel1");
			this.panel1.Name = "panel1";
			// 
			// informationGroupBox
			// 
			this.informationGroupBox.Controls.Add(this.label14);
			this.informationGroupBox.Controls.Add(label13);
			this.informationGroupBox.Controls.Add(this.label12);
			this.informationGroupBox.Controls.Add(label11);
			this.informationGroupBox.Controls.Add(this.label10);
			this.informationGroupBox.Controls.Add(label9);
			this.informationGroupBox.Controls.Add(this.label8);
			this.informationGroupBox.Controls.Add(this.label7);
			this.informationGroupBox.Controls.Add(this.label6);
			this.informationGroupBox.Controls.Add(this.label5);
			this.informationGroupBox.Controls.Add(label4);
			this.informationGroupBox.Controls.Add(label3);
			this.informationGroupBox.Controls.Add(label2);
			this.informationGroupBox.Controls.Add(label1);
			resources.ApplyResources(this.informationGroupBox, "informationGroupBox");
			this.informationGroupBox.Name = "informationGroupBox";
			this.informationGroupBox.TabStop = false;
			// 
			// label14
			// 
			resources.ApplyResources(this.label14, "label14");
			this.label14.Name = "label14";
			// 
			// label12
			// 
			resources.ApplyResources(this.label12, "label12");
			this.label12.Name = "label12";
			// 
			// label10
			// 
			resources.ApplyResources(this.label10, "label10");
			this.label10.Name = "label10";
			// 
			// label8
			// 
			resources.ApplyResources(this.label8, "label8");
			this.label8.Name = "label8";
			// 
			// label7
			// 
			resources.ApplyResources(this.label7, "label7");
			this.label7.Name = "label7";
			// 
			// label6
			// 
			resources.ApplyResources(this.label6, "label6");
			this.label6.Name = "label6";
			// 
			// label5
			// 
			resources.ApplyResources(this.label5, "label5");
			this.label5.Name = "label5";
			// 
			// mapDataGroupBox
			// 
			this.mapDataGroupBox.Controls.Add(this.mapData1RadioButton);
			this.mapDataGroupBox.Controls.Add(this.mapData0RadioButton);
			resources.ApplyResources(this.mapDataGroupBox, "mapDataGroupBox");
			this.mapDataGroupBox.Name = "mapDataGroupBox";
			this.mapDataGroupBox.TabStop = false;
			// 
			// mapData1RadioButton
			// 
			resources.ApplyResources(this.mapData1RadioButton, "mapData1RadioButton");
			this.mapData1RadioButton.Name = "mapData1RadioButton";
			this.mapData1RadioButton.TabStop = true;
			this.mapData1RadioButton.UseVisualStyleBackColor = true;
			// 
			// mapData0RadioButton
			// 
			resources.ApplyResources(this.mapData0RadioButton, "mapData0RadioButton");
			this.mapData0RadioButton.Checked = true;
			this.mapData0RadioButton.Name = "mapData0RadioButton";
			this.mapData0RadioButton.TabStop = true;
			this.mapData0RadioButton.UseVisualStyleBackColor = true;
			this.mapData0RadioButton.CheckedChanged += new System.EventHandler(this.dataRadioButton_CheckedChanged);
			// 
			// tileDataGroupBox
			// 
			this.tileDataGroupBox.Controls.Add(this.tileData1RadioButton);
			this.tileDataGroupBox.Controls.Add(this.tileData0RadioButton);
			resources.ApplyResources(this.tileDataGroupBox, "tileDataGroupBox");
			this.tileDataGroupBox.Name = "tileDataGroupBox";
			this.tileDataGroupBox.TabStop = false;
			// 
			// tileData1RadioButton
			// 
			resources.ApplyResources(this.tileData1RadioButton, "tileData1RadioButton");
			this.tileData1RadioButton.Name = "tileData1RadioButton";
			this.tileData1RadioButton.TabStop = true;
			this.tileData1RadioButton.UseVisualStyleBackColor = true;
			// 
			// tileData0RadioButton
			// 
			resources.ApplyResources(this.tileData0RadioButton, "tileData0RadioButton");
			this.tileData0RadioButton.Checked = true;
			this.tileData0RadioButton.Name = "tileData0RadioButton";
			this.tileData0RadioButton.TabStop = true;
			this.tileData0RadioButton.UseVisualStyleBackColor = true;
			this.tileData0RadioButton.CheckedChanged += new System.EventHandler(this.dataRadioButton_CheckedChanged);
			// 
			// MapViewerForm
			// 
			this.AcceptButton = this.refreshButton;
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.closeButton;
			this.Controls.Add(this.tabControl);
			this.Controls.Add(this.closeButton);
			this.Controls.Add(this.refreshButton);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "MapViewerForm";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			backgroundMapGroupBox.ResumeLayout(false);
			windowMapGroupBox.ResumeLayout(false);
			customMapGroupBox.ResumeLayout(false);
			autoMapsTabPage.ResumeLayout(false);
			this.tabControl.ResumeLayout(false);
			this.customMapsTabPage.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.informationGroupBox.ResumeLayout(false);
			this.informationGroupBox.PerformLayout();
			this.mapDataGroupBox.ResumeLayout(false);
			this.mapDataGroupBox.PerformLayout();
			this.tileDataGroupBox.ResumeLayout(false);
			this.tileDataGroupBox.PerformLayout();
			this.ResumeLayout(false);

		}
Esempio n. 7
0
        /// <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.TabPage Properties;
            this.Grid = new GridView();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.Script = new System.Windows.Forms.TabPage();
            this.ScriptEditor = new EditorView();
            Properties = new System.Windows.Forms.TabPage();
            Properties.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.Script.SuspendLayout();
            this.SuspendLayout();
            // 
            // Properties
            // 
            Properties.Controls.Add(this.Grid);
            Properties.Location = new System.Drawing.Point(4, 22);
            Properties.Name = "Properties";
            Properties.Padding = new System.Windows.Forms.Padding(3);
            Properties.Size = new System.Drawing.Size(618, 490);
            Properties.TabIndex = 0;
            Properties.Text = "Properties";
            Properties.UseVisualStyleBackColor = true;
            // 
            // Grid
            // 
            this.Grid.DataSource = null;
            this.Grid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Grid.Location = new System.Drawing.Point(3, 3);
            this.Grid.Name = "Grid";
            this.Grid.ReadOnly = false;
            this.Grid.RowCount = 0;
            this.Grid.Size = new System.Drawing.Size(612, 484);
            this.Grid.TabIndex = 0;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(Properties);
            this.tabControl1.Controls.Add(this.Script);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(626, 516);
            this.tabControl1.TabIndex = 2;
            // 
            // Script
            // 
            this.Script.Controls.Add(this.ScriptEditor);
            this.Script.Location = new System.Drawing.Point(4, 22);
            this.Script.Name = "Script";
            this.Script.Padding = new System.Windows.Forms.Padding(3);
            this.Script.Size = new System.Drawing.Size(618, 490);
            this.Script.TabIndex = 1;
            this.Script.Text = "Script";
            this.Script.UseVisualStyleBackColor = true;
            // 
            // ScriptEditor
            // 
            this.ScriptEditor.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
            this.ScriptEditor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ScriptEditor.Font = new System.Drawing.Font("Courier New", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ScriptEditor.Lines = new string[] {
        "",
        ""};
            this.ScriptEditor.Location = new System.Drawing.Point(3, 3);
            this.ScriptEditor.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.ScriptEditor.Name = "ScriptEditor";
            this.ScriptEditor.Size = new System.Drawing.Size(612, 484);
            this.ScriptEditor.TabIndex = 0;

            // 
            // ManagerView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabControl1);
            this.Name = "ManagerView";
            this.Size = new System.Drawing.Size(626, 516);
            Properties.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.Script.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.Button btnCancel;
      System.Windows.Forms.Button btnOk;
      System.Windows.Forms.TabPage m_pagePaths;
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsForm));
      this.label4 = new System.Windows.Forms.Label();
      this.m_updownMruFilesInList = new System.Windows.Forms.NumericUpDown();
      this.label3 = new System.Windows.Forms.Label();
      this.pictureBox1 = new System.Windows.Forms.PictureBox();
      this.label2 = new System.Windows.Forms.Label();
      this.m_updownMruFilesAtStart = new System.Windows.Forms.NumericUpDown();
      this.toolStrip1 = new System.Windows.Forms.ToolStrip();
      this.m_btnAddToSearchPath = new System.Windows.Forms.ToolStripButton();
      this.m_btnRemoveFromSearchPath = new System.Windows.Forms.ToolStripButton();
      this.m_btnMoveUpInSearchPath = new System.Windows.Forms.ToolStripButton();
      this.m_btnMoveDownInSearchPath = new System.Windows.Forms.ToolStripButton();
      this.m_btnOpenPath = new System.Windows.Forms.ToolStripButton();
      this.label1 = new System.Windows.Forms.Label();
      this.m_listPaths = new System.Windows.Forms.ListBox();
      this.m_tabOptions = new System.Windows.Forms.TabControl();
      this.m_pageEditor = new System.Windows.Forms.TabPage();
      this.label6 = new System.Windows.Forms.Label();
      this.m_comboFontSizes = new System.Windows.Forms.ComboBox();
      this.m_comboFontNames = new System.Windows.Forms.ComboBox();
      this.label5 = new System.Windows.Forms.Label();
      this.button1 = new System.Windows.Forms.Button();
      this.m_chkConvertTabsToSpaces = new System.Windows.Forms.CheckBox();
      btnCancel = new System.Windows.Forms.Button();
      btnOk = new System.Windows.Forms.Button();
      m_pagePaths = new System.Windows.Forms.TabPage();
      m_pagePaths.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.m_updownMruFilesInList)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.m_updownMruFilesAtStart)).BeginInit();
      this.toolStrip1.SuspendLayout();
      this.m_tabOptions.SuspendLayout();
      this.m_pageEditor.SuspendLayout();
      this.SuspendLayout();
      // 
      // btnCancel
      // 
      btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      btnCancel.Location = new System.Drawing.Point(417, 400);
      btnCancel.Name = "btnCancel";
      btnCancel.Size = new System.Drawing.Size(75, 23);
      btnCancel.TabIndex = 1;
      btnCancel.Text = "Cancel";
      btnCancel.UseVisualStyleBackColor = true;
      // 
      // btnOk
      // 
      btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
      btnOk.Location = new System.Drawing.Point(336, 400);
      btnOk.Name = "btnOk";
      btnOk.Size = new System.Drawing.Size(75, 23);
      btnOk.TabIndex = 0;
      btnOk.Text = "OK";
      btnOk.UseVisualStyleBackColor = true;
      // 
      // m_pagePaths
      // 
      m_pagePaths.Controls.Add(this.label4);
      m_pagePaths.Controls.Add(this.m_updownMruFilesInList);
      m_pagePaths.Controls.Add(this.label3);
      m_pagePaths.Controls.Add(this.pictureBox1);
      m_pagePaths.Controls.Add(this.label2);
      m_pagePaths.Controls.Add(this.m_updownMruFilesAtStart);
      m_pagePaths.Controls.Add(this.toolStrip1);
      m_pagePaths.Controls.Add(this.label1);
      m_pagePaths.Controls.Add(this.m_listPaths);
      m_pagePaths.Location = new System.Drawing.Point(4, 22);
      m_pagePaths.Name = "m_pagePaths";
      m_pagePaths.Padding = new System.Windows.Forms.Padding(3);
      m_pagePaths.Size = new System.Drawing.Size(472, 356);
      m_pagePaths.TabIndex = 0;
      m_pagePaths.Text = "Files";
      m_pagePaths.UseVisualStyleBackColor = true;
      // 
      // label4
      // 
      this.label4.AutoSize = true;
      this.label4.Location = new System.Drawing.Point(83, 243);
      this.label4.Name = "label4";
      this.label4.Size = new System.Drawing.Size(112, 13);
      this.label4.TabIndex = 17;
      this.label4.Text = "Files in most recent list";
      // 
      // m_updownMruFilesInList
      // 
      this.m_updownMruFilesInList.Location = new System.Drawing.Point(33, 241);
      this.m_updownMruFilesInList.Maximum = new decimal(new int[] {
            30,
            0,
            0,
            0});
      this.m_updownMruFilesInList.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
      this.m_updownMruFilesInList.Name = "m_updownMruFilesInList";
      this.m_updownMruFilesInList.Size = new System.Drawing.Size(43, 20);
      this.m_updownMruFilesInList.TabIndex = 3;
      this.m_updownMruFilesInList.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
      // 
      // label3
      // 
      this.label3.AutoSize = true;
      this.label3.Location = new System.Drawing.Point(83, 218);
      this.label3.Name = "label3";
      this.label3.Size = new System.Drawing.Size(102, 13);
      this.label3.TabIndex = 15;
      this.label3.Text = "Files to open at start";
      // 
      // pictureBox1
      // 
      this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.pictureBox1.Location = new System.Drawing.Point(10, 174);
      this.pictureBox1.Name = "pictureBox1";
      this.pictureBox1.Size = new System.Drawing.Size(453, 2);
      this.pictureBox1.TabIndex = 14;
      this.pictureBox1.TabStop = false;
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(7, 188);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(92, 13);
      this.label2.TabIndex = 13;
      this.label2.Text = "Most Recent Files";
      // 
      // m_updownMruFilesAtStart
      // 
      this.m_updownMruFilesAtStart.Location = new System.Drawing.Point(33, 214);
      this.m_updownMruFilesAtStart.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
      this.m_updownMruFilesAtStart.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
      this.m_updownMruFilesAtStart.Name = "m_updownMruFilesAtStart";
      this.m_updownMruFilesAtStart.Size = new System.Drawing.Size(43, 20);
      this.m_updownMruFilesAtStart.TabIndex = 2;
      this.m_updownMruFilesAtStart.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
      // 
      // toolStrip1
      // 
      this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
      this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
      this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_btnAddToSearchPath,
            this.m_btnRemoveFromSearchPath,
            this.m_btnMoveUpInSearchPath,
            this.m_btnMoveDownInSearchPath,
            this.m_btnOpenPath});
      this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
      this.toolStrip1.Location = new System.Drawing.Point(353, 121);
      this.toolStrip1.Name = "toolStrip1";
      this.toolStrip1.Size = new System.Drawing.Size(118, 25);
      this.toolStrip1.TabIndex = 1;
      this.toolStrip1.Text = "toolStrip1";
      // 
      // m_btnAddToSearchPath
      // 
      this.m_btnAddToSearchPath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.m_btnAddToSearchPath.Image = ((System.Drawing.Image)(resources.GetObject("m_btnAddToSearchPath.Image")));
      this.m_btnAddToSearchPath.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.m_btnAddToSearchPath.Name = "m_btnAddToSearchPath";
      this.m_btnAddToSearchPath.Size = new System.Drawing.Size(23, 22);
      this.m_btnAddToSearchPath.ToolTipText = "Add to search path";
      this.m_btnAddToSearchPath.Click += new System.EventHandler(this.OnAddToSearchPath);
      // 
      // m_btnRemoveFromSearchPath
      // 
      this.m_btnRemoveFromSearchPath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.m_btnRemoveFromSearchPath.Enabled = false;
      this.m_btnRemoveFromSearchPath.Image = ((System.Drawing.Image)(resources.GetObject("m_btnRemoveFromSearchPath.Image")));
      this.m_btnRemoveFromSearchPath.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.m_btnRemoveFromSearchPath.Name = "m_btnRemoveFromSearchPath";
      this.m_btnRemoveFromSearchPath.Size = new System.Drawing.Size(23, 22);
      this.m_btnRemoveFromSearchPath.ToolTipText = "Remove from search path";
      this.m_btnRemoveFromSearchPath.Click += new System.EventHandler(this.OnRemoveFromSearchPath);
      // 
      // m_btnMoveUpInSearchPath
      // 
      this.m_btnMoveUpInSearchPath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.m_btnMoveUpInSearchPath.Enabled = false;
      this.m_btnMoveUpInSearchPath.Image = ((System.Drawing.Image)(resources.GetObject("m_btnMoveUpInSearchPath.Image")));
      this.m_btnMoveUpInSearchPath.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.m_btnMoveUpInSearchPath.Name = "m_btnMoveUpInSearchPath";
      this.m_btnMoveUpInSearchPath.Size = new System.Drawing.Size(23, 22);
      this.m_btnMoveUpInSearchPath.ToolTipText = "Move up in search order";
      this.m_btnMoveUpInSearchPath.Click += new System.EventHandler(this.OnMoveUpInSearchPath);
      // 
      // m_btnMoveDownInSearchPath
      // 
      this.m_btnMoveDownInSearchPath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.m_btnMoveDownInSearchPath.Enabled = false;
      this.m_btnMoveDownInSearchPath.Image = ((System.Drawing.Image)(resources.GetObject("m_btnMoveDownInSearchPath.Image")));
      this.m_btnMoveDownInSearchPath.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.m_btnMoveDownInSearchPath.Name = "m_btnMoveDownInSearchPath";
      this.m_btnMoveDownInSearchPath.Size = new System.Drawing.Size(23, 22);
      this.m_btnMoveDownInSearchPath.ToolTipText = "Move down in search order";
      this.m_btnMoveDownInSearchPath.Click += new System.EventHandler(this.OnMoveDownInSearchPath);
      // 
      // m_btnOpenPath
      // 
      this.m_btnOpenPath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.m_btnOpenPath.Enabled = false;
      this.m_btnOpenPath.Image = ((System.Drawing.Image)(resources.GetObject("m_btnOpenPath.Image")));
      this.m_btnOpenPath.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.m_btnOpenPath.Name = "m_btnOpenPath";
      this.m_btnOpenPath.Size = new System.Drawing.Size(23, 22);
      this.m_btnOpenPath.ToolTipText = "Open in file explorer";
      this.m_btnOpenPath.Click += new System.EventHandler(this.OnOpenPath);
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.label1.Location = new System.Drawing.Point(7, 7);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(109, 13);
      this.label1.TabIndex = 5;
      this.label1.Text = "Module Search Paths";
      // 
      // m_listPaths
      // 
      this.m_listPaths.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.m_listPaths.FormattingEnabled = true;
      this.m_listPaths.HorizontalScrollbar = true;
      this.m_listPaths.Location = new System.Drawing.Point(33, 23);
      this.m_listPaths.Name = "m_listPaths";
      this.m_listPaths.Size = new System.Drawing.Size(433, 95);
      this.m_listPaths.TabIndex = 0;
      this.m_listPaths.SelectedIndexChanged += new System.EventHandler(this.OnSearchPathItemSelect);
      this.m_listPaths.DoubleClick += new System.EventHandler(this.ItemDoubleClick);
      // 
      // m_tabOptions
      // 
      this.m_tabOptions.Controls.Add(m_pagePaths);
      this.m_tabOptions.Controls.Add(this.m_pageEditor);
      this.m_tabOptions.Location = new System.Drawing.Point(12, 12);
      this.m_tabOptions.Name = "m_tabOptions";
      this.m_tabOptions.SelectedIndex = 0;
      this.m_tabOptions.Size = new System.Drawing.Size(480, 382);
      this.m_tabOptions.TabIndex = 10;
      // 
      // m_pageEditor
      // 
      this.m_pageEditor.Controls.Add(this.m_chkConvertTabsToSpaces);
      this.m_pageEditor.Controls.Add(this.label6);
      this.m_pageEditor.Controls.Add(this.m_comboFontSizes);
      this.m_pageEditor.Controls.Add(this.m_comboFontNames);
      this.m_pageEditor.Controls.Add(this.label5);
      this.m_pageEditor.Location = new System.Drawing.Point(4, 22);
      this.m_pageEditor.Name = "m_pageEditor";
      this.m_pageEditor.Padding = new System.Windows.Forms.Padding(3);
      this.m_pageEditor.Size = new System.Drawing.Size(472, 356);
      this.m_pageEditor.TabIndex = 1;
      this.m_pageEditor.Text = "Text Editor";
      this.m_pageEditor.UseVisualStyleBackColor = true;
      // 
      // label6
      // 
      this.label6.AutoSize = true;
      this.label6.Location = new System.Drawing.Point(368, 26);
      this.label6.Name = "label6";
      this.label6.Size = new System.Drawing.Size(27, 13);
      this.label6.TabIndex = 4;
      this.label6.Text = "Size";
      // 
      // m_comboFontSizes
      // 
      this.m_comboFontSizes.FormattingEnabled = true;
      this.m_comboFontSizes.Location = new System.Drawing.Point(401, 23);
      this.m_comboFontSizes.Name = "m_comboFontSizes";
      this.m_comboFontSizes.Size = new System.Drawing.Size(65, 21);
      this.m_comboFontSizes.TabIndex = 3;
      // 
      // m_comboFontNames
      // 
      this.m_comboFontNames.FormattingEnabled = true;
      this.m_comboFontNames.Location = new System.Drawing.Point(33, 23);
      this.m_comboFontNames.Name = "m_comboFontNames";
      this.m_comboFontNames.Size = new System.Drawing.Size(295, 21);
      this.m_comboFontNames.TabIndex = 2;
      // 
      // label5
      // 
      this.label5.AutoSize = true;
      this.label5.Location = new System.Drawing.Point(7, 7);
      this.label5.Name = "label5";
      this.label5.Size = new System.Drawing.Size(28, 13);
      this.label5.TabIndex = 0;
      this.label5.Text = "Font";
      // 
      // button1
      // 
      this.button1.Location = new System.Drawing.Point(13, 400);
      this.button1.Name = "button1";
      this.button1.Size = new System.Drawing.Size(102, 23);
      this.button1.TabIndex = 11;
      this.button1.Text = "Restore Defaults";
      this.button1.UseVisualStyleBackColor = true;
      this.button1.Click += new System.EventHandler(this.OnRestoreDefaults);
      // 
      // m_chkConvertTabsToSpaces
      // 
      this.m_chkConvertTabsToSpaces.AutoSize = true;
      this.m_chkConvertTabsToSpaces.Checked = true;
      this.m_chkConvertTabsToSpaces.CheckState = System.Windows.Forms.CheckState.Checked;
      this.m_chkConvertTabsToSpaces.Location = new System.Drawing.Point(10, 65);
      this.m_chkConvertTabsToSpaces.Name = "m_chkConvertTabsToSpaces";
      this.m_chkConvertTabsToSpaces.Size = new System.Drawing.Size(135, 17);
      this.m_chkConvertTabsToSpaces.TabIndex = 5;
      this.m_chkConvertTabsToSpaces.Text = "Convert tabs to spaces";
      this.m_chkConvertTabsToSpaces.UseVisualStyleBackColor = true;
      // 
      // OptionsForm
      // 
      this.AcceptButton = btnOk;
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.CancelButton = btnCancel;
      this.ClientSize = new System.Drawing.Size(504, 435);
      this.Controls.Add(this.button1);
      this.Controls.Add(this.m_tabOptions);
      this.Controls.Add(btnOk);
      this.Controls.Add(btnCancel);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
      this.Name = "OptionsForm";
      this.ShowInTaskbar = false;
      this.Text = "Python Options";
      m_pagePaths.ResumeLayout(false);
      m_pagePaths.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.m_updownMruFilesInList)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.m_updownMruFilesAtStart)).EndInit();
      this.toolStrip1.ResumeLayout(false);
      this.toolStrip1.PerformLayout();
      this.m_tabOptions.ResumeLayout(false);
      this.m_pageEditor.ResumeLayout(false);
      this.m_pageEditor.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.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);

        }
Esempio n. 10
0
 /// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TabPage searchTab;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditForm));
     System.Windows.Forms.TabPage replaceTab;
     this.comboBox1            = new System.Windows.Forms.ComboBox();
     this.btnNotTran           = new System.Windows.Forms.Button();
     this.searchFieldGroup     = new System.Windows.Forms.GroupBox();
     this.searchTranslateField = new System.Windows.Forms.RadioButton();
     this.searchOriginalField  = new System.Windows.Forms.RadioButton();
     this.searchAliasField     = new System.Windows.Forms.RadioButton();
     this.search                       = new System.Windows.Forms.Button();
     this.cancelSearch                 = new System.Windows.Forms.Button();
     this.searchIsRegex                = new System.Windows.Forms.CheckBox();
     this.searchNotIgnoreCase          = new System.Windows.Forms.CheckBox();
     this.replaceCancel                = new System.Windows.Forms.Button();
     this.replace                      = new System.Windows.Forms.Button();
     this.replaceAll                   = new System.Windows.Forms.Button();
     this.replaceIsRegex               = new System.Windows.Forms.CheckBox();
     this.replaceNotIgnoreCase         = new System.Windows.Forms.CheckBox();
     this.label1                       = new System.Windows.Forms.Label();
     this.textControlsContainer        = new System.Windows.Forms.SplitContainer();
     this.elements                     = new System.Windows.Forms.ListView();
     this.autoIdColumn                 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.aliasColumn                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.originalColumn               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.translateColumn              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.elementsContextMenu          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.elementsContextMenuAliasCopy = new System.Windows.Forms.ToolStripMenuItem();
     this.searchReplaceTabs            = new System.Windows.Forms.TabControl();
     this.moveToIdPage                 = new System.Windows.Forms.TabPage();
     this.goToAutoId                   = new System.Windows.Forms.Button();
     this.textGroup                    = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel1            = new System.Windows.Forms.TableLayoutPanel();
     this.tagsContextMenu              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tagsContextMenuBr            = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenu                     = new System.Windows.Forms.MenuStrip();
     this.mainMenuFile                 = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuOpen                 = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuSave                 = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuSaveAs               = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuFileSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.mainMenuExit                 = new System.Windows.Forms.ToolStripMenuItem();
     this.правкаToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.miUndo                       = new System.Windows.Forms.ToolStripMenuItem();
     this.miRedo                       = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuView                 = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuElementsColumns      = new System.Windows.Forms.ToolStripMenuItem();
     this.miAutoIdColumn               = new System.Windows.Forms.ToolStripMenuItem();
     this.miAliasColumn                = new System.Windows.Forms.ToolStripMenuItem();
     this.miOriginalColumn             = new System.Windows.Forms.ToolStripMenuItem();
     this.miTranslatedColumn           = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuViewHighlight        = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuViewHighlightWords   = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuLanguage             = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuLanguageEnglish      = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuLanguageRussian      = new System.Windows.Forms.ToolStripMenuItem();
     this.open               = new System.Windows.Forms.OpenFileDialog();
     this.statusBar          = new System.Windows.Forms.StatusStrip();
     this.itemsCountHint     = new System.Windows.Forms.ToolStripStatusLabel();
     this.itemsCount         = new System.Windows.Forms.ToolStripStatusLabel();
     this.save               = new System.Windows.Forms.SaveFileDialog();
     this.gTran              = new System.Windows.Forms.LinkLabel();
     this.resetTran          = new System.Windows.Forms.LinkLabel();
     this.searchQuery        = new BnsXmlEditor.Controls.HistoryComboBox();
     this.replaceString      = new BnsXmlEditor.Controls.HistoryComboBox();
     this.replaceSearchQuery = new BnsXmlEditor.Controls.HistoryComboBox();
     this.autoIdValue        = new BnsXmlEditor.Controls.HistoryComboBox();
     this.originalText       = new BnsXmlEditor.Controls.ExtendedRichTextBox();
     this.translatedText     = new BnsXmlEditor.Controls.ExtendedTextBox();
     searchTab               = new System.Windows.Forms.TabPage();
     replaceTab              = new System.Windows.Forms.TabPage();
     searchTab.SuspendLayout();
     this.searchFieldGroup.SuspendLayout();
     replaceTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textControlsContainer)).BeginInit();
     this.textControlsContainer.Panel1.SuspendLayout();
     this.textControlsContainer.Panel2.SuspendLayout();
     this.textControlsContainer.SuspendLayout();
     this.elementsContextMenu.SuspendLayout();
     this.searchReplaceTabs.SuspendLayout();
     this.moveToIdPage.SuspendLayout();
     this.textGroup.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tagsContextMenu.SuspendLayout();
     this.mainMenu.SuspendLayout();
     this.statusBar.SuspendLayout();
     this.SuspendLayout();
     //
     // searchTab
     //
     searchTab.Controls.Add(this.comboBox1);
     searchTab.Controls.Add(this.btnNotTran);
     searchTab.Controls.Add(this.searchFieldGroup);
     searchTab.Controls.Add(this.search);
     searchTab.Controls.Add(this.cancelSearch);
     searchTab.Controls.Add(this.searchIsRegex);
     searchTab.Controls.Add(this.searchQuery);
     searchTab.Controls.Add(this.searchNotIgnoreCase);
     resources.ApplyResources(searchTab, "searchTab");
     searchTab.Name = "searchTab";
     searchTab.UseVisualStyleBackColor = true;
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         resources.GetString("comboBox1.Items"),
         resources.GetString("comboBox1.Items1"),
         resources.GetString("comboBox1.Items2"),
         resources.GetString("comboBox1.Items3")
     });
     resources.ApplyResources(this.comboBox1, "comboBox1");
     this.comboBox1.Name = "comboBox1";
     //
     // btnNotTran
     //
     resources.ApplyResources(this.btnNotTran, "btnNotTran");
     this.btnNotTran.Name = "btnNotTran";
     this.btnNotTran.UseVisualStyleBackColor = true;
     this.btnNotTran.Click += new System.EventHandler(this.btnNotTran_Click);
     //
     // searchFieldGroup
     //
     this.searchFieldGroup.Controls.Add(this.searchTranslateField);
     this.searchFieldGroup.Controls.Add(this.searchOriginalField);
     this.searchFieldGroup.Controls.Add(this.searchAliasField);
     resources.ApplyResources(this.searchFieldGroup, "searchFieldGroup");
     this.searchFieldGroup.Name    = "searchFieldGroup";
     this.searchFieldGroup.TabStop = false;
     //
     // searchTranslateField
     //
     resources.ApplyResources(this.searchTranslateField, "searchTranslateField");
     this.searchTranslateField.Name    = "searchTranslateField";
     this.searchTranslateField.TabStop = true;
     this.searchTranslateField.UseVisualStyleBackColor = true;
     this.searchTranslateField.Click += new System.EventHandler(this.searchField_Click);
     //
     // searchOriginalField
     //
     resources.ApplyResources(this.searchOriginalField, "searchOriginalField");
     this.searchOriginalField.Name    = "searchOriginalField";
     this.searchOriginalField.TabStop = true;
     this.searchOriginalField.UseVisualStyleBackColor = true;
     this.searchOriginalField.Click += new System.EventHandler(this.searchField_Click);
     //
     // searchAliasField
     //
     resources.ApplyResources(this.searchAliasField, "searchAliasField");
     this.searchAliasField.Checked = true;
     this.searchAliasField.Name    = "searchAliasField";
     this.searchAliasField.TabStop = true;
     this.searchAliasField.UseVisualStyleBackColor = true;
     this.searchAliasField.Click += new System.EventHandler(this.searchField_Click);
     //
     // search
     //
     resources.ApplyResources(this.search, "search");
     this.search.Name = "search";
     this.search.UseVisualStyleBackColor = true;
     this.search.Click += new System.EventHandler(this.search_Click);
     //
     // cancelSearch
     //
     resources.ApplyResources(this.cancelSearch, "cancelSearch");
     this.cancelSearch.Name = "cancelSearch";
     this.cancelSearch.UseVisualStyleBackColor = true;
     this.cancelSearch.Click += new System.EventHandler(this.cancelSearch_Click);
     //
     // searchIsRegex
     //
     resources.ApplyResources(this.searchIsRegex, "searchIsRegex");
     this.searchIsRegex.Name = "searchIsRegex";
     this.searchIsRegex.UseVisualStyleBackColor = true;
     //
     // searchNotIgnoreCase
     //
     resources.ApplyResources(this.searchNotIgnoreCase, "searchNotIgnoreCase");
     this.searchNotIgnoreCase.Name = "searchNotIgnoreCase";
     this.searchNotIgnoreCase.UseVisualStyleBackColor = true;
     //
     // replaceTab
     //
     replaceTab.Controls.Add(this.replaceCancel);
     replaceTab.Controls.Add(this.replace);
     replaceTab.Controls.Add(this.replaceAll);
     replaceTab.Controls.Add(this.replaceIsRegex);
     replaceTab.Controls.Add(this.replaceNotIgnoreCase);
     replaceTab.Controls.Add(this.label1);
     replaceTab.Controls.Add(this.replaceString);
     replaceTab.Controls.Add(this.replaceSearchQuery);
     resources.ApplyResources(replaceTab, "replaceTab");
     replaceTab.Name = "replaceTab";
     replaceTab.UseVisualStyleBackColor = true;
     //
     // replaceCancel
     //
     resources.ApplyResources(this.replaceCancel, "replaceCancel");
     this.replaceCancel.Name = "replaceCancel";
     this.replaceCancel.UseVisualStyleBackColor = true;
     this.replaceCancel.Click += new System.EventHandler(this.replaceCancel_Click);
     //
     // replace
     //
     resources.ApplyResources(this.replace, "replace");
     this.replace.Name = "replace";
     this.replace.UseVisualStyleBackColor = true;
     //
     // replaceAll
     //
     resources.ApplyResources(this.replaceAll, "replaceAll");
     this.replaceAll.Name = "replaceAll";
     this.replaceAll.UseVisualStyleBackColor = true;
     this.replaceAll.Click += new System.EventHandler(this.replaceAll_Click);
     //
     // replaceIsRegex
     //
     resources.ApplyResources(this.replaceIsRegex, "replaceIsRegex");
     this.replaceIsRegex.Name = "replaceIsRegex";
     this.replaceIsRegex.UseVisualStyleBackColor = true;
     //
     // replaceNotIgnoreCase
     //
     resources.ApplyResources(this.replaceNotIgnoreCase, "replaceNotIgnoreCase");
     this.replaceNotIgnoreCase.Name = "replaceNotIgnoreCase";
     this.replaceNotIgnoreCase.UseVisualStyleBackColor = true;
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // textControlsContainer
     //
     resources.ApplyResources(this.textControlsContainer, "textControlsContainer");
     this.textControlsContainer.Name = "textControlsContainer";
     //
     // textControlsContainer.Panel1
     //
     this.textControlsContainer.Panel1.Controls.Add(this.elements);
     //
     // textControlsContainer.Panel2
     //
     this.textControlsContainer.Panel2.Controls.Add(this.searchReplaceTabs);
     this.textControlsContainer.Panel2.Controls.Add(this.textGroup);
     //
     // elements
     //
     this.elements.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.autoIdColumn,
         this.aliasColumn,
         this.originalColumn,
         this.translateColumn
     });
     this.elements.ContextMenuStrip = this.elementsContextMenu;
     resources.ApplyResources(this.elements, "elements");
     this.elements.FullRowSelect = true;
     this.elements.GridLines     = true;
     this.elements.HideSelection = false;
     this.elements.MultiSelect   = false;
     this.elements.Name          = "elements";
     this.elements.UseCompatibleStateImageBehavior = false;
     this.elements.View                  = System.Windows.Forms.View.Details;
     this.elements.VirtualMode           = true;
     this.elements.RetrieveVirtualItem  += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.elements_RetrieveVirtualItem);
     this.elements.SelectedIndexChanged += new System.EventHandler(this.elements_SelectedIndexChanged);
     //
     // autoIdColumn
     //
     resources.ApplyResources(this.autoIdColumn, "autoIdColumn");
     //
     // aliasColumn
     //
     resources.ApplyResources(this.aliasColumn, "aliasColumn");
     //
     // originalColumn
     //
     resources.ApplyResources(this.originalColumn, "originalColumn");
     //
     // translateColumn
     //
     resources.ApplyResources(this.translateColumn, "translateColumn");
     //
     // elementsContextMenu
     //
     this.elementsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.elementsContextMenuAliasCopy
     });
     this.elementsContextMenu.Name            = "elementsContextMenu";
     this.elementsContextMenu.ShowImageMargin = false;
     resources.ApplyResources(this.elementsContextMenu, "elementsContextMenu");
     //
     // elementsContextMenuAliasCopy
     //
     this.elementsContextMenuAliasCopy.Name = "elementsContextMenuAliasCopy";
     resources.ApplyResources(this.elementsContextMenuAliasCopy, "elementsContextMenuAliasCopy");
     this.elementsContextMenuAliasCopy.Click += new System.EventHandler(this.elementsContextMenuAliasCopy_Click);
     //
     // searchReplaceTabs
     //
     resources.ApplyResources(this.searchReplaceTabs, "searchReplaceTabs");
     this.searchReplaceTabs.Controls.Add(searchTab);
     this.searchReplaceTabs.Controls.Add(replaceTab);
     this.searchReplaceTabs.Controls.Add(this.moveToIdPage);
     this.searchReplaceTabs.Name          = "searchReplaceTabs";
     this.searchReplaceTabs.SelectedIndex = 0;
     //
     // moveToIdPage
     //
     this.moveToIdPage.Controls.Add(this.goToAutoId);
     this.moveToIdPage.Controls.Add(this.autoIdValue);
     resources.ApplyResources(this.moveToIdPage, "moveToIdPage");
     this.moveToIdPage.Name = "moveToIdPage";
     this.moveToIdPage.UseVisualStyleBackColor = true;
     //
     // goToAutoId
     //
     resources.ApplyResources(this.goToAutoId, "goToAutoId");
     this.goToAutoId.Name = "goToAutoId";
     this.goToAutoId.UseVisualStyleBackColor = true;
     this.goToAutoId.Click += new System.EventHandler(this.goToAutoId_Click);
     //
     // textGroup
     //
     resources.ApplyResources(this.textGroup, "textGroup");
     this.textGroup.Controls.Add(this.tableLayoutPanel1);
     this.textGroup.Name    = "textGroup";
     this.textGroup.TabStop = false;
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.originalText, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.translatedText, 0, 1);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // tagsContextMenu
     //
     this.tagsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tagsContextMenuBr
     });
     this.tagsContextMenu.Name            = "tagsContextMenu";
     this.tagsContextMenu.ShowImageMargin = false;
     resources.ApplyResources(this.tagsContextMenu, "tagsContextMenu");
     //
     // tagsContextMenuBr
     //
     this.tagsContextMenuBr.Name = "tagsContextMenuBr";
     resources.ApplyResources(this.tagsContextMenuBr, "tagsContextMenuBr");
     this.tagsContextMenuBr.Click += new System.EventHandler(this.tagsContextMenuBr_Click);
     //
     // mainMenu
     //
     this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mainMenuFile,
         this.правкаToolStripMenuItem,
         this.mainMenuView,
         this.mainMenuLanguage
     });
     resources.ApplyResources(this.mainMenu, "mainMenu");
     this.mainMenu.Name = "mainMenu";
     //
     // mainMenuFile
     //
     this.mainMenuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mainMenuOpen,
         this.mainMenuSave,
         this.mainMenuSaveAs,
         this.mainMenuFileSeparator,
         this.mainMenuExit
     });
     this.mainMenuFile.Name = "mainMenuFile";
     resources.ApplyResources(this.mainMenuFile, "mainMenuFile");
     //
     // mainMenuOpen
     //
     this.mainMenuOpen.Name = "mainMenuOpen";
     resources.ApplyResources(this.mainMenuOpen, "mainMenuOpen");
     this.mainMenuOpen.Click += new System.EventHandler(this.mainMenuOpen_Click);
     //
     // mainMenuSave
     //
     this.mainMenuSave.Name = "mainMenuSave";
     resources.ApplyResources(this.mainMenuSave, "mainMenuSave");
     this.mainMenuSave.Click += new System.EventHandler(this.mainMenuSave_Click);
     //
     // mainMenuSaveAs
     //
     this.mainMenuSaveAs.Name = "mainMenuSaveAs";
     resources.ApplyResources(this.mainMenuSaveAs, "mainMenuSaveAs");
     this.mainMenuSaveAs.Click += new System.EventHandler(this.mainMenuSaveAs_Click);
     //
     // mainMenuFileSeparator
     //
     this.mainMenuFileSeparator.Name = "mainMenuFileSeparator";
     resources.ApplyResources(this.mainMenuFileSeparator, "mainMenuFileSeparator");
     //
     // mainMenuExit
     //
     this.mainMenuExit.Name = "mainMenuExit";
     resources.ApplyResources(this.mainMenuExit, "mainMenuExit");
     this.mainMenuExit.Click += new System.EventHandler(this.mainMenuExit_Click);
     //
     // правкаToolStripMenuItem
     //
     this.правкаToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miUndo,
         this.miRedo
     });
     this.правкаToolStripMenuItem.Name = "правкаToolStripMenuItem";
     resources.ApplyResources(this.правкаToolStripMenuItem, "правкаToolStripMenuItem");
     //
     // miUndo
     //
     resources.ApplyResources(this.miUndo, "miUndo");
     this.miUndo.Name   = "miUndo";
     this.miUndo.Click += new System.EventHandler(this.miUndo_Click);
     //
     // miRedo
     //
     resources.ApplyResources(this.miRedo, "miRedo");
     this.miRedo.Name   = "miRedo";
     this.miRedo.Click += new System.EventHandler(this.miRedo_Click);
     //
     // mainMenuView
     //
     this.mainMenuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mainMenuElementsColumns,
         this.mainMenuViewHighlight,
         this.mainMenuViewHighlightWords
     });
     this.mainMenuView.Name = "mainMenuView";
     resources.ApplyResources(this.mainMenuView, "mainMenuView");
     //
     // mainMenuElementsColumns
     //
     this.mainMenuElementsColumns.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miAutoIdColumn,
         this.miAliasColumn,
         this.miOriginalColumn,
         this.miTranslatedColumn
     });
     this.mainMenuElementsColumns.Name = "mainMenuElementsColumns";
     resources.ApplyResources(this.mainMenuElementsColumns, "mainMenuElementsColumns");
     //
     // miAutoIdColumn
     //
     this.miAutoIdColumn.Checked    = true;
     this.miAutoIdColumn.CheckState = System.Windows.Forms.CheckState.Checked;
     this.miAutoIdColumn.Name       = "miAutoIdColumn";
     resources.ApplyResources(this.miAutoIdColumn, "miAutoIdColumn");
     //
     // miAliasColumn
     //
     this.miAliasColumn.Checked    = true;
     this.miAliasColumn.CheckState = System.Windows.Forms.CheckState.Checked;
     this.miAliasColumn.Name       = "miAliasColumn";
     resources.ApplyResources(this.miAliasColumn, "miAliasColumn");
     //
     // miOriginalColumn
     //
     this.miOriginalColumn.Checked    = true;
     this.miOriginalColumn.CheckState = System.Windows.Forms.CheckState.Checked;
     this.miOriginalColumn.Name       = "miOriginalColumn";
     resources.ApplyResources(this.miOriginalColumn, "miOriginalColumn");
     //
     // miTranslatedColumn
     //
     this.miTranslatedColumn.Checked    = true;
     this.miTranslatedColumn.CheckState = System.Windows.Forms.CheckState.Checked;
     this.miTranslatedColumn.Name       = "miTranslatedColumn";
     resources.ApplyResources(this.miTranslatedColumn, "miTranslatedColumn");
     //
     // mainMenuViewHighlight
     //
     this.mainMenuViewHighlight.Checked      = true;
     this.mainMenuViewHighlight.CheckOnClick = true;
     this.mainMenuViewHighlight.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.mainMenuViewHighlight.Name         = "mainMenuViewHighlight";
     resources.ApplyResources(this.mainMenuViewHighlight, "mainMenuViewHighlight");
     this.mainMenuViewHighlight.CheckedChanged += new System.EventHandler(this.mainMenuViewHighlight_CheckedChanged);
     //
     // mainMenuViewHighlightWords
     //
     this.mainMenuViewHighlightWords.Checked      = true;
     this.mainMenuViewHighlightWords.CheckOnClick = true;
     this.mainMenuViewHighlightWords.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.mainMenuViewHighlightWords.Name         = "mainMenuViewHighlightWords";
     resources.ApplyResources(this.mainMenuViewHighlightWords, "mainMenuViewHighlightWords");
     this.mainMenuViewHighlightWords.CheckedChanged += new System.EventHandler(this.mainMenuViewHighlightWords_CheckedChanged);
     //
     // mainMenuLanguage
     //
     this.mainMenuLanguage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mainMenuLanguageEnglish,
         this.mainMenuLanguageRussian
     });
     this.mainMenuLanguage.Name = "mainMenuLanguage";
     resources.ApplyResources(this.mainMenuLanguage, "mainMenuLanguage");
     //
     // mainMenuLanguageEnglish
     //
     this.mainMenuLanguageEnglish.Name = "mainMenuLanguageEnglish";
     resources.ApplyResources(this.mainMenuLanguageEnglish, "mainMenuLanguageEnglish");
     this.mainMenuLanguageEnglish.Click += new System.EventHandler(this.mainMenuLanguageEnglish_Click);
     //
     // mainMenuLanguageRussian
     //
     this.mainMenuLanguageRussian.Name = "mainMenuLanguageRussian";
     resources.ApplyResources(this.mainMenuLanguageRussian, "mainMenuLanguageRussian");
     this.mainMenuLanguageRussian.Click += new System.EventHandler(this.mainMenuLanguageRussian_Click);
     //
     // open
     //
     resources.ApplyResources(this.open, "open");
     this.open.SupportMultiDottedExtensions = true;
     //
     // statusBar
     //
     this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.itemsCountHint,
         this.itemsCount
     });
     resources.ApplyResources(this.statusBar, "statusBar");
     this.statusBar.Name       = "statusBar";
     this.statusBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     //
     // itemsCountHint
     //
     this.itemsCountHint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.itemsCountHint.Name         = "itemsCountHint";
     resources.ApplyResources(this.itemsCountHint, "itemsCountHint");
     this.itemsCountHint.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
     //
     // itemsCount
     //
     this.itemsCount.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.itemsCount.Name         = "itemsCount";
     resources.ApplyResources(this.itemsCount, "itemsCount");
     //
     // save
     //
     this.save.DefaultExt = "xml";
     resources.ApplyResources(this.save, "save");
     this.save.SupportMultiDottedExtensions = true;
     //
     // gTran
     //
     resources.ApplyResources(this.gTran, "gTran");
     this.gTran.Name         = "gTran";
     this.gTran.TabStop      = true;
     this.gTran.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.gTran_LinkClicked);
     //
     // resetTran
     //
     resources.ApplyResources(this.resetTran, "resetTran");
     this.resetTran.Name         = "resetTran";
     this.resetTran.TabStop      = true;
     this.resetTran.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.resetTran_LinkClicked);
     //
     // searchQuery
     //
     resources.ApplyResources(this.searchQuery, "searchQuery");
     this.searchQuery.HistoryFile     = "searchHistory.bin";
     this.searchQuery.HistoryMaxItems = 40;
     this.searchQuery.Name            = "searchQuery";
     this.searchQuery.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.searchQuery_KeyDown);
     //
     // replaceString
     //
     resources.ApplyResources(this.replaceString, "replaceString");
     this.replaceString.FormattingEnabled = true;
     this.replaceString.HistoryFile       = "replaceHistory2.bin";
     this.replaceString.HistoryMaxItems   = 40;
     this.replaceString.Name = "replaceString";
     //
     // replaceSearchQuery
     //
     resources.ApplyResources(this.replaceSearchQuery, "replaceSearchQuery");
     this.replaceSearchQuery.FormattingEnabled = true;
     this.replaceSearchQuery.HistoryFile       = "replaceHistory1.bin";
     this.replaceSearchQuery.HistoryMaxItems   = 40;
     this.replaceSearchQuery.Name = "replaceSearchQuery";
     //
     // autoIdValue
     //
     resources.ApplyResources(this.autoIdValue, "autoIdValue");
     this.autoIdValue.FormattingEnabled = true;
     this.autoIdValue.HistoryFile       = "autoIdHistory.bin";
     this.autoIdValue.HistoryMaxItems   = 40;
     this.autoIdValue.Name     = "autoIdValue";
     this.autoIdValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.autoIdValue_KeyDown);
     //
     // originalText
     //
     resources.ApplyResources(this.originalText, "originalText");
     this.originalText.Name         = "originalText";
     this.originalText.ReadOnly     = true;
     this.originalText.TextChanged += new System.EventHandler(this.originalText_TextChanged);
     //
     // translatedText
     //
     resources.ApplyResources(this.translatedText, "translatedText");
     this.translatedText.ContextMenuStrip = this.tagsContextMenu;
     this.translatedText.Name             = "translatedText";
     this.translatedText.TextChanged     += new System.EventHandler(this.translatedText_TextChanged);
     this.translatedText.Leave           += new System.EventHandler(this.translatedText_Leave);
     //
     // EditForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoValidate  = System.Windows.Forms.AutoValidate.Disable;
     this.BackColor     = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.resetTran);
     this.Controls.Add(this.gTran);
     this.Controls.Add(this.textControlsContainer);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.mainMenu);
     this.MainMenuStrip = this.mainMenu;
     this.Name          = "EditForm";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Load         += new System.EventHandler(this.EditForm_Load);
     searchTab.ResumeLayout(false);
     searchTab.PerformLayout();
     this.searchFieldGroup.ResumeLayout(false);
     this.searchFieldGroup.PerformLayout();
     replaceTab.ResumeLayout(false);
     replaceTab.PerformLayout();
     this.textControlsContainer.Panel1.ResumeLayout(false);
     this.textControlsContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textControlsContainer)).EndInit();
     this.textControlsContainer.ResumeLayout(false);
     this.elementsContextMenu.ResumeLayout(false);
     this.searchReplaceTabs.ResumeLayout(false);
     this.moveToIdPage.ResumeLayout(false);
     this.textGroup.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tagsContextMenu.ResumeLayout(false);
     this.mainMenu.ResumeLayout(false);
     this.mainMenu.PerformLayout();
     this.statusBar.ResumeLayout(false);
     this.statusBar.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 11
0
		/// <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();

		}
Esempio n. 12
0
		/// <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 tblTreeAndDimension;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DidjImpApp));
			System.Windows.Forms.TabPage tabPageImpedance;
			System.Windows.Forms.Panel pnlImpedancePlot;
			DidjImp.ImpedancePlot.ImpedancePlotContextMenu impedancePlotContextMenu1 = new DidjImp.ImpedancePlot.ImpedancePlotContextMenu();
			System.Windows.Forms.FlowLayoutPanel pnlImpedanceTools;
			System.Windows.Forms.Panel pnlImpedanceShowHarmonics;
			System.Windows.Forms.Label lblShowHarmonics;
			System.Windows.Forms.Panel pnlImpedanceGraphType;
			System.Windows.Forms.Label lblGraphType;
			System.Windows.Forms.TabPage tabBore;
			System.Windows.Forms.Panel pnlBoreTools;
			System.Windows.Forms.MenuStrip menuMain;
			System.Windows.Forms.ToolStripMenuItem mnuFile;
			System.Windows.Forms.ToolStripMenuItem mnuHelp;
			System.Windows.Forms.Label lblName;
			System.Windows.Forms.Label lblComments;
			this.btnCalculate = new System.Windows.Forms.Button();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.treeDidgeHistory = new System.Windows.Forms.TreeView();
			this.treeViewImageList = new System.Windows.Forms.ImageList(this.components);
			this.didgePropertyEditor = new DidjImp.DidgePropertyEditor();
			this.impedancePlot = new DidjImp.ImpedancePlot();
			this.comboHarmonics = new CustomComboBox.CustomComboBox();
			this.comboImpedanceGraphType = new System.Windows.Forms.ComboBox();
			this.borePlot = new DidjImp.BorePlot();
			this.comboWaveformSelect = new CustomComboBox.CustomComboBox();
			this.chkWaveform = new System.Windows.Forms.CheckBox();
			this.waveformPlot = new NPlot.Windows.PlotSurface2D();
			this.saveDimensionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.loadDimensionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuOptions = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuTools = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuInterpolate = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuScaleBoreByFactor = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuScaleToFundamental = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuCalculateSurfaceAreaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
			this.splitMain = new System.Windows.Forms.SplitContainer();
			this.tabPlots = new System.Windows.Forms.TabControl();
			this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.tblDidgeComments = new System.Windows.Forms.TableLayoutPanel();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			tblTreeAndDimension = new System.Windows.Forms.TableLayoutPanel();
			tabPageImpedance = new System.Windows.Forms.TabPage();
			pnlImpedancePlot = new System.Windows.Forms.Panel();
			pnlImpedanceTools = new System.Windows.Forms.FlowLayoutPanel();
			pnlImpedanceShowHarmonics = new System.Windows.Forms.Panel();
			lblShowHarmonics = new System.Windows.Forms.Label();
			pnlImpedanceGraphType = new System.Windows.Forms.Panel();
			lblGraphType = new System.Windows.Forms.Label();
			tabBore = new System.Windows.Forms.TabPage();
			pnlBoreTools = new System.Windows.Forms.Panel();
			menuMain = new System.Windows.Forms.MenuStrip();
			mnuFile = new System.Windows.Forms.ToolStripMenuItem();
			mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
			lblName = new System.Windows.Forms.Label();
			lblComments = new System.Windows.Forms.Label();
			tblTreeAndDimension.SuspendLayout();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			tabPageImpedance.SuspendLayout();
			pnlImpedancePlot.SuspendLayout();
			pnlImpedanceTools.SuspendLayout();
			pnlImpedanceShowHarmonics.SuspendLayout();
			pnlImpedanceGraphType.SuspendLayout();
			tabBore.SuspendLayout();
			pnlBoreTools.SuspendLayout();
			menuMain.SuspendLayout();
			this.splitMain.Panel1.SuspendLayout();
			this.splitMain.Panel2.SuspendLayout();
			this.splitMain.SuspendLayout();
			this.tabPlots.SuspendLayout();
			this.tableLayoutPanel2.SuspendLayout();
			this.tableLayoutPanel1.SuspendLayout();
			this.tblDidgeComments.SuspendLayout();
			this.SuspendLayout();
			// 
			// tblTreeAndDimension
			// 
			tblTreeAndDimension.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			tblTreeAndDimension.ColumnCount = 1;
			tblTreeAndDimension.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			tblTreeAndDimension.Controls.Add(this.btnCalculate, 0, 1);
			tblTreeAndDimension.Controls.Add(this.splitContainer1, 0, 0);
			tblTreeAndDimension.Dock = System.Windows.Forms.DockStyle.Fill;
			tblTreeAndDimension.Location = new System.Drawing.Point(0, 0);
			tblTreeAndDimension.Margin = new System.Windows.Forms.Padding(0);
			tblTreeAndDimension.Name = "tblTreeAndDimension";
			tblTreeAndDimension.RowCount = 2;
			tblTreeAndDimension.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			tblTreeAndDimension.RowStyles.Add(new System.Windows.Forms.RowStyle());
			tblTreeAndDimension.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			tblTreeAndDimension.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			tblTreeAndDimension.Size = new System.Drawing.Size(167, 517);
			tblTreeAndDimension.TabIndex = 6;
			// 
			// btnCalculate
			// 
			this.btnCalculate.Dock = System.Windows.Forms.DockStyle.Fill;
			this.btnCalculate.Enabled = false;
			this.btnCalculate.Location = new System.Drawing.Point(0, 496);
			this.btnCalculate.Margin = new System.Windows.Forms.Padding(0);
			this.btnCalculate.Name = "btnCalculate";
			this.btnCalculate.Size = new System.Drawing.Size(167, 21);
			this.btnCalculate.TabIndex = 8;
			this.btnCalculate.Text = "Calculate";
			this.btnCalculate.UseVisualStyleBackColor = true;
			this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(0, 0);
			this.splitContainer1.Margin = new System.Windows.Forms.Padding(0);
			this.splitContainer1.Name = "splitContainer1";
			this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.treeDidgeHistory);
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.Controls.Add(this.didgePropertyEditor);
			this.splitContainer1.Size = new System.Drawing.Size(167, 496);
			this.splitContainer1.SplitterDistance = 234;
			this.splitContainer1.TabIndex = 10;
			// 
			// treeDidgeHistory
			// 
			this.treeDidgeHistory.AllowDrop = true;
			this.treeDidgeHistory.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeDidgeHistory.HideSelection = false;
			this.treeDidgeHistory.ImageIndex = 0;
			this.treeDidgeHistory.ImageList = this.treeViewImageList;
			this.treeDidgeHistory.Location = new System.Drawing.Point(0, 0);
			this.treeDidgeHistory.Margin = new System.Windows.Forms.Padding(0);
			this.treeDidgeHistory.Name = "treeDidgeHistory";
			this.treeDidgeHistory.SelectedImageIndex = 0;
			this.treeDidgeHistory.ShowLines = false;
			this.treeDidgeHistory.Size = new System.Drawing.Size(167, 234);
			this.treeDidgeHistory.TabIndex = 6;
			this.treeDidgeHistory.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeDidgeHistory_DragDrop);
			this.treeDidgeHistory.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeDidgeHistory_AfterSelect);
			this.treeDidgeHistory.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeDidgeHistory_DragEnter);
			this.treeDidgeHistory.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeDidgeHistory_BeforeSelect);
			this.treeDidgeHistory.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeDidgeHistory_ItemDrag);
			this.treeDidgeHistory.DragOver += new System.Windows.Forms.DragEventHandler(this.treeDidgeHistory_DragOver);
			// 
			// treeViewImageList
			// 
			this.treeViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("treeViewImageList.ImageStream")));
			this.treeViewImageList.TransparentColor = System.Drawing.Color.Transparent;
			this.treeViewImageList.Images.SetKeyName(0, "folderopen.ico");
			this.treeViewImageList.Images.SetKeyName(1, "didge.ico");
			// 
			// didgePropertyEditor
			// 
			this.didgePropertyEditor.AutoSize = true;
			this.didgePropertyEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.didgePropertyEditor.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
			this.didgePropertyEditor.DidgeComments = "";
			this.didgePropertyEditor.DidgeName = "";
			this.didgePropertyEditor.Dock = System.Windows.Forms.DockStyle.Fill;
			this.didgePropertyEditor.Location = new System.Drawing.Point(0, 0);
			this.didgePropertyEditor.Name = "didgePropertyEditor";
			this.didgePropertyEditor.PositionAndRadiusDimensions = "";
			this.didgePropertyEditor.RadiusAndLengthDimensions = "";
			this.didgePropertyEditor.Size = new System.Drawing.Size(167, 258);
			this.didgePropertyEditor.TabIndex = 0;
			this.didgePropertyEditor.Valid += new DidjImp.DidgePropertyEditor.ValidDelegate(this.didgePropertyEditor_Valid);
			this.didgePropertyEditor.DidgeNameChanged += new DidjImp.DidgePropertyEditor.DidgeNameChangedDelegate(this.didgePropertyEditor_DidgeNameChanged);
			this.didgePropertyEditor.DimensionsChanged += new DidjImp.DidgePropertyEditor.DimensionsChangedDelegate(this.didgePropertyEditor_DimensionsChanged);
			this.didgePropertyEditor.Unvalid += new DidjImp.DidgePropertyEditor.UnvalidDelegate(this.didgePropertyEditor_Unvalid);
			// 
			// tabPageImpedance
			// 
			tabPageImpedance.Controls.Add(pnlImpedancePlot);
			tabPageImpedance.Controls.Add(pnlImpedanceTools);
			tabPageImpedance.Location = new System.Drawing.Point(4, 22);
			tabPageImpedance.Margin = new System.Windows.Forms.Padding(0);
			tabPageImpedance.Name = "tabPageImpedance";
			tabPageImpedance.Size = new System.Drawing.Size(796, 491);
			tabPageImpedance.TabIndex = 0;
			tabPageImpedance.Text = "Impedance";
			tabPageImpedance.UseVisualStyleBackColor = true;
			// 
			// pnlImpedancePlot
			// 
			pnlImpedancePlot.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			pnlImpedancePlot.Controls.Add(this.impedancePlot);
			pnlImpedancePlot.Dock = System.Windows.Forms.DockStyle.Fill;
			pnlImpedancePlot.Location = new System.Drawing.Point(0, 26);
			pnlImpedancePlot.Margin = new System.Windows.Forms.Padding(0);
			pnlImpedancePlot.Name = "pnlImpedancePlot";
			pnlImpedancePlot.Size = new System.Drawing.Size(796, 465);
			pnlImpedancePlot.TabIndex = 9;
			// 
			// impedancePlot
			// 
			this.impedancePlot.AutoScaleAutoGeneratedAxes = false;
			this.impedancePlot.AutoScaleTitle = false;
			this.impedancePlot.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this.impedancePlot.DateTimeToolTip = false;
			this.impedancePlot.Dock = System.Windows.Forms.DockStyle.Fill;
			this.impedancePlot.ImpedanceData = null;
			this.impedancePlot.ImpedancePlotType = DidjImp.ImpedancePlotType.Magnitude;
			this.impedancePlot.Legend = null;
			this.impedancePlot.LegendZOrder = -1;
			this.impedancePlot.Location = new System.Drawing.Point(0, 0);
			this.impedancePlot.Margin = new System.Windows.Forms.Padding(0);
			this.impedancePlot.Name = "impedancePlot";
			this.impedancePlot.RightMenu = impedancePlotContextMenu1;
			this.impedancePlot.SelectedFrequency = 0;
			this.impedancePlot.ShowCoordinates = true;
			this.impedancePlot.Size = new System.Drawing.Size(792, 461);
			this.impedancePlot.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.None;
			this.impedancePlot.SurfacePadding = 10;
			this.impedancePlot.TabIndex = 8;
			this.impedancePlot.Text = "impedancePlot";
			this.impedancePlot.Title = "";
			this.impedancePlot.TitleFont = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
			this.impedancePlot.XAxis1 = null;
			this.impedancePlot.XAxis2 = null;
			this.impedancePlot.YAxis1 = null;
			this.impedancePlot.YAxis2 = null;
			// 
			// pnlImpedanceTools
			// 
			pnlImpedanceTools.AutoSize = true;
			pnlImpedanceTools.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			pnlImpedanceTools.Controls.Add(pnlImpedanceShowHarmonics);
			pnlImpedanceTools.Controls.Add(pnlImpedanceGraphType);
			pnlImpedanceTools.Dock = System.Windows.Forms.DockStyle.Top;
			pnlImpedanceTools.Location = new System.Drawing.Point(0, 0);
			pnlImpedanceTools.Name = "pnlImpedanceTools";
			pnlImpedanceTools.Size = new System.Drawing.Size(796, 26);
			pnlImpedanceTools.TabIndex = 7;
			// 
			// pnlImpedanceShowHarmonics
			// 
			pnlImpedanceShowHarmonics.AutoSize = true;
			pnlImpedanceShowHarmonics.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			pnlImpedanceShowHarmonics.Controls.Add(this.comboHarmonics);
			pnlImpedanceShowHarmonics.Controls.Add(lblShowHarmonics);
			pnlImpedanceShowHarmonics.Location = new System.Drawing.Point(0, 0);
			pnlImpedanceShowHarmonics.Margin = new System.Windows.Forms.Padding(0);
			pnlImpedanceShowHarmonics.Name = "pnlImpedanceShowHarmonics";
			pnlImpedanceShowHarmonics.Size = new System.Drawing.Size(229, 26);
			pnlImpedanceShowHarmonics.TabIndex = 4;
			// 
			// comboHarmonics
			// 
			this.comboHarmonics.AllowResizeDropDown = false;
			this.comboHarmonics.ControlSize = new System.Drawing.Size(1, 1);
			this.comboHarmonics.DropDownControl = null;
			this.comboHarmonics.DropDownSizeMode = CustomComboBox.CustomComboBox.SizeMode.UseControlSize;
			this.comboHarmonics.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboHarmonics.DropSize = new System.Drawing.Size(121, 106);
			this.comboHarmonics.FormattingEnabled = true;
			this.comboHarmonics.Location = new System.Drawing.Point(160, 2);
			this.comboHarmonics.Name = "comboHarmonics";
			this.comboHarmonics.Size = new System.Drawing.Size(66, 21);
			this.comboHarmonics.TabIndex = 5;
			this.comboHarmonics.SelectedIndexChanged += new System.EventHandler(this.comboHarmonics_SelectedIndexChanged);
			// 
			// lblShowHarmonics
			// 
			lblShowHarmonics.AutoSize = true;
			lblShowHarmonics.Location = new System.Drawing.Point(3, 5);
			lblShowHarmonics.Name = "lblShowHarmonics";
			lblShowHarmonics.Size = new System.Drawing.Size(158, 13);
			lblShowHarmonics.TabIndex = 4;
			lblShowHarmonics.Text = "Show Harmonics for Frequency:";
			// 
			// pnlImpedanceGraphType
			// 
			pnlImpedanceGraphType.AutoSize = true;
			pnlImpedanceGraphType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			pnlImpedanceGraphType.Controls.Add(this.comboImpedanceGraphType);
			pnlImpedanceGraphType.Controls.Add(lblGraphType);
			pnlImpedanceGraphType.Location = new System.Drawing.Point(229, 0);
			pnlImpedanceGraphType.Margin = new System.Windows.Forms.Padding(0);
			pnlImpedanceGraphType.Name = "pnlImpedanceGraphType";
			pnlImpedanceGraphType.Size = new System.Drawing.Size(207, 26);
			pnlImpedanceGraphType.TabIndex = 5;
			// 
			// comboImpedanceGraphType
			// 
			this.comboImpedanceGraphType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboImpedanceGraphType.FormattingEnabled = true;
			this.comboImpedanceGraphType.Items.AddRange(new object[] {
            "Impedance Magnitude",
            "Real Impedance",
            "Imaginary Impedance",
            "Impedance Phase"});
			this.comboImpedanceGraphType.Location = new System.Drawing.Point(68, 2);
			this.comboImpedanceGraphType.Name = "comboImpedanceGraphType";
			this.comboImpedanceGraphType.Size = new System.Drawing.Size(136, 21);
			this.comboImpedanceGraphType.TabIndex = 1;
			this.comboImpedanceGraphType.SelectedIndexChanged += new System.EventHandler(this.comboImpedanceGraphType_SelectedIndexChanged);
			// 
			// lblGraphType
			// 
			lblGraphType.AutoSize = true;
			lblGraphType.Location = new System.Drawing.Point(3, 5);
			lblGraphType.Name = "lblGraphType";
			lblGraphType.Size = new System.Drawing.Size(66, 13);
			lblGraphType.TabIndex = 0;
			lblGraphType.Text = "Graph Type:";
			// 
			// tabBore
			// 
			tabBore.Controls.Add(this.borePlot);
			tabBore.Controls.Add(pnlBoreTools);
			tabBore.Controls.Add(this.waveformPlot);
			tabBore.Location = new System.Drawing.Point(4, 22);
			tabBore.Name = "tabBore";
			tabBore.Padding = new System.Windows.Forms.Padding(3);
			tabBore.Size = new System.Drawing.Size(796, 491);
			tabBore.TabIndex = 1;
			tabBore.Text = "Bore";
			tabBore.UseVisualStyleBackColor = true;
			// 
			// borePlot
			// 
			this.borePlot.AutoScaleAutoGeneratedAxes = false;
			this.borePlot.AutoScaleTitle = false;
			this.borePlot.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this.borePlot.Bore = null;
			this.borePlot.DateTimeToolTip = false;
			this.borePlot.Dock = System.Windows.Forms.DockStyle.Fill;
			this.borePlot.Legend = null;
			this.borePlot.LegendZOrder = -1;
			this.borePlot.Location = new System.Drawing.Point(3, 29);
			this.borePlot.Name = "borePlot";
			this.borePlot.RightMenu = null;
			this.borePlot.SelectedFrequency = 0;
			this.borePlot.ShowCoordinates = true;
			this.borePlot.ShowWaveformPlot = false;
			this.borePlot.Size = new System.Drawing.Size(790, 459);
			this.borePlot.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
			this.borePlot.SurfacePadding = 10;
			this.borePlot.TabIndex = 4;
			this.borePlot.Text = "j";
			this.borePlot.Title = "";
			this.borePlot.TitleFont = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
			this.borePlot.XAxis1 = null;
			this.borePlot.XAxis2 = null;
			this.borePlot.YAxis1 = null;
			this.borePlot.YAxis2 = null;
			// 
			// pnlBoreTools
			// 
			pnlBoreTools.AutoSize = true;
			pnlBoreTools.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			pnlBoreTools.Controls.Add(this.comboWaveformSelect);
			pnlBoreTools.Controls.Add(this.chkWaveform);
			pnlBoreTools.Dock = System.Windows.Forms.DockStyle.Top;
			pnlBoreTools.Location = new System.Drawing.Point(3, 3);
			pnlBoreTools.Name = "pnlBoreTools";
			pnlBoreTools.Size = new System.Drawing.Size(790, 26);
			pnlBoreTools.TabIndex = 5;
			// 
			// comboWaveformSelect
			// 
			this.comboWaveformSelect.AllowResizeDropDown = true;
			this.comboWaveformSelect.ControlSize = new System.Drawing.Size(1, 1);
			this.comboWaveformSelect.DropDownControl = null;
			this.comboWaveformSelect.DropDownSizeMode = CustomComboBox.CustomComboBox.SizeMode.UseControlSize;
			this.comboWaveformSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboWaveformSelect.DropSize = new System.Drawing.Size(121, 106);
			this.comboWaveformSelect.Enabled = false;
			this.comboWaveformSelect.FormattingEnabled = true;
			this.comboWaveformSelect.Location = new System.Drawing.Point(178, 1);
			this.comboWaveformSelect.Name = "comboWaveformSelect";
			this.comboWaveformSelect.Size = new System.Drawing.Size(117, 21);
			this.comboWaveformSelect.TabIndex = 2;
			this.comboWaveformSelect.SelectedIndexChanged += new System.EventHandler(this.comboWaveformSelect_SelectedIndexChanged);
			// 
			// chkWaveform
			// 
			this.chkWaveform.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
			this.chkWaveform.Location = new System.Drawing.Point(3, 3);
			this.chkWaveform.Name = "chkWaveform";
			this.chkWaveform.Size = new System.Drawing.Size(179, 20);
			this.chkWaveform.TabIndex = 3;
			this.chkWaveform.Text = "Show Waveform for Frequency:";
			this.chkWaveform.TextAlign = System.Drawing.ContentAlignment.TopLeft;
			this.chkWaveform.UseVisualStyleBackColor = true;
			this.chkWaveform.CheckedChanged += new System.EventHandler(this.chkWaveform_CheckedChanged);
			// 
			// waveformPlot
			// 
			this.waveformPlot.AutoScaleAutoGeneratedAxes = false;
			this.waveformPlot.AutoScaleTitle = false;
			this.waveformPlot.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this.waveformPlot.DateTimeToolTip = false;
			this.waveformPlot.Legend = null;
			this.waveformPlot.LegendZOrder = -1;
			this.waveformPlot.Location = new System.Drawing.Point(3, 353);
			this.waveformPlot.Name = "waveformPlot";
			this.waveformPlot.RightMenu = null;
			this.waveformPlot.ShowCoordinates = true;
			this.waveformPlot.Size = new System.Drawing.Size(812, 172);
			this.waveformPlot.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.None;
			this.waveformPlot.SurfacePadding = 10;
			this.waveformPlot.TabIndex = 6;
			this.waveformPlot.Text = "plotSurface2D1";
			this.waveformPlot.Title = "";
			this.waveformPlot.TitleFont = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
			this.waveformPlot.XAxis1 = null;
			this.waveformPlot.XAxis2 = null;
			this.waveformPlot.YAxis1 = null;
			this.waveformPlot.YAxis2 = null;
			// 
			// menuMain
			// 
			menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            mnuFile,
            this.mnuOptions,
            this.mnuTools,
            mnuHelp});
			menuMain.Location = new System.Drawing.Point(2, 0);
			menuMain.Name = "menuMain";
			menuMain.Size = new System.Drawing.Size(974, 24);
			menuMain.TabIndex = 1;
			menuMain.Text = "menuStrip1";
			// 
			// mnuFile
			// 
			mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveDimensionsToolStripMenuItem,
            this.loadDimensionsToolStripMenuItem});
			mnuFile.Name = "mnuFile";
			mnuFile.Size = new System.Drawing.Size(35, 20);
			mnuFile.Text = "&File";
			// 
			// saveDimensionsToolStripMenuItem
			// 
			this.saveDimensionsToolStripMenuItem.Name = "saveDimensionsToolStripMenuItem";
			this.saveDimensionsToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			this.saveDimensionsToolStripMenuItem.Text = "&Save Dimensions";
			this.saveDimensionsToolStripMenuItem.Click += new System.EventHandler(this.saveDimensionsToolStripMenuItem_Click);
			// 
			// loadDimensionsToolStripMenuItem
			// 
			this.loadDimensionsToolStripMenuItem.Name = "loadDimensionsToolStripMenuItem";
			this.loadDimensionsToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			this.loadDimensionsToolStripMenuItem.Text = "&Load Dimensions";
			this.loadDimensionsToolStripMenuItem.Click += new System.EventHandler(this.loadDimensionsToolStripMenuItem_Click);
			// 
			// mnuOptions
			// 
			this.mnuOptions.Name = "mnuOptions";
			this.mnuOptions.Size = new System.Drawing.Size(56, 20);
			this.mnuOptions.Text = "&Options";
			this.mnuOptions.Click += new System.EventHandler(this.mnuOptions_Click);
			// 
			// mnuTools
			// 
			this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuInterpolate,
            this.mnuScaleBoreByFactor,
            this.mnuScaleToFundamental,
            this.mnuCalculateSurfaceAreaToolStripMenuItem});
			this.mnuTools.Name = "mnuTools";
			this.mnuTools.Size = new System.Drawing.Size(44, 20);
			this.mnuTools.Text = "&Tools";
			// 
			// mnuInterpolate
			// 
			this.mnuInterpolate.Name = "mnuInterpolate";
			this.mnuInterpolate.Size = new System.Drawing.Size(344, 22);
			this.mnuInterpolate.Text = "Interpolate Bore Radius at Arbitrary Position";
			this.mnuInterpolate.Click += new System.EventHandler(this.mnuInterpolate_Click);
			// 
			// mnuScaleBoreByFactor
			// 
			this.mnuScaleBoreByFactor.Name = "mnuScaleBoreByFactor";
			this.mnuScaleBoreByFactor.Size = new System.Drawing.Size(344, 22);
			this.mnuScaleBoreByFactor.Text = "&Scale Entire Bore";
			this.mnuScaleBoreByFactor.Click += new System.EventHandler(this.mnuScaleBoreByPercent_Click);
			// 
			// mnuScaleToFundamental
			// 
			this.mnuScaleToFundamental.Name = "mnuScaleToFundamental";
			this.mnuScaleToFundamental.Size = new System.Drawing.Size(344, 22);
			this.mnuScaleToFundamental.Text = "Scale Entire Bore to Specified &Fundamental Frequency";
			this.mnuScaleToFundamental.Click += new System.EventHandler(this.mnuScaleToFundamental_Click);
			// 
			// mnuCalculateSurfaceAreaToolStripMenuItem
			// 
			this.mnuCalculateSurfaceAreaToolStripMenuItem.Name = "mnuCalculateSurfaceAreaToolStripMenuItem";
			this.mnuCalculateSurfaceAreaToolStripMenuItem.Size = new System.Drawing.Size(344, 22);
			this.mnuCalculateSurfaceAreaToolStripMenuItem.Text = "&Calculate Surface Area";
			this.mnuCalculateSurfaceAreaToolStripMenuItem.Click += new System.EventHandler(this.mnuCalculateSurfaceAreaToolStripMenuItem_Click);
			// 
			// mnuHelp
			// 
			mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuAbout});
			mnuHelp.Name = "mnuHelp";
			mnuHelp.Size = new System.Drawing.Size(40, 20);
			mnuHelp.Text = "&Help";
			// 
			// mnuAbout
			// 
			this.mnuAbout.Name = "mnuAbout";
			this.mnuAbout.Size = new System.Drawing.Size(114, 22);
			this.mnuAbout.Text = "&About";
			this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click);
			// 
			// lblName
			// 
			lblName.AutoSize = true;
			lblName.Dock = System.Windows.Forms.DockStyle.Fill;
			lblName.Location = new System.Drawing.Point(0, 0);
			lblName.Margin = new System.Windows.Forms.Padding(0);
			lblName.Name = "lblName";
			lblName.Size = new System.Drawing.Size(38, 20);
			lblName.TabIndex = 0;
			lblName.Text = "Name:";
			lblName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// lblComments
			// 
			lblComments.AutoSize = true;
			lblComments.Location = new System.Drawing.Point(0, 0);
			lblComments.Margin = new System.Windows.Forms.Padding(0);
			lblComments.Name = "lblComments";
			lblComments.Size = new System.Drawing.Size(59, 13);
			lblComments.TabIndex = 2;
			lblComments.Text = "Comments:";
			// 
			// splitMain
			// 
			this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitMain.Location = new System.Drawing.Point(2, 24);
			this.splitMain.Margin = new System.Windows.Forms.Padding(0);
			this.splitMain.Name = "splitMain";
			// 
			// splitMain.Panel1
			// 
			this.splitMain.Panel1.Controls.Add(tblTreeAndDimension);
			this.splitMain.Panel1MinSize = 80;
			// 
			// splitMain.Panel2
			// 
			this.splitMain.Panel2.Controls.Add(this.tabPlots);
			this.splitMain.Panel2.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0);
			this.splitMain.Panel2MinSize = 120;
			this.splitMain.Size = new System.Drawing.Size(974, 517);
			this.splitMain.SplitterDistance = 167;
			this.splitMain.SplitterWidth = 2;
			this.splitMain.TabIndex = 2;
			// 
			// tabPlots
			// 
			this.tabPlots.Controls.Add(tabPageImpedance);
			this.tabPlots.Controls.Add(tabBore);
			this.tabPlots.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabPlots.Enabled = false;
			this.tabPlots.Location = new System.Drawing.Point(1, 0);
			this.tabPlots.Margin = new System.Windows.Forms.Padding(0);
			this.tabPlots.Name = "tabPlots";
			this.tabPlots.Padding = new System.Drawing.Point(0, 0);
			this.tabPlots.SelectedIndex = 0;
			this.tabPlots.Size = new System.Drawing.Size(804, 517);
			this.tabPlots.TabIndex = 1;
			// 
			// tableLayoutPanel2
			// 
			this.tableLayoutPanel2.ColumnCount = 1;
			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 0);
			this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
			this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
			this.tableLayoutPanel2.Name = "tableLayoutPanel2";
			this.tableLayoutPanel2.RowCount = 2;
			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100);
			this.tableLayoutPanel2.TabIndex = 0;
			// 
			// tableLayoutPanel1
			// 
			this.tableLayoutPanel1.AutoSize = true;
			this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.tableLayoutPanel1.ColumnCount = 2;
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.Controls.Add(lblName, 0, 0);
			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
			this.tableLayoutPanel1.RowCount = 1;
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.Size = new System.Drawing.Size(200, 20);
			this.tableLayoutPanel1.TabIndex = 5;
			// 
			// tblDidgeComments
			// 
			this.tblDidgeComments.ColumnCount = 2;
			this.tblDidgeComments.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tblDidgeComments.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tblDidgeComments.Controls.Add(lblComments, 1, 0);
			this.tblDidgeComments.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tblDidgeComments.Location = new System.Drawing.Point(0, 23);
			this.tblDidgeComments.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
			this.tblDidgeComments.Name = "tblDidgeComments";
			this.tblDidgeComments.RowCount = 2;
			this.tblDidgeComments.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tblDidgeComments.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tblDidgeComments.Size = new System.Drawing.Size(200, 77);
			this.tblDidgeComments.TabIndex = 6;
			// 
			// DidjImpApp
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(976, 542);
			this.Controls.Add(this.splitMain);
			this.Controls.Add(menuMain);
			this.Name = "DidjImpApp";
			this.Padding = new System.Windows.Forms.Padding(2, 0, 0, 1);
			this.Text = "DidjImp";
			this.Load += new System.EventHandler(this.DidjImpApp_Load);
			tblTreeAndDimension.ResumeLayout(false);
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel2.ResumeLayout(false);
			this.splitContainer1.Panel2.PerformLayout();
			this.splitContainer1.ResumeLayout(false);
			tabPageImpedance.ResumeLayout(false);
			tabPageImpedance.PerformLayout();
			pnlImpedancePlot.ResumeLayout(false);
			pnlImpedanceTools.ResumeLayout(false);
			pnlImpedanceTools.PerformLayout();
			pnlImpedanceShowHarmonics.ResumeLayout(false);
			pnlImpedanceShowHarmonics.PerformLayout();
			pnlImpedanceGraphType.ResumeLayout(false);
			pnlImpedanceGraphType.PerformLayout();
			tabBore.ResumeLayout(false);
			tabBore.PerformLayout();
			pnlBoreTools.ResumeLayout(false);
			menuMain.ResumeLayout(false);
			menuMain.PerformLayout();
			this.splitMain.Panel1.ResumeLayout(false);
			this.splitMain.Panel2.ResumeLayout(false);
			this.splitMain.ResumeLayout(false);
			this.tabPlots.ResumeLayout(false);
			this.tableLayoutPanel2.ResumeLayout(false);
			this.tableLayoutPanel2.PerformLayout();
			this.tableLayoutPanel1.ResumeLayout(false);
			this.tableLayoutPanel1.PerformLayout();
			this.tblDidgeComments.ResumeLayout(false);
			this.tblDidgeComments.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
        /// <summary>
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TabPage perModelSimulationParametersPage;
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimulationConfigurationDialog));
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label4;
            this.initialParameters = new System.Windows.Forms.DataGridView();
            this.keyDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.valueDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.initialContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.initialConditionsBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.modelCombo = new System.Windows.Forms.ComboBox();
            this.perModelSimulationParameterBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.m_simParamSets = new System.Windows.Forms.BindingSource(this.components);
            this.propertiesBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.propertiesBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.steppersBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.SSCreateButton = new System.Windows.Forms.Button();
            this.paramCombo = new System.Windows.Forms.ComboBox();
            this.SSDeleteButton = new System.Windows.Forms.Button();
            this.SSApplyButton = new System.Windows.Forms.Button();
            this.SSCloseButton = new System.Windows.Forms.Button();
            this.configurationLabel = new System.Windows.Forms.Label();
            this.loggingPage = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.overrideRadio = new System.Windows.Forms.RadioButton();
            this.exceptionRadio = new System.Windows.Forms.RadioButton();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.noLimitRadio = new System.Windows.Forms.RadioButton();
            this.maxKbTextBox = new System.Windows.Forms.TextBox();
            this.maxSizeRadio = new System.Windows.Forms.RadioButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.freqBySecRadio = new System.Windows.Forms.RadioButton();
            this.freqBySecTextBox = new System.Windows.Forms.TextBox();
            this.freqByStepRadio = new System.Windows.Forms.RadioButton();
            this.freqByStepTextBox = new System.Windows.Forms.TextBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.simSettingToolTip = new System.Windows.Forms.ToolTip(this.components);
            this.SSImportButton = new System.Windows.Forms.Button();
            this.SSExportButton = new System.Windows.Forms.Button();
            this.SSSaveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.SSOpenFileDialog = new System.Windows.Forms.OpenFileDialog();
            perModelSimulationParametersPage = new System.Windows.Forms.TabPage();
            label6 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            perModelSimulationParametersPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.initialParameters)).BeginInit();
            this.initialContextMenuStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.initialConditionsBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.perModelSimulationParameterBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_simParamSets)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.propertiesBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.propertiesBindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.steppersBindingSource)).BeginInit();
            this.loggingPage.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // perModelSimulationParametersPage
            // 
            perModelSimulationParametersPage.Controls.Add(this.initialParameters);
            perModelSimulationParametersPage.Controls.Add(label6);
            perModelSimulationParametersPage.Controls.Add(this.modelCombo);
            resources.ApplyResources(perModelSimulationParametersPage, "perModelSimulationParametersPage");
            perModelSimulationParametersPage.Name = "perModelSimulationParametersPage";
            perModelSimulationParametersPage.UseVisualStyleBackColor = true;
            // 
            // initialParameters
            // 
            this.initialParameters.AllowUserToAddRows = false;
            this.initialParameters.AllowUserToResizeRows = false;
            this.initialParameters.AutoGenerateColumns = false;
            this.initialParameters.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.initialParameters.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.initialParameters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.initialParameters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.keyDataGridViewTextBoxColumn1,
            this.valueDataGridViewTextBoxColumn1});
            this.initialParameters.ContextMenuStrip = this.initialContextMenuStrip;
            this.initialParameters.DataSource = this.initialConditionsBindingSource;
            resources.ApplyResources(this.initialParameters, "initialParameters");
            this.initialParameters.MultiSelect = false;
            this.initialParameters.Name = "initialParameters";
            this.initialParameters.RowHeadersVisible = false;
            this.initialParameters.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            this.initialParameters.RowTemplate.Height = 21;
            this.initialParameters.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.InitialParameterDataError);
            // 
            // keyDataGridViewTextBoxColumn1
            // 
            this.keyDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.keyDataGridViewTextBoxColumn1.DataPropertyName = "Key";
            this.keyDataGridViewTextBoxColumn1.FillWeight = 80F;
            resources.ApplyResources(this.keyDataGridViewTextBoxColumn1, "keyDataGridViewTextBoxColumn1");
            this.keyDataGridViewTextBoxColumn1.Name = "keyDataGridViewTextBoxColumn1";
            this.keyDataGridViewTextBoxColumn1.ReadOnly = true;
            // 
            // valueDataGridViewTextBoxColumn1
            // 
            this.valueDataGridViewTextBoxColumn1.DataPropertyName = "Value";
            this.valueDataGridViewTextBoxColumn1.FillWeight = 20F;
            resources.ApplyResources(this.valueDataGridViewTextBoxColumn1, "valueDataGridViewTextBoxColumn1");
            this.valueDataGridViewTextBoxColumn1.Name = "valueDataGridViewTextBoxColumn1";
            // 
            // initialContextMenuStrip
            // 
            this.initialContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.deleteToolStripMenuItem});
            this.initialContextMenuStrip.Name = "initialContextMenuStrip";
            resources.ApplyResources(this.initialContextMenuStrip, "initialContextMenuStrip");
            this.initialContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.initialContextMenuStrip_Opening);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            // 
            // initialConditionsBindingSource
            // 
            this.initialConditionsBindingSource.DataSource = typeof(Ecell.IDE.Plugins.Simulation.MutableKeyValuePair<string, double>);
            this.initialConditionsBindingSource.DataError += new System.Windows.Forms.BindingManagerDataErrorEventHandler(this.initialConditionsBindingSource_DataError);
            // 
            // label6
            // 
            resources.ApplyResources(label6, "label6");
            label6.Name = "label6";
            // 
            // modelCombo
            // 
            resources.ApplyResources(this.modelCombo, "modelCombo");
            this.modelCombo.DataSource = this.perModelSimulationParameterBindingSource;
            this.modelCombo.DisplayMember = "ModelID";
            this.modelCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.modelCombo.FormattingEnabled = true;
            this.modelCombo.Name = "modelCombo";
            // 
            // perModelSimulationParameterBindingSource
            // 
            this.perModelSimulationParameterBindingSource.DataMember = "PerModelSimulationParameters";
            this.perModelSimulationParameterBindingSource.DataSource = this.m_simParamSets;
            // 
            // m_simParamSets
            // 
            this.m_simParamSets.AllowNew = true;
            this.m_simParamSets.DataSource = typeof(Ecell.IDE.Plugins.Simulation.SimulationParameterSet);
            this.m_simParamSets.CurrentChanged += new System.EventHandler(this.m_simParamSets_CurrentChanged);
            // 
            // label5
            // 
            resources.ApplyResources(label5, "label5");
            label5.Name = "label5";
            // 
            // label3
            // 
            resources.ApplyResources(label3, "label3");
            label3.Name = "label3";
            // 
            // label4
            // 
            resources.ApplyResources(label4, "label4");
            label4.Name = "label4";
            // 
            // propertiesBindingSource
            // 
            this.propertiesBindingSource.DataSource = this.propertiesBindingSource1;
            this.propertiesBindingSource.DataError += new System.Windows.Forms.BindingManagerDataErrorEventHandler(this.propertiesBindingSource_DataError);
            // 
            // propertiesBindingSource1
            // 
            this.propertiesBindingSource1.DataMember = "Properties";
            this.propertiesBindingSource1.DataSource = this.steppersBindingSource;
            // 
            // steppersBindingSource
            // 
            this.steppersBindingSource.DataSource = typeof(Ecell.IDE.Plugins.Simulation.StepperConfiguration);
            // 
            // SSCreateButton
            // 
            resources.ApplyResources(this.SSCreateButton, "SSCreateButton");
            this.SSCreateButton.Name = "SSCreateButton";
            this.SSCreateButton.UseVisualStyleBackColor = true;
            this.SSCreateButton.Click += new System.EventHandler(this.NewButtonClick);
            // 
            // paramCombo
            // 
            resources.ApplyResources(this.paramCombo, "paramCombo");
            this.paramCombo.DataSource = this.m_simParamSets;
            this.paramCombo.DisplayMember = "Name";
            this.paramCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.paramCombo.FormattingEnabled = true;
            this.paramCombo.Name = "paramCombo";
            // 
            // SSDeleteButton
            // 
            resources.ApplyResources(this.SSDeleteButton, "SSDeleteButton");
            this.SSDeleteButton.Name = "SSDeleteButton";
            this.SSDeleteButton.UseVisualStyleBackColor = true;
            this.SSDeleteButton.Click += new System.EventHandler(this.DeleteButtonClick);
            // 
            // SSApplyButton
            // 
            resources.ApplyResources(this.SSApplyButton, "SSApplyButton");
            this.SSApplyButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.SSApplyButton.Name = "SSApplyButton";
            this.SSApplyButton.UseVisualStyleBackColor = true;
            // 
            // SSCloseButton
            // 
            resources.ApplyResources(this.SSCloseButton, "SSCloseButton");
            this.SSCloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.SSCloseButton.Name = "SSCloseButton";
            this.SSCloseButton.UseVisualStyleBackColor = true;
            // 
            // configurationLabel
            // 
            resources.ApplyResources(this.configurationLabel, "configurationLabel");
            this.configurationLabel.Name = "configurationLabel";
            // 
            // loggingPage
            // 
            this.loggingPage.Controls.Add(this.groupBox2);
            this.loggingPage.Controls.Add(this.groupBox3);
            this.loggingPage.Controls.Add(this.groupBox1);
            resources.ApplyResources(this.loggingPage, "loggingPage");
            this.loggingPage.Name = "loggingPage";
            this.loggingPage.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Controls.Add(this.overrideRadio);
            this.groupBox2.Controls.Add(this.exceptionRadio);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // overrideRadio
            // 
            resources.ApplyResources(this.overrideRadio, "overrideRadio");
            this.overrideRadio.Name = "overrideRadio";
            this.overrideRadio.UseVisualStyleBackColor = true;
            this.overrideRadio.CheckedChanged += new System.EventHandler(this.overrideRadio_CheckedChanged);
            // 
            // exceptionRadio
            // 
            resources.ApplyResources(this.exceptionRadio, "exceptionRadio");
            this.exceptionRadio.Checked = true;
            this.exceptionRadio.Name = "exceptionRadio";
            this.exceptionRadio.TabStop = true;
            this.exceptionRadio.UseVisualStyleBackColor = true;
            // 
            // groupBox3
            // 
            resources.ApplyResources(this.groupBox3, "groupBox3");
            this.groupBox3.Controls.Add(label5);
            this.groupBox3.Controls.Add(this.noLimitRadio);
            this.groupBox3.Controls.Add(this.maxKbTextBox);
            this.groupBox3.Controls.Add(this.maxSizeRadio);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.TabStop = false;
            // 
            // noLimitRadio
            // 
            resources.ApplyResources(this.noLimitRadio, "noLimitRadio");
            this.noLimitRadio.Checked = true;
            this.noLimitRadio.Name = "noLimitRadio";
            this.noLimitRadio.TabStop = true;
            this.noLimitRadio.UseVisualStyleBackColor = true;
            this.noLimitRadio.CheckedChanged += new System.EventHandler(this.noLimitRadio_CheckedChanged);
            // 
            // maxKbTextBox
            // 
            resources.ApplyResources(this.maxKbTextBox, "maxKbTextBox");
            this.maxKbTextBox.Name = "maxKbTextBox";
            this.maxKbTextBox.Validated += new System.EventHandler(this.maxKbTextBox_Validated);
            this.maxKbTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxKbTextBox_Validating);
            // 
            // maxSizeRadio
            // 
            resources.ApplyResources(this.maxSizeRadio, "maxSizeRadio");
            this.maxSizeRadio.Name = "maxSizeRadio";
            this.maxSizeRadio.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(label4);
            this.groupBox1.Controls.Add(label3);
            this.groupBox1.Controls.Add(this.freqBySecRadio);
            this.groupBox1.Controls.Add(this.freqBySecTextBox);
            this.groupBox1.Controls.Add(this.freqByStepRadio);
            this.groupBox1.Controls.Add(this.freqByStepTextBox);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // freqBySecRadio
            // 
            resources.ApplyResources(this.freqBySecRadio, "freqBySecRadio");
            this.freqBySecRadio.Name = "freqBySecRadio";
            this.freqBySecRadio.UseVisualStyleBackColor = true;
            // 
            // freqBySecTextBox
            // 
            resources.ApplyResources(this.freqBySecTextBox, "freqBySecTextBox");
            this.freqBySecTextBox.Name = "freqBySecTextBox";
            this.freqBySecTextBox.TextChanged += new System.EventHandler(this.freqBySecTextBox_TextChanged);
            this.freqBySecTextBox.Validated += new System.EventHandler(this.freqBySecTextBox_Validated);
            this.freqBySecTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.freqBySecTextBox_Validating);
            // 
            // freqByStepRadio
            // 
            resources.ApplyResources(this.freqByStepRadio, "freqByStepRadio");
            this.freqByStepRadio.Checked = true;
            this.freqByStepRadio.Name = "freqByStepRadio";
            this.freqByStepRadio.TabStop = true;
            this.freqByStepRadio.UseVisualStyleBackColor = true;
            this.freqByStepRadio.CheckedChanged += new System.EventHandler(this.freqByStepRadio_CheckedChanged);
            // 
            // freqByStepTextBox
            // 
            resources.ApplyResources(this.freqByStepTextBox, "freqByStepTextBox");
            this.freqByStepTextBox.Name = "freqByStepTextBox";
            this.freqByStepTextBox.TextChanged += new System.EventHandler(this.freqByStepTextBox_TextChanged);
            this.freqByStepTextBox.Validated += new System.EventHandler(this.freqByStepTextBox_Validated);
            this.freqByStepTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.freqByStepTextBox_Validating);
            // 
            // tabControl1
            // 
            resources.ApplyResources(this.tabControl1, "tabControl1");
            this.tabControl1.Controls.Add(perModelSimulationParametersPage);
            this.tabControl1.Controls.Add(this.loggingPage);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            // 
            // SSImportButton
            // 
            resources.ApplyResources(this.SSImportButton, "SSImportButton");
            this.SSImportButton.Name = "SSImportButton";
            this.SSImportButton.UseVisualStyleBackColor = true;
            this.SSImportButton.Click += new System.EventHandler(this.ImportSimulationParameterClicked);
            // 
            // SSExportButton
            // 
            resources.ApplyResources(this.SSExportButton, "SSExportButton");
            this.SSExportButton.Name = "SSExportButton";
            this.SSExportButton.UseVisualStyleBackColor = true;
            this.SSExportButton.Click += new System.EventHandler(this.ExportSimulationParameterClicked);
            // 
            // SSOpenFileDialog
            // 
            this.SSOpenFileDialog.FileName = "openFileDialog1";
            // 
            // SimulationConfigurationDialog
            // 
            this.AcceptButton = this.SSApplyButton;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.SSCloseButton;
            this.Controls.Add(this.SSExportButton);
            this.Controls.Add(this.SSImportButton);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.SSApplyButton);
            this.Controls.Add(this.SSCloseButton);
            this.Controls.Add(this.configurationLabel);
            this.Controls.Add(this.SSDeleteButton);
            this.Controls.Add(this.SSCreateButton);
            this.Controls.Add(this.paramCombo);
            this.Name = "SimulationConfigurationDialog";
            this.Load += new System.EventHandler(this.SimulationConfigurationDialog_Load);
            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SetupKeyPress);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SimulationConfigurationDialog_FormClosing);
            perModelSimulationParametersPage.ResumeLayout(false);
            perModelSimulationParametersPage.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.initialParameters)).EndInit();
            this.initialContextMenuStrip.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.initialConditionsBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.perModelSimulationParameterBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_simParamSets)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.propertiesBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.propertiesBindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.steppersBindingSource)).EndInit();
            this.loggingPage.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 14
0
		/// <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()
        {
            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.TabPage tabMainHand;
            System.Windows.Forms.TabPage tabOffHand;
            System.Windows.Forms.TabPage tabLeftFinger;
            System.Windows.Forms.TabPage tabRightFinger;
            System.Windows.Forms.TabPage tabNeck;
            System.Windows.Forms.TabPage tabResults;
            System.Windows.Forms.GroupBox groupBox2;
            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 label8;
            System.Windows.Forms.Label label10;
            System.Windows.Forms.Label label13;
            System.Windows.Forms.Label label14;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.Label label47;
            System.Windows.Forms.Label label11;
            System.Windows.Forms.Label label28;
            System.Windows.Forms.Label label9;
            System.Windows.Forms.Label label29;
            System.Windows.Forms.Label label30;
            System.Windows.Forms.Label label31;
            System.Windows.Forms.Label label32;
            System.Windows.Forms.Label label33;
            System.Windows.Forms.Label label34;
            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;
            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.guiSkillSeizeTheInitiative = new System.Windows.Forms.CheckBox();
            this.guiSkillOneWithEverything = 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_EarthAlly = new System.Windows.Forms.CheckBox();
            this.guiSkillMantraOfHealing_TimeOfNeed = new System.Windows.Forms.CheckBox();
            this.guiSkillMantraOfEvasion_HardTarget = new System.Windows.Forms.CheckBox();
            this.tabSetBonus = new System.Windows.Forms.TabPage();
            this.guiSetBonusEditor = new D3ItemEditor();
            this.guiMainHandEditor = new D3ItemEditor();
            this.guiOffHandEditor = new D3ItemEditor();
            this.guiLeftFingerEditor = new D3ItemEditor();
            this.guiRightFingerEditor = new D3ItemEditor();
            this.guiNeckEditor = new D3ItemEditor();
            this.tabHead = new System.Windows.Forms.TabPage();
            this.guiHeadEditor = new D3ItemEditor();
            this.tabShoulders = new System.Windows.Forms.TabPage();
            this.guiShouldersEditor = new D3ItemEditor();
            this.tabBracers = new System.Windows.Forms.TabPage();
            this.guiBracersEditor = new D3ItemEditor();
            this.tabHands = new System.Windows.Forms.TabPage();
            this.guiHandsEditor = new D3ItemEditor();
            this.tabTorso = new System.Windows.Forms.TabPage();
            this.guiTorsoEditor = new D3ItemEditor();
            this.tabWaist = new System.Windows.Forms.TabPage();
            this.guiWaistEditor = new D3ItemEditor();
            this.tabLegs = new System.Windows.Forms.TabPage();
            this.guiLegsEditor = new D3ItemEditor();
            this.tabFeet = new System.Windows.Forms.TabPage();
            this.guiFeetEditor = new D3ItemEditor();
            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.guiDoCalculations = new System.Windows.Forms.Button();
            this.guiCalculatedDPS = 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.guiItemsLifeSteal = new System.Windows.Forms.TextBox();
            this.guiItemsLifePerSecond = new System.Windows.Forms.TextBox();
            this.guiItemsResistance_All = new System.Windows.Forms.TextBox();
            this.guiItemsLifeOnHit = new System.Windows.Forms.TextBox();
            this.guiItemsResistance_Poison = new System.Windows.Forms.TextBox();
            this.guiItemsResistance_Physical = new System.Windows.Forms.TextBox();
            this.guiItemsResistance_Lightning = new System.Windows.Forms.TextBox();
            this.guiItemsResistance_Fire = new System.Windows.Forms.TextBox();
            this.guiItemsResistance_Cold = new System.Windows.Forms.TextBox();
            this.guiItemsResistance_Arcane = 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.tacControl1 = new System.Windows.Forms.TabControl();
            this.tabSpecial = new System.Windows.Forms.TabPage();
            this.guiSpecialEditor = new 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();
            tabMainHand = new System.Windows.Forms.TabPage();
            tabOffHand = new System.Windows.Forms.TabPage();
            tabLeftFinger = new System.Windows.Forms.TabPage();
            tabRightFinger = new System.Windows.Forms.TabPage();
            tabNeck = new System.Windows.Forms.TabPage();
            tabResults = new System.Windows.Forms.TabPage();
            groupBox2 = new System.Windows.Forms.GroupBox();
            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();
            label8 = new System.Windows.Forms.Label();
            label10 = new System.Windows.Forms.Label();
            label13 = new System.Windows.Forms.Label();
            label14 = new System.Windows.Forms.Label();
            groupBox1 = new System.Windows.Forms.GroupBox();
            label47 = new System.Windows.Forms.Label();
            label11 = new System.Windows.Forms.Label();
            label28 = new System.Windows.Forms.Label();
            label9 = new System.Windows.Forms.Label();
            label29 = new System.Windows.Forms.Label();
            label30 = new System.Windows.Forms.Label();
            label31 = new System.Windows.Forms.Label();
            label32 = new System.Windows.Forms.Label();
            label33 = new System.Windows.Forms.Label();
            label34 = new System.Windows.Forms.Label();
            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();
            tabPassiveSkills.SuspendLayout();
            groupBox9.SuspendLayout();
            groupBox8.SuspendLayout();
            groupBox7.SuspendLayout();
            groupBox3.SuspendLayout();
            this.groupBox6.SuspendLayout();
            groupBox5.SuspendLayout();
            groupBox4.SuspendLayout();
            groupBoxBarbarianActiveSkills.SuspendLayout();
            groupBoxMonkActiveSkills.SuspendLayout();
            this.tabSetBonus.SuspendLayout();
            tabMainHand.SuspendLayout();
            tabOffHand.SuspendLayout();
            tabLeftFinger.SuspendLayout();
            tabRightFinger.SuspendLayout();
            tabNeck.SuspendLayout();
            this.tabHead.SuspendLayout();
            this.tabShoulders.SuspendLayout();
            this.tabBracers.SuspendLayout();
            this.tabHands.SuspendLayout();
            this.tabTorso.SuspendLayout();
            this.tabWaist.SuspendLayout();
            this.tabLegs.SuspendLayout();
            this.tabFeet.SuspendLayout();
            tabResults.SuspendLayout();
            groupBox2.SuspendLayout();
            groupBox10.SuspendLayout();
            groupBox1.SuspendLayout();
            this.tacControl1.SuspendLayout();
            tabActiveSkills.SuspendLayout();
            this.tabSpecial.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(272, 184);
            groupBox9.Name = "groupBox9";
            groupBox9.Size = new System.Drawing.Size(260, 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(194, 17);
            this.guiSkillGalvanizingWard.TabIndex = 1;
            this.guiSkillGalvanizingWard.Tag = "galvanizing-ward";
            this.guiSkillGalvanizingWard.Text = "Galvanizing Ward (+life per second)";
            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(272, 123);
            groupBox8.Name = "groupBox8";
            groupBox8.Size = new System.Drawing.Size(260, 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(260, 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.guiSkillSeizeTheInitiative);
            groupBox3.Controls.Add(this.guiSkillOneWithEverything);
            groupBox3.Location = new System.Drawing.Point(6, 266);
            groupBox3.Name = "groupBox3";
            groupBox3.Size = new System.Drawing.Size(260, 78);
            groupBox3.TabIndex = 3;
            groupBox3.TabStop = false;
            groupBox3.Text = "Monk";
            // 
            // guiSkillSeizeTheInitiative
            // 
            this.guiSkillSeizeTheInitiative.AutoSize = true;
            this.guiSkillSeizeTheInitiative.Location = new System.Drawing.Point(6, 42);
            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;
            // 
            // guiSkillOneWithEverything
            // 
            this.guiSkillOneWithEverything.AutoSize = true;
            this.guiSkillOneWithEverything.Location = new System.Drawing.Point(6, 19);
            this.guiSkillOneWithEverything.Name = "guiSkillOneWithEverything";
            this.guiSkillOneWithEverything.Size = new System.Drawing.Size(121, 17);
            this.guiSkillOneWithEverything.TabIndex = 0;
            this.guiSkillOneWithEverything.Tag = "one-with-everything";
            this.guiSkillOneWithEverything.Text = "One with Everything";
            this.guiSkillOneWithEverything.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(272, 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.SelectionChangeCommitted += new System.EventHandler(this.guiHeroClass_SelectionChangeCommitted);
            // 
            // 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(272, 268);
            groupBox5.Name = "groupBox5";
            groupBox5.Size = new System.Drawing.Size(260, 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 (+5% 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(162, 17);
            this.guiSkillAnatomy.TabIndex = 0;
            this.guiSkillAnatomy.Text = "Anatomy (+3% 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(260, 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(6, 113);
            groupBoxBarbarianActiveSkills.Name = "groupBoxBarbarianActiveSkills";
            groupBoxBarbarianActiveSkills.Size = new System.Drawing.Size(263, 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(239, 17);
            this.guiSkillWarCry_Invigorate.TabIndex = 4;
            this.guiSkillWarCry_Invigorate.Text = "War Cry / Invigorate (+20% armor +610 life/s)";
            this.guiSkillWarCry_Invigorate.UseVisualStyleBackColor = true;
            // 
            // groupBoxMonkActiveSkills
            // 
            groupBoxMonkActiveSkills.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            groupBoxMonkActiveSkills.Controls.Add(this.guiSkillMysticAlly_EarthAlly);
            groupBoxMonkActiveSkills.Controls.Add(this.guiSkillMantraOfHealing_TimeOfNeed);
            groupBoxMonkActiveSkills.Controls.Add(this.guiSkillMantraOfEvasion_HardTarget);
            groupBoxMonkActiveSkills.Location = new System.Drawing.Point(6, 6);
            groupBoxMonkActiveSkills.Name = "groupBoxMonkActiveSkills";
            groupBoxMonkActiveSkills.Size = new System.Drawing.Size(260, 101);
            groupBoxMonkActiveSkills.TabIndex = 6;
            groupBoxMonkActiveSkills.TabStop = false;
            groupBoxMonkActiveSkills.Text = "Monk";
            // 
            // guiSkillMysticAlly_EarthAlly
            // 
            this.guiSkillMysticAlly_EarthAlly.AutoSize = true;
            this.guiSkillMysticAlly_EarthAlly.Location = new System.Drawing.Point(6, 65);
            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;
            // 
            // 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(708, 531);
            this.guiSetBonusEditor.TabIndex = 0;
            // 
            // tabMainHand
            // 
            tabMainHand.AutoScroll = true;
            tabMainHand.Controls.Add(this.guiMainHandEditor);
            tabMainHand.Location = new System.Drawing.Point(4, 22);
            tabMainHand.Name = "tabMainHand";
            tabMainHand.Padding = new System.Windows.Forms.Padding(3);
            tabMainHand.Size = new System.Drawing.Size(1026, 576);
            tabMainHand.TabIndex = 0;
            tabMainHand.Text = "Main Hand";
            tabMainHand.UseVisualStyleBackColor = true;
            // 
            // guiMainHandEditor
            // 
            this.guiMainHandEditor.AutoSize = true;
            this.guiMainHandEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiMainHandEditor.KnownGems = null;
            this.guiMainHandEditor.Location = new System.Drawing.Point(6, 6);
            this.guiMainHandEditor.Name = "guiMainHandEditor";
            this.guiMainHandEditor.Size = new System.Drawing.Size(708, 531);
            this.guiMainHandEditor.TabIndex = 0;
            // 
            // tabOffHand
            // 
            tabOffHand.AutoScroll = true;
            tabOffHand.Controls.Add(this.guiOffHandEditor);
            tabOffHand.Location = new System.Drawing.Point(4, 22);
            tabOffHand.Name = "tabOffHand";
            tabOffHand.Padding = new System.Windows.Forms.Padding(3);
            tabOffHand.Size = new System.Drawing.Size(1026, 576);
            tabOffHand.TabIndex = 1;
            tabOffHand.Text = "Off Hand";
            tabOffHand.UseVisualStyleBackColor = true;
            // 
            // guiOffHandEditor
            // 
            this.guiOffHandEditor.AutoSize = true;
            this.guiOffHandEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiOffHandEditor.KnownGems = null;
            this.guiOffHandEditor.Location = new System.Drawing.Point(6, 6);
            this.guiOffHandEditor.Name = "guiOffHandEditor";
            this.guiOffHandEditor.Size = new System.Drawing.Size(708, 531);
            this.guiOffHandEditor.TabIndex = 0;
            // 
            // tabLeftFinger
            // 
            tabLeftFinger.AutoScroll = true;
            tabLeftFinger.Controls.Add(this.guiLeftFingerEditor);
            tabLeftFinger.Location = new System.Drawing.Point(4, 22);
            tabLeftFinger.Name = "tabLeftFinger";
            tabLeftFinger.Padding = new System.Windows.Forms.Padding(3);
            tabLeftFinger.Size = new System.Drawing.Size(1026, 576);
            tabLeftFinger.TabIndex = 6;
            tabLeftFinger.Text = "Left Finger";
            tabLeftFinger.UseVisualStyleBackColor = true;
            // 
            // guiLeftFingerEditor
            // 
            this.guiLeftFingerEditor.AutoSize = true;
            this.guiLeftFingerEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiLeftFingerEditor.KnownGems = null;
            this.guiLeftFingerEditor.Location = new System.Drawing.Point(6, 6);
            this.guiLeftFingerEditor.Name = "guiLeftFingerEditor";
            this.guiLeftFingerEditor.Size = new System.Drawing.Size(708, 531);
            this.guiLeftFingerEditor.TabIndex = 0;
            // 
            // tabRightFinger
            // 
            tabRightFinger.AutoScroll = true;
            tabRightFinger.Controls.Add(this.guiRightFingerEditor);
            tabRightFinger.Location = new System.Drawing.Point(4, 22);
            tabRightFinger.Name = "tabRightFinger";
            tabRightFinger.Padding = new System.Windows.Forms.Padding(3);
            tabRightFinger.Size = new System.Drawing.Size(1026, 576);
            tabRightFinger.TabIndex = 9;
            tabRightFinger.Text = "Right Finger";
            tabRightFinger.UseVisualStyleBackColor = true;
            // 
            // guiRightFingerEditor
            // 
            this.guiRightFingerEditor.AutoSize = true;
            this.guiRightFingerEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiRightFingerEditor.KnownGems = null;
            this.guiRightFingerEditor.Location = new System.Drawing.Point(6, 6);
            this.guiRightFingerEditor.Name = "guiRightFingerEditor";
            this.guiRightFingerEditor.Size = new System.Drawing.Size(708, 531);
            this.guiRightFingerEditor.TabIndex = 0;
            // 
            // tabNeck
            // 
            tabNeck.AutoScroll = true;
            tabNeck.Controls.Add(this.guiNeckEditor);
            tabNeck.Location = new System.Drawing.Point(4, 22);
            tabNeck.Name = "tabNeck";
            tabNeck.Padding = new System.Windows.Forms.Padding(3);
            tabNeck.Size = new System.Drawing.Size(1026, 576);
            tabNeck.TabIndex = 8;
            tabNeck.Text = "Neck";
            tabNeck.UseVisualStyleBackColor = true;
            // 
            // guiNeckEditor
            // 
            this.guiNeckEditor.AutoSize = true;
            this.guiNeckEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiNeckEditor.KnownGems = null;
            this.guiNeckEditor.Location = new System.Drawing.Point(6, 6);
            this.guiNeckEditor.Name = "guiNeckEditor";
            this.guiNeckEditor.Size = new System.Drawing.Size(708, 531);
            this.guiNeckEditor.TabIndex = 0;
            // 
            // tabHead
            // 
            this.tabHead.AutoScroll = true;
            this.tabHead.Controls.Add(this.guiHeadEditor);
            this.tabHead.Location = new System.Drawing.Point(4, 22);
            this.tabHead.Name = "tabHead";
            this.tabHead.Padding = new System.Windows.Forms.Padding(3);
            this.tabHead.Size = new System.Drawing.Size(1026, 576);
            this.tabHead.TabIndex = 5;
            this.tabHead.Text = "Head";
            this.tabHead.UseVisualStyleBackColor = true;
            // 
            // guiHeadEditor
            // 
            this.guiHeadEditor.AutoSize = true;
            this.guiHeadEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiHeadEditor.KnownGems = null;
            this.guiHeadEditor.Location = new System.Drawing.Point(6, 6);
            this.guiHeadEditor.Name = "guiHeadEditor";
            this.guiHeadEditor.Size = new System.Drawing.Size(708, 531);
            this.guiHeadEditor.TabIndex = 0;
            // 
            // tabShoulders
            // 
            this.tabShoulders.AutoScroll = true;
            this.tabShoulders.Controls.Add(this.guiShouldersEditor);
            this.tabShoulders.Location = new System.Drawing.Point(4, 22);
            this.tabShoulders.Name = "tabShoulders";
            this.tabShoulders.Padding = new System.Windows.Forms.Padding(3);
            this.tabShoulders.Size = new System.Drawing.Size(1026, 576);
            this.tabShoulders.TabIndex = 10;
            this.tabShoulders.Text = "Shoulders";
            this.tabShoulders.UseVisualStyleBackColor = true;
            // 
            // guiShouldersEditor
            // 
            this.guiShouldersEditor.AutoSize = true;
            this.guiShouldersEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiShouldersEditor.KnownGems = null;
            this.guiShouldersEditor.Location = new System.Drawing.Point(6, 6);
            this.guiShouldersEditor.Name = "guiShouldersEditor";
            this.guiShouldersEditor.Size = new System.Drawing.Size(708, 531);
            this.guiShouldersEditor.TabIndex = 0;
            // 
            // tabBracers
            // 
            this.tabBracers.AutoScroll = true;
            this.tabBracers.Controls.Add(this.guiBracersEditor);
            this.tabBracers.Location = new System.Drawing.Point(4, 22);
            this.tabBracers.Name = "tabBracers";
            this.tabBracers.Padding = new System.Windows.Forms.Padding(3);
            this.tabBracers.Size = new System.Drawing.Size(1026, 576);
            this.tabBracers.TabIndex = 2;
            this.tabBracers.Text = "Bracers";
            this.tabBracers.UseVisualStyleBackColor = true;
            // 
            // guiBracersEditor
            // 
            this.guiBracersEditor.AutoSize = true;
            this.guiBracersEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiBracersEditor.KnownGems = null;
            this.guiBracersEditor.Location = new System.Drawing.Point(6, 6);
            this.guiBracersEditor.Name = "guiBracersEditor";
            this.guiBracersEditor.Size = new System.Drawing.Size(708, 531);
            this.guiBracersEditor.TabIndex = 0;
            // 
            // tabHands
            // 
            this.tabHands.AutoScroll = true;
            this.tabHands.Controls.Add(this.guiHandsEditor);
            this.tabHands.Location = new System.Drawing.Point(4, 22);
            this.tabHands.Name = "tabHands";
            this.tabHands.Padding = new System.Windows.Forms.Padding(3);
            this.tabHands.Size = new System.Drawing.Size(1026, 576);
            this.tabHands.TabIndex = 4;
            this.tabHands.Text = "Hands";
            this.tabHands.UseVisualStyleBackColor = true;
            // 
            // guiHandsEditor
            // 
            this.guiHandsEditor.AutoSize = true;
            this.guiHandsEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiHandsEditor.KnownGems = null;
            this.guiHandsEditor.Location = new System.Drawing.Point(6, 6);
            this.guiHandsEditor.Name = "guiHandsEditor";
            this.guiHandsEditor.Size = new System.Drawing.Size(708, 531);
            this.guiHandsEditor.TabIndex = 0;
            // 
            // tabTorso
            // 
            this.tabTorso.AutoScroll = true;
            this.tabTorso.Controls.Add(this.guiTorsoEditor);
            this.tabTorso.Location = new System.Drawing.Point(4, 22);
            this.tabTorso.Name = "tabTorso";
            this.tabTorso.Padding = new System.Windows.Forms.Padding(3);
            this.tabTorso.Size = new System.Drawing.Size(1026, 576);
            this.tabTorso.TabIndex = 11;
            this.tabTorso.Text = "Torso";
            this.tabTorso.UseVisualStyleBackColor = true;
            // 
            // guiTorsoEditor
            // 
            this.guiTorsoEditor.AutoSize = true;
            this.guiTorsoEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiTorsoEditor.KnownGems = null;
            this.guiTorsoEditor.Location = new System.Drawing.Point(6, 6);
            this.guiTorsoEditor.Name = "guiTorsoEditor";
            this.guiTorsoEditor.Size = new System.Drawing.Size(708, 531);
            this.guiTorsoEditor.TabIndex = 0;
            // 
            // tabWaist
            // 
            this.tabWaist.AutoScroll = true;
            this.tabWaist.Controls.Add(this.guiWaistEditor);
            this.tabWaist.Location = new System.Drawing.Point(4, 22);
            this.tabWaist.Name = "tabWaist";
            this.tabWaist.Padding = new System.Windows.Forms.Padding(3);
            this.tabWaist.Size = new System.Drawing.Size(1026, 576);
            this.tabWaist.TabIndex = 12;
            this.tabWaist.Text = "Waist";
            this.tabWaist.UseVisualStyleBackColor = true;
            // 
            // guiWaistEditor
            // 
            this.guiWaistEditor.AutoSize = true;
            this.guiWaistEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiWaistEditor.KnownGems = null;
            this.guiWaistEditor.Location = new System.Drawing.Point(6, 6);
            this.guiWaistEditor.Name = "guiWaistEditor";
            this.guiWaistEditor.Size = new System.Drawing.Size(708, 531);
            this.guiWaistEditor.TabIndex = 0;
            // 
            // tabLegs
            // 
            this.tabLegs.AutoScroll = true;
            this.tabLegs.Controls.Add(this.guiLegsEditor);
            this.tabLegs.Location = new System.Drawing.Point(4, 22);
            this.tabLegs.Name = "tabLegs";
            this.tabLegs.Padding = new System.Windows.Forms.Padding(3);
            this.tabLegs.Size = new System.Drawing.Size(1026, 576);
            this.tabLegs.TabIndex = 7;
            this.tabLegs.Text = "Legs";
            this.tabLegs.UseVisualStyleBackColor = true;
            // 
            // guiLegsEditor
            // 
            this.guiLegsEditor.AutoSize = true;
            this.guiLegsEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiLegsEditor.KnownGems = null;
            this.guiLegsEditor.Location = new System.Drawing.Point(6, 6);
            this.guiLegsEditor.Name = "guiLegsEditor";
            this.guiLegsEditor.Size = new System.Drawing.Size(708, 531);
            this.guiLegsEditor.TabIndex = 0;
            // 
            // tabFeet
            // 
            this.tabFeet.AutoScroll = true;
            this.tabFeet.Controls.Add(this.guiFeetEditor);
            this.tabFeet.Location = new System.Drawing.Point(4, 22);
            this.tabFeet.Name = "tabFeet";
            this.tabFeet.Padding = new System.Windows.Forms.Padding(3);
            this.tabFeet.Size = new System.Drawing.Size(1026, 576);
            this.tabFeet.TabIndex = 3;
            this.tabFeet.Text = "Feet";
            this.tabFeet.UseVisualStyleBackColor = true;
            // 
            // guiFeetEditor
            // 
            this.guiFeetEditor.AutoSize = true;
            this.guiFeetEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiFeetEditor.KnownGems = null;
            this.guiFeetEditor.Location = new System.Drawing.Point(6, 6);
            this.guiFeetEditor.Name = "guiFeetEditor";
            this.guiFeetEditor.Size = new System.Drawing.Size(708, 531);
            this.guiFeetEditor.TabIndex = 0;
            // 
            // tabResults
            // 
            tabResults.Controls.Add(groupBox2);
            tabResults.Controls.Add(this.guiDoCalculations);
            tabResults.Controls.Add(groupBox10);
            tabResults.Controls.Add(groupBox1);
            tabResults.Location = new System.Drawing.Point(4, 22);
            tabResults.Name = "tabResults";
            tabResults.Size = new System.Drawing.Size(1026, 576);
            tabResults.TabIndex = 15;
            tabResults.Text = "Calculation Results";
            tabResults.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            groupBox2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            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(165, 145);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(278, 370);
            groupBox2.TabIndex = 3;
            groupBox2.TabStop = false;
            groupBox2.Text = "Calculation: Defense";
            // 
            // 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(243, 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(35, 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(243, 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(243, 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(243, 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(243, 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(243, 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(243, 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(167, 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(167, 126);
            label36.Name = "label36";
            label36.Size = new System.Drawing.Size(15, 13);
            label36.TabIndex = 17;
            label36.Text = "%";
            // 
            // guiCalculatedBlockMax
            // 
            this.guiCalculatedBlockMax.Location = new System.Drawing.Point(229, 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(188, 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(35, 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(35, 20);
            this.guiCalculatedDodge.TabIndex = 13;
            // 
            // guiCalculatedDamageReduction_Poison
            // 
            this.guiCalculatedDamageReduction_Poison.Location = new System.Drawing.Point(202, 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(202, 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(202, 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(202, 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(202, 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(202, 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(202, 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(35, 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(35, 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(35, 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(35, 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(35, 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(35, 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(35, 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";
            // 
            // guiDoCalculations
            // 
            this.guiDoCalculations.Location = new System.Drawing.Point(3, 3);
            this.guiDoCalculations.Name = "guiDoCalculations";
            this.guiDoCalculations.Size = new System.Drawing.Size(100, 23);
            this.guiDoCalculations.TabIndex = 1;
            this.guiDoCalculations.Text = "Do Calculations";
            this.guiDoCalculations.UseVisualStyleBackColor = true;
            this.guiDoCalculations.Click += new System.EventHandler(this.guiDoCalculations_Click);
            // 
            // groupBox10
            // 
            groupBox10.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            groupBox10.Controls.Add(this.guiCalculatedDPS);
            groupBox10.Controls.Add(label8);
            groupBox10.Controls.Add(label10);
            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(165, 3);
            groupBox10.Name = "groupBox10";
            groupBox10.Size = new System.Drawing.Size(278, 136);
            groupBox10.TabIndex = 4;
            groupBox10.TabStop = false;
            groupBox10.Text = "Calculation: Damage";
            // 
            // 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";
            // 
            // 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";
            // 
            // 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;
            // 
            // groupBox1
            // 
            groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            groupBox1.Controls.Add(this.guiItemsLifeSteal);
            groupBox1.Controls.Add(label47);
            groupBox1.Controls.Add(this.guiItemsLifePerSecond);
            groupBox1.Controls.Add(this.guiItemsResistance_All);
            groupBox1.Controls.Add(label11);
            groupBox1.Controls.Add(label28);
            groupBox1.Controls.Add(this.guiItemsLifeOnHit);
            groupBox1.Controls.Add(label9);
            groupBox1.Controls.Add(this.guiItemsResistance_Poison);
            groupBox1.Controls.Add(label29);
            groupBox1.Controls.Add(this.guiItemsResistance_Physical);
            groupBox1.Controls.Add(label30);
            groupBox1.Controls.Add(this.guiItemsResistance_Lightning);
            groupBox1.Controls.Add(label31);
            groupBox1.Controls.Add(this.guiItemsResistance_Fire);
            groupBox1.Controls.Add(label32);
            groupBox1.Controls.Add(this.guiItemsResistance_Cold);
            groupBox1.Controls.Add(label33);
            groupBox1.Controls.Add(this.guiItemsResistance_Arcane);
            groupBox1.Controls.Add(label34);
            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(3, 32);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(156, 500);
            groupBox1.TabIndex = 2;
            groupBox1.TabStop = false;
            groupBox1.Text = "Summary";
            // 
            // guiItemsLifeSteal
            // 
            this.guiItemsLifeSteal.Location = new System.Drawing.Point(115, 279);
            this.guiItemsLifeSteal.Name = "guiItemsLifeSteal";
            this.guiItemsLifeSteal.ReadOnly = true;
            this.guiItemsLifeSteal.Size = new System.Drawing.Size(35, 20);
            this.guiItemsLifeSteal.TabIndex = 35;
            // 
            // label47
            // 
            label47.AutoSize = true;
            label47.Location = new System.Drawing.Point(53, 282);
            label47.Name = "label47";
            label47.Size = new System.Drawing.Size(56, 13);
            label47.TabIndex = 34;
            label47.Text = "% life steal";
            // 
            // guiItemsLifePerSecond
            // 
            this.guiItemsLifePerSecond.Location = new System.Drawing.Point(115, 253);
            this.guiItemsLifePerSecond.Name = "guiItemsLifePerSecond";
            this.guiItemsLifePerSecond.ReadOnly = true;
            this.guiItemsLifePerSecond.Size = new System.Drawing.Size(35, 20);
            this.guiItemsLifePerSecond.TabIndex = 33;
            // 
            // guiItemsResistance_All
            // 
            this.guiItemsResistance_All.Location = new System.Drawing.Point(115, 461);
            this.guiItemsResistance_All.Name = "guiItemsResistance_All";
            this.guiItemsResistance_All.ReadOnly = true;
            this.guiItemsResistance_All.Size = new System.Drawing.Size(35, 20);
            this.guiItemsResistance_All.TabIndex = 29;
            // 
            // label11
            // 
            label11.AutoSize = true;
            label11.Location = new System.Drawing.Point(33, 256);
            label11.Name = "label11";
            label11.Size = new System.Drawing.Size(76, 13);
            label11.TabIndex = 32;
            label11.Text = "life per second";
            // 
            // label28
            // 
            label28.AutoSize = true;
            label28.Location = new System.Drawing.Point(60, 464);
            label28.Name = "label28";
            label28.Size = new System.Drawing.Size(49, 13);
            label28.TabIndex = 28;
            label28.Text = "all resists";
            // 
            // guiItemsLifeOnHit
            // 
            this.guiItemsLifeOnHit.Location = new System.Drawing.Point(115, 227);
            this.guiItemsLifeOnHit.Name = "guiItemsLifeOnHit";
            this.guiItemsLifeOnHit.ReadOnly = true;
            this.guiItemsLifeOnHit.Size = new System.Drawing.Size(35, 20);
            this.guiItemsLifeOnHit.TabIndex = 31;
            // 
            // label9
            // 
            label9.AutoSize = true;
            label9.Location = new System.Drawing.Point(60, 230);
            label9.Name = "label9";
            label9.Size = new System.Drawing.Size(49, 13);
            label9.TabIndex = 30;
            label9.Text = "life on hit";
            // 
            // guiItemsResistance_Poison
            // 
            this.guiItemsResistance_Poison.Location = new System.Drawing.Point(115, 435);
            this.guiItemsResistance_Poison.Name = "guiItemsResistance_Poison";
            this.guiItemsResistance_Poison.ReadOnly = true;
            this.guiItemsResistance_Poison.Size = new System.Drawing.Size(35, 20);
            this.guiItemsResistance_Poison.TabIndex = 27;
            // 
            // label29
            // 
            label29.AutoSize = true;
            label29.Location = new System.Drawing.Point(44, 438);
            label29.Name = "label29";
            label29.Size = new System.Drawing.Size(65, 13);
            label29.TabIndex = 26;
            label29.Text = "poison resist";
            // 
            // guiItemsResistance_Physical
            // 
            this.guiItemsResistance_Physical.Location = new System.Drawing.Point(115, 409);
            this.guiItemsResistance_Physical.Name = "guiItemsResistance_Physical";
            this.guiItemsResistance_Physical.ReadOnly = true;
            this.guiItemsResistance_Physical.Size = new System.Drawing.Size(35, 20);
            this.guiItemsResistance_Physical.TabIndex = 25;
            // 
            // label30
            // 
            label30.AutoSize = true;
            label30.Location = new System.Drawing.Point(37, 412);
            label30.Name = "label30";
            label30.Size = new System.Drawing.Size(72, 13);
            label30.TabIndex = 24;
            label30.Text = "physical resist";
            // 
            // guiItemsResistance_Lightning
            // 
            this.guiItemsResistance_Lightning.Location = new System.Drawing.Point(115, 383);
            this.guiItemsResistance_Lightning.Name = "guiItemsResistance_Lightning";
            this.guiItemsResistance_Lightning.ReadOnly = true;
            this.guiItemsResistance_Lightning.Size = new System.Drawing.Size(35, 20);
            this.guiItemsResistance_Lightning.TabIndex = 23;
            // 
            // label31
            // 
            label31.AutoSize = true;
            label31.Location = new System.Drawing.Point(36, 386);
            label31.Name = "label31";
            label31.Size = new System.Drawing.Size(73, 13);
            label31.TabIndex = 22;
            label31.Text = "lightning resist";
            // 
            // guiItemsResistance_Fire
            // 
            this.guiItemsResistance_Fire.Location = new System.Drawing.Point(115, 357);
            this.guiItemsResistance_Fire.Name = "guiItemsResistance_Fire";
            this.guiItemsResistance_Fire.ReadOnly = true;
            this.guiItemsResistance_Fire.Size = new System.Drawing.Size(35, 20);
            this.guiItemsResistance_Fire.TabIndex = 21;
            // 
            // label32
            // 
            label32.AutoSize = true;
            label32.Location = new System.Drawing.Point(61, 360);
            label32.Name = "label32";
            label32.Size = new System.Drawing.Size(48, 13);
            label32.TabIndex = 20;
            label32.Text = "fire resist";
            // 
            // guiItemsResistance_Cold
            // 
            this.guiItemsResistance_Cold.Location = new System.Drawing.Point(115, 331);
            this.guiItemsResistance_Cold.Name = "guiItemsResistance_Cold";
            this.guiItemsResistance_Cold.ReadOnly = true;
            this.guiItemsResistance_Cold.Size = new System.Drawing.Size(35, 20);
            this.guiItemsResistance_Cold.TabIndex = 19;
            // 
            // label33
            // 
            label33.AutoSize = true;
            label33.Location = new System.Drawing.Point(55, 334);
            label33.Name = "label33";
            label33.Size = new System.Drawing.Size(54, 13);
            label33.TabIndex = 18;
            label33.Text = "cold resist";
            // 
            // guiItemsResistance_Arcane
            // 
            this.guiItemsResistance_Arcane.Location = new System.Drawing.Point(115, 305);
            this.guiItemsResistance_Arcane.Name = "guiItemsResistance_Arcane";
            this.guiItemsResistance_Arcane.ReadOnly = true;
            this.guiItemsResistance_Arcane.Size = new System.Drawing.Size(35, 20);
            this.guiItemsResistance_Arcane.TabIndex = 17;
            // 
            // label34
            // 
            label34.AutoSize = true;
            label34.Location = new System.Drawing.Point(42, 308);
            label34.Name = "label34";
            label34.Size = new System.Drawing.Size(67, 13);
            label34.TabIndex = 16;
            label34.Text = "arcane resist";
            // 
            // 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(35, 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(35, 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(35, 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(35, 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(35, 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(35, 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(35, 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(35, 20);
            this.guiItemsVitality.TabIndex = 7;
            // 
            // tacControl1
            // 
            this.tacControl1.Controls.Add(tabPassiveSkills);
            this.tacControl1.Controls.Add(tabActiveSkills);
            this.tacControl1.Controls.Add(this.tabSetBonus);
            this.tacControl1.Controls.Add(tabMainHand);
            this.tacControl1.Controls.Add(tabOffHand);
            this.tacControl1.Controls.Add(this.tabSpecial);
            this.tacControl1.Controls.Add(tabLeftFinger);
            this.tacControl1.Controls.Add(tabRightFinger);
            this.tacControl1.Controls.Add(tabNeck);
            this.tacControl1.Controls.Add(this.tabHead);
            this.tacControl1.Controls.Add(this.tabShoulders);
            this.tacControl1.Controls.Add(this.tabBracers);
            this.tacControl1.Controls.Add(this.tabHands);
            this.tacControl1.Controls.Add(this.tabTorso);
            this.tacControl1.Controls.Add(this.tabWaist);
            this.tacControl1.Controls.Add(this.tabLegs);
            this.tacControl1.Controls.Add(this.tabFeet);
            this.tacControl1.Controls.Add(tabResults);
            this.tacControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tacControl1.HotTrack = true;
            this.tacControl1.Location = new System.Drawing.Point(0, 0);
            this.tacControl1.Multiline = true;
            this.tacControl1.Name = "tacControl1";
            this.tacControl1.SelectedIndex = 0;
            this.tacControl1.Size = new System.Drawing.Size(1034, 602);
            this.tacControl1.TabIndex = 0;
            // 
            // tabActiveSkills
            // 
            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;
            // 
            // tabSpecial
            // 
            this.tabSpecial.Controls.Add(this.guiSpecialEditor);
            this.tabSpecial.Location = new System.Drawing.Point(4, 22);
            this.tabSpecial.Name = "tabSpecial";
            this.tabSpecial.Padding = new System.Windows.Forms.Padding(3);
            this.tabSpecial.Size = new System.Drawing.Size(1026, 576);
            this.tabSpecial.TabIndex = 17;
            this.tabSpecial.Text = "Special";
            this.tabSpecial.UseVisualStyleBackColor = true;
            // 
            // guiSpecialEditor
            // 
            this.guiSpecialEditor.AutoSize = true;
            this.guiSpecialEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.guiSpecialEditor.KnownGems = null;
            this.guiSpecialEditor.Location = new System.Drawing.Point(6, 6);
            this.guiSpecialEditor.Name = "guiSpecialEditor";
            this.guiSpecialEditor.Size = new System.Drawing.Size(708, 531);
            this.guiSpecialEditor.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(this.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();
            this.tabSetBonus.ResumeLayout(false);
            this.tabSetBonus.PerformLayout();
            tabMainHand.ResumeLayout(false);
            tabMainHand.PerformLayout();
            tabOffHand.ResumeLayout(false);
            tabOffHand.PerformLayout();
            tabLeftFinger.ResumeLayout(false);
            tabLeftFinger.PerformLayout();
            tabRightFinger.ResumeLayout(false);
            tabRightFinger.PerformLayout();
            tabNeck.ResumeLayout(false);
            tabNeck.PerformLayout();
            this.tabHead.ResumeLayout(false);
            this.tabHead.PerformLayout();
            this.tabShoulders.ResumeLayout(false);
            this.tabShoulders.PerformLayout();
            this.tabBracers.ResumeLayout(false);
            this.tabBracers.PerformLayout();
            this.tabHands.ResumeLayout(false);
            this.tabHands.PerformLayout();
            this.tabTorso.ResumeLayout(false);
            this.tabTorso.PerformLayout();
            this.tabWaist.ResumeLayout(false);
            this.tabWaist.PerformLayout();
            this.tabLegs.ResumeLayout(false);
            this.tabLegs.PerformLayout();
            this.tabFeet.ResumeLayout(false);
            this.tabFeet.PerformLayout();
            tabResults.ResumeLayout(false);
            groupBox2.ResumeLayout(false);
            groupBox2.PerformLayout();
            groupBox10.ResumeLayout(false);
            groupBox10.PerformLayout();
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            this.tacControl1.ResumeLayout(false);
            tabActiveSkills.ResumeLayout(false);
            this.tabSpecial.ResumeLayout(false);
            this.tabSpecial.PerformLayout();
            this.ResumeLayout(false);

        }
Esempio n. 16
0
        /// <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.TabPage tabPage_FIR;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.groupBoxFIR_coefs = new System.Windows.Forms.GroupBox();
            this.textBox_FIR_a0 = new System.Windows.Forms.TextBox();
            this.label_FIR_ai0 = new System.Windows.Forms.Label();
            this.label_FIR_a0 = new System.Windows.Forms.Label();
            this.textBox_FIR_a1 = new System.Windows.Forms.TextBox();
            this.label_FIR_ai1 = new System.Windows.Forms.Label();
            this.label_FIR_a1 = new System.Windows.Forms.Label();
            this.textBox_FIR_a2 = new System.Windows.Forms.TextBox();
            this.label_FIR_ai2 = new System.Windows.Forms.Label();
            this.label_FIR_a2 = new System.Windows.Forms.Label();
            this.textBox_FIR_a3 = new System.Windows.Forms.TextBox();
            this.label_FIR_ai3 = new System.Windows.Forms.Label();
            this.label_FIR_a3 = new System.Windows.Forms.Label();
            this.textBox_FIR_a4 = new System.Windows.Forms.TextBox();
            this.label_FIR_ai4 = new System.Windows.Forms.Label();
            this.label_FIR_a4 = new System.Windows.Forms.Label();
            this.textBox_FIR_a5 = new System.Windows.Forms.TextBox();
            this.label_FIR_ai5 = new System.Windows.Forms.Label();
            this.label_FIR_a5 = new System.Windows.Forms.Label();
            this.textBox_FIR_a6 = new System.Windows.Forms.TextBox();
            this.label_FIR_ai6 = new System.Windows.Forms.Label();
            this.label_FIR_a6 = new System.Windows.Forms.Label();
            this.textBox_FIR_a7 = new System.Windows.Forms.TextBox();
            this.label_FIR_ai7 = new System.Windows.Forms.Label();
            this.label_FIR_a7 = new System.Windows.Forms.Label();
            this.textBox_FIR_a8 = new System.Windows.Forms.TextBox();
            this.label_FIR_ai8 = new System.Windows.Forms.Label();
            this.label_FIR_a8 = new System.Windows.Forms.Label();
            this.textBox_FIR_a9 = new System.Windows.Forms.TextBox();
            this.label_FIR_ai9 = new System.Windows.Forms.Label();
            this.label_FIR_a9 = new System.Windows.Forms.Label();
            this.groupBoxFIR_order = new System.Windows.Forms.GroupBox();
            this.comboBox_FIR_order = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.serialPort = new System.IO.Ports.SerialPort(this.components);
            this.timerHeartBeat = new System.Windows.Forms.Timer(this.components);
            this.panel1 = new System.Windows.Forms.Panel();
            this.labelHelp = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.tabPage_IIR = new System.Windows.Forms.TabPage();
            this.groupBoxIIR_coefs = new System.Windows.Forms.GroupBox();
            this.textBox_IIR_b6 = new System.Windows.Forms.TextBox();
            this.label_IIR_bi6 = new System.Windows.Forms.Label();
            this.label_IIR_b6 = new System.Windows.Forms.Label();
            this.textBox_IIR_a6 = new System.Windows.Forms.TextBox();
            this.label_IIR_ai6 = new System.Windows.Forms.Label();
            this.label_IIR_a6 = new System.Windows.Forms.Label();
            this.textBox_IIR_b5 = new System.Windows.Forms.TextBox();
            this.label_IIR_bi5 = new System.Windows.Forms.Label();
            this.label_IIR_b5 = new System.Windows.Forms.Label();
            this.textBox_IIR_a5 = new System.Windows.Forms.TextBox();
            this.label_IIR_ai5 = new System.Windows.Forms.Label();
            this.label_IIR_a5 = new System.Windows.Forms.Label();
            this.textBox_IIR_b4 = new System.Windows.Forms.TextBox();
            this.label_IIR_bi4 = new System.Windows.Forms.Label();
            this.label_IIR_b4 = new System.Windows.Forms.Label();
            this.textBox_IIR_b3 = new System.Windows.Forms.TextBox();
            this.label_IIR_bi3 = new System.Windows.Forms.Label();
            this.label_IIR_b3 = new System.Windows.Forms.Label();
            this.textBox_IIR_b2 = new System.Windows.Forms.TextBox();
            this.label_IIR_bi2 = new System.Windows.Forms.Label();
            this.label_IIR_b2 = new System.Windows.Forms.Label();
            this.textBox_IIR_b1 = new System.Windows.Forms.TextBox();
            this.label_IIR_bi1 = new System.Windows.Forms.Label();
            this.label_IIR_b1 = new System.Windows.Forms.Label();
            this.textBox_IIR_b0 = new System.Windows.Forms.TextBox();
            this.label_IIR_bi0 = new System.Windows.Forms.Label();
            this.label_IIR_b0 = new System.Windows.Forms.Label();
            this.textBox_IIR_a4 = new System.Windows.Forms.TextBox();
            this.label_IIR_ai4 = new System.Windows.Forms.Label();
            this.label_IIR_a4 = new System.Windows.Forms.Label();
            this.textBox_IIR_a3 = new System.Windows.Forms.TextBox();
            this.label_IIR_ai3 = new System.Windows.Forms.Label();
            this.label_IIR_a3 = new System.Windows.Forms.Label();
            this.textBox_IIR_a2 = new System.Windows.Forms.TextBox();
            this.label_IIR_ai1 = new System.Windows.Forms.Label();
            this.label_IIR_a1 = new System.Windows.Forms.Label();
            this.textBox_IIR_a1 = new System.Windows.Forms.TextBox();
            this.label_IIR_ai0 = new System.Windows.Forms.Label();
            this.label_IIR_a0 = new System.Windows.Forms.Label();
            this.textBox_IIR_a0 = new System.Windows.Forms.TextBox();
            this.label_IIR_ai2 = new System.Windows.Forms.Label();
            this.label_IIR_a2 = new System.Windows.Forms.Label();
            this.groupBoxIIR_order = new System.Windows.Forms.GroupBox();
            this.comboBox_IIR_order = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage_Notch = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.textBox_k1 = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.textBox_k2 = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.EtoolTip = new System.Windows.Forms.ToolTip(this.components);
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.StatusLabelNewSettings = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.cbResolution = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.cbFreqSampling = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnApply = new System.Windows.Forms.Button();
            this.btnClear = new System.Windows.Forms.Button();
            tabPage_FIR = new System.Windows.Forms.TabPage();
            tabPage_FIR.SuspendLayout();
            this.groupBoxFIR_coefs.SuspendLayout();
            this.groupBoxFIR_order.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.tabPage_IIR.SuspendLayout();
            this.groupBoxIIR_coefs.SuspendLayout();
            this.groupBoxIIR_order.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage_Notch.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.statusStrip1.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabPage_FIR
            // 
            tabPage_FIR.Controls.Add(this.groupBoxFIR_coefs);
            tabPage_FIR.Controls.Add(this.groupBoxFIR_order);
            tabPage_FIR.Location = new System.Drawing.Point(4, 22);
            tabPage_FIR.Name = "tabPage_FIR";
            tabPage_FIR.Padding = new System.Windows.Forms.Padding(9, 7, 9, 3);
            tabPage_FIR.Size = new System.Drawing.Size(579, 379);
            tabPage_FIR.TabIndex = 0;
            tabPage_FIR.Text = "КИХ-фильтр";
            tabPage_FIR.UseVisualStyleBackColor = true;
            // 
            // groupBoxFIR_coefs
            // 
            this.groupBoxFIR_coefs.Controls.Add(this.textBox_FIR_a0);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_ai0);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_a0);
            this.groupBoxFIR_coefs.Controls.Add(this.textBox_FIR_a1);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_ai1);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_a1);
            this.groupBoxFIR_coefs.Controls.Add(this.textBox_FIR_a2);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_ai2);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_a2);
            this.groupBoxFIR_coefs.Controls.Add(this.textBox_FIR_a3);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_ai3);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_a3);
            this.groupBoxFIR_coefs.Controls.Add(this.textBox_FIR_a4);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_ai4);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_a4);
            this.groupBoxFIR_coefs.Controls.Add(this.textBox_FIR_a5);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_ai5);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_a5);
            this.groupBoxFIR_coefs.Controls.Add(this.textBox_FIR_a6);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_ai6);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_a6);
            this.groupBoxFIR_coefs.Controls.Add(this.textBox_FIR_a7);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_ai7);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_a7);
            this.groupBoxFIR_coefs.Controls.Add(this.textBox_FIR_a8);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_ai8);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_a8);
            this.groupBoxFIR_coefs.Controls.Add(this.textBox_FIR_a9);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_ai9);
            this.groupBoxFIR_coefs.Controls.Add(this.label_FIR_a9);
            this.groupBoxFIR_coefs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxFIR_coefs.Location = new System.Drawing.Point(9, 70);
            this.groupBoxFIR_coefs.Name = "groupBoxFIR_coefs";
            this.groupBoxFIR_coefs.Size = new System.Drawing.Size(561, 306);
            this.groupBoxFIR_coefs.TabIndex = 23;
            this.groupBoxFIR_coefs.TabStop = false;
            this.groupBoxFIR_coefs.Text = "Коэффициенты фильтра";
            // 
            // textBox_FIR_a0
            // 
            this.textBox_FIR_a0.Location = new System.Drawing.Point(129, 64);
            this.textBox_FIR_a0.MaxLength = 9;
            this.textBox_FIR_a0.Name = "textBox_FIR_a0";
            this.textBox_FIR_a0.Size = new System.Drawing.Size(100, 20);
            this.textBox_FIR_a0.TabIndex = 25;
            this.textBox_FIR_a0.Text = "1";
            this.textBox_FIR_a0.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_FIR_ai0
            // 
            this.label_FIR_ai0.AutoSize = true;
            this.label_FIR_ai0.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_ai0.Location = new System.Drawing.Point(110, 75);
            this.label_FIR_ai0.Name = "label_FIR_ai0";
            this.label_FIR_ai0.Size = new System.Drawing.Size(13, 15);
            this.label_FIR_ai0.TabIndex = 27;
            this.label_FIR_ai0.Text = "0";
            // 
            // label_FIR_a0
            // 
            this.label_FIR_a0.AutoSize = true;
            this.label_FIR_a0.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_a0.Location = new System.Drawing.Point(87, 49);
            this.label_FIR_a0.Name = "label_FIR_a0";
            this.label_FIR_a0.Size = new System.Drawing.Size(36, 41);
            this.label_FIR_a0.TabIndex = 26;
            this.label_FIR_a0.Text = "a";
            // 
            // textBox_FIR_a1
            // 
            this.textBox_FIR_a1.Location = new System.Drawing.Point(129, 104);
            this.textBox_FIR_a1.MaxLength = 9;
            this.textBox_FIR_a1.Name = "textBox_FIR_a1";
            this.textBox_FIR_a1.Size = new System.Drawing.Size(100, 20);
            this.textBox_FIR_a1.TabIndex = 28;
            this.textBox_FIR_a1.Text = "0";
            this.textBox_FIR_a1.Visible = false;
            this.textBox_FIR_a1.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_FIR_ai1
            // 
            this.label_FIR_ai1.AutoSize = true;
            this.label_FIR_ai1.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_ai1.Location = new System.Drawing.Point(110, 115);
            this.label_FIR_ai1.Name = "label_FIR_ai1";
            this.label_FIR_ai1.Size = new System.Drawing.Size(13, 15);
            this.label_FIR_ai1.TabIndex = 53;
            this.label_FIR_ai1.Text = "1";
            this.label_FIR_ai1.Visible = false;
            // 
            // label_FIR_a1
            // 
            this.label_FIR_a1.AutoSize = true;
            this.label_FIR_a1.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_a1.Location = new System.Drawing.Point(87, 89);
            this.label_FIR_a1.Name = "label_FIR_a1";
            this.label_FIR_a1.Size = new System.Drawing.Size(36, 41);
            this.label_FIR_a1.TabIndex = 29;
            this.label_FIR_a1.Text = "a";
            this.label_FIR_a1.Visible = false;
            // 
            // textBox_FIR_a2
            // 
            this.textBox_FIR_a2.Location = new System.Drawing.Point(129, 144);
            this.textBox_FIR_a2.MaxLength = 9;
            this.textBox_FIR_a2.Name = "textBox_FIR_a2";
            this.textBox_FIR_a2.Size = new System.Drawing.Size(100, 20);
            this.textBox_FIR_a2.TabIndex = 31;
            this.textBox_FIR_a2.Text = "0";
            this.textBox_FIR_a2.Visible = false;
            this.textBox_FIR_a2.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_FIR_ai2
            // 
            this.label_FIR_ai2.AutoSize = true;
            this.label_FIR_ai2.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_ai2.Location = new System.Drawing.Point(110, 154);
            this.label_FIR_ai2.Name = "label_FIR_ai2";
            this.label_FIR_ai2.Size = new System.Drawing.Size(13, 15);
            this.label_FIR_ai2.TabIndex = 24;
            this.label_FIR_ai2.Text = "2";
            this.label_FIR_ai2.Visible = false;
            // 
            // label_FIR_a2
            // 
            this.label_FIR_a2.AutoSize = true;
            this.label_FIR_a2.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_a2.Location = new System.Drawing.Point(87, 128);
            this.label_FIR_a2.Name = "label_FIR_a2";
            this.label_FIR_a2.Size = new System.Drawing.Size(36, 41);
            this.label_FIR_a2.TabIndex = 23;
            this.label_FIR_a2.Text = "a";
            this.label_FIR_a2.Visible = false;
            // 
            // textBox_FIR_a3
            // 
            this.textBox_FIR_a3.Location = new System.Drawing.Point(129, 184);
            this.textBox_FIR_a3.MaxLength = 9;
            this.textBox_FIR_a3.Name = "textBox_FIR_a3";
            this.textBox_FIR_a3.Size = new System.Drawing.Size(100, 20);
            this.textBox_FIR_a3.TabIndex = 34;
            this.textBox_FIR_a3.Text = "0";
            this.textBox_FIR_a3.Visible = false;
            this.textBox_FIR_a3.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_FIR_ai3
            // 
            this.label_FIR_ai3.AutoSize = true;
            this.label_FIR_ai3.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_ai3.Location = new System.Drawing.Point(110, 194);
            this.label_FIR_ai3.Name = "label_FIR_ai3";
            this.label_FIR_ai3.Size = new System.Drawing.Size(13, 15);
            this.label_FIR_ai3.TabIndex = 33;
            this.label_FIR_ai3.Text = "3";
            this.label_FIR_ai3.Visible = false;
            // 
            // label_FIR_a3
            // 
            this.label_FIR_a3.AutoSize = true;
            this.label_FIR_a3.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_a3.Location = new System.Drawing.Point(87, 168);
            this.label_FIR_a3.Name = "label_FIR_a3";
            this.label_FIR_a3.Size = new System.Drawing.Size(36, 41);
            this.label_FIR_a3.TabIndex = 32;
            this.label_FIR_a3.Text = "a";
            this.label_FIR_a3.Visible = false;
            // 
            // textBox_FIR_a4
            // 
            this.textBox_FIR_a4.Location = new System.Drawing.Point(129, 224);
            this.textBox_FIR_a4.MaxLength = 9;
            this.textBox_FIR_a4.Name = "textBox_FIR_a4";
            this.textBox_FIR_a4.Size = new System.Drawing.Size(100, 20);
            this.textBox_FIR_a4.TabIndex = 37;
            this.textBox_FIR_a4.Text = "0";
            this.textBox_FIR_a4.Visible = false;
            this.textBox_FIR_a4.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_FIR_ai4
            // 
            this.label_FIR_ai4.AutoSize = true;
            this.label_FIR_ai4.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_ai4.Location = new System.Drawing.Point(110, 234);
            this.label_FIR_ai4.Name = "label_FIR_ai4";
            this.label_FIR_ai4.Size = new System.Drawing.Size(13, 15);
            this.label_FIR_ai4.TabIndex = 36;
            this.label_FIR_ai4.Text = "4";
            this.label_FIR_ai4.Visible = false;
            // 
            // label_FIR_a4
            // 
            this.label_FIR_a4.AutoSize = true;
            this.label_FIR_a4.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_a4.Location = new System.Drawing.Point(87, 208);
            this.label_FIR_a4.Name = "label_FIR_a4";
            this.label_FIR_a4.Size = new System.Drawing.Size(36, 41);
            this.label_FIR_a4.TabIndex = 35;
            this.label_FIR_a4.Text = "a";
            this.label_FIR_a4.Visible = false;
            // 
            // textBox_FIR_a5
            // 
            this.textBox_FIR_a5.Location = new System.Drawing.Point(356, 64);
            this.textBox_FIR_a5.MaxLength = 9;
            this.textBox_FIR_a5.Name = "textBox_FIR_a5";
            this.textBox_FIR_a5.Size = new System.Drawing.Size(100, 20);
            this.textBox_FIR_a5.TabIndex = 40;
            this.textBox_FIR_a5.Text = "0";
            this.textBox_FIR_a5.Visible = false;
            this.textBox_FIR_a5.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_FIR_ai5
            // 
            this.label_FIR_ai5.AutoSize = true;
            this.label_FIR_ai5.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_ai5.Location = new System.Drawing.Point(337, 75);
            this.label_FIR_ai5.Name = "label_FIR_ai5";
            this.label_FIR_ai5.Size = new System.Drawing.Size(13, 15);
            this.label_FIR_ai5.TabIndex = 39;
            this.label_FIR_ai5.Text = "5";
            this.label_FIR_ai5.Visible = false;
            // 
            // label_FIR_a5
            // 
            this.label_FIR_a5.AutoSize = true;
            this.label_FIR_a5.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_a5.Location = new System.Drawing.Point(314, 49);
            this.label_FIR_a5.Name = "label_FIR_a5";
            this.label_FIR_a5.Size = new System.Drawing.Size(36, 41);
            this.label_FIR_a5.TabIndex = 38;
            this.label_FIR_a5.Text = "a";
            this.label_FIR_a5.Visible = false;
            // 
            // textBox_FIR_a6
            // 
            this.textBox_FIR_a6.Location = new System.Drawing.Point(356, 104);
            this.textBox_FIR_a6.MaxLength = 9;
            this.textBox_FIR_a6.Name = "textBox_FIR_a6";
            this.textBox_FIR_a6.Size = new System.Drawing.Size(100, 20);
            this.textBox_FIR_a6.TabIndex = 43;
            this.textBox_FIR_a6.Text = "0";
            this.textBox_FIR_a6.Visible = false;
            this.textBox_FIR_a6.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_FIR_ai6
            // 
            this.label_FIR_ai6.AutoSize = true;
            this.label_FIR_ai6.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_ai6.Location = new System.Drawing.Point(337, 115);
            this.label_FIR_ai6.Name = "label_FIR_ai6";
            this.label_FIR_ai6.Size = new System.Drawing.Size(13, 15);
            this.label_FIR_ai6.TabIndex = 42;
            this.label_FIR_ai6.Text = "6";
            this.label_FIR_ai6.Visible = false;
            // 
            // label_FIR_a6
            // 
            this.label_FIR_a6.AutoSize = true;
            this.label_FIR_a6.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_a6.Location = new System.Drawing.Point(314, 89);
            this.label_FIR_a6.Name = "label_FIR_a6";
            this.label_FIR_a6.Size = new System.Drawing.Size(36, 41);
            this.label_FIR_a6.TabIndex = 41;
            this.label_FIR_a6.Text = "a";
            this.label_FIR_a6.Visible = false;
            // 
            // textBox_FIR_a7
            // 
            this.textBox_FIR_a7.Location = new System.Drawing.Point(356, 144);
            this.textBox_FIR_a7.MaxLength = 9;
            this.textBox_FIR_a7.Name = "textBox_FIR_a7";
            this.textBox_FIR_a7.Size = new System.Drawing.Size(100, 20);
            this.textBox_FIR_a7.TabIndex = 46;
            this.textBox_FIR_a7.Text = "0";
            this.textBox_FIR_a7.Visible = false;
            this.textBox_FIR_a7.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_FIR_ai7
            // 
            this.label_FIR_ai7.AutoSize = true;
            this.label_FIR_ai7.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_ai7.Location = new System.Drawing.Point(337, 154);
            this.label_FIR_ai7.Name = "label_FIR_ai7";
            this.label_FIR_ai7.Size = new System.Drawing.Size(13, 15);
            this.label_FIR_ai7.TabIndex = 45;
            this.label_FIR_ai7.Text = "7";
            this.label_FIR_ai7.Visible = false;
            // 
            // label_FIR_a7
            // 
            this.label_FIR_a7.AutoSize = true;
            this.label_FIR_a7.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_a7.Location = new System.Drawing.Point(314, 128);
            this.label_FIR_a7.Name = "label_FIR_a7";
            this.label_FIR_a7.Size = new System.Drawing.Size(36, 41);
            this.label_FIR_a7.TabIndex = 44;
            this.label_FIR_a7.Text = "a";
            this.label_FIR_a7.Visible = false;
            // 
            // textBox_FIR_a8
            // 
            this.textBox_FIR_a8.Location = new System.Drawing.Point(356, 184);
            this.textBox_FIR_a8.MaxLength = 9;
            this.textBox_FIR_a8.Name = "textBox_FIR_a8";
            this.textBox_FIR_a8.Size = new System.Drawing.Size(100, 20);
            this.textBox_FIR_a8.TabIndex = 49;
            this.textBox_FIR_a8.Text = "0";
            this.textBox_FIR_a8.Visible = false;
            this.textBox_FIR_a8.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_FIR_ai8
            // 
            this.label_FIR_ai8.AutoSize = true;
            this.label_FIR_ai8.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_ai8.Location = new System.Drawing.Point(337, 194);
            this.label_FIR_ai8.Name = "label_FIR_ai8";
            this.label_FIR_ai8.Size = new System.Drawing.Size(13, 15);
            this.label_FIR_ai8.TabIndex = 48;
            this.label_FIR_ai8.Text = "8";
            this.label_FIR_ai8.Visible = false;
            // 
            // label_FIR_a8
            // 
            this.label_FIR_a8.AutoSize = true;
            this.label_FIR_a8.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_a8.Location = new System.Drawing.Point(314, 168);
            this.label_FIR_a8.Name = "label_FIR_a8";
            this.label_FIR_a8.Size = new System.Drawing.Size(36, 41);
            this.label_FIR_a8.TabIndex = 47;
            this.label_FIR_a8.Text = "a";
            this.label_FIR_a8.Visible = false;
            // 
            // textBox_FIR_a9
            // 
            this.textBox_FIR_a9.Location = new System.Drawing.Point(356, 224);
            this.textBox_FIR_a9.MaxLength = 9;
            this.textBox_FIR_a9.Name = "textBox_FIR_a9";
            this.textBox_FIR_a9.Size = new System.Drawing.Size(100, 20);
            this.textBox_FIR_a9.TabIndex = 52;
            this.textBox_FIR_a9.Text = "0";
            this.textBox_FIR_a9.Visible = false;
            this.textBox_FIR_a9.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_FIR_ai9
            // 
            this.label_FIR_ai9.AutoSize = true;
            this.label_FIR_ai9.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_ai9.Location = new System.Drawing.Point(337, 234);
            this.label_FIR_ai9.Name = "label_FIR_ai9";
            this.label_FIR_ai9.Size = new System.Drawing.Size(13, 15);
            this.label_FIR_ai9.TabIndex = 51;
            this.label_FIR_ai9.Text = "9";
            this.label_FIR_ai9.Visible = false;
            // 
            // label_FIR_a9
            // 
            this.label_FIR_a9.AutoSize = true;
            this.label_FIR_a9.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_FIR_a9.Location = new System.Drawing.Point(314, 208);
            this.label_FIR_a9.Name = "label_FIR_a9";
            this.label_FIR_a9.Size = new System.Drawing.Size(36, 41);
            this.label_FIR_a9.TabIndex = 50;
            this.label_FIR_a9.Text = "a";
            this.label_FIR_a9.Visible = false;
            // 
            // groupBoxFIR_order
            // 
            this.groupBoxFIR_order.Controls.Add(this.comboBox_FIR_order);
            this.groupBoxFIR_order.Controls.Add(this.label4);
            this.groupBoxFIR_order.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBoxFIR_order.Location = new System.Drawing.Point(9, 7);
            this.groupBoxFIR_order.Name = "groupBoxFIR_order";
            this.groupBoxFIR_order.Size = new System.Drawing.Size(561, 63);
            this.groupBoxFIR_order.TabIndex = 8;
            this.groupBoxFIR_order.TabStop = false;
            this.groupBoxFIR_order.Text = "Порядок фильтра";
            // 
            // comboBox_FIR_order
            // 
            this.comboBox_FIR_order.DisplayMember = "0";
            this.comboBox_FIR_order.DropDownHeight = 243;
            this.comboBox_FIR_order.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_FIR_order.IntegralHeight = false;
            this.comboBox_FIR_order.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9"});
            this.comboBox_FIR_order.Location = new System.Drawing.Point(172, 24);
            this.comboBox_FIR_order.Name = "comboBox_FIR_order";
            this.comboBox_FIR_order.Size = new System.Drawing.Size(38, 21);
            this.comboBox_FIR_order.TabIndex = 8;
            this.comboBox_FIR_order.ValueMember = "0";
            this.comboBox_FIR_order.SelectedIndexChanged += new System.EventHandler(this.comboBox_FIR_order_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(23, 27);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(143, 13);
            this.label4.TabIndex = 7;
            this.label4.Text = "Задайте порядок фильтра:";
            // 
            // serialPort
            // 
            this.serialPort.PortName = "COM7";
            this.serialPort.ReadBufferSize = 2048;
            this.serialPort.ReadTimeout = 18;
            // 
            // timerHeartBeat
            // 
            this.timerHeartBeat.Enabled = true;
            this.timerHeartBeat.Interval = 1000;
            this.timerHeartBeat.Tick += new System.EventHandler(this.timerHeartBeat_Tick);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.labelHelp);
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(587, 64);
            this.panel1.TabIndex = 1;
            // 
            // labelHelp
            // 
            this.labelHelp.BackColor = System.Drawing.SystemColors.Window;
            this.labelHelp.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelHelp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.labelHelp.Location = new System.Drawing.Point(64, 0);
            this.labelHelp.Name = "labelHelp";
            this.labelHelp.Padding = new System.Windows.Forms.Padding(7, 4, 7, 4);
            this.labelHelp.Size = new System.Drawing.Size(523, 64);
            this.labelHelp.TabIndex = 1;
            this.labelHelp.Text = "\r\n";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
            this.pictureBox1.Image = global::Crystal.Properties.Resources.icon64x64_copy;
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(64, 64);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "connect1.gif");
            this.imageList1.Images.SetKeyName(1, "discon.gif");
            this.imageList1.Images.SetKeyName(2, "!3.bmp");
            this.imageList1.Images.SetKeyName(3, "Checked2.bmp");
            // 
            // tabPage_IIR
            // 
            this.tabPage_IIR.Controls.Add(this.groupBoxIIR_coefs);
            this.tabPage_IIR.Controls.Add(this.groupBoxIIR_order);
            this.tabPage_IIR.Location = new System.Drawing.Point(4, 22);
            this.tabPage_IIR.Name = "tabPage_IIR";
            this.tabPage_IIR.Padding = new System.Windows.Forms.Padding(9, 7, 9, 3);
            this.tabPage_IIR.Size = new System.Drawing.Size(579, 379);
            this.tabPage_IIR.TabIndex = 1;
            this.tabPage_IIR.Text = "БИХ-фильтр";
            this.tabPage_IIR.UseVisualStyleBackColor = true;
            // 
            // groupBoxIIR_coefs
            // 
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_b6);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_bi6);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_b6);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_a6);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_ai6);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_a6);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_b5);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_bi5);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_b5);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_a5);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_ai5);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_a5);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_b4);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_bi4);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_b4);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_b3);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_bi3);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_b3);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_b2);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_bi2);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_b2);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_b1);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_bi1);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_b1);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_b0);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_bi0);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_b0);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_a4);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_ai4);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_a4);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_a3);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_ai3);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_a3);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_a2);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_ai1);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_a1);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_a1);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_ai0);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_a0);
            this.groupBoxIIR_coefs.Controls.Add(this.textBox_IIR_a0);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_ai2);
            this.groupBoxIIR_coefs.Controls.Add(this.label_IIR_a2);
            this.groupBoxIIR_coefs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxIIR_coefs.Location = new System.Drawing.Point(9, 70);
            this.groupBoxIIR_coefs.Name = "groupBoxIIR_coefs";
            this.groupBoxIIR_coefs.Size = new System.Drawing.Size(561, 306);
            this.groupBoxIIR_coefs.TabIndex = 24;
            this.groupBoxIIR_coefs.TabStop = false;
            this.groupBoxIIR_coefs.Text = "Коэффициенты фильтра";
            // 
            // textBox_IIR_b6
            // 
            this.textBox_IIR_b6.Location = new System.Drawing.Point(354, 265);
            this.textBox_IIR_b6.MaxLength = 9;
            this.textBox_IIR_b6.Name = "textBox_IIR_b6";
            this.textBox_IIR_b6.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_b6.TabIndex = 62;
            this.textBox_IIR_b6.Text = "0";
            this.textBox_IIR_b6.Visible = false;
            this.textBox_IIR_b6.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_bi6
            // 
            this.label_IIR_bi6.AutoSize = true;
            this.label_IIR_bi6.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_bi6.Location = new System.Drawing.Point(335, 275);
            this.label_IIR_bi6.Name = "label_IIR_bi6";
            this.label_IIR_bi6.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_bi6.TabIndex = 63;
            this.label_IIR_bi6.Text = "6";
            this.label_IIR_bi6.Visible = false;
            // 
            // label_IIR_b6
            // 
            this.label_IIR_b6.AutoSize = true;
            this.label_IIR_b6.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_b6.Location = new System.Drawing.Point(312, 249);
            this.label_IIR_b6.Name = "label_IIR_b6";
            this.label_IIR_b6.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_b6.TabIndex = 62;
            this.label_IIR_b6.Text = "b";
            this.label_IIR_b6.Visible = false;
            // 
            // textBox_IIR_a6
            // 
            this.textBox_IIR_a6.Location = new System.Drawing.Point(127, 265);
            this.textBox_IIR_a6.MaxLength = 9;
            this.textBox_IIR_a6.Name = "textBox_IIR_a6";
            this.textBox_IIR_a6.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_a6.TabIndex = 43;
            this.textBox_IIR_a6.Text = "0";
            this.textBox_IIR_a6.Visible = false;
            this.textBox_IIR_a6.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_ai6
            // 
            this.label_IIR_ai6.AutoSize = true;
            this.label_IIR_ai6.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_ai6.Location = new System.Drawing.Point(108, 275);
            this.label_IIR_ai6.Name = "label_IIR_ai6";
            this.label_IIR_ai6.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_ai6.TabIndex = 60;
            this.label_IIR_ai6.Text = "6";
            this.label_IIR_ai6.Visible = false;
            // 
            // label_IIR_a6
            // 
            this.label_IIR_a6.AutoSize = true;
            this.label_IIR_a6.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_a6.Location = new System.Drawing.Point(85, 249);
            this.label_IIR_a6.Name = "label_IIR_a6";
            this.label_IIR_a6.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_a6.TabIndex = 59;
            this.label_IIR_a6.Text = "a";
            this.label_IIR_a6.Visible = false;
            // 
            // textBox_IIR_b5
            // 
            this.textBox_IIR_b5.Location = new System.Drawing.Point(354, 226);
            this.textBox_IIR_b5.MaxLength = 9;
            this.textBox_IIR_b5.Name = "textBox_IIR_b5";
            this.textBox_IIR_b5.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_b5.TabIndex = 59;
            this.textBox_IIR_b5.Text = "0";
            this.textBox_IIR_b5.Visible = false;
            this.textBox_IIR_b5.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_bi5
            // 
            this.label_IIR_bi5.AutoSize = true;
            this.label_IIR_bi5.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_bi5.Location = new System.Drawing.Point(335, 236);
            this.label_IIR_bi5.Name = "label_IIR_bi5";
            this.label_IIR_bi5.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_bi5.TabIndex = 57;
            this.label_IIR_bi5.Text = "5";
            this.label_IIR_bi5.Visible = false;
            // 
            // label_IIR_b5
            // 
            this.label_IIR_b5.AutoSize = true;
            this.label_IIR_b5.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_b5.Location = new System.Drawing.Point(312, 210);
            this.label_IIR_b5.Name = "label_IIR_b5";
            this.label_IIR_b5.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_b5.TabIndex = 56;
            this.label_IIR_b5.Text = "b";
            this.label_IIR_b5.Visible = false;
            // 
            // textBox_IIR_a5
            // 
            this.textBox_IIR_a5.Location = new System.Drawing.Point(127, 226);
            this.textBox_IIR_a5.MaxLength = 9;
            this.textBox_IIR_a5.Name = "textBox_IIR_a5";
            this.textBox_IIR_a5.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_a5.TabIndex = 40;
            this.textBox_IIR_a5.Text = "0";
            this.textBox_IIR_a5.Visible = false;
            this.textBox_IIR_a5.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_ai5
            // 
            this.label_IIR_ai5.AutoSize = true;
            this.label_IIR_ai5.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_ai5.Location = new System.Drawing.Point(108, 236);
            this.label_IIR_ai5.Name = "label_IIR_ai5";
            this.label_IIR_ai5.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_ai5.TabIndex = 54;
            this.label_IIR_ai5.Text = "5";
            this.label_IIR_ai5.Visible = false;
            // 
            // label_IIR_a5
            // 
            this.label_IIR_a5.AutoSize = true;
            this.label_IIR_a5.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_a5.Location = new System.Drawing.Point(85, 210);
            this.label_IIR_a5.Name = "label_IIR_a5";
            this.label_IIR_a5.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_a5.TabIndex = 53;
            this.label_IIR_a5.Text = "a";
            this.label_IIR_a5.Visible = false;
            // 
            // textBox_IIR_b4
            // 
            this.textBox_IIR_b4.Location = new System.Drawing.Point(354, 186);
            this.textBox_IIR_b4.MaxLength = 9;
            this.textBox_IIR_b4.Name = "textBox_IIR_b4";
            this.textBox_IIR_b4.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_b4.TabIndex = 56;
            this.textBox_IIR_b4.Text = "0";
            this.textBox_IIR_b4.Visible = false;
            this.textBox_IIR_b4.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_bi4
            // 
            this.label_IIR_bi4.AutoSize = true;
            this.label_IIR_bi4.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_bi4.Location = new System.Drawing.Point(335, 196);
            this.label_IIR_bi4.Name = "label_IIR_bi4";
            this.label_IIR_bi4.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_bi4.TabIndex = 51;
            this.label_IIR_bi4.Text = "4";
            this.label_IIR_bi4.Visible = false;
            // 
            // label_IIR_b4
            // 
            this.label_IIR_b4.AutoSize = true;
            this.label_IIR_b4.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_b4.Location = new System.Drawing.Point(312, 170);
            this.label_IIR_b4.Name = "label_IIR_b4";
            this.label_IIR_b4.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_b4.TabIndex = 50;
            this.label_IIR_b4.Text = "b";
            this.label_IIR_b4.Visible = false;
            // 
            // textBox_IIR_b3
            // 
            this.textBox_IIR_b3.Location = new System.Drawing.Point(354, 146);
            this.textBox_IIR_b3.MaxLength = 9;
            this.textBox_IIR_b3.Name = "textBox_IIR_b3";
            this.textBox_IIR_b3.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_b3.TabIndex = 53;
            this.textBox_IIR_b3.Text = "0";
            this.textBox_IIR_b3.Visible = false;
            this.textBox_IIR_b3.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_bi3
            // 
            this.label_IIR_bi3.AutoSize = true;
            this.label_IIR_bi3.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_bi3.Location = new System.Drawing.Point(335, 156);
            this.label_IIR_bi3.Name = "label_IIR_bi3";
            this.label_IIR_bi3.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_bi3.TabIndex = 48;
            this.label_IIR_bi3.Text = "3";
            this.label_IIR_bi3.Visible = false;
            // 
            // label_IIR_b3
            // 
            this.label_IIR_b3.AutoSize = true;
            this.label_IIR_b3.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_b3.Location = new System.Drawing.Point(312, 130);
            this.label_IIR_b3.Name = "label_IIR_b3";
            this.label_IIR_b3.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_b3.TabIndex = 47;
            this.label_IIR_b3.Text = "b";
            this.label_IIR_b3.Visible = false;
            // 
            // textBox_IIR_b2
            // 
            this.textBox_IIR_b2.Location = new System.Drawing.Point(354, 106);
            this.textBox_IIR_b2.MaxLength = 9;
            this.textBox_IIR_b2.Name = "textBox_IIR_b2";
            this.textBox_IIR_b2.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_b2.TabIndex = 50;
            this.textBox_IIR_b2.Text = "0";
            this.textBox_IIR_b2.Visible = false;
            this.textBox_IIR_b2.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_bi2
            // 
            this.label_IIR_bi2.AutoSize = true;
            this.label_IIR_bi2.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_bi2.Location = new System.Drawing.Point(335, 116);
            this.label_IIR_bi2.Name = "label_IIR_bi2";
            this.label_IIR_bi2.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_bi2.TabIndex = 45;
            this.label_IIR_bi2.Text = "2";
            this.label_IIR_bi2.Visible = false;
            // 
            // label_IIR_b2
            // 
            this.label_IIR_b2.AutoSize = true;
            this.label_IIR_b2.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_b2.Location = new System.Drawing.Point(312, 90);
            this.label_IIR_b2.Name = "label_IIR_b2";
            this.label_IIR_b2.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_b2.TabIndex = 44;
            this.label_IIR_b2.Text = "b";
            this.label_IIR_b2.Visible = false;
            // 
            // textBox_IIR_b1
            // 
            this.textBox_IIR_b1.Location = new System.Drawing.Point(354, 66);
            this.textBox_IIR_b1.MaxLength = 9;
            this.textBox_IIR_b1.Name = "textBox_IIR_b1";
            this.textBox_IIR_b1.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_b1.TabIndex = 47;
            this.textBox_IIR_b1.Text = "0";
            this.textBox_IIR_b1.Visible = false;
            this.textBox_IIR_b1.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_bi1
            // 
            this.label_IIR_bi1.AutoSize = true;
            this.label_IIR_bi1.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_bi1.Location = new System.Drawing.Point(335, 77);
            this.label_IIR_bi1.Name = "label_IIR_bi1";
            this.label_IIR_bi1.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_bi1.TabIndex = 42;
            this.label_IIR_bi1.Text = "1";
            this.label_IIR_bi1.Visible = false;
            // 
            // label_IIR_b1
            // 
            this.label_IIR_b1.AutoSize = true;
            this.label_IIR_b1.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_b1.Location = new System.Drawing.Point(312, 51);
            this.label_IIR_b1.Name = "label_IIR_b1";
            this.label_IIR_b1.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_b1.TabIndex = 41;
            this.label_IIR_b1.Text = "b";
            this.label_IIR_b1.Visible = false;
            // 
            // textBox_IIR_b0
            // 
            this.textBox_IIR_b0.Enabled = false;
            this.textBox_IIR_b0.Location = new System.Drawing.Point(354, 26);
            this.textBox_IIR_b0.MaxLength = 9;
            this.textBox_IIR_b0.Name = "textBox_IIR_b0";
            this.textBox_IIR_b0.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_b0.TabIndex = 40;
            this.textBox_IIR_b0.Text = "1";
            // 
            // label_IIR_bi0
            // 
            this.label_IIR_bi0.AutoSize = true;
            this.label_IIR_bi0.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_bi0.Location = new System.Drawing.Point(335, 37);
            this.label_IIR_bi0.Name = "label_IIR_bi0";
            this.label_IIR_bi0.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_bi0.TabIndex = 39;
            this.label_IIR_bi0.Text = "0";
            // 
            // label_IIR_b0
            // 
            this.label_IIR_b0.AutoSize = true;
            this.label_IIR_b0.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_b0.Location = new System.Drawing.Point(312, 11);
            this.label_IIR_b0.Name = "label_IIR_b0";
            this.label_IIR_b0.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_b0.TabIndex = 38;
            this.label_IIR_b0.Text = "b";
            // 
            // textBox_IIR_a4
            // 
            this.textBox_IIR_a4.Location = new System.Drawing.Point(127, 186);
            this.textBox_IIR_a4.MaxLength = 9;
            this.textBox_IIR_a4.Name = "textBox_IIR_a4";
            this.textBox_IIR_a4.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_a4.TabIndex = 37;
            this.textBox_IIR_a4.Text = "0";
            this.textBox_IIR_a4.Visible = false;
            this.textBox_IIR_a4.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_ai4
            // 
            this.label_IIR_ai4.AutoSize = true;
            this.label_IIR_ai4.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_ai4.Location = new System.Drawing.Point(108, 196);
            this.label_IIR_ai4.Name = "label_IIR_ai4";
            this.label_IIR_ai4.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_ai4.TabIndex = 36;
            this.label_IIR_ai4.Text = "4";
            this.label_IIR_ai4.Visible = false;
            // 
            // label_IIR_a4
            // 
            this.label_IIR_a4.AutoSize = true;
            this.label_IIR_a4.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_a4.Location = new System.Drawing.Point(85, 170);
            this.label_IIR_a4.Name = "label_IIR_a4";
            this.label_IIR_a4.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_a4.TabIndex = 35;
            this.label_IIR_a4.Text = "a";
            this.label_IIR_a4.Visible = false;
            // 
            // textBox_IIR_a3
            // 
            this.textBox_IIR_a3.Location = new System.Drawing.Point(127, 146);
            this.textBox_IIR_a3.MaxLength = 9;
            this.textBox_IIR_a3.Name = "textBox_IIR_a3";
            this.textBox_IIR_a3.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_a3.TabIndex = 34;
            this.textBox_IIR_a3.Text = "0";
            this.textBox_IIR_a3.Visible = false;
            this.textBox_IIR_a3.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_ai3
            // 
            this.label_IIR_ai3.AutoSize = true;
            this.label_IIR_ai3.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_ai3.Location = new System.Drawing.Point(108, 156);
            this.label_IIR_ai3.Name = "label_IIR_ai3";
            this.label_IIR_ai3.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_ai3.TabIndex = 33;
            this.label_IIR_ai3.Text = "3";
            this.label_IIR_ai3.Visible = false;
            // 
            // label_IIR_a3
            // 
            this.label_IIR_a3.AutoSize = true;
            this.label_IIR_a3.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_a3.Location = new System.Drawing.Point(85, 130);
            this.label_IIR_a3.Name = "label_IIR_a3";
            this.label_IIR_a3.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_a3.TabIndex = 32;
            this.label_IIR_a3.Text = "a";
            this.label_IIR_a3.Visible = false;
            // 
            // textBox_IIR_a2
            // 
            this.textBox_IIR_a2.Location = new System.Drawing.Point(127, 106);
            this.textBox_IIR_a2.MaxLength = 9;
            this.textBox_IIR_a2.Name = "textBox_IIR_a2";
            this.textBox_IIR_a2.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_a2.TabIndex = 31;
            this.textBox_IIR_a2.Text = "0";
            this.textBox_IIR_a2.Visible = false;
            this.textBox_IIR_a2.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_ai1
            // 
            this.label_IIR_ai1.AutoSize = true;
            this.label_IIR_ai1.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_ai1.Location = new System.Drawing.Point(108, 77);
            this.label_IIR_ai1.Name = "label_IIR_ai1";
            this.label_IIR_ai1.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_ai1.TabIndex = 30;
            this.label_IIR_ai1.Text = "1";
            this.label_IIR_ai1.Visible = false;
            // 
            // label_IIR_a1
            // 
            this.label_IIR_a1.AutoSize = true;
            this.label_IIR_a1.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_a1.Location = new System.Drawing.Point(85, 51);
            this.label_IIR_a1.Name = "label_IIR_a1";
            this.label_IIR_a1.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_a1.TabIndex = 29;
            this.label_IIR_a1.Text = "a";
            this.label_IIR_a1.Visible = false;
            // 
            // textBox_IIR_a1
            // 
            this.textBox_IIR_a1.Location = new System.Drawing.Point(127, 66);
            this.textBox_IIR_a1.MaxLength = 9;
            this.textBox_IIR_a1.Name = "textBox_IIR_a1";
            this.textBox_IIR_a1.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_a1.TabIndex = 28;
            this.textBox_IIR_a1.Text = "0";
            this.textBox_IIR_a1.Visible = false;
            this.textBox_IIR_a1.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_ai0
            // 
            this.label_IIR_ai0.AutoSize = true;
            this.label_IIR_ai0.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_ai0.Location = new System.Drawing.Point(108, 37);
            this.label_IIR_ai0.Name = "label_IIR_ai0";
            this.label_IIR_ai0.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_ai0.TabIndex = 27;
            this.label_IIR_ai0.Text = "0";
            // 
            // label_IIR_a0
            // 
            this.label_IIR_a0.AutoSize = true;
            this.label_IIR_a0.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_a0.Location = new System.Drawing.Point(85, 11);
            this.label_IIR_a0.Name = "label_IIR_a0";
            this.label_IIR_a0.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_a0.TabIndex = 26;
            this.label_IIR_a0.Text = "a";
            // 
            // textBox_IIR_a0
            // 
            this.textBox_IIR_a0.Location = new System.Drawing.Point(127, 26);
            this.textBox_IIR_a0.MaxLength = 9;
            this.textBox_IIR_a0.Name = "textBox_IIR_a0";
            this.textBox_IIR_a0.Size = new System.Drawing.Size(100, 20);
            this.textBox_IIR_a0.TabIndex = 25;
            this.textBox_IIR_a0.Text = "1";
            this.textBox_IIR_a0.TextChanged += new System.EventHandler(this.textBox_FIR_a0_TextChanged);
            // 
            // label_IIR_ai2
            // 
            this.label_IIR_ai2.AutoSize = true;
            this.label_IIR_ai2.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_ai2.Location = new System.Drawing.Point(108, 116);
            this.label_IIR_ai2.Name = "label_IIR_ai2";
            this.label_IIR_ai2.Size = new System.Drawing.Size(13, 15);
            this.label_IIR_ai2.TabIndex = 24;
            this.label_IIR_ai2.Text = "2";
            this.label_IIR_ai2.Visible = false;
            // 
            // label_IIR_a2
            // 
            this.label_IIR_a2.AutoSize = true;
            this.label_IIR_a2.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label_IIR_a2.Location = new System.Drawing.Point(85, 90);
            this.label_IIR_a2.Name = "label_IIR_a2";
            this.label_IIR_a2.Size = new System.Drawing.Size(36, 41);
            this.label_IIR_a2.TabIndex = 23;
            this.label_IIR_a2.Text = "a";
            this.label_IIR_a2.Visible = false;
            // 
            // groupBoxIIR_order
            // 
            this.groupBoxIIR_order.Controls.Add(this.comboBox_IIR_order);
            this.groupBoxIIR_order.Controls.Add(this.label5);
            this.groupBoxIIR_order.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBoxIIR_order.Location = new System.Drawing.Point(9, 7);
            this.groupBoxIIR_order.Name = "groupBoxIIR_order";
            this.groupBoxIIR_order.Size = new System.Drawing.Size(561, 63);
            this.groupBoxIIR_order.TabIndex = 9;
            this.groupBoxIIR_order.TabStop = false;
            this.groupBoxIIR_order.Text = "Порядок фильтра";
            // 
            // comboBox_IIR_order
            // 
            this.comboBox_IIR_order.DisplayMember = "0";
            this.comboBox_IIR_order.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_IIR_order.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6"});
            this.comboBox_IIR_order.Location = new System.Drawing.Point(172, 24);
            this.comboBox_IIR_order.Name = "comboBox_IIR_order";
            this.comboBox_IIR_order.Size = new System.Drawing.Size(38, 21);
            this.comboBox_IIR_order.TabIndex = 9;
            this.comboBox_IIR_order.ValueMember = "0";
            this.comboBox_IIR_order.SelectedIndexChanged += new System.EventHandler(this.comboBox_IIR_order_SelectedIndexChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(23, 27);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(143, 13);
            this.label5.TabIndex = 7;
            this.label5.Text = "Задайте порядок фильтра:";
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(tabPage_FIR);
            this.tabControl1.Controls.Add(this.tabPage_IIR);
            this.tabControl1.Controls.Add(this.tabPage_Notch);
            this.tabControl1.Location = new System.Drawing.Point(0, 94);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(587, 405);
            this.tabControl1.TabIndex = 5;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPage_Notch
            // 
            this.tabPage_Notch.Controls.Add(this.groupBox2);
            this.tabPage_Notch.Location = new System.Drawing.Point(4, 22);
            this.tabPage_Notch.Name = "tabPage_Notch";
            this.tabPage_Notch.Size = new System.Drawing.Size(579, 379);
            this.tabPage_Notch.TabIndex = 2;
            this.tabPage_Notch.Text = "Режекторный фильтр";
            this.tabPage_Notch.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.pictureBox2);
            this.groupBox2.Controls.Add(this.textBox_k1);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.textBox_k2);
            this.groupBox2.Controls.Add(this.label17);
            this.groupBox2.Controls.Add(this.label18);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(0, 0);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(579, 379);
            this.groupBox2.TabIndex = 24;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Коэффициенты фильтра";
            // 
            // pictureBox2
            // 
            this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.InitialImage = null;
            this.pictureBox2.Location = new System.Drawing.Point(8, 111);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(560, 255);
            this.pictureBox2.TabIndex = 54;
            this.pictureBox2.TabStop = false;
            // 
            // textBox_k1
            // 
            this.textBox_k1.Location = new System.Drawing.Point(124, 50);
            this.textBox_k1.MaxLength = 9;
            this.textBox_k1.Name = "textBox_k1";
            this.textBox_k1.Size = new System.Drawing.Size(100, 20);
            this.textBox_k1.TabIndex = 28;
            this.textBox_k1.Text = "0";
            this.textBox_k1.TextChanged += new System.EventHandler(this.textBox_k1_TextChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label7.Location = new System.Drawing.Point(105, 61);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(13, 15);
            this.label7.TabIndex = 53;
            this.label7.Text = "1";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label8.Location = new System.Drawing.Point(82, 35);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(36, 41);
            this.label8.TabIndex = 29;
            this.label8.Text = "k";
            // 
            // textBox_k2
            // 
            this.textBox_k2.Location = new System.Drawing.Point(351, 50);
            this.textBox_k2.MaxLength = 9;
            this.textBox_k2.Name = "textBox_k2";
            this.textBox_k2.Size = new System.Drawing.Size(100, 20);
            this.textBox_k2.TabIndex = 43;
            this.textBox_k2.Text = "0";
            this.textBox_k2.TextChanged += new System.EventHandler(this.textBox_k1_TextChanged);
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label17.Location = new System.Drawing.Point(332, 61);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(13, 15);
            this.label17.TabIndex = 42;
            this.label17.Text = "2";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Font = new System.Drawing.Font("Times New Roman", 27F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label18.Location = new System.Drawing.Point(309, 35);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(36, 41);
            this.label18.TabIndex = 41;
            this.label18.Text = "k";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.StatusLabel,
            this.StatusLabelNewSettings});
            this.statusStrip1.Location = new System.Drawing.Point(0, 550);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(587, 23);
            this.statusStrip1.TabIndex = 7;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // StatusLabel
            // 
            this.StatusLabel.AutoSize = false;
            this.StatusLabel.Name = "StatusLabel";
            this.StatusLabel.Size = new System.Drawing.Size(150, 18);
            this.StatusLabel.Text = "Стенд не подключен";
            this.StatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // StatusLabelNewSettings
            // 
            this.StatusLabelNewSettings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.StatusLabelNewSettings.Image = global::Crystal.Properties.Resources._31;
            this.StatusLabelNewSettings.ImageTransparentColor = System.Drawing.Color.White;
            this.StatusLabelNewSettings.Margin = new System.Windows.Forms.Padding(27, 3, 0, 2);
            this.StatusLabelNewSettings.Name = "StatusLabelNewSettings";
            this.StatusLabelNewSettings.Size = new System.Drawing.Size(145, 18);
            this.StatusLabelNewSettings.Text = "Есть новые настройки";
            // 
            // toolStrip2
            // 
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cbResolution,
            this.toolStripLabel2,
            this.toolStripSeparator1,
            this.cbFreqSampling,
            this.toolStripLabel1});
            this.toolStrip2.Location = new System.Drawing.Point(0, 64);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(587, 27);
            this.toolStrip2.TabIndex = 9;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // cbResolution
            // 
            this.cbResolution.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.cbResolution.AutoSize = false;
            this.cbResolution.DropDownHeight = 243;
            this.cbResolution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbResolution.DropDownWidth = 38;
            this.cbResolution.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.cbResolution.IntegralHeight = false;
            this.cbResolution.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "8",
            "10",
            "12",
            "14",
            "16"});
            this.cbResolution.Margin = new System.Windows.Forms.Padding(2, 2, 18, 2);
            this.cbResolution.Name = "cbResolution";
            this.cbResolution.Size = new System.Drawing.Size(38, 23);
            this.cbResolution.SelectedIndexChanged += new System.EventHandler(this.comboBoxBits_SelectedIndexChanged);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(103, 24);
            this.toolStripLabel2.Text = "Разрядность, бит:";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator1.AutoSize = false;
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(18, 27);
            // 
            // cbFreqSampling
            // 
            this.cbFreqSampling.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.cbFreqSampling.AutoSize = false;
            this.cbFreqSampling.DropDownHeight = 243;
            this.cbFreqSampling.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbFreqSampling.DropDownWidth = 38;
            this.cbFreqSampling.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.cbFreqSampling.IntegralHeight = false;
            this.cbFreqSampling.Items.AddRange(new object[] {
            "1",
            "2",
            "5",
            "10",
            "15",
            "20"});
            this.cbFreqSampling.Margin = new System.Windows.Forms.Padding(2);
            this.cbFreqSampling.Name = "cbFreqSampling";
            this.cbFreqSampling.Size = new System.Drawing.Size(38, 23);
            this.cbFreqSampling.SelectedIndexChanged += new System.EventHandler(this.comboBoxFdiskr_SelectedIndexChanged);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(163, 24);
            this.toolStripLabel1.Text = "Частота дискретизации, кГц:";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.btnApply);
            this.panel2.Controls.Add(this.btnClear);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel2.Location = new System.Drawing.Point(0, 504);
            this.panel2.Name = "panel2";
            this.panel2.Padding = new System.Windows.Forms.Padding(18, 4, 18, 4);
            this.panel2.Size = new System.Drawing.Size(587, 46);
            this.panel2.TabIndex = 10;
            // 
            // btnApply
            // 
            this.btnApply.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnApply.Image = global::Crystal.Properties.Resources.ok;
            this.btnApply.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnApply.Location = new System.Drawing.Point(371, 4);
            this.btnApply.Margin = new System.Windows.Forms.Padding(9);
            this.btnApply.Name = "btnApply";
            this.btnApply.Padding = new System.Windows.Forms.Padding(11, 0, 0, 0);
            this.btnApply.Size = new System.Drawing.Size(198, 38);
            this.btnApply.TabIndex = 1;
            this.btnApply.Text = "Применить настройки";
            this.btnApply.UseVisualStyleBackColor = true;
            this.btnApply.Click += new System.EventHandler(this.buttonApply_Click);
            // 
            // btnClear
            // 
            this.btnClear.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnClear.Image = global::Crystal.Properties.Resources.delete;
            this.btnClear.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnClear.Location = new System.Drawing.Point(18, 4);
            this.btnClear.Margin = new System.Windows.Forms.Padding(9);
            this.btnClear.Name = "btnClear";
            this.btnClear.Padding = new System.Windows.Forms.Padding(11, 0, 0, 0);
            this.btnClear.Size = new System.Drawing.Size(198, 38);
            this.btnClear.TabIndex = 0;
            this.btnClear.Text = "Очистить коэффициенты";
            this.btnClear.UseVisualStyleBackColor = true;
            this.btnClear.Click += new System.EventHandler(this.button_ClearCoefs_Click);
            // 
            // MainForm
            // 
            this.AcceptButton = this.btnApply;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(587, 573);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.toolStrip2);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.panel1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(603, 612);
            this.MinimumSize = new System.Drawing.Size(603, 612);
            this.Name = "MainForm";
            this.Text = "Digital Filter";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            tabPage_FIR.ResumeLayout(false);
            this.groupBoxFIR_coefs.ResumeLayout(false);
            this.groupBoxFIR_coefs.PerformLayout();
            this.groupBoxFIR_order.ResumeLayout(false);
            this.groupBoxFIR_order.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.tabPage_IIR.ResumeLayout(false);
            this.groupBoxIIR_coefs.ResumeLayout(false);
            this.groupBoxIIR_coefs.PerformLayout();
            this.groupBoxIIR_order.ResumeLayout(false);
            this.groupBoxIIR_order.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage_Notch.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.panel2.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.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);

        }
Esempio n. 18
0
      /// <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.TabPage tabPage1;
         this.label6 = new System.Windows.Forms.Label();
         this.listBox2 = new System.Windows.Forms.ListBox();
         this.textBox4 = new System.Windows.Forms.TextBox();
         this.textBox3 = new System.Windows.Forms.TextBox();
         this.textBox2 = new System.Windows.Forms.TextBox();
         this.textBox1 = new System.Windows.Forms.TextBox();
         this.label5 = new System.Windows.Forms.Label();
         this.label4 = new System.Windows.Forms.Label();
         this.label3 = new System.Windows.Forms.Label();
         this.label2 = new System.Windows.Forms.Label();
         this.pictureBox1 = new System.Windows.Forms.PictureBox();
         this.listBox1 = new System.Windows.Forms.ListBox();
         this.label1 = new System.Windows.Forms.Label();
         this.button1 = new System.Windows.Forms.Button();
         this.button2 = new System.Windows.Forms.Button();
         this.button3 = new System.Windows.Forms.Button();
         this.button4 = new System.Windows.Forms.Button();
         this.tabControl1 = new System.Windows.Forms.TabControl();
         this.tabPage2 = new System.Windows.Forms.TabPage();
         this.button10 = new System.Windows.Forms.Button();
         this.comboBox1 = new System.Windows.Forms.ComboBox();
         this.textBox10 = new System.Windows.Forms.TextBox();
         this.label12 = new System.Windows.Forms.Label();
         this.button9 = new System.Windows.Forms.Button();
         this.button8 = new System.Windows.Forms.Button();
         this.button7 = new System.Windows.Forms.Button();
         this.button6 = new System.Windows.Forms.Button();
         this.textBox9 = new System.Windows.Forms.TextBox();
         this.label11 = new System.Windows.Forms.Label();
         this.button5 = new System.Windows.Forms.Button();
         this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
         this.textBox5 = new System.Windows.Forms.TextBox();
         this.textBox6 = new System.Windows.Forms.TextBox();
         this.textBox8 = new System.Windows.Forms.TextBox();
         this.label7 = new System.Windows.Forms.Label();
         this.label8 = new System.Windows.Forms.Label();
         this.label9 = new System.Windows.Forms.Label();
         this.label10 = new System.Windows.Forms.Label();
         tabPage1 = new System.Windows.Forms.TabPage();
         tabPage1.SuspendLayout();
         ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
         this.tabControl1.SuspendLayout();
         this.tabPage2.SuspendLayout();
         this.SuspendLayout();
         // 
         // tabPage1
         // 
         tabPage1.Controls.Add(this.label6);
         tabPage1.Controls.Add(this.listBox2);
         tabPage1.Controls.Add(this.textBox4);
         tabPage1.Controls.Add(this.textBox3);
         tabPage1.Controls.Add(this.textBox2);
         tabPage1.Controls.Add(this.textBox1);
         tabPage1.Controls.Add(this.label5);
         tabPage1.Controls.Add(this.label4);
         tabPage1.Controls.Add(this.label3);
         tabPage1.Controls.Add(this.label2);
         tabPage1.Controls.Add(this.pictureBox1);
         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(386, 585);
         tabPage1.TabIndex = 0;
         tabPage1.Text = "Информация о телефоне";
         tabPage1.UseVisualStyleBackColor = true;
         // 
         // label6
         // 
         this.label6.AutoSize = true;
         this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label6.Location = new System.Drawing.Point(12, 436);
         this.label6.Name = "label6";
         this.label6.Size = new System.Drawing.Size(50, 16);
         this.label6.TabIndex = 10;
         this.label6.Text = "Опции";
         // 
         // listBox2
         // 
         this.listBox2.FormattingEnabled = true;
         this.listBox2.Location = new System.Drawing.Point(9, 459);
         this.listBox2.Name = "listBox2";
         this.listBox2.Size = new System.Drawing.Size(360, 121);
         this.listBox2.TabIndex = 9;
         // 
         // textBox4
         // 
         this.textBox4.Location = new System.Drawing.Point(237, 401);
         this.textBox4.Name = "textBox4";
         this.textBox4.ReadOnly = true;
         this.textBox4.Size = new System.Drawing.Size(132, 20);
         this.textBox4.TabIndex = 8;
         // 
         // textBox3
         // 
         this.textBox3.Location = new System.Drawing.Point(237, 364);
         this.textBox3.Name = "textBox3";
         this.textBox3.ReadOnly = true;
         this.textBox3.Size = new System.Drawing.Size(132, 20);
         this.textBox3.TabIndex = 7;
         // 
         // textBox2
         // 
         this.textBox2.Location = new System.Drawing.Point(237, 331);
         this.textBox2.Name = "textBox2";
         this.textBox2.ReadOnly = true;
         this.textBox2.Size = new System.Drawing.Size(132, 20);
         this.textBox2.TabIndex = 6;
         // 
         // textBox1
         // 
         this.textBox1.Location = new System.Drawing.Point(237, 301);
         this.textBox1.Name = "textBox1";
         this.textBox1.ReadOnly = true;
         this.textBox1.Size = new System.Drawing.Size(132, 20);
         this.textBox1.TabIndex = 5;
         // 
         // label5
         // 
         this.label5.AutoSize = true;
         this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label5.ForeColor = System.Drawing.Color.Red;
         this.label5.Location = new System.Drawing.Point(6, 405);
         this.label5.Name = "label5";
         this.label5.Size = new System.Drawing.Size(45, 16);
         this.label5.TabIndex = 4;
         this.label5.Text = "Цена";
         // 
         // label4
         // 
         this.label4.AutoSize = true;
         this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label4.ForeColor = System.Drawing.Color.Blue;
         this.label4.Location = new System.Drawing.Point(6, 368);
         this.label4.Name = "label4";
         this.label4.Size = new System.Drawing.Size(39, 16);
         this.label4.TabIndex = 3;
         this.label4.Text = "CPU";
         // 
         // label3
         // 
         this.label3.AutoSize = true;
         this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label3.ForeColor = System.Drawing.Color.Blue;
         this.label3.Location = new System.Drawing.Point(6, 335);
         this.label3.Name = "label3";
         this.label3.Size = new System.Drawing.Size(29, 16);
         this.label3.TabIndex = 2;
         this.label3.Text = "OS";
         // 
         // label2
         // 
         this.label2.AutoSize = true;
         this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label2.ForeColor = System.Drawing.Color.Blue;
         this.label2.Location = new System.Drawing.Point(6, 305);
         this.label2.Name = "label2";
         this.label2.Size = new System.Drawing.Size(64, 16);
         this.label2.TabIndex = 1;
         this.label2.Text = "Модель";
         // 
         // pictureBox1
         // 
         this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
         this.pictureBox1.Location = new System.Drawing.Point(6, 6);
         this.pictureBox1.Name = "pictureBox1";
         this.pictureBox1.Size = new System.Drawing.Size(363, 276);
         this.pictureBox1.TabIndex = 0;
         this.pictureBox1.TabStop = false;
         // 
         // listBox1
         // 
         this.listBox1.FormattingEnabled = true;
         this.listBox1.Location = new System.Drawing.Point(27, 50);
         this.listBox1.Name = "listBox1";
         this.listBox1.Size = new System.Drawing.Size(248, 459);
         this.listBox1.TabIndex = 0;
         this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
         // 
         // label1
         // 
         this.label1.AutoSize = true;
         this.label1.Location = new System.Drawing.Point(24, 20);
         this.label1.Name = "label1";
         this.label1.Size = new System.Drawing.Size(154, 13);
         this.label1.TabIndex = 1;
         this.label1.Text = "Список телефонов магазина";
         // 
         // button1
         // 
         this.button1.Location = new System.Drawing.Point(27, 527);
         this.button1.Name = "button1";
         this.button1.Size = new System.Drawing.Size(115, 45);
         this.button1.TabIndex = 2;
         this.button1.Text = "Удалить текущую";
         this.button1.UseVisualStyleBackColor = true;
         this.button1.Click += new System.EventHandler(this.button1_Click);
         // 
         // button2
         // 
         this.button2.Location = new System.Drawing.Point(148, 527);
         this.button2.Name = "button2";
         this.button2.Size = new System.Drawing.Size(127, 45);
         this.button2.TabIndex = 3;
         this.button2.Text = "Очистить список";
         this.button2.UseVisualStyleBackColor = true;
         this.button2.Click += new System.EventHandler(this.button2_Click);
         // 
         // button3
         // 
         this.button3.Location = new System.Drawing.Point(148, 594);
         this.button3.Name = "button3";
         this.button3.Size = new System.Drawing.Size(127, 45);
         this.button3.TabIndex = 4;
         this.button3.Text = "Сохранить в файл";
         this.button3.UseVisualStyleBackColor = true;
         this.button3.Click += new System.EventHandler(this.button3_Click);
         // 
         // button4
         // 
         this.button4.Location = new System.Drawing.Point(27, 594);
         this.button4.Name = "button4";
         this.button4.Size = new System.Drawing.Size(115, 45);
         this.button4.TabIndex = 5;
         this.button4.Text = "Прочитать из файла";
         this.button4.UseVisualStyleBackColor = true;
         this.button4.Click += new System.EventHandler(this.button4_Click);
         // 
         // tabControl1
         // 
         this.tabControl1.Controls.Add(tabPage1);
         this.tabControl1.Controls.Add(this.tabPage2);
         this.tabControl1.Location = new System.Drawing.Point(307, 38);
         this.tabControl1.Name = "tabControl1";
         this.tabControl1.SelectedIndex = 0;
         this.tabControl1.Size = new System.Drawing.Size(394, 611);
         this.tabControl1.TabIndex = 6;
         // 
         // tabPage2
         // 
         this.tabPage2.Controls.Add(this.button10);
         this.tabPage2.Controls.Add(this.comboBox1);
         this.tabPage2.Controls.Add(this.textBox10);
         this.tabPage2.Controls.Add(this.label12);
         this.tabPage2.Controls.Add(this.button9);
         this.tabPage2.Controls.Add(this.button8);
         this.tabPage2.Controls.Add(this.button7);
         this.tabPage2.Controls.Add(this.button6);
         this.tabPage2.Controls.Add(this.textBox9);
         this.tabPage2.Controls.Add(this.label11);
         this.tabPage2.Controls.Add(this.button5);
         this.tabPage2.Controls.Add(this.checkedListBox1);
         this.tabPage2.Controls.Add(this.textBox5);
         this.tabPage2.Controls.Add(this.textBox6);
         this.tabPage2.Controls.Add(this.textBox8);
         this.tabPage2.Controls.Add(this.label7);
         this.tabPage2.Controls.Add(this.label8);
         this.tabPage2.Controls.Add(this.label9);
         this.tabPage2.Controls.Add(this.label10);
         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(386, 585);
         this.tabPage2.TabIndex = 1;
         this.tabPage2.Text = "Редактирование информации";
         this.tabPage2.UseVisualStyleBackColor = true;
         // 
         // button10
         // 
         this.button10.Location = new System.Drawing.Point(339, 106);
         this.button10.Name = "button10";
         this.button10.Size = new System.Drawing.Size(24, 21);
         this.button10.TabIndex = 29;
         this.button10.Text = "...";
         this.button10.UseVisualStyleBackColor = true;
         this.button10.Click += new System.EventHandler(this.button10_Click);
         // 
         // comboBox1
         // 
         this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
         this.comboBox1.FormattingEnabled = true;
         this.comboBox1.Items.AddRange(new object[] {
            "Android 2.0",
            "Android 4.0",
            "Android 5.0",
            "Windows Phone 8.0",
            "Windows Phone 8.1",
            "Windows Phone 10.0",
            "iOS"});
         this.comboBox1.Location = new System.Drawing.Point(220, 39);
         this.comboBox1.Name = "comboBox1";
         this.comboBox1.Size = new System.Drawing.Size(143, 21);
         this.comboBox1.TabIndex = 28;
         // 
         // textBox10
         // 
         this.textBox10.Location = new System.Drawing.Point(220, 107);
         this.textBox10.Name = "textBox10";
         this.textBox10.ReadOnly = true;
         this.textBox10.Size = new System.Drawing.Size(120, 20);
         this.textBox10.TabIndex = 26;
         // 
         // label12
         // 
         this.label12.AutoSize = true;
         this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label12.ForeColor = System.Drawing.Color.Blue;
         this.label12.Location = new System.Drawing.Point(32, 111);
         this.label12.Name = "label12";
         this.label12.Size = new System.Drawing.Size(78, 16);
         this.label12.TabIndex = 25;
         this.label12.Text = "Картинка";
         // 
         // button9
         // 
         this.button9.Location = new System.Drawing.Point(220, 534);
         this.button9.Name = "button9";
         this.button9.Size = new System.Drawing.Size(143, 43);
         this.button9.TabIndex = 24;
         this.button9.Text = "Добавить новый телефон";
         this.button9.UseVisualStyleBackColor = true;
         this.button9.Click += new System.EventHandler(this.button9_Click);
         // 
         // button8
         // 
         this.button8.Location = new System.Drawing.Point(38, 534);
         this.button8.Name = "button8";
         this.button8.Size = new System.Drawing.Size(141, 43);
         this.button8.TabIndex = 23;
         this.button8.Text = "Очистить поля";
         this.button8.UseVisualStyleBackColor = true;
         this.button8.Click += new System.EventHandler(this.button8_Click);
         // 
         // button7
         // 
         this.button7.Location = new System.Drawing.Point(38, 467);
         this.button7.Name = "button7";
         this.button7.Size = new System.Drawing.Size(141, 43);
         this.button7.TabIndex = 22;
         this.button7.Text = "Удалить опцию";
         this.button7.UseVisualStyleBackColor = true;
         this.button7.Click += new System.EventHandler(this.button7_Click);
         // 
         // button6
         // 
         this.button6.Location = new System.Drawing.Point(220, 467);
         this.button6.Name = "button6";
         this.button6.Size = new System.Drawing.Size(143, 43);
         this.button6.TabIndex = 21;
         this.button6.Text = "Добавить опцию";
         this.button6.UseVisualStyleBackColor = true;
         this.button6.Click += new System.EventHandler(this.button6_Click);
         // 
         // textBox9
         // 
         this.textBox9.Location = new System.Drawing.Point(220, 420);
         this.textBox9.Name = "textBox9";
         this.textBox9.Size = new System.Drawing.Size(143, 20);
         this.textBox9.TabIndex = 20;
         // 
         // label11
         // 
         this.label11.AutoSize = true;
         this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label11.ForeColor = System.Drawing.Color.Red;
         this.label11.Location = new System.Drawing.Point(35, 421);
         this.label11.Name = "label11";
         this.label11.Size = new System.Drawing.Size(131, 16);
         this.label11.TabIndex = 19;
         this.label11.Text = "Название опции";
         // 
         // button5
         // 
         this.button5.Location = new System.Drawing.Point(35, 351);
         this.button5.Name = "button5";
         this.button5.Size = new System.Drawing.Size(328, 49);
         this.button5.TabIndex = 18;
         this.button5.Text = "Сохранить изменения";
         this.button5.UseVisualStyleBackColor = true;
         this.button5.Click += new System.EventHandler(this.button5_Click);
         // 
         // checkedListBox1
         // 
         this.checkedListBox1.CheckOnClick = true;
         this.checkedListBox1.FormattingEnabled = true;
         this.checkedListBox1.Location = new System.Drawing.Point(35, 182);
         this.checkedListBox1.Name = "checkedListBox1";
         this.checkedListBox1.Size = new System.Drawing.Size(328, 154);
         this.checkedListBox1.TabIndex = 17;
         // 
         // textBox5
         // 
         this.textBox5.Location = new System.Drawing.Point(220, 147);
         this.textBox5.Name = "textBox5";
         this.textBox5.Size = new System.Drawing.Size(143, 20);
         this.textBox5.TabIndex = 16;
         // 
         // textBox6
         // 
         this.textBox6.Location = new System.Drawing.Point(220, 72);
         this.textBox6.Name = "textBox6";
         this.textBox6.Size = new System.Drawing.Size(143, 20);
         this.textBox6.TabIndex = 15;
         // 
         // textBox8
         // 
         this.textBox8.Location = new System.Drawing.Point(220, 6);
         this.textBox8.Name = "textBox8";
         this.textBox8.Size = new System.Drawing.Size(143, 20);
         this.textBox8.TabIndex = 13;
         // 
         // label7
         // 
         this.label7.AutoSize = true;
         this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label7.ForeColor = System.Drawing.Color.Red;
         this.label7.Location = new System.Drawing.Point(35, 147);
         this.label7.Name = "label7";
         this.label7.Size = new System.Drawing.Size(45, 16);
         this.label7.TabIndex = 12;
         this.label7.Text = "Цена";
         // 
         // label8
         // 
         this.label8.AutoSize = true;
         this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label8.ForeColor = System.Drawing.Color.Blue;
         this.label8.Location = new System.Drawing.Point(32, 73);
         this.label8.Name = "label8";
         this.label8.Size = new System.Drawing.Size(39, 16);
         this.label8.TabIndex = 11;
         this.label8.Text = "CPU";
         // 
         // label9
         // 
         this.label9.AutoSize = true;
         this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label9.ForeColor = System.Drawing.Color.Blue;
         this.label9.Location = new System.Drawing.Point(32, 40);
         this.label9.Name = "label9";
         this.label9.Size = new System.Drawing.Size(29, 16);
         this.label9.TabIndex = 10;
         this.label9.Text = "OS";
         // 
         // label10
         // 
         this.label10.AutoSize = true;
         this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label10.ForeColor = System.Drawing.Color.Blue;
         this.label10.Location = new System.Drawing.Point(32, 10);
         this.label10.Name = "label10";
         this.label10.Size = new System.Drawing.Size(64, 16);
         this.label10.TabIndex = 9;
         this.label10.Text = "Модель";
         // 
         // Form1
         // 
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.ClientSize = new System.Drawing.Size(735, 656);
         this.Controls.Add(this.tabControl1);
         this.Controls.Add(this.button4);
         this.Controls.Add(this.button3);
         this.Controls.Add(this.button2);
         this.Controls.Add(this.button1);
         this.Controls.Add(this.label1);
         this.Controls.Add(this.listBox1);
         this.Name = "Form1";
         this.Text = "Mobile Store";
         tabPage1.ResumeLayout(false);
         tabPage1.PerformLayout();
         ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
         this.tabControl1.ResumeLayout(false);
         this.tabPage2.ResumeLayout(false);
         this.tabPage2.PerformLayout();
         this.ResumeLayout(false);
         this.PerformLayout();

      }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TabPage office_tab;
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.pnl_header      = new System.Windows.Forms.Panel();
     this.button1         = new System.Windows.Forms.Button();
     this.bnt_schools     = new System.Windows.Forms.Button();
     this.btn_market      = new System.Windows.Forms.Button();
     this.pnl_schools     = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.button3         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.label2          = new System.Windows.Forms.Label();
     this.dataGridView1   = new System.Windows.Forms.DataGridView();
     this.name            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label1          = new System.Windows.Forms.Label();
     this.pnl_super       = new System.Windows.Forms.Panel();
     this.pnl_several     = new System.Windows.Forms.Panel();
     this.tabControl1     = new System.Windows.Forms.TabControl();
     this.tabPage2        = new System.Windows.Forms.TabPage();
     this.pnl_main        = new System.Windows.Forms.Panel();
     this.btnMinimize     = new System.Windows.Forms.Button();
     this.btnExit         = new System.Windows.Forms.Button();
     this.moverFrame      = new System.Windows.Forms.PictureBox();
     office_tab           = new System.Windows.Forms.TabPage();
     office_tab.SuspendLayout();
     this.pnl_header.SuspendLayout();
     this.pnl_schools.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.moverFrame)).BeginInit();
     this.SuspendLayout();
     //
     // office_tab
     //
     office_tab.AutoScroll            = true;
     office_tab.BackColor             = System.Drawing.Color.Black;
     office_tab.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     office_tab.Controls.Add(this.pnl_header);
     office_tab.Controls.Add(this.pnl_schools);
     office_tab.Controls.Add(this.pnl_super);
     office_tab.Controls.Add(this.pnl_several);
     office_tab.Cursor    = System.Windows.Forms.Cursors.Hand;
     office_tab.Font      = new System.Drawing.Font("Segoe UI Light", 15F);
     office_tab.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     office_tab.Location  = new System.Drawing.Point(4, 49);
     office_tab.Name      = "office_tab";
     office_tab.Padding   = new System.Windows.Forms.Padding(3);
     office_tab.Size      = new System.Drawing.Size(1007, 497);
     office_tab.TabIndex  = 0;
     office_tab.Text      = "Despacho";
     //
     // pnl_header
     //
     this.pnl_header.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     this.pnl_header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
     this.pnl_header.Controls.Add(this.button1);
     this.pnl_header.Controls.Add(this.bnt_schools);
     this.pnl_header.Controls.Add(this.btn_market);
     this.pnl_header.Location = new System.Drawing.Point(0, 0);
     this.pnl_header.Name     = "pnl_header";
     this.pnl_header.Size     = new System.Drawing.Size(201, 496);
     this.pnl_header.TabIndex = 0;
     this.pnl_header.Paint   += new System.Windows.Forms.PaintEventHandler(this.pnl_header_Paint);
     //
     // button1
     //
     this.button1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.button1.FlatAppearance.BorderSize         = 0;
     this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font      = new System.Drawing.Font("Segoe UI Light", 15F);
     this.button1.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.button1.Location  = new System.Drawing.Point(0, 230);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(203, 98);
     this.button1.TabIndex  = 6;
     this.button1.Text      = "Varios";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.btn_several);
     //
     // bnt_schools
     //
     this.bnt_schools.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.bnt_schools.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.bnt_schools.FlatAppearance.BorderSize         = 0;
     this.bnt_schools.FlatAppearance.MouseDownBackColor = System.Drawing.Color.OrangeRed;
     this.bnt_schools.FlatAppearance.MouseOverBackColor = System.Drawing.Color.OrangeRed;
     this.bnt_schools.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bnt_schools.Font      = new System.Drawing.Font("Segoe UI Light", 15F);
     this.bnt_schools.ForeColor = System.Drawing.Color.White;
     this.bnt_schools.Location  = new System.Drawing.Point(0, 12);
     this.bnt_schools.Name      = "bnt_schools";
     this.bnt_schools.Size      = new System.Drawing.Size(203, 103);
     this.bnt_schools.TabIndex  = 4;
     this.bnt_schools.Text      = "Escuelas";
     this.bnt_schools.UseVisualStyleBackColor = true;
     this.bnt_schools.Click += new System.EventHandler(this.bnt_schools_Click);
     //
     // btn_market
     //
     this.btn_market.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.btn_market.BackColor = System.Drawing.Color.Transparent;
     this.btn_market.FlatAppearance.BorderSize         = 0;
     this.btn_market.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.btn_market.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.btn_market.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_market.Font      = new System.Drawing.Font("Segoe UI Light", 15F);
     this.btn_market.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.btn_market.Location  = new System.Drawing.Point(3, 110);
     this.btn_market.Name      = "btn_market";
     this.btn_market.Size      = new System.Drawing.Size(200, 114);
     this.btn_market.TabIndex  = 5;
     this.btn_market.Text      = "Super Mercados";
     this.btn_market.UseVisualStyleBackColor = false;
     this.btn_market.Click += new System.EventHandler(this.btn_market_Click);
     //
     // pnl_schools
     //
     this.pnl_schools.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.pnl_schools.BackColor = System.Drawing.SystemColors.ControlLight;
     this.pnl_schools.Controls.Add(this.splitContainer1);
     this.pnl_schools.Location = new System.Drawing.Point(197, 0);
     this.pnl_schools.Name     = "pnl_schools";
     this.pnl_schools.Size     = new System.Drawing.Size(806, 497);
     this.pnl_schools.TabIndex = 0;
     this.pnl_schools.Visible  = false;
     this.pnl_schools.Paint   += new System.Windows.Forms.PaintEventHandler(this.pnl_schools_Paint);
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(10, 9);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.splitContainer1.Panel1.Controls.Add(this.button3);
     this.splitContainer1.Panel1.Controls.Add(this.button2);
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
     this.splitContainer1.Panel1.Controls.Add(this.label1);
     this.splitContainer1.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.splitContainer1.Panel1.Paint      += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel1_Paint);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.splitContainer1.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.splitContainer1.Panel2.Paint      += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel2_Paint);
     this.splitContainer1.Size             = new System.Drawing.Size(804, 478);
     this.splitContainer1.SplitterDistance = 260;
     this.splitContainer1.TabIndex         = 3;
     //
     // button3
     //
     this.button3.BackColor                         = System.Drawing.Color.Transparent;
     this.button3.BackgroundImage                   = global::GUI.Properties.Resources.remove;
     this.button3.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Center;
     this.button3.FlatAppearance.BorderSize         = 0;
     this.button3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.button3.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.button3.Location = new System.Drawing.Point(8, 1);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(52, 36);
     this.button3.TabIndex = 49;
     this.button3.UseVisualStyleBackColor = false;
     //
     // button2
     //
     this.button2.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.BackColor                         = System.Drawing.Color.Transparent;
     this.button2.BackgroundImage                   = global::GUI.Properties.Resources.add1;
     this.button2.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Center;
     this.button2.FlatAppearance.BorderSize         = 0;
     this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     this.button2.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Location                          = new System.Drawing.Point(194, 3);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(57, 36);
     this.button2.TabIndex = 47;
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.BackColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(9, 37);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(240, 2);
     this.label2.TabIndex  = 48;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToDeleteRows    = false;
     this.dataGridView1.AllowUserToOrderColumns  = true;
     this.dataGridView1.AllowUserToResizeColumns = false;
     this.dataGridView1.AllowUserToResizeRows    = false;
     this.dataGridView1.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.dataGridView1.BackgroundColor               = System.Drawing.Color.Coral;
     this.dataGridView1.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dataGridView1.ClipboardCopyMode             = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
     dataGridViewCellStyle1.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Segoe UI Light", 15F);
     dataGridViewCellStyle1.ForeColor                 = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.ColumnHeadersVisible          = false;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.name
     });
     this.dataGridView1.EnableHeadersVisualStyles = false;
     this.dataGridView1.Location          = new System.Drawing.Point(8, 45);
     this.dataGridView1.Name              = "dataGridView1";
     this.dataGridView1.RowHeadersVisible = false;
     this.dataGridView1.Size              = new System.Drawing.Size(241, 365);
     this.dataGridView1.TabIndex          = 46;
     this.dataGridView1.TabStop           = false;
     //
     // name
     //
     this.name.HeaderText = "Nombre";
     this.name.Name       = "name";
     this.name.ReadOnly   = true;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Location  = new System.Drawing.Point(66, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(173, 30);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Rutas";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.label1.Click    += new System.EventHandler(this.label1_Click);
     //
     // pnl_super
     //
     this.pnl_super.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.pnl_super.BackColor = System.Drawing.Color.BurlyWood;
     this.pnl_super.Location  = new System.Drawing.Point(197, -6);
     this.pnl_super.Name      = "pnl_super";
     this.pnl_super.Size      = new System.Drawing.Size(814, 523);
     this.pnl_super.TabIndex  = 3;
     this.pnl_super.Visible   = false;
     this.pnl_super.Paint    += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
     //
     // pnl_several
     //
     this.pnl_several.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.pnl_several.BackColor = System.Drawing.Color.LightSeaGreen;
     this.pnl_several.Location  = new System.Drawing.Point(197, -9);
     this.pnl_several.Name      = "pnl_several";
     this.pnl_several.Size      = new System.Drawing.Size(810, 512);
     this.pnl_several.TabIndex  = 7;
     //
     // tabControl1
     //
     this.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)));
     this.tabControl1.Controls.Add(office_tab);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.tabControl1.Font          = new System.Drawing.Font("Segoe UI Light", 15F);
     this.tabControl1.ItemSize      = new System.Drawing.Size(50, 45);
     this.tabControl1.Location      = new System.Drawing.Point(-7, 27);
     this.tabControl1.Multiline     = true;
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(1015, 550);
     this.tabControl1.SizeMode      = System.Windows.Forms.TabSizeMode.FillToRight;
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage2
     //
     this.tabPage2.Cursor   = System.Windows.Forms.Cursors.Default;
     this.tabPage2.Location = new System.Drawing.Point(4, 49);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(1007, 474);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Procesos";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // pnl_main
     //
     this.pnl_main.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.pnl_main.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.pnl_main.Location  = new System.Drawing.Point(-3, 21);
     this.pnl_main.Name      = "pnl_main";
     this.pnl_main.Size      = new System.Drawing.Size(1025, 504);
     this.pnl_main.TabIndex  = 1;
     this.pnl_main.Paint    += new System.Windows.Forms.PaintEventHandler(this.pnl_main_Paint);
     //
     // btnMinimize
     //
     this.btnMinimize.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMinimize.BackColor                         = System.Drawing.Color.Black;
     this.btnMinimize.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMinimize.Cursor                            = System.Windows.Forms.Cursors.Hand;
     this.btnMinimize.FlatAppearance.BorderSize         = 0;
     this.btnMinimize.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.btnMinimize.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.btnMinimize.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.btnMinimize.Font      = new System.Drawing.Font("Impact", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMinimize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btnMinimize.Location  = new System.Drawing.Point(936, 0);
     this.btnMinimize.Name      = "btnMinimize";
     this.btnMinimize.Size      = new System.Drawing.Size(33, 30);
     this.btnMinimize.TabIndex  = 18;
     this.btnMinimize.Text      = "-";
     this.btnMinimize.UseVisualStyleBackColor = false;
     this.btnMinimize.Click += new System.EventHandler(this.btnMinimize_Click);
     //
     // btnExit
     //
     this.btnExit.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.BackColor                         = System.Drawing.Color.Maroon;
     this.btnExit.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Zoom;
     this.btnExit.Cursor                            = System.Windows.Forms.Cursors.Hand;
     this.btnExit.FlatAppearance.BorderSize         = 0;
     this.btnExit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.btnExit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.btnExit.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.btnExit.Font      = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExit.ForeColor = System.Drawing.Color.White;
     this.btnExit.Image     = global::GUI.Properties.Resources.exit;
     this.btnExit.Location  = new System.Drawing.Point(970, 0);
     this.btnExit.Name      = "btnExit";
     this.btnExit.Size      = new System.Drawing.Size(30, 30);
     this.btnExit.TabIndex  = 16;
     this.btnExit.UseVisualStyleBackColor = false;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // moverFrame
     //
     this.moverFrame.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.moverFrame.BackColor = System.Drawing.Color.Black;
     this.moverFrame.Location  = new System.Drawing.Point(-1, 0);
     this.moverFrame.Name      = "moverFrame";
     this.moverFrame.Size      = new System.Drawing.Size(1009, 30);
     this.moverFrame.TabIndex  = 17;
     this.moverFrame.TabStop   = false;
     //
     // App
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(1000, 572);
     this.Controls.Add(this.btnMinimize);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.moverFrame);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.pnl_main);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "App";
     this.Text            = "Form1";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     office_tab.ResumeLayout(false);
     this.pnl_header.ResumeLayout(false);
     this.pnl_schools.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.moverFrame)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 20
0
        /// <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();

        }
Esempio n. 21
0
 /// <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();
 }
Esempio n. 22
0
        /// <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.TabPage sendTab;
            System.Windows.Forms.TabPage settingsTab;
            System.Windows.Forms.TabPage comPortTab;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.sendAsByteRadioButton = new System.Windows.Forms.RadioButton();
            this.sendAsStringRadioButton = new System.Windows.Forms.RadioButton();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.progressBar2 = new System.Windows.Forms.ProgressBar();
            this.SpaceStripCheckBox = new System.Windows.Forms.CheckBox();
            this.manualSendRepeatBox = new System.Windows.Forms.TextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.LFCheckBox = new System.Windows.Forms.CheckBox();
            this.CRCheckBox = new System.Windows.Forms.CheckBox();
            this.button3 = new System.Windows.Forms.Button();
            this.manualSendCommandBox = new System.Windows.Forms.TextBox();
            this.groupBox11 = new System.Windows.Forms.GroupBox();
            this.trackBar1 = new System.Windows.Forms.TrackBar();
            this.checkBox3 = new System.Windows.Forms.CheckBox();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.button7 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.splitContainer3 = new System.Windows.Forms.SplitContainer();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.openPortButton = new System.Windows.Forms.Button();
            this.scanPortButton = new System.Windows.Forms.Button();
            this.portComboBox = new System.Windows.Forms.ComboBox();
            this.baudRateComboBox = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.stopBitsComboBox = new System.Windows.Forms.ComboBox();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.dataBitsComboBox = new System.Windows.Forms.ComboBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.parityComboBox = new System.Windows.Forms.ComboBox();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.checkBox4 = new System.Windows.Forms.CheckBox();
            this.groupBox12 = new System.Windows.Forms.GroupBox();
            this.button10 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.button8 = new System.Windows.Forms.Button();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.radioButton3 = new System.Windows.Forms.RadioButton();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.button4 = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.manualSendThread = new System.ComponentModel.BackgroundWorker();
            this.fileDumpThread = new System.ComponentModel.BackgroundWorker();
            this.receiveThread = new System.ComponentModel.BackgroundWorker();
            this.autoUpdateThread = new System.ComponentModel.BackgroundWorker();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.checkBox5 = new System.Windows.Forms.CheckBox();
            sendTab = new System.Windows.Forms.TabPage();
            settingsTab = new System.Windows.Forms.TabPage();
            comPortTab = new System.Windows.Forms.TabPage();
            sendTab.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox8.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            settingsTab.SuspendLayout();
            this.groupBox11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
            comPortTab.SuspendLayout();
            this.splitContainer3.Panel1.SuspendLayout();
            this.splitContainer3.Panel2.SuspendLayout();
            this.splitContainer3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox7.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox9.SuspendLayout();
            this.groupBox12.SuspendLayout();
            this.groupBox10.SuspendLayout();
            this.SuspendLayout();
            // 
            // sendTab
            // 
            sendTab.Controls.Add(this.splitContainer2);
            sendTab.Location = new System.Drawing.Point(4, 22);
            sendTab.Name = "sendTab";
            sendTab.Size = new System.Drawing.Size(345, 128);
            sendTab.TabIndex = 3;
            sendTab.Text = "Send";
            sendTab.UseVisualStyleBackColor = true;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer2.IsSplitterFixed = true;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.groupBox1);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.groupBox2);
            this.splitContainer2.Size = new System.Drawing.Size(345, 128);
            this.splitContainer2.SplitterDistance = 171;
            this.splitContainer2.TabIndex = 0;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.checkBox5);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.progressBar1);
            this.groupBox1.Controls.Add(this.groupBox8);
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(171, 128);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Dump File to Port";
            // 
            // textBox1
            // 
            this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox1.Location = new System.Drawing.Point(113, 68);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(52, 20);
            this.textBox1.TabIndex = 7;
            this.textBox1.Text = "Delay";
            this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
            this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
            // 
            // progressBar1
            // 
            this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.progressBar1.Location = new System.Drawing.Point(3, 89);
            this.progressBar1.MarqueeAnimationSpeed = 1;
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(165, 13);
            this.progressBar1.TabIndex = 6;
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.sendAsByteRadioButton);
            this.groupBox8.Controls.Add(this.sendAsStringRadioButton);
            this.groupBox8.Location = new System.Drawing.Point(6, 48);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(101, 40);
            this.groupBox8.TabIndex = 5;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "Send As";
            // 
            // sendAsByteRadioButton
            // 
            this.sendAsByteRadioButton.AutoSize = true;
            this.sendAsByteRadioButton.Location = new System.Drawing.Point(55, 18);
            this.sendAsByteRadioButton.Name = "sendAsByteRadioButton";
            this.sendAsByteRadioButton.Size = new System.Drawing.Size(46, 17);
            this.sendAsByteRadioButton.TabIndex = 2;
            this.sendAsByteRadioButton.TabStop = true;
            this.sendAsByteRadioButton.Text = "Byte";
            this.sendAsByteRadioButton.UseVisualStyleBackColor = true;
            // 
            // sendAsStringRadioButton
            // 
            this.sendAsStringRadioButton.AutoSize = true;
            this.sendAsStringRadioButton.Location = new System.Drawing.Point(6, 18);
            this.sendAsStringRadioButton.Name = "sendAsStringRadioButton";
            this.sendAsStringRadioButton.Size = new System.Drawing.Size(52, 17);
            this.sendAsStringRadioButton.TabIndex = 4;
            this.sendAsStringRadioButton.TabStop = true;
            this.sendAsStringRadioButton.Text = "String";
            this.sendAsStringRadioButton.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.button2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.button2.Location = new System.Drawing.Point(3, 102);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(165, 23);
            this.button2.TabIndex = 3;
            this.button2.Text = "Send";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(12, 19);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(153, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "Select File";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.progressBar2);
            this.groupBox2.Controls.Add(this.SpaceStripCheckBox);
            this.groupBox2.Controls.Add(this.manualSendRepeatBox);
            this.groupBox2.Controls.Add(this.groupBox3);
            this.groupBox2.Controls.Add(this.button3);
            this.groupBox2.Controls.Add(this.manualSendCommandBox);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(0, 0);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(170, 128);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Send Manually";
            // 
            // progressBar2
            // 
            this.progressBar2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBar2.Location = new System.Drawing.Point(64, 56);
            this.progressBar2.Name = "progressBar2";
            this.progressBar2.Size = new System.Drawing.Size(100, 23);
            this.progressBar2.TabIndex = 6;
            // 
            // SpaceStripCheckBox
            // 
            this.SpaceStripCheckBox.AutoSize = true;
            this.SpaceStripCheckBox.Location = new System.Drawing.Point(63, 85);
            this.SpaceStripCheckBox.Name = "SpaceStripCheckBox";
            this.SpaceStripCheckBox.Size = new System.Drawing.Size(86, 17);
            this.SpaceStripCheckBox.TabIndex = 5;
            this.SpaceStripCheckBox.Text = "Strip Spaces";
            this.SpaceStripCheckBox.UseVisualStyleBackColor = true;
            // 
            // manualSendRepeatBox
            // 
            this.manualSendRepeatBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.manualSendRepeatBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.manualSendRepeatBox.Location = new System.Drawing.Point(6, 105);
            this.manualSendRepeatBox.Name = "manualSendRepeatBox";
            this.manualSendRepeatBox.Size = new System.Drawing.Size(77, 20);
            this.manualSendRepeatBox.TabIndex = 4;
            this.manualSendRepeatBox.Text = "Repeats (0)";
            this.manualSendRepeatBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.manualSendRepeatBox.Leave += new System.EventHandler(this.manualSendRepeatBox_Leave);
            this.manualSendRepeatBox.Enter += new System.EventHandler(this.manualSendRepeatBox_Enter);
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox3.Controls.Add(this.LFCheckBox);
            this.groupBox3.Controls.Add(this.CRCheckBox);
            this.groupBox3.Location = new System.Drawing.Point(6, 43);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(51, 61);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "EOL";
            // 
            // LFCheckBox
            // 
            this.LFCheckBox.AutoSize = true;
            this.LFCheckBox.Location = new System.Drawing.Point(6, 38);
            this.LFCheckBox.Name = "LFCheckBox";
            this.LFCheckBox.Size = new System.Drawing.Size(38, 17);
            this.LFCheckBox.TabIndex = 1;
            this.LFCheckBox.Text = "LF";
            this.LFCheckBox.UseVisualStyleBackColor = true;
            // 
            // CRCheckBox
            // 
            this.CRCheckBox.AutoSize = true;
            this.CRCheckBox.Location = new System.Drawing.Point(6, 19);
            this.CRCheckBox.Name = "CRCheckBox";
            this.CRCheckBox.Size = new System.Drawing.Size(41, 17);
            this.CRCheckBox.TabIndex = 0;
            this.CRCheckBox.Text = "CR";
            this.CRCheckBox.UseVisualStyleBackColor = true;
            // 
            // button3
            // 
            this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button3.Location = new System.Drawing.Point(89, 102);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 1;
            this.button3.Text = "Send";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // manualSendCommandBox
            // 
            this.manualSendCommandBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.manualSendCommandBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.manualSendCommandBox.Location = new System.Drawing.Point(6, 21);
            this.manualSendCommandBox.Name = "manualSendCommandBox";
            this.manualSendCommandBox.Size = new System.Drawing.Size(158, 20);
            this.manualSendCommandBox.TabIndex = 0;
            // 
            // settingsTab
            // 
            settingsTab.Controls.Add(this.groupBox11);
            settingsTab.Controls.Add(this.checkBox3);
            settingsTab.Controls.Add(this.checkBox2);
            settingsTab.Controls.Add(this.checkBox1);
            settingsTab.Controls.Add(this.button7);
            settingsTab.Controls.Add(this.button6);
            settingsTab.Controls.Add(this.button5);
            settingsTab.Location = new System.Drawing.Point(4, 22);
            settingsTab.Name = "settingsTab";
            settingsTab.Size = new System.Drawing.Size(345, 128);
            settingsTab.TabIndex = 2;
            settingsTab.Text = "Settings";
            settingsTab.UseVisualStyleBackColor = true;
            // 
            // groupBox11
            // 
            this.groupBox11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox11.Controls.Add(this.trackBar1);
            this.groupBox11.Location = new System.Drawing.Point(229, 26);
            this.groupBox11.Name = "groupBox11";
            this.groupBox11.Size = new System.Drawing.Size(113, 69);
            this.groupBox11.TabIndex = 7;
            this.groupBox11.TabStop = false;
            this.groupBox11.Text = "Opacity";
            // 
            // trackBar1
            // 
            this.trackBar1.BackColor = System.Drawing.Color.White;
            this.trackBar1.LargeChange = 25;
            this.trackBar1.Location = new System.Drawing.Point(3, 17);
            this.trackBar1.Maximum = 100;
            this.trackBar1.Minimum = 5;
            this.trackBar1.Name = "trackBar1";
            this.trackBar1.Size = new System.Drawing.Size(104, 45);
            this.trackBar1.SmallChange = 10;
            this.trackBar1.TabIndex = 0;
            this.trackBar1.TickFrequency = 10;
            this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
            this.trackBar1.Value = 100;
            this.trackBar1.Leave += new System.EventHandler(this.trackBar1_Leave);
            this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
            // 
            // checkBox3
            // 
            this.checkBox3.AutoSize = true;
            this.checkBox3.Location = new System.Drawing.Point(3, 32);
            this.checkBox3.Name = "checkBox3";
            this.checkBox3.Size = new System.Drawing.Size(96, 17);
            this.checkBox3.TabIndex = 6;
            this.checkBox3.Text = "Always on Top";
            this.checkBox3.UseVisualStyleBackColor = true;
            this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.checkBox2.Location = new System.Drawing.Point(3, 78);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(86, 17);
            this.checkBox2.TabIndex = 5;
            this.checkBox2.Text = "Auto Update";
            this.checkBox2.UseVisualStyleBackColor = true;
            this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(3, 55);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(87, 17);
            this.checkBox1.TabIndex = 4;
            this.checkBox1.Text = "Instant Scroll";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // button7
            // 
            this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button7.Location = new System.Drawing.Point(229, 97);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(113, 23);
            this.button7.TabIndex = 2;
            this.button7.Text = "Reset Settings";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(3, 3);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(75, 23);
            this.button6.TabIndex = 1;
            this.button6.Text = "Colors";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click_1);
            // 
            // button5
            // 
            this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button5.Location = new System.Drawing.Point(229, 3);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(113, 23);
            this.button5.TabIndex = 0;
            this.button5.Text = "Check For Updates";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // comPortTab
            // 
            comPortTab.Controls.Add(this.splitContainer3);
            comPortTab.Location = new System.Drawing.Point(4, 22);
            comPortTab.Name = "comPortTab";
            comPortTab.Size = new System.Drawing.Size(345, 128);
            comPortTab.TabIndex = 1;
            comPortTab.Text = "COM Port";
            comPortTab.UseVisualStyleBackColor = true;
            // 
            // splitContainer3
            // 
            this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer3.Location = new System.Drawing.Point(0, 0);
            this.splitContainer3.Name = "splitContainer3";
            this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer3.Panel1
            // 
            this.splitContainer3.Panel1.Controls.Add(this.groupBox4);
            // 
            // splitContainer3.Panel2
            // 
            this.splitContainer3.Panel2.Controls.Add(this.groupBox7);
            this.splitContainer3.Panel2.Controls.Add(this.groupBox6);
            this.splitContainer3.Panel2.Controls.Add(this.groupBox5);
            this.splitContainer3.Size = new System.Drawing.Size(345, 128);
            this.splitContainer3.SplitterDistance = 70;
            this.splitContainer3.TabIndex = 0;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.openPortButton);
            this.groupBox4.Controls.Add(this.scanPortButton);
            this.groupBox4.Controls.Add(this.portComboBox);
            this.groupBox4.Controls.Add(this.baudRateComboBox);
            this.groupBox4.Controls.Add(this.label2);
            this.groupBox4.Controls.Add(this.label1);
            this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox4.Location = new System.Drawing.Point(0, 0);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(345, 70);
            this.groupBox4.TabIndex = 0;
            this.groupBox4.TabStop = false;
            // 
            // openPortButton
            // 
            this.openPortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.openPortButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.openPortButton.Location = new System.Drawing.Point(262, 41);
            this.openPortButton.Name = "openPortButton";
            this.openPortButton.Size = new System.Drawing.Size(75, 23);
            this.openPortButton.TabIndex = 5;
            this.openPortButton.Text = "Open Port";
            this.openPortButton.UseVisualStyleBackColor = true;
            this.openPortButton.Click += new System.EventHandler(this.openPortButton_Click);
            // 
            // scanPortButton
            // 
            this.scanPortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.scanPortButton.Location = new System.Drawing.Point(262, 11);
            this.scanPortButton.Name = "scanPortButton";
            this.scanPortButton.Size = new System.Drawing.Size(75, 23);
            this.scanPortButton.TabIndex = 4;
            this.scanPortButton.Text = "Scan Ports";
            this.scanPortButton.UseVisualStyleBackColor = true;
            this.scanPortButton.Click += new System.EventHandler(this.scanPortButton_Click);
            // 
            // portComboBox
            // 
            this.portComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.portComboBox.FormattingEnabled = true;
            this.portComboBox.Location = new System.Drawing.Point(75, 43);
            this.portComboBox.Name = "portComboBox";
            this.portComboBox.Size = new System.Drawing.Size(121, 21);
            this.portComboBox.TabIndex = 3;
            // 
            // baudRateComboBox
            // 
            this.baudRateComboBox.FormattingEnabled = true;
            this.baudRateComboBox.Location = new System.Drawing.Point(75, 13);
            this.baudRateComboBox.Name = "baudRateComboBox";
            this.baudRateComboBox.Size = new System.Drawing.Size(121, 21);
            this.baudRateComboBox.TabIndex = 2;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(8, 46);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Port:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(8, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(61, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Baud Rate:";
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.stopBitsComboBox);
            this.groupBox7.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupBox7.Location = new System.Drawing.Point(242, 0);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(104, 54);
            this.groupBox7.TabIndex = 2;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Stop Bits";
            // 
            // stopBitsComboBox
            // 
            this.stopBitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.stopBitsComboBox.FormattingEnabled = true;
            this.stopBitsComboBox.Items.AddRange(new object[] {
            "None",
            "1 bit",
            "1.5 bits",
            "2 bits"});
            this.stopBitsComboBox.Location = new System.Drawing.Point(6, 19);
            this.stopBitsComboBox.Name = "stopBitsComboBox";
            this.stopBitsComboBox.Size = new System.Drawing.Size(92, 21);
            this.stopBitsComboBox.TabIndex = 0;
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.dataBitsComboBox);
            this.groupBox6.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupBox6.Location = new System.Drawing.Point(132, 0);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(110, 54);
            this.groupBox6.TabIndex = 1;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Data Bits";
            // 
            // dataBitsComboBox
            // 
            this.dataBitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.dataBitsComboBox.FormattingEnabled = true;
            this.dataBitsComboBox.Items.AddRange(new object[] {
            "8 bits",
            "7 bits",
            "6 bits",
            "5 bits"});
            this.dataBitsComboBox.Location = new System.Drawing.Point(6, 19);
            this.dataBitsComboBox.Name = "dataBitsComboBox";
            this.dataBitsComboBox.Size = new System.Drawing.Size(98, 21);
            this.dataBitsComboBox.TabIndex = 0;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.parityComboBox);
            this.groupBox5.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupBox5.Location = new System.Drawing.Point(0, 0);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(132, 54);
            this.groupBox5.TabIndex = 0;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Parity";
            // 
            // parityComboBox
            // 
            this.parityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.parityComboBox.FormattingEnabled = true;
            this.parityComboBox.Items.AddRange(new object[] {
            "None",
            "Odd",
            "Even",
            "Mark",
            "Space"});
            this.parityComboBox.Location = new System.Drawing.Point(5, 19);
            this.parityComboBox.Name = "parityComboBox";
            this.parityComboBox.Size = new System.Drawing.Size(121, 21);
            this.parityComboBox.TabIndex = 0;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer1.IsSplitterFixed = true;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.linkLabel1);
            this.splitContainer1.Panel1.Controls.Add(this.listBox1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
            this.splitContainer1.Size = new System.Drawing.Size(353, 406);
            this.splitContainer1.SplitterDistance = 248;
            this.splitContainer1.TabIndex = 0;
            // 
            // linkLabel1
            // 
            this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.BackColor = System.Drawing.Color.Black;
            this.linkLabel1.ForeColor = System.Drawing.Color.White;
            this.linkLabel1.LinkColor = System.Drawing.Color.White;
            this.linkLabel1.Location = new System.Drawing.Point(305, 0);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(31, 13);
            this.linkLabel1.TabIndex = 1;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "Clear";
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // listBox1
            // 
            this.listBox1.BackColor = System.Drawing.Color.Black;
            this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBox1.ForeColor = System.Drawing.Color.Lime;
            this.listBox1.IntegralHeight = false;
            this.listBox1.Location = new System.Drawing.Point(0, 0);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(353, 248);
            this.listBox1.TabIndex = 0;
            this.listBox1.UseTabStops = false;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(comPortTab);
            this.tabControl1.Controls.Add(sendTab);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(settingsTab);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.ItemSize = new System.Drawing.Size(58, 18);
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(353, 154);
            this.tabControl1.TabIndex = 0;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.groupBox9);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(345, 128);
            this.tabPage1.TabIndex = 4;
            this.tabPage1.Text = "Receive";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(this.checkBox4);
            this.groupBox9.Controls.Add(this.groupBox12);
            this.groupBox9.Controls.Add(this.button8);
            this.groupBox9.Controls.Add(this.groupBox10);
            this.groupBox9.Controls.Add(this.button4);
            this.groupBox9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox9.Location = new System.Drawing.Point(0, 0);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(345, 128);
            this.groupBox9.TabIndex = 1;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Options";
            // 
            // checkBox4
            // 
            this.checkBox4.AutoSize = true;
            this.checkBox4.Location = new System.Drawing.Point(95, 20);
            this.checkBox4.Name = "checkBox4";
            this.checkBox4.Size = new System.Drawing.Size(163, 17);
            this.checkBox4.TabIndex = 5;
            this.checkBox4.Text = "Receive from a seperate port";
            this.checkBox4.UseVisualStyleBackColor = true;
            this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
            // 
            // groupBox12
            // 
            this.groupBox12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox12.Controls.Add(this.button10);
            this.groupBox12.Controls.Add(this.button9);
            this.groupBox12.Controls.Add(this.comboBox2);
            this.groupBox12.Controls.Add(this.label4);
            this.groupBox12.Controls.Add(this.label3);
            this.groupBox12.Controls.Add(this.comboBox1);
            this.groupBox12.Enabled = false;
            this.groupBox12.Location = new System.Drawing.Point(95, 43);
            this.groupBox12.Name = "groupBox12";
            this.groupBox12.Size = new System.Drawing.Size(247, 59);
            this.groupBox12.TabIndex = 4;
            this.groupBox12.TabStop = false;
            // 
            // button10
            // 
            this.button10.Location = new System.Drawing.Point(195, 28);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(46, 23);
            this.button10.TabIndex = 5;
            this.button10.Text = "Open";
            this.button10.UseVisualStyleBackColor = true;
            this.button10.Click += new System.EventHandler(this.button10_Click);
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(134, 28);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(58, 23);
            this.button9.TabIndex = 4;
            this.button9.Text = "Refresh";
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // comboBox2
            // 
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Location = new System.Drawing.Point(70, 30);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(58, 21);
            this.comboBox2.TabIndex = 3;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(67, 15);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(61, 13);
            this.label4.TabIndex = 2;
            this.label4.Text = "Baud Rate:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 14);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 13);
            this.label3.TabIndex = 1;
            this.label3.Text = "Port:";
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(6, 30);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(57, 21);
            this.comboBox1.TabIndex = 0;
            // 
            // button8
            // 
            this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button8.Location = new System.Drawing.Point(267, 16);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(75, 23);
            this.button8.TabIndex = 2;
            this.button8.Text = "Save Log";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // groupBox10
            // 
            this.groupBox10.Controls.Add(this.radioButton3);
            this.groupBox10.Controls.Add(this.radioButton2);
            this.groupBox10.Controls.Add(this.radioButton1);
            this.groupBox10.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupBox10.Location = new System.Drawing.Point(3, 16);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(86, 86);
            this.groupBox10.TabIndex = 1;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "Receive As";
            // 
            // radioButton3
            // 
            this.radioButton3.AutoSize = true;
            this.radioButton3.Location = new System.Drawing.Point(6, 65);
            this.radioButton3.Name = "radioButton3";
            this.radioButton3.Size = new System.Drawing.Size(69, 17);
            this.radioButton3.TabIndex = 2;
            this.radioButton3.Text = "One Byte";
            this.radioButton3.UseVisualStyleBackColor = true;
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(6, 42);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(70, 17);
            this.radioButton2.TabIndex = 1;
            this.radioButton2.Text = "One Char";
            this.radioButton2.UseVisualStyleBackColor = true;
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Checked = true;
            this.radioButton1.Location = new System.Drawing.Point(6, 19);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(75, 17);
            this.radioButton1.TabIndex = 0;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "String Line";
            this.radioButton1.UseVisualStyleBackColor = true;
            // 
            // button4
            // 
            this.button4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.button4.Location = new System.Drawing.Point(3, 102);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(339, 23);
            this.button4.TabIndex = 0;
            this.button4.Text = "Start Listening";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.Filter = "Text File (.txt)|*.txt|Log File (.log)|*.log|Other|*.*";
            // 
            // manualSendThread
            // 
            this.manualSendThread.WorkerReportsProgress = true;
            this.manualSendThread.WorkerSupportsCancellation = true;
            this.manualSendThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.manualSendThread_DoWork);
            this.manualSendThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.manualSendThread_RunWorkerCompleted);
            this.manualSendThread.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.manualSendThread_ProgressChanged);
            // 
            // fileDumpThread
            // 
            this.fileDumpThread.WorkerReportsProgress = true;
            this.fileDumpThread.WorkerSupportsCancellation = true;
            this.fileDumpThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.fileDumpThread_DoWork);
            this.fileDumpThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.fileDumpThread_RunWorkerCompleted);
            this.fileDumpThread.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.fileDumpThread_ProgressChanged);
            // 
            // receiveThread
            // 
            this.receiveThread.WorkerSupportsCancellation = true;
            this.receiveThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.receiveThread_DoWork);
            // 
            // autoUpdateThread
            // 
            this.autoUpdateThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.autoUpdateThread_DoWork);
            // 
            // checkBox5
            // 
            this.checkBox5.AutoSize = true;
            this.checkBox5.Location = new System.Drawing.Point(113, 48);
            this.checkBox5.Name = "checkBox5";
            this.checkBox5.Size = new System.Drawing.Size(47, 17);
            this.checkBox5.TabIndex = 8;
            this.checkBox5.Text = "EOL";
            this.checkBox5.UseVisualStyleBackColor = true;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(353, 406);
            this.Controls.Add(this.splitContainer1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Data2Serial2";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.Form1_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            sendTab.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox8.ResumeLayout(false);
            this.groupBox8.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            settingsTab.ResumeLayout(false);
            settingsTab.PerformLayout();
            this.groupBox11.ResumeLayout(false);
            this.groupBox11.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
            comPortTab.ResumeLayout(false);
            this.splitContainer3.Panel1.ResumeLayout(false);
            this.splitContainer3.Panel2.ResumeLayout(false);
            this.splitContainer3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox7.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.groupBox9.ResumeLayout(false);
            this.groupBox9.PerformLayout();
            this.groupBox12.ResumeLayout(false);
            this.groupBox12.PerformLayout();
            this.groupBox10.ResumeLayout(false);
            this.groupBox10.PerformLayout();
            this.ResumeLayout(false);

        }
Esempio n. 23
0
        /// <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.TabPage tpAssemblies;
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
            this.label2 = new System.Windows.Forms.Label();
            this.btnScanRepos = new System.Windows.Forms.Button();
            this.btnLoad = new System.Windows.Forms.Button();
            this.m_dgAssemblies = new System.Windows.Forms.DataGridView();
            this.tabPages = new System.Windows.Forms.TabControl();
            this.tpCoverage = new System.Windows.Forms.TabPage();
            this.btnCoverageLoad = new System.Windows.Forms.Button();
            this.m_dgCoverage = new System.Windows.Forms.DataGridView();
            this.tpType_Params = new System.Windows.Forms.TabPage();
            this.btnRemoveFilter = new System.Windows.Forms.Button();
            this.btnAddFilter = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.lbl1 = new System.Windows.Forms.Label();
            this.txtAddFilter = new System.Windows.Forms.TextBox();
            this.m_dgTypeFilters = new System.Windows.Forms.DataGridView();
            this.tpAnalysis = new System.Windows.Forms.TabPage();
            this.btnScan = new System.Windows.Forms.Button();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.tpAppStats = new System.Windows.Forms.TabPage();
            this.m_dgAppStats = new System.Windows.Forms.DataGridView();
            this.tpCodeRank = new System.Windows.Forms.TabPage();
            this.m_dgCodeRank = new System.Windows.Forms.DataGridView();
            this.tpResults = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnImportResults = new System.Windows.Forms.Button();
            this.btnExport = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.m_dgResults = new System.Windows.Forms.DataGridView();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.m_dgPluginResults = new System.Windows.Forms.DataGridView();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnPluginImportResults = new System.Windows.Forms.Button();
            this.btnNextPluginResult = new System.Windows.Forms.Button();
            tpAssemblies = new System.Windows.Forms.TabPage();
            tpAssemblies.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_dgAssemblies)).BeginInit();
            this.tabPages.SuspendLayout();
            this.tpCoverage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_dgCoverage)).BeginInit();
            this.tpType_Params.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_dgTypeFilters)).BeginInit();
            this.tpAnalysis.SuspendLayout();
            this.tpAppStats.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_dgAppStats)).BeginInit();
            this.tpCodeRank.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_dgCodeRank)).BeginInit();
            this.tpResults.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_dgResults)).BeginInit();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_dgPluginResults)).BeginInit();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tpAssemblies
            // 
            tpAssemblies.Controls.Add(this.label2);
            tpAssemblies.Controls.Add(this.btnScanRepos);
            tpAssemblies.Controls.Add(this.btnLoad);
            tpAssemblies.Controls.Add(this.m_dgAssemblies);
            tpAssemblies.Location = new System.Drawing.Point(4, 22);
            tpAssemblies.Name = "tpAssemblies";
            tpAssemblies.Padding = new System.Windows.Forms.Padding(3);
            tpAssemblies.Size = new System.Drawing.Size(794, 261);
            tpAssemblies.TabIndex = 0;
            tpAssemblies.Text = "Assemblies";
            tpAssemblies.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(255, 222);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(185, 13);
            this.label2.TabIndex = 3;
            this.label2.Text = "Scans directory structure for dlls, exes";
            // 
            // btnScanRepos
            // 
            this.btnScanRepos.Location = new System.Drawing.Point(127, 217);
            this.btnScanRepos.Name = "btnScanRepos";
            this.btnScanRepos.Size = new System.Drawing.Size(122, 23);
            this.btnScanRepos.TabIndex = 2;
            this.btnScanRepos.Text = "Scan App Repository";
            this.btnScanRepos.UseVisualStyleBackColor = true;
            this.btnScanRepos.Click += new System.EventHandler(this.btnScanRepos_Click);
            // 
            // btnLoad
            // 
            this.btnLoad.Location = new System.Drawing.Point(31, 217);
            this.btnLoad.Name = "btnLoad";
            this.btnLoad.Size = new System.Drawing.Size(75, 23);
            this.btnLoad.TabIndex = 1;
            this.btnLoad.Text = "Load File(s)";
            this.btnLoad.UseVisualStyleBackColor = true;
            this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
            // 
            // m_dgAssemblies
            // 
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgAssemblies.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.m_dgAssemblies.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.m_dgAssemblies.DefaultCellStyle = dataGridViewCellStyle2;
            this.m_dgAssemblies.Location = new System.Drawing.Point(31, 15);
            this.m_dgAssemblies.Name = "m_dgAssemblies";
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgAssemblies.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.m_dgAssemblies.Size = new System.Drawing.Size(617, 196);
            this.m_dgAssemblies.TabIndex = 0;
            // 
            // tabPages
            // 
            this.tabPages.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.tabPages.Controls.Add(tpAssemblies);
            this.tabPages.Controls.Add(this.tpCoverage);
            this.tabPages.Controls.Add(this.tpType_Params);
            this.tabPages.Controls.Add(this.tpAnalysis);
            this.tabPages.Controls.Add(this.tpAppStats);
            this.tabPages.Controls.Add(this.tpCodeRank);
            this.tabPages.Controls.Add(this.tpResults);
            this.tabPages.Controls.Add(this.tabPage1);
            this.tabPages.Location = new System.Drawing.Point(0, 1);
            this.tabPages.Name = "tabPages";
            this.tabPages.SelectedIndex = 0;
            this.tabPages.Size = new System.Drawing.Size(802, 287);
            this.tabPages.TabIndex = 0;
            // 
            // tpCoverage
            // 
            this.tpCoverage.Controls.Add(this.btnCoverageLoad);
            this.tpCoverage.Controls.Add(this.m_dgCoverage);
            this.tpCoverage.Location = new System.Drawing.Point(4, 22);
            this.tpCoverage.Name = "tpCoverage";
            this.tpCoverage.Padding = new System.Windows.Forms.Padding(3);
            this.tpCoverage.Size = new System.Drawing.Size(794, 261);
            this.tpCoverage.TabIndex = 4;
            this.tpCoverage.Text = "Coverage";
            this.tpCoverage.UseVisualStyleBackColor = true;
            // 
            // btnCoverageLoad
            // 
            this.btnCoverageLoad.Location = new System.Drawing.Point(30, 220);
            this.btnCoverageLoad.Name = "btnCoverageLoad";
            this.btnCoverageLoad.Size = new System.Drawing.Size(75, 23);
            this.btnCoverageLoad.TabIndex = 3;
            this.btnCoverageLoad.Text = "Load File(s)";
            this.btnCoverageLoad.UseVisualStyleBackColor = true;
            this.btnCoverageLoad.Click += new System.EventHandler(this.btnCoverageLoad_Click);
            // 
            // m_dgCoverage
            // 
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgCoverage.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.m_dgCoverage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.m_dgCoverage.DefaultCellStyle = dataGridViewCellStyle5;
            this.m_dgCoverage.Location = new System.Drawing.Point(30, 18);
            this.m_dgCoverage.Name = "m_dgCoverage";
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgCoverage.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.m_dgCoverage.Size = new System.Drawing.Size(406, 196);
            this.m_dgCoverage.TabIndex = 2;
            // 
            // tpType_Params
            // 
            this.tpType_Params.Controls.Add(this.btnRemoveFilter);
            this.tpType_Params.Controls.Add(this.btnAddFilter);
            this.tpType_Params.Controls.Add(this.label1);
            this.tpType_Params.Controls.Add(this.lbl1);
            this.tpType_Params.Controls.Add(this.txtAddFilter);
            this.tpType_Params.Controls.Add(this.m_dgTypeFilters);
            this.tpType_Params.Location = new System.Drawing.Point(4, 22);
            this.tpType_Params.Name = "tpType_Params";
            this.tpType_Params.Padding = new System.Windows.Forms.Padding(3);
            this.tpType_Params.Size = new System.Drawing.Size(794, 261);
            this.tpType_Params.TabIndex = 1;
            this.tpType_Params.Text = "Type Params";
            this.tpType_Params.UseVisualStyleBackColor = true;
            // 
            // btnRemoveFilter
            // 
            this.btnRemoveFilter.Location = new System.Drawing.Point(288, 171);
            this.btnRemoveFilter.Name = "btnRemoveFilter";
            this.btnRemoveFilter.Size = new System.Drawing.Size(75, 23);
            this.btnRemoveFilter.TabIndex = 6;
            this.btnRemoveFilter.Text = "Remove";
            this.btnRemoveFilter.UseVisualStyleBackColor = true;
            this.btnRemoveFilter.Click += new System.EventHandler(this.btnRemoveFilter_Click);
            // 
            // btnAddFilter
            // 
            this.btnAddFilter.Location = new System.Drawing.Point(207, 171);
            this.btnAddFilter.Name = "btnAddFilter";
            this.btnAddFilter.Size = new System.Drawing.Size(75, 23);
            this.btnAddFilter.TabIndex = 5;
            this.btnAddFilter.Text = "Add";
            this.btnAddFilter.UseVisualStyleBackColor = true;
            this.btnAddFilter.Click += new System.EventHandler(this.btnAddFilter_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(89, 197);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 13);
            this.label1.TabIndex = 4;
            this.label1.Text = "(e.g. System.IO.*)";
            // 
            // lbl1
            // 
            this.lbl1.AutoSize = true;
            this.lbl1.Location = new System.Drawing.Point(32, 177);
            this.lbl1.Name = "lbl1";
            this.lbl1.Size = new System.Drawing.Size(29, 13);
            this.lbl1.TabIndex = 3;
            this.lbl1.Text = "Filter";
            // 
            // txtAddFilter
            // 
            this.txtAddFilter.Location = new System.Drawing.Point(67, 174);
            this.txtAddFilter.Name = "txtAddFilter";
            this.txtAddFilter.Size = new System.Drawing.Size(125, 20);
            this.txtAddFilter.TabIndex = 2;
            // 
            // m_dgTypeFilters
            // 
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgTypeFilters.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
            this.m_dgTypeFilters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.m_dgTypeFilters.DefaultCellStyle = dataGridViewCellStyle8;
            this.m_dgTypeFilters.Location = new System.Drawing.Point(35, 25);
            this.m_dgTypeFilters.Name = "m_dgTypeFilters";
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgTypeFilters.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
            this.m_dgTypeFilters.Size = new System.Drawing.Size(340, 131);
            this.m_dgTypeFilters.TabIndex = 1;
            // 
            // tpAnalysis
            // 
            this.tpAnalysis.Controls.Add(this.btnScan);
            this.tpAnalysis.Controls.Add(this.checkBox1);
            this.tpAnalysis.Location = new System.Drawing.Point(4, 22);
            this.tpAnalysis.Name = "tpAnalysis";
            this.tpAnalysis.Padding = new System.Windows.Forms.Padding(3);
            this.tpAnalysis.Size = new System.Drawing.Size(794, 261);
            this.tpAnalysis.TabIndex = 2;
            this.tpAnalysis.Text = "Analysis";
            this.tpAnalysis.UseVisualStyleBackColor = true;
            // 
            // btnScan
            // 
            this.btnScan.Location = new System.Drawing.Point(412, 203);
            this.btnScan.Name = "btnScan";
            this.btnScan.Size = new System.Drawing.Size(75, 23);
            this.btnScan.TabIndex = 2;
            this.btnScan.Text = "Start";
            this.btnScan.UseVisualStyleBackColor = true;
            this.btnScan.Click += new System.EventHandler(this.btnScan_Click);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(32, 37);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(108, 17);
            this.checkBox1.TabIndex = 0;
            this.checkBox1.Text = "Use Code Rank?";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // tpAppStats
            // 
            this.tpAppStats.Controls.Add(this.m_dgAppStats);
            this.tpAppStats.Location = new System.Drawing.Point(4, 22);
            this.tpAppStats.Name = "tpAppStats";
            this.tpAppStats.Padding = new System.Windows.Forms.Padding(3);
            this.tpAppStats.Size = new System.Drawing.Size(794, 261);
            this.tpAppStats.TabIndex = 5;
            this.tpAppStats.Text = "AppStats";
            this.tpAppStats.UseVisualStyleBackColor = true;
            // 
            // m_dgAppStats
            // 
            this.m_dgAppStats.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgAppStats.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
            this.m_dgAppStats.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.m_dgAppStats.DefaultCellStyle = dataGridViewCellStyle11;
            this.m_dgAppStats.Location = new System.Drawing.Point(21, 19);
            this.m_dgAppStats.Name = "m_dgAppStats";
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgAppStats.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
            this.m_dgAppStats.Size = new System.Drawing.Size(654, 196);
            this.m_dgAppStats.TabIndex = 2;
            // 
            // tpCodeRank
            // 
            this.tpCodeRank.Controls.Add(this.m_dgCodeRank);
            this.tpCodeRank.Location = new System.Drawing.Point(4, 22);
            this.tpCodeRank.Name = "tpCodeRank";
            this.tpCodeRank.Padding = new System.Windows.Forms.Padding(3);
            this.tpCodeRank.Size = new System.Drawing.Size(794, 261);
            this.tpCodeRank.TabIndex = 6;
            this.tpCodeRank.Text = "CodeRank";
            this.tpCodeRank.UseVisualStyleBackColor = true;
            // 
            // m_dgCodeRank
            // 
            this.m_dgCodeRank.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgCodeRank.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
            this.m_dgCodeRank.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.m_dgCodeRank.DefaultCellStyle = dataGridViewCellStyle14;
            this.m_dgCodeRank.Location = new System.Drawing.Point(19, 16);
            this.m_dgCodeRank.Name = "m_dgCodeRank";
            dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgCodeRank.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
            this.m_dgCodeRank.Size = new System.Drawing.Size(654, 196);
            this.m_dgCodeRank.TabIndex = 2;
            // 
            // tpResults
            // 
            this.tpResults.Controls.Add(this.panel1);
            this.tpResults.Controls.Add(this.m_dgResults);
            this.tpResults.Location = new System.Drawing.Point(4, 22);
            this.tpResults.Name = "tpResults";
            this.tpResults.Padding = new System.Windows.Forms.Padding(3);
            this.tpResults.Size = new System.Drawing.Size(794, 261);
            this.tpResults.TabIndex = 3;
            this.tpResults.Text = "Results";
            this.tpResults.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.panel1.Controls.Add(this.btnImportResults);
            this.panel1.Controls.Add(this.btnExport);
            this.panel1.Controls.Add(this.button5);
            this.panel1.Controls.Add(this.button6);
            this.panel1.Location = new System.Drawing.Point(31, 217);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(626, 34);
            this.panel1.TabIndex = 6;
            // 
            // btnImportResults
            // 
            this.btnImportResults.Location = new System.Drawing.Point(3, 7);
            this.btnImportResults.Name = "btnImportResults";
            this.btnImportResults.Size = new System.Drawing.Size(91, 23);
            this.btnImportResults.TabIndex = 5;
            this.btnImportResults.Text = "Import Results";
            this.btnImportResults.UseVisualStyleBackColor = true;
            this.btnImportResults.Click += new System.EventHandler(this.btnImportResults_Click);
            // 
            // btnExport
            // 
            this.btnExport.Location = new System.Drawing.Point(110, 7);
            this.btnExport.Name = "btnExport";
            this.btnExport.Size = new System.Drawing.Size(75, 23);
            this.btnExport.TabIndex = 2;
            this.btnExport.Text = "Export";
            this.btnExport.UseVisualStyleBackColor = true;
            this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(401, 7);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(93, 23);
            this.button5.TabIndex = 3;
            this.button5.Text = "Visual Report";
            this.button5.UseVisualStyleBackColor = true;
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(500, 7);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(108, 23);
            this.button6.TabIndex = 4;
            this.button6.Text = "Coverage Report";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // m_dgResults
            // 
            this.m_dgResults.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)));
            dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgResults.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
            this.m_dgResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.m_dgResults.DefaultCellStyle = dataGridViewCellStyle17;
            this.m_dgResults.Location = new System.Drawing.Point(31, 15);
            this.m_dgResults.Name = "m_dgResults";
            dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgResults.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
            this.m_dgResults.Size = new System.Drawing.Size(654, 196);
            this.m_dgResults.TabIndex = 1;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.panel2);
            this.tabPage1.Controls.Add(this.m_dgPluginResults);
            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(794, 261);
            this.tabPage1.TabIndex = 7;
            this.tabPage1.Text = "PluginResults";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // m_dgPluginResults
            // 
            this.m_dgPluginResults.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)));
            dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgPluginResults.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle19;
            this.m_dgPluginResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.m_dgPluginResults.DefaultCellStyle = dataGridViewCellStyle20;
            this.m_dgPluginResults.Location = new System.Drawing.Point(29, 18);
            this.m_dgPluginResults.Name = "m_dgPluginResults";
            dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.m_dgPluginResults.RowHeadersDefaultCellStyle = dataGridViewCellStyle21;
            this.m_dgPluginResults.Size = new System.Drawing.Size(654, 196);
            this.m_dgPluginResults.TabIndex = 2;
            // 
            // panel2
            // 
            this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.panel2.Controls.Add(this.btnNextPluginResult);
            this.panel2.Controls.Add(this.btnPluginImportResults);
            this.panel2.Location = new System.Drawing.Point(29, 217);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(626, 34);
            this.panel2.TabIndex = 7;
            // 
            // btnPluginImportResults
            // 
            this.btnPluginImportResults.Location = new System.Drawing.Point(3, 7);
            this.btnPluginImportResults.Name = "btnPluginImportResults";
            this.btnPluginImportResults.Size = new System.Drawing.Size(91, 23);
            this.btnPluginImportResults.TabIndex = 5;
            this.btnPluginImportResults.Text = "Import Results";
            this.btnPluginImportResults.UseVisualStyleBackColor = true;
            this.btnPluginImportResults.Click += new System.EventHandler(this.btnPluginImportResults_Click);
            // 
            // btnNextPluginResult
            // 
            this.btnNextPluginResult.Location = new System.Drawing.Point(156, 7);
            this.btnNextPluginResult.Name = "btnNextPluginResult";
            this.btnNextPluginResult.Size = new System.Drawing.Size(75, 23);
            this.btnNextPluginResult.TabIndex = 6;
            this.btnNextPluginResult.Text = "Next Table";
            this.btnNextPluginResult.UseVisualStyleBackColor = true;
            this.btnNextPluginResult.Click += new System.EventHandler(this.btnNextPluginResult_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(801, 286);
            this.Controls.Add(this.tabPages);
            this.Name = "Form1";
            this.Text = "FieldStat";
            tpAssemblies.ResumeLayout(false);
            tpAssemblies.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_dgAssemblies)).EndInit();
            this.tabPages.ResumeLayout(false);
            this.tpCoverage.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.m_dgCoverage)).EndInit();
            this.tpType_Params.ResumeLayout(false);
            this.tpType_Params.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_dgTypeFilters)).EndInit();
            this.tpAnalysis.ResumeLayout(false);
            this.tpAnalysis.PerformLayout();
            this.tpAppStats.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.m_dgAppStats)).EndInit();
            this.tpCodeRank.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.m_dgCodeRank)).EndInit();
            this.tpResults.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.m_dgResults)).EndInit();
            this.tabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.m_dgPluginResults)).EndInit();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DockerManagerView));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     splitContainer        = new System.Windows.Forms.SplitContainer();
     listViewMachine       = new System.Windows.Forms.ListView();
     imageListMachine      = new System.Windows.Forms.ImageList(components);
     panelNewMachine       = new System.Windows.Forms.Panel();
     buttonCreate          = new System.Windows.Forms.Button();
     textBoxMachineName    = new System.Windows.Forms.TextBox();
     label2                = new System.Windows.Forms.Label();
     labelNewMachine       = new System.Windows.Forms.Label();
     tabPageImages         = new System.Windows.Forms.TabPage();
     tabPageDetail         = new System.Windows.Forms.TabPage();
     panelCommand          = new System.Windows.Forms.Panel();
     buttonStart           = new System.Windows.Forms.Button();
     buttonStop            = new System.Windows.Forms.Button();
     buttonDelete          = new System.Windows.Forms.Button();
     buttonImage           = new System.Windows.Forms.Button();
     dataGridViewDetail    = new System.Windows.Forms.DataGridView();
     ColumnDetailValue     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ColumnEMpty           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ColumnDetailParameter = new System.Windows.Forms.DataGridViewTextBoxColumn();
     tabControlMachine     = new System.Windows.Forms.TabControl();
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit();
     splitContainer.Panel1.SuspendLayout();
     splitContainer.Panel2.SuspendLayout();
     splitContainer.SuspendLayout();
     panelNewMachine.SuspendLayout();
     tabPageDetail.SuspendLayout();
     panelCommand.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(dataGridViewDetail)).BeginInit();
     tabControlMachine.SuspendLayout();
     SuspendLayout();
     //
     // splitContainer
     //
     splitContainer.BackColor = System.Drawing.Color.Black;
     splitContainer.Dock      = System.Windows.Forms.DockStyle.Fill;
     splitContainer.Location  = new System.Drawing.Point(0, 0);
     splitContainer.Name      = "splitContainer";
     //
     // splitContainer.Panel1
     //
     splitContainer.Panel1.Controls.Add(listViewMachine);
     splitContainer.Panel1MinSize = 120;
     //
     // splitContainer.Panel2
     //
     splitContainer.Panel2.BackColor             = System.Drawing.Color.Black;
     splitContainer.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     splitContainer.Panel2.Controls.Add(panelNewMachine);
     splitContainer.Panel2.Controls.Add(tabControlMachine);
     splitContainer.Size             = new System.Drawing.Size(975, 550);
     splitContainer.SplitterDistance = 379;
     splitContainer.TabIndex         = 2;
     //
     // listViewMachine
     //
     listViewMachine.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     listViewMachine.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     listViewMachine.Dock              = System.Windows.Forms.DockStyle.Fill;
     listViewMachine.FullRowSelect     = true;
     listViewMachine.LargeImageList    = imageListMachine;
     listViewMachine.Location          = new System.Drawing.Point(0, 0);
     listViewMachine.MultiSelect       = false;
     listViewMachine.Name              = "listViewMachine";
     listViewMachine.RightToLeftLayout = true;
     listViewMachine.Size              = new System.Drawing.Size(379, 550);
     listViewMachine.SmallImageList    = imageListMachine;
     listViewMachine.StateImageList    = imageListMachine;
     listViewMachine.TabIndex          = 1;
     listViewMachine.UseCompatibleStateImageBehavior = false;
     listViewMachine.View = System.Windows.Forms.View.Tile;
     //
     // imageListMachine
     //
     imageListMachine.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMachine.ImageStream")));
     imageListMachine.TransparentColor = System.Drawing.Color.Transparent;
     imageListMachine.Images.SetKeyName(0, "create");
     imageListMachine.Images.SetKeyName(1, "ubuntu");
     imageListMachine.Images.SetKeyName(2, "computer");
     //
     // panelNewMachine
     //
     panelNewMachine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     panelNewMachine.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     panelNewMachine.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     panelNewMachine.Controls.Add(buttonCreate);
     panelNewMachine.Controls.Add(textBoxMachineName);
     panelNewMachine.Controls.Add(label2);
     panelNewMachine.Controls.Add(labelNewMachine);
     panelNewMachine.Location = new System.Drawing.Point(13, 60);
     panelNewMachine.Name     = "panelNewMachine";
     panelNewMachine.Size     = new System.Drawing.Size(562, 101);
     panelNewMachine.TabIndex = 4;
     panelNewMachine.Visible  = false;
     //
     // buttonCreate
     //
     buttonCreate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     buttonCreate.Location = new System.Drawing.Point(482, 43);
     buttonCreate.Name     = "buttonCreate";
     buttonCreate.Size     = new System.Drawing.Size(75, 23);
     buttonCreate.TabIndex = 3;
     buttonCreate.Text     = "Create";
     buttonCreate.UseVisualStyleBackColor = true;
     buttonCreate.Click += new System.EventHandler(buttonCreate_Click);
     //
     // textBoxMachineName
     //
     textBoxMachineName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     textBoxMachineName.Font     = new System.Drawing.Font("Calibri", 8F);
     textBoxMachineName.Location = new System.Drawing.Point(164, 44);
     textBoxMachineName.Name     = "textBoxMachineName";
     textBoxMachineName.Size     = new System.Drawing.Size(312, 21);
     textBoxMachineName.TabIndex = 4;
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label2.Location = new System.Drawing.Point(13, 46);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(145, 13);
     label2.TabIndex = 1;
     label2.Text     = "Docker machine name : ";
     //
     // labelNewMachine
     //
     labelNewMachine.BackColor = System.Drawing.Color.Maroon;
     labelNewMachine.Dock      = System.Windows.Forms.DockStyle.Top;
     labelNewMachine.Font      = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     labelNewMachine.Location  = new System.Drawing.Point(0, 0);
     labelNewMachine.Name      = "labelNewMachine";
     labelNewMachine.Size      = new System.Drawing.Size(560, 23);
     labelNewMachine.TabIndex  = 0;
     labelNewMachine.Text      = "Create a new docker machine";
     //
     // tabPageImages
     //
     tabPageImages.Location = new System.Drawing.Point(4, 24);
     tabPageImages.Name     = "tabPageImages";
     tabPageImages.Padding  = new System.Windows.Forms.Padding(3);
     tabPageImages.Size     = new System.Drawing.Size(584, 522);
     tabPageImages.TabIndex = 1;
     tabPageImages.Text     = "Images";
     tabPageImages.UseVisualStyleBackColor = true;
     //
     // tabPageDetail
     //
     tabPageDetail.Controls.Add(dataGridViewDetail);
     tabPageDetail.Controls.Add(panelCommand);
     tabPageDetail.Location = new System.Drawing.Point(4, 24);
     tabPageDetail.Name     = "tabPageDetail";
     tabPageDetail.Padding  = new System.Windows.Forms.Padding(3);
     tabPageDetail.Size     = new System.Drawing.Size(584, 522);
     tabPageDetail.TabIndex = 0;
     tabPageDetail.Text     = "Detail";
     tabPageDetail.UseVisualStyleBackColor = true;
     //
     // panelCommand
     //
     panelCommand.BackColor = System.Drawing.Color.Black;
     panelCommand.Controls.Add(buttonImage);
     panelCommand.Controls.Add(buttonDelete);
     panelCommand.Controls.Add(buttonStop);
     panelCommand.Controls.Add(buttonStart);
     panelCommand.Dock     = System.Windows.Forms.DockStyle.Top;
     panelCommand.Location = new System.Drawing.Point(3, 3);
     panelCommand.Name     = "panelCommand";
     panelCommand.Size     = new System.Drawing.Size(578, 28);
     panelCommand.TabIndex = 2;
     //
     // buttonStart
     //
     buttonStart.Location = new System.Drawing.Point(3, 3);
     buttonStart.Name     = "buttonStart";
     buttonStart.Size     = new System.Drawing.Size(75, 23);
     buttonStart.TabIndex = 0;
     buttonStart.Text     = "Start";
     buttonStart.UseVisualStyleBackColor = true;
     buttonStart.Click += new System.EventHandler(buttonStart_Click);
     //
     // buttonStop
     //
     buttonStop.Location = new System.Drawing.Point(84, 3);
     buttonStop.Name     = "buttonStop";
     buttonStop.Size     = new System.Drawing.Size(75, 23);
     buttonStop.TabIndex = 1;
     buttonStop.Text     = "Stop";
     buttonStop.UseVisualStyleBackColor = true;
     buttonStop.Click += new System.EventHandler(buttonStop_Click);
     //
     // buttonDelete
     //
     buttonDelete.Location = new System.Drawing.Point(165, 3);
     buttonDelete.Name     = "buttonDelete";
     buttonDelete.Size     = new System.Drawing.Size(75, 23);
     buttonDelete.TabIndex = 2;
     buttonDelete.Text     = "Delete";
     buttonDelete.UseVisualStyleBackColor = true;
     buttonDelete.Click += new System.EventHandler(buttonDelete_Click);
     //
     // buttonImage
     //
     buttonImage.Location = new System.Drawing.Point(246, 3);
     buttonImage.Name     = "buttonImage";
     buttonImage.Size     = new System.Drawing.Size(75, 23);
     buttonImage.TabIndex = 3;
     buttonImage.Text     = "Image";
     buttonImage.UseVisualStyleBackColor = true;
     buttonImage.Click += new System.EventHandler(buttonImage_Click);
     //
     // dataGridViewDetail
     //
     dataGridViewDetail.AllowUserToAddRows       = false;
     dataGridViewDetail.AllowUserToDeleteRows    = false;
     dataGridViewDetail.AllowUserToResizeColumns = false;
     dataGridViewDetail.AllowUserToResizeRows    = false;
     dataGridViewDetail.BackgroundColor          = System.Drawing.Color.White;
     dataGridViewDetail.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     dataGridViewCellStyle1.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Calibri", 10F);
     dataGridViewCellStyle1.ForeColor                 = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.Color.Black;
     dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     dataGridViewDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     dataGridViewDetail.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewDetail.ColumnHeadersVisible          = false;
     dataGridViewDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         ColumnDetailParameter,
         ColumnEMpty,
         ColumnDetailValue
     });
     dataGridViewDetail.Dock              = System.Windows.Forms.DockStyle.Fill;
     dataGridViewDetail.GridColor         = System.Drawing.Color.White;
     dataGridViewDetail.Location          = new System.Drawing.Point(3, 31);
     dataGridViewDetail.Name              = "dataGridViewDetail";
     dataGridViewDetail.RowHeadersVisible = false;
     dataGridViewDetail.Size              = new System.Drawing.Size(578, 488);
     dataGridViewDetail.TabIndex          = 3;
     //
     // ColumnDetailValue
     //
     ColumnDetailValue.AutoSizeMode            = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     dataGridViewCellStyle4.BackColor          = System.Drawing.Color.White;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.White;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
     ColumnDetailValue.DefaultCellStyle        = dataGridViewCellStyle4;
     ColumnDetailValue.HeaderText = "Value";
     ColumnDetailValue.Name       = "ColumnDetailValue";
     //
     // ColumnEMpty
     //
     dataGridViewCellStyle3.BackColor          = System.Drawing.Color.White;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.White;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
     ColumnEMpty.DefaultCellStyle = dataGridViewCellStyle3;
     ColumnEMpty.HeaderText       = "";
     ColumnEMpty.Name             = "ColumnEMpty";
     ColumnEMpty.Width            = 10;
     //
     // ColumnDetailParameter
     //
     ColumnDetailParameter.AutoSizeMode        = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle2.BackColor          = System.Drawing.Color.White;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.White;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
     ColumnDetailParameter.DefaultCellStyle    = dataGridViewCellStyle2;
     ColumnDetailParameter.HeaderText          = "Parameter";
     ColumnDetailParameter.Name  = "ColumnDetailParameter";
     ColumnDetailParameter.Width = 5;
     //
     // tabControlMachine
     //
     tabControlMachine.Controls.Add(tabPageDetail);
     tabControlMachine.Controls.Add(tabPageImages);
     tabControlMachine.Dock          = System.Windows.Forms.DockStyle.Fill;
     tabControlMachine.Font          = new System.Drawing.Font("Calibri", 10F);
     tabControlMachine.Location      = new System.Drawing.Point(0, 0);
     tabControlMachine.Multiline     = true;
     tabControlMachine.Name          = "tabControlMachine";
     tabControlMachine.SelectedIndex = 0;
     tabControlMachine.Size          = new System.Drawing.Size(592, 550);
     tabControlMachine.TabIndex      = 5;
     tabControlMachine.Visible       = false;
     //
     // DockerManagerView
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     Controls.Add(splitContainer);
     Name = "DockerManagerView";
     Size = new System.Drawing.Size(975, 550);
     splitContainer.Panel1.ResumeLayout(false);
     splitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit();
     splitContainer.ResumeLayout(false);
     panelNewMachine.ResumeLayout(false);
     panelNewMachine.PerformLayout();
     tabPageDetail.ResumeLayout(false);
     panelCommand.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(dataGridViewDetail)).EndInit();
     tabControlMachine.ResumeLayout(false);
     ResumeLayout(false);
 }
Esempio n. 26
0
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TabPage tabPageGeneral;
            System.Windows.Forms.GroupBox groupBoxLogonUser;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.TabPage tabPageServices;
            System.Windows.Forms.GroupBox groupBoxAnonymous;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.GroupBox groupBoxFromBits;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.ColumnHeader columnHeaderProcess;
            System.Windows.Forms.ColumnHeader columnHeaderSessionId;
            System.Windows.Forms.ColumnHeader columnHeaderUserName;
            this.groupBoxServiceAccounts = new System.Windows.Forms.GroupBox();
            this.btnCreateSystem = new System.Windows.Forms.Button();
            this.btnCreateNetworkService = new System.Windows.Forms.Button();
            this.btnCreateLocalService = new System.Windows.Forms.Button();
            this.radioLUS4U = new System.Windows.Forms.RadioButton();
            this.radioLUNormal = new System.Windows.Forms.RadioButton();
            this.txtLUPassword = new System.Windows.Forms.TextBox();
            this.comboBoxS4ULogonType = new System.Windows.Forms.ComboBox();
            this.btnCreteS4U = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.txtS4URealm = new System.Windows.Forms.TextBox();
            this.txtS4UUserName = new System.Windows.Forms.TextBox();
            this.labelUsername = new System.Windows.Forms.Label();
            this.btnCreateAnonymous = new System.Windows.Forms.Button();
            this.btnClipboardToken = new System.Windows.Forms.Button();
            this.btnPipeConnect = new System.Windows.Forms.Button();
            this.btnStartServer = new System.Windows.Forms.Button();
            this.txtPipeName = new System.Windows.Forms.TextBox();
            this.btnCreateFromBits = new System.Windows.Forms.Button();
            this.tabControlTests = new System.Windows.Forms.TabControl();
            this.tabPageProcesses = new System.Windows.Forms.TabPage();
            this.btnFilter = new System.Windows.Forms.Button();
            this.txtFilter = new System.Windows.Forms.TextBox();
            this.checkBoxUnrestricted = new System.Windows.Forms.CheckBox();
            this.btnCurrentProcess = new System.Windows.Forms.Button();
            this.treeViewProcesses = new System.Windows.Forms.TreeView();
            this.contextMenuStripProcesses = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openTokenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshTokenHandlesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPageThreads = new System.Windows.Forms.TabPage();
            this.listViewThreads = new System.Windows.Forms.ListView();
            this.columnHeaderTID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeaderTokenUser = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeaderImpLevel = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStripThreads = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItemOpenThreadToken = new System.Windows.Forms.ToolStripMenuItem();
            this.openProcessTokenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemRefreshThreads = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPageSessions = new System.Windows.Forms.TabPage();
            this.listViewSessions = new System.Windows.Forms.ListView();
            this.contextMenuStripSessions = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openSessionTokenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            tabPageGeneral = new System.Windows.Forms.TabPage();
            groupBoxLogonUser = new System.Windows.Forms.GroupBox();
            label6 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            tabPageServices = new System.Windows.Forms.TabPage();
            groupBoxAnonymous = new System.Windows.Forms.GroupBox();
            groupBox2 = new System.Windows.Forms.GroupBox();
            groupBox1 = new System.Windows.Forms.GroupBox();
            label3 = new System.Windows.Forms.Label();
            groupBoxFromBits = new System.Windows.Forms.GroupBox();
            label4 = new System.Windows.Forms.Label();
            columnHeaderProcess = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderSessionId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderUserName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            tabPageGeneral.SuspendLayout();
            this.groupBoxServiceAccounts.SuspendLayout();
            groupBoxLogonUser.SuspendLayout();
            tabPageServices.SuspendLayout();
            groupBoxAnonymous.SuspendLayout();
            groupBox2.SuspendLayout();
            groupBox1.SuspendLayout();
            groupBoxFromBits.SuspendLayout();
            this.tabControlTests.SuspendLayout();
            this.tabPageProcesses.SuspendLayout();
            this.contextMenuStripProcesses.SuspendLayout();
            this.tabPageThreads.SuspendLayout();
            this.contextMenuStripThreads.SuspendLayout();
            this.tabPageSessions.SuspendLayout();
            this.contextMenuStripSessions.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabPageGeneral
            // 
            tabPageGeneral.Controls.Add(this.groupBoxServiceAccounts);
            tabPageGeneral.Controls.Add(groupBoxLogonUser);
            tabPageGeneral.Location = new System.Drawing.Point(4, 22);
            tabPageGeneral.Name = "tabPageGeneral";
            tabPageGeneral.Padding = new System.Windows.Forms.Padding(3);
            tabPageGeneral.Size = new System.Drawing.Size(600, 397);
            tabPageGeneral.TabIndex = 3;
            tabPageGeneral.Text = "Logon User";
            tabPageGeneral.UseVisualStyleBackColor = true;
            // 
            // groupBoxServiceAccounts
            // 
            this.groupBoxServiceAccounts.Controls.Add(this.btnCreateSystem);
            this.groupBoxServiceAccounts.Controls.Add(this.btnCreateNetworkService);
            this.groupBoxServiceAccounts.Controls.Add(this.btnCreateLocalService);
            this.groupBoxServiceAccounts.Location = new System.Drawing.Point(6, 195);
            this.groupBoxServiceAccounts.Name = "groupBoxServiceAccounts";
            this.groupBoxServiceAccounts.Size = new System.Drawing.Size(308, 51);
            this.groupBoxServiceAccounts.TabIndex = 2;
            this.groupBoxServiceAccounts.TabStop = false;
            this.groupBoxServiceAccounts.Text = "Service Accounts";
            // 
            // btnCreateSystem
            // 
            this.btnCreateSystem.Location = new System.Drawing.Point(221, 19);
            this.btnCreateSystem.Name = "btnCreateSystem";
            this.btnCreateSystem.Size = new System.Drawing.Size(75, 23);
            this.btnCreateSystem.TabIndex = 13;
            this.btnCreateSystem.Text = "System";
            this.btnCreateSystem.UseVisualStyleBackColor = true;
            this.btnCreateSystem.Click += new System.EventHandler(this.btnCreateSystem_Click);
            // 
            // btnCreateNetworkService
            // 
            this.btnCreateNetworkService.Location = new System.Drawing.Point(112, 19);
            this.btnCreateNetworkService.Name = "btnCreateNetworkService";
            this.btnCreateNetworkService.Size = new System.Drawing.Size(103, 23);
            this.btnCreateNetworkService.TabIndex = 12;
            this.btnCreateNetworkService.Text = "Network Service";
            this.btnCreateNetworkService.UseVisualStyleBackColor = true;
            this.btnCreateNetworkService.Click += new System.EventHandler(this.btnCreateNetworkService_Click);
            // 
            // btnCreateLocalService
            // 
            this.btnCreateLocalService.Location = new System.Drawing.Point(14, 19);
            this.btnCreateLocalService.Name = "btnCreateLocalService";
            this.btnCreateLocalService.Size = new System.Drawing.Size(92, 23);
            this.btnCreateLocalService.TabIndex = 11;
            this.btnCreateLocalService.Text = "Local Service";
            this.btnCreateLocalService.UseVisualStyleBackColor = true;
            this.btnCreateLocalService.Click += new System.EventHandler(this.btnCreateLocalService_Click);
            // 
            // groupBoxLogonUser
            // 
            groupBoxLogonUser.Controls.Add(this.radioLUS4U);
            groupBoxLogonUser.Controls.Add(this.radioLUNormal);
            groupBoxLogonUser.Controls.Add(this.txtLUPassword);
            groupBoxLogonUser.Controls.Add(label6);
            groupBoxLogonUser.Controls.Add(this.comboBoxS4ULogonType);
            groupBoxLogonUser.Controls.Add(label2);
            groupBoxLogonUser.Controls.Add(this.btnCreteS4U);
            groupBoxLogonUser.Controls.Add(this.label1);
            groupBoxLogonUser.Controls.Add(this.txtS4URealm);
            groupBoxLogonUser.Controls.Add(this.txtS4UUserName);
            groupBoxLogonUser.Controls.Add(this.labelUsername);
            groupBoxLogonUser.Location = new System.Drawing.Point(6, 6);
            groupBoxLogonUser.Name = "groupBoxLogonUser";
            groupBoxLogonUser.Size = new System.Drawing.Size(308, 183);
            groupBoxLogonUser.TabIndex = 0;
            groupBoxLogonUser.TabStop = false;
            groupBoxLogonUser.Text = "Logon User";
            // 
            // radioLUS4U
            // 
            this.radioLUS4U.AutoSize = true;
            this.radioLUS4U.Location = new System.Drawing.Point(90, 19);
            this.radioLUS4U.Name = "radioLUS4U";
            this.radioLUS4U.Size = new System.Drawing.Size(105, 17);
            this.radioLUS4U.TabIndex = 17;
            this.radioLUS4U.Text = "Services 4 Users";
            this.radioLUS4U.UseVisualStyleBackColor = true;
            this.radioLUS4U.CheckedChanged += new System.EventHandler(this.radioLUS4U_CheckedChanged);
            // 
            // radioLUNormal
            // 
            this.radioLUNormal.AutoSize = true;
            this.radioLUNormal.Checked = true;
            this.radioLUNormal.Location = new System.Drawing.Point(16, 19);
            this.radioLUNormal.Name = "radioLUNormal";
            this.radioLUNormal.Size = new System.Drawing.Size(58, 17);
            this.radioLUNormal.TabIndex = 16;
            this.radioLUNormal.TabStop = true;
            this.radioLUNormal.Text = "Normal";
            this.radioLUNormal.UseVisualStyleBackColor = true;
            // 
            // txtLUPassword
            // 
            this.txtLUPassword.Location = new System.Drawing.Point(90, 98);
            this.txtLUPassword.Name = "txtLUPassword";
            this.txtLUPassword.Size = new System.Drawing.Size(195, 20);
            this.txtLUPassword.TabIndex = 15;
            this.txtLUPassword.UseSystemPasswordChar = true;
            // 
            // label6
            // 
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(13, 99);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(56, 13);
            label6.TabIndex = 14;
            label6.Text = "Password:"******"comboBoxS4ULogonType";
            this.comboBoxS4ULogonType.Size = new System.Drawing.Size(121, 21);
            this.comboBoxS4ULogonType.TabIndex = 11;
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(13, 127);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(67, 13);
            label2.TabIndex = 10;
            label2.Text = "Logon Type:";
            // 
            // btnCreteS4U
            // 
            this.btnCreteS4U.Location = new System.Drawing.Point(16, 151);
            this.btnCreteS4U.Name = "btnCreteS4U";
            this.btnCreteS4U.Size = new System.Drawing.Size(75, 23);
            this.btnCreteS4U.TabIndex = 9;
            this.btnCreteS4U.Text = "Create";
            this.btnCreteS4U.UseVisualStyleBackColor = true;
            this.btnCreteS4U.Click += new System.EventHandler(this.btnTestS4U_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 72);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(46, 13);
            this.label1.TabIndex = 8;
            this.label1.Text = "Domain:";
            // 
            // txtS4URealm
            // 
            this.txtS4URealm.Location = new System.Drawing.Point(90, 72);
            this.txtS4URealm.Name = "txtS4URealm";
            this.txtS4URealm.Size = new System.Drawing.Size(195, 20);
            this.txtS4URealm.TabIndex = 7;
            // 
            // txtS4UUserName
            // 
            this.txtS4UUserName.Location = new System.Drawing.Point(90, 45);
            this.txtS4UUserName.Name = "txtS4UUserName";
            this.txtS4UUserName.Size = new System.Drawing.Size(195, 20);
            this.txtS4UUserName.TabIndex = 6;
            // 
            // labelUsername
            // 
            this.labelUsername.AutoSize = true;
            this.labelUsername.Location = new System.Drawing.Point(13, 48);
            this.labelUsername.Name = "labelUsername";
            this.labelUsername.Size = new System.Drawing.Size(58, 13);
            this.labelUsername.TabIndex = 5;
            this.labelUsername.Text = "Username:"******"tabPageServices";
            tabPageServices.Padding = new System.Windows.Forms.Padding(3);
            tabPageServices.Size = new System.Drawing.Size(600, 397);
            tabPageServices.TabIndex = 4;
            tabPageServices.Text = "Services";
            tabPageServices.UseVisualStyleBackColor = true;
            // 
            // groupBoxAnonymous
            // 
            groupBoxAnonymous.Controls.Add(this.btnCreateAnonymous);
            groupBoxAnonymous.Location = new System.Drawing.Point(8, 229);
            groupBoxAnonymous.Name = "groupBoxAnonymous";
            groupBoxAnonymous.Size = new System.Drawing.Size(296, 53);
            groupBoxAnonymous.TabIndex = 3;
            groupBoxAnonymous.TabStop = false;
            groupBoxAnonymous.Text = "Anonymous Token";
            // 
            // btnCreateAnonymous
            // 
            this.btnCreateAnonymous.Location = new System.Drawing.Point(6, 19);
            this.btnCreateAnonymous.Name = "btnCreateAnonymous";
            this.btnCreateAnonymous.Size = new System.Drawing.Size(75, 23);
            this.btnCreateAnonymous.TabIndex = 10;
            this.btnCreateAnonymous.Text = "Create";
            this.btnCreateAnonymous.UseVisualStyleBackColor = true;
            this.btnCreateAnonymous.Click += new System.EventHandler(this.btnCreateAnonymous_Click);
            // 
            // groupBox2
            // 
            groupBox2.Controls.Add(this.btnClipboardToken);
            groupBox2.Location = new System.Drawing.Point(8, 170);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(296, 53);
            groupBox2.TabIndex = 2;
            groupBox2.TabStop = false;
            groupBox2.Text = "Win32 Clipboard Token";
            // 
            // btnClipboardToken
            // 
            this.btnClipboardToken.Location = new System.Drawing.Point(6, 19);
            this.btnClipboardToken.Name = "btnClipboardToken";
            this.btnClipboardToken.Size = new System.Drawing.Size(75, 23);
            this.btnClipboardToken.TabIndex = 2;
            this.btnClipboardToken.Text = "Create";
            this.btnClipboardToken.UseVisualStyleBackColor = true;
            this.btnClipboardToken.Click += new System.EventHandler(this.btnClipboardToken_Click);
            // 
            // groupBox1
            // 
            groupBox1.Controls.Add(this.btnPipeConnect);
            groupBox1.Controls.Add(this.btnStartServer);
            groupBox1.Controls.Add(this.txtPipeName);
            groupBox1.Controls.Add(label3);
            groupBox1.Location = new System.Drawing.Point(8, 67);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(296, 97);
            groupBox1.TabIndex = 1;
            groupBox1.TabStop = false;
            groupBox1.Text = "Named Pipe";
            // 
            // btnPipeConnect
            // 
            this.btnPipeConnect.Location = new System.Drawing.Point(109, 62);
            this.btnPipeConnect.Name = "btnPipeConnect";
            this.btnPipeConnect.Size = new System.Drawing.Size(75, 23);
            this.btnPipeConnect.TabIndex = 10;
            this.btnPipeConnect.Text = "Connect";
            this.btnPipeConnect.UseVisualStyleBackColor = true;
            this.btnPipeConnect.Click += new System.EventHandler(this.btnPipeConnect_Click);
            // 
            // btnStartServer
            // 
            this.btnStartServer.Location = new System.Drawing.Point(6, 62);
            this.btnStartServer.Name = "btnStartServer";
            this.btnStartServer.Size = new System.Drawing.Size(75, 23);
            this.btnStartServer.TabIndex = 9;
            this.btnStartServer.Text = "Start Server";
            this.btnStartServer.UseVisualStyleBackColor = true;
            this.btnStartServer.Click += new System.EventHandler(this.btnStartServer_Click);
            // 
            // txtPipeName
            // 
            this.txtPipeName.Location = new System.Drawing.Point(83, 23);
            this.txtPipeName.Name = "txtPipeName";
            this.txtPipeName.Size = new System.Drawing.Size(195, 20);
            this.txtPipeName.TabIndex = 8;
            this.txtPipeName.Text = "dummypipe";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(6, 26);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(62, 13);
            label3.TabIndex = 7;
            label3.Text = "Pipe Name:";
            // 
            // groupBoxFromBits
            // 
            groupBoxFromBits.Controls.Add(this.btnCreateFromBits);
            groupBoxFromBits.Location = new System.Drawing.Point(8, 6);
            groupBoxFromBits.Name = "groupBoxFromBits";
            groupBoxFromBits.Size = new System.Drawing.Size(296, 55);
            groupBoxFromBits.TabIndex = 0;
            groupBoxFromBits.TabStop = false;
            groupBoxFromBits.Text = "Token from BITS";
            // 
            // btnCreateFromBits
            // 
            this.btnCreateFromBits.Enabled = false;
            this.btnCreateFromBits.Location = new System.Drawing.Point(6, 19);
            this.btnCreateFromBits.Name = "btnCreateFromBits";
            this.btnCreateFromBits.Size = new System.Drawing.Size(75, 23);
            this.btnCreateFromBits.TabIndex = 1;
            this.btnCreateFromBits.Text = "Create";
            this.btnCreateFromBits.UseVisualStyleBackColor = true;
            this.btnCreateFromBits.Click += new System.EventHandler(this.btnCreateFromBits_Click);
            // 
            // label4
            // 
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(109, 11);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(63, 13);
            label4.TabIndex = 3;
            label4.Text = "Name Filter:";
            // 
            // columnHeaderProcess
            // 
            columnHeaderProcess.Text = "Process";
            columnHeaderProcess.Width = 71;
            // 
            // columnHeaderSessionId
            // 
            columnHeaderSessionId.Text = "Session ID";
            columnHeaderSessionId.Width = 81;
            // 
            // columnHeaderUserName
            // 
            columnHeaderUserName.Text = "User Name";
            columnHeaderUserName.Width = 248;
            // 
            // tabControlTests
            // 
            this.tabControlTests.Controls.Add(this.tabPageProcesses);
            this.tabControlTests.Controls.Add(this.tabPageThreads);
            this.tabControlTests.Controls.Add(tabPageGeneral);
            this.tabControlTests.Controls.Add(tabPageServices);
            this.tabControlTests.Controls.Add(this.tabPageSessions);
            this.tabControlTests.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlTests.Location = new System.Drawing.Point(0, 0);
            this.tabControlTests.Name = "tabControlTests";
            this.tabControlTests.SelectedIndex = 0;
            this.tabControlTests.Size = new System.Drawing.Size(608, 423);
            this.tabControlTests.TabIndex = 0;
            // 
            // tabPageProcesses
            // 
            this.tabPageProcesses.Controls.Add(this.btnFilter);
            this.tabPageProcesses.Controls.Add(this.txtFilter);
            this.tabPageProcesses.Controls.Add(label4);
            this.tabPageProcesses.Controls.Add(this.checkBoxUnrestricted);
            this.tabPageProcesses.Controls.Add(this.btnCurrentProcess);
            this.tabPageProcesses.Controls.Add(this.treeViewProcesses);
            this.tabPageProcesses.Location = new System.Drawing.Point(4, 22);
            this.tabPageProcesses.Name = "tabPageProcesses";
            this.tabPageProcesses.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageProcesses.Size = new System.Drawing.Size(600, 397);
            this.tabPageProcesses.TabIndex = 2;
            this.tabPageProcesses.Text = "Processes";
            this.tabPageProcesses.UseVisualStyleBackColor = true;
            // 
            // btnFilter
            // 
            this.btnFilter.Location = new System.Drawing.Point(438, 5);
            this.btnFilter.Name = "btnFilter";
            this.btnFilter.Size = new System.Drawing.Size(75, 23);
            this.btnFilter.TabIndex = 5;
            this.btnFilter.Text = "Apply Filter";
            this.btnFilter.UseVisualStyleBackColor = true;
            this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
            // 
            // txtFilter
            // 
            this.txtFilter.Location = new System.Drawing.Point(178, 8);
            this.txtFilter.Name = "txtFilter";
            this.txtFilter.Size = new System.Drawing.Size(140, 20);
            this.txtFilter.TabIndex = 4;
            // 
            // checkBoxUnrestricted
            // 
            this.checkBoxUnrestricted.AutoSize = true;
            this.checkBoxUnrestricted.Location = new System.Drawing.Point(324, 8);
            this.checkBoxUnrestricted.Name = "checkBoxUnrestricted";
            this.checkBoxUnrestricted.Size = new System.Drawing.Size(108, 17);
            this.checkBoxUnrestricted.TabIndex = 2;
            this.checkBoxUnrestricted.Text = "Hide Unrestricted";
            this.checkBoxUnrestricted.UseVisualStyleBackColor = true;
            // 
            // btnCurrentProcess
            // 
            this.btnCurrentProcess.Location = new System.Drawing.Point(3, 6);
            this.btnCurrentProcess.Name = "btnCurrentProcess";
            this.btnCurrentProcess.Size = new System.Drawing.Size(100, 23);
            this.btnCurrentProcess.TabIndex = 1;
            this.btnCurrentProcess.Text = "Current Process";
            this.btnCurrentProcess.UseVisualStyleBackColor = true;
            this.btnCurrentProcess.Click += new System.EventHandler(this.btnCurrentProcess_Click);
            // 
            // treeViewProcesses
            // 
            this.treeViewProcesses.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.treeViewProcesses.ContextMenuStrip = this.contextMenuStripProcesses;
            this.treeViewProcesses.Location = new System.Drawing.Point(3, 31);
            this.treeViewProcesses.Name = "treeViewProcesses";
            this.treeViewProcesses.Size = new System.Drawing.Size(594, 363);
            this.treeViewProcesses.TabIndex = 0;
            this.treeViewProcesses.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeViewProcesses_MouseDown);
            // 
            // contextMenuStripProcesses
            // 
            this.contextMenuStripProcesses.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openTokenToolStripMenuItem,
            this.refreshToolStripMenuItem,
            this.refreshTokenHandlesToolStripMenuItem});
            this.contextMenuStripProcesses.Name = "contextMenuStripProcesses";
            this.contextMenuStripProcesses.Size = new System.Drawing.Size(195, 70);
            // 
            // openTokenToolStripMenuItem
            // 
            this.openTokenToolStripMenuItem.Name = "openTokenToolStripMenuItem";
            this.openTokenToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
            this.openTokenToolStripMenuItem.Text = "Open Token";
            this.openTokenToolStripMenuItem.Click += new System.EventHandler(this.openTokenToolStripMenuItem_Click);
            // 
            // refreshToolStripMenuItem
            // 
            this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
            this.refreshToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.refreshToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
            this.refreshToolStripMenuItem.Text = "Refresh";
            this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
            // 
            // refreshTokenHandlesToolStripMenuItem
            // 
            this.refreshTokenHandlesToolStripMenuItem.Name = "refreshTokenHandlesToolStripMenuItem";
            this.refreshTokenHandlesToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
            this.refreshTokenHandlesToolStripMenuItem.Text = "Refresh Token Handles";
            this.refreshTokenHandlesToolStripMenuItem.Click += new System.EventHandler(this.refreshTokenHandlesToolStripMenuItem_Click);
            // 
            // tabPageThreads
            // 
            this.tabPageThreads.Controls.Add(this.listViewThreads);
            this.tabPageThreads.Location = new System.Drawing.Point(4, 22);
            this.tabPageThreads.Name = "tabPageThreads";
            this.tabPageThreads.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageThreads.Size = new System.Drawing.Size(600, 397);
            this.tabPageThreads.TabIndex = 5;
            this.tabPageThreads.Text = "Threads";
            this.tabPageThreads.UseVisualStyleBackColor = true;
            // 
            // listViewThreads
            // 
            this.listViewThreads.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeaderProcess,
            this.columnHeaderTID,
            this.columnHeaderTokenUser,
            this.columnHeaderImpLevel});
            this.listViewThreads.ContextMenuStrip = this.contextMenuStripThreads;
            this.listViewThreads.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewThreads.FullRowSelect = true;
            this.listViewThreads.Location = new System.Drawing.Point(3, 3);
            this.listViewThreads.Name = "listViewThreads";
            this.listViewThreads.Size = new System.Drawing.Size(594, 391);
            this.listViewThreads.TabIndex = 0;
            this.listViewThreads.UseCompatibleStateImageBehavior = false;
            this.listViewThreads.View = System.Windows.Forms.View.Details;
            this.listViewThreads.DoubleClick += new System.EventHandler(this.toolStripMenuItemOpenThreadToken_Click);
            // 
            // columnHeaderTID
            // 
            this.columnHeaderTID.Text = "Thread ID";
            this.columnHeaderTID.Width = 89;
            // 
            // columnHeaderTokenUser
            // 
            this.columnHeaderTokenUser.Text = "User";
            this.columnHeaderTokenUser.Width = 257;
            // 
            // columnHeaderImpLevel
            // 
            this.columnHeaderImpLevel.Text = "Impersonation Level";
            this.columnHeaderImpLevel.Width = 149;
            // 
            // contextMenuStripThreads
            // 
            this.contextMenuStripThreads.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItemOpenThreadToken,
            this.openProcessTokenToolStripMenuItem,
            this.toolStripMenuItemRefreshThreads});
            this.contextMenuStripThreads.Name = "contextMenuStripProcesses";
            this.contextMenuStripThreads.Size = new System.Drawing.Size(182, 70);
            // 
            // toolStripMenuItemOpenThreadToken
            // 
            this.toolStripMenuItemOpenThreadToken.Name = "toolStripMenuItemOpenThreadToken";
            this.toolStripMenuItemOpenThreadToken.Size = new System.Drawing.Size(181, 22);
            this.toolStripMenuItemOpenThreadToken.Text = "Open Thread Token";
            this.toolStripMenuItemOpenThreadToken.Click += new System.EventHandler(this.toolStripMenuItemOpenThreadToken_Click);
            // 
            // openProcessTokenToolStripMenuItem
            // 
            this.openProcessTokenToolStripMenuItem.Name = "openProcessTokenToolStripMenuItem";
            this.openProcessTokenToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.openProcessTokenToolStripMenuItem.Text = "Open Process Token";
            this.openProcessTokenToolStripMenuItem.Click += new System.EventHandler(this.openProcessTokenToolStripMenuItem_Click);
            // 
            // toolStripMenuItemRefreshThreads
            // 
            this.toolStripMenuItemRefreshThreads.Name = "toolStripMenuItemRefreshThreads";
            this.toolStripMenuItemRefreshThreads.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.toolStripMenuItemRefreshThreads.Size = new System.Drawing.Size(181, 22);
            this.toolStripMenuItemRefreshThreads.Text = "Refresh";
            this.toolStripMenuItemRefreshThreads.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
            // 
            // tabPageSessions
            // 
            this.tabPageSessions.Controls.Add(this.listViewSessions);
            this.tabPageSessions.Location = new System.Drawing.Point(4, 22);
            this.tabPageSessions.Name = "tabPageSessions";
            this.tabPageSessions.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageSessions.Size = new System.Drawing.Size(600, 397);
            this.tabPageSessions.TabIndex = 6;
            this.tabPageSessions.Text = "Sessions";
            this.tabPageSessions.UseVisualStyleBackColor = true;
            // 
            // listViewSessions
            // 
            this.listViewSessions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeaderSessionId,
            columnHeaderUserName});
            this.listViewSessions.ContextMenuStrip = this.contextMenuStripSessions;
            this.listViewSessions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewSessions.FullRowSelect = true;
            this.listViewSessions.Location = new System.Drawing.Point(3, 3);
            this.listViewSessions.MultiSelect = false;
            this.listViewSessions.Name = "listViewSessions";
            this.listViewSessions.Size = new System.Drawing.Size(594, 391);
            this.listViewSessions.TabIndex = 0;
            this.listViewSessions.UseCompatibleStateImageBehavior = false;
            this.listViewSessions.View = System.Windows.Forms.View.Details;
            // 
            // contextMenuStripSessions
            // 
            this.contextMenuStripSessions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openSessionTokenToolStripMenuItem,
            this.refreshSessionsToolStripMenuItem});
            this.contextMenuStripSessions.Name = "contextMenuStripSessions";
            this.contextMenuStripSessions.Size = new System.Drawing.Size(139, 48);
            // 
            // openSessionTokenToolStripMenuItem
            // 
            this.openSessionTokenToolStripMenuItem.Name = "openSessionTokenToolStripMenuItem";
            this.openSessionTokenToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.openSessionTokenToolStripMenuItem.Text = "Open Token";
            this.openSessionTokenToolStripMenuItem.Click += new System.EventHandler(this.openSessionTokenToolStripMenuItem_Click);
            // 
            // refreshSessionsToolStripMenuItem
            // 
            this.refreshSessionsToolStripMenuItem.Name = "refreshSessionsToolStripMenuItem";
            this.refreshSessionsToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.refreshSessionsToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.refreshSessionsToolStripMenuItem.Text = "Refresh";
            this.refreshSessionsToolStripMenuItem.Click += new System.EventHandler(this.refreshSessionsToolStripMenuItem_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(608, 423);
            this.Controls.Add(this.tabControlTests);
            this.Name = "MainForm";
            this.Text = "Token Viewer";
            this.Load += new System.EventHandler(this.MainForm_Load);
            tabPageGeneral.ResumeLayout(false);
            this.groupBoxServiceAccounts.ResumeLayout(false);
            groupBoxLogonUser.ResumeLayout(false);
            groupBoxLogonUser.PerformLayout();
            tabPageServices.ResumeLayout(false);
            groupBoxAnonymous.ResumeLayout(false);
            groupBox2.ResumeLayout(false);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            groupBoxFromBits.ResumeLayout(false);
            this.tabControlTests.ResumeLayout(false);
            this.tabPageProcesses.ResumeLayout(false);
            this.tabPageProcesses.PerformLayout();
            this.contextMenuStripProcesses.ResumeLayout(false);
            this.tabPageThreads.ResumeLayout(false);
            this.contextMenuStripThreads.ResumeLayout(false);
            this.tabPageSessions.ResumeLayout(false);
            this.contextMenuStripSessions.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.TabPage trackTabPage2;
            System.Windows.Forms.Label label1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OneClickWindow));
            this.audio2 = new MeGUI.packages.tools.oneclick.AudioConfigControl();
            this.trackTabPage1 = new System.Windows.Forms.TabPage();
            this.audio1 = new MeGUI.packages.tools.oneclick.AudioConfigControl();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.avsBox = new System.Windows.Forms.GroupBox();
            this.keepInputResolution = new System.Windows.Forms.CheckBox();
            this.autoCrop = new System.Windows.Forms.CheckBox();
            this.avsProfile = new MeGUI.core.gui.ConfigableProfilesControl();
            this.ar = new MeGUI.core.gui.ARChooser();
            this.autoDeint = new System.Windows.Forms.CheckBox();
            this.signalAR = new System.Windows.Forms.CheckBox();
            this.outputResolutionLabel = new System.Windows.Forms.Label();
            this.horizontalResolution = new System.Windows.Forms.NumericUpDown();
            this.label2 = new System.Windows.Forms.Label();
            this.ARLabel = new System.Windows.Forms.Label();
            this.locationGroupBox = new System.Windows.Forms.GroupBox();
            this.chapterFile = new MeGUI.FileBar();
            this.workingDirectory = new MeGUI.FileBar();
            this.chapterLabel = new System.Windows.Forms.Label();
            this.workingDirectoryLabel = new System.Windows.Forms.Label();
            this.workingName = new System.Windows.Forms.TextBox();
            this.projectNameLabel = new System.Windows.Forms.Label();
            this.splitting = new MeGUI.core.gui.TargetSizeSCBox();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.IOGroupbox = new System.Windows.Forms.GroupBox();
            this.output = new MeGUI.FileBar();
            this.input = new MeGUI.FileBar();
            this.outputLabel = new System.Windows.Forms.Label();
            this.inputLabel = new System.Windows.Forms.Label();
            this.targetGroupBox = new System.Windows.Forms.GroupBox();
            this.oneclickProfile = new MeGUI.core.gui.ConfigableProfilesControl();
            this.optionalTargetSizeBox1 = new MeGUI.core.gui.TargetSizeSCBox();
            this.label3 = new System.Windows.Forms.Label();
            this.filesizeLabel = new System.Windows.Forms.Label();
            this.audioGroupbox = new System.Windows.Forms.GroupBox();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addTrackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.removeTrackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panel1 = new System.Windows.Forms.Panel();
            this.audioTrack1 = new MeGUI.core.gui.FileSCBox();
            this.track2Label = new System.Windows.Forms.Label();
            this.audioTrack2 = new MeGUI.core.gui.FileSCBox();
            this.track1Label = new System.Windows.Forms.Label();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.encoderConfigTab = new System.Windows.Forms.TabPage();
            this.devicetype = new System.Windows.Forms.ComboBox();
            this.deviceLabel = new System.Windows.Forms.Label();
            this.containerFormatLabel = new System.Windows.Forms.Label();
            this.containerFormat = new System.Windows.Forms.ComboBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tabControl2 = new System.Windows.Forms.TabControl();
            this.videoGroupBox = new System.Windows.Forms.GroupBox();
            this.usechaptersmarks = new System.Windows.Forms.CheckBox();
            this.label4 = new System.Windows.Forms.Label();
            this.videoProfile = new MeGUI.core.gui.ConfigableProfilesControl();
            this.addPrerenderJob = new System.Windows.Forms.CheckBox();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.showAdvancedOptions = new System.Windows.Forms.CheckBox();
            this.goButton = new System.Windows.Forms.Button();
            this.openOnQueue = new System.Windows.Forms.CheckBox();
            this.helpButton1 = new MeGUI.core.gui.HelpButton();
            trackTabPage2 = new System.Windows.Forms.TabPage();
            label1 = new System.Windows.Forms.Label();
            trackTabPage2.SuspendLayout();
            this.trackTabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.avsBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.horizontalResolution)).BeginInit();
            this.locationGroupBox.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.IOGroupbox.SuspendLayout();
            this.targetGroupBox.SuspendLayout();
            this.audioGroupbox.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.encoderConfigTab.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabControl2.SuspendLayout();
            this.videoGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // trackTabPage2
            // 
            trackTabPage2.Controls.Add(this.audio2);
            trackTabPage2.Location = new System.Drawing.Point(4, 22);
            trackTabPage2.Name = "trackTabPage2";
            trackTabPage2.Padding = new System.Windows.Forms.Padding(3);
            trackTabPage2.Size = new System.Drawing.Size(172, 94);
            trackTabPage2.TabIndex = 1;
            trackTabPage2.Text = "Audio track 2";
            trackTabPage2.UseVisualStyleBackColor = true;
            // 
            // audio2
            // 
            this.audio2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.audio2.Location = new System.Drawing.Point(3, 3);
            this.audio2.Name = "audio2";
            this.audio2.Size = new System.Drawing.Size(166, 88);
            this.audio2.TabIndex = 0;
            this.audio2.SomethingChanged += new System.EventHandler(this.audio1_SomethingChanged);
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(19, 247);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(47, 13);
            label1.TabIndex = 37;
            label1.Text = "Splitting:";
            // 
            // trackTabPage1
            // 
            this.trackTabPage1.Controls.Add(this.audio1);
            this.trackTabPage1.Location = new System.Drawing.Point(4, 22);
            this.trackTabPage1.Name = "trackTabPage1";
            this.trackTabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.trackTabPage1.Size = new System.Drawing.Size(433, 94);
            this.trackTabPage1.TabIndex = 0;
            this.trackTabPage1.Text = "Audio track 1";
            this.trackTabPage1.UseVisualStyleBackColor = true;
            // 
            // audio1
            // 
            this.audio1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.audio1.Location = new System.Drawing.Point(3, 3);
            this.audio1.Name = "audio1";
            this.audio1.Size = new System.Drawing.Size(427, 88);
            this.audio1.TabIndex = 0;
            this.audio1.SomethingChanged += new System.EventHandler(this.audio1_SomethingChanged);
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.avsBox);
            this.tabPage2.Controls.Add(label1);
            this.tabPage2.Controls.Add(this.locationGroupBox);
            this.tabPage2.Controls.Add(this.splitting);
            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(453, 279);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Advanced Config";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // avsBox
            // 
            this.avsBox.Controls.Add(this.keepInputResolution);
            this.avsBox.Controls.Add(this.autoCrop);
            this.avsBox.Controls.Add(this.avsProfile);
            this.avsBox.Controls.Add(this.ar);
            this.avsBox.Controls.Add(this.autoDeint);
            this.avsBox.Controls.Add(this.signalAR);
            this.avsBox.Controls.Add(this.outputResolutionLabel);
            this.avsBox.Controls.Add(this.horizontalResolution);
            this.avsBox.Controls.Add(this.label2);
            this.avsBox.Controls.Add(this.ARLabel);
            this.avsBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.avsBox.Location = new System.Drawing.Point(3, 98);
            this.avsBox.Name = "avsBox";
            this.avsBox.Size = new System.Drawing.Size(447, 135);
            this.avsBox.TabIndex = 23;
            this.avsBox.TabStop = false;
            this.avsBox.Text = "AviSynth setup";
            // 
            // keepInputResolution
            // 
            this.keepInputResolution.AutoSize = true;
            this.keepInputResolution.Location = new System.Drawing.Point(123, 42);
            this.keepInputResolution.Name = "keepInputResolution";
            this.keepInputResolution.Size = new System.Drawing.Size(242, 17);
            this.keepInputResolution.TabIndex = 25;
            this.keepInputResolution.Text = "Keep Input Resolution (disable Crop && Resize)";
            this.keepInputResolution.UseVisualStyleBackColor = true;
            this.keepInputResolution.CheckedChanged += new System.EventHandler(this.keepInputResolution_CheckedChanged);
            // 
            // autoCrop
            // 
            this.autoCrop.AutoSize = true;
            this.autoCrop.Checked = true;
            this.autoCrop.CheckState = System.Windows.Forms.CheckState.Checked;
            this.autoCrop.Location = new System.Drawing.Point(191, 19);
            this.autoCrop.Name = "autoCrop";
            this.autoCrop.Size = new System.Drawing.Size(70, 17);
            this.autoCrop.TabIndex = 24;
            this.autoCrop.Text = "AutoCrop";
            this.autoCrop.UseVisualStyleBackColor = true;
            // 
            // avsProfile
            // 
            this.avsProfile.Location = new System.Drawing.Point(122, 88);
            this.avsProfile.Name = "avsProfile";
            this.avsProfile.ProfileSet = "AviSynth";
            this.avsProfile.Size = new System.Drawing.Size(319, 22);
            this.avsProfile.TabIndex = 23;
            // 
            // ar
            // 
            this.ar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.ar.CustomDARs = new MeGUI.core.util.Dar[0];
            this.ar.HasLater = true;
            this.ar.Location = new System.Drawing.Point(119, 61);
            this.ar.MaximumSize = new System.Drawing.Size(1000, 29);
            this.ar.MinimumSize = new System.Drawing.Size(64, 29);
            this.ar.Name = "ar";
            this.ar.SelectedIndex = 0;
            this.ar.Size = new System.Drawing.Size(325, 29);
            this.ar.TabIndex = 22;
            // 
            // autoDeint
            // 
            this.autoDeint.AutoSize = true;
            this.autoDeint.Location = new System.Drawing.Point(123, 112);
            this.autoDeint.Name = "autoDeint";
            this.autoDeint.Size = new System.Drawing.Size(138, 17);
            this.autoDeint.TabIndex = 20;
            this.autoDeint.Text = "Automatic Deinterlacing";
            this.autoDeint.UseVisualStyleBackColor = true;
            // 
            // signalAR
            // 
            this.signalAR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.signalAR.Location = new System.Drawing.Point(285, 16);
            this.signalAR.Name = "signalAR";
            this.signalAR.Size = new System.Drawing.Size(82, 24);
            this.signalAR.TabIndex = 5;
            this.signalAR.Text = "Signal AR";
            // 
            // outputResolutionLabel
            // 
            this.outputResolutionLabel.Location = new System.Drawing.Point(16, 20);
            this.outputResolutionLabel.Name = "outputResolutionLabel";
            this.outputResolutionLabel.Size = new System.Drawing.Size(100, 13);
            this.outputResolutionLabel.TabIndex = 3;
            this.outputResolutionLabel.Text = "Output Resolution";
            // 
            // horizontalResolution
            // 
            this.horizontalResolution.Increment = new decimal(new int[] {
            16,
            0,
            0,
            0});
            this.horizontalResolution.Location = new System.Drawing.Point(120, 16);
            this.horizontalResolution.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.horizontalResolution.Minimum = new decimal(new int[] {
            16,
            0,
            0,
            0});
            this.horizontalResolution.Name = "horizontalResolution";
            this.horizontalResolution.Size = new System.Drawing.Size(64, 20);
            this.horizontalResolution.TabIndex = 0;
            this.horizontalResolution.Value = new decimal(new int[] {
            640,
            0,
            0,
            0});
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(14, 93);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(78, 13);
            this.label2.TabIndex = 4;
            this.label2.Text = "Avisynth profile";
            // 
            // ARLabel
            // 
            this.ARLabel.Location = new System.Drawing.Point(15, 67);
            this.ARLabel.Name = "ARLabel";
            this.ARLabel.Size = new System.Drawing.Size(24, 13);
            this.ARLabel.TabIndex = 4;
            this.ARLabel.Text = "AR:";
            // 
            // locationGroupBox
            // 
            this.locationGroupBox.Controls.Add(this.chapterFile);
            this.locationGroupBox.Controls.Add(this.workingDirectory);
            this.locationGroupBox.Controls.Add(this.chapterLabel);
            this.locationGroupBox.Controls.Add(this.workingDirectoryLabel);
            this.locationGroupBox.Controls.Add(this.workingName);
            this.locationGroupBox.Controls.Add(this.projectNameLabel);
            this.locationGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.locationGroupBox.Location = new System.Drawing.Point(3, 3);
            this.locationGroupBox.Name = "locationGroupBox";
            this.locationGroupBox.Size = new System.Drawing.Size(447, 95);
            this.locationGroupBox.TabIndex = 23;
            this.locationGroupBox.TabStop = false;
            this.locationGroupBox.Text = "Extra IO";
            // 
            // chapterFile
            // 
            this.chapterFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.chapterFile.Filename = "";
            this.chapterFile.Filter = "Chapter files (*.txt)|*.txt";
            this.chapterFile.FilterIndex = 0;
            this.chapterFile.FolderMode = false;
            this.chapterFile.Location = new System.Drawing.Point(120, 38);
            this.chapterFile.Name = "chapterFile";
            this.chapterFile.ReadOnly = true;
            this.chapterFile.SaveMode = false;
            this.chapterFile.Size = new System.Drawing.Size(321, 26);
            this.chapterFile.TabIndex = 39;
            this.chapterFile.Title = null;
            // 
            // workingDirectory
            // 
            this.workingDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.workingDirectory.Filename = "";
            this.workingDirectory.Filter = null;
            this.workingDirectory.FilterIndex = 0;
            this.workingDirectory.FolderMode = true;
            this.workingDirectory.Location = new System.Drawing.Point(120, 15);
            this.workingDirectory.Name = "workingDirectory";
            this.workingDirectory.ReadOnly = true;
            this.workingDirectory.SaveMode = false;
            this.workingDirectory.Size = new System.Drawing.Size(321, 26);
            this.workingDirectory.TabIndex = 38;
            this.workingDirectory.Title = null;
            this.workingDirectory.FileSelected += new MeGUI.FileBarEventHandler(this.workingDirectory_FileSelected);
            // 
            // chapterLabel
            // 
            this.chapterLabel.Location = new System.Drawing.Point(16, 41);
            this.chapterLabel.Name = "chapterLabel";
            this.chapterLabel.Size = new System.Drawing.Size(100, 13);
            this.chapterLabel.TabIndex = 36;
            this.chapterLabel.Text = "Chapter file";
            // 
            // workingDirectoryLabel
            // 
            this.workingDirectoryLabel.Location = new System.Drawing.Point(16, 15);
            this.workingDirectoryLabel.Name = "workingDirectoryLabel";
            this.workingDirectoryLabel.Size = new System.Drawing.Size(100, 13);
            this.workingDirectoryLabel.TabIndex = 32;
            this.workingDirectoryLabel.Text = "Working Directory";
            // 
            // workingName
            // 
            this.workingName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.workingName.Location = new System.Drawing.Point(120, 64);
            this.workingName.Name = "workingName";
            this.workingName.Size = new System.Drawing.Size(324, 20);
            this.workingName.TabIndex = 30;
            this.workingName.TextChanged += new System.EventHandler(this.workingName_TextChanged);
            // 
            // projectNameLabel
            // 
            this.projectNameLabel.Location = new System.Drawing.Point(16, 67);
            this.projectNameLabel.Name = "projectNameLabel";
            this.projectNameLabel.Size = new System.Drawing.Size(73, 16);
            this.projectNameLabel.TabIndex = 31;
            this.projectNameLabel.Text = "Project Name";
            // 
            // splitting
            // 
            this.splitting.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.splitting.AutoSize = true;
            this.splitting.CustomSizes = new MeGUI.core.util.FileSize[0];
            this.splitting.Location = new System.Drawing.Point(118, 239);
            this.splitting.MaximumSize = new System.Drawing.Size(1000, 29);
            this.splitting.MinimumSize = new System.Drawing.Size(64, 29);
            this.splitting.Name = "splitting";
            this.splitting.NullString = "No splitting";
            this.splitting.SelectedIndex = 0;
            this.splitting.Size = new System.Drawing.Size(208, 29);
            this.splitting.TabIndex = 38;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.IOGroupbox);
            this.tabPage1.Controls.Add(this.targetGroupBox);
            this.tabPage1.Controls.Add(this.audioGroupbox);
            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(453, 279);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "General";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // IOGroupbox
            // 
            this.IOGroupbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.IOGroupbox.Controls.Add(this.output);
            this.IOGroupbox.Controls.Add(this.input);
            this.IOGroupbox.Controls.Add(this.outputLabel);
            this.IOGroupbox.Controls.Add(this.inputLabel);
            this.IOGroupbox.Location = new System.Drawing.Point(8, 6);
            this.IOGroupbox.Name = "IOGroupbox";
            this.IOGroupbox.Size = new System.Drawing.Size(437, 76);
            this.IOGroupbox.TabIndex = 14;
            this.IOGroupbox.TabStop = false;
            this.IOGroupbox.Text = "Input/Output";
            // 
            // output
            // 
            this.output.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.output.Filename = "";
            this.output.Filter = "MP4 Files|*.mp4";
            this.output.FilterIndex = 0;
            this.output.FolderMode = false;
            this.output.Location = new System.Drawing.Point(123, 42);
            this.output.Name = "output";
            this.output.ReadOnly = true;
            this.output.SaveMode = true;
            this.output.Size = new System.Drawing.Size(298, 26);
            this.output.TabIndex = 4;
            this.output.Title = null;
            this.output.FileSelected += new MeGUI.FileBarEventHandler(this.output_FileSelected);
            // 
            // input
            // 
            this.input.AllowDrop = true;
            this.input.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.input.Filename = "";
            this.input.Filter = resources.GetString("input.Filter");
            this.input.FilterIndex = 4;
            this.input.FolderMode = false;
            this.input.Location = new System.Drawing.Point(123, 13);
            this.input.Name = "input";
            this.input.ReadOnly = true;
            this.input.SaveMode = false;
            this.input.Size = new System.Drawing.Size(298, 26);
            this.input.TabIndex = 3;
            this.input.Title = null;
            this.input.FileSelected += new MeGUI.FileBarEventHandler(this.input_FileSelected);
            // 
            // outputLabel
            // 
            this.outputLabel.Location = new System.Drawing.Point(16, 48);
            this.outputLabel.Name = "outputLabel";
            this.outputLabel.Size = new System.Drawing.Size(100, 13);
            this.outputLabel.TabIndex = 0;
            this.outputLabel.Text = "Output file";
            // 
            // inputLabel
            // 
            this.inputLabel.Location = new System.Drawing.Point(16, 22);
            this.inputLabel.Name = "inputLabel";
            this.inputLabel.Size = new System.Drawing.Size(100, 13);
            this.inputLabel.TabIndex = 2;
            this.inputLabel.Text = "Input file";
            // 
            // targetGroupBox
            // 
            this.targetGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.targetGroupBox.Controls.Add(this.oneclickProfile);
            this.targetGroupBox.Controls.Add(this.optionalTargetSizeBox1);
            this.targetGroupBox.Controls.Add(this.label3);
            this.targetGroupBox.Controls.Add(this.filesizeLabel);
            this.targetGroupBox.Location = new System.Drawing.Point(8, 191);
            this.targetGroupBox.Name = "targetGroupBox";
            this.targetGroupBox.Size = new System.Drawing.Size(437, 82);
            this.targetGroupBox.TabIndex = 18;
            this.targetGroupBox.TabStop = false;
            this.targetGroupBox.Text = "Target";
            // 
            // oneclickProfile
            // 
            this.oneclickProfile.Location = new System.Drawing.Point(123, 19);
            this.oneclickProfile.Name = "oneclickProfile";
            this.oneclickProfile.ProfileSet = "OneClick";
            this.oneclickProfile.Size = new System.Drawing.Size(298, 22);
            this.oneclickProfile.TabIndex = 25;
            this.oneclickProfile.SelectedProfileChanged += new System.EventHandler(this.OneClickProfileChanged);
            // 
            // optionalTargetSizeBox1
            // 
            this.optionalTargetSizeBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.optionalTargetSizeBox1.CustomSizes = new MeGUI.core.util.FileSize[0];
            this.optionalTargetSizeBox1.Location = new System.Drawing.Point(125, 43);
            this.optionalTargetSizeBox1.MaximumSize = new System.Drawing.Size(1000, 29);
            this.optionalTargetSizeBox1.MinimumSize = new System.Drawing.Size(64, 29);
            this.optionalTargetSizeBox1.Name = "optionalTargetSizeBox1";
            this.optionalTargetSizeBox1.NullString = "Don\'t Care";
            this.optionalTargetSizeBox1.SelectedIndex = 0;
            this.optionalTargetSizeBox1.Size = new System.Drawing.Size(298, 29);
            this.optionalTargetSizeBox1.TabIndex = 24;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(16, 24);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(81, 13);
            this.label3.TabIndex = 21;
            this.label3.Text = "OneClick profile";
            // 
            // filesizeLabel
            // 
            this.filesizeLabel.Location = new System.Drawing.Point(18, 51);
            this.filesizeLabel.Name = "filesizeLabel";
            this.filesizeLabel.Size = new System.Drawing.Size(90, 13);
            this.filesizeLabel.TabIndex = 21;
            this.filesizeLabel.Text = "Filesize";
            // 
            // audioGroupbox
            // 
            this.audioGroupbox.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.audioGroupbox.ContextMenuStrip = this.contextMenuStrip1;
            this.audioGroupbox.Controls.Add(this.panel1);
            this.audioGroupbox.Location = new System.Drawing.Point(8, 88);
            this.audioGroupbox.Name = "audioGroupbox";
            this.audioGroupbox.Size = new System.Drawing.Size(437, 98);
            this.audioGroupbox.TabIndex = 5;
            this.audioGroupbox.TabStop = false;
            this.audioGroupbox.Text = "Audio";
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addTrackToolStripMenuItem,
            this.removeTrackToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(147, 48);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // addTrackToolStripMenuItem
            // 
            this.addTrackToolStripMenuItem.Name = "addTrackToolStripMenuItem";
            this.addTrackToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.addTrackToolStripMenuItem.Text = "Add track";
            this.addTrackToolStripMenuItem.Click += new System.EventHandler(this.addTrackToolStripMenuItem_Click);
            // 
            // removeTrackToolStripMenuItem
            // 
            this.removeTrackToolStripMenuItem.Name = "removeTrackToolStripMenuItem";
            this.removeTrackToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.removeTrackToolStripMenuItem.Text = "Remove track";
            this.removeTrackToolStripMenuItem.Click += new System.EventHandler(this.removeTrackToolStripMenuItem_Click);
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.Controls.Add(this.audioTrack1);
            this.panel1.Controls.Add(this.track2Label);
            this.panel1.Controls.Add(this.audioTrack2);
            this.panel1.Controls.Add(this.track1Label);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 16);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(431, 79);
            this.panel1.TabIndex = 21;
            // 
            // audioTrack1
            // 
            this.audioTrack1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.audioTrack1.Filter = "All files (*.*)|*.*";
            this.audioTrack1.Location = new System.Drawing.Point(120, 3);
            this.audioTrack1.MaximumSize = new System.Drawing.Size(1000, 29);
            this.audioTrack1.MinimumSize = new System.Drawing.Size(64, 29);
            this.audioTrack1.Name = "audioTrack1";
            this.audioTrack1.SelectedIndex = 0;
            this.audioTrack1.Size = new System.Drawing.Size(298, 29);
            this.audioTrack1.TabIndex = 19;
            this.audioTrack1.SelectionChanged += new MeGUI.StringChanged(this.audioTrack1_SelectionChanged);
            // 
            // track2Label
            // 
            this.track2Label.AutoSize = true;
            this.track2Label.Location = new System.Drawing.Point(13, 41);
            this.track2Label.Name = "track2Label";
            this.track2Label.Size = new System.Drawing.Size(44, 13);
            this.track2Label.TabIndex = 16;
            this.track2Label.Text = "Track 2";
            // 
            // audioTrack2
            // 
            this.audioTrack2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.audioTrack2.Filter = "All files (*.*)|*.*";
            this.audioTrack2.Location = new System.Drawing.Point(120, 38);
            this.audioTrack2.MaximumSize = new System.Drawing.Size(1000, 29);
            this.audioTrack2.MinimumSize = new System.Drawing.Size(64, 29);
            this.audioTrack2.Name = "audioTrack2";
            this.audioTrack2.SelectedIndex = 0;
            this.audioTrack2.Size = new System.Drawing.Size(298, 29);
            this.audioTrack2.TabIndex = 20;
            this.audioTrack2.SelectionChanged += new MeGUI.StringChanged(this.audioTrack1_SelectionChanged);
            // 
            // track1Label
            // 
            this.track1Label.AutoSize = true;
            this.track1Label.Location = new System.Drawing.Point(13, 11);
            this.track1Label.Name = "track1Label";
            this.track1Label.Size = new System.Drawing.Size(44, 13);
            this.track1Label.TabIndex = 15;
            this.track1Label.Text = "Track 1";
            // 
            // tabControl1
            // 
            this.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)));
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.encoderConfigTab);
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(461, 305);
            this.tabControl1.TabIndex = 0;
            // 
            // encoderConfigTab
            // 
            this.encoderConfigTab.Controls.Add(this.devicetype);
            this.encoderConfigTab.Controls.Add(this.deviceLabel);
            this.encoderConfigTab.Controls.Add(this.containerFormatLabel);
            this.encoderConfigTab.Controls.Add(this.containerFormat);
            this.encoderConfigTab.Controls.Add(this.groupBox1);
            this.encoderConfigTab.Controls.Add(this.videoGroupBox);
            this.encoderConfigTab.Location = new System.Drawing.Point(4, 22);
            this.encoderConfigTab.Name = "encoderConfigTab";
            this.encoderConfigTab.Padding = new System.Windows.Forms.Padding(3);
            this.encoderConfigTab.Size = new System.Drawing.Size(453, 279);
            this.encoderConfigTab.TabIndex = 2;
            this.encoderConfigTab.Text = "Encoder Config";
            this.encoderConfigTab.UseVisualStyleBackColor = true;
            // 
            // devicetype
            // 
            this.devicetype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.devicetype.FormattingEnabled = true;
            this.devicetype.Location = new System.Drawing.Point(124, 251);
            this.devicetype.Name = "devicetype";
            this.devicetype.Size = new System.Drawing.Size(127, 21);
            this.devicetype.TabIndex = 40;
            // 
            // deviceLabel
            // 
            this.deviceLabel.AutoSize = true;
            this.deviceLabel.Location = new System.Drawing.Point(15, 256);
            this.deviceLabel.Name = "deviceLabel";
            this.deviceLabel.Size = new System.Drawing.Size(68, 13);
            this.deviceLabel.TabIndex = 39;
            this.deviceLabel.Text = "Device Type";
            // 
            // containerFormatLabel
            // 
            this.containerFormatLabel.AutoSize = true;
            this.containerFormatLabel.Location = new System.Drawing.Point(15, 228);
            this.containerFormatLabel.Name = "containerFormatLabel";
            this.containerFormatLabel.Size = new System.Drawing.Size(87, 13);
            this.containerFormatLabel.TabIndex = 38;
            this.containerFormatLabel.Text = "Container Format";
            // 
            // containerFormat
            // 
            this.containerFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.containerFormat.Location = new System.Drawing.Point(124, 225);
            this.containerFormat.Name = "containerFormat";
            this.containerFormat.Size = new System.Drawing.Size(127, 21);
            this.containerFormat.TabIndex = 37;
            this.containerFormat.SelectedIndexChanged += new System.EventHandler(this.containerFormat_SelectedIndexChanged_1);
            // 
            // groupBox1
            // 
            this.groupBox1.ContextMenuStrip = this.contextMenuStrip1;
            this.groupBox1.Controls.Add(this.tabControl2);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(3, 80);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(447, 139);
            this.groupBox1.TabIndex = 35;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Audio";
            // 
            // tabControl2
            // 
            this.tabControl2.Controls.Add(this.trackTabPage1);
            this.tabControl2.Controls.Add(trackTabPage2);
            this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl2.Location = new System.Drawing.Point(3, 16);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(441, 120);
            this.tabControl2.TabIndex = 32;
            // 
            // videoGroupBox
            // 
            this.videoGroupBox.Controls.Add(this.usechaptersmarks);
            this.videoGroupBox.Controls.Add(this.label4);
            this.videoGroupBox.Controls.Add(this.videoProfile);
            this.videoGroupBox.Controls.Add(this.addPrerenderJob);
            this.videoGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.videoGroupBox.Location = new System.Drawing.Point(3, 3);
            this.videoGroupBox.Name = "videoGroupBox";
            this.videoGroupBox.Size = new System.Drawing.Size(447, 77);
            this.videoGroupBox.TabIndex = 31;
            this.videoGroupBox.TabStop = false;
            this.videoGroupBox.Text = "Video Settings";
            // 
            // usechaptersmarks
            // 
            this.usechaptersmarks.AutoSize = true;
            this.usechaptersmarks.Location = new System.Drawing.Point(168, 47);
            this.usechaptersmarks.Name = "usechaptersmarks";
            this.usechaptersmarks.Size = new System.Drawing.Size(229, 17);
            this.usechaptersmarks.TabIndex = 39;
            this.usechaptersmarks.Text = "Force using Key-Frames for chapters marks";
            this.usechaptersmarks.UseVisualStyleBackColor = true;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(12, 24);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(66, 13);
            this.label4.TabIndex = 38;
            this.label4.Text = "Video Profile";
            // 
            // videoProfile
            // 
            this.videoProfile.Location = new System.Drawing.Point(121, 19);
            this.videoProfile.Name = "videoProfile";
            this.videoProfile.ProfileSet = "Video";
            this.videoProfile.Size = new System.Drawing.Size(319, 22);
            this.videoProfile.TabIndex = 17;
            this.videoProfile.SelectedProfileChanged += new System.EventHandler(this.ProfileChanged);
            // 
            // addPrerenderJob
            // 
            this.addPrerenderJob.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.addPrerenderJob.AutoSize = true;
            this.addPrerenderJob.Location = new System.Drawing.Point(15, 47);
            this.addPrerenderJob.Name = "addPrerenderJob";
            this.addPrerenderJob.Size = new System.Drawing.Size(127, 17);
            this.addPrerenderJob.TabIndex = 16;
            this.addPrerenderJob.Text = "Add pre-rendering job";
            this.addPrerenderJob.UseVisualStyleBackColor = true;
            // 
            // openFileDialog
            // 
            this.openFileDialog.Filter = "IFO Files|*.ifo|VOB Files (*.vob)|*.vob|MPEG-1/2 Program Streams (*.mpg)|*.mpg|Tr" +
                "ansport Streams (*.ts)|*.ts";
            // 
            // showAdvancedOptions
            // 
            this.showAdvancedOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.showAdvancedOptions.AutoSize = true;
            this.showAdvancedOptions.Location = new System.Drawing.Point(74, 317);
            this.showAdvancedOptions.Name = "showAdvancedOptions";
            this.showAdvancedOptions.Size = new System.Drawing.Size(144, 17);
            this.showAdvancedOptions.TabIndex = 31;
            this.showAdvancedOptions.Text = "Show Advanced Options";
            this.showAdvancedOptions.UseVisualStyleBackColor = true;
            this.showAdvancedOptions.CheckedChanged += new System.EventHandler(this.showAdvancedOptions_CheckedChanged);
            // 
            // goButton
            // 
            this.goButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.goButton.Location = new System.Drawing.Point(374, 311);
            this.goButton.Name = "goButton";
            this.goButton.Size = new System.Drawing.Size(75, 23);
            this.goButton.TabIndex = 29;
            this.goButton.Text = "Go!";
            this.goButton.UseVisualStyleBackColor = true;
            this.goButton.Click += new System.EventHandler(this.goButton_Click);
            // 
            // openOnQueue
            // 
            this.openOnQueue.Location = new System.Drawing.Point(247, 313);
            this.openOnQueue.Name = "openOnQueue";
            this.openOnQueue.Size = new System.Drawing.Size(96, 24);
            this.openOnQueue.TabIndex = 33;
            this.openOnQueue.Text = "and open next";
            // 
            // helpButton1
            // 
            this.helpButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.helpButton1.ArticleName = "One click encoder";
            this.helpButton1.AutoSize = true;
            this.helpButton1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.helpButton1.Location = new System.Drawing.Point(12, 311);
            this.helpButton1.Name = "helpButton1";
            this.helpButton1.Size = new System.Drawing.Size(39, 23);
            this.helpButton1.TabIndex = 32;
            // 
            // OneClickWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(461, 342);
            this.Controls.Add(this.helpButton1);
            this.Controls.Add(this.openOnQueue);
            this.Controls.Add(this.showAdvancedOptions);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.goButton);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "OneClickWindow";
            this.Text = "MeGUI - One Click Encoder";
            trackTabPage2.ResumeLayout(false);
            this.trackTabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.avsBox.ResumeLayout(false);
            this.avsBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.horizontalResolution)).EndInit();
            this.locationGroupBox.ResumeLayout(false);
            this.locationGroupBox.PerformLayout();
            this.tabPage1.ResumeLayout(false);
            this.IOGroupbox.ResumeLayout(false);
            this.targetGroupBox.ResumeLayout(false);
            this.targetGroupBox.PerformLayout();
            this.audioGroupbox.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.encoderConfigTab.ResumeLayout(false);
            this.encoderConfigTab.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.tabControl2.ResumeLayout(false);
            this.videoGroupBox.ResumeLayout(false);
            this.videoGroupBox.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.TabPage trackTabPage2;
     System.Windows.Forms.Label   label1;
     this.audio2                       = new MeGUI.packages.tools.oneclick.AudioConfigControl();
     this.trackTabPage1                = new System.Windows.Forms.TabPage();
     this.audio1                       = new MeGUI.packages.tools.oneclick.AudioConfigControl();
     this.tabPage2                     = new System.Windows.Forms.TabPage();
     this.avsBox                       = new System.Windows.Forms.GroupBox();
     this.avsProfile                   = new MeGUI.core.gui.ConfigableProfilesControl();
     this.ar                           = new MeGUI.core.gui.ARChooser();
     this.autoDeint                    = new System.Windows.Forms.CheckBox();
     this.signalAR                     = new System.Windows.Forms.CheckBox();
     this.outputResolutionLabel        = new System.Windows.Forms.Label();
     this.horizontalResolution         = new System.Windows.Forms.NumericUpDown();
     this.label2                       = new System.Windows.Forms.Label();
     this.ARLabel                      = new System.Windows.Forms.Label();
     this.locationGroupBox             = new System.Windows.Forms.GroupBox();
     this.chapterFile                  = new MeGUI.FileBar();
     this.workingDirectory             = new MeGUI.FileBar();
     this.chapterLabel                 = new System.Windows.Forms.Label();
     this.workingDirectoryLabel        = new System.Windows.Forms.Label();
     this.workingName                  = new System.Windows.Forms.TextBox();
     this.projectNameLabel             = new System.Windows.Forms.Label();
     this.splitting                    = new MeGUI.core.gui.TargetSizeSCBox();
     this.tabPage1                     = new System.Windows.Forms.TabPage();
     this.IOGroupbox                   = new System.Windows.Forms.GroupBox();
     this.output                       = new MeGUI.FileBar();
     this.input                        = new MeGUI.FileBar();
     this.outputLabel                  = new System.Windows.Forms.Label();
     this.inputLabel                   = new System.Windows.Forms.Label();
     this.targetGroupBox               = new System.Windows.Forms.GroupBox();
     this.oneclickProfile              = new MeGUI.core.gui.ConfigableProfilesControl();
     this.optionalTargetSizeBox1       = new MeGUI.core.gui.TargetSizeSCBox();
     this.label3                       = new System.Windows.Forms.Label();
     this.filesizeLabel                = new System.Windows.Forms.Label();
     this.audioGroupbox                = new System.Windows.Forms.GroupBox();
     this.contextMenuStrip1            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addTrackToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.removeTrackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1                       = new System.Windows.Forms.Panel();
     this.audioTrack1                  = new MeGUI.core.gui.FileSCBox();
     this.track2Label                  = new System.Windows.Forms.Label();
     this.audioTrack2                  = new MeGUI.core.gui.FileSCBox();
     this.track1Label                  = new System.Windows.Forms.Label();
     this.tabControl1                  = new System.Windows.Forms.TabControl();
     this.encoderConfigTab             = new System.Windows.Forms.TabPage();
     this.containerFormatLabel         = new System.Windows.Forms.Label();
     this.containerFormat              = new System.Windows.Forms.ComboBox();
     this.groupBox1                    = new System.Windows.Forms.GroupBox();
     this.tabControl2                  = new System.Windows.Forms.TabControl();
     this.videoGroupBox                = new System.Windows.Forms.GroupBox();
     this.label4                       = new System.Windows.Forms.Label();
     this.videoProfile                 = new MeGUI.core.gui.ConfigableProfilesControl();
     this.addPrerenderJob              = new System.Windows.Forms.CheckBox();
     this.openFileDialog               = new System.Windows.Forms.OpenFileDialog();
     this.showAdvancedOptions          = new System.Windows.Forms.CheckBox();
     this.goButton                     = new System.Windows.Forms.Button();
     this.openOnQueue                  = new System.Windows.Forms.CheckBox();
     this.helpButton1                  = new MeGUI.core.gui.HelpButton();
     trackTabPage2                     = new System.Windows.Forms.TabPage();
     label1 = new System.Windows.Forms.Label();
     trackTabPage2.SuspendLayout();
     this.trackTabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.avsBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.horizontalResolution)).BeginInit();
     this.locationGroupBox.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.IOGroupbox.SuspendLayout();
     this.targetGroupBox.SuspendLayout();
     this.audioGroupbox.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.encoderConfigTab.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.videoGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // trackTabPage2
     //
     trackTabPage2.Controls.Add(this.audio2);
     trackTabPage2.Location = new System.Drawing.Point(4, 22);
     trackTabPage2.Name     = "trackTabPage2";
     trackTabPage2.Padding  = new System.Windows.Forms.Padding(3);
     trackTabPage2.Size     = new System.Drawing.Size(172, 94);
     trackTabPage2.TabIndex = 1;
     trackTabPage2.Text     = "Audio track 2";
     trackTabPage2.UseVisualStyleBackColor = true;
     //
     // audio2
     //
     this.audio2.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.audio2.Location          = new System.Drawing.Point(3, 3);
     this.audio2.Name              = "audio2";
     this.audio2.Size              = new System.Drawing.Size(166, 88);
     this.audio2.TabIndex          = 0;
     this.audio2.SomethingChanged += new System.EventHandler(this.audio1_SomethingChanged);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(24, 236);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(47, 13);
     label1.TabIndex = 37;
     label1.Text     = "Splitting:";
     //
     // trackTabPage1
     //
     this.trackTabPage1.Controls.Add(this.audio1);
     this.trackTabPage1.Location = new System.Drawing.Point(4, 22);
     this.trackTabPage1.Name     = "trackTabPage1";
     this.trackTabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.trackTabPage1.Size     = new System.Drawing.Size(433, 94);
     this.trackTabPage1.TabIndex = 0;
     this.trackTabPage1.Text     = "Audio track 1";
     this.trackTabPage1.UseVisualStyleBackColor = true;
     //
     // audio1
     //
     this.audio1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.audio1.Location          = new System.Drawing.Point(3, 3);
     this.audio1.Name              = "audio1";
     this.audio1.Size              = new System.Drawing.Size(427, 88);
     this.audio1.TabIndex          = 0;
     this.audio1.SomethingChanged += new System.EventHandler(this.audio1_SomethingChanged);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.avsBox);
     this.tabPage2.Controls.Add(label1);
     this.tabPage2.Controls.Add(this.locationGroupBox);
     this.tabPage2.Controls.Add(this.splitting);
     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(453, 272);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Advanced Config";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // avsBox
     //
     this.avsBox.Controls.Add(this.avsProfile);
     this.avsBox.Controls.Add(this.ar);
     this.avsBox.Controls.Add(this.autoDeint);
     this.avsBox.Controls.Add(this.signalAR);
     this.avsBox.Controls.Add(this.outputResolutionLabel);
     this.avsBox.Controls.Add(this.horizontalResolution);
     this.avsBox.Controls.Add(this.label2);
     this.avsBox.Controls.Add(this.ARLabel);
     this.avsBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.avsBox.Location = new System.Drawing.Point(3, 98);
     this.avsBox.Name     = "avsBox";
     this.avsBox.Size     = new System.Drawing.Size(447, 124);
     this.avsBox.TabIndex = 23;
     this.avsBox.TabStop  = false;
     this.avsBox.Text     = "AviSynth setup";
     //
     // avsProfile
     //
     this.avsProfile.Location   = new System.Drawing.Point(123, 73);
     this.avsProfile.Name       = "avsProfile";
     this.avsProfile.ProfileSet = "AviSynth";
     this.avsProfile.Size       = new System.Drawing.Size(319, 22);
     this.avsProfile.TabIndex   = 23;
     //
     // ar
     //
     this.ar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.ar.CustomDARs    = new MeGUI.core.util.Dar[0];
     this.ar.HasLater      = true;
     this.ar.Location      = new System.Drawing.Point(120, 42);
     this.ar.MaximumSize   = new System.Drawing.Size(1000, 29);
     this.ar.MinimumSize   = new System.Drawing.Size(64, 29);
     this.ar.Name          = "ar";
     this.ar.SelectedIndex = 0;
     this.ar.Size          = new System.Drawing.Size(325, 29);
     this.ar.TabIndex      = 22;
     //
     // autoDeint
     //
     this.autoDeint.AutoSize = true;
     this.autoDeint.Location = new System.Drawing.Point(123, 101);
     this.autoDeint.Name     = "autoDeint";
     this.autoDeint.Size     = new System.Drawing.Size(138, 17);
     this.autoDeint.TabIndex = 20;
     this.autoDeint.Text     = "Automatic Deinterlacing";
     this.autoDeint.UseVisualStyleBackColor = true;
     //
     // signalAR
     //
     this.signalAR.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.signalAR.Location = new System.Drawing.Point(349, 43);
     this.signalAR.Name     = "signalAR";
     this.signalAR.Size     = new System.Drawing.Size(82, 24);
     this.signalAR.TabIndex = 5;
     this.signalAR.Text     = "Signal AR";
     //
     // outputResolutionLabel
     //
     this.outputResolutionLabel.Location = new System.Drawing.Point(16, 20);
     this.outputResolutionLabel.Name     = "outputResolutionLabel";
     this.outputResolutionLabel.Size     = new System.Drawing.Size(100, 13);
     this.outputResolutionLabel.TabIndex = 3;
     this.outputResolutionLabel.Text     = "Output Resolution";
     //
     // horizontalResolution
     //
     this.horizontalResolution.Increment = new decimal(new int[] {
         16,
         0,
         0,
         0
     });
     this.horizontalResolution.Location = new System.Drawing.Point(120, 16);
     this.horizontalResolution.Maximum  = new decimal(new int[] {
         5000,
         0,
         0,
         0
     });
     this.horizontalResolution.Minimum = new decimal(new int[] {
         16,
         0,
         0,
         0
     });
     this.horizontalResolution.Name     = "horizontalResolution";
     this.horizontalResolution.Size     = new System.Drawing.Size(64, 20);
     this.horizontalResolution.TabIndex = 0;
     this.horizontalResolution.Value    = new decimal(new int[] {
         640,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(15, 78);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(78, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Avisynth profile";
     //
     // ARLabel
     //
     this.ARLabel.Location = new System.Drawing.Point(16, 48);
     this.ARLabel.Name     = "ARLabel";
     this.ARLabel.Size     = new System.Drawing.Size(24, 13);
     this.ARLabel.TabIndex = 4;
     this.ARLabel.Text     = "AR:";
     //
     // locationGroupBox
     //
     this.locationGroupBox.Controls.Add(this.chapterFile);
     this.locationGroupBox.Controls.Add(this.workingDirectory);
     this.locationGroupBox.Controls.Add(this.chapterLabel);
     this.locationGroupBox.Controls.Add(this.workingDirectoryLabel);
     this.locationGroupBox.Controls.Add(this.workingName);
     this.locationGroupBox.Controls.Add(this.projectNameLabel);
     this.locationGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.locationGroupBox.Location = new System.Drawing.Point(3, 3);
     this.locationGroupBox.Name     = "locationGroupBox";
     this.locationGroupBox.Size     = new System.Drawing.Size(447, 95);
     this.locationGroupBox.TabIndex = 23;
     this.locationGroupBox.TabStop  = false;
     this.locationGroupBox.Text     = "Extra IO";
     //
     // chapterFile
     //
     this.chapterFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.chapterFile.Filename   = "";
     this.chapterFile.Filter     = "Chapter files (*.txt)|*.txt";
     this.chapterFile.FolderMode = false;
     this.chapterFile.Location   = new System.Drawing.Point(120, 38);
     this.chapterFile.Name       = "chapterFile";
     this.chapterFile.ReadOnly   = true;
     this.chapterFile.SaveMode   = false;
     this.chapterFile.Size       = new System.Drawing.Size(321, 26);
     this.chapterFile.TabIndex   = 39;
     this.chapterFile.Title      = null;
     //
     // workingDirectory
     //
     this.workingDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.workingDirectory.Filename      = "";
     this.workingDirectory.Filter        = null;
     this.workingDirectory.FolderMode    = true;
     this.workingDirectory.Location      = new System.Drawing.Point(120, 15);
     this.workingDirectory.Name          = "workingDirectory";
     this.workingDirectory.ReadOnly      = true;
     this.workingDirectory.SaveMode      = false;
     this.workingDirectory.Size          = new System.Drawing.Size(321, 26);
     this.workingDirectory.TabIndex      = 38;
     this.workingDirectory.Title         = null;
     this.workingDirectory.FileSelected += new MeGUI.FileBarEventHandler(this.workingDirectory_FileSelected);
     //
     // chapterLabel
     //
     this.chapterLabel.Location = new System.Drawing.Point(16, 41);
     this.chapterLabel.Name     = "chapterLabel";
     this.chapterLabel.Size     = new System.Drawing.Size(100, 13);
     this.chapterLabel.TabIndex = 36;
     this.chapterLabel.Text     = "Chapter file";
     //
     // workingDirectoryLabel
     //
     this.workingDirectoryLabel.Location = new System.Drawing.Point(16, 15);
     this.workingDirectoryLabel.Name     = "workingDirectoryLabel";
     this.workingDirectoryLabel.Size     = new System.Drawing.Size(100, 13);
     this.workingDirectoryLabel.TabIndex = 32;
     this.workingDirectoryLabel.Text     = "Working Directory";
     //
     // workingName
     //
     this.workingName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.workingName.Location     = new System.Drawing.Point(120, 64);
     this.workingName.Name         = "workingName";
     this.workingName.Size         = new System.Drawing.Size(324, 20);
     this.workingName.TabIndex     = 30;
     this.workingName.TextChanged += new System.EventHandler(this.workingName_TextChanged);
     //
     // projectNameLabel
     //
     this.projectNameLabel.Location = new System.Drawing.Point(16, 67);
     this.projectNameLabel.Name     = "projectNameLabel";
     this.projectNameLabel.Size     = new System.Drawing.Size(73, 16);
     this.projectNameLabel.TabIndex = 31;
     this.projectNameLabel.Text     = "Project Name";
     //
     // splitting
     //
     this.splitting.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.splitting.CustomSizes   = new MeGUI.core.util.FileSize[0];
     this.splitting.Location      = new System.Drawing.Point(123, 228);
     this.splitting.MaximumSize   = new System.Drawing.Size(1000, 29);
     this.splitting.MinimumSize   = new System.Drawing.Size(64, 29);
     this.splitting.Name          = "splitting";
     this.splitting.NullString    = "No splitting";
     this.splitting.SelectedIndex = 0;
     this.splitting.Size          = new System.Drawing.Size(162, 29);
     this.splitting.TabIndex      = 38;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.IOGroupbox);
     this.tabPage1.Controls.Add(this.targetGroupBox);
     this.tabPage1.Controls.Add(this.audioGroupbox);
     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(453, 272);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "General";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // IOGroupbox
     //
     this.IOGroupbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.IOGroupbox.Controls.Add(this.output);
     this.IOGroupbox.Controls.Add(this.input);
     this.IOGroupbox.Controls.Add(this.outputLabel);
     this.IOGroupbox.Controls.Add(this.inputLabel);
     this.IOGroupbox.Location = new System.Drawing.Point(8, 6);
     this.IOGroupbox.Name     = "IOGroupbox";
     this.IOGroupbox.Size     = new System.Drawing.Size(437, 76);
     this.IOGroupbox.TabIndex = 14;
     this.IOGroupbox.TabStop  = false;
     this.IOGroupbox.Text     = "Input/Output";
     //
     // output
     //
     this.output.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.output.Filename      = "";
     this.output.Filter        = "MP4 Files|*.mp4";
     this.output.FolderMode    = false;
     this.output.Location      = new System.Drawing.Point(123, 42);
     this.output.Name          = "output";
     this.output.ReadOnly      = true;
     this.output.SaveMode      = true;
     this.output.Size          = new System.Drawing.Size(298, 26);
     this.output.TabIndex      = 4;
     this.output.Title         = null;
     this.output.FileSelected += new MeGUI.FileBarEventHandler(this.output_FileSelected);
     //
     // input
     //
     this.input.AllowDrop = true;
     this.input.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.input.Filename = "";
     this.input.Filter   = "VOB Files (*.vob)|*.vob|MPEG-1/2 Program Streams (*.mpg)|*.mpg|Transport Streams " +
                           "(*.m2ts,*.ts)|*.m2ts;*.ts|All DGIndex supported files|*.vob;*.mpg;*.mpeg;*.m2ts;" +
                           "*.m2v;*.m2p;*.mpv;*.tp;*.ts;*.trp;*.pva;*.vro";
     this.input.FilterIndex   = 4;
     this.input.FolderMode    = false;
     this.input.Location      = new System.Drawing.Point(123, 13);
     this.input.Name          = "input";
     this.input.ReadOnly      = true;
     this.input.SaveMode      = false;
     this.input.Size          = new System.Drawing.Size(298, 26);
     this.input.TabIndex      = 3;
     this.input.Title         = null;
     this.input.FileSelected += new MeGUI.FileBarEventHandler(this.input_FileSelected);
     //
     // outputLabel
     //
     this.outputLabel.Location = new System.Drawing.Point(16, 48);
     this.outputLabel.Name     = "outputLabel";
     this.outputLabel.Size     = new System.Drawing.Size(100, 13);
     this.outputLabel.TabIndex = 0;
     this.outputLabel.Text     = "Output file";
     //
     // inputLabel
     //
     this.inputLabel.Location = new System.Drawing.Point(16, 22);
     this.inputLabel.Name     = "inputLabel";
     this.inputLabel.Size     = new System.Drawing.Size(100, 13);
     this.inputLabel.TabIndex = 2;
     this.inputLabel.Text     = "Input file";
     //
     // targetGroupBox
     //
     this.targetGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.targetGroupBox.Controls.Add(this.oneclickProfile);
     this.targetGroupBox.Controls.Add(this.optionalTargetSizeBox1);
     this.targetGroupBox.Controls.Add(this.label3);
     this.targetGroupBox.Controls.Add(this.filesizeLabel);
     this.targetGroupBox.Location = new System.Drawing.Point(8, 184);
     this.targetGroupBox.Name     = "targetGroupBox";
     this.targetGroupBox.Size     = new System.Drawing.Size(437, 82);
     this.targetGroupBox.TabIndex = 18;
     this.targetGroupBox.TabStop  = false;
     this.targetGroupBox.Text     = "Target";
     //
     // oneclickProfile
     //
     this.oneclickProfile.Location                = new System.Drawing.Point(123, 19);
     this.oneclickProfile.Name                    = "oneclickProfile";
     this.oneclickProfile.ProfileSet              = "OneClick";
     this.oneclickProfile.Size                    = new System.Drawing.Size(298, 22);
     this.oneclickProfile.TabIndex                = 25;
     this.oneclickProfile.SelectedProfileChanged += new System.EventHandler(this.OneClickProfileChanged);
     //
     // optionalTargetSizeBox1
     //
     this.optionalTargetSizeBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.optionalTargetSizeBox1.CustomSizes   = new MeGUI.core.util.FileSize[0];
     this.optionalTargetSizeBox1.Location      = new System.Drawing.Point(125, 43);
     this.optionalTargetSizeBox1.MaximumSize   = new System.Drawing.Size(1000, 29);
     this.optionalTargetSizeBox1.MinimumSize   = new System.Drawing.Size(64, 29);
     this.optionalTargetSizeBox1.Name          = "optionalTargetSizeBox1";
     this.optionalTargetSizeBox1.NullString    = "Don\'t Care";
     this.optionalTargetSizeBox1.SelectedIndex = 0;
     this.optionalTargetSizeBox1.Size          = new System.Drawing.Size(298, 29);
     this.optionalTargetSizeBox1.TabIndex      = 24;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(16, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(81, 13);
     this.label3.TabIndex = 21;
     this.label3.Text     = "OneClick profile";
     //
     // filesizeLabel
     //
     this.filesizeLabel.Location = new System.Drawing.Point(18, 51);
     this.filesizeLabel.Name     = "filesizeLabel";
     this.filesizeLabel.Size     = new System.Drawing.Size(90, 13);
     this.filesizeLabel.TabIndex = 21;
     this.filesizeLabel.Text     = "Filesize";
     //
     // audioGroupbox
     //
     this.audioGroupbox.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.audioGroupbox.ContextMenuStrip = this.contextMenuStrip1;
     this.audioGroupbox.Controls.Add(this.panel1);
     this.audioGroupbox.Location = new System.Drawing.Point(8, 88);
     this.audioGroupbox.Name     = "audioGroupbox";
     this.audioGroupbox.Size     = new System.Drawing.Size(437, 91);
     this.audioGroupbox.TabIndex = 5;
     this.audioGroupbox.TabStop  = false;
     this.audioGroupbox.Text     = "Audio";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addTrackToolStripMenuItem,
         this.removeTrackToolStripMenuItem
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(141, 48);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // addTrackToolStripMenuItem
     //
     this.addTrackToolStripMenuItem.Name   = "addTrackToolStripMenuItem";
     this.addTrackToolStripMenuItem.Size   = new System.Drawing.Size(140, 22);
     this.addTrackToolStripMenuItem.Text   = "Add track";
     this.addTrackToolStripMenuItem.Click += new System.EventHandler(this.addTrackToolStripMenuItem_Click);
     //
     // removeTrackToolStripMenuItem
     //
     this.removeTrackToolStripMenuItem.Name   = "removeTrackToolStripMenuItem";
     this.removeTrackToolStripMenuItem.Size   = new System.Drawing.Size(140, 22);
     this.removeTrackToolStripMenuItem.Text   = "Remove track";
     this.removeTrackToolStripMenuItem.Click += new System.EventHandler(this.removeTrackToolStripMenuItem_Click);
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.audioTrack1);
     this.panel1.Controls.Add(this.track2Label);
     this.panel1.Controls.Add(this.audioTrack2);
     this.panel1.Controls.Add(this.track1Label);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 16);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(431, 72);
     this.panel1.TabIndex = 21;
     //
     // audioTrack1
     //
     this.audioTrack1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.audioTrack1.Filter            = "All files (*.*)|*.*";
     this.audioTrack1.Location          = new System.Drawing.Point(120, 3);
     this.audioTrack1.MaximumSize       = new System.Drawing.Size(1000, 29);
     this.audioTrack1.MinimumSize       = new System.Drawing.Size(64, 29);
     this.audioTrack1.Name              = "audioTrack1";
     this.audioTrack1.SelectedIndex     = 0;
     this.audioTrack1.Size              = new System.Drawing.Size(298, 29);
     this.audioTrack1.TabIndex          = 19;
     this.audioTrack1.SelectionChanged += new MeGUI.StringChanged(this.audioTrack1_SelectionChanged);
     //
     // track2Label
     //
     this.track2Label.AutoSize = true;
     this.track2Label.Location = new System.Drawing.Point(13, 41);
     this.track2Label.Name     = "track2Label";
     this.track2Label.Size     = new System.Drawing.Size(44, 13);
     this.track2Label.TabIndex = 16;
     this.track2Label.Text     = "Track 2";
     //
     // audioTrack2
     //
     this.audioTrack2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.audioTrack2.Filter            = "All files (*.*)|*.*";
     this.audioTrack2.Location          = new System.Drawing.Point(120, 38);
     this.audioTrack2.MaximumSize       = new System.Drawing.Size(1000, 29);
     this.audioTrack2.MinimumSize       = new System.Drawing.Size(64, 29);
     this.audioTrack2.Name              = "audioTrack2";
     this.audioTrack2.SelectedIndex     = 0;
     this.audioTrack2.Size              = new System.Drawing.Size(298, 29);
     this.audioTrack2.TabIndex          = 20;
     this.audioTrack2.SelectionChanged += new MeGUI.StringChanged(this.audioTrack1_SelectionChanged);
     //
     // track1Label
     //
     this.track1Label.AutoSize = true;
     this.track1Label.Location = new System.Drawing.Point(13, 11);
     this.track1Label.Name     = "track1Label";
     this.track1Label.Size     = new System.Drawing.Size(44, 13);
     this.track1Label.TabIndex = 15;
     this.track1Label.Text     = "Track 1";
     //
     // tabControl1
     //
     this.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)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.encoderConfigTab);
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(461, 298);
     this.tabControl1.TabIndex      = 0;
     //
     // encoderConfigTab
     //
     this.encoderConfigTab.Controls.Add(this.containerFormatLabel);
     this.encoderConfigTab.Controls.Add(this.containerFormat);
     this.encoderConfigTab.Controls.Add(this.groupBox1);
     this.encoderConfigTab.Controls.Add(this.videoGroupBox);
     this.encoderConfigTab.Location = new System.Drawing.Point(4, 22);
     this.encoderConfigTab.Name     = "encoderConfigTab";
     this.encoderConfigTab.Padding  = new System.Windows.Forms.Padding(3);
     this.encoderConfigTab.Size     = new System.Drawing.Size(453, 272);
     this.encoderConfigTab.TabIndex = 2;
     this.encoderConfigTab.Text     = "Encoder Config";
     this.encoderConfigTab.UseVisualStyleBackColor = true;
     //
     // containerFormatLabel
     //
     this.containerFormatLabel.AutoSize = true;
     this.containerFormatLabel.Location = new System.Drawing.Point(15, 242);
     this.containerFormatLabel.Name     = "containerFormatLabel";
     this.containerFormatLabel.Size     = new System.Drawing.Size(87, 13);
     this.containerFormatLabel.TabIndex = 38;
     this.containerFormatLabel.Text     = "Container Format";
     //
     // containerFormat
     //
     this.containerFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.containerFormat.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.containerFormat.Location              = new System.Drawing.Point(124, 239);
     this.containerFormat.Name                  = "containerFormat";
     this.containerFormat.Size                  = new System.Drawing.Size(127, 21);
     this.containerFormat.TabIndex              = 37;
     this.containerFormat.SelectedIndexChanged += new System.EventHandler(this.containerFormat_SelectedIndexChanged_1);
     //
     // groupBox1
     //
     this.groupBox1.ContextMenuStrip = this.contextMenuStrip1;
     this.groupBox1.Controls.Add(this.tabControl2);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(3, 80);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(447, 139);
     this.groupBox1.TabIndex = 35;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Audio";
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.trackTabPage1);
     this.tabControl2.Controls.Add(trackTabPage2);
     this.tabControl2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl2.Location      = new System.Drawing.Point(3, 16);
     this.tabControl2.Name          = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size          = new System.Drawing.Size(441, 120);
     this.tabControl2.TabIndex      = 32;
     //
     // videoGroupBox
     //
     this.videoGroupBox.Controls.Add(this.label4);
     this.videoGroupBox.Controls.Add(this.videoProfile);
     this.videoGroupBox.Controls.Add(this.addPrerenderJob);
     this.videoGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.videoGroupBox.Location = new System.Drawing.Point(3, 3);
     this.videoGroupBox.Name     = "videoGroupBox";
     this.videoGroupBox.Size     = new System.Drawing.Size(447, 77);
     this.videoGroupBox.TabIndex = 31;
     this.videoGroupBox.TabStop  = false;
     this.videoGroupBox.Text     = "Video Settings";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 24);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(66, 13);
     this.label4.TabIndex = 38;
     this.label4.Text     = "Video Profile";
     //
     // videoProfile
     //
     this.videoProfile.Location                = new System.Drawing.Point(121, 19);
     this.videoProfile.Name                    = "videoProfile";
     this.videoProfile.ProfileSet              = "Video";
     this.videoProfile.Size                    = new System.Drawing.Size(319, 22);
     this.videoProfile.TabIndex                = 17;
     this.videoProfile.SelectedProfileChanged += new System.EventHandler(this.ProfileChanged);
     //
     // addPrerenderJob
     //
     this.addPrerenderJob.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.addPrerenderJob.AutoSize = true;
     this.addPrerenderJob.Location = new System.Drawing.Point(121, 47);
     this.addPrerenderJob.Name     = "addPrerenderJob";
     this.addPrerenderJob.Size     = new System.Drawing.Size(127, 17);
     this.addPrerenderJob.TabIndex = 16;
     this.addPrerenderJob.Text     = "Add pre-rendering job";
     this.addPrerenderJob.UseVisualStyleBackColor = true;
     //
     // openFileDialog
     //
     this.openFileDialog.Filter = "IFO Files|*.ifo|VOB Files (*.vob)|*.vob|MPEG-1/2 Program Streams (*.mpg)|*.mpg|Tr" +
                                  "ansport Streams (*.ts)|*.ts";
     //
     // showAdvancedOptions
     //
     this.showAdvancedOptions.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.showAdvancedOptions.AutoSize = true;
     this.showAdvancedOptions.Location = new System.Drawing.Point(74, 310);
     this.showAdvancedOptions.Name     = "showAdvancedOptions";
     this.showAdvancedOptions.Size     = new System.Drawing.Size(144, 17);
     this.showAdvancedOptions.TabIndex = 31;
     this.showAdvancedOptions.Text     = "Show Advanced Options";
     this.showAdvancedOptions.UseVisualStyleBackColor = true;
     this.showAdvancedOptions.CheckedChanged         += new System.EventHandler(this.showAdvancedOptions_CheckedChanged);
     //
     // goButton
     //
     this.goButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.goButton.Location = new System.Drawing.Point(374, 304);
     this.goButton.Name     = "goButton";
     this.goButton.Size     = new System.Drawing.Size(75, 23);
     this.goButton.TabIndex = 29;
     this.goButton.Text     = "Go!";
     this.goButton.UseVisualStyleBackColor = true;
     this.goButton.Click += new System.EventHandler(this.goButton_Click);
     //
     // openOnQueue
     //
     this.openOnQueue.Location = new System.Drawing.Point(242, 306);
     this.openOnQueue.Name     = "openOnQueue";
     this.openOnQueue.Size     = new System.Drawing.Size(96, 24);
     this.openOnQueue.TabIndex = 33;
     this.openOnQueue.Text     = "and open next";
     //
     //
     // helpButton1
     //
     this.helpButton1.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.helpButton1.ArticleName  = "One click encoder";
     this.helpButton1.AutoSize     = true;
     this.helpButton1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.helpButton1.Location     = new System.Drawing.Point(12, 304);
     this.helpButton1.Name         = "helpButton1";
     this.helpButton1.Size         = new System.Drawing.Size(39, 23);
     this.helpButton1.TabIndex     = 32;
     //
     // OneClickWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(461, 335);
     this.Controls.Add(this.openOnQueue);
     this.Controls.Add(this.helpButton1);
     this.Controls.Add(this.showAdvancedOptions);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.goButton);
     this.Name = "OneClickWindow";
     this.Text = "MeGUI - One Click Encoder";
     trackTabPage2.ResumeLayout(false);
     this.trackTabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.avsBox.ResumeLayout(false);
     this.avsBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.horizontalResolution)).EndInit();
     this.locationGroupBox.ResumeLayout(false);
     this.locationGroupBox.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     this.IOGroupbox.ResumeLayout(false);
     this.targetGroupBox.ResumeLayout(false);
     this.targetGroupBox.PerformLayout();
     this.audioGroupbox.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.encoderConfigTab.ResumeLayout(false);
     this.encoderConfigTab.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.tabControl2.ResumeLayout(false);
     this.videoGroupBox.ResumeLayout(false);
     this.videoGroupBox.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 30
0
 /// <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.TabPage      tabPageGeneral;
     System.Windows.Forms.GroupBox     groupBoxLogonUser;
     System.Windows.Forms.Label        label6;
     System.Windows.Forms.Label        label2;
     System.Windows.Forms.TabPage      tabPageServices;
     System.Windows.Forms.GroupBox     groupBoxAnonymous;
     System.Windows.Forms.GroupBox     groupBox2;
     System.Windows.Forms.GroupBox     groupBox1;
     System.Windows.Forms.Label        label3;
     System.Windows.Forms.GroupBox     groupBoxFromBits;
     System.Windows.Forms.Label        label4;
     System.Windows.Forms.ColumnHeader columnHeaderProcess;
     this.groupBoxServiceAccounts = new System.Windows.Forms.GroupBox();
     this.btnCreateSystem         = new System.Windows.Forms.Button();
     this.btnCreateNetworkService = new System.Windows.Forms.Button();
     this.btnCreateLocalService   = new System.Windows.Forms.Button();
     this.radioLUS4U           = new System.Windows.Forms.RadioButton();
     this.radioLUNormal        = new System.Windows.Forms.RadioButton();
     this.txtLUPassword        = new System.Windows.Forms.TextBox();
     this.comboBoxS4ULogonType = new System.Windows.Forms.ComboBox();
     this.btnCreteS4U          = new System.Windows.Forms.Button();
     this.label1                               = new System.Windows.Forms.Label();
     this.txtS4URealm                          = new System.Windows.Forms.TextBox();
     this.txtS4UUserName                       = new System.Windows.Forms.TextBox();
     this.labelUsername                        = new System.Windows.Forms.Label();
     this.btnCreateAnonymous                   = new System.Windows.Forms.Button();
     this.btnClipboardToken                    = new System.Windows.Forms.Button();
     this.btnPipeConnect                       = new System.Windows.Forms.Button();
     this.btnStartServer                       = new System.Windows.Forms.Button();
     this.txtPipeName                          = new System.Windows.Forms.TextBox();
     this.btnCreateFromBits                    = new System.Windows.Forms.Button();
     this.tabControlTests                      = new System.Windows.Forms.TabControl();
     this.tabPageProcesses                     = new System.Windows.Forms.TabPage();
     this.btnFilter                            = new System.Windows.Forms.Button();
     this.txtFilter                            = new System.Windows.Forms.TextBox();
     this.checkBoxUnrestricted                 = new System.Windows.Forms.CheckBox();
     this.btnCurrentProcess                    = new System.Windows.Forms.Button();
     this.treeViewProcesses                    = new System.Windows.Forms.TreeView();
     this.contextMenuStripProcesses            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.openTokenToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshTokenHandlesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabPageThreads                       = new System.Windows.Forms.TabPage();
     this.listViewThreads                      = new System.Windows.Forms.ListView();
     this.columnHeaderTID                      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderTokenUser                = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderImpLevel                 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStripThreads              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemOpenThreadToken     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemRefreshThreads      = new System.Windows.Forms.ToolStripMenuItem();
     this.openProcessTokenToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     tabPageGeneral                            = new System.Windows.Forms.TabPage();
     groupBoxLogonUser                         = new System.Windows.Forms.GroupBox();
     label6              = new System.Windows.Forms.Label();
     label2              = new System.Windows.Forms.Label();
     tabPageServices     = new System.Windows.Forms.TabPage();
     groupBoxAnonymous   = new System.Windows.Forms.GroupBox();
     groupBox2           = new System.Windows.Forms.GroupBox();
     groupBox1           = new System.Windows.Forms.GroupBox();
     label3              = new System.Windows.Forms.Label();
     groupBoxFromBits    = new System.Windows.Forms.GroupBox();
     label4              = new System.Windows.Forms.Label();
     columnHeaderProcess = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     tabPageGeneral.SuspendLayout();
     this.groupBoxServiceAccounts.SuspendLayout();
     groupBoxLogonUser.SuspendLayout();
     tabPageServices.SuspendLayout();
     groupBoxAnonymous.SuspendLayout();
     groupBox2.SuspendLayout();
     groupBox1.SuspendLayout();
     groupBoxFromBits.SuspendLayout();
     this.tabControlTests.SuspendLayout();
     this.tabPageProcesses.SuspendLayout();
     this.contextMenuStripProcesses.SuspendLayout();
     this.tabPageThreads.SuspendLayout();
     this.contextMenuStripThreads.SuspendLayout();
     this.SuspendLayout();
     //
     // tabPageGeneral
     //
     tabPageGeneral.Controls.Add(this.groupBoxServiceAccounts);
     tabPageGeneral.Controls.Add(groupBoxLogonUser);
     tabPageGeneral.Location = new System.Drawing.Point(4, 22);
     tabPageGeneral.Name     = "tabPageGeneral";
     tabPageGeneral.Padding  = new System.Windows.Forms.Padding(3);
     tabPageGeneral.Size     = new System.Drawing.Size(600, 397);
     tabPageGeneral.TabIndex = 3;
     tabPageGeneral.Text     = "Logon User";
     tabPageGeneral.UseVisualStyleBackColor = true;
     //
     // groupBoxServiceAccounts
     //
     this.groupBoxServiceAccounts.Controls.Add(this.btnCreateSystem);
     this.groupBoxServiceAccounts.Controls.Add(this.btnCreateNetworkService);
     this.groupBoxServiceAccounts.Controls.Add(this.btnCreateLocalService);
     this.groupBoxServiceAccounts.Location = new System.Drawing.Point(6, 195);
     this.groupBoxServiceAccounts.Name     = "groupBoxServiceAccounts";
     this.groupBoxServiceAccounts.Size     = new System.Drawing.Size(308, 51);
     this.groupBoxServiceAccounts.TabIndex = 2;
     this.groupBoxServiceAccounts.TabStop  = false;
     this.groupBoxServiceAccounts.Text     = "Service Accounts";
     //
     // btnCreateSystem
     //
     this.btnCreateSystem.Location = new System.Drawing.Point(221, 19);
     this.btnCreateSystem.Name     = "btnCreateSystem";
     this.btnCreateSystem.Size     = new System.Drawing.Size(75, 23);
     this.btnCreateSystem.TabIndex = 13;
     this.btnCreateSystem.Text     = "System";
     this.btnCreateSystem.UseVisualStyleBackColor = true;
     this.btnCreateSystem.Click += new System.EventHandler(this.btnCreateSystem_Click);
     //
     // btnCreateNetworkService
     //
     this.btnCreateNetworkService.Location = new System.Drawing.Point(112, 19);
     this.btnCreateNetworkService.Name     = "btnCreateNetworkService";
     this.btnCreateNetworkService.Size     = new System.Drawing.Size(103, 23);
     this.btnCreateNetworkService.TabIndex = 12;
     this.btnCreateNetworkService.Text     = "Network Service";
     this.btnCreateNetworkService.UseVisualStyleBackColor = true;
     this.btnCreateNetworkService.Click += new System.EventHandler(this.btnCreateNetworkService_Click);
     //
     // btnCreateLocalService
     //
     this.btnCreateLocalService.Location = new System.Drawing.Point(14, 19);
     this.btnCreateLocalService.Name     = "btnCreateLocalService";
     this.btnCreateLocalService.Size     = new System.Drawing.Size(92, 23);
     this.btnCreateLocalService.TabIndex = 11;
     this.btnCreateLocalService.Text     = "Local Service";
     this.btnCreateLocalService.UseVisualStyleBackColor = true;
     this.btnCreateLocalService.Click += new System.EventHandler(this.btnCreateLocalService_Click);
     //
     // groupBoxLogonUser
     //
     groupBoxLogonUser.Controls.Add(this.radioLUS4U);
     groupBoxLogonUser.Controls.Add(this.radioLUNormal);
     groupBoxLogonUser.Controls.Add(this.txtLUPassword);
     groupBoxLogonUser.Controls.Add(label6);
     groupBoxLogonUser.Controls.Add(this.comboBoxS4ULogonType);
     groupBoxLogonUser.Controls.Add(label2);
     groupBoxLogonUser.Controls.Add(this.btnCreteS4U);
     groupBoxLogonUser.Controls.Add(this.label1);
     groupBoxLogonUser.Controls.Add(this.txtS4URealm);
     groupBoxLogonUser.Controls.Add(this.txtS4UUserName);
     groupBoxLogonUser.Controls.Add(this.labelUsername);
     groupBoxLogonUser.Location = new System.Drawing.Point(6, 6);
     groupBoxLogonUser.Name     = "groupBoxLogonUser";
     groupBoxLogonUser.Size     = new System.Drawing.Size(308, 183);
     groupBoxLogonUser.TabIndex = 0;
     groupBoxLogonUser.TabStop  = false;
     groupBoxLogonUser.Text     = "Logon User";
     //
     // radioLUS4U
     //
     this.radioLUS4U.AutoSize = true;
     this.radioLUS4U.Location = new System.Drawing.Point(90, 19);
     this.radioLUS4U.Name     = "radioLUS4U";
     this.radioLUS4U.Size     = new System.Drawing.Size(105, 17);
     this.radioLUS4U.TabIndex = 17;
     this.radioLUS4U.Text     = "Services 4 Users";
     this.radioLUS4U.UseVisualStyleBackColor = true;
     this.radioLUS4U.CheckedChanged         += new System.EventHandler(this.radioLUS4U_CheckedChanged);
     //
     // radioLUNormal
     //
     this.radioLUNormal.AutoSize = true;
     this.radioLUNormal.Checked  = true;
     this.radioLUNormal.Location = new System.Drawing.Point(16, 19);
     this.radioLUNormal.Name     = "radioLUNormal";
     this.radioLUNormal.Size     = new System.Drawing.Size(58, 17);
     this.radioLUNormal.TabIndex = 16;
     this.radioLUNormal.TabStop  = true;
     this.radioLUNormal.Text     = "Normal";
     this.radioLUNormal.UseVisualStyleBackColor = true;
     //
     // txtLUPassword
     //
     this.txtLUPassword.Location = new System.Drawing.Point(90, 98);
     this.txtLUPassword.Name     = "txtLUPassword";
     this.txtLUPassword.Size     = new System.Drawing.Size(195, 20);
     this.txtLUPassword.TabIndex = 15;
     this.txtLUPassword.UseSystemPasswordChar = true;
     //
     // label6
     //
     label6.AutoSize = true;
     label6.Location = new System.Drawing.Point(13, 99);
     label6.Name     = "label6";
     label6.Size     = new System.Drawing.Size(56, 13);
     label6.TabIndex = 14;
     label6.Text     = "Password:"******"comboBoxS4ULogonType";
     this.comboBoxS4ULogonType.Size     = new System.Drawing.Size(121, 21);
     this.comboBoxS4ULogonType.TabIndex = 11;
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(13, 127);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(67, 13);
     label2.TabIndex = 10;
     label2.Text     = "Logon Type:";
     //
     // btnCreteS4U
     //
     this.btnCreteS4U.Location = new System.Drawing.Point(16, 151);
     this.btnCreteS4U.Name     = "btnCreteS4U";
     this.btnCreteS4U.Size     = new System.Drawing.Size(75, 23);
     this.btnCreteS4U.TabIndex = 9;
     this.btnCreteS4U.Text     = "Create";
     this.btnCreteS4U.UseVisualStyleBackColor = true;
     this.btnCreteS4U.Click += new System.EventHandler(this.btnTestS4U_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 72);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(46, 13);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Domain:";
     //
     // txtS4URealm
     //
     this.txtS4URealm.Location = new System.Drawing.Point(90, 72);
     this.txtS4URealm.Name     = "txtS4URealm";
     this.txtS4URealm.Size     = new System.Drawing.Size(195, 20);
     this.txtS4URealm.TabIndex = 7;
     //
     // txtS4UUserName
     //
     this.txtS4UUserName.Location = new System.Drawing.Point(90, 45);
     this.txtS4UUserName.Name     = "txtS4UUserName";
     this.txtS4UUserName.Size     = new System.Drawing.Size(195, 20);
     this.txtS4UUserName.TabIndex = 6;
     //
     // labelUsername
     //
     this.labelUsername.AutoSize = true;
     this.labelUsername.Location = new System.Drawing.Point(13, 48);
     this.labelUsername.Name     = "labelUsername";
     this.labelUsername.Size     = new System.Drawing.Size(58, 13);
     this.labelUsername.TabIndex = 5;
     this.labelUsername.Text     = "Username:"******"tabPageServices";
     tabPageServices.Padding  = new System.Windows.Forms.Padding(3);
     tabPageServices.Size     = new System.Drawing.Size(600, 397);
     tabPageServices.TabIndex = 4;
     tabPageServices.Text     = "Services";
     tabPageServices.UseVisualStyleBackColor = true;
     //
     // groupBoxAnonymous
     //
     groupBoxAnonymous.Controls.Add(this.btnCreateAnonymous);
     groupBoxAnonymous.Location = new System.Drawing.Point(8, 229);
     groupBoxAnonymous.Name     = "groupBoxAnonymous";
     groupBoxAnonymous.Size     = new System.Drawing.Size(296, 53);
     groupBoxAnonymous.TabIndex = 3;
     groupBoxAnonymous.TabStop  = false;
     groupBoxAnonymous.Text     = "Anonymous Token";
     //
     // btnCreateAnonymous
     //
     this.btnCreateAnonymous.Location = new System.Drawing.Point(6, 19);
     this.btnCreateAnonymous.Name     = "btnCreateAnonymous";
     this.btnCreateAnonymous.Size     = new System.Drawing.Size(75, 23);
     this.btnCreateAnonymous.TabIndex = 10;
     this.btnCreateAnonymous.Text     = "Create";
     this.btnCreateAnonymous.UseVisualStyleBackColor = true;
     this.btnCreateAnonymous.Click += new System.EventHandler(this.btnCreateAnonymous_Click);
     //
     // groupBox2
     //
     groupBox2.Controls.Add(this.btnClipboardToken);
     groupBox2.Location = new System.Drawing.Point(8, 170);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(296, 53);
     groupBox2.TabIndex = 2;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Win32 Clipboard Token";
     //
     // btnClipboardToken
     //
     this.btnClipboardToken.Location = new System.Drawing.Point(6, 19);
     this.btnClipboardToken.Name     = "btnClipboardToken";
     this.btnClipboardToken.Size     = new System.Drawing.Size(75, 23);
     this.btnClipboardToken.TabIndex = 2;
     this.btnClipboardToken.Text     = "Create";
     this.btnClipboardToken.UseVisualStyleBackColor = true;
     this.btnClipboardToken.Click += new System.EventHandler(this.btnClipboardToken_Click);
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.btnPipeConnect);
     groupBox1.Controls.Add(this.btnStartServer);
     groupBox1.Controls.Add(this.txtPipeName);
     groupBox1.Controls.Add(label3);
     groupBox1.Location = new System.Drawing.Point(8, 67);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(296, 97);
     groupBox1.TabIndex = 1;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Named Pipe";
     //
     // btnPipeConnect
     //
     this.btnPipeConnect.Location = new System.Drawing.Point(109, 62);
     this.btnPipeConnect.Name     = "btnPipeConnect";
     this.btnPipeConnect.Size     = new System.Drawing.Size(75, 23);
     this.btnPipeConnect.TabIndex = 10;
     this.btnPipeConnect.Text     = "Connect";
     this.btnPipeConnect.UseVisualStyleBackColor = true;
     this.btnPipeConnect.Click += new System.EventHandler(this.btnPipeConnect_Click);
     //
     // btnStartServer
     //
     this.btnStartServer.Location = new System.Drawing.Point(6, 62);
     this.btnStartServer.Name     = "btnStartServer";
     this.btnStartServer.Size     = new System.Drawing.Size(75, 23);
     this.btnStartServer.TabIndex = 9;
     this.btnStartServer.Text     = "Start Server";
     this.btnStartServer.UseVisualStyleBackColor = true;
     this.btnStartServer.Click += new System.EventHandler(this.btnStartServer_Click);
     //
     // txtPipeName
     //
     this.txtPipeName.Location = new System.Drawing.Point(83, 23);
     this.txtPipeName.Name     = "txtPipeName";
     this.txtPipeName.Size     = new System.Drawing.Size(195, 20);
     this.txtPipeName.TabIndex = 8;
     this.txtPipeName.Text     = "dummypipe";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(6, 26);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(62, 13);
     label3.TabIndex = 7;
     label3.Text     = "Pipe Name:";
     //
     // groupBoxFromBits
     //
     groupBoxFromBits.Controls.Add(this.btnCreateFromBits);
     groupBoxFromBits.Location = new System.Drawing.Point(8, 6);
     groupBoxFromBits.Name     = "groupBoxFromBits";
     groupBoxFromBits.Size     = new System.Drawing.Size(296, 55);
     groupBoxFromBits.TabIndex = 0;
     groupBoxFromBits.TabStop  = false;
     groupBoxFromBits.Text     = "Token from BITS";
     //
     // btnCreateFromBits
     //
     this.btnCreateFromBits.Location = new System.Drawing.Point(6, 19);
     this.btnCreateFromBits.Name     = "btnCreateFromBits";
     this.btnCreateFromBits.Size     = new System.Drawing.Size(75, 23);
     this.btnCreateFromBits.TabIndex = 1;
     this.btnCreateFromBits.Text     = "Create";
     this.btnCreateFromBits.UseVisualStyleBackColor = true;
     this.btnCreateFromBits.Click += new System.EventHandler(this.btnCreateFromBits_Click);
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(109, 11);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(63, 13);
     label4.TabIndex = 3;
     label4.Text     = "Name Filter:";
     //
     // columnHeaderProcess
     //
     columnHeaderProcess.Text  = "Process";
     columnHeaderProcess.Width = 71;
     //
     // tabControlTests
     //
     this.tabControlTests.Controls.Add(this.tabPageProcesses);
     this.tabControlTests.Controls.Add(this.tabPageThreads);
     this.tabControlTests.Controls.Add(tabPageGeneral);
     this.tabControlTests.Controls.Add(tabPageServices);
     this.tabControlTests.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControlTests.Location      = new System.Drawing.Point(0, 0);
     this.tabControlTests.Name          = "tabControlTests";
     this.tabControlTests.SelectedIndex = 0;
     this.tabControlTests.Size          = new System.Drawing.Size(608, 423);
     this.tabControlTests.TabIndex      = 0;
     //
     // tabPageProcesses
     //
     this.tabPageProcesses.Controls.Add(this.btnFilter);
     this.tabPageProcesses.Controls.Add(this.txtFilter);
     this.tabPageProcesses.Controls.Add(label4);
     this.tabPageProcesses.Controls.Add(this.checkBoxUnrestricted);
     this.tabPageProcesses.Controls.Add(this.btnCurrentProcess);
     this.tabPageProcesses.Controls.Add(this.treeViewProcesses);
     this.tabPageProcesses.Location = new System.Drawing.Point(4, 22);
     this.tabPageProcesses.Name     = "tabPageProcesses";
     this.tabPageProcesses.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageProcesses.Size     = new System.Drawing.Size(600, 397);
     this.tabPageProcesses.TabIndex = 2;
     this.tabPageProcesses.Text     = "Processes";
     this.tabPageProcesses.UseVisualStyleBackColor = true;
     //
     // btnFilter
     //
     this.btnFilter.Location = new System.Drawing.Point(438, 5);
     this.btnFilter.Name     = "btnFilter";
     this.btnFilter.Size     = new System.Drawing.Size(75, 23);
     this.btnFilter.TabIndex = 5;
     this.btnFilter.Text     = "Apply Filter";
     this.btnFilter.UseVisualStyleBackColor = true;
     this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
     //
     // txtFilter
     //
     this.txtFilter.Location = new System.Drawing.Point(178, 8);
     this.txtFilter.Name     = "txtFilter";
     this.txtFilter.Size     = new System.Drawing.Size(140, 20);
     this.txtFilter.TabIndex = 4;
     //
     // checkBoxUnrestricted
     //
     this.checkBoxUnrestricted.AutoSize = true;
     this.checkBoxUnrestricted.Location = new System.Drawing.Point(324, 8);
     this.checkBoxUnrestricted.Name     = "checkBoxUnrestricted";
     this.checkBoxUnrestricted.Size     = new System.Drawing.Size(108, 17);
     this.checkBoxUnrestricted.TabIndex = 2;
     this.checkBoxUnrestricted.Text     = "Hide Unrestricted";
     this.checkBoxUnrestricted.UseVisualStyleBackColor = true;
     //
     // btnCurrentProcess
     //
     this.btnCurrentProcess.Location = new System.Drawing.Point(3, 6);
     this.btnCurrentProcess.Name     = "btnCurrentProcess";
     this.btnCurrentProcess.Size     = new System.Drawing.Size(100, 23);
     this.btnCurrentProcess.TabIndex = 1;
     this.btnCurrentProcess.Text     = "Current Process";
     this.btnCurrentProcess.UseVisualStyleBackColor = true;
     this.btnCurrentProcess.Click += new System.EventHandler(this.btnCurrentProcess_Click);
     //
     // treeViewProcesses
     //
     this.treeViewProcesses.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.treeViewProcesses.ContextMenuStrip = this.contextMenuStripProcesses;
     this.treeViewProcesses.Location         = new System.Drawing.Point(3, 31);
     this.treeViewProcesses.Name             = "treeViewProcesses";
     this.treeViewProcesses.Size             = new System.Drawing.Size(594, 363);
     this.treeViewProcesses.TabIndex         = 0;
     this.treeViewProcesses.MouseDown       += new System.Windows.Forms.MouseEventHandler(this.treeViewProcesses_MouseDown);
     //
     // contextMenuStripProcesses
     //
     this.contextMenuStripProcesses.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openTokenToolStripMenuItem,
         this.refreshToolStripMenuItem,
         this.refreshTokenHandlesToolStripMenuItem
     });
     this.contextMenuStripProcesses.Name = "contextMenuStripProcesses";
     this.contextMenuStripProcesses.Size = new System.Drawing.Size(196, 70);
     //
     // openTokenToolStripMenuItem
     //
     this.openTokenToolStripMenuItem.Name   = "openTokenToolStripMenuItem";
     this.openTokenToolStripMenuItem.Size   = new System.Drawing.Size(195, 22);
     this.openTokenToolStripMenuItem.Text   = "Open Token";
     this.openTokenToolStripMenuItem.Click += new System.EventHandler(this.openTokenToolStripMenuItem_Click);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Name         = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.refreshToolStripMenuItem.Size         = new System.Drawing.Size(195, 22);
     this.refreshToolStripMenuItem.Text         = "Refresh";
     this.refreshToolStripMenuItem.Click       += new System.EventHandler(this.refreshToolStripMenuItem_Click);
     //
     // refreshTokenHandlesToolStripMenuItem
     //
     this.refreshTokenHandlesToolStripMenuItem.Name   = "refreshTokenHandlesToolStripMenuItem";
     this.refreshTokenHandlesToolStripMenuItem.Size   = new System.Drawing.Size(195, 22);
     this.refreshTokenHandlesToolStripMenuItem.Text   = "Refresh Token Handles";
     this.refreshTokenHandlesToolStripMenuItem.Click += new System.EventHandler(this.refreshTokenHandlesToolStripMenuItem_Click);
     //
     // tabPageThreads
     //
     this.tabPageThreads.Controls.Add(this.listViewThreads);
     this.tabPageThreads.Location = new System.Drawing.Point(4, 22);
     this.tabPageThreads.Name     = "tabPageThreads";
     this.tabPageThreads.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageThreads.Size     = new System.Drawing.Size(600, 397);
     this.tabPageThreads.TabIndex = 5;
     this.tabPageThreads.Text     = "Threads";
     this.tabPageThreads.UseVisualStyleBackColor = true;
     //
     // listViewThreads
     //
     this.listViewThreads.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         columnHeaderProcess,
         this.columnHeaderTID,
         this.columnHeaderTokenUser,
         this.columnHeaderImpLevel
     });
     this.listViewThreads.ContextMenuStrip = this.contextMenuStripThreads;
     this.listViewThreads.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listViewThreads.FullRowSelect    = true;
     this.listViewThreads.Location         = new System.Drawing.Point(3, 3);
     this.listViewThreads.Name             = "listViewThreads";
     this.listViewThreads.Size             = new System.Drawing.Size(594, 391);
     this.listViewThreads.TabIndex         = 0;
     this.listViewThreads.UseCompatibleStateImageBehavior = false;
     this.listViewThreads.View         = System.Windows.Forms.View.Details;
     this.listViewThreads.DoubleClick += new System.EventHandler(this.toolStripMenuItemOpenThreadToken_Click);
     //
     // columnHeaderTID
     //
     this.columnHeaderTID.Text  = "Thread ID";
     this.columnHeaderTID.Width = 89;
     //
     // columnHeaderTokenUser
     //
     this.columnHeaderTokenUser.Text  = "User";
     this.columnHeaderTokenUser.Width = 257;
     //
     // columnHeaderImpLevel
     //
     this.columnHeaderImpLevel.Text  = "Impersonation Level";
     this.columnHeaderImpLevel.Width = 149;
     //
     // contextMenuStripThreads
     //
     this.contextMenuStripThreads.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemOpenThreadToken,
         this.openProcessTokenToolStripMenuItem,
         this.toolStripMenuItemRefreshThreads
     });
     this.contextMenuStripThreads.Name = "contextMenuStripProcesses";
     this.contextMenuStripThreads.Size = new System.Drawing.Size(183, 92);
     //
     // toolStripMenuItemOpenThreadToken
     //
     this.toolStripMenuItemOpenThreadToken.Name   = "toolStripMenuItemOpenThreadToken";
     this.toolStripMenuItemOpenThreadToken.Size   = new System.Drawing.Size(179, 22);
     this.toolStripMenuItemOpenThreadToken.Text   = "Open Thread Token";
     this.toolStripMenuItemOpenThreadToken.Click += new System.EventHandler(this.toolStripMenuItemOpenThreadToken_Click);
     //
     // toolStripMenuItemRefreshThreads
     //
     this.toolStripMenuItemRefreshThreads.Name         = "toolStripMenuItemRefreshThreads";
     this.toolStripMenuItemRefreshThreads.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.toolStripMenuItemRefreshThreads.Size         = new System.Drawing.Size(139, 22);
     this.toolStripMenuItemRefreshThreads.Text         = "Refresh";
     this.toolStripMenuItemRefreshThreads.Click       += new System.EventHandler(this.refreshToolStripMenuItem_Click);
     //
     // openProcessTokenToolStripMenuItem
     //
     this.openProcessTokenToolStripMenuItem.Name   = "openProcessTokenToolStripMenuItem";
     this.openProcessTokenToolStripMenuItem.Size   = new System.Drawing.Size(182, 22);
     this.openProcessTokenToolStripMenuItem.Text   = "Open Process Token";
     this.openProcessTokenToolStripMenuItem.Click += new System.EventHandler(this.openProcessTokenToolStripMenuItem_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(608, 423);
     this.Controls.Add(this.tabControlTests);
     this.Name  = "MainForm";
     this.Text  = "Token Viewer";
     this.Load += new System.EventHandler(this.MainForm_Load);
     tabPageGeneral.ResumeLayout(false);
     this.groupBoxServiceAccounts.ResumeLayout(false);
     groupBoxLogonUser.ResumeLayout(false);
     groupBoxLogonUser.PerformLayout();
     tabPageServices.ResumeLayout(false);
     groupBoxAnonymous.ResumeLayout(false);
     groupBox2.ResumeLayout(false);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     groupBoxFromBits.ResumeLayout(false);
     this.tabControlTests.ResumeLayout(false);
     this.tabPageProcesses.ResumeLayout(false);
     this.tabPageProcesses.PerformLayout();
     this.contextMenuStripProcesses.ResumeLayout(false);
     this.tabPageThreads.ResumeLayout(false);
     this.contextMenuStripThreads.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 31
0
 /// <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.TabPage tabproperties;
     System.Windows.Forms.Label   label2;
     System.Windows.Forms.Label   label3;
     System.Windows.Forms.Label   label1;
     System.Windows.Forms.Label   label6;
     this.groupposition       = new System.Windows.Forms.GroupBox();
     this.panelHeightControls = new System.Windows.Forms.Panel();
     this.clearZFloor         = new System.Windows.Forms.Button();
     this.clearZCeiling       = new System.Windows.Forms.Button();
     this.zceiling            = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
     this.zfloor     = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
     this.positiony  = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
     this.positionx  = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
     this.tabs       = new System.Windows.Forms.TabControl();
     this.tabcustom  = new System.Windows.Forms.TabPage();
     this.fieldslist = new CodeImp.DoomBuilder.Controls.FieldsEditorControl();
     this.cancel     = new System.Windows.Forms.Button();
     this.apply      = new System.Windows.Forms.Button();
     tabproperties   = new System.Windows.Forms.TabPage();
     label2          = new System.Windows.Forms.Label();
     label3          = new System.Windows.Forms.Label();
     label1          = new System.Windows.Forms.Label();
     label6          = new System.Windows.Forms.Label();
     tabproperties.SuspendLayout();
     this.groupposition.SuspendLayout();
     this.panelHeightControls.SuspendLayout();
     this.tabs.SuspendLayout();
     this.tabcustom.SuspendLayout();
     this.SuspendLayout();
     //
     // tabproperties
     //
     tabproperties.Controls.Add(this.groupposition);
     tabproperties.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tabproperties.Location = new System.Drawing.Point(4, 22);
     tabproperties.Name     = "tabproperties";
     tabproperties.Padding  = new System.Windows.Forms.Padding(3);
     tabproperties.Size     = new System.Drawing.Size(428, 207);
     tabproperties.TabIndex = 0;
     tabproperties.Text     = "Properties";
     tabproperties.UseVisualStyleBackColor = true;
     //
     // groupposition
     //
     this.groupposition.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.groupposition.Controls.Add(this.panelHeightControls);
     this.groupposition.Controls.Add(this.positiony);
     this.groupposition.Controls.Add(this.positionx);
     this.groupposition.Controls.Add(label1);
     this.groupposition.Controls.Add(label6);
     this.groupposition.Location = new System.Drawing.Point(7, 6);
     this.groupposition.Name     = "groupposition";
     this.groupposition.Size     = new System.Drawing.Size(415, 195);
     this.groupposition.TabIndex = 0;
     this.groupposition.TabStop  = false;
     this.groupposition.Text     = " Position ";
     //
     // panelHeightControls
     //
     this.panelHeightControls.Controls.Add(this.clearZFloor);
     this.panelHeightControls.Controls.Add(this.clearZCeiling);
     this.panelHeightControls.Controls.Add(this.zceiling);
     this.panelHeightControls.Controls.Add(this.zfloor);
     this.panelHeightControls.Controls.Add(label2);
     this.panelHeightControls.Controls.Add(label3);
     this.panelHeightControls.Location = new System.Drawing.Point(48, 73);
     this.panelHeightControls.Name     = "panelHeightControls";
     this.panelHeightControls.Size     = new System.Drawing.Size(361, 116);
     this.panelHeightControls.TabIndex = 30;
     //
     // clearZFloor
     //
     this.clearZFloor.Image    = global::CodeImp.DoomBuilder.Properties.Resources.SearchClear;
     this.clearZFloor.Location = new System.Drawing.Point(314, 32);
     this.clearZFloor.Name     = "clearZFloor";
     this.clearZFloor.Size     = new System.Drawing.Size(26, 24);
     this.clearZFloor.TabIndex = 31;
     this.clearZFloor.UseVisualStyleBackColor = true;
     this.clearZFloor.Click += new System.EventHandler(this.clearZFloor_Click);
     //
     // clearZCeiling
     //
     this.clearZCeiling.Image    = global::CodeImp.DoomBuilder.Properties.Resources.SearchClear;
     this.clearZCeiling.Location = new System.Drawing.Point(314, 0);
     this.clearZCeiling.Name     = "clearZCeiling";
     this.clearZCeiling.Size     = new System.Drawing.Size(26, 24);
     this.clearZCeiling.TabIndex = 30;
     this.clearZCeiling.UseVisualStyleBackColor = true;
     this.clearZCeiling.Click += new System.EventHandler(this.clearZCeiling_Click);
     //
     // zceiling
     //
     this.zceiling.AllowDecimal               = false;
     this.zceiling.AllowNegative              = true;
     this.zceiling.AllowRelative              = true;
     this.zceiling.ButtonStep                 = 8;
     this.zceiling.ButtonStepBig              = 16F;
     this.zceiling.ButtonStepFloat            = 1F;
     this.zceiling.ButtonStepSmall            = 1F;
     this.zceiling.ButtonStepsUseModifierKeys = true;
     this.zceiling.ButtonStepsWrapAround      = false;
     this.zceiling.Location         = new System.Drawing.Point(188, 0);
     this.zceiling.Name             = "zceiling";
     this.zceiling.Size             = new System.Drawing.Size(120, 24);
     this.zceiling.StepValues       = null;
     this.zceiling.TabIndex         = 28;
     this.zceiling.WhenTextChanged += new System.EventHandler(this.zceiling_WhenTextChanged);
     //
     // zfloor
     //
     this.zfloor.AllowDecimal               = false;
     this.zfloor.AllowNegative              = true;
     this.zfloor.AllowRelative              = true;
     this.zfloor.ButtonStep                 = 8;
     this.zfloor.ButtonStepBig              = 16F;
     this.zfloor.ButtonStepFloat            = 1F;
     this.zfloor.ButtonStepSmall            = 1F;
     this.zfloor.ButtonStepsUseModifierKeys = true;
     this.zfloor.ButtonStepsWrapAround      = false;
     this.zfloor.Location         = new System.Drawing.Point(188, 32);
     this.zfloor.Name             = "zfloor";
     this.zfloor.Size             = new System.Drawing.Size(120, 24);
     this.zfloor.StepValues       = null;
     this.zfloor.TabIndex         = 29;
     this.zfloor.WhenTextChanged += new System.EventHandler(this.zfloor_WhenTextChanged);
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(68, 37);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(111, 13);
     label2.TabIndex = 26;
     label2.Text     = "Absolute Floor Height:";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(60, 5);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(119, 13);
     label3.TabIndex = 27;
     label3.Text     = "Absolute Ceiling Height:";
     //
     // positiony
     //
     this.positiony.AllowDecimal               = false;
     this.positiony.AllowNegative              = true;
     this.positiony.AllowRelative              = true;
     this.positiony.ButtonStep                 = 1;
     this.positiony.ButtonStepBig              = 8F;
     this.positiony.ButtonStepFloat            = 1F;
     this.positiony.ButtonStepSmall            = 1F;
     this.positiony.ButtonStepsUseModifierKeys = true;
     this.positiony.ButtonStepsWrapAround      = false;
     this.positiony.Location         = new System.Drawing.Point(236, 34);
     this.positiony.Name             = "positiony";
     this.positiony.Size             = new System.Drawing.Size(120, 24);
     this.positiony.StepValues       = null;
     this.positiony.TabIndex         = 25;
     this.positiony.WhenTextChanged += new System.EventHandler(this.positiony_WhenTextChanged);
     //
     // positionx
     //
     this.positionx.AllowDecimal               = false;
     this.positionx.AllowNegative              = true;
     this.positionx.AllowRelative              = true;
     this.positionx.ButtonStep                 = 1;
     this.positionx.ButtonStepBig              = 8F;
     this.positionx.ButtonStepFloat            = 1F;
     this.positionx.ButtonStepSmall            = 1F;
     this.positionx.ButtonStepsUseModifierKeys = true;
     this.positionx.ButtonStepsWrapAround      = false;
     this.positionx.Location         = new System.Drawing.Point(68, 34);
     this.positionx.Name             = "positionx";
     this.positionx.Size             = new System.Drawing.Size(120, 24);
     this.positionx.StepValues       = null;
     this.positionx.TabIndex         = 24;
     this.positionx.WhenTextChanged += new System.EventHandler(this.positionx_WhenTextChanged);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(212, 39);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(17, 13);
     label1.TabIndex = 23;
     label1.Text     = "Y:";
     //
     // label6
     //
     label6.AutoSize = true;
     label6.Location = new System.Drawing.Point(45, 39);
     label6.Name     = "label6";
     label6.Size     = new System.Drawing.Size(17, 13);
     label6.TabIndex = 21;
     label6.Text     = "X:";
     //
     // tabs
     //
     this.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)));
     this.tabs.Controls.Add(tabproperties);
     this.tabs.Controls.Add(this.tabcustom);
     this.tabs.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabs.Location      = new System.Drawing.Point(10, 10);
     this.tabs.Margin        = new System.Windows.Forms.Padding(1);
     this.tabs.Name          = "tabs";
     this.tabs.Padding       = new System.Drawing.Point(24, 3);
     this.tabs.SelectedIndex = 0;
     this.tabs.Size          = new System.Drawing.Size(436, 233);
     this.tabs.TabIndex      = 0;
     //
     // tabcustom
     //
     this.tabcustom.Controls.Add(this.fieldslist);
     this.tabcustom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabcustom.Location = new System.Drawing.Point(4, 22);
     this.tabcustom.Name     = "tabcustom";
     this.tabcustom.Padding  = new System.Windows.Forms.Padding(3);
     this.tabcustom.Size     = new System.Drawing.Size(428, 207);
     this.tabcustom.TabIndex = 1;
     this.tabcustom.Text     = "Custom";
     this.tabcustom.UseVisualStyleBackColor = true;
     this.tabcustom.MouseEnter += new System.EventHandler(this.tabcustom_MouseEnter);
     //
     // fieldslist
     //
     this.fieldslist.AllowInsert = true;
     this.fieldslist.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.fieldslist.AutoInsertUserPrefix = true;
     this.fieldslist.BorderStyle          = System.Windows.Forms.BorderStyle.Fixed3D;
     this.fieldslist.Location             = new System.Drawing.Point(11, 11);
     this.fieldslist.Margin = new System.Windows.Forms.Padding(8);
     this.fieldslist.Name   = "fieldslist";
     this.fieldslist.PropertyColumnVisible = true;
     this.fieldslist.PropertyColumnWidth   = 150;
     this.fieldslist.Size               = new System.Drawing.Size(406, 188);
     this.fieldslist.TabIndex           = 2;
     this.fieldslist.TypeColumnVisible  = true;
     this.fieldslist.TypeColumnWidth    = 100;
     this.fieldslist.ValueColumnVisible = true;
     //
     // cancel
     //
     this.cancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancel.Location                = new System.Drawing.Point(332, 247);
     this.cancel.Name                    = "cancel";
     this.cancel.Size                    = new System.Drawing.Size(112, 25);
     this.cancel.TabIndex                = 2;
     this.cancel.Text                    = "Cancel";
     this.cancel.UseVisualStyleBackColor = true;
     this.cancel.Click                  += new System.EventHandler(this.cancel_Click);
     //
     // apply
     //
     this.apply.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.apply.Location = new System.Drawing.Point(214, 247);
     this.apply.Name     = "apply";
     this.apply.Size     = new System.Drawing.Size(112, 25);
     this.apply.TabIndex = 1;
     this.apply.Text     = "OK";
     this.apply.UseVisualStyleBackColor = true;
     this.apply.Click += new System.EventHandler(this.apply_Click);
     //
     // VertexEditForm
     //
     this.AcceptButton        = this.apply;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.cancel;
     this.ClientSize          = new System.Drawing.Size(456, 278);
     this.Controls.Add(this.cancel);
     this.Controls.Add(this.apply);
     this.Controls.Add(this.tabs);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "VertexEditForm";
     this.Opacity         = 1;
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Edit Vertex";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.VertexEditForm_FormClosing);
     this.HelpRequested  += new System.Windows.Forms.HelpEventHandler(this.VertexEditForm_HelpRequested);
     tabproperties.ResumeLayout(false);
     this.groupposition.ResumeLayout(false);
     this.groupposition.PerformLayout();
     this.panelHeightControls.ResumeLayout(false);
     this.panelHeightControls.PerformLayout();
     this.tabs.ResumeLayout(false);
     this.tabcustom.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 32
0
 /// <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.TabPage tabPage1;
     this.dtGrid          = new System.Windows.Forms.DataGridView();
     this.label2          = new System.Windows.Forms.Label();
     this.DateTxt         = new System.Windows.Forms.TextBox();
     this.searchCbx       = new System.Windows.Forms.ComboBox();
     this.button2         = new System.Windows.Forms.Button();
     this.label1          = new System.Windows.Forms.Label();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.button1         = new System.Windows.Forms.Button();
     this.tabControl1     = new System.Windows.Forms.TabControl();
     this.tabPage10       = new System.Windows.Forms.TabPage();
     tabPage1             = new System.Windows.Forms.TabPage();
     tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabPage1
     //
     tabPage1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     tabPage1.Controls.Add(this.dtGrid);
     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(1054, 433);
     tabPage1.TabIndex = 0;
     tabPage1.Text     = "All patients";
     //
     // dtGrid
     //
     this.dtGrid.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.dtGrid.BackgroundColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.dtGrid.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dtGrid.CellBorderStyle             = System.Windows.Forms.DataGridViewCellBorderStyle.RaisedHorizontal;
     this.dtGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtGrid.Location     = new System.Drawing.Point(10, 6);
     this.dtGrid.Name         = "dtGrid";
     this.dtGrid.Size         = new System.Drawing.Size(1035, 421);
     this.dtGrid.TabIndex     = 12;
     this.dtGrid.CellClick   += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtGrid_CellClick);
     this.dtGrid.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtGrid_CellEndEdit);
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(556, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(54, 13);
     this.label2.TabIndex = 17;
     this.label2.Text     = "Search by:";
     //
     // DateTxt
     //
     this.DateTxt.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.DateTxt.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DateTxt.Location = new System.Drawing.Point(785, 4);
     this.DateTxt.Name     = "DateTxt";
     this.DateTxt.Size     = new System.Drawing.Size(178, 22);
     this.DateTxt.TabIndex = 16;
     //
     // searchCbx
     //
     this.searchCbx.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.searchCbx.Font              = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.searchCbx.FormattingEnabled = true;
     this.searchCbx.Location          = new System.Drawing.Point(625, 2);
     this.searchCbx.Name              = "searchCbx";
     this.searchCbx.Size              = new System.Drawing.Size(154, 24);
     this.searchCbx.TabIndex          = 15;
     //
     // button2
     //
     this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.FlatAppearance.BorderSize = 0;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Image     = global::VHMIS.Properties.Resources.Garbage_Open_24;
     this.button2.Location  = new System.Drawing.Point(986, 3);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(30, 22);
     this.button2.TabIndex  = 14;
     this.button2.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 6);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(60, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Patient List";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.button1);
     this.splitContainer1.Panel1.Controls.Add(this.DateTxt);
     this.splitContainer1.Panel1.Controls.Add(this.searchCbx);
     this.splitContainer1.Panel1.Controls.Add(this.label1);
     this.splitContainer1.Panel1.Controls.Add(this.button2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(1062, 494);
     this.splitContainer1.SplitterDistance = 31;
     this.splitContainer1.TabIndex         = 1;
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Image     = global::VHMIS.Properties.Resources.Cancel_16;
     this.button1.Location  = new System.Drawing.Point(1022, 4);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(36, 21);
     this.button1.TabIndex  = 1;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(tabPage1);
     this.tabControl1.Controls.Add(this.tabPage10);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(1062, 459);
     this.tabControl1.TabIndex      = 1;
     //
     // tabPage10
     //
     this.tabPage10.Location = new System.Drawing.Point(4, 22);
     this.tabPage10.Name     = "tabPage10";
     this.tabPage10.Size     = new System.Drawing.Size(1054, 433);
     this.tabPage10.TabIndex = 9;
     this.tabPage10.Text     = "Admitted";
     this.tabPage10.UseVisualStyleBackColor = true;
     //
     // ViewPatient
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize          = new System.Drawing.Size(1062, 494);
     this.Controls.Add(this.splitContainer1);
     this.Font            = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "ViewPatient";
     this.Text            = "ViewPatient";
     tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtGrid)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 33
0
 /// <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.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();
 }
Esempio n. 35
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WizardPageDbGenSummary));
     System.Windows.Forms.TabPage CreateDatabaseTabDDL;
     System.Windows.Forms.Label   lblSaveDdlAs;
     this.txtDDL            = new System.Windows.Forms.TextBox();
     this.SummaryTabs       = new System.Windows.Forms.TabControl();
     this.txtSaveDdlAs      = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     CreateDatabaseTabDDL   = new System.Windows.Forms.TabPage();
     lblSaveDdlAs           = new System.Windows.Forms.Label();
     CreateDatabaseTabDDL.SuspendLayout();
     this.SummaryTabs.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // infoPanel
     //
     resources.ApplyResources(this.infoPanel, "infoPanel");
     //
     // CreateDatabaseTabDDL
     //
     CreateDatabaseTabDDL.Controls.Add(this.txtDDL);
     resources.ApplyResources(CreateDatabaseTabDDL, "CreateDatabaseTabDDL");
     CreateDatabaseTabDDL.Name = "CreateDatabaseTabDDL";
     CreateDatabaseTabDDL.UseVisualStyleBackColor = true;
     //
     // txtDDL
     //
     resources.ApplyResources(this.txtDDL, "txtDDL");
     this.txtDDL.BackColor = System.Drawing.SystemColors.Window;
     this.txtDDL.Name      = "txtDDL";
     this.txtDDL.ReadOnly  = true;
     //
     // lblSaveDdlAs
     //
     resources.ApplyResources(lblSaveDdlAs, "lblSaveDdlAs");
     lblSaveDdlAs.Name = "lblSaveDdlAs";
     //
     // SummaryTabs
     //
     resources.ApplyResources(this.SummaryTabs, "SummaryTabs");
     this.SummaryTabs.Controls.Add(CreateDatabaseTabDDL);
     this.SummaryTabs.Name          = "SummaryTabs";
     this.SummaryTabs.SelectedIndex = 0;
     //
     // txtSaveDdlAs
     //
     resources.ApplyResources(this.txtSaveDdlAs, "txtSaveDdlAs");
     this.txtSaveDdlAs.Name         = "txtSaveDdlAs";
     this.txtSaveDdlAs.TextChanged += new System.EventHandler(this.txtSaveDdlAs_TextChanged);
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(lblSaveDdlAs, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.txtSaveDdlAs, 1, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // WizardPageDbGenSummary
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.SummaryTabs);
     this.Name = "WizardPageDbGenSummary";
     this.Controls.SetChildIndex(this.infoPanel, 0);
     this.Controls.SetChildIndex(this.SummaryTabs, 0);
     this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
     CreateDatabaseTabDDL.ResumeLayout(false);
     CreateDatabaseTabDDL.PerformLayout();
     this.SummaryTabs.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 36
0
        /// <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.TabPage actividadesTabPage;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Editor));
			System.Windows.Forms.Label estadoVersionActualLabel;
			System.Windows.Forms.Label probabilidadVersionActualLabel;
			System.Windows.Forms.Label fechaInicioProyectoVersionActualLabel;
			System.Windows.Forms.Label fechaVersionV1Label;
			System.Windows.Forms.Label estadoVersionAnteriorLabel;
			System.Windows.Forms.Label label20;
			System.Windows.Forms.Label label21;
			System.Windows.Forms.Label fechaVersionV2Label;
			System.Windows.Forms.TabPage datosGeneralesTabPage;
			this.panel1 = new System.Windows.Forms.Panel();
			this.versionesSplitContainer = new System.Windows.Forms.SplitContainer();
			this.version1C1FlexGrid = new C1.Win.C1FlexGrid.C1FlexGrid();
			this.menuVersionActualTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
			this.menuVersionActualAbajoTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
			this.estadoVersionActualComboBox = new System.Windows.Forms.ComboBox();
			this.fechaInicioProyectoVersionActualC1DateEdit = new C1.Win.C1Input.C1DateEdit();
			this.probabilidadVersion1C1NumericEdit = new C1.Win.C1Input.C1NumericEdit();
			this.menuVersionActualArribaTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
			this.agregarActividadButton = new System.Windows.Forms.Button();
			this.crearVersionV1Button = new System.Windows.Forms.Button();
			this.fechaVersionV1TextBox = new System.Windows.Forms.TextBox();
			this.expandirPanelVersionButton = new System.Windows.Forms.Button();
			this.versionV1Label = new System.Windows.Forms.Label();
			this.sumatoriasVersionActualTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.textBox4 = new System.Windows.Forms.TextBox();
			this.textBox5 = new System.Windows.Forms.TextBox();
			this.textBox6 = new System.Windows.Forms.TextBox();
			this.textBox7 = new System.Windows.Forms.TextBox();
			this.version2C1FlexGrid = new C1.Win.C1FlexGrid.C1FlexGrid();
			this.menuVersionAnteriorTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
			this.menuVersionAnteriorAbajoTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
			this.estadoVersionAnteriorComboBox = new System.Windows.Forms.ComboBox();
			this.probabilidadVersion2TextBox = new System.Windows.Forms.TextBox();
			this.fechaInicioProyectoVersionAnteriorTextBox = new System.Windows.Forms.TextBox();
			this.menuVersionAnteriorArribaTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
			this.contraerPanelVersionButton = new System.Windows.Forms.Button();
			this.crearVersionV2Button = new System.Windows.Forms.Button();
			this.fechaVersionV2TextBox = new System.Windows.Forms.TextBox();
			this.versionAnteriorComboBox = new System.Windows.Forms.ComboBox();
			this.decrementarVersionAnteriorButton = new System.Windows.Forms.Button();
			this.incrementarVersionAnteriorButton = new System.Windows.Forms.Button();
			this.sumatoriasVersionAnteriorTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
			this.label12 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			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.textBox8 = new System.Windows.Forms.TextBox();
			this.textBox9 = new System.Windows.Forms.TextBox();
			this.textBox10 = new System.Windows.Forms.TextBox();
			this.textBox11 = new System.Windows.Forms.TextBox();
			this.textBox12 = new System.Windows.Forms.TextBox();
			this.textBox13 = new System.Windows.Forms.TextBox();
			this.textBox14 = new System.Windows.Forms.TextBox();
			this.asignacionGroupBox = new System.Windows.Forms.GroupBox();
			this.asignacionPersonal1 = new Kenwin.PPP.Cliente.Proyectos.AsignacionPersonal();
			this.datosProyectoGroupBox = new System.Windows.Forms.GroupBox();
			this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
			this.paisLabel = new System.Windows.Forms.Label();
			this.unidadNegocioLabel = new System.Windows.Forms.Label();
			this.tipoEmpresaLabel = new System.Windows.Forms.Label();
			this.tipoProyectoLabel = new System.Windows.Forms.Label();
			this.contatoComercialLabel = new System.Windows.Forms.Label();
			this.liderClienteLabel = new System.Windows.Forms.Label();
			this.liderClienteTextBox = new System.Windows.Forms.TextBox();
			this.contactoComercialTextBox = new System.Windows.Forms.TextBox();
			this.observacionesTextBox = new System.Windows.Forms.TextBox();
			this.usuarioCreadorLabel = new System.Windows.Forms.Label();
			this.usuarioCreadorTextBox = new System.Windows.Forms.TextBox();
			this.observacionesLabel = new System.Windows.Forms.Label();
			this.paisFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.PaisFKBox();
			this.unidadNegocioFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.UnidadNegocioFKBox();
			this.tipoEmpresaFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.TipoEmpresaFKBox();
			this.tipoProyectoFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.TipoProyectoFKBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.nombreProyectoTextBox = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.monedaLabel = new System.Windows.Forms.Label();
			this.clienteFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.ClienteFKBox();
			this.monedaFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.MonedaFKBox();
			this.proyectoOTFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.ProyectoOTFKBox();
			this.proyectoPadreFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.ProyectoPadreFKBox();
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.asignacionSemanal1 = new Kenwin.PPP.Cliente.Proyectos.AsignacionSemanal();
			this.panel2 = new System.Windows.Forms.Panel();
			this.crearProyectoButton = new Vemn.Fwk.ClientServer.Windows.Controls.Buttons.OkButton();
			this.guardarButton = new Vemn.Fwk.ClientServer.Windows.Controls.Buttons.OkButton();
			this.cerrarButton = new Vemn.Fwk.ClientServer.Windows.Controls.Buttons.CancelButton();
			this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.eliminarActividadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			actividadesTabPage = new System.Windows.Forms.TabPage();
			estadoVersionActualLabel = new System.Windows.Forms.Label();
			probabilidadVersionActualLabel = new System.Windows.Forms.Label();
			fechaInicioProyectoVersionActualLabel = new System.Windows.Forms.Label();
			fechaVersionV1Label = new System.Windows.Forms.Label();
			estadoVersionAnteriorLabel = new System.Windows.Forms.Label();
			label20 = new System.Windows.Forms.Label();
			label21 = new System.Windows.Forms.Label();
			fechaVersionV2Label = new System.Windows.Forms.Label();
			datosGeneralesTabPage = new System.Windows.Forms.TabPage();
			actividadesTabPage.SuspendLayout();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.versionesSplitContainer)).BeginInit();
			this.versionesSplitContainer.Panel1.SuspendLayout();
			this.versionesSplitContainer.Panel2.SuspendLayout();
			this.versionesSplitContainer.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.version1C1FlexGrid)).BeginInit();
			this.menuVersionActualTableLayoutPanel.SuspendLayout();
			this.menuVersionActualAbajoTableLayoutPanel.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.fechaInicioProyectoVersionActualC1DateEdit)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.probabilidadVersion1C1NumericEdit)).BeginInit();
			this.menuVersionActualArribaTableLayoutPanel.SuspendLayout();
			this.sumatoriasVersionActualTableLayoutPanel.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.version2C1FlexGrid)).BeginInit();
			this.menuVersionAnteriorTableLayoutPanel.SuspendLayout();
			this.menuVersionAnteriorAbajoTableLayoutPanel.SuspendLayout();
			this.menuVersionAnteriorArribaTableLayoutPanel.SuspendLayout();
			this.sumatoriasVersionAnteriorTableLayoutPanel.SuspendLayout();
			datosGeneralesTabPage.SuspendLayout();
			this.asignacionGroupBox.SuspendLayout();
			this.datosProyectoGroupBox.SuspendLayout();
			this.tableLayoutPanel4.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.tableLayoutPanel1.SuspendLayout();
			this.tabControl1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.panel2.SuspendLayout();
			this.contextMenuStrip.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// actividadesTabPage
			// 
			actividadesTabPage.Controls.Add(this.panel1);
			actividadesTabPage.Location = new System.Drawing.Point(4, 22);
			actividadesTabPage.Name = "actividadesTabPage";
			actividadesTabPage.Padding = new System.Windows.Forms.Padding(3);
			actividadesTabPage.Size = new System.Drawing.Size(1114, 613);
			actividadesTabPage.TabIndex = 0;
			actividadesTabPage.Text = "Actividades";
			actividadesTabPage.UseVisualStyleBackColor = true;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.versionesSplitContainer);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel1.Location = new System.Drawing.Point(3, 3);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(1108, 607);
			this.panel1.TabIndex = 7;
			// 
			// versionesSplitContainer
			// 
			this.versionesSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.versionesSplitContainer.Location = new System.Drawing.Point(0, 0);
			this.versionesSplitContainer.Name = "versionesSplitContainer";
			// 
			// versionesSplitContainer.Panel1
			// 
			this.versionesSplitContainer.Panel1.Controls.Add(this.version1C1FlexGrid);
			this.versionesSplitContainer.Panel1.Controls.Add(this.menuVersionActualTableLayoutPanel);
			this.versionesSplitContainer.Panel1.Controls.Add(this.sumatoriasVersionActualTableLayoutPanel);
			// 
			// versionesSplitContainer.Panel2
			// 
			this.versionesSplitContainer.Panel2.Controls.Add(this.version2C1FlexGrid);
			this.versionesSplitContainer.Panel2.Controls.Add(this.menuVersionAnteriorTableLayoutPanel);
			this.versionesSplitContainer.Panel2.Controls.Add(this.sumatoriasVersionAnteriorTableLayoutPanel);
			this.versionesSplitContainer.Size = new System.Drawing.Size(1108, 607);
			this.versionesSplitContainer.SplitterDistance = 576;
			this.versionesSplitContainer.TabIndex = 1;
			this.versionesSplitContainer.SplitterMoving += new System.Windows.Forms.SplitterCancelEventHandler(this.VersionesSplitContainer_SplitterMoving);
			// 
			// version1C1FlexGrid
			// 
			this.version1C1FlexGrid.AllowDragging = C1.Win.C1FlexGrid.AllowDraggingEnum.None;
			this.version1C1FlexGrid.AllowSorting = C1.Win.C1FlexGrid.AllowSortingEnum.None;
			this.version1C1FlexGrid.AutoGenerateColumns = false;
			this.version1C1FlexGrid.AutoResize = false;
			this.version1C1FlexGrid.ColumnInfo = "1,1,0,0,0,85,Columns:0{Width:23;}\t";
			this.version1C1FlexGrid.Dock = System.Windows.Forms.DockStyle.Fill;
			this.version1C1FlexGrid.DrawMode = C1.Win.C1FlexGrid.DrawModeEnum.OwnerDraw;
			this.version1C1FlexGrid.KeyActionEnter = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
			this.version1C1FlexGrid.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcrossOut;
			this.version1C1FlexGrid.Location = new System.Drawing.Point(0, 60);
			this.version1C1FlexGrid.Name = "version1C1FlexGrid";
			this.version1C1FlexGrid.Rows.Count = 1;
			this.version1C1FlexGrid.Rows.DefaultSize = 17;
			this.version1C1FlexGrid.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.Row;
			this.version1C1FlexGrid.ShowCellLabels = true;
			this.version1C1FlexGrid.Size = new System.Drawing.Size(576, 494);
			this.version1C1FlexGrid.StyleInfo = resources.GetString("version1C1FlexGrid.StyleInfo");
			this.version1C1FlexGrid.TabIndex = 2;
			this.version1C1FlexGrid.AfterScroll += new C1.Win.C1FlexGrid.RangeEventHandler(this.C1FlexGrid_AfterScroll);
			this.version1C1FlexGrid.StartEdit += new C1.Win.C1FlexGrid.RowColEventHandler(this.Version1C1FlexGrid_StartEdit);
			this.version1C1FlexGrid.AfterEdit += new C1.Win.C1FlexGrid.RowColEventHandler(this.Version1C1FlexGrid_AfterEdit);
			this.version1C1FlexGrid.SetupEditor += new C1.Win.C1FlexGrid.RowColEventHandler(this.Version1C1FlexGrid_SetupEditor);
			this.version1C1FlexGrid.ValidateEdit += new C1.Win.C1FlexGrid.ValidateEditEventHandler(this.Version1C1FlexGrid_ValidateEdit);
			this.version1C1FlexGrid.OwnerDrawCell += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(this.C1FlexGrid_OwnerDrawCell);
			this.version1C1FlexGrid.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Version1C1FlexGrid_KeyUp);
			this.version1C1FlexGrid.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Version1C1FlexGrid_MouseClick);
			// 
			// menuVersionActualTableLayoutPanel
			// 
			this.menuVersionActualTableLayoutPanel.AutoSize = true;
			this.menuVersionActualTableLayoutPanel.BackColor = System.Drawing.SystemColors.Control;
			this.menuVersionActualTableLayoutPanel.ColumnCount = 1;
			this.menuVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.menuVersionActualTableLayoutPanel.Controls.Add(this.menuVersionActualAbajoTableLayoutPanel, 0, 1);
			this.menuVersionActualTableLayoutPanel.Controls.Add(this.menuVersionActualArribaTableLayoutPanel, 0, 0);
			this.menuVersionActualTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
			this.menuVersionActualTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
			this.menuVersionActualTableLayoutPanel.Name = "menuVersionActualTableLayoutPanel";
			this.menuVersionActualTableLayoutPanel.RowCount = 2;
			this.menuVersionActualTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
			this.menuVersionActualTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
			this.menuVersionActualTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.menuVersionActualTableLayoutPanel.Size = new System.Drawing.Size(576, 60);
			this.menuVersionActualTableLayoutPanel.TabIndex = 3;
			// 
			// menuVersionActualAbajoTableLayoutPanel
			// 
			this.menuVersionActualAbajoTableLayoutPanel.ColumnCount = 9;
			this.menuVersionActualAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.menuVersionActualAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
			this.menuVersionActualAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.menuVersionActualAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.menuVersionActualAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.menuVersionActualAbajoTableLayoutPanel.Controls.Add(estadoVersionActualLabel, 0, 0);
			this.menuVersionActualAbajoTableLayoutPanel.Controls.Add(this.estadoVersionActualComboBox, 1, 0);
			this.menuVersionActualAbajoTableLayoutPanel.Controls.Add(probabilidadVersionActualLabel, 3, 0);
			this.menuVersionActualAbajoTableLayoutPanel.Controls.Add(fechaInicioProyectoVersionActualLabel, 6, 0);
			this.menuVersionActualAbajoTableLayoutPanel.Controls.Add(this.fechaInicioProyectoVersionActualC1DateEdit, 8, 0);
			this.menuVersionActualAbajoTableLayoutPanel.Controls.Add(this.probabilidadVersion1C1NumericEdit, 5, 0);
			this.menuVersionActualAbajoTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.menuVersionActualAbajoTableLayoutPanel.Location = new System.Drawing.Point(0, 30);
			this.menuVersionActualAbajoTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
			this.menuVersionActualAbajoTableLayoutPanel.Name = "menuVersionActualAbajoTableLayoutPanel";
			this.menuVersionActualAbajoTableLayoutPanel.RowCount = 1;
			this.menuVersionActualAbajoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.menuVersionActualAbajoTableLayoutPanel.Size = new System.Drawing.Size(576, 30);
			this.menuVersionActualAbajoTableLayoutPanel.TabIndex = 1;
			// 
			// estadoVersionActualLabel
			// 
			estadoVersionActualLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
			estadoVersionActualLabel.AutoSize = true;
			estadoVersionActualLabel.Location = new System.Drawing.Point(3, 8);
			estadoVersionActualLabel.Name = "estadoVersionActualLabel";
			estadoVersionActualLabel.Size = new System.Drawing.Size(43, 13);
			estadoVersionActualLabel.TabIndex = 0;
			estadoVersionActualLabel.Text = "Estado:";
			// 
			// estadoVersionActualComboBox
			// 
			this.estadoVersionActualComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.estadoVersionActualComboBox.FormattingEnabled = true;
			this.estadoVersionActualComboBox.Location = new System.Drawing.Point(52, 3);
			this.estadoVersionActualComboBox.Name = "estadoVersionActualComboBox";
			this.estadoVersionActualComboBox.Size = new System.Drawing.Size(114, 21);
			this.estadoVersionActualComboBox.TabIndex = 1;
			this.estadoVersionActualComboBox.SelectedIndexChanged += new System.EventHandler(this.EstadoVersionActualComboBox_SelectedIndexChanged);
			// 
			// probabilidadVersionActualLabel
			// 
			probabilidadVersionActualLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
			probabilidadVersionActualLabel.AutoSize = true;
			probabilidadVersionActualLabel.Location = new System.Drawing.Point(192, 8);
			probabilidadVersionActualLabel.Name = "probabilidadVersionActualLabel";
			probabilidadVersionActualLabel.Size = new System.Drawing.Size(68, 13);
			probabilidadVersionActualLabel.TabIndex = 2;
			probabilidadVersionActualLabel.Text = "Probabilidad:";
			// 
			// fechaInicioProyectoVersionActualLabel
			// 
			fechaInicioProyectoVersionActualLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
			fechaInicioProyectoVersionActualLabel.AutoSize = true;
			fechaInicioProyectoVersionActualLabel.Location = new System.Drawing.Point(345, 8);
			fechaInicioProyectoVersionActualLabel.Name = "fechaInicioProyectoVersionActualLabel";
			fechaInicioProyectoVersionActualLabel.Size = new System.Drawing.Size(80, 13);
			fechaInicioProyectoVersionActualLabel.TabIndex = 4;
			fechaInicioProyectoVersionActualLabel.Text = "Inicio Proyecto:";
			// 
			// fechaInicioProyectoVersionActualC1DateEdit
			// 
			this.fechaInicioProyectoVersionActualC1DateEdit.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.fechaInicioProyectoVersionActualC1DateEdit.EmptyAsNull = true;
			this.fechaInicioProyectoVersionActualC1DateEdit.FormatType = C1.Win.C1Input.FormatTypeEnum.ShortDate;
			this.fechaInicioProyectoVersionActualC1DateEdit.Location = new System.Drawing.Point(431, 5);
			this.fechaInicioProyectoVersionActualC1DateEdit.Name = "fechaInicioProyectoVersionActualC1DateEdit";
			this.fechaInicioProyectoVersionActualC1DateEdit.Size = new System.Drawing.Size(100, 20);
			this.fechaInicioProyectoVersionActualC1DateEdit.TabIndex = 5;
			this.fechaInicioProyectoVersionActualC1DateEdit.Tag = null;
			this.fechaInicioProyectoVersionActualC1DateEdit.VisibleButtons = C1.Win.C1Input.DropDownControlButtonFlags.DropDown;
			// 
			// probabilidadVersion1C1NumericEdit
			// 
			this.probabilidadVersion1C1NumericEdit.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.probabilidadVersion1C1NumericEdit.DisplayFormat.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
			this.probabilidadVersion1C1NumericEdit.DisplayFormat.Inherit = ((C1.Win.C1Input.FormatInfoInheritFlags)(((((C1.Win.C1Input.FormatInfoInheritFlags.CustomFormat | C1.Win.C1Input.FormatInfoInheritFlags.NullText)
						| C1.Win.C1Input.FormatInfoInheritFlags.EmptyAsNull)
						| C1.Win.C1Input.FormatInfoInheritFlags.TrimStart)
						| C1.Win.C1Input.FormatInfoInheritFlags.TrimEnd)));
			this.probabilidadVersion1C1NumericEdit.EditFormat.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
			this.probabilidadVersion1C1NumericEdit.EditFormat.Inherit = ((C1.Win.C1Input.FormatInfoInheritFlags)(((((C1.Win.C1Input.FormatInfoInheritFlags.CustomFormat | C1.Win.C1Input.FormatInfoInheritFlags.NullText)
						| C1.Win.C1Input.FormatInfoInheritFlags.EmptyAsNull)
						| C1.Win.C1Input.FormatInfoInheritFlags.TrimStart)
						| C1.Win.C1Input.FormatInfoInheritFlags.TrimEnd)));
			this.probabilidadVersion1C1NumericEdit.EmptyAsNull = true;
			this.probabilidadVersion1C1NumericEdit.ErrorInfo.ErrorAction = C1.Win.C1Input.ErrorActionEnum.ResetValue;
			this.probabilidadVersion1C1NumericEdit.ErrorInfo.ShowErrorMessage = false;
			this.probabilidadVersion1C1NumericEdit.FormatType = C1.Win.C1Input.FormatTypeEnum.CustomFormat;
			this.probabilidadVersion1C1NumericEdit.InterceptArrowKeys = false;
			this.probabilidadVersion1C1NumericEdit.Location = new System.Drawing.Point(266, 5);
			this.probabilidadVersion1C1NumericEdit.MaxLength = 5;
			this.probabilidadVersion1C1NumericEdit.Name = "probabilidadVersion1C1NumericEdit";
			this.probabilidadVersion1C1NumericEdit.NumericInputKeys = C1.Win.C1Input.NumericInputKeyFlags.None;
			this.probabilidadVersion1C1NumericEdit.PostValidation.AllowDbNull = false;
			this.probabilidadVersion1C1NumericEdit.PostValidation.Validation = C1.Win.C1Input.PostValidationTypeEnum.PostValidatingEvent;
			this.probabilidadVersion1C1NumericEdit.Size = new System.Drawing.Size(73, 20);
			this.probabilidadVersion1C1NumericEdit.TabIndex = 6;
			this.probabilidadVersion1C1NumericEdit.Tag = null;
			this.probabilidadVersion1C1NumericEdit.VisibleButtons = C1.Win.C1Input.DropDownControlButtonFlags.None;
			this.probabilidadVersion1C1NumericEdit.PostValidating += new C1.Win.C1Input.PostValidationEventHandler(this.ProbabilidadVersion1C1NumericEdit_PostValidating);
			// 
			// menuVersionActualArribaTableLayoutPanel
			// 
			this.menuVersionActualArribaTableLayoutPanel.ColumnCount = 8;
			this.menuVersionActualArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.menuVersionActualArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionActualArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 28F));
			this.menuVersionActualArribaTableLayoutPanel.Controls.Add(this.agregarActividadButton, 0, 0);
			this.menuVersionActualArribaTableLayoutPanel.Controls.Add(this.crearVersionV1Button, 1, 0);
			this.menuVersionActualArribaTableLayoutPanel.Controls.Add(fechaVersionV1Label, 3, 0);
			this.menuVersionActualArribaTableLayoutPanel.Controls.Add(this.fechaVersionV1TextBox, 4, 0);
			this.menuVersionActualArribaTableLayoutPanel.Controls.Add(this.expandirPanelVersionButton, 7, 0);
			this.menuVersionActualArribaTableLayoutPanel.Controls.Add(this.versionV1Label, 6, 0);
			this.menuVersionActualArribaTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.menuVersionActualArribaTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
			this.menuVersionActualArribaTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
			this.menuVersionActualArribaTableLayoutPanel.Name = "menuVersionActualArribaTableLayoutPanel";
			this.menuVersionActualArribaTableLayoutPanel.RowCount = 1;
			this.menuVersionActualArribaTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.menuVersionActualArribaTableLayoutPanel.Size = new System.Drawing.Size(576, 30);
			this.menuVersionActualArribaTableLayoutPanel.TabIndex = 0;
			// 
			// agregarActividadButton
			// 
			this.agregarActividadButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.agregarActividadButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.agregarActividadButton.Image = global::Kenwin.PPP.Cliente.Properties.Resources.AgregarVerde;
			this.agregarActividadButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.agregarActividadButton.Location = new System.Drawing.Point(3, 3);
			this.agregarActividadButton.Name = "agregarActividadButton";
			this.agregarActividadButton.Size = new System.Drawing.Size(124, 24);
			this.agregarActividadButton.TabIndex = 0;
			this.agregarActividadButton.Text = "Agregar Actividad";
			this.agregarActividadButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			this.agregarActividadButton.UseVisualStyleBackColor = true;
			this.agregarActividadButton.Click += new System.EventHandler(this.AgregarActividadButton_Click);
			// 
			// crearVersionV1Button
			// 
			this.crearVersionV1Button.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.crearVersionV1Button.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.crearVersionV1Button.Location = new System.Drawing.Point(133, 3);
			this.crearVersionV1Button.Name = "crearVersionV1Button";
			this.crearVersionV1Button.Size = new System.Drawing.Size(75, 24);
			this.crearVersionV1Button.TabIndex = 1;
			this.crearVersionV1Button.Text = "Versionar";
			this.crearVersionV1Button.UseVisualStyleBackColor = true;
			this.crearVersionV1Button.Click += new System.EventHandler(this.CrearVersionDesdeActualButton_Click);
			// 
			// fechaVersionV1Label
			// 
			fechaVersionV1Label.Anchor = System.Windows.Forms.AnchorStyles.Left;
			fechaVersionV1Label.AutoSize = true;
			fechaVersionV1Label.Location = new System.Drawing.Point(214, 8);
			fechaVersionV1Label.Name = "fechaVersionV1Label";
			fechaVersionV1Label.Size = new System.Drawing.Size(78, 13);
			fechaVersionV1Label.TabIndex = 2;
			fechaVersionV1Label.Text = "Fecha Version:";
			fechaVersionV1Label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// fechaVersionV1TextBox
			// 
			this.fechaVersionV1TextBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.fechaVersionV1TextBox.Location = new System.Drawing.Point(298, 5);
			this.fechaVersionV1TextBox.Name = "fechaVersionV1TextBox";
			this.fechaVersionV1TextBox.ReadOnly = true;
			this.fechaVersionV1TextBox.Size = new System.Drawing.Size(83, 20);
			this.fechaVersionV1TextBox.TabIndex = 3;
			// 
			// expandirPanelVersionButton
			// 
			this.expandirPanelVersionButton.Anchor = System.Windows.Forms.AnchorStyles.Right;
			this.expandirPanelVersionButton.Image = global::Kenwin.PPP.Cliente.Properties.Resources.FlechaIzquierda;
			this.expandirPanelVersionButton.Location = new System.Drawing.Point(551, 3);
			this.expandirPanelVersionButton.Name = "expandirPanelVersionButton";
			this.expandirPanelVersionButton.Size = new System.Drawing.Size(22, 23);
			this.expandirPanelVersionButton.TabIndex = 4;
			this.expandirPanelVersionButton.UseVisualStyleBackColor = true;
			this.expandirPanelVersionButton.Click += new System.EventHandler(this.ExpandirPanelVersionButton_Click);
			// 
			// versionV1Label
			// 
			this.versionV1Label.Anchor = System.Windows.Forms.AnchorStyles.Right;
			this.versionV1Label.AutoSize = true;
			this.versionV1Label.Location = new System.Drawing.Point(503, 8);
			this.versionV1Label.Name = "versionV1Label";
			this.versionV1Label.Size = new System.Drawing.Size(42, 13);
			this.versionV1Label.TabIndex = 5;
			this.versionV1Label.Text = "Versión";
			this.versionV1Label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// sumatoriasVersionActualTableLayoutPanel
			// 
			this.sumatoriasVersionActualTableLayoutPanel.BackColor = System.Drawing.SystemColors.Control;
			this.sumatoriasVersionActualTableLayoutPanel.ColumnCount = 13;
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionActualTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.label5, 1, 0);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.label6, 1, 1);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.label7, 4, 1);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.label8, 4, 0);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.label9, 7, 0);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.label10, 10, 0);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.label11, 10, 1);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.textBox1, 2, 0);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.textBox2, 2, 1);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.textBox3, 5, 0);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.textBox4, 5, 1);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.textBox5, 8, 0);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.textBox6, 11, 0);
			this.sumatoriasVersionActualTableLayoutPanel.Controls.Add(this.textBox7, 11, 1);
			this.sumatoriasVersionActualTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.sumatoriasVersionActualTableLayoutPanel.Location = new System.Drawing.Point(0, 554);
			this.sumatoriasVersionActualTableLayoutPanel.Name = "sumatoriasVersionActualTableLayoutPanel";
			this.sumatoriasVersionActualTableLayoutPanel.RowCount = 3;
			this.sumatoriasVersionActualTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
			this.sumatoriasVersionActualTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
			this.sumatoriasVersionActualTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.sumatoriasVersionActualTableLayoutPanel.Size = new System.Drawing.Size(576, 53);
			this.sumatoriasVersionActualTableLayoutPanel.TabIndex = 0;
			// 
			// label5
			// 
			this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(18, 0);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(76, 25);
			this.label5.TabIndex = 0;
			this.label5.Text = "Horas Totales:";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label6
			// 
			this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(18, 25);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(71, 25);
			this.label6.TabIndex = 8;
			this.label6.Text = "Días Totales:";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label7
			// 
			this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(166, 25);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(65, 25);
			this.label7.TabIndex = 10;
			this.label7.Text = "Precio Final:";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label8
			// 
			this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label8.AutoSize = true;
			this.label8.Location = new System.Drawing.Point(166, 0);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(68, 25);
			this.label8.TabIndex = 2;
			this.label8.Text = "Precio Bruto:";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label9
			// 
			this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label9.AutoSize = true;
			this.label9.Location = new System.Drawing.Point(306, 0);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(43, 25);
			this.label9.TabIndex = 4;
			this.label9.Text = "Gastos:";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label10
			// 
			this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label10.AutoSize = true;
			this.label10.Location = new System.Drawing.Point(421, 0);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(66, 25);
			this.label10.TabIndex = 6;
			this.label10.Text = "Total COPC:";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label11
			// 
			this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label11.AutoSize = true;
			this.label11.Location = new System.Drawing.Point(421, 25);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(81, 25);
			this.label11.TabIndex = 12;
			this.label11.Text = "Total no COPC:";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox1
			// 
			this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox1.Location = new System.Drawing.Point(100, 3);
			this.textBox1.Name = "textBox1";
			this.textBox1.ReadOnly = true;
			this.textBox1.Size = new System.Drawing.Size(50, 20);
			this.textBox1.TabIndex = 1;
			this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox2
			// 
			this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox2.Location = new System.Drawing.Point(100, 28);
			this.textBox2.Name = "textBox2";
			this.textBox2.ReadOnly = true;
			this.textBox2.Size = new System.Drawing.Size(50, 20);
			this.textBox2.TabIndex = 9;
			this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox3
			// 
			this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox3.Location = new System.Drawing.Point(240, 3);
			this.textBox3.Name = "textBox3";
			this.textBox3.ReadOnly = true;
			this.textBox3.Size = new System.Drawing.Size(50, 20);
			this.textBox3.TabIndex = 3;
			this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox4
			// 
			this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox4.Location = new System.Drawing.Point(240, 28);
			this.textBox4.Name = "textBox4";
			this.textBox4.ReadOnly = true;
			this.textBox4.Size = new System.Drawing.Size(50, 20);
			this.textBox4.TabIndex = 11;
			this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox5
			// 
			this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox5.Location = new System.Drawing.Point(355, 3);
			this.textBox5.Name = "textBox5";
			this.textBox5.ReadOnly = true;
			this.textBox5.Size = new System.Drawing.Size(50, 20);
			this.textBox5.TabIndex = 5;
			this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox6
			// 
			this.textBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox6.Location = new System.Drawing.Point(508, 3);
			this.textBox6.Name = "textBox6";
			this.textBox6.ReadOnly = true;
			this.textBox6.Size = new System.Drawing.Size(50, 20);
			this.textBox6.TabIndex = 7;
			this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox7
			// 
			this.textBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox7.Location = new System.Drawing.Point(508, 28);
			this.textBox7.Name = "textBox7";
			this.textBox7.ReadOnly = true;
			this.textBox7.Size = new System.Drawing.Size(50, 20);
			this.textBox7.TabIndex = 13;
			this.textBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// version2C1FlexGrid
			// 
			this.version2C1FlexGrid.AllowDragging = C1.Win.C1FlexGrid.AllowDraggingEnum.None;
			this.version2C1FlexGrid.AllowEditing = false;
			this.version2C1FlexGrid.AllowSorting = C1.Win.C1FlexGrid.AllowSortingEnum.None;
			this.version2C1FlexGrid.AutoGenerateColumns = false;
			this.version2C1FlexGrid.AutoResize = false;
			this.version2C1FlexGrid.ColumnInfo = "1,1,0,0,0,85,Columns:0{Width:23;}\t";
			this.version2C1FlexGrid.Dock = System.Windows.Forms.DockStyle.Fill;
			this.version2C1FlexGrid.DrawMode = C1.Win.C1FlexGrid.DrawModeEnum.OwnerDraw;
			this.version2C1FlexGrid.KeyActionEnter = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
			this.version2C1FlexGrid.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcrossOut;
			this.version2C1FlexGrid.Location = new System.Drawing.Point(0, 60);
			this.version2C1FlexGrid.Name = "version2C1FlexGrid";
			this.version2C1FlexGrid.Rows.Count = 1;
			this.version2C1FlexGrid.Rows.DefaultSize = 17;
			this.version2C1FlexGrid.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.Row;
			this.version2C1FlexGrid.ShowCellLabels = true;
			this.version2C1FlexGrid.Size = new System.Drawing.Size(528, 494);
			this.version2C1FlexGrid.TabIndex = 3;
			this.version2C1FlexGrid.AfterScroll += new C1.Win.C1FlexGrid.RangeEventHandler(this.C1FlexGrid_AfterScroll);
			this.version2C1FlexGrid.OwnerDrawCell += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(this.C1FlexGrid_OwnerDrawCell);
			// 
			// menuVersionAnteriorTableLayoutPanel
			// 
			this.menuVersionAnteriorTableLayoutPanel.AutoSize = true;
			this.menuVersionAnteriorTableLayoutPanel.BackColor = System.Drawing.SystemColors.Control;
			this.menuVersionAnteriorTableLayoutPanel.ColumnCount = 1;
			this.menuVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.menuVersionAnteriorTableLayoutPanel.Controls.Add(this.menuVersionAnteriorAbajoTableLayoutPanel, 0, 1);
			this.menuVersionAnteriorTableLayoutPanel.Controls.Add(this.menuVersionAnteriorArribaTableLayoutPanel, 0, 0);
			this.menuVersionAnteriorTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
			this.menuVersionAnteriorTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
			this.menuVersionAnteriorTableLayoutPanel.Name = "menuVersionAnteriorTableLayoutPanel";
			this.menuVersionAnteriorTableLayoutPanel.RowCount = 2;
			this.menuVersionAnteriorTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
			this.menuVersionAnteriorTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
			this.menuVersionAnteriorTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.menuVersionAnteriorTableLayoutPanel.Size = new System.Drawing.Size(528, 60);
			this.menuVersionAnteriorTableLayoutPanel.TabIndex = 6;
			// 
			// menuVersionAnteriorAbajoTableLayoutPanel
			// 
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnCount = 9;
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.menuVersionAnteriorAbajoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.menuVersionAnteriorAbajoTableLayoutPanel.Controls.Add(estadoVersionAnteriorLabel, 0, 0);
			this.menuVersionAnteriorAbajoTableLayoutPanel.Controls.Add(this.estadoVersionAnteriorComboBox, 1, 0);
			this.menuVersionAnteriorAbajoTableLayoutPanel.Controls.Add(label20, 3, 0);
			this.menuVersionAnteriorAbajoTableLayoutPanel.Controls.Add(label21, 6, 0);
			this.menuVersionAnteriorAbajoTableLayoutPanel.Controls.Add(this.probabilidadVersion2TextBox, 5, 0);
			this.menuVersionAnteriorAbajoTableLayoutPanel.Controls.Add(this.fechaInicioProyectoVersionAnteriorTextBox, 8, 0);
			this.menuVersionAnteriorAbajoTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.menuVersionAnteriorAbajoTableLayoutPanel.Location = new System.Drawing.Point(0, 30);
			this.menuVersionAnteriorAbajoTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
			this.menuVersionAnteriorAbajoTableLayoutPanel.Name = "menuVersionAnteriorAbajoTableLayoutPanel";
			this.menuVersionAnteriorAbajoTableLayoutPanel.RowCount = 1;
			this.menuVersionAnteriorAbajoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.menuVersionAnteriorAbajoTableLayoutPanel.Size = new System.Drawing.Size(528, 30);
			this.menuVersionAnteriorAbajoTableLayoutPanel.TabIndex = 1;
			// 
			// estadoVersionAnteriorLabel
			// 
			estadoVersionAnteriorLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
			estadoVersionAnteriorLabel.AutoSize = true;
			estadoVersionAnteriorLabel.Location = new System.Drawing.Point(3, 8);
			estadoVersionAnteriorLabel.Name = "estadoVersionAnteriorLabel";
			estadoVersionAnteriorLabel.Size = new System.Drawing.Size(43, 13);
			estadoVersionAnteriorLabel.TabIndex = 0;
			estadoVersionAnteriorLabel.Text = "Estado:";
			// 
			// estadoVersionAnteriorComboBox
			// 
			this.estadoVersionAnteriorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.estadoVersionAnteriorComboBox.Enabled = false;
			this.estadoVersionAnteriorComboBox.FormattingEnabled = true;
			this.estadoVersionAnteriorComboBox.Location = new System.Drawing.Point(52, 3);
			this.estadoVersionAnteriorComboBox.Name = "estadoVersionAnteriorComboBox";
			this.estadoVersionAnteriorComboBox.Size = new System.Drawing.Size(114, 21);
			this.estadoVersionAnteriorComboBox.TabIndex = 1;
			// 
			// label20
			// 
			label20.Anchor = System.Windows.Forms.AnchorStyles.Left;
			label20.AutoSize = true;
			label20.Location = new System.Drawing.Point(192, 8);
			label20.Name = "label20";
			label20.Size = new System.Drawing.Size(68, 13);
			label20.TabIndex = 2;
			label20.Text = "Probabilidad:";
			// 
			// label21
			// 
			label21.Anchor = System.Windows.Forms.AnchorStyles.Right;
			label21.AutoSize = true;
			label21.Location = new System.Drawing.Point(345, 8);
			label21.Name = "label21";
			label21.Size = new System.Drawing.Size(80, 13);
			label21.TabIndex = 4;
			label21.Text = "Inicio Proyecto:";
			// 
			// probabilidadVersion2TextBox
			// 
			this.probabilidadVersion2TextBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.probabilidadVersion2TextBox.Location = new System.Drawing.Point(266, 5);
			this.probabilidadVersion2TextBox.Name = "probabilidadVersion2TextBox";
			this.probabilidadVersion2TextBox.ReadOnly = true;
			this.probabilidadVersion2TextBox.Size = new System.Drawing.Size(73, 20);
			this.probabilidadVersion2TextBox.TabIndex = 5;
			// 
			// fechaInicioProyectoVersionAnteriorTextBox
			// 
			this.fechaInicioProyectoVersionAnteriorTextBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.fechaInicioProyectoVersionAnteriorTextBox.Location = new System.Drawing.Point(431, 5);
			this.fechaInicioProyectoVersionAnteriorTextBox.Name = "fechaInicioProyectoVersionAnteriorTextBox";
			this.fechaInicioProyectoVersionAnteriorTextBox.ReadOnly = true;
			this.fechaInicioProyectoVersionAnteriorTextBox.Size = new System.Drawing.Size(73, 20);
			this.fechaInicioProyectoVersionAnteriorTextBox.TabIndex = 5;
			// 
			// menuVersionAnteriorArribaTableLayoutPanel
			// 
			this.menuVersionAnteriorArribaTableLayoutPanel.ColumnCount = 8;
			this.menuVersionAnteriorArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.menuVersionAnteriorArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorArribaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.menuVersionAnteriorArribaTableLayoutPanel.Controls.Add(this.contraerPanelVersionButton, 0, 0);
			this.menuVersionAnteriorArribaTableLayoutPanel.Controls.Add(this.crearVersionV2Button, 1, 0);
			this.menuVersionAnteriorArribaTableLayoutPanel.Controls.Add(fechaVersionV2Label, 2, 0);
			this.menuVersionAnteriorArribaTableLayoutPanel.Controls.Add(this.fechaVersionV2TextBox, 3, 0);
			this.menuVersionAnteriorArribaTableLayoutPanel.Controls.Add(this.versionAnteriorComboBox, 6, 0);
			this.menuVersionAnteriorArribaTableLayoutPanel.Controls.Add(this.decrementarVersionAnteriorButton, 7, 0);
			this.menuVersionAnteriorArribaTableLayoutPanel.Controls.Add(this.incrementarVersionAnteriorButton, 5, 0);
			this.menuVersionAnteriorArribaTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.menuVersionAnteriorArribaTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
			this.menuVersionAnteriorArribaTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
			this.menuVersionAnteriorArribaTableLayoutPanel.Name = "menuVersionAnteriorArribaTableLayoutPanel";
			this.menuVersionAnteriorArribaTableLayoutPanel.RowCount = 1;
			this.menuVersionAnteriorArribaTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.menuVersionAnteriorArribaTableLayoutPanel.Size = new System.Drawing.Size(528, 30);
			this.menuVersionAnteriorArribaTableLayoutPanel.TabIndex = 0;
			// 
			// contraerPanelVersionButton
			// 
			this.contraerPanelVersionButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.contraerPanelVersionButton.Image = global::Kenwin.PPP.Cliente.Properties.Resources.FlechaDerecha;
			this.contraerPanelVersionButton.Location = new System.Drawing.Point(3, 3);
			this.contraerPanelVersionButton.Name = "contraerPanelVersionButton";
			this.contraerPanelVersionButton.Size = new System.Drawing.Size(22, 23);
			this.contraerPanelVersionButton.TabIndex = 0;
			this.contraerPanelVersionButton.UseVisualStyleBackColor = true;
			this.contraerPanelVersionButton.Click += new System.EventHandler(this.ContraerPanelVersionButton_Click);
			// 
			// crearVersionV2Button
			// 
			this.crearVersionV2Button.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.crearVersionV2Button.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.crearVersionV2Button.Location = new System.Drawing.Point(31, 3);
			this.crearVersionV2Button.Name = "crearVersionV2Button";
			this.crearVersionV2Button.Size = new System.Drawing.Size(94, 24);
			this.crearVersionV2Button.TabIndex = 1;
			this.crearVersionV2Button.Text = "Hacer Actual";
			this.crearVersionV2Button.UseVisualStyleBackColor = true;
			this.crearVersionV2Button.Click += new System.EventHandler(this.CrearVersionV2Button_Click);
			// 
			// fechaVersionV2Label
			// 
			fechaVersionV2Label.Anchor = System.Windows.Forms.AnchorStyles.Left;
			fechaVersionV2Label.AutoSize = true;
			fechaVersionV2Label.Location = new System.Drawing.Point(131, 8);
			fechaVersionV2Label.Name = "fechaVersionV2Label";
			fechaVersionV2Label.Size = new System.Drawing.Size(78, 13);
			fechaVersionV2Label.TabIndex = 2;
			fechaVersionV2Label.Text = "Fecha Version:";
			fechaVersionV2Label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// fechaVersionV2TextBox
			// 
			this.fechaVersionV2TextBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.fechaVersionV2TextBox.Location = new System.Drawing.Point(215, 5);
			this.fechaVersionV2TextBox.Name = "fechaVersionV2TextBox";
			this.fechaVersionV2TextBox.ReadOnly = true;
			this.fechaVersionV2TextBox.Size = new System.Drawing.Size(100, 20);
			this.fechaVersionV2TextBox.TabIndex = 3;
			// 
			// versionAnteriorComboBox
			// 
			this.versionAnteriorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.versionAnteriorComboBox.FormattingEnabled = true;
			this.versionAnteriorComboBox.Location = new System.Drawing.Point(378, 3);
			this.versionAnteriorComboBox.Name = "versionAnteriorComboBox";
			this.versionAnteriorComboBox.Size = new System.Drawing.Size(108, 21);
			this.versionAnteriorComboBox.TabIndex = 4;
			this.versionAnteriorComboBox.SelectedIndexChanged += new System.EventHandler(this.VersionAnteriorComboBox_SelectedIndexChanged);
			// 
			// decrementarVersionAnteriorButton
			// 
			this.decrementarVersionAnteriorButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.decrementarVersionAnteriorButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.decrementarVersionAnteriorButton.Image = global::Kenwin.PPP.Cliente.Properties.Resources.FlechaDerechaAzul;
			this.decrementarVersionAnteriorButton.Location = new System.Drawing.Point(492, 3);
			this.decrementarVersionAnteriorButton.Name = "decrementarVersionAnteriorButton";
			this.decrementarVersionAnteriorButton.Size = new System.Drawing.Size(33, 23);
			this.decrementarVersionAnteriorButton.TabIndex = 5;
			this.decrementarVersionAnteriorButton.UseVisualStyleBackColor = true;
			this.decrementarVersionAnteriorButton.Click += new System.EventHandler(this.DecrementarVersionAnteriorButton_Click);
			// 
			// incrementarVersionAnteriorButton
			// 
			this.incrementarVersionAnteriorButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.incrementarVersionAnteriorButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.incrementarVersionAnteriorButton.Image = global::Kenwin.PPP.Cliente.Properties.Resources.FlechaIzquierdaAzul;
			this.incrementarVersionAnteriorButton.Location = new System.Drawing.Point(339, 3);
			this.incrementarVersionAnteriorButton.Name = "incrementarVersionAnteriorButton";
			this.incrementarVersionAnteriorButton.Size = new System.Drawing.Size(33, 23);
			this.incrementarVersionAnteriorButton.TabIndex = 5;
			this.incrementarVersionAnteriorButton.UseVisualStyleBackColor = true;
			this.incrementarVersionAnteriorButton.Click += new System.EventHandler(this.IncrementarVersionAnteriorButton_Click);
			// 
			// sumatoriasVersionAnteriorTableLayoutPanel
			// 
			this.sumatoriasVersionAnteriorTableLayoutPanel.BackColor = System.Drawing.SystemColors.Control;
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnCount = 13;
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.sumatoriasVersionAnteriorTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.label12, 1, 0);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.label13, 1, 1);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.label14, 4, 1);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.label15, 4, 0);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.label16, 7, 0);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.label17, 10, 0);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.label18, 10, 1);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.textBox8, 2, 0);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.textBox9, 2, 1);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.textBox10, 5, 0);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.textBox11, 5, 1);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.textBox12, 8, 0);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.textBox13, 11, 0);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Controls.Add(this.textBox14, 11, 1);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.sumatoriasVersionAnteriorTableLayoutPanel.Location = new System.Drawing.Point(0, 554);
			this.sumatoriasVersionAnteriorTableLayoutPanel.Name = "sumatoriasVersionAnteriorTableLayoutPanel";
			this.sumatoriasVersionAnteriorTableLayoutPanel.RowCount = 3;
			this.sumatoriasVersionAnteriorTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
			this.sumatoriasVersionAnteriorTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
			this.sumatoriasVersionAnteriorTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.sumatoriasVersionAnteriorTableLayoutPanel.Size = new System.Drawing.Size(528, 53);
			this.sumatoriasVersionAnteriorTableLayoutPanel.TabIndex = 5;
			// 
			// label12
			// 
			this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label12.AutoSize = true;
			this.label12.Location = new System.Drawing.Point(-6, 0);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(76, 25);
			this.label12.TabIndex = 0;
			this.label12.Text = "Horas Totales:";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label13
			// 
			this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label13.AutoSize = true;
			this.label13.Location = new System.Drawing.Point(-6, 25);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(71, 25);
			this.label13.TabIndex = 8;
			this.label13.Text = "Días Totales:";
			this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label14
			// 
			this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label14.AutoSize = true;
			this.label14.Location = new System.Drawing.Point(142, 25);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(65, 25);
			this.label14.TabIndex = 10;
			this.label14.Text = "Precio Final:";
			this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label15
			// 
			this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label15.AutoSize = true;
			this.label15.Location = new System.Drawing.Point(142, 0);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(68, 25);
			this.label15.TabIndex = 2;
			this.label15.Text = "Precio Bruto:";
			this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label16
			// 
			this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label16.AutoSize = true;
			this.label16.Location = new System.Drawing.Point(282, 0);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(43, 25);
			this.label16.TabIndex = 4;
			this.label16.Text = "Gastos:";
			this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label17
			// 
			this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label17.AutoSize = true;
			this.label17.Location = new System.Drawing.Point(397, 0);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(66, 25);
			this.label17.TabIndex = 6;
			this.label17.Text = "Total COPC:";
			this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label18
			// 
			this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label18.AutoSize = true;
			this.label18.Location = new System.Drawing.Point(397, 25);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(81, 25);
			this.label18.TabIndex = 12;
			this.label18.Text = "Total no COPC:";
			this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox8
			// 
			this.textBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox8.Location = new System.Drawing.Point(76, 3);
			this.textBox8.Name = "textBox8";
			this.textBox8.ReadOnly = true;
			this.textBox8.Size = new System.Drawing.Size(50, 20);
			this.textBox8.TabIndex = 1;
			this.textBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox9
			// 
			this.textBox9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox9.Location = new System.Drawing.Point(76, 28);
			this.textBox9.Name = "textBox9";
			this.textBox9.ReadOnly = true;
			this.textBox9.Size = new System.Drawing.Size(50, 20);
			this.textBox9.TabIndex = 9;
			this.textBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox10
			// 
			this.textBox10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox10.Location = new System.Drawing.Point(216, 3);
			this.textBox10.Name = "textBox10";
			this.textBox10.ReadOnly = true;
			this.textBox10.Size = new System.Drawing.Size(50, 20);
			this.textBox10.TabIndex = 3;
			this.textBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox11
			// 
			this.textBox11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox11.Location = new System.Drawing.Point(216, 28);
			this.textBox11.Name = "textBox11";
			this.textBox11.ReadOnly = true;
			this.textBox11.Size = new System.Drawing.Size(50, 20);
			this.textBox11.TabIndex = 11;
			this.textBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox12
			// 
			this.textBox12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox12.Location = new System.Drawing.Point(331, 3);
			this.textBox12.Name = "textBox12";
			this.textBox12.ReadOnly = true;
			this.textBox12.Size = new System.Drawing.Size(50, 20);
			this.textBox12.TabIndex = 5;
			this.textBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox13
			// 
			this.textBox13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox13.Location = new System.Drawing.Point(484, 3);
			this.textBox13.Name = "textBox13";
			this.textBox13.ReadOnly = true;
			this.textBox13.Size = new System.Drawing.Size(50, 20);
			this.textBox13.TabIndex = 7;
			this.textBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBox14
			// 
			this.textBox14.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.textBox14.Location = new System.Drawing.Point(484, 28);
			this.textBox14.Name = "textBox14";
			this.textBox14.ReadOnly = true;
			this.textBox14.Size = new System.Drawing.Size(50, 20);
			this.textBox14.TabIndex = 13;
			this.textBox14.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// datosGeneralesTabPage
			// 
			datosGeneralesTabPage.BackColor = System.Drawing.SystemColors.Control;
			datosGeneralesTabPage.Controls.Add(this.asignacionGroupBox);
			datosGeneralesTabPage.Controls.Add(this.datosProyectoGroupBox);
			datosGeneralesTabPage.Location = new System.Drawing.Point(4, 22);
			datosGeneralesTabPage.Name = "datosGeneralesTabPage";
			datosGeneralesTabPage.Padding = new System.Windows.Forms.Padding(3);
			datosGeneralesTabPage.Size = new System.Drawing.Size(1114, 613);
			datosGeneralesTabPage.TabIndex = 1;
			datosGeneralesTabPage.Text = "Datos generales";
			// 
			// asignacionGroupBox
			// 
			this.asignacionGroupBox.Controls.Add(this.asignacionPersonal1);
			this.asignacionGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
			this.asignacionGroupBox.Location = new System.Drawing.Point(3, 296);
			this.asignacionGroupBox.Name = "asignacionGroupBox";
			this.asignacionGroupBox.Padding = new System.Windows.Forms.Padding(5);
			this.asignacionGroupBox.Size = new System.Drawing.Size(1108, 314);
			this.asignacionGroupBox.TabIndex = 1;
			this.asignacionGroupBox.TabStop = false;
			this.asignacionGroupBox.Text = "Asignación";
			// 
			// asignacionPersonal1
			// 
			this.asignacionPersonal1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.asignacionPersonal1.Location = new System.Drawing.Point(5, 18);
			this.asignacionPersonal1.Name = "asignacionPersonal1";
			this.asignacionPersonal1.Size = new System.Drawing.Size(1098, 291);
			this.asignacionPersonal1.TabIndex = 0;
			this.asignacionPersonal1.CambioEnAsginaciones += new System.EventHandler(this.AsignacionPersonal1_CambioEnAsginaciones);
			// 
			// datosProyectoGroupBox
			// 
			this.datosProyectoGroupBox.Controls.Add(this.tableLayoutPanel4);
			this.datosProyectoGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
			this.datosProyectoGroupBox.Location = new System.Drawing.Point(3, 3);
			this.datosProyectoGroupBox.Name = "datosProyectoGroupBox";
			this.datosProyectoGroupBox.Size = new System.Drawing.Size(1108, 293);
			this.datosProyectoGroupBox.TabIndex = 2;
			this.datosProyectoGroupBox.TabStop = false;
			// 
			// tableLayoutPanel4
			// 
			this.tableLayoutPanel4.ColumnCount = 3;
			this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel4.Controls.Add(this.paisLabel, 0, 0);
			this.tableLayoutPanel4.Controls.Add(this.unidadNegocioLabel, 0, 1);
			this.tableLayoutPanel4.Controls.Add(this.tipoEmpresaLabel, 0, 2);
			this.tableLayoutPanel4.Controls.Add(this.tipoProyectoLabel, 0, 3);
			this.tableLayoutPanel4.Controls.Add(this.contatoComercialLabel, 0, 4);
			this.tableLayoutPanel4.Controls.Add(this.liderClienteLabel, 0, 5);
			this.tableLayoutPanel4.Controls.Add(this.liderClienteTextBox, 1, 5);
			this.tableLayoutPanel4.Controls.Add(this.contactoComercialTextBox, 1, 4);
			this.tableLayoutPanel4.Controls.Add(this.observacionesTextBox, 1, 6);
			this.tableLayoutPanel4.Controls.Add(this.usuarioCreadorLabel, 0, 9);
			this.tableLayoutPanel4.Controls.Add(this.usuarioCreadorTextBox, 1, 9);
			this.tableLayoutPanel4.Controls.Add(this.observacionesLabel, 0, 6);
			this.tableLayoutPanel4.Controls.Add(this.paisFKBox, 1, 0);
			this.tableLayoutPanel4.Controls.Add(this.unidadNegocioFKBox, 1, 1);
			this.tableLayoutPanel4.Controls.Add(this.tipoEmpresaFKBox, 1, 2);
			this.tableLayoutPanel4.Controls.Add(this.tipoProyectoFKBox, 1, 3);
			this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
			this.tableLayoutPanel4.Name = "tableLayoutPanel4";
			this.tableLayoutPanel4.RowCount = 11;
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel4.Size = new System.Drawing.Size(1102, 274);
			this.tableLayoutPanel4.TabIndex = 0;
			// 
			// paisLabel
			// 
			this.paisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.paisLabel.AutoSize = true;
			this.paisLabel.Location = new System.Drawing.Point(73, 0);
			this.paisLabel.Name = "paisLabel";
			this.paisLabel.Size = new System.Drawing.Size(32, 30);
			this.paisLabel.TabIndex = 0;
			this.paisLabel.Text = "País:";
			this.paisLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// unidadNegocioLabel
			// 
			this.unidadNegocioLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.unidadNegocioLabel.AutoSize = true;
			this.unidadNegocioLabel.Location = new System.Drawing.Point(3, 30);
			this.unidadNegocioLabel.Name = "unidadNegocioLabel";
			this.unidadNegocioLabel.Size = new System.Drawing.Size(102, 30);
			this.unidadNegocioLabel.TabIndex = 0;
			this.unidadNegocioLabel.Text = "Unidad de Negocio:";
			this.unidadNegocioLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// tipoEmpresaLabel
			// 
			this.tipoEmpresaLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.tipoEmpresaLabel.AutoSize = true;
			this.tipoEmpresaLabel.Location = new System.Drawing.Point(15, 60);
			this.tipoEmpresaLabel.Name = "tipoEmpresaLabel";
			this.tipoEmpresaLabel.Size = new System.Drawing.Size(90, 30);
			this.tipoEmpresaLabel.TabIndex = 0;
			this.tipoEmpresaLabel.Text = "Tipo de Empresa:";
			this.tipoEmpresaLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// tipoProyectoLabel
			// 
			this.tipoProyectoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.tipoProyectoLabel.AutoSize = true;
			this.tipoProyectoLabel.Location = new System.Drawing.Point(14, 90);
			this.tipoProyectoLabel.Name = "tipoProyectoLabel";
			this.tipoProyectoLabel.Size = new System.Drawing.Size(91, 30);
			this.tipoProyectoLabel.TabIndex = 0;
			this.tipoProyectoLabel.Text = "Tipo de Proyecto:";
			this.tipoProyectoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// contatoComercialLabel
			// 
			this.contatoComercialLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.contatoComercialLabel.AutoSize = true;
			this.contatoComercialLabel.Location = new System.Drawing.Point(3, 120);
			this.contatoComercialLabel.Name = "contatoComercialLabel";
			this.contatoComercialLabel.Size = new System.Drawing.Size(102, 26);
			this.contatoComercialLabel.TabIndex = 0;
			this.contatoComercialLabel.Text = "Contacto Comercial:";
			this.contatoComercialLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// liderClienteLabel
			// 
			this.liderClienteLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.liderClienteLabel.AutoSize = true;
			this.liderClienteLabel.Location = new System.Drawing.Point(20, 146);
			this.liderClienteLabel.Name = "liderClienteLabel";
			this.liderClienteLabel.Size = new System.Drawing.Size(85, 26);
			this.liderClienteLabel.TabIndex = 0;
			this.liderClienteLabel.Text = "Líder en Cliente:";
			this.liderClienteLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// liderClienteTextBox
			// 
			this.liderClienteTextBox.Location = new System.Drawing.Point(111, 149);
			this.liderClienteTextBox.MaxLength = 50;
			this.liderClienteTextBox.Name = "liderClienteTextBox";
			this.liderClienteTextBox.Size = new System.Drawing.Size(243, 20);
			this.liderClienteTextBox.TabIndex = 5;
			// 
			// contactoComercialTextBox
			// 
			this.contactoComercialTextBox.Location = new System.Drawing.Point(111, 123);
			this.contactoComercialTextBox.MaxLength = 50;
			this.contactoComercialTextBox.Name = "contactoComercialTextBox";
			this.contactoComercialTextBox.Size = new System.Drawing.Size(243, 20);
			this.contactoComercialTextBox.TabIndex = 4;
			// 
			// observacionesTextBox
			// 
			this.observacionesTextBox.Location = new System.Drawing.Point(111, 175);
			this.observacionesTextBox.MaxLength = 50;
			this.observacionesTextBox.Multiline = true;
			this.observacionesTextBox.Name = "observacionesTextBox";
			this.observacionesTextBox.Size = new System.Drawing.Size(243, 36);
			this.observacionesTextBox.TabIndex = 6;
			// 
			// usuarioCreadorLabel
			// 
			this.usuarioCreadorLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.usuarioCreadorLabel.AutoSize = true;
			this.usuarioCreadorLabel.Location = new System.Drawing.Point(58, 234);
			this.usuarioCreadorLabel.Name = "usuarioCreadorLabel";
			this.usuarioCreadorLabel.Size = new System.Drawing.Size(47, 26);
			this.usuarioCreadorLabel.TabIndex = 0;
			this.usuarioCreadorLabel.Text = "Creador:";
			this.usuarioCreadorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// usuarioCreadorTextBox
			// 
			this.usuarioCreadorTextBox.Location = new System.Drawing.Point(111, 237);
			this.usuarioCreadorTextBox.Name = "usuarioCreadorTextBox";
			this.usuarioCreadorTextBox.ReadOnly = true;
			this.usuarioCreadorTextBox.Size = new System.Drawing.Size(243, 20);
			this.usuarioCreadorTextBox.TabIndex = 7;
			// 
			// observacionesLabel
			// 
			this.observacionesLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.observacionesLabel.AutoSize = true;
			this.observacionesLabel.Location = new System.Drawing.Point(24, 172);
			this.observacionesLabel.Name = "observacionesLabel";
			this.observacionesLabel.Size = new System.Drawing.Size(81, 42);
			this.observacionesLabel.TabIndex = 0;
			this.observacionesLabel.Text = "Observaciones:";
			this.observacionesLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// paisFKBox
			// 
			this.paisFKBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.paisFKBox.Location = new System.Drawing.Point(111, 3);
			this.paisFKBox.MaximumSize = new System.Drawing.Size(500, 24);
			this.paisFKBox.MinimumSize = new System.Drawing.Size(50, 24);
			this.paisFKBox.Name = "paisFKBox";
			this.paisFKBox.Size = new System.Drawing.Size(243, 24);
			this.paisFKBox.TabIndex = 0;
			// 
			// unidadNegocioFKBox
			// 
			this.unidadNegocioFKBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.unidadNegocioFKBox.Location = new System.Drawing.Point(111, 33);
			this.unidadNegocioFKBox.MaximumSize = new System.Drawing.Size(500, 24);
			this.unidadNegocioFKBox.MinimumSize = new System.Drawing.Size(50, 24);
			this.unidadNegocioFKBox.Name = "unidadNegocioFKBox";
			this.unidadNegocioFKBox.Size = new System.Drawing.Size(243, 24);
			this.unidadNegocioFKBox.TabIndex = 1;
			// 
			// tipoEmpresaFKBox
			// 
			this.tipoEmpresaFKBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.tipoEmpresaFKBox.Location = new System.Drawing.Point(111, 63);
			this.tipoEmpresaFKBox.MaximumSize = new System.Drawing.Size(500, 24);
			this.tipoEmpresaFKBox.MinimumSize = new System.Drawing.Size(50, 24);
			this.tipoEmpresaFKBox.Name = "tipoEmpresaFKBox";
			this.tipoEmpresaFKBox.Size = new System.Drawing.Size(243, 24);
			this.tipoEmpresaFKBox.TabIndex = 2;
			// 
			// tipoProyectoFKBox
			// 
			this.tipoProyectoFKBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.tipoProyectoFKBox.Location = new System.Drawing.Point(111, 93);
			this.tipoProyectoFKBox.MaximumSize = new System.Drawing.Size(500, 24);
			this.tipoProyectoFKBox.MinimumSize = new System.Drawing.Size(50, 24);
			this.tipoProyectoFKBox.Name = "tipoProyectoFKBox";
			this.tipoProyectoFKBox.Size = new System.Drawing.Size(243, 24);
			this.tipoProyectoFKBox.TabIndex = 3;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.tableLayoutPanel1);
			this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
			this.groupBox1.Location = new System.Drawing.Point(5, 5);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(1122, 49);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Proyecto";
			// 
			// tableLayoutPanel1
			// 
			this.tableLayoutPanel1.ColumnCount = 16;
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel1.Controls.Add(this.nombreProyectoTextBox, 4, 0);
			this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
			this.tableLayoutPanel1.Controls.Add(this.label2, 3, 0);
			this.tableLayoutPanel1.Controls.Add(this.label3, 9, 0);
			this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
			this.tableLayoutPanel1.Controls.Add(this.monedaLabel, 13, 0);
			this.tableLayoutPanel1.Controls.Add(this.clienteFKBox, 11, 0);
			this.tableLayoutPanel1.Controls.Add(this.monedaFKBox, 15, 0);
			this.tableLayoutPanel1.Controls.Add(this.proyectoOTFKBox, 7, 0);
			this.tableLayoutPanel1.Controls.Add(this.proyectoPadreFKBox, 1, 0);
			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
			this.tableLayoutPanel1.RowCount = 2;
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel1.Size = new System.Drawing.Size(1116, 30);
			this.tableLayoutPanel1.TabIndex = 0;
			// 
			// nombreProyectoTextBox
			// 
			this.nombreProyectoTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.nombreProyectoTextBox.Location = new System.Drawing.Point(366, 3);
			this.nombreProyectoTextBox.MaxLength = 50;
			this.nombreProyectoTextBox.Name = "nombreProyectoTextBox";
			this.nombreProyectoTextBox.Size = new System.Drawing.Size(100, 20);
			this.nombreProyectoTextBox.TabIndex = 3;
			this.nombreProyectoTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.NombreProyectoTextBox_Validating);
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(3, 0);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(83, 25);
			this.label1.TabIndex = 0;
			this.label1.Text = "Proyecto Padre:";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label2
			// 
			this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(268, 0);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(92, 25);
			this.label2.TabIndex = 2;
			this.label2.Text = "Nombre Proyecto:";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label3
			// 
			this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(735, 0);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(42, 25);
			this.label3.TabIndex = 6;
			this.label3.Text = "Cliente:";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label4
			// 
			this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(492, 0);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(61, 25);
			this.label4.TabIndex = 4;
			this.label4.Text = "Código OT:";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// monedaLabel
			// 
			this.monedaLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.monedaLabel.AutoSize = true;
			this.monedaLabel.Location = new System.Drawing.Point(959, 0);
			this.monedaLabel.Name = "monedaLabel";
			this.monedaLabel.Size = new System.Drawing.Size(49, 25);
			this.monedaLabel.TabIndex = 8;
			this.monedaLabel.Text = "Moneda:";
			this.monedaLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// clienteFKBox
			// 
			this.clienteFKBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.clienteFKBox.Location = new System.Drawing.Point(783, 3);
			this.clienteFKBox.MaximumSize = new System.Drawing.Size(500, 24);
			this.clienteFKBox.MinimumSize = new System.Drawing.Size(50, 24);
			this.clienteFKBox.Name = "clienteFKBox";
			this.clienteFKBox.Size = new System.Drawing.Size(150, 24);
			this.clienteFKBox.TabIndex = 7;
			// 
			// monedaFKBox
			// 
			this.monedaFKBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.monedaFKBox.Location = new System.Drawing.Point(1014, 3);
			this.monedaFKBox.MaximumSize = new System.Drawing.Size(500, 24);
			this.monedaFKBox.MinimumSize = new System.Drawing.Size(50, 24);
			this.monedaFKBox.Name = "monedaFKBox";
			this.monedaFKBox.Size = new System.Drawing.Size(99, 24);
			this.monedaFKBox.TabIndex = 9;
			// 
			// proyectoOTFKBox
			// 
			this.proyectoOTFKBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.proyectoOTFKBox.Location = new System.Drawing.Point(559, 3);
			this.proyectoOTFKBox.MaximumSize = new System.Drawing.Size(500, 24);
			this.proyectoOTFKBox.MinimumSize = new System.Drawing.Size(50, 24);
			this.proyectoOTFKBox.Name = "proyectoOTFKBox";
			this.proyectoOTFKBox.Size = new System.Drawing.Size(150, 24);
			this.proyectoOTFKBox.TabIndex = 5;
			// 
			// proyectoPadreFKBox
			// 
			this.proyectoPadreFKBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.proyectoPadreFKBox.Location = new System.Drawing.Point(92, 3);
			this.proyectoPadreFKBox.MaximumSize = new System.Drawing.Size(500, 24);
			this.proyectoPadreFKBox.MinimumSize = new System.Drawing.Size(50, 24);
			this.proyectoPadreFKBox.Name = "proyectoPadreFKBox";
			this.proyectoPadreFKBox.Size = new System.Drawing.Size(150, 24);
			this.proyectoPadreFKBox.TabIndex = 1;
			this.proyectoPadreFKBox.SelectedItemChanged += new System.EventHandler<System.EventArgs>(this.ProyectoPadreFKBox_SelectedItemChanged);
			// 
			// tabControl1
			// 
			this.tabControl1.CausesValidation = false;
			this.tabControl1.Controls.Add(datosGeneralesTabPage);
			this.tabControl1.Controls.Add(actividadesTabPage);
			this.tabControl1.Controls.Add(this.tabPage1);
			this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControl1.Location = new System.Drawing.Point(5, 54);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(1122, 639);
			this.tabControl1.TabIndex = 1;
			// 
			// tabPage1
			// 
			this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
			this.tabPage1.Controls.Add(this.asignacionSemanal1);
			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(1114, 613);
			this.tabPage1.TabIndex = 2;
			this.tabPage1.Text = "Asignaciones";
			// 
			// asignacionSemanal1
			// 
			this.asignacionSemanal1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.asignacionSemanal1.Location = new System.Drawing.Point(3, 3);
			this.asignacionSemanal1.Name = "asignacionSemanal1";
			this.asignacionSemanal1.Size = new System.Drawing.Size(1108, 607);
			this.asignacionSemanal1.TabIndex = 0;
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.crearProyectoButton);
			this.panel2.Controls.Add(this.guardarButton);
			this.panel2.Controls.Add(this.cerrarButton);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panel2.Location = new System.Drawing.Point(5, 693);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(1122, 41);
			this.panel2.TabIndex = 2;
			// 
			// crearProyectoButton
			// 
			this.crearProyectoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.crearProyectoButton.Image = global::Kenwin.PPP.Cliente.Properties.Resources.Guardar;
			this.crearProyectoButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.crearProyectoButton.Location = new System.Drawing.Point(853, 6);
			this.crearProyectoButton.Name = "crearProyectoButton";
			this.crearProyectoButton.Size = new System.Drawing.Size(106, 30);
			this.crearProyectoButton.TabIndex = 2;
			this.crearProyectoButton.Text = "Crear Proyecto";
			this.crearProyectoButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.toolTip1.SetToolTip(this.crearProyectoButton, "Crear un Proyecto nuevo y copiar datos actuales");
			this.crearProyectoButton.Click += new System.EventHandler(this.CrearProyectoButton_Click);
			// 
			// guardarButton
			// 
			this.guardarButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.guardarButton.Image = global::Kenwin.PPP.Cliente.Properties.Resources.Guardar;
			this.guardarButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.guardarButton.Location = new System.Drawing.Point(969, 6);
			this.guardarButton.Name = "guardarButton";
			this.guardarButton.Size = new System.Drawing.Size(70, 30);
			this.guardarButton.TabIndex = 2;
			this.guardarButton.Text = "&Guardar";
			this.guardarButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.guardarButton.Click += new System.EventHandler(this.GuardarButton_Click);
			// 
			// cerrarButton
			// 
			this.cerrarButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cerrarButton.ButtonType = Vemn.Fwk.Windows.Controls.VemnButton.ButtonTypeEnum.Cancel;
			this.cerrarButton.Image = ((System.Drawing.Image)(resources.GetObject("cerrarButton.Image")));
			this.cerrarButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.cerrarButton.Location = new System.Drawing.Point(1045, 6);
			this.cerrarButton.Name = "cerrarButton";
			this.cerrarButton.Size = new System.Drawing.Size(70, 30);
			this.cerrarButton.TabIndex = 0;
			this.cerrarButton.Text = "&Cerrar";
			this.cerrarButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.cerrarButton.Click += new System.EventHandler(this.CerrarButton_Click);
			// 
			// contextMenuStrip
			// 
			this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.eliminarActividadToolStripMenuItem});
			this.contextMenuStrip.Name = "contextMenuStrip1";
			this.contextMenuStrip.Size = new System.Drawing.Size(171, 26);
			// 
			// eliminarActividadToolStripMenuItem
			// 
			this.eliminarActividadToolStripMenuItem.Name = "eliminarActividadToolStripMenuItem";
			this.eliminarActividadToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
			this.eliminarActividadToolStripMenuItem.Text = "Eliminar Actividad";
			this.eliminarActividadToolStripMenuItem.Click += new System.EventHandler(this.EliminarActividadToolStripMenuItem_Click);
			// 
			// errorProvider
			// 
			this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
			this.errorProvider.ContainerControl = this;
			// 
			// Editor
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1132, 739);
			this.Controls.Add(this.tabControl1);
			this.Controls.Add(this.panel2);
			this.Controls.Add(this.groupBox1);
			this.Name = "Editor";
			this.ShowIcon = false;
			this.Text = "Proyecto";
			this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Editor_FormClosing);
			this.Load += new System.EventHandler(this.Editor_Load);
			actividadesTabPage.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			this.versionesSplitContainer.Panel1.ResumeLayout(false);
			this.versionesSplitContainer.Panel1.PerformLayout();
			this.versionesSplitContainer.Panel2.ResumeLayout(false);
			this.versionesSplitContainer.Panel2.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.versionesSplitContainer)).EndInit();
			this.versionesSplitContainer.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.version1C1FlexGrid)).EndInit();
			this.menuVersionActualTableLayoutPanel.ResumeLayout(false);
			this.menuVersionActualAbajoTableLayoutPanel.ResumeLayout(false);
			this.menuVersionActualAbajoTableLayoutPanel.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.fechaInicioProyectoVersionActualC1DateEdit)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.probabilidadVersion1C1NumericEdit)).EndInit();
			this.menuVersionActualArribaTableLayoutPanel.ResumeLayout(false);
			this.menuVersionActualArribaTableLayoutPanel.PerformLayout();
			this.sumatoriasVersionActualTableLayoutPanel.ResumeLayout(false);
			this.sumatoriasVersionActualTableLayoutPanel.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.version2C1FlexGrid)).EndInit();
			this.menuVersionAnteriorTableLayoutPanel.ResumeLayout(false);
			this.menuVersionAnteriorAbajoTableLayoutPanel.ResumeLayout(false);
			this.menuVersionAnteriorAbajoTableLayoutPanel.PerformLayout();
			this.menuVersionAnteriorArribaTableLayoutPanel.ResumeLayout(false);
			this.menuVersionAnteriorArribaTableLayoutPanel.PerformLayout();
			this.sumatoriasVersionAnteriorTableLayoutPanel.ResumeLayout(false);
			this.sumatoriasVersionAnteriorTableLayoutPanel.PerformLayout();
			datosGeneralesTabPage.ResumeLayout(false);
			this.asignacionGroupBox.ResumeLayout(false);
			this.datosProyectoGroupBox.ResumeLayout(false);
			this.tableLayoutPanel4.ResumeLayout(false);
			this.tableLayoutPanel4.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.tableLayoutPanel1.ResumeLayout(false);
			this.tableLayoutPanel1.PerformLayout();
			this.tabControl1.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			this.contextMenuStrip.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).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()
 {
     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);
 }
Esempio n. 38
0
 /// <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.TabPage loosePartieTab;
     this.refreshLoose           = new System.Windows.Forms.Button();
     this.displayLooser          = new System.Windows.Forms.DataGridView();
     this.tabControl             = new System.Windows.Forms.TabControl();
     this.playerTab              = new System.Windows.Forms.TabPage();
     this.updatePlayer           = new System.Windows.Forms.Button();
     this.label2                 = new System.Windows.Forms.Label();
     this.deletePlayer           = new System.Windows.Forms.Button();
     this.pseudoField            = new System.Windows.Forms.TextBox();
     this.addPlayer              = new System.Windows.Forms.Button();
     this.refreshPlayer          = new System.Windows.Forms.Button();
     this.displayPlayers         = new System.Windows.Forms.DataGridView();
     this.scoreTab               = new System.Windows.Forms.TabPage();
     this.refreshScore           = new System.Windows.Forms.Button();
     this.displayHighScore       = new System.Windows.Forms.DataGridView();
     this.winPartieTab           = new System.Windows.Forms.TabPage();
     this.partieCountField       = new System.Windows.Forms.Label();
     this.refreshpartie          = new System.Windows.Forms.Button();
     this.displayPartieParJoueur = new System.Windows.Forms.DataGridView();
     loosePartieTab              = new System.Windows.Forms.TabPage();
     loosePartieTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.displayLooser)).BeginInit();
     this.tabControl.SuspendLayout();
     this.playerTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.displayPlayers)).BeginInit();
     this.scoreTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.displayHighScore)).BeginInit();
     this.winPartieTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.displayPartieParJoueur)).BeginInit();
     this.SuspendLayout();
     //
     // loosePartieTab
     //
     loosePartieTab.AccessibleName = "loosePartieTab";
     loosePartieTab.Controls.Add(this.refreshLoose);
     loosePartieTab.Controls.Add(this.displayLooser);
     loosePartieTab.Location = new System.Drawing.Point(4, 22);
     loosePartieTab.Name     = "loosePartieTab";
     loosePartieTab.Padding  = new System.Windows.Forms.Padding(3);
     loosePartieTab.Size     = new System.Drawing.Size(737, 349);
     loosePartieTab.TabIndex = 3;
     loosePartieTab.Text     = "Parties perdues";
     loosePartieTab.UseVisualStyleBackColor = true;
     //
     // refreshLoose
     //
     this.refreshLoose.Location = new System.Drawing.Point(0, 262);
     this.refreshLoose.Name     = "refreshLoose";
     this.refreshLoose.Size     = new System.Drawing.Size(75, 23);
     this.refreshLoose.TabIndex = 1;
     this.refreshLoose.Text     = "Actualiser";
     this.refreshLoose.UseVisualStyleBackColor = true;
     this.refreshLoose.Click += new System.EventHandler(this.refreshLoose_Click);
     //
     // displayLooser
     //
     this.displayLooser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.displayLooser.Location = new System.Drawing.Point(0, 0);
     this.displayLooser.Name     = "displayLooser";
     this.displayLooser.Size     = new System.Drawing.Size(398, 256);
     this.displayLooser.TabIndex = 0;
     //
     // tabControl
     //
     this.tabControl.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.tabControl.Controls.Add(this.playerTab);
     this.tabControl.Controls.Add(this.scoreTab);
     this.tabControl.Controls.Add(this.winPartieTab);
     this.tabControl.Controls.Add(loosePartieTab);
     this.tabControl.Location      = new System.Drawing.Point(-1, 0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(745, 375);
     this.tabControl.TabIndex      = 0;
     this.tabControl.Selected     += new System.Windows.Forms.TabControlEventHandler(this.tabControlSelected);
     //
     // playerTab
     //
     this.playerTab.AccessibleName = "playerTab";
     this.playerTab.Controls.Add(this.updatePlayer);
     this.playerTab.Controls.Add(this.label2);
     this.playerTab.Controls.Add(this.deletePlayer);
     this.playerTab.Controls.Add(this.pseudoField);
     this.playerTab.Controls.Add(this.addPlayer);
     this.playerTab.Controls.Add(this.refreshPlayer);
     this.playerTab.Controls.Add(this.displayPlayers);
     this.playerTab.Location = new System.Drawing.Point(4, 22);
     this.playerTab.Name     = "playerTab";
     this.playerTab.Padding  = new System.Windows.Forms.Padding(3);
     this.playerTab.Size     = new System.Drawing.Size(737, 349);
     this.playerTab.TabIndex = 0;
     this.playerTab.Text     = "Joueurs";
     this.playerTab.UseVisualStyleBackColor = true;
     //
     // updatePlayer
     //
     this.updatePlayer.Location = new System.Drawing.Point(307, 320);
     this.updatePlayer.Name     = "updatePlayer";
     this.updatePlayer.Size     = new System.Drawing.Size(75, 23);
     this.updatePlayer.TabIndex = 5;
     this.updatePlayer.Text     = "Modifier";
     this.updatePlayer.UseVisualStyleBackColor = true;
     this.updatePlayer.Click += new System.EventHandler(this.updatePlayer_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(90, 300);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(46, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Pseudo:";
     //
     // deletePlayer
     //
     this.deletePlayer.Location = new System.Drawing.Point(349, 295);
     this.deletePlayer.Name     = "deletePlayer";
     this.deletePlayer.Size     = new System.Drawing.Size(75, 23);
     this.deletePlayer.TabIndex = 4;
     this.deletePlayer.Text     = "Supprimer";
     this.deletePlayer.UseVisualStyleBackColor = true;
     this.deletePlayer.Click += new System.EventHandler(this.deletePlayer_Click);
     //
     // pseudoField
     //
     this.pseudoField.Location = new System.Drawing.Point(142, 295);
     this.pseudoField.Name     = "pseudoField";
     this.pseudoField.Size     = new System.Drawing.Size(120, 20);
     this.pseudoField.TabIndex = 1;
     //
     // addPlayer
     //
     this.addPlayer.Location = new System.Drawing.Point(268, 295);
     this.addPlayer.Name     = "addPlayer";
     this.addPlayer.Size     = new System.Drawing.Size(75, 23);
     this.addPlayer.TabIndex = 2;
     this.addPlayer.Text     = "Ajouter";
     this.addPlayer.UseVisualStyleBackColor = true;
     this.addPlayer.Click += new System.EventHandler(this.addPlayer_Click);
     //
     // refreshPlayer
     //
     this.refreshPlayer.Location = new System.Drawing.Point(9, 295);
     this.refreshPlayer.Name     = "refreshPlayer";
     this.refreshPlayer.Size     = new System.Drawing.Size(75, 23);
     this.refreshPlayer.TabIndex = 1;
     this.refreshPlayer.Text     = "Actualiser";
     this.refreshPlayer.UseVisualStyleBackColor = true;
     this.refreshPlayer.Click += new System.EventHandler(this.refreshPlayer_Click);
     //
     // displayPlayers
     //
     this.displayPlayers.AllowUserToAddRows          = false;
     this.displayPlayers.AllowUserToDeleteRows       = false;
     this.displayPlayers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.displayPlayers.Location            = new System.Drawing.Point(0, 0);
     this.displayPlayers.Name                = "displayPlayers";
     this.displayPlayers.ReadOnly            = true;
     this.displayPlayers.SelectionMode       = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.displayPlayers.Size                = new System.Drawing.Size(424, 279);
     this.displayPlayers.TabIndex            = 0;
     this.displayPlayers.CurrentCellChanged += new System.EventHandler(this.playerSelectedChanged);
     //
     // scoreTab
     //
     this.scoreTab.AccessibleName = "scoreTab";
     this.scoreTab.Controls.Add(this.refreshScore);
     this.scoreTab.Controls.Add(this.displayHighScore);
     this.scoreTab.Location = new System.Drawing.Point(4, 22);
     this.scoreTab.Name     = "scoreTab";
     this.scoreTab.Padding  = new System.Windows.Forms.Padding(3);
     this.scoreTab.Size     = new System.Drawing.Size(737, 349);
     this.scoreTab.TabIndex = 1;
     this.scoreTab.Text     = "Score";
     this.scoreTab.UseVisualStyleBackColor = true;
     //
     // refreshScore
     //
     this.refreshScore.Location = new System.Drawing.Point(9, 262);
     this.refreshScore.Name     = "refreshScore";
     this.refreshScore.Size     = new System.Drawing.Size(75, 23);
     this.refreshScore.TabIndex = 1;
     this.refreshScore.Text     = "Actualiser";
     this.refreshScore.UseVisualStyleBackColor = true;
     this.refreshScore.Click += new System.EventHandler(this.refreshScore_Click);
     //
     // displayHighScore
     //
     this.displayHighScore.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.displayHighScore.Location = new System.Drawing.Point(0, 0);
     this.displayHighScore.Name     = "displayHighScore";
     this.displayHighScore.Size     = new System.Drawing.Size(376, 256);
     this.displayHighScore.TabIndex = 0;
     //
     // winPartieTab
     //
     this.winPartieTab.AccessibleName = "winPartieTab";
     this.winPartieTab.Controls.Add(this.partieCountField);
     this.winPartieTab.Controls.Add(this.refreshpartie);
     this.winPartieTab.Controls.Add(this.displayPartieParJoueur);
     this.winPartieTab.Location = new System.Drawing.Point(4, 22);
     this.winPartieTab.Name     = "winPartieTab";
     this.winPartieTab.Padding  = new System.Windows.Forms.Padding(3);
     this.winPartieTab.Size     = new System.Drawing.Size(737, 349);
     this.winPartieTab.TabIndex = 2;
     this.winPartieTab.Text     = "Parties gagnées";
     this.winPartieTab.UseVisualStyleBackColor = true;
     //
     // partieCountField
     //
     this.partieCountField.AutoSize = true;
     this.partieCountField.Location = new System.Drawing.Point(458, 31);
     this.partieCountField.Name     = "partieCountField";
     this.partieCountField.Size     = new System.Drawing.Size(63, 13);
     this.partieCountField.TabIndex = 2;
     this.partieCountField.Text     = "WAITING...";
     //
     // refreshpartie
     //
     this.refreshpartie.Location = new System.Drawing.Point(9, 292);
     this.refreshpartie.Name     = "refreshpartie";
     this.refreshpartie.Size     = new System.Drawing.Size(75, 23);
     this.refreshpartie.TabIndex = 1;
     this.refreshpartie.Text     = "Actualiser";
     this.refreshpartie.UseVisualStyleBackColor = true;
     this.refreshpartie.Click += new System.EventHandler(this.refreshPartie_Click);
     //
     // displayPartieParJoueur
     //
     this.displayPartieParJoueur.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.displayPartieParJoueur.Location = new System.Drawing.Point(0, 0);
     this.displayPartieParJoueur.Name     = "displayPartieParJoueur";
     this.displayPartieParJoueur.Size     = new System.Drawing.Size(452, 273);
     this.displayPartieParJoueur.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(740, 371);
     this.Controls.Add(this.tabControl);
     this.Name = "Form1";
     this.Text = "Service Web";
     loosePartieTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.displayLooser)).EndInit();
     this.tabControl.ResumeLayout(false);
     this.playerTab.ResumeLayout(false);
     this.playerTab.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.displayPlayers)).EndInit();
     this.scoreTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.displayHighScore)).EndInit();
     this.winPartieTab.ResumeLayout(false);
     this.winPartieTab.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.displayPartieParJoueur)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 39
0
 /// <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.TabPage      tabPageProtocols;
     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.TabPage      tabPageClasses;
     System.Windows.Forms.ColumnHeader columnHeader10;
     System.Windows.Forms.ColumnHeader columnHeader11;
     System.Windows.Forms.ColumnHeader columnHeader12;
     System.Windows.Forms.ColumnHeader columnHeader13;
     System.Windows.Forms.TabPage      tabPageMethods;
     System.Windows.Forms.ColumnHeader columnHeader5;
     System.Windows.Forms.ColumnHeader columnHeader6;
     System.Windows.Forms.TabPage      tabPageGlobals;
     System.Windows.Forms.TabPage      tabPageNativeMethodNames;
     System.Windows.Forms.ColumnHeader columnHeader14;
     System.Windows.Forms.ColumnHeader columnHeader15;
     System.Windows.Forms.ColumnHeader columnHeader16;
     System.Windows.Forms.ColumnHeader columnHeader17;
     this.listProtocols         = new System.Windows.Forms.ListView();
     this.listClasses           = new System.Windows.Forms.ListView();
     this.listMethods           = new System.Windows.Forms.ListView();
     this.listGlobals           = new System.Windows.Forms.ListView();
     this.columnHeader7         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.listNativeMethodNames = new System.Windows.Forms.ListView();
     this.tabControl            = new System.Windows.Forms.TabControl();
     tabPageProtocols           = new System.Windows.Forms.TabPage();
     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()));
     tabPageClasses           = new System.Windows.Forms.TabPage();
     columnHeader10           = ((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()));
     columnHeader13           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     tabPageMethods           = new System.Windows.Forms.TabPage();
     columnHeader5            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     columnHeader6            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     tabPageGlobals           = new System.Windows.Forms.TabPage();
     tabPageNativeMethodNames = new System.Windows.Forms.TabPage();
     columnHeader14           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     columnHeader15           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     columnHeader16           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     columnHeader17           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     tabPageProtocols.SuspendLayout();
     tabPageClasses.SuspendLayout();
     tabPageMethods.SuspendLayout();
     tabPageGlobals.SuspendLayout();
     tabPageNativeMethodNames.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.SuspendLayout();
     //
     // tabPageProtocols
     //
     tabPageProtocols.Controls.Add(this.listProtocols);
     tabPageProtocols.Location = new System.Drawing.Point(4, 22);
     tabPageProtocols.Name     = "tabPageProtocols";
     tabPageProtocols.Padding  = new System.Windows.Forms.Padding(3);
     tabPageProtocols.Size     = new System.Drawing.Size(489, 312);
     tabPageProtocols.TabIndex = 0;
     tabPageProtocols.Text     = "Protocols";
     tabPageProtocols.UseVisualStyleBackColor = true;
     //
     // listProtocols
     //
     this.listProtocols.AllowColumnReorder = true;
     this.listProtocols.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         columnHeader1,
         columnHeader2,
         columnHeader3,
         columnHeader4,
         columnHeader9
     });
     this.listProtocols.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listProtocols.FullRowSelect = true;
     this.listProtocols.GridLines     = true;
     this.listProtocols.HideSelection = false;
     this.listProtocols.Location      = new System.Drawing.Point(3, 3);
     this.listProtocols.MultiSelect   = false;
     this.listProtocols.Name          = "listProtocols";
     this.listProtocols.ShowGroups    = false;
     this.listProtocols.Size          = new System.Drawing.Size(483, 306);
     this.listProtocols.TabIndex      = 0;
     this.listProtocols.UseCompatibleStateImageBehavior = false;
     this.listProtocols.View         = System.Windows.Forms.View.Details;
     this.listProtocols.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listProtocols_ColumnClick);
     //
     // columnHeader1
     //
     columnHeader1.Text  = "Protocol";
     columnHeader1.Width = 120;
     //
     // columnHeader2
     //
     columnHeader2.Text  = "Abs.";
     columnHeader2.Width = 35;
     //
     // columnHeader3
     //
     columnHeader3.Text  = "Conforms To";
     columnHeader3.Width = 150;
     //
     // columnHeader4
     //
     columnHeader4.Text  = "Implemented By";
     columnHeader4.Width = 150;
     //
     // columnHeader9
     //
     columnHeader9.Text  = "Conforms To incl. Inherited";
     columnHeader9.Width = 150;
     //
     // tabPageClasses
     //
     tabPageClasses.Controls.Add(this.listClasses);
     tabPageClasses.Location = new System.Drawing.Point(4, 22);
     tabPageClasses.Name     = "tabPageClasses";
     tabPageClasses.Padding  = new System.Windows.Forms.Padding(3);
     tabPageClasses.Size     = new System.Drawing.Size(489, 312);
     tabPageClasses.TabIndex = 1;
     tabPageClasses.Text     = "Classes";
     tabPageClasses.UseVisualStyleBackColor = true;
     //
     // listClasses
     //
     this.listClasses.AllowColumnReorder = true;
     this.listClasses.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         columnHeader10,
         columnHeader11,
         columnHeader12,
         columnHeader13
     });
     this.listClasses.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listClasses.FullRowSelect = true;
     this.listClasses.GridLines     = true;
     this.listClasses.HideSelection = false;
     this.listClasses.Location      = new System.Drawing.Point(3, 3);
     this.listClasses.MultiSelect   = false;
     this.listClasses.Name          = "listClasses";
     this.listClasses.ShowGroups    = false;
     this.listClasses.Size          = new System.Drawing.Size(483, 306);
     this.listClasses.TabIndex      = 1;
     this.listClasses.UseCompatibleStateImageBehavior = false;
     this.listClasses.View         = System.Windows.Forms.View.Details;
     this.listClasses.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listClasses_ColumnClick);
     //
     // columnHeader10
     //
     columnHeader10.Text  = "Class";
     columnHeader10.Width = 100;
     //
     // columnHeader11
     //
     columnHeader11.Text  = "Implements Inst.";
     columnHeader11.Width = 180;
     //
     // columnHeader12
     //
     columnHeader12.Text  = "Implements Cls.";
     columnHeader12.Width = 180;
     //
     // columnHeader13
     //
     columnHeader13.Text  = "Missing";
     columnHeader13.Width = 120;
     //
     // tabPageMethods
     //
     tabPageMethods.Controls.Add(this.listMethods);
     tabPageMethods.Location = new System.Drawing.Point(4, 22);
     tabPageMethods.Name     = "tabPageMethods";
     tabPageMethods.Size     = new System.Drawing.Size(489, 312);
     tabPageMethods.TabIndex = 2;
     tabPageMethods.Text     = "Methods";
     tabPageMethods.UseVisualStyleBackColor = true;
     //
     // listMethods
     //
     this.listMethods.AllowColumnReorder = true;
     this.listMethods.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listMethods.FullRowSelect = true;
     this.listMethods.GridLines     = true;
     this.listMethods.HideSelection = false;
     this.listMethods.Location      = new System.Drawing.Point(0, 0);
     this.listMethods.MultiSelect   = false;
     this.listMethods.Name          = "listMethods";
     this.listMethods.ShowGroups    = false;
     this.listMethods.Size          = new System.Drawing.Size(489, 312);
     this.listMethods.TabIndex      = 1;
     this.listMethods.UseCompatibleStateImageBehavior = false;
     this.listMethods.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     columnHeader5.Text  = "Global";
     columnHeader5.Width = 120;
     //
     // columnHeader6
     //
     columnHeader6.Text  = "Defined In";
     columnHeader6.Width = 120;
     //
     // tabPageGlobals
     //
     tabPageGlobals.Controls.Add(this.listGlobals);
     tabPageGlobals.Location = new System.Drawing.Point(4, 22);
     tabPageGlobals.Name     = "tabPageGlobals";
     tabPageGlobals.Size     = new System.Drawing.Size(489, 312);
     tabPageGlobals.TabIndex = 3;
     tabPageGlobals.Text     = "Globals";
     tabPageGlobals.UseVisualStyleBackColor = true;
     //
     // listGlobals
     //
     this.listGlobals.AllowColumnReorder = true;
     this.listGlobals.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         columnHeader5,
         columnHeader6,
         this.columnHeader7,
         this.columnHeader8
     });
     this.listGlobals.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listGlobals.FullRowSelect = true;
     this.listGlobals.GridLines     = true;
     this.listGlobals.HideSelection = false;
     this.listGlobals.Location      = new System.Drawing.Point(0, 0);
     this.listGlobals.MultiSelect   = false;
     this.listGlobals.Name          = "listGlobals";
     this.listGlobals.ShowGroups    = false;
     this.listGlobals.Size          = new System.Drawing.Size(489, 312);
     this.listGlobals.TabIndex      = 0;
     this.listGlobals.UseCompatibleStateImageBehavior = false;
     this.listGlobals.View = System.Windows.Forms.View.Details;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Type";
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "Implemented By";
     this.columnHeader8.Width = 120;
     //
     // tabPageNativeMethodNames
     //
     tabPageNativeMethodNames.Controls.Add(this.listNativeMethodNames);
     tabPageNativeMethodNames.Location = new System.Drawing.Point(4, 22);
     tabPageNativeMethodNames.Name     = "tabPageNativeMethodNames";
     tabPageNativeMethodNames.Padding  = new System.Windows.Forms.Padding(3);
     tabPageNativeMethodNames.Size     = new System.Drawing.Size(489, 312);
     tabPageNativeMethodNames.TabIndex = 4;
     tabPageNativeMethodNames.Text     = "Native Method Names";
     tabPageNativeMethodNames.UseVisualStyleBackColor = true;
     //
     // listNativeMethodNames
     //
     this.listNativeMethodNames.AllowColumnReorder = true;
     this.listNativeMethodNames.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         columnHeader14,
         columnHeader15,
         columnHeader16,
         columnHeader17
     });
     this.listNativeMethodNames.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listNativeMethodNames.FullRowSelect = true;
     this.listNativeMethodNames.GridLines     = true;
     this.listNativeMethodNames.HideSelection = false;
     this.listNativeMethodNames.Location      = new System.Drawing.Point(3, 3);
     this.listNativeMethodNames.MultiSelect   = false;
     this.listNativeMethodNames.Name          = "listNativeMethodNames";
     this.listNativeMethodNames.ShowGroups    = false;
     this.listNativeMethodNames.Size          = new System.Drawing.Size(483, 306);
     this.listNativeMethodNames.TabIndex      = 2;
     this.listNativeMethodNames.UseCompatibleStateImageBehavior = false;
     this.listNativeMethodNames.View         = System.Windows.Forms.View.Details;
     this.listNativeMethodNames.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listNativeMethodNames_ColumnClick);
     //
     // columnHeader14
     //
     columnHeader14.Text  = "Class";
     columnHeader14.Width = 100;
     //
     // columnHeader15
     //
     columnHeader15.Text  = "Method";
     columnHeader15.Width = 180;
     //
     // columnHeader16
     //
     columnHeader16.Text  = "Native Name";
     columnHeader16.Width = 180;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(tabPageProtocols);
     this.tabControl.Controls.Add(tabPageGlobals);
     this.tabControl.Controls.Add(tabPageClasses);
     this.tabControl.Controls.Add(tabPageMethods);
     this.tabControl.Controls.Add(tabPageNativeMethodNames);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(497, 338);
     this.tabControl.TabIndex      = 0;
     this.tabControl.Selected     += new System.Windows.Forms.TabControlEventHandler(this.tabControl_Selected);
     //
     // columnHeader17
     //
     columnHeader17.Text = "Conflict";
     //
     // ImplementationValidationControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl);
     this.Enabled = false;
     this.Name    = "ImplementationValidationControl";
     this.Size    = new System.Drawing.Size(497, 338);
     tabPageProtocols.ResumeLayout(false);
     tabPageClasses.ResumeLayout(false);
     tabPageMethods.ResumeLayout(false);
     tabPageGlobals.ResumeLayout(false);
     tabPageNativeMethodNames.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 40
0
 /// <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(Form3));
     airForm1        = new ReaLTaiizor.AirForm();
     airButton2      = new ReaLTaiizor.AirButton();
     airSeparator2   = new ReaLTaiizor.AirSeparator();
     airTabPage1     = new ReaLTaiizor.AirTabPage();
     tabPage1        = new System.Windows.Forms.TabPage();
     pictureBox1     = new System.Windows.Forms.PictureBox();
     tabPage2        = new System.Windows.Forms.TabPage();
     pictureBox2     = new System.Windows.Forms.PictureBox();
     airSeparator1   = new ReaLTaiizor.AirSeparator();
     airRadioButton1 = new ReaLTaiizor.AirRadioButton();
     airButton1      = new ReaLTaiizor.AirButton();
     airCheckbox1    = new ReaLTaiizor.AirCheckbox();
     airRadioButton2 = new ReaLTaiizor.AirRadioButton();
     airForm1.SuspendLayout();
     airTabPage1.SuspendLayout();
     tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
     tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(pictureBox2)).BeginInit();
     SuspendLayout();
     //
     // airForm1
     //
     airForm1.BackColor   = System.Drawing.Color.White;
     airForm1.BorderStyle = System.Windows.Forms.FormBorderStyle.None;
     airForm1.Controls.Add(airButton2);
     airForm1.Controls.Add(airSeparator2);
     airForm1.Controls.Add(airTabPage1);
     airForm1.Controls.Add(airSeparator1);
     airForm1.Controls.Add(airRadioButton1);
     airForm1.Controls.Add(airButton1);
     airForm1.Controls.Add(airCheckbox1);
     airForm1.Controls.Add(airRadioButton2);
     airForm1.Customization   = "AAAA/1paWv9ycnL/";
     airForm1.Dock            = System.Windows.Forms.DockStyle.Fill;
     airForm1.Font            = new System.Drawing.Font("Segoe UI", 9F);
     airForm1.Image           = null;
     airForm1.Location        = new System.Drawing.Point(0, 0);
     airForm1.MinimumSize     = new System.Drawing.Size(112, 35);
     airForm1.Movable         = false;
     airForm1.Name            = "airForm1";
     airForm1.NoRounding      = false;
     airForm1.Sizable         = false;
     airForm1.Size            = new System.Drawing.Size(512, 256);
     airForm1.SmartBounds     = true;
     airForm1.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     airForm1.TabIndex        = 0;
     airForm1.Text            = "airForm1";
     airForm1.TransparencyKey = System.Drawing.Color.Fuchsia;
     airForm1.Transparent     = false;
     //
     // airButton2
     //
     airButton2.Cursor        = System.Windows.Forms.Cursors.Hand;
     airButton2.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8UFBT/gICA/w==";
     airButton2.Font          = new System.Drawing.Font("Segoe UI", 9F);
     airButton2.Image         = null;
     airButton2.Location      = new System.Drawing.Point(400, 169);
     airButton2.Name          = "airButton2";
     airButton2.NoRounding    = true;
     airButton2.Size          = new System.Drawing.Size(100, 45);
     airButton2.TabIndex      = 7;
     airButton2.Text          = "airButton2";
     airButton2.Transparent   = false;
     //
     // airSeparator2
     //
     airSeparator2.BackColor     = System.Drawing.Color.Black;
     airSeparator2.Colors        = new ReaLTaiizor.BloomAir[0];
     airSeparator2.Customization = "";
     airSeparator2.Font          = new System.Drawing.Font("Verdana", 8F);
     airSeparator2.Image         = null;
     airSeparator2.Location      = new System.Drawing.Point(12, 162);
     airSeparator2.Name          = "airSeparator2";
     airSeparator2.NoRounding    = false;
     airSeparator2.Size          = new System.Drawing.Size(488, 1);
     airSeparator2.TabIndex      = 5;
     airSeparator2.Text          = "airSeparator2";
     airSeparator2.Transparent   = false;
     //
     // airTabPage1
     //
     airTabPage1.Alignment = System.Windows.Forms.TabAlignment.Left;
     airTabPage1.Controls.Add(tabPage1);
     airTabPage1.Controls.Add(tabPage2);
     airTabPage1.ItemSize         = new System.Drawing.Size(30, 115);
     airTabPage1.Location         = new System.Drawing.Point(12, 36);
     airTabPage1.Multiline        = true;
     airTabPage1.Name             = "airTabPage1";
     airTabPage1.SelectedIndex    = 0;
     airTabPage1.ShowOuterBorders = false;
     airTabPage1.Size             = new System.Drawing.Size(488, 120);
     airTabPage1.SizeMode         = System.Windows.Forms.TabSizeMode.Fixed;
     airTabPage1.SquareColor      = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(87)))), ((int)(((byte)(100)))));
     airTabPage1.TabIndex         = 4;
     //
     // tabPage1
     //
     tabPage1.BackColor = System.Drawing.Color.White;
     tabPage1.Controls.Add(pictureBox1);
     tabPage1.Location = new System.Drawing.Point(119, 4);
     tabPage1.Name     = "tabPage1";
     tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     tabPage1.Size     = new System.Drawing.Size(365, 112);
     tabPage1.TabIndex = 0;
     tabPage1.Text     = "tabPage1";
     //
     // pictureBox1
     //
     pictureBox1.Image    = global::ReaLTaiizor_UI.Properties.Resources.Google;
     pictureBox1.Location = new System.Drawing.Point(6, 6);
     pictureBox1.Name     = "pictureBox1";
     pictureBox1.Size     = new System.Drawing.Size(353, 100);
     pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     pictureBox1.TabIndex = 0;
     pictureBox1.TabStop  = false;
     //
     // tabPage2
     //
     tabPage2.BackColor = System.Drawing.Color.White;
     tabPage2.Controls.Add(pictureBox2);
     tabPage2.Location = new System.Drawing.Point(119, 4);
     tabPage2.Name     = "tabPage2";
     tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     tabPage2.Size     = new System.Drawing.Size(365, 112);
     tabPage2.TabIndex = 1;
     tabPage2.Text     = "tabPage2";
     //
     // pictureBox2
     //
     pictureBox2.Image    = global::ReaLTaiizor_UI.Properties.Resources.Twitter;
     pictureBox2.Location = new System.Drawing.Point(6, 6);
     pictureBox2.Name     = "pictureBox2";
     pictureBox2.Size     = new System.Drawing.Size(353, 100);
     pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     pictureBox2.TabIndex = 1;
     pictureBox2.TabStop  = false;
     //
     // airSeparator1
     //
     airSeparator1.BackColor     = System.Drawing.Color.Black;
     airSeparator1.Colors        = new ReaLTaiizor.BloomAir[0];
     airSeparator1.Customization = "";
     airSeparator1.Font          = new System.Drawing.Font("Verdana", 8F);
     airSeparator1.Image         = null;
     airSeparator1.Location      = new System.Drawing.Point(12, 220);
     airSeparator1.Name          = "airSeparator1";
     airSeparator1.NoRounding    = false;
     airSeparator1.Size          = new System.Drawing.Size(488, 1);
     airSeparator1.TabIndex      = 3;
     airSeparator1.Text          = "airSeparator1";
     airSeparator1.Transparent   = false;
     //
     // airRadioButton1
     //
     airRadioButton1.Checked       = true;
     airRadioButton1.Cursor        = System.Windows.Forms.Cursors.Hand;
     airRadioButton1.Customization = "PDw8/+3t7f/m5ub/p6en/2RkZP8=";
     airRadioButton1.Field         = 16;
     airRadioButton1.Font          = new System.Drawing.Font("Segoe UI", 9F);
     airRadioButton1.Image         = null;
     airRadioButton1.Location      = new System.Drawing.Point(274, 228);
     airRadioButton1.Name          = "airRadioButton1";
     airRadioButton1.NoRounding    = true;
     airRadioButton1.Size          = new System.Drawing.Size(110, 16);
     airRadioButton1.TabIndex      = 2;
     airRadioButton1.Text          = "airRadioButton1";
     airRadioButton1.Transparent   = false;
     //
     // airButton1
     //
     airButton1.BackColor     = System.Drawing.Color.White;
     airButton1.Cursor        = System.Windows.Forms.Cursors.Hand;
     airButton1.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8UFBT/gICA/w==";
     airButton1.Font          = new System.Drawing.Font("Segoe UI", 9F);
     airButton1.Image         = null;
     airButton1.Location      = new System.Drawing.Point(12, 169);
     airButton1.Name          = "airButton1";
     airButton1.NoRounding    = false;
     airButton1.Size          = new System.Drawing.Size(100, 45);
     airButton1.TabIndex      = 1;
     airButton1.Text          = "airButton1";
     airButton1.Transparent   = false;
     //
     // airCheckbox1
     //
     airCheckbox1.BackColor     = System.Drawing.Color.White;
     airCheckbox1.Checked       = true;
     airCheckbox1.Cursor        = System.Windows.Forms.Cursors.Hand;
     airCheckbox1.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8=";
     airCheckbox1.Font          = new System.Drawing.Font("Segoe UI", 9F);
     airCheckbox1.Image         = null;
     airCheckbox1.Location      = new System.Drawing.Point(12, 227);
     airCheckbox1.Name          = "airCheckbox1";
     airCheckbox1.NoRounding    = false;
     airCheckbox1.Size          = new System.Drawing.Size(92, 17);
     airCheckbox1.TabIndex      = 0;
     airCheckbox1.Text          = "airCheckbox1";
     airCheckbox1.Transparent   = false;
     //
     // airRadioButton2
     //
     airRadioButton2.Checked       = false;
     airRadioButton2.Cursor        = System.Windows.Forms.Cursors.Hand;
     airRadioButton2.Customization = "PDw8/+3t7f/m5ub/p6en/2RkZP8=";
     airRadioButton2.Field         = 16;
     airRadioButton2.Font          = new System.Drawing.Font("Segoe UI", 9F);
     airRadioButton2.Image         = null;
     airRadioButton2.Location      = new System.Drawing.Point(390, 228);
     airRadioButton2.Name          = "airRadioButton2";
     airRadioButton2.NoRounding    = false;
     airRadioButton2.Size          = new System.Drawing.Size(110, 16);
     airRadioButton2.TabIndex      = 6;
     airRadioButton2.Text          = "airRadioButton2";
     airRadioButton2.Transparent   = false;
     //
     // Form3
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(512, 256);
     Controls.Add(airForm1);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     Icon            = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     MinimumSize     = new System.Drawing.Size(112, 35);
     Name            = "Form3";
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text            = "Form3";
     TransparencyKey = System.Drawing.Color.Fuchsia;
     airForm1.ResumeLayout(false);
     airTabPage1.ResumeLayout(false);
     tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
     tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pictureBox2)).EndInit();
     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.TabPage tabPageProtocols;
            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.TabPage tabPageClasses;
            System.Windows.Forms.ColumnHeader columnHeader10;
            System.Windows.Forms.ColumnHeader columnHeader11;
            System.Windows.Forms.ColumnHeader columnHeader12;
            System.Windows.Forms.ColumnHeader columnHeader13;
            System.Windows.Forms.TabPage tabPageMethods;
            System.Windows.Forms.ColumnHeader columnHeader5;
            System.Windows.Forms.ColumnHeader columnHeader6;
            System.Windows.Forms.TabPage tabPageGlobals;
            System.Windows.Forms.TabPage tabPageNativeMethodNames;
            System.Windows.Forms.ColumnHeader columnHeader14;
            System.Windows.Forms.ColumnHeader columnHeader15;
            System.Windows.Forms.ColumnHeader columnHeader16;
            System.Windows.Forms.ColumnHeader columnHeader17;
            this.listProtocols = new System.Windows.Forms.ListView();
            this.listClasses = new System.Windows.Forms.ListView();
            this.listMethods = new System.Windows.Forms.ListView();
            this.listGlobals = new System.Windows.Forms.ListView();
            this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.listNativeMethodNames = new System.Windows.Forms.ListView();
            this.tabControl = new System.Windows.Forms.TabControl();
            tabPageProtocols = new System.Windows.Forms.TabPage();
            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()));
            tabPageClasses = new System.Windows.Forms.TabPage();
            columnHeader10 = ((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()));
            columnHeader13 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            tabPageMethods = new System.Windows.Forms.TabPage();
            columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            tabPageGlobals = new System.Windows.Forms.TabPage();
            tabPageNativeMethodNames = new System.Windows.Forms.TabPage();
            columnHeader14 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader16 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            tabPageProtocols.SuspendLayout();
            tabPageClasses.SuspendLayout();
            tabPageMethods.SuspendLayout();
            tabPageGlobals.SuspendLayout();
            tabPageNativeMethodNames.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabPageProtocols
            // 
            tabPageProtocols.Controls.Add(this.listProtocols);
            tabPageProtocols.Location = new System.Drawing.Point(4, 22);
            tabPageProtocols.Name = "tabPageProtocols";
            tabPageProtocols.Padding = new System.Windows.Forms.Padding(3);
            tabPageProtocols.Size = new System.Drawing.Size(489, 312);
            tabPageProtocols.TabIndex = 0;
            tabPageProtocols.Text = "Protocols";
            tabPageProtocols.UseVisualStyleBackColor = true;
            // 
            // listProtocols
            // 
            this.listProtocols.AllowColumnReorder = true;
            this.listProtocols.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader1,
            columnHeader2,
            columnHeader3,
            columnHeader4,
            columnHeader9});
            this.listProtocols.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listProtocols.FullRowSelect = true;
            this.listProtocols.GridLines = true;
            this.listProtocols.HideSelection = false;
            this.listProtocols.Location = new System.Drawing.Point(3, 3);
            this.listProtocols.MultiSelect = false;
            this.listProtocols.Name = "listProtocols";
            this.listProtocols.ShowGroups = false;
            this.listProtocols.Size = new System.Drawing.Size(483, 306);
            this.listProtocols.TabIndex = 0;
            this.listProtocols.UseCompatibleStateImageBehavior = false;
            this.listProtocols.View = System.Windows.Forms.View.Details;
            this.listProtocols.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listProtocols_ColumnClick);
            // 
            // columnHeader1
            // 
            columnHeader1.Text = "Protocol";
            columnHeader1.Width = 120;
            // 
            // columnHeader2
            // 
            columnHeader2.Text = "Abs.";
            columnHeader2.Width = 35;
            // 
            // columnHeader3
            // 
            columnHeader3.Text = "Conforms To";
            columnHeader3.Width = 150;
            // 
            // columnHeader4
            // 
            columnHeader4.Text = "Implemented By";
            columnHeader4.Width = 150;
            // 
            // columnHeader9
            // 
            columnHeader9.Text = "Conforms To incl. Inherited";
            columnHeader9.Width = 150;
            // 
            // tabPageClasses
            // 
            tabPageClasses.Controls.Add(this.listClasses);
            tabPageClasses.Location = new System.Drawing.Point(4, 22);
            tabPageClasses.Name = "tabPageClasses";
            tabPageClasses.Padding = new System.Windows.Forms.Padding(3);
            tabPageClasses.Size = new System.Drawing.Size(489, 312);
            tabPageClasses.TabIndex = 1;
            tabPageClasses.Text = "Classes";
            tabPageClasses.UseVisualStyleBackColor = true;
            // 
            // listClasses
            // 
            this.listClasses.AllowColumnReorder = true;
            this.listClasses.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader10,
            columnHeader11,
            columnHeader12,
            columnHeader13});
            this.listClasses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listClasses.FullRowSelect = true;
            this.listClasses.GridLines = true;
            this.listClasses.HideSelection = false;
            this.listClasses.Location = new System.Drawing.Point(3, 3);
            this.listClasses.MultiSelect = false;
            this.listClasses.Name = "listClasses";
            this.listClasses.ShowGroups = false;
            this.listClasses.Size = new System.Drawing.Size(483, 306);
            this.listClasses.TabIndex = 1;
            this.listClasses.UseCompatibleStateImageBehavior = false;
            this.listClasses.View = System.Windows.Forms.View.Details;
            this.listClasses.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listClasses_ColumnClick);
            // 
            // columnHeader10
            // 
            columnHeader10.Text = "Class";
            columnHeader10.Width = 100;
            // 
            // columnHeader11
            // 
            columnHeader11.Text = "Implements Inst.";
            columnHeader11.Width = 180;
            // 
            // columnHeader12
            // 
            columnHeader12.Text = "Implements Cls.";
            columnHeader12.Width = 180;
            // 
            // columnHeader13
            // 
            columnHeader13.Text = "Missing";
            columnHeader13.Width = 120;
            // 
            // tabPageMethods
            // 
            tabPageMethods.Controls.Add(this.listMethods);
            tabPageMethods.Location = new System.Drawing.Point(4, 22);
            tabPageMethods.Name = "tabPageMethods";
            tabPageMethods.Size = new System.Drawing.Size(489, 312);
            tabPageMethods.TabIndex = 2;
            tabPageMethods.Text = "Methods";
            tabPageMethods.UseVisualStyleBackColor = true;
            // 
            // listMethods
            // 
            this.listMethods.AllowColumnReorder = true;
            this.listMethods.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listMethods.FullRowSelect = true;
            this.listMethods.GridLines = true;
            this.listMethods.HideSelection = false;
            this.listMethods.Location = new System.Drawing.Point(0, 0);
            this.listMethods.MultiSelect = false;
            this.listMethods.Name = "listMethods";
            this.listMethods.ShowGroups = false;
            this.listMethods.Size = new System.Drawing.Size(489, 312);
            this.listMethods.TabIndex = 1;
            this.listMethods.UseCompatibleStateImageBehavior = false;
            this.listMethods.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader5
            // 
            columnHeader5.Text = "Global";
            columnHeader5.Width = 120;
            // 
            // columnHeader6
            // 
            columnHeader6.Text = "Defined In";
            columnHeader6.Width = 120;
            // 
            // tabPageGlobals
            // 
            tabPageGlobals.Controls.Add(this.listGlobals);
            tabPageGlobals.Location = new System.Drawing.Point(4, 22);
            tabPageGlobals.Name = "tabPageGlobals";
            tabPageGlobals.Size = new System.Drawing.Size(489, 312);
            tabPageGlobals.TabIndex = 3;
            tabPageGlobals.Text = "Globals";
            tabPageGlobals.UseVisualStyleBackColor = true;
            // 
            // listGlobals
            // 
            this.listGlobals.AllowColumnReorder = true;
            this.listGlobals.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader5,
            columnHeader6,
            this.columnHeader7,
            this.columnHeader8});
            this.listGlobals.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listGlobals.FullRowSelect = true;
            this.listGlobals.GridLines = true;
            this.listGlobals.HideSelection = false;
            this.listGlobals.Location = new System.Drawing.Point(0, 0);
            this.listGlobals.MultiSelect = false;
            this.listGlobals.Name = "listGlobals";
            this.listGlobals.ShowGroups = false;
            this.listGlobals.Size = new System.Drawing.Size(489, 312);
            this.listGlobals.TabIndex = 0;
            this.listGlobals.UseCompatibleStateImageBehavior = false;
            this.listGlobals.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "Type";
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "Implemented By";
            this.columnHeader8.Width = 120;
            // 
            // tabPageNativeMethodNames
            // 
            tabPageNativeMethodNames.Controls.Add(this.listNativeMethodNames);
            tabPageNativeMethodNames.Location = new System.Drawing.Point(4, 22);
            tabPageNativeMethodNames.Name = "tabPageNativeMethodNames";
            tabPageNativeMethodNames.Padding = new System.Windows.Forms.Padding(3);
            tabPageNativeMethodNames.Size = new System.Drawing.Size(489, 312);
            tabPageNativeMethodNames.TabIndex = 4;
            tabPageNativeMethodNames.Text = "Native Method Names";
            tabPageNativeMethodNames.UseVisualStyleBackColor = true;
            // 
            // listNativeMethodNames
            // 
            this.listNativeMethodNames.AllowColumnReorder = true;
            this.listNativeMethodNames.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader14,
            columnHeader15,
            columnHeader16,
            columnHeader17});
            this.listNativeMethodNames.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listNativeMethodNames.FullRowSelect = true;
            this.listNativeMethodNames.GridLines = true;
            this.listNativeMethodNames.HideSelection = false;
            this.listNativeMethodNames.Location = new System.Drawing.Point(3, 3);
            this.listNativeMethodNames.MultiSelect = false;
            this.listNativeMethodNames.Name = "listNativeMethodNames";
            this.listNativeMethodNames.ShowGroups = false;
            this.listNativeMethodNames.Size = new System.Drawing.Size(483, 306);
            this.listNativeMethodNames.TabIndex = 2;
            this.listNativeMethodNames.UseCompatibleStateImageBehavior = false;
            this.listNativeMethodNames.View = System.Windows.Forms.View.Details;
            this.listNativeMethodNames.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listNativeMethodNames_ColumnClick);
            // 
            // columnHeader14
            // 
            columnHeader14.Text = "Class";
            columnHeader14.Width = 100;
            // 
            // columnHeader15
            // 
            columnHeader15.Text = "Method";
            columnHeader15.Width = 180;
            // 
            // columnHeader16
            // 
            columnHeader16.Text = "Native Name";
            columnHeader16.Width = 180;
            // 
            // tabControl
            // 
            this.tabControl.Controls.Add(tabPageProtocols);
            this.tabControl.Controls.Add(tabPageGlobals);
            this.tabControl.Controls.Add(tabPageClasses);
            this.tabControl.Controls.Add(tabPageMethods);
            this.tabControl.Controls.Add(tabPageNativeMethodNames);
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.Location = new System.Drawing.Point(0, 0);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(497, 338);
            this.tabControl.TabIndex = 0;
            this.tabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl_Selected);
            // 
            // columnHeader17
            // 
            columnHeader17.Text = "Conflict";
            // 
            // ImplementationValidationControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabControl);
            this.Enabled = false;
            this.Name = "ImplementationValidationControl";
            this.Size = new System.Drawing.Size(497, 338);
            tabPageProtocols.ResumeLayout(false);
            tabPageClasses.ResumeLayout(false);
            tabPageMethods.ResumeLayout(false);
            tabPageGlobals.ResumeLayout(false);
            tabPageNativeMethodNames.ResumeLayout(false);
            this.tabControl.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.ToolStripMenuItem         loadToolStripMenuItem;
     System.Windows.Forms.ToolStripSeparator        toolStripMenuItem1;
     System.Windows.Forms.ToolStripSeparator        toolStripMenuItem2;
     System.Windows.Forms.ToolStripMenuItem         exitToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         donateToolStripMenuItem;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     System.Windows.Forms.TabPage          tabPage1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.Label            label5;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label4;
     System.Windows.Forms.TabPage          tabPage2;
     System.Windows.Forms.TabPage          tabPage5;
     this.saveToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.load1ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.load2ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.load3ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.tableLayoutPanel2        = new System.Windows.Forms.TableLayoutPanel();
     this.levelLabel               = new System.Windows.Forms.Label();
     this.characterNameBox         = new System.Windows.Forms.TextBox();
     this.moneyUpDown              = new System.Windows.Forms.NumericUpDown();
     this.experienceUpDown         = new System.Windows.Forms.NumericUpDown();
     this.headerIdBox              = new System.Windows.Forms.TextBox();
     this.chipsListView            = new BrightIdeasSoftware.ObjectListView();
     this.chipsPositionColumn      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.chipsNameColumn          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.chipsLevelColumn         = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.chipsWeightColumn        = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseInventoryListView  = new BrightIdeasSoftware.ObjectListView();
     this.corpseItemPositionColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseItemIdColumn       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseItemQuantityColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.tabControl               = new System.Windows.Forms.TabControl();
     this.tabPage4             = new System.Windows.Forms.TabPage();
     this.inventoryListView    = new BrightIdeasSoftware.ObjectListView();
     this.itemPositionColumn   = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.itemIdColumn         = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.itemQuantityColumn   = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.tabPage3             = new System.Windows.Forms.TabPage();
     this.weaponsListView      = new BrightIdeasSoftware.ObjectListView();
     this.weaponPositionColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.weaponObtainedColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.weaponNameColumn     = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.weaponLevelColumn    = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.itemNameColumn       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseItemNameColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     menuStrip1              = new System.Windows.Forms.MenuStrip();
     fileToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     loadToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem1      = new System.Windows.Forms.ToolStripSeparator();
     toolStripMenuItem2      = new System.Windows.Forms.ToolStripSeparator();
     exitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     donateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     tabPage1          = new System.Windows.Forms.TabPage();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     label5            = new System.Windows.Forms.Label();
     label3            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     label1            = new System.Windows.Forms.Label();
     label4            = new System.Windows.Forms.Label();
     tabPage2          = new System.Windows.Forms.TabPage();
     tabPage5          = new System.Windows.Forms.TabPage();
     menuStrip1.SuspendLayout();
     tabPage1.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.moneyUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.experienceUpDown)).BeginInit();
     tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chipsListView)).BeginInit();
     tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.corpseInventoryListView)).BeginInit();
     this.tabControl.SuspendLayout();
     this.tabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.inventoryListView)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.weaponsListView)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.BackColor  = System.Drawing.SystemColors.Control;
     menuStrip1.GripMargin = new System.Windows.Forms.Padding(2);
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileToolStripMenuItem,
         donateToolStripMenuItem
     });
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(460, 24);
     menuStrip1.TabIndex = 0;
     menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         loadToolStripMenuItem,
         this.saveToolStripMenuItem,
         toolStripMenuItem1,
         this.load1ToolStripMenuItem,
         this.load2ToolStripMenuItem,
         this.load3ToolStripMenuItem,
         toolStripMenuItem2,
         exitToolStripMenuItem
     });
     fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     fileToolStripMenuItem.Text = "File";
     //
     // loadToolStripMenuItem
     //
     loadToolStripMenuItem.Name   = "loadToolStripMenuItem";
     loadToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     loadToolStripMenuItem.Text   = "Load";
     loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Enabled = false;
     this.saveToolStripMenuItem.Name    = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.saveToolStripMenuItem.Text    = "Save";
     this.saveToolStripMenuItem.Click  += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     toolStripMenuItem1.Name = "toolStripMenuItem1";
     toolStripMenuItem1.Size = new System.Drawing.Size(113, 6);
     //
     // load1ToolStripMenuItem
     //
     this.load1ToolStripMenuItem.Enabled = false;
     this.load1ToolStripMenuItem.Name    = "load1ToolStripMenuItem";
     this.load1ToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.load1ToolStripMenuItem.Text    = "Load #1";
     this.load1ToolStripMenuItem.Click  += new System.EventHandler(this.load1ToolStripMenuItem_Click);
     //
     // load2ToolStripMenuItem
     //
     this.load2ToolStripMenuItem.Enabled = false;
     this.load2ToolStripMenuItem.Name    = "load2ToolStripMenuItem";
     this.load2ToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.load2ToolStripMenuItem.Text    = "Load #2";
     this.load2ToolStripMenuItem.Click  += new System.EventHandler(this.load2ToolStripMenuItem_Click);
     //
     // load3ToolStripMenuItem
     //
     this.load3ToolStripMenuItem.Enabled = false;
     this.load3ToolStripMenuItem.Name    = "load3ToolStripMenuItem";
     this.load3ToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.load3ToolStripMenuItem.Text    = "Load #3";
     this.load3ToolStripMenuItem.Click  += new System.EventHandler(this.load3ToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     toolStripMenuItem2.Name = "toolStripMenuItem2";
     toolStripMenuItem2.Size = new System.Drawing.Size(113, 6);
     //
     // exitToolStripMenuItem
     //
     exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     exitToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     exitToolStripMenuItem.Text = "Exit";
     //
     // donateToolStripMenuItem
     //
     donateToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("donateToolStripMenuItem.Image")));
     donateToolStripMenuItem.Name   = "donateToolStripMenuItem";
     donateToolStripMenuItem.Size   = new System.Drawing.Size(107, 20);
     donateToolStripMenuItem.Text   = "Like this tool?";
     donateToolStripMenuItem.Click += new System.EventHandler(this.donateToolStripMenuItem_Click);
     //
     // tabPage1
     //
     tabPage1.Controls.Add(tableLayoutPanel1);
     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(428, 448);
     tabPage1.TabIndex = 0;
     tabPage1.Text     = "General";
     tabPage1.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 3;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(422, 442);
     tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.AutoSize    = true;
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(label5, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.levelLabel, 0, 4);
     this.tableLayoutPanel2.Controls.Add(label3, 0, 3);
     this.tableLayoutPanel2.Controls.Add(label2, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.characterNameBox, 1, 1);
     this.tableLayoutPanel2.Controls.Add(label1, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.moneyUpDown, 1, 2);
     this.tableLayoutPanel2.Controls.Add(this.experienceUpDown, 1, 3);
     this.tableLayoutPanel2.Controls.Add(label4, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.headerIdBox, 1, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 159);
     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(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(416, 124);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // label5
     //
     label5.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(3, 107);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(36, 13);
     label5.TabIndex = 9;
     label5.Text     = "Level:";
     //
     // levelLabel
     //
     this.levelLabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.levelLabel.AutoSize = true;
     this.levelLabel.Location = new System.Drawing.Point(96, 107);
     this.levelLabel.Name     = "levelLabel";
     this.levelLabel.Size     = new System.Drawing.Size(0, 13);
     this.levelLabel.TabIndex = 8;
     //
     // label3
     //
     label3.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(3, 84);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(63, 13);
     label3.TabIndex = 5;
     label3.Text     = "Experience:";
     //
     // label2
     //
     label2.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(3, 58);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(42, 13);
     label2.TabIndex = 4;
     label2.Text     = "Money:";
     //
     // characterNameBox
     //
     this.characterNameBox.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.characterNameBox.Location  = new System.Drawing.Point(96, 29);
     this.characterNameBox.MaxLength = 34;
     this.characterNameBox.Name      = "characterNameBox";
     this.characterNameBox.Size      = new System.Drawing.Size(317, 20);
     this.characterNameBox.TabIndex  = 0;
     //
     // label1
     //
     label1.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 32);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(87, 13);
     label1.TabIndex = 3;
     label1.Text     = "Character Name:";
     //
     // moneyUpDown
     //
     this.moneyUpDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.moneyUpDown.Location = new System.Drawing.Point(96, 55);
     this.moneyUpDown.Maximum  = new decimal(new int[] {
         9999999,
         0,
         0,
         0
     });
     this.moneyUpDown.Name               = "moneyUpDown";
     this.moneyUpDown.Size               = new System.Drawing.Size(317, 20);
     this.moneyUpDown.TabIndex           = 6;
     this.moneyUpDown.ThousandsSeparator = true;
     //
     // experienceUpDown
     //
     this.experienceUpDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.experienceUpDown.Location = new System.Drawing.Point(96, 81);
     this.experienceUpDown.Maximum  = new decimal(new int[] {
         9999999,
         0,
         0,
         0
     });
     this.experienceUpDown.Name               = "experienceUpDown";
     this.experienceUpDown.Size               = new System.Drawing.Size(317, 20);
     this.experienceUpDown.TabIndex           = 7;
     this.experienceUpDown.ThousandsSeparator = true;
     this.experienceUpDown.ValueChanged      += new System.EventHandler(this.experienceUpDown_ValueChanged);
     //
     // label4
     //
     label4.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(3, 6);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(59, 13);
     label4.TabIndex = 10;
     label4.Text     = "Header ID:";
     //
     // headerIdBox
     //
     this.headerIdBox.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.headerIdBox.Location     = new System.Drawing.Point(96, 3);
     this.headerIdBox.MaxLength    = 24;
     this.headerIdBox.Name         = "headerIdBox";
     this.headerIdBox.Size         = new System.Drawing.Size(317, 20);
     this.headerIdBox.TabIndex     = 11;
     this.headerIdBox.TextChanged += new System.EventHandler(this.headerIdBox_TextChanged);
     //
     // tabPage2
     //
     tabPage2.Controls.Add(this.chipsListView);
     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(428, 448);
     tabPage2.TabIndex = 1;
     tabPage2.Text     = "Chips";
     tabPage2.UseVisualStyleBackColor = true;
     //
     // chipsListView
     //
     this.chipsListView.AllColumns.Add(this.chipsPositionColumn);
     this.chipsListView.AllColumns.Add(this.chipsNameColumn);
     this.chipsListView.AllColumns.Add(this.chipsLevelColumn);
     this.chipsListView.AllColumns.Add(this.chipsWeightColumn);
     this.chipsListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.chipsListView.CellEditUseWholeCell = false;
     this.chipsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chipsPositionColumn,
         this.chipsNameColumn,
         this.chipsLevelColumn,
         this.chipsWeightColumn
     });
     this.chipsListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.chipsListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.chipsListView.FullRowSelect = true;
     this.chipsListView.GridLines     = true;
     this.chipsListView.HideSelection = false;
     this.chipsListView.Location      = new System.Drawing.Point(3, 3);
     this.chipsListView.Name          = "chipsListView";
     this.chipsListView.ShowGroups    = false;
     this.chipsListView.Size          = new System.Drawing.Size(422, 442);
     this.chipsListView.TabIndex      = 0;
     this.chipsListView.UseCompatibleStateImageBehavior = false;
     this.chipsListView.View = System.Windows.Forms.View.Details;
     this.chipsListView.CellEditFinishing += new BrightIdeasSoftware.CellEditEventHandler(this.chipsListView_CellEditFinishing);
     this.chipsListView.CellEditStarting  += new BrightIdeasSoftware.CellEditEventHandler(this.chipsListView_CellEditStarting);
     //
     // chipsPositionColumn
     //
     this.chipsPositionColumn.AspectName           = "Position";
     this.chipsPositionColumn.AspectToStringFormat = "[{0}]";
     this.chipsPositionColumn.IsEditable           = false;
     this.chipsPositionColumn.Text = "Position";
     //
     // chipsNameColumn
     //
     this.chipsNameColumn.AspectName = "Name";
     this.chipsNameColumn.Text       = "Name";
     this.chipsNameColumn.Width      = 200;
     //
     // chipsLevelColumn
     //
     this.chipsLevelColumn.AspectName = "Level";
     this.chipsLevelColumn.Text       = "Level";
     //
     // chipsWeightColumn
     //
     this.chipsWeightColumn.AspectName = "Weight";
     this.chipsWeightColumn.Text       = "Weight";
     //
     // tabPage5
     //
     tabPage5.Controls.Add(this.corpseInventoryListView);
     tabPage5.Location = new System.Drawing.Point(4, 22);
     tabPage5.Name     = "tabPage5";
     tabPage5.Padding  = new System.Windows.Forms.Padding(3);
     tabPage5.Size     = new System.Drawing.Size(428, 448);
     tabPage5.TabIndex = 4;
     tabPage5.Text     = "Corpse Inventory";
     tabPage5.UseVisualStyleBackColor = true;
     //
     // corpseInventoryListView
     //
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemPositionColumn);
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemIdColumn);
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemNameColumn);
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemQuantityColumn);
     this.corpseInventoryListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.corpseInventoryListView.CellEditUseWholeCell = false;
     this.corpseInventoryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.corpseItemPositionColumn,
         this.corpseItemIdColumn,
         this.corpseItemNameColumn,
         this.corpseItemQuantityColumn
     });
     this.corpseInventoryListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.corpseInventoryListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.corpseInventoryListView.FullRowSelect = true;
     this.corpseInventoryListView.GridLines     = true;
     this.corpseInventoryListView.HideSelection = false;
     this.corpseInventoryListView.Location      = new System.Drawing.Point(3, 3);
     this.corpseInventoryListView.Name          = "corpseInventoryListView";
     this.corpseInventoryListView.ShowGroups    = false;
     this.corpseInventoryListView.Size          = new System.Drawing.Size(422, 442);
     this.corpseInventoryListView.TabIndex      = 3;
     this.corpseInventoryListView.UseCompatibleStateImageBehavior = false;
     this.corpseInventoryListView.View              = System.Windows.Forms.View.Details;
     this.corpseInventoryListView.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditFinished);
     this.corpseInventoryListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditStarting);
     //
     // corpseItemPositionColumn
     //
     this.corpseItemPositionColumn.AspectName           = "Position";
     this.corpseItemPositionColumn.AspectToStringFormat = "[{0}]";
     this.corpseItemPositionColumn.IsEditable           = false;
     this.corpseItemPositionColumn.Text = "Position";
     //
     // corpseItemIdColumn
     //
     this.corpseItemIdColumn.AspectName = "Id";
     this.corpseItemIdColumn.IsEditable = false;
     this.corpseItemIdColumn.Text       = "Id";
     //
     // corpseItemQuantityColumn
     //
     this.corpseItemQuantityColumn.AspectName = "Quantity";
     this.corpseItemQuantityColumn.Text       = "Quantity";
     //
     // tabControl
     //
     this.tabControl.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.tabControl.Controls.Add(tabPage1);
     this.tabControl.Controls.Add(this.tabPage4);
     this.tabControl.Controls.Add(tabPage5);
     this.tabControl.Controls.Add(tabPage2);
     this.tabControl.Controls.Add(this.tabPage3);
     this.tabControl.Enabled       = false;
     this.tabControl.Location      = new System.Drawing.Point(12, 27);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(436, 474);
     this.tabControl.TabIndex      = 1;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.inventoryListView);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size     = new System.Drawing.Size(428, 448);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Inventory";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // inventoryListView
     //
     this.inventoryListView.AllColumns.Add(this.itemPositionColumn);
     this.inventoryListView.AllColumns.Add(this.itemIdColumn);
     this.inventoryListView.AllColumns.Add(this.itemNameColumn);
     this.inventoryListView.AllColumns.Add(this.itemQuantityColumn);
     this.inventoryListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.inventoryListView.CellEditUseWholeCell = false;
     this.inventoryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.itemPositionColumn,
         this.itemIdColumn,
         this.itemNameColumn,
         this.itemQuantityColumn
     });
     this.inventoryListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.inventoryListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.inventoryListView.FullRowSelect = true;
     this.inventoryListView.GridLines     = true;
     this.inventoryListView.HideSelection = false;
     this.inventoryListView.Location      = new System.Drawing.Point(3, 3);
     this.inventoryListView.Name          = "inventoryListView";
     this.inventoryListView.ShowGroups    = false;
     this.inventoryListView.Size          = new System.Drawing.Size(422, 442);
     this.inventoryListView.TabIndex      = 2;
     this.inventoryListView.UseCompatibleStateImageBehavior = false;
     this.inventoryListView.View              = System.Windows.Forms.View.Details;
     this.inventoryListView.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditFinished);
     this.inventoryListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditStarting);
     //
     // itemPositionColumn
     //
     this.itemPositionColumn.AspectName           = "Position";
     this.itemPositionColumn.AspectToStringFormat = "[{0}]";
     this.itemPositionColumn.IsEditable           = false;
     this.itemPositionColumn.Text = "Position";
     //
     // itemIdColumn
     //
     this.itemIdColumn.AspectName = "Id";
     this.itemIdColumn.IsEditable = false;
     this.itemIdColumn.Text       = "Id";
     //
     // itemQuantityColumn
     //
     this.itemQuantityColumn.AspectName = "Quantity";
     this.itemQuantityColumn.Text       = "Quantity";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.weaponsListView);
     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(428, 448);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Weapons";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // weaponsListView
     //
     this.weaponsListView.AllColumns.Add(this.weaponPositionColumn);
     this.weaponsListView.AllColumns.Add(this.weaponObtainedColumn);
     this.weaponsListView.AllColumns.Add(this.weaponNameColumn);
     this.weaponsListView.AllColumns.Add(this.weaponLevelColumn);
     this.weaponsListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.weaponsListView.CellEditUseWholeCell = false;
     this.weaponsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.weaponPositionColumn,
         this.weaponObtainedColumn,
         this.weaponNameColumn,
         this.weaponLevelColumn
     });
     this.weaponsListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.weaponsListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.weaponsListView.FullRowSelect = true;
     this.weaponsListView.GridLines     = true;
     this.weaponsListView.HideSelection = false;
     this.weaponsListView.Location      = new System.Drawing.Point(3, 3);
     this.weaponsListView.Name          = "weaponsListView";
     this.weaponsListView.ShowGroups    = false;
     this.weaponsListView.Size          = new System.Drawing.Size(422, 442);
     this.weaponsListView.TabIndex      = 1;
     this.weaponsListView.UseCompatibleStateImageBehavior = false;
     this.weaponsListView.View              = System.Windows.Forms.View.Details;
     this.weaponsListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.weaponsListView_CellEditStarting);
     //
     // weaponPositionColumn
     //
     this.weaponPositionColumn.AspectName           = "Position";
     this.weaponPositionColumn.AspectToStringFormat = "[{0}]";
     this.weaponPositionColumn.IsEditable           = false;
     this.weaponPositionColumn.Text = "Position";
     //
     // weaponObtainedColumn
     //
     this.weaponObtainedColumn.AspectName = "Obtained";
     this.weaponObtainedColumn.CheckBoxes = true;
     this.weaponObtainedColumn.Text       = "Obtained?";
     this.weaponObtainedColumn.Width      = 80;
     //
     // weaponNameColumn
     //
     this.weaponNameColumn.AspectName = "Name";
     this.weaponNameColumn.IsEditable = false;
     this.weaponNameColumn.Text       = "Name";
     this.weaponNameColumn.Width      = 200;
     //
     // weaponLevelColumn
     //
     this.weaponLevelColumn.AspectName = "Level";
     this.weaponLevelColumn.Text       = "Level";
     //
     // itemNameColumn
     //
     this.itemNameColumn.AspectName = "Name";
     this.itemNameColumn.Text       = "Name";
     this.itemNameColumn.Width      = 180;
     //
     // corpseItemNameColumn
     //
     this.corpseItemNameColumn.AspectName = "Name";
     this.corpseItemNameColumn.Text       = "Name";
     this.corpseItemNameColumn.Width      = 180;
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(460, 513);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(menuStrip1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "Main";
     this.Text  = "NieR: Automata - Save Editor";
     this.Load += new System.EventHandler(this.Main_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     tabPage1.ResumeLayout(false);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.moneyUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.experienceUpDown)).EndInit();
     tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chipsListView)).EndInit();
     tabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.corpseInventoryListView)).EndInit();
     this.tabControl.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.inventoryListView)).EndInit();
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.weaponsListView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 43
0
 /// <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   noteLabel;
     System.Windows.Forms.TabPage interfaceTab;
     System.Windows.Forms.Label   label4;
     System.Windows.Forms.Label   label1;
     System.Windows.Forms.Label   label2;
     System.Windows.Forms.Label   label3;
     System.Windows.Forms.Label   label5;
     this.refreshTeamButton     = new System.Windows.Forms.Button();
     this.memberBox             = new System.Windows.Forms.GroupBox();
     this.teamLevelLabel        = new System.Windows.Forms.Label();
     this.teamRateLabel         = new System.Windows.Forms.Label();
     this.teamPriceLabel        = new System.Windows.Forms.Label();
     this.memberList            = new BrightIdeasSoftware.ObjectListView();
     this.memberColumn          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.kickColumn            = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.baseInfoBox           = new System.Windows.Forms.GroupBox();
     this.spinnerRateLabel      = new System.Windows.Forms.Label();
     this.numLabel              = new System.Windows.Forms.Label();
     this.spinnerLevelLabel     = new System.Windows.Forms.Label();
     this.priceLabel            = new System.Windows.Forms.Label();
     this.teamBox               = new System.Windows.Forms.GroupBox();
     this.textileLevelInput     = new System.Windows.Forms.NumericUpDown();
     this.quitAndMakeButton     = new System.Windows.Forms.Button();
     this.createLegionButton    = new System.Windows.Forms.Button();
     this.createNationButton    = new System.Windows.Forms.Button();
     this.inviteButton          = new System.Windows.Forms.Button();
     this.quitButton            = new System.Windows.Forms.Button();
     this.disbandButton         = new System.Windows.Forms.Button();
     this.makeButton            = new System.Windows.Forms.Button();
     this.teamList              = new BrightIdeasSoftware.ObjectListView();
     this.teamColumn            = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.joinColumn            = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.refreshTeamInterval   = new System.Windows.Forms.NumericUpDown();
     this.autoRefreshTeamBox    = new System.Windows.Forms.CheckBox();
     this.autoTextileLevelInput = new System.Windows.Forms.NumericUpDown();
     this.refreshTeamTimer      = new System.Windows.Forms.Timer(this.components);
     this.autoQuitAndMake       = new System.Windows.Forms.CheckBox();
     this.autoCreate            = new System.Windows.Forms.CheckBox();
     this.autoMake              = new System.Windows.Forms.CheckBox();
     this.tabControl            = new System.Windows.Forms.TabControl();
     this.configTab             = new System.Windows.Forms.TabPage();
     this.slot2PlayerInput      = new System.Windows.Forms.TextBox();
     this.slot1PlayerInput      = new System.Windows.Forms.TextBox();
     this.btBuyWeave            = new System.Windows.Forms.Button();
     noteLabel    = new System.Windows.Forms.Label();
     interfaceTab = new System.Windows.Forms.TabPage();
     label4       = new System.Windows.Forms.Label();
     label1       = new System.Windows.Forms.Label();
     label2       = new System.Windows.Forms.Label();
     label3       = new System.Windows.Forms.Label();
     label5       = new System.Windows.Forms.Label();
     interfaceTab.SuspendLayout();
     this.memberBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memberList)).BeginInit();
     this.baseInfoBox.SuspendLayout();
     this.teamBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textileLevelInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.teamList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.refreshTeamInterval)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.autoTextileLevelInput)).BeginInit();
     this.tabControl.SuspendLayout();
     this.configTab.SuspendLayout();
     this.SuspendLayout();
     //
     // noteLabel
     //
     noteLabel.AutoSize = true;
     noteLabel.Location = new System.Drawing.Point(15, 120);
     noteLabel.Name     = "noteLabel";
     noteLabel.Size     = new System.Drawing.Size(172, 39);
     noteLabel.TabIndex = 35;
     noteLabel.Text     = "Chú ý: nếu tích cả 2 ô trên thì:\r\n- Dệt chung khi còn >1 lượt.\r\n- Thoát và dệt kh" +
                          "i còn đúng 1 lượt.";
     //
     // interfaceTab
     //
     interfaceTab.Controls.Add(this.btBuyWeave);
     interfaceTab.Controls.Add(this.refreshTeamButton);
     interfaceTab.Controls.Add(this.memberBox);
     interfaceTab.Controls.Add(this.baseInfoBox);
     interfaceTab.Controls.Add(this.teamBox);
     interfaceTab.Controls.Add(this.refreshTeamInterval);
     interfaceTab.Controls.Add(this.autoRefreshTeamBox);
     interfaceTab.Location = new System.Drawing.Point(4, 22);
     interfaceTab.Name     = "interfaceTab";
     interfaceTab.Padding  = new System.Windows.Forms.Padding(3);
     interfaceTab.Size     = new System.Drawing.Size(402, 464);
     interfaceTab.TabIndex = 0;
     interfaceTab.Text     = "Giao diện";
     interfaceTab.UseVisualStyleBackColor = true;
     //
     // refreshTeamButton
     //
     this.refreshTeamButton.Location = new System.Drawing.Point(10, 10);
     this.refreshTeamButton.Name     = "refreshTeamButton";
     this.refreshTeamButton.Size     = new System.Drawing.Size(100, 30);
     this.refreshTeamButton.TabIndex = 27;
     this.refreshTeamButton.Text     = "Làm mới tổ đội";
     this.refreshTeamButton.UseVisualStyleBackColor = true;
     this.refreshTeamButton.Click += new System.EventHandler(this.refreshTeamButton_Click);
     //
     // memberBox
     //
     this.memberBox.Controls.Add(this.teamLevelLabel);
     this.memberBox.Controls.Add(this.teamRateLabel);
     this.memberBox.Controls.Add(this.teamPriceLabel);
     this.memberBox.Controls.Add(this.memberList);
     this.memberBox.Location = new System.Drawing.Point(10, 340);
     this.memberBox.Name     = "memberBox";
     this.memberBox.Size     = new System.Drawing.Size(380, 115);
     this.memberBox.TabIndex = 29;
     this.memberBox.TabStop  = false;
     this.memberBox.Text     = "Danh sách thành viên tổ đội";
     //
     // teamLevelLabel
     //
     this.teamLevelLabel.AutoSize = true;
     this.teamLevelLabel.Location = new System.Drawing.Point(8, 20);
     this.teamLevelLabel.Name     = "teamLevelLabel";
     this.teamLevelLabel.Size     = new System.Drawing.Size(44, 13);
     this.teamLevelLabel.TabIndex = 24;
     this.teamLevelLabel.Text     = "Cấp: 99";
     //
     // teamRateLabel
     //
     this.teamRateLabel.AutoSize = true;
     this.teamRateLabel.Location = new System.Drawing.Point(180, 20);
     this.teamRateLabel.Name     = "teamRateLabel";
     this.teamRateLabel.Size     = new System.Drawing.Size(94, 13);
     this.teamRateLabel.TabIndex = 23;
     this.teamRateLabel.Text     = "Tỉ lệ: 999% - 999%";
     //
     // teamPriceLabel
     //
     this.teamPriceLabel.AutoSize = true;
     this.teamPriceLabel.Location = new System.Drawing.Point(70, 20);
     this.teamPriceLabel.Name     = "teamPriceLabel";
     this.teamPriceLabel.Size     = new System.Drawing.Size(98, 13);
     this.teamPriceLabel.TabIndex = 18;
     this.teamPriceLabel.Text     = "Giá: 99999 - 99999";
     //
     // memberList
     //
     this.memberList.AllColumns.Add(this.memberColumn);
     this.memberList.AllColumns.Add(this.kickColumn);
     this.memberList.CellEditUseWholeCell = false;
     this.memberList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.memberColumn,
         this.kickColumn
     });
     this.memberList.Cursor      = System.Windows.Forms.Cursors.Default;
     this.memberList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.memberList.Location    = new System.Drawing.Point(10, 40);
     this.memberList.MultiSelect = false;
     this.memberList.Name        = "memberList";
     this.memberList.ShowGroups  = false;
     this.memberList.Size        = new System.Drawing.Size(360, 64);
     this.memberList.TabIndex    = 22;
     this.memberList.UseCompatibleStateImageBehavior = false;
     this.memberList.View         = System.Windows.Forms.View.Details;
     this.memberList.ButtonClick += new System.EventHandler <BrightIdeasSoftware.CellClickEventArgs>(this.memberList_ButtonClick);
     //
     // memberColumn
     //
     this.memberColumn.AspectName = "";
     this.memberColumn.Width      = 200;
     //
     // kickColumn
     //
     this.kickColumn.AspectName           = "Name";
     this.kickColumn.AspectToStringFormat = "KICK";
     this.kickColumn.ButtonSizing         = BrightIdeasSoftware.OLVColumn.ButtonSizingMode.CellBounds;
     this.kickColumn.IsButton             = true;
     this.kickColumn.Width = 55;
     //
     // baseInfoBox
     //
     this.baseInfoBox.Controls.Add(this.spinnerRateLabel);
     this.baseInfoBox.Controls.Add(this.numLabel);
     this.baseInfoBox.Controls.Add(this.spinnerLevelLabel);
     this.baseInfoBox.Controls.Add(this.priceLabel);
     this.baseInfoBox.Location = new System.Drawing.Point(10, 45);
     this.baseInfoBox.Name     = "baseInfoBox";
     this.baseInfoBox.Size     = new System.Drawing.Size(380, 45);
     this.baseInfoBox.TabIndex = 31;
     this.baseInfoBox.TabStop  = false;
     this.baseInfoBox.Text     = "Thông tin cơ bản";
     //
     // spinnerRateLabel
     //
     this.spinnerRateLabel.AutoSize = true;
     this.spinnerRateLabel.Location = new System.Drawing.Point(105, 20);
     this.spinnerRateLabel.Name     = "spinnerRateLabel";
     this.spinnerRateLabel.Size     = new System.Drawing.Size(78, 13);
     this.spinnerRateLabel.TabIndex = 16;
     this.spinnerRateLabel.Text     = "Tỉ lệ: 999 - 999";
     //
     // numLabel
     //
     this.numLabel.AutoSize = true;
     this.numLabel.Location = new System.Drawing.Point(310, 20);
     this.numLabel.Name     = "numLabel";
     this.numLabel.Size     = new System.Drawing.Size(63, 13);
     this.numLabel.TabIndex = 14;
     this.numLabel.Text     = "Lượt: 99/99";
     //
     // spinnerLevelLabel
     //
     this.spinnerLevelLabel.AutoSize = true;
     this.spinnerLevelLabel.Location = new System.Drawing.Point(8, 20);
     this.spinnerLevelLabel.Name     = "spinnerLevelLabel";
     this.spinnerLevelLabel.Size     = new System.Drawing.Size(95, 13);
     this.spinnerLevelLabel.TabIndex = 15;
     this.spinnerLevelLabel.Text     = "Công nhân: Lv. 99";
     //
     // priceLabel
     //
     this.priceLabel.AutoSize = true;
     this.priceLabel.Location = new System.Drawing.Point(185, 20);
     this.priceLabel.Name     = "priceLabel";
     this.priceLabel.Size     = new System.Drawing.Size(123, 13);
     this.priceLabel.TabIndex = 13;
     this.priceLabel.Text     = "Giá bán: 999 ▲ (Xuống)";
     //
     // teamBox
     //
     this.teamBox.Controls.Add(this.textileLevelInput);
     this.teamBox.Controls.Add(label4);
     this.teamBox.Controls.Add(this.quitAndMakeButton);
     this.teamBox.Controls.Add(this.createLegionButton);
     this.teamBox.Controls.Add(this.createNationButton);
     this.teamBox.Controls.Add(this.inviteButton);
     this.teamBox.Controls.Add(this.quitButton);
     this.teamBox.Controls.Add(this.disbandButton);
     this.teamBox.Controls.Add(this.makeButton);
     this.teamBox.Controls.Add(this.teamList);
     this.teamBox.Location = new System.Drawing.Point(10, 95);
     this.teamBox.Name     = "teamBox";
     this.teamBox.Size     = new System.Drawing.Size(380, 235);
     this.teamBox.TabIndex = 28;
     this.teamBox.TabStop  = false;
     this.teamBox.Text     = "Danh sách tổ đội";
     //
     // textileLevelInput
     //
     this.textileLevelInput.Location = new System.Drawing.Point(319, 205);
     this.textileLevelInput.Maximum  = new decimal(new int[] {
         70,
         0,
         0,
         0
     });
     this.textileLevelInput.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.textileLevelInput.Name      = "textileLevelInput";
     this.textileLevelInput.Size      = new System.Drawing.Size(50, 20);
     this.textileLevelInput.TabIndex  = 33;
     this.textileLevelInput.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.textileLevelInput.Value     = new decimal(new int[] {
         21,
         0,
         0,
         0
     });
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(185, 207);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(120, 13);
     label4.TabIndex = 32;
     label4.Text     = "Lập tổ đội dùng cấp vải";
     //
     // quitAndMakeButton
     //
     this.quitAndMakeButton.Location = new System.Drawing.Point(265, 165);
     this.quitAndMakeButton.Name     = "quitAndMakeButton";
     this.quitAndMakeButton.Size     = new System.Drawing.Size(105, 30);
     this.quitAndMakeButton.TabIndex = 31;
     this.quitAndMakeButton.Text     = "Thoát và chế tạo";
     this.quitAndMakeButton.UseVisualStyleBackColor = true;
     this.quitAndMakeButton.Click += new System.EventHandler(this.quitAndMakeButton_Click);
     //
     // createLegionButton
     //
     this.createLegionButton.Location = new System.Drawing.Point(95, 198);
     this.createLegionButton.Name     = "createLegionButton";
     this.createLegionButton.Size     = new System.Drawing.Size(80, 30);
     this.createLegionButton.TabIndex = 30;
     this.createLegionButton.Text     = "Lập bang";
     this.createLegionButton.UseVisualStyleBackColor = true;
     this.createLegionButton.Click += new System.EventHandler(this.createLegionButton_Click);
     //
     // createNationButton
     //
     this.createNationButton.Location = new System.Drawing.Point(10, 198);
     this.createNationButton.Name     = "createNationButton";
     this.createNationButton.Size     = new System.Drawing.Size(80, 30);
     this.createNationButton.TabIndex = 29;
     this.createNationButton.Text     = "Lập quốc gia";
     this.createNationButton.UseVisualStyleBackColor = true;
     this.createNationButton.Click += new System.EventHandler(this.createButton_Click);
     //
     // inviteButton
     //
     this.inviteButton.Enabled  = false;
     this.inviteButton.Location = new System.Drawing.Point(10, 200);
     this.inviteButton.Name     = "inviteButton";
     this.inviteButton.Size     = new System.Drawing.Size(0, 0);
     this.inviteButton.TabIndex = 28;
     this.inviteButton.Text     = "Mời";
     this.inviteButton.UseVisualStyleBackColor = true;
     //
     // quitButton
     //
     this.quitButton.Location = new System.Drawing.Point(180, 165);
     this.quitButton.Name     = "quitButton";
     this.quitButton.Size     = new System.Drawing.Size(80, 30);
     this.quitButton.TabIndex = 27;
     this.quitButton.Text     = "Thoát";
     this.quitButton.UseVisualStyleBackColor = true;
     this.quitButton.Click += new System.EventHandler(this.quitButton_Click);
     //
     // disbandButton
     //
     this.disbandButton.Location = new System.Drawing.Point(95, 165);
     this.disbandButton.Name     = "disbandButton";
     this.disbandButton.Size     = new System.Drawing.Size(80, 30);
     this.disbandButton.TabIndex = 26;
     this.disbandButton.Text     = "Giải tán";
     this.disbandButton.UseVisualStyleBackColor = true;
     this.disbandButton.Click += new System.EventHandler(this.disbandButton_Click);
     //
     // makeButton
     //
     this.makeButton.Location = new System.Drawing.Point(10, 165);
     this.makeButton.Name     = "makeButton";
     this.makeButton.Size     = new System.Drawing.Size(80, 30);
     this.makeButton.TabIndex = 24;
     this.makeButton.Text     = "Chế tạo";
     this.makeButton.UseVisualStyleBackColor = true;
     this.makeButton.Click += new System.EventHandler(this.makeButton_Click);
     //
     // teamList
     //
     this.teamList.AllColumns.Add(this.teamColumn);
     this.teamList.AllColumns.Add(this.joinColumn);
     this.teamList.CellEditUseWholeCell = false;
     this.teamList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.teamColumn,
         this.joinColumn
     });
     this.teamList.Cursor      = System.Windows.Forms.Cursors.Default;
     this.teamList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.teamList.Location    = new System.Drawing.Point(10, 20);
     this.teamList.MultiSelect = false;
     this.teamList.Name        = "teamList";
     this.teamList.ShowGroups  = false;
     this.teamList.Size        = new System.Drawing.Size(360, 140);
     this.teamList.TabIndex    = 22;
     this.teamList.UseCompatibleStateImageBehavior = false;
     this.teamList.View         = System.Windows.Forms.View.Details;
     this.teamList.ButtonClick += new System.EventHandler <BrightIdeasSoftware.CellClickEventArgs>(this.teamList_ButtonClick);
     //
     // teamColumn
     //
     this.teamColumn.AspectName = "";
     this.teamColumn.Width      = 280;
     //
     // joinColumn
     //
     this.joinColumn.AspectName           = "Name";
     this.joinColumn.AspectToStringFormat = "Gia nhập";
     this.joinColumn.ButtonSizing         = BrightIdeasSoftware.OLVColumn.ButtonSizingMode.CellBounds;
     this.joinColumn.IsButton             = true;
     this.joinColumn.Width = 55;
     //
     // refreshTeamInterval
     //
     this.refreshTeamInterval.Location = new System.Drawing.Point(269, 16);
     this.refreshTeamInterval.Maximum  = new decimal(new int[] {
         5000,
         0,
         0,
         0
     });
     this.refreshTeamInterval.Minimum = new decimal(new int[] {
         500,
         0,
         0,
         0
     });
     this.refreshTeamInterval.Name      = "refreshTeamInterval";
     this.refreshTeamInterval.Size      = new System.Drawing.Size(60, 20);
     this.refreshTeamInterval.TabIndex  = 31;
     this.refreshTeamInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.refreshTeamInterval.Value     = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.refreshTeamInterval.ValueChanged += new System.EventHandler(this.refreshTeamInterval_ValueChanged);
     //
     // autoRefreshTeamBox
     //
     this.autoRefreshTeamBox.AutoSize = true;
     this.autoRefreshTeamBox.Location = new System.Drawing.Point(115, 17);
     this.autoRefreshTeamBox.Name     = "autoRefreshTeamBox";
     this.autoRefreshTeamBox.Size     = new System.Drawing.Size(157, 17);
     this.autoRefreshTeamBox.TabIndex = 30;
     this.autoRefreshTeamBox.Text     = "Tự động làm mới tổ đội (ms)";
     this.autoRefreshTeamBox.UseVisualStyleBackColor = true;
     this.autoRefreshTeamBox.CheckedChanged         += new System.EventHandler(this.autoRefreshTeamBox_CheckedChanged);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(15, 250);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(259, 65);
     label1.TabIndex = 39;
     label1.Text     = "Chú ý:\r\n- Để trống thì ai vào cũng được.\r\n- Tên người chơi phân cách nhau bởi dấu" +
                       " phẩy.\r\n- Nhập đúng tên kể cả chữ viết hoa viết thường.\r\n- Những ai không đủ điề" +
                       "u kiện thì sẽ bị kick ra tổ đội.";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(30, 200);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(43, 13);
     label2.TabIndex = 40;
     label2.Text     = "- Slot 1:";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(30, 225);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(43, 13);
     label3.TabIndex = 41;
     label3.Text     = "- Slot 2:";
     //
     // label5
     //
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(15, 175);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(237, 13);
     label5.TabIndex = 43;
     label5.Text     = "Chỉ dệt khi có những người chơi sau trong tổ đội:";
     //
     // autoTextileLevelInput
     //
     this.autoTextileLevelInput.Location = new System.Drawing.Point(210, 14);
     this.autoTextileLevelInput.Maximum  = new decimal(new int[] {
         70,
         0,
         0,
         0
     });
     this.autoTextileLevelInput.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.autoTextileLevelInput.Name      = "autoTextileLevelInput";
     this.autoTextileLevelInput.Size      = new System.Drawing.Size(50, 20);
     this.autoTextileLevelInput.TabIndex  = 31;
     this.autoTextileLevelInput.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.autoTextileLevelInput.Value     = new decimal(new int[] {
         21,
         0,
         0,
         0
     });
     //
     // refreshTeamTimer
     //
     this.refreshTeamTimer.Enabled  = true;
     this.refreshTeamTimer.Interval = 1000;
     this.refreshTeamTimer.Tick    += new System.EventHandler(this.refreshTeamTimer_Tick);
     //
     // autoQuitAndMake
     //
     this.autoQuitAndMake.AutoSize = true;
     this.autoQuitAndMake.Location = new System.Drawing.Point(15, 85);
     this.autoQuitAndMake.Name     = "autoQuitAndMake";
     this.autoQuitAndMake.Size     = new System.Drawing.Size(250, 17);
     this.autoQuitAndMake.TabIndex = 32;
     this.autoQuitAndMake.Text     = "Tự thoát và dệt khi có 3 người (chế độ kéo vải)";
     this.autoQuitAndMake.UseVisualStyleBackColor = true;
     //
     // autoCreate
     //
     this.autoCreate.AutoSize = true;
     this.autoCreate.Location = new System.Drawing.Point(15, 15);
     this.autoCreate.Name     = "autoCreate";
     this.autoCreate.Size     = new System.Drawing.Size(192, 17);
     this.autoCreate.TabIndex = 33;
     this.autoCreate.Text     = "Tự lập tổ đội bang sử dụng cấp vải";
     this.autoCreate.UseVisualStyleBackColor = true;
     //
     // autoMake
     //
     this.autoMake.AutoSize = true;
     this.autoMake.Location = new System.Drawing.Point(15, 50);
     this.autoMake.Name     = "autoMake";
     this.autoMake.Size     = new System.Drawing.Size(160, 17);
     this.autoMake.TabIndex = 34;
     this.autoMake.Text     = "Tự dệt chung khi có 3 người";
     this.autoMake.UseVisualStyleBackColor = true;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(interfaceTab);
     this.tabControl.Controls.Add(this.configTab);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(410, 490);
     this.tabControl.TabIndex      = 35;
     //
     // configTab
     //
     this.configTab.Controls.Add(label5);
     this.configTab.Controls.Add(this.slot2PlayerInput);
     this.configTab.Controls.Add(label3);
     this.configTab.Controls.Add(label2);
     this.configTab.Controls.Add(label1);
     this.configTab.Controls.Add(this.slot1PlayerInput);
     this.configTab.Controls.Add(noteLabel);
     this.configTab.Controls.Add(this.autoTextileLevelInput);
     this.configTab.Controls.Add(this.autoQuitAndMake);
     this.configTab.Controls.Add(this.autoMake);
     this.configTab.Controls.Add(this.autoCreate);
     this.configTab.Location = new System.Drawing.Point(4, 22);
     this.configTab.Name     = "configTab";
     this.configTab.Padding  = new System.Windows.Forms.Padding(3);
     this.configTab.Size     = new System.Drawing.Size(402, 464);
     this.configTab.TabIndex = 1;
     this.configTab.Text     = "Cấu hình";
     this.configTab.UseVisualStyleBackColor = true;
     //
     // slot2PlayerInput
     //
     this.slot2PlayerInput.Location = new System.Drawing.Point(80, 222);
     this.slot2PlayerInput.Name     = "slot2PlayerInput";
     this.slot2PlayerInput.Size     = new System.Drawing.Size(280, 20);
     this.slot2PlayerInput.TabIndex = 42;
     //
     // slot1PlayerInput
     //
     this.slot1PlayerInput.Location = new System.Drawing.Point(80, 197);
     this.slot1PlayerInput.Name     = "slot1PlayerInput";
     this.slot1PlayerInput.Size     = new System.Drawing.Size(280, 20);
     this.slot1PlayerInput.TabIndex = 38;
     //
     // btBuyWeave
     //
     this.btBuyWeave.Location = new System.Drawing.Point(331, 16);
     this.btBuyWeave.Name     = "btBuyWeave";
     this.btBuyWeave.Size     = new System.Drawing.Size(68, 23);
     this.btBuyWeave.TabIndex = 32;
     this.btBuyWeave.Text     = "Mua Lượt";
     this.btBuyWeave.UseVisualStyleBackColor = true;
     this.btBuyWeave.Click += new System.EventHandler(this.btBuyWeave_Click);
     //
     // WeaveView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl);
     this.Name = "WeaveView";
     this.Size = new System.Drawing.Size(410, 490);
     interfaceTab.ResumeLayout(false);
     interfaceTab.PerformLayout();
     this.memberBox.ResumeLayout(false);
     this.memberBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memberList)).EndInit();
     this.baseInfoBox.ResumeLayout(false);
     this.baseInfoBox.PerformLayout();
     this.teamBox.ResumeLayout(false);
     this.teamBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textileLevelInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.teamList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.refreshTeamInterval)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.autoTextileLevelInput)).EndInit();
     this.tabControl.ResumeLayout(false);
     this.configTab.ResumeLayout(false);
     this.configTab.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 44
0
 /// <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.TabPage agentEnvironmentTabPage;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExperimentSetupWindow));
     this.agentPanel       = new System.Windows.Forms.Panel();
     this.environmentPanel = new System.Windows.Forms.Panel();
     this.agentLabel       = new System.Windows.Forms.Label();
     this.environmentLabel = new System.Windows.Forms.Label();
     this.cancelButton     = new System.Windows.Forms.Button();
     this.reportingTabPage = new System.Windows.Forms.TabPage();
     this.reportingConfigurationControl    = new Application.Reporting.ReportingConfigurationControl();
     this.experimentParametersTabPage      = new System.Windows.Forms.TabPage();
     this.experimentParametersApplyButton  = new System.Windows.Forms.Button();
     this.experimentParametersRevertButton = new System.Windows.Forms.Button();
     this.experimentParameterControl       = new Application.Parameters.ParameterControl();
     this.agentParametersRevertButton      = new System.Windows.Forms.Button();
     this.agentParametersApplyButton       = new System.Windows.Forms.Button();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.environmentParametersTabPage      = new System.Windows.Forms.TabPage();
     this.environmentParametersApplyButton  = new System.Windows.Forms.Button();
     this.environmentParametersRevertButton = new System.Windows.Forms.Button();
     this.environmentParameterControl       = new Application.Parameters.ParameterControl();
     this.agentParametersTabPage            = new System.Windows.Forms.TabPage();
     this.agentParameterControl             = new Application.Parameters.ParameterControl();
     this.okButton = new System.Windows.Forms.Button();
     this.saveExperimentTemplateButton = new System.Windows.Forms.Button();
     this.loadExperimentTemplateButton = new System.Windows.Forms.Button();
     agentEnvironmentTabPage           = new System.Windows.Forms.TabPage();
     agentEnvironmentTabPage.SuspendLayout();
     this.reportingTabPage.SuspendLayout();
     this.experimentParametersTabPage.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.environmentParametersTabPage.SuspendLayout();
     this.agentParametersTabPage.SuspendLayout();
     this.SuspendLayout();
     //
     // agentEnvironmentTabPage
     //
     agentEnvironmentTabPage.Controls.Add(this.agentPanel);
     agentEnvironmentTabPage.Controls.Add(this.environmentPanel);
     agentEnvironmentTabPage.Controls.Add(this.agentLabel);
     agentEnvironmentTabPage.Controls.Add(this.environmentLabel);
     agentEnvironmentTabPage.Location = new System.Drawing.Point(4, 22);
     agentEnvironmentTabPage.Name     = "agentEnvironmentTabPage";
     agentEnvironmentTabPage.Padding  = new System.Windows.Forms.Padding(3);
     agentEnvironmentTabPage.Size     = new System.Drawing.Size(1000, 619);
     agentEnvironmentTabPage.TabIndex = 0;
     agentEnvironmentTabPage.Text     = "Agent and Environment";
     agentEnvironmentTabPage.UseVisualStyleBackColor = true;
     //
     // agentPanel
     //
     this.agentPanel.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.agentPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.agentPanel.Location    = new System.Drawing.Point(510, 19);
     this.agentPanel.Name        = "agentPanel";
     this.agentPanel.Size        = new System.Drawing.Size(484, 594);
     this.agentPanel.TabIndex    = 9;
     //
     // environmentPanel
     //
     this.environmentPanel.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.environmentPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.environmentPanel.Location    = new System.Drawing.Point(9, 19);
     this.environmentPanel.Name        = "environmentPanel";
     this.environmentPanel.Size        = new System.Drawing.Size(495, 594);
     this.environmentPanel.TabIndex    = 12;
     //
     // agentLabel
     //
     this.agentLabel.AutoSize = true;
     this.agentLabel.Location = new System.Drawing.Point(507, 3);
     this.agentLabel.Name     = "agentLabel";
     this.agentLabel.Size     = new System.Drawing.Size(199, 13);
     this.agentLabel.TabIndex = 11;
     this.agentLabel.Text     = "Agents available for chosen environment";
     //
     // environmentLabel
     //
     this.environmentLabel.AutoSize = true;
     this.environmentLabel.Location = new System.Drawing.Point(6, 3);
     this.environmentLabel.Name     = "environmentLabel";
     this.environmentLabel.Size     = new System.Drawing.Size(71, 13);
     this.environmentLabel.TabIndex = 10;
     this.environmentLabel.Text     = "Environments";
     //
     // cancelButton
     //
     this.cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.CausesValidation        = false;
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new System.Drawing.Point(945, 663);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 1;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     //
     // reportingTabPage
     //
     this.reportingTabPage.Controls.Add(this.reportingConfigurationControl);
     this.reportingTabPage.Location = new System.Drawing.Point(4, 22);
     this.reportingTabPage.Name     = "reportingTabPage";
     this.reportingTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.reportingTabPage.Size     = new System.Drawing.Size(1000, 619);
     this.reportingTabPage.TabIndex = 1;
     this.reportingTabPage.Text     = "Reporting";
     this.reportingTabPage.UseVisualStyleBackColor = true;
     //
     // reportingConfigurationControl
     //
     this.reportingConfigurationControl.AutoSize   = true;
     this.reportingConfigurationControl.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.reportingConfigurationControl.Experiment = null;
     this.reportingConfigurationControl.Location   = new System.Drawing.Point(3, 3);
     this.reportingConfigurationControl.Margin     = new System.Windows.Forms.Padding(4);
     this.reportingConfigurationControl.Name       = "reportingConfigurationControl";
     this.reportingConfigurationControl.Size       = new System.Drawing.Size(994, 613);
     this.reportingConfigurationControl.TabIndex   = 0;
     //
     // experimentParametersTabPage
     //
     this.experimentParametersTabPage.Controls.Add(this.experimentParametersApplyButton);
     this.experimentParametersTabPage.Controls.Add(this.experimentParametersRevertButton);
     this.experimentParametersTabPage.Controls.Add(this.experimentParameterControl);
     this.experimentParametersTabPage.Location = new System.Drawing.Point(4, 22);
     this.experimentParametersTabPage.Name     = "experimentParametersTabPage";
     this.experimentParametersTabPage.Size     = new System.Drawing.Size(1000, 619);
     this.experimentParametersTabPage.TabIndex = 4;
     this.experimentParametersTabPage.Text     = "Experiment parameters";
     this.experimentParametersTabPage.UseVisualStyleBackColor = true;
     //
     // experimentParametersApplyButton
     //
     this.experimentParametersApplyButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.experimentParametersApplyButton.Location = new System.Drawing.Point(797, 593);
     this.experimentParametersApplyButton.Name     = "experimentParametersApplyButton";
     this.experimentParametersApplyButton.Size     = new System.Drawing.Size(75, 23);
     this.experimentParametersApplyButton.TabIndex = 2;
     this.experimentParametersApplyButton.Text     = "Apply";
     this.experimentParametersApplyButton.UseVisualStyleBackColor = true;
     this.experimentParametersApplyButton.Click += new System.EventHandler(this.ExperimentParametersApplyButtonClick);
     //
     // experimentParametersRevertButton
     //
     this.experimentParametersRevertButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.experimentParametersRevertButton.CausesValidation        = false;
     this.experimentParametersRevertButton.Location                = new System.Drawing.Point(878, 593);
     this.experimentParametersRevertButton.Name                    = "experimentParametersRevertButton";
     this.experimentParametersRevertButton.Size                    = new System.Drawing.Size(75, 23);
     this.experimentParametersRevertButton.TabIndex                = 1;
     this.experimentParametersRevertButton.Text                    = "Revert";
     this.experimentParametersRevertButton.UseVisualStyleBackColor = true;
     this.experimentParametersRevertButton.Click                  += new System.EventHandler(this.ExperimentParametersRevertButtonClick);
     //
     // experimentParameterControl
     //
     this.experimentParameterControl.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.experimentParameterControl.CausesValidation        = false;
     this.experimentParameterControl.Location                = new System.Drawing.Point(3, 3);
     this.experimentParameterControl.Margin                  = new System.Windows.Forms.Padding(4);
     this.experimentParameterControl.Name                    = "experimentParameterControl";
     this.experimentParameterControl.OwnerComponentFieldName = null;
     this.experimentParameterControl.OwnerComponentName      = null;
     this.experimentParameterControl.Size                    = new System.Drawing.Size(993, 583);
     this.experimentParameterControl.TabIndex                = 0;
     this.experimentParameterControl.ParameterValueEdited   += new System.EventHandler(this.ExperimentParameterControlParameterValueEdited);
     //
     // agentParametersRevertButton
     //
     this.agentParametersRevertButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.agentParametersRevertButton.CausesValidation        = false;
     this.agentParametersRevertButton.Location                = new System.Drawing.Point(892, 593);
     this.agentParametersRevertButton.Name                    = "agentParametersRevertButton";
     this.agentParametersRevertButton.Size                    = new System.Drawing.Size(75, 23);
     this.agentParametersRevertButton.TabIndex                = 1;
     this.agentParametersRevertButton.Text                    = "Revert";
     this.agentParametersRevertButton.UseVisualStyleBackColor = true;
     this.agentParametersRevertButton.Click                  += new System.EventHandler(this.AgentParametersRevertButtonClick);
     //
     // agentParametersApplyButton
     //
     this.agentParametersApplyButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.agentParametersApplyButton.Location = new System.Drawing.Point(811, 593);
     this.agentParametersApplyButton.Name     = "agentParametersApplyButton";
     this.agentParametersApplyButton.Size     = new System.Drawing.Size(75, 23);
     this.agentParametersApplyButton.TabIndex = 2;
     this.agentParametersApplyButton.Text     = "Apply";
     this.agentParametersApplyButton.UseVisualStyleBackColor = true;
     this.agentParametersApplyButton.Click += new System.EventHandler(this.AgentParametersApplyButtonClick);
     //
     // tabControl
     //
     this.tabControl.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.tabControl.Controls.Add(agentEnvironmentTabPage);
     this.tabControl.Controls.Add(this.environmentParametersTabPage);
     this.tabControl.Controls.Add(this.agentParametersTabPage);
     this.tabControl.Controls.Add(this.experimentParametersTabPage);
     this.tabControl.Controls.Add(this.reportingTabPage);
     this.tabControl.Location      = new System.Drawing.Point(12, 12);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(1008, 645);
     this.tabControl.TabIndex      = 0;
     //
     // environmentParametersTabPage
     //
     this.environmentParametersTabPage.Controls.Add(this.environmentParametersApplyButton);
     this.environmentParametersTabPage.Controls.Add(this.environmentParametersRevertButton);
     this.environmentParametersTabPage.Controls.Add(this.environmentParameterControl);
     this.environmentParametersTabPage.Location = new System.Drawing.Point(4, 22);
     this.environmentParametersTabPage.Name     = "environmentParametersTabPage";
     this.environmentParametersTabPage.Size     = new System.Drawing.Size(1000, 619);
     this.environmentParametersTabPage.TabIndex = 2;
     this.environmentParametersTabPage.Text     = "Environment parameters";
     this.environmentParametersTabPage.UseVisualStyleBackColor = true;
     //
     // environmentParametersApplyButton
     //
     this.environmentParametersApplyButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.environmentParametersApplyButton.Location = new System.Drawing.Point(813, 593);
     this.environmentParametersApplyButton.Name     = "environmentParametersApplyButton";
     this.environmentParametersApplyButton.Size     = new System.Drawing.Size(75, 23);
     this.environmentParametersApplyButton.TabIndex = 2;
     this.environmentParametersApplyButton.Text     = "Apply";
     this.environmentParametersApplyButton.UseVisualStyleBackColor = true;
     this.environmentParametersApplyButton.Click += new System.EventHandler(this.EnvironmentParametersApplyButtonClick);
     //
     // environmentParametersRevertButton
     //
     this.environmentParametersRevertButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.environmentParametersRevertButton.CausesValidation        = false;
     this.environmentParametersRevertButton.Location                = new System.Drawing.Point(894, 593);
     this.environmentParametersRevertButton.Name                    = "environmentParametersRevertButton";
     this.environmentParametersRevertButton.Size                    = new System.Drawing.Size(75, 23);
     this.environmentParametersRevertButton.TabIndex                = 1;
     this.environmentParametersRevertButton.Text                    = "Revert";
     this.environmentParametersRevertButton.UseVisualStyleBackColor = true;
     this.environmentParametersRevertButton.Click                  += new System.EventHandler(this.EnvironmentParametersRevertButtonClick);
     //
     // environmentParameterControl
     //
     this.environmentParameterControl.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.environmentParameterControl.CausesValidation        = false;
     this.environmentParameterControl.Location                = new System.Drawing.Point(3, 3);
     this.environmentParameterControl.Margin                  = new System.Windows.Forms.Padding(4);
     this.environmentParameterControl.Name                    = "environmentParameterControl";
     this.environmentParameterControl.OwnerComponentFieldName = null;
     this.environmentParameterControl.OwnerComponentName      = null;
     this.environmentParameterControl.Size                    = new System.Drawing.Size(993, 583);
     this.environmentParameterControl.TabIndex                = 0;
     this.environmentParameterControl.ParameterValueEdited   += new System.EventHandler(this.EnvironmentParameterControlParameterValueEdited);
     this.environmentParameterControl.ParametersChanged      += new System.EventHandler(this.EnvironmentParameterControlParametersChanged);
     //
     // agentParametersTabPage
     //
     this.agentParametersTabPage.Controls.Add(this.agentParametersApplyButton);
     this.agentParametersTabPage.Controls.Add(this.agentParametersRevertButton);
     this.agentParametersTabPage.Controls.Add(this.agentParameterControl);
     this.agentParametersTabPage.Location = new System.Drawing.Point(4, 22);
     this.agentParametersTabPage.Name     = "agentParametersTabPage";
     this.agentParametersTabPage.Size     = new System.Drawing.Size(1000, 619);
     this.agentParametersTabPage.TabIndex = 3;
     this.agentParametersTabPage.Text     = "Agent parameters";
     this.agentParametersTabPage.UseVisualStyleBackColor = true;
     //
     // agentParameterControl
     //
     this.agentParameterControl.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.agentParameterControl.CausesValidation        = false;
     this.agentParameterControl.Location                = new System.Drawing.Point(3, 3);
     this.agentParameterControl.Margin                  = new System.Windows.Forms.Padding(4);
     this.agentParameterControl.Name                    = "agentParameterControl";
     this.agentParameterControl.OwnerComponentFieldName = null;
     this.agentParameterControl.OwnerComponentName      = null;
     this.agentParameterControl.Size                    = new System.Drawing.Size(993, 583);
     this.agentParameterControl.TabIndex                = 0;
     this.agentParameterControl.ParameterValueEdited   += new System.EventHandler(this.AgentParameterControlParameterValueEdited);
     //
     // okButton
     //
     this.okButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.okButton.Location                = new System.Drawing.Point(864, 663);
     this.okButton.Name                    = "okButton";
     this.okButton.Size                    = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex                = 2;
     this.okButton.Text                    = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click                  += new System.EventHandler(this.OkButtonClick);
     //
     // saveExperimentTemplateButton
     //
     this.saveExperimentTemplateButton.Location = new System.Drawing.Point(12, 663);
     this.saveExperimentTemplateButton.Name     = "saveExperimentTemplateButton";
     this.saveExperimentTemplateButton.Size     = new System.Drawing.Size(153, 23);
     this.saveExperimentTemplateButton.TabIndex = 3;
     this.saveExperimentTemplateButton.Text     = "Save experiment template";
     this.saveExperimentTemplateButton.UseVisualStyleBackColor = true;
     this.saveExperimentTemplateButton.Click += new System.EventHandler(this.SaveExperimentTemplateButtonClick);
     //
     // loadExperimentTemplateButton
     //
     this.loadExperimentTemplateButton.Location = new System.Drawing.Point(171, 663);
     this.loadExperimentTemplateButton.Name     = "loadExperimentTemplateButton";
     this.loadExperimentTemplateButton.Size     = new System.Drawing.Size(151, 23);
     this.loadExperimentTemplateButton.TabIndex = 4;
     this.loadExperimentTemplateButton.Text     = "Load experiment template";
     this.loadExperimentTemplateButton.UseVisualStyleBackColor = true;
     this.loadExperimentTemplateButton.Click += new System.EventHandler(this.LoadExperimentTemplateButtonClick);
     //
     // ExperimentSetupWindow
     //
     this.AcceptButton        = this.okButton;
     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(1032, 698);
     this.Controls.Add(this.loadExperimentTemplateButton);
     this.Controls.Add(this.saveExperimentTemplateButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.tabControl);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "ExperimentSetupWindow";
     this.Text = "ExperimentSetupWindow";
     agentEnvironmentTabPage.ResumeLayout(false);
     agentEnvironmentTabPage.PerformLayout();
     this.reportingTabPage.ResumeLayout(false);
     this.reportingTabPage.PerformLayout();
     this.experimentParametersTabPage.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.environmentParametersTabPage.ResumeLayout(false);
     this.agentParametersTabPage.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 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.TabPage tabPageDisableSids;
            System.Windows.Forms.ColumnHeader columnHeaderName;
            System.Windows.Forms.ColumnHeader columnHeaderSid;
            System.Windows.Forms.ColumnHeader columnHeaderPrivilege;
            System.Windows.Forms.ColumnHeader columnHeader1;
            System.Windows.Forms.ColumnHeader columnHeader2;
            System.Windows.Forms.ColumnHeader columnHeaderDisplayName;
            this.checkBoxWriteRestricted = new System.Windows.Forms.CheckBox();
            this.checkBoxSandboxInert = new System.Windows.Forms.CheckBox();
            this.checkBoxMakeLuaToken = new System.Windows.Forms.CheckBox();
            this.listViewDisableSids = new System.Windows.Forms.ListView();
            this.contextMenuStripGroups = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.checkAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.uncheckAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tabPageDeletePrivs = new System.Windows.Forms.TabPage();
            this.checkBoxDisableMaxPrivs = new System.Windows.Forms.CheckBox();
            this.listViewDeletePrivs = new System.Windows.Forms.ListView();
            this.contextMenuStripPrivs = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItemCheckAllPrivs = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemUncheckAllPrivs = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPageRestrictedSids = new System.Windows.Forms.TabPage();
            this.btnAddAllGroups = new System.Windows.Forms.Button();
            this.listViewRestrictedSids = new System.Windows.Forms.ListView();
            this.contextMenuStripRestrictedSids = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addSidToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteSidToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.btnCreate = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnCreateNew = new System.Windows.Forms.Button();
            tabPageDisableSids = new System.Windows.Forms.TabPage();
            columnHeaderName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderSid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderPrivilege = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderDisplayName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            tabPageDisableSids.SuspendLayout();
            this.contextMenuStripGroups.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.tabPageDeletePrivs.SuspendLayout();
            this.contextMenuStripPrivs.SuspendLayout();
            this.tabPageRestrictedSids.SuspendLayout();
            this.contextMenuStripRestrictedSids.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabPageDisableSids
            // 
            tabPageDisableSids.Controls.Add(this.checkBoxWriteRestricted);
            tabPageDisableSids.Controls.Add(this.checkBoxSandboxInert);
            tabPageDisableSids.Controls.Add(this.checkBoxMakeLuaToken);
            tabPageDisableSids.Controls.Add(this.listViewDisableSids);
            tabPageDisableSids.Location = new System.Drawing.Point(4, 22);
            tabPageDisableSids.Name = "tabPageDisableSids";
            tabPageDisableSids.Padding = new System.Windows.Forms.Padding(3);
            tabPageDisableSids.Size = new System.Drawing.Size(693, 462);
            tabPageDisableSids.TabIndex = 0;
            tabPageDisableSids.Text = "Disable SIDs";
            tabPageDisableSids.UseVisualStyleBackColor = true;
            // 
            // checkBoxWriteRestricted
            // 
            this.checkBoxWriteRestricted.AutoSize = true;
            this.checkBoxWriteRestricted.Location = new System.Drawing.Point(273, 6);
            this.checkBoxWriteRestricted.Name = "checkBoxWriteRestricted";
            this.checkBoxWriteRestricted.Size = new System.Drawing.Size(102, 17);
            this.checkBoxWriteRestricted.TabIndex = 3;
            this.checkBoxWriteRestricted.Text = "Write Restricted";
            this.checkBoxWriteRestricted.UseVisualStyleBackColor = true;
            // 
            // checkBoxSandboxInert
            // 
            this.checkBoxSandboxInert.AutoSize = true;
            this.checkBoxSandboxInert.Location = new System.Drawing.Point(150, 6);
            this.checkBoxSandboxInert.Name = "checkBoxSandboxInert";
            this.checkBoxSandboxInert.Size = new System.Drawing.Size(92, 17);
            this.checkBoxSandboxInert.TabIndex = 2;
            this.checkBoxSandboxInert.Text = "Sandbox Inert";
            this.checkBoxSandboxInert.UseVisualStyleBackColor = true;
            // 
            // checkBoxMakeLuaToken
            // 
            this.checkBoxMakeLuaToken.AutoSize = true;
            this.checkBoxMakeLuaToken.Location = new System.Drawing.Point(7, 6);
            this.checkBoxMakeLuaToken.Name = "checkBoxMakeLuaToken";
            this.checkBoxMakeLuaToken.Size = new System.Drawing.Size(111, 17);
            this.checkBoxMakeLuaToken.TabIndex = 1;
            this.checkBoxMakeLuaToken.Text = "Make LUA Token";
            this.checkBoxMakeLuaToken.UseVisualStyleBackColor = true;
            // 
            // listViewDisableSids
            // 
            this.listViewDisableSids.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.listViewDisableSids.CheckBoxes = true;
            this.listViewDisableSids.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeaderName,
            columnHeaderSid});
            this.listViewDisableSids.ContextMenuStrip = this.contextMenuStripGroups;
            this.listViewDisableSids.FullRowSelect = true;
            this.listViewDisableSids.Location = new System.Drawing.Point(0, 29);
            this.listViewDisableSids.MultiSelect = false;
            this.listViewDisableSids.Name = "listViewDisableSids";
            this.listViewDisableSids.Size = new System.Drawing.Size(690, 433);
            this.listViewDisableSids.TabIndex = 0;
            this.listViewDisableSids.UseCompatibleStateImageBehavior = false;
            this.listViewDisableSids.View = System.Windows.Forms.View.Details;
            // 
            // columnHeaderName
            // 
            columnHeaderName.Text = "Name";
            columnHeaderName.Width = 131;
            // 
            // columnHeaderSid
            // 
            columnHeaderSid.Text = "Sid";
            columnHeaderSid.Width = 235;
            // 
            // contextMenuStripGroups
            // 
            this.contextMenuStripGroups.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.checkAllToolStripMenuItem,
            this.uncheckAllToolStripMenuItem});
            this.contextMenuStripGroups.Name = "contextMenuStripGroups";
            this.contextMenuStripGroups.Size = new System.Drawing.Size(138, 48);
            // 
            // checkAllToolStripMenuItem
            // 
            this.checkAllToolStripMenuItem.Name = "checkAllToolStripMenuItem";
            this.checkAllToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
            this.checkAllToolStripMenuItem.Text = "Check All";
            this.checkAllToolStripMenuItem.Click += new System.EventHandler(this.checkAllToolStripMenuItem_Click);
            // 
            // uncheckAllToolStripMenuItem
            // 
            this.uncheckAllToolStripMenuItem.Name = "uncheckAllToolStripMenuItem";
            this.uncheckAllToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
            this.uncheckAllToolStripMenuItem.Text = "Uncheck All";
            this.uncheckAllToolStripMenuItem.Click += new System.EventHandler(this.uncheckAllToolStripMenuItem_Click);
            // 
            // columnHeaderPrivilege
            // 
            columnHeaderPrivilege.Text = "Privilege";
            columnHeaderPrivilege.Width = 200;
            // 
            // columnHeader1
            // 
            columnHeader1.Text = "Name";
            columnHeader1.Width = 131;
            // 
            // columnHeader2
            // 
            columnHeader2.Text = "Sid";
            columnHeader2.Width = 235;
            // 
            // columnHeaderDisplayName
            // 
            columnHeaderDisplayName.Text = "Display Name";
            columnHeaderDisplayName.Width = 426;
            // 
            // tabControl
            // 
            this.tabControl.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.tabControl.Controls.Add(tabPageDisableSids);
            this.tabControl.Controls.Add(this.tabPageDeletePrivs);
            this.tabControl.Controls.Add(this.tabPageRestrictedSids);
            this.tabControl.Location = new System.Drawing.Point(1, 12);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(701, 488);
            this.tabControl.TabIndex = 0;
            // 
            // tabPageDeletePrivs
            // 
            this.tabPageDeletePrivs.Controls.Add(this.checkBoxDisableMaxPrivs);
            this.tabPageDeletePrivs.Controls.Add(this.listViewDeletePrivs);
            this.tabPageDeletePrivs.Location = new System.Drawing.Point(4, 22);
            this.tabPageDeletePrivs.Name = "tabPageDeletePrivs";
            this.tabPageDeletePrivs.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageDeletePrivs.Size = new System.Drawing.Size(693, 462);
            this.tabPageDeletePrivs.TabIndex = 1;
            this.tabPageDeletePrivs.Text = "Delete Privileges";
            this.tabPageDeletePrivs.UseVisualStyleBackColor = true;
            // 
            // checkBoxDisableMaxPrivs
            // 
            this.checkBoxDisableMaxPrivs.AutoSize = true;
            this.checkBoxDisableMaxPrivs.Location = new System.Drawing.Point(6, 6);
            this.checkBoxDisableMaxPrivs.Name = "checkBoxDisableMaxPrivs";
            this.checkBoxDisableMaxPrivs.Size = new System.Drawing.Size(156, 17);
            this.checkBoxDisableMaxPrivs.TabIndex = 1;
            this.checkBoxDisableMaxPrivs.Text = "Disable Maximum Privileges";
            this.checkBoxDisableMaxPrivs.UseVisualStyleBackColor = true;
            // 
            // listViewDeletePrivs
            // 
            this.listViewDeletePrivs.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.listViewDeletePrivs.CheckBoxes = true;
            this.listViewDeletePrivs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeaderPrivilege,
            columnHeaderDisplayName});
            this.listViewDeletePrivs.ContextMenuStrip = this.contextMenuStripPrivs;
            this.listViewDeletePrivs.FullRowSelect = true;
            this.listViewDeletePrivs.Location = new System.Drawing.Point(0, 26);
            this.listViewDeletePrivs.MultiSelect = false;
            this.listViewDeletePrivs.Name = "listViewDeletePrivs";
            this.listViewDeletePrivs.Size = new System.Drawing.Size(693, 436);
            this.listViewDeletePrivs.TabIndex = 0;
            this.listViewDeletePrivs.UseCompatibleStateImageBehavior = false;
            this.listViewDeletePrivs.View = System.Windows.Forms.View.Details;
            // 
            // contextMenuStripPrivs
            // 
            this.contextMenuStripPrivs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItemCheckAllPrivs,
            this.toolStripMenuItemUncheckAllPrivs});
            this.contextMenuStripPrivs.Name = "contextMenuStripGroupsPrivs";
            this.contextMenuStripPrivs.Size = new System.Drawing.Size(138, 48);
            // 
            // toolStripMenuItemCheckAllPrivs
            // 
            this.toolStripMenuItemCheckAllPrivs.Name = "toolStripMenuItemCheckAllPrivs";
            this.toolStripMenuItemCheckAllPrivs.Size = new System.Drawing.Size(137, 22);
            this.toolStripMenuItemCheckAllPrivs.Text = "Check All";
            this.toolStripMenuItemCheckAllPrivs.Click += new System.EventHandler(this.toolStripMenuItemCheckAllPrivs_Click);
            // 
            // toolStripMenuItemUncheckAllPrivs
            // 
            this.toolStripMenuItemUncheckAllPrivs.Name = "toolStripMenuItemUncheckAllPrivs";
            this.toolStripMenuItemUncheckAllPrivs.Size = new System.Drawing.Size(137, 22);
            this.toolStripMenuItemUncheckAllPrivs.Text = "Uncheck All";
            this.toolStripMenuItemUncheckAllPrivs.Click += new System.EventHandler(this.toolStripMenuItemUncheckAllPrivs_Click);
            // 
            // tabPageRestrictedSids
            // 
            this.tabPageRestrictedSids.Controls.Add(this.btnAddAllGroups);
            this.tabPageRestrictedSids.Controls.Add(this.listViewRestrictedSids);
            this.tabPageRestrictedSids.Location = new System.Drawing.Point(4, 22);
            this.tabPageRestrictedSids.Name = "tabPageRestrictedSids";
            this.tabPageRestrictedSids.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageRestrictedSids.Size = new System.Drawing.Size(693, 462);
            this.tabPageRestrictedSids.TabIndex = 2;
            this.tabPageRestrictedSids.Text = "Restricted SIDs";
            this.tabPageRestrictedSids.UseVisualStyleBackColor = true;
            // 
            // btnAddAllGroups
            // 
            this.btnAddAllGroups.Location = new System.Drawing.Point(6, 6);
            this.btnAddAllGroups.Name = "btnAddAllGroups";
            this.btnAddAllGroups.Size = new System.Drawing.Size(107, 23);
            this.btnAddAllGroups.TabIndex = 2;
            this.btnAddAllGroups.Text = "Add All Group SIDs";
            this.btnAddAllGroups.UseVisualStyleBackColor = true;
            this.btnAddAllGroups.Click += new System.EventHandler(this.btnAddAllGroups_Click);
            // 
            // listViewRestrictedSids
            // 
            this.listViewRestrictedSids.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.listViewRestrictedSids.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader1,
            columnHeader2});
            this.listViewRestrictedSids.ContextMenuStrip = this.contextMenuStripRestrictedSids;
            this.listViewRestrictedSids.FullRowSelect = true;
            this.listViewRestrictedSids.Location = new System.Drawing.Point(3, 34);
            this.listViewRestrictedSids.Name = "listViewRestrictedSids";
            this.listViewRestrictedSids.Size = new System.Drawing.Size(687, 425);
            this.listViewRestrictedSids.TabIndex = 1;
            this.listViewRestrictedSids.UseCompatibleStateImageBehavior = false;
            this.listViewRestrictedSids.View = System.Windows.Forms.View.Details;
            // 
            // contextMenuStripRestrictedSids
            // 
            this.contextMenuStripRestrictedSids.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addSidToolStripMenuItem,
            this.deleteSidToolStripMenuItem,
            this.selectAllToolStripMenuItem});
            this.contextMenuStripRestrictedSids.Name = "contextMenuStripRestrictedSids";
            this.contextMenuStripRestrictedSids.Size = new System.Drawing.Size(165, 70);
            // 
            // addSidToolStripMenuItem
            // 
            this.addSidToolStripMenuItem.Name = "addSidToolStripMenuItem";
            this.addSidToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Insert;
            this.addSidToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.addSidToolStripMenuItem.Text = "Add Sid";
            this.addSidToolStripMenuItem.Click += new System.EventHandler(this.addSidToolStripMenuItem_Click);
            // 
            // deleteSidToolStripMenuItem
            // 
            this.deleteSidToolStripMenuItem.Name = "deleteSidToolStripMenuItem";
            this.deleteSidToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
            this.deleteSidToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.deleteSidToolStripMenuItem.Text = "Delete Sid";
            this.deleteSidToolStripMenuItem.Click += new System.EventHandler(this.deleteSidToolStripMenuItem_Click);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
            this.selectAllToolStripMenuItem.Text = "Select All";
            this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
            // 
            // btnCreate
            // 
            this.btnCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnCreate.Location = new System.Drawing.Point(172, 506);
            this.btnCreate.Name = "btnCreate";
            this.btnCreate.Size = new System.Drawing.Size(75, 23);
            this.btnCreate.TabIndex = 1;
            this.btnCreate.Text = "Create";
            this.btnCreate.UseVisualStyleBackColor = true;
            this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(410, 506);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 2;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // btnCreateNew
            // 
            this.btnCreateNew.Location = new System.Drawing.Point(290, 506);
            this.btnCreateNew.Name = "btnCreateNew";
            this.btnCreateNew.Size = new System.Drawing.Size(75, 23);
            this.btnCreateNew.TabIndex = 3;
            this.btnCreateNew.Text = "Create New";
            this.btnCreateNew.UseVisualStyleBackColor = true;
            this.btnCreateNew.Click += new System.EventHandler(this.btnCreateNew_Click);
            // 
            // CreateRestrictedTokenForm
            // 
            this.AcceptButton = this.btnCreate;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(697, 532);
            this.Controls.Add(this.btnCreateNew);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnCreate);
            this.Controls.Add(this.tabControl);
            this.Name = "CreateRestrictedTokenForm";
            this.Text = "Create Restricted Token";
            tabPageDisableSids.ResumeLayout(false);
            tabPageDisableSids.PerformLayout();
            this.contextMenuStripGroups.ResumeLayout(false);
            this.tabControl.ResumeLayout(false);
            this.tabPageDeletePrivs.ResumeLayout(false);
            this.tabPageDeletePrivs.PerformLayout();
            this.contextMenuStripPrivs.ResumeLayout(false);
            this.tabPageRestrictedSids.ResumeLayout(false);
            this.contextMenuStripRestrictedSids.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();
 }
Esempio n. 48
0
 /// <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.TabPage TPG_XCEL;
     this.panel4               = new System.Windows.Forms.Panel();
     this.BTN_NewPDF           = new System.Windows.Forms.Button();
     this.BTN_UpdatePDF        = new System.Windows.Forms.Button();
     this.BTN_SaveIPAM         = new System.Windows.Forms.Button();
     this.BTN_ProcessXCEL      = new System.Windows.Forms.Button();
     this.LBX_XCELList         = new System.Windows.Forms.ListBox();
     this.TBX_XCELFile         = new System.Windows.Forms.TextBox();
     this.LBL_SelectXcel       = new System.Windows.Forms.Label();
     this.panel1               = new System.Windows.Forms.Panel();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.TPG_PDF              = new System.Windows.Forms.TabPage();
     this.panel3               = new System.Windows.Forms.Panel();
     this.BTN_ProcessPDF       = new System.Windows.Forms.Button();
     this.LBX_PDFList          = new System.Windows.Forms.ListBox();
     this.TBX_PDFFile          = new System.Windows.Forms.TextBox();
     this.LBL_SelectPDF        = new System.Windows.Forms.Label();
     this.BTN_ChangeDir        = new System.Windows.Forms.Button();
     this.LBLCurDirInfo        = new System.Windows.Forms.Label();
     this.LBLCurDir            = new System.Windows.Forms.Label();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.panel2               = new System.Windows.Forms.Panel();
     this.DGV_Info             = new System.Windows.Forms.DataGridView();
     this.LBL_PDF              = new System.Windows.Forms.Label();
     this.saveFileDialog1      = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog1      = new System.Windows.Forms.OpenFileDialog();
     this.button1              = new System.Windows.Forms.Button();
     TPG_XCEL = new System.Windows.Forms.TabPage();
     TPG_XCEL.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.TPG_PDF.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DGV_Info)).BeginInit();
     this.SuspendLayout();
     //
     // TPG_XCEL
     //
     TPG_XCEL.Controls.Add(this.panel4);
     TPG_XCEL.Location = new System.Drawing.Point(4, 22);
     TPG_XCEL.Name     = "TPG_XCEL";
     TPG_XCEL.Padding  = new System.Windows.Forms.Padding(3);
     TPG_XCEL.Size     = new System.Drawing.Size(1270, 136);
     TPG_XCEL.TabIndex = 1;
     TPG_XCEL.Text     = "EXCEL files";
     TPG_XCEL.UseVisualStyleBackColor = true;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.SystemColors.Control;
     this.panel4.Controls.Add(this.button1);
     this.panel4.Controls.Add(this.BTN_NewPDF);
     this.panel4.Controls.Add(this.BTN_UpdatePDF);
     this.panel4.Controls.Add(this.BTN_SaveIPAM);
     this.panel4.Controls.Add(this.BTN_ProcessXCEL);
     this.panel4.Controls.Add(this.LBX_XCELList);
     this.panel4.Controls.Add(this.TBX_XCELFile);
     this.panel4.Controls.Add(this.LBL_SelectXcel);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(3, 3);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(1264, 130);
     this.panel4.TabIndex = 0;
     //
     // BTN_NewPDF
     //
     this.BTN_NewPDF.Location = new System.Drawing.Point(815, 4);
     this.BTN_NewPDF.Name     = "BTN_NewPDF";
     this.BTN_NewPDF.Size     = new System.Drawing.Size(162, 23);
     this.BTN_NewPDF.TabIndex = 31;
     this.BTN_NewPDF.Text     = "Create New Updated PDF";
     this.BTN_NewPDF.UseVisualStyleBackColor = true;
     this.BTN_NewPDF.Visible = false;
     this.BTN_NewPDF.Click  += new System.EventHandler(this.BTN_NewPDF_Click);
     //
     // BTN_UpdatePDF
     //
     this.BTN_UpdatePDF.Location = new System.Drawing.Point(621, 4);
     this.BTN_UpdatePDF.Name     = "BTN_UpdatePDF";
     this.BTN_UpdatePDF.Size     = new System.Drawing.Size(188, 23);
     this.BTN_UpdatePDF.TabIndex = 30;
     this.BTN_UpdatePDF.Text     = "Update PDF file";
     this.BTN_UpdatePDF.UseVisualStyleBackColor = true;
     this.BTN_UpdatePDF.Visible = false;
     this.BTN_UpdatePDF.Click  += new System.EventHandler(this.BTN_UpdatePDF_Click);
     //
     // BTN_SaveIPAM
     //
     this.BTN_SaveIPAM.Location = new System.Drawing.Point(426, 32);
     this.BTN_SaveIPAM.Name     = "BTN_SaveIPAM";
     this.BTN_SaveIPAM.Size     = new System.Drawing.Size(189, 23);
     this.BTN_SaveIPAM.TabIndex = 29;
     this.BTN_SaveIPAM.Text     = "Save Grid as IPAM Import file";
     this.BTN_SaveIPAM.UseVisualStyleBackColor = true;
     this.BTN_SaveIPAM.Visible = false;
     this.BTN_SaveIPAM.Click  += new System.EventHandler(this.BTN_SaveIPAM_Click);
     //
     // BTN_ProcessXCEL
     //
     this.BTN_ProcessXCEL.Location = new System.Drawing.Point(426, 4);
     this.BTN_ProcessXCEL.Name     = "BTN_ProcessXCEL";
     this.BTN_ProcessXCEL.Size     = new System.Drawing.Size(189, 22);
     this.BTN_ProcessXCEL.TabIndex = 28;
     this.BTN_ProcessXCEL.Text     = "ShowSelected File as IPAM File";
     this.BTN_ProcessXCEL.UseVisualStyleBackColor = true;
     this.BTN_ProcessXCEL.Click += new System.EventHandler(this.BTNProcessFillDGV_Click);
     //
     // LBX_XCELList
     //
     this.LBX_XCELList.FormattingEnabled = true;
     this.LBX_XCELList.Location          = new System.Drawing.Point(8, 32);
     this.LBX_XCELList.Name                  = "LBX_XCELList";
     this.LBX_XCELList.Size                  = new System.Drawing.Size(412, 95);
     this.LBX_XCELList.TabIndex              = 27;
     this.LBX_XCELList.SelectedIndexChanged += new System.EventHandler(this.LBX_PDFList_SelectedValueChanged);
     //
     // TBX_XCELFile
     //
     this.TBX_XCELFile.Location = new System.Drawing.Point(141, 6);
     this.TBX_XCELFile.Name     = "TBX_XCELFile";
     this.TBX_XCELFile.Size     = new System.Drawing.Size(279, 20);
     this.TBX_XCELFile.TabIndex = 26;
     //
     // LBL_SelectXcel
     //
     this.LBL_SelectXcel.AutoSize = true;
     this.LBL_SelectXcel.Location = new System.Drawing.Point(5, 9);
     this.LBL_SelectXcel.Name     = "LBL_SelectXcel";
     this.LBL_SelectXcel.Size     = new System.Drawing.Size(136, 13);
     this.LBL_SelectXcel.TabIndex = 25;
     this.LBL_SelectXcel.Text     = "Selected EXCEL File Name";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Controls.Add(this.BTN_ChangeDir);
     this.panel1.Controls.Add(this.LBLCurDirInfo);
     this.panel1.Controls.Add(this.LBLCurDir);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1278, 195);
     this.panel1.TabIndex = 7;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(TPG_XCEL);
     this.tabControl1.Controls.Add(this.TPG_PDF);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.tabControl1.Location      = new System.Drawing.Point(0, 33);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(1278, 162);
     this.tabControl1.TabIndex      = 27;
     //
     // TPG_PDF
     //
     this.TPG_PDF.Controls.Add(this.panel3);
     this.TPG_PDF.Location = new System.Drawing.Point(4, 22);
     this.TPG_PDF.Name     = "TPG_PDF";
     this.TPG_PDF.Padding  = new System.Windows.Forms.Padding(3);
     this.TPG_PDF.Size     = new System.Drawing.Size(1270, 136);
     this.TPG_PDF.TabIndex = 0;
     this.TPG_PDF.Text     = "PDF files";
     this.TPG_PDF.UseVisualStyleBackColor = true;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.SystemColors.Control;
     this.panel3.Controls.Add(this.BTN_ProcessPDF);
     this.panel3.Controls.Add(this.LBX_PDFList);
     this.panel3.Controls.Add(this.TBX_PDFFile);
     this.panel3.Controls.Add(this.LBL_SelectPDF);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(3, 3);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1264, 130);
     this.panel3.TabIndex = 1;
     //
     // BTN_ProcessPDF
     //
     this.BTN_ProcessPDF.Location = new System.Drawing.Point(430, 4);
     this.BTN_ProcessPDF.Name     = "BTN_ProcessPDF";
     this.BTN_ProcessPDF.Size     = new System.Drawing.Size(162, 23);
     this.BTN_ProcessPDF.TabIndex = 29;
     this.BTN_ProcessPDF.Text     = "Show PDF Annotation Info";
     this.BTN_ProcessPDF.UseVisualStyleBackColor = true;
     this.BTN_ProcessPDF.Click += new System.EventHandler(this.BTNProcessFillDGV_Click);
     //
     // LBX_PDFList
     //
     this.LBX_PDFList.FormattingEnabled = true;
     this.LBX_PDFList.Location          = new System.Drawing.Point(8, 32);
     this.LBX_PDFList.Name                  = "LBX_PDFList";
     this.LBX_PDFList.Size                  = new System.Drawing.Size(412, 95);
     this.LBX_PDFList.TabIndex              = 28;
     this.LBX_PDFList.SelectedIndexChanged += new System.EventHandler(this.LBX_PDFList_SelectedValueChanged);
     //
     // TBX_PDFFile
     //
     this.TBX_PDFFile.Location = new System.Drawing.Point(134, 6);
     this.TBX_PDFFile.Name     = "TBX_PDFFile";
     this.TBX_PDFFile.Size     = new System.Drawing.Size(286, 20);
     this.TBX_PDFFile.TabIndex = 27;
     //
     // LBL_SelectPDF
     //
     this.LBL_SelectPDF.AutoSize = true;
     this.LBL_SelectPDF.Location = new System.Drawing.Point(5, 9);
     this.LBL_SelectPDF.Name     = "LBL_SelectPDF";
     this.LBL_SelectPDF.Size     = new System.Drawing.Size(123, 13);
     this.LBL_SelectPDF.TabIndex = 26;
     this.LBL_SelectPDF.Text     = "Selected PDF File Name";
     //
     // BTN_ChangeDir
     //
     this.BTN_ChangeDir.Location = new System.Drawing.Point(15, 4);
     this.BTN_ChangeDir.Name     = "BTN_ChangeDir";
     this.BTN_ChangeDir.Size     = new System.Drawing.Size(206, 23);
     this.BTN_ChangeDir.TabIndex = 11;
     this.BTN_ChangeDir.Text     = "Change Current Directory";
     this.BTN_ChangeDir.UseVisualStyleBackColor = true;
     this.BTN_ChangeDir.Click += new System.EventHandler(this.BTN_ChangeDir_Click);
     //
     // LBLCurDirInfo
     //
     this.LBLCurDirInfo.AutoSize = true;
     this.LBLCurDirInfo.Location = new System.Drawing.Point(319, 14);
     this.LBLCurDirInfo.Name     = "LBLCurDirInfo";
     this.LBLCurDirInfo.Size     = new System.Drawing.Size(64, 13);
     this.LBLCurDirInfo.TabIndex = 9;
     this.LBLCurDirInfo.Text     = "curDirectory";
     //
     // LBLCurDir
     //
     this.LBLCurDir.AutoSize = true;
     this.LBLCurDir.Location = new System.Drawing.Point(227, 14);
     this.LBLCurDir.Name     = "LBLCurDir";
     this.LBLCurDir.Size     = new System.Drawing.Size(86, 13);
     this.LBLCurDir.TabIndex = 8;
     this.LBLCurDir.Text     = "Current Directory";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.DGV_Info);
     this.panel2.Controls.Add(this.LBL_PDF);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 195);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1278, 378);
     this.panel2.TabIndex = 8;
     //
     // DGV_Info
     //
     this.DGV_Info.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DGV_Info.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.DGV_Info.Location = new System.Drawing.Point(0, 22);
     this.DGV_Info.Name     = "DGV_Info";
     this.DGV_Info.Size     = new System.Drawing.Size(1278, 356);
     this.DGV_Info.TabIndex = 14;
     //
     // LBL_PDF
     //
     this.LBL_PDF.Dock      = System.Windows.Forms.DockStyle.Top;
     this.LBL_PDF.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LBL_PDF.Location  = new System.Drawing.Point(0, 0);
     this.LBL_PDF.Name      = "LBL_PDF";
     this.LBL_PDF.Size      = new System.Drawing.Size(1278, 22);
     this.LBL_PDF.TabIndex  = 15;
     this.LBL_PDF.Text      = "PDF File Information";
     this.LBL_PDF.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.DefaultExt = "csv";
     this.saveFileDialog1.Filter     = "IPAM Import Files (*.csv)|*.csv";
     //
     // openFileDialog1
     //
     this.openFileDialog1.DefaultExt = "pdf";
     this.openFileDialog1.Filter     = "PDF Files (*.pdf)|*.pdf";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(979, 97);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 32;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1278, 573);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     TPG_XCEL.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.TPG_PDF.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DGV_Info)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 49
0
        /// <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.TabPage loosePartieTab;
            this.refreshLoose = new System.Windows.Forms.Button();
            this.displayLooser = new System.Windows.Forms.DataGridView();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.playerTab = new System.Windows.Forms.TabPage();
            this.updatePlayer = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.deletePlayer = new System.Windows.Forms.Button();
            this.pseudoField = new System.Windows.Forms.TextBox();
            this.addPlayer = new System.Windows.Forms.Button();
            this.refreshPlayer = new System.Windows.Forms.Button();
            this.displayPlayers = new System.Windows.Forms.DataGridView();
            this.scoreTab = new System.Windows.Forms.TabPage();
            this.refreshScore = new System.Windows.Forms.Button();
            this.displayHighScore = new System.Windows.Forms.DataGridView();
            this.winPartieTab = new System.Windows.Forms.TabPage();
            this.partieCountField = new System.Windows.Forms.Label();
            this.refreshpartie = new System.Windows.Forms.Button();
            this.displayPartieParJoueur = new System.Windows.Forms.DataGridView();
            loosePartieTab = new System.Windows.Forms.TabPage();
            loosePartieTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.displayLooser)).BeginInit();
            this.tabControl.SuspendLayout();
            this.playerTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.displayPlayers)).BeginInit();
            this.scoreTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.displayHighScore)).BeginInit();
            this.winPartieTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.displayPartieParJoueur)).BeginInit();
            this.SuspendLayout();
            // 
            // loosePartieTab
            // 
            loosePartieTab.AccessibleName = "loosePartieTab";
            loosePartieTab.Controls.Add(this.refreshLoose);
            loosePartieTab.Controls.Add(this.displayLooser);
            loosePartieTab.Location = new System.Drawing.Point(4, 22);
            loosePartieTab.Name = "loosePartieTab";
            loosePartieTab.Padding = new System.Windows.Forms.Padding(3);
            loosePartieTab.Size = new System.Drawing.Size(737, 349);
            loosePartieTab.TabIndex = 3;
            loosePartieTab.Text = "Parties perdues";
            loosePartieTab.UseVisualStyleBackColor = true;
            // 
            // refreshLoose
            // 
            this.refreshLoose.Location = new System.Drawing.Point(0, 262);
            this.refreshLoose.Name = "refreshLoose";
            this.refreshLoose.Size = new System.Drawing.Size(75, 23);
            this.refreshLoose.TabIndex = 1;
            this.refreshLoose.Text = "Actualiser";
            this.refreshLoose.UseVisualStyleBackColor = true;
            this.refreshLoose.Click += new System.EventHandler(this.refreshLoose_Click);
            // 
            // displayLooser
            // 
            this.displayLooser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.displayLooser.Location = new System.Drawing.Point(0, 0);
            this.displayLooser.Name = "displayLooser";
            this.displayLooser.Size = new System.Drawing.Size(398, 256);
            this.displayLooser.TabIndex = 0;
            // 
            // tabControl
            // 
            this.tabControl.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.tabControl.Controls.Add(this.playerTab);
            this.tabControl.Controls.Add(this.scoreTab);
            this.tabControl.Controls.Add(this.winPartieTab);
            this.tabControl.Controls.Add(loosePartieTab);
            this.tabControl.Location = new System.Drawing.Point(-1, 0);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(745, 375);
            this.tabControl.TabIndex = 0;
            this.tabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControlSelected);
            // 
            // playerTab
            // 
            this.playerTab.AccessibleName = "playerTab";
            this.playerTab.Controls.Add(this.updatePlayer);
            this.playerTab.Controls.Add(this.label2);
            this.playerTab.Controls.Add(this.deletePlayer);
            this.playerTab.Controls.Add(this.pseudoField);
            this.playerTab.Controls.Add(this.addPlayer);
            this.playerTab.Controls.Add(this.refreshPlayer);
            this.playerTab.Controls.Add(this.displayPlayers);
            this.playerTab.Location = new System.Drawing.Point(4, 22);
            this.playerTab.Name = "playerTab";
            this.playerTab.Padding = new System.Windows.Forms.Padding(3);
            this.playerTab.Size = new System.Drawing.Size(737, 349);
            this.playerTab.TabIndex = 0;
            this.playerTab.Text = "Joueurs";
            this.playerTab.UseVisualStyleBackColor = true;
            // 
            // updatePlayer
            // 
            this.updatePlayer.Location = new System.Drawing.Point(307, 320);
            this.updatePlayer.Name = "updatePlayer";
            this.updatePlayer.Size = new System.Drawing.Size(75, 23);
            this.updatePlayer.TabIndex = 5;
            this.updatePlayer.Text = "Modifier";
            this.updatePlayer.UseVisualStyleBackColor = true;
            this.updatePlayer.Click += new System.EventHandler(this.updatePlayer_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(90, 300);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(46, 13);
            this.label2.TabIndex = 2;
            this.label2.Text = "Pseudo:";
            // 
            // deletePlayer
            // 
            this.deletePlayer.Location = new System.Drawing.Point(349, 295);
            this.deletePlayer.Name = "deletePlayer";
            this.deletePlayer.Size = new System.Drawing.Size(75, 23);
            this.deletePlayer.TabIndex = 4;
            this.deletePlayer.Text = "Supprimer";
            this.deletePlayer.UseVisualStyleBackColor = true;
            this.deletePlayer.Click += new System.EventHandler(this.deletePlayer_Click);
            // 
            // pseudoField
            // 
            this.pseudoField.Location = new System.Drawing.Point(142, 295);
            this.pseudoField.Name = "pseudoField";
            this.pseudoField.Size = new System.Drawing.Size(120, 20);
            this.pseudoField.TabIndex = 1;
            // 
            // addPlayer
            // 
            this.addPlayer.Location = new System.Drawing.Point(268, 295);
            this.addPlayer.Name = "addPlayer";
            this.addPlayer.Size = new System.Drawing.Size(75, 23);
            this.addPlayer.TabIndex = 2;
            this.addPlayer.Text = "Ajouter";
            this.addPlayer.UseVisualStyleBackColor = true;
            this.addPlayer.Click += new System.EventHandler(this.addPlayer_Click);
            // 
            // refreshPlayer
            // 
            this.refreshPlayer.Location = new System.Drawing.Point(9, 295);
            this.refreshPlayer.Name = "refreshPlayer";
            this.refreshPlayer.Size = new System.Drawing.Size(75, 23);
            this.refreshPlayer.TabIndex = 1;
            this.refreshPlayer.Text = "Actualiser";
            this.refreshPlayer.UseVisualStyleBackColor = true;
            this.refreshPlayer.Click += new System.EventHandler(this.refreshPlayer_Click);
            // 
            // displayPlayers
            // 
            this.displayPlayers.AllowUserToAddRows = false;
            this.displayPlayers.AllowUserToDeleteRows = false;
            this.displayPlayers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.displayPlayers.Location = new System.Drawing.Point(0, 0);
            this.displayPlayers.Name = "displayPlayers";
            this.displayPlayers.ReadOnly = true;
            this.displayPlayers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.displayPlayers.Size = new System.Drawing.Size(424, 279);
            this.displayPlayers.TabIndex = 0;
            this.displayPlayers.CurrentCellChanged += new System.EventHandler(this.playerSelectedChanged);
            // 
            // scoreTab
            // 
            this.scoreTab.AccessibleName = "scoreTab";
            this.scoreTab.Controls.Add(this.refreshScore);
            this.scoreTab.Controls.Add(this.displayHighScore);
            this.scoreTab.Location = new System.Drawing.Point(4, 22);
            this.scoreTab.Name = "scoreTab";
            this.scoreTab.Padding = new System.Windows.Forms.Padding(3);
            this.scoreTab.Size = new System.Drawing.Size(737, 349);
            this.scoreTab.TabIndex = 1;
            this.scoreTab.Text = "Score";
            this.scoreTab.UseVisualStyleBackColor = true;
            // 
            // refreshScore
            // 
            this.refreshScore.Location = new System.Drawing.Point(9, 262);
            this.refreshScore.Name = "refreshScore";
            this.refreshScore.Size = new System.Drawing.Size(75, 23);
            this.refreshScore.TabIndex = 1;
            this.refreshScore.Text = "Actualiser";
            this.refreshScore.UseVisualStyleBackColor = true;
            this.refreshScore.Click += new System.EventHandler(this.refreshScore_Click);
            // 
            // displayHighScore
            // 
            this.displayHighScore.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.displayHighScore.Location = new System.Drawing.Point(0, 0);
            this.displayHighScore.Name = "displayHighScore";
            this.displayHighScore.Size = new System.Drawing.Size(376, 256);
            this.displayHighScore.TabIndex = 0;
            // 
            // winPartieTab
            // 
            this.winPartieTab.AccessibleName = "winPartieTab";
            this.winPartieTab.Controls.Add(this.partieCountField);
            this.winPartieTab.Controls.Add(this.refreshpartie);
            this.winPartieTab.Controls.Add(this.displayPartieParJoueur);
            this.winPartieTab.Location = new System.Drawing.Point(4, 22);
            this.winPartieTab.Name = "winPartieTab";
            this.winPartieTab.Padding = new System.Windows.Forms.Padding(3);
            this.winPartieTab.Size = new System.Drawing.Size(737, 349);
            this.winPartieTab.TabIndex = 2;
            this.winPartieTab.Text = "Parties gagnées";
            this.winPartieTab.UseVisualStyleBackColor = true;
            // 
            // partieCountField
            // 
            this.partieCountField.AutoSize = true;
            this.partieCountField.Location = new System.Drawing.Point(458, 31);
            this.partieCountField.Name = "partieCountField";
            this.partieCountField.Size = new System.Drawing.Size(63, 13);
            this.partieCountField.TabIndex = 2;
            this.partieCountField.Text = "WAITING...";
            // 
            // refreshpartie
            // 
            this.refreshpartie.Location = new System.Drawing.Point(9, 292);
            this.refreshpartie.Name = "refreshpartie";
            this.refreshpartie.Size = new System.Drawing.Size(75, 23);
            this.refreshpartie.TabIndex = 1;
            this.refreshpartie.Text = "Actualiser";
            this.refreshpartie.UseVisualStyleBackColor = true;
            this.refreshpartie.Click += new System.EventHandler(this.refreshPartie_Click);
            // 
            // displayPartieParJoueur
            // 
            this.displayPartieParJoueur.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.displayPartieParJoueur.Location = new System.Drawing.Point(0, 0);
            this.displayPartieParJoueur.Name = "displayPartieParJoueur";
            this.displayPartieParJoueur.Size = new System.Drawing.Size(452, 273);
            this.displayPartieParJoueur.TabIndex = 0;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(740, 371);
            this.Controls.Add(this.tabControl);
            this.Name = "Form1";
            this.Text = "Service Web";
            loosePartieTab.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.displayLooser)).EndInit();
            this.tabControl.ResumeLayout(false);
            this.playerTab.ResumeLayout(false);
            this.playerTab.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.displayPlayers)).EndInit();
            this.scoreTab.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.displayHighScore)).EndInit();
            this.winPartieTab.ResumeLayout(false);
            this.winPartieTab.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.displayPartieParJoueur)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 50
0
 /// <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.TabPage tabproperties;
     System.Windows.Forms.Label   label1;
     System.Windows.Forms.Label   label6;
     this.groupposition = new System.Windows.Forms.GroupBox();
     this.tabs          = new System.Windows.Forms.TabControl();
     this.tabcustom     = new System.Windows.Forms.TabPage();
     this.fieldslist    = new CodeImp.DoomBuilder.Controls.FieldsEditorControl();
     this.cancel        = new System.Windows.Forms.Button();
     this.apply         = new System.Windows.Forms.Button();
     this.positionx     = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
     this.positiony     = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
     tabproperties      = new System.Windows.Forms.TabPage();
     label1             = new System.Windows.Forms.Label();
     label6             = new System.Windows.Forms.Label();
     tabproperties.SuspendLayout();
     this.groupposition.SuspendLayout();
     this.tabs.SuspendLayout();
     this.tabcustom.SuspendLayout();
     this.SuspendLayout();
     //
     // tabproperties
     //
     tabproperties.Controls.Add(this.groupposition);
     tabproperties.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tabproperties.Location = new System.Drawing.Point(4, 23);
     tabproperties.Name     = "tabproperties";
     tabproperties.Padding  = new System.Windows.Forms.Padding(3);
     tabproperties.Size     = new System.Drawing.Size(428, 206);
     tabproperties.TabIndex = 0;
     tabproperties.Text     = "Properties";
     tabproperties.UseVisualStyleBackColor = true;
     //
     // groupposition
     //
     this.groupposition.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.groupposition.Controls.Add(this.positiony);
     this.groupposition.Controls.Add(this.positionx);
     this.groupposition.Controls.Add(label1);
     this.groupposition.Controls.Add(label6);
     this.groupposition.Location = new System.Drawing.Point(7, 6);
     this.groupposition.Name     = "groupposition";
     this.groupposition.Size     = new System.Drawing.Size(415, 194);
     this.groupposition.TabIndex = 0;
     this.groupposition.TabStop  = false;
     this.groupposition.Text     = " Position ";
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(212, 39);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(18, 14);
     label1.TabIndex = 23;
     label1.Text     = "Y:";
     //
     // label6
     //
     label6.AutoSize = true;
     label6.Location = new System.Drawing.Point(45, 39);
     label6.Name     = "label6";
     label6.Size     = new System.Drawing.Size(17, 14);
     label6.TabIndex = 21;
     label6.Text     = "X:";
     //
     // tabs
     //
     this.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)));
     this.tabs.Controls.Add(tabproperties);
     this.tabs.Controls.Add(this.tabcustom);
     this.tabs.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabs.Location      = new System.Drawing.Point(10, 10);
     this.tabs.Margin        = new System.Windows.Forms.Padding(1);
     this.tabs.Name          = "tabs";
     this.tabs.SelectedIndex = 0;
     this.tabs.Size          = new System.Drawing.Size(436, 233);
     this.tabs.SizeMode      = System.Windows.Forms.TabSizeMode.Fixed;
     this.tabs.TabIndex      = 0;
     //
     // tabcustom
     //
     this.tabcustom.Controls.Add(this.fieldslist);
     this.tabcustom.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabcustom.Location = new System.Drawing.Point(4, 23);
     this.tabcustom.Name     = "tabcustom";
     this.tabcustom.Padding  = new System.Windows.Forms.Padding(3);
     this.tabcustom.Size     = new System.Drawing.Size(428, 206);
     this.tabcustom.TabIndex = 1;
     this.tabcustom.Text     = "Custom";
     this.tabcustom.UseVisualStyleBackColor = true;
     //
     // fieldslist
     //
     this.fieldslist.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.fieldslist.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.fieldslist.Font        = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fieldslist.Location    = new System.Drawing.Point(11, 11);
     this.fieldslist.Margin      = new System.Windows.Forms.Padding(8);
     this.fieldslist.Name        = "fieldslist";
     this.fieldslist.Size        = new System.Drawing.Size(406, 187);
     this.fieldslist.TabIndex    = 2;
     //
     // cancel
     //
     this.cancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancel.Location                = new System.Drawing.Point(334, 259);
     this.cancel.Name                    = "cancel";
     this.cancel.Size                    = new System.Drawing.Size(112, 25);
     this.cancel.TabIndex                = 2;
     this.cancel.Text                    = "Cancel";
     this.cancel.UseVisualStyleBackColor = true;
     this.cancel.Click                  += new System.EventHandler(this.cancel_Click);
     //
     // apply
     //
     this.apply.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.apply.Location = new System.Drawing.Point(215, 259);
     this.apply.Name     = "apply";
     this.apply.Size     = new System.Drawing.Size(112, 25);
     this.apply.TabIndex = 1;
     this.apply.Text     = "OK";
     this.apply.UseVisualStyleBackColor = true;
     this.apply.Click += new System.EventHandler(this.apply_Click);
     //
     // positionx
     //
     this.positionx.AllowDecimal  = false;
     this.positionx.AllowNegative = true;
     this.positionx.AllowRelative = true;
     this.positionx.ButtonStep    = 1;
     this.positionx.Location      = new System.Drawing.Point(68, 34);
     this.positionx.Name          = "positionx";
     this.positionx.Size          = new System.Drawing.Size(120, 24);
     this.positionx.TabIndex      = 24;
     //
     // positiony
     //
     this.positiony.AllowDecimal  = false;
     this.positiony.AllowNegative = true;
     this.positiony.AllowRelative = true;
     this.positiony.ButtonStep    = 1;
     this.positiony.Location      = new System.Drawing.Point(236, 34);
     this.positiony.Name          = "positiony";
     this.positiony.Size          = new System.Drawing.Size(120, 24);
     this.positiony.TabIndex      = 25;
     //
     // VertexEditForm
     //
     this.AcceptButton        = this.apply;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.cancel;
     this.ClientSize          = new System.Drawing.Size(456, 294);
     this.Controls.Add(this.cancel);
     this.Controls.Add(this.apply);
     this.Controls.Add(this.tabs);
     this.Font            = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "VertexEditForm";
     this.Opacity         = 0;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Edit Vertex";
     this.HelpRequested  += new System.Windows.Forms.HelpEventHandler(this.VertexEditForm_HelpRequested);
     tabproperties.ResumeLayout(false);
     this.groupposition.ResumeLayout(false);
     this.groupposition.PerformLayout();
     this.tabs.ResumeLayout(false);
     this.tabcustom.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 52
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TabPage tabEditor;
     this.btnTrueOrFalse        = new System.Windows.Forms.CheckBox();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.btnUpdate             = new System.Windows.Forms.Button();
     this.questionsCount        = new System.Windows.Forms.Label();
     this.label1                = new System.Windows.Forms.Label();
     this.questionIndex         = new System.Windows.Forms.NumericUpDown();
     this.btnSave               = new System.Windows.Forms.Button();
     this.dtnDelete             = new System.Windows.Forms.Button();
     this.btnAdd                = new System.Windows.Forms.Button();
     this.questionText          = new System.Windows.Forms.RichTextBox();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadFile              = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAs                = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2    = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.about               = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl1         = new System.Windows.Forms.TabControl();
     this.tabGame             = new System.Windows.Forms.TabPage();
     this.startScreen         = new System.Windows.Forms.GroupBox();
     this.btnSelectTrue       = new System.Windows.Forms.Button();
     this.btnSelectFalse      = new System.Windows.Forms.Button();
     this.gameQuestionText    = new System.Windows.Forms.Label();
     this.btnStartGame        = new System.Windows.Forms.Button();
     this.answerCheck         = new System.Windows.Forms.Label();
     this.correctAnswersCount = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.loadedFilename      = new System.Windows.Forms.Label();
     tabEditor = new System.Windows.Forms.TabPage();
     tabEditor.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.questionIndex)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabGame.SuspendLayout();
     this.startScreen.SuspendLayout();
     this.SuspendLayout();
     //
     // tabEditor
     //
     tabEditor.Controls.Add(this.btnTrueOrFalse);
     tabEditor.Controls.Add(this.groupBox1);
     tabEditor.Controls.Add(this.questionText);
     tabEditor.Location = new System.Drawing.Point(4, 22);
     tabEditor.Name     = "tabEditor";
     tabEditor.Padding  = new System.Windows.Forms.Padding(3);
     tabEditor.Size     = new System.Drawing.Size(566, 404);
     tabEditor.TabIndex = 0;
     tabEditor.Text     = "Questions Editor";
     tabEditor.UseVisualStyleBackColor = true;
     //
     // btnTrueOrFalse
     //
     this.btnTrueOrFalse.Appearance = System.Windows.Forms.Appearance.Button;
     this.btnTrueOrFalse.AutoSize   = true;
     this.btnTrueOrFalse.Dock       = System.Windows.Forms.DockStyle.Bottom;
     this.btnTrueOrFalse.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnTrueOrFalse.ForeColor  = System.Drawing.Color.Red;
     this.btnTrueOrFalse.Location   = new System.Drawing.Point(3, 308);
     this.btnTrueOrFalse.Name       = "btnTrueOrFalse";
     this.btnTrueOrFalse.Size       = new System.Drawing.Size(560, 23);
     this.btnTrueOrFalse.TabIndex   = 4;
     this.btnTrueOrFalse.Text       = "False";
     this.btnTrueOrFalse.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnTrueOrFalse.UseVisualStyleBackColor = true;
     this.btnTrueOrFalse.CheckedChanged         += new System.EventHandler(this.BtnTrueOrFalse_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnUpdate);
     this.groupBox1.Controls.Add(this.questionsCount);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.questionIndex);
     this.groupBox1.Controls.Add(this.btnSave);
     this.groupBox1.Controls.Add(this.dtnDelete);
     this.groupBox1.Controls.Add(this.btnAdd);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Location = new System.Drawing.Point(3, 331);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(560, 70);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     //
     // btnUpdate
     //
     this.btnUpdate.Location = new System.Drawing.Point(178, 19);
     this.btnUpdate.Name     = "btnUpdate";
     this.btnUpdate.Size     = new System.Drawing.Size(75, 23);
     this.btnUpdate.TabIndex = 6;
     this.btnUpdate.Text     = "Update";
     this.btnUpdate.UseVisualStyleBackColor = true;
     this.btnUpdate.Click += new System.EventHandler(this.BtnUpdate_Click);
     //
     // questionsCount
     //
     this.questionsCount.AutoSize = true;
     this.questionsCount.Location = new System.Drawing.Point(113, 54);
     this.questionsCount.Name     = "questionsCount";
     this.questionsCount.Size     = new System.Drawing.Size(13, 13);
     this.questionsCount.TabIndex = 5;
     this.questionsCount.Text     = "0";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.ForeColor = System.Drawing.Color.Green;
     this.label1.Location  = new System.Drawing.Point(0, 54);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(107, 13);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Questions count: ";
     //
     // questionIndex
     //
     this.questionIndex.Location      = new System.Drawing.Point(121, 22);
     this.questionIndex.Name          = "questionIndex";
     this.questionIndex.Size          = new System.Drawing.Size(51, 20);
     this.questionIndex.TabIndex      = 3;
     this.questionIndex.ValueChanged += new System.EventHandler(this.QuestionIndex_ValueChanged);
     //
     // btnSave
     //
     this.btnSave.BackColor = System.Drawing.Color.Transparent;
     this.btnSave.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnSave.Location  = new System.Drawing.Point(403, 19);
     this.btnSave.Name      = "btnSave";
     this.btnSave.Size      = new System.Drawing.Size(151, 35);
     this.btnSave.TabIndex  = 2;
     this.btnSave.Text      = "Save Questions Data";
     this.btnSave.UseVisualStyleBackColor = false;
     this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
     //
     // dtnDelete
     //
     this.dtnDelete.Location = new System.Drawing.Point(259, 19);
     this.dtnDelete.Name     = "dtnDelete";
     this.dtnDelete.Size     = new System.Drawing.Size(75, 23);
     this.dtnDelete.TabIndex = 1;
     this.dtnDelete.Text     = "Delete";
     this.dtnDelete.UseVisualStyleBackColor = true;
     this.dtnDelete.Click += new System.EventHandler(this.DtnDelete_Click);
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(6, 20);
     this.btnAdd.Name     = "btnAdd";
     this.btnAdd.Size     = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 0;
     this.btnAdd.Text     = "Add";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
     //
     // questionText
     //
     this.questionText.Dock     = System.Windows.Forms.DockStyle.Top;
     this.questionText.Location = new System.Drawing.Point(3, 3);
     this.questionText.Name     = "questionText";
     this.questionText.Size     = new System.Drawing.Size(560, 299);
     this.questionText.TabIndex = 0;
     this.questionText.Text     = "";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(574, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadFile,
         this.saveAs,
         this.toolStripMenuItem2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // loadFile
     //
     this.loadFile.Name   = "loadFile";
     this.loadFile.Size   = new System.Drawing.Size(114, 22);
     this.loadFile.Text   = "Load";
     this.loadFile.Click += new System.EventHandler(this.LoadFile_Click);
     //
     // saveAs
     //
     this.saveAs.Name   = "saveAs";
     this.saveAs.Size   = new System.Drawing.Size(114, 22);
     this.saveAs.Text   = "Save As";
     this.saveAs.Click += new System.EventHandler(this.SaveAs_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(111, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.about
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // about
     //
     this.about.Name   = "about";
     this.about.Size   = new System.Drawing.Size(107, 22);
     this.about.Text   = "About";
     this.about.Click += new System.EventHandler(this.about_Click);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabGame);
     this.tabControl1.Controls.Add(tabEditor);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Top;
     this.tabControl1.ImeMode       = System.Windows.Forms.ImeMode.NoControl;
     this.tabControl1.Location      = new System.Drawing.Point(0, 24);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(574, 430);
     this.tabControl1.TabIndex      = 1;
     //
     // tabGame
     //
     this.tabGame.Controls.Add(this.startScreen);
     this.tabGame.Controls.Add(this.correctAnswersCount);
     this.tabGame.Controls.Add(this.label5);
     this.tabGame.Location = new System.Drawing.Point(4, 22);
     this.tabGame.Name     = "tabGame";
     this.tabGame.Padding  = new System.Windows.Forms.Padding(3);
     this.tabGame.Size     = new System.Drawing.Size(566, 404);
     this.tabGame.TabIndex = 1;
     this.tabGame.Text     = "Game";
     this.tabGame.UseVisualStyleBackColor = true;
     //
     // startScreen
     //
     this.startScreen.Controls.Add(this.btnSelectTrue);
     this.startScreen.Controls.Add(this.btnSelectFalse);
     this.startScreen.Controls.Add(this.gameQuestionText);
     this.startScreen.Controls.Add(this.btnStartGame);
     this.startScreen.Controls.Add(this.answerCheck);
     this.startScreen.Location = new System.Drawing.Point(0, 0);
     this.startScreen.Name     = "startScreen";
     this.startScreen.Size     = new System.Drawing.Size(566, 352);
     this.startScreen.TabIndex = 7;
     this.startScreen.TabStop  = false;
     //
     // btnSelectTrue
     //
     this.btnSelectTrue.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnSelectTrue.ForeColor = System.Drawing.Color.Green;
     this.btnSelectTrue.Location  = new System.Drawing.Point(3, 287);
     this.btnSelectTrue.Name      = "btnSelectTrue";
     this.btnSelectTrue.Size      = new System.Drawing.Size(283, 23);
     this.btnSelectTrue.TabIndex  = 2;
     this.btnSelectTrue.Text      = "True";
     this.btnSelectTrue.UseVisualStyleBackColor = true;
     this.btnSelectTrue.Click += new System.EventHandler(this.BtnSelectTrue_Click);
     //
     // btnSelectFalse
     //
     this.btnSelectFalse.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnSelectFalse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.btnSelectFalse.Location  = new System.Drawing.Point(286, 287);
     this.btnSelectFalse.Name      = "btnSelectFalse";
     this.btnSelectFalse.Size      = new System.Drawing.Size(280, 23);
     this.btnSelectFalse.TabIndex  = 3;
     this.btnSelectFalse.Text      = "False";
     this.btnSelectFalse.UseVisualStyleBackColor = true;
     this.btnSelectFalse.Click += new System.EventHandler(this.BtnSelectFalse_Click);
     //
     // gameQuestionText
     //
     this.gameQuestionText.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.gameQuestionText.Location  = new System.Drawing.Point(27, 58);
     this.gameQuestionText.Name      = "gameQuestionText";
     this.gameQuestionText.Size      = new System.Drawing.Size(506, 136);
     this.gameQuestionText.TabIndex  = 0;
     this.gameQuestionText.Text      = "Please Load Questions\r\nAnd Press \"Start to Play Game\"";
     this.gameQuestionText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnStartGame
     //
     this.btnStartGame.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnStartGame.Location = new System.Drawing.Point(172, 235);
     this.btnStartGame.Name     = "btnStartGame";
     this.btnStartGame.Size     = new System.Drawing.Size(244, 28);
     this.btnStartGame.TabIndex = 6;
     this.btnStartGame.Text     = "Start";
     this.btnStartGame.UseVisualStyleBackColor = true;
     this.btnStartGame.Click += new System.EventHandler(this.BtnStartGame_Click);
     //
     // answerCheck
     //
     this.answerCheck.AutoSize = true;
     this.answerCheck.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.answerCheck.Location = new System.Drawing.Point(256, 194);
     this.answerCheck.Name     = "answerCheck";
     this.answerCheck.Size     = new System.Drawing.Size(0, 13);
     this.answerCheck.TabIndex = 1;
     //
     // correctAnswersCount
     //
     this.correctAnswersCount.AutoSize = true;
     this.correctAnswersCount.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.correctAnswersCount.Location = new System.Drawing.Point(70, 370);
     this.correctAnswersCount.Name     = "correctAnswersCount";
     this.correctAnswersCount.Size     = new System.Drawing.Size(14, 13);
     this.correctAnswersCount.TabIndex = 5;
     this.correctAnswersCount.Text     = "0";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location = new System.Drawing.Point(11, 370);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(52, 13);
     this.label5.TabIndex = 4;
     this.label5.Text     = "Correct:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(12, 463);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(81, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Loaded File: ";
     //
     // loadedFilename
     //
     this.loadedFilename.AutoSize = true;
     this.loadedFilename.Location = new System.Drawing.Point(86, 463);
     this.loadedFilename.Name     = "loadedFilename";
     this.loadedFilename.Size     = new System.Drawing.Size(0, 13);
     this.loadedFilename.TabIndex = 3;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(574, 482);
     this.Controls.Add(this.loadedFilename);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Form1";
     this.Text          = "Form1";
     tabEditor.ResumeLayout(false);
     tabEditor.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.questionIndex)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabGame.ResumeLayout(false);
     this.tabGame.PerformLayout();
     this.startScreen.ResumeLayout(false);
     this.startScreen.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 53
0
 /// <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.TabPage tabPage3;
     System.Windows.Forms.TabPage tabPage2;
     System.Windows.Forms.Label   label3;
     System.Windows.Forms.Label   label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.TabPage tabPage4;
     this.eventListView        = new System.Windows.Forms.ListView();
     this.columnHeader1        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ownCountLabel        = new System.Windows.Forms.Label();
     this.totalCountLabel      = new System.Windows.Forms.Label();
     this.allCallsListView     = new System.Windows.Forms.ListView();
     this.columnHeader6        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader9        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.clearButton          = new System.Windows.Forms.Button();
     this.callButton           = new System.Windows.Forms.Button();
     this.zeroButton           = new System.Windows.Forms.Button();
     this.nineButton           = new System.Windows.Forms.Button();
     this.eightButton          = new System.Windows.Forms.Button();
     this.sevenButton          = new System.Windows.Forms.Button();
     this.sixButton            = new System.Windows.Forms.Button();
     this.fiveButton           = new System.Windows.Forms.Button();
     this.fourButton           = new System.Windows.Forms.Button();
     this.threeButton          = new System.Windows.Forms.Button();
     this.twoButton            = new System.Windows.Forms.Button();
     this.oneButton            = new System.Windows.Forms.Button();
     this.numberTextBox        = new System.Windows.Forms.TextBox();
     this.activeCallTabPage    = new System.Windows.Forms.TabPage();
     this.activeCallPanel      = new System.Windows.Forms.FlowLayoutPanel();
     this.waitingForCallsLabel = new System.Windows.Forms.Label();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     tabPage3 = new System.Windows.Forms.TabPage();
     tabPage2 = new System.Windows.Forms.TabPage();
     label3   = new System.Windows.Forms.Label();
     label1   = new System.Windows.Forms.Label();
     tabPage4 = new System.Windows.Forms.TabPage();
     tabPage3.SuspendLayout();
     tabPage2.SuspendLayout();
     tabPage4.SuspendLayout();
     this.activeCallTabPage.SuspendLayout();
     this.activeCallPanel.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabPage3
     //
     tabPage3.Controls.Add(this.eventListView);
     tabPage3.Location = new System.Drawing.Point(4, 22);
     tabPage3.Name     = "tabPage3";
     tabPage3.Size     = new System.Drawing.Size(740, 508);
     tabPage3.TabIndex = 2;
     tabPage3.Text     = "Ereignisse";
     tabPage3.UseVisualStyleBackColor = true;
     //
     // eventListView
     //
     this.eventListView.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.eventListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5
     });
     this.eventListView.FullRowSelect = true;
     this.eventListView.Location      = new System.Drawing.Point(3, 3);
     this.eventListView.Name          = "eventListView";
     this.eventListView.Size          = new System.Drawing.Size(734, 428);
     this.eventListView.TabIndex      = 0;
     this.eventListView.UseCompatibleStateImageBehavior = false;
     this.eventListView.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Time";
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Line";
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Call";
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Event";
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Message";
     //
     // tabPage2
     //
     tabPage2.Controls.Add(this.ownCountLabel);
     tabPage2.Controls.Add(label3);
     tabPage2.Controls.Add(this.totalCountLabel);
     tabPage2.Controls.Add(label1);
     tabPage2.Controls.Add(this.allCallsListView);
     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(740, 508);
     tabPage2.TabIndex = 1;
     tabPage2.Text     = "Alle Anrufe";
     tabPage2.UseVisualStyleBackColor = true;
     //
     // ownCountLabel
     //
     this.ownCountLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ownCountLabel.AutoSize = true;
     this.ownCountLabel.Location = new System.Drawing.Point(70, 485);
     this.ownCountLabel.Name     = "ownCountLabel";
     this.ownCountLabel.Size     = new System.Drawing.Size(13, 13);
     this.ownCountLabel.TabIndex = 4;
     this.ownCountLabel.Text     = "0";
     //
     // label3
     //
     label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(6, 485);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(43, 13);
     label3.TabIndex = 3;
     label3.Text     = "Eigene:";
     //
     // totalCountLabel
     //
     this.totalCountLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.totalCountLabel.AutoSize = true;
     this.totalCountLabel.Location = new System.Drawing.Point(70, 466);
     this.totalCountLabel.Name     = "totalCountLabel";
     this.totalCountLabel.Size     = new System.Drawing.Size(13, 13);
     this.totalCountLabel.TabIndex = 2;
     this.totalCountLabel.Text     = "0";
     //
     // 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(6, 466);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(58, 13);
     label1.TabIndex = 1;
     label1.Text     = "Insgesamt:";
     //
     // allCallsListView
     //
     this.allCallsListView.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.allCallsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9
     });
     this.allCallsListView.FullRowSelect    = true;
     this.allCallsListView.LargeImageList   = this.imageList1;
     this.allCallsListView.Location         = new System.Drawing.Point(6, 6);
     this.allCallsListView.Name             = "allCallsListView";
     this.allCallsListView.ShowItemToolTips = true;
     this.allCallsListView.Size             = new System.Drawing.Size(728, 443);
     this.allCallsListView.SmallImageList   = this.imageList1;
     this.allCallsListView.TabIndex         = 0;
     this.allCallsListView.UseCompatibleStateImageBehavior = false;
     this.allCallsListView.View = System.Windows.Forms.View.Details;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Zeit";
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Nummer";
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Name";
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Dauer";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "arrow_left_blue.png");
     this.imageList1.Images.SetKeyName(1, "arrow_right_green.png");
     //
     // tabPage4
     //
     tabPage4.Controls.Add(this.clearButton);
     tabPage4.Controls.Add(this.callButton);
     tabPage4.Controls.Add(this.zeroButton);
     tabPage4.Controls.Add(this.nineButton);
     tabPage4.Controls.Add(this.eightButton);
     tabPage4.Controls.Add(this.sevenButton);
     tabPage4.Controls.Add(this.sixButton);
     tabPage4.Controls.Add(this.fiveButton);
     tabPage4.Controls.Add(this.fourButton);
     tabPage4.Controls.Add(this.threeButton);
     tabPage4.Controls.Add(this.twoButton);
     tabPage4.Controls.Add(this.oneButton);
     tabPage4.Controls.Add(this.numberTextBox);
     tabPage4.Location = new System.Drawing.Point(4, 22);
     tabPage4.Name     = "tabPage4";
     tabPage4.Size     = new System.Drawing.Size(740, 508);
     tabPage4.TabIndex = 3;
     tabPage4.Text     = "Neuer Anruf";
     tabPage4.UseVisualStyleBackColor = true;
     //
     // clearButton
     //
     this.clearButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.clearButton.Location = new System.Drawing.Point(147, 237);
     this.clearButton.Name     = "clearButton";
     this.clearButton.Size     = new System.Drawing.Size(60, 60);
     this.clearButton.TabIndex = 13;
     this.clearButton.Text     = "C";
     this.clearButton.UseVisualStyleBackColor = true;
     this.clearButton.Click += new System.EventHandler(this.ClearButton_Click);
     //
     // callButton
     //
     this.callButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.callButton.Location = new System.Drawing.Point(15, 303);
     this.callButton.Name     = "callButton";
     this.callButton.Size     = new System.Drawing.Size(192, 60);
     this.callButton.TabIndex = 12;
     this.callButton.Text     = "Anrufen";
     this.callButton.UseVisualStyleBackColor = true;
     this.callButton.Click += new System.EventHandler(this.CallButton_Click);
     //
     // zeroButton
     //
     this.zeroButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.zeroButton.Location = new System.Drawing.Point(81, 237);
     this.zeroButton.Name     = "zeroButton";
     this.zeroButton.Size     = new System.Drawing.Size(60, 60);
     this.zeroButton.TabIndex = 10;
     this.zeroButton.Tag      = "0";
     this.zeroButton.Text     = "0";
     this.zeroButton.UseVisualStyleBackColor = true;
     this.zeroButton.Click += new System.EventHandler(this.DigitButton_Click);
     //
     // nineButton
     //
     this.nineButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nineButton.Location = new System.Drawing.Point(147, 171);
     this.nineButton.Name     = "nineButton";
     this.nineButton.Size     = new System.Drawing.Size(60, 60);
     this.nineButton.TabIndex = 9;
     this.nineButton.Tag      = "9";
     this.nineButton.Text     = "9";
     this.nineButton.UseVisualStyleBackColor = true;
     this.nineButton.Click += new System.EventHandler(this.DigitButton_Click);
     //
     // eightButton
     //
     this.eightButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.eightButton.Location = new System.Drawing.Point(81, 171);
     this.eightButton.Name     = "eightButton";
     this.eightButton.Size     = new System.Drawing.Size(60, 60);
     this.eightButton.TabIndex = 8;
     this.eightButton.Tag      = "8";
     this.eightButton.Text     = "8";
     this.eightButton.UseVisualStyleBackColor = true;
     this.eightButton.Click += new System.EventHandler(this.DigitButton_Click);
     //
     // sevenButton
     //
     this.sevenButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sevenButton.Location = new System.Drawing.Point(15, 171);
     this.sevenButton.Name     = "sevenButton";
     this.sevenButton.Size     = new System.Drawing.Size(60, 60);
     this.sevenButton.TabIndex = 7;
     this.sevenButton.Tag      = "7";
     this.sevenButton.Text     = "7";
     this.sevenButton.UseVisualStyleBackColor = true;
     this.sevenButton.Click += new System.EventHandler(this.DigitButton_Click);
     //
     // sixButton
     //
     this.sixButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sixButton.Location = new System.Drawing.Point(147, 105);
     this.sixButton.Name     = "sixButton";
     this.sixButton.Size     = new System.Drawing.Size(60, 60);
     this.sixButton.TabIndex = 6;
     this.sixButton.Tag      = "6";
     this.sixButton.Text     = "6";
     this.sixButton.UseVisualStyleBackColor = true;
     this.sixButton.Click += new System.EventHandler(this.DigitButton_Click);
     //
     // fiveButton
     //
     this.fiveButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fiveButton.Location = new System.Drawing.Point(81, 105);
     this.fiveButton.Name     = "fiveButton";
     this.fiveButton.Size     = new System.Drawing.Size(60, 60);
     this.fiveButton.TabIndex = 5;
     this.fiveButton.Tag      = "5";
     this.fiveButton.Text     = "5";
     this.fiveButton.UseVisualStyleBackColor = true;
     this.fiveButton.Click += new System.EventHandler(this.DigitButton_Click);
     //
     // fourButton
     //
     this.fourButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fourButton.Location = new System.Drawing.Point(15, 105);
     this.fourButton.Name     = "fourButton";
     this.fourButton.Size     = new System.Drawing.Size(60, 60);
     this.fourButton.TabIndex = 4;
     this.fourButton.Tag      = "4";
     this.fourButton.Text     = "4";
     this.fourButton.UseVisualStyleBackColor = true;
     this.fourButton.Click += new System.EventHandler(this.DigitButton_Click);
     //
     // threeButton
     //
     this.threeButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.threeButton.Location = new System.Drawing.Point(147, 39);
     this.threeButton.Name     = "threeButton";
     this.threeButton.Size     = new System.Drawing.Size(60, 60);
     this.threeButton.TabIndex = 3;
     this.threeButton.Tag      = "3";
     this.threeButton.Text     = "3";
     this.threeButton.UseVisualStyleBackColor = true;
     this.threeButton.Click += new System.EventHandler(this.DigitButton_Click);
     //
     // twoButton
     //
     this.twoButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.twoButton.Location = new System.Drawing.Point(81, 39);
     this.twoButton.Name     = "twoButton";
     this.twoButton.Size     = new System.Drawing.Size(60, 60);
     this.twoButton.TabIndex = 2;
     this.twoButton.Tag      = "2";
     this.twoButton.Text     = "2";
     this.twoButton.UseVisualStyleBackColor = true;
     this.twoButton.Click += new System.EventHandler(this.DigitButton_Click);
     //
     // oneButton
     //
     this.oneButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.oneButton.Location = new System.Drawing.Point(15, 39);
     this.oneButton.Name     = "oneButton";
     this.oneButton.Size     = new System.Drawing.Size(60, 60);
     this.oneButton.TabIndex = 1;
     this.oneButton.Tag      = "1";
     this.oneButton.Text     = "1";
     this.oneButton.UseVisualStyleBackColor = true;
     this.oneButton.Click += new System.EventHandler(this.DigitButton_Click);
     //
     // numberTextBox
     //
     this.numberTextBox.Location = new System.Drawing.Point(15, 13);
     this.numberTextBox.Name     = "numberTextBox";
     this.numberTextBox.Size     = new System.Drawing.Size(192, 20);
     this.numberTextBox.TabIndex = 0;
     //
     // activeCallTabPage
     //
     this.activeCallTabPage.Controls.Add(this.activeCallPanel);
     this.activeCallTabPage.Location = new System.Drawing.Point(4, 22);
     this.activeCallTabPage.Name     = "activeCallTabPage";
     this.activeCallTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.activeCallTabPage.Size     = new System.Drawing.Size(740, 508);
     this.activeCallTabPage.TabIndex = 0;
     this.activeCallTabPage.Text     = "Aktuelle Anrufe";
     this.activeCallTabPage.UseVisualStyleBackColor = true;
     //
     // activeCallPanel
     //
     this.activeCallPanel.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.activeCallPanel.AutoScroll = true;
     this.activeCallPanel.Controls.Add(this.waitingForCallsLabel);
     this.activeCallPanel.Location        = new System.Drawing.Point(6, 6);
     this.activeCallPanel.Name            = "activeCallPanel";
     this.activeCallPanel.Size            = new System.Drawing.Size(728, 496);
     this.activeCallPanel.TabIndex        = 0;
     this.activeCallPanel.ControlAdded   += new System.Windows.Forms.ControlEventHandler(this.ActiveCallPanel_ControlAdded);
     this.activeCallPanel.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.ActiveCallPanel_ControlRemoved);
     this.activeCallPanel.Layout         += new System.Windows.Forms.LayoutEventHandler(this.ActiveCallPanel_Layout);
     //
     // waitingForCallsLabel
     //
     this.waitingForCallsLabel.AutoSize = true;
     this.waitingForCallsLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.waitingForCallsLabel.Location = new System.Drawing.Point(3, 0);
     this.waitingForCallsLabel.Name     = "waitingForCallsLabel";
     this.waitingForCallsLabel.Size     = new System.Drawing.Size(162, 20);
     this.waitingForCallsLabel.TabIndex = 0;
     this.waitingForCallsLabel.Text     = "Warte auf Anrufe...";
     //
     // tabControl1
     //
     this.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)));
     this.tabControl1.Controls.Add(this.activeCallTabPage);
     this.tabControl1.Controls.Add(tabPage4);
     this.tabControl1.Controls.Add(tabPage2);
     this.tabControl1.Controls.Add(tabPage3);
     this.tabControl1.Location      = new System.Drawing.Point(12, 12);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(748, 534);
     this.tabControl1.TabIndex      = 0;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(772, 558);
     this.Controls.Add(this.tabControl1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "MainForm";
     this.Text  = "Telefon-Wächter";
     this.Load += new System.EventHandler(this.MainForm_Load);
     tabPage3.ResumeLayout(false);
     tabPage2.ResumeLayout(false);
     tabPage2.PerformLayout();
     tabPage4.ResumeLayout(false);
     tabPage4.PerformLayout();
     this.activeCallTabPage.ResumeLayout(false);
     this.activeCallPanel.ResumeLayout(false);
     this.activeCallPanel.PerformLayout();
     this.tabControl1.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()
        {
            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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TabPage tabPage3;
     this.checkBox1    = new System.Windows.Forms.CheckBox();
     this.tabControl1  = new System.Windows.Forms.TabControl();
     this.tabPage1     = new System.Windows.Forms.TabPage();
     this.label3       = new System.Windows.Forms.Label();
     this.textBox2     = new System.Windows.Forms.TextBox();
     this.textBox1     = new System.Windows.Forms.TextBox();
     this.label2       = new System.Windows.Forms.Label();
     this.label1       = new System.Windows.Forms.Label();
     this.tabPage2     = new System.Windows.Forms.TabPage();
     this.label5       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.port         = new System.Windows.Forms.TextBox();
     this.hostname     = new System.Windows.Forms.TextBox();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.buttonOk     = new System.Windows.Forms.Button();
     this.buttonCancel = new System.Windows.Forms.Button();
     this.Tooltip      = new System.Windows.Forms.ToolTip(this.components);
     tabPage3          = new System.Windows.Forms.TabPage();
     tabPage3.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // tabPage3
     //
     tabPage3.Controls.Add(this.checkBox1);
     tabPage3.Location = new System.Drawing.Point(4, 25);
     tabPage3.Name     = "tabPage3";
     tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     tabPage3.Size     = new System.Drawing.Size(324, 154);
     tabPage3.TabIndex = 2;
     tabPage3.Text     = "Settings";
     tabPage3.UseVisualStyleBackColor = true;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize   = true;
     this.checkBox1.Checked    = global::FSEconomy.Properties.Settings.Default.showFinishedFlight;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::FSEconomy.Properties.Settings.Default, "showFinishedFlight", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.checkBox1.Location = new System.Drawing.Point(17, 19);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(241, 21);
     this.checkBox1.TabIndex = 0;
     this.checkBox1.Text     = "Show dialog when flight is finished";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(tabPage3);
     this.tabControl1.Location      = new System.Drawing.Point(12, 12);
     this.tabControl1.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(332, 183);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.textBox2);
     this.tabPage1.Controls.Add(this.textBox1);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tabPage1.Size     = new System.Drawing.Size(324, 154);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Account";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(19, 16);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(177, 17);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Enter your account details.";
     //
     // textBox2
     //
     this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::FSEconomy.Properties.Settings.Default, "password", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.textBox2.Location = new System.Drawing.Point(116, 85);
     this.textBox2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(155, 22);
     this.textBox2.TabIndex = 3;
     this.textBox2.Text     = global::FSEconomy.Properties.Settings.Default.password;
     this.textBox2.UseSystemPasswordChar = true;
     //
     // textBox1
     //
     this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::FSEconomy.Properties.Settings.Default, "username", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.textBox1.Location = new System.Drawing.Point(116, 57);
     this.textBox1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(155, 22);
     this.textBox1.TabIndex = 2;
     this.textBox1.Text     = global::FSEconomy.Properties.Settings.Default.username;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(19, 85);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(69, 17);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Password";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(19, 60);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(73, 17);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Username";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.port);
     this.tabPage2.Controls.Add(this.hostname);
     this.tabPage2.Controls.Add(this.radioButton2);
     this.tabPage2.Controls.Add(this.radioButton1);
     this.tabPage2.Location = new System.Drawing.Point(4, 25);
     this.tabPage2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tabPage2.Size     = new System.Drawing.Size(324, 154);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Simulator";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(51, 98);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(34, 17);
     this.label5.TabIndex = 5;
     this.label5.Text     = "Port";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(15, 70);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(72, 17);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Hostname";
     //
     // port
     //
     this.port.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::FSEconomy.Properties.Settings.Default, "fsxPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.port.Location = new System.Drawing.Point(91, 95);
     this.port.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.port.Name     = "port";
     this.port.Size     = new System.Drawing.Size(48, 22);
     this.port.TabIndex = 3;
     this.port.Text     = global::FSEconomy.Properties.Settings.Default.fsxPort;
     this.Tooltip.SetToolTip(this.port, "The TCP port that Flight Simulator X is listening on.");
     //
     // hostname
     //
     this.hostname.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::FSEconomy.Properties.Settings.Default, "fsxHostname", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.hostname.Location = new System.Drawing.Point(91, 66);
     this.hostname.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.hostname.Name     = "hostname";
     this.hostname.Size     = new System.Drawing.Size(177, 22);
     this.hostname.TabIndex = 2;
     this.hostname.Text     = global::FSEconomy.Properties.Settings.Default.fsxHostname;
     this.Tooltip.SetToolTip(this.hostname, "The name of the computer where Flight Simulator X is installed.");
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(16, 39);
     this.radioButton2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(138, 21);
     this.radioButton2.TabIndex = 1;
     this.radioButton2.Text     = "Remote computer";
     this.Tooltip.SetToolTip(this.radioButton2, "Use Flight Simulator X on a remote computer.");
     this.radioButton2.UseVisualStyleBackColor = true;
     this.radioButton2.Click += new System.EventHandler(this.CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Checked  = global::FSEconomy.Properties.Settings.Default.localComputer;
     this.radioButton1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::FSEconomy.Properties.Settings.Default, "localComputer", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.radioButton1.Location = new System.Drawing.Point(16, 14);
     this.radioButton1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(123, 21);
     this.radioButton1.TabIndex = 0;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "Local computer";
     this.Tooltip.SetToolTip(this.radioButton1, "Use Flight Simulator X installed on your local computer.");
     this.radioButton1.UseVisualStyleBackColor = true;
     this.radioButton1.Click += new System.EventHandler(this.CheckedChanged);
     //
     // buttonOk
     //
     this.buttonOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOk.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonOk.Location                = new System.Drawing.Point(181, 222);
     this.buttonOk.Margin                  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.buttonOk.Name                    = "buttonOk";
     this.buttonOk.Size                    = new System.Drawing.Size(93, 30);
     this.buttonOk.TabIndex                = 1;
     this.buttonOk.Text                    = "Ok";
     this.buttonOk.UseVisualStyleBackColor = true;
     //
     // buttonCancel
     //
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(283, 222);
     this.buttonCancel.Margin                  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(93, 30);
     this.buttonCancel.TabIndex                = 2;
     this.buttonCancel.Text                    = "Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // Config
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(388, 270);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOk);
     this.Controls.Add(this.tabControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Config";
     this.ShowInTaskbar   = false;
     this.Text            = "Config";
     this.TopMost         = true;
     this.Activated      += new System.EventHandler(this.Config_Activated);
     tabPage3.ResumeLayout(false);
     tabPage3.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 56
0
        /// <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();

        }
Esempio n. 57
0
 /// <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.ToolStrip                 m_toolStripData;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator1;
     System.Windows.Forms.ToolStripButton           m_tsbDataUpdateOptions;
     System.Windows.Forms.ToolStripButton           m_tsbDataUpdateHelp;
     System.Windows.Forms.ColumnHeader              m_colDataGeneration;
     System.Windows.Forms.ColumnHeader              m_colCreationTime;
     System.Windows.Forms.ColumnHeader              m_colDeployTime;
     System.Windows.Forms.ColumnHeader              m_colIncID;
     System.Windows.Forms.StatusStrip               m_statusStrip;
     System.Windows.Forms.TabControl                m_tabControl;
     System.Windows.Forms.TabPage                   m_datapPage;
     System.Windows.Forms.TabPage                   m_hubPage;
     System.Windows.Forms.ColumnHeader              m_colID;
     System.Windows.Forms.ColumnHeader              m_colVer;
     System.Windows.Forms.ColumnHeader              m_colSystem;
     System.Windows.Forms.ColumnHeader              m_colCreationDate;
     System.Windows.Forms.ColumnHeader              m_colPublishDate;
     System.Windows.Forms.ToolStrip                 m_toolStripHub;
     System.Windows.Forms.ToolStripButton           m_tsbAddApp;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator2;
     System.Windows.Forms.ToolStripButton           m_tsbAppUpdateOption;
     System.Windows.Forms.ToolStripButton           m_tsbAppUpdateHelp;
     System.Windows.Forms.ImageList                 m_ilSmall;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdatesWindow));
     this.m_tsbBuildUpdate       = new System.Windows.Forms.ToolStripButton();
     this.m_tsbUploadDataUpdates = new System.Windows.Forms.ToolStripButton();
     this.m_sslUpdateKey         = new System.Windows.Forms.ToolStripStatusLabel();
     this.m_lvDataUpdates        = new System.Windows.Forms.ListView();
     this.m_lvAppUpdates         = new System.Windows.Forms.ListView();
     this.m_tsbUploadAppUpdates  = new System.Windows.Forms.ToolStripButton();
     m_toolStripData             = new System.Windows.Forms.ToolStrip();
     toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     m_tsbDataUpdateOptions      = new System.Windows.Forms.ToolStripButton();
     m_tsbDataUpdateHelp         = new System.Windows.Forms.ToolStripButton();
     m_colDataGeneration         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_colCreationTime           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_colDeployTime             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_colIncID           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_statusStrip        = new System.Windows.Forms.StatusStrip();
     m_tabControl         = new System.Windows.Forms.TabControl();
     m_datapPage          = new System.Windows.Forms.TabPage();
     m_hubPage            = new System.Windows.Forms.TabPage();
     m_colID              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_colVer             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_colSystem          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_colCreationDate    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_colPublishDate     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     m_toolStripHub       = new System.Windows.Forms.ToolStrip();
     m_tsbAddApp          = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator2  = new System.Windows.Forms.ToolStripSeparator();
     m_tsbAppUpdateOption = new System.Windows.Forms.ToolStripButton();
     m_tsbAppUpdateHelp   = new System.Windows.Forms.ToolStripButton();
     m_ilSmall            = new System.Windows.Forms.ImageList(this.components);
     m_toolStripData.SuspendLayout();
     m_statusStrip.SuspendLayout();
     m_tabControl.SuspendLayout();
     m_datapPage.SuspendLayout();
     m_hubPage.SuspendLayout();
     m_toolStripHub.SuspendLayout();
     this.SuspendLayout();
     //
     // m_toolStripData
     //
     m_toolStripData.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_tsbBuildUpdate,
         this.m_tsbUploadDataUpdates,
         toolStripSeparator1,
         m_tsbDataUpdateOptions,
         m_tsbDataUpdateHelp
     });
     m_toolStripData.Location = new System.Drawing.Point(3, 3);
     m_toolStripData.Name     = "m_toolStripData";
     m_toolStripData.Size     = new System.Drawing.Size(659, 25);
     m_toolStripData.TabIndex = 0;
     //
     // m_tsbBuildUpdate
     //
     this.m_tsbBuildUpdate.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbBuildUpdate.Enabled               = false;
     this.m_tsbBuildUpdate.Image                 = global::DGD.HubGovernor.Properties.Resources.build_update_16;
     this.m_tsbBuildUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbBuildUpdate.Name   = "m_tsbBuildUpdate";
     this.m_tsbBuildUpdate.Size   = new System.Drawing.Size(23, 22);
     this.m_tsbBuildUpdate.Text   = "Construire la MAJ";
     this.m_tsbBuildUpdate.Click += new System.EventHandler(this.BuildDataUpdate_Click);
     //
     // m_tsbUploadDataUpdates
     //
     this.m_tsbUploadDataUpdates.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbUploadDataUpdates.Enabled               = false;
     this.m_tsbUploadDataUpdates.Image                 = global::DGD.HubGovernor.Properties.Resources.upload_16;
     this.m_tsbUploadDataUpdates.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbUploadDataUpdates.Name   = "m_tsbUploadDataUpdates";
     this.m_tsbUploadDataUpdates.Size   = new System.Drawing.Size(23, 22);
     this.m_tsbUploadDataUpdates.Text   = "Publier la MAJ";
     this.m_tsbUploadDataUpdates.Click += new System.EventHandler(this.UploadDataUpdates_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // m_tsbDataUpdateOptions
     //
     m_tsbDataUpdateOptions.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbDataUpdateOptions.Image                 = global::DGD.HubGovernor.Properties.Resources.option_16;
     m_tsbDataUpdateOptions.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbDataUpdateOptions.Name = "m_tsbDataUpdateOptions";
     m_tsbDataUpdateOptions.Size = new System.Drawing.Size(23, 22);
     m_tsbDataUpdateOptions.Text = "Options";
     //
     // m_tsbDataUpdateHelp
     //
     m_tsbDataUpdateHelp.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     m_tsbDataUpdateHelp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbDataUpdateHelp.Image                 = global::DGD.HubGovernor.Properties.Resources.help_16;
     m_tsbDataUpdateHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbDataUpdateHelp.Name = "m_tsbDataUpdateHelp";
     m_tsbDataUpdateHelp.Size = new System.Drawing.Size(23, 22);
     m_tsbDataUpdateHelp.Text = "Aide";
     //
     // m_colDataGeneration
     //
     m_colDataGeneration.Text  = "Version des données requise";
     m_colDataGeneration.Width = 167;
     //
     // m_colCreationTime
     //
     m_colCreationTime.Text  = "Créer le";
     m_colCreationTime.Width = 156;
     //
     // m_colDeployTime
     //
     m_colDeployTime.Text  = "Publier le";
     m_colDeployTime.Width = 228;
     //
     // m_colIncID
     //
     m_colIncID.Text = "ID";
     //
     // m_statusStrip
     //
     m_statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_sslUpdateKey
     });
     m_statusStrip.Location = new System.Drawing.Point(0, 287);
     m_statusStrip.Name     = "m_statusStrip";
     m_statusStrip.Size     = new System.Drawing.Size(673, 22);
     m_statusStrip.TabIndex = 2;
     //
     // m_sslUpdateKey
     //
     this.m_sslUpdateKey.Name = "m_sslUpdateKey";
     this.m_sslUpdateKey.Size = new System.Drawing.Size(0, 17);
     //
     // m_tabControl
     //
     m_tabControl.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     m_tabControl.Controls.Add(m_datapPage);
     m_tabControl.Controls.Add(m_hubPage);
     m_tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     m_tabControl.ImageList     = m_ilSmall;
     m_tabControl.Location      = new System.Drawing.Point(0, 0);
     m_tabControl.Name          = "m_tabControl";
     m_tabControl.SelectedIndex = 0;
     m_tabControl.Size          = new System.Drawing.Size(673, 287);
     m_tabControl.TabIndex      = 0;
     //
     // m_datapPage
     //
     m_datapPage.Controls.Add(this.m_lvDataUpdates);
     m_datapPage.Controls.Add(m_toolStripData);
     m_datapPage.ImageIndex = 1;
     m_datapPage.Location   = new System.Drawing.Point(4, 26);
     m_datapPage.Name       = "m_datapPage";
     m_datapPage.Padding    = new System.Windows.Forms.Padding(3);
     m_datapPage.Size       = new System.Drawing.Size(665, 257);
     m_datapPage.TabIndex   = 0;
     m_datapPage.Text       = "Données";
     m_datapPage.UseVisualStyleBackColor = true;
     //
     // m_lvDataUpdates
     //
     this.m_lvDataUpdates.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         m_colIncID,
         m_colDataGeneration,
         m_colCreationTime,
         m_colDeployTime
     });
     this.m_lvDataUpdates.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.m_lvDataUpdates.FullRowSelect = true;
     this.m_lvDataUpdates.HideSelection = false;
     this.m_lvDataUpdates.Location      = new System.Drawing.Point(3, 28);
     this.m_lvDataUpdates.MultiSelect   = false;
     this.m_lvDataUpdates.Name          = "m_lvDataUpdates";
     this.m_lvDataUpdates.Size          = new System.Drawing.Size(659, 226);
     this.m_lvDataUpdates.TabIndex      = 1;
     this.m_lvDataUpdates.UseCompatibleStateImageBehavior = false;
     this.m_lvDataUpdates.View          = System.Windows.Forms.View.Details;
     this.m_lvDataUpdates.ItemActivate += new System.EventHandler(this.Updates_DataItemActivate);
     //
     // m_hubPage
     //
     m_hubPage.Controls.Add(this.m_lvAppUpdates);
     m_hubPage.Controls.Add(m_toolStripHub);
     m_hubPage.ImageIndex = 0;
     m_hubPage.Location   = new System.Drawing.Point(4, 26);
     m_hubPage.Name       = "m_hubPage";
     m_hubPage.Padding    = new System.Windows.Forms.Padding(3);
     m_hubPage.Size       = new System.Drawing.Size(665, 257);
     m_hubPage.TabIndex   = 1;
     m_hubPage.Text       = "Hub";
     m_hubPage.UseVisualStyleBackColor = true;
     //
     // m_lvAppUpdates
     //
     this.m_lvAppUpdates.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         m_colID,
         m_colVer,
         m_colSystem,
         m_colCreationDate,
         m_colPublishDate
     });
     this.m_lvAppUpdates.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.m_lvAppUpdates.FullRowSelect = true;
     this.m_lvAppUpdates.HideSelection = false;
     this.m_lvAppUpdates.Location      = new System.Drawing.Point(3, 28);
     this.m_lvAppUpdates.Name          = "m_lvAppUpdates";
     this.m_lvAppUpdates.Size          = new System.Drawing.Size(659, 226);
     this.m_lvAppUpdates.TabIndex      = 1;
     this.m_lvAppUpdates.UseCompatibleStateImageBehavior = false;
     this.m_lvAppUpdates.View          = System.Windows.Forms.View.Details;
     this.m_lvAppUpdates.ItemActivate += new System.EventHandler(this.AppUpdates_ItemActivate);
     //
     // m_colID
     //
     m_colID.Text = "ID";
     //
     // m_colVer
     //
     m_colVer.Text  = "Version";
     m_colVer.Width = 91;
     //
     // m_colSystem
     //
     m_colSystem.Text  = "Système requis";
     m_colSystem.Width = 152;
     //
     // m_colCreationDate
     //
     m_colCreationDate.Text  = "Crée le";
     m_colCreationDate.Width = 159;
     //
     // m_colPublishDate
     //
     m_colPublishDate.Text  = "Publié le";
     m_colPublishDate.Width = 188;
     //
     // m_toolStripHub
     //
     m_toolStripHub.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         m_tsbAddApp,
         this.m_tsbUploadAppUpdates,
         toolStripSeparator2,
         m_tsbAppUpdateOption,
         m_tsbAppUpdateHelp
     });
     m_toolStripHub.Location = new System.Drawing.Point(3, 3);
     m_toolStripHub.Name     = "m_toolStripHub";
     m_toolStripHub.Size     = new System.Drawing.Size(659, 25);
     m_toolStripHub.TabIndex = 0;
     //
     // m_tsbAddApp
     //
     m_tsbAddApp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbAddApp.Image                 = global::DGD.HubGovernor.Properties.Resources.add_app_16;
     m_tsbAddApp.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbAddApp.Name   = "m_tsbAddApp";
     m_tsbAddApp.Size   = new System.Drawing.Size(23, 22);
     m_tsbAddApp.Text   = "Ajouter une mise à jour...";
     m_tsbAddApp.Click += new System.EventHandler(this.AddPackage_Click);
     //
     // m_tsbUploadAppUpdates
     //
     this.m_tsbUploadAppUpdates.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbUploadAppUpdates.Image                 = global::DGD.HubGovernor.Properties.Resources.upload_16;
     this.m_tsbUploadAppUpdates.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbUploadAppUpdates.Name   = "m_tsbUploadAppUpdates";
     this.m_tsbUploadAppUpdates.Size   = new System.Drawing.Size(23, 22);
     this.m_tsbUploadAppUpdates.Text   = "Publier";
     this.m_tsbUploadAppUpdates.Click += new System.EventHandler(this.UploadAppUpdates_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // m_tsbAppUpdateOption
     //
     m_tsbAppUpdateOption.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbAppUpdateOption.Image                 = global::DGD.HubGovernor.Properties.Resources.option_16;
     m_tsbAppUpdateOption.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbAppUpdateOption.Name = "m_tsbAppUpdateOption";
     m_tsbAppUpdateOption.Size = new System.Drawing.Size(23, 22);
     m_tsbAppUpdateOption.Text = "Paramètres";
     //
     // m_tsbAppUpdateHelp
     //
     m_tsbAppUpdateHelp.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     m_tsbAppUpdateHelp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbAppUpdateHelp.Image                 = global::DGD.HubGovernor.Properties.Resources.help_16;
     m_tsbAppUpdateHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbAppUpdateHelp.Name = "m_tsbAppUpdateHelp";
     m_tsbAppUpdateHelp.Size = new System.Drawing.Size(23, 22);
     m_tsbAppUpdateHelp.Text = "Aide";
     //
     // m_ilSmall
     //
     m_ilSmall.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_ilSmall.ImageStream")));
     m_ilSmall.TransparentColor = System.Drawing.Color.Transparent;
     m_ilSmall.Images.SetKeyName(0, "hub_app_16.png");
     m_ilSmall.Images.SetKeyName(1, "database_16.png");
     //
     // UpdatesWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(673, 309);
     this.Controls.Add(m_tabControl);
     this.Controls.Add(m_statusStrip);
     this.ForeColor   = System.Drawing.SystemColors.WindowText;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name        = "UpdatesWindow";
     this.Text        = "Gestionnaire des MAJ";
     m_toolStripData.ResumeLayout(false);
     m_toolStripData.PerformLayout();
     m_statusStrip.ResumeLayout(false);
     m_statusStrip.PerformLayout();
     m_tabControl.ResumeLayout(false);
     m_datapPage.ResumeLayout(false);
     m_datapPage.PerformLayout();
     m_hubPage.ResumeLayout(false);
     m_hubPage.PerformLayout();
     m_toolStripHub.ResumeLayout(false);
     m_toolStripHub.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 58
0
        /// <summary>
        /// Обязательный метод для поддержки конструктора - не изменяйте
        /// содержимое данного метода при помощи редактора кода.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TabPage tabImap;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.chkSentSsl = new System.Windows.Forms.CheckBox();
            this.label14 = new System.Windows.Forms.Label();
            this.txtSentPort = new System.Windows.Forms.TextBox();
            this.lblSentPort = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.txtSentHost = new System.Windows.Forms.TextBox();
            this.txtSentLogin = new System.Windows.Forms.TextBox();
            this.txtSentPassword = new System.Windows.Forms.TextBox();
            this.lblImapHost = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.lstIpRanges = new System.Windows.Forms.ListBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtIpFrom = new System.Windows.Forms.TextBox();
            this.pnlIpRanges = new System.Windows.Forms.GroupBox();
            this.btnIpRangeDelete = new System.Windows.Forms.Button();
            this.btnAddIpRange = new System.Windows.Forms.Button();
            this.label7 = new System.Windows.Forms.Label();
            this.txtIpTo = new System.Windows.Forms.TextBox();
            this.btnExchange = new System.Windows.Forms.Button();
            this.btnStart = new System.Windows.Forms.Button();
            this.btnStop = new System.Windows.Forms.Button();
            this.lblCheckTime = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.exchangeDelay = new System.Windows.Forms.NumericUpDown();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabScan = new System.Windows.Forms.TabPage();
            this.lblLastExchange = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.tabDevices = new System.Windows.Forms.TabPage();
            this.tabExchange = new System.Windows.Forms.TabPage();
            this.cmbServerTypes = new System.Windows.Forms.ComboBox();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnSave = new System.Windows.Forms.Button();
            this.tcMail = new System.Windows.Forms.TabControl();
            this.tabMsExchange = new System.Windows.Forms.TabPage();
            this.cmbMsExchangeServerVersions = new System.Windows.Forms.ComboBox();
            this.label18 = new System.Windows.Forms.Label();
            this.txtMsExchLogin = new System.Windows.Forms.TextBox();
            this.txtMsExchPass = new System.Windows.Forms.TextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.tabSmtp = new System.Windows.Forms.TabPage();
            this.label2 = new System.Windows.Forms.Label();
            this.txtSmtpHost = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtSmtpPort = new System.Windows.Forms.TextBox();
            this.chkSslEnable = new System.Windows.Forms.CheckBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.txtSmtpLogin = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.txtSmtpPass = new System.Windows.Forms.TextBox();
            this.lblExchangeNote = new System.Windows.Forms.Label();
            this.btnSmtpTest = new System.Windows.Forms.Button();
            this.chkSave2Sent = new System.Windows.Forms.CheckBox();
            this.label11 = new System.Windows.Forms.Label();
            this.txtMailCopyTo = new System.Windows.Forms.TextBox();
            tabImap = new System.Windows.Forms.TabPage();
            tabImap.SuspendLayout();
            this.pnlIpRanges.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.exchangeDelay)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabScan.SuspendLayout();
            this.tabDevices.SuspendLayout();
            this.tabExchange.SuspendLayout();
            this.tcMail.SuspendLayout();
            this.tabMsExchange.SuspendLayout();
            this.tabSmtp.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabImap
            // 
            tabImap.Controls.Add(this.chkSentSsl);
            tabImap.Controls.Add(this.label14);
            tabImap.Controls.Add(this.txtSentPort);
            tabImap.Controls.Add(this.lblSentPort);
            tabImap.Controls.Add(this.label15);
            tabImap.Controls.Add(this.txtSentHost);
            tabImap.Controls.Add(this.txtSentLogin);
            tabImap.Controls.Add(this.txtSentPassword);
            tabImap.Controls.Add(this.lblImapHost);
            tabImap.Controls.Add(this.label16);
            tabImap.Location = new System.Drawing.Point(4, 22);
            tabImap.Name = "tabImap";
            tabImap.Padding = new System.Windows.Forms.Padding(3);
            tabImap.Size = new System.Drawing.Size(305, 134);
            tabImap.TabIndex = 1;
            tabImap.Text = "IMAP";
            tabImap.UseVisualStyleBackColor = true;
            // 
            // chkSentSsl
            // 
            this.chkSentSsl.AutoSize = true;
            this.chkSentSsl.Location = new System.Drawing.Point(113, 113);
            this.chkSentSsl.Name = "chkSentSsl";
            this.chkSentSsl.Size = new System.Drawing.Size(15, 14);
            this.chkSentSsl.TabIndex = 18;
            this.chkSentSsl.UseVisualStyleBackColor = true;
            this.chkSentSsl.CheckedChanged += new System.EventHandler(this.SaveSentSettings);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(6, 114);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(79, 13);
            this.label14.TabIndex = 18;
            this.label14.Text = "Включить SSL";
            // 
            // txtSentPort
            // 
            this.txtSentPort.Location = new System.Drawing.Point(113, 35);
            this.txtSentPort.Name = "txtSentPort";
            this.txtSentPort.Size = new System.Drawing.Size(186, 20);
            this.txtSentPort.TabIndex = 15;
            this.txtSentPort.WordWrap = false;
            this.txtSentPort.TextChanged += new System.EventHandler(this.SaveSentSettings);
            // 
            // lblSentPort
            // 
            this.lblSentPort.AutoSize = true;
            this.lblSentPort.Location = new System.Drawing.Point(6, 38);
            this.lblSentPort.Name = "lblSentPort";
            this.lblSentPort.Size = new System.Drawing.Size(32, 13);
            this.lblSentPort.TabIndex = 16;
            this.lblSentPort.Text = "Порт";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(6, 64);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(103, 13);
            this.label15.TabIndex = 13;
            this.label15.Text = "Имя пользователя";
            // 
            // txtSentHost
            // 
            this.txtSentHost.Location = new System.Drawing.Point(113, 9);
            this.txtSentHost.Name = "txtSentHost";
            this.txtSentHost.Size = new System.Drawing.Size(186, 20);
            this.txtSentHost.TabIndex = 14;
            this.txtSentHost.TextChanged += new System.EventHandler(this.SaveSentSettings);
            // 
            // txtSentLogin
            // 
            this.txtSentLogin.Location = new System.Drawing.Point(113, 61);
            this.txtSentLogin.Name = "txtSentLogin";
            this.txtSentLogin.Size = new System.Drawing.Size(186, 20);
            this.txtSentLogin.TabIndex = 16;
            this.txtSentLogin.TextChanged += new System.EventHandler(this.SaveSentSettings);
            // 
            // txtSentPassword
            // 
            this.txtSentPassword.Location = new System.Drawing.Point(113, 87);
            this.txtSentPassword.Name = "txtSentPassword";
            this.txtSentPassword.PasswordChar = '*';
            this.txtSentPassword.Size = new System.Drawing.Size(186, 20);
            this.txtSentPassword.TabIndex = 17;
            this.txtSentPassword.TextChanged += new System.EventHandler(this.SaveSentSettings);
            // 
            // lblImapHost
            // 
            this.lblImapHost.AutoSize = true;
            this.lblImapHost.Location = new System.Drawing.Point(6, 12);
            this.lblImapHost.Name = "lblImapHost";
            this.lblImapHost.Size = new System.Drawing.Size(74, 13);
            this.lblImapHost.TabIndex = 15;
            this.lblImapHost.Text = "Имя сервера";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(6, 90);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(45, 13);
            this.label16.TabIndex = 15;
            this.label16.Text = "Пароль";
            // 
            // lstIpRanges
            // 
            this.lstIpRanges.FormattingEnabled = true;
            this.lstIpRanges.Location = new System.Drawing.Point(6, 45);
            this.lstIpRanges.Name = "lstIpRanges";
            this.lstIpRanges.Size = new System.Drawing.Size(214, 225);
            this.lstIpRanges.TabIndex = 1;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(-1, 90);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(0, 13);
            this.label6.TabIndex = 13;
            // 
            // txtIpFrom
            // 
            this.txtIpFrom.Location = new System.Drawing.Point(6, 19);
            this.txtIpFrom.Name = "txtIpFrom";
            this.txtIpFrom.Size = new System.Drawing.Size(100, 20);
            this.txtIpFrom.TabIndex = 14;
            this.txtIpFrom.Text = "192.168.1.1";
            // 
            // pnlIpRanges
            // 
            this.pnlIpRanges.Controls.Add(this.btnIpRangeDelete);
            this.pnlIpRanges.Controls.Add(this.btnAddIpRange);
            this.pnlIpRanges.Controls.Add(this.label7);
            this.pnlIpRanges.Controls.Add(this.txtIpTo);
            this.pnlIpRanges.Controls.Add(this.txtIpFrom);
            this.pnlIpRanges.Controls.Add(this.lstIpRanges);
            this.pnlIpRanges.Location = new System.Drawing.Point(6, 6);
            this.pnlIpRanges.Name = "pnlIpRanges";
            this.pnlIpRanges.Size = new System.Drawing.Size(307, 271);
            this.pnlIpRanges.TabIndex = 15;
            this.pnlIpRanges.TabStop = false;
            this.pnlIpRanges.Text = "ip диапазон";
            // 
            // btnIpRangeDelete
            // 
            this.btnIpRangeDelete.Location = new System.Drawing.Point(226, 44);
            this.btnIpRangeDelete.Name = "btnIpRangeDelete";
            this.btnIpRangeDelete.Size = new System.Drawing.Size(75, 23);
            this.btnIpRangeDelete.TabIndex = 18;
            this.btnIpRangeDelete.Text = "Удалить";
            this.btnIpRangeDelete.UseVisualStyleBackColor = true;
            this.btnIpRangeDelete.Click += new System.EventHandler(this.btnIpRangeDelete_Click);
            // 
            // btnAddIpRange
            // 
            this.btnAddIpRange.Location = new System.Drawing.Point(226, 18);
            this.btnAddIpRange.Name = "btnAddIpRange";
            this.btnAddIpRange.Size = new System.Drawing.Size(75, 23);
            this.btnAddIpRange.TabIndex = 17;
            this.btnAddIpRange.Text = "Добавить";
            this.btnAddIpRange.UseVisualStyleBackColor = true;
            this.btnAddIpRange.Click += new System.EventHandler(this.btnAddIpRange_Click);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(108, 22);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(10, 13);
            this.label7.TabIndex = 16;
            this.label7.Text = "-";
            // 
            // txtIpTo
            // 
            this.txtIpTo.Location = new System.Drawing.Point(120, 19);
            this.txtIpTo.Name = "txtIpTo";
            this.txtIpTo.Size = new System.Drawing.Size(100, 20);
            this.txtIpTo.TabIndex = 15;
            this.txtIpTo.Text = "192.168.1.50";
            // 
            // btnExchange
            // 
            this.btnExchange.Location = new System.Drawing.Point(218, 255);
            this.btnExchange.Name = "btnExchange";
            this.btnExchange.Size = new System.Drawing.Size(94, 22);
            this.btnExchange.TabIndex = 16;
            this.btnExchange.Text = "Сейчас";
            this.btnExchange.UseVisualStyleBackColor = true;
            this.btnExchange.Click += new System.EventHandler(this.btnExchange_Click);
            // 
            // btnStart
            // 
            this.btnStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.btnStart.Location = new System.Drawing.Point(6, 6);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(310, 74);
            this.btnStart.TabIndex = 18;
            this.btnStart.Text = "Ручной запуск";
            this.btnStart.UseVisualStyleBackColor = true;
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // btnStop
            // 
            this.btnStop.Enabled = false;
            this.btnStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.btnStop.Location = new System.Drawing.Point(6, 184);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(310, 93);
            this.btnStop.TabIndex = 19;
            this.btnStop.Text = "Остановить";
            this.btnStop.UseVisualStyleBackColor = true;
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // lblCheckTime
            // 
            this.lblCheckTime.AutoSize = true;
            this.lblCheckTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lblCheckTime.Location = new System.Drawing.Point(157, 100);
            this.lblCheckTime.Name = "lblCheckTime";
            this.lblCheckTime.Size = new System.Drawing.Size(0, 18);
            this.lblCheckTime.TabIndex = 20;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(7, 260);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(128, 13);
            this.label1.TabIndex = 21;
            this.label1.Text = "Синхронизация каждые";
            this.label1.Click += new System.EventHandler(this.label1_Click);
            // 
            // exchangeDelay
            // 
            this.exchangeDelay.Location = new System.Drawing.Point(141, 258);
            this.exchangeDelay.Maximum = new decimal(new int[] {
            72,
            0,
            0,
            0});
            this.exchangeDelay.Minimum = new decimal(new int[] {
            3,
            0,
            0,
            0});
            this.exchangeDelay.Name = "exchangeDelay";
            this.exchangeDelay.Size = new System.Drawing.Size(41, 20);
            this.exchangeDelay.TabIndex = 23;
            this.exchangeDelay.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
            this.exchangeDelay.ValueChanged += new System.EventHandler(this.exchangeDelay_ValueChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(188, 260);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(27, 13);
            this.label3.TabIndex = 24;
            this.label3.Text = "час.";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(109, 255);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(0, 13);
            this.label4.TabIndex = 25;
            this.label4.Click += new System.EventHandler(this.label4_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabScan);
            this.tabControl1.Controls.Add(this.tabDevices);
            this.tabControl1.Controls.Add(this.tabExchange);
            this.tabControl1.Location = new System.Drawing.Point(2, 1);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(327, 309);
            this.tabControl1.TabIndex = 26;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabScan
            // 
            this.tabScan.Controls.Add(this.lblLastExchange);
            this.tabScan.Controls.Add(this.label12);
            this.tabScan.Controls.Add(this.label10);
            this.tabScan.Controls.Add(this.btnStart);
            this.tabScan.Controls.Add(this.btnStop);
            this.tabScan.Controls.Add(this.lblCheckTime);
            this.tabScan.Location = new System.Drawing.Point(4, 22);
            this.tabScan.Name = "tabScan";
            this.tabScan.Padding = new System.Windows.Forms.Padding(3);
            this.tabScan.Size = new System.Drawing.Size(319, 283);
            this.tabScan.TabIndex = 0;
            this.tabScan.Text = "Сканирование";
            this.tabScan.UseVisualStyleBackColor = true;
            // 
            // lblLastExchange
            // 
            this.lblLastExchange.AutoSize = true;
            this.lblLastExchange.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lblLastExchange.Location = new System.Drawing.Point(157, 140);
            this.lblLastExchange.Name = "lblLastExchange";
            this.lblLastExchange.Size = new System.Drawing.Size(0, 18);
            this.lblLastExchange.TabIndex = 25;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label12.Location = new System.Drawing.Point(16, 140);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(135, 18);
            this.label12.TabIndex = 24;
            this.label12.Text = "Последний обмен";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label10.Location = new System.Drawing.Point(37, 100);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(114, 18);
            this.label10.TabIndex = 22;
            this.label10.Text = "Последнй скан";
            // 
            // tabDevices
            // 
            this.tabDevices.Controls.Add(this.pnlIpRanges);
            this.tabDevices.Location = new System.Drawing.Point(4, 22);
            this.tabDevices.Name = "tabDevices";
            this.tabDevices.Padding = new System.Windows.Forms.Padding(3);
            this.tabDevices.Size = new System.Drawing.Size(319, 283);
            this.tabDevices.TabIndex = 1;
            this.tabDevices.Text = "Аппараты";
            this.tabDevices.UseVisualStyleBackColor = true;
            // 
            // tabExchange
            // 
            this.tabExchange.Controls.Add(this.txtMailCopyTo);
            this.tabExchange.Controls.Add(this.label11);
            this.tabExchange.Controls.Add(this.cmbServerTypes);
            this.tabExchange.Controls.Add(this.btnCancel);
            this.tabExchange.Controls.Add(this.btnSave);
            this.tabExchange.Controls.Add(this.tcMail);
            this.tabExchange.Controls.Add(this.lblExchangeNote);
            this.tabExchange.Controls.Add(this.label4);
            this.tabExchange.Controls.Add(this.label1);
            this.tabExchange.Controls.Add(this.btnSmtpTest);
            this.tabExchange.Controls.Add(this.chkSave2Sent);
            this.tabExchange.Controls.Add(this.label3);
            this.tabExchange.Controls.Add(this.btnExchange);
            this.tabExchange.Controls.Add(this.exchangeDelay);
            this.tabExchange.Location = new System.Drawing.Point(4, 22);
            this.tabExchange.Name = "tabExchange";
            this.tabExchange.Padding = new System.Windows.Forms.Padding(3);
            this.tabExchange.Size = new System.Drawing.Size(319, 283);
            this.tabExchange.TabIndex = 2;
            this.tabExchange.Text = "Отправка почты";
            this.tabExchange.UseVisualStyleBackColor = true;
            this.tabExchange.Click += new System.EventHandler(this.tabExchange_Click);
            // 
            // cmbServerTypes
            // 
            this.cmbServerTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbServerTypes.FormattingEnabled = true;
            this.cmbServerTypes.Location = new System.Drawing.Point(3, 6);
            this.cmbServerTypes.Name = "cmbServerTypes";
            this.cmbServerTypes.Size = new System.Drawing.Size(145, 21);
            this.cmbServerTypes.TabIndex = 30;
            this.cmbServerTypes.SelectedIndexChanged += new System.EventHandler(this.cmbServerTypes_SelectedIndexChanged);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(218, 223);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(94, 23);
            this.btnCancel.TabIndex = 29;
            this.btnCancel.Text = "Отмена";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(122, 223);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(90, 23);
            this.btnSave.TabIndex = 28;
            this.btnSave.Text = "Сохранить";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // tcMail
            // 
            this.tcMail.Controls.Add(this.tabMsExchange);
            this.tcMail.Controls.Add(this.tabSmtp);
            this.tcMail.Controls.Add(tabImap);
            this.tcMail.Location = new System.Drawing.Point(3, 29);
            this.tcMail.Name = "tcMail";
            this.tcMail.SelectedIndex = 0;
            this.tcMail.Size = new System.Drawing.Size(313, 160);
            this.tcMail.TabIndex = 27;
            this.tcMail.SelectedIndexChanged += new System.EventHandler(this.tcMail_SelectedIndexChanged);
            // 
            // tabMsExchange
            // 
            this.tabMsExchange.Controls.Add(this.cmbMsExchangeServerVersions);
            this.tabMsExchange.Controls.Add(this.label18);
            this.tabMsExchange.Controls.Add(this.txtMsExchLogin);
            this.tabMsExchange.Controls.Add(this.txtMsExchPass);
            this.tabMsExchange.Controls.Add(this.label19);
            this.tabMsExchange.Controls.Add(this.label20);
            this.tabMsExchange.Location = new System.Drawing.Point(4, 22);
            this.tabMsExchange.Name = "tabMsExchange";
            this.tabMsExchange.Padding = new System.Windows.Forms.Padding(3);
            this.tabMsExchange.Size = new System.Drawing.Size(305, 134);
            this.tabMsExchange.TabIndex = 2;
            this.tabMsExchange.Text = "MS Exchange";
            this.tabMsExchange.UseVisualStyleBackColor = true;
            // 
            // cmbMsExchangeServerVersions
            // 
            this.cmbMsExchangeServerVersions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbMsExchangeServerVersions.FormattingEnabled = true;
            this.cmbMsExchangeServerVersions.Location = new System.Drawing.Point(113, 8);
            this.cmbMsExchangeServerVersions.Name = "cmbMsExchangeServerVersions";
            this.cmbMsExchangeServerVersions.Size = new System.Drawing.Size(186, 21);
            this.cmbMsExchangeServerVersions.TabIndex = 29;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(6, 38);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(103, 13);
            this.label18.TabIndex = 19;
            this.label18.Text = "Имя пользователя";
            // 
            // txtMsExchLogin
            // 
            this.txtMsExchLogin.Location = new System.Drawing.Point(113, 35);
            this.txtMsExchLogin.Name = "txtMsExchLogin";
            this.txtMsExchLogin.Size = new System.Drawing.Size(186, 20);
            this.txtMsExchLogin.TabIndex = 25;
            // 
            // txtMsExchPass
            // 
            this.txtMsExchPass.Location = new System.Drawing.Point(113, 61);
            this.txtMsExchPass.Name = "txtMsExchPass";
            this.txtMsExchPass.PasswordChar = '*';
            this.txtMsExchPass.Size = new System.Drawing.Size(186, 20);
            this.txtMsExchPass.TabIndex = 26;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(6, 13);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(44, 13);
            this.label19.TabIndex = 22;
            this.label19.Text = "Версия";
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(6, 64);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(45, 13);
            this.label20.TabIndex = 23;
            this.label20.Text = "Пароль";
            // 
            // tabSmtp
            // 
            this.tabSmtp.Controls.Add(this.label2);
            this.tabSmtp.Controls.Add(this.txtSmtpHost);
            this.tabSmtp.Controls.Add(this.label5);
            this.tabSmtp.Controls.Add(this.txtSmtpPort);
            this.tabSmtp.Controls.Add(this.chkSslEnable);
            this.tabSmtp.Controls.Add(this.label13);
            this.tabSmtp.Controls.Add(this.label8);
            this.tabSmtp.Controls.Add(this.txtSmtpLogin);
            this.tabSmtp.Controls.Add(this.label9);
            this.tabSmtp.Controls.Add(this.txtSmtpPass);
            this.tabSmtp.Location = new System.Drawing.Point(4, 22);
            this.tabSmtp.Name = "tabSmtp";
            this.tabSmtp.Padding = new System.Windows.Forms.Padding(3);
            this.tabSmtp.Size = new System.Drawing.Size(305, 134);
            this.tabSmtp.TabIndex = 0;
            this.tabSmtp.Text = "SMTP";
            this.tabSmtp.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 12);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(74, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "Имя сервера";
            this.label2.Click += new System.EventHandler(this.label2_Click);
            // 
            // txtSmtpHost
            // 
            this.txtSmtpHost.Location = new System.Drawing.Point(113, 9);
            this.txtSmtpHost.Name = "txtSmtpHost";
            this.txtSmtpHost.Size = new System.Drawing.Size(186, 20);
            this.txtSmtpHost.TabIndex = 1;
            this.txtSmtpHost.TextChanged += new System.EventHandler(this.SaveSmtpSettings);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(6, 38);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(32, 13);
            this.label5.TabIndex = 2;
            this.label5.Text = "Порт";
            // 
            // txtSmtpPort
            // 
            this.txtSmtpPort.Location = new System.Drawing.Point(113, 35);
            this.txtSmtpPort.Name = "txtSmtpPort";
            this.txtSmtpPort.Size = new System.Drawing.Size(186, 20);
            this.txtSmtpPort.TabIndex = 3;
            this.txtSmtpPort.TextChanged += new System.EventHandler(this.SaveSmtpSettings);
            // 
            // chkSslEnable
            // 
            this.chkSslEnable.AutoSize = true;
            this.chkSslEnable.Location = new System.Drawing.Point(113, 113);
            this.chkSslEnable.Name = "chkSslEnable";
            this.chkSslEnable.Size = new System.Drawing.Size(15, 14);
            this.chkSslEnable.TabIndex = 11;
            this.chkSslEnable.UseVisualStyleBackColor = true;
            this.chkSslEnable.CheckedChanged += new System.EventHandler(this.SaveSmtpSettings);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(6, 114);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(79, 13);
            this.label13.TabIndex = 12;
            this.label13.Text = "Включить SSL";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(6, 64);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(103, 13);
            this.label8.TabIndex = 4;
            this.label8.Text = "Имя пользователя";
            // 
            // txtSmtpLogin
            // 
            this.txtSmtpLogin.Location = new System.Drawing.Point(113, 61);
            this.txtSmtpLogin.Name = "txtSmtpLogin";
            this.txtSmtpLogin.Size = new System.Drawing.Size(186, 20);
            this.txtSmtpLogin.TabIndex = 5;
            this.txtSmtpLogin.TextChanged += new System.EventHandler(this.SaveSmtpSettings);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(6, 90);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(45, 13);
            this.label9.TabIndex = 6;
            this.label9.Text = "Пароль";
            // 
            // txtSmtpPass
            // 
            this.txtSmtpPass.Location = new System.Drawing.Point(113, 87);
            this.txtSmtpPass.Name = "txtSmtpPass";
            this.txtSmtpPass.PasswordChar = '*';
            this.txtSmtpPass.Size = new System.Drawing.Size(186, 20);
            this.txtSmtpPass.TabIndex = 7;
            this.txtSmtpPass.TextChanged += new System.EventHandler(this.SaveSmtpSettings);
            // 
            // lblExchangeNote
            // 
            this.lblExchangeNote.AutoSize = true;
            this.lblExchangeNote.Location = new System.Drawing.Point(154, 250);
            this.lblExchangeNote.Name = "lblExchangeNote";
            this.lblExchangeNote.Size = new System.Drawing.Size(0, 13);
            this.lblExchangeNote.TabIndex = 26;
            // 
            // btnSmtpTest
            // 
            this.btnSmtpTest.Location = new System.Drawing.Point(3, 223);
            this.btnSmtpTest.Name = "btnSmtpTest";
            this.btnSmtpTest.Size = new System.Drawing.Size(113, 23);
            this.btnSmtpTest.TabIndex = 10;
            this.btnSmtpTest.Text = "Тестовое письмо";
            this.btnSmtpTest.UseVisualStyleBackColor = true;
            this.btnSmtpTest.Click += new System.EventHandler(this.btnSmtpTest_Click);
            // 
            // chkSave2Sent
            // 
            this.chkSave2Sent.AutoSize = true;
            this.chkSave2Sent.Location = new System.Drawing.Point(154, 8);
            this.chkSave2Sent.Name = "chkSave2Sent";
            this.chkSave2Sent.Size = new System.Drawing.Size(162, 17);
            this.chkSave2Sent.TabIndex = 13;
            this.chkSave2Sent.Text = "сохранять в отправленных";
            this.chkSave2Sent.UseVisualStyleBackColor = true;
            this.chkSave2Sent.CheckedChanged += new System.EventHandler(this.chkSave2Sent_CheckedChanged);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(13, 199);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(79, 13);
            this.label11.TabIndex = 31;
            this.label11.Text = "Копия письма";
            // 
            // txtMailCopyTo
            // 
            this.txtMailCopyTo.Location = new System.Drawing.Point(120, 196);
            this.txtMailCopyTo.Name = "txtMailCopyTo";
            this.txtMailCopyTo.Size = new System.Drawing.Size(192, 20);
            this.txtMailCopyTo.TabIndex = 32;
            // 
            // Form1
            // 
            this.ClientSize = new System.Drawing.Size(331, 314);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.label6);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximumSize = new System.Drawing.Size(1000, 1000);
            this.MinimumSize = new System.Drawing.Size(347, 316);
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "UN1T Счетчик";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            this.Load += new System.EventHandler(this.Form1_Load);
            this.Resize += new System.EventHandler(this.Form1_Resize);
            tabImap.ResumeLayout(false);
            tabImap.PerformLayout();
            this.pnlIpRanges.ResumeLayout(false);
            this.pnlIpRanges.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.exchangeDelay)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabScan.ResumeLayout(false);
            this.tabScan.PerformLayout();
            this.tabDevices.ResumeLayout(false);
            this.tabExchange.ResumeLayout(false);
            this.tabExchange.PerformLayout();
            this.tcMail.ResumeLayout(false);
            this.tabMsExchange.ResumeLayout(false);
            this.tabMsExchange.PerformLayout();
            this.tabSmtp.ResumeLayout(false);
            this.tabSmtp.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 59
0
 /// <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    tabBedSize;
     System.Windows.Forms.Label      heightUnits;
     System.Windows.Forms.Label      heightLabel;
     System.Windows.Forms.Label      widthUnits;
     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.heightText           = new System.Windows.Forms.TextBox();
     this.widthText            = 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();
     measureEveryUnits         = new System.Windows.Forms.Label();
     tabBedSize     = new System.Windows.Forms.TabPage();
     heightUnits    = new System.Windows.Forms.Label();
     heightLabel    = new System.Windows.Forms.Label();
     widthUnits     = 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();
     tabBedSize.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 = 10;
     measureEveryUnits.Text     = "mm";
     //
     // tabBedSize
     //
     tabBedSize.Controls.Add(heightUnits);
     tabBedSize.Controls.Add(this.heightText);
     tabBedSize.Controls.Add(heightLabel);
     tabBedSize.Controls.Add(widthUnits);
     tabBedSize.Controls.Add(this.widthText);
     tabBedSize.Controls.Add(widthLabel);
     tabBedSize.Location = new System.Drawing.Point(4, 22);
     tabBedSize.Name     = "tabBedSize";
     tabBedSize.Padding  = new System.Windows.Forms.Padding(3);
     tabBedSize.Size     = new System.Drawing.Size(254, 127);
     tabBedSize.TabIndex = 0;
     tabBedSize.Text     = "Bed Size";
     tabBedSize.UseVisualStyleBackColor = true;
     //
     // heightUnits
     //
     heightUnits.AutoSize = true;
     heightUnits.Location = new System.Drawing.Point(130, 52);
     heightUnits.Name     = "heightUnits";
     heightUnits.Size     = new System.Drawing.Size(23, 13);
     heightUnits.TabIndex = 5;
     heightUnits.Text     = "mm";
     //
     // heightText
     //
     this.heightText.Location     = new System.Drawing.Point(75, 49);
     this.heightText.Name         = "heightText";
     this.heightText.Size         = new System.Drawing.Size(49, 20);
     this.heightText.TabIndex     = 4;
     this.heightText.Text         = "150";
     this.heightText.TextChanged += new System.EventHandler(this.RedrawBedImage);
     //
     // heightLabel
     //
     heightLabel.AutoSize = true;
     heightLabel.Location = new System.Drawing.Point(6, 52);
     heightLabel.Name     = "heightLabel";
     heightLabel.Size     = new System.Drawing.Size(63, 13);
     heightLabel.TabIndex = 3;
     heightLabel.Text     = "Bed Height:";
     //
     // widthUnits
     //
     widthUnits.AutoSize = true;
     widthUnits.Location = new System.Drawing.Point(130, 26);
     widthUnits.Name     = "widthUnits";
     widthUnits.Size     = new System.Drawing.Size(23, 13);
     widthUnits.TabIndex = 2;
     widthUnits.Text     = "mm";
     //
     // widthText
     //
     this.widthText.Location     = new System.Drawing.Point(75, 23);
     this.widthText.Name         = "widthText";
     this.widthText.Size         = new System.Drawing.Size(49, 20);
     this.widthText.TabIndex     = 1;
     this.widthText.Text         = "150";
     this.widthText.TextChanged += new System.EventHandler(this.RedrawBedImage);
     //
     // widthLabel
     //
     widthLabel.AutoSize = true;
     widthLabel.Location = new System.Drawing.Point(6, 26);
     widthLabel.Name     = "widthLabel";
     widthLabel.Size     = new System.Drawing.Size(60, 13);
     widthLabel.TabIndex = 0;
     widthLabel.Text     = "Bed Width:";
     //
     // 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(254, 127);
     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(tabBedSize);
     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(262, 153);
     tabs.TabIndex      = 4;
     //
     // 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(254, 127);
     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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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(100, 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 = 1;
     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.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.outputText.Size       = new System.Drawing.Size(262, 416);
     this.outputText.TabIndex   = 3;
     //
     // 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 = 2;
     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 = 9;
     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 = 8;
     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 = 6;
     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 = 7;
     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 = 5;
     this.recenterButton.Text     = "Clear and return to center";
     this.recenterButton.UseVisualStyleBackColor = true;
     this.recenterButton.Click += new System.EventHandler(this.ClearClicked);
     //
     // 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(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);
     tabBedSize.ResumeLayout(false);
     tabBedSize.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();
 }
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WizardPageDbGenSummary));
            System.Windows.Forms.TabPage CreateDatabaseTabDDL;
            System.Windows.Forms.Label lblSaveDdlAs;
            this.txtDDL = new System.Windows.Forms.TextBox();
            this.SummaryTabs = new System.Windows.Forms.TabControl();
            this.txtSaveDdlAs = new System.Windows.Forms.TextBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            CreateDatabaseTabDDL = new System.Windows.Forms.TabPage();
            lblSaveDdlAs = new System.Windows.Forms.Label();
            CreateDatabaseTabDDL.SuspendLayout();
            this.SummaryTabs.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // infoPanel
            // 
            resources.ApplyResources(this.infoPanel, "infoPanel");
            // 
            // CreateDatabaseTabDDL
            // 
            CreateDatabaseTabDDL.Controls.Add(this.txtDDL);
            resources.ApplyResources(CreateDatabaseTabDDL, "CreateDatabaseTabDDL");
            CreateDatabaseTabDDL.Name = "CreateDatabaseTabDDL";
            CreateDatabaseTabDDL.UseVisualStyleBackColor = true;
            // 
            // txtDDL
            // 
            resources.ApplyResources(this.txtDDL, "txtDDL");
            this.txtDDL.BackColor = System.Drawing.SystemColors.Window;
            this.txtDDL.Name = "txtDDL";
            this.txtDDL.ReadOnly = true;
            // 
            // lblSaveDdlAs
            // 
            resources.ApplyResources(lblSaveDdlAs, "lblSaveDdlAs");
            lblSaveDdlAs.Name = "lblSaveDdlAs";
            // 
            // SummaryTabs
            // 
            resources.ApplyResources(this.SummaryTabs, "SummaryTabs");
            this.SummaryTabs.Controls.Add(CreateDatabaseTabDDL);
            this.SummaryTabs.Name = "SummaryTabs";
            this.SummaryTabs.SelectedIndex = 0;
            // 
            // txtSaveDdlAs
            // 
            resources.ApplyResources(this.txtSaveDdlAs, "txtSaveDdlAs");
            this.txtSaveDdlAs.Name = "txtSaveDdlAs";
            this.txtSaveDdlAs.TextChanged += new System.EventHandler(this.txtSaveDdlAs_TextChanged);
            // 
            // tableLayoutPanel1
            // 
            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
            this.tableLayoutPanel1.Controls.Add(lblSaveDdlAs, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.txtSaveDdlAs, 1, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            // 
            // WizardPageDbGenSummary
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.SummaryTabs);
            this.Name = "WizardPageDbGenSummary";
            this.Controls.SetChildIndex(this.infoPanel, 0);
            this.Controls.SetChildIndex(this.SummaryTabs, 0);
            this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
            CreateDatabaseTabDDL.ResumeLayout(false);
            CreateDatabaseTabDDL.PerformLayout();
            this.SummaryTabs.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }