/// <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.TableLayoutPanel tlpTemplateSelector;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TemplateSelectorForm));
            this.lbTemplates = new System.Windows.Forms.ListBox();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            tlpTemplateSelector = new System.Windows.Forms.TableLayoutPanel();
            tlpTemplateSelector.SuspendLayout();
            this.SuspendLayout();
            // 
            // tlpTemplateSelector
            // 
            resources.ApplyResources(tlpTemplateSelector, "tlpTemplateSelector");
            tlpTemplateSelector.Controls.Add(this.lbTemplates, 0, 1);
            tlpTemplateSelector.Controls.Add(this.btnOk, 0, 2);
            tlpTemplateSelector.Controls.Add(this.btnCancel, 1, 2);
            tlpTemplateSelector.Name = "tlpTemplateSelector";
            // 
            // lbTemplates
            // 
            tlpTemplateSelector.SetColumnSpan(this.lbTemplates, 2);
            resources.ApplyResources(this.lbTemplates, "lbTemplates");
            this.lbTemplates.FormattingEnabled = true;
            this.lbTemplates.Name = "lbTemplates";
            this.lbTemplates.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lbTemplates_MouseDoubleClick);
            // 
            // btnOk
            // 
            this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            resources.ApplyResources(this.btnOk, "btnOk");
            this.btnOk.Image = global::easyMoney.Manager.Properties.Resources.tick;
            this.btnOk.Name = "btnOk";
            this.btnOk.UseVisualStyleBackColor = true;
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnCancel, "btnCancel");
            this.btnCancel.Image = global::easyMoney.Manager.Properties.Resources.cancel;
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // TemplateSelectorForm
            // 
            this.AcceptButton = this.btnOk;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.Controls.Add(tlpTemplateSelector);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TemplateSelectorForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.TemplateSelectorForm_Load);
            tlpTemplateSelector.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.TableLayoutPanel tlpRenameTag;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TagRenameForm));
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.tbTag = new System.Windows.Forms.TextBox();
            tlpRenameTag = new System.Windows.Forms.TableLayoutPanel();
            tlpRenameTag.SuspendLayout();
            this.SuspendLayout();
            // 
            // tlpRenameTag
            // 
            resources.ApplyResources(tlpRenameTag, "tlpRenameTag");
            tlpRenameTag.Controls.Add(this.btnOk, 0, 3);
            tlpRenameTag.Controls.Add(this.btnCancel, 1, 3);
            tlpRenameTag.Controls.Add(this.tbTag, 0, 1);
            tlpRenameTag.Name = "tlpRenameTag";
            // 
            // btnOk
            // 
            resources.ApplyResources(this.btnOk, "btnOk");
            this.btnOk.Image = global::easyMoney.Manager.Properties.Resources.tick;
            this.btnOk.Name = "btnOk";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnCancel, "btnCancel");
            this.btnCancel.Image = global::easyMoney.Manager.Properties.Resources.cancel;
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // tbTag
            // 
            tlpRenameTag.SetColumnSpan(this.tbTag, 2);
            resources.ApplyResources(this.tbTag, "tbTag");
            this.tbTag.Name = "tbTag";
            // 
            // TagRenameForm
            // 
            this.AcceptButton = this.btnOk;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.Controls.Add(tlpRenameTag);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TagRenameForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            tlpRenameTag.ResumeLayout(false);
            tlpRenameTag.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.TableLayoutPanel TableLayout;
			this.SideImageControl = new TC.WinForms.Controls.TSystemIconBox();
			this.MessageLabel = new TC.WinForms.Controls.TLabel();
			TableLayout = new System.Windows.Forms.TableLayoutPanel();
			TableLayout.SuspendLayout();
			this.SuspendLayout();
			// 
			// TableLayout
			// 
			TableLayout.AutoSize = true;
			TableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			TableLayout.ColumnCount = 2;
			TableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			TableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			TableLayout.Controls.Add(this.SideImageControl, 0, 0);
			TableLayout.Controls.Add(this.MessageLabel, 1, 0);
			TableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
			TableLayout.Location = new System.Drawing.Point(8, 8);
			TableLayout.Name = "TableLayout";
			TableLayout.RowCount = 1;
			TableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
			TableLayout.Size = new System.Drawing.Size(84, 38);
			TableLayout.TabIndex = 0;
			// 
			// SideImageControl
			// 
			this.SideImageControl.Location = new System.Drawing.Point(3, 3);
			this.SideImageControl.Name = "SideImageControl";
			this.SideImageControl.Size = new System.Drawing.Size(42, 42);
			this.SideImageControl.TabIndex = 0;
			this.SideImageControl.TabStop = false;
			// 
			// MessageLabel
			// 
			this.MessageLabel.AutoSize = true;
			this.MessageLabel.Location = new System.Drawing.Point(41, 0);
			this.MessageLabel.Name = "MessageLabel";
			this.MessageLabel.Padding = new System.Windows.Forms.Padding(10);
			this.MessageLabel.Size = new System.Drawing.Size(20, 33);
			this.MessageLabel.TabIndex = 0;
			// 
			// TMessageDialogContentControl
			// 
			this.AutoSize = true;
			this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.Controls.Add(TableLayout);
			this.Name = "TMessageDialogContentControl";
			this.Size = new System.Drawing.Size(100, 54);
			TableLayout.ResumeLayout(false);
			TableLayout.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>
		void InitializeComponent() {
			treeView1 = new System.Windows.Forms.TreeView();
			richTextBox1 = new System.Windows.Forms.RichTextBox();
			tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			tableLayoutPanel1.SuspendLayout();
			SuspendLayout();
			// 
			// treeView1
			// 
			treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
			treeView1.Location = new System.Drawing.Point(13, 13);
			treeView1.Name = "treeView1";
			treeView1.Size = new System.Drawing.Size(114, 391);
			treeView1.TabIndex = 0;
			// 
			// richTextBox1
			// 
			richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			richTextBox1.Location = new System.Drawing.Point(133, 13);
			richTextBox1.Name = "richTextBox1";
			richTextBox1.ReadOnly = true;
			richTextBox1.ShortcutsEnabled = false;
			richTextBox1.Size = new System.Drawing.Size(432, 391);
			richTextBox1.TabIndex = 1;
			richTextBox1.Text = "";
			// 
			// tableLayoutPanel1
			// 
			tableLayoutPanel1.ColumnCount = 2;
			tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
			tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			tableLayoutPanel1.Controls.Add(treeView1);
			tableLayoutPanel1.Controls.Add(richTextBox1, 1, 0);
			tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			tableLayoutPanel1.Name = "tableLayoutPanel1";
			tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(10);
			tableLayoutPanel1.RowCount = 1;
			tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			tableLayoutPanel1.Size = new System.Drawing.Size(578, 417);
			tableLayoutPanel1.TabIndex = 2;
			// 
			// HelpForm
			// 
			AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			ClientSize = new System.Drawing.Size(578, 417);
			Controls.Add(tableLayoutPanel1);
			Name = "HelpForm";
			Text = "HelpForm";
			tableLayoutPanel1.ResumeLayout(false);
			ResumeLayout (false);

		}
        /// <summary> 
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を 
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent() {
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.Label label1;
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            label1 = new System.Windows.Forms.Label();
            tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 3;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.Controls.Add(label1, 1, 1);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            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(150, 150);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Font = new System.Drawing.Font("MS UI Gothic", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            label1.Location = new System.Drawing.Point(-28, 58);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(207, 33);
            label1.TabIndex = 0;
            label1.Text = "お待ちください...";
            // 
            // WaitNow
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Controls.Add(tableLayoutPanel1);
            this.ForeColor = System.Drawing.Color.Black;
            this.Name = "WaitNow";
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
		private void InitializeComponent()
		{
			tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			label1 = new System.Windows.Forms.Label();
			pictureBox1 = new System.Windows.Forms.PictureBox();
			tableLayoutPanel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
			base.SuspendLayout();
			tableLayoutPanel1.ColumnCount = 2;
			tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			tableLayoutPanel1.Controls.Add(label1, 0, 0);
			tableLayoutPanel1.Controls.Add(pictureBox1, 0, 0);
			tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			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(0x191, 0x1a);
			tableLayoutPanel1.TabIndex = 0;
			label1.AutoSize = true;
			label1.Dock = System.Windows.Forms.DockStyle.Fill;
			label1.Location = new System.Drawing.Point(0xe7, 2);
			label1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
			label1.Name = "label1";
			label1.Size = new System.Drawing.Size(0xa7, 0x18);
			label1.TabIndex = 3;
			label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			pictureBox1.Image = SVNMonitor.Resources.Images.animation_8_1;
			pictureBox1.Location = new System.Drawing.Point(3, 3);
			pictureBox1.Name = "pictureBox1";
			pictureBox1.Size = new System.Drawing.Size(0xde, 20);
			pictureBox1.TabIndex = 2;
			pictureBox1.TabStop = false;
			base.AutoScaleDimensions = new System.Drawing.SizeF(6f, 13f);
			base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			base.Controls.Add(tableLayoutPanel1);
			base.Name = "AnimationProgressBar";
			base.Size = new System.Drawing.Size(0x191, 0x1a);
			tableLayoutPanel1.ResumeLayout(false);
			tableLayoutPanel1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
			base.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.TableLayoutPanel table;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
			this.webLink = new System.Windows.Forms.LinkLabel();
			this.version = new System.Windows.Forms.Label();
			this.productName = new System.Windows.Forms.Label();
			table = new System.Windows.Forms.TableLayoutPanel();
			table.SuspendLayout();
			this.SuspendLayout();
			// 
			// table
			// 
			resources.ApplyResources(table, "table");
			table.Controls.Add(this.webLink, 0, 2);
			table.Controls.Add(this.version, 0, 1);
			table.Controls.Add(this.productName, 0, 0);
			table.Name = "table";
			// 
			// webLink
			// 
			resources.ApplyResources(this.webLink, "webLink");
			this.webLink.Name = "webLink";
			this.webLink.TabStop = true;
			// 
			// version
			// 
			resources.ApplyResources(this.version, "version");
			this.version.Name = "version";
			// 
			// productName
			// 
			resources.ApplyResources(this.productName, "productName");
			this.productName.Name = "productName";
			// 
			// About
			// 
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(table);
			this.Name = "About";
			table.ResumeLayout(false);
			table.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.Button buttonOK;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MySqlDataConnectionPromptDialog));
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.Label  label1;
     System.Windows.Forms.Label  label3;
     System.Windows.Forms.Button buttonCancel;
     this.savePassword = new System.Windows.Forms.CheckBox();
     this.login        = new System.Windows.Forms.TextBox();
     this.password     = new System.Windows.Forms.TextBox();
     buttonOK          = new System.Windows.Forms.Button();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     label1            = new System.Windows.Forms.Label();
     label3            = new System.Windows.Forms.Label();
     buttonCancel      = new System.Windows.Forms.Button();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonOK
     //
     buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(buttonOK, "buttonOK");
     buttonOK.Name = "buttonOK";
     buttonOK.UseVisualStyleBackColor = true;
     buttonOK.Click += new System.EventHandler(this.OkClick);
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
     tableLayoutPanel1.Controls.Add(label1, 0, 1);
     tableLayoutPanel1.Controls.Add(this.savePassword, 1, 2);
     tableLayoutPanel1.Controls.Add(label3, 0, 0);
     tableLayoutPanel1.Controls.Add(this.login, 1, 0);
     tableLayoutPanel1.Controls.Add(this.password, 1, 1);
     tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     label1.Name      = "label1";
     //
     // savePassword
     //
     resources.ApplyResources(this.savePassword, "savePassword");
     this.savePassword.Name = "savePassword";
     //
     // label3
     //
     resources.ApplyResources(label3, "label3");
     label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     label3.Name      = "label3";
     //
     // login
     //
     resources.ApplyResources(this.login, "login");
     this.login.Name = "login";
     this.login.Tag  = "User id";
     //
     // password
     //
     resources.ApplyResources(this.password, "password");
     this.password.Name = "password";
     this.password.Tag  = "Password";
     this.password.UseSystemPasswordChar = true;
     //
     // buttonCancel
     //
     buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(buttonCancel, "buttonCancel");
     buttonCancel.Name = "buttonCancel";
     buttonCancel.UseVisualStyleBackColor = true;
     //
     // MySqlDataConnectionPromptDialog
     //
     this.AcceptButton = buttonOK;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = buttonCancel;
     this.Controls.Add(buttonCancel);
     this.Controls.Add(tableLayoutPanel1);
     this.Controls.Add(buttonOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MySqlDataConnectionPromptDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.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.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.Button browse;
            this.fileFormat = new System.Windows.Forms.ComboBox();
            this.jpegCompression = new System.Windows.Forms.NumericUpDown();
            this.ok = new System.Windows.Forms.Button();
            this.cancel = new System.Windows.Forms.Button();
            this.alphaLDRGroup = new System.Windows.Forms.GroupBox();
            this.alphaMap = new System.Windows.Forms.ComboBox();
            this.alphaCol = new System.Windows.Forms.Button();
            this.blackPoint = new System.Windows.Forms.TextBox();
            this.whitePoint = new System.Windows.Forms.TextBox();
            this.sliceGroup = new System.Windows.Forms.GroupBox();
            this.exportAllSlices = new System.Windows.Forms.CheckBox();
            this.oneSlice = new System.Windows.Forms.CheckBox();
            this.sliceSelect = new System.Windows.Forms.ComboBox();
            this.mapSlicesToGrid = new System.Windows.Forms.CheckBox();
            this.gridWidth = new System.Windows.Forms.NumericUpDown();
            this.cubeCruciform = new System.Windows.Forms.CheckBox();
            this.mipGroup = new System.Windows.Forms.GroupBox();
            this.exportAllMips = new System.Windows.Forms.CheckBox();
            this.oneMip = new System.Windows.Forms.CheckBox();
            this.mipSelect = new System.Windows.Forms.ComboBox();
            this.sampleGroup = new System.Windows.Forms.GroupBox();
            this.oneSample = new System.Windows.Forms.CheckBox();
            this.sampleSelect = new System.Windows.Forms.ComboBox();
            this.mapSampleArray = new System.Windows.Forms.CheckBox();
            this.colorDialog = new System.Windows.Forms.ColorDialog();
            this.resolveSamples = new System.Windows.Forms.CheckBox();
            this.filename = new System.Windows.Forms.TextBox();
            this.saveTexDialog = new System.Windows.Forms.SaveFileDialog();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            groupBox1 = new System.Windows.Forms.GroupBox();
            flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
            flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
            label3 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
            flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
            flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
            groupBox2 = new System.Windows.Forms.GroupBox();
            browse = new System.Windows.Forms.Button();
            tableLayoutPanel1.SuspendLayout();
            groupBox1.SuspendLayout();
            flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.jpegCompression)).BeginInit();
            flowLayoutPanel2.SuspendLayout();
            this.alphaLDRGroup.SuspendLayout();
            flowLayoutPanel3.SuspendLayout();
            this.sliceGroup.SuspendLayout();
            flowLayoutPanel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridWidth)).BeginInit();
            this.mipGroup.SuspendLayout();
            flowLayoutPanel4.SuspendLayout();
            this.sampleGroup.SuspendLayout();
            flowLayoutPanel5.SuspendLayout();
            groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.AutoSize = true;
            tableLayoutPanel1.ColumnCount = 1;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.Controls.Add(groupBox1, 0, 1);
            tableLayoutPanel1.Controls.Add(flowLayoutPanel2, 0, 6);
            tableLayoutPanel1.Controls.Add(this.alphaLDRGroup, 0, 5);
            tableLayoutPanel1.Controls.Add(this.sliceGroup, 0, 4);
            tableLayoutPanel1.Controls.Add(this.mipGroup, 0, 2);
            tableLayoutPanel1.Controls.Add(this.sampleGroup, 0, 3);
            tableLayoutPanel1.Controls.Add(groupBox2, 0, 0);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 7;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.Size = new System.Drawing.Size(375, 521);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // groupBox1
            // 
            groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            groupBox1.AutoSize = true;
            groupBox1.Controls.Add(flowLayoutPanel1);
            groupBox1.Location = new System.Drawing.Point(3, 53);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(369, 72);
            groupBox1.TabIndex = 0;
            groupBox1.TabStop = false;
            groupBox1.Text = "File Format";
            // 
            // flowLayoutPanel1
            // 
            flowLayoutPanel1.AutoSize = true;
            flowLayoutPanel1.Controls.Add(label1);
            flowLayoutPanel1.Controls.Add(this.fileFormat);
            flowLayoutPanel1.Controls.Add(label2);
            flowLayoutPanel1.Controls.Add(this.jpegCompression);
            flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel1.Name = "flowLayoutPanel1";
            flowLayoutPanel1.Size = new System.Drawing.Size(363, 53);
            flowLayoutPanel1.TabIndex = 0;
            // 
            // label1
            // 
            label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 7);
            label1.MinimumSize = new System.Drawing.Size(150, 0);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(150, 13);
            label1.TabIndex = 1;
            label1.Text = "File Format:";
            label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // fileFormat
            // 
            this.fileFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel1.SetFlowBreak(this.fileFormat, true);
            this.fileFormat.FormattingEnabled = true;
            this.fileFormat.Location = new System.Drawing.Point(159, 3);
            this.fileFormat.Name = "fileFormat";
            this.fileFormat.Size = new System.Drawing.Size(121, 21);
            this.fileFormat.TabIndex = 0;
            this.fileFormat.SelectedIndexChanged += new System.EventHandler(this.fileFormat_SelectedIndexChanged);
            // 
            // label2
            // 
            label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(3, 33);
            label2.MinimumSize = new System.Drawing.Size(150, 0);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(150, 13);
            label2.TabIndex = 2;
            label2.Text = "JPEG Compression:";
            label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // jpegCompression
            // 
            this.jpegCompression.Location = new System.Drawing.Point(159, 30);
            this.jpegCompression.Name = "jpegCompression";
            this.jpegCompression.Size = new System.Drawing.Size(120, 20);
            this.jpegCompression.TabIndex = 3;
            this.jpegCompression.ValueChanged += new System.EventHandler(this.jpegCompression_ValueChanged);
            // 
            // flowLayoutPanel2
            // 
            flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            flowLayoutPanel2.AutoSize = true;
            flowLayoutPanel2.Controls.Add(this.ok);
            flowLayoutPanel2.Controls.Add(this.cancel);
            flowLayoutPanel2.Location = new System.Drawing.Point(210, 513);
            flowLayoutPanel2.Name = "flowLayoutPanel2";
            flowLayoutPanel2.Size = new System.Drawing.Size(162, 29);
            flowLayoutPanel2.TabIndex = 1;
            // 
            // ok
            // 
            this.ok.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.ok.Location = new System.Drawing.Point(3, 3);
            this.ok.Name = "ok";
            this.ok.Size = new System.Drawing.Size(75, 23);
            this.ok.TabIndex = 1;
            this.ok.Text = "Save";
            this.ok.UseVisualStyleBackColor = true;
            this.ok.Click += new System.EventHandler(this.ok_Click);
            // 
            // cancel
            // 
            this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancel.Location = new System.Drawing.Point(84, 3);
            this.cancel.Name = "cancel";
            this.cancel.Size = new System.Drawing.Size(75, 23);
            this.cancel.TabIndex = 0;
            this.cancel.Text = "Cancel";
            this.cancel.UseVisualStyleBackColor = true;
            // 
            // alphaLDRGroup
            // 
            this.alphaLDRGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.alphaLDRGroup.AutoSize = true;
            this.alphaLDRGroup.Controls.Add(flowLayoutPanel3);
            this.alphaLDRGroup.Location = new System.Drawing.Point(3, 428);
            this.alphaLDRGroup.Name = "alphaLDRGroup";
            this.alphaLDRGroup.Size = new System.Drawing.Size(369, 79);
            this.alphaLDRGroup.TabIndex = 2;
            this.alphaLDRGroup.TabStop = false;
            this.alphaLDRGroup.Text = "Alpha Handling";
            // 
            // flowLayoutPanel3
            // 
            flowLayoutPanel3.AutoSize = true;
            flowLayoutPanel3.Controls.Add(label3);
            flowLayoutPanel3.Controls.Add(this.alphaMap);
            flowLayoutPanel3.Controls.Add(this.alphaCol);
            flowLayoutPanel3.Controls.Add(label4);
            flowLayoutPanel3.Controls.Add(this.blackPoint);
            flowLayoutPanel3.Controls.Add(label5);
            flowLayoutPanel3.Controls.Add(this.whitePoint);
            flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel3.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel3.Name = "flowLayoutPanel3";
            flowLayoutPanel3.Size = new System.Drawing.Size(363, 60);
            flowLayoutPanel3.TabIndex = 0;
            // 
            // label3
            // 
            label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(3, 7);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(80, 13);
            label3.TabIndex = 1;
            label3.Text = "Alpha mapping:";
            label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // alphaMap
            // 
            this.alphaMap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.alphaMap.FormattingEnabled = true;
            this.alphaMap.Items.AddRange(new object[] {
            "Discard",
            "Blend to Colour",
            "Blend to Checkerboard"});
            this.alphaMap.Location = new System.Drawing.Point(89, 3);
            this.alphaMap.Name = "alphaMap";
            this.alphaMap.Size = new System.Drawing.Size(148, 21);
            this.alphaMap.TabIndex = 0;
            this.alphaMap.SelectedIndexChanged += new System.EventHandler(this.alphaMap_SelectedIndexChanged);
            // 
            // alphaCol
            // 
            flowLayoutPanel3.SetFlowBreak(this.alphaCol, true);
            this.alphaCol.Location = new System.Drawing.Point(243, 3);
            this.alphaCol.Name = "alphaCol";
            this.alphaCol.Size = new System.Drawing.Size(110, 21);
            this.alphaCol.TabIndex = 2;
            this.alphaCol.Text = "Background Colour";
            this.alphaCol.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.alphaCol.UseVisualStyleBackColor = true;
            this.alphaCol.Click += new System.EventHandler(this.alphaCol_Click);
            // 
            // label4
            // 
            label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(3, 40);
            label4.Margin = new System.Windows.Forms.Padding(3, 7, 3, 0);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(64, 13);
            label4.TabIndex = 3;
            label4.Text = "Black Point:";
            label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // blackPoint
            // 
            this.blackPoint.Location = new System.Drawing.Point(73, 37);
            this.blackPoint.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
            this.blackPoint.Name = "blackPoint";
            this.blackPoint.Size = new System.Drawing.Size(100, 20);
            this.blackPoint.TabIndex = 5;
            this.blackPoint.TextChanged += new System.EventHandler(this.blackPoint_TextChanged);
            // 
            // label5
            // 
            label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(179, 40);
            label5.Margin = new System.Windows.Forms.Padding(3, 7, 3, 0);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(65, 13);
            label5.TabIndex = 4;
            label5.Text = "White Point:";
            label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // whitePoint
            // 
            this.whitePoint.Location = new System.Drawing.Point(250, 37);
            this.whitePoint.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
            this.whitePoint.Name = "whitePoint";
            this.whitePoint.Size = new System.Drawing.Size(100, 20);
            this.whitePoint.TabIndex = 6;
            this.whitePoint.TextChanged += new System.EventHandler(this.whitePoint_TextChanged);
            // 
            // sliceGroup
            // 
            this.sliceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sliceGroup.AutoSize = true;
            this.sliceGroup.Controls.Add(flowLayoutPanel6);
            this.sliceGroup.Location = new System.Drawing.Point(3, 304);
            this.sliceGroup.Name = "sliceGroup";
            this.sliceGroup.Size = new System.Drawing.Size(369, 118);
            this.sliceGroup.TabIndex = 5;
            this.sliceGroup.TabStop = false;
            this.sliceGroup.Text = "Array/Depth Slices";
            // 
            // flowLayoutPanel6
            // 
            flowLayoutPanel6.AutoSize = true;
            flowLayoutPanel6.Controls.Add(this.exportAllSlices);
            flowLayoutPanel6.Controls.Add(this.oneSlice);
            flowLayoutPanel6.Controls.Add(this.sliceSelect);
            flowLayoutPanel6.Controls.Add(this.mapSlicesToGrid);
            flowLayoutPanel6.Controls.Add(this.gridWidth);
            flowLayoutPanel6.Controls.Add(this.cubeCruciform);
            flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel6.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel6.Name = "flowLayoutPanel6";
            flowLayoutPanel6.Size = new System.Drawing.Size(363, 99);
            flowLayoutPanel6.TabIndex = 0;
            // 
            // exportAllSlices
            // 
            this.exportAllSlices.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            flowLayoutPanel6.SetFlowBreak(this.exportAllSlices, true);
            this.exportAllSlices.Location = new System.Drawing.Point(3, 3);
            this.exportAllSlices.MinimumSize = new System.Drawing.Size(120, 0);
            this.exportAllSlices.Name = "exportAllSlices";
            this.exportAllSlices.Size = new System.Drawing.Size(120, 17);
            this.exportAllSlices.TabIndex = 0;
            this.exportAllSlices.Text = "Export All Slices";
            this.exportAllSlices.UseVisualStyleBackColor = true;
            this.exportAllSlices.CheckedChanged += new System.EventHandler(this.exportAllSlices_CheckedChanged);
            // 
            // oneSlice
            // 
            this.oneSlice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.oneSlice.AutoSize = true;
            this.oneSlice.Location = new System.Drawing.Point(3, 28);
            this.oneSlice.MinimumSize = new System.Drawing.Size(120, 0);
            this.oneSlice.Name = "oneSlice";
            this.oneSlice.Size = new System.Drawing.Size(120, 17);
            this.oneSlice.TabIndex = 4;
            this.oneSlice.Text = "Select Slice:";
            this.oneSlice.UseVisualStyleBackColor = true;
            this.oneSlice.CheckedChanged += new System.EventHandler(this.oneSlice_CheckedChanged);
            // 
            // sliceSelect
            // 
            this.sliceSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel6.SetFlowBreak(this.sliceSelect, true);
            this.sliceSelect.FormattingEnabled = true;
            this.sliceSelect.Location = new System.Drawing.Point(129, 26);
            this.sliceSelect.Name = "sliceSelect";
            this.sliceSelect.Size = new System.Drawing.Size(121, 21);
            this.sliceSelect.TabIndex = 5;
            this.sliceSelect.SelectedIndexChanged += new System.EventHandler(this.sliceSelect_SelectedIndexChanged);
            // 
            // mapSlicesToGrid
            // 
            this.mapSlicesToGrid.AutoSize = true;
            this.mapSlicesToGrid.Location = new System.Drawing.Point(3, 53);
            this.mapSlicesToGrid.Name = "mapSlicesToGrid";
            this.mapSlicesToGrid.Size = new System.Drawing.Size(179, 17);
            this.mapSlicesToGrid.TabIndex = 1;
            this.mapSlicesToGrid.Text = "Show Slices as Grid. Grid Width:";
            this.mapSlicesToGrid.UseVisualStyleBackColor = true;
            this.mapSlicesToGrid.CheckedChanged += new System.EventHandler(this.mapSlicesToGrid_CheckedChanged);
            // 
            // gridWidth
            // 
            this.gridWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            flowLayoutPanel6.SetFlowBreak(this.gridWidth, true);
            this.gridWidth.Location = new System.Drawing.Point(188, 53);
            this.gridWidth.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.gridWidth.Name = "gridWidth";
            this.gridWidth.Size = new System.Drawing.Size(49, 20);
            this.gridWidth.TabIndex = 3;
            this.gridWidth.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.gridWidth.ValueChanged += new System.EventHandler(this.gridWidth_ValueChanged);
            // 
            // cubeCruciform
            // 
            this.cubeCruciform.AutoSize = true;
            this.cubeCruciform.Location = new System.Drawing.Point(3, 79);
            this.cubeCruciform.Name = "cubeCruciform";
            this.cubeCruciform.Size = new System.Drawing.Size(144, 17);
            this.cubeCruciform.TabIndex = 2;
            this.cubeCruciform.Text = "Show Cubemap as Cross";
            this.cubeCruciform.UseVisualStyleBackColor = true;
            this.cubeCruciform.CheckedChanged += new System.EventHandler(this.cubeCruciform_CheckedChanged);
            // 
            // mipGroup
            // 
            this.mipGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.mipGroup.AutoSize = true;
            this.mipGroup.Controls.Add(flowLayoutPanel4);
            this.mipGroup.Location = new System.Drawing.Point(3, 131);
            this.mipGroup.Name = "mipGroup";
            this.mipGroup.Size = new System.Drawing.Size(369, 69);
            this.mipGroup.TabIndex = 3;
            this.mipGroup.TabStop = false;
            this.mipGroup.Text = "Mips";
            // 
            // flowLayoutPanel4
            // 
            flowLayoutPanel4.AutoSize = true;
            flowLayoutPanel4.Controls.Add(this.exportAllMips);
            flowLayoutPanel4.Controls.Add(this.oneMip);
            flowLayoutPanel4.Controls.Add(this.mipSelect);
            flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel4.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel4.Name = "flowLayoutPanel4";
            flowLayoutPanel4.Size = new System.Drawing.Size(363, 50);
            flowLayoutPanel4.TabIndex = 0;
            // 
            // exportAllMips
            // 
            this.exportAllMips.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.exportAllMips.AutoSize = true;
            flowLayoutPanel4.SetFlowBreak(this.exportAllMips, true);
            this.exportAllMips.Location = new System.Drawing.Point(3, 3);
            this.exportAllMips.MinimumSize = new System.Drawing.Size(120, 0);
            this.exportAllMips.Name = "exportAllMips";
            this.exportAllMips.Size = new System.Drawing.Size(120, 17);
            this.exportAllMips.TabIndex = 0;
            this.exportAllMips.Text = "Export All Mips";
            this.exportAllMips.UseVisualStyleBackColor = true;
            this.exportAllMips.CheckedChanged += new System.EventHandler(this.exportAllMips_CheckedChanged);
            // 
            // oneMip
            // 
            this.oneMip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.oneMip.AutoSize = true;
            this.oneMip.Location = new System.Drawing.Point(3, 28);
            this.oneMip.MinimumSize = new System.Drawing.Size(120, 0);
            this.oneMip.Name = "oneMip";
            this.oneMip.Size = new System.Drawing.Size(120, 17);
            this.oneMip.TabIndex = 2;
            this.oneMip.Text = "Select Mip:";
            this.oneMip.UseVisualStyleBackColor = true;
            this.oneMip.CheckedChanged += new System.EventHandler(this.oneMip_CheckedChanged);
            // 
            // mipSelect
            // 
            this.mipSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel4.SetFlowBreak(this.mipSelect, true);
            this.mipSelect.FormattingEnabled = true;
            this.mipSelect.Location = new System.Drawing.Point(129, 26);
            this.mipSelect.Name = "mipSelect";
            this.mipSelect.Size = new System.Drawing.Size(121, 21);
            this.mipSelect.TabIndex = 1;
            this.mipSelect.SelectedIndexChanged += new System.EventHandler(this.mipSelect_SelectedIndexChanged);
            // 
            // sampleGroup
            // 
            this.sampleGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sampleGroup.AutoSize = true;
            this.sampleGroup.Controls.Add(flowLayoutPanel5);
            this.sampleGroup.Location = new System.Drawing.Point(3, 206);
            this.sampleGroup.Name = "sampleGroup";
            this.sampleGroup.Size = new System.Drawing.Size(369, 92);
            this.sampleGroup.TabIndex = 6;
            this.sampleGroup.TabStop = false;
            this.sampleGroup.Text = "MSAA Samples";
            // 
            // flowLayoutPanel5
            // 
            flowLayoutPanel5.AutoSize = true;
            flowLayoutPanel5.Controls.Add(this.mapSampleArray);
            flowLayoutPanel5.Controls.Add(this.resolveSamples);
            flowLayoutPanel5.Controls.Add(this.oneSample);
            flowLayoutPanel5.Controls.Add(this.sampleSelect);
            flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel5.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel5.Name = "flowLayoutPanel5";
            flowLayoutPanel5.Size = new System.Drawing.Size(363, 73);
            flowLayoutPanel5.TabIndex = 0;
            // 
            // oneSample
            // 
            this.oneSample.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.oneSample.AutoSize = true;
            this.oneSample.Location = new System.Drawing.Point(3, 51);
            this.oneSample.MinimumSize = new System.Drawing.Size(120, 0);
            this.oneSample.Name = "oneSample";
            this.oneSample.Size = new System.Drawing.Size(120, 17);
            this.oneSample.TabIndex = 3;
            this.oneSample.Text = "Select Sample:";
            this.oneSample.UseVisualStyleBackColor = true;
            this.oneSample.CheckedChanged += new System.EventHandler(this.oneSample_CheckedChanged);
            // 
            // sampleSelect
            // 
            this.sampleSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel5.SetFlowBreak(this.sampleSelect, true);
            this.sampleSelect.FormattingEnabled = true;
            this.sampleSelect.Location = new System.Drawing.Point(129, 49);
            this.sampleSelect.Name = "sampleSelect";
            this.sampleSelect.Size = new System.Drawing.Size(121, 21);
            this.sampleSelect.TabIndex = 2;
            this.sampleSelect.SelectedIndexChanged += new System.EventHandler(this.sampleSelect_SelectedIndexChanged);
            // 
            // mapSampleArray
            // 
            this.mapSampleArray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.mapSampleArray.AutoSize = true;
            flowLayoutPanel5.SetFlowBreak(this.mapSampleArray, true);
            this.mapSampleArray.Location = new System.Drawing.Point(3, 3);
            this.mapSampleArray.Name = "mapSampleArray";
            this.mapSampleArray.Size = new System.Drawing.Size(162, 17);
            this.mapSampleArray.TabIndex = 1;
            this.mapSampleArray.Text = "Map Samples as Array Slices";
            this.mapSampleArray.UseVisualStyleBackColor = true;
            this.mapSampleArray.CheckedChanged += new System.EventHandler(this.mapSampleArray_CheckedChanged);
            // 
            // colorDialog
            // 
            this.colorDialog.AnyColor = true;
            // 
            // resolveSamples
            // 
            this.resolveSamples.AutoSize = true;
            flowLayoutPanel5.SetFlowBreak(this.resolveSamples, true);
            this.resolveSamples.Location = new System.Drawing.Point(3, 26);
            this.resolveSamples.Name = "resolveSamples";
            this.resolveSamples.Size = new System.Drawing.Size(108, 17);
            this.resolveSamples.TabIndex = 4;
            this.resolveSamples.Text = "Resolve Samples";
            this.resolveSamples.UseVisualStyleBackColor = true;
            this.resolveSamples.CheckedChanged += new System.EventHandler(this.resolveSamples_CheckedChanged);
            // 
            // groupBox2
            // 
            groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            groupBox2.Controls.Add(this.filename);
            groupBox2.Controls.Add(browse);
            groupBox2.Location = new System.Drawing.Point(3, 3);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(369, 44);
            groupBox2.TabIndex = 7;
            groupBox2.TabStop = false;
            groupBox2.Text = "Path";
            // 
            // browse
            // 
            browse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            browse.Location = new System.Drawing.Point(334, 15);
            browse.Name = "browse";
            browse.Size = new System.Drawing.Size(26, 23);
            browse.TabIndex = 0;
            browse.Text = "...";
            browse.UseVisualStyleBackColor = true;
            browse.Click += new System.EventHandler(this.browse_Click);
            // 
            // filename
            // 
            this.filename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.filename.Location = new System.Drawing.Point(9, 15);
            this.filename.Name = "filename";
            this.filename.Size = new System.Drawing.Size(319, 20);
            this.filename.TabIndex = 1;
            // 
            // saveTexDialog
            // 
            this.saveTexDialog.DefaultExt = "dds";
            this.saveTexDialog.Title = "Save Texture As";
            // 
            // TextureSaveDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(375, 521);
            this.Controls.Add(tableLayoutPanel1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TextureSaveDialog";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Save Texture";
            this.Shown += new System.EventHandler(this.TextureSaveDialog_Shown);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            flowLayoutPanel1.ResumeLayout(false);
            flowLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.jpegCompression)).EndInit();
            flowLayoutPanel2.ResumeLayout(false);
            this.alphaLDRGroup.ResumeLayout(false);
            this.alphaLDRGroup.PerformLayout();
            flowLayoutPanel3.ResumeLayout(false);
            flowLayoutPanel3.PerformLayout();
            this.sliceGroup.ResumeLayout(false);
            this.sliceGroup.PerformLayout();
            flowLayoutPanel6.ResumeLayout(false);
            flowLayoutPanel6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridWidth)).EndInit();
            this.mipGroup.ResumeLayout(false);
            this.mipGroup.PerformLayout();
            flowLayoutPanel4.ResumeLayout(false);
            flowLayoutPanel4.PerformLayout();
            this.sampleGroup.ResumeLayout(false);
            this.sampleGroup.PerformLayout();
            flowLayoutPanel5.ResumeLayout(false);
            flowLayoutPanel5.PerformLayout();
            groupBox2.ResumeLayout(false);
            groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 10
0
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		void InitializeComponent() {
			textBox1 = new System.Windows.Forms.TextBox();
			textBox2 = new System.Windows.Forms.TextBox();
			tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			button1 = new System.Windows.Forms.Button();
			button2 = new System.Windows.Forms.Button();
			label2 = new System.Windows.Forms.Label();
			label1 = new System.Windows.Forms.Label();
			checkBox1 = new System.Windows.Forms.CheckBox();
			checkBox2 = new System.Windows.Forms.CheckBox();
			tableLayoutPanel1.SuspendLayout();
			SuspendLayout();
			// 
			// textBox1
			// 
			textBox1.AcceptsReturn = true;
			textBox1.Anchor = ((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right));
			textBox1.Location = new System.Drawing.Point(75, 13);
			textBox1.Name = "textBox1";
			textBox1.Size = new System.Drawing.Size(225, 20);
			textBox1.TabIndex = 0;
			textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			textBox1.KeyUp += new System.Windows.Forms.KeyEventHandler(TextBoxKeyUp);
			textBox1.Validating += new System.ComponentModel.CancelEventHandler(TextBoxValidating);
			// 
			// textBox2
			// 
			textBox2.AcceptsReturn = true;
			textBox2.Anchor = ((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right));
			textBox2.Location = new System.Drawing.Point(75, 39);
			textBox2.Name = "textBox2";
			textBox2.Size = new System.Drawing.Size(225, 20);
			textBox2.TabIndex = 1;
			textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			textBox2.KeyUp += new System.Windows.Forms.KeyEventHandler(TextBoxKeyUp);
			textBox2.Validating += new System.ComponentModel.CancelEventHandler(TextBoxValidating);
			// 
			// tableLayoutPanel1
			// 
			tableLayoutPanel1.ColumnCount = 3;
			tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			tableLayoutPanel1.Controls.Add(button1, 1, 2);
			tableLayoutPanel1.Controls.Add(button2, 2, 2);
			tableLayoutPanel1.Controls.Add(label2, 0, 1);
			tableLayoutPanel1.Controls.Add(textBox2, 1, 1);
			tableLayoutPanel1.Controls.Add(label1, 0, 0);
			tableLayoutPanel1.Controls.Add(textBox1, 1, 0);
			tableLayoutPanel1.Controls.Add(checkBox2, 2, 1);
			tableLayoutPanel1.Controls.Add(checkBox1, 2, 0);
			tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			tableLayoutPanel1.Name = "tableLayoutPanel1";
			tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(10);
			tableLayoutPanel1.RowCount = 3;
			tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			tableLayoutPanel1.Size = new System.Drawing.Size(379, 103);
			tableLayoutPanel1.TabIndex = 2;
			// 
			// button1
			// 
			button1.Anchor = System.Windows.Forms.AnchorStyles.Right;
			button1.Location = new System.Drawing.Point(240, 66);
			button1.Name = "button1";
			button1.Size = new System.Drawing.Size(60, 23);
			button1.TabIndex = 3;
			button1.Text = "Ok";
			button1.Click += new System.EventHandler(Button1Click);
			// 
			// button2
			// 
			button2.Anchor = System.Windows.Forms.AnchorStyles.Right;
			button2.Location = new System.Drawing.Point(306, 66);
			button2.Name = "button2";
			button2.Size = new System.Drawing.Size(60, 23);
			button2.TabIndex = 6;
			button2.Text = "Annulla";
			button2.Click += new System.EventHandler(Button2Click);
			// 
			// label2
			// 
			label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
			label2.AutoSize = true;
			label2.Location = new System.Drawing.Point(13, 42);
			label2.Name = "label2";
			label2.Size = new System.Drawing.Size(56, 13);
			label2.TabIndex = 5;
			label2.Text = "Larghezza";
			// 
			// label1
			// 
			label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
			label1.AutoSize = true;
			label1.Location = new System.Drawing.Point(13, 16);
			label1.Name = "label1";
			label1.Size = new System.Drawing.Size(41, 13);
			label1.TabIndex = 4;
			label1.Text = "Altezza";
			// 
			// checkBox1
			// 
			checkBox1.Anchor = System.Windows.Forms.AnchorStyles.Right;
			checkBox1.AutoSize = true;
			checkBox1.Location = new System.Drawing.Point(318, 14);
			checkBox1.Name = "checkBox1";
			checkBox1.Size = new System.Drawing.Size(48, 17);
			checkBox1.TabIndex = 7;
			checkBox1.Text = "Auto";
			checkBox1.UseVisualStyleBackColor = true;
			checkBox1.CheckedChanged += new System.EventHandler(CheckBox1CheckedChanged);
			// 
			// checkBox2
			// 
			checkBox2.Anchor = System.Windows.Forms.AnchorStyles.Right;
			checkBox2.AutoSize = true;
			checkBox2.Location = new System.Drawing.Point(318, 40);
			checkBox2.Name = "checkBox2";
			checkBox2.Size = new System.Drawing.Size(48, 17);
			checkBox2.TabIndex = 8;
			checkBox2.Text = "Auto";
			checkBox2.UseVisualStyleBackColor = true;
			checkBox2.CheckedChanged += new System.EventHandler(CheckBox1CheckedChanged);
			// 
			// SizeForm
			// 
			AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			ClientSize = new System.Drawing.Size(379, 103);
			Controls.Add(tableLayoutPanel1);
			Name = "SizeForm";
			Text = "SizeForm";
			tableLayoutPanel1.ResumeLayout(false);
			tableLayoutPanel1.PerformLayout();
			ResumeLayout (false);

		}
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Label labelNewDrawingHeader;
            System.Windows.Forms.Label labelNewDrawingText;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HelpWindow));
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
            System.Windows.Forms.Label labelDrawingHeader;
            System.Windows.Forms.Label labelDrawingText;
            System.Windows.Forms.Label labelReorderHeader;
            System.Windows.Forms.Label labelReorderingText;
            System.Windows.Forms.Label labelSaveLoadHeader;
            System.Windows.Forms.Label labelUndoRedoHeader;
            System.Windows.Forms.Label labelHelpHeader;
            this.labelSaveLoadText = new System.Windows.Forms.Label();
            this.labelUndoRedoText = new System.Windows.Forms.Label();
            labelNewDrawingHeader = new System.Windows.Forms.Label();
            labelNewDrawingText = new System.Windows.Forms.Label();
            tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
            labelDrawingHeader = new System.Windows.Forms.Label();
            labelDrawingText = new System.Windows.Forms.Label();
            labelReorderHeader = new System.Windows.Forms.Label();
            labelReorderingText = new System.Windows.Forms.Label();
            labelSaveLoadHeader = new System.Windows.Forms.Label();
            labelUndoRedoHeader = new System.Windows.Forms.Label();
            labelHelpHeader = new System.Windows.Forms.Label();
            tableLayoutPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // labelNewDrawingHeader
            // 
            labelNewDrawingHeader.AutoSize = true;
            labelNewDrawingHeader.Dock = System.Windows.Forms.DockStyle.Fill;
            labelNewDrawingHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            labelNewDrawingHeader.Location = new System.Drawing.Point(3, 28);
            labelNewDrawingHeader.Name = "labelNewDrawingHeader";
            labelNewDrawingHeader.Size = new System.Drawing.Size(568, 16);
            labelNewDrawingHeader.TabIndex = 0;
            labelNewDrawingHeader.Text = "Nieuwe schets";
            // 
            // labelNewDrawingText
            // 
            labelNewDrawingText.AutoSize = true;
            labelNewDrawingText.Dock = System.Windows.Forms.DockStyle.Fill;
            labelNewDrawingText.Location = new System.Drawing.Point(3, 44);
            labelNewDrawingText.Name = "labelNewDrawingText";
            labelNewDrawingText.Size = new System.Drawing.Size(568, 39);
            labelNewDrawingText.TabIndex = 1;
            labelNewDrawingText.Text = resources.GetString("labelNewDrawingText.Text");
            // 
            // tableLayoutPanel
            // 
            tableLayoutPanel.ColumnCount = 1;
            tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel.Controls.Add(labelNewDrawingHeader, 0, 2);
            tableLayoutPanel.Controls.Add(labelNewDrawingText, 0, 3);
            tableLayoutPanel.Controls.Add(labelDrawingHeader, 0, 5);
            tableLayoutPanel.Controls.Add(labelDrawingText, 0, 6);
            tableLayoutPanel.Controls.Add(labelReorderHeader, 0, 8);
            tableLayoutPanel.Controls.Add(labelReorderingText, 0, 9);
            tableLayoutPanel.Controls.Add(labelSaveLoadHeader, 0, 14);
            tableLayoutPanel.Controls.Add(this.labelSaveLoadText, 0, 15);
            tableLayoutPanel.Controls.Add(labelUndoRedoHeader, 0, 11);
            tableLayoutPanel.Controls.Add(this.labelUndoRedoText, 0, 12);
            tableLayoutPanel.Controls.Add(labelHelpHeader, 0, 0);
            tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel.Name = "tableLayoutPanel";
            tableLayoutPanel.RowCount = 16;
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel.Size = new System.Drawing.Size(574, 476);
            tableLayoutPanel.TabIndex = 2;
            // 
            // labelDrawingHeader
            // 
            labelDrawingHeader.AutoSize = true;
            labelDrawingHeader.Dock = System.Windows.Forms.DockStyle.Fill;
            labelDrawingHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            labelDrawingHeader.Location = new System.Drawing.Point(3, 91);
            labelDrawingHeader.Name = "labelDrawingHeader";
            labelDrawingHeader.Size = new System.Drawing.Size(568, 16);
            labelDrawingHeader.TabIndex = 2;
            labelDrawingHeader.Text = "Tekenen";
            // 
            // labelDrawingText
            // 
            labelDrawingText.AutoSize = true;
            labelDrawingText.Dock = System.Windows.Forms.DockStyle.Fill;
            labelDrawingText.Location = new System.Drawing.Point(3, 107);
            labelDrawingText.Name = "labelDrawingText";
            labelDrawingText.Size = new System.Drawing.Size(568, 65);
            labelDrawingText.TabIndex = 3;
            labelDrawingText.Text = resources.GetString("labelDrawingText.Text");
            // 
            // labelReorderHeader
            // 
            labelReorderHeader.AutoSize = true;
            labelReorderHeader.Dock = System.Windows.Forms.DockStyle.Fill;
            labelReorderHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            labelReorderHeader.Location = new System.Drawing.Point(3, 180);
            labelReorderHeader.Name = "labelReorderHeader";
            labelReorderHeader.Size = new System.Drawing.Size(568, 16);
            labelReorderHeader.TabIndex = 4;
            labelReorderHeader.Text = "De volgorde van de vormpjes wijzigen";
            // 
            // labelReorderingText
            // 
            labelReorderingText.AutoSize = true;
            labelReorderingText.Dock = System.Windows.Forms.DockStyle.Fill;
            labelReorderingText.Location = new System.Drawing.Point(3, 196);
            labelReorderingText.Name = "labelReorderingText";
            labelReorderingText.Size = new System.Drawing.Size(568, 52);
            labelReorderingText.TabIndex = 5;
            labelReorderingText.Text = resources.GetString("labelReorderingText.Text");
            // 
            // labelSaveLoadHeader
            // 
            labelSaveLoadHeader.AutoSize = true;
            labelSaveLoadHeader.Dock = System.Windows.Forms.DockStyle.Fill;
            labelSaveLoadHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            labelSaveLoadHeader.Location = new System.Drawing.Point(3, 345);
            labelSaveLoadHeader.Name = "labelSaveLoadHeader";
            labelSaveLoadHeader.Size = new System.Drawing.Size(568, 16);
            labelSaveLoadHeader.TabIndex = 6;
            labelSaveLoadHeader.Text = "Opslaan, laden en overige acties";
            // 
            // labelSaveLoadText
            // 
            this.labelSaveLoadText.AutoSize = true;
            this.labelSaveLoadText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelSaveLoadText.Location = new System.Drawing.Point(3, 361);
            this.labelSaveLoadText.Name = "labelSaveLoadText";
            this.labelSaveLoadText.Size = new System.Drawing.Size(568, 115);
            this.labelSaveLoadText.TabIndex = 8;
            this.labelSaveLoadText.Text = resources.GetString("labelSaveLoadText.Text");
            // 
            // labelUndoRedoHeader
            // 
            labelUndoRedoHeader.AutoSize = true;
            labelUndoRedoHeader.Dock = System.Windows.Forms.DockStyle.Fill;
            labelUndoRedoHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            labelUndoRedoHeader.Location = new System.Drawing.Point(3, 256);
            labelUndoRedoHeader.Name = "labelUndoRedoHeader";
            labelUndoRedoHeader.Size = new System.Drawing.Size(568, 16);
            labelUndoRedoHeader.TabIndex = 9;
            labelUndoRedoHeader.Text = "Undo en redo";
            // 
            // labelUndoRedoText
            // 
            this.labelUndoRedoText.AutoSize = true;
            this.labelUndoRedoText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelUndoRedoText.Location = new System.Drawing.Point(3, 272);
            this.labelUndoRedoText.Name = "labelUndoRedoText";
            this.labelUndoRedoText.Size = new System.Drawing.Size(568, 65);
            this.labelUndoRedoText.TabIndex = 10;
            this.labelUndoRedoText.Text = resources.GetString("labelUndoRedoText.Text");
            // 
            // labelHelpHeader
            // 
            labelHelpHeader.AutoSize = true;
            labelHelpHeader.Dock = System.Windows.Forms.DockStyle.Fill;
            labelHelpHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            labelHelpHeader.Location = new System.Drawing.Point(3, 0);
            labelHelpHeader.Name = "labelHelpHeader";
            labelHelpHeader.Size = new System.Drawing.Size(568, 20);
            labelHelpHeader.TabIndex = 11;
            labelHelpHeader.Text = "SchetsPlus - Help";
            labelHelpHeader.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // HelpWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(574, 476);
            this.Controls.Add(tableLayoutPanel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "HelpWindow";
            this.Text = "Help";
            tableLayoutPanel.ResumeLayout(false);
            tableLayoutPanel.PerformLayout();
            this.ResumeLayout(false);

        }
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()
        {
            System.Windows.Forms.TableLayoutPanel tlpSettings;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
            System.Windows.Forms.GroupBox gbUISettings;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.Label lblUISettingAppliedAfterRestart;
            System.Windows.Forms.GroupBox gbCustomMetadata;
            System.Windows.Forms.TableLayoutPanel tlpCustomMetadata;
            System.Windows.Forms.GroupBox gbFileSettings;
            System.Windows.Forms.TableLayoutPanel tlpPortabilitySettings;
            System.Windows.Forms.Label lblPortabilityInfo;
            System.Windows.Forms.Label lblKeepArchivesDays;
            System.Windows.Forms.GroupBox gbConnectivity;
            System.Windows.Forms.TableLayoutPanel tlpConnectivityOptions;
            System.Windows.Forms.Label lblConnectivitySettingsAppliedAfterRestart;
            this.lblInterfaceLanguage = new System.Windows.Forms.Label();
            this.rbLanguageSystemDefault = new System.Windows.Forms.RadioButton();
            this.rbLanguageEnglish = new System.Windows.Forms.RadioButton();
            this.rbLanguageRussian = new System.Windows.Forms.RadioButton();
            this.cbShowFilenameInTitle = new System.Windows.Forms.CheckBox();
            this.btnMetadata = new System.Windows.Forms.Button();
            this.lblMetadataDescription = new System.Windows.Forms.Label();
            this.btnClearCustomMetadata = new System.Windows.Forms.Button();
            this.cbShowOpenDialogEachStart = new System.Windows.Forms.CheckBox();
            this.numKeepArchivesDays = new System.Windows.Forms.NumericUpDown();
            this.cbAllowAutoUpdate = new System.Windows.Forms.CheckBox();
            tlpSettings = new System.Windows.Forms.TableLayoutPanel();
            gbUISettings = new System.Windows.Forms.GroupBox();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            lblUISettingAppliedAfterRestart = new System.Windows.Forms.Label();
            gbCustomMetadata = new System.Windows.Forms.GroupBox();
            tlpCustomMetadata = new System.Windows.Forms.TableLayoutPanel();
            gbFileSettings = new System.Windows.Forms.GroupBox();
            tlpPortabilitySettings = new System.Windows.Forms.TableLayoutPanel();
            lblPortabilityInfo = new System.Windows.Forms.Label();
            lblKeepArchivesDays = new System.Windows.Forms.Label();
            gbConnectivity = new System.Windows.Forms.GroupBox();
            tlpConnectivityOptions = new System.Windows.Forms.TableLayoutPanel();
            lblConnectivitySettingsAppliedAfterRestart = new System.Windows.Forms.Label();
            tlpSettings.SuspendLayout();
            gbUISettings.SuspendLayout();
            tableLayoutPanel1.SuspendLayout();
            gbCustomMetadata.SuspendLayout();
            tlpCustomMetadata.SuspendLayout();
            gbFileSettings.SuspendLayout();
            tlpPortabilitySettings.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numKeepArchivesDays)).BeginInit();
            gbConnectivity.SuspendLayout();
            tlpConnectivityOptions.SuspendLayout();
            this.SuspendLayout();
            // 
            // tlpSettings
            // 
            resources.ApplyResources(tlpSettings, "tlpSettings");
            tlpSettings.Controls.Add(gbUISettings, 0, 0);
            tlpSettings.Controls.Add(gbCustomMetadata, 1, 0);
            tlpSettings.Controls.Add(gbFileSettings, 0, 1);
            tlpSettings.Controls.Add(gbConnectivity, 1, 1);
            tlpSettings.Name = "tlpSettings";
            // 
            // gbUISettings
            // 
            resources.ApplyResources(gbUISettings, "gbUISettings");
            gbUISettings.Controls.Add(tableLayoutPanel1);
            gbUISettings.Name = "gbUISettings";
            gbUISettings.TabStop = false;
            // 
            // tableLayoutPanel1
            // 
            resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
            tableLayoutPanel1.Controls.Add(this.lblInterfaceLanguage, 0, 0);
            tableLayoutPanel1.Controls.Add(this.rbLanguageSystemDefault, 0, 1);
            tableLayoutPanel1.Controls.Add(this.rbLanguageEnglish, 0, 2);
            tableLayoutPanel1.Controls.Add(this.rbLanguageRussian, 0, 3);
            tableLayoutPanel1.Controls.Add(this.cbShowFilenameInTitle, 0, 4);
            tableLayoutPanel1.Controls.Add(lblUISettingAppliedAfterRestart, 0, 8);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            // 
            // lblInterfaceLanguage
            // 
            resources.ApplyResources(this.lblInterfaceLanguage, "lblInterfaceLanguage");
            this.lblInterfaceLanguage.Name = "lblInterfaceLanguage";
            // 
            // rbLanguageSystemDefault
            // 
            resources.ApplyResources(this.rbLanguageSystemDefault, "rbLanguageSystemDefault");
            this.rbLanguageSystemDefault.Name = "rbLanguageSystemDefault";
            this.rbLanguageSystemDefault.TabStop = true;
            this.rbLanguageSystemDefault.UseVisualStyleBackColor = true;
            // 
            // rbLanguageEnglish
            // 
            resources.ApplyResources(this.rbLanguageEnglish, "rbLanguageEnglish");
            this.rbLanguageEnglish.Name = "rbLanguageEnglish";
            this.rbLanguageEnglish.TabStop = true;
            this.rbLanguageEnglish.UseVisualStyleBackColor = true;
            // 
            // rbLanguageRussian
            // 
            resources.ApplyResources(this.rbLanguageRussian, "rbLanguageRussian");
            this.rbLanguageRussian.Name = "rbLanguageRussian";
            this.rbLanguageRussian.TabStop = true;
            this.rbLanguageRussian.UseVisualStyleBackColor = true;
            // 
            // cbShowFilenameInTitle
            // 
            resources.ApplyResources(this.cbShowFilenameInTitle, "cbShowFilenameInTitle");
            this.cbShowFilenameInTitle.Name = "cbShowFilenameInTitle";
            this.cbShowFilenameInTitle.UseVisualStyleBackColor = true;
            // 
            // lblUISettingAppliedAfterRestart
            // 
            resources.ApplyResources(lblUISettingAppliedAfterRestart, "lblUISettingAppliedAfterRestart");
            lblUISettingAppliedAfterRestart.Name = "lblUISettingAppliedAfterRestart";
            // 
            // gbCustomMetadata
            // 
            resources.ApplyResources(gbCustomMetadata, "gbCustomMetadata");
            gbCustomMetadata.Controls.Add(tlpCustomMetadata);
            gbCustomMetadata.Name = "gbCustomMetadata";
            gbCustomMetadata.TabStop = false;
            // 
            // tlpCustomMetadata
            // 
            resources.ApplyResources(tlpCustomMetadata, "tlpCustomMetadata");
            tlpCustomMetadata.Controls.Add(this.btnMetadata, 0, 1);
            tlpCustomMetadata.Controls.Add(this.lblMetadataDescription, 0, 0);
            tlpCustomMetadata.Controls.Add(this.btnClearCustomMetadata, 1, 1);
            tlpCustomMetadata.Name = "tlpCustomMetadata";
            // 
            // btnMetadata
            // 
            resources.ApplyResources(this.btnMetadata, "btnMetadata");
            this.btnMetadata.Image = global::easyMoney.Manager.Properties.Resources.page;
            this.btnMetadata.Name = "btnMetadata";
            this.btnMetadata.UseVisualStyleBackColor = true;
            this.btnMetadata.Click += new System.EventHandler(this.btnMetadata_Click);
            // 
            // lblMetadataDescription
            // 
            resources.ApplyResources(this.lblMetadataDescription, "lblMetadataDescription");
            tlpCustomMetadata.SetColumnSpan(this.lblMetadataDescription, 2);
            this.lblMetadataDescription.Name = "lblMetadataDescription";
            // 
            // btnClearCustomMetadata
            // 
            resources.ApplyResources(this.btnClearCustomMetadata, "btnClearCustomMetadata");
            this.btnClearCustomMetadata.Image = global::easyMoney.Manager.Properties.Resources.exclamation;
            this.btnClearCustomMetadata.Name = "btnClearCustomMetadata";
            this.btnClearCustomMetadata.UseVisualStyleBackColor = true;
            this.btnClearCustomMetadata.Click += new System.EventHandler(this.btnClearCustomMetadata_Click);
            // 
            // gbFileSettings
            // 
            resources.ApplyResources(gbFileSettings, "gbFileSettings");
            gbFileSettings.Controls.Add(tlpPortabilitySettings);
            gbFileSettings.Name = "gbFileSettings";
            gbFileSettings.TabStop = false;
            // 
            // tlpPortabilitySettings
            // 
            resources.ApplyResources(tlpPortabilitySettings, "tlpPortabilitySettings");
            tlpPortabilitySettings.Controls.Add(this.cbShowOpenDialogEachStart, 0, 2);
            tlpPortabilitySettings.Controls.Add(lblPortabilityInfo, 0, 3);
            tlpPortabilitySettings.Controls.Add(this.numKeepArchivesDays, 1, 0);
            tlpPortabilitySettings.Controls.Add(lblKeepArchivesDays, 0, 0);
            tlpPortabilitySettings.Name = "tlpPortabilitySettings";
            // 
            // cbShowOpenDialogEachStart
            // 
            resources.ApplyResources(this.cbShowOpenDialogEachStart, "cbShowOpenDialogEachStart");
            tlpPortabilitySettings.SetColumnSpan(this.cbShowOpenDialogEachStart, 2);
            this.cbShowOpenDialogEachStart.Name = "cbShowOpenDialogEachStart";
            this.cbShowOpenDialogEachStart.UseVisualStyleBackColor = true;
            // 
            // lblPortabilityInfo
            // 
            resources.ApplyResources(lblPortabilityInfo, "lblPortabilityInfo");
            tlpPortabilitySettings.SetColumnSpan(lblPortabilityInfo, 2);
            lblPortabilityInfo.Name = "lblPortabilityInfo";
            // 
            // numKeepArchivesDays
            // 
            resources.ApplyResources(this.numKeepArchivesDays, "numKeepArchivesDays");
            this.numKeepArchivesDays.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.numKeepArchivesDays.Name = "numKeepArchivesDays";
            // 
            // lblKeepArchivesDays
            // 
            resources.ApplyResources(lblKeepArchivesDays, "lblKeepArchivesDays");
            lblKeepArchivesDays.Name = "lblKeepArchivesDays";
            // 
            // gbConnectivity
            // 
            resources.ApplyResources(gbConnectivity, "gbConnectivity");
            gbConnectivity.Controls.Add(tlpConnectivityOptions);
            gbConnectivity.Name = "gbConnectivity";
            gbConnectivity.TabStop = false;
            // 
            // tlpConnectivityOptions
            // 
            resources.ApplyResources(tlpConnectivityOptions, "tlpConnectivityOptions");
            tlpConnectivityOptions.Controls.Add(lblConnectivitySettingsAppliedAfterRestart, 0, 6);
            tlpConnectivityOptions.Controls.Add(this.cbAllowAutoUpdate, 0, 0);
            tlpConnectivityOptions.Name = "tlpConnectivityOptions";
            // 
            // lblConnectivitySettingsAppliedAfterRestart
            // 
            resources.ApplyResources(lblConnectivitySettingsAppliedAfterRestart, "lblConnectivitySettingsAppliedAfterRestart");
            lblConnectivitySettingsAppliedAfterRestart.Name = "lblConnectivitySettingsAppliedAfterRestart";
            // 
            // cbAllowAutoUpdate
            // 
            resources.ApplyResources(this.cbAllowAutoUpdate, "cbAllowAutoUpdate");
            this.cbAllowAutoUpdate.Name = "cbAllowAutoUpdate";
            this.cbAllowAutoUpdate.UseVisualStyleBackColor = true;
            // 
            // SettingsForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tlpSettings);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Name = "SettingsForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SettingsForm_FormClosing);
            this.Load += new System.EventHandler(this.SettingsForm_Load);
            tlpSettings.ResumeLayout(false);
            gbUISettings.ResumeLayout(false);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            gbCustomMetadata.ResumeLayout(false);
            tlpCustomMetadata.ResumeLayout(false);
            tlpCustomMetadata.PerformLayout();
            gbFileSettings.ResumeLayout(false);
            tlpPortabilitySettings.ResumeLayout(false);
            tlpPortabilitySettings.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numKeepArchivesDays)).EndInit();
            gbConnectivity.ResumeLayout(false);
            tlpConnectivityOptions.ResumeLayout(false);
            tlpConnectivityOptions.PerformLayout();
            this.ResumeLayout(false);

        }
Esempio n. 13
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            fromLabel;
     System.Windows.Forms.Label            toLabel;
     System.Windows.Forms.GroupBox         offsetsGroupBox;
     System.Windows.Forms.GroupBox         adjustmentRulesBox;
     System.Windows.Forms.TableLayoutPanel zonePanel;
     System.Windows.Forms.Label            idLabel;
     System.Windows.Forms.Label            displayNameLabel;
     System.Windows.Forms.Label            standardNameLabel;
     System.Windows.Forms.Label            daylightNameLabel;
     System.Windows.Forms.Label            dstLabel;
     this.offsetsPanel        = new System.Windows.Forms.TableLayoutPanel();
     this.offsetsFrom         = new System.Windows.Forms.DateTimePicker();
     this.offsetsTo           = new System.Windows.Forms.DateTimePicker();
     this.utcOffsets          = new System.Windows.Forms.DataGridView();
     this.adjustmentRules     = new System.Windows.Forms.DataGridView();
     this.timeZones           = new System.Windows.Forms.ComboBox();
     this.idValue             = new System.Windows.Forms.Label();
     this.displayNameValue    = new System.Windows.Forms.Label();
     this.standardOffsetLabel = new System.Windows.Forms.Label();
     this.standardNameValue   = new System.Windows.Forms.Label();
     this.daylightNameValue   = new System.Windows.Forms.Label();
     this.supportsDstValue    = new System.Windows.Forms.Label();
     this.standardOffsetValue = new System.Windows.Forms.Label();
     this.layoutPanel         = new System.Windows.Forms.TableLayoutPanel();
     this.zoneBox             = new System.Windows.Forms.GroupBox();
     fromLabel          = new System.Windows.Forms.Label();
     toLabel            = new System.Windows.Forms.Label();
     offsetsGroupBox    = new System.Windows.Forms.GroupBox();
     adjustmentRulesBox = new System.Windows.Forms.GroupBox();
     zonePanel          = new System.Windows.Forms.TableLayoutPanel();
     idLabel            = new System.Windows.Forms.Label();
     displayNameLabel   = new System.Windows.Forms.Label();
     standardNameLabel  = new System.Windows.Forms.Label();
     daylightNameLabel  = new System.Windows.Forms.Label();
     dstLabel           = new System.Windows.Forms.Label();
     offsetsGroupBox.SuspendLayout();
     this.offsetsPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utcOffsets)).BeginInit();
     adjustmentRulesBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.adjustmentRules)).BeginInit();
     zonePanel.SuspendLayout();
     this.layoutPanel.SuspendLayout();
     this.zoneBox.SuspendLayout();
     this.SuspendLayout();
     //
     // fromLabel
     //
     fromLabel.AutoSize  = true;
     fromLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     fromLabel.Location  = new System.Drawing.Point(0, 0);
     fromLabel.Margin    = new System.Windows.Forms.Padding(0);
     fromLabel.Name      = "fromLabel";
     fromLabel.Size      = new System.Drawing.Size(33, 26);
     fromLabel.TabIndex  = 1;
     fromLabel.Text      = "From:";
     fromLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toLabel
     //
     toLabel.AutoSize  = true;
     toLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     toLabel.Location  = new System.Drawing.Point(0, 26);
     toLabel.Margin    = new System.Windows.Forms.Padding(0);
     toLabel.Name      = "toLabel";
     toLabel.Size      = new System.Drawing.Size(33, 26);
     toLabel.TabIndex  = 2;
     toLabel.Text      = "To:";
     toLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // offsetsGroupBox
     //
     offsetsGroupBox.Controls.Add(this.offsetsPanel);
     offsetsGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     offsetsGroupBox.Location = new System.Drawing.Point(403, 133);
     offsetsGroupBox.Name     = "offsetsGroupBox";
     offsetsGroupBox.Size     = new System.Drawing.Size(509, 431);
     offsetsGroupBox.TabIndex = 3;
     offsetsGroupBox.TabStop  = false;
     offsetsGroupBox.Text     = "Offsets from UTC";
     //
     // offsetsPanel
     //
     this.offsetsPanel.ColumnCount = 2;
     this.offsetsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.offsetsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.offsetsPanel.Controls.Add(this.offsetsFrom, 1, 0);
     this.offsetsPanel.Controls.Add(fromLabel, 0, 0);
     this.offsetsPanel.Controls.Add(toLabel, 0, 1);
     this.offsetsPanel.Controls.Add(this.offsetsTo, 1, 1);
     this.offsetsPanel.Controls.Add(this.utcOffsets, 0, 2);
     this.offsetsPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.offsetsPanel.Location = new System.Drawing.Point(3, 16);
     this.offsetsPanel.Name     = "offsetsPanel";
     this.offsetsPanel.RowCount = 3;
     this.offsetsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.offsetsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.offsetsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.offsetsPanel.Size     = new System.Drawing.Size(503, 412);
     this.offsetsPanel.TabIndex = 2;
     //
     // offsetsFrom
     //
     this.offsetsFrom.CustomFormat  = "yyyy-MM-dd HH:mm";
     this.offsetsFrom.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.offsetsFrom.Location      = new System.Drawing.Point(36, 3);
     this.offsetsFrom.Name          = "offsetsFrom";
     this.offsetsFrom.Size          = new System.Drawing.Size(149, 20);
     this.offsetsFrom.TabIndex      = 0;
     this.offsetsFrom.Value         = new System.DateTime(1999, 12, 31, 23, 0, 0, 0);
     this.offsetsFrom.ValueChanged += new System.EventHandler(this.AdjustOffsets);
     //
     // offsetsTo
     //
     this.offsetsTo.CustomFormat  = "yyyy-MM-dd HH:mm";
     this.offsetsTo.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.offsetsTo.Location      = new System.Drawing.Point(36, 29);
     this.offsetsTo.Name          = "offsetsTo";
     this.offsetsTo.Size          = new System.Drawing.Size(149, 20);
     this.offsetsTo.TabIndex      = 3;
     this.offsetsTo.Value         = new System.DateTime(2000, 1, 1, 1, 0, 0, 0);
     this.offsetsTo.ValueChanged += new System.EventHandler(this.AdjustOffsets);
     //
     // utcOffsets
     //
     this.utcOffsets.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.utcOffsets.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.offsetsPanel.SetColumnSpan(this.utcOffsets, 2);
     this.utcOffsets.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.utcOffsets.Location          = new System.Drawing.Point(0, 55);
     this.utcOffsets.Margin            = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this.utcOffsets.Name              = "utcOffsets";
     this.utcOffsets.RowHeadersVisible = false;
     this.utcOffsets.ShowEditingIcon   = false;
     this.utcOffsets.Size              = new System.Drawing.Size(503, 354);
     this.utcOffsets.TabIndex          = 4;
     //
     // adjustmentRulesBox
     //
     adjustmentRulesBox.Controls.Add(this.adjustmentRules);
     adjustmentRulesBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     adjustmentRulesBox.Location = new System.Drawing.Point(3, 133);
     adjustmentRulesBox.Name     = "adjustmentRulesBox";
     adjustmentRulesBox.Size     = new System.Drawing.Size(394, 431);
     adjustmentRulesBox.TabIndex = 4;
     adjustmentRulesBox.TabStop  = false;
     adjustmentRulesBox.Text     = "Adjustment rules";
     //
     // adjustmentRules
     //
     this.adjustmentRules.AllowUserToAddRows          = false;
     this.adjustmentRules.AllowUserToDeleteRows       = false;
     this.adjustmentRules.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.adjustmentRules.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.adjustmentRules.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.adjustmentRules.Location          = new System.Drawing.Point(3, 16);
     this.adjustmentRules.Name              = "adjustmentRules";
     this.adjustmentRules.ReadOnly          = true;
     this.adjustmentRules.RowHeadersVisible = false;
     this.adjustmentRules.ScrollBars        = System.Windows.Forms.ScrollBars.None;
     this.adjustmentRules.ShowEditingIcon   = false;
     this.adjustmentRules.Size              = new System.Drawing.Size(388, 412);
     this.adjustmentRules.TabIndex          = 1;
     //
     // zonePanel
     //
     zonePanel.AutoSize    = true;
     zonePanel.ColumnCount = 2;
     zonePanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     zonePanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     zonePanel.Controls.Add(this.timeZones, 0, 0);
     zonePanel.Controls.Add(idLabel, 0, 1);
     zonePanel.Controls.Add(displayNameLabel, 0, 2);
     zonePanel.Controls.Add(this.idValue, 1, 1);
     zonePanel.Controls.Add(this.displayNameValue, 1, 2);
     zonePanel.Controls.Add(standardNameLabel, 0, 3);
     zonePanel.Controls.Add(daylightNameLabel, 0, 4);
     zonePanel.Controls.Add(dstLabel, 0, 5);
     zonePanel.Controls.Add(this.standardOffsetLabel, 0, 6);
     zonePanel.Controls.Add(this.standardNameValue, 1, 3);
     zonePanel.Controls.Add(this.daylightNameValue, 1, 4);
     zonePanel.Controls.Add(this.supportsDstValue, 1, 5);
     zonePanel.Controls.Add(this.standardOffsetValue, 1, 6);
     zonePanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     zonePanel.Location = new System.Drawing.Point(3, 16);
     zonePanel.Name     = "zonePanel";
     zonePanel.RowCount = 7;
     zonePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     zonePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     zonePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     zonePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     zonePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     zonePanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     zonePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     zonePanel.Size     = new System.Drawing.Size(903, 105);
     zonePanel.TabIndex = 0;
     //
     // timeZones
     //
     zonePanel.SetColumnSpan(this.timeZones, 2);
     this.timeZones.DisplayMember     = "DisplayName";
     this.timeZones.FormattingEnabled = true;
     this.timeZones.Location          = new System.Drawing.Point(3, 3);
     this.timeZones.Name                  = "timeZones";
     this.timeZones.Size                  = new System.Drawing.Size(500, 21);
     this.timeZones.TabIndex              = 0;
     this.timeZones.SelectedIndexChanged += new System.EventHandler(this.AdjustToSelectedTimeZone);
     this.timeZones.SelectedValueChanged += new System.EventHandler(this.AdjustToSelectedTimeZone);
     //
     // idLabel
     //
     idLabel.AutoSize  = true;
     idLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     idLabel.Location  = new System.Drawing.Point(3, 27);
     idLabel.Name      = "idLabel";
     idLabel.Size      = new System.Drawing.Size(80, 13);
     idLabel.TabIndex  = 0;
     idLabel.Text      = "ID";
     idLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // displayNameLabel
     //
     displayNameLabel.AutoSize  = true;
     displayNameLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     displayNameLabel.Location  = new System.Drawing.Point(3, 40);
     displayNameLabel.Name      = "displayNameLabel";
     displayNameLabel.Size      = new System.Drawing.Size(80, 13);
     displayNameLabel.TabIndex  = 1;
     displayNameLabel.Text      = "Display name";
     displayNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // idValue
     //
     this.idValue.AutoSize  = true;
     this.idValue.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.idValue.Location  = new System.Drawing.Point(89, 27);
     this.idValue.Name      = "idValue";
     this.idValue.Size      = new System.Drawing.Size(811, 13);
     this.idValue.TabIndex  = 2;
     this.idValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // displayNameValue
     //
     this.displayNameValue.AutoSize  = true;
     this.displayNameValue.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.displayNameValue.Location  = new System.Drawing.Point(89, 40);
     this.displayNameValue.Name      = "displayNameValue";
     this.displayNameValue.Size      = new System.Drawing.Size(811, 13);
     this.displayNameValue.TabIndex  = 3;
     this.displayNameValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // standardNameLabel
     //
     standardNameLabel.AutoSize  = true;
     standardNameLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     standardNameLabel.Location  = new System.Drawing.Point(3, 53);
     standardNameLabel.Name      = "standardNameLabel";
     standardNameLabel.Size      = new System.Drawing.Size(80, 13);
     standardNameLabel.TabIndex  = 4;
     standardNameLabel.Text      = "Standard name";
     standardNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // daylightNameLabel
     //
     daylightNameLabel.AutoSize  = true;
     daylightNameLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     daylightNameLabel.Location  = new System.Drawing.Point(3, 66);
     daylightNameLabel.Name      = "daylightNameLabel";
     daylightNameLabel.Size      = new System.Drawing.Size(80, 13);
     daylightNameLabel.TabIndex  = 5;
     daylightNameLabel.Text      = "Daylight name";
     daylightNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dstLabel
     //
     dstLabel.AutoSize  = true;
     dstLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     dstLabel.Location  = new System.Drawing.Point(3, 79);
     dstLabel.Name      = "dstLabel";
     dstLabel.Size      = new System.Drawing.Size(80, 13);
     dstLabel.TabIndex  = 6;
     dstLabel.Text      = "Supports DST?";
     dstLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // standardOffsetLabel
     //
     this.standardOffsetLabel.AutoSize = true;
     this.standardOffsetLabel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.standardOffsetLabel.Location = new System.Drawing.Point(3, 92);
     this.standardOffsetLabel.Name     = "standardOffsetLabel";
     this.standardOffsetLabel.Size     = new System.Drawing.Size(80, 13);
     this.standardOffsetLabel.TabIndex = 7;
     this.standardOffsetLabel.Text     = "Standard offset";
     //
     // standardNameValue
     //
     this.standardNameValue.AutoSize = true;
     this.standardNameValue.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.standardNameValue.Location = new System.Drawing.Point(89, 53);
     this.standardNameValue.Name     = "standardNameValue";
     this.standardNameValue.Size     = new System.Drawing.Size(811, 13);
     this.standardNameValue.TabIndex = 8;
     //
     // daylightNameValue
     //
     this.daylightNameValue.AutoSize  = true;
     this.daylightNameValue.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.daylightNameValue.Location  = new System.Drawing.Point(89, 66);
     this.daylightNameValue.Name      = "daylightNameValue";
     this.daylightNameValue.Size      = new System.Drawing.Size(811, 13);
     this.daylightNameValue.TabIndex  = 9;
     this.daylightNameValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // supportsDstValue
     //
     this.supportsDstValue.AutoSize  = true;
     this.supportsDstValue.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.supportsDstValue.Location  = new System.Drawing.Point(89, 79);
     this.supportsDstValue.Name      = "supportsDstValue";
     this.supportsDstValue.Size      = new System.Drawing.Size(811, 13);
     this.supportsDstValue.TabIndex  = 10;
     this.supportsDstValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // standardOffsetValue
     //
     this.standardOffsetValue.AutoSize = true;
     this.standardOffsetValue.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.standardOffsetValue.Location = new System.Drawing.Point(89, 92);
     this.standardOffsetValue.Name     = "standardOffsetValue";
     this.standardOffsetValue.Size     = new System.Drawing.Size(811, 13);
     this.standardOffsetValue.TabIndex = 11;
     //
     // layoutPanel
     //
     this.layoutPanel.AutoSize    = true;
     this.layoutPanel.ColumnCount = 2;
     this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 400F));
     this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.layoutPanel.Controls.Add(offsetsGroupBox, 1, 1);
     this.layoutPanel.Controls.Add(adjustmentRulesBox, 0, 1);
     this.layoutPanel.Controls.Add(this.zoneBox, 0, 0);
     this.layoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutPanel.Location = new System.Drawing.Point(0, 0);
     this.layoutPanel.Name     = "layoutPanel";
     this.layoutPanel.RowCount = 2;
     this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.layoutPanel.Size     = new System.Drawing.Size(915, 567);
     this.layoutPanel.TabIndex = 0;
     //
     // zoneBox
     //
     this.zoneBox.AutoSize = true;
     this.layoutPanel.SetColumnSpan(this.zoneBox, 2);
     this.zoneBox.Controls.Add(zonePanel);
     this.zoneBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.zoneBox.Location = new System.Drawing.Point(3, 3);
     this.zoneBox.Name     = "zoneBox";
     this.zoneBox.Size     = new System.Drawing.Size(909, 124);
     this.zoneBox.TabIndex = 6;
     this.zoneBox.TabStop  = false;
     this.zoneBox.Text     = "Time zone selection";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(915, 567);
     this.Controls.Add(this.layoutPanel);
     this.Name  = "MainForm";
     this.Text  = "TimeZoneInfo Explorer";
     this.Load += new System.EventHandler(this.PopulateTimeZones);
     offsetsGroupBox.ResumeLayout(false);
     this.offsetsPanel.ResumeLayout(false);
     this.offsetsPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utcOffsets)).EndInit();
     adjustmentRulesBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.adjustmentRules)).EndInit();
     zonePanel.ResumeLayout(false);
     zonePanel.PerformLayout();
     this.layoutPanel.ResumeLayout(false);
     this.layoutPanel.PerformLayout();
     this.zoneBox.ResumeLayout(false);
     this.zoneBox.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent( )
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
     tableLayoutPanel   = new System.Windows.Forms.TableLayoutPanel();
     logoPictureBox     = new System.Windows.Forms.PictureBox();
     labelProductName   = new System.Windows.Forms.Label();
     labelVersion       = new System.Windows.Forms.Label();
     labelCopyright     = new System.Windows.Forms.Label();
     labelCompanyName   = new System.Windows.Forms.Label();
     textBoxDescription = new System.Windows.Forms.TextBox();
     okButton           = new System.Windows.Forms.Button();
     tableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(logoPictureBox)).BeginInit();
     SuspendLayout();
     //
     // tableLayoutPanel
     //
     tableLayoutPanel.ColumnCount = 2;
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
     tableLayoutPanel.Controls.Add(logoPictureBox, 0, 0);
     tableLayoutPanel.Controls.Add(labelProductName, 1, 0);
     tableLayoutPanel.Controls.Add(labelVersion, 1, 1);
     tableLayoutPanel.Controls.Add(labelCopyright, 1, 2);
     tableLayoutPanel.Controls.Add(labelCompanyName, 1, 3);
     tableLayoutPanel.Controls.Add(textBoxDescription, 1, 4);
     tableLayoutPanel.Controls.Add(okButton, 1, 5);
     tableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
     tableLayoutPanel.Name     = "tableLayoutPanel";
     tableLayoutPanel.RowCount = 6;
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     tableLayoutPanel.Size     = new System.Drawing.Size(417, 265);
     tableLayoutPanel.TabIndex = 0;
     //
     // logoPictureBox
     //
     logoPictureBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     logoPictureBox.Image    = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
     logoPictureBox.Location = new System.Drawing.Point(3, 3);
     logoPictureBox.Name     = "logoPictureBox";
     tableLayoutPanel.SetRowSpan(logoPictureBox, 6);
     logoPictureBox.Size     = new System.Drawing.Size(131, 259);
     logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     logoPictureBox.TabIndex = 12;
     logoPictureBox.TabStop  = false;
     //
     // labelProductName
     //
     labelProductName.Dock        = System.Windows.Forms.DockStyle.Fill;
     labelProductName.Location    = new System.Drawing.Point(143, 0);
     labelProductName.Margin      = new System.Windows.Forms.Padding(6, 0, 3, 0);
     labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
     labelProductName.Name        = "labelProductName";
     labelProductName.Size        = new System.Drawing.Size(271, 17);
     labelProductName.TabIndex    = 19;
     labelProductName.Text        = "Product Name";
     labelProductName.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelVersion
     //
     labelVersion.Dock        = System.Windows.Forms.DockStyle.Fill;
     labelVersion.Location    = new System.Drawing.Point(143, 26);
     labelVersion.Margin      = new System.Windows.Forms.Padding(6, 0, 3, 0);
     labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
     labelVersion.Name        = "labelVersion";
     labelVersion.Size        = new System.Drawing.Size(271, 17);
     labelVersion.TabIndex    = 0;
     labelVersion.Text        = "Version";
     labelVersion.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCopyright
     //
     labelCopyright.Dock        = System.Windows.Forms.DockStyle.Fill;
     labelCopyright.Location    = new System.Drawing.Point(143, 52);
     labelCopyright.Margin      = new System.Windows.Forms.Padding(6, 0, 3, 0);
     labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
     labelCopyright.Name        = "labelCopyright";
     labelCopyright.Size        = new System.Drawing.Size(271, 17);
     labelCopyright.TabIndex    = 21;
     labelCopyright.Text        = "Copyright";
     labelCopyright.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCompanyName
     //
     labelCompanyName.Dock        = System.Windows.Forms.DockStyle.Fill;
     labelCompanyName.Location    = new System.Drawing.Point(143, 78);
     labelCompanyName.Margin      = new System.Windows.Forms.Padding(6, 0, 3, 0);
     labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
     labelCompanyName.Name        = "labelCompanyName";
     labelCompanyName.Size        = new System.Drawing.Size(271, 17);
     labelCompanyName.TabIndex    = 22;
     labelCompanyName.Text        = "Company Name";
     labelCompanyName.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxDescription
     //
     textBoxDescription.Dock       = System.Windows.Forms.DockStyle.Fill;
     textBoxDescription.Location   = new System.Drawing.Point(143, 107);
     textBoxDescription.Margin     = new System.Windows.Forms.Padding(6, 3, 3, 3);
     textBoxDescription.Multiline  = true;
     textBoxDescription.Name       = "textBoxDescription";
     textBoxDescription.ReadOnly   = true;
     textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     textBoxDescription.Size       = new System.Drawing.Size(271, 126);
     textBoxDescription.TabIndex   = 23;
     textBoxDescription.TabStop    = false;
     textBoxDescription.Text       = "Description";
     //
     // okButton
     //
     okButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     okButton.Location     = new System.Drawing.Point(339, 239);
     okButton.Name         = "okButton";
     okButton.Size         = new System.Drawing.Size(75, 23);
     okButton.TabIndex     = 24;
     okButton.Text         = "&OK";
     //
     // AboutBox
     //
     AcceptButton        = okButton;
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(435, 283);
     Controls.Add(tableLayoutPanel);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     MaximizeBox     = false;
     MinimizeBox     = false;
     Name            = "AboutBox";
     Padding         = new System.Windows.Forms.Padding(9);
     ShowIcon        = false;
     ShowInTaskbar   = false;
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     Text            = "About Exoplanet Library";
     TopMost         = true;
     tableLayoutPanel.ResumeLayout(false);
     tableLayoutPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(logoPictureBox)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
     this.toolStrip = new System.Windows.Forms.ToolStrip();
     this.playPauseToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.stopToolStripButton      = new System.Windows.Forms.ToolStripButton();
     this.trackBar      = new System.Windows.Forms.TrackBar();
     this.fileNameLabel = new System.Windows.Forms.Label();
     this.renderPanel   = new System.Windows.Forms.Panel();
     this.timer         = new System.Windows.Forms.Timer(this.components);
     tableLayoutPanel   = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel.SuspendLayout();
     this.toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel
     //
     tableLayoutPanel.ColumnCount = 1;
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel.Controls.Add(this.toolStrip, 0, 3);
     tableLayoutPanel.Controls.Add(this.trackBar, 0, 2);
     tableLayoutPanel.Controls.Add(this.fileNameLabel, 0, 1);
     tableLayoutPanel.Controls.Add(this.renderPanel, 0, 0);
     tableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel.Name     = "tableLayoutPanel";
     tableLayoutPanel.RowCount = 4;
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.Size     = new System.Drawing.Size(150, 150);
     tableLayoutPanel.TabIndex = 0;
     //
     // toolStrip
     //
     this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.playPauseToolStripButton,
         this.stopToolStripButton
     });
     this.toolStrip.Location = new System.Drawing.Point(0, 125);
     this.toolStrip.Name     = "toolStrip";
     this.toolStrip.Size     = new System.Drawing.Size(150, 25);
     this.toolStrip.TabIndex = 0;
     this.toolStrip.Text     = "Player controls";
     //
     // playPauseToolStripButton
     //
     this.playPauseToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.playPauseToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.playPauseToolStripButton.Name   = "playPauseToolStripButton";
     this.playPauseToolStripButton.Size   = new System.Drawing.Size(23, 22);
     this.playPauseToolStripButton.Text   = "Play/ Pause";
     this.playPauseToolStripButton.Click += new System.EventHandler(this.playPauseToolStripButton_Click);
     //
     // stopToolStripButton
     //
     this.stopToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.stopToolStripButton.Image                 = global::CrystalMpq.Explorer.AudioVideo.Properties.Resources.StopIcon;
     this.stopToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stopToolStripButton.Name   = "stopToolStripButton";
     this.stopToolStripButton.Size   = new System.Drawing.Size(23, 22);
     this.stopToolStripButton.Text   = "Stop";
     this.stopToolStripButton.Click += new System.EventHandler(this.stopToolStripButton_Click);
     //
     // trackBar
     //
     this.trackBar.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.trackBar.LargeChange   = 10;
     this.trackBar.Location      = new System.Drawing.Point(3, 77);
     this.trackBar.Name          = "trackBar";
     this.trackBar.Size          = new System.Drawing.Size(144, 45);
     this.trackBar.SmallChange   = 5;
     this.trackBar.TabIndex      = 1;
     this.trackBar.TickFrequency = 100;
     this.trackBar.TickStyle     = System.Windows.Forms.TickStyle.Both;
     this.trackBar.ValueChanged += new System.EventHandler(this.trackBar_ValueChanged);
     //
     // fileNameLabel
     //
     this.fileNameLabel.AutoSize  = true;
     this.fileNameLabel.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.fileNameLabel.Location  = new System.Drawing.Point(3, 61);
     this.fileNameLabel.Name      = "fileNameLabel";
     this.fileNameLabel.Size      = new System.Drawing.Size(144, 13);
     this.fileNameLabel.TabIndex  = 2;
     this.fileNameLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // renderPanel
     //
     this.renderPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.renderPanel.Location = new System.Drawing.Point(3, 3);
     this.renderPanel.Name     = "renderPanel";
     this.renderPanel.Size     = new System.Drawing.Size(144, 55);
     this.renderPanel.TabIndex = 3;
     //
     // timer
     //
     this.timer.Interval = 10;
     this.timer.Tick    += new System.EventHandler(this.timer_Tick);
     //
     // Player
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel);
     this.Name = "Player";
     tableLayoutPanel.ResumeLayout(false);
     tableLayoutPanel.PerformLayout();
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar)).EndInit();
     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()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain;
     this.panelControlBottom         = new DevExpress.XtraEditors.PanelControl();
     this.btnCancel                  = new DevExpress.XtraEditors.SimpleButton();
     this.btnConfirm                 = new DevExpress.XtraEditors.SimpleButton();
     this.groupControlQueryCondition = new DevExpress.XtraEditors.GroupControl();
     this.btnQuery        = new DevExpress.XtraEditors.SimpleButton();
     this.txtUserName     = new DevExpress.XtraEditors.TextEdit();
     this.lblUserName     = new DevExpress.XtraEditors.LabelControl();
     this.UserInfoGroup   = new DevExpress.XtraEditors.GroupControl();
     this.userControl     = new DevExpress.XtraGrid.GridControl();
     this.userView        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.USER_KEY        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.USERNAME        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.BADGE           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.EMAIL           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.OFFICE_PHONE    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.MOBILE_PHONE    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.REMARK          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.PASSWORD        = new DevExpress.XtraGrid.Columns.GridColumn();
     tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanelMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlBottom)).BeginInit();
     this.panelControlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlQueryCondition)).BeginInit();
     this.groupControlQueryCondition.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UserInfoGroup)).BeginInit();
     this.UserInfoGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.userControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.userView)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanelMain
     //
     tableLayoutPanelMain.ColumnCount = 1;
     tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanelMain.Controls.Add(this.panelControlBottom, 0, 2);
     tableLayoutPanelMain.Controls.Add(this.groupControlQueryCondition, 0, 0);
     tableLayoutPanelMain.Controls.Add(this.UserInfoGroup, 0, 1);
     tableLayoutPanelMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanelMain.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanelMain.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     tableLayoutPanelMain.Name     = "tableLayoutPanelMain";
     tableLayoutPanelMain.RowCount = 3;
     tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 103F));
     tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     tableLayoutPanelMain.Size     = new System.Drawing.Size(791, 491);
     tableLayoutPanelMain.TabIndex = 0;
     //
     // panelControlBottom
     //
     this.panelControlBottom.Controls.Add(this.btnCancel);
     this.panelControlBottom.Controls.Add(this.btnConfirm);
     this.panelControlBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControlBottom.Location = new System.Drawing.Point(3, 435);
     this.panelControlBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelControlBottom.Name     = "panelControlBottom";
     this.panelControlBottom.Size     = new System.Drawing.Size(785, 52);
     this.panelControlBottom.TabIndex = 2;
     //
     // btnCancel
     //
     this.btnCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(675, 9);
     this.btnCancel.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(103, 32);
     this.btnCancel.TabIndex = 9;
     this.btnCancel.Text     = "关闭";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     //
     // btnConfirm
     //
     this.btnConfirm.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnConfirm.Location = new System.Drawing.Point(563, 9);
     this.btnConfirm.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnConfirm.Name     = "btnConfirm";
     this.btnConfirm.Size     = new System.Drawing.Size(103, 32);
     this.btnConfirm.TabIndex = 7;
     this.btnConfirm.Text     = "确定";
     this.btnConfirm.Click   += new System.EventHandler(this.btnConfirm_Click);
     //
     // groupControlQueryCondition
     //
     this.groupControlQueryCondition.Controls.Add(this.btnQuery);
     this.groupControlQueryCondition.Controls.Add(this.txtUserName);
     this.groupControlQueryCondition.Controls.Add(this.lblUserName);
     this.groupControlQueryCondition.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControlQueryCondition.Location = new System.Drawing.Point(3, 4);
     this.groupControlQueryCondition.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupControlQueryCondition.Name     = "groupControlQueryCondition";
     this.groupControlQueryCondition.Size     = new System.Drawing.Size(785, 95);
     this.groupControlQueryCondition.TabIndex = 0;
     //
     // btnQuery
     //
     this.btnQuery.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnQuery.Location = new System.Drawing.Point(675, 41);
     this.btnQuery.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnQuery.Name     = "btnQuery";
     this.btnQuery.Size     = new System.Drawing.Size(103, 32);
     this.btnQuery.TabIndex = 2;
     this.btnQuery.Text     = "查询";
     this.btnQuery.Click   += new System.EventHandler(this.btnSearch_Click);
     //
     // txtUserName
     //
     this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtUserName.Location = new System.Drawing.Point(85, 45);
     this.txtUserName.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtUserName.Name     = "txtUserName";
     this.txtUserName.Size     = new System.Drawing.Size(582, 24);
     this.txtUserName.TabIndex = 1;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(16, 49);
     this.lblUserName.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lblUserName.Name     = "lblUserName";
     this.lblUserName.Size     = new System.Drawing.Size(60, 18);
     this.lblUserName.TabIndex = 0;
     this.lblUserName.Text     = "用户名:";
     //
     // UserInfoGroup
     //
     this.UserInfoGroup.Controls.Add(this.userControl);
     this.UserInfoGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.UserInfoGroup.Location = new System.Drawing.Point(3, 107);
     this.UserInfoGroup.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.UserInfoGroup.Name     = "UserInfoGroup";
     this.UserInfoGroup.Size     = new System.Drawing.Size(785, 320);
     this.UserInfoGroup.TabIndex = 1;
     this.UserInfoGroup.Text     = "检索到的数据";
     //
     // userControl
     //
     this.userControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.userControl.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.userControl.Location = new System.Drawing.Point(2, 28);
     this.userControl.MainView = this.userView;
     this.userControl.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.userControl.Name     = "userControl";
     this.userControl.Size     = new System.Drawing.Size(781, 290);
     this.userControl.TabIndex = 1;
     this.userControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.userView
     });
     //
     // userView
     //
     this.userView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.USER_KEY,
         this.USERNAME,
         this.BADGE,
         this.EMAIL,
         this.OFFICE_PHONE,
         this.MOBILE_PHONE,
         this.REMARK,
         this.PASSWORD
     });
     this.userView.DetailHeight               = 450;
     this.userView.FixedLineWidth             = 3;
     this.userView.GridControl                = this.userControl;
     this.userView.Name                       = "userView";
     this.userView.OptionsView.ShowGroupPanel = false;
     this.userView.CustomDrawRowIndicator    += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.userView_CustomDrawRowIndicator);
     this.userView.DoubleClick               += new System.EventHandler(this.userView_DoubleClick);
     //
     // USER_KEY
     //
     this.USER_KEY.AppearanceHeader.Options.UseTextOptions = true;
     this.USER_KEY.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.USER_KEY.Caption   = "用户ID";
     this.USER_KEY.FieldName = "USER_KEY";
     this.USER_KEY.MinWidth  = 23;
     this.USER_KEY.Name      = "USER_KEY";
     this.USER_KEY.OptionsColumn.AllowEdit = false;
     this.USER_KEY.Width = 86;
     //
     // USERNAME
     //
     this.USERNAME.AppearanceHeader.Options.UseTextOptions = true;
     this.USERNAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.USERNAME.Caption   = "用户名";
     this.USERNAME.FieldName = "USERNAME";
     this.USERNAME.MinWidth  = 23;
     this.USERNAME.Name      = "USERNAME";
     this.USERNAME.OptionsColumn.AllowEdit = false;
     this.USERNAME.Visible      = true;
     this.USERNAME.VisibleIndex = 0;
     this.USERNAME.Width        = 86;
     //
     // BADGE
     //
     this.BADGE.AppearanceHeader.Options.UseTextOptions = true;
     this.BADGE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.BADGE.Caption   = "工号";
     this.BADGE.FieldName = "BADGE";
     this.BADGE.MinWidth  = 23;
     this.BADGE.Name      = "BADGE";
     this.BADGE.OptionsColumn.AllowEdit = false;
     this.BADGE.Visible      = true;
     this.BADGE.VisibleIndex = 1;
     this.BADGE.Width        = 86;
     //
     // EMAIL
     //
     this.EMAIL.AppearanceHeader.Options.UseTextOptions = true;
     this.EMAIL.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.EMAIL.Caption   = "邮箱";
     this.EMAIL.FieldName = "EMAIL";
     this.EMAIL.MinWidth  = 23;
     this.EMAIL.Name      = "EMAIL";
     this.EMAIL.OptionsColumn.AllowEdit = false;
     this.EMAIL.Visible      = true;
     this.EMAIL.VisibleIndex = 2;
     this.EMAIL.Width        = 86;
     //
     // OFFICE_PHONE
     //
     this.OFFICE_PHONE.AppearanceHeader.Options.UseTextOptions = true;
     this.OFFICE_PHONE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.OFFICE_PHONE.Caption   = "办公电话";
     this.OFFICE_PHONE.FieldName = "OFFICE_PHONE";
     this.OFFICE_PHONE.MinWidth  = 23;
     this.OFFICE_PHONE.Name      = "OFFICE_PHONE";
     this.OFFICE_PHONE.OptionsColumn.AllowEdit = false;
     this.OFFICE_PHONE.Visible      = true;
     this.OFFICE_PHONE.VisibleIndex = 3;
     this.OFFICE_PHONE.Width        = 86;
     //
     // MOBILE_PHONE
     //
     this.MOBILE_PHONE.AppearanceHeader.Options.UseTextOptions = true;
     this.MOBILE_PHONE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.MOBILE_PHONE.Caption   = "移动电话";
     this.MOBILE_PHONE.FieldName = "MOBILE_PHONE";
     this.MOBILE_PHONE.MinWidth  = 23;
     this.MOBILE_PHONE.Name      = "MOBILE_PHONE";
     this.MOBILE_PHONE.OptionsColumn.AllowEdit = false;
     this.MOBILE_PHONE.Visible      = true;
     this.MOBILE_PHONE.VisibleIndex = 4;
     this.MOBILE_PHONE.Width        = 86;
     //
     // REMARK
     //
     this.REMARK.AppearanceHeader.Options.UseTextOptions = true;
     this.REMARK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.REMARK.Caption   = "备注";
     this.REMARK.FieldName = "REMARK";
     this.REMARK.MinWidth  = 23;
     this.REMARK.Name      = "REMARK";
     this.REMARK.OptionsColumn.AllowEdit = false;
     this.REMARK.Visible      = true;
     this.REMARK.VisibleIndex = 5;
     this.REMARK.Width        = 86;
     //
     // PASSWORD
     //
     this.PASSWORD.AppearanceHeader.Options.UseTextOptions = true;
     this.PASSWORD.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.PASSWORD.Caption   = "密码";
     this.PASSWORD.FieldName = "PASSWORD";
     this.PASSWORD.MinWidth  = 23;
     this.PASSWORD.Name      = "PASSWORD";
     this.PASSWORD.Width     = 86;
     //
     // UserSearchDialog
     //
     this.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(8F, 18F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(791, 491);
     this.Controls.Add(tableLayoutPanelMain);
     this.LookAndFeel.SkinName = "Coffee";
     this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.Name   = "UserSearchDialog";
     this.Load  += new System.EventHandler(this.UserSearchDialog_Load);
     tableLayoutPanelMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControlBottom)).EndInit();
     this.panelControlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlQueryCondition)).EndInit();
     this.groupControlQueryCondition.ResumeLayout(false);
     this.groupControlQueryCondition.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UserInfoGroup)).EndInit();
     this.UserInfoGroup.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.userControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.userView)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 17
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.MenuStrip                 topBar;
     System.Windows.Forms.ToolStripMenuItem         topBarFile;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator2;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator3;
     System.Windows.Forms.ToolStripMenuItem         topBarExport;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator4;
     System.Windows.Forms.ToolStripMenuItem         topBarView;
     System.Windows.Forms.ToolStripMenuItem         topBarTextbox;
     System.Windows.Forms.ToolStripMenuItem         topBarTextboxBackgroundColor;
     System.Windows.Forms.ToolStripMenuItem         topBarTextboxForegroundColor;
     System.Windows.Forms.ToolStripMenuItem         topBarProject;
     System.Windows.Forms.ToolStripMenuItem         topBarSetDirectory;
     System.Windows.Forms.ToolStripMenuItem         topBarSetMaps;
     System.Windows.Forms.ToolStripMenuItem         topBarNewTrigger;
     System.Windows.Forms.ToolStripMenuItem         topBarImportLegacy;
     System.Windows.Forms.ToolStripMenuItem         topBarAbout;
     System.Windows.Forms.TableLayoutPanel          generalLayout;
     System.Windows.Forms.TableLayoutPanel          topLayout;
     System.Windows.Forms.GroupBox                  groupCharacter;
     System.Windows.Forms.GroupBox                  groupTrigger;
     System.Windows.Forms.GroupBox                  groupBoxDialogue;
     System.Windows.Forms.TableLayoutPanel          dialogueLayout;
     System.Windows.Forms.GroupBox                  groupBoxDialogueOptions;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditorWindow));
     System.Windows.Forms.Label   labelDelay;
     System.Windows.Forms.Label   labelDuration;
     System.Windows.Forms.Label   labelTexture;
     System.Windows.Forms.Label   labelPortrait;
     System.Windows.Forms.ToolTip toolTipSimple;
     System.Windows.Forms.ToolTip toolTipLong;
     this.topBarNew                         = new System.Windows.Forms.ToolStripMenuItem();
     this.topBarOpen                        = new System.Windows.Forms.ToolStripMenuItem();
     this.topBarOpenRecent                  = new System.Windows.Forms.ToolStripMenuItem();
     this.topBarSave                        = new System.Windows.Forms.ToolStripMenuItem();
     this.topBarSaveAs                      = new System.Windows.Forms.ToolStripMenuItem();
     this.topBarExit                        = new System.Windows.Forms.ToolStripMenuItem();
     this.topBarTextboxSetFont              = new System.Windows.Forms.ToolStripMenuItem();
     this.topBarMaximize                    = new System.Windows.Forms.ToolStripMenuItem();
     this.topBarCheckMissing                = new System.Windows.Forms.ToolStripMenuItem();
     this.labelCharacterStatus              = new System.Windows.Forms.Label();
     this.checkBoxUseDefault                = new System.Windows.Forms.CheckBox();
     this.dropdownCharacters                = new System.Windows.Forms.ComboBox();
     this.checkBoxInterruptable             = new System.Windows.Forms.CheckBox();
     this.checkBoxRepeatable                = new System.Windows.Forms.CheckBox();
     this.dropdownTriggers                  = new System.Windows.Forms.ComboBox();
     this.buttonCopyFromSolo                = new System.Windows.Forms.Button();
     this.buttonSequencePrevious            = new System.Windows.Forms.Button();
     this.buttonSequenceNext                = new System.Windows.Forms.Button();
     this.dropdownTexture                   = new System.Windows.Forms.ComboBox();
     this.dropdownDialogues                 = new System.Windows.Forms.ComboBox();
     this.labelSequence                     = new System.Windows.Forms.Label();
     this.buttonSequencePlus                = new System.Windows.Forms.Button();
     this.buttonSequenceMinus               = new System.Windows.Forms.Button();
     this.checkBoxGenerateAnimationTemplate = new System.Windows.Forms.CheckBox();
     this.textBoxDelay                      = new System.Windows.Forms.TextBox();
     this.textBoxDuration                   = new System.Windows.Forms.TextBox();
     this.textBoxPortrait                   = new System.Windows.Forms.TextBox();
     this.textBoxMain                       = new System.Windows.Forms.TextBox();
     this.colorDialogTextboxMain            = new System.Windows.Forms.ColorDialog();
     this.folderBrowserDialogModDirectory   = new System.Windows.Forms.FolderBrowserDialog();
     this.saveFileDialog                    = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog                    = new System.Windows.Forms.OpenFileDialog();
     this.fontDialog                        = new System.Windows.Forms.FontDialog();
     topBar                       = new System.Windows.Forms.MenuStrip();
     topBarFile                   = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1          = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2          = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator3          = new System.Windows.Forms.ToolStripSeparator();
     topBarExport                 = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator4          = new System.Windows.Forms.ToolStripSeparator();
     topBarView                   = new System.Windows.Forms.ToolStripMenuItem();
     topBarTextbox                = new System.Windows.Forms.ToolStripMenuItem();
     topBarTextboxBackgroundColor = new System.Windows.Forms.ToolStripMenuItem();
     topBarTextboxForegroundColor = new System.Windows.Forms.ToolStripMenuItem();
     topBarProject                = new System.Windows.Forms.ToolStripMenuItem();
     topBarSetDirectory           = new System.Windows.Forms.ToolStripMenuItem();
     topBarSetMaps                = new System.Windows.Forms.ToolStripMenuItem();
     topBarNewTrigger             = new System.Windows.Forms.ToolStripMenuItem();
     topBarImportLegacy           = new System.Windows.Forms.ToolStripMenuItem();
     topBarAbout                  = new System.Windows.Forms.ToolStripMenuItem();
     generalLayout                = new System.Windows.Forms.TableLayoutPanel();
     topLayout                    = new System.Windows.Forms.TableLayoutPanel();
     groupCharacter               = new System.Windows.Forms.GroupBox();
     groupTrigger                 = new System.Windows.Forms.GroupBox();
     groupBoxDialogue             = new System.Windows.Forms.GroupBox();
     dialogueLayout               = new System.Windows.Forms.TableLayoutPanel();
     groupBoxDialogueOptions      = new System.Windows.Forms.GroupBox();
     labelDelay                   = new System.Windows.Forms.Label();
     labelDuration                = new System.Windows.Forms.Label();
     labelTexture                 = new System.Windows.Forms.Label();
     labelPortrait                = new System.Windows.Forms.Label();
     toolTipSimple                = new System.Windows.Forms.ToolTip(this.components);
     toolTipLong                  = new System.Windows.Forms.ToolTip(this.components);
     topBar.SuspendLayout();
     generalLayout.SuspendLayout();
     topLayout.SuspendLayout();
     groupCharacter.SuspendLayout();
     groupTrigger.SuspendLayout();
     groupBoxDialogue.SuspendLayout();
     dialogueLayout.SuspendLayout();
     groupBoxDialogueOptions.SuspendLayout();
     this.SuspendLayout();
     //
     // topBar
     //
     topBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         topBarFile,
         topBarView,
         topBarProject,
         topBarAbout
     });
     topBar.Location = new System.Drawing.Point(0, 0);
     topBar.Name     = "topBar";
     topBar.Size     = new System.Drawing.Size(601, 24);
     topBar.TabIndex = 0;
     topBar.Text     = "topBar";
     //
     // topBarFile
     //
     topBarFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.topBarNew,
         toolStripSeparator1,
         this.topBarOpen,
         this.topBarOpenRecent,
         toolStripSeparator2,
         this.topBarSave,
         this.topBarSaveAs,
         toolStripSeparator3,
         topBarExport,
         toolStripSeparator4,
         this.topBarExit
     });
     topBarFile.Name = "topBarFile";
     topBarFile.Size = new System.Drawing.Size(37, 20);
     topBarFile.Text = "File";
     //
     // topBarNew
     //
     this.topBarNew.Name   = "topBarNew";
     this.topBarNew.Size   = new System.Drawing.Size(127, 22);
     this.topBarNew.Text   = "New";
     this.topBarNew.Click += new System.EventHandler(this.topBarNew_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(124, 6);
     //
     // topBarOpen
     //
     this.topBarOpen.Name   = "topBarOpen";
     this.topBarOpen.Size   = new System.Drawing.Size(127, 22);
     this.topBarOpen.Text   = "Open";
     this.topBarOpen.Click += new System.EventHandler(this.topBarOpen_Click);
     //
     // topBarOpenRecent
     //
     this.topBarOpenRecent.Name   = "topBarOpenRecent";
     this.topBarOpenRecent.Size   = new System.Drawing.Size(127, 22);
     this.topBarOpenRecent.Text   = "Open Last";
     this.topBarOpenRecent.Click += new System.EventHandler(this.topBarOpenRecent_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(124, 6);
     //
     // topBarSave
     //
     this.topBarSave.Name   = "topBarSave";
     this.topBarSave.Size   = new System.Drawing.Size(127, 22);
     this.topBarSave.Text   = "Save";
     this.topBarSave.Click += new System.EventHandler(this.topBarSave_Click);
     //
     // topBarSaveAs
     //
     this.topBarSaveAs.Name   = "topBarSaveAs";
     this.topBarSaveAs.Size   = new System.Drawing.Size(127, 22);
     this.topBarSaveAs.Text   = "Save as";
     this.topBarSaveAs.Click += new System.EventHandler(this.topBarSaveAs_Click);
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(124, 6);
     //
     // topBarExport
     //
     topBarExport.Name   = "topBarExport";
     topBarExport.Size   = new System.Drawing.Size(127, 22);
     topBarExport.Text   = "Export";
     topBarExport.Click += new System.EventHandler(this.topBarExport_Click);
     //
     // toolStripSeparator4
     //
     toolStripSeparator4.Name = "toolStripSeparator4";
     toolStripSeparator4.Size = new System.Drawing.Size(124, 6);
     //
     // topBarExit
     //
     this.topBarExit.Name   = "topBarExit";
     this.topBarExit.Size   = new System.Drawing.Size(127, 22);
     this.topBarExit.Text   = "Exit";
     this.topBarExit.Click += new System.EventHandler(this.topBarExit_Click);
     //
     // topBarView
     //
     topBarView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         topBarTextbox,
         this.topBarMaximize,
         this.topBarCheckMissing
     });
     topBarView.Name = "topBarView";
     topBarView.Size = new System.Drawing.Size(44, 20);
     topBarView.Text = "View";
     //
     // topBarTextbox
     //
     topBarTextbox.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.topBarTextboxSetFont,
         topBarTextboxBackgroundColor,
         topBarTextboxForegroundColor
     });
     topBarTextbox.Name = "topBarTextbox";
     topBarTextbox.Size = new System.Drawing.Size(200, 22);
     topBarTextbox.Text = "Textbox";
     //
     // topBarTextboxSetFont
     //
     this.topBarTextboxSetFont.Name   = "topBarTextboxSetFont";
     this.topBarTextboxSetFont.Size   = new System.Drawing.Size(170, 22);
     this.topBarTextboxSetFont.Text   = "Set Font";
     this.topBarTextboxSetFont.Click += new System.EventHandler(this.topBarTextboxSetFont_Click);
     //
     // topBarTextboxBackgroundColor
     //
     topBarTextboxBackgroundColor.Name   = "topBarTextboxBackgroundColor";
     topBarTextboxBackgroundColor.Size   = new System.Drawing.Size(170, 22);
     topBarTextboxBackgroundColor.Text   = "Background Color";
     topBarTextboxBackgroundColor.Click += new System.EventHandler(this.topBarTextboxBackgroundColor_Click);
     //
     // topBarTextboxForegroundColor
     //
     topBarTextboxForegroundColor.Name   = "topBarTextboxForegroundColor";
     topBarTextboxForegroundColor.Size   = new System.Drawing.Size(170, 22);
     topBarTextboxForegroundColor.Text   = "Foreground Color";
     topBarTextboxForegroundColor.Click += new System.EventHandler(this.topBarTextboxForegroundColor_Click);
     //
     // topBarMaximize
     //
     this.topBarMaximize.Name   = "topBarMaximize";
     this.topBarMaximize.Size   = new System.Drawing.Size(200, 22);
     this.topBarMaximize.Text   = "Maximize";
     this.topBarMaximize.Click += new System.EventHandler(this.topBarMaximize_Click);
     //
     // topBarCheckMissing
     //
     this.topBarCheckMissing.Name   = "topBarCheckMissing";
     this.topBarCheckMissing.Size   = new System.Drawing.Size(200, 22);
     this.topBarCheckMissing.Text   = "Check Invalid Dialogues";
     this.topBarCheckMissing.Click += new System.EventHandler(this.topBarCheckMissing_Click);
     //
     // topBarProject
     //
     topBarProject.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         topBarSetDirectory,
         topBarSetMaps,
         topBarNewTrigger,
         topBarImportLegacy
     });
     topBarProject.Name = "topBarProject";
     topBarProject.Size = new System.Drawing.Size(56, 20);
     topBarProject.Text = "Project";
     //
     // topBarSetDirectory
     //
     topBarSetDirectory.Name   = "topBarSetDirectory";
     topBarSetDirectory.Size   = new System.Drawing.Size(200, 22);
     topBarSetDirectory.Text   = "Set Mod Directory";
     topBarSetDirectory.Click += new System.EventHandler(this.topBarSetDirectory_Click);
     //
     // topBarSetMaps
     //
     topBarSetMaps.Name   = "topBarSetMaps";
     topBarSetMaps.Size   = new System.Drawing.Size(200, 22);
     topBarSetMaps.Text   = "Set Maps";
     topBarSetMaps.Click += new System.EventHandler(this.topBarSetMaps_Click);
     //
     // topBarNewTrigger
     //
     topBarNewTrigger.Name   = "topBarNewTrigger";
     topBarNewTrigger.Size   = new System.Drawing.Size(200, 22);
     topBarNewTrigger.Text   = "New Trigger";
     topBarNewTrigger.Click += new System.EventHandler(this.topBarNewTrigger_Click);
     //
     // topBarImportLegacy
     //
     topBarImportLegacy.Name   = "topBarImportLegacy";
     topBarImportLegacy.Size   = new System.Drawing.Size(200, 22);
     topBarImportLegacy.Text   = "Import Legacy Dialogue";
     topBarImportLegacy.Click += new System.EventHandler(this.topBarImportLegacy_Click);
     //
     // topBarAbout
     //
     topBarAbout.Name   = "topBarAbout";
     topBarAbout.Size   = new System.Drawing.Size(52, 20);
     topBarAbout.Text   = "About";
     topBarAbout.Click += new System.EventHandler(this.topBarAbout_Click);
     //
     // generalLayout
     //
     generalLayout.ColumnCount = 1;
     generalLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     generalLayout.Controls.Add(topLayout, 0, 0);
     generalLayout.Controls.Add(groupBoxDialogue, 0, 1);
     generalLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     generalLayout.Location = new System.Drawing.Point(0, 24);
     generalLayout.Margin   = new System.Windows.Forms.Padding(0);
     generalLayout.Name     = "generalLayout";
     generalLayout.RowCount = 2;
     generalLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     generalLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     generalLayout.Size     = new System.Drawing.Size(601, 637);
     generalLayout.TabIndex = 1;
     //
     // topLayout
     //
     topLayout.ColumnCount = 3;
     topLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
     topLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
     topLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     topLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     topLayout.Controls.Add(groupCharacter, 0, 0);
     topLayout.Controls.Add(groupTrigger, 1, 0);
     topLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     topLayout.Location = new System.Drawing.Point(0, 0);
     topLayout.Margin   = new System.Windows.Forms.Padding(0);
     topLayout.Name     = "topLayout";
     topLayout.RowCount = 1;
     topLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     topLayout.Size     = new System.Drawing.Size(601, 75);
     topLayout.TabIndex = 0;
     //
     // groupCharacter
     //
     groupCharacter.Controls.Add(this.labelCharacterStatus);
     groupCharacter.Controls.Add(this.checkBoxUseDefault);
     groupCharacter.Controls.Add(this.dropdownCharacters);
     groupCharacter.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupCharacter.Location = new System.Drawing.Point(3, 3);
     groupCharacter.Name     = "groupCharacter";
     groupCharacter.Size     = new System.Drawing.Size(294, 69);
     groupCharacter.TabIndex = 0;
     groupCharacter.TabStop  = false;
     groupCharacter.Text     = "Character";
     //
     // labelCharacterStatus
     //
     this.labelCharacterStatus.Location  = new System.Drawing.Point(6, 47);
     this.labelCharacterStatus.Name      = "labelCharacterStatus";
     this.labelCharacterStatus.Size      = new System.Drawing.Size(174, 17);
     this.labelCharacterStatus.TabIndex  = 2;
     this.labelCharacterStatus.Text      = "Status";
     this.labelCharacterStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkBoxUseDefault
     //
     this.checkBoxUseDefault.AutoSize = true;
     this.checkBoxUseDefault.Location = new System.Drawing.Point(186, 47);
     this.checkBoxUseDefault.Name     = "checkBoxUseDefault";
     this.checkBoxUseDefault.Size     = new System.Drawing.Size(102, 17);
     this.checkBoxUseDefault.TabIndex = 1;
     this.checkBoxUseDefault.Text     = "Use default skin";
     toolTipSimple.SetToolTip(this.checkBoxUseDefault, "If enabled, will not generate any dialogue and will make anyone playing\r\nwith thi" +
                              "s skin use the default dialogue.");
     this.checkBoxUseDefault.UseVisualStyleBackColor = true;
     this.checkBoxUseDefault.CheckedChanged         += new System.EventHandler(this.checkBoxUseDefault_CheckedChanged);
     //
     // dropdownCharacters
     //
     this.dropdownCharacters.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.dropdownCharacters.FormattingEnabled = true;
     this.dropdownCharacters.Location          = new System.Drawing.Point(6, 19);
     this.dropdownCharacters.Name                  = "dropdownCharacters";
     this.dropdownCharacters.Size                  = new System.Drawing.Size(282, 21);
     this.dropdownCharacters.TabIndex              = 0;
     this.dropdownCharacters.SelectedIndexChanged += new System.EventHandler(this.dropdownCharacters_SelectedIndexChanged);
     //
     // groupTrigger
     //
     groupTrigger.Controls.Add(this.checkBoxInterruptable);
     groupTrigger.Controls.Add(this.checkBoxRepeatable);
     groupTrigger.Controls.Add(this.dropdownTriggers);
     groupTrigger.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupTrigger.Location = new System.Drawing.Point(303, 3);
     groupTrigger.Name     = "groupTrigger";
     groupTrigger.Size     = new System.Drawing.Size(294, 69);
     groupTrigger.TabIndex = 1;
     groupTrigger.TabStop  = false;
     groupTrigger.Text     = "Trigger";
     //
     // checkBoxInterruptable
     //
     this.checkBoxInterruptable.AutoSize = true;
     this.checkBoxInterruptable.Location = new System.Drawing.Point(116, 47);
     this.checkBoxInterruptable.Name     = "checkBoxInterruptable";
     this.checkBoxInterruptable.Size     = new System.Drawing.Size(85, 17);
     this.checkBoxInterruptable.TabIndex = 2;
     this.checkBoxInterruptable.Text     = "Interruptable";
     toolTipSimple.SetToolTip(this.checkBoxInterruptable, "If enabled, will allow the dialogue from this trigger to be interrupted.");
     this.checkBoxInterruptable.UseVisualStyleBackColor = true;
     this.checkBoxInterruptable.CheckedChanged         += new System.EventHandler(this.checkBoxInterruptable_CheckedChanged);
     //
     // checkBoxRepeatable
     //
     this.checkBoxRepeatable.AutoSize = true;
     this.checkBoxRepeatable.Location = new System.Drawing.Point(207, 47);
     this.checkBoxRepeatable.Name     = "checkBoxRepeatable";
     this.checkBoxRepeatable.Size     = new System.Drawing.Size(81, 17);
     this.checkBoxRepeatable.TabIndex = 1;
     this.checkBoxRepeatable.Text     = "Repeatable";
     toolTipSimple.SetToolTip(this.checkBoxRepeatable, "If enabled, will allow this trigger to be activated more than once.");
     this.checkBoxRepeatable.UseVisualStyleBackColor = true;
     this.checkBoxRepeatable.CheckedChanged         += new System.EventHandler(this.checkBoxRepeatable_CheckedChanged);
     //
     // dropdownTriggers
     //
     this.dropdownTriggers.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.dropdownTriggers.FormattingEnabled = true;
     this.dropdownTriggers.Location          = new System.Drawing.Point(7, 19);
     this.dropdownTriggers.Name                  = "dropdownTriggers";
     this.dropdownTriggers.Size                  = new System.Drawing.Size(281, 21);
     this.dropdownTriggers.TabIndex              = 0;
     this.dropdownTriggers.SelectedIndexChanged += new System.EventHandler(this.dropdownTriggers_SelectedIndexChanged);
     //
     // groupBoxDialogue
     //
     groupBoxDialogue.Controls.Add(dialogueLayout);
     groupBoxDialogue.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBoxDialogue.Location = new System.Drawing.Point(3, 78);
     groupBoxDialogue.Name     = "groupBoxDialogue";
     groupBoxDialogue.Size     = new System.Drawing.Size(595, 556);
     groupBoxDialogue.TabIndex = 2;
     groupBoxDialogue.TabStop  = false;
     groupBoxDialogue.Text     = "Dialogue";
     //
     // dialogueLayout
     //
     dialogueLayout.ColumnCount = 1;
     dialogueLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     dialogueLayout.Controls.Add(groupBoxDialogueOptions, 0, 0);
     dialogueLayout.Controls.Add(this.textBoxMain, 0, 1);
     dialogueLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     dialogueLayout.Location = new System.Drawing.Point(3, 16);
     dialogueLayout.Name     = "dialogueLayout";
     dialogueLayout.RowCount = 2;
     dialogueLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     dialogueLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     dialogueLayout.Size     = new System.Drawing.Size(589, 537);
     dialogueLayout.TabIndex = 0;
     //
     // groupBoxDialogueOptions
     //
     groupBoxDialogueOptions.Controls.Add(this.buttonCopyFromSolo);
     groupBoxDialogueOptions.Controls.Add(this.buttonSequencePrevious);
     groupBoxDialogueOptions.Controls.Add(this.buttonSequenceNext);
     groupBoxDialogueOptions.Controls.Add(this.dropdownTexture);
     groupBoxDialogueOptions.Controls.Add(this.dropdownDialogues);
     groupBoxDialogueOptions.Controls.Add(this.labelSequence);
     groupBoxDialogueOptions.Controls.Add(this.buttonSequencePlus);
     groupBoxDialogueOptions.Controls.Add(this.buttonSequenceMinus);
     groupBoxDialogueOptions.Controls.Add(this.checkBoxGenerateAnimationTemplate);
     groupBoxDialogueOptions.Controls.Add(this.textBoxDelay);
     groupBoxDialogueOptions.Controls.Add(labelDelay);
     groupBoxDialogueOptions.Controls.Add(labelDuration);
     groupBoxDialogueOptions.Controls.Add(this.textBoxDuration);
     groupBoxDialogueOptions.Controls.Add(labelTexture);
     groupBoxDialogueOptions.Controls.Add(labelPortrait);
     groupBoxDialogueOptions.Controls.Add(this.textBoxPortrait);
     groupBoxDialogueOptions.Dock     = System.Windows.Forms.DockStyle.Left;
     groupBoxDialogueOptions.Location = new System.Drawing.Point(3, 3);
     groupBoxDialogueOptions.Name     = "groupBoxDialogueOptions";
     groupBoxDialogueOptions.Size     = new System.Drawing.Size(583, 94);
     groupBoxDialogueOptions.TabIndex = 3;
     groupBoxDialogueOptions.TabStop  = false;
     groupBoxDialogueOptions.Text     = "Options";
     //
     // buttonCopyFromSolo
     //
     this.buttonCopyFromSolo.Location = new System.Drawing.Point(481, 15);
     this.buttonCopyFromSolo.Name     = "buttonCopyFromSolo";
     this.buttonCopyFromSolo.Size     = new System.Drawing.Size(96, 23);
     this.buttonCopyFromSolo.TabIndex = 14;
     this.buttonCopyFromSolo.Text     = "Copy from solo";
     toolTipSimple.SetToolTip(this.buttonCopyFromSolo, "Copy the dialogue from solo to this dialogue sequence.");
     this.buttonCopyFromSolo.UseVisualStyleBackColor = true;
     this.buttonCopyFromSolo.Click += new System.EventHandler(this.buttonCopyFromSolo_Click);
     //
     // buttonSequencePrevious
     //
     this.buttonSequencePrevious.Location = new System.Drawing.Point(467, 68);
     this.buttonSequencePrevious.Name     = "buttonSequencePrevious";
     this.buttonSequencePrevious.Size     = new System.Drawing.Size(23, 23);
     this.buttonSequencePrevious.TabIndex = 13;
     this.buttonSequencePrevious.Text     = "<";
     toolTipSimple.SetToolTip(this.buttonSequencePrevious, "Previous textbox in the sequence.");
     this.buttonSequencePrevious.UseVisualStyleBackColor = true;
     this.buttonSequencePrevious.Click += new System.EventHandler(this.buttonSequencePrevious_Click);
     //
     // buttonSequenceNext
     //
     this.buttonSequenceNext.Location = new System.Drawing.Point(496, 68);
     this.buttonSequenceNext.Name     = "buttonSequenceNext";
     this.buttonSequenceNext.Size     = new System.Drawing.Size(23, 23);
     this.buttonSequenceNext.TabIndex = 12;
     this.buttonSequenceNext.Text     = ">";
     toolTipSimple.SetToolTip(this.buttonSequenceNext, "Next textbox in the sequence.");
     this.buttonSequenceNext.UseVisualStyleBackColor = true;
     this.buttonSequenceNext.Click += new System.EventHandler(this.buttonSequenceNext_Click);
     //
     // dropdownTexture
     //
     this.dropdownTexture.FormattingEnabled = true;
     this.dropdownTexture.Location          = new System.Drawing.Point(6, 71);
     this.dropdownTexture.Name                  = "dropdownTexture";
     this.dropdownTexture.Size                  = new System.Drawing.Size(192, 21);
     this.dropdownTexture.TabIndex              = 2;
     this.dropdownTexture.SelectedIndexChanged += new System.EventHandler(this.dropdownTexture_SelectedIndexChanged);
     this.dropdownTexture.TextUpdate           += new System.EventHandler(this.dropdownTexture_TextUpdate);
     //
     // dropdownDialogues
     //
     this.dropdownDialogues.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.dropdownDialogues.FormattingEnabled = true;
     this.dropdownDialogues.Location          = new System.Drawing.Point(360, 16);
     this.dropdownDialogues.Name     = "dropdownDialogues";
     this.dropdownDialogues.Size     = new System.Drawing.Size(115, 21);
     this.dropdownDialogues.TabIndex = 2;
     toolTipLong.SetToolTip(this.dropdownDialogues, resources.GetString("dropdownDialogues.ToolTip"));
     this.dropdownDialogues.SelectedIndexChanged += new System.EventHandler(this.dropdownDialogues_SelectedIndexChanged);
     //
     // labelSequence
     //
     this.labelSequence.Location  = new System.Drawing.Point(360, 71);
     this.labelSequence.Name      = "labelSequence";
     this.labelSequence.Size      = new System.Drawing.Size(101, 20);
     this.labelSequence.TabIndex  = 11;
     this.labelSequence.Text      = "Sequence: 0 of 0";
     this.labelSequence.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // buttonSequencePlus
     //
     this.buttonSequencePlus.Location = new System.Drawing.Point(554, 68);
     this.buttonSequencePlus.Name     = "buttonSequencePlus";
     this.buttonSequencePlus.Size     = new System.Drawing.Size(23, 23);
     this.buttonSequencePlus.TabIndex = 7;
     this.buttonSequencePlus.Text     = "+";
     toolTipSimple.SetToolTip(this.buttonSequencePlus, "Add a textbox to this sequence.");
     this.buttonSequencePlus.UseVisualStyleBackColor = true;
     this.buttonSequencePlus.Click += new System.EventHandler(this.buttonSequencePlus_Click);
     //
     // buttonSequenceMinus
     //
     this.buttonSequenceMinus.Location = new System.Drawing.Point(525, 68);
     this.buttonSequenceMinus.Name     = "buttonSequenceMinus";
     this.buttonSequenceMinus.Size     = new System.Drawing.Size(23, 23);
     this.buttonSequenceMinus.TabIndex = 6;
     this.buttonSequenceMinus.Text     = "-";
     toolTipSimple.SetToolTip(this.buttonSequenceMinus, "Remove this textbox from the sequence.");
     this.buttonSequenceMinus.UseVisualStyleBackColor = true;
     this.buttonSequenceMinus.Click += new System.EventHandler(this.buttonSequenceMinus_Click);
     //
     // checkBoxGenerateAnimationTemplate
     //
     this.checkBoxGenerateAnimationTemplate.AutoSize = true;
     this.checkBoxGenerateAnimationTemplate.Location = new System.Drawing.Point(366, 45);
     this.checkBoxGenerateAnimationTemplate.Name     = "checkBoxGenerateAnimationTemplate";
     this.checkBoxGenerateAnimationTemplate.Size     = new System.Drawing.Size(163, 17);
     this.checkBoxGenerateAnimationTemplate.TabIndex = 5;
     this.checkBoxGenerateAnimationTemplate.Text     = "Generate AnimationTemplate";
     toolTipLong.SetToolTip(this.checkBoxGenerateAnimationTemplate, resources.GetString("checkBoxGenerateAnimationTemplate.ToolTip"));
     this.checkBoxGenerateAnimationTemplate.UseVisualStyleBackColor = true;
     this.checkBoxGenerateAnimationTemplate.CheckedChanged         += new System.EventHandler(this.checkBoxGenerateAnimationTemplate_CheckedChanged);
     //
     // textBoxDelay
     //
     this.textBoxDelay.Location     = new System.Drawing.Point(232, 71);
     this.textBoxDelay.MaxLength    = 10;
     this.textBoxDelay.Name         = "textBoxDelay";
     this.textBoxDelay.Size         = new System.Drawing.Size(100, 20);
     this.textBoxDelay.TabIndex     = 4;
     this.textBoxDelay.Text         = "0.00";
     this.textBoxDelay.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxDelay.TextChanged += new System.EventHandler(this.textBoxDelay_TextChanged);
     //
     // labelDelay
     //
     labelDelay.AutoSize = true;
     labelDelay.Location = new System.Drawing.Point(229, 55);
     labelDelay.Name     = "labelDelay";
     labelDelay.Size     = new System.Drawing.Size(34, 13);
     labelDelay.TabIndex = 6;
     labelDelay.Text     = "Delay";
     toolTipSimple.SetToolTip(labelDelay, "The delay in seconds before this dialogue box is shown.");
     //
     // labelDuration
     //
     labelDuration.AutoSize = true;
     labelDuration.Location = new System.Drawing.Point(229, 16);
     labelDuration.Name     = "labelDuration";
     labelDuration.Size     = new System.Drawing.Size(47, 13);
     labelDuration.TabIndex = 5;
     labelDuration.Text     = "Duration";
     toolTipSimple.SetToolTip(labelDuration, "The amount of seconds this dialogue box will be shown.");
     //
     // textBoxDuration
     //
     this.textBoxDuration.Location     = new System.Drawing.Point(232, 32);
     this.textBoxDuration.MaxLength    = 10;
     this.textBoxDuration.Name         = "textBoxDuration";
     this.textBoxDuration.Size         = new System.Drawing.Size(100, 20);
     this.textBoxDuration.TabIndex     = 3;
     this.textBoxDuration.Text         = "0.00";
     this.textBoxDuration.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxDuration.TextChanged += new System.EventHandler(this.textBoxDuration_TextChanged);
     //
     // labelTexture
     //
     labelTexture.AutoSize = true;
     labelTexture.Location = new System.Drawing.Point(3, 55);
     labelTexture.Name     = "labelTexture";
     labelTexture.Size     = new System.Drawing.Size(80, 13);
     labelTexture.TabIndex = 2;
     labelTexture.Text     = "Textbox texture";
     toolTipLong.SetToolTip(labelTexture, resources.GetString("labelTexture.ToolTip"));
     //
     // labelPortrait
     //
     labelPortrait.AutoSize = true;
     labelPortrait.Location = new System.Drawing.Point(3, 16);
     labelPortrait.Name     = "labelPortrait";
     labelPortrait.Size     = new System.Drawing.Size(40, 13);
     labelPortrait.TabIndex = 1;
     labelPortrait.Text     = "Portrait";
     toolTipSimple.SetToolTip(labelPortrait, "The texture name used for the portrait.\r\nIf using a custom texture, remember to i" +
                              "nclude \"(mod)\" before the name.\r\n");
     //
     // textBoxPortrait
     //
     this.textBoxPortrait.Location     = new System.Drawing.Point(6, 32);
     this.textBoxPortrait.MaxLength    = 200;
     this.textBoxPortrait.Name         = "textBoxPortrait";
     this.textBoxPortrait.Size         = new System.Drawing.Size(192, 20);
     this.textBoxPortrait.TabIndex     = 1;
     this.textBoxPortrait.TextChanged += new System.EventHandler(this.textBoxPortrait_TextChanged);
     //
     // textBoxMain
     //
     this.textBoxMain.AcceptsReturn = true;
     this.textBoxMain.AllowDrop     = true;
     this.textBoxMain.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.textBoxMain.Location      = new System.Drawing.Point(3, 103);
     this.textBoxMain.MaxLength     = 500;
     this.textBoxMain.Multiline     = true;
     this.textBoxMain.Name          = "textBoxMain";
     this.textBoxMain.Size          = new System.Drawing.Size(583, 431);
     this.textBoxMain.TabIndex      = 0;
     this.textBoxMain.TextChanged  += new System.EventHandler(this.textBoxMain_TextChanged);
     //
     // toolTipLong
     //
     toolTipLong.AutoPopDelay = 15000;
     toolTipLong.InitialDelay = 500;
     toolTipLong.ReshowDelay  = 100;
     //
     // folderBrowserDialogModDirectory
     //
     this.folderBrowserDialogModDirectory.Description         = "Select the folder where your mod is located.";
     this.folderBrowserDialogModDirectory.ShowNewFolderButton = false;
     //
     // saveFileDialog
     //
     this.saveFileDialog.DefaultExt = "bnp";
     this.saveFileDialog.Filter     = "Blightnauts Project|*.bnp";
     //
     // openFileDialog
     //
     this.openFileDialog.DefaultExt = "bnp";
     this.openFileDialog.Filter     = "Blightnauts Project|*.bnp";
     //
     // fontDialog
     //
     this.fontDialog.AllowVerticalFonts = false;
     this.fontDialog.FontMustExist      = true;
     this.fontDialog.ScriptsOnly        = true;
     this.fontDialog.ShowEffects        = false;
     //
     // EditorWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(601, 661);
     this.Controls.Add(generalLayout);
     this.Controls.Add(topBar);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = topBar;
     this.MinimumSize   = new System.Drawing.Size(617, 500);
     this.Name          = "EditorWindow";
     this.Text          = "Blightnauts Dialogue Editor";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.EditorWindow_FormClosing);
     topBar.ResumeLayout(false);
     topBar.PerformLayout();
     generalLayout.ResumeLayout(false);
     topLayout.ResumeLayout(false);
     groupCharacter.ResumeLayout(false);
     groupCharacter.PerformLayout();
     groupTrigger.ResumeLayout(false);
     groupTrigger.PerformLayout();
     groupBoxDialogue.ResumeLayout(false);
     dialogueLayout.ResumeLayout(false);
     dialogueLayout.PerformLayout();
     groupBoxDialogueOptions.ResumeLayout(false);
     groupBoxDialogueOptions.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.GroupBox         basicConfigBox;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.GroupBox         opsBox;
     System.Windows.Forms.Label            label2;
     TreelistView.TreeListColumn           treeListColumn1 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("hostname", "Hostname")));
     TreelistView.TreeListColumn           treeListColumn2 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("running", "Running")));
     this.hostname            = new System.Windows.Forms.TextBox();
     this.runCommand          = new System.Windows.Forms.TextBox();
     this.addUpdateHost       = new System.Windows.Forms.Button();
     this.deleteHost          = new System.Windows.Forms.Button();
     this.refreshOne          = new System.Windows.Forms.Button();
     this.connect             = new System.Windows.Forms.Button();
     this.refreshAll          = new System.Windows.Forms.Button();
     this.lookupsProgressFlow = new System.Windows.Forms.FlowLayoutPanel();
     this.progressPicture     = new System.Windows.Forms.PictureBox();
     this.hosts            = new TreelistView.TreeListView();
     this.remoteCountLabel = new System.Windows.Forms.Label();
     tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     basicConfigBox        = new System.Windows.Forms.GroupBox();
     tableLayoutPanel2     = new System.Windows.Forms.TableLayoutPanel();
     label3 = new System.Windows.Forms.Label();
     label1 = new System.Windows.Forms.Label();
     opsBox = new System.Windows.Forms.GroupBox();
     label2 = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     basicConfigBox.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     opsBox.SuspendLayout();
     this.lookupsProgressFlow.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressPicture)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hosts)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.hosts, 0, 0);
     tableLayoutPanel1.Controls.Add(basicConfigBox, 0, 2);
     tableLayoutPanel1.Controls.Add(opsBox, 1, 2);
     tableLayoutPanel1.Controls.Add(this.lookupsProgressFlow, 0, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 3;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(602, 460);
     tableLayoutPanel1.TabIndex = 2;
     //
     // basicConfigBox
     //
     basicConfigBox.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)));
     basicConfigBox.Controls.Add(tableLayoutPanel2);
     basicConfigBox.Location = new System.Drawing.Point(3, 319);
     basicConfigBox.Name     = "basicConfigBox";
     basicConfigBox.Size     = new System.Drawing.Size(476, 138);
     basicConfigBox.TabIndex = 7;
     basicConfigBox.TabStop  = false;
     basicConfigBox.Text     = "Host configuration";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.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)));
     tableLayoutPanel2.AutoSize    = true;
     tableLayoutPanel2.ColumnCount = 2;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.Controls.Add(this.hostname, 0, 1);
     tableLayoutPanel2.Controls.Add(this.runCommand, 0, 3);
     tableLayoutPanel2.Controls.Add(label3, 0, 2);
     tableLayoutPanel2.Controls.Add(this.addUpdateHost, 1, 1);
     tableLayoutPanel2.Controls.Add(label1, 0, 0);
     tableLayoutPanel2.Location = new System.Drawing.Point(6, 19);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 4;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.51515F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.48485F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(464, 112);
     tableLayoutPanel2.TabIndex = 0;
     //
     // hostname
     //
     this.hostname.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.hostname.Location     = new System.Drawing.Point(3, 23);
     this.hostname.Name         = "hostname";
     this.hostname.Size         = new System.Drawing.Size(395, 20);
     this.hostname.TabIndex     = 1;
     this.hostname.TextChanged += new System.EventHandler(this.hostname_TextChanged);
     this.hostname.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textbox_KeyPress);
     //
     // runCommand
     //
     this.runCommand.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.runCommand.Location  = new System.Drawing.Point(3, 89);
     this.runCommand.Name      = "runCommand";
     this.runCommand.Size      = new System.Drawing.Size(395, 20);
     this.runCommand.TabIndex  = 4;
     this.runCommand.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textbox_KeyPress);
     //
     // 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(3, 57);
     label3.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 3);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(386, 26);
     label3.TabIndex = 3;
     label3.Text     = "Run Command: Configure a command to run that launches the remote server on this h" +
                       "ost.";
     //
     // addUpdateHost
     //
     this.addUpdateHost.Location = new System.Drawing.Point(404, 23);
     this.addUpdateHost.Name     = "addUpdateHost";
     this.addUpdateHost.Size     = new System.Drawing.Size(57, 21);
     this.addUpdateHost.TabIndex = 6;
     this.addUpdateHost.Text     = "Add";
     this.addUpdateHost.UseVisualStyleBackColor = true;
     this.addUpdateHost.Click += new System.EventHandler(this.addUpdateHost_Click);
     //
     // 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(3, 0);
     label1.MinimumSize = new System.Drawing.Size(0, 20);
     label1.Name        = "label1";
     label1.Size        = new System.Drawing.Size(58, 20);
     label1.TabIndex    = 0;
     label1.Text        = "Hostname:";
     label1.TextAlign   = System.Drawing.ContentAlignment.BottomCenter;
     //
     // opsBox
     //
     opsBox.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)));
     opsBox.Controls.Add(this.deleteHost);
     opsBox.Controls.Add(this.refreshOne);
     opsBox.Controls.Add(this.connect);
     opsBox.Controls.Add(this.refreshAll);
     opsBox.Location = new System.Drawing.Point(485, 319);
     opsBox.Name     = "opsBox";
     opsBox.Size     = new System.Drawing.Size(114, 138);
     opsBox.TabIndex = 8;
     opsBox.TabStop  = false;
     opsBox.Text     = "Operations";
     //
     // deleteHost
     //
     this.deleteHost.Enabled  = false;
     this.deleteHost.Location = new System.Drawing.Point(6, 106);
     this.deleteHost.Name     = "deleteHost";
     this.deleteHost.Size     = new System.Drawing.Size(101, 23);
     this.deleteHost.TabIndex = 6;
     this.deleteHost.Text     = "Delete";
     this.deleteHost.UseVisualStyleBackColor = true;
     this.deleteHost.Click += new System.EventHandler(this.deleteHost_Click);
     //
     // refreshOne
     //
     this.refreshOne.Location = new System.Drawing.Point(6, 19);
     this.refreshOne.Name     = "refreshOne";
     this.refreshOne.Size     = new System.Drawing.Size(101, 23);
     this.refreshOne.TabIndex = 5;
     this.refreshOne.Text     = "Refresh Selected";
     this.refreshOne.UseVisualStyleBackColor = true;
     this.refreshOne.Click += new System.EventHandler(this.refreshOne_Click);
     //
     // connect
     //
     this.connect.Enabled  = false;
     this.connect.Location = new System.Drawing.Point(6, 77);
     this.connect.Name     = "connect";
     this.connect.Size     = new System.Drawing.Size(101, 23);
     this.connect.TabIndex = 5;
     this.connect.Text     = "Connect to App";
     this.connect.UseVisualStyleBackColor = true;
     this.connect.Click += new System.EventHandler(this.connect_Click);
     //
     // refreshAll
     //
     this.refreshAll.Location = new System.Drawing.Point(6, 48);
     this.refreshAll.Name     = "refreshAll";
     this.refreshAll.Size     = new System.Drawing.Size(101, 23);
     this.refreshAll.TabIndex = 4;
     this.refreshAll.Text     = "Refresh All";
     this.refreshAll.UseVisualStyleBackColor = true;
     this.refreshAll.Click += new System.EventHandler(this.refreshAll_Click);
     //
     // lookupsProgressFlow
     //
     this.lookupsProgressFlow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     tableLayoutPanel1.SetColumnSpan(this.lookupsProgressFlow, 2);
     this.lookupsProgressFlow.Controls.Add(this.progressPicture);
     this.lookupsProgressFlow.Controls.Add(label2);
     this.lookupsProgressFlow.Controls.Add(this.remoteCountLabel);
     this.lookupsProgressFlow.Location    = new System.Drawing.Point(3, 289);
     this.lookupsProgressFlow.MinimumSize = new System.Drawing.Size(0, 24);
     this.lookupsProgressFlow.Name        = "lookupsProgressFlow";
     this.lookupsProgressFlow.Size        = new System.Drawing.Size(596, 24);
     this.lookupsProgressFlow.TabIndex    = 9;
     this.lookupsProgressFlow.Visible     = false;
     //
     // progressPicture
     //
     this.progressPicture.Location = new System.Drawing.Point(3, 3);
     this.progressPicture.Name     = "progressPicture";
     this.progressPicture.Size     = new System.Drawing.Size(100, 16);
     this.progressPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.progressPicture.TabIndex = 0;
     this.progressPicture.TabStop  = false;
     //
     // label2
     //
     label2.AutoSize  = true;
     label2.Dock      = System.Windows.Forms.DockStyle.Left;
     label2.Location  = new System.Drawing.Point(109, 0);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(228, 22);
     label2.TabIndex  = 1;
     label2.Text      = "Remote connections in progress. Please wait...";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // hosts
     //
     this.hosts.AlwaysDisplayVScroll = true;
     treeListColumn1.AutoSize        = true;
     treeListColumn1.AutoSizeMinSize = 15;
     treeListColumn1.Width           = 48;
     treeListColumn2.AutoSizeMinSize = 0;
     treeListColumn2.Width           = 250;
     this.hosts.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1,
         treeListColumn2
     });
     tableLayoutPanel1.SetColumnSpan(this.hosts, 2);
     this.hosts.Cursor                          = System.Windows.Forms.Cursors.Arrow;
     this.hosts.Dock                            = System.Windows.Forms.DockStyle.Fill;
     this.hosts.Location                        = new System.Drawing.Point(3, 3);
     this.hosts.MultiSelect                     = false;
     this.hosts.Name                            = "hosts";
     this.hosts.RowOptions.ShowHeader           = false;
     this.hosts.Size                            = new System.Drawing.Size(596, 280);
     this.hosts.TabIndex                        = 1;
     this.hosts.ViewOptions.HoverHandTreeColumn = false;
     this.hosts.ViewOptions.Indent              = 12;
     this.hosts.AfterSelect                    += new System.Windows.Forms.TreeViewEventHandler(this.hosts_AfterSelect);
     this.hosts.NodeDoubleClicked              += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.hosts_NodeDoubleClicked);
     this.hosts.KeyDown                        += new System.Windows.Forms.KeyEventHandler(this.hosts_KeyDown);
     //
     // remoteCountLabel
     //
     this.remoteCountLabel.AutoSize  = true;
     this.remoteCountLabel.Dock      = System.Windows.Forms.DockStyle.Left;
     this.remoteCountLabel.Location  = new System.Drawing.Point(343, 0);
     this.remoteCountLabel.Name      = "remoteCountLabel";
     this.remoteCountLabel.Size      = new System.Drawing.Size(118, 22);
     this.remoteCountLabel.TabIndex  = 2;
     this.remoteCountLabel.Text      = "999 connections active";
     this.remoteCountLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // RemoteManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(602, 460);
     this.Controls.Add(tableLayoutPanel1);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "RemoteManager";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Remote Host Manager";
     tableLayoutPanel1.ResumeLayout(false);
     basicConfigBox.ResumeLayout(false);
     basicConfigBox.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     opsBox.ResumeLayout(false);
     this.lookupsProgressFlow.ResumeLayout(false);
     this.lookupsProgressFlow.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressPicture)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hosts)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 19
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.TableLayoutPanel          tableLayoutPanel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneralOptionsUI));
     System.Windows.Forms.GroupBox  groupBox1;
     System.Windows.Forms.LinkLabel linkLabel;
     System.Windows.Forms.Label     label1;
     System.Windows.Forms.GroupBox  groupBox2;
     this.textWatcomPath         = new System.Windows.Forms.TextBox();
     this.buttonWatcomPathBrowse = new System.Windows.Forms.Button();
     this.label2                  = new System.Windows.Forms.Label();
     this.radioOldPathsNo         = new System.Windows.Forms.RadioButton();
     this.radioOldPathsLegacyOnly = new System.Windows.Forms.RadioButton();
     this.radioOldPathsAlways     = new System.Windows.Forms.RadioButton();
     tableLayoutPanel1            = new System.Windows.Forms.TableLayoutPanel();
     groupBox1 = new System.Windows.Forms.GroupBox();
     linkLabel = new System.Windows.Forms.LinkLabel();
     label1    = new System.Windows.Forms.Label();
     groupBox2 = new System.Windows.Forms.GroupBox();
     tableLayoutPanel1.SuspendLayout();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
     tableLayoutPanel1.Controls.Add(this.textWatcomPath, 0, 0);
     tableLayoutPanel1.Controls.Add(this.buttonWatcomPathBrowse, 1, 0);
     tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // textWatcomPath
     //
     resources.ApplyResources(this.textWatcomPath, "textWatcomPath");
     this.textWatcomPath.Name     = "textWatcomPath";
     this.textWatcomPath.ReadOnly = true;
     //
     // buttonWatcomPathBrowse
     //
     resources.ApplyResources(this.buttonWatcomPathBrowse, "buttonWatcomPathBrowse");
     this.buttonWatcomPathBrowse.Name = "buttonWatcomPathBrowse";
     this.buttonWatcomPathBrowse.UseVisualStyleBackColor = true;
     this.buttonWatcomPathBrowse.Click += new System.EventHandler(this.ButtonWatcomPathBrowse_Click);
     //
     // groupBox1
     //
     resources.ApplyResources(groupBox1, "groupBox1");
     groupBox1.Controls.Add(linkLabel);
     groupBox1.Controls.Add(tableLayoutPanel1);
     groupBox1.Controls.Add(label1);
     groupBox1.Name    = "groupBox1";
     groupBox1.TabStop = false;
     //
     // linkLabel
     //
     resources.ApplyResources(linkLabel, "linkLabel");
     linkLabel.Name    = "linkLabel";
     linkLabel.TabStop = true;
     linkLabel.UseCompatibleTextRendering = true;
     linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.Name = "label1";
     //
     // groupBox2
     //
     resources.ApplyResources(groupBox2, "groupBox2");
     groupBox2.Controls.Add(this.radioOldPathsAlways);
     groupBox2.Controls.Add(this.radioOldPathsLegacyOnly);
     groupBox2.Controls.Add(this.radioOldPathsNo);
     groupBox2.Controls.Add(this.label2);
     groupBox2.Name    = "groupBox2";
     groupBox2.TabStop = false;
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // radioOldPathsNo
     //
     resources.ApplyResources(this.radioOldPathsNo, "radioOldPathsNo");
     this.radioOldPathsNo.Name    = "radioOldPathsNo";
     this.radioOldPathsNo.TabStop = true;
     this.radioOldPathsNo.UseVisualStyleBackColor = true;
     //
     // radioOldPathsSometimes
     //
     resources.ApplyResources(this.radioOldPathsLegacyOnly, "radioOldPathsSometimes");
     this.radioOldPathsLegacyOnly.Name    = "radioOldPathsSometimes";
     this.radioOldPathsLegacyOnly.TabStop = true;
     this.radioOldPathsLegacyOnly.UseVisualStyleBackColor = true;
     //
     // radioOldPathsAlways
     //
     resources.ApplyResources(this.radioOldPathsAlways, "radioOldPathsAlways");
     this.radioOldPathsAlways.Name    = "radioOldPathsAlways";
     this.radioOldPathsAlways.TabStop = true;
     this.radioOldPathsAlways.UseVisualStyleBackColor = true;
     //
     // GeneralOptionsUI
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(groupBox2);
     this.Controls.Add(groupBox1);
     this.Name = "GeneralOptionsUI";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 20
0
 private void InitializeComponent()
 {
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     this.LayerBox     = new System.Windows.Forms.ComboBox();
     this.MaterialBox  = new System.Windows.Forms.ComboBox();
     this.ColorButton  = new System.Windows.Forms.Button();
     this.OkButton     = new System.Windows.Forms.Button();
     this.CancelB      = new System.Windows.Forms.Button();
     label1            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     label3            = new System.Windows.Forms.Label();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     label1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(40, 13);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(36, 13);
     label1.TabIndex = 0;
     label1.Text     = "Layer:";
     //
     // label2
     //
     label2.Anchor   = System.Windows.Forms.AnchorStyles.None;
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(35, 53);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(47, 13);
     label2.TabIndex = 1;
     label2.Text     = "Material:";
     //
     // label3
     //
     label3.Anchor   = System.Windows.Forms.AnchorStyles.None;
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(41, 93);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(34, 13);
     label3.TabIndex = 2;
     label3.Text     = "Color:";
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Controls.Add(label1, 0, 0);
     tableLayoutPanel1.Controls.Add(label2, 0, 1);
     tableLayoutPanel1.Controls.Add(label3, 0, 2);
     tableLayoutPanel1.Controls.Add(this.LayerBox, 1, 0);
     tableLayoutPanel1.Controls.Add(this.MaterialBox, 1, 1);
     tableLayoutPanel1.Controls.Add(this.ColorButton, 1, 2);
     tableLayoutPanel1.Controls.Add(this.OkButton, 0, 3);
     tableLayoutPanel1.Controls.Add(this.CancelB, 1, 3);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 4;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(234, 161);
     tableLayoutPanel1.TabIndex = 0;
     //
     // LayerBox
     //
     this.LayerBox.Anchor            = System.Windows.Forms.AnchorStyles.None;
     this.LayerBox.FormattingEnabled = true;
     this.LayerBox.Location          = new System.Drawing.Point(126, 9);
     this.LayerBox.Name     = "LayerBox";
     this.LayerBox.Size     = new System.Drawing.Size(98, 21);
     this.LayerBox.TabIndex = 3;
     //
     // MaterialBox
     //
     this.MaterialBox.Anchor            = System.Windows.Forms.AnchorStyles.None;
     this.MaterialBox.FormattingEnabled = true;
     this.MaterialBox.Location          = new System.Drawing.Point(126, 49);
     this.MaterialBox.Name     = "MaterialBox";
     this.MaterialBox.Size     = new System.Drawing.Size(98, 21);
     this.MaterialBox.TabIndex = 4;
     //
     // ColorButton
     //
     this.ColorButton.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.ColorButton.Location = new System.Drawing.Point(126, 88);
     this.ColorButton.Name     = "ColorButton";
     this.ColorButton.Size     = new System.Drawing.Size(98, 23);
     this.ColorButton.TabIndex = 5;
     this.ColorButton.Text     = "ByLayer";
     this.ColorButton.UseVisualStyleBackColor = true;
     this.ColorButton.Click += new System.EventHandler(this.ColorButton_Click);
     //
     // OkButton
     //
     this.OkButton.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.OkButton.Location = new System.Drawing.Point(21, 129);
     this.OkButton.Name     = "OkButton";
     this.OkButton.Size     = new System.Drawing.Size(75, 23);
     this.OkButton.TabIndex = 6;
     this.OkButton.Text     = "Ok";
     this.OkButton.UseVisualStyleBackColor = true;
     this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
     //
     // CancelB
     //
     this.CancelB.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.CancelB.Location = new System.Drawing.Point(138, 129);
     this.CancelB.Name     = "CancelB";
     this.CancelB.Size     = new System.Drawing.Size(75, 23);
     this.CancelB.TabIndex = 7;
     this.CancelB.Text     = "Cancel";
     this.CancelB.UseVisualStyleBackColor = true;
     //
     // BakeDialog
     //
     this.ClientSize = new System.Drawing.Size(234, 161);
     this.Controls.Add(tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "BakeDialog";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
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.SplitContainer splitContainer1;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.SplitContainer splitContainer2;
            System.Windows.Forms.ColumnHeader columnHeader1;
            System.Windows.Forms.ColumnHeader columnHeader2;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParseTester));
            this.btnParseMethod = new System.Windows.Forms.Button();
            this.btnParseInitializer = new System.Windows.Forms.Button();
            this.txtSource = new System.Windows.Forms.TextBox();
            this.treeParseNodes = new System.Windows.Forms.TreeView();
            this.listProperties = new System.Windows.Forms.ListView();
            splitContainer1 = new System.Windows.Forms.SplitContainer();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            splitContainer2 = new System.Windows.Forms.SplitContainer();
            columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
            splitContainer1.Panel1.SuspendLayout();
            splitContainer1.Panel2.SuspendLayout();
            splitContainer1.SuspendLayout();
            tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
            splitContainer2.Panel1.SuspendLayout();
            splitContainer2.Panel2.SuspendLayout();
            splitContainer2.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            splitContainer1.Location = new System.Drawing.Point(0, 0);
            splitContainer1.Name = "splitContainer1";
            splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            splitContainer1.Panel1.Controls.Add(tableLayoutPanel1);
            splitContainer1.Panel1.Controls.Add(this.txtSource);
            // 
            // splitContainer1.Panel2
            // 
            splitContainer1.Panel2.Controls.Add(splitContainer2);
            splitContainer1.Size = new System.Drawing.Size(749, 526);
            splitContainer1.SplitterDistance = 210;
            splitContainer1.TabIndex = 0;
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 2;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.Controls.Add(this.btnParseMethod, 0, 0);
            tableLayoutPanel1.Controls.Add(this.btnParseInitializer, 0, 0);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 179);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 1;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.Size = new System.Drawing.Size(749, 31);
            tableLayoutPanel1.TabIndex = 3;
            // 
            // btnParseMethod
            // 
            this.btnParseMethod.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.btnParseMethod.Location = new System.Drawing.Point(377, 5);
            this.btnParseMethod.Name = "btnParseMethod";
            this.btnParseMethod.Size = new System.Drawing.Size(369, 23);
            this.btnParseMethod.TabIndex = 4;
            this.btnParseMethod.Text = "Parse Method";
            this.btnParseMethod.UseVisualStyleBackColor = true;
            this.btnParseMethod.Click += new System.EventHandler(this.btnParseMethod_Click);
            // 
            // btnParseInitializer
            // 
            this.btnParseInitializer.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.btnParseInitializer.Location = new System.Drawing.Point(3, 5);
            this.btnParseInitializer.Name = "btnParseInitializer";
            this.btnParseInitializer.Size = new System.Drawing.Size(368, 23);
            this.btnParseInitializer.TabIndex = 3;
            this.btnParseInitializer.Text = "Parse Initializer";
            this.btnParseInitializer.UseVisualStyleBackColor = true;
            this.btnParseInitializer.Click += new System.EventHandler(this.btnParseInitializer_Click);
            // 
            // txtSource
            // 
            this.txtSource.AcceptsTab = true;
            this.txtSource.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.txtSource.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtSource.HideSelection = false;
            this.txtSource.Location = new System.Drawing.Point(9, 12);
            this.txtSource.Multiline = true;
            this.txtSource.Name = "txtSource";
            this.txtSource.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtSource.Size = new System.Drawing.Size(728, 161);
            this.txtSource.TabIndex = 2;
            // 
            // splitContainer2
            // 
            splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            splitContainer2.Location = new System.Drawing.Point(0, 0);
            splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            splitContainer2.Panel1.Controls.Add(this.treeParseNodes);
            // 
            // splitContainer2.Panel2
            // 
            splitContainer2.Panel2.Controls.Add(this.listProperties);
            splitContainer2.Size = new System.Drawing.Size(749, 312);
            splitContainer2.SplitterDistance = 373;
            splitContainer2.TabIndex = 0;
            // 
            // treeParseNodes
            // 
            this.treeParseNodes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeParseNodes.HideSelection = false;
            this.treeParseNodes.Location = new System.Drawing.Point(0, 0);
            this.treeParseNodes.Name = "treeParseNodes";
            this.treeParseNodes.ShowNodeToolTips = true;
            this.treeParseNodes.Size = new System.Drawing.Size(373, 312);
            this.treeParseNodes.TabIndex = 0;
            this.treeParseNodes.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeParseNodes_AfterSelect);
            this.treeParseNodes.Click += new System.EventHandler(this.treeParseNodes_Click);
            // 
            // listProperties
            // 
            this.listProperties.AllowColumnReorder = true;
            this.listProperties.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader1,
            columnHeader2});
            this.listProperties.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listProperties.FullRowSelect = true;
            this.listProperties.HideSelection = false;
            this.listProperties.Location = new System.Drawing.Point(0, 0);
            this.listProperties.MultiSelect = false;
            this.listProperties.Name = "listProperties";
            this.listProperties.ShowGroups = false;
            this.listProperties.ShowItemToolTips = true;
            this.listProperties.Size = new System.Drawing.Size(372, 312);
            this.listProperties.TabIndex = 0;
            this.listProperties.UseCompatibleStateImageBehavior = false;
            this.listProperties.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            columnHeader1.Text = "Property";
            columnHeader1.Width = 160;
            // 
            // columnHeader2
            // 
            columnHeader2.Text = "Value";
            columnHeader2.Width = 200;
            // 
            // ParseTester
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(749, 526);
            this.Controls.Add(splitContainer1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ParseTester";
            this.Text = "Parse - Tester";
            splitContainer1.Panel1.ResumeLayout(false);
            splitContainer1.Panel1.PerformLayout();
            splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
            splitContainer1.ResumeLayout(false);
            tableLayoutPanel1.ResumeLayout(false);
            splitContainer2.Panel1.ResumeLayout(false);
            splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit();
            splitContainer2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
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.Label            label1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.Panel            panel1;
     this.dgv1              = new System.Windows.Forms.DataGridView();
     this.colChar           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colProbability    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCode           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.textBoxMsg        = new System.Windows.Forms.TextBox();
     this.labelStatusBar    = new System.Windows.Forms.Label();
     this.checkBox1         = new System.Windows.Forms.CheckBox();
     this.buttonHuffman     = new System.Windows.Forms.Button();
     this.buttonOptimal     = new System.Windows.Forms.Button();
     this.buttonAlphabCodes = new System.Windows.Forms.Button();
     this.textBoxDebug      = new System.Windows.Forms.TextBox();
     this.buttonTree        = new System.Windows.Forms.Button();
     label1            = new System.Windows.Forms.Label();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     panel1            = new System.Windows.Forms.Panel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
     panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     label1.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(4, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(31, 13);
     label1.TabIndex = 3;
     label1.Text     = "Text:";
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 4;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 251F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 67F));
     tableLayoutPanel1.Controls.Add(this.dgv1, 0, 1);
     tableLayoutPanel1.Controls.Add(this.textBoxMsg, 1, 0);
     tableLayoutPanel1.Controls.Add(label1, 0, 0);
     tableLayoutPanel1.Controls.Add(this.labelStatusBar, 0, 3);
     tableLayoutPanel1.Controls.Add(panel1, 2, 0);
     tableLayoutPanel1.Controls.Add(this.textBoxDebug, 0, 2);
     tableLayoutPanel1.Controls.Add(this.buttonTree, 3, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 4;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 19F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(773, 499);
     tableLayoutPanel1.TabIndex = 6;
     //
     // dgv1
     //
     this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colChar,
         this.colProbability,
         this.colCode
     });
     tableLayoutPanel1.SetColumnSpan(this.dgv1, 4);
     this.dgv1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dgv1.Location = new System.Drawing.Point(3, 59);
     this.dgv1.Name     = "dgv1";
     this.dgv1.Size     = new System.Drawing.Size(767, 226);
     this.dgv1.TabIndex = 5;
     //
     // colChar
     //
     this.colChar.Frozen     = true;
     this.colChar.HeaderText = "Char";
     this.colChar.Name       = "colChar";
     this.colChar.ReadOnly   = true;
     //
     // colProbability
     //
     this.colProbability.Frozen     = true;
     this.colProbability.HeaderText = "Probability";
     this.colProbability.Name       = "colProbability";
     this.colProbability.ReadOnly   = true;
     //
     // colCode
     //
     this.colCode.Frozen     = true;
     this.colCode.HeaderText = "Code";
     this.colCode.Name       = "colCode";
     this.colCode.ReadOnly   = true;
     this.colCode.Width      = 250;
     //
     // textBoxMsg
     //
     this.textBoxMsg.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.textBoxMsg.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBoxMsg.Location  = new System.Drawing.Point(43, 3);
     this.textBoxMsg.Multiline = true;
     this.textBoxMsg.Name      = "textBoxMsg";
     this.textBoxMsg.Size      = new System.Drawing.Size(409, 50);
     this.textBoxMsg.TabIndex  = 0;
     this.textBoxMsg.Text      = "this is some sample message";
     //
     // labelStatusBar
     //
     this.labelStatusBar.AutoSize = true;
     tableLayoutPanel1.SetColumnSpan(this.labelStatusBar, 4);
     this.labelStatusBar.Dock     = System.Windows.Forms.DockStyle.Top;
     this.labelStatusBar.Location = new System.Drawing.Point(3, 480);
     this.labelStatusBar.Name     = "labelStatusBar";
     this.labelStatusBar.Size     = new System.Drawing.Size(767, 13);
     this.labelStatusBar.TabIndex = 6;
     this.labelStatusBar.Text     = "Ready";
     //
     // panel1
     //
     panel1.Controls.Add(this.checkBox1);
     panel1.Controls.Add(this.buttonHuffman);
     panel1.Controls.Add(this.buttonOptimal);
     panel1.Controls.Add(this.buttonAlphabCodes);
     panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     panel1.Location = new System.Drawing.Point(458, 3);
     panel1.Name     = "panel1";
     panel1.Size     = new System.Drawing.Size(245, 50);
     panel1.TabIndex = 7;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize   = true;
     this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.TopCenter;
     this.checkBox1.Location   = new System.Drawing.Point(202, 8);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(41, 31);
     this.checkBox1.TabIndex   = 3;
     this.checkBox1.Text       = "debug";
     this.checkBox1.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // buttonHuffman
     //
     this.buttonHuffman.Location = new System.Drawing.Point(0, 6);
     this.buttonHuffman.Name     = "buttonHuffman";
     this.buttonHuffman.Size     = new System.Drawing.Size(63, 38);
     this.buttonHuffman.TabIndex = 0;
     this.buttonHuffman.Text     = "Huffman codes";
     this.buttonHuffman.UseVisualStyleBackColor = true;
     this.buttonHuffman.Click += new System.EventHandler(this.buttonHuffman_Click);
     //
     // buttonOptimal
     //
     this.buttonOptimal.Location = new System.Drawing.Point(138, 6);
     this.buttonOptimal.Name     = "buttonOptimal";
     this.buttonOptimal.Size     = new System.Drawing.Size(63, 38);
     this.buttonOptimal.TabIndex = 2;
     this.buttonOptimal.Text     = "Optimal codes";
     this.buttonOptimal.UseVisualStyleBackColor = true;
     this.buttonOptimal.Click += new System.EventHandler(this.buttonOptimal_Click);
     //
     // buttonAlphabCodes
     //
     this.buttonAlphabCodes.Location = new System.Drawing.Point(69, 6);
     this.buttonAlphabCodes.Name     = "buttonAlphabCodes";
     this.buttonAlphabCodes.Size     = new System.Drawing.Size(63, 38);
     this.buttonAlphabCodes.TabIndex = 1;
     this.buttonAlphabCodes.Text     = "Alphab. codes";
     this.buttonAlphabCodes.UseVisualStyleBackColor = true;
     this.buttonAlphabCodes.Click += new System.EventHandler(this.buttonAlphabCodes_Click);
     //
     // textBoxDebug
     //
     tableLayoutPanel1.SetColumnSpan(this.textBoxDebug, 4);
     this.textBoxDebug.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBoxDebug.Font       = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBoxDebug.Location   = new System.Drawing.Point(3, 291);
     this.textBoxDebug.Multiline  = true;
     this.textBoxDebug.Name       = "textBoxDebug";
     this.textBoxDebug.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBoxDebug.Size       = new System.Drawing.Size(767, 186);
     this.textBoxDebug.TabIndex   = 8;
     this.textBoxDebug.Visible    = false;
     //
     // buttonTree
     //
     this.buttonTree.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.buttonTree.Location = new System.Drawing.Point(709, 9);
     this.buttonTree.Name     = "buttonTree";
     this.buttonTree.Size     = new System.Drawing.Size(61, 38);
     this.buttonTree.TabIndex = 9;
     this.buttonTree.Text     = "Tree";
     this.buttonTree.UseVisualStyleBackColor = true;
     this.buttonTree.Click += new System.EventHandler(this.buttonTree_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(773, 499);
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "Form1";
     this.Text = "Cryptography, labs 1-3";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
     panel1.ResumeLayout(false);
     panel1.PerformLayout();
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            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.comboBoxZone = new System.Windows.Forms.ComboBox();
            this.zoneX = new System.Windows.Forms.NumericUpDown();
            this.zoneY = new System.Windows.Forms.NumericUpDown();
            this.zoneZ = new System.Windows.Forms.NumericUpDown();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.label5 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.regionX = new System.Windows.Forms.NumericUpDown();
            this.regionY = new System.Windows.Forms.NumericUpDown();
            this.regionZ = new System.Windows.Forms.NumericUpDown();
            this.comboBoxRegion = new System.Windows.Forms.ComboBox();
            this.cbComputeZ = new System.Windows.Forms.CheckBox();
            this.headerStrip1 = new DOL.Tools.QuestDesigner.Controls.HeaderStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.headerStrip2 = new DOL.Tools.QuestDesigner.Controls.HeaderStrip();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.zoneX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.zoneY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.zoneZ)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.regionX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.regionY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.regionZ)).BeginInit();
            this.headerStrip1.SuspendLayout();
            this.headerStrip2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 2;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.Controls.Add(this.headerStrip1, 0, 1);
            tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 2);
            tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 2);
            tableLayoutPanel1.Controls.Add(this.comboBoxRegion, 0, 0);
            tableLayoutPanel1.Controls.Add(this.headerStrip2, 1, 1);
            tableLayoutPanel1.Controls.Add(this.cbComputeZ, 0, 3);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 4;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 130F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.Size = new System.Drawing.Size(262, 249);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tableLayoutPanel2);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(3, 55);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(125, 124);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // tableLayoutPanel2
            // 
            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(this.label1, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.label2, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2);
            this.tableLayoutPanel2.Controls.Add(this.label4, 0, 3);
            this.tableLayoutPanel2.Controls.Add(this.comboBoxZone, 1, 0);
            this.tableLayoutPanel2.Controls.Add(this.zoneX, 1, 1);
            this.tableLayoutPanel2.Controls.Add(this.zoneY, 1, 2);
            this.tableLayoutPanel2.Controls.Add(this.zoneZ, 1, 3);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 4;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.Size = new System.Drawing.Size(119, 105);
            this.tableLayoutPanel2.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(3, 27);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(14, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "X";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(3, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(32, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Zone";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(3, 53);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(14, 13);
            this.label3.TabIndex = 2;
            this.label3.Text = "Y";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(3, 79);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(14, 13);
            this.label4.TabIndex = 3;
            this.label4.Text = "Z";
            // 
            // comboBoxZone
            // 
            this.comboBoxZone.Dock = System.Windows.Forms.DockStyle.Fill;
            this.comboBoxZone.FormattingEnabled = true;
            this.comboBoxZone.Location = new System.Drawing.Point(41, 3);
            this.comboBoxZone.Name = "comboBoxZone";
            this.comboBoxZone.Size = new System.Drawing.Size(75, 21);
            this.comboBoxZone.TabIndex = 4;
            this.comboBoxZone.SelectedIndexChanged += new System.EventHandler(this.position_ValueChanged);
            // 
            // zoneX
            // 
            this.zoneX.Dock = System.Windows.Forms.DockStyle.Fill;
            this.zoneX.Location = new System.Drawing.Point(41, 30);
            this.zoneX.Maximum = new decimal(new int[] {
            -2147483648,
            0,
            0,
            0});
            this.zoneX.Name = "zoneX";
            this.zoneX.Size = new System.Drawing.Size(75, 20);
            this.zoneX.TabIndex = 5;
            this.zoneX.ValueChanged += new System.EventHandler(this.position_ValueChanged);
            // 
            // zoneY
            // 
            this.zoneY.Dock = System.Windows.Forms.DockStyle.Fill;
            this.zoneY.Location = new System.Drawing.Point(41, 56);
            this.zoneY.Maximum = new decimal(new int[] {
            -2147483648,
            0,
            0,
            0});
            this.zoneY.Name = "zoneY";
            this.zoneY.Size = new System.Drawing.Size(75, 20);
            this.zoneY.TabIndex = 6;
            this.zoneY.ValueChanged += new System.EventHandler(this.position_ValueChanged);
            // 
            // zoneZ
            // 
            this.zoneZ.Dock = System.Windows.Forms.DockStyle.Fill;
            this.zoneZ.Location = new System.Drawing.Point(41, 82);
            this.zoneZ.Maximum = new decimal(new int[] {
            -2147483648,
            0,
            0,
            0});
            this.zoneZ.Name = "zoneZ";
            this.zoneZ.Size = new System.Drawing.Size(75, 20);
            this.zoneZ.TabIndex = 7;
            this.zoneZ.ValueChanged += new System.EventHandler(this.position_ValueChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.tableLayoutPanel3);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(134, 55);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(125, 124);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 2;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.Controls.Add(this.label5, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.label7, 0, 2);
            this.tableLayoutPanel3.Controls.Add(this.label8, 0, 3);
            this.tableLayoutPanel3.Controls.Add(this.regionX, 1, 1);
            this.tableLayoutPanel3.Controls.Add(this.regionY, 1, 2);
            this.tableLayoutPanel3.Controls.Add(this.regionZ, 1, 3);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 4;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.Size = new System.Drawing.Size(119, 105);
            this.tableLayoutPanel3.TabIndex = 1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(3, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(14, 13);
            this.label5.TabIndex = 0;
            this.label5.Text = "X";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(3, 26);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(14, 13);
            this.label7.TabIndex = 2;
            this.label7.Text = "Y";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(3, 52);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(14, 13);
            this.label8.TabIndex = 3;
            this.label8.Text = "Z";
            // 
            // regionX
            // 
            this.regionX.Dock = System.Windows.Forms.DockStyle.Fill;
            this.regionX.Location = new System.Drawing.Point(23, 3);
            this.regionX.Maximum = new decimal(new int[] {
            -2147483648,
            0,
            0,
            0});
            this.regionX.Name = "regionX";
            this.regionX.Size = new System.Drawing.Size(93, 20);
            this.regionX.TabIndex = 5;
            this.regionX.ValueChanged += new System.EventHandler(this.regionX_ValueChanged);
            // 
            // regionY
            // 
            this.regionY.Dock = System.Windows.Forms.DockStyle.Fill;
            this.regionY.Location = new System.Drawing.Point(23, 29);
            this.regionY.Maximum = new decimal(new int[] {
            -2147483648,
            0,
            0,
            0});
            this.regionY.Name = "regionY";
            this.regionY.Size = new System.Drawing.Size(93, 20);
            this.regionY.TabIndex = 6;
            this.regionY.ValueChanged += new System.EventHandler(this.regionY_ValueChanged);
            // 
            // regionZ
            // 
            this.regionZ.Dock = System.Windows.Forms.DockStyle.Fill;
            this.regionZ.Location = new System.Drawing.Point(23, 55);
            this.regionZ.Maximum = new decimal(new int[] {
            -2147483648,
            0,
            0,
            0});
            this.regionZ.Name = "regionZ";
            this.regionZ.Size = new System.Drawing.Size(93, 20);
            this.regionZ.TabIndex = 7;
            this.regionZ.ValueChanged += new System.EventHandler(this.regionZ_ValueChanged);
            // 
            // comboBoxRegion
            // 
            tableLayoutPanel1.SetColumnSpan(this.comboBoxRegion, 2);
            this.comboBoxRegion.Dock = System.Windows.Forms.DockStyle.Fill;
            this.comboBoxRegion.FormattingEnabled = true;
            this.comboBoxRegion.Location = new System.Drawing.Point(3, 3);
            this.comboBoxRegion.Name = "comboBoxRegion";
            this.comboBoxRegion.Size = new System.Drawing.Size(256, 21);
            this.comboBoxRegion.TabIndex = 3;
            this.comboBoxRegion.SelectedIndexChanged += new System.EventHandler(this.comboBoxRegion_SelectedIndexChanged);
            // 
            // cbComputeZ
            // 
            this.cbComputeZ.AutoSize = true;
            tableLayoutPanel1.SetColumnSpan(this.cbComputeZ, 2);
            this.cbComputeZ.Dock = System.Windows.Forms.DockStyle.Top;
            this.cbComputeZ.Location = new System.Drawing.Point(3, 185);
            this.cbComputeZ.Name = "cbComputeZ";
            this.cbComputeZ.Size = new System.Drawing.Size(256, 17);
            this.cbComputeZ.TabIndex = 2;
            this.cbComputeZ.Text = "Compute Z from Alphamap";
            this.cbComputeZ.UseVisualStyleBackColor = true;
            this.cbComputeZ.CheckedChanged += new System.EventHandler(this.cbComputeZ_CheckedChanged);
            // 
            // headerStrip1
            // 
            this.headerStrip1.AutoSize = false;
            this.headerStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.headerStrip1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.headerStrip1.ForeColor = System.Drawing.Color.Gray;
            this.headerStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.headerStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1});
            this.headerStrip1.Location = new System.Drawing.Point(0, 27);
            this.headerStrip1.Name = "headerStrip1";
            this.headerStrip1.Size = new System.Drawing.Size(131, 25);
            this.headerStrip1.TabIndex = 1;
            this.headerStrip1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical90;
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(43, 22);
            this.toolStripLabel1.Text = "Zone";
            this.toolStripLabel1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
            // 
            // headerStrip2
            // 
            this.headerStrip2.AutoSize = false;
            this.headerStrip2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.headerStrip2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.headerStrip2.ForeColor = System.Drawing.Color.Gray;
            this.headerStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.headerStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel2});
            this.headerStrip2.Location = new System.Drawing.Point(131, 27);
            this.headerStrip2.Name = "headerStrip2";
            this.headerStrip2.Size = new System.Drawing.Size(131, 25);
            this.headerStrip2.TabIndex = 4;
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(58, 22);
            this.toolStripLabel2.Text = "Region";
            // 
            // PositionConverter
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tableLayoutPanel1);
            this.Name = "PositionConverter";
            this.Size = new System.Drawing.Size(262, 249);
            this.Load += new System.EventHandler(this.PositionConverter_Load);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.zoneX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.zoneY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.zoneZ)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.regionX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.regionY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.regionZ)).EndInit();
            this.headerStrip1.ResumeLayout(false);
            this.headerStrip1.PerformLayout();
            this.headerStrip2.ResumeLayout(false);
            this.headerStrip2.PerformLayout();
            this.ResumeLayout(false);

		}
Esempio n. 24
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.GroupBox gbTags;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchForm));
     System.Windows.Forms.GroupBox              gbSearch;
     System.Windows.Forms.TableLayoutPanel      tlpSearchResults;
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6  = 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 dataGridViewCellStyle7  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.ToolStripSeparator    tssTagSeparator;
     this.flpTagFlow                   = new System.Windows.Forms.FlowLayoutPanel();
     this.tsSearch                     = new System.Windows.Forms.ToolStrip();
     this.tsstbSearchText              = new easyMoney.Controls.ToolStripSpringTextBox();
     this.tsbDisplaySearchResults      = new System.Windows.Forms.ToolStripButton();
     this.dgvSearchResults             = new System.Windows.Forms.DataGridView();
     this.dgvcSearchResultsType        = new System.Windows.Forms.DataGridViewImageColumn();
     this.dgvcSearchResultsTitle       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvcSearchResultsDate        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvcSearchResultsAmount      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvcSearchResultsTags        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.scSearchSplitContainer       = new System.Windows.Forms.SplitContainer();
     this.cmsSearchResults             = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiOpenResult               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiEditResult               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiAccountBalanceCorrection = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSubmitPlanTransaction    = new System.Windows.Forms.ToolStripMenuItem();
     this.tssSearchResultsSeparator    = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiDeleteResult             = new System.Windows.Forms.ToolStripMenuItem();
     this.cmsTag            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiShowTagUsages = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiRenameTag     = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDeleteTag     = new System.Windows.Forms.ToolStripMenuItem();
     gbTags           = new System.Windows.Forms.GroupBox();
     gbSearch         = new System.Windows.Forms.GroupBox();
     tlpSearchResults = new System.Windows.Forms.TableLayoutPanel();
     tssTagSeparator  = new System.Windows.Forms.ToolStripSeparator();
     gbTags.SuspendLayout();
     gbSearch.SuspendLayout();
     tlpSearchResults.SuspendLayout();
     this.tsSearch.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSearchResults)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.scSearchSplitContainer)).BeginInit();
     this.scSearchSplitContainer.Panel1.SuspendLayout();
     this.scSearchSplitContainer.Panel2.SuspendLayout();
     this.scSearchSplitContainer.SuspendLayout();
     this.cmsSearchResults.SuspendLayout();
     this.cmsTag.SuspendLayout();
     this.SuspendLayout();
     //
     // gbTags
     //
     gbTags.Controls.Add(this.flpTagFlow);
     resources.ApplyResources(gbTags, "gbTags");
     gbTags.Name    = "gbTags";
     gbTags.TabStop = false;
     //
     // flpTagFlow
     //
     resources.ApplyResources(this.flpTagFlow, "flpTagFlow");
     this.flpTagFlow.Name = "flpTagFlow";
     //
     // gbSearch
     //
     gbSearch.Controls.Add(tlpSearchResults);
     resources.ApplyResources(gbSearch, "gbSearch");
     gbSearch.Name    = "gbSearch";
     gbSearch.TabStop = false;
     //
     // tlpSearchResults
     //
     resources.ApplyResources(tlpSearchResults, "tlpSearchResults");
     tlpSearchResults.Controls.Add(this.tsSearch, 0, 0);
     tlpSearchResults.Controls.Add(this.dgvSearchResults, 0, 1);
     tlpSearchResults.Name = "tlpSearchResults";
     //
     // tsSearch
     //
     this.tsSearch.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsSearch.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsstbSearchText,
         this.tsbDisplaySearchResults
     });
     resources.ApplyResources(this.tsSearch, "tsSearch");
     this.tsSearch.Name    = "tsSearch";
     this.tsSearch.TabStop = true;
     //
     // tsstbSearchText
     //
     this.tsstbSearchText.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.tsstbSearchText.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.tsstbSearchText.Name = "tsstbSearchText";
     resources.ApplyResources(this.tsstbSearchText, "tsstbSearchText");
     //
     // tsbDisplaySearchResults
     //
     this.tsbDisplaySearchResults.Image = global::easyMoney.Manager.Properties.Resources.magnifier;
     resources.ApplyResources(this.tsbDisplaySearchResults, "tsbDisplaySearchResults");
     this.tsbDisplaySearchResults.Name   = "tsbDisplaySearchResults";
     this.tsbDisplaySearchResults.Click += new System.EventHandler(this.tsbDisplaySearchResults_Click);
     //
     // dgvSearchResults
     //
     this.dgvSearchResults.AllowUserToAddRows       = false;
     this.dgvSearchResults.AllowUserToDeleteRows    = false;
     this.dgvSearchResults.AllowUserToOrderColumns  = true;
     this.dgvSearchResults.AllowUserToResizeRows    = false;
     this.dgvSearchResults.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.dgvSearchResults.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
     this.dgvSearchResults.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     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)(204)));
     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.dgvSearchResults.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
     this.dgvSearchResults.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvSearchResults.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dgvcSearchResultsType,
         this.dgvcSearchResultsTitle,
         this.dgvcSearchResultsDate,
         this.dgvcSearchResultsAmount,
         this.dgvcSearchResultsTags
     });
     dataGridViewCellStyle9.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle9.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle9.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     dataGridViewCellStyle9.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle9.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvSearchResults.DefaultCellStyle    = dataGridViewCellStyle9;
     resources.ApplyResources(this.dgvSearchResults, "dgvSearchResults");
     this.dgvSearchResults.MultiSelect                = false;
     this.dgvSearchResults.Name                       = "dgvSearchResults";
     this.dgvSearchResults.ReadOnly                   = true;
     this.dgvSearchResults.RowHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     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)(204)));
     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.dgvSearchResults.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
     this.dgvSearchResults.RowHeadersVisible          = false;
     this.dgvSearchResults.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvSearchResults.ShowEditingIcon            = false;
     this.dgvSearchResults.CellDoubleClick           += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSearchResults_CellDoubleClick);
     this.dgvSearchResults.KeyDown                   += new System.Windows.Forms.KeyEventHandler(this.dgvSearchResults_KeyDown);
     this.dgvSearchResults.MouseClick                += new System.Windows.Forms.MouseEventHandler(this.dgvSearchResults_MouseClick);
     //
     // dgvcSearchResultsType
     //
     resources.ApplyResources(this.dgvcSearchResultsType, "dgvcSearchResultsType");
     this.dgvcSearchResultsType.Name     = "dgvcSearchResultsType";
     this.dgvcSearchResultsType.ReadOnly = true;
     //
     // dgvcSearchResultsTitle
     //
     resources.ApplyResources(this.dgvcSearchResultsTitle, "dgvcSearchResultsTitle");
     this.dgvcSearchResultsTitle.Name     = "dgvcSearchResultsTitle";
     this.dgvcSearchResultsTitle.ReadOnly = true;
     //
     // dgvcSearchResultsDate
     //
     dataGridViewCellStyle7.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle7.Format               = "d";
     this.dgvcSearchResultsDate.DefaultCellStyle = dataGridViewCellStyle7;
     resources.ApplyResources(this.dgvcSearchResultsDate, "dgvcSearchResultsDate");
     this.dgvcSearchResultsDate.Name     = "dgvcSearchResultsDate";
     this.dgvcSearchResultsDate.ReadOnly = true;
     //
     // dgvcSearchResultsAmount
     //
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.dgvcSearchResultsAmount.DefaultCellStyle = dataGridViewCellStyle8;
     resources.ApplyResources(this.dgvcSearchResultsAmount, "dgvcSearchResultsAmount");
     this.dgvcSearchResultsAmount.Name     = "dgvcSearchResultsAmount";
     this.dgvcSearchResultsAmount.ReadOnly = true;
     //
     // dgvcSearchResultsTags
     //
     this.dgvcSearchResultsTags.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     resources.ApplyResources(this.dgvcSearchResultsTags, "dgvcSearchResultsTags");
     this.dgvcSearchResultsTags.Name     = "dgvcSearchResultsTags";
     this.dgvcSearchResultsTags.ReadOnly = true;
     //
     // tssTagSeparator
     //
     tssTagSeparator.Name = "tssTagSeparator";
     resources.ApplyResources(tssTagSeparator, "tssTagSeparator");
     //
     // scSearchSplitContainer
     //
     resources.ApplyResources(this.scSearchSplitContainer, "scSearchSplitContainer");
     this.scSearchSplitContainer.Name = "scSearchSplitContainer";
     //
     // scSearchSplitContainer.Panel1
     //
     this.scSearchSplitContainer.Panel1.Controls.Add(gbTags);
     //
     // scSearchSplitContainer.Panel2
     //
     this.scSearchSplitContainer.Panel2.Controls.Add(gbSearch);
     //
     // cmsSearchResults
     //
     this.cmsSearchResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiOpenResult,
         this.tsmiEditResult,
         this.tsmiAccountBalanceCorrection,
         this.tsmiSubmitPlanTransaction,
         this.tssSearchResultsSeparator,
         this.tsmiDeleteResult
     });
     this.cmsSearchResults.Name = "cmsSearchResults";
     resources.ApplyResources(this.cmsSearchResults, "cmsSearchResults");
     this.cmsSearchResults.Opening += new System.ComponentModel.CancelEventHandler(this.cmsSearchResults_Opening);
     //
     // tsmiOpenResult
     //
     this.tsmiOpenResult.Name = "tsmiOpenResult";
     resources.ApplyResources(this.tsmiOpenResult, "tsmiOpenResult");
     this.tsmiOpenResult.Click += new System.EventHandler(this.tsmiOpenEditResult_Click);
     //
     // tsmiEditResult
     //
     this.tsmiEditResult.Image = global::easyMoney.Manager.Properties.Resources.pencil;
     this.tsmiEditResult.Name  = "tsmiEditResult";
     resources.ApplyResources(this.tsmiEditResult, "tsmiEditResult");
     this.tsmiEditResult.Click += new System.EventHandler(this.tsmiOpenEditResult_Click);
     //
     // tsmiAccountBalanceCorrection
     //
     this.tsmiAccountBalanceCorrection.Image = global::easyMoney.Manager.Properties.Resources.calculator;
     this.tsmiAccountBalanceCorrection.Name  = "tsmiAccountBalanceCorrection";
     resources.ApplyResources(this.tsmiAccountBalanceCorrection, "tsmiAccountBalanceCorrection");
     this.tsmiAccountBalanceCorrection.Click += new System.EventHandler(this.tsmiAccountBalanceCorrection_Click);
     //
     // tsmiSubmitPlanTransaction
     //
     this.tsmiSubmitPlanTransaction.Image = global::easyMoney.Manager.Properties.Resources.application_form;
     this.tsmiSubmitPlanTransaction.Name  = "tsmiSubmitPlanTransaction";
     resources.ApplyResources(this.tsmiSubmitPlanTransaction, "tsmiSubmitPlanTransaction");
     this.tsmiSubmitPlanTransaction.Click += new System.EventHandler(this.tsmiSubmitPlanTransaction_Click);
     //
     // tssSearchResultsSeparator
     //
     this.tssSearchResultsSeparator.Name = "tssSearchResultsSeparator";
     resources.ApplyResources(this.tssSearchResultsSeparator, "tssSearchResultsSeparator");
     //
     // tsmiDeleteResult
     //
     this.tsmiDeleteResult.Image = global::easyMoney.Manager.Properties.Resources.delete;
     this.tsmiDeleteResult.Name  = "tsmiDeleteResult";
     resources.ApplyResources(this.tsmiDeleteResult, "tsmiDeleteResult");
     this.tsmiDeleteResult.Click += new System.EventHandler(this.tsmiDeleteResult_Click);
     //
     // cmsTag
     //
     this.cmsTag.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiShowTagUsages,
         this.tsmiRenameTag,
         tssTagSeparator,
         this.tsmiDeleteTag
     });
     this.cmsTag.Name = "cmsTag";
     resources.ApplyResources(this.cmsTag, "cmsTag");
     //
     // tsmiShowTagUsages
     //
     resources.ApplyResources(this.tsmiShowTagUsages, "tsmiShowTagUsages");
     this.tsmiShowTagUsages.Image  = global::easyMoney.Manager.Properties.Resources.table_multiple;
     this.tsmiShowTagUsages.Name   = "tsmiShowTagUsages";
     this.tsmiShowTagUsages.Click += new System.EventHandler(this.tsmiShowTagUsages_Click);
     //
     // tsmiRenameTag
     //
     this.tsmiRenameTag.Image = global::easyMoney.Manager.Properties.Resources.pencil;
     this.tsmiRenameTag.Name  = "tsmiRenameTag";
     resources.ApplyResources(this.tsmiRenameTag, "tsmiRenameTag");
     this.tsmiRenameTag.Click += new System.EventHandler(this.tsmiRenameTag_Click);
     //
     // tsmiDeleteTag
     //
     this.tsmiDeleteTag.Image = global::easyMoney.Manager.Properties.Resources.delete;
     this.tsmiDeleteTag.Name  = "tsmiDeleteTag";
     resources.ApplyResources(this.tsmiDeleteTag, "tsmiDeleteTag");
     this.tsmiDeleteTag.Click += new System.EventHandler(this.tsmiDeleteTag_Click);
     //
     // SearchForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.scSearchSplitContainer);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SearchForm";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.SearchForm_FormClosing);
     this.Load           += new System.EventHandler(this.SearchForm_Load);
     gbTags.ResumeLayout(false);
     gbSearch.ResumeLayout(false);
     tlpSearchResults.ResumeLayout(false);
     tlpSearchResults.PerformLayout();
     this.tsSearch.ResumeLayout(false);
     this.tsSearch.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSearchResults)).EndInit();
     this.scSearchSplitContainer.Panel1.ResumeLayout(false);
     this.scSearchSplitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.scSearchSplitContainer)).EndInit();
     this.scSearchSplitContainer.ResumeLayout(false);
     this.cmsSearchResults.ResumeLayout(false);
     this.cmsTag.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 25
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 lblMIDIChannel;
            System.Windows.Forms.Label lblMIDIDevice;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label8;
            System.Windows.Forms.Label label9;
            System.Windows.Forms.Label label10;
            System.Windows.Forms.Label label11;
            System.Windows.Forms.Label label12;
            System.Windows.Forms.Label label13;
            System.Windows.Forms.Label label14;
            System.Windows.Forms.Label label15;
            System.Windows.Forms.Label label16;
            System.Windows.Forms.Label label17;
            System.Windows.Forms.Label label18;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label19;
            System.Windows.Forms.Label label20;
            System.Windows.Forms.Label label21;
            System.Windows.Forms.Label label22;
            System.Windows.Forms.Label label23;
            System.Windows.Forms.Label label24;
            System.Windows.Forms.Label label25;
            System.Windows.Forms.Label label26;
            System.Windows.Forms.Label label27;
            System.Windows.Forms.Label label28;
            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 label35;
            System.Windows.Forms.Label label36;
            System.Windows.Forms.Label label38;
            System.Windows.Forms.Label label37;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
            this.ddlAdvSwitchDPadUp = new System.Windows.Forms.ComboBox();
            this.nupAdvVelDPadUp = new System.Windows.Forms.NumericUpDown();
            this.ddlAdvSwitchDPadRight = new System.Windows.Forms.ComboBox();
            this.ddlAdvSwitchDPadDown = new System.Windows.Forms.ComboBox();
            this.ddlAdvSwitchDPadLeft = new System.Windows.Forms.ComboBox();
            this.ddlAdvSwitchTriangle = new System.Windows.Forms.ComboBox();
            this.ddlAdvSwitchCircle = new System.Windows.Forms.ComboBox();
            this.ddlAdvSwitchX = new System.Windows.Forms.ComboBox();
            this.ddlAdvSwitchRectangle = new System.Windows.Forms.ComboBox();
            this.ddlAdvSwitchSelect = new System.Windows.Forms.ComboBox();
            this.ddlAdvSwitchStart = new System.Windows.Forms.ComboBox();
            this.ddlAdvSwitchBigButton = new System.Windows.Forms.ComboBox();
            this.nupAdvVelDPadRight = new System.Windows.Forms.NumericUpDown();
            this.nupAdvVelDPadDown = new System.Windows.Forms.NumericUpDown();
            this.nupAdvVelDPadLeft = new System.Windows.Forms.NumericUpDown();
            this.nupAdvVelTriangle = new System.Windows.Forms.NumericUpDown();
            this.nupAdvVelCircle = new System.Windows.Forms.NumericUpDown();
            this.nupAdvVelX = new System.Windows.Forms.NumericUpDown();
            this.nupAdvVelRectangle = new System.Windows.Forms.NumericUpDown();
            this.nupAdvVelSelect = new System.Windows.Forms.NumericUpDown();
            this.nupAdvVelBigButton = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteStart = new System.Windows.Forms.NumericUpDown();
            this.nupAdvVelStart = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteBigButton = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteSelect = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteRectangle = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteX = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteCircle = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteTriangle = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteDPadLeft = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteDPadDown = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteDPadRight = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteDPadUp = new System.Windows.Forms.NumericUpDown();
            this.nupMIDIChannel = new System.Windows.Forms.NumericUpDown();
            this.ddlMIDIDevice = new System.Windows.Forms.ComboBox();
            this.pnlHolder = new System.Windows.Forms.Panel();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.ddlRedTom = new System.Windows.Forms.ComboBox();
            this.nupRedTom = new System.Windows.Forms.NumericUpDown();
            this.btnRedTom = new System.Windows.Forms.Button();
            this.pbRedTom = new System.Windows.Forms.ProgressBar();
            this.chkBoostRedTom = new System.Windows.Forms.CheckBox();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.ddlYellowTom = new System.Windows.Forms.ComboBox();
            this.nupYellowTom = new System.Windows.Forms.NumericUpDown();
            this.btnYellowTom = new System.Windows.Forms.Button();
            this.pbYellowTom = new System.Windows.Forms.ProgressBar();
            this.chkBoostYellowTom = new System.Windows.Forms.CheckBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.nupBlueTom = new System.Windows.Forms.NumericUpDown();
            this.btnBlueTom = new System.Windows.Forms.Button();
            this.pbBlueTom = new System.Windows.Forms.ProgressBar();
            this.chkBoostBlueTom = new System.Windows.Forms.CheckBox();
            this.ddlBlueTom = new System.Windows.Forms.ComboBox();
            this.groupBox13 = new System.Windows.Forms.GroupBox();
            this.ddlPedalLeft = new System.Windows.Forms.ComboBox();
            this.btnPedalLeft = new System.Windows.Forms.Button();
            this.pbPedalLeft = new System.Windows.Forms.ProgressBar();
            this.chkBoostPedalLeft = new System.Windows.Forms.CheckBox();
            this.nupPedalLeft = new System.Windows.Forms.NumericUpDown();
            this.groupBox12 = new System.Windows.Forms.GroupBox();
            this.ddlPedalRight = new System.Windows.Forms.ComboBox();
            this.btnPedalRight = new System.Windows.Forms.Button();
            this.nupPedalRight = new System.Windows.Forms.NumericUpDown();
            this.pbPedalRight = new System.Windows.Forms.ProgressBar();
            this.chkBoostPedalRight = new System.Windows.Forms.CheckBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.nupGreenTom = new System.Windows.Forms.NumericUpDown();
            this.btnGreenTom = new System.Windows.Forms.Button();
            this.pbGreenTom = new System.Windows.Forms.ProgressBar();
            this.chkBoostGreenTom = new System.Windows.Forms.CheckBox();
            this.ddlGreenTom = new System.Windows.Forms.ComboBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.nupGreenCymbal = new System.Windows.Forms.NumericUpDown();
            this.btnGreenCymbal = new System.Windows.Forms.Button();
            this.pbGreenCymbal = new System.Windows.Forms.ProgressBar();
            this.chkBoostGreenCymbal = new System.Windows.Forms.CheckBox();
            this.ddlGreenCymbal = new System.Windows.Forms.ComboBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.nupBlueCymbal = new System.Windows.Forms.NumericUpDown();
            this.btnBlueCymbal = new System.Windows.Forms.Button();
            this.pbBlueCymbal = new System.Windows.Forms.ProgressBar();
            this.chkBoostBlueCymbal = new System.Windows.Forms.CheckBox();
            this.ddlBlueCymbal = new System.Windows.Forms.ComboBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.ddlYellowCymbal = new System.Windows.Forms.ComboBox();
            this.nupYellowCymbal = new System.Windows.Forms.NumericUpDown();
            this.btnYellowCymbal = new System.Windows.Forms.Button();
            this.pbYellowCymbal = new System.Windows.Forms.ProgressBar();
            this.chkBoostYellowCymbal = new System.Windows.Forms.CheckBox();
            this.chkDPadLeft = new System.Windows.Forms.CheckBox();
            this.chkDPadDown = new System.Windows.Forms.CheckBox();
            this.chkDPadUp = new System.Windows.Forms.CheckBox();
            this.chkDPadRight = new System.Windows.Forms.CheckBox();
            this.chkBigButton = new System.Windows.Forms.CheckBox();
            this.chkSelect = new System.Windows.Forms.CheckBox();
            this.chkStart = new System.Windows.Forms.CheckBox();
            this.chkRectangle = new System.Windows.Forms.CheckBox();
            this.chkX = new System.Windows.Forms.CheckBox();
            this.chkCircle = new System.Windows.Forms.CheckBox();
            this.chkTriangle = new System.Windows.Forms.CheckBox();
            this.nupDPadDown = new System.Windows.Forms.NumericUpDown();
            this.nupDPadLeft = new System.Windows.Forms.NumericUpDown();
            this.nupDPadUp = new System.Windows.Forms.NumericUpDown();
            this.nupDPadRight = new System.Windows.Forms.NumericUpDown();
            this.nupBigButton = new System.Windows.Forms.NumericUpDown();
            this.nupStart = new System.Windows.Forms.NumericUpDown();
            this.nupSelect = new System.Windows.Forms.NumericUpDown();
            this.nupRectangle = new System.Windows.Forms.NumericUpDown();
            this.nupX = new System.Windows.Forms.NumericUpDown();
            this.nupTriangle = new System.Windows.Forms.NumericUpDown();
            this.nupCircle = new System.Windows.Forms.NumericUpDown();
            this.lowerValues = new System.Windows.Forms.Timer(this.components);
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.btnSave = new System.Windows.Forms.Button();
            this.btnLoad = new System.Windows.Forms.Button();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.btnReset = new System.Windows.Forms.Button();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.groupBox11 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.nupAdvNotePedalRight = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNotePedalLeft = new System.Windows.Forms.NumericUpDown();
            this.chkAdvBoostPedalLeft = new System.Windows.Forms.CheckBox();
            this.chkAdvBoostPedalRight = new System.Windows.Forms.CheckBox();
            this.ddlAdvBoostPedalLeft = new System.Windows.Forms.ComboBox();
            this.ddlAdvBoostPedalRight = new System.Windows.Forms.ComboBox();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.ddlAdvBoostRedTom = new System.Windows.Forms.ComboBox();
            this.nupAdvNoteGreenCymbal = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteGreenTom = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteBlueCymbal = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteBlueTom = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteYellowCymbal = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteYellowTom = new System.Windows.Forms.NumericUpDown();
            this.nupAdvNoteRedTom = new System.Windows.Forms.NumericUpDown();
            this.chkAdvBoostRedTom = new System.Windows.Forms.CheckBox();
            this.chkAdvBoostYellowTom = new System.Windows.Forms.CheckBox();
            this.chkAdvBoostYellowCymbal = new System.Windows.Forms.CheckBox();
            this.chkAdvBoostBlueTom = new System.Windows.Forms.CheckBox();
            this.chkAdvBoostBlueCymbal = new System.Windows.Forms.CheckBox();
            this.chkAdvBoostGreenTom = new System.Windows.Forms.CheckBox();
            this.chkAdvBoostGreenCymbal = new System.Windows.Forms.CheckBox();
            this.ddlAdvBoostYellowTom = new System.Windows.Forms.ComboBox();
            this.ddlAdvBoostYellowCymbal = new System.Windows.Forms.ComboBox();
            this.ddlAdvBoostBlueTom = new System.Windows.Forms.ComboBox();
            this.ddlAdvBoostBlueCymbal = new System.Windows.Forms.ComboBox();
            this.ddlAdvBoostGreenTom = new System.Windows.Forms.ComboBox();
            this.ddlAdvBoostGreenCymbal = new System.Windows.Forms.ComboBox();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.nupMNvelMult = new System.Windows.Forms.NumericUpDown();
            this.lbMN = new System.Windows.Forms.ListBox();
            this.btnMNAdd = new System.Windows.Forms.Button();
            this.btnMNRemove = new System.Windows.Forms.Button();
            this.ddlMNnote = new System.Windows.Forms.ComboBox();
            this.nupMNvelAdd = new System.Windows.Forms.NumericUpDown();
            this.nupMNvelCheck = new System.Windows.Forms.NumericUpDown();
            this.nupMNnoteTo = new System.Windows.Forms.NumericUpDown();
            this.ddlMNvelCheck = new System.Windows.Forms.ComboBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnRefreshUsb = new System.Windows.Forms.Button();
            this.ddlController = new System.Windows.Forms.ComboBox();
            this.ddlUsbController = new System.Windows.Forms.ComboBox();
            this.btnConnect = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            lblMIDIChannel = new System.Windows.Forms.Label();
            lblMIDIDevice = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            label5 = new System.Windows.Forms.Label();
            label6 = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            label8 = new System.Windows.Forms.Label();
            label9 = new System.Windows.Forms.Label();
            label10 = new System.Windows.Forms.Label();
            label11 = new System.Windows.Forms.Label();
            label12 = new System.Windows.Forms.Label();
            label13 = new System.Windows.Forms.Label();
            label14 = new System.Windows.Forms.Label();
            label15 = new System.Windows.Forms.Label();
            label16 = new System.Windows.Forms.Label();
            label17 = new System.Windows.Forms.Label();
            label18 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            label19 = new System.Windows.Forms.Label();
            label20 = new System.Windows.Forms.Label();
            label21 = new System.Windows.Forms.Label();
            label22 = new System.Windows.Forms.Label();
            label23 = new System.Windows.Forms.Label();
            label24 = new System.Windows.Forms.Label();
            label25 = new System.Windows.Forms.Label();
            label26 = new System.Windows.Forms.Label();
            label27 = new System.Windows.Forms.Label();
            label28 = 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();
            label35 = new System.Windows.Forms.Label();
            label36 = new System.Windows.Forms.Label();
            label38 = new System.Windows.Forms.Label();
            label37 = new System.Windows.Forms.Label();
            tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadUp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadRight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadLeft)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelTriangle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelCircle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelRectangle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelSelect)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelBigButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteStart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelStart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBigButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteSelect)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteRectangle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteCircle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteTriangle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadLeft)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadRight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadUp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupMIDIChannel)).BeginInit();
            this.pnlHolder.SuspendLayout();
            this.groupBox7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupRedTom)).BeginInit();
            this.groupBox6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupYellowTom)).BeginInit();
            this.groupBox5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupBlueTom)).BeginInit();
            this.groupBox13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupPedalLeft)).BeginInit();
            this.groupBox12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupPedalRight)).BeginInit();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupGreenTom)).BeginInit();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupGreenCymbal)).BeginInit();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupBlueCymbal)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupYellowCymbal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupDPadDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupDPadLeft)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupDPadUp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupDPadRight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupBigButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupStart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupSelect)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupRectangle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupTriangle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupCircle)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.groupBox11.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNotePedalRight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNotePedalLeft)).BeginInit();
            this.groupBox10.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteGreenCymbal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteGreenTom)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBlueCymbal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBlueTom)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteYellowCymbal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteYellowTom)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteRedTom)).BeginInit();
            this.groupBox9.SuspendLayout();
            this.groupBox8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupMNvelMult)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupMNvelAdd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupMNvelCheck)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupMNnoteTo)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblMIDIChannel
            // 
            lblMIDIChannel.Location = new System.Drawing.Point(764, 4);
            lblMIDIChannel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            lblMIDIChannel.Name = "lblMIDIChannel";
            lblMIDIChannel.Size = new System.Drawing.Size(107, 30);
            lblMIDIChannel.TabIndex = 21;
            lblMIDIChannel.Text = "MIDI Channel";
            lblMIDIChannel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblMIDIDevice
            // 
            lblMIDIDevice.Location = new System.Drawing.Point(583, 4);
            lblMIDIDevice.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            lblMIDIDevice.Name = "lblMIDIDevice";
            lblMIDIDevice.Size = new System.Drawing.Size(96, 30);
            lblMIDIDevice.TabIndex = 20;
            lblMIDIDevice.Text = "MIDI Device";
            lblMIDIDevice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(6, 22);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(66, 17);
            label1.TabIndex = 8;
            label1.Text = "If velocity";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(150, 51);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(103, 17);
            label2.TabIndex = 10;
            label2.Text = "change note to";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(4, 32);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(65, 17);
            label3.TabIndex = 0;
            label3.Text = "DPad Up";
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            tableLayoutPanel1.ColumnCount = 4;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 19.48357F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.59624F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.80282F));
            tableLayoutPanel1.Controls.Add(label3, 0, 1);
            tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchDPadUp, 3, 1);
            tableLayoutPanel1.Controls.Add(label5, 0, 0);
            tableLayoutPanel1.Controls.Add(label6, 1, 0);
            tableLayoutPanel1.Controls.Add(label7, 2, 0);
            tableLayoutPanel1.Controls.Add(label8, 3, 0);
            tableLayoutPanel1.Controls.Add(this.nupAdvVelDPadUp, 2, 1);
            tableLayoutPanel1.Controls.Add(label9, 0, 2);
            tableLayoutPanel1.Controls.Add(label10, 0, 3);
            tableLayoutPanel1.Controls.Add(label11, 0, 4);
            tableLayoutPanel1.Controls.Add(label12, 0, 5);
            tableLayoutPanel1.Controls.Add(label13, 0, 6);
            tableLayoutPanel1.Controls.Add(label14, 0, 7);
            tableLayoutPanel1.Controls.Add(label15, 0, 8);
            tableLayoutPanel1.Controls.Add(label16, 0, 9);
            tableLayoutPanel1.Controls.Add(label17, 0, 10);
            tableLayoutPanel1.Controls.Add(label18, 0, 11);
            tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchDPadRight, 3, 2);
            tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchDPadDown, 3, 3);
            tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchDPadLeft, 3, 4);
            tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchTriangle, 3, 5);
            tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchCircle, 3, 6);
            tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchX, 3, 7);
            tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchRectangle, 3, 8);
            tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchSelect, 3, 9);
            tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchStart, 3, 10);
            tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchBigButton, 3, 11);
            tableLayoutPanel1.Controls.Add(this.nupAdvVelDPadRight, 2, 2);
            tableLayoutPanel1.Controls.Add(this.nupAdvVelDPadDown, 2, 3);
            tableLayoutPanel1.Controls.Add(this.nupAdvVelDPadLeft, 2, 4);
            tableLayoutPanel1.Controls.Add(this.nupAdvVelTriangle, 2, 5);
            tableLayoutPanel1.Controls.Add(this.nupAdvVelCircle, 2, 6);
            tableLayoutPanel1.Controls.Add(this.nupAdvVelX, 2, 7);
            tableLayoutPanel1.Controls.Add(this.nupAdvVelRectangle, 2, 8);
            tableLayoutPanel1.Controls.Add(this.nupAdvVelSelect, 2, 9);
            tableLayoutPanel1.Controls.Add(this.nupAdvVelBigButton, 2, 11);
            tableLayoutPanel1.Controls.Add(this.nupAdvNoteStart, 1, 10);
            tableLayoutPanel1.Controls.Add(this.nupAdvVelStart, 2, 10);
            tableLayoutPanel1.Controls.Add(this.nupAdvNoteBigButton, 1, 11);
            tableLayoutPanel1.Controls.Add(this.nupAdvNoteSelect, 1, 9);
            tableLayoutPanel1.Controls.Add(this.nupAdvNoteRectangle, 1, 8);
            tableLayoutPanel1.Controls.Add(this.nupAdvNoteX, 1, 7);
            tableLayoutPanel1.Controls.Add(this.nupAdvNoteCircle, 1, 6);
            tableLayoutPanel1.Controls.Add(this.nupAdvNoteTriangle, 1, 5);
            tableLayoutPanel1.Controls.Add(this.nupAdvNoteDPadLeft, 1, 4);
            tableLayoutPanel1.Controls.Add(this.nupAdvNoteDPadDown, 1, 3);
            tableLayoutPanel1.Controls.Add(this.nupAdvNoteDPadRight, 1, 2);
            tableLayoutPanel1.Controls.Add(this.nupAdvNoteDPadUp, 1, 1);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(3, 18);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 12;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.Size = new System.Drawing.Size(427, 377);
            tableLayoutPanel1.TabIndex = 2;
            // 
            // ddlAdvSwitchDPadUp
            // 
            this.ddlAdvSwitchDPadUp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvSwitchDPadUp.FormattingEnabled = true;
            this.ddlAdvSwitchDPadUp.Location = new System.Drawing.Point(285, 35);
            this.ddlAdvSwitchDPadUp.Name = "ddlAdvSwitchDPadUp";
            this.ddlAdvSwitchDPadUp.Size = new System.Drawing.Size(138, 24);
            this.ddlAdvSwitchDPadUp.TabIndex = 1;
            // 
            // label5
            // 
            label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label5.Location = new System.Drawing.Point(4, 1);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(99, 27);
            label5.TabIndex = 0;
            label5.Text = "Button";
            label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label6
            // 
            label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label6.Location = new System.Drawing.Point(110, 1);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(76, 27);
            label6.TabIndex = 0;
            label6.Text = "Note";
            label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label7
            // 
            label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label7.Location = new System.Drawing.Point(193, 1);
            label7.Name = "label7";
            label7.Size = new System.Drawing.Size(85, 27);
            label7.TabIndex = 0;
            label7.Text = "Velocity";
            label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label8
            // 
            label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label8.Location = new System.Drawing.Point(285, 1);
            label8.Name = "label8";
            label8.Size = new System.Drawing.Size(101, 27);
            label8.TabIndex = 0;
            label8.Text = "Switch mode";
            label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // nupAdvVelDPadUp
            // 
            this.nupAdvVelDPadUp.Location = new System.Drawing.Point(194, 36);
            this.nupAdvVelDPadUp.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvVelDPadUp.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvVelDPadUp.Name = "nupAdvVelDPadUp";
            this.nupAdvVelDPadUp.Size = new System.Drawing.Size(83, 22);
            this.nupAdvVelDPadUp.TabIndex = 6;
            this.nupAdvVelDPadUp.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // label9
            // 
            label9.AutoSize = true;
            label9.Location = new System.Drawing.Point(4, 63);
            label9.Name = "label9";
            label9.Size = new System.Drawing.Size(80, 17);
            label9.TabIndex = 0;
            label9.Text = "DPad Right";
            // 
            // label10
            // 
            label10.AutoSize = true;
            label10.Location = new System.Drawing.Point(4, 94);
            label10.Name = "label10";
            label10.Size = new System.Drawing.Size(82, 17);
            label10.TabIndex = 0;
            label10.Text = "DPad Down";
            // 
            // label11
            // 
            label11.AutoSize = true;
            label11.Location = new System.Drawing.Point(4, 125);
            label11.Name = "label11";
            label11.Size = new System.Drawing.Size(71, 17);
            label11.TabIndex = 0;
            label11.Text = "DPad Left";
            // 
            // label12
            // 
            label12.AutoSize = true;
            label12.Location = new System.Drawing.Point(4, 156);
            label12.Name = "label12";
            label12.Size = new System.Drawing.Size(60, 17);
            label12.TabIndex = 0;
            label12.Text = "Triangle";
            // 
            // label13
            // 
            label13.AutoSize = true;
            label13.Location = new System.Drawing.Point(4, 187);
            label13.Name = "label13";
            label13.Size = new System.Drawing.Size(43, 17);
            label13.TabIndex = 0;
            label13.Text = "Circle";
            // 
            // label14
            // 
            label14.AutoSize = true;
            label14.Location = new System.Drawing.Point(4, 218);
            label14.Name = "label14";
            label14.Size = new System.Drawing.Size(17, 17);
            label14.TabIndex = 0;
            label14.Text = "X";
            // 
            // label15
            // 
            label15.AutoSize = true;
            label15.Location = new System.Drawing.Point(4, 249);
            label15.Name = "label15";
            label15.Size = new System.Drawing.Size(72, 17);
            label15.TabIndex = 0;
            label15.Text = "Rectangle";
            // 
            // label16
            // 
            label16.AutoSize = true;
            label16.Location = new System.Drawing.Point(4, 280);
            label16.Name = "label16";
            label16.Size = new System.Drawing.Size(47, 17);
            label16.TabIndex = 0;
            label16.Text = "Select";
            // 
            // label17
            // 
            label17.AutoSize = true;
            label17.Location = new System.Drawing.Point(4, 311);
            label17.Name = "label17";
            label17.Size = new System.Drawing.Size(38, 17);
            label17.TabIndex = 0;
            label17.Text = "Start";
            // 
            // label18
            // 
            label18.AutoSize = true;
            label18.Location = new System.Drawing.Point(4, 342);
            label18.Name = "label18";
            label18.Size = new System.Drawing.Size(72, 17);
            label18.TabIndex = 0;
            label18.Text = "Big button";
            // 
            // ddlAdvSwitchDPadRight
            // 
            this.ddlAdvSwitchDPadRight.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvSwitchDPadRight.FormattingEnabled = true;
            this.ddlAdvSwitchDPadRight.Location = new System.Drawing.Point(285, 66);
            this.ddlAdvSwitchDPadRight.Name = "ddlAdvSwitchDPadRight";
            this.ddlAdvSwitchDPadRight.Size = new System.Drawing.Size(138, 24);
            this.ddlAdvSwitchDPadRight.TabIndex = 1;
            // 
            // ddlAdvSwitchDPadDown
            // 
            this.ddlAdvSwitchDPadDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvSwitchDPadDown.FormattingEnabled = true;
            this.ddlAdvSwitchDPadDown.Location = new System.Drawing.Point(285, 97);
            this.ddlAdvSwitchDPadDown.Name = "ddlAdvSwitchDPadDown";
            this.ddlAdvSwitchDPadDown.Size = new System.Drawing.Size(138, 24);
            this.ddlAdvSwitchDPadDown.TabIndex = 1;
            // 
            // ddlAdvSwitchDPadLeft
            // 
            this.ddlAdvSwitchDPadLeft.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvSwitchDPadLeft.FormattingEnabled = true;
            this.ddlAdvSwitchDPadLeft.Location = new System.Drawing.Point(285, 128);
            this.ddlAdvSwitchDPadLeft.Name = "ddlAdvSwitchDPadLeft";
            this.ddlAdvSwitchDPadLeft.Size = new System.Drawing.Size(138, 24);
            this.ddlAdvSwitchDPadLeft.TabIndex = 1;
            // 
            // ddlAdvSwitchTriangle
            // 
            this.ddlAdvSwitchTriangle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvSwitchTriangle.FormattingEnabled = true;
            this.ddlAdvSwitchTriangle.Location = new System.Drawing.Point(285, 159);
            this.ddlAdvSwitchTriangle.Name = "ddlAdvSwitchTriangle";
            this.ddlAdvSwitchTriangle.Size = new System.Drawing.Size(138, 24);
            this.ddlAdvSwitchTriangle.TabIndex = 1;
            // 
            // ddlAdvSwitchCircle
            // 
            this.ddlAdvSwitchCircle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvSwitchCircle.FormattingEnabled = true;
            this.ddlAdvSwitchCircle.Location = new System.Drawing.Point(285, 190);
            this.ddlAdvSwitchCircle.Name = "ddlAdvSwitchCircle";
            this.ddlAdvSwitchCircle.Size = new System.Drawing.Size(138, 24);
            this.ddlAdvSwitchCircle.TabIndex = 1;
            // 
            // ddlAdvSwitchX
            // 
            this.ddlAdvSwitchX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvSwitchX.FormattingEnabled = true;
            this.ddlAdvSwitchX.Location = new System.Drawing.Point(285, 221);
            this.ddlAdvSwitchX.Name = "ddlAdvSwitchX";
            this.ddlAdvSwitchX.Size = new System.Drawing.Size(138, 24);
            this.ddlAdvSwitchX.TabIndex = 1;
            // 
            // ddlAdvSwitchRectangle
            // 
            this.ddlAdvSwitchRectangle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvSwitchRectangle.FormattingEnabled = true;
            this.ddlAdvSwitchRectangle.Location = new System.Drawing.Point(285, 252);
            this.ddlAdvSwitchRectangle.Name = "ddlAdvSwitchRectangle";
            this.ddlAdvSwitchRectangle.Size = new System.Drawing.Size(138, 24);
            this.ddlAdvSwitchRectangle.TabIndex = 1;
            // 
            // ddlAdvSwitchSelect
            // 
            this.ddlAdvSwitchSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvSwitchSelect.FormattingEnabled = true;
            this.ddlAdvSwitchSelect.Location = new System.Drawing.Point(285, 283);
            this.ddlAdvSwitchSelect.Name = "ddlAdvSwitchSelect";
            this.ddlAdvSwitchSelect.Size = new System.Drawing.Size(138, 24);
            this.ddlAdvSwitchSelect.TabIndex = 1;
            // 
            // ddlAdvSwitchStart
            // 
            this.ddlAdvSwitchStart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvSwitchStart.FormattingEnabled = true;
            this.ddlAdvSwitchStart.Location = new System.Drawing.Point(285, 314);
            this.ddlAdvSwitchStart.Name = "ddlAdvSwitchStart";
            this.ddlAdvSwitchStart.Size = new System.Drawing.Size(138, 24);
            this.ddlAdvSwitchStart.TabIndex = 1;
            // 
            // ddlAdvSwitchBigButton
            // 
            this.ddlAdvSwitchBigButton.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvSwitchBigButton.FormattingEnabled = true;
            this.ddlAdvSwitchBigButton.Location = new System.Drawing.Point(285, 345);
            this.ddlAdvSwitchBigButton.Name = "ddlAdvSwitchBigButton";
            this.ddlAdvSwitchBigButton.Size = new System.Drawing.Size(138, 24);
            this.ddlAdvSwitchBigButton.TabIndex = 1;
            // 
            // nupAdvVelDPadRight
            // 
            this.nupAdvVelDPadRight.Location = new System.Drawing.Point(194, 67);
            this.nupAdvVelDPadRight.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvVelDPadRight.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvVelDPadRight.Name = "nupAdvVelDPadRight";
            this.nupAdvVelDPadRight.Size = new System.Drawing.Size(83, 22);
            this.nupAdvVelDPadRight.TabIndex = 6;
            this.nupAdvVelDPadRight.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvVelDPadDown
            // 
            this.nupAdvVelDPadDown.Location = new System.Drawing.Point(194, 98);
            this.nupAdvVelDPadDown.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvVelDPadDown.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvVelDPadDown.Name = "nupAdvVelDPadDown";
            this.nupAdvVelDPadDown.Size = new System.Drawing.Size(83, 22);
            this.nupAdvVelDPadDown.TabIndex = 6;
            this.nupAdvVelDPadDown.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvVelDPadLeft
            // 
            this.nupAdvVelDPadLeft.Location = new System.Drawing.Point(194, 129);
            this.nupAdvVelDPadLeft.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvVelDPadLeft.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvVelDPadLeft.Name = "nupAdvVelDPadLeft";
            this.nupAdvVelDPadLeft.Size = new System.Drawing.Size(83, 22);
            this.nupAdvVelDPadLeft.TabIndex = 6;
            this.nupAdvVelDPadLeft.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvVelTriangle
            // 
            this.nupAdvVelTriangle.Location = new System.Drawing.Point(194, 160);
            this.nupAdvVelTriangle.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvVelTriangle.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvVelTriangle.Name = "nupAdvVelTriangle";
            this.nupAdvVelTriangle.Size = new System.Drawing.Size(83, 22);
            this.nupAdvVelTriangle.TabIndex = 6;
            this.nupAdvVelTriangle.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvVelCircle
            // 
            this.nupAdvVelCircle.Location = new System.Drawing.Point(194, 191);
            this.nupAdvVelCircle.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvVelCircle.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvVelCircle.Name = "nupAdvVelCircle";
            this.nupAdvVelCircle.Size = new System.Drawing.Size(83, 22);
            this.nupAdvVelCircle.TabIndex = 6;
            this.nupAdvVelCircle.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvVelX
            // 
            this.nupAdvVelX.Location = new System.Drawing.Point(194, 222);
            this.nupAdvVelX.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvVelX.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvVelX.Name = "nupAdvVelX";
            this.nupAdvVelX.Size = new System.Drawing.Size(83, 22);
            this.nupAdvVelX.TabIndex = 6;
            this.nupAdvVelX.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvVelRectangle
            // 
            this.nupAdvVelRectangle.Location = new System.Drawing.Point(194, 253);
            this.nupAdvVelRectangle.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvVelRectangle.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvVelRectangle.Name = "nupAdvVelRectangle";
            this.nupAdvVelRectangle.Size = new System.Drawing.Size(83, 22);
            this.nupAdvVelRectangle.TabIndex = 6;
            this.nupAdvVelRectangle.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvVelSelect
            // 
            this.nupAdvVelSelect.Location = new System.Drawing.Point(194, 284);
            this.nupAdvVelSelect.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvVelSelect.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvVelSelect.Name = "nupAdvVelSelect";
            this.nupAdvVelSelect.Size = new System.Drawing.Size(83, 22);
            this.nupAdvVelSelect.TabIndex = 6;
            this.nupAdvVelSelect.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvVelBigButton
            // 
            this.nupAdvVelBigButton.Location = new System.Drawing.Point(194, 346);
            this.nupAdvVelBigButton.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvVelBigButton.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvVelBigButton.Name = "nupAdvVelBigButton";
            this.nupAdvVelBigButton.Size = new System.Drawing.Size(83, 22);
            this.nupAdvVelBigButton.TabIndex = 6;
            this.nupAdvVelBigButton.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteStart
            // 
            this.nupAdvNoteStart.Location = new System.Drawing.Point(111, 315);
            this.nupAdvNoteStart.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteStart.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteStart.Name = "nupAdvNoteStart";
            this.nupAdvNoteStart.Size = new System.Drawing.Size(74, 22);
            this.nupAdvNoteStart.TabIndex = 6;
            this.nupAdvNoteStart.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvVelStart
            // 
            this.nupAdvVelStart.Location = new System.Drawing.Point(194, 315);
            this.nupAdvVelStart.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvVelStart.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvVelStart.Name = "nupAdvVelStart";
            this.nupAdvVelStart.Size = new System.Drawing.Size(83, 22);
            this.nupAdvVelStart.TabIndex = 6;
            this.nupAdvVelStart.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteBigButton
            // 
            this.nupAdvNoteBigButton.Location = new System.Drawing.Point(111, 346);
            this.nupAdvNoteBigButton.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteBigButton.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteBigButton.Name = "nupAdvNoteBigButton";
            this.nupAdvNoteBigButton.Size = new System.Drawing.Size(74, 22);
            this.nupAdvNoteBigButton.TabIndex = 6;
            this.nupAdvNoteBigButton.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteSelect
            // 
            this.nupAdvNoteSelect.Location = new System.Drawing.Point(111, 284);
            this.nupAdvNoteSelect.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteSelect.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteSelect.Name = "nupAdvNoteSelect";
            this.nupAdvNoteSelect.Size = new System.Drawing.Size(74, 22);
            this.nupAdvNoteSelect.TabIndex = 6;
            this.nupAdvNoteSelect.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteRectangle
            // 
            this.nupAdvNoteRectangle.Location = new System.Drawing.Point(111, 253);
            this.nupAdvNoteRectangle.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteRectangle.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteRectangle.Name = "nupAdvNoteRectangle";
            this.nupAdvNoteRectangle.Size = new System.Drawing.Size(74, 22);
            this.nupAdvNoteRectangle.TabIndex = 6;
            this.nupAdvNoteRectangle.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteX
            // 
            this.nupAdvNoteX.Location = new System.Drawing.Point(111, 222);
            this.nupAdvNoteX.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteX.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteX.Name = "nupAdvNoteX";
            this.nupAdvNoteX.Size = new System.Drawing.Size(74, 22);
            this.nupAdvNoteX.TabIndex = 6;
            this.nupAdvNoteX.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteCircle
            // 
            this.nupAdvNoteCircle.Location = new System.Drawing.Point(111, 191);
            this.nupAdvNoteCircle.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteCircle.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteCircle.Name = "nupAdvNoteCircle";
            this.nupAdvNoteCircle.Size = new System.Drawing.Size(74, 22);
            this.nupAdvNoteCircle.TabIndex = 6;
            this.nupAdvNoteCircle.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteTriangle
            // 
            this.nupAdvNoteTriangle.Location = new System.Drawing.Point(111, 160);
            this.nupAdvNoteTriangle.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteTriangle.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteTriangle.Name = "nupAdvNoteTriangle";
            this.nupAdvNoteTriangle.Size = new System.Drawing.Size(74, 22);
            this.nupAdvNoteTriangle.TabIndex = 6;
            this.nupAdvNoteTriangle.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteDPadLeft
            // 
            this.nupAdvNoteDPadLeft.Location = new System.Drawing.Point(111, 129);
            this.nupAdvNoteDPadLeft.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteDPadLeft.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteDPadLeft.Name = "nupAdvNoteDPadLeft";
            this.nupAdvNoteDPadLeft.Size = new System.Drawing.Size(74, 22);
            this.nupAdvNoteDPadLeft.TabIndex = 6;
            this.nupAdvNoteDPadLeft.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteDPadDown
            // 
            this.nupAdvNoteDPadDown.Location = new System.Drawing.Point(111, 98);
            this.nupAdvNoteDPadDown.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteDPadDown.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteDPadDown.Name = "nupAdvNoteDPadDown";
            this.nupAdvNoteDPadDown.Size = new System.Drawing.Size(74, 22);
            this.nupAdvNoteDPadDown.TabIndex = 6;
            this.nupAdvNoteDPadDown.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteDPadRight
            // 
            this.nupAdvNoteDPadRight.Location = new System.Drawing.Point(111, 67);
            this.nupAdvNoteDPadRight.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteDPadRight.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteDPadRight.Name = "nupAdvNoteDPadRight";
            this.nupAdvNoteDPadRight.Size = new System.Drawing.Size(74, 22);
            this.nupAdvNoteDPadRight.TabIndex = 6;
            this.nupAdvNoteDPadRight.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteDPadUp
            // 
            this.nupAdvNoteDPadUp.Location = new System.Drawing.Point(111, 36);
            this.nupAdvNoteDPadUp.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteDPadUp.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteDPadUp.Name = "nupAdvNoteDPadUp";
            this.nupAdvNoteDPadUp.Size = new System.Drawing.Size(74, 22);
            this.nupAdvNoteDPadUp.TabIndex = 6;
            this.nupAdvNoteDPadUp.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // label4
            // 
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(4, 32);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(66, 17);
            label4.TabIndex = 0;
            label4.Text = "Red Tom";
            // 
            // label19
            // 
            label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label19.Location = new System.Drawing.Point(4, 1);
            label19.Name = "label19";
            label19.Size = new System.Drawing.Size(99, 27);
            label19.TabIndex = 0;
            label19.Text = "Drum";
            label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label20
            // 
            label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label20.Location = new System.Drawing.Point(113, 1);
            label20.Name = "label20";
            label20.Size = new System.Drawing.Size(99, 27);
            label20.TabIndex = 0;
            label20.Text = "Note";
            label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label21
            // 
            label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label21.Location = new System.Drawing.Point(221, 1);
            label21.Name = "label21";
            label21.Size = new System.Drawing.Size(65, 27);
            label21.TabIndex = 0;
            label21.Text = "Boost";
            label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label22
            // 
            label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label22.Location = new System.Drawing.Point(293, 1);
            label22.Name = "label22";
            label22.Size = new System.Drawing.Size(101, 27);
            label22.TabIndex = 0;
            label22.Text = "Boost";
            label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label23
            // 
            label23.AutoSize = true;
            label23.Location = new System.Drawing.Point(4, 63);
            label23.Name = "label23";
            label23.Size = new System.Drawing.Size(80, 17);
            label23.TabIndex = 0;
            label23.Text = "Yellow Tom";
            // 
            // label24
            // 
            label24.AutoSize = true;
            label24.Location = new System.Drawing.Point(4, 94);
            label24.Name = "label24";
            label24.Size = new System.Drawing.Size(98, 17);
            label24.TabIndex = 0;
            label24.Text = "Yellow Cymbal";
            // 
            // label25
            // 
            label25.AutoSize = true;
            label25.Location = new System.Drawing.Point(4, 125);
            label25.Name = "label25";
            label25.Size = new System.Drawing.Size(68, 17);
            label25.TabIndex = 0;
            label25.Text = "Blue Tom";
            // 
            // label26
            // 
            label26.AutoSize = true;
            label26.Location = new System.Drawing.Point(4, 156);
            label26.Name = "label26";
            label26.Size = new System.Drawing.Size(86, 17);
            label26.TabIndex = 0;
            label26.Text = "Blue Cymbal";
            // 
            // label27
            // 
            label27.AutoSize = true;
            label27.Location = new System.Drawing.Point(4, 187);
            label27.Name = "label27";
            label27.Size = new System.Drawing.Size(80, 17);
            label27.TabIndex = 0;
            label27.Text = "Green Tom";
            // 
            // label28
            // 
            label28.AutoSize = true;
            label28.Location = new System.Drawing.Point(4, 218);
            label28.Name = "label28";
            label28.Size = new System.Drawing.Size(98, 17);
            label28.TabIndex = 0;
            label28.Text = "Green Cymbal";
            // 
            // label29
            // 
            label29.AutoSize = true;
            label29.Location = new System.Drawing.Point(4, 32);
            label29.Name = "label29";
            label29.Size = new System.Drawing.Size(72, 17);
            label29.TabIndex = 0;
            label29.Text = "Pedal Left";
            // 
            // label30
            // 
            label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label30.Location = new System.Drawing.Point(4, 1);
            label30.Name = "label30";
            label30.Size = new System.Drawing.Size(93, 27);
            label30.TabIndex = 0;
            label30.Text = "Pedal";
            label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label31
            // 
            label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label31.Location = new System.Drawing.Point(112, 1);
            label31.Name = "label31";
            label31.Size = new System.Drawing.Size(93, 27);
            label31.TabIndex = 0;
            label31.Text = "Note";
            label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label32
            // 
            label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label32.Location = new System.Drawing.Point(221, 1);
            label32.Name = "label32";
            label32.Size = new System.Drawing.Size(65, 27);
            label32.TabIndex = 0;
            label32.Text = "Boost";
            label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label33
            // 
            label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label33.Location = new System.Drawing.Point(293, 1);
            label33.Name = "label33";
            label33.Size = new System.Drawing.Size(96, 27);
            label33.TabIndex = 0;
            label33.Text = "Boost";
            label33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label34
            // 
            label34.AutoSize = true;
            label34.Location = new System.Drawing.Point(4, 63);
            label34.Name = "label34";
            label34.Size = new System.Drawing.Size(81, 17);
            label34.TabIndex = 0;
            label34.Text = "Pedal Right";
            // 
            // label35
            // 
            label35.AutoSize = true;
            label35.Location = new System.Drawing.Point(6, 77);
            label35.Name = "label35";
            label35.Size = new System.Drawing.Size(162, 17);
            label35.TabIndex = 8;
            label35.Text = "New velocity = velocity  *";
            // 
            // label36
            // 
            label36.AutoSize = true;
            label36.Location = new System.Drawing.Point(238, 79);
            label36.Name = "label36";
            label36.Size = new System.Drawing.Size(16, 17);
            label36.TabIndex = 12;
            label36.Text = "+";
            // 
            // label38
            // 
            label38.Location = new System.Drawing.Point(296, 2);
            label38.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            label38.Name = "label38";
            label38.Size = new System.Drawing.Size(160, 30);
            label38.TabIndex = 28;
            label38.Text = "Controller";
            label38.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label37
            // 
            label37.Location = new System.Drawing.Point(11, 2);
            label37.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            label37.Name = "label37";
            label37.Size = new System.Drawing.Size(277, 30);
            label37.TabIndex = 27;
            label37.Text = "Usb Controller";
            label37.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // nupMIDIChannel
            // 
            this.nupMIDIChannel.Location = new System.Drawing.Point(764, 34);
            this.nupMIDIChannel.Margin = new System.Windows.Forms.Padding(4);
            this.nupMIDIChannel.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.nupMIDIChannel.Name = "nupMIDIChannel";
            this.nupMIDIChannel.Size = new System.Drawing.Size(96, 22);
            this.nupMIDIChannel.TabIndex = 19;
            this.nupMIDIChannel.ValueChanged += new System.EventHandler(this.UpdateMidi);
            // 
            // ddlMIDIDevice
            // 
            this.ddlMIDIDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlMIDIDevice.FormattingEnabled = true;
            this.ddlMIDIDevice.Location = new System.Drawing.Point(583, 34);
            this.ddlMIDIDevice.Margin = new System.Windows.Forms.Padding(4);
            this.ddlMIDIDevice.Name = "ddlMIDIDevice";
            this.ddlMIDIDevice.Size = new System.Drawing.Size(160, 24);
            this.ddlMIDIDevice.TabIndex = 18;
            this.ddlMIDIDevice.SelectedIndexChanged += new System.EventHandler(this.UpdateMidi);
            // 
            // pnlHolder
            // 
            this.pnlHolder.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlHolder.BackgroundImage")));
            this.pnlHolder.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pnlHolder.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlHolder.Controls.Add(this.groupBox7);
            this.pnlHolder.Controls.Add(this.groupBox6);
            this.pnlHolder.Controls.Add(this.groupBox5);
            this.pnlHolder.Controls.Add(this.groupBox13);
            this.pnlHolder.Controls.Add(this.groupBox12);
            this.pnlHolder.Controls.Add(this.groupBox4);
            this.pnlHolder.Controls.Add(this.groupBox3);
            this.pnlHolder.Controls.Add(this.groupBox2);
            this.pnlHolder.Controls.Add(this.groupBox1);
            this.pnlHolder.Controls.Add(this.chkDPadLeft);
            this.pnlHolder.Controls.Add(this.chkDPadDown);
            this.pnlHolder.Controls.Add(this.chkDPadUp);
            this.pnlHolder.Controls.Add(this.chkDPadRight);
            this.pnlHolder.Controls.Add(this.chkBigButton);
            this.pnlHolder.Controls.Add(this.chkSelect);
            this.pnlHolder.Controls.Add(this.chkStart);
            this.pnlHolder.Controls.Add(this.chkRectangle);
            this.pnlHolder.Controls.Add(this.chkX);
            this.pnlHolder.Controls.Add(this.chkCircle);
            this.pnlHolder.Controls.Add(this.chkTriangle);
            this.pnlHolder.Controls.Add(this.nupDPadDown);
            this.pnlHolder.Controls.Add(this.nupDPadLeft);
            this.pnlHolder.Controls.Add(this.nupDPadUp);
            this.pnlHolder.Controls.Add(this.nupDPadRight);
            this.pnlHolder.Controls.Add(this.nupBigButton);
            this.pnlHolder.Controls.Add(this.nupStart);
            this.pnlHolder.Controls.Add(this.nupSelect);
            this.pnlHolder.Controls.Add(this.nupRectangle);
            this.pnlHolder.Controls.Add(this.nupX);
            this.pnlHolder.Controls.Add(this.nupTriangle);
            this.pnlHolder.Controls.Add(this.nupCircle);
            this.pnlHolder.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlHolder.Location = new System.Drawing.Point(3, 3);
            this.pnlHolder.Margin = new System.Windows.Forms.Padding(4);
            this.pnlHolder.MaximumSize = new System.Drawing.Size(859, 608);
            this.pnlHolder.Name = "pnlHolder";
            this.pnlHolder.Size = new System.Drawing.Size(859, 608);
            this.pnlHolder.TabIndex = 15;
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.ddlRedTom);
            this.groupBox7.Controls.Add(this.nupRedTom);
            this.groupBox7.Controls.Add(this.btnRedTom);
            this.groupBox7.Controls.Add(this.pbRedTom);
            this.groupBox7.Controls.Add(this.chkBoostRedTom);
            this.groupBox7.ForeColor = System.Drawing.Color.White;
            this.groupBox7.Location = new System.Drawing.Point(54, 342);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(138, 100);
            this.groupBox7.TabIndex = 41;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Red Tom";
            // 
            // ddlRedTom
            // 
            this.ddlRedTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlRedTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlRedTom.FormattingEnabled = true;
            this.ddlRedTom.Location = new System.Drawing.Point(79, 72);
            this.ddlRedTom.Margin = new System.Windows.Forms.Padding(4);
            this.ddlRedTom.Name = "ddlRedTom";
            this.ddlRedTom.Size = new System.Drawing.Size(52, 21);
            this.ddlRedTom.TabIndex = 34;
            // 
            // nupRedTom
            // 
            this.nupRedTom.Location = new System.Drawing.Point(5, 23);
            this.nupRedTom.Margin = new System.Windows.Forms.Padding(4);
            this.nupRedTom.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupRedTom.Name = "nupRedTom";
            this.nupRedTom.Size = new System.Drawing.Size(64, 22);
            this.nupRedTom.TabIndex = 4;
            this.nupRedTom.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // btnRedTom
            // 
            this.btnRedTom.ForeColor = System.Drawing.Color.Black;
            this.btnRedTom.Location = new System.Drawing.Point(79, 23);
            this.btnRedTom.Margin = new System.Windows.Forms.Padding(4);
            this.btnRedTom.Name = "btnRedTom";
            this.btnRedTom.Size = new System.Drawing.Size(53, 25);
            this.btnRedTom.TabIndex = 9;
            this.btnRedTom.Text = "Hit";
            this.btnRedTom.UseVisualStyleBackColor = true;
            this.btnRedTom.Click += new System.EventHandler(this.ButtonPress);
            // 
            // pbRedTom
            // 
            this.pbRedTom.BackColor = System.Drawing.Color.Black;
            this.pbRedTom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230)))));
            this.pbRedTom.Location = new System.Drawing.Point(5, 52);
            this.pbRedTom.Margin = new System.Windows.Forms.Padding(4);
            this.pbRedTom.MarqueeAnimationSpeed = 0;
            this.pbRedTom.Maximum = 127;
            this.pbRedTom.Name = "pbRedTom";
            this.pbRedTom.Size = new System.Drawing.Size(128, 15);
            this.pbRedTom.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.pbRedTom.TabIndex = 23;
            // 
            // chkBoostRedTom
            // 
            this.chkBoostRedTom.AutoSize = true;
            this.chkBoostRedTom.BackColor = System.Drawing.Color.Transparent;
            this.chkBoostRedTom.Checked = true;
            this.chkBoostRedTom.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBoostRedTom.ForeColor = System.Drawing.Color.White;
            this.chkBoostRedTom.Location = new System.Drawing.Point(5, 72);
            this.chkBoostRedTom.Margin = new System.Windows.Forms.Padding(4);
            this.chkBoostRedTom.Name = "chkBoostRedTom";
            this.chkBoostRedTom.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chkBoostRedTom.Size = new System.Drawing.Size(66, 21);
            this.chkBoostRedTom.TabIndex = 28;
            this.chkBoostRedTom.Text = "Boost";
            this.chkBoostRedTom.UseVisualStyleBackColor = false;
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.ddlYellowTom);
            this.groupBox6.Controls.Add(this.nupYellowTom);
            this.groupBox6.Controls.Add(this.btnYellowTom);
            this.groupBox6.Controls.Add(this.pbYellowTom);
            this.groupBox6.Controls.Add(this.chkBoostYellowTom);
            this.groupBox6.ForeColor = System.Drawing.Color.White;
            this.groupBox6.Location = new System.Drawing.Point(222, 251);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(138, 100);
            this.groupBox6.TabIndex = 41;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Yellow Tom";
            // 
            // ddlYellowTom
            // 
            this.ddlYellowTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlYellowTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlYellowTom.FormattingEnabled = true;
            this.ddlYellowTom.Location = new System.Drawing.Point(80, 71);
            this.ddlYellowTom.Margin = new System.Windows.Forms.Padding(4);
            this.ddlYellowTom.Name = "ddlYellowTom";
            this.ddlYellowTom.Size = new System.Drawing.Size(52, 21);
            this.ddlYellowTom.TabIndex = 33;
            // 
            // nupYellowTom
            // 
            this.nupYellowTom.Location = new System.Drawing.Point(5, 22);
            this.nupYellowTom.Margin = new System.Windows.Forms.Padding(4);
            this.nupYellowTom.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupYellowTom.Name = "nupYellowTom";
            this.nupYellowTom.Size = new System.Drawing.Size(64, 22);
            this.nupYellowTom.TabIndex = 7;
            this.nupYellowTom.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // btnYellowTom
            // 
            this.btnYellowTom.ForeColor = System.Drawing.Color.Black;
            this.btnYellowTom.Location = new System.Drawing.Point(80, 22);
            this.btnYellowTom.Margin = new System.Windows.Forms.Padding(4);
            this.btnYellowTom.Name = "btnYellowTom";
            this.btnYellowTom.Size = new System.Drawing.Size(53, 25);
            this.btnYellowTom.TabIndex = 12;
            this.btnYellowTom.Text = "Hit";
            this.btnYellowTom.UseVisualStyleBackColor = true;
            this.btnYellowTom.Click += new System.EventHandler(this.ButtonPress);
            // 
            // pbYellowTom
            // 
            this.pbYellowTom.BackColor = System.Drawing.Color.Black;
            this.pbYellowTom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230)))));
            this.pbYellowTom.Location = new System.Drawing.Point(5, 51);
            this.pbYellowTom.Margin = new System.Windows.Forms.Padding(4);
            this.pbYellowTom.MarqueeAnimationSpeed = 0;
            this.pbYellowTom.Maximum = 127;
            this.pbYellowTom.Name = "pbYellowTom";
            this.pbYellowTom.Size = new System.Drawing.Size(128, 15);
            this.pbYellowTom.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.pbYellowTom.TabIndex = 21;
            // 
            // chkBoostYellowTom
            // 
            this.chkBoostYellowTom.AutoSize = true;
            this.chkBoostYellowTom.BackColor = System.Drawing.Color.Transparent;
            this.chkBoostYellowTom.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
            this.chkBoostYellowTom.Checked = true;
            this.chkBoostYellowTom.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBoostYellowTom.ForeColor = System.Drawing.Color.White;
            this.chkBoostYellowTom.Location = new System.Drawing.Point(5, 71);
            this.chkBoostYellowTom.Margin = new System.Windows.Forms.Padding(4);
            this.chkBoostYellowTom.Name = "chkBoostYellowTom";
            this.chkBoostYellowTom.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chkBoostYellowTom.Size = new System.Drawing.Size(66, 21);
            this.chkBoostYellowTom.TabIndex = 27;
            this.chkBoostYellowTom.Text = "Boost";
            this.chkBoostYellowTom.UseVisualStyleBackColor = false;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.nupBlueTom);
            this.groupBox5.Controls.Add(this.btnBlueTom);
            this.groupBox5.Controls.Add(this.pbBlueTom);
            this.groupBox5.Controls.Add(this.chkBoostBlueTom);
            this.groupBox5.Controls.Add(this.ddlBlueTom);
            this.groupBox5.ForeColor = System.Drawing.Color.White;
            this.groupBox5.Location = new System.Drawing.Point(450, 248);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(138, 100);
            this.groupBox5.TabIndex = 41;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Blue Tom";
            // 
            // nupBlueTom
            // 
            this.nupBlueTom.Location = new System.Drawing.Point(6, 22);
            this.nupBlueTom.Margin = new System.Windows.Forms.Padding(4);
            this.nupBlueTom.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupBlueTom.Name = "nupBlueTom";
            this.nupBlueTom.Size = new System.Drawing.Size(64, 22);
            this.nupBlueTom.TabIndex = 5;
            this.nupBlueTom.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // btnBlueTom
            // 
            this.btnBlueTom.ForeColor = System.Drawing.Color.Black;
            this.btnBlueTom.Location = new System.Drawing.Point(80, 22);
            this.btnBlueTom.Margin = new System.Windows.Forms.Padding(4);
            this.btnBlueTom.Name = "btnBlueTom";
            this.btnBlueTom.Size = new System.Drawing.Size(53, 25);
            this.btnBlueTom.TabIndex = 10;
            this.btnBlueTom.Text = "Hit";
            this.btnBlueTom.UseVisualStyleBackColor = true;
            this.btnBlueTom.Click += new System.EventHandler(this.ButtonPress);
            // 
            // pbBlueTom
            // 
            this.pbBlueTom.BackColor = System.Drawing.Color.Black;
            this.pbBlueTom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230)))));
            this.pbBlueTom.Location = new System.Drawing.Point(6, 51);
            this.pbBlueTom.Margin = new System.Windows.Forms.Padding(4);
            this.pbBlueTom.Maximum = 127;
            this.pbBlueTom.Name = "pbBlueTom";
            this.pbBlueTom.Size = new System.Drawing.Size(128, 15);
            this.pbBlueTom.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.pbBlueTom.TabIndex = 24;
            // 
            // chkBoostBlueTom
            // 
            this.chkBoostBlueTom.AutoSize = true;
            this.chkBoostBlueTom.BackColor = System.Drawing.Color.Transparent;
            this.chkBoostBlueTom.Checked = true;
            this.chkBoostBlueTom.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBoostBlueTom.ForeColor = System.Drawing.Color.White;
            this.chkBoostBlueTom.Location = new System.Drawing.Point(6, 71);
            this.chkBoostBlueTom.Margin = new System.Windows.Forms.Padding(4);
            this.chkBoostBlueTom.Name = "chkBoostBlueTom";
            this.chkBoostBlueTom.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chkBoostBlueTom.Size = new System.Drawing.Size(66, 21);
            this.chkBoostBlueTom.TabIndex = 29;
            this.chkBoostBlueTom.Text = "Boost";
            this.chkBoostBlueTom.UseVisualStyleBackColor = false;
            // 
            // ddlBlueTom
            // 
            this.ddlBlueTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlBlueTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlBlueTom.FormattingEnabled = true;
            this.ddlBlueTom.Location = new System.Drawing.Point(80, 71);
            this.ddlBlueTom.Margin = new System.Windows.Forms.Padding(4);
            this.ddlBlueTom.Name = "ddlBlueTom";
            this.ddlBlueTom.Size = new System.Drawing.Size(52, 21);
            this.ddlBlueTom.TabIndex = 35;
            // 
            // groupBox13
            // 
            this.groupBox13.Controls.Add(this.ddlPedalLeft);
            this.groupBox13.Controls.Add(this.btnPedalLeft);
            this.groupBox13.Controls.Add(this.pbPedalLeft);
            this.groupBox13.Controls.Add(this.chkBoostPedalLeft);
            this.groupBox13.Controls.Add(this.nupPedalLeft);
            this.groupBox13.ForeColor = System.Drawing.Color.White;
            this.groupBox13.Location = new System.Drawing.Point(75, 448);
            this.groupBox13.Name = "groupBox13";
            this.groupBox13.Size = new System.Drawing.Size(138, 100);
            this.groupBox13.TabIndex = 41;
            this.groupBox13.TabStop = false;
            this.groupBox13.Text = "Pedal Left";
            // 
            // ddlPedalLeft
            // 
            this.ddlPedalLeft.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlPedalLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlPedalLeft.FormattingEnabled = true;
            this.ddlPedalLeft.Location = new System.Drawing.Point(79, 72);
            this.ddlPedalLeft.Margin = new System.Windows.Forms.Padding(4);
            this.ddlPedalLeft.Name = "ddlPedalLeft";
            this.ddlPedalLeft.Size = new System.Drawing.Size(52, 21);
            this.ddlPedalLeft.TabIndex = 35;
            // 
            // btnPedalLeft
            // 
            this.btnPedalLeft.ForeColor = System.Drawing.Color.Black;
            this.btnPedalLeft.Location = new System.Drawing.Point(80, 19);
            this.btnPedalLeft.Margin = new System.Windows.Forms.Padding(4);
            this.btnPedalLeft.Name = "btnPedalLeft";
            this.btnPedalLeft.Size = new System.Drawing.Size(53, 25);
            this.btnPedalLeft.TabIndex = 10;
            this.btnPedalLeft.Text = "Hit";
            this.btnPedalLeft.UseVisualStyleBackColor = true;
            this.btnPedalLeft.Click += new System.EventHandler(this.ButtonPress);
            // 
            // pbPedalLeft
            // 
            this.pbPedalLeft.BackColor = System.Drawing.Color.Black;
            this.pbPedalLeft.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230)))));
            this.pbPedalLeft.Location = new System.Drawing.Point(5, 49);
            this.pbPedalLeft.Margin = new System.Windows.Forms.Padding(4);
            this.pbPedalLeft.Maximum = 127;
            this.pbPedalLeft.Name = "pbPedalLeft";
            this.pbPedalLeft.Size = new System.Drawing.Size(128, 15);
            this.pbPedalLeft.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.pbPedalLeft.TabIndex = 24;
            // 
            // chkBoostPedalLeft
            // 
            this.chkBoostPedalLeft.AutoSize = true;
            this.chkBoostPedalLeft.BackColor = System.Drawing.Color.Transparent;
            this.chkBoostPedalLeft.Checked = true;
            this.chkBoostPedalLeft.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBoostPedalLeft.ForeColor = System.Drawing.Color.White;
            this.chkBoostPedalLeft.Location = new System.Drawing.Point(5, 72);
            this.chkBoostPedalLeft.Margin = new System.Windows.Forms.Padding(4);
            this.chkBoostPedalLeft.Name = "chkBoostPedalLeft";
            this.chkBoostPedalLeft.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chkBoostPedalLeft.Size = new System.Drawing.Size(66, 21);
            this.chkBoostPedalLeft.TabIndex = 29;
            this.chkBoostPedalLeft.Text = "Boost";
            this.chkBoostPedalLeft.UseVisualStyleBackColor = false;
            // 
            // nupPedalLeft
            // 
            this.nupPedalLeft.Location = new System.Drawing.Point(8, 20);
            this.nupPedalLeft.Margin = new System.Windows.Forms.Padding(4);
            this.nupPedalLeft.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupPedalLeft.Name = "nupPedalLeft";
            this.nupPedalLeft.Size = new System.Drawing.Size(64, 22);
            this.nupPedalLeft.TabIndex = 3;
            this.nupPedalLeft.Value = new decimal(new int[] {
            36,
            0,
            0,
            0});
            // 
            // groupBox12
            // 
            this.groupBox12.Controls.Add(this.ddlPedalRight);
            this.groupBox12.Controls.Add(this.btnPedalRight);
            this.groupBox12.Controls.Add(this.nupPedalRight);
            this.groupBox12.Controls.Add(this.pbPedalRight);
            this.groupBox12.Controls.Add(this.chkBoostPedalRight);
            this.groupBox12.ForeColor = System.Drawing.Color.White;
            this.groupBox12.Location = new System.Drawing.Point(692, 433);
            this.groupBox12.Name = "groupBox12";
            this.groupBox12.Size = new System.Drawing.Size(138, 100);
            this.groupBox12.TabIndex = 41;
            this.groupBox12.TabStop = false;
            this.groupBox12.Text = "Pedal Right";
            // 
            // ddlPedalRight
            // 
            this.ddlPedalRight.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlPedalRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlPedalRight.FormattingEnabled = true;
            this.ddlPedalRight.Location = new System.Drawing.Point(79, 72);
            this.ddlPedalRight.Margin = new System.Windows.Forms.Padding(4);
            this.ddlPedalRight.Name = "ddlPedalRight";
            this.ddlPedalRight.Size = new System.Drawing.Size(52, 21);
            this.ddlPedalRight.TabIndex = 35;
            // 
            // btnPedalRight
            // 
            this.btnPedalRight.ForeColor = System.Drawing.Color.Black;
            this.btnPedalRight.Location = new System.Drawing.Point(80, 19);
            this.btnPedalRight.Margin = new System.Windows.Forms.Padding(4);
            this.btnPedalRight.Name = "btnPedalRight";
            this.btnPedalRight.Size = new System.Drawing.Size(53, 25);
            this.btnPedalRight.TabIndex = 10;
            this.btnPedalRight.Text = "Hit";
            this.btnPedalRight.UseVisualStyleBackColor = true;
            this.btnPedalRight.Click += new System.EventHandler(this.ButtonPress);
            // 
            // nupPedalRight
            // 
            this.nupPedalRight.Location = new System.Drawing.Point(8, 21);
            this.nupPedalRight.Margin = new System.Windows.Forms.Padding(4);
            this.nupPedalRight.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupPedalRight.Name = "nupPedalRight";
            this.nupPedalRight.Size = new System.Drawing.Size(64, 22);
            this.nupPedalRight.TabIndex = 3;
            this.nupPedalRight.Value = new decimal(new int[] {
            36,
            0,
            0,
            0});
            this.nupPedalRight.ValueChanged += new System.EventHandler(this.nupPedalRight_ValueChanged);
            // 
            // pbPedalRight
            // 
            this.pbPedalRight.BackColor = System.Drawing.Color.Black;
            this.pbPedalRight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230)))));
            this.pbPedalRight.Location = new System.Drawing.Point(5, 49);
            this.pbPedalRight.Margin = new System.Windows.Forms.Padding(4);
            this.pbPedalRight.Maximum = 127;
            this.pbPedalRight.Name = "pbPedalRight";
            this.pbPedalRight.Size = new System.Drawing.Size(128, 15);
            this.pbPedalRight.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.pbPedalRight.TabIndex = 24;
            // 
            // chkBoostPedalRight
            // 
            this.chkBoostPedalRight.AutoSize = true;
            this.chkBoostPedalRight.BackColor = System.Drawing.Color.Transparent;
            this.chkBoostPedalRight.Checked = true;
            this.chkBoostPedalRight.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBoostPedalRight.ForeColor = System.Drawing.Color.White;
            this.chkBoostPedalRight.Location = new System.Drawing.Point(5, 72);
            this.chkBoostPedalRight.Margin = new System.Windows.Forms.Padding(4);
            this.chkBoostPedalRight.Name = "chkBoostPedalRight";
            this.chkBoostPedalRight.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chkBoostPedalRight.Size = new System.Drawing.Size(66, 21);
            this.chkBoostPedalRight.TabIndex = 29;
            this.chkBoostPedalRight.Text = "Boost";
            this.chkBoostPedalRight.UseVisualStyleBackColor = false;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.nupGreenTom);
            this.groupBox4.Controls.Add(this.btnGreenTom);
            this.groupBox4.Controls.Add(this.pbGreenTom);
            this.groupBox4.Controls.Add(this.chkBoostGreenTom);
            this.groupBox4.Controls.Add(this.ddlGreenTom);
            this.groupBox4.ForeColor = System.Drawing.Color.White;
            this.groupBox4.Location = new System.Drawing.Point(662, 307);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(138, 100);
            this.groupBox4.TabIndex = 41;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Green Tom";
            // 
            // nupGreenTom
            // 
            this.nupGreenTom.Location = new System.Drawing.Point(6, 22);
            this.nupGreenTom.Margin = new System.Windows.Forms.Padding(4);
            this.nupGreenTom.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupGreenTom.Name = "nupGreenTom";
            this.nupGreenTom.Size = new System.Drawing.Size(64, 22);
            this.nupGreenTom.TabIndex = 6;
            this.nupGreenTom.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // btnGreenTom
            // 
            this.btnGreenTom.ForeColor = System.Drawing.Color.Black;
            this.btnGreenTom.Location = new System.Drawing.Point(80, 22);
            this.btnGreenTom.Margin = new System.Windows.Forms.Padding(4);
            this.btnGreenTom.Name = "btnGreenTom";
            this.btnGreenTom.Size = new System.Drawing.Size(53, 25);
            this.btnGreenTom.TabIndex = 11;
            this.btnGreenTom.Text = "Hit";
            this.btnGreenTom.UseVisualStyleBackColor = true;
            this.btnGreenTom.Click += new System.EventHandler(this.ButtonPress);
            // 
            // pbGreenTom
            // 
            this.pbGreenTom.BackColor = System.Drawing.Color.Black;
            this.pbGreenTom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230)))));
            this.pbGreenTom.Location = new System.Drawing.Point(6, 51);
            this.pbGreenTom.Margin = new System.Windows.Forms.Padding(4);
            this.pbGreenTom.Maximum = 127;
            this.pbGreenTom.Name = "pbGreenTom";
            this.pbGreenTom.Size = new System.Drawing.Size(128, 15);
            this.pbGreenTom.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.pbGreenTom.TabIndex = 25;
            // 
            // chkBoostGreenTom
            // 
            this.chkBoostGreenTom.AutoSize = true;
            this.chkBoostGreenTom.BackColor = System.Drawing.Color.Transparent;
            this.chkBoostGreenTom.Checked = true;
            this.chkBoostGreenTom.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBoostGreenTom.ForeColor = System.Drawing.Color.White;
            this.chkBoostGreenTom.Location = new System.Drawing.Point(6, 71);
            this.chkBoostGreenTom.Margin = new System.Windows.Forms.Padding(4);
            this.chkBoostGreenTom.Name = "chkBoostGreenTom";
            this.chkBoostGreenTom.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chkBoostGreenTom.Size = new System.Drawing.Size(66, 21);
            this.chkBoostGreenTom.TabIndex = 31;
            this.chkBoostGreenTom.Text = "Boost";
            this.chkBoostGreenTom.UseVisualStyleBackColor = false;
            // 
            // ddlGreenTom
            // 
            this.ddlGreenTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlGreenTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlGreenTom.FormattingEnabled = true;
            this.ddlGreenTom.Location = new System.Drawing.Point(80, 71);
            this.ddlGreenTom.Margin = new System.Windows.Forms.Padding(4);
            this.ddlGreenTom.Name = "ddlGreenTom";
            this.ddlGreenTom.Size = new System.Drawing.Size(52, 21);
            this.ddlGreenTom.TabIndex = 36;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.nupGreenCymbal);
            this.groupBox3.Controls.Add(this.btnGreenCymbal);
            this.groupBox3.Controls.Add(this.pbGreenCymbal);
            this.groupBox3.Controls.Add(this.chkBoostGreenCymbal);
            this.groupBox3.Controls.Add(this.ddlGreenCymbal);
            this.groupBox3.ForeColor = System.Drawing.Color.White;
            this.groupBox3.Location = new System.Drawing.Point(666, 122);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(138, 100);
            this.groupBox3.TabIndex = 41;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Green Cymbal";
            // 
            // nupGreenCymbal
            // 
            this.nupGreenCymbal.Location = new System.Drawing.Point(6, 22);
            this.nupGreenCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.nupGreenCymbal.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupGreenCymbal.Name = "nupGreenCymbal";
            this.nupGreenCymbal.Size = new System.Drawing.Size(64, 22);
            this.nupGreenCymbal.TabIndex = 5;
            this.nupGreenCymbal.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // btnGreenCymbal
            // 
            this.btnGreenCymbal.ForeColor = System.Drawing.Color.Black;
            this.btnGreenCymbal.Location = new System.Drawing.Point(80, 22);
            this.btnGreenCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.btnGreenCymbal.Name = "btnGreenCymbal";
            this.btnGreenCymbal.Size = new System.Drawing.Size(53, 25);
            this.btnGreenCymbal.TabIndex = 10;
            this.btnGreenCymbal.Text = "Hit";
            this.btnGreenCymbal.UseVisualStyleBackColor = true;
            this.btnGreenCymbal.Click += new System.EventHandler(this.ButtonPress);
            // 
            // pbGreenCymbal
            // 
            this.pbGreenCymbal.BackColor = System.Drawing.Color.Black;
            this.pbGreenCymbal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230)))));
            this.pbGreenCymbal.Location = new System.Drawing.Point(6, 51);
            this.pbGreenCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.pbGreenCymbal.Maximum = 127;
            this.pbGreenCymbal.Name = "pbGreenCymbal";
            this.pbGreenCymbal.Size = new System.Drawing.Size(128, 15);
            this.pbGreenCymbal.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.pbGreenCymbal.TabIndex = 24;
            // 
            // chkBoostGreenCymbal
            // 
            this.chkBoostGreenCymbal.AutoSize = true;
            this.chkBoostGreenCymbal.BackColor = System.Drawing.Color.Transparent;
            this.chkBoostGreenCymbal.Checked = true;
            this.chkBoostGreenCymbal.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBoostGreenCymbal.ForeColor = System.Drawing.Color.White;
            this.chkBoostGreenCymbal.Location = new System.Drawing.Point(6, 71);
            this.chkBoostGreenCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.chkBoostGreenCymbal.Name = "chkBoostGreenCymbal";
            this.chkBoostGreenCymbal.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chkBoostGreenCymbal.Size = new System.Drawing.Size(66, 21);
            this.chkBoostGreenCymbal.TabIndex = 29;
            this.chkBoostGreenCymbal.Text = "Boost";
            this.chkBoostGreenCymbal.UseVisualStyleBackColor = false;
            // 
            // ddlGreenCymbal
            // 
            this.ddlGreenCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlGreenCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlGreenCymbal.FormattingEnabled = true;
            this.ddlGreenCymbal.Location = new System.Drawing.Point(80, 71);
            this.ddlGreenCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.ddlGreenCymbal.Name = "ddlGreenCymbal";
            this.ddlGreenCymbal.Size = new System.Drawing.Size(52, 21);
            this.ddlGreenCymbal.TabIndex = 35;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.nupBlueCymbal);
            this.groupBox2.Controls.Add(this.btnBlueCymbal);
            this.groupBox2.Controls.Add(this.pbBlueCymbal);
            this.groupBox2.Controls.Add(this.chkBoostBlueCymbal);
            this.groupBox2.Controls.Add(this.ddlBlueCymbal);
            this.groupBox2.ForeColor = System.Drawing.Color.White;
            this.groupBox2.Location = new System.Drawing.Point(450, 28);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(138, 100);
            this.groupBox2.TabIndex = 41;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Blue Cymbal";
            // 
            // nupBlueCymbal
            // 
            this.nupBlueCymbal.Location = new System.Drawing.Point(5, 22);
            this.nupBlueCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.nupBlueCymbal.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupBlueCymbal.Name = "nupBlueCymbal";
            this.nupBlueCymbal.Size = new System.Drawing.Size(64, 22);
            this.nupBlueCymbal.TabIndex = 8;
            this.nupBlueCymbal.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // btnBlueCymbal
            // 
            this.btnBlueCymbal.ForeColor = System.Drawing.Color.Black;
            this.btnBlueCymbal.Location = new System.Drawing.Point(80, 22);
            this.btnBlueCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.btnBlueCymbal.Name = "btnBlueCymbal";
            this.btnBlueCymbal.Size = new System.Drawing.Size(53, 25);
            this.btnBlueCymbal.TabIndex = 13;
            this.btnBlueCymbal.Text = "Hit";
            this.btnBlueCymbal.UseVisualStyleBackColor = true;
            this.btnBlueCymbal.Click += new System.EventHandler(this.ButtonPress);
            // 
            // pbBlueCymbal
            // 
            this.pbBlueCymbal.BackColor = System.Drawing.Color.Black;
            this.pbBlueCymbal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230)))));
            this.pbBlueCymbal.Location = new System.Drawing.Point(5, 51);
            this.pbBlueCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.pbBlueCymbal.Maximum = 127;
            this.pbBlueCymbal.Name = "pbBlueCymbal";
            this.pbBlueCymbal.Size = new System.Drawing.Size(128, 15);
            this.pbBlueCymbal.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.pbBlueCymbal.TabIndex = 22;
            // 
            // chkBoostBlueCymbal
            // 
            this.chkBoostBlueCymbal.AutoSize = true;
            this.chkBoostBlueCymbal.BackColor = System.Drawing.Color.Transparent;
            this.chkBoostBlueCymbal.Checked = true;
            this.chkBoostBlueCymbal.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBoostBlueCymbal.ForeColor = System.Drawing.Color.White;
            this.chkBoostBlueCymbal.Location = new System.Drawing.Point(5, 71);
            this.chkBoostBlueCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.chkBoostBlueCymbal.Name = "chkBoostBlueCymbal";
            this.chkBoostBlueCymbal.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chkBoostBlueCymbal.Size = new System.Drawing.Size(66, 21);
            this.chkBoostBlueCymbal.TabIndex = 30;
            this.chkBoostBlueCymbal.Text = "Boost";
            this.chkBoostBlueCymbal.UseVisualStyleBackColor = false;
            // 
            // ddlBlueCymbal
            // 
            this.ddlBlueCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlBlueCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlBlueCymbal.FormattingEnabled = true;
            this.ddlBlueCymbal.Location = new System.Drawing.Point(80, 71);
            this.ddlBlueCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.ddlBlueCymbal.Name = "ddlBlueCymbal";
            this.ddlBlueCymbal.Size = new System.Drawing.Size(52, 21);
            this.ddlBlueCymbal.TabIndex = 37;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.ddlYellowCymbal);
            this.groupBox1.Controls.Add(this.nupYellowCymbal);
            this.groupBox1.Controls.Add(this.btnYellowCymbal);
            this.groupBox1.Controls.Add(this.pbYellowCymbal);
            this.groupBox1.Controls.Add(this.chkBoostYellowCymbal);
            this.groupBox1.ForeColor = System.Drawing.Color.White;
            this.groupBox1.Location = new System.Drawing.Point(60, 122);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(138, 100);
            this.groupBox1.TabIndex = 40;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Yellow Cymbal";
            // 
            // ddlYellowCymbal
            // 
            this.ddlYellowCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlYellowCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlYellowCymbal.FormattingEnabled = true;
            this.ddlYellowCymbal.Location = new System.Drawing.Point(78, 72);
            this.ddlYellowCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.ddlYellowCymbal.Name = "ddlYellowCymbal";
            this.ddlYellowCymbal.Size = new System.Drawing.Size(52, 21);
            this.ddlYellowCymbal.TabIndex = 35;
            // 
            // nupYellowCymbal
            // 
            this.nupYellowCymbal.Location = new System.Drawing.Point(4, 23);
            this.nupYellowCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.nupYellowCymbal.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupYellowCymbal.Name = "nupYellowCymbal";
            this.nupYellowCymbal.Size = new System.Drawing.Size(64, 22);
            this.nupYellowCymbal.TabIndex = 5;
            this.nupYellowCymbal.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // btnYellowCymbal
            // 
            this.btnYellowCymbal.ForeColor = System.Drawing.Color.Black;
            this.btnYellowCymbal.Location = new System.Drawing.Point(78, 23);
            this.btnYellowCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.btnYellowCymbal.Name = "btnYellowCymbal";
            this.btnYellowCymbal.Size = new System.Drawing.Size(53, 25);
            this.btnYellowCymbal.TabIndex = 10;
            this.btnYellowCymbal.Text = "Hit";
            this.btnYellowCymbal.UseVisualStyleBackColor = true;
            this.btnYellowCymbal.Click += new System.EventHandler(this.ButtonPress);
            // 
            // pbYellowCymbal
            // 
            this.pbYellowCymbal.BackColor = System.Drawing.Color.Black;
            this.pbYellowCymbal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230)))));
            this.pbYellowCymbal.Location = new System.Drawing.Point(4, 52);
            this.pbYellowCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.pbYellowCymbal.Maximum = 127;
            this.pbYellowCymbal.Name = "pbYellowCymbal";
            this.pbYellowCymbal.Size = new System.Drawing.Size(128, 15);
            this.pbYellowCymbal.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.pbYellowCymbal.TabIndex = 24;
            // 
            // chkBoostYellowCymbal
            // 
            this.chkBoostYellowCymbal.AutoSize = true;
            this.chkBoostYellowCymbal.BackColor = System.Drawing.Color.Transparent;
            this.chkBoostYellowCymbal.Checked = true;
            this.chkBoostYellowCymbal.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBoostYellowCymbal.ForeColor = System.Drawing.Color.White;
            this.chkBoostYellowCymbal.Location = new System.Drawing.Point(4, 72);
            this.chkBoostYellowCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.chkBoostYellowCymbal.Name = "chkBoostYellowCymbal";
            this.chkBoostYellowCymbal.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chkBoostYellowCymbal.Size = new System.Drawing.Size(66, 21);
            this.chkBoostYellowCymbal.TabIndex = 29;
            this.chkBoostYellowCymbal.Text = "Boost";
            this.chkBoostYellowCymbal.UseVisualStyleBackColor = false;
            // 
            // chkDPadLeft
            // 
            this.chkDPadLeft.AutoSize = true;
            this.chkDPadLeft.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkDPadLeft.Enabled = false;
            this.chkDPadLeft.FlatAppearance.BorderSize = 0;
            this.chkDPadLeft.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
            this.chkDPadLeft.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.chkDPadLeft.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.chkDPadLeft.Location = new System.Drawing.Point(259, 418);
            this.chkDPadLeft.Name = "chkDPadLeft";
            this.chkDPadLeft.Size = new System.Drawing.Size(18, 17);
            this.chkDPadLeft.TabIndex = 39;
            this.chkDPadLeft.UseVisualStyleBackColor = true;
            // 
            // chkDPadDown
            // 
            this.chkDPadDown.AutoSize = true;
            this.chkDPadDown.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkDPadDown.Enabled = false;
            this.chkDPadDown.FlatAppearance.BorderSize = 0;
            this.chkDPadDown.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
            this.chkDPadDown.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.chkDPadDown.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.chkDPadDown.Location = new System.Drawing.Point(297, 471);
            this.chkDPadDown.Name = "chkDPadDown";
            this.chkDPadDown.Size = new System.Drawing.Size(18, 17);
            this.chkDPadDown.TabIndex = 39;
            this.chkDPadDown.UseVisualStyleBackColor = true;
            // 
            // chkDPadUp
            // 
            this.chkDPadUp.AutoSize = true;
            this.chkDPadUp.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkDPadUp.Enabled = false;
            this.chkDPadUp.FlatAppearance.BorderSize = 0;
            this.chkDPadUp.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
            this.chkDPadUp.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.chkDPadUp.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.chkDPadUp.Location = new System.Drawing.Point(316, 370);
            this.chkDPadUp.Name = "chkDPadUp";
            this.chkDPadUp.Size = new System.Drawing.Size(18, 17);
            this.chkDPadUp.TabIndex = 39;
            this.chkDPadUp.UseVisualStyleBackColor = true;
            // 
            // chkDPadRight
            // 
            this.chkDPadRight.AutoSize = true;
            this.chkDPadRight.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkDPadRight.Enabled = false;
            this.chkDPadRight.FlatAppearance.BorderSize = 0;
            this.chkDPadRight.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
            this.chkDPadRight.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.chkDPadRight.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.chkDPadRight.Location = new System.Drawing.Point(365, 417);
            this.chkDPadRight.Name = "chkDPadRight";
            this.chkDPadRight.Size = new System.Drawing.Size(18, 17);
            this.chkDPadRight.TabIndex = 39;
            this.chkDPadRight.UseVisualStyleBackColor = true;
            // 
            // chkBigButton
            // 
            this.chkBigButton.AutoSize = true;
            this.chkBigButton.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkBigButton.Enabled = false;
            this.chkBigButton.FlatAppearance.BorderSize = 0;
            this.chkBigButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
            this.chkBigButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.chkBigButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.chkBigButton.Location = new System.Drawing.Point(434, 338);
            this.chkBigButton.Name = "chkBigButton";
            this.chkBigButton.Size = new System.Drawing.Size(18, 17);
            this.chkBigButton.TabIndex = 39;
            this.chkBigButton.UseVisualStyleBackColor = true;
            // 
            // chkSelect
            // 
            this.chkSelect.AutoSize = true;
            this.chkSelect.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkSelect.Enabled = false;
            this.chkSelect.FlatAppearance.BorderSize = 0;
            this.chkSelect.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
            this.chkSelect.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.chkSelect.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.chkSelect.Location = new System.Drawing.Point(435, 388);
            this.chkSelect.Name = "chkSelect";
            this.chkSelect.Size = new System.Drawing.Size(18, 17);
            this.chkSelect.TabIndex = 39;
            this.chkSelect.UseVisualStyleBackColor = true;
            // 
            // chkStart
            // 
            this.chkStart.AutoSize = true;
            this.chkStart.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkStart.Enabled = false;
            this.chkStart.FlatAppearance.BorderSize = 0;
            this.chkStart.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
            this.chkStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.chkStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.chkStart.Location = new System.Drawing.Point(435, 471);
            this.chkStart.Name = "chkStart";
            this.chkStart.Size = new System.Drawing.Size(18, 17);
            this.chkStart.TabIndex = 39;
            this.chkStart.UseVisualStyleBackColor = true;
            // 
            // chkRectangle
            // 
            this.chkRectangle.AutoSize = true;
            this.chkRectangle.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkRectangle.Enabled = false;
            this.chkRectangle.FlatAppearance.BorderSize = 0;
            this.chkRectangle.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
            this.chkRectangle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.chkRectangle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.chkRectangle.Location = new System.Drawing.Point(520, 423);
            this.chkRectangle.Name = "chkRectangle";
            this.chkRectangle.Size = new System.Drawing.Size(18, 17);
            this.chkRectangle.TabIndex = 39;
            this.chkRectangle.UseVisualStyleBackColor = true;
            // 
            // chkX
            // 
            this.chkX.AutoSize = true;
            this.chkX.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkX.Enabled = false;
            this.chkX.FlatAppearance.BorderSize = 0;
            this.chkX.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
            this.chkX.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.chkX.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.chkX.Location = new System.Drawing.Point(563, 464);
            this.chkX.Name = "chkX";
            this.chkX.Size = new System.Drawing.Size(18, 17);
            this.chkX.TabIndex = 39;
            this.chkX.UseVisualStyleBackColor = true;
            // 
            // chkCircle
            // 
            this.chkCircle.AutoSize = true;
            this.chkCircle.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkCircle.Enabled = false;
            this.chkCircle.FlatAppearance.BorderSize = 0;
            this.chkCircle.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
            this.chkCircle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.chkCircle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.chkCircle.Location = new System.Drawing.Point(602, 422);
            this.chkCircle.Name = "chkCircle";
            this.chkCircle.Size = new System.Drawing.Size(18, 17);
            this.chkCircle.TabIndex = 39;
            this.chkCircle.UseVisualStyleBackColor = true;
            // 
            // chkTriangle
            // 
            this.chkTriangle.AutoSize = true;
            this.chkTriangle.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkTriangle.Enabled = false;
            this.chkTriangle.FlatAppearance.BorderSize = 0;
            this.chkTriangle.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
            this.chkTriangle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.chkTriangle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.chkTriangle.Location = new System.Drawing.Point(560, 376);
            this.chkTriangle.Name = "chkTriangle";
            this.chkTriangle.Size = new System.Drawing.Size(18, 17);
            this.chkTriangle.TabIndex = 39;
            this.chkTriangle.UseVisualStyleBackColor = true;
            // 
            // nupDPadDown
            // 
            this.nupDPadDown.Location = new System.Drawing.Point(270, 487);
            this.nupDPadDown.Margin = new System.Windows.Forms.Padding(4);
            this.nupDPadDown.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupDPadDown.Name = "nupDPadDown";
            this.nupDPadDown.Size = new System.Drawing.Size(45, 22);
            this.nupDPadDown.TabIndex = 3;
            this.nupDPadDown.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
            // 
            // nupDPadLeft
            // 
            this.nupDPadLeft.Location = new System.Drawing.Point(231, 433);
            this.nupDPadLeft.Margin = new System.Windows.Forms.Padding(4);
            this.nupDPadLeft.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupDPadLeft.Name = "nupDPadLeft";
            this.nupDPadLeft.Size = new System.Drawing.Size(45, 22);
            this.nupDPadLeft.TabIndex = 3;
            this.nupDPadLeft.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
            // 
            // nupDPadUp
            // 
            this.nupDPadUp.Location = new System.Drawing.Point(287, 386);
            this.nupDPadUp.Margin = new System.Windows.Forms.Padding(4);
            this.nupDPadUp.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupDPadUp.Name = "nupDPadUp";
            this.nupDPadUp.Size = new System.Drawing.Size(45, 22);
            this.nupDPadUp.TabIndex = 3;
            this.nupDPadUp.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
            // 
            // nupDPadRight
            // 
            this.nupDPadRight.Location = new System.Drawing.Point(337, 432);
            this.nupDPadRight.Margin = new System.Windows.Forms.Padding(4);
            this.nupDPadRight.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupDPadRight.Name = "nupDPadRight";
            this.nupDPadRight.Size = new System.Drawing.Size(45, 22);
            this.nupDPadRight.TabIndex = 3;
            this.nupDPadRight.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
            // 
            // nupBigButton
            // 
            this.nupBigButton.Location = new System.Drawing.Point(406, 355);
            this.nupBigButton.Margin = new System.Windows.Forms.Padding(4);
            this.nupBigButton.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupBigButton.Name = "nupBigButton";
            this.nupBigButton.Size = new System.Drawing.Size(45, 22);
            this.nupBigButton.TabIndex = 3;
            this.nupBigButton.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
            // 
            // nupStart
            // 
            this.nupStart.Location = new System.Drawing.Point(407, 487);
            this.nupStart.Margin = new System.Windows.Forms.Padding(4);
            this.nupStart.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupStart.Name = "nupStart";
            this.nupStart.Size = new System.Drawing.Size(45, 22);
            this.nupStart.TabIndex = 3;
            this.nupStart.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
            // 
            // nupSelect
            // 
            this.nupSelect.Location = new System.Drawing.Point(407, 405);
            this.nupSelect.Margin = new System.Windows.Forms.Padding(4);
            this.nupSelect.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupSelect.Name = "nupSelect";
            this.nupSelect.Size = new System.Drawing.Size(45, 22);
            this.nupSelect.TabIndex = 3;
            this.nupSelect.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
            // 
            // nupRectangle
            // 
            this.nupRectangle.Location = new System.Drawing.Point(492, 438);
            this.nupRectangle.Margin = new System.Windows.Forms.Padding(4);
            this.nupRectangle.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupRectangle.Name = "nupRectangle";
            this.nupRectangle.Size = new System.Drawing.Size(45, 22);
            this.nupRectangle.TabIndex = 3;
            this.nupRectangle.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
            // 
            // nupX
            // 
            this.nupX.Location = new System.Drawing.Point(535, 479);
            this.nupX.Margin = new System.Windows.Forms.Padding(4);
            this.nupX.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupX.Name = "nupX";
            this.nupX.Size = new System.Drawing.Size(45, 22);
            this.nupX.TabIndex = 3;
            this.nupX.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
            // 
            // nupTriangle
            // 
            this.nupTriangle.Location = new System.Drawing.Point(532, 393);
            this.nupTriangle.Margin = new System.Windows.Forms.Padding(4);
            this.nupTriangle.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupTriangle.Name = "nupTriangle";
            this.nupTriangle.Size = new System.Drawing.Size(45, 22);
            this.nupTriangle.TabIndex = 3;
            this.nupTriangle.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
            // 
            // nupCircle
            // 
            this.nupCircle.Location = new System.Drawing.Point(575, 438);
            this.nupCircle.Margin = new System.Windows.Forms.Padding(4);
            this.nupCircle.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupCircle.Name = "nupCircle";
            this.nupCircle.Size = new System.Drawing.Size(45, 22);
            this.nupCircle.TabIndex = 3;
            this.nupCircle.Value = new decimal(new int[] {
            127,
            0,
            0,
            0});
            // 
            // lowerValues
            // 
            this.lowerValues.Enabled = true;
            this.lowerValues.Interval = 20;
            this.lowerValues.Tick += new System.EventHandler(this.LowerValues);
            // 
            // saveFileDialog
            // 
            this.saveFileDialog.CreatePrompt = true;
            this.saveFileDialog.Title = "Save your current settings";
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(559, 66);
            this.btnSave.Margin = new System.Windows.Forms.Padding(4);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(116, 28);
            this.btnSave.TabIndex = 22;
            this.btnSave.Text = "Save settings";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.SaveSettingsClick);
            // 
            // btnLoad
            // 
            this.btnLoad.Location = new System.Drawing.Point(435, 66);
            this.btnLoad.Margin = new System.Windows.Forms.Padding(4);
            this.btnLoad.Name = "btnLoad";
            this.btnLoad.Size = new System.Drawing.Size(116, 28);
            this.btnLoad.TabIndex = 23;
            this.btnLoad.Text = "Load settings";
            this.btnLoad.UseVisualStyleBackColor = true;
            this.btnLoad.Click += new System.EventHandler(this.LoadSettingsClick);
            // 
            // openFileDialog
            // 
            this.openFileDialog.Title = "Open your saved settings";
            // 
            // btnReset
            // 
            this.btnReset.Location = new System.Drawing.Point(311, 66);
            this.btnReset.Margin = new System.Windows.Forms.Padding(4);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(116, 28);
            this.btnReset.TabIndex = 24;
            this.btnReset.Text = "Default settings";
            this.btnReset.UseVisualStyleBackColor = true;
            this.btnReset.Click += new System.EventHandler(this.LoadDefaultSettings);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            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(873, 692);
            this.tabControl1.TabIndex = 25;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.pnlHolder);
            this.tabPage1.Location = new System.Drawing.Point(4, 25);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(865, 663);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Simple";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.groupBox11);
            this.tabPage2.Controls.Add(this.groupBox10);
            this.tabPage2.Controls.Add(this.groupBox9);
            this.tabPage2.Controls.Add(this.groupBox8);
            this.tabPage2.Location = new System.Drawing.Point(4, 25);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(865, 663);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Advanced";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // groupBox11
            // 
            this.groupBox11.Controls.Add(this.tableLayoutPanel3);
            this.groupBox11.Location = new System.Drawing.Point(447, 286);
            this.groupBox11.Name = "groupBox11";
            this.groupBox11.Size = new System.Drawing.Size(410, 118);
            this.groupBox11.TabIndex = 12;
            this.groupBox11.TabStop = false;
            this.groupBox11.Text = "Pedals";
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel3.ColumnCount = 4;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 26.79901F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.04715F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.866F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.0397F));
            this.tableLayoutPanel3.Controls.Add(label29, 0, 1);
            this.tableLayoutPanel3.Controls.Add(label30, 0, 0);
            this.tableLayoutPanel3.Controls.Add(label31, 1, 0);
            this.tableLayoutPanel3.Controls.Add(label32, 2, 0);
            this.tableLayoutPanel3.Controls.Add(label33, 3, 0);
            this.tableLayoutPanel3.Controls.Add(label34, 0, 2);
            this.tableLayoutPanel3.Controls.Add(this.nupAdvNotePedalRight, 1, 2);
            this.tableLayoutPanel3.Controls.Add(this.nupAdvNotePedalLeft, 1, 1);
            this.tableLayoutPanel3.Controls.Add(this.chkAdvBoostPedalLeft, 2, 1);
            this.tableLayoutPanel3.Controls.Add(this.chkAdvBoostPedalRight, 2, 2);
            this.tableLayoutPanel3.Controls.Add(this.ddlAdvBoostPedalLeft, 3, 1);
            this.tableLayoutPanel3.Controls.Add(this.ddlAdvBoostPedalRight, 3, 2);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 18);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 3;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(404, 97);
            this.tableLayoutPanel3.TabIndex = 2;
            // 
            // nupAdvNotePedalRight
            // 
            this.nupAdvNotePedalRight.Location = new System.Drawing.Point(113, 67);
            this.nupAdvNotePedalRight.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNotePedalRight.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNotePedalRight.Name = "nupAdvNotePedalRight";
            this.nupAdvNotePedalRight.Size = new System.Drawing.Size(100, 22);
            this.nupAdvNotePedalRight.TabIndex = 6;
            this.nupAdvNotePedalRight.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNotePedalLeft
            // 
            this.nupAdvNotePedalLeft.Location = new System.Drawing.Point(113, 36);
            this.nupAdvNotePedalLeft.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNotePedalLeft.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNotePedalLeft.Name = "nupAdvNotePedalLeft";
            this.nupAdvNotePedalLeft.Size = new System.Drawing.Size(100, 22);
            this.nupAdvNotePedalLeft.TabIndex = 6;
            this.nupAdvNotePedalLeft.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // chkAdvBoostPedalLeft
            // 
            this.chkAdvBoostPedalLeft.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.chkAdvBoostPedalLeft.AutoSize = true;
            this.chkAdvBoostPedalLeft.Location = new System.Drawing.Point(244, 38);
            this.chkAdvBoostPedalLeft.Name = "chkAdvBoostPedalLeft";
            this.chkAdvBoostPedalLeft.Size = new System.Drawing.Size(18, 17);
            this.chkAdvBoostPedalLeft.TabIndex = 7;
            this.chkAdvBoostPedalLeft.UseVisualStyleBackColor = true;
            // 
            // chkAdvBoostPedalRight
            // 
            this.chkAdvBoostPedalRight.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.chkAdvBoostPedalRight.AutoSize = true;
            this.chkAdvBoostPedalRight.Location = new System.Drawing.Point(244, 71);
            this.chkAdvBoostPedalRight.Name = "chkAdvBoostPedalRight";
            this.chkAdvBoostPedalRight.Size = new System.Drawing.Size(18, 17);
            this.chkAdvBoostPedalRight.TabIndex = 7;
            this.chkAdvBoostPedalRight.UseVisualStyleBackColor = true;
            // 
            // ddlAdvBoostPedalLeft
            // 
            this.ddlAdvBoostPedalLeft.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvBoostPedalLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlAdvBoostPedalLeft.FormattingEnabled = true;
            this.ddlAdvBoostPedalLeft.Location = new System.Drawing.Point(294, 36);
            this.ddlAdvBoostPedalLeft.Margin = new System.Windows.Forms.Padding(4);
            this.ddlAdvBoostPedalLeft.Name = "ddlAdvBoostPedalLeft";
            this.ddlAdvBoostPedalLeft.Size = new System.Drawing.Size(105, 21);
            this.ddlAdvBoostPedalLeft.TabIndex = 38;
            // 
            // ddlAdvBoostPedalRight
            // 
            this.ddlAdvBoostPedalRight.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvBoostPedalRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlAdvBoostPedalRight.FormattingEnabled = true;
            this.ddlAdvBoostPedalRight.Location = new System.Drawing.Point(294, 67);
            this.ddlAdvBoostPedalRight.Margin = new System.Windows.Forms.Padding(4);
            this.ddlAdvBoostPedalRight.Name = "ddlAdvBoostPedalRight";
            this.ddlAdvBoostPedalRight.Size = new System.Drawing.Size(105, 21);
            this.ddlAdvBoostPedalRight.TabIndex = 38;
            // 
            // groupBox10
            // 
            this.groupBox10.Controls.Add(this.tableLayoutPanel2);
            this.groupBox10.Location = new System.Drawing.Point(447, 6);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(410, 274);
            this.groupBox10.TabIndex = 12;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "Drum Pads";
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel2.ColumnCount = 4;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.29529F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.04715F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.11414F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.0397F));
            this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostRedTom, 3, 1);
            this.tableLayoutPanel2.Controls.Add(label4, 0, 1);
            this.tableLayoutPanel2.Controls.Add(label19, 0, 0);
            this.tableLayoutPanel2.Controls.Add(label20, 1, 0);
            this.tableLayoutPanel2.Controls.Add(label21, 2, 0);
            this.tableLayoutPanel2.Controls.Add(label22, 3, 0);
            this.tableLayoutPanel2.Controls.Add(label23, 0, 2);
            this.tableLayoutPanel2.Controls.Add(label24, 0, 3);
            this.tableLayoutPanel2.Controls.Add(label25, 0, 4);
            this.tableLayoutPanel2.Controls.Add(label26, 0, 5);
            this.tableLayoutPanel2.Controls.Add(label27, 0, 6);
            this.tableLayoutPanel2.Controls.Add(label28, 0, 7);
            this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteGreenCymbal, 1, 7);
            this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteGreenTom, 1, 6);
            this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteBlueCymbal, 1, 5);
            this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteBlueTom, 1, 4);
            this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteYellowCymbal, 1, 3);
            this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteYellowTom, 1, 2);
            this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteRedTom, 1, 1);
            this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostRedTom, 2, 1);
            this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostYellowTom, 2, 2);
            this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostYellowCymbal, 2, 3);
            this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostBlueTom, 2, 4);
            this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostBlueCymbal, 2, 5);
            this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostGreenTom, 2, 6);
            this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostGreenCymbal, 2, 7);
            this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostYellowTom, 3, 2);
            this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostYellowCymbal, 3, 3);
            this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostBlueTom, 3, 4);
            this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostBlueCymbal, 3, 5);
            this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostGreenTom, 3, 6);
            this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostGreenCymbal, 3, 7);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 18);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 8;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(404, 253);
            this.tableLayoutPanel2.TabIndex = 2;
            // 
            // ddlAdvBoostRedTom
            // 
            this.ddlAdvBoostRedTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvBoostRedTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlAdvBoostRedTom.FormattingEnabled = true;
            this.ddlAdvBoostRedTom.Location = new System.Drawing.Point(294, 36);
            this.ddlAdvBoostRedTom.Margin = new System.Windows.Forms.Padding(4);
            this.ddlAdvBoostRedTom.Name = "ddlAdvBoostRedTom";
            this.ddlAdvBoostRedTom.Size = new System.Drawing.Size(100, 21);
            this.ddlAdvBoostRedTom.TabIndex = 38;
            // 
            // nupAdvNoteGreenCymbal
            // 
            this.nupAdvNoteGreenCymbal.Location = new System.Drawing.Point(114, 222);
            this.nupAdvNoteGreenCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteGreenCymbal.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteGreenCymbal.Name = "nupAdvNoteGreenCymbal";
            this.nupAdvNoteGreenCymbal.Size = new System.Drawing.Size(99, 22);
            this.nupAdvNoteGreenCymbal.TabIndex = 6;
            this.nupAdvNoteGreenCymbal.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteGreenTom
            // 
            this.nupAdvNoteGreenTom.Location = new System.Drawing.Point(114, 191);
            this.nupAdvNoteGreenTom.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteGreenTom.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteGreenTom.Name = "nupAdvNoteGreenTom";
            this.nupAdvNoteGreenTom.Size = new System.Drawing.Size(99, 22);
            this.nupAdvNoteGreenTom.TabIndex = 6;
            this.nupAdvNoteGreenTom.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteBlueCymbal
            // 
            this.nupAdvNoteBlueCymbal.Location = new System.Drawing.Point(114, 160);
            this.nupAdvNoteBlueCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteBlueCymbal.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteBlueCymbal.Name = "nupAdvNoteBlueCymbal";
            this.nupAdvNoteBlueCymbal.Size = new System.Drawing.Size(99, 22);
            this.nupAdvNoteBlueCymbal.TabIndex = 6;
            this.nupAdvNoteBlueCymbal.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteBlueTom
            // 
            this.nupAdvNoteBlueTom.Location = new System.Drawing.Point(114, 129);
            this.nupAdvNoteBlueTom.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteBlueTom.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteBlueTom.Name = "nupAdvNoteBlueTom";
            this.nupAdvNoteBlueTom.Size = new System.Drawing.Size(99, 22);
            this.nupAdvNoteBlueTom.TabIndex = 6;
            this.nupAdvNoteBlueTom.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteYellowCymbal
            // 
            this.nupAdvNoteYellowCymbal.Location = new System.Drawing.Point(114, 98);
            this.nupAdvNoteYellowCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteYellowCymbal.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteYellowCymbal.Name = "nupAdvNoteYellowCymbal";
            this.nupAdvNoteYellowCymbal.Size = new System.Drawing.Size(99, 22);
            this.nupAdvNoteYellowCymbal.TabIndex = 6;
            this.nupAdvNoteYellowCymbal.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteYellowTom
            // 
            this.nupAdvNoteYellowTom.Location = new System.Drawing.Point(114, 67);
            this.nupAdvNoteYellowTom.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteYellowTom.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteYellowTom.Name = "nupAdvNoteYellowTom";
            this.nupAdvNoteYellowTom.Size = new System.Drawing.Size(99, 22);
            this.nupAdvNoteYellowTom.TabIndex = 6;
            this.nupAdvNoteYellowTom.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupAdvNoteRedTom
            // 
            this.nupAdvNoteRedTom.Location = new System.Drawing.Point(114, 36);
            this.nupAdvNoteRedTom.Margin = new System.Windows.Forms.Padding(4);
            this.nupAdvNoteRedTom.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupAdvNoteRedTom.Name = "nupAdvNoteRedTom";
            this.nupAdvNoteRedTom.Size = new System.Drawing.Size(99, 22);
            this.nupAdvNoteRedTom.TabIndex = 6;
            this.nupAdvNoteRedTom.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // chkAdvBoostRedTom
            // 
            this.chkAdvBoostRedTom.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.chkAdvBoostRedTom.AutoSize = true;
            this.chkAdvBoostRedTom.Location = new System.Drawing.Point(244, 38);
            this.chkAdvBoostRedTom.Name = "chkAdvBoostRedTom";
            this.chkAdvBoostRedTom.Size = new System.Drawing.Size(18, 17);
            this.chkAdvBoostRedTom.TabIndex = 7;
            this.chkAdvBoostRedTom.UseVisualStyleBackColor = true;
            // 
            // chkAdvBoostYellowTom
            // 
            this.chkAdvBoostYellowTom.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.chkAdvBoostYellowTom.AutoSize = true;
            this.chkAdvBoostYellowTom.Location = new System.Drawing.Point(244, 69);
            this.chkAdvBoostYellowTom.Name = "chkAdvBoostYellowTom";
            this.chkAdvBoostYellowTom.Size = new System.Drawing.Size(18, 17);
            this.chkAdvBoostYellowTom.TabIndex = 7;
            this.chkAdvBoostYellowTom.UseVisualStyleBackColor = true;
            // 
            // chkAdvBoostYellowCymbal
            // 
            this.chkAdvBoostYellowCymbal.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.chkAdvBoostYellowCymbal.AutoSize = true;
            this.chkAdvBoostYellowCymbal.Location = new System.Drawing.Point(244, 100);
            this.chkAdvBoostYellowCymbal.Name = "chkAdvBoostYellowCymbal";
            this.chkAdvBoostYellowCymbal.Size = new System.Drawing.Size(18, 17);
            this.chkAdvBoostYellowCymbal.TabIndex = 7;
            this.chkAdvBoostYellowCymbal.UseVisualStyleBackColor = true;
            // 
            // chkAdvBoostBlueTom
            // 
            this.chkAdvBoostBlueTom.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.chkAdvBoostBlueTom.AutoSize = true;
            this.chkAdvBoostBlueTom.Location = new System.Drawing.Point(244, 131);
            this.chkAdvBoostBlueTom.Name = "chkAdvBoostBlueTom";
            this.chkAdvBoostBlueTom.Size = new System.Drawing.Size(18, 17);
            this.chkAdvBoostBlueTom.TabIndex = 7;
            this.chkAdvBoostBlueTom.UseVisualStyleBackColor = true;
            // 
            // chkAdvBoostBlueCymbal
            // 
            this.chkAdvBoostBlueCymbal.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.chkAdvBoostBlueCymbal.AutoSize = true;
            this.chkAdvBoostBlueCymbal.Location = new System.Drawing.Point(244, 162);
            this.chkAdvBoostBlueCymbal.Name = "chkAdvBoostBlueCymbal";
            this.chkAdvBoostBlueCymbal.Size = new System.Drawing.Size(18, 17);
            this.chkAdvBoostBlueCymbal.TabIndex = 7;
            this.chkAdvBoostBlueCymbal.UseVisualStyleBackColor = true;
            // 
            // chkAdvBoostGreenTom
            // 
            this.chkAdvBoostGreenTom.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.chkAdvBoostGreenTom.AutoSize = true;
            this.chkAdvBoostGreenTom.Location = new System.Drawing.Point(244, 193);
            this.chkAdvBoostGreenTom.Name = "chkAdvBoostGreenTom";
            this.chkAdvBoostGreenTom.Size = new System.Drawing.Size(18, 17);
            this.chkAdvBoostGreenTom.TabIndex = 7;
            this.chkAdvBoostGreenTom.UseVisualStyleBackColor = true;
            // 
            // chkAdvBoostGreenCymbal
            // 
            this.chkAdvBoostGreenCymbal.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.chkAdvBoostGreenCymbal.AutoSize = true;
            this.chkAdvBoostGreenCymbal.Location = new System.Drawing.Point(244, 226);
            this.chkAdvBoostGreenCymbal.Name = "chkAdvBoostGreenCymbal";
            this.chkAdvBoostGreenCymbal.Size = new System.Drawing.Size(18, 17);
            this.chkAdvBoostGreenCymbal.TabIndex = 7;
            this.chkAdvBoostGreenCymbal.UseVisualStyleBackColor = true;
            // 
            // ddlAdvBoostYellowTom
            // 
            this.ddlAdvBoostYellowTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvBoostYellowTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlAdvBoostYellowTom.FormattingEnabled = true;
            this.ddlAdvBoostYellowTom.Location = new System.Drawing.Point(294, 67);
            this.ddlAdvBoostYellowTom.Margin = new System.Windows.Forms.Padding(4);
            this.ddlAdvBoostYellowTom.Name = "ddlAdvBoostYellowTom";
            this.ddlAdvBoostYellowTom.Size = new System.Drawing.Size(100, 21);
            this.ddlAdvBoostYellowTom.TabIndex = 38;
            // 
            // ddlAdvBoostYellowCymbal
            // 
            this.ddlAdvBoostYellowCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvBoostYellowCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlAdvBoostYellowCymbal.FormattingEnabled = true;
            this.ddlAdvBoostYellowCymbal.Location = new System.Drawing.Point(294, 98);
            this.ddlAdvBoostYellowCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.ddlAdvBoostYellowCymbal.Name = "ddlAdvBoostYellowCymbal";
            this.ddlAdvBoostYellowCymbal.Size = new System.Drawing.Size(100, 21);
            this.ddlAdvBoostYellowCymbal.TabIndex = 38;
            // 
            // ddlAdvBoostBlueTom
            // 
            this.ddlAdvBoostBlueTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvBoostBlueTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlAdvBoostBlueTom.FormattingEnabled = true;
            this.ddlAdvBoostBlueTom.Location = new System.Drawing.Point(294, 129);
            this.ddlAdvBoostBlueTom.Margin = new System.Windows.Forms.Padding(4);
            this.ddlAdvBoostBlueTom.Name = "ddlAdvBoostBlueTom";
            this.ddlAdvBoostBlueTom.Size = new System.Drawing.Size(100, 21);
            this.ddlAdvBoostBlueTom.TabIndex = 38;
            // 
            // ddlAdvBoostBlueCymbal
            // 
            this.ddlAdvBoostBlueCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvBoostBlueCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlAdvBoostBlueCymbal.FormattingEnabled = true;
            this.ddlAdvBoostBlueCymbal.Location = new System.Drawing.Point(294, 160);
            this.ddlAdvBoostBlueCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.ddlAdvBoostBlueCymbal.Name = "ddlAdvBoostBlueCymbal";
            this.ddlAdvBoostBlueCymbal.Size = new System.Drawing.Size(100, 21);
            this.ddlAdvBoostBlueCymbal.TabIndex = 38;
            // 
            // ddlAdvBoostGreenTom
            // 
            this.ddlAdvBoostGreenTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvBoostGreenTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlAdvBoostGreenTom.FormattingEnabled = true;
            this.ddlAdvBoostGreenTom.Location = new System.Drawing.Point(294, 191);
            this.ddlAdvBoostGreenTom.Margin = new System.Windows.Forms.Padding(4);
            this.ddlAdvBoostGreenTom.Name = "ddlAdvBoostGreenTom";
            this.ddlAdvBoostGreenTom.Size = new System.Drawing.Size(100, 21);
            this.ddlAdvBoostGreenTom.TabIndex = 38;
            // 
            // ddlAdvBoostGreenCymbal
            // 
            this.ddlAdvBoostGreenCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAdvBoostGreenCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ddlAdvBoostGreenCymbal.FormattingEnabled = true;
            this.ddlAdvBoostGreenCymbal.Location = new System.Drawing.Point(294, 222);
            this.ddlAdvBoostGreenCymbal.Margin = new System.Windows.Forms.Padding(4);
            this.ddlAdvBoostGreenCymbal.Name = "ddlAdvBoostGreenCymbal";
            this.ddlAdvBoostGreenCymbal.Size = new System.Drawing.Size(100, 21);
            this.ddlAdvBoostGreenCymbal.TabIndex = 38;
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(tableLayoutPanel1);
            this.groupBox9.Location = new System.Drawing.Point(8, 6);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(433, 398);
            this.groupBox9.TabIndex = 12;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Buttons";
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.nupMNvelMult);
            this.groupBox8.Controls.Add(label36);
            this.groupBox8.Controls.Add(label35);
            this.groupBox8.Controls.Add(label1);
            this.groupBox8.Controls.Add(this.lbMN);
            this.groupBox8.Controls.Add(this.btnMNAdd);
            this.groupBox8.Controls.Add(label2);
            this.groupBox8.Controls.Add(this.btnMNRemove);
            this.groupBox8.Controls.Add(this.ddlMNnote);
            this.groupBox8.Controls.Add(this.nupMNvelAdd);
            this.groupBox8.Controls.Add(this.nupMNvelCheck);
            this.groupBox8.Controls.Add(this.nupMNnoteTo);
            this.groupBox8.Controls.Add(this.ddlMNvelCheck);
            this.groupBox8.Location = new System.Drawing.Point(8, 410);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(849, 145);
            this.groupBox8.TabIndex = 12;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "MultiNote";
            // 
            // nupMNvelMult
            // 
            this.nupMNvelMult.DecimalPlaces = 2;
            this.nupMNvelMult.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.nupMNvelMult.Location = new System.Drawing.Point(167, 77);
            this.nupMNvelMult.Margin = new System.Windows.Forms.Padding(4);
            this.nupMNvelMult.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.nupMNvelMult.Name = "nupMNvelMult";
            this.nupMNvelMult.Size = new System.Drawing.Size(64, 22);
            this.nupMNvelMult.TabIndex = 6;
            // 
            // lbMN
            // 
            this.lbMN.FormattingEnabled = true;
            this.lbMN.ItemHeight = 16;
            this.lbMN.Location = new System.Drawing.Point(439, 18);
            this.lbMN.Name = "lbMN";
            this.lbMN.Size = new System.Drawing.Size(404, 116);
            this.lbMN.TabIndex = 11;
            // 
            // btnMNAdd
            // 
            this.btnMNAdd.Location = new System.Drawing.Point(331, 18);
            this.btnMNAdd.Name = "btnMNAdd";
            this.btnMNAdd.Size = new System.Drawing.Size(102, 53);
            this.btnMNAdd.TabIndex = 0;
            this.btnMNAdd.Text = "Add";
            this.btnMNAdd.UseVisualStyleBackColor = true;
            // 
            // btnMNRemove
            // 
            this.btnMNRemove.Location = new System.Drawing.Point(331, 77);
            this.btnMNRemove.Name = "btnMNRemove";
            this.btnMNRemove.Size = new System.Drawing.Size(102, 52);
            this.btnMNRemove.TabIndex = 1;
            this.btnMNRemove.Text = "Remove";
            this.btnMNRemove.UseVisualStyleBackColor = true;
            // 
            // ddlMNnote
            // 
            this.ddlMNnote.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlMNnote.FormattingEnabled = true;
            this.ddlMNnote.Location = new System.Drawing.Point(9, 47);
            this.ddlMNnote.Name = "ddlMNnote";
            this.ddlMNnote.Size = new System.Drawing.Size(135, 24);
            this.ddlMNnote.TabIndex = 9;
            // 
            // nupMNvelAdd
            // 
            this.nupMNvelAdd.Location = new System.Drawing.Point(260, 77);
            this.nupMNvelAdd.Margin = new System.Windows.Forms.Padding(4);
            this.nupMNvelAdd.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupMNvelAdd.Name = "nupMNvelAdd";
            this.nupMNvelAdd.Size = new System.Drawing.Size(64, 22);
            this.nupMNvelAdd.TabIndex = 6;
            this.nupMNvelAdd.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupMNvelCheck
            // 
            this.nupMNvelCheck.Location = new System.Drawing.Point(260, 19);
            this.nupMNvelCheck.Margin = new System.Windows.Forms.Padding(4);
            this.nupMNvelCheck.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupMNvelCheck.Name = "nupMNvelCheck";
            this.nupMNvelCheck.Size = new System.Drawing.Size(64, 22);
            this.nupMNvelCheck.TabIndex = 6;
            this.nupMNvelCheck.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // nupMNnoteTo
            // 
            this.nupMNnoteTo.Location = new System.Drawing.Point(260, 49);
            this.nupMNnoteTo.Margin = new System.Windows.Forms.Padding(4);
            this.nupMNnoteTo.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.nupMNnoteTo.Name = "nupMNnoteTo";
            this.nupMNnoteTo.Size = new System.Drawing.Size(64, 22);
            this.nupMNnoteTo.TabIndex = 6;
            this.nupMNnoteTo.Value = new decimal(new int[] {
            64,
            0,
            0,
            0});
            // 
            // ddlMNvelCheck
            // 
            this.ddlMNvelCheck.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlMNvelCheck.FormattingEnabled = true;
            this.ddlMNvelCheck.Location = new System.Drawing.Point(113, 18);
            this.ddlMNvelCheck.Name = "ddlMNvelCheck";
            this.ddlMNvelCheck.Size = new System.Drawing.Size(103, 24);
            this.ddlMNvelCheck.TabIndex = 7;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnConnect);
            this.panel1.Controls.Add(this.btnExit);
            this.panel1.Controls.Add(this.btnRefreshUsb);
            this.panel1.Controls.Add(label38);
            this.panel1.Controls.Add(label37);
            this.panel1.Controls.Add(this.ddlController);
            this.panel1.Controls.Add(this.ddlUsbController);
            this.panel1.Controls.Add(this.btnSave);
            this.panel1.Controls.Add(lblMIDIChannel);
            this.panel1.Controls.Add(this.btnLoad);
            this.panel1.Controls.Add(lblMIDIDevice);
            this.panel1.Controls.Add(this.nupMIDIChannel);
            this.panel1.Controls.Add(this.ddlMIDIDevice);
            this.panel1.Controls.Add(this.btnReset);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 591);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(873, 101);
            this.panel1.TabIndex = 26;
            // 
            // btnRefreshUsb
            // 
            this.btnRefreshUsb.Location = new System.Drawing.Point(11, 66);
            this.btnRefreshUsb.Margin = new System.Windows.Forms.Padding(4);
            this.btnRefreshUsb.Name = "btnRefreshUsb";
            this.btnRefreshUsb.Size = new System.Drawing.Size(112, 28);
            this.btnRefreshUsb.TabIndex = 29;
            this.btnRefreshUsb.Text = "Refresh";
            this.btnRefreshUsb.UseVisualStyleBackColor = true;
            this.btnRefreshUsb.Click += new System.EventHandler(this.btnRefreshUsb_Click);
            // 
            // ddlController
            // 
            this.ddlController.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlController.FormattingEnabled = true;
            this.ddlController.Location = new System.Drawing.Point(296, 32);
            this.ddlController.Margin = new System.Windows.Forms.Padding(4);
            this.ddlController.Name = "ddlController";
            this.ddlController.Size = new System.Drawing.Size(233, 24);
            this.ddlController.TabIndex = 25;
            // 
            // ddlUsbController
            // 
            this.ddlUsbController.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlUsbController.FormattingEnabled = true;
            this.ddlUsbController.Location = new System.Drawing.Point(11, 32);
            this.ddlUsbController.Margin = new System.Windows.Forms.Padding(4);
            this.ddlUsbController.Name = "ddlUsbController";
            this.ddlUsbController.Size = new System.Drawing.Size(277, 24);
            this.ddlUsbController.TabIndex = 26;
            // 
            // btnConnect
            // 
            this.btnConnect.Location = new System.Drawing.Point(131, 66);
            this.btnConnect.Margin = new System.Windows.Forms.Padding(4);
            this.btnConnect.Name = "btnConnect";
            this.btnConnect.Size = new System.Drawing.Size(112, 28);
            this.btnConnect.TabIndex = 29;
            this.btnConnect.Text = "Connect";
            this.btnConnect.UseVisualStyleBackColor = true;
            this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
            // 
            // btnExit
            // 
            this.btnExit.Location = new System.Drawing.Point(748, 66);
            this.btnExit.Margin = new System.Windows.Forms.Padding(4);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(112, 28);
            this.btnExit.TabIndex = 29;
            this.btnExit.Text = "Exit";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(873, 692);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.tabControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(4);
            this.MinimumSize = new System.Drawing.Size(853, 510);
            this.Name = "FrmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "PS360 MIDI Pro Drummer v0.06";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SaveDefaultSettings);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadUp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadRight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadLeft)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelTriangle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelCircle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelRectangle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelSelect)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelBigButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteStart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelStart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBigButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteSelect)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteRectangle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteCircle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteTriangle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadLeft)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadRight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadUp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupMIDIChannel)).EndInit();
            this.pnlHolder.ResumeLayout(false);
            this.pnlHolder.PerformLayout();
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupRedTom)).EndInit();
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupYellowTom)).EndInit();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupBlueTom)).EndInit();
            this.groupBox13.ResumeLayout(false);
            this.groupBox13.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupPedalLeft)).EndInit();
            this.groupBox12.ResumeLayout(false);
            this.groupBox12.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupPedalRight)).EndInit();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupGreenTom)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupGreenCymbal)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupBlueCymbal)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupYellowCymbal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupDPadDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupDPadLeft)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupDPadUp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupDPadRight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupBigButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupStart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupSelect)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupRectangle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupTriangle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupCircle)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.groupBox11.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNotePedalRight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNotePedalLeft)).EndInit();
            this.groupBox10.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteGreenCymbal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteGreenTom)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBlueCymbal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBlueTom)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteYellowCymbal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteYellowTom)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteRedTom)).EndInit();
            this.groupBox9.ResumeLayout(false);
            this.groupBox8.ResumeLayout(false);
            this.groupBox8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nupMNvelMult)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupMNvelAdd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupMNvelCheck)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nupMNnoteTo)).EndInit();
            this.panel1.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.TableLayoutPanel tableLayoutPanel1;
     this._btnShow     = new System.Windows.Forms.Button();
     this._tbPassword  = new System.Windows.Forms.TextBox();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize    = true;
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     tableLayoutPanel1.Controls.Add(this._btnShow, 1, 0);
     tableLayoutPanel1.Controls.Add(this._tbPassword, 0, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 1;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(191, 28);
     tableLayoutPanel1.TabIndex = 0;
     //
     // _btnShow
     //
     this._btnShow.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this._btnShow.Location = new System.Drawing.Point(135, 0);
     this._btnShow.Margin   = new System.Windows.Forms.Padding(4, 0, 0, 0);
     this._btnShow.Name     = "_btnShow";
     this._btnShow.Size     = new System.Drawing.Size(56, 27);
     this._btnShow.TabIndex = 1;
     this._btnShow.Text     = "Show";
     this._btnShow.UseVisualStyleBackColor = true;
     this._btnShow.Click += new System.EventHandler(this.OnShowClicked);
     //
     // _tbPassword
     //
     this._tbPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this._tbPassword.Location = new System.Drawing.Point(0, 1);
     this._tbPassword.Margin   = new System.Windows.Forms.Padding(0, 1, 4, 0);
     this._tbPassword.Name     = "_tbPassword";
     this._tbPassword.Size     = new System.Drawing.Size(127, 22);
     this._tbPassword.TabIndex = 0;
     this._tbPassword.UseSystemPasswordChar = true;
     this._tbPassword.TextChanged          += new System.EventHandler(this.OnPasswordChanged);
     //
     // PasswordBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.Controls.Add(tableLayoutPanel1);
     this.Margin      = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.MaximumSize = new System.Drawing.Size(800, 49);
     this.MinimumSize = new System.Drawing.Size(187, 25);
     this.Name        = "PasswordBox";
     this.Size        = new System.Drawing.Size(191, 28);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonWebPropertyPageControl));
            this._wsgiHandlerLabel = new System.Windows.Forms.Label();
            this._wsgiHandler = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this._staticPatternLabel = new System.Windows.Forms.Label();
            this._staticPattern = new System.Windows.Forms.TextBox();
            this._staticRewriteLabel = new System.Windows.Forms.Label();
            this._staticRewrite = new System.Windows.Forms.TextBox();
            this._webGroup = new System.Windows.Forms.GroupBox();
            this._toolTip = new System.Windows.Forms.ToolTip(this.components);
            this._errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this._deprecatedLabel = new System.Windows.Forms.Label();
            tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel2.SuspendLayout();
            tableLayoutPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            tableLayoutPanel3.SuspendLayout();
            this._webGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).BeginInit();
            this.SuspendLayout();
            // 
            // tableLayoutPanel2
            // 
            tableLayoutPanel2.AutoSize = true;
            tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            tableLayoutPanel2.ColumnCount = 2;
            tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel2.Controls.Add(this._wsgiHandlerLabel, 0, 0);
            tableLayoutPanel2.Controls.Add(this._wsgiHandler, 1, 0);
            tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel2.Location = new System.Drawing.Point(6, 21);
            tableLayoutPanel2.Name = "tableLayoutPanel2";
            tableLayoutPanel2.RowCount = 1;
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            tableLayoutPanel2.Size = new System.Drawing.Size(437, 26);
            tableLayoutPanel2.TabIndex = 0;
            // 
            // _wsgiHandlerLabel
            // 
            this._wsgiHandlerLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this._wsgiHandlerLabel.AutoSize = true;
            this._wsgiHandlerLabel.Location = new System.Drawing.Point(6, 6);
            this._wsgiHandlerLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this._wsgiHandlerLabel.Name = "_wsgiHandlerLabel";
            this._wsgiHandlerLabel.Size = new System.Drawing.Size(79, 13);
            this._wsgiHandlerLabel.TabIndex = 2;
            this._wsgiHandlerLabel.Text = "&WSGI Handler:";
            this._wsgiHandlerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // _wsgiHandler
            // 
            this._wsgiHandler.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this._wsgiHandler.Location = new System.Drawing.Point(97, 3);
            this._wsgiHandler.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
            this._wsgiHandler.MinimumSize = new System.Drawing.Size(50, 4);
            this._wsgiHandler.Name = "_wsgiHandler";
            this._wsgiHandler.Size = new System.Drawing.Size(334, 20);
            this._wsgiHandler.TabIndex = 3;
            this._wsgiHandler.TextChanged += new System.EventHandler(this.Setting_TextChanged);
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.AutoSize = true;
            tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            tableLayoutPanel1.ColumnCount = 1;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.Controls.Add(this._deprecatedLabel, 0, 0);
            tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 2);
            tableLayoutPanel1.Controls.Add(this._webGroup, 0, 1);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 4;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel1.Size = new System.Drawing.Size(461, 213);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // groupBox1
            // 
            this.groupBox1.AutoSize = true;
            this.groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.groupBox1.Controls.Add(tableLayoutPanel3);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(6, 104);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(6, 8, 6, 8);
            this.groupBox1.Size = new System.Drawing.Size(449, 81);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Static Files";
            // 
            // tableLayoutPanel3
            // 
            tableLayoutPanel3.AutoSize = true;
            tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            tableLayoutPanel3.ColumnCount = 2;
            tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel3.Controls.Add(this._staticPatternLabel, 0, 0);
            tableLayoutPanel3.Controls.Add(this._staticPattern, 1, 0);
            tableLayoutPanel3.Controls.Add(this._staticRewriteLabel, 0, 1);
            tableLayoutPanel3.Controls.Add(this._staticRewrite, 1, 1);
            tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel3.Location = new System.Drawing.Point(6, 21);
            tableLayoutPanel3.Name = "tableLayoutPanel3";
            tableLayoutPanel3.RowCount = 2;
            tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            tableLayoutPanel3.Size = new System.Drawing.Size(437, 52);
            tableLayoutPanel3.TabIndex = 0;
            // 
            // _staticPatternLabel
            // 
            this._staticPatternLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this._staticPatternLabel.AutoSize = true;
            this._staticPatternLabel.Location = new System.Drawing.Point(6, 6);
            this._staticPatternLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this._staticPatternLabel.Name = "_staticPatternLabel";
            this._staticPatternLabel.Size = new System.Drawing.Size(66, 13);
            this._staticPatternLabel.TabIndex = 0;
            this._staticPatternLabel.Text = "&URI Pattern:";
            this._staticPatternLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // _staticPattern
            // 
            this._staticPattern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this._errorProvider.SetIconPadding(this._staticPattern, -20);
            this._staticPattern.Location = new System.Drawing.Point(86, 3);
            this._staticPattern.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
            this._staticPattern.MinimumSize = new System.Drawing.Size(50, 4);
            this._staticPattern.Name = "_staticPattern";
            this._staticPattern.Size = new System.Drawing.Size(345, 20);
            this._staticPattern.TabIndex = 1;
            this._staticPattern.TextChanged += new System.EventHandler(this.Setting_TextChanged);
            // 
            // _staticRewriteLabel
            // 
            this._staticRewriteLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this._staticRewriteLabel.AutoSize = true;
            this._staticRewriteLabel.Location = new System.Drawing.Point(6, 32);
            this._staticRewriteLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this._staticRewriteLabel.Name = "_staticRewriteLabel";
            this._staticRewriteLabel.Size = new System.Drawing.Size(68, 13);
            this._staticRewriteLabel.TabIndex = 2;
            this._staticRewriteLabel.Text = "URI Re&write:";
            this._staticRewriteLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // _staticRewrite
            // 
            this._staticRewrite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this._staticRewrite.Location = new System.Drawing.Point(86, 29);
            this._staticRewrite.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
            this._staticRewrite.MinimumSize = new System.Drawing.Size(50, 4);
            this._staticRewrite.Name = "_staticRewrite";
            this._staticRewrite.Size = new System.Drawing.Size(345, 20);
            this._staticRewrite.TabIndex = 3;
            this._staticRewrite.TextChanged += new System.EventHandler(this.Setting_TextChanged);
            // 
            // _webGroup
            // 
            this._webGroup.AutoSize = true;
            this._webGroup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this._webGroup.Controls.Add(tableLayoutPanel2);
            this._webGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this._webGroup.Location = new System.Drawing.Point(6, 33);
            this._webGroup.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
            this._webGroup.Name = "_webGroup";
            this._webGroup.Padding = new System.Windows.Forms.Padding(6, 8, 6, 8);
            this._webGroup.Size = new System.Drawing.Size(449, 55);
            this._webGroup.TabIndex = 1;
            this._webGroup.TabStop = false;
            this._webGroup.Text = "Web";
            // 
            // _errorProvider
            // 
            this._errorProvider.ContainerControl = this;
            this._errorProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("_errorProvider.Icon")));
            // 
            // _deprecatedLabel
            // 
            this._deprecatedLabel.AutoSize = true;
            this._errorProvider.SetError(this._deprecatedLabel, "Deprecated");
            this._errorProvider.SetIconAlignment(this._deprecatedLabel, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
            this._deprecatedLabel.Location = new System.Drawing.Point(24, 6);
            this._deprecatedLabel.Margin = new System.Windows.Forms.Padding(24, 6, 3, 6);
            this._deprecatedLabel.Name = "_deprecatedLabel";
            this._deprecatedLabel.Size = new System.Drawing.Size(434, 13);
            this._deprecatedLabel.TabIndex = 0;
            this._deprecatedLabel.Text = "These options are no longer used. To configure them, add a web.config file to you" +
    "r project.";
            // 
            // PythonWebPropertyPageControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.Controls.Add(tableLayoutPanel1);
            this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
            this.Name = "PythonWebPropertyPageControl";
            this.Size = new System.Drawing.Size(461, 213);
            tableLayoutPanel2.ResumeLayout(false);
            tableLayoutPanel2.PerformLayout();
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            tableLayoutPanel3.ResumeLayout(false);
            tableLayoutPanel3.PerformLayout();
            this._webGroup.ResumeLayout(false);
            this._webGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 28
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.TableLayoutPanel _KeypadTLP;
     System.Windows.Forms.TableLayoutPanel _DisplayTLP;
     this._1BT       = new HMI.Model.Module.UI.HMIButton();
     this._2BT       = new HMI.Model.Module.UI.HMIButton();
     this._3BT       = new HMI.Model.Module.UI.HMIButton();
     this._4BT       = new HMI.Model.Module.UI.HMIButton();
     this._5BT       = new HMI.Model.Module.UI.HMIButton();
     this._6BT       = new HMI.Model.Module.UI.HMIButton();
     this._7BT       = new HMI.Model.Module.UI.HMIButton();
     this._8BT       = new HMI.Model.Module.UI.HMIButton();
     this._9BT       = new HMI.Model.Module.UI.HMIButton();
     this._AstBT     = new HMI.Model.Module.UI.HMIButton();
     this._0BT       = new HMI.Model.Module.UI.HMIButton();
     this._AlmBT     = new HMI.Model.Module.UI.HMIButton();
     this._DisplayTB = new System.Windows.Forms.TextBox();
     this._ClearBT   = new HMI.Model.Module.UI.HMIButton();
     this._PauseBt   = new HMI.Model.Module.UI.HMIButton();
     _KeypadTLP      = new System.Windows.Forms.TableLayoutPanel();
     _DisplayTLP     = new System.Windows.Forms.TableLayoutPanel();
     _KeypadTLP.SuspendLayout();
     _DisplayTLP.SuspendLayout();
     this.SuspendLayout();
     //
     // _KeypadTLP
     //
     _KeypadTLP.BackColor   = System.Drawing.Color.Silver;
     _KeypadTLP.ColumnCount = 3;
     _KeypadTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     _KeypadTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     _KeypadTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     _KeypadTLP.Controls.Add(this._1BT, 0, 1);
     _KeypadTLP.Controls.Add(this._2BT, 1, 1);
     _KeypadTLP.Controls.Add(this._3BT, 2, 1);
     _KeypadTLP.Controls.Add(this._4BT, 0, 2);
     _KeypadTLP.Controls.Add(this._5BT, 1, 2);
     _KeypadTLP.Controls.Add(this._6BT, 2, 2);
     _KeypadTLP.Controls.Add(this._7BT, 0, 3);
     _KeypadTLP.Controls.Add(this._8BT, 1, 3);
     _KeypadTLP.Controls.Add(this._9BT, 2, 3);
     _KeypadTLP.Controls.Add(this._AstBT, 0, 4);
     _KeypadTLP.Controls.Add(this._0BT, 1, 4);
     _KeypadTLP.Controls.Add(this._AlmBT, 2, 4);
     _KeypadTLP.Controls.Add(_DisplayTLP, 0, 0);
     _KeypadTLP.Dock     = System.Windows.Forms.DockStyle.Fill;
     _KeypadTLP.Location = new System.Drawing.Point(0, 0);
     _KeypadTLP.Margin   = new System.Windows.Forms.Padding(5, 10, 0, 10);
     _KeypadTLP.Name     = "_KeypadTLP";
     _KeypadTLP.RowCount = 5;
     _KeypadTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     _KeypadTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     _KeypadTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     _KeypadTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     _KeypadTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     _KeypadTLP.Size     = new System.Drawing.Size(236, 338);
     _KeypadTLP.TabIndex = 1;
     //
     // _1BT
     //
     this._1BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._1BT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._1BT.Location = new System.Drawing.Point(3, 70);
     this._1BT.Name     = "_1BT";
     this._1BT.Size     = new System.Drawing.Size(72, 61);
     this._1BT.TabIndex = 1;
     this._1BT.Tag      = "";
     this._1BT.Text     = "1";
     this._1BT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _2BT
     //
     this._2BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._2BT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._2BT.Location = new System.Drawing.Point(81, 70);
     this._2BT.Name     = "_2BT";
     this._2BT.Size     = new System.Drawing.Size(72, 61);
     this._2BT.TabIndex = 2;
     this._2BT.Text     = "2";
     this._2BT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _3BT
     //
     this._3BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._3BT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._3BT.Location = new System.Drawing.Point(159, 70);
     this._3BT.Name     = "_3BT";
     this._3BT.Size     = new System.Drawing.Size(74, 61);
     this._3BT.TabIndex = 3;
     this._3BT.Text     = "3";
     this._3BT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _4BT
     //
     this._4BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._4BT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._4BT.Location = new System.Drawing.Point(3, 137);
     this._4BT.Name     = "_4BT";
     this._4BT.Size     = new System.Drawing.Size(72, 61);
     this._4BT.TabIndex = 4;
     this._4BT.Text     = "4";
     this._4BT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _5BT
     //
     this._5BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._5BT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._5BT.Location = new System.Drawing.Point(81, 137);
     this._5BT.Name     = "_5BT";
     this._5BT.Size     = new System.Drawing.Size(72, 61);
     this._5BT.TabIndex = 5;
     this._5BT.Text     = "5";
     this._5BT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _6BT
     //
     this._6BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._6BT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._6BT.Location = new System.Drawing.Point(159, 137);
     this._6BT.Name     = "_6BT";
     this._6BT.Size     = new System.Drawing.Size(74, 61);
     this._6BT.TabIndex = 6;
     this._6BT.Text     = "6";
     this._6BT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _7BT
     //
     this._7BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._7BT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._7BT.Location = new System.Drawing.Point(3, 204);
     this._7BT.Name     = "_7BT";
     this._7BT.Size     = new System.Drawing.Size(72, 61);
     this._7BT.TabIndex = 7;
     this._7BT.Text     = "7";
     this._7BT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _8BT
     //
     this._8BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._8BT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._8BT.Location = new System.Drawing.Point(81, 204);
     this._8BT.Name     = "_8BT";
     this._8BT.Size     = new System.Drawing.Size(72, 61);
     this._8BT.TabIndex = 8;
     this._8BT.Text     = "8";
     this._8BT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _9BT
     //
     this._9BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._9BT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._9BT.Location = new System.Drawing.Point(159, 204);
     this._9BT.Name     = "_9BT";
     this._9BT.Size     = new System.Drawing.Size(74, 61);
     this._9BT.TabIndex = 9;
     this._9BT.Text     = "9";
     this._9BT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _AstBT
     //
     this._AstBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._AstBT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._AstBT.Location = new System.Drawing.Point(3, 271);
     this._AstBT.Name     = "_AstBT";
     this._AstBT.Size     = new System.Drawing.Size(72, 64);
     this._AstBT.TabIndex = 10;
     this._AstBT.Text     = "*";
     this._AstBT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _0BT
     //
     this._0BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._0BT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._0BT.Location = new System.Drawing.Point(81, 271);
     this._0BT.Name     = "_0BT";
     this._0BT.Size     = new System.Drawing.Size(72, 64);
     this._0BT.TabIndex = 11;
     this._0BT.Text     = "0";
     this._0BT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _AlmBT
     //
     this._AlmBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._AlmBT.Font     = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._AlmBT.Location = new System.Drawing.Point(159, 271);
     this._AlmBT.Name     = "_AlmBT";
     this._AlmBT.Size     = new System.Drawing.Size(74, 64);
     this._AlmBT.TabIndex = 12;
     this._AlmBT.Text     = "#";
     this._AlmBT.Click   += new System.EventHandler(this._BT_Click);
     //
     // _DisplayTLP
     //
     _DisplayTLP.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)));
     _DisplayTLP.ColumnCount = 2;
     _KeypadTLP.SetColumnSpan(_DisplayTLP, 3);
     _DisplayTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     _DisplayTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     _DisplayTLP.Controls.Add(this._ClearBT, 1, 0);
     _DisplayTLP.Controls.Add(this._DisplayTB, 0, 0);
     _DisplayTLP.Controls.Add(this._PauseBt, 1, 1);
     _DisplayTLP.Location = new System.Drawing.Point(0, 0);
     _DisplayTLP.Margin   = new System.Windows.Forms.Padding(0);
     _DisplayTLP.Name     = "_DisplayTLP";
     _DisplayTLP.RowCount = 2;
     _DisplayTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     _DisplayTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     _DisplayTLP.Size     = new System.Drawing.Size(236, 67);
     _DisplayTLP.TabIndex = 13;
     //
     // _DisplayTB
     //
     this._DisplayTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this._DisplayTB.BackColor = System.Drawing.SystemColors.Window;
     this._DisplayTB.Font      = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._DisplayTB.Location  = new System.Drawing.Point(3, 1);
     this._DisplayTB.Margin    = new System.Windows.Forms.Padding(3, 1, 3, 3);
     this._DisplayTB.Name      = "_DisplayTB";
     this._DisplayTB.ReadOnly  = true;
     this._DisplayTB.Size      = new System.Drawing.Size(182, 26);
     this._DisplayTB.TabIndex  = 14;
     this._DisplayTB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // _ClearBT
     //
     this._ClearBT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this._ClearBT.Font       = new System.Drawing.Font("Arial Black", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._ClearBT.Location   = new System.Drawing.Point(188, 1);
     this._ClearBT.Margin     = new System.Windows.Forms.Padding(0, 1, 3, 3);
     this._ClearBT.Name       = "_ClearBT";
     this._ClearBT.Size       = new System.Drawing.Size(45, 29);
     this._ClearBT.TabIndex   = 15;
     this._ClearBT.Text       = "<--";
     this._ClearBT.Click     += new System.EventHandler(this._ClearBT_Click);
     this._ClearBT.LongClick += new System.EventHandler(this._ClearBT_LongClick);
     //
     // _PauseBt
     //
     this._PauseBt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 18.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._PauseBt.Location  = new System.Drawing.Point(191, 36);
     this._PauseBt.Name      = "_PauseBt";
     this._PauseBt.Size      = new System.Drawing.Size(42, 28);
     this._PauseBt.TabIndex  = 16;
     this._PauseBt.Text      = ",";
     this._PauseBt.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this._PauseBt.Click    += new System.EventHandler(this._PauseBt_Click);
     //
     // Keypad
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Controls.Add(_KeypadTLP);
     this.Name = "Keypad";
     this.Size = new System.Drawing.Size(236, 338);
     _KeypadTLP.ResumeLayout(false);
     _DisplayTLP.ResumeLayout(false);
     _DisplayTLP.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 29
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.GroupBox groupBox1;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.GroupBox groupBox3;
            System.Windows.Forms.GroupBox groupBox4;
            System.Windows.Forms.TableLayoutPanel tableLayoutControls;
            System.Windows.Forms.GroupBox groupBox5;
            System.Windows.Forms.TableLayoutPanel tableLayoutProgressBar;
            System.Windows.Forms.GroupBox groupBox6;
            System.Windows.Forms.Label lblPlaylistAccuracyText;
            System.Windows.Forms.Label lblPlayerInfoText;
            System.Windows.Forms.Label lblPlaylistDataText;
            System.Windows.Forms.Label lblRatingInfoText;
            System.Windows.Forms.Label lblSrcPlaytime;
            System.Windows.Forms.Label lblOnlineText;
            System.Windows.Forms.GroupBox groupBox7;
            System.Windows.Forms.GroupBox groupBox8;
            System.Windows.Forms.Label lblPlayingPlaylsit;
            System.Windows.Forms.GroupBox groupBox9;
            System.Windows.Forms.Label lblLanguage;
            System.Windows.Forms.GroupBox groupBox10;
            System.Windows.Forms.GroupBox groupBox11;
            System.Windows.Forms.Panel panel2;
            System.Windows.Forms.Label lblVersionLabel;
            System.Windows.Forms.Label lblAssemblyLabel;
            System.Windows.Forms.Label lblMediaVersionLabel;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.lbTopTracks = new System.Windows.Forms.ListBox();
            this.lbTopArtists = new System.Windows.Forms.ListBox();
            this.lbTopAlbums = new System.Windows.Forms.ListBox();
            this.btnPlayPause = new System.Windows.Forms.Button();
            this.btnPrevTrack = new System.Windows.Forms.Button();
            this.btnNextTrack = new System.Windows.Forms.Button();
            this.btnShuffle = new System.Windows.Forms.Button();
            this.lblAlbumInfo = new System.Windows.Forms.Label();
            this.lblCurrentPosition = new System.Windows.Forms.Label();
            this.pbNowPlaying = new System.Windows.Forms.ProgressBar();
            this.lblCurrentLeft = new System.Windows.Forms.Label();
            this.lblNowPlaying = new System.Windows.Forms.Label();
            this.lblNowPlayingLabel = new System.Windows.Forms.Label();
            this.tblPaneliPlaylistInfo = new System.Windows.Forms.TableLayoutPanel();
            this.lblPlaylistAccuracy = new System.Windows.Forms.Label();
            this.lblTimeOnline = new System.Windows.Forms.Label();
            this.lblMediaPlayerInfo = new System.Windows.Forms.Label();
            this.lbliPlaylistDataStatus = new System.Windows.Forms.Label();
            this.lblRatingDatabaseInfo = new System.Windows.Forms.Label();
            this.lblSourceMediaDuration = new System.Windows.Forms.Label();
            this.cbCheckForUpdates = new System.Windows.Forms.CheckBox();
            this.cbAllowGlobalHotKeys = new System.Windows.Forms.CheckBox();
            this.cbStartMinimized = new System.Windows.Forms.CheckBox();
            this.cbShowPlayerControls = new System.Windows.Forms.CheckBox();
            this.cbListenMoreUnrated = new System.Windows.Forms.CheckBox();
            this.cbIgnoreWhenLocked = new System.Windows.Forms.CheckBox();
            this.cbPauseOnLock = new System.Windows.Forms.CheckBox();
            this.cbSkipNonAudio = new System.Windows.Forms.CheckBox();
            this.cbIncreaseRandomness = new System.Windows.Forms.CheckBox();
            this.cbSkipBestWorst = new System.Windows.Forms.CheckBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.cmbLanguage = new System.Windows.Forms.ComboBox();
            this.cmbMediaPlayer = new System.Windows.Forms.ComboBox();
            this.cbUseTwoPlaylists = new System.Windows.Forms.CheckBox();
            this.tbPlayablePlaylist = new System.Windows.Forms.TextBox();
            this.cmbSourcePlaylist = new System.Windows.Forms.ComboBox();
            this.lblSourcePlaylist = new System.Windows.Forms.Label();
            this.lblMediaPlayer = new System.Windows.Forms.Label();
            this.tableLayoutPresets = new System.Windows.Forms.TableLayoutPanel();
            this.btnAutodetectLibrary = new System.Windows.Forms.Button();
            this.btnSmallLibrary = new System.Windows.Forms.Button();
            this.btnBigLibrary = new System.Windows.Forms.Button();
            this.lblUsedLibraries = new System.Windows.Forms.Label();
            this.lblAuthors = new System.Windows.Forms.Label();
            this.btnBugReport = new System.Windows.Forms.Button();
            this.btnCheckForUpdates = new System.Windows.Forms.Button();
            this.stsMain = new System.Windows.Forms.StatusStrip();
            this.tlsStatusText = new System.Windows.Forms.ToolStripStatusLabel();
            this.tlsProgress = new System.Windows.Forms.ToolStripProgressBar();
            this.tabsMain = new System.Windows.Forms.TabControl();
            this.tabInfo = new System.Windows.Forms.TabPage();
            this.tblPanelInfo = new System.Windows.Forms.TableLayoutPanel();
            this.tabRating = new System.Windows.Forms.TabPage();
            this.tblPanelRating = new System.Windows.Forms.TableLayoutPanel();
            this.tabSettings = new System.Windows.Forms.TabPage();
            this.tblPanelSettings = new System.Windows.Forms.TableLayoutPanel();
            this.btnSave = new System.Windows.Forms.Button();
            this.btnReset = new System.Windows.Forms.Button();
            this.tabAbout = new System.Windows.Forms.TabPage();
            this.tblPanelAbout = new System.Windows.Forms.TableLayoutPanel();
            this.lblMediaVersion = new System.Windows.Forms.Label();
            this.lblAssembly = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.pbAbout = new System.Windows.Forms.PictureBox();
            this.lblVersion = new System.Windows.Forms.Label();
            this.imageTabs = new System.Windows.Forms.ImageList(this.components);
            this.notifyIconMain = new System.Windows.Forms.NotifyIcon(this.components);
            this.contextMenuIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.showMainWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showPlayerControlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.shufflePlaylistToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.prevTrackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.playPauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.nextTrackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitIPlaylistToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.timerScreenUpdate = new System.Windows.Forms.Timer(this.components);
            this.bgwCreatePlaylist = new System.ComponentModel.BackgroundWorker();
            this.toolTipMainWindow = new System.Windows.Forms.ToolTip(this.components);
            this.lblOnlinePeriod = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.bgwUpdateCheck = new System.ComponentModel.BackgroundWorker();
            groupBox1 = new System.Windows.Forms.GroupBox();
            groupBox2 = new System.Windows.Forms.GroupBox();
            groupBox3 = new System.Windows.Forms.GroupBox();
            groupBox4 = new System.Windows.Forms.GroupBox();
            tableLayoutControls = new System.Windows.Forms.TableLayoutPanel();
            groupBox5 = new System.Windows.Forms.GroupBox();
            tableLayoutProgressBar = new System.Windows.Forms.TableLayoutPanel();
            groupBox6 = new System.Windows.Forms.GroupBox();
            lblPlaylistAccuracyText = new System.Windows.Forms.Label();
            lblPlayerInfoText = new System.Windows.Forms.Label();
            lblPlaylistDataText = new System.Windows.Forms.Label();
            lblRatingInfoText = new System.Windows.Forms.Label();
            lblSrcPlaytime = new System.Windows.Forms.Label();
            lblOnlineText = new System.Windows.Forms.Label();
            groupBox7 = new System.Windows.Forms.GroupBox();
            groupBox8 = new System.Windows.Forms.GroupBox();
            lblPlayingPlaylsit = new System.Windows.Forms.Label();
            groupBox9 = new System.Windows.Forms.GroupBox();
            lblLanguage = new System.Windows.Forms.Label();
            groupBox10 = new System.Windows.Forms.GroupBox();
            groupBox11 = new System.Windows.Forms.GroupBox();
            panel2 = new System.Windows.Forms.Panel();
            lblVersionLabel = new System.Windows.Forms.Label();
            lblAssemblyLabel = new System.Windows.Forms.Label();
            lblMediaVersionLabel = new System.Windows.Forms.Label();
            toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            groupBox1.SuspendLayout();
            groupBox2.SuspendLayout();
            groupBox3.SuspendLayout();
            groupBox4.SuspendLayout();
            tableLayoutControls.SuspendLayout();
            groupBox5.SuspendLayout();
            tableLayoutProgressBar.SuspendLayout();
            groupBox6.SuspendLayout();
            this.tblPaneliPlaylistInfo.SuspendLayout();
            groupBox7.SuspendLayout();
            groupBox8.SuspendLayout();
            groupBox9.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            groupBox10.SuspendLayout();
            this.tableLayoutPresets.SuspendLayout();
            groupBox11.SuspendLayout();
            panel2.SuspendLayout();
            this.stsMain.SuspendLayout();
            this.tabsMain.SuspendLayout();
            this.tabInfo.SuspendLayout();
            this.tblPanelInfo.SuspendLayout();
            this.tabRating.SuspendLayout();
            this.tblPanelRating.SuspendLayout();
            this.tabSettings.SuspendLayout();
            this.tblPanelSettings.SuspendLayout();
            this.tabAbout.SuspendLayout();
            this.tblPanelAbout.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbAbout)).BeginInit();
            this.contextMenuIcon.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.tblPanelRating.SetColumnSpan(groupBox1, 2);
            groupBox1.Controls.Add(this.lbTopTracks);
            resources.ApplyResources(groupBox1, "groupBox1");
            groupBox1.Name = "groupBox1";
            groupBox1.TabStop = false;
            // 
            // lbTopTracks
            // 
            resources.ApplyResources(this.lbTopTracks, "lbTopTracks");
            this.lbTopTracks.FormattingEnabled = true;
            this.lbTopTracks.Name = "lbTopTracks";
            // 
            // groupBox2
            // 
            groupBox2.Controls.Add(this.lbTopArtists);
            resources.ApplyResources(groupBox2, "groupBox2");
            groupBox2.Name = "groupBox2";
            groupBox2.TabStop = false;
            // 
            // lbTopArtists
            // 
            resources.ApplyResources(this.lbTopArtists, "lbTopArtists");
            this.lbTopArtists.FormattingEnabled = true;
            this.lbTopArtists.Name = "lbTopArtists";
            // 
            // groupBox3
            // 
            groupBox3.Controls.Add(this.lbTopAlbums);
            resources.ApplyResources(groupBox3, "groupBox3");
            groupBox3.Name = "groupBox3";
            groupBox3.TabStop = false;
            // 
            // lbTopAlbums
            // 
            resources.ApplyResources(this.lbTopAlbums, "lbTopAlbums");
            this.lbTopAlbums.FormattingEnabled = true;
            this.lbTopAlbums.Name = "lbTopAlbums";
            // 
            // groupBox4
            // 
            groupBox4.Controls.Add(tableLayoutControls);
            groupBox4.Controls.Add(this.btnShuffle);
            resources.ApplyResources(groupBox4, "groupBox4");
            groupBox4.Name = "groupBox4";
            groupBox4.TabStop = false;
            // 
            // tableLayoutControls
            // 
            resources.ApplyResources(tableLayoutControls, "tableLayoutControls");
            tableLayoutControls.Controls.Add(this.btnPlayPause, 1, 0);
            tableLayoutControls.Controls.Add(this.btnPrevTrack, 0, 0);
            tableLayoutControls.Controls.Add(this.btnNextTrack, 2, 0);
            tableLayoutControls.Name = "tableLayoutControls";
            // 
            // btnPlayPause
            // 
            resources.ApplyResources(this.btnPlayPause, "btnPlayPause");
            this.btnPlayPause.Image = global::iPlaylist.Properties.Resources.PlayIcon;
            this.btnPlayPause.Name = "btnPlayPause";
            this.btnPlayPause.UseVisualStyleBackColor = true;
            this.btnPlayPause.Click += new System.EventHandler(this.btnPlayPause_Click);
            // 
            // btnPrevTrack
            // 
            resources.ApplyResources(this.btnPrevTrack, "btnPrevTrack");
            this.btnPrevTrack.Image = global::iPlaylist.Properties.Resources.RewIcon;
            this.btnPrevTrack.Name = "btnPrevTrack";
            this.btnPrevTrack.UseVisualStyleBackColor = true;
            this.btnPrevTrack.Click += new System.EventHandler(this.btnPrevTrack_Click);
            // 
            // btnNextTrack
            // 
            resources.ApplyResources(this.btnNextTrack, "btnNextTrack");
            this.btnNextTrack.Image = global::iPlaylist.Properties.Resources.FwdIcon;
            this.btnNextTrack.Name = "btnNextTrack";
            this.btnNextTrack.UseVisualStyleBackColor = true;
            this.btnNextTrack.Click += new System.EventHandler(this.btnNextTrack_Click);
            // 
            // btnShuffle
            // 
            resources.ApplyResources(this.btnShuffle, "btnShuffle");
            this.btnShuffle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(97)))), ((int)(((byte)(150)))));
            this.btnShuffle.Image = global::iPlaylist.Properties.Resources.ShuffleIcon;
            this.btnShuffle.Name = "btnShuffle";
            this.btnShuffle.UseVisualStyleBackColor = true;
            this.btnShuffle.Click += new System.EventHandler(this.btnShuffle_Click);
            // 
            // groupBox5
            // 
            groupBox5.Controls.Add(this.lblAlbumInfo);
            groupBox5.Controls.Add(tableLayoutProgressBar);
            groupBox5.Controls.Add(this.lblNowPlaying);
            groupBox5.Controls.Add(this.lblNowPlayingLabel);
            resources.ApplyResources(groupBox5, "groupBox5");
            groupBox5.Name = "groupBox5";
            groupBox5.TabStop = false;
            // 
            // lblAlbumInfo
            // 
            resources.ApplyResources(this.lblAlbumInfo, "lblAlbumInfo");
            this.lblAlbumInfo.Name = "lblAlbumInfo";
            // 
            // tableLayoutProgressBar
            // 
            resources.ApplyResources(tableLayoutProgressBar, "tableLayoutProgressBar");
            tableLayoutProgressBar.Controls.Add(this.lblCurrentPosition, 0, 0);
            tableLayoutProgressBar.Controls.Add(this.pbNowPlaying, 1, 0);
            tableLayoutProgressBar.Controls.Add(this.lblCurrentLeft, 2, 0);
            tableLayoutProgressBar.Name = "tableLayoutProgressBar";
            // 
            // lblCurrentPosition
            // 
            resources.ApplyResources(this.lblCurrentPosition, "lblCurrentPosition");
            this.lblCurrentPosition.Name = "lblCurrentPosition";
            // 
            // pbNowPlaying
            // 
            resources.ApplyResources(this.pbNowPlaying, "pbNowPlaying");
            this.pbNowPlaying.Name = "pbNowPlaying";
            this.pbNowPlaying.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbNowPlaying_MouseMove);
            // 
            // lblCurrentLeft
            // 
            resources.ApplyResources(this.lblCurrentLeft, "lblCurrentLeft");
            this.lblCurrentLeft.Name = "lblCurrentLeft";
            // 
            // lblNowPlaying
            // 
            resources.ApplyResources(this.lblNowPlaying, "lblNowPlaying");
            this.lblNowPlaying.Name = "lblNowPlaying";
            this.lblNowPlaying.UseMnemonic = false;
            // 
            // lblNowPlayingLabel
            // 
            resources.ApplyResources(this.lblNowPlayingLabel, "lblNowPlayingLabel");
            this.lblNowPlayingLabel.Name = "lblNowPlayingLabel";
            // 
            // groupBox6
            // 
            this.tblPanelInfo.SetColumnSpan(groupBox6, 2);
            groupBox6.Controls.Add(this.tblPaneliPlaylistInfo);
            resources.ApplyResources(groupBox6, "groupBox6");
            groupBox6.Name = "groupBox6";
            groupBox6.TabStop = false;
            // 
            // tblPaneliPlaylistInfo
            // 
            resources.ApplyResources(this.tblPaneliPlaylistInfo, "tblPaneliPlaylistInfo");
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblPlaylistAccuracy, 1, 3);
            this.tblPaneliPlaylistInfo.Controls.Add(lblPlaylistAccuracyText, 0, 3);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblTimeOnline, 1, 2);
            this.tblPaneliPlaylistInfo.Controls.Add(lblPlayerInfoText, 0, 0);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblMediaPlayerInfo, 1, 0);
            this.tblPaneliPlaylistInfo.Controls.Add(lblPlaylistDataText, 0, 5);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lbliPlaylistDataStatus, 1, 5);
            this.tblPaneliPlaylistInfo.Controls.Add(lblRatingInfoText, 0, 4);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblRatingDatabaseInfo, 1, 4);
            this.tblPaneliPlaylistInfo.Controls.Add(lblSrcPlaytime, 0, 1);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblSourceMediaDuration, 1, 1);
            this.tblPaneliPlaylistInfo.Controls.Add(lblOnlineText, 0, 2);
            this.tblPaneliPlaylistInfo.Name = "tblPaneliPlaylistInfo";
            // 
            // lblPlaylistAccuracy
            // 
            resources.ApplyResources(this.lblPlaylistAccuracy, "lblPlaylistAccuracy");
            this.lblPlaylistAccuracy.Name = "lblPlaylistAccuracy";
            // 
            // lblPlaylistAccuracyText
            // 
            resources.ApplyResources(lblPlaylistAccuracyText, "lblPlaylistAccuracyText");
            lblPlaylistAccuracyText.Name = "lblPlaylistAccuracyText";
            // 
            // lblTimeOnline
            // 
            resources.ApplyResources(this.lblTimeOnline, "lblTimeOnline");
            this.lblTimeOnline.Name = "lblTimeOnline";
            // 
            // lblPlayerInfoText
            // 
            resources.ApplyResources(lblPlayerInfoText, "lblPlayerInfoText");
            lblPlayerInfoText.Name = "lblPlayerInfoText";
            // 
            // lblMediaPlayerInfo
            // 
            resources.ApplyResources(this.lblMediaPlayerInfo, "lblMediaPlayerInfo");
            this.lblMediaPlayerInfo.Name = "lblMediaPlayerInfo";
            // 
            // lblPlaylistDataText
            // 
            resources.ApplyResources(lblPlaylistDataText, "lblPlaylistDataText");
            lblPlaylistDataText.Name = "lblPlaylistDataText";
            // 
            // lbliPlaylistDataStatus
            // 
            resources.ApplyResources(this.lbliPlaylistDataStatus, "lbliPlaylistDataStatus");
            this.lbliPlaylistDataStatus.Name = "lbliPlaylistDataStatus";
            // 
            // lblRatingInfoText
            // 
            resources.ApplyResources(lblRatingInfoText, "lblRatingInfoText");
            lblRatingInfoText.Name = "lblRatingInfoText";
            // 
            // lblRatingDatabaseInfo
            // 
            resources.ApplyResources(this.lblRatingDatabaseInfo, "lblRatingDatabaseInfo");
            this.lblRatingDatabaseInfo.Name = "lblRatingDatabaseInfo";
            // 
            // lblSrcPlaytime
            // 
            resources.ApplyResources(lblSrcPlaytime, "lblSrcPlaytime");
            lblSrcPlaytime.Name = "lblSrcPlaytime";
            // 
            // lblSourceMediaDuration
            // 
            resources.ApplyResources(this.lblSourceMediaDuration, "lblSourceMediaDuration");
            this.lblSourceMediaDuration.Name = "lblSourceMediaDuration";
            // 
            // lblOnlineText
            // 
            resources.ApplyResources(lblOnlineText, "lblOnlineText");
            lblOnlineText.Name = "lblOnlineText";
            // 
            // groupBox7
            // 
            groupBox7.Controls.Add(this.cbCheckForUpdates);
            groupBox7.Controls.Add(this.cbAllowGlobalHotKeys);
            groupBox7.Controls.Add(this.cbStartMinimized);
            groupBox7.Controls.Add(this.cbShowPlayerControls);
            resources.ApplyResources(groupBox7, "groupBox7");
            groupBox7.Name = "groupBox7";
            groupBox7.TabStop = false;
            // 
            // cbCheckForUpdates
            // 
            resources.ApplyResources(this.cbCheckForUpdates, "cbCheckForUpdates");
            this.cbCheckForUpdates.Name = "cbCheckForUpdates";
            this.cbCheckForUpdates.UseVisualStyleBackColor = true;
            // 
            // cbAllowGlobalHotKeys
            // 
            resources.ApplyResources(this.cbAllowGlobalHotKeys, "cbAllowGlobalHotKeys");
            this.cbAllowGlobalHotKeys.Name = "cbAllowGlobalHotKeys";
            this.toolTipMainWindow.SetToolTip(this.cbAllowGlobalHotKeys, resources.GetString("cbAllowGlobalHotKeys.ToolTip"));
            this.cbAllowGlobalHotKeys.UseVisualStyleBackColor = true;
            // 
            // cbStartMinimized
            // 
            resources.ApplyResources(this.cbStartMinimized, "cbStartMinimized");
            this.cbStartMinimized.Name = "cbStartMinimized";
            this.cbStartMinimized.UseVisualStyleBackColor = true;
            // 
            // cbShowPlayerControls
            // 
            resources.ApplyResources(this.cbShowPlayerControls, "cbShowPlayerControls");
            this.cbShowPlayerControls.Name = "cbShowPlayerControls";
            this.toolTipMainWindow.SetToolTip(this.cbShowPlayerControls, resources.GetString("cbShowPlayerControls.ToolTip"));
            this.cbShowPlayerControls.UseVisualStyleBackColor = true;
            // 
            // groupBox8
            // 
            groupBox8.Controls.Add(this.cbListenMoreUnrated);
            groupBox8.Controls.Add(this.cbIgnoreWhenLocked);
            groupBox8.Controls.Add(this.cbPauseOnLock);
            groupBox8.Controls.Add(this.cbSkipNonAudio);
            groupBox8.Controls.Add(this.cbIncreaseRandomness);
            groupBox8.Controls.Add(this.cbSkipBestWorst);
            resources.ApplyResources(groupBox8, "groupBox8");
            groupBox8.Name = "groupBox8";
            groupBox8.TabStop = false;
            // 
            // cbListenMoreUnrated
            // 
            resources.ApplyResources(this.cbListenMoreUnrated, "cbListenMoreUnrated");
            this.cbListenMoreUnrated.Name = "cbListenMoreUnrated";
            this.toolTipMainWindow.SetToolTip(this.cbListenMoreUnrated, resources.GetString("cbListenMoreUnrated.ToolTip"));
            this.cbListenMoreUnrated.UseVisualStyleBackColor = true;
            // 
            // cbIgnoreWhenLocked
            // 
            resources.ApplyResources(this.cbIgnoreWhenLocked, "cbIgnoreWhenLocked");
            this.cbIgnoreWhenLocked.Name = "cbIgnoreWhenLocked";
            this.toolTipMainWindow.SetToolTip(this.cbIgnoreWhenLocked, resources.GetString("cbIgnoreWhenLocked.ToolTip"));
            this.cbIgnoreWhenLocked.UseVisualStyleBackColor = true;
            // 
            // cbPauseOnLock
            // 
            resources.ApplyResources(this.cbPauseOnLock, "cbPauseOnLock");
            this.cbPauseOnLock.Name = "cbPauseOnLock";
            this.toolTipMainWindow.SetToolTip(this.cbPauseOnLock, resources.GetString("cbPauseOnLock.ToolTip"));
            this.cbPauseOnLock.UseVisualStyleBackColor = true;
            this.cbPauseOnLock.CheckedChanged += new System.EventHandler(this.cbPauseOnLock_CheckedChanged);
            // 
            // cbSkipNonAudio
            // 
            resources.ApplyResources(this.cbSkipNonAudio, "cbSkipNonAudio");
            this.cbSkipNonAudio.Name = "cbSkipNonAudio";
            this.toolTipMainWindow.SetToolTip(this.cbSkipNonAudio, resources.GetString("cbSkipNonAudio.ToolTip"));
            this.cbSkipNonAudio.UseVisualStyleBackColor = true;
            // 
            // cbIncreaseRandomness
            // 
            resources.ApplyResources(this.cbIncreaseRandomness, "cbIncreaseRandomness");
            this.cbIncreaseRandomness.Name = "cbIncreaseRandomness";
            this.toolTipMainWindow.SetToolTip(this.cbIncreaseRandomness, resources.GetString("cbIncreaseRandomness.ToolTip"));
            this.cbIncreaseRandomness.UseVisualStyleBackColor = true;
            // 
            // cbSkipBestWorst
            // 
            resources.ApplyResources(this.cbSkipBestWorst, "cbSkipBestWorst");
            this.cbSkipBestWorst.Name = "cbSkipBestWorst";
            this.toolTipMainWindow.SetToolTip(this.cbSkipBestWorst, resources.GetString("cbSkipBestWorst.ToolTip"));
            this.cbSkipBestWorst.UseVisualStyleBackColor = true;
            // 
            // lblPlayingPlaylsit
            // 
            resources.ApplyResources(lblPlayingPlaylsit, "lblPlayingPlaylsit");
            lblPlayingPlaylsit.Name = "lblPlayingPlaylsit";
            // 
            // groupBox9
            // 
            groupBox9.Controls.Add(this.tableLayoutPanel1);
            resources.ApplyResources(groupBox9, "groupBox9");
            groupBox9.Name = "groupBox9";
            groupBox9.TabStop = false;
            // 
            // tableLayoutPanel1
            // 
            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
            this.tableLayoutPanel1.Controls.Add(this.cmbLanguage, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.cmbMediaPlayer, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.cbUseTwoPlaylists, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.tbPlayablePlaylist, 1, 4);
            this.tableLayoutPanel1.Controls.Add(lblPlayingPlaylsit, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.cmbSourcePlaylist, 1, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblSourcePlaylist, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblMediaPlayer, 0, 0);
            this.tableLayoutPanel1.Controls.Add(lblLanguage, 0, 1);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            // 
            // cmbLanguage
            // 
            this.cmbLanguage.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbLanguage.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            resources.ApplyResources(this.cmbLanguage, "cmbLanguage");
            this.cmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbLanguage.Name = "cmbLanguage";
            this.toolTipMainWindow.SetToolTip(this.cmbLanguage, resources.GetString("cmbLanguage.ToolTip"));
            // 
            // cmbMediaPlayer
            // 
            this.cmbMediaPlayer.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbMediaPlayer.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            resources.ApplyResources(this.cmbMediaPlayer, "cmbMediaPlayer");
            this.cmbMediaPlayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbMediaPlayer.Name = "cmbMediaPlayer";
            // 
            // cbUseTwoPlaylists
            // 
            resources.ApplyResources(this.cbUseTwoPlaylists, "cbUseTwoPlaylists");
            this.tableLayoutPanel1.SetColumnSpan(this.cbUseTwoPlaylists, 2);
            this.cbUseTwoPlaylists.Name = "cbUseTwoPlaylists";
            this.toolTipMainWindow.SetToolTip(this.cbUseTwoPlaylists, resources.GetString("cbUseTwoPlaylists.ToolTip"));
            this.cbUseTwoPlaylists.UseVisualStyleBackColor = true;
            this.cbUseTwoPlaylists.CheckedChanged += new System.EventHandler(this.cbUseTwoPlaylists_CheckedChanged);
            // 
            // tbPlayablePlaylist
            // 
            resources.ApplyResources(this.tbPlayablePlaylist, "tbPlayablePlaylist");
            this.tbPlayablePlaylist.Name = "tbPlayablePlaylist";
            // 
            // cmbSourcePlaylist
            // 
            this.cmbSourcePlaylist.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbSourcePlaylist.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            resources.ApplyResources(this.cmbSourcePlaylist, "cmbSourcePlaylist");
            this.cmbSourcePlaylist.Name = "cmbSourcePlaylist";
            // 
            // lblSourcePlaylist
            // 
            resources.ApplyResources(this.lblSourcePlaylist, "lblSourcePlaylist");
            this.lblSourcePlaylist.Name = "lblSourcePlaylist";
            // 
            // lblMediaPlayer
            // 
            resources.ApplyResources(this.lblMediaPlayer, "lblMediaPlayer");
            this.lblMediaPlayer.Name = "lblMediaPlayer";
            // 
            // lblLanguage
            // 
            resources.ApplyResources(lblLanguage, "lblLanguage");
            lblLanguage.Name = "lblLanguage";
            this.toolTipMainWindow.SetToolTip(lblLanguage, resources.GetString("lblLanguage.ToolTip"));
            // 
            // groupBox10
            // 
            groupBox10.Controls.Add(this.tableLayoutPresets);
            resources.ApplyResources(groupBox10, "groupBox10");
            groupBox10.Name = "groupBox10";
            groupBox10.TabStop = false;
            // 
            // tableLayoutPresets
            // 
            this.tableLayoutPresets.Controls.Add(this.btnAutodetectLibrary, 0, 1);
            this.tableLayoutPresets.Controls.Add(this.btnSmallLibrary, 0, 0);
            this.tableLayoutPresets.Controls.Add(this.btnBigLibrary, 1, 0);
            resources.ApplyResources(this.tableLayoutPresets, "tableLayoutPresets");
            this.tableLayoutPresets.Name = "tableLayoutPresets";
            // 
            // btnAutodetectLibrary
            // 
            this.tableLayoutPresets.SetColumnSpan(this.btnAutodetectLibrary, 2);
            resources.ApplyResources(this.btnAutodetectLibrary, "btnAutodetectLibrary");
            this.btnAutodetectLibrary.Name = "btnAutodetectLibrary";
            this.btnAutodetectLibrary.UseVisualStyleBackColor = true;
            this.btnAutodetectLibrary.Click += new System.EventHandler(this.btnAutodetectLibrary_Click);
            // 
            // btnSmallLibrary
            // 
            resources.ApplyResources(this.btnSmallLibrary, "btnSmallLibrary");
            this.btnSmallLibrary.Name = "btnSmallLibrary";
            this.btnSmallLibrary.UseVisualStyleBackColor = true;
            this.btnSmallLibrary.Click += new System.EventHandler(this.btnSmallLibrary_Click);
            // 
            // btnBigLibrary
            // 
            resources.ApplyResources(this.btnBigLibrary, "btnBigLibrary");
            this.btnBigLibrary.Name = "btnBigLibrary";
            this.btnBigLibrary.UseVisualStyleBackColor = true;
            this.btnBigLibrary.Click += new System.EventHandler(this.btnBigLibrary_Click);
            // 
            // groupBox11
            // 
            this.tblPanelAbout.SetColumnSpan(groupBox11, 2);
            groupBox11.Controls.Add(this.lblUsedLibraries);
            groupBox11.Controls.Add(this.lblAuthors);
            resources.ApplyResources(groupBox11, "groupBox11");
            groupBox11.Name = "groupBox11";
            groupBox11.TabStop = false;
            // 
            // lblUsedLibraries
            // 
            resources.ApplyResources(this.lblUsedLibraries, "lblUsedLibraries");
            this.lblUsedLibraries.Name = "lblUsedLibraries";
            // 
            // lblAuthors
            // 
            resources.ApplyResources(this.lblAuthors, "lblAuthors");
            this.lblAuthors.Name = "lblAuthors";
            // 
            // panel2
            // 
            this.tblPanelAbout.SetColumnSpan(panel2, 2);
            panel2.Controls.Add(this.btnBugReport);
            panel2.Controls.Add(this.btnCheckForUpdates);
            resources.ApplyResources(panel2, "panel2");
            panel2.Name = "panel2";
            // 
            // btnBugReport
            // 
            resources.ApplyResources(this.btnBugReport, "btnBugReport");
            this.btnBugReport.Name = "btnBugReport";
            this.toolTipMainWindow.SetToolTip(this.btnBugReport, resources.GetString("btnBugReport.ToolTip"));
            this.btnBugReport.UseVisualStyleBackColor = true;
            this.btnBugReport.Click += new System.EventHandler(this.btnBugReport_Click);
            // 
            // btnCheckForUpdates
            // 
            resources.ApplyResources(this.btnCheckForUpdates, "btnCheckForUpdates");
            this.btnCheckForUpdates.Name = "btnCheckForUpdates";
            this.btnCheckForUpdates.UseVisualStyleBackColor = true;
            this.btnCheckForUpdates.Click += new System.EventHandler(this.btnCheckForUpdates_Click);
            // 
            // lblVersionLabel
            // 
            resources.ApplyResources(lblVersionLabel, "lblVersionLabel");
            lblVersionLabel.Name = "lblVersionLabel";
            // 
            // lblAssemblyLabel
            // 
            resources.ApplyResources(lblAssemblyLabel, "lblAssemblyLabel");
            lblAssemblyLabel.Name = "lblAssemblyLabel";
            // 
            // lblMediaVersionLabel
            // 
            resources.ApplyResources(lblMediaVersionLabel, "lblMediaVersionLabel");
            lblMediaVersionLabel.Name = "lblMediaVersionLabel";
            // 
            // toolStripSeparator1
            // 
            toolStripSeparator1.Name = "toolStripSeparator1";
            resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
            // 
            // toolStripSeparator2
            // 
            toolStripSeparator2.Name = "toolStripSeparator2";
            resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
            // 
            // stsMain
            // 
            this.stsMain.GripMargin = new System.Windows.Forms.Padding(0);
            this.stsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tlsStatusText,
            this.tlsProgress});
            resources.ApplyResources(this.stsMain, "stsMain");
            this.stsMain.Name = "stsMain";
            this.stsMain.SizingGrip = false;
            // 
            // tlsStatusText
            // 
            this.tlsStatusText.Name = "tlsStatusText";
            resources.ApplyResources(this.tlsStatusText, "tlsStatusText");
            this.tlsStatusText.Spring = true;
            // 
            // tlsProgress
            // 
            this.tlsProgress.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.tlsProgress.Name = "tlsProgress";
            resources.ApplyResources(this.tlsProgress, "tlsProgress");
            // 
            // tabsMain
            // 
            this.tabsMain.Controls.Add(this.tabInfo);
            this.tabsMain.Controls.Add(this.tabRating);
            this.tabsMain.Controls.Add(this.tabSettings);
            this.tabsMain.Controls.Add(this.tabAbout);
            resources.ApplyResources(this.tabsMain, "tabsMain");
            this.tabsMain.ImageList = this.imageTabs;
            this.tabsMain.Name = "tabsMain";
            this.tabsMain.SelectedIndex = 0;
            // 
            // tabInfo
            // 
            this.tabInfo.Controls.Add(this.tblPanelInfo);
            resources.ApplyResources(this.tabInfo, "tabInfo");
            this.tabInfo.Name = "tabInfo";
            this.tabInfo.UseVisualStyleBackColor = true;
            // 
            // tblPanelInfo
            // 
            resources.ApplyResources(this.tblPanelInfo, "tblPanelInfo");
            this.tblPanelInfo.Controls.Add(groupBox4, 1, 0);
            this.tblPanelInfo.Controls.Add(groupBox5, 0, 0);
            this.tblPanelInfo.Controls.Add(groupBox6, 0, 1);
            this.tblPanelInfo.Name = "tblPanelInfo";
            // 
            // tabRating
            // 
            this.tabRating.Controls.Add(this.tblPanelRating);
            resources.ApplyResources(this.tabRating, "tabRating");
            this.tabRating.Name = "tabRating";
            this.tabRating.UseVisualStyleBackColor = true;
            // 
            // tblPanelRating
            // 
            resources.ApplyResources(this.tblPanelRating, "tblPanelRating");
            this.tblPanelRating.Controls.Add(groupBox1, 0, 0);
            this.tblPanelRating.Controls.Add(groupBox2, 0, 1);
            this.tblPanelRating.Controls.Add(groupBox3, 1, 1);
            this.tblPanelRating.Name = "tblPanelRating";
            // 
            // tabSettings
            // 
            this.tabSettings.Controls.Add(this.tblPanelSettings);
            resources.ApplyResources(this.tabSettings, "tabSettings");
            this.tabSettings.Name = "tabSettings";
            this.tabSettings.UseVisualStyleBackColor = true;
            // 
            // tblPanelSettings
            // 
            resources.ApplyResources(this.tblPanelSettings, "tblPanelSettings");
            this.tblPanelSettings.Controls.Add(this.btnSave, 0, 2);
            this.tblPanelSettings.Controls.Add(this.btnReset, 1, 2);
            this.tblPanelSettings.Controls.Add(groupBox7, 0, 1);
            this.tblPanelSettings.Controls.Add(groupBox9, 0, 0);
            this.tblPanelSettings.Controls.Add(groupBox8, 1, 0);
            this.tblPanelSettings.Controls.Add(groupBox10, 1, 1);
            this.tblPanelSettings.Name = "tblPanelSettings";
            // 
            // btnSave
            // 
            resources.ApplyResources(this.btnSave, "btnSave");
            this.btnSave.Name = "btnSave";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnReset
            // 
            resources.ApplyResources(this.btnReset, "btnReset");
            this.btnReset.Name = "btnReset";
            this.btnReset.UseVisualStyleBackColor = true;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // tabAbout
            // 
            this.tabAbout.Controls.Add(this.tblPanelAbout);
            resources.ApplyResources(this.tabAbout, "tabAbout");
            this.tabAbout.Name = "tabAbout";
            this.tabAbout.UseVisualStyleBackColor = true;
            // 
            // tblPanelAbout
            // 
            resources.ApplyResources(this.tblPanelAbout, "tblPanelAbout");
            this.tblPanelAbout.Controls.Add(this.lblMediaVersion, 2, 2);
            this.tblPanelAbout.Controls.Add(lblMediaVersionLabel, 1, 2);
            this.tblPanelAbout.Controls.Add(this.lblAssembly, 2, 1);
            this.tblPanelAbout.Controls.Add(this.panel1, 0, 0);
            this.tblPanelAbout.Controls.Add(groupBox11, 1, 3);
            this.tblPanelAbout.Controls.Add(panel2, 1, 4);
            this.tblPanelAbout.Controls.Add(lblVersionLabel, 1, 0);
            this.tblPanelAbout.Controls.Add(this.lblVersion, 2, 0);
            this.tblPanelAbout.Controls.Add(lblAssemblyLabel, 1, 1);
            this.tblPanelAbout.Name = "tblPanelAbout";
            // 
            // lblMediaVersion
            // 
            resources.ApplyResources(this.lblMediaVersion, "lblMediaVersion");
            this.lblMediaVersion.Name = "lblMediaVersion";
            // 
            // lblAssembly
            // 
            resources.ApplyResources(this.lblAssembly, "lblAssembly");
            this.lblAssembly.Name = "lblAssembly";
            // 
            // panel1
            // 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Controls.Add(this.pbAbout);
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            this.tblPanelAbout.SetRowSpan(this.panel1, 5);
            // 
            // pbAbout
            // 
            resources.ApplyResources(this.pbAbout, "pbAbout");
            this.pbAbout.Image = global::iPlaylist.Properties.Resources.AboutPage;
            this.pbAbout.Name = "pbAbout";
            this.pbAbout.TabStop = false;
            // 
            // lblVersion
            // 
            resources.ApplyResources(this.lblVersion, "lblVersion");
            this.lblVersion.Name = "lblVersion";
            // 
            // imageTabs
            // 
            this.imageTabs.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageTabs.ImageStream")));
            this.imageTabs.TransparentColor = System.Drawing.Color.Transparent;
            this.imageTabs.Images.SetKeyName(0, "iPlaylist-settings.png");
            this.imageTabs.Images.SetKeyName(1, "iPlaylist-about.png");
            this.imageTabs.Images.SetKeyName(2, "iPlaylist-best.png");
            this.imageTabs.Images.SetKeyName(3, "iPlaylist-info.png");
            // 
            // notifyIconMain
            // 
            this.notifyIconMain.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            resources.ApplyResources(this.notifyIconMain, "notifyIconMain");
            this.notifyIconMain.ContextMenuStrip = this.contextMenuIcon;
            this.notifyIconMain.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIconMain_MouseClick);
            // 
            // contextMenuIcon
            // 
            this.contextMenuIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.showMainWindowToolStripMenuItem,
            this.showPlayerControlsToolStripMenuItem,
            toolStripSeparator1,
            this.shufflePlaylistToolStripMenuItem,
            this.prevTrackToolStripMenuItem,
            this.playPauseToolStripMenuItem,
            this.nextTrackToolStripMenuItem,
            toolStripSeparator2,
            this.exitIPlaylistToolStripMenuItem});
            this.contextMenuIcon.Name = "contextMenuIcon";
            this.contextMenuIcon.ShowCheckMargin = true;
            this.contextMenuIcon.ShowImageMargin = false;
            resources.ApplyResources(this.contextMenuIcon, "contextMenuIcon");
            // 
            // showMainWindowToolStripMenuItem
            // 
            resources.ApplyResources(this.showMainWindowToolStripMenuItem, "showMainWindowToolStripMenuItem");
            this.showMainWindowToolStripMenuItem.Name = "showMainWindowToolStripMenuItem";
            this.showMainWindowToolStripMenuItem.Click += new System.EventHandler(this.showMainWindowToolStripMenuItem_Click);
            // 
            // showPlayerControlsToolStripMenuItem
            // 
            this.showPlayerControlsToolStripMenuItem.CheckOnClick = true;
            this.showPlayerControlsToolStripMenuItem.Name = "showPlayerControlsToolStripMenuItem";
            resources.ApplyResources(this.showPlayerControlsToolStripMenuItem, "showPlayerControlsToolStripMenuItem");
            this.showPlayerControlsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.showPlayerControlsToolStripMenuItem_CheckedChanged);
            // 
            // shufflePlaylistToolStripMenuItem
            // 
            this.shufflePlaylistToolStripMenuItem.Name = "shufflePlaylistToolStripMenuItem";
            resources.ApplyResources(this.shufflePlaylistToolStripMenuItem, "shufflePlaylistToolStripMenuItem");
            this.shufflePlaylistToolStripMenuItem.Click += new System.EventHandler(this.shufflePlaylistToolStripMenuItem_Click);
            // 
            // prevTrackToolStripMenuItem
            // 
            this.prevTrackToolStripMenuItem.Name = "prevTrackToolStripMenuItem";
            resources.ApplyResources(this.prevTrackToolStripMenuItem, "prevTrackToolStripMenuItem");
            this.prevTrackToolStripMenuItem.Click += new System.EventHandler(this.prevTrackToolStripMenuItem_Click);
            // 
            // playPauseToolStripMenuItem
            // 
            this.playPauseToolStripMenuItem.Name = "playPauseToolStripMenuItem";
            resources.ApplyResources(this.playPauseToolStripMenuItem, "playPauseToolStripMenuItem");
            this.playPauseToolStripMenuItem.Click += new System.EventHandler(this.playPauseToolStripMenuItem_Click);
            // 
            // nextTrackToolStripMenuItem
            // 
            this.nextTrackToolStripMenuItem.Name = "nextTrackToolStripMenuItem";
            resources.ApplyResources(this.nextTrackToolStripMenuItem, "nextTrackToolStripMenuItem");
            this.nextTrackToolStripMenuItem.Click += new System.EventHandler(this.nextTrackToolStripMenuItem_Click);
            // 
            // exitIPlaylistToolStripMenuItem
            // 
            this.exitIPlaylistToolStripMenuItem.Name = "exitIPlaylistToolStripMenuItem";
            resources.ApplyResources(this.exitIPlaylistToolStripMenuItem, "exitIPlaylistToolStripMenuItem");
            this.exitIPlaylistToolStripMenuItem.Click += new System.EventHandler(this.exitIPlaylistToolStripMenuItem_Click);
            // 
            // timerScreenUpdate
            // 
            this.timerScreenUpdate.Interval = 500;
            this.timerScreenUpdate.Tick += new System.EventHandler(this.timerScreenUpdate_Tick);
            // 
            // bgwCreatePlaylist
            // 
            this.bgwCreatePlaylist.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwCreatePlaylist_DoWork);
            this.bgwCreatePlaylist.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwCreatePlaylist_RunWorkerCompleted);
            // 
            // lblOnlinePeriod
            // 
            resources.ApplyResources(this.lblOnlinePeriod, "lblOnlinePeriod");
            this.lblOnlinePeriod.Name = "lblOnlinePeriod";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // bgwUpdateCheck
            // 
            this.bgwUpdateCheck.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwUpdateCheck_DoWork);
            this.bgwUpdateCheck.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwUpdateCheck_RunWorkerCompleted);
            // 
            // frmMain
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabsMain);
            this.Controls.Add(this.stsMain);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "frmMain";
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.SizeChanged += new System.EventHandler(this.frmMain_SizeChanged);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            groupBox1.ResumeLayout(false);
            groupBox2.ResumeLayout(false);
            groupBox3.ResumeLayout(false);
            groupBox4.ResumeLayout(false);
            tableLayoutControls.ResumeLayout(false);
            groupBox5.ResumeLayout(false);
            groupBox5.PerformLayout();
            tableLayoutProgressBar.ResumeLayout(false);
            groupBox6.ResumeLayout(false);
            this.tblPaneliPlaylistInfo.ResumeLayout(false);
            this.tblPaneliPlaylistInfo.PerformLayout();
            groupBox7.ResumeLayout(false);
            groupBox7.PerformLayout();
            groupBox8.ResumeLayout(false);
            groupBox8.PerformLayout();
            groupBox9.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            groupBox10.ResumeLayout(false);
            this.tableLayoutPresets.ResumeLayout(false);
            groupBox11.ResumeLayout(false);
            panel2.ResumeLayout(false);
            this.stsMain.ResumeLayout(false);
            this.stsMain.PerformLayout();
            this.tabsMain.ResumeLayout(false);
            this.tabInfo.ResumeLayout(false);
            this.tblPanelInfo.ResumeLayout(false);
            this.tabRating.ResumeLayout(false);
            this.tblPanelRating.ResumeLayout(false);
            this.tabSettings.ResumeLayout(false);
            this.tblPanelSettings.ResumeLayout(false);
            this.tabAbout.ResumeLayout(false);
            this.tblPanelAbout.ResumeLayout(false);
            this.tblPanelAbout.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pbAbout)).EndInit();
            this.contextMenuIcon.ResumeLayout(false);
            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.Label                     label4;
     System.Windows.Forms.Label                     label6;
     System.Windows.Forms.Label                     label5;
     System.Windows.Forms.Label                     label1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel3;
     System.Windows.Forms.Label                     label8;
     System.Windows.Forms.Label                     label2;
     System.Windows.Forms.Label                     label9;
     System.Windows.Forms.Label                     label3;
     System.Windows.Forms.Label                     label7;
     System.Windows.Forms.Panel                     panel3;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SalePage));
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel4;
     this._logGradingEnabledCB = new System.Windows.Forms.CheckBox();
     this.SaleDOBindingSource  = new System.Windows.Forms.BindingSource(this.components);
     this._uomCB                    = new System.Windows.Forms.ComboBox();
     this.UOMBindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this._saleNumber_TB            = new System.Windows.Forms.TextBox();
     this.comboBox1                 = new System.Windows.Forms.ComboBox();
     this.RegionForestBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this._saleName_TB              = new System.Windows.Forms.TextBox();
     this.comboBox2                 = new System.Windows.Forms.ComboBox();
     this.forestsBindingSource      = new System.Windows.Forms.BindingSource(this.components);
     this.PurposeComboBox           = new System.Windows.Forms.ComboBox();
     this._districtMTB              = new System.Windows.Forms.TextBox();
     this._browseTemplateButton     = new System.Windows.Forms.Button();
     this._templatePathTB           = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel1         = new System.Windows.Forms.TableLayoutPanel();
     this.NextButton                = new System.Windows.Forms.Button();
     this.CancelButton              = new System.Windows.Forms.Button();
     this.errorProvider1            = new System.Windows.Forms.ErrorProvider(this.components);
     label4            = new System.Windows.Forms.Label();
     label6            = new System.Windows.Forms.Label();
     label5            = new System.Windows.Forms.Label();
     label1            = new System.Windows.Forms.Label();
     tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     label8            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     label9            = new System.Windows.Forms.Label();
     label3            = new System.Windows.Forms.Label();
     label7            = new System.Windows.Forms.Label();
     panel3            = new System.Windows.Forms.Panel();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SaleDOBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UOMBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RegionForestBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.forestsBindingSource)).BeginInit();
     panel3.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     tableLayoutPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // label4
     //
     label4.AutoSize  = true;
     label4.Dock      = System.Windows.Forms.DockStyle.Fill;
     label4.Location  = new System.Drawing.Point(3, 56);
     label4.Name      = "label4";
     label4.Padding   = new System.Windows.Forms.Padding(0, 4, 0, 4);
     label4.Size      = new System.Drawing.Size(72, 28);
     label4.TabIndex  = 8;
     label4.Text      = "Purpose";
     label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     label6.AutoSize  = true;
     label6.Dock      = System.Windows.Forms.DockStyle.Fill;
     label6.Location  = new System.Drawing.Point(3, 84);
     label6.Name      = "label6";
     label6.Size      = new System.Drawing.Size(72, 27);
     label6.TabIndex  = 12;
     label6.Text      = "UOM";
     label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     label5.AutoSize  = true;
     label5.BackColor = System.Drawing.Color.DarkSeaGreen;
     label5.Dock      = System.Windows.Forms.DockStyle.Fill;
     label5.Location  = new System.Drawing.Point(3, 62);
     label5.Margin    = new System.Windows.Forms.Padding(0);
     label5.Name      = "label5";
     label5.Size      = new System.Drawing.Size(505, 13);
     label5.TabIndex  = 3;
     label5.Text      = "Sale Info";
     label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     label1.AutoSize  = true;
     label1.BackColor = System.Drawing.Color.DarkSeaGreen;
     label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     label1.Location  = new System.Drawing.Point(3, 3);
     label1.Margin    = new System.Windows.Forms.Padding(0);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(505, 13);
     label1.TabIndex  = 5;
     label1.Text      = "Select Template";
     //
     // tableLayoutPanel3
     //
     tableLayoutPanel3.AutoSize    = true;
     tableLayoutPanel3.ColumnCount = 5;
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel3.Controls.Add(label8, 0, 0);
     tableLayoutPanel3.Controls.Add(this._logGradingEnabledCB, 3, 3);
     tableLayoutPanel3.Controls.Add(this._uomCB, 1, 3);
     tableLayoutPanel3.Controls.Add(this._saleNumber_TB, 1, 0);
     tableLayoutPanel3.Controls.Add(label2, 3, 0);
     tableLayoutPanel3.Controls.Add(label6, 0, 3);
     tableLayoutPanel3.Controls.Add(this.comboBox1, 4, 0);
     tableLayoutPanel3.Controls.Add(label9, 0, 1);
     tableLayoutPanel3.Controls.Add(this._saleName_TB, 1, 1);
     tableLayoutPanel3.Controls.Add(label3, 3, 1);
     tableLayoutPanel3.Controls.Add(this.comboBox2, 4, 1);
     tableLayoutPanel3.Controls.Add(label4, 0, 2);
     tableLayoutPanel3.Controls.Add(this.PurposeComboBox, 1, 2);
     tableLayoutPanel3.Controls.Add(label7, 3, 2);
     tableLayoutPanel3.Controls.Add(this._districtMTB, 4, 2);
     tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Top;
     tableLayoutPanel3.Location = new System.Drawing.Point(6, 81);
     tableLayoutPanel3.Name     = "tableLayoutPanel3";
     tableLayoutPanel3.RowCount = 5;
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel3.Size     = new System.Drawing.Size(499, 111);
     tableLayoutPanel3.TabIndex = 16;
     //
     // label8
     //
     label8.AutoSize  = true;
     label8.Dock      = System.Windows.Forms.DockStyle.Fill;
     label8.Location  = new System.Drawing.Point(3, 0);
     label8.Name      = "label8";
     label8.Size      = new System.Drawing.Size(72, 28);
     label8.TabIndex  = 0;
     label8.Text      = "Sale Number";
     label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _logGradingEnabledCB
     //
     this._logGradingEnabledCB.AutoSize = true;
     tableLayoutPanel3.SetColumnSpan(this._logGradingEnabledCB, 2);
     this._logGradingEnabledCB.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.SaleDOBindingSource, "LogGradingEnabled", true));
     this._logGradingEnabledCB.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._logGradingEnabledCB.Location = new System.Drawing.Point(248, 87);
     this._logGradingEnabledCB.Name     = "_logGradingEnabledCB";
     this._logGradingEnabledCB.Size     = new System.Drawing.Size(248, 21);
     this._logGradingEnabledCB.TabIndex = 7;
     this._logGradingEnabledCB.Text     = "Log Data Enabled";
     this._logGradingEnabledCB.UseVisualStyleBackColor = true;
     //
     // SaleDOBindingSource
     //
     this.SaleDOBindingSource.DataSource          = typeof(CruiseManager.Core.Models.SaleVM);
     this.SaleDOBindingSource.CurrentItemChanged += new System.EventHandler(this.SaleDOBindingSource_CurrentItemChanged);
     //
     // _uomCB
     //
     this._uomCB.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Append;
     this._uomCB.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this._uomCB.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.SaleDOBindingSource, "DefaultUOM", true));
     this._uomCB.DataSource    = this.UOMBindingSource;
     this._uomCB.DisplayMember = "DisplayValue";
     this._uomCB.Location      = new System.Drawing.Point(81, 87);
     this._uomCB.Name          = "_uomCB";
     this._uomCB.Size          = new System.Drawing.Size(121, 21);
     this._uomCB.TabIndex      = 3;
     this._uomCB.ValueMember   = "Code";
     //
     // UOMBindingSource
     //
     this.UOMBindingSource.DataSource          = typeof(CruiseManager.Core.SetupModels.UOMCode);
     this.UOMBindingSource.CurrentItemChanged += new System.EventHandler(this.UOMBindingSource_CurrentItemChanged);
     //
     // _saleNumber_TB
     //
     this._saleNumber_TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.SaleDOBindingSource, "SaleNumber", true));
     this._saleNumber_TB.Location  = new System.Drawing.Point(81, 3);
     this._saleNumber_TB.MaxLength = 5;
     this._saleNumber_TB.Name      = "_saleNumber_TB";
     this._saleNumber_TB.Size      = new System.Drawing.Size(76, 22);
     this._saleNumber_TB.TabIndex  = 0;
     //
     // label2
     //
     label2.AutoSize  = true;
     label2.Dock      = System.Windows.Forms.DockStyle.Fill;
     label2.Location  = new System.Drawing.Point(248, 0);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(44, 28);
     label2.TabIndex  = 9;
     label2.Text      = "Region";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comboBox1
     //
     this.comboBox1.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.SaleDOBindingSource, "Region", true));
     this.comboBox1.DataSource        = this.RegionForestBindingSource;
     this.comboBox1.DisplayMember     = "FormatNumberName";
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(298, 3);
     this.comboBox1.Name        = "comboBox1";
     this.comboBox1.Size        = new System.Drawing.Size(142, 21);
     this.comboBox1.TabIndex    = 4;
     this.comboBox1.ValueMember = "RegionNumber";
     //
     // RegionForestBindingSource
     //
     this.RegionForestBindingSource.DataSource = typeof(CruiseManager.Core.SetupModels.Region);
     //
     // label9
     //
     label9.AutoSize  = true;
     label9.Dock      = System.Windows.Forms.DockStyle.Fill;
     label9.Location  = new System.Drawing.Point(3, 28);
     label9.Name      = "label9";
     label9.Size      = new System.Drawing.Size(72, 28);
     label9.TabIndex  = 0;
     label9.Text      = "Sale Name";
     label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _saleName_TB
     //
     this._saleName_TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.SaleDOBindingSource, "Name", true));
     this._saleName_TB.Location  = new System.Drawing.Point(81, 31);
     this._saleName_TB.MaxLength = 25;
     this._saleName_TB.Name      = "_saleName_TB";
     this._saleName_TB.Size      = new System.Drawing.Size(76, 22);
     this._saleName_TB.TabIndex  = 1;
     //
     // label3
     //
     label3.AutoSize  = true;
     label3.Dock      = System.Windows.Forms.DockStyle.Fill;
     label3.Location  = new System.Drawing.Point(248, 28);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(44, 28);
     label3.TabIndex  = 11;
     label3.Text      = "Forest";
     label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comboBox2
     //
     this.comboBox2.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBox2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBox2.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.SaleDOBindingSource, "Forest", true));
     this.comboBox2.DataSource        = this.forestsBindingSource;
     this.comboBox2.DisplayMember     = "Name";
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location          = new System.Drawing.Point(298, 31);
     this.comboBox2.Name        = "comboBox2";
     this.comboBox2.Size        = new System.Drawing.Size(142, 21);
     this.comboBox2.TabIndex    = 5;
     this.comboBox2.ValueMember = "ForestNumber";
     //
     // forestsBindingSource
     //
     this.forestsBindingSource.DataMember = "Forests";
     this.forestsBindingSource.DataSource = this.RegionForestBindingSource;
     //
     // PurposeComboBox
     //
     this.PurposeComboBox.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Append;
     this.PurposeComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.PurposeComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.SaleDOBindingSource, "Purpose", true));
     this.PurposeComboBox.FormattingEnabled = true;
     this.PurposeComboBox.Location          = new System.Drawing.Point(81, 59);
     this.PurposeComboBox.Name     = "PurposeComboBox";
     this.PurposeComboBox.Size     = new System.Drawing.Size(121, 21);
     this.PurposeComboBox.TabIndex = 2;
     //
     // label7
     //
     label7.AutoSize  = true;
     label7.Dock      = System.Windows.Forms.DockStyle.Fill;
     label7.Location  = new System.Drawing.Point(248, 56);
     label7.Name      = "label7";
     label7.Size      = new System.Drawing.Size(44, 28);
     label7.TabIndex  = 14;
     label7.Text      = "District";
     label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _districtMTB
     //
     this._districtMTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.SaleDOBindingSource, "DistrictNum", true));
     this._districtMTB.Location  = new System.Drawing.Point(298, 59);
     this._districtMTB.MaxLength = 2;
     this._districtMTB.Name      = "_districtMTB";
     this._districtMTB.Size      = new System.Drawing.Size(30, 22);
     this._districtMTB.TabIndex  = 6;
     this._districtMTB.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this._districtMTB_KeyPress);
     //
     // panel3
     //
     panel3.Controls.Add(this._browseTemplateButton);
     panel3.Controls.Add(this._templatePathTB);
     panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     panel3.Location = new System.Drawing.Point(3, 19);
     panel3.Margin   = new System.Windows.Forms.Padding(0);
     panel3.Name     = "panel3";
     panel3.Size     = new System.Drawing.Size(505, 40);
     panel3.TabIndex = 1;
     //
     // _browseTemplateButton
     //
     this._browseTemplateButton.AutoSize = true;
     this._browseTemplateButton.Location = new System.Drawing.Point(201, 1);
     this._browseTemplateButton.Name     = "_browseTemplateButton";
     this._browseTemplateButton.Size     = new System.Drawing.Size(75, 33);
     this._browseTemplateButton.TabIndex = 1;
     this._browseTemplateButton.Text     = "Browse";
     this._browseTemplateButton.UseVisualStyleBackColor = true;
     this._browseTemplateButton.Click += new System.EventHandler(this._browseTemplateButton_Click);
     //
     // _templatePathTB
     //
     this._templatePathTB.Location = new System.Drawing.Point(3, 3);
     this._templatePathTB.Name     = "_templatePathTB";
     this._templatePathTB.Size     = new System.Drawing.Size(192, 22);
     this._templatePathTB.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("tableLayoutPanel2.BackgroundImage")));
     tableLayoutPanel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     tableLayoutPanel2.ColumnCount           = 3;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 1, 2);
     tableLayoutPanel2.Controls.Add(tableLayoutPanel4, 0, 4);
     tableLayoutPanel2.Dock      = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
     tableLayoutPanel2.Location  = new System.Drawing.Point(0, 0);
     tableLayoutPanel2.Margin    = new System.Windows.Forms.Padding(0);
     tableLayoutPanel2.Name      = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount  = 5;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(638, 406);
     tableLayoutPanel2.TabIndex = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize        = true;
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.InsetDouble;
     this.tableLayoutPanel1.ColumnCount     = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(label5, 0, 2);
     this.tableLayoutPanel1.Controls.Add(label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(tableLayoutPanel3, 0, 3);
     this.tableLayoutPanel1.Controls.Add(panel3, 0, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(63, 80);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(511, 198);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel4
     //
     tableLayoutPanel4.BackColor   = System.Drawing.Color.DarkSeaGreen;
     tableLayoutPanel4.ColumnCount = 5;
     tableLayoutPanel2.SetColumnSpan(tableLayoutPanel4, 3);
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     tableLayoutPanel4.Controls.Add(this.NextButton, 3, 1);
     tableLayoutPanel4.Controls.Add(this.CancelButton, 1, 1);
     tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel4.Location = new System.Drawing.Point(0, 359);
     tableLayoutPanel4.Margin   = new System.Windows.Forms.Padding(0);
     tableLayoutPanel4.Name     = "tableLayoutPanel4";
     tableLayoutPanel4.RowCount = 3;
     tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel4.Size     = new System.Drawing.Size(638, 47);
     tableLayoutPanel4.TabIndex = 2;
     //
     // NextButton
     //
     this.NextButton.AutoSize                = true;
     this.NextButton.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.NextButton.BackColor               = System.Drawing.SystemColors.ButtonFace;
     this.NextButton.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.NextButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.NextButton.Location                = new System.Drawing.Point(501, 11);
     this.NextButton.Margin                  = new System.Windows.Forms.Padding(0);
     this.NextButton.Name                    = "NextButton";
     this.NextButton.Size                    = new System.Drawing.Size(107, 25);
     this.NextButton.TabIndex                = 0;
     this.NextButton.Text                    = "Cutting Units >>";
     this.NextButton.UseVisualStyleBackColor = false;
     this.NextButton.Click                  += new System.EventHandler(this.NextButton_Click);
     //
     // CancelButton
     //
     this.CancelButton.AutoSize                = true;
     this.CancelButton.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.CancelButton.BackColor               = System.Drawing.SystemColors.ButtonFace;
     this.CancelButton.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.CancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Location                = new System.Drawing.Point(30, 11);
     this.CancelButton.Margin                  = new System.Windows.Forms.Padding(0);
     this.CancelButton.Name                    = "CancelButton";
     this.CancelButton.Size                    = new System.Drawing.Size(53, 25);
     this.CancelButton.TabIndex                = 1;
     this.CancelButton.Text                    = "Cancel";
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click                  += new System.EventHandler(this.CancelButton_Click);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.DataSource       = this.SaleDOBindingSource;
     //
     // SalePage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel2);
     this.Font = global::CruiseManager.Properties.Settings.Default.AppFont;
     this.Name = "SalePage";
     this.Size = new System.Drawing.Size(638, 406);
     tableLayoutPanel3.ResumeLayout(false);
     tableLayoutPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SaleDOBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UOMBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RegionForestBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.forestsBindingSource)).EndInit();
     panel3.ResumeLayout(false);
     panel3.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     tableLayoutPanel4.ResumeLayout(false);
     tableLayoutPanel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).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.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     this.jobDataListView = 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.label3          = new System.Windows.Forms.Label();
     this.label10         = new System.Windows.Forms.Label();
     this.lblName         = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.lblDescription  = new System.Windows.Forms.Label();
     this.lblGroup        = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize     = true;
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel1.ColumnCount  = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(this.label3, 0, 0);
     tableLayoutPanel1.Controls.Add(this.jobDataListView, 0, 4);
     tableLayoutPanel1.Controls.Add(this.label10, 0, 3);
     tableLayoutPanel1.Controls.Add(this.lblName, 1, 0);
     tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     tableLayoutPanel1.Controls.Add(this.lblDescription, 1, 2);
     tableLayoutPanel1.Controls.Add(this.lblGroup, 1, 1);
     tableLayoutPanel1.Controls.Add(this.label5, 0, 2);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 5;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(342, 273);
     tableLayoutPanel1.TabIndex = 24;
     //
     // jobDataListView
     //
     this.jobDataListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     tableLayoutPanel1.SetColumnSpan(this.jobDataListView, 2);
     this.jobDataListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.jobDataListView.FullRowSelect = true;
     this.jobDataListView.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.jobDataListView.Location      = new System.Drawing.Point(3, 79);
     this.jobDataListView.MultiSelect   = false;
     this.jobDataListView.Name          = "jobDataListView";
     this.jobDataListView.Size          = new System.Drawing.Size(336, 191);
     this.jobDataListView.TabIndex      = 7;
     this.jobDataListView.UseCompatibleStateImageBehavior = false;
     this.jobDataListView.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Key";
     this.columnHeader1.Width = 82;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Value";
     this.columnHeader2.Width = 145;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 3);
     this.label3.Margin   = new System.Windows.Forms.Padding(3);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(38, 13);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Name:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(3, 60);
     this.label10.Margin   = new System.Windows.Forms.Padding(3);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(53, 13);
     this.label10.TabIndex = 6;
     this.label10.Text     = "Job Data:";
     //
     // lblName
     //
     this.lblName.AutoSize = true;
     this.lblName.Location = new System.Drawing.Point(72, 3);
     this.lblName.Margin   = new System.Windows.Forms.Padding(3);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(35, 13);
     this.lblName.TabIndex = 1;
     this.lblName.Text     = "label2";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 22);
     this.label2.Margin   = new System.Windows.Forms.Padding(3);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(39, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Group:";
     //
     // lblDescription
     //
     this.lblDescription.AutoSize = true;
     this.lblDescription.Location = new System.Drawing.Point(72, 41);
     this.lblDescription.Margin   = new System.Windows.Forms.Padding(3);
     this.lblDescription.Name     = "lblDescription";
     this.lblDescription.Size     = new System.Drawing.Size(35, 13);
     this.lblDescription.TabIndex = 5;
     this.lblDescription.Text     = "label2";
     //
     // lblGroup
     //
     this.lblGroup.AutoSize = true;
     this.lblGroup.Location = new System.Drawing.Point(72, 22);
     this.lblGroup.Margin   = new System.Windows.Forms.Padding(3);
     this.lblGroup.Name     = "lblGroup";
     this.lblGroup.Size     = new System.Drawing.Size(35, 13);
     this.lblGroup.TabIndex = 3;
     this.lblGroup.Text     = "label2";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(3, 41);
     this.label5.Margin   = new System.Windows.Forms.Padding(3);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(63, 13);
     this.label5.TabIndex = 4;
     this.label5.Text     = "Description:";
     //
     // NativeJobDetailDisplay
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "NativeJobDetailDisplay";
     this.Size = new System.Drawing.Size(342, 273);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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.TableLayoutPanel layout;
     System.Windows.Forms.Panel            right;
     System.Windows.Forms.GroupBox         groupBox;
     System.Windows.Forms.GroupBox         groupTarget;
     System.Windows.Forms.GroupBox         groupHeader;
     System.Windows.Forms.Panel            left;
     System.Windows.Forms.GroupBox         groupData;
     this._log          = new System.Windows.Forms.TextBox();
     this._build        = new System.Windows.Forms.Button();
     this._about        = new System.Windows.Forms.Button();
     this._gotoTarget   = new System.Windows.Forms.Button();
     this._target       = new System.Windows.Forms.TextBox();
     this._browseTarget = new System.Windows.Forms.Button();
     this._gotoHeader   = new System.Windows.Forms.Button();
     this._header       = new System.Windows.Forms.TextBox();
     this._browseHeader = new System.Windows.Forms.Button();
     this._listData     = new System.Windows.Forms.ListBox();
     this._buttonAdd    = new System.Windows.Forms.Button();
     this._buttonRemove = new System.Windows.Forms.Button();
     this._buttonSort   = new System.Windows.Forms.Button();
     this._buttonDown   = new System.Windows.Forms.Button();
     this._buttonUp     = new System.Windows.Forms.Button();
     this._buttonClear  = new System.Windows.Forms.Button();
     layout             = new System.Windows.Forms.TableLayoutPanel();
     right       = new System.Windows.Forms.Panel();
     groupBox    = new System.Windows.Forms.GroupBox();
     groupTarget = new System.Windows.Forms.GroupBox();
     groupHeader = new System.Windows.Forms.GroupBox();
     left        = new System.Windows.Forms.Panel();
     groupData   = new System.Windows.Forms.GroupBox();
     layout.SuspendLayout();
     right.SuspendLayout();
     groupBox.SuspendLayout();
     groupTarget.SuspendLayout();
     groupHeader.SuspendLayout();
     left.SuspendLayout();
     groupData.SuspendLayout();
     this.SuspendLayout();
     //
     // layout
     //
     layout.ColumnCount = 2;
     layout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     layout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     layout.Controls.Add(right, 0, 0);
     layout.Controls.Add(left, 0, 0);
     layout.Dock     = System.Windows.Forms.DockStyle.Fill;
     layout.Location = new System.Drawing.Point(0, 0);
     layout.Name     = "layout";
     layout.RowCount = 1;
     layout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     layout.Size     = new System.Drawing.Size(797, 478);
     layout.TabIndex = 9;
     //
     // right
     //
     right.Controls.Add(groupBox);
     right.Controls.Add(this._build);
     right.Controls.Add(this._about);
     right.Controls.Add(groupTarget);
     right.Controls.Add(groupHeader);
     right.Dock     = System.Windows.Forms.DockStyle.Fill;
     right.Location = new System.Drawing.Point(401, 3);
     right.Name     = "right";
     right.Padding  = new System.Windows.Forms.Padding(8);
     right.Size     = new System.Drawing.Size(393, 472);
     right.TabIndex = 9;
     //
     // groupBox
     //
     groupBox.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)));
     groupBox.Controls.Add(this._log);
     groupBox.Location = new System.Drawing.Point(8, 188);
     groupBox.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 50);
     groupBox.Name     = "groupBox";
     groupBox.Size     = new System.Drawing.Size(377, 220);
     groupBox.TabIndex = 9;
     groupBox.TabStop  = false;
     groupBox.Text     = "Консоль";
     //
     // _log
     //
     this._log.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._log.Location  = new System.Drawing.Point(3, 16);
     this._log.Margin    = new System.Windows.Forms.Padding(10);
     this._log.Multiline = true;
     this._log.Name      = "_log";
     this._log.ReadOnly  = true;
     this._log.Size      = new System.Drawing.Size(371, 201);
     this._log.TabIndex  = 10;
     this._log.TabStop   = false;
     //
     // _build
     //
     this._build.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._build.Location = new System.Drawing.Point(214, 431);
     this._build.Name     = "_build";
     this._build.Size     = new System.Drawing.Size(80, 25);
     this._build.TabIndex = 8;
     this._build.Text     = "Собрать";
     this._build.UseVisualStyleBackColor = true;
     //
     // _about
     //
     this._about.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._about.Location = new System.Drawing.Point(300, 431);
     this._about.Name     = "_about";
     this._about.Size     = new System.Drawing.Size(80, 25);
     this._about.TabIndex = 7;
     this._about.Text     = "Программа";
     this._about.UseVisualStyleBackColor = true;
     //
     // groupTarget
     //
     groupTarget.Controls.Add(this._gotoTarget);
     groupTarget.Controls.Add(this._target);
     groupTarget.Controls.Add(this._browseTarget);
     groupTarget.Dock     = System.Windows.Forms.DockStyle.Top;
     groupTarget.Location = new System.Drawing.Point(8, 98);
     groupTarget.Name     = "groupTarget";
     groupTarget.Size     = new System.Drawing.Size(377, 90);
     groupTarget.TabIndex = 3;
     groupTarget.TabStop  = false;
     groupTarget.Text     = "Результат";
     //
     // _gotoTarget
     //
     this._gotoTarget.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._gotoTarget.Location = new System.Drawing.Point(206, 59);
     this._gotoTarget.Name     = "_gotoTarget";
     this._gotoTarget.Size     = new System.Drawing.Size(90, 25);
     this._gotoTarget.TabIndex = 8;
     this._gotoTarget.Text     = "Проводник";
     this._gotoTarget.UseVisualStyleBackColor = true;
     //
     // _target
     //
     this._target.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this._target.Location = new System.Drawing.Point(20, 19);
     this._target.Name     = "_target";
     this._target.ReadOnly = true;
     this._target.Size     = new System.Drawing.Size(352, 20);
     this._target.TabIndex = 7;
     //
     // _browseTarget
     //
     this._browseTarget.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._browseTarget.Location = new System.Drawing.Point(302, 59);
     this._browseTarget.Name     = "_browseTarget";
     this._browseTarget.Size     = new System.Drawing.Size(70, 25);
     this._browseTarget.TabIndex = 6;
     this._browseTarget.Text     = "Указать";
     this._browseTarget.UseVisualStyleBackColor = true;
     //
     // groupHeader
     //
     groupHeader.Controls.Add(this._gotoHeader);
     groupHeader.Controls.Add(this._header);
     groupHeader.Controls.Add(this._browseHeader);
     groupHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     groupHeader.Location = new System.Drawing.Point(8, 8);
     groupHeader.Name     = "groupHeader";
     groupHeader.Size     = new System.Drawing.Size(377, 90);
     groupHeader.TabIndex = 2;
     groupHeader.TabStop  = false;
     groupHeader.Text     = "Файл-заголовок";
     //
     // _gotoHeader
     //
     this._gotoHeader.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._gotoHeader.Location = new System.Drawing.Point(206, 59);
     this._gotoHeader.Name     = "_gotoHeader";
     this._gotoHeader.Size     = new System.Drawing.Size(90, 25);
     this._gotoHeader.TabIndex = 7;
     this._gotoHeader.Text     = "Проводник";
     this._gotoHeader.UseVisualStyleBackColor = true;
     //
     // _header
     //
     this._header.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this._header.Location = new System.Drawing.Point(20, 19);
     this._header.Name     = "_header";
     this._header.ReadOnly = true;
     this._header.Size     = new System.Drawing.Size(352, 20);
     this._header.TabIndex = 6;
     //
     // _browseHeader
     //
     this._browseHeader.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._browseHeader.Location = new System.Drawing.Point(302, 59);
     this._browseHeader.Name     = "_browseHeader";
     this._browseHeader.Size     = new System.Drawing.Size(70, 25);
     this._browseHeader.TabIndex = 5;
     this._browseHeader.Text     = "Найти";
     this._browseHeader.UseVisualStyleBackColor = true;
     //
     // left
     //
     left.Controls.Add(groupData);
     left.Dock     = System.Windows.Forms.DockStyle.Fill;
     left.Location = new System.Drawing.Point(3, 3);
     left.Name     = "left";
     left.Padding  = new System.Windows.Forms.Padding(8);
     left.Size     = new System.Drawing.Size(392, 472);
     left.TabIndex = 8;
     //
     // groupData
     //
     groupData.AccessibleRole = System.Windows.Forms.AccessibleRole.Border;
     groupData.Controls.Add(this._buttonClear);
     groupData.Controls.Add(this._listData);
     groupData.Controls.Add(this._buttonAdd);
     groupData.Controls.Add(this._buttonRemove);
     groupData.Controls.Add(this._buttonSort);
     groupData.Controls.Add(this._buttonDown);
     groupData.Controls.Add(this._buttonUp);
     groupData.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupData.Location = new System.Drawing.Point(8, 8);
     groupData.Margin   = new System.Windows.Forms.Padding(10);
     groupData.Name     = "groupData";
     groupData.Size     = new System.Drawing.Size(376, 456);
     groupData.TabIndex = 1;
     groupData.TabStop  = false;
     groupData.Text     = "Входные данные";
     //
     // _listData
     //
     this._listData.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._listData.FormattingEnabled = true;
     this._listData.Location          = new System.Drawing.Point(8, 19);
     this._listData.Margin            = new System.Windows.Forms.Padding(8);
     this._listData.Name     = "_listData";
     this._listData.Size     = new System.Drawing.Size(362, 381);
     this._listData.TabIndex = 5;
     //
     // _buttonAdd
     //
     this._buttonAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonAdd.Location = new System.Drawing.Point(338, 423);
     this._buttonAdd.Name     = "_buttonAdd";
     this._buttonAdd.Size     = new System.Drawing.Size(32, 25);
     this._buttonAdd.TabIndex = 4;
     this._buttonAdd.Text     = "+";
     this._buttonAdd.UseVisualStyleBackColor = true;
     //
     // _buttonRemove
     //
     this._buttonRemove.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonRemove.Location = new System.Drawing.Point(300, 423);
     this._buttonRemove.Name     = "_buttonRemove";
     this._buttonRemove.Size     = new System.Drawing.Size(32, 25);
     this._buttonRemove.TabIndex = 3;
     this._buttonRemove.Text     = "-";
     this._buttonRemove.UseVisualStyleBackColor = true;
     //
     // _buttonSort
     //
     this._buttonSort.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._buttonSort.Location = new System.Drawing.Point(80, 423);
     this._buttonSort.Name     = "_buttonSort";
     this._buttonSort.Size     = new System.Drawing.Size(80, 25);
     this._buttonSort.TabIndex = 2;
     this._buttonSort.Text     = "Сортировать";
     this._buttonSort.UseVisualStyleBackColor = true;
     //
     // _buttonDown
     //
     this._buttonDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._buttonDown.Location = new System.Drawing.Point(44, 423);
     this._buttonDown.Name     = "_buttonDown";
     this._buttonDown.Size     = new System.Drawing.Size(30, 25);
     this._buttonDown.TabIndex = 1;
     this._buttonDown.Text     = "↓";
     this._buttonDown.UseVisualStyleBackColor = true;
     //
     // _buttonUp
     //
     this._buttonUp.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._buttonUp.Location = new System.Drawing.Point(8, 423);
     this._buttonUp.Name     = "_buttonUp";
     this._buttonUp.Size     = new System.Drawing.Size(30, 25);
     this._buttonUp.TabIndex = 0;
     this._buttonUp.Text     = "↑";
     this._buttonUp.UseVisualStyleBackColor = true;
     //
     // _buttonClear
     //
     this._buttonClear.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonClear.Location = new System.Drawing.Point(244, 423);
     this._buttonClear.Name     = "_buttonClear";
     this._buttonClear.Size     = new System.Drawing.Size(32, 25);
     this._buttonClear.TabIndex = 6;
     this._buttonClear.Text     = "X";
     this._buttonClear.UseVisualStyleBackColor = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(797, 478);
     this.Controls.Add(layout);
     this.MinimumSize = new System.Drawing.Size(640, 400);
     this.Name        = "MainForm";
     this.ShowIcon    = false;
     this.Text        = "Сборник";
     layout.ResumeLayout(false);
     right.ResumeLayout(false);
     groupBox.ResumeLayout(false);
     groupBox.PerformLayout();
     groupTarget.ResumeLayout(false);
     groupTarget.PerformLayout();
     groupHeader.ResumeLayout(false);
     groupHeader.PerformLayout();
     left.ResumeLayout(false);
     groupData.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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.Label label10;
            System.Windows.Forms.GroupBox groupBox3;
            System.Windows.Forms.Label label12;
            System.Windows.Forms.GroupBox groupBox4;
            System.Windows.Forms.Label label8;
            System.Windows.Forms.Label label9;
            TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("Section", "Section");
            System.Windows.Forms.Label label11;
            this.settingsTabs = new renderdocui.Controls.TablessControl();
            this.generalTab = new System.Windows.Forms.TabPage();
            this.Formatter_PosExp = new System.Windows.Forms.NumericUpDown();
            this.Formatter_NegExp = new System.Windows.Forms.NumericUpDown();
            this.rdcAssoc = new System.Windows.Forms.Button();
            this.capAssoc = new System.Windows.Forms.Button();
            this.Formatter_MaxFigures = new System.Windows.Forms.NumericUpDown();
            this.Formatter_MinFigures = new System.Windows.Forms.NumericUpDown();
            this.CheckUpdate_AllowChecks = new System.Windows.Forms.CheckBox();
            this.texViewTab = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.TextureViewer_ResetRange = new System.Windows.Forms.CheckBox();
            this.shadViewTab = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.ShaderViewer_FriendlyNaming = new System.Windows.Forms.CheckBox();
            this.eventTab = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            this.EventBrowser_TimeUnit = new System.Windows.Forms.ComboBox();
            this.EventBrowser_HideEmpty = new System.Windows.Forms.CheckBox();
            this.pagesTree = new TreelistView.TreeListView();
            this.ok = new System.Windows.Forms.Button();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.browseCaptureDirectory = new System.Windows.Forms.Button();
            this.browserCaptureDialog = new System.Windows.Forms.FolderBrowserDialog();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            groupBox1 = new System.Windows.Forms.GroupBox();
            tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            label6 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            groupBox2 = new System.Windows.Forms.GroupBox();
            label10 = new System.Windows.Forms.Label();
            groupBox3 = new System.Windows.Forms.GroupBox();
            label12 = new System.Windows.Forms.Label();
            groupBox4 = new System.Windows.Forms.GroupBox();
            label8 = new System.Windows.Forms.Label();
            label9 = new System.Windows.Forms.Label();
            label11 = new System.Windows.Forms.Label();
            tableLayoutPanel1.SuspendLayout();
            this.settingsTabs.SuspendLayout();
            this.generalTab.SuspendLayout();
            groupBox1.SuspendLayout();
            tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_PosExp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_NegExp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_MaxFigures)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_MinFigures)).BeginInit();
            this.texViewTab.SuspendLayout();
            groupBox2.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.shadViewTab.SuspendLayout();
            groupBox3.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.eventTab.SuspendLayout();
            groupBox4.SuspendLayout();
            this.tableLayoutPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pagesTree)).BeginInit();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 2;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
            tableLayoutPanel1.Controls.Add(this.settingsTabs, 1, 0);
            tableLayoutPanel1.Controls.Add(this.pagesTree, 0, 0);
            tableLayoutPanel1.Controls.Add(this.ok, 1, 1);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            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(580, 353);
            tableLayoutPanel1.TabIndex = 1;
            // 
            // settingsTabs
            // 
            this.settingsTabs.Alignment = System.Windows.Forms.TabAlignment.Left;
            this.settingsTabs.Controls.Add(this.generalTab);
            this.settingsTabs.Controls.Add(this.texViewTab);
            this.settingsTabs.Controls.Add(this.shadViewTab);
            this.settingsTabs.Controls.Add(this.eventTab);
            this.settingsTabs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.settingsTabs.Location = new System.Drawing.Point(177, 3);
            this.settingsTabs.Multiline = true;
            this.settingsTabs.Name = "settingsTabs";
            this.settingsTabs.SelectedIndex = 0;
            this.settingsTabs.Size = new System.Drawing.Size(400, 318);
            this.settingsTabs.TabIndex = 0;
            // 
            // generalTab
            // 
            this.generalTab.Controls.Add(groupBox1);
            this.generalTab.Location = new System.Drawing.Point(23, 4);
            this.generalTab.Name = "generalTab";
            this.generalTab.Padding = new System.Windows.Forms.Padding(3);
            this.generalTab.Size = new System.Drawing.Size(373, 310);
            this.generalTab.TabIndex = 0;
            this.generalTab.Text = "General";
            this.generalTab.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            groupBox1.Controls.Add(tableLayoutPanel2);
            groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox1.Location = new System.Drawing.Point(3, 3);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(367, 304);
            groupBox1.TabIndex = 0;
            groupBox1.TabStop = false;
            groupBox1.Text = "General";
            // 
            // tableLayoutPanel2
            // 
            tableLayoutPanel2.ColumnCount = 2;
            tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel2.Controls.Add(this.Formatter_PosExp, 1, 5);
            tableLayoutPanel2.Controls.Add(this.Formatter_NegExp, 1, 4);
            tableLayoutPanel2.Controls.Add(label6, 0, 3);
            tableLayoutPanel2.Controls.Add(label4, 0, 2);
            tableLayoutPanel2.Controls.Add(this.rdcAssoc, 1, 0);
            tableLayoutPanel2.Controls.Add(label1, 0, 0);
            tableLayoutPanel2.Controls.Add(label2, 0, 1);
            tableLayoutPanel2.Controls.Add(this.capAssoc, 1, 1);
            tableLayoutPanel2.Controls.Add(label5, 0, 4);
            tableLayoutPanel2.Controls.Add(label7, 0, 5);
            tableLayoutPanel2.Controls.Add(this.Formatter_MaxFigures, 1, 3);
            tableLayoutPanel2.Controls.Add(this.Formatter_MinFigures, 1, 2);
            tableLayoutPanel2.Controls.Add(label3, 0, 7);
            tableLayoutPanel2.Controls.Add(this.CheckUpdate_AllowChecks, 1, 7);
            tableLayoutPanel2.Controls.Add(label11, 0, 6);
            tableLayoutPanel2.Controls.Add(this.browseCaptureDirectory, 1, 6);
            tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
            tableLayoutPanel2.Name = "tableLayoutPanel2";
            tableLayoutPanel2.RowCount = 9;
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel2.Size = new System.Drawing.Size(361, 285);
            tableLayoutPanel2.TabIndex = 0;
            // 
            // Formatter_PosExp
            // 
            this.Formatter_PosExp.Location = new System.Drawing.Point(268, 139);
            this.Formatter_PosExp.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.Formatter_PosExp.Name = "Formatter_PosExp";
            this.Formatter_PosExp.Size = new System.Drawing.Size(90, 20);
            this.Formatter_PosExp.TabIndex = 11;
            this.toolTip.SetToolTip(this.Formatter_PosExp, "Any numbers larger than this exponent will be displayed in scientific notation.\r\n" +
        "e.g. 1000 * 10 = 1e4");
            this.Formatter_PosExp.Value = new decimal(new int[] {
            7,
            0,
            0,
            0});
            this.Formatter_PosExp.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
            // 
            // Formatter_NegExp
            // 
            this.Formatter_NegExp.Location = new System.Drawing.Point(268, 113);
            this.Formatter_NegExp.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.Formatter_NegExp.Name = "Formatter_NegExp";
            this.Formatter_NegExp.Size = new System.Drawing.Size(90, 20);
            this.Formatter_NegExp.TabIndex = 10;
            this.toolTip.SetToolTip(this.Formatter_NegExp, "Any numbers smaller than this exponent will be displayed in scientific notation.\r" +
        "\nE.g. a value of 3 means 0.005 / 10 = 5E-4");
            this.Formatter_NegExp.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.Formatter_NegExp.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
            // 
            // label6
            // 
            label6.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)));
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(3, 87);
            label6.Margin = new System.Windows.Forms.Padding(3);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(259, 20);
            label6.TabIndex = 6;
            label6.Text = "Maximum significant figures on decimals";
            label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label6, "No more significant figures than this will be displayed on floats.\r\ne.g. a value " +
        "of 5 means 0.123456789 will display as 0.12345");
            // 
            // label4
            // 
            label4.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)));
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(3, 61);
            label4.Margin = new System.Windows.Forms.Padding(3);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(259, 20);
            label4.TabIndex = 4;
            label4.Text = "Minimum decimal places on float values";
            label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label4, "Decimals will display at least this many digits.\r\ne.g. a value of 2 means 0 will " +
        "display as 0.00, 0.5 as 0.50");
            // 
            // rdcAssoc
            // 
            this.rdcAssoc.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.rdcAssoc.Location = new System.Drawing.Point(268, 3);
            this.rdcAssoc.Name = "rdcAssoc";
            this.rdcAssoc.Size = new System.Drawing.Size(90, 23);
            this.rdcAssoc.TabIndex = 1;
            this.rdcAssoc.Text = "Associate .rdc";
            this.rdcAssoc.UseVisualStyleBackColor = true;
            this.rdcAssoc.Click += new System.EventHandler(this.rdcAssoc_Click);
            // 
            // label1
            // 
            label1.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)));
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 3);
            label1.Margin = new System.Windows.Forms.Padding(3);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(259, 23);
            label1.TabIndex = 0;
            label1.Text = "Associate .rdc with RenderDoc";
            label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label2
            // 
            label2.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)));
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(3, 32);
            label2.Margin = new System.Windows.Forms.Padding(3);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(259, 23);
            label2.TabIndex = 2;
            label2.Text = "Associate .cap with RenderDoc";
            label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // capAssoc
            // 
            this.capAssoc.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.capAssoc.Location = new System.Drawing.Point(268, 32);
            this.capAssoc.Name = "capAssoc";
            this.capAssoc.Size = new System.Drawing.Size(90, 23);
            this.capAssoc.TabIndex = 3;
            this.capAssoc.Text = "Associate .cap";
            this.capAssoc.UseVisualStyleBackColor = true;
            this.capAssoc.Click += new System.EventHandler(this.capAssoc_Click);
            // 
            // label5
            // 
            label5.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)));
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(3, 113);
            label5.Margin = new System.Windows.Forms.Padding(3);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(259, 20);
            label5.TabIndex = 5;
            label5.Text = "Negative exponential cutoff value";
            label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label5, "Any numbers smaller than this exponent will be displayed in scientific notation.\r" +
        "\nE.g. a value of 3 means 0.005 / 10 = 5E-4\r\n");
            // 
            // label7
            // 
            label7.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)));
            label7.AutoSize = true;
            label7.Location = new System.Drawing.Point(3, 139);
            label7.Margin = new System.Windows.Forms.Padding(3);
            label7.Name = "label7";
            label7.Size = new System.Drawing.Size(259, 20);
            label7.TabIndex = 7;
            label7.Text = "Positive exponential cutoff value";
            label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label7, "Any numbers larger than this exponent will be displayed in scientific notation.\r\n" +
        "e.g. 1000 * 10 = 1e4");
            // 
            // Formatter_MaxFigures
            // 
            this.Formatter_MaxFigures.Location = new System.Drawing.Point(268, 87);
            this.Formatter_MaxFigures.Maximum = new decimal(new int[] {
            29,
            0,
            0,
            0});
            this.Formatter_MaxFigures.Minimum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.Formatter_MaxFigures.Name = "Formatter_MaxFigures";
            this.Formatter_MaxFigures.Size = new System.Drawing.Size(90, 20);
            this.Formatter_MaxFigures.TabIndex = 9;
            this.toolTip.SetToolTip(this.Formatter_MaxFigures, "No more significant figures than this will be displayed on floats.\r\ne.g. a value " +
        "of 5 means 0.123456789 will display as 0.12345\r\n");
            this.Formatter_MaxFigures.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.Formatter_MaxFigures.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
            // 
            // Formatter_MinFigures
            // 
            this.Formatter_MinFigures.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.Formatter_MinFigures.Location = new System.Drawing.Point(268, 61);
            this.Formatter_MinFigures.Maximum = new decimal(new int[] {
            29,
            0,
            0,
            0});
            this.Formatter_MinFigures.Name = "Formatter_MinFigures";
            this.Formatter_MinFigures.Size = new System.Drawing.Size(90, 20);
            this.Formatter_MinFigures.TabIndex = 8;
            this.toolTip.SetToolTip(this.Formatter_MinFigures, "Decimals will display at least this many digits.\r\ne.g. a value of 2 means 0 will " +
        "display as 0.00, 0.5 as 0.50\r\n");
            this.Formatter_MinFigures.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.Formatter_MinFigures.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
            // 
            // label3
            // 
            label3.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)));
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(3, 191);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(259, 20);
            label3.TabIndex = 12;
            label3.Text = "Allow periodic anonymous update checks";
            label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label3, "Allows RenderDoc to phone home to http://renderdoc.org to anonymously check for n" +
        "ew versions.");
            // 
            // CheckUpdate_AllowChecks
            // 
            this.CheckUpdate_AllowChecks.AutoSize = true;
            this.CheckUpdate_AllowChecks.Checked = true;
            this.CheckUpdate_AllowChecks.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CheckUpdate_AllowChecks.Location = new System.Drawing.Point(268, 194);
            this.CheckUpdate_AllowChecks.Name = "CheckUpdate_AllowChecks";
            this.CheckUpdate_AllowChecks.Size = new System.Drawing.Size(15, 14);
            this.CheckUpdate_AllowChecks.TabIndex = 13;
            this.toolTip.SetToolTip(this.CheckUpdate_AllowChecks, "Allow periodic update checks");
            this.CheckUpdate_AllowChecks.UseVisualStyleBackColor = true;
            this.CheckUpdate_AllowChecks.CheckedChanged += new System.EventHandler(this.CheckUpdate_AllowChecks_CheckedChanged);
            // 
            // texViewTab
            // 
            this.texViewTab.Controls.Add(groupBox2);
            this.texViewTab.Location = new System.Drawing.Point(23, 4);
            this.texViewTab.Name = "texViewTab";
            this.texViewTab.Padding = new System.Windows.Forms.Padding(3);
            this.texViewTab.Size = new System.Drawing.Size(373, 310);
            this.texViewTab.TabIndex = 1;
            this.texViewTab.Text = "Texture Viewer";
            this.texViewTab.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            groupBox2.Controls.Add(this.tableLayoutPanel3);
            groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox2.Location = new System.Drawing.Point(3, 3);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(367, 304);
            groupBox2.TabIndex = 0;
            groupBox2.TabStop = false;
            groupBox2.Text = "Texture Viewer";
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 2;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel3.Controls.Add(this.TextureViewer_ResetRange, 1, 0);
            this.tableLayoutPanel3.Controls.Add(label10, 0, 0);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 2;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(361, 285);
            this.tableLayoutPanel3.TabIndex = 0;
            // 
            // TextureViewer_ResetRange
            // 
            this.TextureViewer_ResetRange.AutoSize = true;
            this.TextureViewer_ResetRange.Dock = System.Windows.Forms.DockStyle.Fill;
            this.TextureViewer_ResetRange.Location = new System.Drawing.Point(291, 3);
            this.TextureViewer_ResetRange.Name = "TextureViewer_ResetRange";
            this.TextureViewer_ResetRange.Size = new System.Drawing.Size(67, 14);
            this.TextureViewer_ResetRange.TabIndex = 0;
            this.toolTip.SetToolTip(this.TextureViewer_ResetRange, "Reset visible range when changing event or texture");
            this.TextureViewer_ResetRange.UseVisualStyleBackColor = true;
            this.TextureViewer_ResetRange.CheckedChanged += new System.EventHandler(this.TextureViewer_ResetRange_CheckedChanged);
            // 
            // label10
            // 
            label10.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)));
            label10.AutoSize = true;
            label10.Location = new System.Drawing.Point(3, 3);
            label10.Margin = new System.Windows.Forms.Padding(3);
            label10.Name = "label10";
            label10.Size = new System.Drawing.Size(282, 14);
            label10.TabIndex = 4;
            label10.Text = "Reset Range on changing selection";
            label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // shadViewTab
            // 
            this.shadViewTab.Controls.Add(groupBox3);
            this.shadViewTab.Location = new System.Drawing.Point(23, 4);
            this.shadViewTab.Name = "shadViewTab";
            this.shadViewTab.Padding = new System.Windows.Forms.Padding(3);
            this.shadViewTab.Size = new System.Drawing.Size(373, 310);
            this.shadViewTab.TabIndex = 2;
            this.shadViewTab.Text = "Shader Viewer";
            this.shadViewTab.UseVisualStyleBackColor = true;
            // 
            // groupBox3
            // 
            groupBox3.Controls.Add(this.tableLayoutPanel4);
            groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox3.Location = new System.Drawing.Point(3, 3);
            groupBox3.Name = "groupBox3";
            groupBox3.Size = new System.Drawing.Size(367, 304);
            groupBox3.TabIndex = 0;
            groupBox3.TabStop = false;
            groupBox3.Text = "Shader Viewer";
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 2;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel4.Controls.Add(this.ShaderViewer_FriendlyNaming, 1, 0);
            this.tableLayoutPanel4.Controls.Add(label12, 0, 0);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 2;
            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(361, 285);
            this.tableLayoutPanel4.TabIndex = 1;
            // 
            // ShaderViewer_FriendlyNaming
            // 
            this.ShaderViewer_FriendlyNaming.AutoSize = true;
            this.ShaderViewer_FriendlyNaming.Location = new System.Drawing.Point(291, 3);
            this.ShaderViewer_FriendlyNaming.Name = "ShaderViewer_FriendlyNaming";
            this.ShaderViewer_FriendlyNaming.Size = new System.Drawing.Size(15, 14);
            this.ShaderViewer_FriendlyNaming.TabIndex = 0;
            this.toolTip.SetToolTip(this.ShaderViewer_FriendlyNaming, "In disassembly view, rename constant registers to their names from shader reflect" +
        "ion data");
            this.ShaderViewer_FriendlyNaming.UseVisualStyleBackColor = true;
            this.ShaderViewer_FriendlyNaming.CheckedChanged += new System.EventHandler(this.friendlyRegName_CheckedChanged);
            // 
            // label12
            // 
            label12.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)));
            label12.AutoSize = true;
            label12.Location = new System.Drawing.Point(3, 3);
            label12.Margin = new System.Windows.Forms.Padding(3);
            label12.Name = "label12";
            label12.Size = new System.Drawing.Size(282, 14);
            label12.TabIndex = 6;
            label12.Text = "Rename disassembly registers";
            label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // eventTab
            // 
            this.eventTab.Controls.Add(groupBox4);
            this.eventTab.Location = new System.Drawing.Point(23, 4);
            this.eventTab.Name = "eventTab";
            this.eventTab.Padding = new System.Windows.Forms.Padding(3);
            this.eventTab.Size = new System.Drawing.Size(373, 310);
            this.eventTab.TabIndex = 3;
            this.eventTab.Text = "Event Browser";
            this.eventTab.UseVisualStyleBackColor = true;
            // 
            // groupBox4
            // 
            groupBox4.Controls.Add(this.tableLayoutPanel5);
            groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox4.Location = new System.Drawing.Point(3, 3);
            groupBox4.Name = "groupBox4";
            groupBox4.Size = new System.Drawing.Size(367, 304);
            groupBox4.TabIndex = 1;
            groupBox4.TabStop = false;
            groupBox4.Text = "Event Browser";
            // 
            // tableLayoutPanel5
            // 
            this.tableLayoutPanel5.ColumnCount = 2;
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel5.Controls.Add(label8, 0, 0);
            this.tableLayoutPanel5.Controls.Add(this.EventBrowser_TimeUnit, 1, 0);
            this.tableLayoutPanel5.Controls.Add(label9, 0, 1);
            this.tableLayoutPanel5.Controls.Add(this.EventBrowser_HideEmpty, 1, 1);
            this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
            this.tableLayoutPanel5.RowCount = 3;
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel5.Size = new System.Drawing.Size(361, 285);
            this.tableLayoutPanel5.TabIndex = 0;
            // 
            // label8
            // 
            label8.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)));
            label8.AutoSize = true;
            label8.Location = new System.Drawing.Point(3, 3);
            label8.Margin = new System.Windows.Forms.Padding(3);
            label8.Name = "label8";
            label8.Size = new System.Drawing.Size(282, 21);
            label8.TabIndex = 3;
            label8.Text = "Time unit used for event browser timings";
            label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // EventBrowser_TimeUnit
            // 
            this.EventBrowser_TimeUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.EventBrowser_TimeUnit.FormattingEnabled = true;
            this.EventBrowser_TimeUnit.Location = new System.Drawing.Point(291, 3);
            this.EventBrowser_TimeUnit.Name = "EventBrowser_TimeUnit";
            this.EventBrowser_TimeUnit.Size = new System.Drawing.Size(67, 21);
            this.EventBrowser_TimeUnit.TabIndex = 1;
            this.toolTip.SetToolTip(this.EventBrowser_TimeUnit, "The time unit to use when displaying the duration column in the event browser");
            this.EventBrowser_TimeUnit.SelectionChangeCommitted += new System.EventHandler(this.EventBrowser_TimeUnit_SelectionChangeCommitted);
            // 
            // label9
            // 
            label9.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)));
            label9.AutoSize = true;
            label9.Location = new System.Drawing.Point(3, 30);
            label9.Margin = new System.Windows.Forms.Padding(3);
            label9.Name = "label9";
            label9.Size = new System.Drawing.Size(282, 14);
            label9.TabIndex = 7;
            label9.Text = "Hide empty marker sections (requires log reload)";
            label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // EventBrowser_HideEmpty
            // 
            this.EventBrowser_HideEmpty.AutoSize = true;
            this.EventBrowser_HideEmpty.Location = new System.Drawing.Point(291, 30);
            this.EventBrowser_HideEmpty.Name = "EventBrowser_HideEmpty";
            this.EventBrowser_HideEmpty.Size = new System.Drawing.Size(15, 14);
            this.EventBrowser_HideEmpty.TabIndex = 8;
            this.toolTip.SetToolTip(this.EventBrowser_HideEmpty, "In the Event Browser and Timeline Bar, marker sections that contain no API calls " +
        "or drawcalls will be completely removed");
            this.EventBrowser_HideEmpty.UseVisualStyleBackColor = true;
            this.EventBrowser_HideEmpty.CheckedChanged += new System.EventHandler(this.EventBrowser_HideEmpty_CheckedChanged);
            // 
            // pagesTree
            // 
            this.pagesTree.AlwaysDisplayVScroll = true;
            treeListColumn1.AutoSize = true;
            treeListColumn1.AutoSizeMinSize = 0;
            treeListColumn1.Width = 50;
            this.pagesTree.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1});
            this.pagesTree.ColumnsOptions.HeaderHeight = 1;
            this.pagesTree.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.pagesTree.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pagesTree.Location = new System.Drawing.Point(3, 3);
            this.pagesTree.MultiSelect = false;
            this.pagesTree.Name = "pagesTree";
            this.pagesTree.RowOptions.ShowHeader = false;
            this.pagesTree.Size = new System.Drawing.Size(168, 318);
            this.pagesTree.TabIndex = 1;
            this.pagesTree.ViewOptions.ShowGridLines = false;
            this.pagesTree.ViewOptions.ShowLine = false;
            this.pagesTree.ViewOptions.ShowPlusMinus = false;
            this.pagesTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.pagesTree_AfterSelect);
            // 
            // ok
            // 
            this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ok.Location = new System.Drawing.Point(502, 327);
            this.ok.Name = "ok";
            this.ok.Size = new System.Drawing.Size(75, 23);
            this.ok.TabIndex = 2;
            this.ok.Text = "OK";
            this.ok.UseVisualStyleBackColor = true;
            this.ok.Click += new System.EventHandler(this.ok_Click);
            // 
            // label11
            // 
            label11.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)));
            label11.AutoSize = true;
            label11.Location = new System.Drawing.Point(3, 162);
            label11.Name = "label11";
            label11.Size = new System.Drawing.Size(259, 29);
            label11.TabIndex = 14;
            label11.Text = "Directory for temporary capture files";
            label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label11, "Changes the directory where capture files are saved after being created, until sa" +
        "ved manually or deleted.\r\n\r\nDefaults to %TEMP%.");
            // 
            // browseCaptureDirectory
            // 
            this.browseCaptureDirectory.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.browseCaptureDirectory.Location = new System.Drawing.Point(268, 165);
            this.browseCaptureDirectory.Name = "browseCaptureDirectory";
            this.browseCaptureDirectory.Size = new System.Drawing.Size(90, 23);
            this.browseCaptureDirectory.TabIndex = 15;
            this.browseCaptureDirectory.Text = "Browse";
            this.toolTip.SetToolTip(this.browseCaptureDirectory, "Changes the directory where capture files are saved after being created, until sa" +
        "ved manually or deleted.\r\n\r\nDefaults to %TEMP%.");
            this.browseCaptureDirectory.UseVisualStyleBackColor = true;
            this.browseCaptureDirectory.Click += new System.EventHandler(this.browseCaptureDirectory_Click);
            // 
            // browserCaptureDialog
            // 
            this.browserCaptureDialog.RootFolder = System.Environment.SpecialFolder.MyComputer;
            // 
            // SettingsDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(580, 353);
            this.Controls.Add(tableLayoutPanel1);
            this.MinimumSize = new System.Drawing.Size(500, 300);
            this.Name = "SettingsDialog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "SettingsForm";
            tableLayoutPanel1.ResumeLayout(false);
            this.settingsTabs.ResumeLayout(false);
            this.generalTab.ResumeLayout(false);
            groupBox1.ResumeLayout(false);
            tableLayoutPanel2.ResumeLayout(false);
            tableLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_PosExp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_NegExp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_MaxFigures)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_MinFigures)).EndInit();
            this.texViewTab.ResumeLayout(false);
            groupBox2.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            this.shadViewTab.ResumeLayout(false);
            groupBox3.ResumeLayout(false);
            this.tableLayoutPanel4.ResumeLayout(false);
            this.tableLayoutPanel4.PerformLayout();
            this.eventTab.ResumeLayout(false);
            groupBox4.ResumeLayout(false);
            this.tableLayoutPanel5.ResumeLayout(false);
            this.tableLayoutPanel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pagesTree)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            this._djangoGroup = new System.Windows.Forms.GroupBox();
            this._settingsModuleLabel = new System.Windows.Forms.Label();
            this._settingsModule = new System.Windows.Forms.TextBox();
            this._staticUriLabel = new System.Windows.Forms.Label();
            this._staticUri = new System.Windows.Forms.TextBox();
            this._toolTip = new System.Windows.Forms.ToolTip(this.components);
            tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this._djangoGroup.SuspendLayout();
            tableLayoutPanel2.SuspendLayout();
            tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // _djangoGroup
            // 
            this._djangoGroup.AutoSize = true;
            this._djangoGroup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this._djangoGroup.Controls.Add(tableLayoutPanel2);
            this._djangoGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this._djangoGroup.Location = new System.Drawing.Point(6, 8);
            this._djangoGroup.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
            this._djangoGroup.Name = "_djangoGroup";
            this._djangoGroup.Padding = new System.Windows.Forms.Padding(6, 8, 6, 8);
            this._djangoGroup.Size = new System.Drawing.Size(423, 81);
            this._djangoGroup.TabIndex = 0;
            this._djangoGroup.TabStop = false;
            this._djangoGroup.Text = "Django";
            // 
            // tableLayoutPanel2
            // 
            tableLayoutPanel2.AutoSize = true;
            tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            tableLayoutPanel2.ColumnCount = 2;
            tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel2.Controls.Add(this._settingsModuleLabel, 0, 0);
            tableLayoutPanel2.Controls.Add(this._settingsModule, 1, 0);
            tableLayoutPanel2.Controls.Add(this._staticUriLabel, 0, 1);
            tableLayoutPanel2.Controls.Add(this._staticUri, 1, 1);
            tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel2.Location = new System.Drawing.Point(6, 21);
            tableLayoutPanel2.Name = "tableLayoutPanel2";
            tableLayoutPanel2.RowCount = 2;
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            tableLayoutPanel2.Size = new System.Drawing.Size(411, 52);
            tableLayoutPanel2.TabIndex = 0;
            // 
            // _settingsModuleLabel
            // 
            this._settingsModuleLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this._settingsModuleLabel.AutoSize = true;
            this._settingsModuleLabel.Location = new System.Drawing.Point(6, 6);
            this._settingsModuleLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this._settingsModuleLabel.Name = "_settingsModuleLabel";
            this._settingsModuleLabel.Size = new System.Drawing.Size(86, 13);
            this._settingsModuleLabel.TabIndex = 0;
            this._settingsModuleLabel.Text = "Settings &Module:";
            this._settingsModuleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // _settingsModule
            // 
            this._settingsModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this._settingsModule.Location = new System.Drawing.Point(114, 3);
            this._settingsModule.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
            this._settingsModule.MinimumSize = new System.Drawing.Size(50, 4);
            this._settingsModule.Name = "_settingsModule";
            this._settingsModule.Size = new System.Drawing.Size(291, 20);
            this._settingsModule.TabIndex = 1;
            this._settingsModule.TextChanged += new System.EventHandler(this.Setting_TextChanged);
            // 
            // _staticUriLabel
            // 
            this._staticUriLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this._staticUriLabel.AutoSize = true;
            this._staticUriLabel.Location = new System.Drawing.Point(6, 32);
            this._staticUriLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this._staticUriLabel.Name = "_staticUriLabel";
            this._staticUriLabel.Size = new System.Drawing.Size(96, 13);
            this._staticUriLabel.TabIndex = 2;
            this._staticUriLabel.Text = "&Static URI Pattern:";
            this._staticUriLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // _staticUri
            // 
            this._staticUri.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this._staticUri.Location = new System.Drawing.Point(114, 29);
            this._staticUri.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
            this._staticUri.MinimumSize = new System.Drawing.Size(50, 4);
            this._staticUri.Name = "_staticUri";
            this._staticUri.Size = new System.Drawing.Size(291, 20);
            this._staticUri.TabIndex = 3;
            this._staticUri.TextChanged += new System.EventHandler(this.Setting_TextChanged);
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.AutoSize = true;
            tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            tableLayoutPanel1.ColumnCount = 1;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.Controls.Add(this._djangoGroup, 0, 0);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 2;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel1.Size = new System.Drawing.Size(435, 117);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // DjangoPropertyPageControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.Controls.Add(tableLayoutPanel1);
            this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
            this.Name = "DjangoPropertyPageControl";
            this.Size = new System.Drawing.Size(435, 117);
            this._djangoGroup.ResumeLayout(false);
            this._djangoGroup.PerformLayout();
            tableLayoutPanel2.ResumeLayout(false);
            tableLayoutPanel2.PerformLayout();
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 35
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.TableLayoutPanel jobEditorTable;
     System.Windows.Forms.Label            totalLabel;
     System.Windows.Forms.Label            jpLabel;
     this.movementGroup    = new System.Windows.Forms.GroupBox();
     this.supportGroup     = new System.Windows.Forms.GroupBox();
     this.actionGroup      = new System.Windows.Forms.GroupBox();
     this.reactionGroup    = new System.Windows.Forms.GroupBox();
     this.infoPanel        = new System.Windows.Forms.Panel();
     this.levelLabel       = new System.Windows.Forms.Label();
     this.masteredCheckbox = new System.Windows.Forms.CheckBox();
     this.totalSpinner     = new System.Windows.Forms.NumericUpDown();
     this.jpSpinner        = new System.Windows.Forms.NumericUpDown();
     this.action1          = new System.Windows.Forms.CheckBox();
     this.action2          = new System.Windows.Forms.CheckBox();
     this.action3          = new System.Windows.Forms.CheckBox();
     this.action4          = new System.Windows.Forms.CheckBox();
     this.action5          = new System.Windows.Forms.CheckBox();
     this.action6          = new System.Windows.Forms.CheckBox();
     this.action7          = new System.Windows.Forms.CheckBox();
     this.action8          = new System.Windows.Forms.CheckBox();
     this.action9          = new System.Windows.Forms.CheckBox();
     this.action10         = new System.Windows.Forms.CheckBox();
     this.action11         = new System.Windows.Forms.CheckBox();
     this.action12         = new System.Windows.Forms.CheckBox();
     this.action13         = new System.Windows.Forms.CheckBox();
     this.action14         = new System.Windows.Forms.CheckBox();
     this.action15         = new System.Windows.Forms.CheckBox();
     this.action16         = new System.Windows.Forms.CheckBox();
     this.reaction1        = new System.Windows.Forms.CheckBox();
     this.reaction2        = new System.Windows.Forms.CheckBox();
     this.reaction3        = new System.Windows.Forms.CheckBox();
     this.support1         = new System.Windows.Forms.CheckBox();
     this.support2         = new System.Windows.Forms.CheckBox();
     this.support3         = new System.Windows.Forms.CheckBox();
     this.support4         = new System.Windows.Forms.CheckBox();
     this.movement1        = new System.Windows.Forms.CheckBox();
     this.movement2        = new System.Windows.Forms.CheckBox();
     jobEditorTable        = new System.Windows.Forms.TableLayoutPanel();
     totalLabel            = new System.Windows.Forms.Label();
     jpLabel = new System.Windows.Forms.Label();
     jobEditorTable.SuspendLayout();
     this.movementGroup.SuspendLayout();
     this.supportGroup.SuspendLayout();
     this.actionGroup.SuspendLayout();
     this.reactionGroup.SuspendLayout();
     this.infoPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.totalSpinner)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.jpSpinner)).BeginInit();
     this.SuspendLayout();
     //
     // jobEditorTable
     //
     jobEditorTable.ColumnCount = 2;
     jobEditorTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     jobEditorTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     jobEditorTable.Controls.Add(this.movementGroup, 1, 2);
     jobEditorTable.Controls.Add(this.supportGroup, 1, 1);
     jobEditorTable.Controls.Add(this.actionGroup, 0, 0);
     jobEditorTable.Controls.Add(this.reactionGroup, 1, 0);
     jobEditorTable.Controls.Add(this.infoPanel, 1, 3);
     jobEditorTable.Dock     = System.Windows.Forms.DockStyle.Fill;
     jobEditorTable.Location = new System.Drawing.Point(0, 0);
     jobEditorTable.Name     = "jobEditorTable";
     jobEditorTable.RowCount = 4;
     jobEditorTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 23.52941F));
     jobEditorTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 29.41176F));
     jobEditorTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 17.64706F));
     jobEditorTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 29.41176F));
     jobEditorTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     jobEditorTable.Size     = new System.Drawing.Size(397, 432);
     jobEditorTable.TabIndex = 2;
     //
     // movementGroup
     //
     this.movementGroup.Controls.Add(this.movement1);
     this.movementGroup.Controls.Add(this.movement2);
     this.movementGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.movementGroup.Location = new System.Drawing.Point(201, 231);
     this.movementGroup.Name     = "movementGroup";
     this.movementGroup.Size     = new System.Drawing.Size(193, 70);
     this.movementGroup.TabIndex = 5;
     this.movementGroup.TabStop  = false;
     this.movementGroup.Text     = "Movement";
     //
     // supportGroup
     //
     this.supportGroup.Controls.Add(this.support1);
     this.supportGroup.Controls.Add(this.support2);
     this.supportGroup.Controls.Add(this.support3);
     this.supportGroup.Controls.Add(this.support4);
     this.supportGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.supportGroup.Location = new System.Drawing.Point(201, 104);
     this.supportGroup.Name     = "supportGroup";
     this.supportGroup.Size     = new System.Drawing.Size(193, 121);
     this.supportGroup.TabIndex = 4;
     this.supportGroup.TabStop  = false;
     this.supportGroup.Text     = "Support";
     //
     // actionGroup
     //
     this.actionGroup.Controls.Add(this.action1);
     this.actionGroup.Controls.Add(this.action2);
     this.actionGroup.Controls.Add(this.action3);
     this.actionGroup.Controls.Add(this.action4);
     this.actionGroup.Controls.Add(this.action5);
     this.actionGroup.Controls.Add(this.action6);
     this.actionGroup.Controls.Add(this.action7);
     this.actionGroup.Controls.Add(this.action8);
     this.actionGroup.Controls.Add(this.action9);
     this.actionGroup.Controls.Add(this.action10);
     this.actionGroup.Controls.Add(this.action11);
     this.actionGroup.Controls.Add(this.action12);
     this.actionGroup.Controls.Add(this.action13);
     this.actionGroup.Controls.Add(this.action14);
     this.actionGroup.Controls.Add(this.action15);
     this.actionGroup.Controls.Add(this.action16);
     this.actionGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.actionGroup.Location = new System.Drawing.Point(3, 3);
     this.actionGroup.Name     = "actionGroup";
     jobEditorTable.SetRowSpan(this.actionGroup, 4);
     this.actionGroup.Size     = new System.Drawing.Size(192, 426);
     this.actionGroup.TabIndex = 1;
     this.actionGroup.TabStop  = false;
     this.actionGroup.Text     = "Action";
     //
     // reactionGroup
     //
     this.reactionGroup.Controls.Add(this.reaction1);
     this.reactionGroup.Controls.Add(this.reaction2);
     this.reactionGroup.Controls.Add(this.reaction3);
     this.reactionGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.reactionGroup.Location = new System.Drawing.Point(201, 3);
     this.reactionGroup.Name     = "reactionGroup";
     this.reactionGroup.Size     = new System.Drawing.Size(193, 95);
     this.reactionGroup.TabIndex = 2;
     this.reactionGroup.TabStop  = false;
     this.reactionGroup.Text     = "Reaction";
     //
     // infoPanel
     //
     this.infoPanel.Controls.Add(this.levelLabel);
     this.infoPanel.Controls.Add(this.masteredCheckbox);
     this.infoPanel.Controls.Add(this.totalSpinner);
     this.infoPanel.Controls.Add(totalLabel);
     this.infoPanel.Controls.Add(this.jpSpinner);
     this.infoPanel.Controls.Add(jpLabel);
     this.infoPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.infoPanel.Location = new System.Drawing.Point(199, 305);
     this.infoPanel.Margin   = new System.Windows.Forms.Padding(1);
     this.infoPanel.Name     = "infoPanel";
     this.infoPanel.Size     = new System.Drawing.Size(197, 126);
     this.infoPanel.TabIndex = 8;
     //
     // levelLabel
     //
     this.levelLabel.AutoSize = true;
     this.levelLabel.Location = new System.Drawing.Point(5, 1);
     this.levelLabel.Name     = "levelLabel";
     this.levelLabel.Size     = new System.Drawing.Size(53, 13);
     this.levelLabel.TabIndex = 201;
     this.levelLabel.Text     = "Level: {0}";
     this.levelLabel.Visible  = false;
     //
     // masteredCheckbox
     //
     this.masteredCheckbox.AutoSize                = true;
     this.masteredCheckbox.Dock                    = System.Windows.Forms.DockStyle.Top;
     this.masteredCheckbox.Enabled                 = false;
     this.masteredCheckbox.Location                = new System.Drawing.Point(0, 0);
     this.masteredCheckbox.Name                    = "masteredCheckbox";
     this.masteredCheckbox.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.masteredCheckbox.Size                    = new System.Drawing.Size(197, 17);
     this.masteredCheckbox.TabIndex                = 8;
     this.masteredCheckbox.Text                    = "Mastered";
     this.masteredCheckbox.UseVisualStyleBackColor = true;
     //
     // totalSpinner
     //
     this.totalSpinner.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.totalSpinner.Location = new System.Drawing.Point(127, 49);
     this.totalSpinner.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.totalSpinner.Name      = "totalSpinner";
     this.totalSpinner.Size      = new System.Drawing.Size(68, 20);
     this.totalSpinner.TabIndex  = 200;
     this.totalSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // totalLabel
     //
     totalLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     totalLabel.AutoSize = true;
     totalLabel.Location = new System.Drawing.Point(87, 51);
     totalLabel.Name     = "totalLabel";
     totalLabel.Size     = new System.Drawing.Size(34, 13);
     totalLabel.TabIndex = 0;
     totalLabel.Text     = "Total:";
     //
     // jpSpinner
     //
     this.jpSpinner.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.jpSpinner.Location = new System.Drawing.Point(127, 22);
     this.jpSpinner.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.jpSpinner.Name      = "jpSpinner";
     this.jpSpinner.Size      = new System.Drawing.Size(68, 20);
     this.jpSpinner.TabIndex  = 100;
     this.jpSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // jpLabel
     //
     jpLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     jpLabel.AutoSize = true;
     jpLabel.Location = new System.Drawing.Point(99, 24);
     jpLabel.Name     = "jpLabel";
     jpLabel.Size     = new System.Drawing.Size(22, 13);
     jpLabel.TabIndex = 0;
     jpLabel.Text     = "JP:";
     //
     // action1
     //
     this.action1.AutoSize = true;
     this.action1.Location = new System.Drawing.Point(6, 19);
     this.action1.Name     = "action1";
     this.action1.Size     = new System.Drawing.Size(61, 17);
     this.action1.TabIndex = 1801;
     this.action1.Text     = "action1";
     this.action1.UseVisualStyleBackColor = true;
     //
     // action2
     //
     this.action2.AutoSize = true;
     this.action2.Location = new System.Drawing.Point(6, 42);
     this.action2.Name     = "action2";
     this.action2.Size     = new System.Drawing.Size(61, 17);
     this.action2.TabIndex = 1802;
     this.action2.Text     = "action2";
     this.action2.UseVisualStyleBackColor = true;
     //
     // action3
     //
     this.action3.AutoSize = true;
     this.action3.Location = new System.Drawing.Point(6, 65);
     this.action3.Name     = "action3";
     this.action3.Size     = new System.Drawing.Size(61, 17);
     this.action3.TabIndex = 1803;
     this.action3.Text     = "action3";
     this.action3.UseVisualStyleBackColor = true;
     //
     // action4
     //
     this.action4.AutoSize = true;
     this.action4.Location = new System.Drawing.Point(6, 88);
     this.action4.Name     = "action4";
     this.action4.Size     = new System.Drawing.Size(61, 17);
     this.action4.TabIndex = 1804;
     this.action4.Text     = "action4";
     this.action4.UseVisualStyleBackColor = true;
     //
     // action5
     //
     this.action5.AutoSize = true;
     this.action5.Location = new System.Drawing.Point(6, 111);
     this.action5.Name     = "action5";
     this.action5.Size     = new System.Drawing.Size(61, 17);
     this.action5.TabIndex = 1805;
     this.action5.Text     = "action5";
     this.action5.UseVisualStyleBackColor = true;
     //
     // action6
     //
     this.action6.AutoSize = true;
     this.action6.Location = new System.Drawing.Point(6, 134);
     this.action6.Name     = "action6";
     this.action6.Size     = new System.Drawing.Size(61, 17);
     this.action6.TabIndex = 1806;
     this.action6.Text     = "action6";
     this.action6.UseVisualStyleBackColor = true;
     //
     // action7
     //
     this.action7.AutoSize = true;
     this.action7.Location = new System.Drawing.Point(6, 157);
     this.action7.Name     = "action7";
     this.action7.Size     = new System.Drawing.Size(61, 17);
     this.action7.TabIndex = 1807;
     this.action7.Text     = "action7";
     this.action7.UseVisualStyleBackColor = true;
     //
     // action8
     //
     this.action8.AutoSize = true;
     this.action8.Location = new System.Drawing.Point(6, 180);
     this.action8.Name     = "action8";
     this.action8.Size     = new System.Drawing.Size(61, 17);
     this.action8.TabIndex = 1808;
     this.action8.Text     = "action8";
     this.action8.UseVisualStyleBackColor = true;
     //
     // action9
     //
     this.action9.AutoSize = true;
     this.action9.Location = new System.Drawing.Point(6, 203);
     this.action9.Name     = "action9";
     this.action9.Size     = new System.Drawing.Size(61, 17);
     this.action9.TabIndex = 1809;
     this.action9.Text     = "action9";
     this.action9.UseVisualStyleBackColor = true;
     //
     // action10
     //
     this.action10.AutoSize = true;
     this.action10.Location = new System.Drawing.Point(6, 226);
     this.action10.Name     = "action10";
     this.action10.Size     = new System.Drawing.Size(67, 17);
     this.action10.TabIndex = 1810;
     this.action10.Text     = "action10";
     this.action10.UseVisualStyleBackColor = true;
     //
     // action11
     //
     this.action11.AutoSize = true;
     this.action11.Location = new System.Drawing.Point(6, 249);
     this.action11.Name     = "action11";
     this.action11.Size     = new System.Drawing.Size(67, 17);
     this.action11.TabIndex = 1811;
     this.action11.Text     = "action11";
     this.action11.UseVisualStyleBackColor = true;
     //
     // action12
     //
     this.action12.AutoSize = true;
     this.action12.Location = new System.Drawing.Point(6, 272);
     this.action12.Name     = "action12";
     this.action12.Size     = new System.Drawing.Size(67, 17);
     this.action12.TabIndex = 1812;
     this.action12.Text     = "action12";
     this.action12.UseVisualStyleBackColor = true;
     //
     // action13
     //
     this.action13.AutoSize = true;
     this.action13.Location = new System.Drawing.Point(6, 295);
     this.action13.Name     = "action13";
     this.action13.Size     = new System.Drawing.Size(67, 17);
     this.action13.TabIndex = 1813;
     this.action13.Text     = "action13";
     this.action13.UseVisualStyleBackColor = true;
     //
     // action14
     //
     this.action14.AutoSize = true;
     this.action14.Location = new System.Drawing.Point(6, 318);
     this.action14.Name     = "action14";
     this.action14.Size     = new System.Drawing.Size(67, 17);
     this.action14.TabIndex = 1814;
     this.action14.Text     = "action14";
     this.action14.UseVisualStyleBackColor = true;
     //
     // action15
     //
     this.action15.AutoSize = true;
     this.action15.Location = new System.Drawing.Point(6, 341);
     this.action15.Name     = "action15";
     this.action15.Size     = new System.Drawing.Size(67, 17);
     this.action15.TabIndex = 1815;
     this.action15.Text     = "action15";
     this.action15.UseVisualStyleBackColor = true;
     //
     // action16
     //
     this.action16.AutoSize = true;
     this.action16.Location = new System.Drawing.Point(6, 364);
     this.action16.Name     = "action16";
     this.action16.Size     = new System.Drawing.Size(67, 17);
     this.action16.TabIndex = 1816;
     this.action16.Text     = "action16";
     this.action16.UseVisualStyleBackColor = true;
     //
     // reaction1
     //
     this.reaction1.AutoSize = true;
     this.reaction1.Location = new System.Drawing.Point(6, 19);
     this.reaction1.Name     = "reaction1";
     this.reaction1.Size     = new System.Drawing.Size(70, 17);
     this.reaction1.TabIndex = 2101;
     this.reaction1.Text     = "reaction1";
     this.reaction1.UseVisualStyleBackColor = true;
     //
     // reaction2
     //
     this.reaction2.AutoSize = true;
     this.reaction2.Location = new System.Drawing.Point(6, 42);
     this.reaction2.Name     = "reaction2";
     this.reaction2.Size     = new System.Drawing.Size(70, 17);
     this.reaction2.TabIndex = 2102;
     this.reaction2.Text     = "reaction2";
     this.reaction2.UseVisualStyleBackColor = true;
     //
     // reaction3
     //
     this.reaction3.AutoSize = true;
     this.reaction3.Location = new System.Drawing.Point(6, 65);
     this.reaction3.Name     = "reaction3";
     this.reaction3.Size     = new System.Drawing.Size(70, 17);
     this.reaction3.TabIndex = 2103;
     this.reaction3.Text     = "reaction3";
     this.reaction3.UseVisualStyleBackColor = true;
     //
     // support1
     //
     this.support1.AutoSize = true;
     this.support1.Location = new System.Drawing.Point(6, 19);
     this.support1.Name     = "support1";
     this.support1.Size     = new System.Drawing.Size(67, 17);
     this.support1.TabIndex = 2501;
     this.support1.Text     = "support1";
     this.support1.UseVisualStyleBackColor = true;
     //
     // support2
     //
     this.support2.AutoSize = true;
     this.support2.Location = new System.Drawing.Point(6, 42);
     this.support2.Name     = "support2";
     this.support2.Size     = new System.Drawing.Size(67, 17);
     this.support2.TabIndex = 2502;
     this.support2.Text     = "support2";
     this.support2.UseVisualStyleBackColor = true;
     //
     // support3
     //
     this.support3.AutoSize = true;
     this.support3.Location = new System.Drawing.Point(6, 65);
     this.support3.Name     = "support3";
     this.support3.Size     = new System.Drawing.Size(67, 17);
     this.support3.TabIndex = 2503;
     this.support3.Text     = "support3";
     this.support3.UseVisualStyleBackColor = true;
     //
     // support4
     //
     this.support4.AutoSize = true;
     this.support4.Location = new System.Drawing.Point(6, 88);
     this.support4.Name     = "support4";
     this.support4.Size     = new System.Drawing.Size(67, 17);
     this.support4.TabIndex = 2504;
     this.support4.Text     = "support4";
     this.support4.UseVisualStyleBackColor = true;
     //
     // movement1
     //
     this.movement1.AutoSize = true;
     this.movement1.Location = new System.Drawing.Point(6, 19);
     this.movement1.Name     = "movement1";
     this.movement1.Size     = new System.Drawing.Size(81, 17);
     this.movement1.TabIndex = 2701;
     this.movement1.Text     = "movement1";
     this.movement1.UseVisualStyleBackColor = true;
     //
     // movement2
     //
     this.movement2.AutoSize = true;
     this.movement2.Location = new System.Drawing.Point(6, 42);
     this.movement2.Name     = "movement2";
     this.movement2.Size     = new System.Drawing.Size(81, 17);
     this.movement2.TabIndex = 2702;
     this.movement2.Text     = "movement2";
     this.movement2.UseVisualStyleBackColor = true;
     //
     // JobEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(jobEditorTable);
     this.Name = "JobEditor";
     this.Size = new System.Drawing.Size(397, 432);
     jobEditorTable.ResumeLayout(false);
     this.movementGroup.ResumeLayout(false);
     this.movementGroup.PerformLayout();
     this.supportGroup.ResumeLayout(false);
     this.supportGroup.PerformLayout();
     this.actionGroup.ResumeLayout(false);
     this.actionGroup.PerformLayout();
     this.reactionGroup.ResumeLayout(false);
     this.reactionGroup.PerformLayout();
     this.infoPanel.ResumeLayout(false);
     this.infoPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.totalSpinner)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.jpSpinner)).EndInit();
     this.ResumeLayout(false);
 }
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.Label                     label2;
     System.Windows.Forms.Label                     label1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel2;
     wyDay.Controls.SplitButton                     splitButton1;
     System.Windows.Forms.ContextMenuStrip          AddEditParameterStrip;
     System.Windows.Forms.ToolStripMenuItem         BrowseFile;
     System.Windows.Forms.ToolStripMenuItem         BrowseDirectory;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddEditParameter));
     this.mDisplayName      = new System.Windows.Forms.TextBox();
     this.mParameterValue   = new System.Windows.Forms.TextBox();
     this.CmdOK             = new System.Windows.Forms.Button();
     this.CmdCancel         = new System.Windows.Forms.Button();
     this.DirectorySelector = new System.Windows.Forms.FolderBrowserDialog();
     this.FileSelector      = new System.Windows.Forms.SaveFileDialog();
     label2                = new System.Windows.Forms.Label();
     label1                = new System.Windows.Forms.Label();
     tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel2     = new System.Windows.Forms.TableLayoutPanel();
     splitButton1          = new wyDay.Controls.SplitButton();
     AddEditParameterStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     BrowseFile            = new System.Windows.Forms.ToolStripMenuItem();
     BrowseDirectory       = new System.Windows.Forms.ToolStripMenuItem();
     tableLayoutPanel1.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     AddEditParameterStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(3, 32);
     label2.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(37, 13);
     label2.TabIndex = 2;
     label2.Text     = "Value:";
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 6);
     label1.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(38, 13);
     label1.TabIndex = 0;
     label1.Text     = "Name:";
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.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)));
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel1.ColumnCount  = 5;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     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.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(label1, 0, 0);
     tableLayoutPanel1.Controls.Add(label2, 0, 1);
     tableLayoutPanel1.Controls.Add(this.mDisplayName, 1, 0);
     tableLayoutPanel1.Controls.Add(this.mParameterValue, 1, 1);
     tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 3, 3);
     tableLayoutPanel1.Controls.Add(splitButton1, 4, 1);
     tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 4;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(522, 110);
     tableLayoutPanel1.TabIndex = 8;
     //
     // mDisplayName
     //
     tableLayoutPanel1.SetColumnSpan(this.mDisplayName, 3);
     this.mDisplayName.Dock         = System.Windows.Forms.DockStyle.Top;
     this.mDisplayName.Location     = new System.Drawing.Point(47, 3);
     this.mDisplayName.Name         = "mDisplayName";
     this.mDisplayName.Size         = new System.Drawing.Size(422, 20);
     this.mDisplayName.TabIndex     = 1;
     this.mDisplayName.TextChanged += new System.EventHandler(this.DisplayName_TextChanged);
     //
     // mParameterValue
     //
     tableLayoutPanel1.SetColumnSpan(this.mParameterValue, 3);
     this.mParameterValue.Dock         = System.Windows.Forms.DockStyle.Top;
     this.mParameterValue.Location     = new System.Drawing.Point(47, 29);
     this.mParameterValue.Name         = "mParameterValue";
     this.mParameterValue.Size         = new System.Drawing.Size(422, 20);
     this.mParameterValue.TabIndex     = 3;
     this.mParameterValue.TextChanged += new System.EventHandler(this.ParameterValue_TextChanged);
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.AutoSize     = true;
     tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     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.CmdOK, 0, 0);
     tableLayoutPanel2.Controls.Add(this.CmdCancel, 1, 0);
     tableLayoutPanel2.Location = new System.Drawing.Point(307, 78);
     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(162, 29);
     tableLayoutPanel2.TabIndex = 8;
     //
     // CmdOK
     //
     this.CmdOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.CmdOK.Enabled                 = false;
     this.CmdOK.Location                = new System.Drawing.Point(3, 3);
     this.CmdOK.Name                    = "CmdOK";
     this.CmdOK.Size                    = new System.Drawing.Size(75, 23);
     this.CmdOK.TabIndex                = 0;
     this.CmdOK.Text                    = "OK";
     this.CmdOK.UseVisualStyleBackColor = true;
     //
     // CmdCancel
     //
     this.CmdCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.CmdCancel.Location                = new System.Drawing.Point(84, 3);
     this.CmdCancel.Name                    = "CmdCancel";
     this.CmdCancel.Size                    = new System.Drawing.Size(75, 23);
     this.CmdCancel.TabIndex                = 1;
     this.CmdCancel.Text                    = "Cancel";
     this.CmdCancel.UseVisualStyleBackColor = true;
     //
     // splitButton1
     //
     splitButton1.AutoSize                = true;
     splitButton1.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     splitButton1.ContextMenuStrip        = AddEditParameterStrip;
     splitButton1.Location                = new System.Drawing.Point(475, 29);
     splitButton1.Name                    = "splitButton1";
     splitButton1.Size                    = new System.Drawing.Size(44, 23);
     splitButton1.SplitMenuStrip          = AddEditParameterStrip;
     splitButton1.TabIndex                = 10;
     splitButton1.Text                    = "...";
     splitButton1.UseVisualStyleBackColor = true;
     splitButton1.Click                  += new System.EventHandler(this.CmdBrowseFile_Click);
     //
     // AddEditParameterStrip
     //
     AddEditParameterStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         BrowseFile,
         BrowseDirectory
     });
     AddEditParameterStrip.Name = "contextMenuStrip1";
     AddEditParameterStrip.Size = new System.Drawing.Size(132, 48);
     //
     // BrowseFile
     //
     BrowseFile.Name   = "BrowseFile";
     BrowseFile.Size   = new System.Drawing.Size(131, 22);
     BrowseFile.Text   = "File...";
     BrowseFile.Click += new System.EventHandler(this.CmdBrowseFile_Click);
     //
     // BrowseDirectory
     //
     BrowseDirectory.Name   = "BrowseDirectory";
     BrowseDirectory.Size   = new System.Drawing.Size(131, 22);
     BrowseDirectory.Text   = "Directory...";
     BrowseDirectory.Click += new System.EventHandler(this.CmdDirectory_Click);
     //
     // FileSelector
     //
     this.FileSelector.CheckPathExists  = false;
     this.FileSelector.OverwritePrompt  = false;
     this.FileSelector.RestoreDirectory = true;
     this.FileSelector.Title            = "Select File";
     //
     // AddEditParameter
     //
     this.AcceptButton        = this.CmdOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.CmdCancel;
     this.ClientSize          = new System.Drawing.Size(544, 134);
     this.Controls.Add(tableLayoutPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximumSize   = new System.Drawing.Size(2000, 172);
     this.MinimumSize   = new System.Drawing.Size(480, 172);
     this.Name          = "AddEditParameter";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Add Parameter";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.AddEditParameter_FormClosed);
     this.Load         += new System.EventHandler(this.AddEditParameter_Load);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     AddEditParameterStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 37
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.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.Label label2;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestResultForm));
            this.correctPercentLabel = new System.Windows.Forms.Label();
            this.answerCountLabel = new System.Windows.Forms.Label();
            this.nameLabel = new System.Windows.Forms.Label();
            this.backButton = new System.Windows.Forms.Button();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            label2 = new System.Windows.Forms.Label();
            tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 1;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.Controls.Add(this.correctPercentLabel, 0, 3);
            tableLayoutPanel1.Controls.Add(this.answerCountLabel, 0, 2);
            tableLayoutPanel1.Controls.Add(label2, 0, 1);
            tableLayoutPanel1.Controls.Add(this.nameLabel, 0, 0);
            tableLayoutPanel1.Controls.Add(this.backButton, 0, 5);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(200, 150, 200, 200);
            tableLayoutPanel1.RowCount = 6;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel1.Size = new System.Drawing.Size(784, 562);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // correctPercentLabel
            // 
            this.correctPercentLabel.AutoSize = true;
            this.correctPercentLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.correctPercentLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.correctPercentLabel.Location = new System.Drawing.Point(201, 251);
            this.correctPercentLabel.Margin = new System.Windows.Forms.Padding(1);
            this.correctPercentLabel.Name = "correctPercentLabel";
            this.correctPercentLabel.Size = new System.Drawing.Size(382, 28);
            this.correctPercentLabel.TabIndex = 3;
            this.correctPercentLabel.Text = "100%";
            this.correctPercentLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // answerCountLabel
            // 
            this.answerCountLabel.AutoSize = true;
            this.answerCountLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.answerCountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.answerCountLabel.Location = new System.Drawing.Point(201, 221);
            this.answerCountLabel.Margin = new System.Windows.Forms.Padding(1);
            this.answerCountLabel.Name = "answerCountLabel";
            this.answerCountLabel.Size = new System.Drawing.Size(382, 28);
            this.answerCountLabel.TabIndex = 2;
            this.answerCountLabel.Text = "20/20 correct answers";
            this.answerCountLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Dock = System.Windows.Forms.DockStyle.Fill;
            label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            label2.Location = new System.Drawing.Point(201, 181);
            label2.Margin = new System.Windows.Forms.Padding(1);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(382, 38);
            label2.TabIndex = 1;
            label2.Text = "Your test results:";
            label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // nameLabel
            // 
            this.nameLabel.AutoSize = true;
            this.nameLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.nameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.nameLabel.Location = new System.Drawing.Point(201, 151);
            this.nameLabel.Margin = new System.Windows.Forms.Padding(1);
            this.nameLabel.Name = "nameLabel";
            this.nameLabel.Size = new System.Drawing.Size(382, 28);
            this.nameLabel.TabIndex = 0;
            this.nameLabel.Text = "Test name";
            this.nameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // backButton
            // 
            this.backButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.backButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.backButton.Location = new System.Drawing.Point(300, 335);
            this.backButton.Margin = new System.Windows.Forms.Padding(100, 0, 100, 0);
            this.backButton.Name = "backButton";
            this.backButton.Size = new System.Drawing.Size(184, 24);
            this.backButton.TabIndex = 4;
            this.backButton.Text = "Back to main screen";
            this.backButton.UseVisualStyleBackColor = true;
            // 
            // TestResultForm
            // 
            this.AcceptButton = this.backButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 562);
            this.Controls.Add(tableLayoutPanel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(800, 600);
            this.MinimumSize = new System.Drawing.Size(800, 600);
            this.Name = "TestResultForm";
            this.Text = "Quizzer: Test Results";
            this.Load += new System.EventHandler(this.TestResultForm_Load);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel startActionTableLayoutPanel;
     System.Windows.Forms.TableLayoutPanel nodeHeaderTableLayoutPanel;
     this.startActionHeaderLabelLine = new System.Windows.Forms.Label();
     this._startActionHeaderLabel    = new System.Windows.Forms.Label();
     this.nodeHeaderLabelLine        = new System.Windows.Forms.Label();
     this._nodeHeaderLabel           = new System.Windows.Forms.Label();
     this._nodeArgumentsLabel        = new System.Windows.Forms.Label();
     this._scriptLabel               = new System.Windows.Forms.Label();
     this._scriptArgsLabel           = new System.Windows.Forms.Label();
     this._workingDirLabel           = new System.Windows.Forms.Label();
     this._launchUrlLabel            = new System.Windows.Forms.Label();
     this._nodePortLabel             = new System.Windows.Forms.Label();
     this._debuggerPortLabel         = new System.Windows.Forms.Label();
     this._envVarsLabel              = new System.Windows.Forms.Label();
     this.overallPanel               = new System.Windows.Forms.TableLayoutPanel();
     this._scriptFile                = new System.Windows.Forms.TextBox();
     this._scriptArguments           = new System.Windows.Forms.TextBox();
     this._workingDir                = new System.Windows.Forms.TextBox();
     this._browseDirectory           = new System.Windows.Forms.Button();
     this._launchUrl                 = new System.Windows.Forms.TextBox();
     this._nodejsPort                = new System.Windows.Forms.TextBox();
     this._envVars                   = new System.Windows.Forms.TextBox();
     this._startBrowserCheckBox      = new System.Windows.Forms.CheckBox();
     this._saveInProjectFileCheckBox = new System.Windows.Forms.CheckBox();
     this._nodeExePathLabel          = new System.Windows.Forms.Label();
     this._nodeExePath               = new System.Windows.Forms.TextBox();
     this._browsePath                = new System.Windows.Forms.Button();
     this._nodeExeArguments          = new System.Windows.Forms.TextBox();
     this._debuggerPort              = new System.Windows.Forms.TextBox();
     this.testHeaderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this._TestHeaderLabel           = new System.Windows.Forms.Label();
     this.testHeaderLabelLine        = new System.Windows.Forms.Label();
     this._testRootLabel             = new System.Windows.Forms.Label();
     this._testRoot                  = new System.Windows.Forms.TextBox();
     this._browseTestroot            = new System.Windows.Forms.Button();
     this._testFrameworkLabel        = new System.Windows.Forms.Label();
     this._frameworkSelector         = new System.Windows.Forms.ComboBox();
     this._tooltip                   = new System.Windows.Forms.ToolTip(this.components);
     startActionTableLayoutPanel     = new System.Windows.Forms.TableLayoutPanel();
     nodeHeaderTableLayoutPanel      = new System.Windows.Forms.TableLayoutPanel();
     startActionTableLayoutPanel.SuspendLayout();
     nodeHeaderTableLayoutPanel.SuspendLayout();
     this.overallPanel.SuspendLayout();
     this.testHeaderTableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // startActionTableLayoutPanel
     //
     startActionTableLayoutPanel.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     startActionTableLayoutPanel.AutoSize    = true;
     startActionTableLayoutPanel.ColumnCount = 2;
     this.overallPanel.SetColumnSpan(startActionTableLayoutPanel, 3);
     startActionTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     startActionTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     startActionTableLayoutPanel.Controls.Add(this.startActionHeaderLabelLine, 1, 0);
     startActionTableLayoutPanel.Controls.Add(this._startActionHeaderLabel, 0, 0);
     startActionTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     startActionTableLayoutPanel.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 6);
     startActionTableLayoutPanel.Name     = "startActionTableLayoutPanel";
     startActionTableLayoutPanel.RowCount = 1;
     startActionTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     startActionTableLayoutPanel.Size     = new System.Drawing.Size(493, 13);
     startActionTableLayoutPanel.TabIndex = 0;
     //
     // startActionHeaderLabelLine
     //
     this.startActionHeaderLabelLine.AccessibleRole = System.Windows.Forms.AccessibleRole.Separator;
     this.startActionHeaderLabelLine.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.startActionHeaderLabelLine.BackColor      = System.Drawing.SystemColors.ControlDark;
     this.startActionHeaderLabelLine.Location       = new System.Drawing.Point(130, 6);
     this.startActionHeaderLabelLine.Name           = "startActionHeaderLabelLine";
     this.startActionHeaderLabelLine.Size           = new System.Drawing.Size(360, 1);
     this.startActionHeaderLabelLine.TabIndex       = 1;
     //
     // _startActionHeaderLabel
     //
     this._startActionHeaderLabel.AutoSize = true;
     this._startActionHeaderLabel.Location = new System.Drawing.Point(0, 0);
     this._startActionHeaderLabel.Margin   = new System.Windows.Forms.Padding(0, 0, 3, 0);
     this._startActionHeaderLabel.Name     = "_startActionHeaderLabel";
     this._startActionHeaderLabel.Size     = new System.Drawing.Size(124, 13);
     this._startActionHeaderLabel.TabIndex = 0;
     this._startActionHeaderLabel.Text     = "_startActionHeaderLabel";
     //
     // nodeHeaderTableLayoutPanel
     //
     nodeHeaderTableLayoutPanel.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     nodeHeaderTableLayoutPanel.AutoSize    = true;
     nodeHeaderTableLayoutPanel.ColumnCount = 2;
     this.overallPanel.SetColumnSpan(nodeHeaderTableLayoutPanel, 3);
     nodeHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     nodeHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     nodeHeaderTableLayoutPanel.Controls.Add(this.nodeHeaderLabelLine, 1, 0);
     nodeHeaderTableLayoutPanel.Controls.Add(this._nodeHeaderLabel, 0, 0);
     nodeHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 274);
     nodeHeaderTableLayoutPanel.Margin   = new System.Windows.Forms.Padding(0, 9, 0, 6);
     nodeHeaderTableLayoutPanel.Name     = "nodeHeaderTableLayoutPanel";
     nodeHeaderTableLayoutPanel.RowCount = 1;
     nodeHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     nodeHeaderTableLayoutPanel.Size     = new System.Drawing.Size(493, 13);
     nodeHeaderTableLayoutPanel.TabIndex = 0;
     //
     // nodeHeaderLabelLine
     //
     this.nodeHeaderLabelLine.AccessibleRole = System.Windows.Forms.AccessibleRole.Separator;
     this.nodeHeaderLabelLine.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.nodeHeaderLabelLine.BackColor      = System.Drawing.SystemColors.ControlDark;
     this.nodeHeaderLabelLine.Location       = new System.Drawing.Point(104, 6);
     this.nodeHeaderLabelLine.Name           = "nodeHeaderLabelLine";
     this.nodeHeaderLabelLine.Size           = new System.Drawing.Size(386, 1);
     this.nodeHeaderLabelLine.TabIndex       = 16;
     //
     // _nodeHeaderLabel
     //
     this._nodeHeaderLabel.AutoSize = true;
     this._nodeHeaderLabel.Location = new System.Drawing.Point(0, 0);
     this._nodeHeaderLabel.Margin   = new System.Windows.Forms.Padding(0, 0, 3, 0);
     this._nodeHeaderLabel.Name     = "_nodeHeaderLabel";
     this._nodeHeaderLabel.Size     = new System.Drawing.Size(98, 13);
     this._nodeHeaderLabel.TabIndex = 16;
     this._nodeHeaderLabel.Text     = "_nodeHeaderLabel";
     //
     // _nodeArgumentsLabel
     //
     this._nodeArgumentsLabel.AutoSize = true;
     this._nodeArgumentsLabel.Location = new System.Drawing.Point(3, 348);
     this._nodeArgumentsLabel.Margin   = new System.Windows.Forms.Padding(3);
     this._nodeArgumentsLabel.Name     = "_nodeArgumentsLabel";
     this._nodeArgumentsLabel.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._nodeArgumentsLabel.Size     = new System.Drawing.Size(97, 13);
     this._nodeArgumentsLabel.TabIndex = 19;
     this._nodeArgumentsLabel.Text     = "_nodeArguments";
     //
     // _scriptLabel
     //
     this._scriptLabel.AutoSize = true;
     this._scriptLabel.Location = new System.Drawing.Point(3, 22);
     this._scriptLabel.Margin   = new System.Windows.Forms.Padding(3);
     this._scriptLabel.Name     = "_scriptLabel";
     this._scriptLabel.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._scriptLabel.Size     = new System.Drawing.Size(74, 13);
     this._scriptLabel.TabIndex = 2;
     this._scriptLabel.Text     = "_scriptLabel";
     //
     // _scriptArgsLabel
     //
     this._scriptArgsLabel.AutoSize = true;
     this._scriptArgsLabel.Location = new System.Drawing.Point(3, 48);
     this._scriptArgsLabel.Margin   = new System.Windows.Forms.Padding(3);
     this._scriptArgsLabel.Name     = "_scriptArgsLabel";
     this._scriptArgsLabel.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._scriptArgsLabel.Size     = new System.Drawing.Size(95, 13);
     this._scriptArgsLabel.TabIndex = 4;
     this._scriptArgsLabel.Text     = "_scriptArgsLabel";
     //
     // _workingDirLabel
     //
     this._workingDirLabel.AutoSize = true;
     this._workingDirLabel.Location = new System.Drawing.Point(3, 74);
     this._workingDirLabel.Margin   = new System.Windows.Forms.Padding(3);
     this._workingDirLabel.Name     = "_workingDirLabel";
     this._workingDirLabel.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._workingDirLabel.Size     = new System.Drawing.Size(99, 13);
     this._workingDirLabel.TabIndex = 6;
     this._workingDirLabel.Text     = "_workingDirLabel";
     //
     // _launchUrlLabel
     //
     this._launchUrlLabel.AutoSize = true;
     this._launchUrlLabel.Location = new System.Drawing.Point(3, 103);
     this._launchUrlLabel.Margin   = new System.Windows.Forms.Padding(3);
     this._launchUrlLabel.Name     = "_launchUrlLabel";
     this._launchUrlLabel.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._launchUrlLabel.Size     = new System.Drawing.Size(94, 13);
     this._launchUrlLabel.TabIndex = 9;
     this._launchUrlLabel.Text     = "_launchUrlLabel";
     //
     // _nodePortLabel
     //
     this._nodePortLabel.AutoSize = true;
     this._nodePortLabel.Location = new System.Drawing.Point(3, 129);
     this._nodePortLabel.Margin   = new System.Windows.Forms.Padding(3);
     this._nodePortLabel.Name     = "_nodePortLabel";
     this._nodePortLabel.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._nodePortLabel.Size     = new System.Drawing.Size(92, 13);
     this._nodePortLabel.TabIndex = 11;
     this._nodePortLabel.Text     = "_nodePortLabel";
     //
     // _debuggerPortLabel
     //
     this._debuggerPortLabel.AutoSize = true;
     this._debuggerPortLabel.Location = new System.Drawing.Point(3, 374);
     this._debuggerPortLabel.Margin   = new System.Windows.Forms.Padding(3);
     this._debuggerPortLabel.Name     = "_debuggerPortLabel";
     this._debuggerPortLabel.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._debuggerPortLabel.Size     = new System.Drawing.Size(113, 13);
     this._debuggerPortLabel.TabIndex = 20;
     this._debuggerPortLabel.Text     = "_debuggerPortLabel";
     //
     // _envVarsLabel
     //
     this._envVarsLabel.AutoSize = true;
     this._envVarsLabel.Location = new System.Drawing.Point(3, 155);
     this._envVarsLabel.Margin   = new System.Windows.Forms.Padding(3);
     this._envVarsLabel.Name     = "_envVarsLabel";
     this._envVarsLabel.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._envVarsLabel.Size     = new System.Drawing.Size(88, 13);
     this._envVarsLabel.TabIndex = 13;
     this._envVarsLabel.Text     = "_envVarsLabel";
     //
     // overallPanel
     //
     this.overallPanel.AutoSize    = true;
     this.overallPanel.ColumnCount = 3;
     this.overallPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.overallPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.overallPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.overallPanel.Controls.Add(startActionTableLayoutPanel, 0, 0);
     this.overallPanel.Controls.Add(this._scriptLabel, 0, 1);
     this.overallPanel.Controls.Add(this._scriptFile, 1, 1);
     this.overallPanel.Controls.Add(this._scriptArgsLabel, 0, 2);
     this.overallPanel.Controls.Add(this._scriptArguments, 1, 2);
     this.overallPanel.Controls.Add(this._workingDirLabel, 0, 3);
     this.overallPanel.Controls.Add(this._workingDir, 1, 3);
     this.overallPanel.Controls.Add(this._browseDirectory, 2, 3);
     this.overallPanel.Controls.Add(this._launchUrlLabel, 0, 4);
     this.overallPanel.Controls.Add(this._launchUrl, 1, 4);
     this.overallPanel.Controls.Add(this._nodePortLabel, 0, 5);
     this.overallPanel.Controls.Add(this._nodejsPort, 1, 5);
     this.overallPanel.Controls.Add(this._envVarsLabel, 0, 6);
     this.overallPanel.Controls.Add(this._envVars, 1, 6);
     this.overallPanel.Controls.Add(this._startBrowserCheckBox, 0, 7);
     this.overallPanel.Controls.Add(nodeHeaderTableLayoutPanel, 0, 8);
     this.overallPanel.Controls.Add(this._saveInProjectFileCheckBox, 0, 9);
     this.overallPanel.Controls.Add(this._nodeExePathLabel, 0, 10);
     this.overallPanel.Controls.Add(this._nodeExePath, 1, 10);
     this.overallPanel.Controls.Add(this._browsePath, 2, 10);
     this.overallPanel.Controls.Add(this._nodeArgumentsLabel, 0, 11);
     this.overallPanel.Controls.Add(this._nodeExeArguments, 1, 11);
     this.overallPanel.Controls.Add(this._debuggerPortLabel, 0, 12);
     this.overallPanel.Controls.Add(this._debuggerPort, 1, 12);
     this.overallPanel.Controls.Add(this.testHeaderTableLayoutPanel, 0, 13);
     this.overallPanel.Controls.Add(this._testFrameworkLabel, 0, 14);
     this.overallPanel.Controls.Add(this._frameworkSelector, 1, 14);
     this.overallPanel.Controls.Add(this._testRootLabel, 0, 15);
     this.overallPanel.Controls.Add(this._testRoot, 1, 15);
     this.overallPanel.Controls.Add(this._browseTestroot, 2, 15);
     this.overallPanel.Location = new System.Drawing.Point(0, 0);
     this.overallPanel.Margin   = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.overallPanel.Name     = "overallPanel";
     this.overallPanel.RowCount = 17;
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.overallPanel.Size     = new System.Drawing.Size(493, 481);
     this.overallPanel.TabIndex = 0;
     //
     // _scriptFile
     //
     this._scriptFile.Location     = new System.Drawing.Point(181, 22);
     this._scriptFile.Name         = "_scriptFile";
     this._scriptFile.Size         = new System.Drawing.Size(228, 20);
     this._scriptFile.TabIndex     = 3;
     this._scriptFile.TextChanged += new System.EventHandler(this.Changed);
     //
     // _scriptArguments
     //
     this._scriptArguments.Location     = new System.Drawing.Point(181, 48);
     this._scriptArguments.Name         = "_scriptArguments";
     this._scriptArguments.Size         = new System.Drawing.Size(228, 20);
     this._scriptArguments.TabIndex     = 5;
     this._scriptArguments.TextChanged += new System.EventHandler(this.Changed);
     //
     // _workingDir
     //
     this._workingDir.Location   = new System.Drawing.Point(181, 74);
     this._workingDir.Name       = "_workingDir";
     this._workingDir.Size       = new System.Drawing.Size(228, 20);
     this._workingDir.TabIndex   = 7;
     this._workingDir.LostFocus += new System.EventHandler(this.WorkingDirChanged);
     //
     // _browseDirectory
     //
     this._browseDirectory.AutoSize = true;
     this._browseDirectory.Location = new System.Drawing.Point(415, 74);
     this._browseDirectory.Name     = "_browseDirectory";
     this._browseDirectory.Size     = new System.Drawing.Size(26, 23);
     this._browseDirectory.TabIndex = 8;
     this._browseDirectory.Text     = "...";
     this._browseDirectory.UseVisualStyleBackColor = true;
     this._browseDirectory.Click += new System.EventHandler(this.BrowseDirectoryClick);
     //
     // _launchUrl
     //
     this._launchUrl.Location     = new System.Drawing.Point(181, 103);
     this._launchUrl.Name         = "_launchUrl";
     this._launchUrl.Size         = new System.Drawing.Size(228, 20);
     this._launchUrl.TabIndex     = 10;
     this._launchUrl.TextChanged += new System.EventHandler(this.Changed);
     //
     // _nodejsPort
     //
     this._nodejsPort.Location   = new System.Drawing.Point(181, 129);
     this._nodejsPort.Name       = "_nodejsPort";
     this._nodejsPort.Size       = new System.Drawing.Size(105, 20);
     this._nodejsPort.TabIndex   = 12;
     this._nodejsPort.LostFocus += new System.EventHandler(this.PortChanged);
     //
     // _envVars
     //
     this._envVars.Location     = new System.Drawing.Point(181, 155);
     this._envVars.Multiline    = true;
     this._envVars.Name         = "_envVars";
     this._envVars.ScrollBars   = System.Windows.Forms.ScrollBars.Both;
     this._envVars.Size         = new System.Drawing.Size(228, 84);
     this._envVars.TabIndex     = 14;
     this._envVars.TextChanged += new System.EventHandler(this.Changed);
     //
     // _startBrowserCheckBox
     //
     this._startBrowserCheckBox.AutoSize = true;
     this.overallPanel.SetColumnSpan(this._startBrowserCheckBox, 3);
     this._startBrowserCheckBox.Location = new System.Drawing.Point(3, 245);
     this._startBrowserCheckBox.Name     = "_startBrowserCheckBox";
     this._startBrowserCheckBox.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._startBrowserCheckBox.Size     = new System.Drawing.Size(149, 17);
     this._startBrowserCheckBox.TabIndex = 15;
     this._startBrowserCheckBox.Text     = "_startBrowserCheckBox";
     this._startBrowserCheckBox.UseVisualStyleBackColor = true;
     this._startBrowserCheckBox.CheckedChanged         += new System.EventHandler(this.Changed);
     //
     // _saveInProjectFileCheckBox
     //
     this._saveInProjectFileCheckBox.AutoSize = true;
     this._saveInProjectFileCheckBox.Location = new System.Drawing.Point(3, 296);
     this._saveInProjectFileCheckBox.Name     = "_saveInProjectFileCheckBox";
     this._saveInProjectFileCheckBox.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._saveInProjectFileCheckBox.Size     = new System.Drawing.Size(172, 17);
     this._saveInProjectFileCheckBox.TabIndex = 16;
     this._saveInProjectFileCheckBox.Text     = "_saveInProjectFileCheckBox";
     this._saveInProjectFileCheckBox.UseVisualStyleBackColor = true;
     this._saveInProjectFileCheckBox.CheckedChanged         += new System.EventHandler(this.Changed);
     //
     // _nodeExePathLabel
     //
     this._nodeExePathLabel.AutoSize = true;
     this._nodeExePathLabel.Location = new System.Drawing.Point(3, 319);
     this._nodeExePathLabel.Margin   = new System.Windows.Forms.Padding(3);
     this._nodeExePathLabel.Name     = "_nodeExePathLabel";
     this._nodeExePathLabel.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._nodeExePathLabel.Size     = new System.Drawing.Size(113, 13);
     this._nodeExePathLabel.TabIndex = 17;
     this._nodeExePathLabel.Text     = "_nodeExePathLabel";
     //
     // _nodeExePath
     //
     this._nodeExePath.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this._nodeExePath.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
     this._nodeExePath.Location           = new System.Drawing.Point(181, 319);
     this._nodeExePath.Name       = "_nodeExePath";
     this._nodeExePath.Size       = new System.Drawing.Size(228, 20);
     this._nodeExePath.TabIndex   = 17;
     this._nodeExePath.LostFocus += new System.EventHandler(this.NodeExePathChanged);
     //
     // _browsePath
     //
     this._browsePath.AutoSize = true;
     this._browsePath.Location = new System.Drawing.Point(415, 319);
     this._browsePath.Name     = "_browsePath";
     this._browsePath.Size     = new System.Drawing.Size(26, 23);
     this._browsePath.TabIndex = 18;
     this._browsePath.Text     = "...";
     this._browsePath.UseVisualStyleBackColor = true;
     this._browsePath.Click += new System.EventHandler(this.BrowsePathClick);
     //
     // _nodeExeArguments
     //
     this._nodeExeArguments.Location     = new System.Drawing.Point(181, 348);
     this._nodeExeArguments.Name         = "_nodeExeArguments";
     this._nodeExeArguments.Size         = new System.Drawing.Size(228, 20);
     this._nodeExeArguments.TabIndex     = 19;
     this._nodeExeArguments.TextChanged += new System.EventHandler(this.Changed);
     //
     // _debuggerPort
     //
     this._debuggerPort.Location   = new System.Drawing.Point(181, 374);
     this._debuggerPort.Name       = "_debuggerPort";
     this._debuggerPort.Size       = new System.Drawing.Size(105, 20);
     this._debuggerPort.TabIndex   = 21;
     this._debuggerPort.LostFocus += new System.EventHandler(this.PortChanged);
     //
     // testHeaderTableLayoutPanel
     //
     this.testHeaderTableLayoutPanel.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.testHeaderTableLayoutPanel.AutoSize    = true;
     this.testHeaderTableLayoutPanel.ColumnCount = 2;
     this.overallPanel.SetColumnSpan(this.testHeaderTableLayoutPanel, 3);
     this.testHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.testHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.testHeaderTableLayoutPanel.Controls.Add(this._TestHeaderLabel, 0, 0);
     this.testHeaderTableLayoutPanel.Controls.Add(this.testHeaderLabelLine, 1, 0);
     this.testHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 406);
     this.testHeaderTableLayoutPanel.Margin   = new System.Windows.Forms.Padding(0, 9, 0, 6);
     this.testHeaderTableLayoutPanel.Name     = "testHeaderTableLayoutPanel";
     this.testHeaderTableLayoutPanel.RowCount = 1;
     this.testHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.testHeaderTableLayoutPanel.Size     = new System.Drawing.Size(493, 13);
     this.testHeaderTableLayoutPanel.TabIndex = 22;
     //
     // _TestHeaderLabel
     //
     this._TestHeaderLabel.AutoSize = true;
     this._TestHeaderLabel.Location = new System.Drawing.Point(3, 0);
     this._TestHeaderLabel.Name     = "_TestHeaderLabel";
     this._TestHeaderLabel.Size     = new System.Drawing.Size(95, 13);
     this._TestHeaderLabel.TabIndex = 0;
     this._TestHeaderLabel.Text     = "_TestHeaderLabel";
     //
     // testHeaderLabelLine
     //
     this.testHeaderLabelLine.AccessibleRole = System.Windows.Forms.AccessibleRole.Separator;
     this.testHeaderLabelLine.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.testHeaderLabelLine.BackColor      = System.Drawing.SystemColors.ControlDark;
     this.testHeaderLabelLine.Location       = new System.Drawing.Point(104, 6);
     this.testHeaderLabelLine.Name           = "testHeaderLabelLine";
     this.testHeaderLabelLine.Size           = new System.Drawing.Size(386, 1);
     this.testHeaderLabelLine.TabIndex       = 1;
     //
     // _testFrameworkLabel
     //
     this._testFrameworkLabel.AutoSize = true;
     this._testFrameworkLabel.Location = new System.Drawing.Point(3, 398);
     this._testFrameworkLabel.Margin   = new System.Windows.Forms.Padding(3);
     this._testFrameworkLabel.Name     = "_testFrameworkLabel";
     this._testFrameworkLabel.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._testFrameworkLabel.Size     = new System.Drawing.Size(118, 13);
     this._testFrameworkLabel.TabIndex = 23;
     this._testFrameworkLabel.Text     = "_testFrameworkLabel";
     //
     // _frameworkSelector
     //
     this._frameworkSelector.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this._frameworkSelector.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this._frameworkSelector.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._frameworkSelector.FormattingEnabled  = true;
     this._frameworkSelector.Location           = new System.Drawing.Point(181, 398);
     this._frameworkSelector.Name                  = "_frameworkSelector";
     this._frameworkSelector.Size                  = new System.Drawing.Size(196, 21);
     this._frameworkSelector.Sorted                = true;
     this._frameworkSelector.TabIndex              = 24;
     this._frameworkSelector.SelectedIndexChanged += new System.EventHandler(this.Changed);
     //
     // _testRootLabel
     //
     this._testRootLabel.AutoSize = true;
     this._testRootLabel.Location = new System.Drawing.Point(3, 428);
     this._testRootLabel.Margin   = new System.Windows.Forms.Padding(3);
     this._testRootLabel.Name     = "_testRootLabel";
     this._testRootLabel.Padding  = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this._testRootLabel.Size     = new System.Drawing.Size(89, 13);
     this._testRootLabel.TabIndex = 26;
     this._testRootLabel.Text     = "_testRootLabel";
     //
     // _testRoot
     //
     this._testRoot.Location = new System.Drawing.Point(181, 428);
     this._testRoot.Name     = "_testRoot";
     this._testRoot.Size     = new System.Drawing.Size(228, 20);
     this._testRoot.TabIndex = 27;
     //
     // _browseTestroot
     //
     this._browseTestroot.AutoSize = true;
     this._browseTestroot.Location = new System.Drawing.Point(415, 428);
     this._browseTestroot.Name     = "_browseTestroot";
     this._browseTestroot.Size     = new System.Drawing.Size(26, 23);
     this._browseTestroot.TabIndex = 28;
     this._browseTestroot.Text     = "...";
     this._browseTestroot.UseVisualStyleBackColor = true;
     this._browseTestroot.Click += new System.EventHandler(this.BrowseTestRootClick);
     //
     // NodejsGeneralPropertyPageControl
     //
     this.AutoSize = true;
     this.Controls.Add(this.overallPanel);
     this.Name = "NodejsGeneralPropertyPageControl";
     this.Size = new System.Drawing.Size(493, 481);
     startActionTableLayoutPanel.ResumeLayout(false);
     startActionTableLayoutPanel.PerformLayout();
     nodeHeaderTableLayoutPanel.ResumeLayout(false);
     nodeHeaderTableLayoutPanel.PerformLayout();
     this.overallPanel.ResumeLayout(false);
     this.overallPanel.PerformLayout();
     this.testHeaderTableLayoutPanel.ResumeLayout(false);
     this.testHeaderTableLayoutPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label lblGameName2;
            System.Windows.Forms.Label lblMap2;
            System.Windows.Forms.Label lblGamePort2;
            System.Windows.Forms.Label lblServerAddress2;
            System.Windows.Forms.Label lblPlayers2;
            System.Windows.Forms.Label lblClients2;
            System.Windows.Forms.ToolStripMenuItem mnuTools;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.mnuMain = new System.Windows.Forms.MenuStrip();
            this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuFileChangeServer = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuFileExit = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuToolsLaunchWarcraft = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
            this.lblGameName = new System.Windows.Forms.Label();
            this.lblMap = new System.Windows.Forms.Label();
            this.lblGamePort = new System.Windows.Forms.Label();
            this.lblServerAddress = new System.Windows.Forms.Label();
            this.lblPlayers = new System.Windows.Forms.Label();
            this.lblClientCount = new System.Windows.Forms.Label();
            this.mIcon = new System.Windows.Forms.NotifyIcon(this.components);
            this.mIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mnuIconExit = new System.Windows.Forms.ToolStripMenuItem();
            lblGameName2 = new System.Windows.Forms.Label();
            lblMap2 = new System.Windows.Forms.Label();
            lblGamePort2 = new System.Windows.Forms.Label();
            lblServerAddress2 = new System.Windows.Forms.Label();
            lblPlayers2 = new System.Windows.Forms.Label();
            lblClients2 = new System.Windows.Forms.Label();
            mnuTools = new System.Windows.Forms.ToolStripMenuItem();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.mnuMain.SuspendLayout();
            tableLayoutPanel1.SuspendLayout();
            this.mIconMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblGameName2
            // 
            lblGameName2.AutoSize = true;
            lblGameName2.Location = new System.Drawing.Point(3, 28);
            lblGameName2.Name = "lblGameName2";
            lblGameName2.Size = new System.Drawing.Size(67, 13);
            lblGameName2.TabIndex = 3;
            lblGameName2.Text = "Game name:";
            // 
            // lblMap2
            // 
            lblMap2.AutoSize = true;
            lblMap2.Location = new System.Drawing.Point(3, 48);
            lblMap2.Name = "lblMap2";
            lblMap2.Size = new System.Drawing.Size(31, 13);
            lblMap2.TabIndex = 5;
            lblMap2.Text = "Map:";
            // 
            // lblGamePort2
            // 
            lblGamePort2.AutoSize = true;
            lblGamePort2.Location = new System.Drawing.Point(3, 68);
            lblGamePort2.Name = "lblGamePort2";
            lblGamePort2.Size = new System.Drawing.Size(59, 13);
            lblGamePort2.TabIndex = 7;
            lblGamePort2.Text = "Game port:";
            // 
            // lblServerAddress2
            // 
            lblServerAddress2.AutoSize = true;
            lblServerAddress2.Location = new System.Drawing.Point(3, 8);
            lblServerAddress2.Name = "lblServerAddress2";
            lblServerAddress2.Size = new System.Drawing.Size(81, 13);
            lblServerAddress2.TabIndex = 2;
            lblServerAddress2.Text = "Server address:";
            // 
            // lblPlayers2
            // 
            lblPlayers2.AutoSize = true;
            lblPlayers2.Location = new System.Drawing.Point(3, 88);
            lblPlayers2.Name = "lblPlayers2";
            lblPlayers2.Size = new System.Drawing.Size(44, 13);
            lblPlayers2.TabIndex = 9;
            lblPlayers2.Text = "Players:";
            // 
            // lblClients2
            // 
            lblClients2.AutoSize = true;
            lblClients2.Location = new System.Drawing.Point(3, 108);
            lblClients2.Name = "lblClients2";
            lblClients2.Size = new System.Drawing.Size(41, 13);
            lblClients2.TabIndex = 11;
            lblClients2.Text = "Clients:";
            // 
            // mnuMain
            // 
            this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuFile,
            mnuTools,
            this.mnuHelp});
            this.mnuMain.Location = new System.Drawing.Point(0, 0);
            this.mnuMain.Name = "mnuMain";
            this.mnuMain.Size = new System.Drawing.Size(343, 24);
            this.mnuMain.TabIndex = 0;
            // 
            // mnuFile
            // 
            this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuFileChangeServer,
            this.mnuFileExit});
            this.mnuFile.Name = "mnuFile";
            this.mnuFile.Size = new System.Drawing.Size(35, 20);
            this.mnuFile.Text = "&File";
            // 
            // mnuFileChangeServer
            // 
            this.mnuFileChangeServer.Name = "mnuFileChangeServer";
            this.mnuFileChangeServer.Size = new System.Drawing.Size(156, 22);
            this.mnuFileChangeServer.Text = "Change server";
            this.mnuFileChangeServer.Click += new System.EventHandler(this.mnuChangeServer_Click);
            // 
            // mnuFileExit
            // 
            this.mnuFileExit.Name = "mnuFileExit";
            this.mnuFileExit.Size = new System.Drawing.Size(156, 22);
            this.mnuFileExit.Text = "E&xit";
            this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click);
            // 
            // mnuTools
            // 
            mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuToolsLaunchWarcraft});
            mnuTools.Name = "mnuTools";
            mnuTools.Size = new System.Drawing.Size(44, 20);
            mnuTools.Text = "Tools";
            // 
            // mnuToolsLaunchWarcraft
            // 
            this.mnuToolsLaunchWarcraft.Name = "mnuToolsLaunchWarcraft";
            this.mnuToolsLaunchWarcraft.Size = new System.Drawing.Size(180, 22);
            this.mnuToolsLaunchWarcraft.Text = "Launch Warcraft III";
            this.mnuToolsLaunchWarcraft.Click += new System.EventHandler(this.mnuLaunchWarcraft_Click);
            // 
            // mnuHelp
            // 
            this.mnuHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuHelpAbout});
            this.mnuHelp.Name = "mnuHelp";
            this.mnuHelp.Size = new System.Drawing.Size(40, 20);
            this.mnuHelp.Text = "&Help";
            // 
            // mnuHelpAbout
            // 
            this.mnuHelpAbout.Name = "mnuHelpAbout";
            this.mnuHelpAbout.Size = new System.Drawing.Size(152, 22);
            this.mnuHelpAbout.Text = "&About";
            this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click);
            // 
            // lblGameName
            // 
            this.lblGameName.AutoEllipsis = true;
            this.lblGameName.AutoSize = true;
            this.lblGameName.Location = new System.Drawing.Point(123, 28);
            this.lblGameName.Name = "lblGameName";
            this.lblGameName.Size = new System.Drawing.Size(69, 13);
            this.lblGameName.TabIndex = 4;
            this.lblGameName.Text = "(None found)";
            // 
            // lblMap
            // 
            this.lblMap.AutoEllipsis = true;
            this.lblMap.AutoSize = true;
            this.lblMap.Location = new System.Drawing.Point(123, 48);
            this.lblMap.Name = "lblMap";
            this.lblMap.Size = new System.Drawing.Size(33, 13);
            this.lblMap.TabIndex = 6;
            this.lblMap.Text = "(N/A)";
            // 
            // lblGamePort
            // 
            this.lblGamePort.AutoEllipsis = true;
            this.lblGamePort.AutoSize = true;
            this.lblGamePort.Location = new System.Drawing.Point(123, 68);
            this.lblGamePort.Name = "lblGamePort";
            this.lblGamePort.Size = new System.Drawing.Size(33, 13);
            this.lblGamePort.TabIndex = 8;
            this.lblGamePort.Text = "(N/A)";
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 2;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.Controls.Add(lblClients2, 0, 6);
            tableLayoutPanel1.Controls.Add(lblPlayers2, 0, 5);
            tableLayoutPanel1.Controls.Add(lblServerAddress2, 0, 1);
            tableLayoutPanel1.Controls.Add(this.lblGamePort, 1, 4);
            tableLayoutPanel1.Controls.Add(this.lblServerAddress, 1, 1);
            tableLayoutPanel1.Controls.Add(lblGamePort2, 0, 4);
            tableLayoutPanel1.Controls.Add(lblGameName2, 0, 2);
            tableLayoutPanel1.Controls.Add(this.lblMap, 1, 3);
            tableLayoutPanel1.Controls.Add(this.lblGameName, 1, 2);
            tableLayoutPanel1.Controls.Add(lblMap2, 0, 3);
            tableLayoutPanel1.Controls.Add(this.lblPlayers, 1, 5);
            tableLayoutPanel1.Controls.Add(this.lblClientCount, 1, 6);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 7;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel1.Size = new System.Drawing.Size(343, 135);
            tableLayoutPanel1.TabIndex = 9;
            // 
            // lblServerAddress
            // 
            this.lblServerAddress.AutoEllipsis = true;
            this.lblServerAddress.AutoSize = true;
            this.lblServerAddress.Location = new System.Drawing.Point(123, 8);
            this.lblServerAddress.Name = "lblServerAddress";
            this.lblServerAddress.Size = new System.Drawing.Size(47, 13);
            this.lblServerAddress.TabIndex = 4;
            this.lblServerAddress.Text = "(Not set)";
            // 
            // lblPlayers
            // 
            this.lblPlayers.AutoEllipsis = true;
            this.lblPlayers.AutoSize = true;
            this.lblPlayers.Location = new System.Drawing.Point(123, 88);
            this.lblPlayers.Name = "lblPlayers";
            this.lblPlayers.Size = new System.Drawing.Size(33, 13);
            this.lblPlayers.TabIndex = 10;
            this.lblPlayers.Text = "(N/A)";
            // 
            // lblClientCount
            // 
            this.lblClientCount.AutoEllipsis = true;
            this.lblClientCount.AutoSize = true;
            this.lblClientCount.Location = new System.Drawing.Point(123, 108);
            this.lblClientCount.Name = "lblClientCount";
            this.lblClientCount.Size = new System.Drawing.Size(13, 13);
            this.lblClientCount.TabIndex = 12;
            this.lblClientCount.Text = "0";
            // 
            // mIcon
            // 
            this.mIcon.ContextMenuStrip = this.mIconMenu;
            this.mIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("mIcon.Icon")));
            this.mIcon.Text = "WC3 Proxy";
            this.mIcon.Visible = true;
            this.mIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.mIcon_MouseDoubleClick);
            // 
            // mIconMenu
            // 
            this.mIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuIconExit});
            this.mIconMenu.Name = "mIconMenu";
            this.mIconMenu.ShowImageMargin = false;
            this.mIconMenu.Size = new System.Drawing.Size(79, 26);
            // 
            // mnuIconExit
            // 
            this.mnuIconExit.Name = "mnuIconExit";
            this.mnuIconExit.Size = new System.Drawing.Size(78, 22);
            this.mnuIconExit.Text = "Exit";
            this.mnuIconExit.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(343, 159);
            this.Controls.Add(tableLayoutPanel1);
            this.Controls.Add(this.mnuMain);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.mnuMain;
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.Text = "Foole\'s WC3 Proxy";
            this.Shown += new System.EventHandler(this.MainForm_Shown);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Resize += new System.EventHandler(this.MainForm_Resize);
            this.mnuMain.ResumeLayout(false);
            this.mnuMain.PerformLayout();
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            this.mIconMenu.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 // TODO-Linux: AutoCompletion is not implemented in Mono
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Label label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PhraseSubstitutionsDlg));
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.Label                 label3;
     System.Windows.Forms.Label                 lblSuffix;
     System.Windows.Forms.Label                 label2;
     System.Windows.Forms.TableLayoutPanel      tableLayoutPanel2;
     System.Windows.Forms.Label                 label4;
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.m_numTimesToMatch    = new System.Windows.Forms.NumericUpDown();
     this.m_btnMatchSingleWord = new System.Windows.Forms.Button();
     this.m_txtMatchPrefix     = new System.Windows.Forms.TextBox();
     this.m_txtMatchSuffix     = new System.Windows.Forms.TextBox();
     this.m_cboMatchGroup      = new System.Windows.Forms.ComboBox();
     this.btnOk                    = new System.Windows.Forms.Button();
     this.btnCancel                = new System.Windows.Forms.Button();
     this.m_dataGridView           = new System.Windows.Forms.DataGridView();
     this.colMatch                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colReplacement           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colIsRegEx               = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colMatchCase             = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colPreviewResult         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_regexMatchHelper       = new System.Windows.Forms.Panel();
     this.m_grpPreview             = new System.Windows.Forms.GroupBox();
     this.m_cboPreviewQuestion     = new System.Windows.Forms.ComboBox();
     this.m_regexReplacementHelper = new System.Windows.Forms.Panel();
     this.toolTip1                 = new System.Windows.Forms.ToolTip(this.components);
     this.toolStripUpDownButtons   = new System.Windows.Forms.ToolStrip();
     this.btnUp                    = new System.Windows.Forms.ToolStripButton();
     this.btnDown                  = new System.Windows.Forms.ToolStripButton();
     label1            = new System.Windows.Forms.Label();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     label3            = new System.Windows.Forms.Label();
     lblSuffix         = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     label4            = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_numTimesToMatch)).BeginInit();
     tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dataGridView)).BeginInit();
     this.m_regexMatchHelper.SuspendLayout();
     this.m_grpPreview.SuspendLayout();
     this.m_regexReplacementHelper.SuspendLayout();
     this.toolStripUpDownButtons.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.Name = "label1";
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
     tableLayoutPanel1.Controls.Add(this.m_numTimesToMatch, 1, 3);
     tableLayoutPanel1.Controls.Add(this.m_btnMatchSingleWord, 0, 0);
     tableLayoutPanel1.Controls.Add(label3, 0, 3);
     tableLayoutPanel1.Controls.Add(this.m_txtMatchPrefix, 1, 1);
     tableLayoutPanel1.Controls.Add(this.m_txtMatchSuffix, 1, 2);
     tableLayoutPanel1.Controls.Add(lblSuffix, 0, 2);
     tableLayoutPanel1.Controls.Add(label2, 0, 1);
     tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // m_numTimesToMatch
     //
     resources.ApplyResources(this.m_numTimesToMatch, "m_numTimesToMatch");
     this.m_numTimesToMatch.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_numTimesToMatch.Name  = "m_numTimesToMatch";
     this.m_numTimesToMatch.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_numTimesToMatch.ValueChanged += new System.EventHandler(this.m_numTimesToMatch_ValueChanged);
     //
     // m_btnMatchSingleWord
     //
     tableLayoutPanel1.SetColumnSpan(this.m_btnMatchSingleWord, 2);
     resources.ApplyResources(this.m_btnMatchSingleWord, "m_btnMatchSingleWord");
     this.m_btnMatchSingleWord.Name = "m_btnMatchSingleWord";
     this.m_btnMatchSingleWord.UseVisualStyleBackColor = true;
     this.m_btnMatchSingleWord.Click += new System.EventHandler(this.m_btnMatchSingleWord_Click);
     //
     // label3
     //
     resources.ApplyResources(label3, "label3");
     label3.Name = "label3";
     //
     // m_txtMatchPrefix
     //
     resources.ApplyResources(this.m_txtMatchPrefix, "m_txtMatchPrefix");
     this.m_txtMatchPrefix.Name         = "m_txtMatchPrefix";
     this.m_txtMatchPrefix.TextChanged += new System.EventHandler(this.SuffixOrPrefixChanged);
     //
     // m_txtMatchSuffix
     //
     this.m_txtMatchSuffix.AcceptsTab = true;
     resources.ApplyResources(this.m_txtMatchSuffix, "m_txtMatchSuffix");
     this.m_txtMatchSuffix.Name         = "m_txtMatchSuffix";
     this.m_txtMatchSuffix.TextChanged += new System.EventHandler(this.SuffixOrPrefixChanged);
     //
     // lblSuffix
     //
     resources.ApplyResources(lblSuffix, "lblSuffix");
     lblSuffix.Name = "lblSuffix";
     //
     // label2
     //
     resources.ApplyResources(label2, "label2");
     label2.Name = "label2";
     //
     // tableLayoutPanel2
     //
     resources.ApplyResources(tableLayoutPanel2, "tableLayoutPanel2");
     tableLayoutPanel2.Controls.Add(label4, 0, 0);
     tableLayoutPanel2.Controls.Add(this.m_cboMatchGroup, 1, 0);
     tableLayoutPanel2.Name = "tableLayoutPanel2";
     //
     // label4
     //
     resources.ApplyResources(label4, "label4");
     label4.Name = "label4";
     //
     // m_cboMatchGroup
     //
     this.m_cboMatchGroup.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboMatchGroup.FormattingEnabled = true;
     this.m_cboMatchGroup.Items.AddRange(new object[] {
         resources.GetString("m_cboMatchGroup.Items")
     });
     resources.ApplyResources(this.m_cboMatchGroup, "m_cboMatchGroup");
     this.m_cboMatchGroup.Name = "m_cboMatchGroup";
     this.m_cboMatchGroup.SelectedIndexChanged += new System.EventHandler(this.m_cboMatchGroup_SelectedIndexChanged);
     //
     // btnOk
     //
     resources.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOk.Name                    = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // m_dataGridView
     //
     resources.ApplyResources(this.m_dataGridView, "m_dataGridView");
     this.m_dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colMatch,
         this.colReplacement,
         this.colIsRegEx,
         this.colMatchCase,
         this.colPreviewResult
     });
     this.m_dataGridView.Name                   = "m_dataGridView";
     this.m_dataGridView.CellValueChanged      += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dataGridView_CellValueChanged);
     this.m_dataGridView.RowEnter              += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dataGridView_RowEnter);
     this.m_dataGridView.CellEndEdit           += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dataGridView_CellEndEdit);
     this.m_dataGridView.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.m_dataGridView_EditingControlShowing);
     //
     // colMatch
     //
     this.colMatch.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     resources.ApplyResources(this.colMatch, "colMatch");
     this.colMatch.Name     = "colMatch";
     this.colMatch.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // colReplacement
     //
     this.colReplacement.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     resources.ApplyResources(this.colReplacement, "colReplacement");
     this.colReplacement.Name     = "colReplacement";
     this.colReplacement.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // colIsRegEx
     //
     this.colIsRegEx.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.NullValue = false;
     this.colIsRegEx.DefaultCellStyle = dataGridViewCellStyle3;
     resources.ApplyResources(this.colIsRegEx, "colIsRegEx");
     this.colIsRegEx.Name = "colIsRegEx";
     //
     // colMatchCase
     //
     this.colMatchCase.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle4.Alignment   = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.NullValue   = false;
     this.colMatchCase.DefaultCellStyle = dataGridViewCellStyle4;
     resources.ApplyResources(this.colMatchCase, "colMatchCase");
     this.colMatchCase.Name = "colMatchCase";
     //
     // colPreviewResult
     //
     this.colPreviewResult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     resources.ApplyResources(this.colPreviewResult, "colPreviewResult");
     this.colPreviewResult.Name     = "colPreviewResult";
     this.colPreviewResult.ReadOnly = true;
     this.colPreviewResult.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // m_regexMatchHelper
     //
     this.m_regexMatchHelper.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     resources.ApplyResources(this.m_regexMatchHelper, "m_regexMatchHelper");
     this.m_regexMatchHelper.Controls.Add(tableLayoutPanel1);
     this.m_regexMatchHelper.Name = "m_regexMatchHelper";
     //
     // m_grpPreview
     //
     resources.ApplyResources(this.m_grpPreview, "m_grpPreview");
     this.m_grpPreview.Controls.Add(this.m_cboPreviewQuestion);
     this.m_grpPreview.Name    = "m_grpPreview";
     this.m_grpPreview.TabStop = false;
     //
     // m_cboPreviewQuestion
     //
     resources.ApplyResources(this.m_cboPreviewQuestion, "m_cboPreviewQuestion");
     this.m_cboPreviewQuestion.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.m_cboPreviewQuestion.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.m_cboPreviewQuestion.FormattingEnabled  = true;
     this.m_cboPreviewQuestion.Name         = "m_cboPreviewQuestion";
     this.m_cboPreviewQuestion.TextChanged += new System.EventHandler(this.UpdatePreview);
     //
     // m_regexReplacementHelper
     //
     this.m_regexReplacementHelper.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     resources.ApplyResources(this.m_regexReplacementHelper, "m_regexReplacementHelper");
     this.m_regexReplacementHelper.Controls.Add(tableLayoutPanel2);
     this.m_regexReplacementHelper.Name = "m_regexReplacementHelper";
     //
     // toolStripUpDownButtons
     //
     this.toolStripUpDownButtons.AllowMerge = false;
     resources.ApplyResources(this.toolStripUpDownButtons, "toolStripUpDownButtons");
     this.toolStripUpDownButtons.BackColor   = System.Drawing.Color.Transparent;
     this.toolStripUpDownButtons.CanOverflow = false;
     this.toolStripUpDownButtons.GripStyle   = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripUpDownButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnUp,
         this.btnDown
     });
     this.toolStripUpDownButtons.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
     this.toolStripUpDownButtons.Name        = "toolStripUpDownButtons";
     //
     // btnUp
     //
     this.btnUp.BackColor    = System.Drawing.Color.Transparent;
     this.btnUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnUp.Image        = global::SIL.Transcelerator.Properties.Resources.Arrow_Up_icon;
     resources.ApplyResources(this.btnUp, "btnUp");
     this.btnUp.Name   = "btnUp";
     this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
     //
     // btnDown
     //
     this.btnDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnDown.Image        = global::SIL.Transcelerator.Properties.Resources.Arrow_Down_icon;
     resources.ApplyResources(this.btnDown, "btnDown");
     this.btnDown.Name   = "btnDown";
     this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
     //
     // PhraseSubstitutionsDlg
     //
     this.AcceptButton = this.btnOk;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = this.btnCancel;
     this.Controls.Add(this.toolStripUpDownButtons);
     this.Controls.Add(this.m_regexReplacementHelper);
     this.Controls.Add(this.m_grpPreview);
     this.Controls.Add(this.m_regexMatchHelper);
     this.Controls.Add(this.m_dataGridView);
     this.Controls.Add(label1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "PhraseSubstitutionsDlg";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_numTimesToMatch)).EndInit();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dataGridView)).EndInit();
     this.m_regexMatchHelper.ResumeLayout(false);
     this.m_regexMatchHelper.PerformLayout();
     this.m_grpPreview.ResumeLayout(false);
     this.m_regexReplacementHelper.ResumeLayout(false);
     this.m_regexReplacementHelper.PerformLayout();
     this.toolStripUpDownButtons.ResumeLayout(false);
     this.toolStripUpDownButtons.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.Button buttonOK;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MySqlDataConnectionPromptDialog));
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Button buttonCancel;
            this.savePassword = new System.Windows.Forms.CheckBox();
            this.login = new System.Windows.Forms.TextBox();
            this.password = new System.Windows.Forms.TextBox();
            buttonOK = new System.Windows.Forms.Button();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            label1 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            buttonCancel = new System.Windows.Forms.Button();
            tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // buttonOK
            // 
            buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            resources.ApplyResources(buttonOK, "buttonOK");
            buttonOK.Name = "buttonOK";
            buttonOK.UseVisualStyleBackColor = true;
            buttonOK.Click += new System.EventHandler(this.OkClick);
            // 
            // tableLayoutPanel1
            // 
            resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
            tableLayoutPanel1.Controls.Add(label1, 0, 1);
            tableLayoutPanel1.Controls.Add(this.savePassword, 1, 2);
            tableLayoutPanel1.Controls.Add(label3, 0, 0);
            tableLayoutPanel1.Controls.Add(this.login, 1, 0);
            tableLayoutPanel1.Controls.Add(this.password, 1, 1);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            // 
            // label1
            // 
            resources.ApplyResources(label1, "label1");
            label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            label1.Name = "label1";
            // 
            // savePassword
            // 
            resources.ApplyResources(this.savePassword, "savePassword");
            this.savePassword.Name = "savePassword";
            // 
            // label3
            // 
            resources.ApplyResources(label3, "label3");
            label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
            label3.Name = "label3";
            // 
            // login
            // 
            resources.ApplyResources(this.login, "login");
            this.login.Name = "login";
            this.login.Tag = "User id";
            // 
            // password
            // 
            resources.ApplyResources(this.password, "password");
            this.password.Name = "password";
            this.password.Tag = "Password";
            this.password.UseSystemPasswordChar = true;
            // 
            // buttonCancel
            // 
            buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(buttonCancel, "buttonCancel");
            buttonCancel.Name = "buttonCancel";
            buttonCancel.UseVisualStyleBackColor = true;
            // 
            // MySqlDataConnectionPromptDialog
            // 
            this.AcceptButton = buttonOK;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = buttonCancel;
            this.Controls.Add(buttonCancel);
            this.Controls.Add(tableLayoutPanel1);
            this.Controls.Add(buttonOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "MySqlDataConnectionPromptDialog";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.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.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.Label                     label1;
     System.Windows.Forms.Label                     label2;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel2;
     System.Windows.Forms.Button                    CmdOK;
     System.Windows.Forms.Button                    CmdCancel;
     System.Windows.Forms.Label                     label3;
     System.Windows.Forms.Label                     label4;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DirectoryBatchParameterEditor));
     this.mDirectoryPath          = new System.Windows.Forms.TextBox();
     this.CmdBrowse               = new System.Windows.Forms.Button();
     this.mPreview                = new System.Windows.Forms.TextBox();
     this.mFileMask               = new System.Windows.Forms.ComboBox();
     this.mDisplayName            = new System.Windows.Forms.TextBox();
     this.SourceDirectorySelector = new System.Windows.Forms.FolderBrowserDialog();
     tableLayoutPanel1            = new System.Windows.Forms.TableLayoutPanel();
     label1            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     CmdOK             = new System.Windows.Forms.Button();
     CmdCancel         = new System.Windows.Forms.Button();
     label3            = new System.Windows.Forms.Label();
     label4            = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.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)));
     tableLayoutPanel1.AutoSize     = true;
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel1.ColumnCount  = 4;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     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(label1, 0, 1);
     tableLayoutPanel1.Controls.Add(this.mDirectoryPath, 1, 1);
     tableLayoutPanel1.Controls.Add(this.CmdBrowse, 3, 1);
     tableLayoutPanel1.Controls.Add(this.mPreview, 1, 3);
     tableLayoutPanel1.Controls.Add(label2, 0, 3);
     tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 2, 4);
     tableLayoutPanel1.Controls.Add(label3, 0, 2);
     tableLayoutPanel1.Controls.Add(this.mFileMask, 1, 2);
     tableLayoutPanel1.Controls.Add(this.mDisplayName, 1, 0);
     tableLayoutPanel1.Controls.Add(label4, 0, 0);
     tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 5;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(515, 351);
     tableLayoutPanel1.TabIndex = 1;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 32);
     label1.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(52, 13);
     label1.TabIndex = 2;
     label1.Text     = "Directory:";
     //
     // mDirectoryPath
     //
     tableLayoutPanel1.SetColumnSpan(this.mDirectoryPath, 2);
     this.mDirectoryPath.Dock         = System.Windows.Forms.DockStyle.Top;
     this.mDirectoryPath.Location     = new System.Drawing.Point(84, 29);
     this.mDirectoryPath.Name         = "mDirectoryPath";
     this.mDirectoryPath.Size         = new System.Drawing.Size(396, 20);
     this.mDirectoryPath.TabIndex     = 3;
     this.mDirectoryPath.TextChanged += new System.EventHandler(this.DirectoryPath_TextChanged);
     //
     // CmdBrowse
     //
     this.CmdBrowse.AutoSize                = true;
     this.CmdBrowse.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.CmdBrowse.Location                = new System.Drawing.Point(486, 29);
     this.CmdBrowse.Name                    = "CmdBrowse";
     this.CmdBrowse.Size                    = new System.Drawing.Size(26, 23);
     this.CmdBrowse.TabIndex                = 4;
     this.CmdBrowse.Text                    = "...";
     this.CmdBrowse.UseVisualStyleBackColor = true;
     this.CmdBrowse.Click                  += new System.EventHandler(this.CmdBrowse_Click);
     //
     // mPreview
     //
     tableLayoutPanel1.SetColumnSpan(this.mPreview, 3);
     this.mPreview.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.mPreview.Location   = new System.Drawing.Point(84, 85);
     this.mPreview.Multiline  = true;
     this.mPreview.Name       = "mPreview";
     this.mPreview.ReadOnly   = true;
     this.mPreview.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.mPreview.Size       = new System.Drawing.Size(428, 228);
     this.mPreview.TabIndex   = 6;
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(3, 88);
     label2.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(45, 13);
     label2.TabIndex = 5;
     label2.Text     = "Preview";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.AutoSize     = true;
     tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     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(CmdOK, 0, 0);
     tableLayoutPanel2.Controls.Add(CmdCancel, 1, 0);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Top;
     tableLayoutPanel2.Location = new System.Drawing.Point(318, 319);
     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(162, 29);
     tableLayoutPanel2.TabIndex = 3;
     //
     // CmdOK
     //
     CmdOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     CmdOK.Location                = new System.Drawing.Point(3, 3);
     CmdOK.Name                    = "CmdOK";
     CmdOK.Size                    = new System.Drawing.Size(75, 23);
     CmdOK.TabIndex                = 0;
     CmdOK.Text                    = "OK";
     CmdOK.UseVisualStyleBackColor = true;
     //
     // CmdCancel
     //
     CmdCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     CmdCancel.Location                = new System.Drawing.Point(84, 3);
     CmdCancel.Name                    = "CmdCancel";
     CmdCancel.Size                    = new System.Drawing.Size(75, 23);
     CmdCancel.TabIndex                = 1;
     CmdCancel.Text                    = "Cancel";
     CmdCancel.UseVisualStyleBackColor = true;
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(3, 61);
     label3.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(55, 13);
     label3.TabIndex = 6;
     label3.Text     = "File Mask:";
     //
     // mFileMask
     //
     tableLayoutPanel1.SetColumnSpan(this.mFileMask, 2);
     this.mFileMask.Dock = System.Windows.Forms.DockStyle.Top;
     this.mFileMask.FormattingEnabled = true;
     this.mFileMask.Items.AddRange(new object[] {
         "*.*",
         "*.txt"
     });
     this.mFileMask.Location     = new System.Drawing.Point(84, 58);
     this.mFileMask.Name         = "mFileMask";
     this.mFileMask.Size         = new System.Drawing.Size(396, 21);
     this.mFileMask.TabIndex     = 7;
     this.mFileMask.TextChanged += new System.EventHandler(this.FileMask_TextChanged);
     //
     // mDisplayName
     //
     tableLayoutPanel1.SetColumnSpan(this.mDisplayName, 2);
     this.mDisplayName.Dock     = System.Windows.Forms.DockStyle.Top;
     this.mDisplayName.Location = new System.Drawing.Point(84, 3);
     this.mDisplayName.Name     = "mDisplayName";
     this.mDisplayName.Size     = new System.Drawing.Size(396, 20);
     this.mDisplayName.TabIndex = 1;
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(3, 6);
     label4.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(75, 13);
     label4.TabIndex = 0;
     label4.Text     = "Display Name:";
     //
     // DirectoryBatchParameterEditor
     //
     this.AcceptButton        = CmdOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = CmdCancel;
     this.ClientSize          = new System.Drawing.Size(539, 375);
     this.Controls.Add(tableLayoutPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "DirectoryBatchParameterEditor";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Edit";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.DirectoryBatchParameterEditor_FormClosed);
     this.Load         += new System.EventHandler(this.DirectoryBatchParameterEditor_Load);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     tableLayoutPanel2.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.TableLayoutPanel layoutPanel;
            System.Windows.Forms.Panel actionPanel;
            System.Windows.Forms.Panel inputAndNotificationPanel;
            this.importPublicKeyDescriptionTextBox = new System.Windows.Forms.TextBox();
            this.decryptMessageButton = new System.Windows.Forms.Button();
            this.publicKeyForEncryptionComboBox = new System.Windows.Forms.ComboBox();
            this.copyMyPublicKeyButton = new System.Windows.Forms.Button();
            this.emptyLabel = new System.Windows.Forms.Label();
            this.notificationPopup = new MessageEncrypter.UserInterface.NotificationPopup();
            this.inputTextBox = new System.Windows.Forms.TextBox();
            layoutPanel = new System.Windows.Forms.TableLayoutPanel();
            actionPanel = new System.Windows.Forms.Panel();
            inputAndNotificationPanel = new System.Windows.Forms.Panel();
            layoutPanel.SuspendLayout();
            actionPanel.SuspendLayout();
            inputAndNotificationPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // layoutPanel
            // 
            layoutPanel.ColumnCount = 1;
            layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            layoutPanel.Controls.Add(actionPanel, 0, 2);
            layoutPanel.Controls.Add(this.emptyLabel, 0, 0);
            layoutPanel.Controls.Add(inputAndNotificationPanel, 0, 1);
            layoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            layoutPanel.Location = new System.Drawing.Point(0, 0);
            layoutPanel.Name = "layoutPanel";
            layoutPanel.RowCount = 3;
            layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 0F));
            layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
            layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            layoutPanel.Size = new System.Drawing.Size(298, 243);
            layoutPanel.TabIndex = 0;
            // 
            // actionPanel
            // 
            actionPanel.Controls.Add(this.importPublicKeyDescriptionTextBox);
            actionPanel.Controls.Add(this.decryptMessageButton);
            actionPanel.Controls.Add(this.publicKeyForEncryptionComboBox);
            actionPanel.Controls.Add(this.copyMyPublicKeyButton);
            actionPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            actionPanel.Location = new System.Drawing.Point(3, 214);
            actionPanel.Name = "actionPanel";
            actionPanel.Size = new System.Drawing.Size(292, 26);
            actionPanel.TabIndex = 3;
            // 
            // importPublicKeyDescriptionTextBox
            // 
            this.importPublicKeyDescriptionTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.importPublicKeyDescriptionTextBox.Location = new System.Drawing.Point(0, 0);
            this.importPublicKeyDescriptionTextBox.Name = "importPublicKeyDescriptionTextBox";
            this.importPublicKeyDescriptionTextBox.Size = new System.Drawing.Size(292, 20);
            this.importPublicKeyDescriptionTextBox.TabIndex = 1;
            this.importPublicKeyDescriptionTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.publicKeyDescriptionTextBox_KeyUp);
            // 
            // decryptMessageButton
            // 
            this.decryptMessageButton.Dock = System.Windows.Forms.DockStyle.Fill;
            this.decryptMessageButton.Location = new System.Drawing.Point(0, 0);
            this.decryptMessageButton.Name = "decryptMessageButton";
            this.decryptMessageButton.Size = new System.Drawing.Size(292, 26);
            this.decryptMessageButton.TabIndex = 5;
            this.decryptMessageButton.Text = "Decrypt the message";
            this.decryptMessageButton.UseVisualStyleBackColor = true;
            this.decryptMessageButton.Visible = false;
            this.decryptMessageButton.Click += new System.EventHandler(this.decryptMessageButton_Click);
            // 
            // publicKeyForEncryptionComboBox
            // 
            this.publicKeyForEncryptionComboBox.DisplayMember = "Description";
            this.publicKeyForEncryptionComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.publicKeyForEncryptionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.publicKeyForEncryptionComboBox.FormattingEnabled = true;
            this.publicKeyForEncryptionComboBox.Location = new System.Drawing.Point(0, 0);
            this.publicKeyForEncryptionComboBox.Name = "publicKeyForEncryptionComboBox";
            this.publicKeyForEncryptionComboBox.Size = new System.Drawing.Size(292, 21);
            this.publicKeyForEncryptionComboBox.TabIndex = 3;
            this.publicKeyForEncryptionComboBox.ValueMember = "Description";
            this.publicKeyForEncryptionComboBox.Visible = false;
            this.publicKeyForEncryptionComboBox.SelectedValueChanged += new System.EventHandler(this.publicKeyForEncryptionComboBox_SelectedValueChanged);
            // 
            // copyMyPublicKeyButton
            // 
            this.copyMyPublicKeyButton.Dock = System.Windows.Forms.DockStyle.Fill;
            this.copyMyPublicKeyButton.Location = new System.Drawing.Point(0, 0);
            this.copyMyPublicKeyButton.Name = "copyMyPublicKeyButton";
            this.copyMyPublicKeyButton.Size = new System.Drawing.Size(292, 26);
            this.copyMyPublicKeyButton.TabIndex = 1;
            this.copyMyPublicKeyButton.Text = "Copy my public key to clipboard";
            this.copyMyPublicKeyButton.UseVisualStyleBackColor = true;
            this.copyMyPublicKeyButton.Click += new System.EventHandler(this.copyMyPublicKeyButton_Click);
            // 
            // emptyLabel
            // 
            this.emptyLabel.AutoSize = true;
            this.emptyLabel.Location = new System.Drawing.Point(3, 0);
            this.emptyLabel.Name = "emptyLabel";
            this.emptyLabel.Size = new System.Drawing.Size(0, 1);
            this.emptyLabel.TabIndex = 4;
            // 
            // inputAndNotificationPanel
            // 
            inputAndNotificationPanel.Controls.Add(this.notificationPopup);
            inputAndNotificationPanel.Controls.Add(this.inputTextBox);
            inputAndNotificationPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            inputAndNotificationPanel.Location = new System.Drawing.Point(3, 3);
            inputAndNotificationPanel.Name = "inputAndNotificationPanel";
            inputAndNotificationPanel.Size = new System.Drawing.Size(292, 205);
            inputAndNotificationPanel.TabIndex = 5;
            // 
            // notificationPopup
            // 
            this.notificationPopup.AutoSize = true;
            this.notificationPopup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.notificationPopup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.notificationPopup.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.notificationPopup.ForeColor = System.Drawing.Color.White;
            this.notificationPopup.Location = new System.Drawing.Point(0, 0);
            this.notificationPopup.Name = "notificationPopup";
            this.notificationPopup.Size = new System.Drawing.Size(82, 21);
            this.notificationPopup.TabIndex = 1;
            this.notificationPopup.Visible = false;
            // 
            // inputTextBox
            // 
            this.inputTextBox.AcceptsReturn = true;
            this.inputTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.inputTextBox.Location = new System.Drawing.Point(0, 0);
            this.inputTextBox.Multiline = true;
            this.inputTextBox.Name = "inputTextBox";
            this.inputTextBox.Size = new System.Drawing.Size(292, 205);
            this.inputTextBox.TabIndex = 7;
            this.inputTextBox.TextChanged += new System.EventHandler(this.inputTextBox_TextChanged);
            this.inputTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputTextBox_KeyDown);
            // 
            // MessageEncrypterForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(298, 243);
            this.Controls.Add(layoutPanel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "MessageEncrypterForm";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Message Encrypter";
            this.Load += new System.EventHandler(this.MessageEncrypterForm_Load);
            layoutPanel.ResumeLayout(false);
            layoutPanel.PerformLayout();
            actionPanel.ResumeLayout(false);
            actionPanel.PerformLayout();
            inputAndNotificationPanel.ResumeLayout(false);
            inputAndNotificationPanel.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.TableLayoutPanel      tableLayoutPanel1;
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.Label label1;
     this.detailControl      = new CsvTools.DetailControl();
     this.comboBoxID         = new System.Windows.Forms.ComboBox();
     this.checkBoxIgnoreNull = new System.Windows.Forms.CheckBox();
     tableLayoutPanel1       = new System.Windows.Forms.TableLayoutPanel();
     label1 = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 3;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 95F));
     tableLayoutPanel1.Controls.Add(this.detailControl, 0, 1);
     tableLayoutPanel1.Controls.Add(label1, 0, 0);
     tableLayoutPanel1.Controls.Add(this.comboBoxID, 1, 0);
     tableLayoutPanel1.Controls.Add(this.checkBoxIgnoreNull, 2, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(496, 508);
     tableLayoutPanel1.TabIndex = 10;
     //
     // detailControl
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro;
     this.detailControl.AlternatingRowDefaultCellSyle = dataGridViewCellStyle1;
     tableLayoutPanel1.SetColumnSpan(this.detailControl, 3);
     this.detailControl.DataTable              = null;
     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.detailControl.DefaultCellStyle       = dataGridViewCellStyle2;
     this.detailControl.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.detailControl.Location        = new System.Drawing.Point(4, 29);
     this.detailControl.Margin          = new System.Windows.Forms.Padding(4);
     this.detailControl.Name            = "detailControl";
     this.detailControl.ReadOnly        = true;
     this.detailControl.ShowFilter      = false;
     this.detailControl.ShowInfoButtons = false;
     this.detailControl.Size            = new System.Drawing.Size(488, 475);
     this.detailControl.TabIndex        = 2;
     //
     // label1
     //
     label1.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(38, 6);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(29, 13);
     label1.TabIndex = 3;
     label1.Text     = "Field";
     //
     // comboBoxID
     //
     this.comboBoxID.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.comboBoxID.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxID.FormattingEnabled     = true;
     this.comboBoxID.Location              = new System.Drawing.Point(73, 3);
     this.comboBoxID.Name                  = "comboBoxID";
     this.comboBoxID.Size                  = new System.Drawing.Size(325, 21);
     this.comboBoxID.TabIndex              = 0;
     this.comboBoxID.SelectedIndexChanged += new System.EventHandler(this.comboBoxID_SelectedIndexChanged);
     //
     // checkBoxIgnoreNull
     //
     this.checkBoxIgnoreNull.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.checkBoxIgnoreNull.AutoSize = true;
     this.checkBoxIgnoreNull.Location = new System.Drawing.Point(404, 4);
     this.checkBoxIgnoreNull.Name     = "checkBoxIgnoreNull";
     this.checkBoxIgnoreNull.Size     = new System.Drawing.Size(87, 17);
     this.checkBoxIgnoreNull.TabIndex = 1;
     this.checkBoxIgnoreNull.Text     = "Ignore NULL";
     this.checkBoxIgnoreNull.UseVisualStyleBackColor = true;
     this.checkBoxIgnoreNull.CheckedChanged         += new System.EventHandler(this.comboBoxID_SelectedIndexChanged);
     //
     // FormDuplicatesDisplay
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(496, 508);
     this.Controls.Add(tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "FormDuplicatesDisplay";
     this.Text            = "Duplicates Display";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.DuplicatesDisplay_FormClosing);
     this.Load           += new System.EventHandler(this.DuplicatesDisplay_Load);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Label poachersDenLabel;
            System.Windows.Forms.Label inventoryLabel;
            System.Windows.Forms.TableLayoutPanel inventoryTable;
            this.inventoryEditor = new LionEditor.InventoryEditor();
            this.poachersDenEditor = new LionEditor.InventoryEditor();
            this.optionsTab = new System.Windows.Forms.TabPage();
            this.optionsEditor = new LionEditor.OptionsEditor();
            this.inventoryTab = new System.Windows.Forms.TabPage();
            this.chronicleTab = new System.Windows.Forms.TabPage();
            this.chronicleEditor = new LionEditor.ChronicleEditor();
            this.charactersTab = new System.Windows.Forms.TabPage();
            this.characterCollectionEditor = new LionEditor.CharacterCollectionEditor();
            this.tabControl = new System.Windows.Forms.TabControl();
            poachersDenLabel = new System.Windows.Forms.Label();
            inventoryLabel = new System.Windows.Forms.Label();
            inventoryTable = new System.Windows.Forms.TableLayoutPanel();
            inventoryTable.SuspendLayout();
            this.optionsTab.SuspendLayout();
            this.inventoryTab.SuspendLayout();
            this.chronicleTab.SuspendLayout();
            this.charactersTab.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.SuspendLayout();
            // 
            // poachersDenLabel
            // 
            poachersDenLabel.AutoSize = true;
            poachersDenLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            poachersDenLabel.Location = new System.Drawing.Point(361, 0);
            poachersDenLabel.Name = "poachersDenLabel";
            poachersDenLabel.Size = new System.Drawing.Size(353, 24);
            poachersDenLabel.TabIndex = 3;
            poachersDenLabel.Text = "Poacher\'s Den";
            poachersDenLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            // 
            // inventoryLabel
            // 
            inventoryLabel.AutoSize = true;
            inventoryLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            inventoryLabel.Location = new System.Drawing.Point(3, 0);
            inventoryLabel.Name = "inventoryLabel";
            inventoryLabel.Size = new System.Drawing.Size(352, 24);
            inventoryLabel.TabIndex = 2;
            inventoryLabel.Text = "Inventory";
            inventoryLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            // 
            // inventoryTable
            // 
            inventoryTable.ColumnCount = 2;
            inventoryTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            inventoryTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            inventoryTable.Controls.Add(this.inventoryEditor, 0, 1);
            inventoryTable.Controls.Add(this.poachersDenEditor, 1, 1);
            inventoryTable.Controls.Add(inventoryLabel, 0, 0);
            inventoryTable.Controls.Add(poachersDenLabel, 1, 0);
            inventoryTable.Dock = System.Windows.Forms.DockStyle.Fill;
            inventoryTable.Location = new System.Drawing.Point(0, 0);
            inventoryTable.Margin = new System.Windows.Forms.Padding(0);
            inventoryTable.Name = "inventoryTable";
            inventoryTable.RowCount = 2;
            inventoryTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.405406F));
            inventoryTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 94.5946F));
            inventoryTable.Size = new System.Drawing.Size(717, 450);
            inventoryTable.TabIndex = 1;
            // 
            // inventoryEditor
            // 
            this.inventoryEditor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.inventoryEditor.Inventory = null;
            this.inventoryEditor.Location = new System.Drawing.Point(1, 25);
            this.inventoryEditor.Margin = new System.Windows.Forms.Padding(1);
            this.inventoryEditor.Name = "inventoryEditor";
            this.inventoryEditor.Size = new System.Drawing.Size(356, 424);
            this.inventoryEditor.TabIndex = 0;
            // 
            // poachersDenEditor
            // 
            this.poachersDenEditor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.poachersDenEditor.Inventory = null;
            this.poachersDenEditor.Location = new System.Drawing.Point(359, 25);
            this.poachersDenEditor.Margin = new System.Windows.Forms.Padding(1);
            this.poachersDenEditor.Name = "poachersDenEditor";
            this.poachersDenEditor.Size = new System.Drawing.Size(357, 424);
            this.poachersDenEditor.TabIndex = 1;
            // 
            // optionsTab
            // 
            this.optionsTab.Controls.Add(this.optionsEditor);
            this.optionsTab.Location = new System.Drawing.Point(4, 22);
            this.optionsTab.Name = "optionsTab";
            this.optionsTab.Padding = new System.Windows.Forms.Padding(3);
            this.optionsTab.Size = new System.Drawing.Size(717, 450);
            this.optionsTab.TabIndex = 3;
            this.optionsTab.Text = "Options";
            this.optionsTab.UseVisualStyleBackColor = true;
            // 
            // optionsEditor
            // 
            this.optionsEditor.Dock = System.Windows.Forms.DockStyle.Left;
            this.optionsEditor.Location = new System.Drawing.Point(3, 3);
            this.optionsEditor.Name = "optionsEditor";
            this.optionsEditor.Options = null;
            this.optionsEditor.Size = new System.Drawing.Size(460, 444);
            this.optionsEditor.TabIndex = 0;
            // 
            // inventoryTab
            // 
            this.inventoryTab.Controls.Add(inventoryTable);
            this.inventoryTab.Location = new System.Drawing.Point(4, 22);
            this.inventoryTab.Name = "inventoryTab";
            this.inventoryTab.Size = new System.Drawing.Size(717, 450);
            this.inventoryTab.TabIndex = 2;
            this.inventoryTab.Text = "Inventory";
            this.inventoryTab.UseVisualStyleBackColor = true;
            // 
            // chronicleTab
            // 
            this.chronicleTab.Controls.Add(this.chronicleEditor);
            this.chronicleTab.Location = new System.Drawing.Point(4, 22);
            this.chronicleTab.Name = "chronicleTab";
            this.chronicleTab.Padding = new System.Windows.Forms.Padding(3);
            this.chronicleTab.Size = new System.Drawing.Size(717, 450);
            this.chronicleTab.TabIndex = 1;
            this.chronicleTab.Text = "Chronicle";
            this.chronicleTab.UseVisualStyleBackColor = true;
            // 
            // chronicleEditor
            // 
            this.chronicleEditor.Artefacts = null;
            this.chronicleEditor.Casualties = ((uint)(0u));
            this.chronicleEditor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chronicleEditor.Feats = null;
            this.chronicleEditor.Kills = ((uint)(0u));
            this.chronicleEditor.Location = new System.Drawing.Point(3, 3);
            this.chronicleEditor.Name = "chronicleEditor";
            this.chronicleEditor.Size = new System.Drawing.Size(711, 444);
            this.chronicleEditor.TabIndex = 0;
            this.chronicleEditor.Timer = ((uint)(0u));
            this.chronicleEditor.WarFunds = ((uint)(0u));
            this.chronicleEditor.Wonders = null;
            // 
            // charactersTab
            // 
            this.charactersTab.Controls.Add(this.characterCollectionEditor);
            this.charactersTab.Location = new System.Drawing.Point(4, 22);
            this.charactersTab.Name = "charactersTab";
            this.charactersTab.Padding = new System.Windows.Forms.Padding(3);
            this.charactersTab.Size = new System.Drawing.Size(717, 450);
            this.charactersTab.TabIndex = 0;
            this.charactersTab.Text = "Characters";
            this.charactersTab.UseVisualStyleBackColor = true;
            // 
            // characterCollectionEditor
            // 
            this.characterCollectionEditor.CharacterCollection = null;
            this.characterCollectionEditor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.characterCollectionEditor.Location = new System.Drawing.Point(3, 3);
            this.characterCollectionEditor.Name = "characterCollectionEditor";
            this.characterCollectionEditor.Size = new System.Drawing.Size(711, 444);
            this.characterCollectionEditor.TabIndex = 0;
            // 
            // tabControl
            // 
            this.tabControl.Controls.Add(this.charactersTab);
            this.tabControl.Controls.Add(this.chronicleTab);
            this.tabControl.Controls.Add(this.inventoryTab);
            this.tabControl.Controls.Add(this.optionsTab);
            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(725, 476);
            this.tabControl.TabIndex = 1;
            // 
            // SavegameEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabControl);
            this.Name = "SavegameEditor";
            this.Size = new System.Drawing.Size(725, 476);
            inventoryTable.ResumeLayout(false);
            inventoryTable.PerformLayout();
            this.optionsTab.ResumeLayout(false);
            this.inventoryTab.ResumeLayout(false);
            this.chronicleTab.ResumeLayout(false);
            this.charactersTab.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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel tableLayoutPanelTop;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanelBottom;
     this.listViewMethods              = new System.Windows.Forms.ListView();
     this.contextMenuMethods           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.openInvokeToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.openObjectToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.label1                       = new System.Windows.Forms.Label();
     this.lblName                      = new System.Windows.Forms.Label();
     this.label3                       = new System.Windows.Forms.Label();
     this.label2                       = new System.Windows.Forms.Label();
     this.listViewProperties           = new System.Windows.Forms.ListView();
     this.contextMenuProperties        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.refreshToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.openObjectToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl                   = new System.Windows.Forms.TabControl();
     this.tabPageInvoke                = new System.Windows.Forms.TabPage();
     this.splitContainer               = new System.Windows.Forms.SplitContainer();
     this.tabPageScript                = new System.Windows.Forms.TabPage();
     this.splitContainerScript         = new System.Windows.Forms.SplitContainer();
     this.richTextBoxOutput            = new System.Windows.Forms.RichTextBox();
     this.contextMenuStripOutput       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.clearOutputToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     tableLayoutPanelTop               = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanelBottom            = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanelTop.SuspendLayout();
     this.contextMenuMethods.SuspendLayout();
     tableLayoutPanelBottom.SuspendLayout();
     this.contextMenuProperties.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tabPageInvoke.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     this.tabPageScript.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerScript)).BeginInit();
     this.splitContainerScript.Panel2.SuspendLayout();
     this.splitContainerScript.SuspendLayout();
     this.contextMenuStripOutput.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanelTop
     //
     tableLayoutPanelTop.ColumnCount = 2;
     tableLayoutPanelTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanelTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanelTop.Controls.Add(this.listViewMethods, 0, 2);
     tableLayoutPanelTop.Controls.Add(this.label1, 0, 1);
     tableLayoutPanelTop.Controls.Add(this.lblName, 1, 0);
     tableLayoutPanelTop.Controls.Add(this.label3, 0, 0);
     tableLayoutPanelTop.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanelTop.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanelTop.Name     = "tableLayoutPanelTop";
     tableLayoutPanelTop.RowCount = 3;
     tableLayoutPanelTop.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanelTop.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanelTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanelTop.Size     = new System.Drawing.Size(1672, 487);
     tableLayoutPanelTop.TabIndex = 3;
     //
     // listViewMethods
     //
     tableLayoutPanelTop.SetColumnSpan(this.listViewMethods, 2);
     this.listViewMethods.ContextMenuStrip = this.contextMenuMethods;
     this.listViewMethods.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listViewMethods.FullRowSelect    = true;
     this.listViewMethods.Location         = new System.Drawing.Point(3, 43);
     this.listViewMethods.Name             = "listViewMethods";
     this.listViewMethods.Size             = new System.Drawing.Size(1666, 441);
     this.listViewMethods.TabIndex         = 1;
     this.listViewMethods.UseCompatibleStateImageBehavior = false;
     this.listViewMethods.View              = System.Windows.Forms.View.Details;
     this.listViewMethods.ColumnClick      += new System.Windows.Forms.ColumnClickEventHandler(this.listView_ColumnClick);
     this.listViewMethods.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listViewMethods_MouseDoubleClick);
     //
     // contextMenuMethods
     //
     this.contextMenuMethods.ImageScalingSize = new System.Drawing.Size(28, 28);
     this.contextMenuMethods.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openInvokeToolStripMenuItem,
         this.openObjectToolStripMenuItem1
     });
     this.contextMenuMethods.Name = "contextMenuMethods";
     this.contextMenuMethods.Size = new System.Drawing.Size(187, 64);
     //
     // openInvokeToolStripMenuItem
     //
     this.openInvokeToolStripMenuItem.Name = "openInvokeToolStripMenuItem";
     this.openInvokeToolStripMenuItem.Size = new System.Drawing.Size(186, 30);
     this.openInvokeToolStripMenuItem.Text = "Open Invoke";
     //
     // openObjectToolStripMenuItem1
     //
     this.openObjectToolStripMenuItem1.Name   = "openObjectToolStripMenuItem1";
     this.openObjectToolStripMenuItem1.Size   = new System.Drawing.Size(186, 30);
     this.openObjectToolStripMenuItem1.Text   = "Open Object";
     this.openObjectToolStripMenuItem1.Click += new System.EventHandler(this.openObjectToolStripMenuItem1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(78, 20);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Methods:";
     //
     // lblName
     //
     this.lblName.AutoSize = true;
     this.lblName.Location = new System.Drawing.Point(87, 0);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(58, 20);
     this.lblName.TabIndex = 0;
     this.lblName.Text     = "Name:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(58, 20);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Name:";
     //
     // tableLayoutPanelBottom
     //
     tableLayoutPanelBottom.ColumnCount = 1;
     tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanelBottom.Controls.Add(this.label2, 0, 0);
     tableLayoutPanelBottom.Controls.Add(this.listViewProperties, 0, 1);
     tableLayoutPanelBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanelBottom.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanelBottom.Name     = "tableLayoutPanelBottom";
     tableLayoutPanelBottom.RowCount = 2;
     tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanelBottom.Size     = new System.Drawing.Size(1672, 492);
     tableLayoutPanelBottom.TabIndex = 5;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(91, 20);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Properties:";
     //
     // listViewProperties
     //
     this.listViewProperties.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.listViewProperties.ContextMenuStrip = this.contextMenuProperties;
     this.listViewProperties.FullRowSelect    = true;
     this.listViewProperties.Location         = new System.Drawing.Point(3, 23);
     this.listViewProperties.Name             = "listViewProperties";
     this.listViewProperties.Size             = new System.Drawing.Size(1666, 466);
     this.listViewProperties.TabIndex         = 4;
     this.listViewProperties.UseCompatibleStateImageBehavior = false;
     this.listViewProperties.View              = System.Windows.Forms.View.Details;
     this.listViewProperties.ColumnClick      += new System.Windows.Forms.ColumnClickEventHandler(this.listView_ColumnClick);
     this.listViewProperties.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listViewProperties_MouseDoubleClick);
     //
     // contextMenuProperties
     //
     this.contextMenuProperties.ImageScalingSize = new System.Drawing.Size(28, 28);
     this.contextMenuProperties.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.refreshToolStripMenuItem,
         this.openObjectToolStripMenuItem
     });
     this.contextMenuProperties.Name = "contextMenuProperties";
     this.contextMenuProperties.Size = new System.Drawing.Size(186, 64);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Name         = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.refreshToolStripMenuItem.Size         = new System.Drawing.Size(185, 30);
     this.refreshToolStripMenuItem.Text         = "Refresh";
     this.refreshToolStripMenuItem.Click       += new System.EventHandler(this.refreshToolStripMenuItem_Click);
     //
     // openObjectToolStripMenuItem
     //
     this.openObjectToolStripMenuItem.Name   = "openObjectToolStripMenuItem";
     this.openObjectToolStripMenuItem.Size   = new System.Drawing.Size(185, 30);
     this.openObjectToolStripMenuItem.Text   = "Open Object";
     this.openObjectToolStripMenuItem.Click += new System.EventHandler(this.openObjectToolStripMenuItem_Click);
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabPageInvoke);
     this.tabControl.Controls.Add(this.tabPageScript);
     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(1688, 1026);
     this.tabControl.TabIndex      = 2;
     //
     // tabPageInvoke
     //
     this.tabPageInvoke.Controls.Add(this.splitContainer);
     this.tabPageInvoke.Location = new System.Drawing.Point(4, 29);
     this.tabPageInvoke.Name     = "tabPageInvoke";
     this.tabPageInvoke.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageInvoke.Size     = new System.Drawing.Size(1680, 993);
     this.tabPageInvoke.TabIndex = 0;
     this.tabPageInvoke.Text     = "Invoke";
     this.tabPageInvoke.UseVisualStyleBackColor = true;
     //
     // splitContainer
     //
     this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer.Location    = new System.Drawing.Point(3, 3);
     this.splitContainer.Name        = "splitContainer";
     this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(tableLayoutPanelTop);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(tableLayoutPanelBottom);
     this.splitContainer.Size             = new System.Drawing.Size(1674, 987);
     this.splitContainer.SplitterDistance = 489;
     this.splitContainer.TabIndex         = 6;
     //
     // tabPageScript
     //
     this.tabPageScript.Controls.Add(this.splitContainerScript);
     this.tabPageScript.Location = new System.Drawing.Point(4, 29);
     this.tabPageScript.Name     = "tabPageScript";
     this.tabPageScript.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageScript.Size     = new System.Drawing.Size(1680, 993);
     this.tabPageScript.TabIndex = 1;
     this.tabPageScript.Text     = "Script";
     this.tabPageScript.UseVisualStyleBackColor = true;
     //
     // splitContainerScript
     //
     this.splitContainerScript.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerScript.Location    = new System.Drawing.Point(3, 3);
     this.splitContainerScript.Name        = "splitContainerScript";
     this.splitContainerScript.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainerScript.Panel2
     //
     this.splitContainerScript.Panel2.Controls.Add(this.richTextBoxOutput);
     this.splitContainerScript.Size             = new System.Drawing.Size(1674, 987);
     this.splitContainerScript.SplitterDistance = 638;
     this.splitContainerScript.TabIndex         = 0;
     //
     // richTextBoxOutput
     //
     this.richTextBoxOutput.ContextMenuStrip = this.contextMenuStripOutput;
     this.richTextBoxOutput.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxOutput.Location         = new System.Drawing.Point(0, 0);
     this.richTextBoxOutput.Name             = "richTextBoxOutput";
     this.richTextBoxOutput.ReadOnly         = true;
     this.richTextBoxOutput.Size             = new System.Drawing.Size(1674, 345);
     this.richTextBoxOutput.TabIndex         = 0;
     this.richTextBoxOutput.Text             = "";
     //
     // contextMenuStripOutput
     //
     this.contextMenuStripOutput.ImageScalingSize = new System.Drawing.Size(28, 28);
     this.contextMenuStripOutput.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.clearOutputToolStripMenuItem
     });
     this.contextMenuStripOutput.Name = "contextMenuStripOutput";
     this.contextMenuStripOutput.Size = new System.Drawing.Size(186, 34);
     //
     // clearOutputToolStripMenuItem
     //
     this.clearOutputToolStripMenuItem.Name   = "clearOutputToolStripMenuItem";
     this.clearOutputToolStripMenuItem.Size   = new System.Drawing.Size(185, 30);
     this.clearOutputToolStripMenuItem.Text   = "Clear Output";
     this.clearOutputToolStripMenuItem.Click += new System.EventHandler(this.clearOutputToolStripMenuItem_Click);
     //
     // TypedObjectViewer
     //
     this.Controls.Add(this.tabControl);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "TypedObjectViewer";
     this.Size = new System.Drawing.Size(1688, 1026);
     tableLayoutPanelTop.ResumeLayout(false);
     tableLayoutPanelTop.PerformLayout();
     this.contextMenuMethods.ResumeLayout(false);
     tableLayoutPanelBottom.ResumeLayout(false);
     tableLayoutPanelBottom.PerformLayout();
     this.contextMenuProperties.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.tabPageInvoke.ResumeLayout(false);
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     this.splitContainer.ResumeLayout(false);
     this.tabPageScript.ResumeLayout(false);
     this.splitContainerScript.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerScript)).EndInit();
     this.splitContainerScript.ResumeLayout(false);
     this.contextMenuStripOutput.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 47
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.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label label6;
            this.m_Password = new System.Windows.Forms.TextBox();
            this.m_Username = new System.Windows.Forms.TextBox();
            this.m_Database = new System.Windows.Forms.TextBox();
            this.m_Server = new System.Windows.Forms.TextBox();
            this.m_Connect = new System.Windows.Forms.Button();
            this.m_Station = new System.Windows.Forms.TextBox();
            this.m_ConnString = new System.Windows.Forms.TextBox();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            label4 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label6 = new System.Windows.Forms.Label();
            tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.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)));
            tableLayoutPanel1.ColumnCount = 2;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.Controls.Add(this.m_Password, 1, 3);
            tableLayoutPanel1.Controls.Add(this.m_Username, 1, 2);
            tableLayoutPanel1.Controls.Add(this.m_Database, 1, 1);
            tableLayoutPanel1.Controls.Add(label4, 0, 2);
            tableLayoutPanel1.Controls.Add(label2, 0, 1);
            tableLayoutPanel1.Controls.Add(this.m_Server, 1, 0);
            tableLayoutPanel1.Controls.Add(label1, 0, 0);
            tableLayoutPanel1.Controls.Add(label3, 0, 3);
            tableLayoutPanel1.Controls.Add(this.m_Connect, 1, 6);
            tableLayoutPanel1.Controls.Add(label5, 0, 4);
            tableLayoutPanel1.Controls.Add(this.m_Station, 1, 4);
            tableLayoutPanel1.Controls.Add(this.m_ConnString, 1, 5);
            tableLayoutPanel1.Controls.Add(label6, 0, 5);
            tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 7;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            tableLayoutPanel1.Size = new System.Drawing.Size(328, 174);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // m_Password
            // 
            this.m_Password.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.m_Password.Location = new System.Drawing.Point(167, 75);
            this.m_Password.Name = "m_Password";
            this.m_Password.PasswordChar = '*';
            this.m_Password.Size = new System.Drawing.Size(158, 20);
            this.m_Password.TabIndex = 7;
            // 
            // m_Username
            // 
            this.m_Username.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.m_Username.Location = new System.Drawing.Point(167, 51);
            this.m_Username.Name = "m_Username";
            this.m_Username.Size = new System.Drawing.Size(158, 20);
            this.m_Username.TabIndex = 5;
            // 
            // m_Database
            // 
            this.m_Database.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.m_Database.Location = new System.Drawing.Point(167, 27);
            this.m_Database.Name = "m_Database";
            this.m_Database.Size = new System.Drawing.Size(158, 20);
            this.m_Database.TabIndex = 3;
            // 
            // label4
            // 
            label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(3, 53);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(58, 13);
            label4.TabIndex = 4;
            label4.Text = "Username:"******"label2";
            label2.Size = new System.Drawing.Size(56, 13);
            label2.TabIndex = 2;
            label2.Text = "Database:";
            // 
            // m_Server
            // 
            this.m_Server.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.m_Server.Location = new System.Drawing.Point(167, 3);
            this.m_Server.Name = "m_Server";
            this.m_Server.Size = new System.Drawing.Size(158, 20);
            this.m_Server.TabIndex = 1;
            // 
            // label1
            // 
            label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 5);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(41, 13);
            label1.TabIndex = 0;
            label1.Text = "Server:";
            // 
            // label3
            // 
            label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(3, 77);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(56, 13);
            label3.TabIndex = 6;
            label3.Text = "Password:"******"m_Connect";
            this.m_Connect.Size = new System.Drawing.Size(75, 23);
            this.m_Connect.TabIndex = 8;
            this.m_Connect.Text = "Connect";
            this.m_Connect.UseVisualStyleBackColor = true;
            this.m_Connect.Click += new System.EventHandler(this.m_Connect_Click);
            // 
            // label5
            // 
            label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(3, 101);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(43, 13);
            label5.TabIndex = 9;
            label5.Text = "Station:";
            // 
            // m_Station
            // 
            this.m_Station.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.m_Station.Location = new System.Drawing.Point(167, 99);
            this.m_Station.Name = "m_Station";
            this.m_Station.Size = new System.Drawing.Size(158, 20);
            this.m_Station.TabIndex = 10;
            // 
            // m_ConnString
            // 
            this.m_ConnString.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.m_ConnString.Location = new System.Drawing.Point(167, 123);
            this.m_ConnString.Name = "m_ConnString";
            this.m_ConnString.Size = new System.Drawing.Size(158, 20);
            this.m_ConnString.TabIndex = 11;
            // 
            // label6
            // 
            label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(3, 125);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(92, 13);
            label6.TabIndex = 12;
            label6.Text = "Connection string:";
            // 
            // LogonForm
            // 
            this.AcceptButton = this.m_Connect;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(352, 198);
            this.Controls.Add(tableLayoutPanel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "LogonForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Connect to database";
            this.Load += new System.EventHandler(this.LogonForm_Load);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

        }
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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonAnalysisOptionsControl));
     System.Windows.Forms.Label diagnosticModeLabel;
     System.Windows.Forms.Label logLevelLabel;
     System.Windows.Forms.Label typeCheckingModeLabel;
     System.Windows.Forms.Label stubsPathsLabel;
     this._diagnosticsModeCombo      = new System.Windows.Forms.ComboBox();
     this._logLevelCombo             = new System.Windows.Forms.ComboBox();
     this._typeCheckingMode          = new System.Windows.Forms.ComboBox();
     this._stubsPath                 = new System.Windows.Forms.TextBox();
     this._searchPathsLabel          = new System.Windows.Forms.Label();
     this._searchPaths               = new System.Windows.Forms.TextBox();
     this._typeShedPathsLabel        = new System.Windows.Forms.Label();
     this._typeshedPaths             = new System.Windows.Forms.TextBox();
     this._autoSearchPath            = new System.Windows.Forms.CheckBox();
     this._diagnosticModeToolTip     = new System.Windows.Forms.ToolTip(this.components);
     this._logLevelToolTip           = new System.Windows.Forms.ToolTip(this.components);
     this._typeCheckingToolTip       = new System.Windows.Forms.ToolTip(this.components);
     this._stubsPathToolTip          = new System.Windows.Forms.ToolTip(this.components);
     this._searchPathsToolTip        = new System.Windows.Forms.ToolTip(this.components);
     this._typeshedPathsToolTip      = new System.Windows.Forms.ToolTip(this.components);
     this._commonSearchPathsToolTip  = new System.Windows.Forms.ToolTip(this.components);
     this._searchPathsLabelToolTip   = new System.Windows.Forms.ToolTip(this.components);
     this._typeshedPathsLabelToolTip = new System.Windows.Forms.ToolTip(this.components);
     tableLayoutPanel1               = new System.Windows.Forms.TableLayoutPanel();
     diagnosticModeLabel             = new System.Windows.Forms.Label();
     logLevelLabel         = new System.Windows.Forms.Label();
     typeCheckingModeLabel = new System.Windows.Forms.Label();
     stubsPathsLabel       = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
     tableLayoutPanel1.Controls.Add(diagnosticModeLabel, 0, 0);
     tableLayoutPanel1.Controls.Add(this._diagnosticsModeCombo, 1, 0);
     tableLayoutPanel1.Controls.Add(logLevelLabel, 0, 1);
     tableLayoutPanel1.Controls.Add(this._logLevelCombo, 1, 1);
     tableLayoutPanel1.Controls.Add(typeCheckingModeLabel, 0, 2);
     tableLayoutPanel1.Controls.Add(this._typeCheckingMode, 1, 2);
     tableLayoutPanel1.Controls.Add(stubsPathsLabel, 0, 3);
     tableLayoutPanel1.Controls.Add(this._stubsPath, 1, 3);
     tableLayoutPanel1.Controls.Add(this._searchPathsLabel, 0, 4);
     tableLayoutPanel1.Controls.Add(this._searchPaths, 1, 4);
     tableLayoutPanel1.Controls.Add(this._typeShedPathsLabel, 0, 5);
     tableLayoutPanel1.Controls.Add(this._typeshedPaths, 1, 5);
     tableLayoutPanel1.Controls.Add(this._autoSearchPath, 0, 7);
     tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // diagnosticModeLabel
     //
     resources.ApplyResources(diagnosticModeLabel, "diagnosticModeLabel");
     diagnosticModeLabel.Name = "diagnosticModeLabel";
     //
     // _diagnosticsModeCombo
     //
     this._diagnosticsModeCombo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._diagnosticsModeCombo.FormattingEnabled = true;
     resources.ApplyResources(this._diagnosticsModeCombo, "_diagnosticsModeCombo");
     this._diagnosticsModeCombo.Name = "_diagnosticsModeCombo";
     //
     // logLevelLabel
     //
     resources.ApplyResources(logLevelLabel, "logLevelLabel");
     logLevelLabel.Name = "logLevelLabel";
     //
     // _logLevelCombo
     //
     this._logLevelCombo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._logLevelCombo.FormattingEnabled = true;
     resources.ApplyResources(this._logLevelCombo, "_logLevelCombo");
     this._logLevelCombo.Name = "_logLevelCombo";
     //
     // typeCheckingModeLabel
     //
     resources.ApplyResources(typeCheckingModeLabel, "typeCheckingModeLabel");
     typeCheckingModeLabel.Name = "typeCheckingModeLabel";
     //
     // _typeCheckingMode
     //
     this._typeCheckingMode.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._typeCheckingMode.FormattingEnabled = true;
     resources.ApplyResources(this._typeCheckingMode, "_typeCheckingMode");
     this._typeCheckingMode.Name = "_typeCheckingMode";
     //
     // stubsPathsLabel
     //
     resources.ApplyResources(stubsPathsLabel, "stubsPathsLabel");
     stubsPathsLabel.Name = "stubsPathsLabel";
     //
     // _stubsPath
     //
     resources.ApplyResources(this._stubsPath, "_stubsPath");
     this._stubsPath.Name = "_stubsPath";
     //
     // _searchPathsLabel
     //
     resources.ApplyResources(this._searchPathsLabel, "_searchPathsLabel");
     this._searchPathsLabel.Name = "_searchPathsLabel";
     //
     // _searchPaths
     //
     this._searchPaths.AcceptsReturn = true;
     resources.ApplyResources(this._searchPaths, "_searchPaths");
     this._searchPaths.Name = "_searchPaths";
     //
     // _typeShedPathsLabel
     //
     resources.ApplyResources(this._typeShedPathsLabel, "_typeShedPathsLabel");
     this._typeShedPathsLabel.Name = "_typeShedPathsLabel";
     //
     // _typeshedPaths
     //
     this._typeshedPaths.AcceptsReturn = true;
     resources.ApplyResources(this._typeshedPaths, "_typeshedPaths");
     this._typeshedPaths.Name = "_typeshedPaths";
     //
     // _autoSearchPath
     //
     resources.ApplyResources(this._autoSearchPath, "_autoSearchPath");
     tableLayoutPanel1.SetColumnSpan(this._autoSearchPath, 2);
     this._autoSearchPath.Name = "_autoSearchPath";
     this._autoSearchPath.UseVisualStyleBackColor = true;
     //
     // PythonAnalysisOptionsControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "PythonAnalysisOptionsControl";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.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()
		{
			TC.WinForms.Controls.TSystemIconBox SideImageControl;
			System.Windows.Forms.TableLayoutPanel PanelLayout;
			TC.WinForms.Commands.ApplicationCommand VisitWebsiteCommand;
			TC.WinForms.Dialogs.DialogResultButton dialogResultButton1 = new TC.WinForms.Dialogs.DialogResultButton();
			this.LabelTitle = new TC.WinForms.Controls.TLabel();
			this.LabelCopyright = new TC.WinForms.Controls.TLabel();
			this.LabelVersion = new TC.WinForms.Controls.TLabel();
			this.Hyperlink = new TC.WinForms.Controls.TCommandHyperlink();
			SideImageControl = new TC.WinForms.Controls.TSystemIconBox();
			PanelLayout = new System.Windows.Forms.TableLayoutPanel();
			VisitWebsiteCommand = new TC.WinForms.Commands.ApplicationCommand();
			PanelLayout.SuspendLayout();
			this.SuspendLayout();
			// 
			// SideImageControl
			// 
			SideImageControl.SystemIcon = TC.WinForms.SystemIcon.FormIcon;
			SideImageControl.Location = new System.Drawing.Point(8, 8);
			SideImageControl.Name = "SideImageControl";
			SideImageControl.Size = new System.Drawing.Size(42, 98);
			SideImageControl.Dock = System.Windows.Forms.DockStyle.Left;
			SideImageControl.TabIndex = 0;
			SideImageControl.TabStop = false;
			// 
			// PanelLayout
			// 
			PanelLayout.AutoSize = true;
			PanelLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			PanelLayout.ColumnCount = 2;
			PanelLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 15F));
			PanelLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			PanelLayout.Controls.Add(this.LabelTitle, 0, 0);
			PanelLayout.Controls.Add(this.LabelCopyright, 1, 2);
			PanelLayout.Controls.Add(this.LabelVersion, 1, 1);
			PanelLayout.Controls.Add(this.Hyperlink, 1, 3);
			PanelLayout.Dock = System.Windows.Forms.DockStyle.Fill;
			PanelLayout.Location = new System.Drawing.Point(50, 8);
			PanelLayout.Name = "PanelLayout";
			PanelLayout.Padding = new System.Windows.Forms.Padding(5);
			PanelLayout.RowCount = 4;
			PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
			PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
			PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
			PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
			PanelLayout.Size = new System.Drawing.Size(122, 98);
			PanelLayout.TabIndex = 4;
			// 
			// LabelTitle
			// 
			this.LabelTitle.AutoSize = true;
			PanelLayout.SetColumnSpan(this.LabelTitle, 2);
			this.LabelTitle.Location = new System.Drawing.Point(8, 8);
			this.LabelTitle.Margin = new System.Windows.Forms.Padding(3);
			this.LabelTitle.Name = "LabelTitle";
			this.LabelTitle.Size = new System.Drawing.Size(64, 25);
			this.LabelTitle.SystemFont = TC.WinForms.SystemFont.Header;
			this.LabelTitle.TabIndex = 1;
			this.LabelTitle.Text = "{Title}";
			// 
			// LabelCopyright
			// 
			this.LabelCopyright.AutoSize = true;
			this.LabelCopyright.Location = new System.Drawing.Point(23, 58);
			this.LabelCopyright.Margin = new System.Windows.Forms.Padding(3);
			this.LabelCopyright.Name = "LabelCopyright";
			this.LabelCopyright.Size = new System.Drawing.Size(59, 13);
			this.LabelCopyright.TabIndex = 3;
			this.LabelCopyright.Text = "{Copyright}";
			// 
			// LabelVersion
			// 
			this.LabelVersion.AutoSize = true;
			this.LabelVersion.Location = new System.Drawing.Point(23, 39);
			this.LabelVersion.Margin = new System.Windows.Forms.Padding(3);
			this.LabelVersion.Name = "LabelVersion";
			this.LabelVersion.Size = new System.Drawing.Size(91, 13);
			this.LabelVersion.TabIndex = 2;
			this.LabelVersion.Text = "Version: {Version}";
			// 
			// Hyperlink
			// 
			this.Hyperlink.AutoSize = true;
			this.Hyperlink.Command = VisitWebsiteCommand;
			this.Hyperlink.Location = new System.Drawing.Point(23, 77);
			this.Hyperlink.Margin = new System.Windows.Forms.Padding(3);
			this.Hyperlink.Name = "Hyperlink";
			this.Hyperlink.Size = new System.Drawing.Size(37, 13);
			this.Hyperlink.TabIndex = 4;
			this.Hyperlink.TabStop = true;
			this.Hyperlink.Text = "{URL}";
			// 
			// VisitWebsiteCommand
			// 
			VisitWebsiteCommand.Executed += new System.EventHandler(this.HandlerVisitWebsiteCommandExecuted);
			// 
			// TAboutDialogContentControl
			// 
			this.AutoSize = true;
			this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.Commands.Add(VisitWebsiteCommand);
			this.Controls.Add(PanelLayout);
			this.Controls.Add(SideImageControl);
			dialogResultButton1.DialogResult = System.Windows.Forms.DialogResult.OK;
			dialogResultButton1.Text = "OK";
			this.DialogResultButtons.Add(dialogResultButton1);
			this.Name = "TAboutDialogContentControl";
			this.Size = new System.Drawing.Size(180, 114);
			PanelLayout.ResumeLayout(false);
			PanelLayout.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 warningLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MultiExportForm));
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.Panel panel_buttons;
     System.Windows.Forms.Panel panel2;
     this.btn_accept           = new System.Windows.Forms.Button();
     this.btn_cancel           = new System.Windows.Forms.Button();
     this.btn_change_path      = new System.Windows.Forms.Button();
     this.panel1               = new System.Windows.Forms.Panel();
     this.ExportItemGridView   = new System.Windows.Forms.DataGridView();
     this.ColumnExportCheckbox = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ColumnLayers         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnNode           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnFilePath       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnTexturesFolder = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SetPathFileDialog    = new System.Windows.Forms.SaveFileDialog();
     warningLabel              = new System.Windows.Forms.Label();
     tableLayoutPanel1         = new System.Windows.Forms.TableLayoutPanel();
     panel_buttons             = new System.Windows.Forms.Panel();
     panel2 = new System.Windows.Forms.Panel();
     tableLayoutPanel1.SuspendLayout();
     panel_buttons.SuspendLayout();
     panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ExportItemGridView)).BeginInit();
     this.SuspendLayout();
     //
     // warningLabel
     //
     warningLabel.AutoEllipsis = true;
     warningLabel.AutoSize     = true;
     warningLabel.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     warningLabel.Dock         = System.Windows.Forms.DockStyle.Left;
     warningLabel.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     warningLabel.ForeColor    = System.Drawing.SystemColors.GrayText;
     warningLabel.Location     = new System.Drawing.Point(3, 3);
     warningLabel.Margin       = new System.Windows.Forms.Padding(3);
     warningLabel.Name         = "warningLabel";
     warningLabel.Padding      = new System.Windows.Forms.Padding(3);
     tableLayoutPanel1.SetRowSpan(warningLabel, 2);
     warningLabel.Size     = new System.Drawing.Size(431, 74);
     warningLabel.TabIndex = 10;
     warningLabel.Text     = resources.GetString("warningLabel.Text");
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize     = true;
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel1.ColumnCount  = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(warningLabel, 0, 0);
     tableLayoutPanel1.Controls.Add(panel_buttons, 1, 1);
     tableLayoutPanel1.Controls.Add(panel2, 1, 0);
     tableLayoutPanel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
     tableLayoutPanel1.Location  = new System.Drawing.Point(3, 258);
     tableLayoutPanel1.Name      = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount  = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(927, 80);
     tableLayoutPanel1.TabIndex = 12;
     //
     // panel_buttons
     //
     panel_buttons.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     panel_buttons.AutoSize     = true;
     panel_buttons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     panel_buttons.Controls.Add(this.btn_accept);
     panel_buttons.Controls.Add(this.btn_cancel);
     panel_buttons.Location    = new System.Drawing.Point(678, 43);
     panel_buttons.MinimumSize = new System.Drawing.Size(94, 34);
     panel_buttons.Name        = "panel_buttons";
     panel_buttons.Padding     = new System.Windows.Forms.Padding(3);
     panel_buttons.Size        = new System.Drawing.Size(246, 34);
     panel_buttons.TabIndex    = 9;
     //
     // btn_accept
     //
     this.btn_accept.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btn_accept.Dock                    = System.Windows.Forms.DockStyle.Right;
     this.btn_accept.Location                = new System.Drawing.Point(3, 3);
     this.btn_accept.MaximumSize             = new System.Drawing.Size(120, 27);
     this.btn_accept.MinimumSize             = new System.Drawing.Size(120, 27);
     this.btn_accept.Name                    = "btn_accept";
     this.btn_accept.Size                    = new System.Drawing.Size(120, 27);
     this.btn_accept.TabIndex                = 7;
     this.btn_accept.Text                    = "Accept";
     this.btn_accept.UseVisualStyleBackColor = true;
     this.btn_accept.Click                  += new System.EventHandler(this.btn_accept_Click);
     //
     // btn_cancel
     //
     this.btn_cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btn_cancel.Dock                    = System.Windows.Forms.DockStyle.Right;
     this.btn_cancel.Location                = new System.Drawing.Point(123, 3);
     this.btn_cancel.MaximumSize             = new System.Drawing.Size(120, 27);
     this.btn_cancel.MinimumSize             = new System.Drawing.Size(120, 27);
     this.btn_cancel.Name                    = "btn_cancel";
     this.btn_cancel.Size                    = new System.Drawing.Size(120, 27);
     this.btn_cancel.TabIndex                = 6;
     this.btn_cancel.Text                    = "Cancel";
     this.btn_cancel.UseVisualStyleBackColor = true;
     this.btn_cancel.Click                  += new System.EventHandler(this.btn_cancel_Click);
     //
     // panel2
     //
     panel2.AutoSize     = true;
     panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     panel2.Controls.Add(this.btn_change_path);
     panel2.Dock        = System.Windows.Forms.DockStyle.Top;
     panel2.Location    = new System.Drawing.Point(440, 3);
     panel2.MinimumSize = new System.Drawing.Size(94, 34);
     panel2.Name        = "panel2";
     panel2.Padding     = new System.Windows.Forms.Padding(3);
     panel2.Size        = new System.Drawing.Size(484, 34);
     panel2.TabIndex    = 10;
     //
     // btn_change_path
     //
     this.btn_change_path.AutoSize                = true;
     this.btn_change_path.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btn_change_path.Dock                    = System.Windows.Forms.DockStyle.Right;
     this.btn_change_path.Location                = new System.Drawing.Point(323, 3);
     this.btn_change_path.Name                    = "btn_change_path";
     this.btn_change_path.Size                    = new System.Drawing.Size(158, 28);
     this.btn_change_path.TabIndex                = 7;
     this.btn_change_path.Text                    = "Change Selected Item Path(s)";
     this.btn_change_path.UseVisualStyleBackColor = true;
     this.btn_change_path.Click                  += new System.EventHandler(this.btn_change_path_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ExportItemGridView);
     this.panel1.Controls.Add(tableLayoutPanel1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(3);
     this.panel1.Size     = new System.Drawing.Size(933, 341);
     this.panel1.TabIndex = 0;
     //
     // ExportItemGridView
     //
     this.ExportItemGridView.AllowUserToResizeColumns    = false;
     this.ExportItemGridView.AllowUserToResizeRows       = false;
     this.ExportItemGridView.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.ExportItemGridView.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
     this.ExportItemGridView.CellBorderStyle             = System.Windows.Forms.DataGridViewCellBorderStyle.SingleVertical;
     this.ExportItemGridView.ClipboardCopyMode           = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
     this.ExportItemGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.ExportItemGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ColumnExportCheckbox,
         this.ColumnLayers,
         this.ColumnNode,
         this.ColumnFilePath,
         this.ColumnTexturesFolder
     });
     this.ExportItemGridView.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ExportItemGridView.Location          = new System.Drawing.Point(3, 3);
     this.ExportItemGridView.Name              = "ExportItemGridView";
     this.ExportItemGridView.RowHeadersWidth   = 27;
     this.ExportItemGridView.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.ExportItemGridView.Size              = new System.Drawing.Size(927, 255);
     this.ExportItemGridView.TabIndex          = 8;
     this.ExportItemGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ExportItemGridView_CellContentClick);
     this.ExportItemGridView.CellDoubleClick  += new System.Windows.Forms.DataGridViewCellEventHandler(this.ExportItemGridView_CellDoubleClick);
     this.ExportItemGridView.CellValidating   += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.ExportItemGridView_CellValidating);
     this.ExportItemGridView.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.ExportItemGridView_CellValueChanged);
     this.ExportItemGridView.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.ExportItemGridView_KeyDown);
     //
     // ColumnExportCheckbox
     //
     this.ColumnExportCheckbox.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.ColumnExportCheckbox.HeaderText   = "Export?";
     this.ColumnExportCheckbox.Name         = "ColumnExportCheckbox";
     this.ColumnExportCheckbox.Resizable    = System.Windows.Forms.DataGridViewTriState.False;
     this.ColumnExportCheckbox.Width        = 49;
     //
     // ColumnLayers
     //
     this.ColumnLayers.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColumnLayers.HeaderText   = "Layers";
     this.ColumnLayers.Name         = "ColumnLayers";
     this.ColumnLayers.ReadOnly     = true;
     //
     // ColumnNode
     //
     this.ColumnNode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColumnNode.HeaderText   = "Root node";
     this.ColumnNode.Name         = "ColumnNode";
     this.ColumnNode.ReadOnly     = true;
     //
     // ColumnFilePath
     //
     this.ColumnFilePath.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColumnFilePath.HeaderText   = "File path";
     this.ColumnFilePath.Name         = "ColumnFilePath";
     //
     // ColumnTexturesFolder
     //
     this.ColumnTexturesFolder.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColumnTexturesFolder.HeaderText   = "Textures folder";
     this.ColumnTexturesFolder.Name         = "ColumnTexturesFolder";
     //
     // SetPathFileDialog
     //
     this.SetPathFileDialog.FileName         = "FileNameUnused";
     this.SetPathFileDialog.Filter           = "All Files|*.*";
     this.SetPathFileDialog.OverwritePrompt  = false;
     this.SetPathFileDialog.RestoreDirectory = true;
     this.SetPathFileDialog.Title            = "Set multi-export file path.";
     //
     // MultiExportForm
     //
     this.AcceptButton        = this.btn_accept;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btn_cancel;
     this.ClientSize          = new System.Drawing.Size(933, 341);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "MultiExportForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Multi-File Export";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     panel_buttons.ResumeLayout(false);
     panel2.ResumeLayout(false);
     panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ExportItemGridView)).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.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.ColumnHeader columnHeader1;
            System.Windows.Forms.ColumnHeader columnHeader2;
            System.Windows.Forms.ColumnHeader columnHeader3;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstallTester));
            this.buttonDebug = new System.Windows.Forms.Button();
            this.buttonInstall = new System.Windows.Forms.Button();
            this.buttonCreateEnvironment = new System.Windows.Forms.Button();
            this.listErrors = new System.Windows.Forms.ListView();
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.txtSource = new System.Windows.Forms.TextBox();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 3;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            tableLayoutPanel1.Controls.Add(this.buttonDebug, 0, 0);
            tableLayoutPanel1.Controls.Add(this.buttonInstall, 0, 0);
            tableLayoutPanel1.Controls.Add(this.buttonCreateEnvironment, 0, 0);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            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(736, 32);
            tableLayoutPanel1.TabIndex = 3;
            // 
            // buttonDebug
            // 
            this.buttonDebug.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonDebug.Location = new System.Drawing.Point(493, 3);
            this.buttonDebug.Name = "buttonDebug";
            this.buttonDebug.Size = new System.Drawing.Size(240, 26);
            this.buttonDebug.TabIndex = 5;
            this.buttonDebug.Text = "Debug && Inspect";
            this.buttonDebug.UseVisualStyleBackColor = true;
            this.buttonDebug.Click += new System.EventHandler(this.buttonDebug_Click);
            // 
            // buttonInstall
            // 
            this.buttonInstall.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonInstall.Location = new System.Drawing.Point(248, 3);
            this.buttonInstall.Name = "buttonInstall";
            this.buttonInstall.Size = new System.Drawing.Size(239, 26);
            this.buttonInstall.TabIndex = 4;
            this.buttonInstall.Text = "Install Intercahnge Code";
            this.buttonInstall.UseVisualStyleBackColor = true;
            this.buttonInstall.Click += new System.EventHandler(this.buttonInstall_Click);
            // 
            // buttonCreateEnvironment
            // 
            this.buttonCreateEnvironment.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonCreateEnvironment.Location = new System.Drawing.Point(3, 3);
            this.buttonCreateEnvironment.Name = "buttonCreateEnvironment";
            this.buttonCreateEnvironment.Size = new System.Drawing.Size(239, 26);
            this.buttonCreateEnvironment.TabIndex = 3;
            this.buttonCreateEnvironment.Text = "Create Environment";
            this.buttonCreateEnvironment.UseVisualStyleBackColor = true;
            this.buttonCreateEnvironment.Click += new System.EventHandler(this.buttonCreateEnvironment_Click);
            // 
            // columnHeader1
            // 
            columnHeader1.Text = "Type";
            // 
            // columnHeader2
            // 
            columnHeader2.Text = "Start";
            columnHeader2.Width = 45;
            // 
            // columnHeader3
            // 
            columnHeader3.Text = "Stop";
            columnHeader3.Width = 45;
            // 
            // listErrors
            // 
            this.listErrors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.listErrors.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader1,
            columnHeader2,
            columnHeader3,
            this.columnHeader4});
            this.listErrors.FullRowSelect = true;
            this.listErrors.HideSelection = false;
            this.listErrors.Location = new System.Drawing.Point(3, 235);
            this.listErrors.MultiSelect = false;
            this.listErrors.Name = "listErrors";
            this.listErrors.ShowGroups = false;
            this.listErrors.ShowItemToolTips = true;
            this.listErrors.Size = new System.Drawing.Size(730, 106);
            this.listErrors.TabIndex = 0;
            this.listErrors.UseCompatibleStateImageBehavior = false;
            this.listErrors.View = System.Windows.Forms.View.Details;
            this.listErrors.SelectedIndexChanged += new System.EventHandler(this.listErrors_SelectedIndexChanged);
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Error Message";
            this.columnHeader4.Width = 550;
            // 
            // txtSource
            // 
            this.txtSource.AcceptsReturn = true;
            this.txtSource.AcceptsTab = true;
            this.txtSource.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.txtSource.HideSelection = false;
            this.txtSource.Location = new System.Drawing.Point(3, 35);
            this.txtSource.Multiline = true;
            this.txtSource.Name = "txtSource";
            this.txtSource.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtSource.Size = new System.Drawing.Size(730, 194);
            this.txtSource.TabIndex = 1;
            this.txtSource.Text = "Smalltalk interchangeVersion: \'1.0\'!\r\n\r\nInterchange element comes here!";
            // 
            // InstallTester
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(736, 344);
            this.Controls.Add(tableLayoutPanel1);
            this.Controls.Add(this.txtSource);
            this.Controls.Add(this.listErrors);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "InstallTester";
            this.Text = "Install-Tester";
            this.Load += new System.EventHandler(this.InstallTester_Load);
            tableLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 52
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.TableLayoutPanel _DependencesTLP;
            System.Windows.Forms.Panel            panel1;

            /*System.Windows.Forms.Label _TitleLB;
             *
             * System.Windows.Forms.Label label4;
             * System.Windows.Forms.Label label3;
             * System.Windows.Forms.Label label2;
             * System.Windows.Forms.Label label1;*/


            this._TitleLB = 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.label1   = new System.Windows.Forms.Label();

            this._PathTB        = new System.Windows.Forms.TextBox();
            this._DependencesTV = new System.Windows.Forms.TreeView();
            this._CloseBT       = new HMI.Model.Module.UI.HMIButton();
            this._CallBT        = new HMI.Model.Module.UI.HMIButton();
            this._RtbTB         = new System.Windows.Forms.TextBox();
            this._AgvnTB        = new System.Windows.Forms.TextBox();
            this._FunctionTB    = new System.Windows.Forms.TextBox();
            this._TypeTB        = new System.Windows.Forms.TextBox();
            _DependencesTLP     = new System.Windows.Forms.TableLayoutPanel();
            _TitleLB            = new System.Windows.Forms.Label();
            panel1 = new System.Windows.Forms.Panel();
            label4 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            _DependencesTLP.SuspendLayout();
            panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // _DependencesTLP
            //
            _DependencesTLP.ColumnCount = 1;
            _DependencesTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            _DependencesTLP.Controls.Add(_TitleLB, 0, 0);
            _DependencesTLP.Controls.Add(this._PathTB, 0, 1);
            _DependencesTLP.Controls.Add(this._DependencesTV, 0, 2);
            _DependencesTLP.Controls.Add(panel1, 0, 3);
            _DependencesTLP.Dock     = System.Windows.Forms.DockStyle.Fill;
            _DependencesTLP.Location = new System.Drawing.Point(0, 0);
            _DependencesTLP.Margin   = new System.Windows.Forms.Padding(0);
            _DependencesTLP.Name     = "_DependencesTLP";
            _DependencesTLP.RowCount = 4;
            _DependencesTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
            _DependencesTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6F));
            _DependencesTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
            _DependencesTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26F));
            _DependencesTLP.Size     = new System.Drawing.Size(440, 462);
            _DependencesTLP.TabIndex = 0;
            //
            // _TitleLB
            //
            _TitleLB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
            _TitleLB.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            _TitleLB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            _TitleLB.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            _TitleLB.Location    = new System.Drawing.Point(5, 3);
            _TitleLB.Margin      = new System.Windows.Forms.Padding(5, 3, 5, 3);
            _TitleLB.Name        = "_TitleLB";
            _TitleLB.Size        = new System.Drawing.Size(430, 30);
            _TitleLB.TabIndex    = 0;
            _TitleLB.Text        = "Directorio de Dependencia-Usuarios";
            _TitleLB.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // _PathTB
            //
            this._PathTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
            this._PathTB.BackColor = System.Drawing.SystemColors.Window;
            this._PathTB.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._PathTB.Location  = new System.Drawing.Point(5, 39);
            this._PathTB.Margin    = new System.Windows.Forms.Padding(5, 3, 5, 3);
            this._PathTB.Name      = "_PathTB";
            this._PathTB.ReadOnly  = true;
            this._PathTB.Size      = new System.Drawing.Size(430, 21);
            this._PathTB.TabIndex  = 1;
            //
            // _DependencesTV
            //
            this._DependencesTV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
            this._DependencesTV.ItemHeight   = 25;
            this._DependencesTV.Location     = new System.Drawing.Point(5, 66);
            this._DependencesTV.Margin       = new System.Windows.Forms.Padding(5, 3, 5, 3);
            this._DependencesTV.Name         = "_DependencesTV";
            this._DependencesTV.Size         = new System.Drawing.Size(430, 271);
            this._DependencesTV.TabIndex     = 2;
            this._DependencesTV.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this._DependencesTV_AfterSelect);
            //
            // panel1
            //
            panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            panel1.Controls.Add(this._CloseBT);
            panel1.Controls.Add(this._CallBT);
            panel1.Controls.Add(this._RtbTB);
            panel1.Controls.Add(label4);
            panel1.Controls.Add(this._AgvnTB);
            panel1.Controls.Add(label3);
            panel1.Controls.Add(this._FunctionTB);
            panel1.Controls.Add(label2);
            panel1.Controls.Add(this._TypeTB);
            panel1.Controls.Add(label1);
            panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            panel1.Location = new System.Drawing.Point(5, 340);
            panel1.Margin   = new System.Windows.Forms.Padding(5, 0, 5, 3);
            panel1.Name     = "panel1";
            panel1.Size     = new System.Drawing.Size(430, 119);
            panel1.TabIndex = 3;
            //
            // _CloseBT
            //
            this._CloseBT.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this._CloseBT.Location = new System.Drawing.Point(355, 66);
            this._CloseBT.Name     = "_CloseBT";
            this._CloseBT.Size     = new System.Drawing.Size(70, 48);
            this._CloseBT.TabIndex = 9;
            this._CloseBT.Text     = "Cerrar";
            this._CloseBT.Click   += new System.EventHandler(this._CloseBT_Click);
            //
            // _CallBT
            //
            this._CallBT.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this._CallBT.Enabled  = false;
            this._CallBT.Location = new System.Drawing.Point(355, 15);
            this._CallBT.Name     = "_CallBT";
            this._CallBT.Size     = new System.Drawing.Size(70, 48);
            this._CallBT.TabIndex = 8;
            this._CallBT.Text     = "Llamar";
            this._CallBT.Click   += new System.EventHandler(this._CallBT_Click);
            //
            // _RtbTB
            //
            this._RtbTB.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this._RtbTB.BackColor = System.Drawing.SystemColors.Window;
            this._RtbTB.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._RtbTB.Location  = new System.Drawing.Point(65, 92);
            this._RtbTB.Name      = "_RtbTB";
            this._RtbTB.ReadOnly  = true;
            this._RtbTB.Size      = new System.Drawing.Size(160, 20);
            this._RtbTB.TabIndex  = 7;
            //
            // label4
            //
            label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            label4.AutoSize = true;
            label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label4.Location = new System.Drawing.Point(3, 95);
            label4.Name     = "label4";
            label4.Size     = new System.Drawing.Size(36, 13);
            label4.TabIndex = 6;
            label4.Text     = "RTB";
            //
            // _AgvnTB
            //
            this._AgvnTB.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this._AgvnTB.BackColor = System.Drawing.SystemColors.Window;
            this._AgvnTB.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._AgvnTB.Location  = new System.Drawing.Point(65, 70);
            this._AgvnTB.Name      = "_AgvnTB";
            this._AgvnTB.ReadOnly  = true;
            this._AgvnTB.Size      = new System.Drawing.Size(160, 20);
            this._AgvnTB.TabIndex  = 5;
            //
            // label3
            //
            label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            label3.AutoSize = true;
            label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label3.Location = new System.Drawing.Point(3, 73);
            label3.Name     = "label3";
            label3.Size     = new System.Drawing.Size(45, 13);
            label3.TabIndex = 4;
            label3.Text     = "AGVN";
            //
            // _FunctionTB
            //
            this._FunctionTB.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this._FunctionTB.BackColor = System.Drawing.SystemColors.Window;
            this._FunctionTB.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._FunctionTB.Location  = new System.Drawing.Point(65, 48);
            this._FunctionTB.Name      = "_FunctionTB";
            this._FunctionTB.ReadOnly  = true;
            this._FunctionTB.Size      = new System.Drawing.Size(160, 20);
            this._FunctionTB.TabIndex  = 3;
            //
            // label2
            //
            label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            label2.AutoSize = true;
            label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label2.Location = new System.Drawing.Point(3, 51);
            label2.Name     = "label2";
            label2.Size     = new System.Drawing.Size(56, 13);
            label2.TabIndex = 2;
            label2.Text     = "Función";
            //
            // _TypeTB
            //
            this._TypeTB.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this._TypeTB.BackColor = System.Drawing.SystemColors.Window;
            this._TypeTB.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._TypeTB.Location  = new System.Drawing.Point(65, 25);
            this._TypeTB.Name      = "_TypeTB";
            this._TypeTB.ReadOnly  = true;
            this._TypeTB.Size      = new System.Drawing.Size(160, 20);
            this._TypeTB.TabIndex  = 1;
            //
            // label1
            //
            label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            label1.AutoSize = true;
            label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label1.Location = new System.Drawing.Point(3, 25);
            label1.Name     = "label1";
            label1.Size     = new System.Drawing.Size(36, 13);
            label1.TabIndex = 0;
            label1.Text     = "Tipo";
            //
            // DependencesView
            //
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.Controls.Add(_DependencesTLP);
            this.Name              = "DependencesView";
            this.Size              = new System.Drawing.Size(440, 462);
            this.BackColorChanged += new System.EventHandler(this.DependencesView_BackColorChanged);
            _DependencesTLP.ResumeLayout(false);
            _DependencesTLP.PerformLayout();
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("Hostname", "Hostname");
            TreelistView.TreeListColumn treeListColumn2 = new TreelistView.TreeListColumn("API", "API");
            TreelistView.TreeListColumn treeListColumn3 = new TreelistView.TreeListColumn("User", "Connected User");
            this.hosts = new TreelistView.TreeListView();
            this.connect = new System.Windows.Forms.Button();
            this.addhost = new System.Windows.Forms.Button();
            this.hostname = new System.Windows.Forms.TextBox();
            this.refresh = new System.Windows.Forms.Button();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hosts)).BeginInit();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 4;
            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.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel1.Controls.Add(this.hosts, 0, 0);
            tableLayoutPanel1.Controls.Add(this.connect, 3, 1);
            tableLayoutPanel1.Controls.Add(this.addhost, 1, 1);
            tableLayoutPanel1.Controls.Add(this.hostname, 0, 1);
            tableLayoutPanel1.Controls.Add(this.refresh, 2, 1);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            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(488, 297);
            tableLayoutPanel1.TabIndex = 2;
            // 
            // hosts
            // 
            this.hosts.AlwaysDisplayVScroll = true;
            treeListColumn1.AutoSize = true;
            treeListColumn1.AutoSizeMinSize = 15;
            treeListColumn1.Width = 48;
            treeListColumn2.AutoSizeMinSize = 15;
            treeListColumn2.Width = 80;
            treeListColumn3.AutoSizeMinSize = 15;
            treeListColumn3.Width = 125;
            this.hosts.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1,
            treeListColumn2,
            treeListColumn3});
            tableLayoutPanel1.SetColumnSpan(this.hosts, 4);
            this.hosts.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.hosts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.hosts.Location = new System.Drawing.Point(3, 3);
            this.hosts.MultiSelect = false;
            this.hosts.Name = "hosts";
            this.hosts.RowOptions.ShowHeader = false;
            this.hosts.Size = new System.Drawing.Size(482, 262);
            this.hosts.TabIndex = 1;
            this.hosts.ViewOptions.HoverHandTreeColumn = false;
            this.hosts.ViewOptions.Indent = 12;
            this.hosts.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.hosts_AfterSelect);
            this.hosts.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.hosts_NodeDoubleClicked);
            this.hosts.KeyDown += new System.Windows.Forms.KeyEventHandler(this.hosts_KeyDown);
            // 
            // connect
            // 
            this.connect.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.connect.Enabled = false;
            this.connect.Location = new System.Drawing.Point(410, 271);
            this.connect.Margin = new System.Windows.Forms.Padding(32, 3, 3, 3);
            this.connect.Name = "connect";
            this.connect.Size = new System.Drawing.Size(75, 23);
            this.connect.TabIndex = 5;
            this.connect.Text = "Connect";
            this.connect.UseVisualStyleBackColor = true;
            this.connect.Click += new System.EventHandler(this.connect_Click);
            // 
            // addhost
            // 
            this.addhost.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.addhost.Location = new System.Drawing.Point(219, 271);
            this.addhost.Name = "addhost";
            this.addhost.Size = new System.Drawing.Size(75, 23);
            this.addhost.TabIndex = 3;
            this.addhost.Text = "Add Host";
            this.addhost.UseVisualStyleBackColor = true;
            this.addhost.Click += new System.EventHandler(this.addhost_Click);
            // 
            // hostname
            // 
            this.hostname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.hostname.Location = new System.Drawing.Point(3, 271);
            this.hostname.Name = "hostname";
            this.hostname.Size = new System.Drawing.Size(210, 20);
            this.hostname.TabIndex = 2;
            this.hostname.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.hostname_KeyPress);
            // 
            // refresh
            // 
            this.refresh.Location = new System.Drawing.Point(300, 271);
            this.refresh.Name = "refresh";
            this.refresh.Size = new System.Drawing.Size(75, 23);
            this.refresh.TabIndex = 4;
            this.refresh.Text = "Refresh";
            this.refresh.UseVisualStyleBackColor = true;
            this.refresh.Click += new System.EventHandler(this.refresh_Click);
            // 
            // RemoteHostSelect
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(488, 297);
            this.Controls.Add(tableLayoutPanel1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "RemoteHostSelect";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Attach to running instance";
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hosts)).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.Windows.Forms.TableLayoutPanel tlpnlMain;
     this.gbGeneral                          = new System.Windows.Forms.GroupBox();
     this.tlpnlGeneral                       = new System.Windows.Forms.TableLayoutPanel();
     this.chkSortByAuthorDate                = new System.Windows.Forms.CheckBox();
     this.chkShowRelativeDate                = new System.Windows.Forms.CheckBox();
     this.truncatePathMethod                 = new System.Windows.Forms.ComboBox();
     this.truncateLongFilenames              = new System.Windows.Forms.Label();
     this.chkEnableAutoScale                 = new System.Windows.Forms.CheckBox();
     this.chkShowRepoCurrentBranch           = new System.Windows.Forms.CheckBox();
     this.chkShowCurrentBranchInVisualStudio = new System.Windows.Forms.CheckBox();
     this.gbLanguages                        = new System.Windows.Forms.GroupBox();
     this.tlpnlLanguage                      = new System.Windows.Forms.TableLayoutPanel();
     this.Dictionary                         = new System.Windows.Forms.ComboBox();
     this.downloadDictionary                 = new System.Windows.Forms.LinkLabel();
     this.lblSpellingDictionary              = new System.Windows.Forms.Label();
     this.lblLanguage                        = new System.Windows.Forms.Label();
     this.Language                        = new System.Windows.Forms.ComboBox();
     this.helpTranslate                   = new System.Windows.Forms.LinkLabel();
     this.gbAuthorImages                  = new System.Windows.Forms.GroupBox();
     this.tlpnlAuthor                     = new System.Windows.Forms.TableLayoutPanel();
     this.lblAvatarProvider               = new System.Windows.Forms.Label();
     this.AvatarProvider                  = new System.Windows.Forms.ComboBox();
     this.ShowAuthorAvatarInCommitGraph   = new System.Windows.Forms.CheckBox();
     this.ShowAuthorAvatarInCommitInfo    = new System.Windows.Forms.CheckBox();
     this.ClearImageCache                 = new System.Windows.Forms.Button();
     this._NO_TRANSLATE_NoImageService    = new System.Windows.Forms.ComboBox();
     this.lblCacheDays                    = new System.Windows.Forms.Label();
     this.lblNoImageService               = new System.Windows.Forms.Label();
     this._NO_TRANSLATE_DaysToCacheImages = new System.Windows.Forms.NumericUpDown();
     this.pictureAvatarHelp               = new System.Windows.Forms.PictureBox();
     this.fixedWidthFontDialog            = new System.Windows.Forms.FontDialog();
     this.applicationDialog               = new System.Windows.Forms.FontDialog();
     this.commitFontDialog                = new System.Windows.Forms.FontDialog();
     tlpnlMain = new System.Windows.Forms.TableLayoutPanel();
     tlpnlMain.SuspendLayout();
     this.gbGeneral.SuspendLayout();
     this.tlpnlGeneral.SuspendLayout();
     this.gbLanguages.SuspendLayout();
     this.tlpnlLanguage.SuspendLayout();
     this.gbAuthorImages.SuspendLayout();
     this.tlpnlAuthor.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_DaysToCacheImages)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureAvatarHelp)).BeginInit();
     this.SuspendLayout();
     //
     // tlpnlMain
     //
     tlpnlMain.ColumnCount = 1;
     tlpnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tlpnlMain.Controls.Add(this.gbGeneral, 0, 0);
     tlpnlMain.Controls.Add(this.gbLanguages, 0, 2);
     tlpnlMain.Controls.Add(this.gbAuthorImages, 0, 1);
     tlpnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     tlpnlMain.Location = new System.Drawing.Point(8, 8);
     tlpnlMain.Name     = "tlpnlMain";
     tlpnlMain.RowCount = 4;
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     tlpnlMain.Size     = new System.Drawing.Size(1542, 481);
     tlpnlMain.TabIndex = 0;
     //
     // gbGeneral
     //
     this.gbGeneral.AutoSize     = true;
     this.gbGeneral.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.gbGeneral.Controls.Add(this.tlpnlGeneral);
     this.gbGeneral.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbGeneral.Location = new System.Drawing.Point(3, 3);
     this.gbGeneral.Name     = "gbGeneral";
     this.gbGeneral.Padding  = new System.Windows.Forms.Padding(8);
     this.gbGeneral.Size     = new System.Drawing.Size(1536, 125);
     this.gbGeneral.TabIndex = 0;
     this.gbGeneral.TabStop  = false;
     this.gbGeneral.Text     = "General";
     //
     // tlpnlGeneral
     //
     this.tlpnlGeneral.AutoSize     = true;
     this.tlpnlGeneral.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpnlGeneral.ColumnCount  = 3;
     this.tlpnlGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpnlGeneral.Controls.Add(this.chkShowRelativeDate, 0, 0);
     this.tlpnlGeneral.Controls.Add(this.chkShowRepoCurrentBranch, 0, 1);
     this.tlpnlGeneral.Controls.Add(this.chkShowCurrentBranchInVisualStudio, 0, 2);
     this.tlpnlGeneral.Controls.Add(this.chkEnableAutoScale, 0, 3);
     this.tlpnlGeneral.Controls.Add(this.chkSortByAuthorDate, 0, 4);
     this.tlpnlGeneral.Controls.Add(this.truncateLongFilenames, 0, 5);
     this.tlpnlGeneral.Controls.Add(this.truncatePathMethod, 1, 5);
     this.tlpnlGeneral.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpnlGeneral.Location = new System.Drawing.Point(8, 21);
     this.tlpnlGeneral.Name     = "tlpnlGeneral";
     this.tlpnlGeneral.RowCount = 6;
     this.tlpnlGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlGeneral.Size     = new System.Drawing.Size(1035, 119);
     this.tlpnlGeneral.TabIndex = 0;
     //
     // chkShowRelativeDate
     //
     this.chkShowRelativeDate.AutoSize = true;
     this.tlpnlGeneral.SetColumnSpan(this.chkShowRelativeDate, 2);
     this.chkShowRelativeDate.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowRelativeDate.Location = new System.Drawing.Point(3, 3);
     this.chkShowRelativeDate.Name     = "chkShowRelativeDate";
     this.chkShowRelativeDate.Size     = new System.Drawing.Size(314, 17);
     this.chkShowRelativeDate.TabIndex = 0;
     this.chkShowRelativeDate.Text     = "Show relative date instead of full date";
     this.chkShowRelativeDate.UseVisualStyleBackColor = true;
     //
     // chkShowRepoCurrentBranch
     //
     this.chkShowRepoCurrentBranch.AutoSize = true;
     this.tlpnlGeneral.SetColumnSpan(this.chkShowRepoCurrentBranch, 2);
     this.chkShowRepoCurrentBranch.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowRepoCurrentBranch.Location = new System.Drawing.Point(3, 26);
     this.chkShowRepoCurrentBranch.Name     = "chkShowRepoCurrentBranch";
     this.chkShowRepoCurrentBranch.Size     = new System.Drawing.Size(314, 17);
     this.chkShowRepoCurrentBranch.TabIndex = 5;
     this.chkShowRepoCurrentBranch.Text     = "Show current branch names in the dashboard and the recent repositories dropdown menu";
     this.chkShowRepoCurrentBranch.UseVisualStyleBackColor = true;
     //
     // chkShowCurrentBranchInVisualStudio
     //
     this.chkShowCurrentBranchInVisualStudio.AutoSize = true;
     this.tlpnlGeneral.SetColumnSpan(this.chkShowCurrentBranchInVisualStudio, 2);
     this.chkShowCurrentBranchInVisualStudio.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowCurrentBranchInVisualStudio.Location = new System.Drawing.Point(3, 49);
     this.chkShowCurrentBranchInVisualStudio.Name     = "chkShowCurrentBranchInVisualStudio";
     this.chkShowCurrentBranchInVisualStudio.Size     = new System.Drawing.Size(314, 17);
     this.chkShowCurrentBranchInVisualStudio.TabIndex = 1;
     this.chkShowCurrentBranchInVisualStudio.Text     = "Show current branch in Visual Studio";
     this.chkShowCurrentBranchInVisualStudio.UseVisualStyleBackColor = true;
     //
     // chkEnableAutoScale
     //
     this.chkEnableAutoScale.AutoSize = true;
     this.tlpnlGeneral.SetColumnSpan(this.chkEnableAutoScale, 2);
     this.chkEnableAutoScale.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkEnableAutoScale.Location = new System.Drawing.Point(3, 69);
     this.chkEnableAutoScale.Name     = "chkEnableAutoScale";
     this.chkEnableAutoScale.Size     = new System.Drawing.Size(314, 17);
     this.chkEnableAutoScale.TabIndex = 2;
     this.chkEnableAutoScale.Text     = "Auto scale user interface when high DPI is used";
     this.chkEnableAutoScale.UseVisualStyleBackColor = true;
     //
     // chkSortByAuthorDate
     //
     this.chkSortByAuthorDate.AutoSize = true;
     this.chkSortByAuthorDate.Location = new System.Drawing.Point(3, 89);
     this.chkSortByAuthorDate.Name     = "chkSortByAuthorDate";
     this.chkSortByAuthorDate.Size     = new System.Drawing.Size(116, 17);
     this.chkSortByAuthorDate.TabIndex = 3;
     this.chkSortByAuthorDate.Text     = "Sort by author date";
     //
     // truncateLongFilenames
     //
     this.truncateLongFilenames.AutoSize  = true;
     this.truncateLongFilenames.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.truncateLongFilenames.Location  = new System.Drawing.Point(3, 109);
     this.truncateLongFilenames.Name      = "truncateLongFilenames";
     this.truncateLongFilenames.Size      = new System.Drawing.Size(120, 27);
     this.truncateLongFilenames.TabIndex  = 4;
     this.truncateLongFilenames.Text      = "Truncate long filenames";
     this.truncateLongFilenames.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // truncatePathMethod
     //
     this.truncatePathMethod.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.truncatePathMethod.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.truncatePathMethod.FormattingEnabled = true;
     this.truncatePathMethod.Items.AddRange(new object[] {
         "None",
         "Compact",
         "Trim start",
         "Filename only"
     });
     this.truncatePathMethod.Location = new System.Drawing.Point(129, 72);
     this.truncatePathMethod.Name     = "truncatePathMethod";
     this.truncatePathMethod.Size     = new System.Drawing.Size(188, 21);
     this.truncatePathMethod.TabIndex = 4;
     //
     // gbAuthorImages
     //
     this.gbAuthorImages.AutoSize     = true;
     this.gbAuthorImages.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.gbAuthorImages.Controls.Add(this.tlpnlAuthor);
     this.gbAuthorImages.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbAuthorImages.Location = new System.Drawing.Point(3, 134);
     this.gbAuthorImages.Name     = "gbAuthorImages";
     this.gbAuthorImages.Padding  = new System.Windows.Forms.Padding(8);
     this.gbAuthorImages.Size     = new System.Drawing.Size(1536, 184);
     this.gbAuthorImages.TabIndex = 1;
     this.gbAuthorImages.TabStop  = false;
     this.gbAuthorImages.Text     = "Author images";
     //
     // tlpnlAuthor
     //
     this.tlpnlAuthor.AutoSize     = true;
     this.tlpnlAuthor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpnlAuthor.ColumnCount  = 3;
     this.tlpnlAuthor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlAuthor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlAuthor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpnlAuthor.Controls.Add(this.lblAvatarProvider, 0, 3);
     this.tlpnlAuthor.Controls.Add(this.AvatarProvider, 1, 3);
     this.tlpnlAuthor.Controls.Add(this.ShowAuthorAvatarInCommitGraph, 0, 0);
     this.tlpnlAuthor.Controls.Add(this.ShowAuthorAvatarInCommitInfo, 0, 1);
     this.tlpnlAuthor.Controls.Add(this.ClearImageCache, 1, 5);
     this.tlpnlAuthor.Controls.Add(this._NO_TRANSLATE_NoImageService, 1, 4);
     this.tlpnlAuthor.Controls.Add(this.lblCacheDays, 0, 2);
     this.tlpnlAuthor.Controls.Add(this.lblNoImageService, 0, 4);
     this.tlpnlAuthor.Controls.Add(this._NO_TRANSLATE_DaysToCacheImages, 1, 2);
     this.tlpnlAuthor.Controls.Add(this.pictureAvatarHelp, 2, 4);
     this.tlpnlAuthor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpnlAuthor.Location = new System.Drawing.Point(8, 21);
     this.tlpnlAuthor.Name     = "tlpnlAuthor";
     this.tlpnlAuthor.RowCount = 6;
     this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlAuthor.Size     = new System.Drawing.Size(1520, 155);
     this.tlpnlAuthor.TabIndex = 0;
     //
     // lblAvatarProvider
     //
     this.lblAvatarProvider.AutoSize  = true;
     this.lblAvatarProvider.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblAvatarProvider.Location  = new System.Drawing.Point(3, 72);
     this.lblAvatarProvider.Name      = "lblAvatarProvider";
     this.lblAvatarProvider.Size      = new System.Drawing.Size(155, 27);
     this.lblAvatarProvider.TabIndex  = 11;
     this.lblAvatarProvider.Text      = "Avatar provider";
     this.lblAvatarProvider.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AvatarProvider
     //
     this.AvatarProvider.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.AvatarProvider.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.AvatarProvider.FormattingEnabled     = true;
     this.AvatarProvider.Location              = new System.Drawing.Point(164, 75);
     this.AvatarProvider.Name                  = "AvatarProvider";
     this.AvatarProvider.Size                  = new System.Drawing.Size(183, 21);
     this.AvatarProvider.TabIndex              = 3;
     this.AvatarProvider.SelectedIndexChanged += new System.EventHandler(this.AvatarProvider_SelectedIndexChanged);
     //
     // ShowAuthorAvatarInCommitGraph
     //
     this.ShowAuthorAvatarInCommitGraph.AutoSize = true;
     this.tlpnlAuthor.SetColumnSpan(this.ShowAuthorAvatarInCommitGraph, 2);
     this.ShowAuthorAvatarInCommitGraph.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ShowAuthorAvatarInCommitGraph.Location = new System.Drawing.Point(3, 3);
     this.ShowAuthorAvatarInCommitGraph.Name     = "ShowAuthorAvatarInCommitGraph";
     this.ShowAuthorAvatarInCommitGraph.Size     = new System.Drawing.Size(344, 17);
     this.ShowAuthorAvatarInCommitGraph.TabIndex = 0;
     this.ShowAuthorAvatarInCommitGraph.Text     = "Show author\'s avatar column in the commit graph";
     this.ShowAuthorAvatarInCommitGraph.UseVisualStyleBackColor = true;
     //
     // ShowAuthorAvatarInCommitInfo
     //
     this.ShowAuthorAvatarInCommitInfo.AutoSize = true;
     this.tlpnlAuthor.SetColumnSpan(this.ShowAuthorAvatarInCommitInfo, 2);
     this.ShowAuthorAvatarInCommitInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ShowAuthorAvatarInCommitInfo.Location = new System.Drawing.Point(3, 26);
     this.ShowAuthorAvatarInCommitInfo.Name     = "ShowAuthorAvatarInCommitInfo";
     this.ShowAuthorAvatarInCommitInfo.Size     = new System.Drawing.Size(344, 17);
     this.ShowAuthorAvatarInCommitInfo.TabIndex = 1;
     this.ShowAuthorAvatarInCommitInfo.Text     = "Show author\'s avatar in the commit info view";
     this.ShowAuthorAvatarInCommitInfo.UseVisualStyleBackColor = true;
     //
     // ClearImageCache
     //
     this.ClearImageCache.AutoSize                = true;
     this.ClearImageCache.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClearImageCache.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.ClearImageCache.Location                = new System.Drawing.Point(164, 129);
     this.ClearImageCache.Name                    = "ClearImageCache";
     this.ClearImageCache.Size                    = new System.Drawing.Size(183, 23);
     this.ClearImageCache.TabIndex                = 6;
     this.ClearImageCache.Text                    = "Clear image cache";
     this.ClearImageCache.UseVisualStyleBackColor = true;
     this.ClearImageCache.Click                  += new System.EventHandler(this.ClearImageCache_Click);
     //
     // gbLanguages
     //
     this.gbLanguages.AutoSize     = true;
     this.gbLanguages.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.gbLanguages.Controls.Add(this.tlpnlLanguage);
     this.gbLanguages.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbLanguages.Location = new System.Drawing.Point(3, 324);
     this.gbLanguages.Name     = "gbLanguages";
     this.gbLanguages.Padding  = new System.Windows.Forms.Padding(8);
     this.gbLanguages.Size     = new System.Drawing.Size(1536, 83);
     this.gbLanguages.TabIndex = 2;
     this.gbLanguages.TabStop  = false;
     this.gbLanguages.Text     = "Language";
     //
     // tlpnlLanguage
     //
     this.tlpnlLanguage.AutoSize     = true;
     this.tlpnlLanguage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpnlLanguage.ColumnCount  = 4;
     this.tlpnlLanguage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlLanguage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlLanguage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlLanguage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpnlLanguage.Controls.Add(this.Dictionary, 1, 1);
     this.tlpnlLanguage.Controls.Add(this.downloadDictionary, 2, 1);
     this.tlpnlLanguage.Controls.Add(this.lblSpellingDictionary, 0, 1);
     this.tlpnlLanguage.Controls.Add(this.lblLanguage, 0, 0);
     this.tlpnlLanguage.Controls.Add(this.Language, 1, 0);
     this.tlpnlLanguage.Controls.Add(this.helpTranslate, 2, 0);
     this.tlpnlLanguage.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpnlLanguage.Location = new System.Drawing.Point(8, 21);
     this.tlpnlLanguage.Name     = "tlpnlLanguage";
     this.tlpnlLanguage.RowCount = 2;
     this.tlpnlLanguage.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlLanguage.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlLanguage.Size     = new System.Drawing.Size(1520, 54);
     this.tlpnlLanguage.TabIndex = 0;
     //
     // Dictionary
     //
     this.Dictionary.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.Dictionary.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Dictionary.FormattingEnabled = true;
     this.Dictionary.Location          = new System.Drawing.Point(158, 30);
     this.Dictionary.Name              = "Dictionary";
     this.Dictionary.Size              = new System.Drawing.Size(86, 21);
     this.Dictionary.TabIndex          = 3;
     this.Dictionary.DropDown         += new System.EventHandler(this.Dictionary_DropDown);
     //
     // downloadDictionary
     //
     this.downloadDictionary.AutoSize     = true;
     this.downloadDictionary.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.downloadDictionary.Location     = new System.Drawing.Point(250, 27);
     this.downloadDictionary.Name         = "downloadDictionary";
     this.downloadDictionary.Size         = new System.Drawing.Size(103, 27);
     this.downloadDictionary.TabIndex     = 4;
     this.downloadDictionary.TabStop      = true;
     this.downloadDictionary.Text         = "Download dictionary";
     this.downloadDictionary.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.downloadDictionary.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.downloadDictionary_LinkClicked);
     //
     // lblSpellingDictionary
     //
     this.lblSpellingDictionary.AutoSize  = true;
     this.lblSpellingDictionary.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblSpellingDictionary.Location  = new System.Drawing.Point(3, 27);
     this.lblSpellingDictionary.Name      = "lblSpellingDictionary";
     this.lblSpellingDictionary.Size      = new System.Drawing.Size(149, 27);
     this.lblSpellingDictionary.TabIndex  = 3;
     this.lblSpellingDictionary.Text      = "Dictionary for spelling checker";
     this.lblSpellingDictionary.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblLanguage
     //
     this.lblLanguage.AutoSize  = true;
     this.lblLanguage.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblLanguage.Location  = new System.Drawing.Point(3, 0);
     this.lblLanguage.Name      = "lblLanguage";
     this.lblLanguage.Size      = new System.Drawing.Size(149, 27);
     this.lblLanguage.TabIndex  = 0;
     this.lblLanguage.Text      = "Language (restart required)";
     this.lblLanguage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Language
     //
     this.Language.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.Language.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Language.FormattingEnabled = true;
     this.Language.Location          = new System.Drawing.Point(158, 3);
     this.Language.Name              = "Language";
     this.Language.Size              = new System.Drawing.Size(86, 21);
     this.Language.TabIndex          = 0;
     //
     // helpTranslate
     //
     this.helpTranslate.AutoSize     = true;
     this.helpTranslate.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.helpTranslate.Location     = new System.Drawing.Point(250, 0);
     this.helpTranslate.Name         = "helpTranslate";
     this.helpTranslate.Size         = new System.Drawing.Size(103, 27);
     this.helpTranslate.TabIndex     = 1;
     this.helpTranslate.TabStop      = true;
     this.helpTranslate.Text         = "Help translate";
     this.helpTranslate.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.helpTranslate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.helpTranslate_LinkClicked);
     //
     // _NO_TRANSLATE_NoImageService
     //
     this._NO_TRANSLATE_NoImageService.Dock              = System.Windows.Forms.DockStyle.Fill;
     this._NO_TRANSLATE_NoImageService.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._NO_TRANSLATE_NoImageService.FormattingEnabled = true;
     this._NO_TRANSLATE_NoImageService.Location          = new System.Drawing.Point(164, 102);
     this._NO_TRANSLATE_NoImageService.Name              = "_NO_TRANSLATE_NoImageService";
     this._NO_TRANSLATE_NoImageService.Size              = new System.Drawing.Size(183, 21);
     this._NO_TRANSLATE_NoImageService.TabIndex          = 4;
     //
     // lblCacheDays
     //
     this.lblCacheDays.AutoSize  = true;
     this.lblCacheDays.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblCacheDays.Location  = new System.Drawing.Point(3, 46);
     this.lblCacheDays.Name      = "lblCacheDays";
     this.lblCacheDays.Size      = new System.Drawing.Size(155, 26);
     this.lblCacheDays.TabIndex  = 2;
     this.lblCacheDays.Text      = "Cache images (days)";
     this.lblCacheDays.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblNoImageService
     //
     this.lblNoImageService.AutoSize  = true;
     this.lblNoImageService.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblNoImageService.Location  = new System.Drawing.Point(3, 99);
     this.lblNoImageService.Name      = "lblNoImageService";
     this.lblNoImageService.Size      = new System.Drawing.Size(155, 27);
     this.lblNoImageService.TabIndex  = 4;
     this.lblNoImageService.Text      = "Fallback generated avatar style";
     this.lblNoImageService.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _NO_TRANSLATE_DaysToCacheImages
     //
     this._NO_TRANSLATE_DaysToCacheImages.Location = new System.Drawing.Point(164, 49);
     this._NO_TRANSLATE_DaysToCacheImages.Maximum  = new decimal(new int[] {
         400,
         0,
         0,
         0
     });
     this._NO_TRANSLATE_DaysToCacheImages.Name      = "_NO_TRANSLATE_DaysToCacheImages";
     this._NO_TRANSLATE_DaysToCacheImages.Size      = new System.Drawing.Size(38, 20);
     this._NO_TRANSLATE_DaysToCacheImages.TabIndex  = 2;
     this._NO_TRANSLATE_DaysToCacheImages.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // pictureAvatarHelp
     //
     this.pictureAvatarHelp.Image    = global::GitUI.Properties.Resources.information;
     this.pictureAvatarHelp.Location = new System.Drawing.Point(353, 104);
     this.pictureAvatarHelp.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 3);
     this.pictureAvatarHelp.Name     = "pictureAvatarHelp";
     this.pictureAvatarHelp.Size     = new System.Drawing.Size(16, 16);
     this.pictureAvatarHelp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureAvatarHelp.TabIndex = 3;
     this.pictureAvatarHelp.TabStop  = false;
     this.pictureAvatarHelp.Click   += new System.EventHandler(this.pictureAvatarHelp_Click);
     //
     // fixedWidthFontDialog
     //
     this.fixedWidthFontDialog.AllowVerticalFonts = false;
     this.fixedWidthFontDialog.Color          = System.Drawing.SystemColors.ControlText;
     this.fixedWidthFontDialog.FixedPitchOnly = true;
     //
     // applicationDialog
     //
     this.applicationDialog.AllowVerticalFonts = false;
     this.applicationDialog.Color = System.Drawing.SystemColors.ControlText;
     //
     // commitFontDialog
     //
     this.commitFontDialog.AllowVerticalFonts = false;
     this.commitFontDialog.Color = System.Drawing.SystemColors.ControlText;
     //
     // AppearanceSettingsPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(tlpnlMain);
     this.MinimumSize = new System.Drawing.Size(258, 255);
     this.Name        = "AppearanceSettingsPage";
     this.Text        = "Appearance";
     this.Padding     = new System.Windows.Forms.Padding(8);
     this.Size        = new System.Drawing.Size(1558, 497);
     tlpnlMain.ResumeLayout(false);
     tlpnlMain.PerformLayout();
     this.gbGeneral.ResumeLayout(false);
     this.gbGeneral.PerformLayout();
     this.tlpnlGeneral.ResumeLayout(false);
     this.tlpnlGeneral.PerformLayout();
     this.gbLanguages.ResumeLayout(false);
     this.gbLanguages.PerformLayout();
     this.tlpnlLanguage.ResumeLayout(false);
     this.tlpnlLanguage.PerformLayout();
     this.gbAuthorImages.ResumeLayout(false);
     this.gbAuthorImages.PerformLayout();
     this.tlpnlAuthor.ResumeLayout(false);
     this.tlpnlAuthor.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_DaysToCacheImages)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureAvatarHelp)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ToolStripLabel toolStripLabel1;
            System.Windows.Forms.TableLayoutPanel toolstripTable;
            TreelistView.TreeListColumn treeListColumn1 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn2 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn3 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Rate", "Rate")));
            TreelistView.TreeListColumn treeListColumn4 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Offset", "Offset")));
            TreelistView.TreeListColumn treeListColumn5 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Stride", "Stride")));
            TreelistView.TreeListColumn treeListColumn6 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("bytelen", "Byte Len")));
            TreelistView.TreeListColumn treeListColumn7 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            System.Windows.Forms.GroupBox groupBox2;
            TreelistView.TreeListColumn treeListColumn8 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Idx", "Index")));
            TreelistView.TreeListColumn treeListColumn9 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Name", "Name")));
            TreelistView.TreeListColumn treeListColumn10 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Location", "Location")));
            TreelistView.TreeListColumn treeListColumn11 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn12 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn13 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Offset", "Offset")));
            TreelistView.TreeListColumn treeListColumn14 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            System.Windows.Forms.GroupBox groupBox44;
            TreelistView.TreeListColumn treeListColumn15 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn16 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn17 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn18 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn19 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn20 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents")));
            TreelistView.TreeListColumn treeListColumn21 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", "")));
            TreelistView.TreeListColumn treeListColumn23 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn24 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn25 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn26 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn27 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn28 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn29 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn30 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn31 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn32 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn33 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn34 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn35 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn36 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents")));
            TreelistView.TreeListColumn treeListColumn37 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", "")));
            TreelistView.TreeListColumn treeListColumn39 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn40 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn41 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn42 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn43 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn44 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn45 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn46 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn47 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn48 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn49 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn50 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn51 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn52 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents")));
            TreelistView.TreeListColumn treeListColumn53 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", "")));
            TreelistView.TreeListColumn treeListColumn55 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn56 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn57 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn58 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn59 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn60 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn61 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn62 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn63 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn64 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn65 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn66 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn67 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn68 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents")));
            TreelistView.TreeListColumn treeListColumn69 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", "")));
            TreelistView.TreeListColumn treeListColumn71 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn72 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn73 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn74 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn75 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn76 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn77 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn78 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn79 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn80 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("X", "X")));
            TreelistView.TreeListColumn treeListColumn81 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Y", "Y")));
            TreelistView.TreeListColumn treeListColumn82 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn83 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            TreelistView.TreeListColumn treeListColumn84 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("MinDepth", "MinDepth")));
            TreelistView.TreeListColumn treeListColumn85 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("MaxDepth", "MaxDepth")));
            System.Windows.Forms.GroupBox groupBox42;
            TreelistView.TreeListColumn treeListColumn86 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn87 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("X", "X")));
            TreelistView.TreeListColumn treeListColumn88 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Y", "Y")));
            TreelistView.TreeListColumn treeListColumn89 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn90 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label25;
            System.Windows.Forms.Label label26;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VulkanPipelineStateViewer));
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label15;
            System.Windows.Forms.Label label16;
            System.Windows.Forms.Label label17;
            TreelistView.TreeListColumn treeListColumn91 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn92 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn93 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn94 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn95 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn96 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents")));
            TreelistView.TreeListColumn treeListColumn97 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", "")));
            TreelistView.TreeListColumn treeListColumn99 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn100 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn101 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn102 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn103 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn104 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn105 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn106 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn107 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn108 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn109 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn110 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn111 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            TreelistView.TreeListColumn treeListColumn112 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth", "Depth")));
            TreelistView.TreeListColumn treeListColumn113 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Array Size", "Array Size")));
            TreelistView.TreeListColumn treeListColumn114 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn115 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn116 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn117 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Enabled", "Enabled")));
            TreelistView.TreeListColumn treeListColumn118 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Colour Src", "Colour Src")));
            TreelistView.TreeListColumn treeListColumn119 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Colour Dst", "Colour Dst")));
            TreelistView.TreeListColumn treeListColumn120 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Colour Op", "Colour Op")));
            TreelistView.TreeListColumn treeListColumn121 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Alpha Src", "Alpha Src")));
            TreelistView.TreeListColumn treeListColumn122 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Alpha Dst", "Alpha Dst")));
            TreelistView.TreeListColumn treeListColumn123 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Alpha Op", "Alpha Op")));
            TreelistView.TreeListColumn treeListColumn124 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Write Mask", "Write Mask")));
            TreelistView.TreeListColumn treeListColumn125 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Face", "Face")));
            TreelistView.TreeListColumn treeListColumn126 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Func", "Func")));
            TreelistView.TreeListColumn treeListColumn127 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Fail Op", "Fail Op")));
            TreelistView.TreeListColumn treeListColumn128 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth Fail Op", "Depth Fail Op")));
            TreelistView.TreeListColumn treeListColumn129 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Pass Op", "Pass Op")));
            TreelistView.TreeListColumn treeListColumn130 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("writemask", "Write Mask")));
            TreelistView.TreeListColumn treeListColumn131 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("compare", "Comp Mask")));
            TreelistView.TreeListColumn treeListColumn132 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Ref", "Ref")));
            TreelistView.TreeListColumn treeListColumn133 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn134 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn135 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn136 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn137 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn138 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents")));
            TreelistView.TreeListColumn treeListColumn139 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", "")));
            TreelistView.TreeListColumn treeListColumn141 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn142 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", "")));
            TreelistView.TreeListColumn treeListColumn143 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set")));
            TreelistView.TreeListColumn treeListColumn144 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding")));
            TreelistView.TreeListColumn treeListColumn145 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn146 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn147 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn148 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            this.pipeFlow = new renderdocui.Controls.PipelineFlowchart();
            this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.showDisabledToolitem = new System.Windows.Forms.ToolStripButton();
            this.showEmptyToolitem = new System.Windows.Forms.ToolStripButton();
            this.export = new System.Windows.Forms.ToolStripButton();
            this.stageTabControl = new renderdocui.Controls.TablessControl();
            this.tabIA = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel();
            this.topologyDiagram = new System.Windows.Forms.PictureBox();
            this.topology = new System.Windows.Forms.Label();
            this.primRestart = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.viBuffers = new TreelistView.TreeListView();
            this.viAttrs = new TreelistView.TreeListView();
            this.meshView = new System.Windows.Forms.PictureBox();
            this.tabVS = new System.Windows.Forms.TabPage();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
            this.vsShader = new System.Windows.Forms.Label();
            this.vsShaderCog = new System.Windows.Forms.PictureBox();
            this.vsShaderEdit = new System.Windows.Forms.PictureBox();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.vsResources = new TreelistView.TreeListView();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.vsCBuffers = new TreelistView.TreeListView();
            this.tabHS = new System.Windows.Forms.TabPage();
            this.panel3 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
            this.hsShader = new System.Windows.Forms.Label();
            this.hsShaderCog = new System.Windows.Forms.PictureBox();
            this.hsShaderEdit = new System.Windows.Forms.PictureBox();
            this.groupBox12 = new System.Windows.Forms.GroupBox();
            this.hsResources = new TreelistView.TreeListView();
            this.groupBox15 = new System.Windows.Forms.GroupBox();
            this.hsCBuffers = new TreelistView.TreeListView();
            this.tabDS = new System.Windows.Forms.TabPage();
            this.panel4 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox16 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
            this.dsShader = new System.Windows.Forms.Label();
            this.dsShaderCog = new System.Windows.Forms.PictureBox();
            this.dsShaderEdit = new System.Windows.Forms.PictureBox();
            this.groupBox18 = new System.Windows.Forms.GroupBox();
            this.dsResources = new TreelistView.TreeListView();
            this.groupBox21 = new System.Windows.Forms.GroupBox();
            this.dsCBuffers = new TreelistView.TreeListView();
            this.tabGS = new System.Windows.Forms.TabPage();
            this.panel5 = new System.Windows.Forms.Panel();
            this.geomTableLayout = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox22 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
            this.gsShader = new System.Windows.Forms.Label();
            this.gsShaderCog = new System.Windows.Forms.PictureBox();
            this.gsShaderEdit = new System.Windows.Forms.PictureBox();
            this.groupBox24 = new System.Windows.Forms.GroupBox();
            this.gsResources = new TreelistView.TreeListView();
            this.geomCBufGroupBox = new System.Windows.Forms.GroupBox();
            this.gsCBuffers = new TreelistView.TreeListView();
            this.tabRS = new System.Windows.Forms.TabPage();
            this.panel8 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox32 = new System.Windows.Forms.GroupBox();
            this.viewports = new TreelistView.TreeListView();
            this.scissors = new TreelistView.TreeListView();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            this.label12 = new System.Windows.Forms.Label();
            this.minSampleShading = new System.Windows.Forms.Label();
            this.sampleMask = new System.Windows.Forms.Label();
            this.sampleCount = new System.Windows.Forms.Label();
            this.sampleShading = new System.Windows.Forms.PictureBox();
            this.groupBox31 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
            this.frontCCW = new System.Windows.Forms.PictureBox();
            this.cullMode = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.depthBias = new System.Windows.Forms.Label();
            this.depthBiasClamp = new System.Windows.Forms.Label();
            this.slopeScaledBias = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.depthClamp = new System.Windows.Forms.PictureBox();
            this.fillMode = new System.Windows.Forms.Label();
            this.rasterizerDiscard = new System.Windows.Forms.PictureBox();
            this.label14 = new System.Windows.Forms.Label();
            this.lineWidth = new System.Windows.Forms.Label();
            this.tabPS = new System.Windows.Forms.TabPage();
            this.panel6 = new System.Windows.Forms.Panel();
            this.pixelTableLayout = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox13 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.psShader = new System.Windows.Forms.Label();
            this.psShaderCog = new System.Windows.Forms.PictureBox();
            this.psShaderEdit = new System.Windows.Forms.PictureBox();
            this.groupBox28 = new System.Windows.Forms.GroupBox();
            this.psResources = new TreelistView.TreeListView();
            this.pixelCBufGroupBox = new System.Windows.Forms.GroupBox();
            this.psCBuffers = new TreelistView.TreeListView();
            this.tabOM = new System.Windows.Forms.TabPage();
            this.panel9 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox33 = new System.Windows.Forms.GroupBox();
            this.targetOutputs = new TreelistView.TreeListView();
            this.groupBox37 = new System.Windows.Forms.GroupBox();
            this.blendOperations = new TreelistView.TreeListView();
            this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox40 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
            this.label4 = new System.Windows.Forms.Label();
            this.logicOp = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.blendFactor = new System.Windows.Forms.Label();
            this.alphaToOne = new System.Windows.Forms.PictureBox();
            this.groupBox41 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
            this.depthBounds = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.depthEnable = new System.Windows.Forms.PictureBox();
            this.label21 = new System.Windows.Forms.Label();
            this.depthWrite = new System.Windows.Forms.PictureBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.depthFunc = new System.Windows.Forms.Label();
            this.groupBox43 = new System.Windows.Forms.GroupBox();
            this.stencilFuncs = new TreelistView.TreeListView();
            this.tabCS = new System.Windows.Forms.TabPage();
            this.panel7 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
            this.csShader = new System.Windows.Forms.Label();
            this.csShaderCog = new System.Windows.Forms.PictureBox();
            this.csShaderEdit = new System.Windows.Forms.PictureBox();
            this.computeDebugControls = new System.Windows.Forms.FlowLayoutPanel();
            this.label9 = new System.Windows.Forms.Label();
            this.groupX = new System.Windows.Forms.TextBox();
            this.groupY = new System.Windows.Forms.TextBox();
            this.groupZ = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.threadX = new System.Windows.Forms.TextBox();
            this.threadY = new System.Windows.Forms.TextBox();
            this.threadZ = new System.Windows.Forms.TextBox();
            this.csDebug = new System.Windows.Forms.Button();
            this.groupBox34 = new System.Windows.Forms.GroupBox();
            this.csResources = new TreelistView.TreeListView();
            this.groupBox36 = new System.Windows.Forms.GroupBox();
            this.csCBuffers = new TreelistView.TreeListView();
            this.rightclickMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.showDisabled = new System.Windows.Forms.ToolStripMenuItem();
            this.showEmpty = new System.Windows.Forms.ToolStripMenuItem();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.exportDialog = new System.Windows.Forms.SaveFileDialog();
            toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            toolstripTable = new System.Windows.Forms.TableLayoutPanel();
            groupBox2 = new System.Windows.Forms.GroupBox();
            groupBox44 = new System.Windows.Forms.GroupBox();
            groupBox42 = new System.Windows.Forms.GroupBox();
            label7 = new System.Windows.Forms.Label();
            label25 = new System.Windows.Forms.Label();
            label26 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label15 = new System.Windows.Forms.Label();
            label16 = new System.Windows.Forms.Label();
            label17 = new System.Windows.Forms.Label();
            toolstripTable.SuspendLayout();
            this.flowLayoutPanel6.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.stageTabControl.SuspendLayout();
            this.tabIA.SuspendLayout();
            this.panel1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tableLayoutPanel13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.topologyDiagram)).BeginInit();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.viBuffers)).BeginInit();
            groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.viAttrs)).BeginInit();
            groupBox44.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.meshView)).BeginInit();
            this.tabVS.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.flowLayoutPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderEdit)).BeginInit();
            this.groupBox7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsResources)).BeginInit();
            this.groupBox9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsCBuffers)).BeginInit();
            this.tabHS.SuspendLayout();
            this.panel3.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.groupBox10.SuspendLayout();
            this.flowLayoutPanel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderEdit)).BeginInit();
            this.groupBox12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hsResources)).BeginInit();
            this.groupBox15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hsCBuffers)).BeginInit();
            this.tabDS.SuspendLayout();
            this.panel4.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.groupBox16.SuspendLayout();
            this.flowLayoutPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderEdit)).BeginInit();
            this.groupBox18.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dsResources)).BeginInit();
            this.groupBox21.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dsCBuffers)).BeginInit();
            this.tabGS.SuspendLayout();
            this.panel5.SuspendLayout();
            this.geomTableLayout.SuspendLayout();
            this.groupBox22.SuspendLayout();
            this.flowLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderEdit)).BeginInit();
            this.groupBox24.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsResources)).BeginInit();
            this.geomCBufGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsCBuffers)).BeginInit();
            this.tabRS.SuspendLayout();
            this.panel8.SuspendLayout();
            this.tableLayoutPanel14.SuspendLayout();
            this.groupBox32.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.viewports)).BeginInit();
            groupBox42.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scissors)).BeginInit();
            this.groupBox5.SuspendLayout();
            this.tableLayoutPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sampleShading)).BeginInit();
            this.groupBox31.SuspendLayout();
            this.tableLayoutPanel8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.frontCCW)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthClamp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rasterizerDiscard)).BeginInit();
            this.tabPS.SuspendLayout();
            this.panel6.SuspendLayout();
            this.pixelTableLayout.SuspendLayout();
            this.groupBox13.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderEdit)).BeginInit();
            this.groupBox28.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.psResources)).BeginInit();
            this.pixelCBufGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.psCBuffers)).BeginInit();
            this.tabOM.SuspendLayout();
            this.panel9.SuspendLayout();
            this.tableLayoutPanel9.SuspendLayout();
            this.groupBox33.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.targetOutputs)).BeginInit();
            this.groupBox37.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.blendOperations)).BeginInit();
            this.tableLayoutPanel10.SuspendLayout();
            this.groupBox40.SuspendLayout();
            this.tableLayoutPanel11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.alphaToOne)).BeginInit();
            this.groupBox41.SuspendLayout();
            this.tableLayoutPanel12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.depthEnable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthWrite)).BeginInit();
            this.groupBox43.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.stencilFuncs)).BeginInit();
            this.tabCS.SuspendLayout();
            this.panel7.SuspendLayout();
            this.tableLayoutPanel7.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.flowLayoutPanel7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderEdit)).BeginInit();
            this.computeDebugControls.SuspendLayout();
            this.groupBox34.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csResources)).BeginInit();
            this.groupBox36.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csCBuffers)).BeginInit();
            this.rightclickMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripLabel1
            // 
            toolStripLabel1.Name = "toolStripLabel1";
            toolStripLabel1.Size = new System.Drawing.Size(84, 22);
            toolStripLabel1.Text = "Display Controls";
            // 
            // toolstripTable
            // 
            toolstripTable.ColumnCount = 1;
            toolstripTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            toolstripTable.Controls.Add(this.pipeFlow, 0, 1);
            toolstripTable.Controls.Add(this.flowLayoutPanel6, 0, 0);
            toolstripTable.Controls.Add(this.stageTabControl, 0, 2);
            toolstripTable.Dock = System.Windows.Forms.DockStyle.Fill;
            toolstripTable.Location = new System.Drawing.Point(0, 0);
            toolstripTable.Name = "toolstripTable";
            toolstripTable.RowCount = 3;
            toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
            toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90F));
            toolstripTable.Size = new System.Drawing.Size(1112, 600);
            toolstripTable.TabIndex = 2;
            // 
            // pipeFlow
            // 
            this.pipeFlow.BackColor = System.Drawing.Color.Transparent;
            this.pipeFlow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pipeFlow.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.pipeFlow.Location = new System.Drawing.Point(4, 35);
            this.pipeFlow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pipeFlow.Name = "pipeFlow";
            this.pipeFlow.SelectedStage = 0;
            this.pipeFlow.Size = new System.Drawing.Size(1104, 48);
            this.pipeFlow.TabIndex = 0;
            this.pipeFlow.SelectedStageChanged += new System.EventHandler<System.EventArgs>(this.pipeFlow_SelectedStageChanged);
            // 
            // flowLayoutPanel6
            // 
            this.flowLayoutPanel6.AutoSize = true;
            this.flowLayoutPanel6.Controls.Add(this.toolStrip1);
            this.flowLayoutPanel6.Location = new System.Drawing.Point(3, 3);
            this.flowLayoutPanel6.Name = "flowLayoutPanel6";
            this.flowLayoutPanel6.Size = new System.Drawing.Size(394, 25);
            this.flowLayoutPanel6.TabIndex = 1;
            // 
            // toolStrip1
            // 
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel1,
            this.toolStripSeparator2,
            this.showDisabledToolitem,
            this.showEmptyToolitem,
            this.export});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(394, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // showDisabledToolitem
            // 
            this.showDisabledToolitem.CheckOnClick = true;
            this.showDisabledToolitem.Image = global::renderdocui.Properties.Resources.page_white_delete;
            this.showDisabledToolitem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.showDisabledToolitem.Name = "showDisabledToolitem";
            this.showDisabledToolitem.Size = new System.Drawing.Size(126, 22);
            this.showDisabledToolitem.Text = "Show Disabled Items";
            this.showDisabledToolitem.Click += new System.EventHandler(this.hideDisabled_Click);
            // 
            // showEmptyToolitem
            // 
            this.showEmptyToolitem.CheckOnClick = true;
            this.showEmptyToolitem.Image = global::renderdocui.Properties.Resources.page_white_database;
            this.showEmptyToolitem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.showEmptyToolitem.Name = "showEmptyToolitem";
            this.showEmptyToolitem.Size = new System.Drawing.Size(116, 22);
            this.showEmptyToolitem.Text = "Show Empty Items";
            this.showEmptyToolitem.Click += new System.EventHandler(this.hideEmpty_Click);
            // 
            // export
            // 
            this.export.Image = global::renderdocui.Properties.Resources.save;
            this.export.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.export.Name = "export";
            this.export.Size = new System.Drawing.Size(59, 22);
            this.export.Text = "Export";
            this.export.Click += new System.EventHandler(this.export_Click);
            // 
            // stageTabControl
            // 
            this.stageTabControl.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.stageTabControl.Controls.Add(this.tabIA);
            this.stageTabControl.Controls.Add(this.tabVS);
            this.stageTabControl.Controls.Add(this.tabHS);
            this.stageTabControl.Controls.Add(this.tabDS);
            this.stageTabControl.Controls.Add(this.tabGS);
            this.stageTabControl.Controls.Add(this.tabRS);
            this.stageTabControl.Controls.Add(this.tabPS);
            this.stageTabControl.Controls.Add(this.tabOM);
            this.stageTabControl.Controls.Add(this.tabCS);
            this.stageTabControl.HotTrack = true;
            this.stageTabControl.Location = new System.Drawing.Point(3, 90);
            this.stageTabControl.Multiline = true;
            this.stageTabControl.Name = "stageTabControl";
            this.stageTabControl.SelectedIndex = 0;
            this.stageTabControl.Size = new System.Drawing.Size(1106, 507);
            this.stageTabControl.TabIndex = 0;
            // 
            // tabIA
            // 
            this.tabIA.Controls.Add(this.panel1);
            this.tabIA.Location = new System.Drawing.Point(4, 22);
            this.tabIA.Name = "tabIA";
            this.tabIA.Size = new System.Drawing.Size(1098, 481);
            this.tabIA.TabIndex = 0;
            this.tabIA.Text = "Input Assembler";
            this.tabIA.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.AutoScrollMinSize = new System.Drawing.Size(280, 300);
            this.panel1.Controls.Add(this.tableLayoutPanel1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Margin = new System.Windows.Forms.Padding(0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1098, 481);
            this.panel1.TabIndex = 0;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanel1.Controls.Add(this.groupBox1, 2, 1);
            this.tableLayoutPanel1.Controls.Add(this.groupBox4, 0, 1);
            this.tableLayoutPanel1.Controls.Add(groupBox2, 0, 0);
            this.tableLayoutPanel1.Controls.Add(groupBox44, 1, 1);
            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 = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1098, 481);
            this.tableLayoutPanel1.TabIndex = 9;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tableLayoutPanel13);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(771, 243);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(324, 235);
            this.groupBox1.TabIndex = 6;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Primitive Topology";
            // 
            // tableLayoutPanel13
            // 
            this.tableLayoutPanel13.ColumnCount = 1;
            this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel13.Controls.Add(this.topologyDiagram, 0, 1);
            this.tableLayoutPanel13.Controls.Add(this.topology, 0, 0);
            this.tableLayoutPanel13.Controls.Add(this.primRestart, 0, 2);
            this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel13.Name = "tableLayoutPanel13";
            this.tableLayoutPanel13.RowCount = 3;
            this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel13.Size = new System.Drawing.Size(318, 216);
            this.tableLayoutPanel13.TabIndex = 2;
            // 
            // topologyDiagram
            // 
            this.topologyDiagram.Dock = System.Windows.Forms.DockStyle.Fill;
            this.topologyDiagram.Image = global::renderdocui.Properties.Resources.topo_trilist;
            this.topologyDiagram.Location = new System.Drawing.Point(3, 26);
            this.topologyDiagram.Name = "topologyDiagram";
            this.topologyDiagram.Size = new System.Drawing.Size(312, 164);
            this.topologyDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.topologyDiagram.TabIndex = 1;
            this.topologyDiagram.TabStop = false;
            // 
            // topology
            // 
            this.topology.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.topology.AutoSize = true;
            this.topology.BackColor = System.Drawing.Color.Transparent;
            this.topology.Font = new System.Drawing.Font("Tahoma", 14.25F);
            this.topology.Location = new System.Drawing.Point(3, 0);
            this.topology.Name = "topology";
            this.topology.Size = new System.Drawing.Size(312, 23);
            this.topology.TabIndex = 0;
            this.topology.Text = "Triangle List";
            this.topology.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // primRestart
            // 
            this.primRestart.AutoSize = true;
            this.primRestart.Font = new System.Drawing.Font("Tahoma", 14.25F);
            this.primRestart.Location = new System.Drawing.Point(3, 193);
            this.primRestart.Name = "primRestart";
            this.primRestart.Size = new System.Drawing.Size(219, 23);
            this.primRestart.TabIndex = 2;
            this.primRestart.Text = "Primitive Restart Enabled";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.viBuffers);
            this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox4.Location = new System.Drawing.Point(3, 243);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(543, 235);
            this.groupBox4.TabIndex = 8;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Buffers";
            // 
            // viBuffers
            // 
            treeListColumn1.AutoSizeMinSize = 0;
            treeListColumn1.Width = 60;
            treeListColumn2.AutoSize = true;
            treeListColumn2.AutoSizeMinSize = 100;
            treeListColumn2.Width = 50;
            treeListColumn3.AutoSizeMinSize = 0;
            treeListColumn3.Width = 60;
            treeListColumn4.AutoSizeMinSize = 0;
            treeListColumn4.Width = 75;
            treeListColumn5.AutoSizeMinSize = 0;
            treeListColumn5.Width = 50;
            treeListColumn6.AutoSizeMinSize = 0;
            treeListColumn6.Width = 80;
            treeListColumn7.AutoSizeMinSize = 0;
            treeListColumn7.Width = 25;
            this.viBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1,
            treeListColumn2,
            treeListColumn3,
            treeListColumn4,
            treeListColumn5,
            treeListColumn6,
            treeListColumn7});
            this.viBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.viBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.viBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.viBuffers.Location = new System.Drawing.Point(3, 16);
            this.viBuffers.MultiSelect = false;
            this.viBuffers.Name = "viBuffers";
            this.viBuffers.RowOptions.ItemHeight = 20;
            this.viBuffers.RowOptions.ShowHeader = false;
            this.viBuffers.Size = new System.Drawing.Size(537, 216);
            this.viBuffers.TabIndex = 10;
            this.viBuffers.Text = "treeListView1";
            this.viBuffers.TreeColumn = 6;
            this.viBuffers.ViewOptions.Indent = 0;
            this.viBuffers.ViewOptions.ShowLine = false;
            this.viBuffers.ViewOptions.ShowPlusMinus = false;
            this.viBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.iabuffers_NodeDoubleClicked);
            this.viBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.iabuffers_NodeDoubleClicked);
            this.viBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.viBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.viBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.viBuffers.MouseLeave += new System.EventHandler(this.ia_MouseLeave);
            this.viBuffers.MouseMove += new System.Windows.Forms.MouseEventHandler(this.iabuffers_MouseMove);
            // 
            // groupBox2
            // 
            this.tableLayoutPanel1.SetColumnSpan(groupBox2, 3);
            groupBox2.Controls.Add(this.viAttrs);
            groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox2.Location = new System.Drawing.Point(3, 3);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(1092, 234);
            groupBox2.TabIndex = 9;
            groupBox2.TabStop = false;
            groupBox2.Text = "Attributes";
            // 
            // viAttrs
            // 
            treeListColumn8.AutoSizeMinSize = 0;
            treeListColumn8.Width = 40;
            treeListColumn9.AutoSize = true;
            treeListColumn9.AutoSizeMinSize = 0;
            treeListColumn9.Width = 200;
            treeListColumn10.AutoSizeMinSize = 50;
            treeListColumn10.Width = 75;
            treeListColumn11.AutoSizeMinSize = 0;
            treeListColumn11.Width = 90;
            treeListColumn12.AutoSizeMinSize = 0;
            treeListColumn12.Width = 150;
            treeListColumn13.AutoSizeMinSize = 0;
            treeListColumn13.Width = 75;
            treeListColumn14.AutoSizeMinSize = 0;
            treeListColumn14.Width = 25;
            this.viAttrs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn8,
            treeListColumn9,
            treeListColumn10,
            treeListColumn11,
            treeListColumn12,
            treeListColumn13,
            treeListColumn14});
            this.viAttrs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.viAttrs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.viAttrs.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.viAttrs.Location = new System.Drawing.Point(3, 16);
            this.viAttrs.MultiSelect = false;
            this.viAttrs.Name = "viAttrs";
            this.viAttrs.RowOptions.ItemHeight = 20;
            this.viAttrs.RowOptions.ShowHeader = false;
            this.viAttrs.Size = new System.Drawing.Size(1086, 215);
            this.viAttrs.TabIndex = 12;
            this.viAttrs.Text = "Input Layouts";
            this.viAttrs.TreeColumn = 6;
            this.viAttrs.ViewOptions.Indent = 0;
            this.viAttrs.ViewOptions.ShowLine = false;
            this.viAttrs.ViewOptions.ShowPlusMinus = false;
            this.viAttrs.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.inputLayouts_NodeDoubleClick);
            this.viAttrs.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.inputLayouts_NodeDoubleClick);
            this.viAttrs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.viAttrs.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.viAttrs.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.viAttrs.MouseLeave += new System.EventHandler(this.ia_MouseLeave);
            this.viAttrs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.iaattrs_MouseMove);
            // 
            // groupBox44
            // 
            groupBox44.Controls.Add(this.meshView);
            groupBox44.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox44.Location = new System.Drawing.Point(552, 243);
            groupBox44.Name = "groupBox44";
            groupBox44.Size = new System.Drawing.Size(213, 235);
            groupBox44.TabIndex = 11;
            groupBox44.TabStop = false;
            groupBox44.Text = "Mesh View";
            // 
            // meshView
            // 
            this.meshView.Cursor = System.Windows.Forms.Cursors.Hand;
            this.meshView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.meshView.Image = global::renderdocui.Properties.Resources.wireframe_mesh;
            this.meshView.Location = new System.Drawing.Point(3, 16);
            this.meshView.Name = "meshView";
            this.meshView.Size = new System.Drawing.Size(207, 216);
            this.meshView.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.meshView.TabIndex = 0;
            this.meshView.TabStop = false;
            this.toolTip.SetToolTip(this.meshView, "View the mesh");
            this.meshView.Click += new System.EventHandler(this.meshView_Click);
            this.meshView.MouseEnter += new System.EventHandler(this.meshView_MouseEnter);
            this.meshView.MouseLeave += new System.EventHandler(this.meshView_MouseLeave);
            // 
            // tabVS
            // 
            this.tabVS.Controls.Add(this.panel2);
            this.tabVS.Location = new System.Drawing.Point(4, 22);
            this.tabVS.Name = "tabVS";
            this.tabVS.Size = new System.Drawing.Size(1098, 481);
            this.tabVS.TabIndex = 1;
            this.tabVS.Text = "Vertex Shader";
            this.tabVS.UseVisualStyleBackColor = true;
            // 
            // panel2
            // 
            this.panel2.AutoScroll = true;
            this.panel2.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel2.Controls.Add(this.tableLayoutPanel2);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1098, 481);
            this.panel2.TabIndex = 4;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.groupBox7, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.groupBox9, 0, 2);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 3;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(1082, 500);
            this.tableLayoutPanel2.TabIndex = 1;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.flowLayoutPanel3);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox3.Location = new System.Drawing.Point(3, 3);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(1076, 44);
            this.groupBox3.TabIndex = 17;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Shader";
            // 
            // flowLayoutPanel3
            // 
            this.flowLayoutPanel3.Controls.Add(this.vsShader);
            this.flowLayoutPanel3.Controls.Add(this.vsShaderCog);
            this.flowLayoutPanel3.Controls.Add(this.vsShaderEdit);
            this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel3.Name = "flowLayoutPanel3";
            this.flowLayoutPanel3.Size = new System.Drawing.Size(1070, 25);
            this.flowLayoutPanel3.TabIndex = 25;
            // 
            // vsShader
            // 
            this.vsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.vsShader.AutoSize = true;
            this.vsShader.BackColor = System.Drawing.Color.LightGray;
            this.vsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.vsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.vsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.vsShader.Location = new System.Drawing.Point(3, 3);
            this.vsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.vsShader.Name = "vsShader";
            this.vsShader.Size = new System.Drawing.Size(300, 15);
            this.vsShader.TabIndex = 24;
            this.vsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.vsShader.Click += new System.EventHandler(this.shader_Click);
            this.vsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.vsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // vsShaderCog
            // 
            this.vsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.vsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.vsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.vsShaderCog.Name = "vsShaderCog";
            this.vsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.vsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.vsShaderCog.TabIndex = 25;
            this.vsShaderCog.TabStop = false;
            this.vsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.vsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.vsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // vsShaderEdit
            // 
            this.vsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.vsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.vsShaderEdit.Location = new System.Drawing.Point(331, 3);
            this.vsShaderEdit.Name = "vsShaderEdit";
            this.vsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.vsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.vsShaderEdit.TabIndex = 26;
            this.vsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.vsShaderEdit, "HLSL edit and replace this shader");
            this.vsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.vsResources);
            this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox7.Location = new System.Drawing.Point(3, 53);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(1076, 219);
            this.groupBox7.TabIndex = 14;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Resources";
            // 
            // vsResources
            // 
            treeListColumn15.AutoSizeMinSize = 0;
            treeListColumn15.Width = 20;
            treeListColumn16.AutoSizeMinSize = 0;
            treeListColumn16.Width = 30;
            treeListColumn17.AutoSizeMinSize = 0;
            treeListColumn17.Width = 120;
            treeListColumn18.AutoSizeMinSize = 0;
            treeListColumn18.Width = 110;
            treeListColumn19.AutoSizeMinSize = 0;
            treeListColumn19.Width = 200;
            treeListColumn19.AutoSize = true;
            treeListColumn20.AutoSizeMinSize = 0;
            treeListColumn20.Width = 200;
            treeListColumn21.AutoSizeMinSize = 0;
            treeListColumn21.Width = 200;
            treeListColumn23.AutoSizeMinSize = 0;
            treeListColumn23.Width = 25;
            this.vsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn15,
            treeListColumn16,
            treeListColumn17,
            treeListColumn18,
            treeListColumn19,
            treeListColumn20,
            treeListColumn21,
            treeListColumn23});
            this.vsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.vsResources.Location = new System.Drawing.Point(3, 16);
            this.vsResources.MultiSelect = false;
            this.vsResources.Name = "vsResources";
            this.vsResources.RowOptions.HoverHighlight = true;
            this.vsResources.RowOptions.ItemHeight = 20;
            this.vsResources.RowOptions.ShowHeader = false;
            this.vsResources.Size = new System.Drawing.Size(1070, 200);
            this.vsResources.TabIndex = 1;
            this.vsResources.Text = "Resources";
            this.vsResources.TreeColumn = 7;
            this.vsResources.ViewOptions.Indent = 0;
            this.vsResources.ViewOptions.ShowLine = false;
            this.vsResources.ViewOptions.PadForPlusMinus = false;
            this.vsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.vsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.vsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.vsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.vsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.vsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.vsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(this.vsCBuffers);
            this.groupBox9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox9.Location = new System.Drawing.Point(3, 278);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(1076, 219);
            this.groupBox9.TabIndex = 12;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Uniform Buffers";
            // 
            // vsCBuffers
            // 
            treeListColumn24.AutoSizeMinSize = 0;
            treeListColumn24.Width = 20;
            treeListColumn25.AutoSizeMinSize = 0;
            treeListColumn25.Width = 30;
            treeListColumn26.AutoSizeMinSize = 0;
            treeListColumn26.Width = 120;
            treeListColumn27.AutoSize = true;
            treeListColumn27.AutoSizeMinSize = 100;
            treeListColumn27.Width = 50;
            treeListColumn28.AutoSizeMinSize = 0;
            treeListColumn28.Width = 140;
            treeListColumn29.AutoSizeMinSize = 0;
            treeListColumn29.Width = 250;
            treeListColumn30.AutoSizeMinSize = 0;
            treeListColumn30.Width = 25;
            this.vsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn24,
            treeListColumn25,
            treeListColumn26,
            treeListColumn27,
            treeListColumn28,
            treeListColumn29,
            treeListColumn30});
            this.vsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.vsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.vsCBuffers.MultiSelect = false;
            this.vsCBuffers.Name = "vsCBuffers";
            this.vsCBuffers.RowOptions.HoverHighlight = true;
            this.vsCBuffers.RowOptions.ItemHeight = 20;
            this.vsCBuffers.RowOptions.ShowHeader = false;
            this.vsCBuffers.Size = new System.Drawing.Size(1070, 200);
            this.vsCBuffers.TabIndex = 11;
            this.vsCBuffers.Text = "Uniform Buffers";
            this.vsCBuffers.TreeColumn = 6;
            this.vsCBuffers.ViewOptions.Indent = 0;
            this.vsCBuffers.ViewOptions.PadForPlusMinus = false;
            this.vsCBuffers.ViewOptions.ShowLine = false;
            this.vsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.vsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.vsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.vsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.vsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabHS
            // 
            this.tabHS.Controls.Add(this.panel3);
            this.tabHS.Location = new System.Drawing.Point(4, 22);
            this.tabHS.Name = "tabHS";
            this.tabHS.Size = new System.Drawing.Size(1098, 481);
            this.tabHS.TabIndex = 2;
            this.tabHS.Text = "Hull Shader";
            this.tabHS.UseVisualStyleBackColor = true;
            // 
            // panel3
            // 
            this.panel3.AutoScroll = true;
            this.panel3.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel3.Controls.Add(this.tableLayoutPanel3);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(1098, 481);
            this.panel3.TabIndex = 4;
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 1;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel3.Controls.Add(this.groupBox10, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.groupBox12, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.groupBox15, 0, 2);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 3;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(1082, 500);
            this.tableLayoutPanel3.TabIndex = 1;
            // 
            // groupBox10
            // 
            this.groupBox10.Controls.Add(this.flowLayoutPanel4);
            this.groupBox10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox10.Location = new System.Drawing.Point(3, 3);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(1076, 44);
            this.groupBox10.TabIndex = 17;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "Shader";
            // 
            // flowLayoutPanel4
            // 
            this.flowLayoutPanel4.Controls.Add(this.hsShader);
            this.flowLayoutPanel4.Controls.Add(this.hsShaderCog);
            this.flowLayoutPanel4.Controls.Add(this.hsShaderEdit);
            this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel4.Name = "flowLayoutPanel4";
            this.flowLayoutPanel4.Size = new System.Drawing.Size(1070, 25);
            this.flowLayoutPanel4.TabIndex = 25;
            // 
            // hsShader
            // 
            this.hsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.hsShader.AutoSize = true;
            this.hsShader.BackColor = System.Drawing.Color.LightGray;
            this.hsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.hsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.hsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.hsShader.Location = new System.Drawing.Point(3, 3);
            this.hsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.hsShader.Name = "hsShader";
            this.hsShader.Size = new System.Drawing.Size(300, 15);
            this.hsShader.TabIndex = 24;
            this.hsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.hsShader.Click += new System.EventHandler(this.shader_Click);
            this.hsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.hsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // hsShaderCog
            // 
            this.hsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.hsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.hsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.hsShaderCog.Name = "hsShaderCog";
            this.hsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.hsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.hsShaderCog.TabIndex = 25;
            this.hsShaderCog.TabStop = false;
            this.hsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.hsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.hsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // hsShaderEdit
            // 
            this.hsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.hsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.hsShaderEdit.Location = new System.Drawing.Point(331, 3);
            this.hsShaderEdit.Name = "hsShaderEdit";
            this.hsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.hsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.hsShaderEdit.TabIndex = 27;
            this.hsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.hsShaderEdit, "HLSL edit and replace this shader");
            this.hsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // groupBox12
            // 
            this.groupBox12.Controls.Add(this.hsResources);
            this.groupBox12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox12.Location = new System.Drawing.Point(3, 53);
            this.groupBox12.Name = "groupBox12";
            this.groupBox12.Size = new System.Drawing.Size(1076, 219);
            this.groupBox12.TabIndex = 14;
            this.groupBox12.TabStop = false;
            this.groupBox12.Text = "Resources";
            // 
            // hsResources
            // 
            treeListColumn31.AutoSizeMinSize = 0;
            treeListColumn31.Width = 20;
            treeListColumn32.AutoSizeMinSize = 0;
            treeListColumn32.Width = 30;
            treeListColumn33.AutoSizeMinSize = 0;
            treeListColumn33.Width = 120;
            treeListColumn34.AutoSizeMinSize = 0;
            treeListColumn34.Width = 110;
            treeListColumn35.AutoSizeMinSize = 0;
            treeListColumn35.Width = 200;
            treeListColumn35.AutoSize = true;
            treeListColumn36.AutoSizeMinSize = 0;
            treeListColumn36.Width = 200;
            treeListColumn37.AutoSizeMinSize = 0;
            treeListColumn37.Width = 200;
            treeListColumn39.AutoSizeMinSize = 0;
            treeListColumn39.Width = 25;
            this.hsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn31,
            treeListColumn32,
            treeListColumn33,
            treeListColumn34,
            treeListColumn35,
            treeListColumn36,
            treeListColumn37,
            treeListColumn39});
            this.hsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.hsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.hsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.hsResources.Location = new System.Drawing.Point(3, 16);
            this.hsResources.MultiSelect = false;
            this.hsResources.Name = "hsResources";
            this.hsResources.RowOptions.HoverHighlight = true;
            this.hsResources.RowOptions.ItemHeight = 20;
            this.hsResources.RowOptions.ShowHeader = false;
            this.hsResources.Size = new System.Drawing.Size(1070, 200);
            this.hsResources.TabIndex = 1;
            this.hsResources.Text = "Outputs";
            this.hsResources.TreeColumn = 7;
            this.hsResources.ViewOptions.Indent = 0;
            this.hsResources.ViewOptions.ShowLine = false;
            this.hsResources.ViewOptions.PadForPlusMinus = false;
            this.hsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.hsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.hsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.hsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.hsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.hsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.hsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // groupBox15
            // 
            this.groupBox15.Controls.Add(this.hsCBuffers);
            this.groupBox15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox15.Location = new System.Drawing.Point(3, 278);
            this.groupBox15.Name = "groupBox15";
            this.groupBox15.Size = new System.Drawing.Size(1076, 219);
            this.groupBox15.TabIndex = 12;
            this.groupBox15.TabStop = false;
            this.groupBox15.Text = "Uniform Buffers";
            // 
            // hsCBuffers
            // 
            treeListColumn40.AutoSizeMinSize = 0;
            treeListColumn40.Width = 20;
            treeListColumn41.AutoSizeMinSize = 0;
            treeListColumn41.Width = 30;
            treeListColumn42.AutoSizeMinSize = 0;
            treeListColumn42.Width = 120;
            treeListColumn43.AutoSize = true;
            treeListColumn43.AutoSizeMinSize = 100;
            treeListColumn43.Width = 50;
            treeListColumn44.AutoSizeMinSize = 0;
            treeListColumn44.Width = 140;
            treeListColumn45.AutoSizeMinSize = 0;
            treeListColumn45.Width = 250;
            treeListColumn46.AutoSizeMinSize = 0;
            treeListColumn46.Width = 25;
            this.hsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn40,
            treeListColumn41,
            treeListColumn42,
            treeListColumn43,
            treeListColumn44,
            treeListColumn45,
            treeListColumn46});
            this.hsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.hsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.hsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.hsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.hsCBuffers.MultiSelect = false;
            this.hsCBuffers.Name = "hsCBuffers";
            this.hsCBuffers.RowOptions.HoverHighlight = true;
            this.hsCBuffers.RowOptions.ItemHeight = 20;
            this.hsCBuffers.RowOptions.ShowHeader = false;
            this.hsCBuffers.Size = new System.Drawing.Size(1070, 200);
            this.hsCBuffers.TabIndex = 11;
            this.hsCBuffers.Text = "Uniform Buffers";
            this.hsCBuffers.TreeColumn = 6;
            this.hsCBuffers.ViewOptions.Indent = 0;
            this.hsCBuffers.ViewOptions.PadForPlusMinus = false;
            this.hsCBuffers.ViewOptions.ShowLine = false;
            this.hsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.hsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.hsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.hsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.hsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabDS
            // 
            this.tabDS.Controls.Add(this.panel4);
            this.tabDS.Location = new System.Drawing.Point(4, 22);
            this.tabDS.Name = "tabDS";
            this.tabDS.Size = new System.Drawing.Size(1098, 481);
            this.tabDS.TabIndex = 3;
            this.tabDS.Text = "Domain Shader";
            this.tabDS.UseVisualStyleBackColor = true;
            // 
            // panel4
            // 
            this.panel4.AutoScroll = true;
            this.panel4.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel4.Controls.Add(this.tableLayoutPanel4);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(1098, 481);
            this.panel4.TabIndex = 4;
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 1;
            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.groupBox16, 0, 0);
            this.tableLayoutPanel4.Controls.Add(this.groupBox18, 0, 1);
            this.tableLayoutPanel4.Controls.Add(this.groupBox21, 0, 2);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 3;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel4.Size = new System.Drawing.Size(1082, 500);
            this.tableLayoutPanel4.TabIndex = 1;
            // 
            // groupBox16
            // 
            this.groupBox16.Controls.Add(this.flowLayoutPanel5);
            this.groupBox16.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox16.Location = new System.Drawing.Point(3, 3);
            this.groupBox16.Name = "groupBox16";
            this.groupBox16.Size = new System.Drawing.Size(1076, 44);
            this.groupBox16.TabIndex = 17;
            this.groupBox16.TabStop = false;
            this.groupBox16.Text = "Shader";
            // 
            // flowLayoutPanel5
            // 
            this.flowLayoutPanel5.Controls.Add(this.dsShader);
            this.flowLayoutPanel5.Controls.Add(this.dsShaderCog);
            this.flowLayoutPanel5.Controls.Add(this.dsShaderEdit);
            this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel5.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel5.Name = "flowLayoutPanel5";
            this.flowLayoutPanel5.Size = new System.Drawing.Size(1070, 25);
            this.flowLayoutPanel5.TabIndex = 25;
            // 
            // dsShader
            // 
            this.dsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.dsShader.AutoSize = true;
            this.dsShader.BackColor = System.Drawing.Color.LightGray;
            this.dsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.dsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.dsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.dsShader.Location = new System.Drawing.Point(3, 3);
            this.dsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.dsShader.Name = "dsShader";
            this.dsShader.Size = new System.Drawing.Size(300, 15);
            this.dsShader.TabIndex = 24;
            this.dsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.dsShader.Click += new System.EventHandler(this.shader_Click);
            this.dsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.dsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // dsShaderCog
            // 
            this.dsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.dsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.dsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.dsShaderCog.Name = "dsShaderCog";
            this.dsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.dsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.dsShaderCog.TabIndex = 25;
            this.dsShaderCog.TabStop = false;
            this.dsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.dsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.dsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // dsShaderEdit
            // 
            this.dsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.dsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.dsShaderEdit.Location = new System.Drawing.Point(331, 3);
            this.dsShaderEdit.Name = "dsShaderEdit";
            this.dsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.dsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.dsShaderEdit.TabIndex = 28;
            this.dsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.dsShaderEdit, "HLSL edit and replace this shader");
            this.dsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // groupBox18
            // 
            this.groupBox18.Controls.Add(this.dsResources);
            this.groupBox18.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox18.Location = new System.Drawing.Point(3, 53);
            this.groupBox18.Name = "groupBox18";
            this.groupBox18.Size = new System.Drawing.Size(1076, 219);
            this.groupBox18.TabIndex = 14;
            this.groupBox18.TabStop = false;
            this.groupBox18.Text = "Resources";
            // 
            // dsResources
            // 
            treeListColumn47.AutoSizeMinSize = 0;
            treeListColumn47.Width = 20;
            treeListColumn48.AutoSizeMinSize = 0;
            treeListColumn48.Width = 30;
            treeListColumn49.AutoSizeMinSize = 0;
            treeListColumn49.Width = 120;
            treeListColumn50.AutoSizeMinSize = 0;
            treeListColumn50.Width = 110;
            treeListColumn51.AutoSizeMinSize = 0;
            treeListColumn51.Width = 200;
            treeListColumn51.AutoSize = true;
            treeListColumn52.AutoSizeMinSize = 0;
            treeListColumn52.Width = 200;
            treeListColumn53.AutoSizeMinSize = 0;
            treeListColumn53.Width = 200;
            treeListColumn55.AutoSizeMinSize = 0;
            treeListColumn55.Width = 25;
            this.dsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn47,
            treeListColumn48,
            treeListColumn49,
            treeListColumn50,
            treeListColumn51,
            treeListColumn52,
            treeListColumn53,
            treeListColumn55});
            this.dsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.dsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.dsResources.Location = new System.Drawing.Point(3, 16);
            this.dsResources.MultiSelect = false;
            this.dsResources.Name = "dsResources";
            this.dsResources.RowOptions.HoverHighlight = true;
            this.dsResources.RowOptions.ItemHeight = 20;
            this.dsResources.RowOptions.ShowHeader = false;
            this.dsResources.Size = new System.Drawing.Size(1070, 200);
            this.dsResources.TabIndex = 1;
            this.dsResources.Text = "Outputs";
            this.dsResources.TreeColumn = 7;
            this.dsResources.ViewOptions.Indent = 0;
            this.dsResources.ViewOptions.ShowLine = false;
            this.dsResources.ViewOptions.PadForPlusMinus = false;
            this.dsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.dsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.dsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.dsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.dsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.dsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.dsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // groupBox21
            // 
            this.groupBox21.Controls.Add(this.dsCBuffers);
            this.groupBox21.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox21.Location = new System.Drawing.Point(3, 278);
            this.groupBox21.Name = "groupBox21";
            this.groupBox21.Size = new System.Drawing.Size(1076, 219);
            this.groupBox21.TabIndex = 12;
            this.groupBox21.TabStop = false;
            this.groupBox21.Text = "Uniform Buffers";
            // 
            // dsCBuffers
            // 
            treeListColumn56.AutoSizeMinSize = 0;
            treeListColumn56.Width = 20;
            treeListColumn57.AutoSizeMinSize = 0;
            treeListColumn57.Width = 30;
            treeListColumn58.AutoSizeMinSize = 0;
            treeListColumn58.Width = 120;
            treeListColumn59.AutoSize = true;
            treeListColumn59.AutoSizeMinSize = 100;
            treeListColumn59.Width = 50;
            treeListColumn60.AutoSizeMinSize = 0;
            treeListColumn60.Width = 140;
            treeListColumn61.AutoSizeMinSize = 0;
            treeListColumn61.Width = 250;
            treeListColumn62.AutoSizeMinSize = 0;
            treeListColumn62.Width = 25;
            this.dsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn56,
            treeListColumn57,
            treeListColumn58,
            treeListColumn59,
            treeListColumn60,
            treeListColumn61,
            treeListColumn62});
            this.dsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.dsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.dsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.dsCBuffers.MultiSelect = false;
            this.dsCBuffers.Name = "dsCBuffers";
            this.dsCBuffers.RowOptions.HoverHighlight = true;
            this.dsCBuffers.RowOptions.ItemHeight = 20;
            this.dsCBuffers.RowOptions.ShowHeader = false;
            this.dsCBuffers.Size = new System.Drawing.Size(1070, 200);
            this.dsCBuffers.TabIndex = 11;
            this.dsCBuffers.Text = "Uniform Buffers";
            this.dsCBuffers.TreeColumn = 5;
            this.dsCBuffers.ViewOptions.Indent = 0;
            this.dsCBuffers.ViewOptions.PadForPlusMinus = false;
            this.dsCBuffers.ViewOptions.ShowLine = false;
            this.dsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.dsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.dsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.dsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.dsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabGS
            // 
            this.tabGS.Controls.Add(this.panel5);
            this.tabGS.Location = new System.Drawing.Point(4, 22);
            this.tabGS.Name = "tabGS";
            this.tabGS.Size = new System.Drawing.Size(1098, 481);
            this.tabGS.TabIndex = 4;
            this.tabGS.Text = "Geometry Shader";
            this.tabGS.UseVisualStyleBackColor = true;
            // 
            // panel5
            // 
            this.panel5.AutoScroll = true;
            this.panel5.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel5.Controls.Add(this.geomTableLayout);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel5.Location = new System.Drawing.Point(0, 0);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(1098, 481);
            this.panel5.TabIndex = 4;
            // 
            // geomTableLayout
            // 
            this.geomTableLayout.ColumnCount = 1;
            this.geomTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.geomTableLayout.Controls.Add(this.groupBox22, 0, 0);
            this.geomTableLayout.Controls.Add(this.groupBox24, 0, 1);
            this.geomTableLayout.Controls.Add(this.geomCBufGroupBox, 0, 2);
            this.geomTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.geomTableLayout.Location = new System.Drawing.Point(0, 0);
            this.geomTableLayout.Name = "geomTableLayout";
            this.geomTableLayout.RowCount = 3;
            this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.geomTableLayout.Size = new System.Drawing.Size(1082, 500);
            this.geomTableLayout.TabIndex = 1;
            // 
            // groupBox22
            // 
            this.groupBox22.Controls.Add(this.flowLayoutPanel2);
            this.groupBox22.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox22.Location = new System.Drawing.Point(3, 3);
            this.groupBox22.Name = "groupBox22";
            this.groupBox22.Size = new System.Drawing.Size(1076, 44);
            this.groupBox22.TabIndex = 17;
            this.groupBox22.TabStop = false;
            this.groupBox22.Text = "Shader";
            // 
            // flowLayoutPanel2
            // 
            this.flowLayoutPanel2.Controls.Add(this.gsShader);
            this.flowLayoutPanel2.Controls.Add(this.gsShaderCog);
            this.flowLayoutPanel2.Controls.Add(this.gsShaderEdit);
            this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel2.Name = "flowLayoutPanel2";
            this.flowLayoutPanel2.Size = new System.Drawing.Size(1070, 25);
            this.flowLayoutPanel2.TabIndex = 25;
            // 
            // gsShader
            // 
            this.gsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.gsShader.AutoSize = true;
            this.gsShader.BackColor = System.Drawing.Color.LightGray;
            this.gsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.gsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.gsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.gsShader.Location = new System.Drawing.Point(3, 3);
            this.gsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.gsShader.Name = "gsShader";
            this.gsShader.Size = new System.Drawing.Size(300, 15);
            this.gsShader.TabIndex = 24;
            this.gsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.gsShader.Click += new System.EventHandler(this.shader_Click);
            this.gsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.gsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // gsShaderCog
            // 
            this.gsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.gsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.gsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.gsShaderCog.Name = "gsShaderCog";
            this.gsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.gsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.gsShaderCog.TabIndex = 25;
            this.gsShaderCog.TabStop = false;
            this.gsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.gsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.gsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // gsShaderEdit
            // 
            this.gsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.gsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.gsShaderEdit.Location = new System.Drawing.Point(331, 3);
            this.gsShaderEdit.Name = "gsShaderEdit";
            this.gsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.gsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.gsShaderEdit.TabIndex = 28;
            this.gsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.gsShaderEdit, "HLSL edit and replace this shader");
            this.gsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // groupBox24
            // 
            this.groupBox24.Controls.Add(this.gsResources);
            this.groupBox24.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox24.Location = new System.Drawing.Point(3, 53);
            this.groupBox24.Name = "groupBox24";
            this.groupBox24.Size = new System.Drawing.Size(1076, 219);
            this.groupBox24.TabIndex = 14;
            this.groupBox24.TabStop = false;
            this.groupBox24.Text = "Resources";
            // 
            // gsResources
            // 
            treeListColumn63.AutoSizeMinSize = 0;
            treeListColumn63.Width = 20;
            treeListColumn64.AutoSizeMinSize = 0;
            treeListColumn64.Width = 30;
            treeListColumn65.AutoSizeMinSize = 0;
            treeListColumn65.Width = 120;
            treeListColumn66.AutoSizeMinSize = 0;
            treeListColumn66.Width = 110;
            treeListColumn67.AutoSizeMinSize = 0;
            treeListColumn67.Width = 200;
            treeListColumn67.AutoSize = true;
            treeListColumn68.AutoSizeMinSize = 0;
            treeListColumn68.Width = 200;
            treeListColumn69.AutoSizeMinSize = 0;
            treeListColumn69.Width = 200;
            treeListColumn71.AutoSizeMinSize = 0;
            treeListColumn71.Width = 25;
            this.gsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn63,
            treeListColumn64,
            treeListColumn65,
            treeListColumn66,
            treeListColumn67,
            treeListColumn68,
            treeListColumn69,
            treeListColumn71});
            this.gsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsResources.Location = new System.Drawing.Point(3, 16);
            this.gsResources.MultiSelect = false;
            this.gsResources.Name = "gsResources";
            this.gsResources.RowOptions.HoverHighlight = true;
            this.gsResources.RowOptions.ItemHeight = 20;
            this.gsResources.RowOptions.ShowHeader = false;
            this.gsResources.Size = new System.Drawing.Size(1070, 200);
            this.gsResources.TabIndex = 1;
            this.gsResources.Text = "Outputs";
            this.gsResources.TreeColumn = 7;
            this.gsResources.ViewOptions.Indent = 0;
            this.gsResources.ViewOptions.ShowLine = false;
            this.gsResources.ViewOptions.PadForPlusMinus = false;
            this.gsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.gsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.gsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.gsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.gsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.gsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.gsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // geomCBufGroupBox
            // 
            this.geomCBufGroupBox.Controls.Add(this.gsCBuffers);
            this.geomCBufGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.geomCBufGroupBox.Location = new System.Drawing.Point(3, 278);
            this.geomCBufGroupBox.Name = "geomCBufGroupBox";
            this.geomCBufGroupBox.Size = new System.Drawing.Size(1076, 219);
            this.geomCBufGroupBox.TabIndex = 12;
            this.geomCBufGroupBox.TabStop = false;
            this.geomCBufGroupBox.Text = "Uniform Buffers";
            // 
            // gsCBuffers
            // 
            treeListColumn72.AutoSizeMinSize = 0;
            treeListColumn72.Width = 20;
            treeListColumn73.AutoSizeMinSize = 0;
            treeListColumn73.Width = 30;
            treeListColumn74.AutoSizeMinSize = 0;
            treeListColumn74.Width = 120;
            treeListColumn75.AutoSize = true;
            treeListColumn75.AutoSizeMinSize = 100;
            treeListColumn75.Width = 50;
            treeListColumn76.AutoSizeMinSize = 0;
            treeListColumn76.Width = 140;
            treeListColumn77.AutoSizeMinSize = 0;
            treeListColumn77.Width = 250;
            treeListColumn78.AutoSizeMinSize = 0;
            treeListColumn78.Width = 25;
            this.gsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn72,
            treeListColumn73,
            treeListColumn74,
            treeListColumn75,
            treeListColumn76,
            treeListColumn77,
            treeListColumn78});
            this.gsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.gsCBuffers.MultiSelect = false;
            this.gsCBuffers.Name = "gsCBuffers";
            this.gsCBuffers.RowOptions.HoverHighlight = true;
            this.gsCBuffers.RowOptions.ItemHeight = 20;
            this.gsCBuffers.RowOptions.ShowHeader = false;
            this.gsCBuffers.Size = new System.Drawing.Size(1070, 200);
            this.gsCBuffers.TabIndex = 11;
            this.gsCBuffers.Text = "Samplers";
            this.gsCBuffers.TreeColumn = 5;
            this.gsCBuffers.ViewOptions.Indent = 0;
            this.gsCBuffers.ViewOptions.PadForPlusMinus = false;
            this.gsCBuffers.ViewOptions.ShowLine = false;
            this.gsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.gsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.gsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.gsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.gsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabRS
            // 
            this.tabRS.Controls.Add(this.panel8);
            this.tabRS.Location = new System.Drawing.Point(4, 22);
            this.tabRS.Name = "tabRS";
            this.tabRS.Size = new System.Drawing.Size(1098, 481);
            this.tabRS.TabIndex = 5;
            this.tabRS.Text = "Rasterizer";
            this.tabRS.UseVisualStyleBackColor = true;
            // 
            // panel8
            // 
            this.panel8.AutoScroll = true;
            this.panel8.AutoScrollMinSize = new System.Drawing.Size(500, 220);
            this.panel8.Controls.Add(this.tableLayoutPanel14);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel8.Location = new System.Drawing.Point(0, 0);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(1098, 481);
            this.panel8.TabIndex = 2;
            // 
            // tableLayoutPanel14
            // 
            this.tableLayoutPanel14.AutoScroll = true;
            this.tableLayoutPanel14.AutoScrollMinSize = new System.Drawing.Size(500, 0);
            this.tableLayoutPanel14.ColumnCount = 2;
            this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel14.Controls.Add(this.groupBox32, 0, 1);
            this.tableLayoutPanel14.Controls.Add(groupBox42, 1, 1);
            this.tableLayoutPanel14.Controls.Add(this.groupBox5, 1, 0);
            this.tableLayoutPanel14.Controls.Add(this.groupBox31, 0, 0);
            this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel14.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel14.Name = "tableLayoutPanel14";
            this.tableLayoutPanel14.RowCount = 3;
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel14.Size = new System.Drawing.Size(1098, 481);
            this.tableLayoutPanel14.TabIndex = 1;
            // 
            // groupBox32
            // 
            this.groupBox32.Controls.Add(this.viewports);
            this.groupBox32.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox32.Location = new System.Drawing.Point(3, 106);
            this.groupBox32.Name = "groupBox32";
            this.groupBox32.Size = new System.Drawing.Size(543, 352);
            this.groupBox32.TabIndex = 1;
            this.groupBox32.TabStop = false;
            this.groupBox32.Text = "Viewports";
            // 
            // viewports
            // 
            treeListColumn79.AutoSizeMinSize = 0;
            treeListColumn79.Width = 50;
            treeListColumn80.AutoSizeMinSize = 0;
            treeListColumn80.Width = 50;
            treeListColumn81.AutoSizeMinSize = 0;
            treeListColumn81.Width = 50;
            treeListColumn82.AutoSizeMinSize = 0;
            treeListColumn82.Width = 50;
            treeListColumn83.AutoSizeMinSize = 0;
            treeListColumn83.Width = 50;
            treeListColumn84.AutoSizeMinSize = 0;
            treeListColumn84.Width = 70;
            treeListColumn85.AutoSize = true;
            treeListColumn85.AutoSizeMinSize = 60;
            treeListColumn85.Width = 60;
            this.viewports.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn79,
            treeListColumn80,
            treeListColumn81,
            treeListColumn82,
            treeListColumn83,
            treeListColumn84,
            treeListColumn85});
            this.viewports.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.viewports.Dock = System.Windows.Forms.DockStyle.Fill;
            this.viewports.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.viewports.Location = new System.Drawing.Point(3, 16);
            this.viewports.MultiSelect = false;
            this.viewports.Name = "viewports";
            this.viewports.RowOptions.ItemHeight = 20;
            this.viewports.RowOptions.ShowHeader = false;
            this.viewports.Size = new System.Drawing.Size(537, 333);
            this.viewports.TabIndex = 0;
            this.viewports.Text = "Viewports";
            this.viewports.TreeColumn = -1;
            this.viewports.ViewOptions.ShowPlusMinus = false;
            this.viewports.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.viewports.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.viewports.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox42
            // 
            groupBox42.Controls.Add(this.scissors);
            groupBox42.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox42.Location = new System.Drawing.Point(552, 106);
            groupBox42.Name = "groupBox42";
            groupBox42.Size = new System.Drawing.Size(543, 352);
            groupBox42.TabIndex = 2;
            groupBox42.TabStop = false;
            groupBox42.Text = "Scissor Regions";
            // 
            // scissors
            // 
            treeListColumn86.AutoSizeMinSize = 0;
            treeListColumn86.Width = 80;
            treeListColumn87.AutoSizeMinSize = 0;
            treeListColumn87.Width = 50;
            treeListColumn88.AutoSizeMinSize = 0;
            treeListColumn88.Width = 50;
            treeListColumn89.AutoSizeMinSize = 0;
            treeListColumn89.Width = 50;
            treeListColumn90.AutoSize = true;
            treeListColumn90.AutoSizeMinSize = 50;
            treeListColumn90.Width = 50;
            this.scissors.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn86,
            treeListColumn87,
            treeListColumn88,
            treeListColumn89,
            treeListColumn90});
            this.scissors.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.scissors.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scissors.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.scissors.Location = new System.Drawing.Point(3, 16);
            this.scissors.MultiSelect = false;
            this.scissors.Name = "scissors";
            this.scissors.RowOptions.ItemHeight = 20;
            this.scissors.RowOptions.ShowHeader = false;
            this.scissors.Size = new System.Drawing.Size(537, 333);
            this.scissors.TabIndex = 1;
            this.scissors.Text = "Scissor Regions";
            this.scissors.TreeColumn = -1;
            this.scissors.ViewOptions.ShowPlusMinus = false;
            this.scissors.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.scissors.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.scissors.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.tableLayoutPanel5);
            this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox5.Location = new System.Drawing.Point(552, 3);
            this.groupBox5.MinimumSize = new System.Drawing.Size(360, 0);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(543, 97);
            this.groupBox5.TabIndex = 3;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Multisample State";
            // 
            // tableLayoutPanel5
            // 
            this.tableLayoutPanel5.AutoSize = true;
            this.tableLayoutPanel5.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel5.ColumnCount = 4;
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel5.Controls.Add(label7, 0, 1);
            this.tableLayoutPanel5.Controls.Add(this.label12, 2, 1);
            this.tableLayoutPanel5.Controls.Add(this.minSampleShading, 1, 1);
            this.tableLayoutPanel5.Controls.Add(this.sampleMask, 3, 1);
            this.tableLayoutPanel5.Controls.Add(label25, 0, 0);
            this.tableLayoutPanel5.Controls.Add(label26, 2, 0);
            this.tableLayoutPanel5.Controls.Add(this.sampleCount, 1, 0);
            this.tableLayoutPanel5.Controls.Add(this.sampleShading, 3, 0);
            this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel5.MinimumSize = new System.Drawing.Size(350, 0);
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
            this.tableLayoutPanel5.RowCount = 2;
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.00001F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel5.Size = new System.Drawing.Size(350, 78);
            this.tableLayoutPanel5.TabIndex = 0;
            // 
            // label7
            // 
            label7.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label7.AutoSize = true;
            label7.Location = new System.Drawing.Point(4, 51);
            label7.Name = "label7";
            label7.Size = new System.Drawing.Size(107, 13);
            label7.TabIndex = 0;
            label7.Text = "Min Sample Shading:";
            // 
            // label12
            // 
            this.label12.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(170, 51);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(74, 13);
            this.label12.TabIndex = 1;
            this.label12.Text = "Sample Mask:";
            // 
            // minSampleShading
            // 
            this.minSampleShading.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.minSampleShading.AutoSize = true;
            this.minSampleShading.BackColor = System.Drawing.Color.Transparent;
            this.minSampleShading.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.minSampleShading.Location = new System.Drawing.Point(118, 48);
            this.minSampleShading.Name = "minSampleShading";
            this.minSampleShading.Size = new System.Drawing.Size(32, 19);
            this.minSampleShading.TabIndex = 3;
            this.minSampleShading.Text = "0.0";
            this.minSampleShading.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // sampleMask
            // 
            this.sampleMask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.sampleMask.AutoSize = true;
            this.sampleMask.BackColor = System.Drawing.Color.Transparent;
            this.sampleMask.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sampleMask.Location = new System.Drawing.Point(251, 48);
            this.sampleMask.Name = "sampleMask";
            this.sampleMask.Size = new System.Drawing.Size(95, 19);
            this.sampleMask.TabIndex = 4;
            this.sampleMask.Text = "FFFFFFFF";
            this.sampleMask.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label25
            // 
            label25.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label25.AutoSize = true;
            label25.Location = new System.Drawing.Point(35, 13);
            label25.Name = "label25";
            label25.Size = new System.Drawing.Size(76, 13);
            label25.TabIndex = 6;
            label25.Text = "Sample Count:";
            // 
            // label26
            // 
            label26.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label26.AutoSize = true;
            label26.Location = new System.Drawing.Point(157, 13);
            label26.Name = "label26";
            label26.Size = new System.Drawing.Size(87, 13);
            label26.TabIndex = 7;
            label26.Text = "Sample Shading:";
            // 
            // sampleCount
            // 
            this.sampleCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.sampleCount.AutoSize = true;
            this.sampleCount.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sampleCount.Location = new System.Drawing.Point(118, 10);
            this.sampleCount.Name = "sampleCount";
            this.sampleCount.Size = new System.Drawing.Size(32, 19);
            this.sampleCount.TabIndex = 17;
            this.sampleCount.Text = "1";
            this.sampleCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // sampleShading
            // 
            this.sampleShading.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.sampleShading.Image = ((System.Drawing.Image)(resources.GetObject("sampleShading.Image")));
            this.sampleShading.Location = new System.Drawing.Point(251, 11);
            this.sampleShading.Name = "sampleShading";
            this.sampleShading.Size = new System.Drawing.Size(95, 16);
            this.sampleShading.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.sampleShading.TabIndex = 22;
            this.sampleShading.TabStop = false;
            // 
            // groupBox31
            // 
            this.groupBox31.Controls.Add(this.tableLayoutPanel8);
            this.groupBox31.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox31.Location = new System.Drawing.Point(3, 3);
            this.groupBox31.MinimumSize = new System.Drawing.Size(430, 0);
            this.groupBox31.Name = "groupBox31";
            this.groupBox31.Size = new System.Drawing.Size(543, 97);
            this.groupBox31.TabIndex = 0;
            this.groupBox31.TabStop = false;
            this.groupBox31.Text = "Rasterizer State";
            // 
            // tableLayoutPanel8
            // 
            this.tableLayoutPanel8.AutoSize = true;
            this.tableLayoutPanel8.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel8.ColumnCount = 6;
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.Controls.Add(this.frontCCW, 5, 0);
            this.tableLayoutPanel8.Controls.Add(this.cullMode, 3, 0);
            this.tableLayoutPanel8.Controls.Add(label1, 0, 1);
            this.tableLayoutPanel8.Controls.Add(this.label2, 2, 1);
            this.tableLayoutPanel8.Controls.Add(this.label5, 4, 1);
            this.tableLayoutPanel8.Controls.Add(this.depthBias, 1, 1);
            this.tableLayoutPanel8.Controls.Add(this.depthBiasClamp, 3, 1);
            this.tableLayoutPanel8.Controls.Add(this.slopeScaledBias, 5, 1);
            this.tableLayoutPanel8.Controls.Add(label15, 0, 0);
            this.tableLayoutPanel8.Controls.Add(label16, 2, 0);
            this.tableLayoutPanel8.Controls.Add(label17, 4, 0);
            this.tableLayoutPanel8.Controls.Add(this.label18, 0, 2);
            this.tableLayoutPanel8.Controls.Add(this.label19, 2, 2);
            this.tableLayoutPanel8.Controls.Add(this.depthClamp, 1, 2);
            this.tableLayoutPanel8.Controls.Add(this.fillMode, 1, 0);
            this.tableLayoutPanel8.Controls.Add(this.rasterizerDiscard, 3, 2);
            this.tableLayoutPanel8.Controls.Add(this.label14, 4, 2);
            this.tableLayoutPanel8.Controls.Add(this.lineWidth, 5, 2);
            this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel8.MinimumSize = new System.Drawing.Size(420, 0);
            this.tableLayoutPanel8.Name = "tableLayoutPanel8";
            this.tableLayoutPanel8.RowCount = 3;
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel8.Size = new System.Drawing.Size(420, 78);
            this.tableLayoutPanel8.TabIndex = 0;
            // 
            // frontCCW
            // 
            this.frontCCW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.frontCCW.Image = ((System.Drawing.Image)(resources.GetObject("frontCCW.Image")));
            this.frontCCW.Location = new System.Drawing.Point(383, 5);
            this.frontCCW.Name = "frontCCW";
            this.frontCCW.Size = new System.Drawing.Size(33, 16);
            this.frontCCW.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.frontCCW.TabIndex = 19;
            this.frontCCW.TabStop = false;
            // 
            // cullMode
            // 
            this.cullMode.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.cullMode.AutoSize = true;
            this.cullMode.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cullMode.Location = new System.Drawing.Point(227, 3);
            this.cullMode.Name = "cullMode";
            this.cullMode.Size = new System.Drawing.Size(46, 19);
            this.cullMode.TabIndex = 18;
            this.cullMode.Text = "Front";
            // 
            // label1
            // 
            label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(4, 31);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(62, 13);
            label1.TabIndex = 0;
            label1.Text = "Depth Bias:";
            // 
            // label2
            // 
            this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(126, 31);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(94, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Depth Bias Clamp:";
            // 
            // label5
            // 
            this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(280, 31);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(96, 13);
            this.label5.TabIndex = 2;
            this.label5.Text = "Slope-Scaled Bias:";
            // 
            // depthBias
            // 
            this.depthBias.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthBias.AutoSize = true;
            this.depthBias.BackColor = System.Drawing.Color.Transparent;
            this.depthBias.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.depthBias.Location = new System.Drawing.Point(73, 28);
            this.depthBias.Name = "depthBias";
            this.depthBias.Size = new System.Drawing.Size(44, 19);
            this.depthBias.TabIndex = 3;
            this.depthBias.Text = "0";
            this.depthBias.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // depthBiasClamp
            // 
            this.depthBiasClamp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthBiasClamp.AutoSize = true;
            this.depthBiasClamp.BackColor = System.Drawing.Color.Transparent;
            this.depthBiasClamp.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.depthBiasClamp.Location = new System.Drawing.Point(227, 28);
            this.depthBiasClamp.Name = "depthBiasClamp";
            this.depthBiasClamp.Size = new System.Drawing.Size(46, 19);
            this.depthBiasClamp.TabIndex = 4;
            this.depthBiasClamp.Text = "0.0";
            this.depthBiasClamp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // slopeScaledBias
            // 
            this.slopeScaledBias.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.slopeScaledBias.AutoSize = true;
            this.slopeScaledBias.BackColor = System.Drawing.Color.Transparent;
            this.slopeScaledBias.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.slopeScaledBias.Location = new System.Drawing.Point(383, 28);
            this.slopeScaledBias.Name = "slopeScaledBias";
            this.slopeScaledBias.Size = new System.Drawing.Size(33, 19);
            this.slopeScaledBias.TabIndex = 5;
            this.slopeScaledBias.Text = "0.0";
            this.slopeScaledBias.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label15
            // 
            label15.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label15.AutoSize = true;
            label15.Location = new System.Drawing.Point(14, 6);
            label15.Name = "label15";
            label15.Size = new System.Drawing.Size(52, 13);
            label15.TabIndex = 6;
            label15.Text = "Fill Mode:";
            // 
            // label16
            // 
            label16.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label16.AutoSize = true;
            label16.Location = new System.Drawing.Point(163, 6);
            label16.Name = "label16";
            label16.Size = new System.Drawing.Size(57, 13);
            label16.TabIndex = 7;
            label16.Text = "Cull Mode:";
            // 
            // label17
            // 
            label17.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label17.AutoSize = true;
            label17.Location = new System.Drawing.Point(314, 6);
            label17.Name = "label17";
            label17.Size = new System.Drawing.Size(62, 13);
            label17.TabIndex = 8;
            label17.Text = "Front CCW:";
            // 
            // label18
            // 
            this.label18.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(7, 57);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(59, 13);
            this.label18.TabIndex = 9;
            this.label18.Text = "Depth Clamp:";
            // 
            // label19
            // 
            this.label19.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(124, 57);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(96, 13);
            this.label19.TabIndex = 10;
            this.label19.Text = "Rasterizer Discard:";
            // 
            // depthClamp
            // 
            this.depthClamp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthClamp.Image = ((System.Drawing.Image)(resources.GetObject("depthClamp.Image")));
            this.depthClamp.Location = new System.Drawing.Point(73, 56);
            this.depthClamp.Name = "depthClamp";
            this.depthClamp.Size = new System.Drawing.Size(44, 16);
            this.depthClamp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.depthClamp.TabIndex = 13;
            this.depthClamp.TabStop = false;
            // 
            // fillMode
            // 
            this.fillMode.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.fillMode.AutoSize = true;
            this.fillMode.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fillMode.Location = new System.Drawing.Point(73, 3);
            this.fillMode.Name = "fillMode";
            this.fillMode.Size = new System.Drawing.Size(44, 19);
            this.fillMode.TabIndex = 17;
            this.fillMode.Text = "Solid";
            // 
            // rasterizerDiscard
            // 
            this.rasterizerDiscard.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.rasterizerDiscard.Image = ((System.Drawing.Image)(resources.GetObject("rasterizerDiscard.Image")));
            this.rasterizerDiscard.Location = new System.Drawing.Point(227, 56);
            this.rasterizerDiscard.Name = "rasterizerDiscard";
            this.rasterizerDiscard.Size = new System.Drawing.Size(46, 16);
            this.rasterizerDiscard.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.rasterizerDiscard.TabIndex = 22;
            this.rasterizerDiscard.TabStop = false;
            // 
            // label14
            // 
            this.label14.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(315, 57);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(61, 13);
            this.label14.TabIndex = 23;
            this.label14.Text = "Line Width:";
            // 
            // lineWidth
            // 
            this.lineWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.lineWidth.AutoSize = true;
            this.lineWidth.BackColor = System.Drawing.Color.Transparent;
            this.lineWidth.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lineWidth.Location = new System.Drawing.Point(383, 54);
            this.lineWidth.Name = "lineWidth";
            this.lineWidth.Size = new System.Drawing.Size(33, 19);
            this.lineWidth.TabIndex = 24;
            this.lineWidth.Text = "0.0";
            this.lineWidth.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tabPS
            // 
            this.tabPS.Controls.Add(this.panel6);
            this.tabPS.Location = new System.Drawing.Point(4, 22);
            this.tabPS.Name = "tabPS";
            this.tabPS.Size = new System.Drawing.Size(1098, 481);
            this.tabPS.TabIndex = 6;
            this.tabPS.Text = "Pixel Shader";
            this.tabPS.UseVisualStyleBackColor = true;
            // 
            // panel6
            // 
            this.panel6.AutoScroll = true;
            this.panel6.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel6.Controls.Add(this.pixelTableLayout);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel6.Location = new System.Drawing.Point(0, 0);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(1098, 481);
            this.panel6.TabIndex = 3;
            // 
            // pixelTableLayout
            // 
            this.pixelTableLayout.ColumnCount = 1;
            this.pixelTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.pixelTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.pixelTableLayout.Controls.Add(this.groupBox13, 0, 0);
            this.pixelTableLayout.Controls.Add(this.groupBox28, 0, 1);
            this.pixelTableLayout.Controls.Add(this.pixelCBufGroupBox, 0, 2);
            this.pixelTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pixelTableLayout.Location = new System.Drawing.Point(0, 0);
            this.pixelTableLayout.Name = "pixelTableLayout";
            this.pixelTableLayout.RowCount = 3;
            this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.pixelTableLayout.Size = new System.Drawing.Size(1082, 500);
            this.pixelTableLayout.TabIndex = 1;
            // 
            // groupBox13
            // 
            this.groupBox13.Controls.Add(this.flowLayoutPanel1);
            this.groupBox13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox13.Location = new System.Drawing.Point(3, 3);
            this.groupBox13.Name = "groupBox13";
            this.groupBox13.Size = new System.Drawing.Size(1076, 44);
            this.groupBox13.TabIndex = 17;
            this.groupBox13.TabStop = false;
            this.groupBox13.Text = "Shader";
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.psShader);
            this.flowLayoutPanel1.Controls.Add(this.psShaderCog);
            this.flowLayoutPanel1.Controls.Add(this.psShaderEdit);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(1070, 25);
            this.flowLayoutPanel1.TabIndex = 25;
            // 
            // psShader
            // 
            this.psShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.psShader.AutoSize = true;
            this.psShader.BackColor = System.Drawing.Color.LightGray;
            this.psShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.psShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.psShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.psShader.Location = new System.Drawing.Point(3, 3);
            this.psShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.psShader.Name = "psShader";
            this.psShader.Size = new System.Drawing.Size(300, 15);
            this.psShader.TabIndex = 24;
            this.psShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.psShader.Click += new System.EventHandler(this.shader_Click);
            this.psShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.psShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // psShaderCog
            // 
            this.psShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.psShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.psShaderCog.Location = new System.Drawing.Point(309, 3);
            this.psShaderCog.Name = "psShaderCog";
            this.psShaderCog.Size = new System.Drawing.Size(16, 16);
            this.psShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.psShaderCog.TabIndex = 25;
            this.psShaderCog.TabStop = false;
            this.psShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.psShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.psShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // psShaderEdit
            // 
            this.psShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.psShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.psShaderEdit.Location = new System.Drawing.Point(331, 3);
            this.psShaderEdit.Name = "psShaderEdit";
            this.psShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.psShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.psShaderEdit.TabIndex = 29;
            this.psShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.psShaderEdit, "HLSL edit and replace this shader");
            this.psShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // groupBox28
            // 
            this.groupBox28.Controls.Add(this.psResources);
            this.groupBox28.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox28.Location = new System.Drawing.Point(3, 53);
            this.groupBox28.Name = "groupBox28";
            this.groupBox28.Size = new System.Drawing.Size(1076, 219);
            this.groupBox28.TabIndex = 14;
            this.groupBox28.TabStop = false;
            this.groupBox28.Text = "Resources";
            // 
            // psResources
            // 
            treeListColumn91.AutoSizeMinSize = 0;
            treeListColumn91.Width = 20;
            treeListColumn92.AutoSizeMinSize = 0;
            treeListColumn92.Width = 30;
            treeListColumn93.AutoSizeMinSize = 0;
            treeListColumn93.Width = 120;
            treeListColumn94.AutoSizeMinSize = 0;
            treeListColumn94.Width = 110;
            treeListColumn95.AutoSizeMinSize = 0;
            treeListColumn95.Width = 200;
            treeListColumn95.AutoSize = true;
            treeListColumn96.AutoSizeMinSize = 0;
            treeListColumn96.Width = 200;
            treeListColumn97.AutoSizeMinSize = 0;
            treeListColumn97.Width = 200;
            treeListColumn99.AutoSizeMinSize = 0;
            treeListColumn99.Width = 25;
            this.psResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn91,
            treeListColumn92,
            treeListColumn93,
            treeListColumn94,
            treeListColumn95,
            treeListColumn96,
            treeListColumn97,
            treeListColumn99});
            this.psResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.psResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.psResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.psResources.Location = new System.Drawing.Point(3, 16);
            this.psResources.MultiSelect = false;
            this.psResources.Name = "psResources";
            this.psResources.RowOptions.HoverHighlight = true;
            this.psResources.RowOptions.ItemHeight = 20;
            this.psResources.RowOptions.ShowHeader = false;
            this.psResources.Size = new System.Drawing.Size(1070, 200);
            this.psResources.TabIndex = 1;
            this.psResources.Text = "Outputs";
            this.psResources.TreeColumn = 7;
            this.psResources.ViewOptions.Indent = 0;
            this.psResources.ViewOptions.ShowLine = false;
            this.psResources.ViewOptions.PadForPlusMinus = false;
            this.psResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.psResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.psResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.psResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.psResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.psResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.psResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // pixelCBufGroupBox
            // 
            this.pixelCBufGroupBox.Controls.Add(this.psCBuffers);
            this.pixelCBufGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pixelCBufGroupBox.Location = new System.Drawing.Point(3, 278);
            this.pixelCBufGroupBox.Name = "pixelCBufGroupBox";
            this.pixelCBufGroupBox.Size = new System.Drawing.Size(1076, 219);
            this.pixelCBufGroupBox.TabIndex = 12;
            this.pixelCBufGroupBox.TabStop = false;
            this.pixelCBufGroupBox.Text = "Uniform Buffers";
            // 
            // psCBuffers
            // 
            treeListColumn100.AutoSizeMinSize = 0;
            treeListColumn100.Width = 20;
            treeListColumn101.AutoSizeMinSize = 0;
            treeListColumn101.Width = 30;
            treeListColumn102.AutoSizeMinSize = 0;
            treeListColumn102.Width = 120;
            treeListColumn103.AutoSize = true;
            treeListColumn103.AutoSizeMinSize = 100;
            treeListColumn103.Width = 50;
            treeListColumn104.AutoSizeMinSize = 0;
            treeListColumn104.Width = 140;
            treeListColumn105.AutoSizeMinSize = 0;
            treeListColumn105.Width = 250;
            treeListColumn106.AutoSizeMinSize = 0;
            treeListColumn106.Width = 25;
            this.psCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn100,
            treeListColumn101,
            treeListColumn102,
            treeListColumn103,
            treeListColumn104,
            treeListColumn105,
            treeListColumn106});
            this.psCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.psCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.psCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.psCBuffers.Location = new System.Drawing.Point(3, 16);
            this.psCBuffers.MultiSelect = false;
            this.psCBuffers.Name = "psCBuffers";
            this.psCBuffers.RowOptions.HoverHighlight = true;
            this.psCBuffers.RowOptions.ItemHeight = 20;
            this.psCBuffers.RowOptions.ShowHeader = false;
            this.psCBuffers.Size = new System.Drawing.Size(1070, 200);
            this.psCBuffers.TabIndex = 11;
            this.psCBuffers.Text = "Uniform Buffers";
            this.psCBuffers.TreeColumn = 6;
            this.psCBuffers.ViewOptions.Indent = 0;
            this.psCBuffers.ViewOptions.PadForPlusMinus = false;
            this.psCBuffers.ViewOptions.ShowLine = false;
            this.psCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.psCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.psCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.psCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.psCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabOM
            // 
            this.tabOM.Controls.Add(this.panel9);
            this.tabOM.Location = new System.Drawing.Point(4, 22);
            this.tabOM.Name = "tabOM";
            this.tabOM.Size = new System.Drawing.Size(1098, 481);
            this.tabOM.TabIndex = 7;
            this.tabOM.Text = "Output Merger";
            this.tabOM.UseVisualStyleBackColor = true;
            // 
            // panel9
            // 
            this.panel9.AutoScroll = true;
            this.panel9.AutoScrollMinSize = new System.Drawing.Size(930, 320);
            this.panel9.Controls.Add(this.tableLayoutPanel9);
            this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel9.Location = new System.Drawing.Point(0, 0);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(1098, 481);
            this.panel9.TabIndex = 1;
            // 
            // tableLayoutPanel9
            // 
            this.tableLayoutPanel9.AutoScroll = true;
            this.tableLayoutPanel9.ColumnCount = 1;
            this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel9.Controls.Add(this.groupBox33, 0, 0);
            this.tableLayoutPanel9.Controls.Add(this.groupBox37, 0, 1);
            this.tableLayoutPanel9.Controls.Add(this.tableLayoutPanel10, 0, 2);
            this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel9.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel9.Name = "tableLayoutPanel9";
            this.tableLayoutPanel9.RowCount = 3;
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel9.Size = new System.Drawing.Size(1098, 481);
            this.tableLayoutPanel9.TabIndex = 0;
            // 
            // groupBox33
            // 
            this.groupBox33.Controls.Add(this.targetOutputs);
            this.groupBox33.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox33.Location = new System.Drawing.Point(3, 3);
            this.groupBox33.Name = "groupBox33";
            this.groupBox33.Size = new System.Drawing.Size(1092, 190);
            this.groupBox33.TabIndex = 15;
            this.groupBox33.TabStop = false;
            this.groupBox33.Text = "Framebuffer Attachments";
            // 
            // targetOutputs
            // 
            treeListColumn107.AutoSizeMinSize = 0;
            treeListColumn107.Width = 50;
            treeListColumn108.AutoSize = true;
            treeListColumn108.AutoSizeMinSize = 150;
            treeListColumn108.Width = 50;
            treeListColumn109.AutoSizeMinSize = 0;
            treeListColumn109.Width = 75;
            treeListColumn110.AutoSizeMinSize = 0;
            treeListColumn110.Width = 50;
            treeListColumn111.AutoSizeMinSize = 0;
            treeListColumn111.Width = 50;
            treeListColumn112.AutoSizeMinSize = 0;
            treeListColumn112.Width = 50;
            treeListColumn113.AutoSizeMinSize = 0;
            treeListColumn113.Width = 85;
            treeListColumn114.AutoSizeMinSize = 0;
            treeListColumn114.Width = 200;
            treeListColumn115.AutoSizeMinSize = 0;
            treeListColumn115.Width = 25;
            this.targetOutputs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn107,
            treeListColumn108,
            treeListColumn109,
            treeListColumn110,
            treeListColumn111,
            treeListColumn112,
            treeListColumn113,
            treeListColumn114,
            treeListColumn115});
            this.targetOutputs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.targetOutputs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.targetOutputs.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.targetOutputs.Location = new System.Drawing.Point(3, 16);
            this.targetOutputs.MultiSelect = false;
            this.targetOutputs.Name = "targetOutputs";
            this.targetOutputs.RowOptions.HoverHighlight = true;
            this.targetOutputs.RowOptions.ItemHeight = 20;
            this.targetOutputs.RowOptions.ShowHeader = false;
            this.targetOutputs.Size = new System.Drawing.Size(1086, 171);
            this.targetOutputs.TabIndex = 0;
            this.targetOutputs.Text = "Outputs";
            this.targetOutputs.TreeColumn = 8;
            this.targetOutputs.ViewOptions.Indent = 0;
            this.targetOutputs.ViewOptions.ShowLine = false;
            this.targetOutputs.ViewOptions.ShowPlusMinus = false;
            this.targetOutputs.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.targetOutputs.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.targetOutputs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.targetOutputs.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.targetOutputs.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.targetOutputs.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.targetOutputs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // groupBox37
            // 
            this.groupBox37.Controls.Add(this.blendOperations);
            this.groupBox37.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox37.Location = new System.Drawing.Point(3, 199);
            this.groupBox37.Name = "groupBox37";
            this.groupBox37.Size = new System.Drawing.Size(1092, 125);
            this.groupBox37.TabIndex = 16;
            this.groupBox37.TabStop = false;
            this.groupBox37.Text = "Target Blends";
            // 
            // blendOperations
            // 
            treeListColumn116.AutoSizeMinSize = 0;
            treeListColumn116.Width = 50;
            treeListColumn117.AutoSizeMinSize = 0;
            treeListColumn117.Width = 60;
            treeListColumn118.AutoSizeMinSize = 0;
            treeListColumn118.Width = 100;
            treeListColumn119.AutoSizeMinSize = 0;
            treeListColumn119.Width = 100;
            treeListColumn120.AutoSizeMinSize = 0;
            treeListColumn120.Width = 135;
            treeListColumn121.AutoSizeMinSize = 0;
            treeListColumn121.Width = 100;
            treeListColumn122.AutoSizeMinSize = 0;
            treeListColumn122.Width = 100;
            treeListColumn123.AutoSizeMinSize = 0;
            treeListColumn123.Width = 100;
            treeListColumn124.AutoSize = true;
            treeListColumn124.AutoSizeMinSize = 60;
            treeListColumn124.Width = 60;
            this.blendOperations.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn116,
            treeListColumn117,
            treeListColumn118,
            treeListColumn119,
            treeListColumn120,
            treeListColumn121,
            treeListColumn122,
            treeListColumn123,
            treeListColumn124});
            this.blendOperations.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.blendOperations.Dock = System.Windows.Forms.DockStyle.Fill;
            this.blendOperations.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.blendOperations.Location = new System.Drawing.Point(3, 16);
            this.blendOperations.MultiSelect = false;
            this.blendOperations.Name = "blendOperations";
            this.blendOperations.RowOptions.HoverHighlight = true;
            this.blendOperations.RowOptions.ItemHeight = 20;
            this.blendOperations.RowOptions.ShowHeader = false;
            this.blendOperations.Size = new System.Drawing.Size(1086, 106);
            this.blendOperations.TabIndex = 32;
            this.blendOperations.Text = "Outputs";
            this.blendOperations.TreeColumn = 7;
            this.blendOperations.ViewOptions.Indent = 0;
            this.blendOperations.ViewOptions.ShowLine = false;
            this.blendOperations.ViewOptions.ShowPlusMinus = false;
            // 
            // tableLayoutPanel10
            // 
            this.tableLayoutPanel10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel10.AutoSize = true;
            this.tableLayoutPanel10.ColumnCount = 3;
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel10.Controls.Add(this.groupBox40, 0, 0);
            this.tableLayoutPanel10.Controls.Add(this.groupBox41, 1, 0);
            this.tableLayoutPanel10.Controls.Add(this.groupBox43, 2, 0);
            this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 330);
            this.tableLayoutPanel10.MinimumSize = new System.Drawing.Size(990, 130);
            this.tableLayoutPanel10.Name = "tableLayoutPanel10";
            this.tableLayoutPanel10.RowCount = 1;
            this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel10.Size = new System.Drawing.Size(1092, 147);
            this.tableLayoutPanel10.TabIndex = 17;
            // 
            // groupBox40
            // 
            this.groupBox40.AutoSize = true;
            this.groupBox40.Controls.Add(this.tableLayoutPanel11);
            this.groupBox40.Location = new System.Drawing.Point(3, 3);
            this.groupBox40.MinimumSize = new System.Drawing.Size(230, 0);
            this.groupBox40.Name = "groupBox40";
            this.groupBox40.Size = new System.Drawing.Size(250, 141);
            this.groupBox40.TabIndex = 0;
            this.groupBox40.TabStop = false;
            this.groupBox40.Text = "Blend State";
            // 
            // tableLayoutPanel11
            // 
            this.tableLayoutPanel11.AutoSize = true;
            this.tableLayoutPanel11.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel11.ColumnCount = 2;
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 65F));
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel11.Controls.Add(this.label4, 0, 2);
            this.tableLayoutPanel11.Controls.Add(this.logicOp, 1, 1);
            this.tableLayoutPanel11.Controls.Add(this.label3, 0, 0);
            this.tableLayoutPanel11.Controls.Add(this.label6, 0, 1);
            this.tableLayoutPanel11.Controls.Add(this.blendFactor, 1, 0);
            this.tableLayoutPanel11.Controls.Add(this.alphaToOne, 1, 2);
            this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel11.Name = "tableLayoutPanel11";
            this.tableLayoutPanel11.RowCount = 3;
            this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel11.Size = new System.Drawing.Size(241, 106);
            this.tableLayoutPanel11.TabIndex = 0;
            // 
            // label4
            // 
            this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(5, 81);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(58, 13);
            this.label4.TabIndex = 25;
            this.label4.Text = "Alpha to 1:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // logicOp
            // 
            this.logicOp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.logicOp.AutoSize = true;
            this.logicOp.BackColor = System.Drawing.Color.Transparent;
            this.logicOp.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.logicOp.Location = new System.Drawing.Point(70, 43);
            this.logicOp.Name = "logicOp";
            this.logicOp.Size = new System.Drawing.Size(167, 19);
            this.logicOp.TabIndex = 23;
            this.logicOp.Text = "-";
            this.logicOp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label3
            // 
            this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(23, 5);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(40, 26);
            this.label3.TabIndex = 0;
            this.label3.Text = "Blend Factor:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label6
            // 
            this.label6.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(10, 46);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 13);
            this.label6.TabIndex = 2;
            this.label6.Text = "Logic Op:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // blendFactor
            // 
            this.blendFactor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.blendFactor.AutoSize = true;
            this.blendFactor.BackColor = System.Drawing.Color.Transparent;
            this.blendFactor.Font = new System.Drawing.Font("Tahoma", 12F);
            this.blendFactor.Location = new System.Drawing.Point(70, 8);
            this.blendFactor.Name = "blendFactor";
            this.blendFactor.Size = new System.Drawing.Size(167, 19);
            this.blendFactor.TabIndex = 24;
            this.blendFactor.Text = "0.00, 0.00, 0.00, 0.00";
            this.blendFactor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // alphaToOne
            // 
            this.alphaToOne.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.alphaToOne.Image = ((System.Drawing.Image)(resources.GetObject("alphaToOne.Image")));
            this.alphaToOne.Location = new System.Drawing.Point(70, 81);
            this.alphaToOne.Name = "alphaToOne";
            this.alphaToOne.Size = new System.Drawing.Size(167, 14);
            this.alphaToOne.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.alphaToOne.TabIndex = 26;
            this.alphaToOne.TabStop = false;
            // 
            // groupBox41
            // 
            this.groupBox41.AutoSize = true;
            this.groupBox41.Controls.Add(this.tableLayoutPanel12);
            this.groupBox41.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox41.Location = new System.Drawing.Point(259, 3);
            this.groupBox41.MinimumSize = new System.Drawing.Size(165, 0);
            this.groupBox41.Name = "groupBox41";
            this.groupBox41.Size = new System.Drawing.Size(217, 141);
            this.groupBox41.TabIndex = 1;
            this.groupBox41.TabStop = false;
            this.groupBox41.Text = "Depth State";
            // 
            // tableLayoutPanel12
            // 
            this.tableLayoutPanel12.AutoSize = true;
            this.tableLayoutPanel12.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel12.ColumnCount = 2;
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel12.Controls.Add(this.depthBounds, 1, 1);
            this.tableLayoutPanel12.Controls.Add(this.label8, 0, 1);
            this.tableLayoutPanel12.Controls.Add(this.depthEnable, 1, 0);
            this.tableLayoutPanel12.Controls.Add(this.label21, 0, 0);
            this.tableLayoutPanel12.Controls.Add(this.depthWrite, 1, 2);
            this.tableLayoutPanel12.Controls.Add(this.label11, 0, 2);
            this.tableLayoutPanel12.Controls.Add(this.label13, 0, 3);
            this.tableLayoutPanel12.Controls.Add(this.depthFunc, 1, 3);
            this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel12.Name = "tableLayoutPanel12";
            this.tableLayoutPanel12.RowCount = 4;
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel12.Size = new System.Drawing.Size(208, 102);
            this.tableLayoutPanel12.TabIndex = 1;
            // 
            // depthBounds
            // 
            this.depthBounds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthBounds.AutoSize = true;
            this.depthBounds.BackColor = System.Drawing.Color.Transparent;
            this.depthBounds.Font = new System.Drawing.Font("Tahoma", 12F);
            this.depthBounds.Image = global::renderdocui.Properties.Resources.cross;
            this.depthBounds.Location = new System.Drawing.Point(65, 28);
            this.depthBounds.Name = "depthBounds";
            this.depthBounds.Size = new System.Drawing.Size(139, 19);
            this.depthBounds.TabIndex = 27;
            this.depthBounds.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(4, 31);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(54, 13);
            this.label8.TabIndex = 26;
            this.label8.Text = "Bounds:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // depthEnable
            // 
            this.depthEnable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthEnable.Image = ((System.Drawing.Image)(resources.GetObject("depthEnable.Image")));
            this.depthEnable.Location = new System.Drawing.Point(65, 5);
            this.depthEnable.Name = "depthEnable";
            this.depthEnable.Size = new System.Drawing.Size(139, 16);
            this.depthEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.depthEnable.TabIndex = 22;
            this.depthEnable.TabStop = false;
            // 
            // label21
            // 
            this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(4, 6);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(54, 13);
            this.label21.TabIndex = 1;
            this.label21.Text = "Enabled:";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // depthWrite
            // 
            this.depthWrite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthWrite.Image = ((System.Drawing.Image)(resources.GetObject("depthWrite.Image")));
            this.depthWrite.Location = new System.Drawing.Point(65, 56);
            this.depthWrite.Name = "depthWrite";
            this.depthWrite.Size = new System.Drawing.Size(139, 14);
            this.depthWrite.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.depthWrite.TabIndex = 25;
            this.depthWrite.TabStop = false;
            // 
            // label11
            // 
            this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(4, 56);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(54, 13);
            this.label11.TabIndex = 24;
            this.label11.Text = "Write:";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label13
            // 
            this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(4, 82);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(54, 13);
            this.label13.TabIndex = 3;
            this.label13.Text = "Func:";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // depthFunc
            // 
            this.depthFunc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthFunc.AutoSize = true;
            this.depthFunc.BackColor = System.Drawing.Color.Transparent;
            this.depthFunc.Font = new System.Drawing.Font("Tahoma", 12F);
            this.depthFunc.Location = new System.Drawing.Point(65, 79);
            this.depthFunc.Name = "depthFunc";
            this.depthFunc.Size = new System.Drawing.Size(139, 19);
            this.depthFunc.TabIndex = 23;
            this.depthFunc.Text = "GREATER_EQUAL";
            this.depthFunc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox43
            // 
            this.groupBox43.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox43.AutoSize = true;
            this.groupBox43.Controls.Add(this.stencilFuncs);
            this.groupBox43.Location = new System.Drawing.Point(482, 3);
            this.groupBox43.MinimumSize = new System.Drawing.Size(510, 100);
            this.groupBox43.Name = "groupBox43";
            this.groupBox43.Size = new System.Drawing.Size(607, 100);
            this.groupBox43.TabIndex = 2;
            this.groupBox43.TabStop = false;
            this.groupBox43.Text = "Stencil State";
            // 
            // stencilFuncs
            // 
            treeListColumn125.AutoSizeMinSize = 0;
            treeListColumn125.Width = 50;
            treeListColumn126.AutoSizeMinSize = 0;
            treeListColumn126.Width = 60;
            treeListColumn127.AutoSizeMinSize = 0;
            treeListColumn127.Width = 74;
            treeListColumn128.AutoSizeMinSize = 0;
            treeListColumn128.Width = 75;
            treeListColumn129.AutoSizeMinSize = 50;
            treeListColumn129.Width = 75;
            treeListColumn130.AutoSizeMinSize = 0;
            treeListColumn130.Width = 65;
            treeListColumn131.AutoSizeMinSize = 0;
            treeListColumn131.Width = 65;
            treeListColumn132.AutoSize = true;
            treeListColumn132.AutoSizeMinSize = 0;
            treeListColumn132.Width = 50;
            this.stencilFuncs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn125,
            treeListColumn126,
            treeListColumn127,
            treeListColumn128,
            treeListColumn129,
            treeListColumn130,
            treeListColumn131,
            treeListColumn132});
            this.stencilFuncs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.stencilFuncs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.stencilFuncs.Location = new System.Drawing.Point(3, 16);
            this.stencilFuncs.MinimumSize = new System.Drawing.Size(500, 0);
            this.stencilFuncs.Name = "stencilFuncs";
            this.stencilFuncs.RowOptions.ItemHeight = 20;
            this.stencilFuncs.RowOptions.ShowHeader = false;
            this.stencilFuncs.Size = new System.Drawing.Size(601, 81);
            this.stencilFuncs.TabIndex = 4;
            this.stencilFuncs.Text = "treeListView1";
            this.stencilFuncs.TreeColumn = -1;
            this.stencilFuncs.ViewOptions.ShowLine = false;
            this.stencilFuncs.ViewOptions.ShowPlusMinus = false;
            // 
            // tabCS
            // 
            this.tabCS.Controls.Add(this.panel7);
            this.tabCS.Location = new System.Drawing.Point(4, 22);
            this.tabCS.Name = "tabCS";
            this.tabCS.Size = new System.Drawing.Size(1098, 481);
            this.tabCS.TabIndex = 8;
            this.tabCS.Text = "Compute Shader";
            this.tabCS.UseVisualStyleBackColor = true;
            // 
            // panel7
            // 
            this.panel7.AutoScroll = true;
            this.panel7.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel7.Controls.Add(this.tableLayoutPanel7);
            this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel7.Location = new System.Drawing.Point(0, 0);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(1098, 481);
            this.panel7.TabIndex = 4;
            // 
            // tableLayoutPanel7
            // 
            this.tableLayoutPanel7.ColumnCount = 1;
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel7.Controls.Add(this.groupBox6, 0, 0);
            this.tableLayoutPanel7.Controls.Add(this.groupBox34, 0, 1);
            this.tableLayoutPanel7.Controls.Add(this.groupBox36, 0, 2);
            this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel7.Name = "tableLayoutPanel7";
            this.tableLayoutPanel7.RowCount = 3;
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel7.Size = new System.Drawing.Size(1082, 500);
            this.tableLayoutPanel7.TabIndex = 1;
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.flowLayoutPanel7);
            this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox6.Location = new System.Drawing.Point(3, 3);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(1076, 54);
            this.groupBox6.TabIndex = 17;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Shader";
            // 
            // flowLayoutPanel7
            // 
            this.flowLayoutPanel7.Controls.Add(this.csShader);
            this.flowLayoutPanel7.Controls.Add(this.csShaderCog);
            this.flowLayoutPanel7.Controls.Add(this.csShaderEdit);
            this.flowLayoutPanel7.Controls.Add(this.computeDebugControls);
            this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel7.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel7.Name = "flowLayoutPanel7";
            this.flowLayoutPanel7.Size = new System.Drawing.Size(1070, 35);
            this.flowLayoutPanel7.TabIndex = 25;
            // 
            // csShader
            // 
            this.csShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.csShader.AutoSize = true;
            this.csShader.BackColor = System.Drawing.Color.LightGray;
            this.csShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.csShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.csShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.csShader.Location = new System.Drawing.Point(3, 11);
            this.csShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.csShader.Name = "csShader";
            this.csShader.Size = new System.Drawing.Size(300, 15);
            this.csShader.TabIndex = 24;
            this.csShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.csShader.Click += new System.EventHandler(this.shader_Click);
            this.csShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.csShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // csShaderCog
            // 
            this.csShaderCog.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.csShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.csShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.csShaderCog.Location = new System.Drawing.Point(309, 11);
            this.csShaderCog.Name = "csShaderCog";
            this.csShaderCog.Size = new System.Drawing.Size(16, 16);
            this.csShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.csShaderCog.TabIndex = 25;
            this.csShaderCog.TabStop = false;
            this.csShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.csShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.csShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // csShaderEdit
            // 
            this.csShaderEdit.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.csShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.csShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.csShaderEdit.Location = new System.Drawing.Point(331, 11);
            this.csShaderEdit.Name = "csShaderEdit";
            this.csShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.csShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.csShaderEdit.TabIndex = 36;
            this.csShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.csShaderEdit, "HLSL edit and replace this shader");
            this.csShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // computeDebugControls
            // 
            this.computeDebugControls.Controls.Add(this.label9);
            this.computeDebugControls.Controls.Add(this.groupX);
            this.computeDebugControls.Controls.Add(this.groupY);
            this.computeDebugControls.Controls.Add(this.groupZ);
            this.computeDebugControls.Controls.Add(this.label10);
            this.computeDebugControls.Controls.Add(this.threadX);
            this.computeDebugControls.Controls.Add(this.threadY);
            this.computeDebugControls.Controls.Add(this.threadZ);
            this.computeDebugControls.Controls.Add(this.csDebug);
            this.computeDebugControls.Location = new System.Drawing.Point(353, 3);
            this.computeDebugControls.Name = "computeDebugControls";
            this.computeDebugControls.Size = new System.Drawing.Size(498, 32);
            this.computeDebugControls.TabIndex = 35;
            // 
            // label9
            // 
            this.label9.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.label9.Location = new System.Drawing.Point(3, 4);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(78, 23);
            this.label9.TabIndex = 30;
            this.label9.Text = "Debug Group:";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupX
            // 
            this.groupX.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.groupX.Location = new System.Drawing.Point(87, 5);
            this.groupX.Name = "groupX";
            this.groupX.Size = new System.Drawing.Size(46, 20);
            this.groupX.TabIndex = 26;
            this.groupX.Text = "0";
            // 
            // groupY
            // 
            this.groupY.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.groupY.Location = new System.Drawing.Point(139, 5);
            this.groupY.Name = "groupY";
            this.groupY.Size = new System.Drawing.Size(49, 20);
            this.groupY.TabIndex = 27;
            this.groupY.Text = "0";
            // 
            // groupZ
            // 
            this.groupZ.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.groupZ.Location = new System.Drawing.Point(194, 5);
            this.groupZ.Name = "groupZ";
            this.groupZ.Size = new System.Drawing.Size(52, 20);
            this.groupZ.TabIndex = 28;
            this.groupZ.Text = "0";
            // 
            // label10
            // 
            this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.label10.Location = new System.Drawing.Point(252, 4);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(47, 23);
            this.label10.TabIndex = 34;
            this.label10.Text = "Thread:";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // threadX
            // 
            this.threadX.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.threadX.Location = new System.Drawing.Point(305, 5);
            this.threadX.Name = "threadX";
            this.threadX.Size = new System.Drawing.Size(46, 20);
            this.threadX.TabIndex = 31;
            this.threadX.Text = "0";
            // 
            // threadY
            // 
            this.threadY.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.threadY.Location = new System.Drawing.Point(357, 5);
            this.threadY.Name = "threadY";
            this.threadY.Size = new System.Drawing.Size(49, 20);
            this.threadY.TabIndex = 32;
            this.threadY.Text = "0";
            // 
            // threadZ
            // 
            this.threadZ.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.threadZ.Location = new System.Drawing.Point(412, 5);
            this.threadZ.Name = "threadZ";
            this.threadZ.Size = new System.Drawing.Size(52, 20);
            this.threadZ.TabIndex = 33;
            this.threadZ.Text = "0";
            // 
            // csDebug
            // 
            this.csDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.csDebug.Image = global::renderdocui.Properties.Resources.wrench;
            this.csDebug.Location = new System.Drawing.Point(470, 3);
            this.csDebug.Name = "csDebug";
            this.csDebug.Size = new System.Drawing.Size(25, 25);
            this.csDebug.TabIndex = 29;
            this.toolTip.SetToolTip(this.csDebug, "Debug Compute Shader");
            this.csDebug.UseVisualStyleBackColor = true;
            this.csDebug.Click += new System.EventHandler(this.csDebug_Click);
            // 
            // groupBox34
            // 
            this.groupBox34.Controls.Add(this.csResources);
            this.groupBox34.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox34.Location = new System.Drawing.Point(3, 63);
            this.groupBox34.Name = "groupBox34";
            this.groupBox34.Size = new System.Drawing.Size(1076, 214);
            this.groupBox34.TabIndex = 14;
            this.groupBox34.TabStop = false;
            this.groupBox34.Text = "Resources";
            // 
            // csResources
            // 
            treeListColumn133.AutoSizeMinSize = 0;
            treeListColumn133.Width = 20;
            treeListColumn134.AutoSizeMinSize = 0;
            treeListColumn134.Width = 30;
            treeListColumn135.AutoSizeMinSize = 0;
            treeListColumn135.Width = 120;
            treeListColumn136.AutoSizeMinSize = 0;
            treeListColumn136.Width = 110;
            treeListColumn137.AutoSizeMinSize = 0;
            treeListColumn137.Width = 200;
            treeListColumn137.AutoSize = true;
            treeListColumn138.AutoSizeMinSize = 0;
            treeListColumn138.Width = 200;
            treeListColumn139.AutoSizeMinSize = 0;
            treeListColumn139.Width = 200;
            treeListColumn141.AutoSizeMinSize = 0;
            treeListColumn141.Width = 25;
            this.csResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn133,
            treeListColumn134,
            treeListColumn135,
            treeListColumn136,
            treeListColumn137,
            treeListColumn138,
            treeListColumn139,
            treeListColumn141});
            this.csResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.csResources.Location = new System.Drawing.Point(3, 16);
            this.csResources.MultiSelect = false;
            this.csResources.Name = "csResources";
            this.csResources.RowOptions.HoverHighlight = true;
            this.csResources.RowOptions.ItemHeight = 20;
            this.csResources.RowOptions.ShowHeader = false;
            this.csResources.Size = new System.Drawing.Size(1070, 195);
            this.csResources.TabIndex = 1;
            this.csResources.Text = "Outputs";
            this.csResources.TreeColumn = 7;
            this.csResources.ViewOptions.Indent = 0;
            this.csResources.ViewOptions.ShowLine = false;
            this.csResources.ViewOptions.PadForPlusMinus = false;
            this.csResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.csResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.csResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.csResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.csResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.csResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // groupBox36
            // 
            this.groupBox36.Controls.Add(this.csCBuffers);
            this.groupBox36.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox36.Location = new System.Drawing.Point(3, 283);
            this.groupBox36.Name = "groupBox36";
            this.groupBox36.Size = new System.Drawing.Size(1076, 214);
            this.groupBox36.TabIndex = 12;
            this.groupBox36.TabStop = false;
            this.groupBox36.Text = "Uniform Buffers";
            // 
            // csCBuffers
            // 
            treeListColumn142.AutoSizeMinSize = 0;
            treeListColumn142.Width = 20;
            treeListColumn143.AutoSizeMinSize = 0;
            treeListColumn143.Width = 30;
            treeListColumn144.AutoSizeMinSize = 0;
            treeListColumn144.Width = 120;
            treeListColumn145.AutoSize = true;
            treeListColumn145.AutoSizeMinSize = 100;
            treeListColumn145.Width = 50;
            treeListColumn146.AutoSizeMinSize = 0;
            treeListColumn146.Width = 140;
            treeListColumn147.AutoSizeMinSize = 0;
            treeListColumn147.Width = 250;
            treeListColumn148.AutoSizeMinSize = 0;
            treeListColumn148.Width = 25;
            this.csCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn142,
            treeListColumn143,
            treeListColumn144,
            treeListColumn145,
            treeListColumn146,
            treeListColumn147,
            treeListColumn148});
            this.csCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.csCBuffers.Location = new System.Drawing.Point(3, 16);
            this.csCBuffers.MultiSelect = false;
            this.csCBuffers.Name = "csCBuffers";
            this.csCBuffers.RowOptions.HoverHighlight = true;
            this.csCBuffers.RowOptions.ItemHeight = 20;
            this.csCBuffers.RowOptions.ShowHeader = false;
            this.csCBuffers.Size = new System.Drawing.Size(1070, 195);
            this.csCBuffers.TabIndex = 11;
            this.csCBuffers.Text = "Uniform Buffers";
            this.csCBuffers.TreeColumn = 6;
            this.csCBuffers.ViewOptions.Indent = 0;
            this.csCBuffers.ViewOptions.PadForPlusMinus = false;
            this.csCBuffers.ViewOptions.ShowLine = false;
            this.csCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.csCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.csCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.csCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // rightclickMenu
            // 
            this.rightclickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.showDisabled,
            this.showEmpty});
            this.rightclickMenu.Name = "rightclickMenu";
            this.rightclickMenu.Size = new System.Drawing.Size(144, 48);
            // 
            // showDisabled
            // 
            this.showDisabled.Image = global::renderdocui.Properties.Resources.page_white_delete;
            this.showDisabled.Name = "showDisabled";
            this.showDisabled.Size = new System.Drawing.Size(143, 22);
            this.showDisabled.Text = "Show Disabled";
            this.showDisabled.Click += new System.EventHandler(this.hideDisabled_Click);
            // 
            // showEmpty
            // 
            this.showEmpty.Image = global::renderdocui.Properties.Resources.page_white_database;
            this.showEmpty.Name = "showEmpty";
            this.showEmpty.Size = new System.Drawing.Size(143, 22);
            this.showEmpty.Text = "Show Empty";
            this.showEmpty.Click += new System.EventHandler(this.hideEmpty_Click);
            // 
            // toolTip
            // 
            this.toolTip.UseAnimation = false;
            this.toolTip.UseFading = false;
            // 
            // exportDialog
            // 
            this.exportDialog.DefaultExt = "html";
            this.exportDialog.Filter = "HTML Files (*.html)|*.html";
            this.exportDialog.Title = "Export pipeline state as HTML";
            // 
            // VulkanPipelineStateViewer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(toolstripTable);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "VulkanPipelineStateViewer";
            this.Size = new System.Drawing.Size(1112, 600);
            toolstripTable.ResumeLayout(false);
            toolstripTable.PerformLayout();
            this.flowLayoutPanel6.ResumeLayout(false);
            this.flowLayoutPanel6.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.stageTabControl.ResumeLayout(false);
            this.tabIA.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.tableLayoutPanel13.ResumeLayout(false);
            this.tableLayoutPanel13.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.topologyDiagram)).EndInit();
            this.groupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.viBuffers)).EndInit();
            groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.viAttrs)).EndInit();
            groupBox44.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.meshView)).EndInit();
            this.tabVS.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.flowLayoutPanel3.ResumeLayout(false);
            this.flowLayoutPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderEdit)).EndInit();
            this.groupBox7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsResources)).EndInit();
            this.groupBox9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsCBuffers)).EndInit();
            this.tabHS.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.groupBox10.ResumeLayout(false);
            this.flowLayoutPanel4.ResumeLayout(false);
            this.flowLayoutPanel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderEdit)).EndInit();
            this.groupBox12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.hsResources)).EndInit();
            this.groupBox15.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.hsCBuffers)).EndInit();
            this.tabDS.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.tableLayoutPanel4.ResumeLayout(false);
            this.groupBox16.ResumeLayout(false);
            this.flowLayoutPanel5.ResumeLayout(false);
            this.flowLayoutPanel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderEdit)).EndInit();
            this.groupBox18.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dsResources)).EndInit();
            this.groupBox21.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dsCBuffers)).EndInit();
            this.tabGS.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.geomTableLayout.ResumeLayout(false);
            this.groupBox22.ResumeLayout(false);
            this.flowLayoutPanel2.ResumeLayout(false);
            this.flowLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderEdit)).EndInit();
            this.groupBox24.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsResources)).EndInit();
            this.geomCBufGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsCBuffers)).EndInit();
            this.tabRS.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            this.tableLayoutPanel14.ResumeLayout(false);
            this.groupBox32.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.viewports)).EndInit();
            groupBox42.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scissors)).EndInit();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.tableLayoutPanel5.ResumeLayout(false);
            this.tableLayoutPanel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sampleShading)).EndInit();
            this.groupBox31.ResumeLayout(false);
            this.groupBox31.PerformLayout();
            this.tableLayoutPanel8.ResumeLayout(false);
            this.tableLayoutPanel8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.frontCCW)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthClamp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rasterizerDiscard)).EndInit();
            this.tabPS.ResumeLayout(false);
            this.panel6.ResumeLayout(false);
            this.pixelTableLayout.ResumeLayout(false);
            this.groupBox13.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderEdit)).EndInit();
            this.groupBox28.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.psResources)).EndInit();
            this.pixelCBufGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.psCBuffers)).EndInit();
            this.tabOM.ResumeLayout(false);
            this.panel9.ResumeLayout(false);
            this.tableLayoutPanel9.ResumeLayout(false);
            this.tableLayoutPanel9.PerformLayout();
            this.groupBox33.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.targetOutputs)).EndInit();
            this.groupBox37.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.blendOperations)).EndInit();
            this.tableLayoutPanel10.ResumeLayout(false);
            this.tableLayoutPanel10.PerformLayout();
            this.groupBox40.ResumeLayout(false);
            this.groupBox40.PerformLayout();
            this.tableLayoutPanel11.ResumeLayout(false);
            this.tableLayoutPanel11.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.alphaToOne)).EndInit();
            this.groupBox41.ResumeLayout(false);
            this.groupBox41.PerformLayout();
            this.tableLayoutPanel12.ResumeLayout(false);
            this.tableLayoutPanel12.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.depthEnable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthWrite)).EndInit();
            this.groupBox43.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.stencilFuncs)).EndInit();
            this.tabCS.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            this.tableLayoutPanel7.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.flowLayoutPanel7.ResumeLayout(false);
            this.flowLayoutPanel7.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderEdit)).EndInit();
            this.computeDebugControls.ResumeLayout(false);
            this.computeDebugControls.PerformLayout();
            this.groupBox34.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csResources)).EndInit();
            this.groupBox36.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csCBuffers)).EndInit();
            this.rightclickMenu.ResumeLayout(false);
            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.Label            killsLabel;
     System.Windows.Forms.Label            casualtiesLabel;
     System.Windows.Forms.Label            dateLabel;
     System.Windows.Forms.Label            warFundsLabel;
     System.Windows.Forms.SplitContainer   topSplitContainer;
     System.Windows.Forms.Panel            dateWarFundsPanel;
     System.Windows.Forms.GroupBox         killGroupBox;
     System.Windows.Forms.TableLayoutPanel killsTables;
     this.entireTable       = new System.Windows.Forms.TableLayoutPanel();
     this.pageSelector      = new System.Windows.Forms.ListBox();
     this.warFunds          = new System.Windows.Forms.NumericUpDown();
     this.killsSpinner      = new System.Windows.Forms.NumericUpDown();
     this.casualtiesSpinner = new System.Windows.Forms.NumericUpDown();
     this.date         = new LionEditor.StupidDateEditor();
     this.timerEditor  = new LionEditor.TimerEditor();
     killsLabel        = new System.Windows.Forms.Label();
     casualtiesLabel   = new System.Windows.Forms.Label();
     dateLabel         = new System.Windows.Forms.Label();
     warFundsLabel     = new System.Windows.Forms.Label();
     topSplitContainer = new System.Windows.Forms.SplitContainer();
     dateWarFundsPanel = new System.Windows.Forms.Panel();
     killGroupBox      = new System.Windows.Forms.GroupBox();
     killsTables       = new System.Windows.Forms.TableLayoutPanel();
     this.entireTable.SuspendLayout();
     topSplitContainer.Panel1.SuspendLayout();
     topSplitContainer.Panel2.SuspendLayout();
     topSplitContainer.SuspendLayout();
     dateWarFundsPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.warFunds)).BeginInit();
     killGroupBox.SuspendLayout();
     killsTables.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.killsSpinner)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.casualtiesSpinner)).BeginInit();
     this.SuspendLayout();
     //
     // killsLabel
     //
     killsLabel.AutoSize  = true;
     killsLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     killsLabel.Location  = new System.Drawing.Point(3, 0);
     killsLabel.Name      = "killsLabel";
     killsLabel.Size      = new System.Drawing.Size(58, 30);
     killsLabel.TabIndex  = 0;
     killsLabel.Text      = "Kills:";
     killsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // casualtiesLabel
     //
     casualtiesLabel.AutoSize  = true;
     casualtiesLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     casualtiesLabel.Location  = new System.Drawing.Point(3, 30);
     casualtiesLabel.Name      = "casualtiesLabel";
     casualtiesLabel.Size      = new System.Drawing.Size(58, 31);
     casualtiesLabel.TabIndex  = 1;
     casualtiesLabel.Text      = "Casualties:";
     casualtiesLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dateLabel
     //
     dateLabel.AutoSize = true;
     dateLabel.Location = new System.Drawing.Point(236, 22);
     dateLabel.Name     = "dateLabel";
     dateLabel.Size     = new System.Drawing.Size(33, 13);
     dateLabel.TabIndex = 1;
     dateLabel.Text     = "Date:";
     //
     // warFundsLabel
     //
     warFundsLabel.AutoSize = true;
     warFundsLabel.Location = new System.Drawing.Point(207, 57);
     warFundsLabel.Name     = "warFundsLabel";
     warFundsLabel.Size     = new System.Drawing.Size(62, 13);
     warFundsLabel.TabIndex = 3;
     warFundsLabel.Text     = "War Funds:";
     //
     // entireTable
     //
     this.entireTable.ColumnCount = 2;
     this.entireTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.76487F));
     this.entireTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 89.23513F));
     this.entireTable.Controls.Add(this.pageSelector, 0, 0);
     this.entireTable.Controls.Add(topSplitContainer, 1, 0);
     this.entireTable.Controls.Add(this.timerEditor, 1, 2);
     this.entireTable.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.entireTable.Location = new System.Drawing.Point(0, 0);
     this.entireTable.Name     = "entireTable";
     this.entireTable.RowCount = 3;
     this.entireTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 21.70543F));
     this.entireTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 78.29457F));
     this.entireTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
     this.entireTable.Size     = new System.Drawing.Size(706, 439);
     this.entireTable.TabIndex = 0;
     //
     // pageSelector
     //
     this.pageSelector.Dock = System.Windows.Forms.DockStyle.Top;
     this.pageSelector.FormattingEnabled = true;
     this.pageSelector.Items.AddRange(new object[] {
         "Events",
         "Personae",
         "Feats",
         "Wonders",
         "Artefacts"
     });
     this.pageSelector.Location = new System.Drawing.Point(3, 3);
     this.pageSelector.Name     = "pageSelector";
     this.entireTable.SetRowSpan(this.pageSelector, 2);
     this.pageSelector.Size     = new System.Drawing.Size(69, 238);
     this.pageSelector.TabIndex = 0;
     //
     // topSplitContainer
     //
     topSplitContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     topSplitContainer.Location = new System.Drawing.Point(78, 3);
     topSplitContainer.Name     = "topSplitContainer";
     //
     // topSplitContainer.Panel1
     //
     topSplitContainer.Panel1.Controls.Add(dateWarFundsPanel);
     //
     // topSplitContainer.Panel2
     //
     topSplitContainer.Panel2.Controls.Add(killGroupBox);
     topSplitContainer.Size             = new System.Drawing.Size(625, 77);
     topSplitContainer.SplitterDistance = 461;
     topSplitContainer.TabIndex         = 1;
     //
     // dateWarFundsPanel
     //
     dateWarFundsPanel.Controls.Add(warFundsLabel);
     dateWarFundsPanel.Controls.Add(this.warFunds);
     dateWarFundsPanel.Controls.Add(dateLabel);
     dateWarFundsPanel.Controls.Add(this.date);
     dateWarFundsPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     dateWarFundsPanel.Location = new System.Drawing.Point(0, 0);
     dateWarFundsPanel.Name     = "dateWarFundsPanel";
     dateWarFundsPanel.Size     = new System.Drawing.Size(461, 77);
     dateWarFundsPanel.TabIndex = 0;
     //
     // warFunds
     //
     this.warFunds.Location = new System.Drawing.Point(275, 54);
     this.warFunds.Maximum  = new decimal(new int[] {
         99999999,
         0,
         0,
         0
     });
     this.warFunds.Name               = "warFunds";
     this.warFunds.Size               = new System.Drawing.Size(173, 20);
     this.warFunds.TabIndex           = 2;
     this.warFunds.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.warFunds.ThousandsSeparator = true;
     //
     // killGroupBox
     //
     killGroupBox.Controls.Add(killsTables);
     killGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     killGroupBox.Location = new System.Drawing.Point(0, 0);
     killGroupBox.Name     = "killGroupBox";
     killGroupBox.Padding  = new System.Windows.Forms.Padding(3, 0, 3, 3);
     killGroupBox.Size     = new System.Drawing.Size(160, 77);
     killGroupBox.TabIndex = 0;
     killGroupBox.TabStop  = false;
     //
     // killsTables
     //
     killsTables.ColumnCount = 2;
     killsTables.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.20779F));
     killsTables.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 57.79221F));
     killsTables.Controls.Add(killsLabel, 0, 0);
     killsTables.Controls.Add(casualtiesLabel, 0, 1);
     killsTables.Controls.Add(this.killsSpinner, 1, 0);
     killsTables.Controls.Add(this.casualtiesSpinner, 1, 1);
     killsTables.Dock     = System.Windows.Forms.DockStyle.Fill;
     killsTables.Location = new System.Drawing.Point(3, 13);
     killsTables.Name     = "killsTables";
     killsTables.RowCount = 2;
     killsTables.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     killsTables.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     killsTables.Size     = new System.Drawing.Size(154, 61);
     killsTables.TabIndex = 0;
     //
     // killsSpinner
     //
     this.killsSpinner.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.killsSpinner.Location = new System.Drawing.Point(67, 7);
     this.killsSpinner.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.killsSpinner.Name               = "killsSpinner";
     this.killsSpinner.Size               = new System.Drawing.Size(84, 20);
     this.killsSpinner.TabIndex           = 2;
     this.killsSpinner.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.killsSpinner.ThousandsSeparator = true;
     //
     // casualtiesSpinner
     //
     this.casualtiesSpinner.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.casualtiesSpinner.Location = new System.Drawing.Point(67, 38);
     this.casualtiesSpinner.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.casualtiesSpinner.Name               = "casualtiesSpinner";
     this.casualtiesSpinner.Size               = new System.Drawing.Size(84, 20);
     this.casualtiesSpinner.TabIndex           = 3;
     this.casualtiesSpinner.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.casualtiesSpinner.ThousandsSeparator = true;
     //
     // date
     //
     this.date.Location = new System.Drawing.Point(275, 20);
     this.date.Name     = "date";
     this.date.Size     = new System.Drawing.Size(183, 29);
     this.date.TabIndex = 0;
     //
     // timerEditor
     //
     this.timerEditor.Dock     = System.Windows.Forms.DockStyle.Right;
     this.timerEditor.Location = new System.Drawing.Point(438, 385);
     this.timerEditor.Name     = "timerEditor";
     this.timerEditor.Size     = new System.Drawing.Size(265, 51);
     this.timerEditor.TabIndex = 2;
     this.timerEditor.Value    = ((uint)(0u));
     //
     // ChronicleEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.entireTable);
     this.Name = "ChronicleEditor";
     this.Size = new System.Drawing.Size(706, 439);
     this.entireTable.ResumeLayout(false);
     topSplitContainer.Panel1.ResumeLayout(false);
     topSplitContainer.Panel2.ResumeLayout(false);
     topSplitContainer.ResumeLayout(false);
     dateWarFundsPanel.ResumeLayout(false);
     dateWarFundsPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.warFunds)).EndInit();
     killGroupBox.ResumeLayout(false);
     killsTables.ResumeLayout(false);
     killsTables.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.killsSpinner)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.casualtiesSpinner)).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.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            this.panel = new System.Windows.Forms.Panel();
            this.hscroll = new System.Windows.Forms.HScrollBar();
            this.vscroll = new System.Windows.Forms.VScrollBar();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 2;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel1.Controls.Add(this.panel, 0, 0);
            tableLayoutPanel1.Controls.Add(this.hscroll, 0, 1);
            tableLayoutPanel1.Controls.Add(this.vscroll, 1, 0);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            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(791, 246);
            tableLayoutPanel1.TabIndex = 1;
            // 
            // panel
            // 
            this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel.Location = new System.Drawing.Point(0, 0);
            this.panel.Margin = new System.Windows.Forms.Padding(0);
            this.panel.Name = "panel";
            this.panel.Size = new System.Drawing.Size(775, 230);
            this.panel.TabIndex = 0;
            this.panel.ControlAdded += new System.Windows.Forms.ControlEventHandler(this.panel_ControlAddRemove);
            this.panel.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.panel_ControlAddRemove);
            this.panel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel_MouseClick);
            // 
            // hscroll
            // 
            this.hscroll.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.hscroll.Location = new System.Drawing.Point(0, 230);
            this.hscroll.Name = "hscroll";
            this.hscroll.Size = new System.Drawing.Size(775, 16);
            this.hscroll.TabIndex = 1;
            this.hscroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hscroll_Scroll);
            // 
            // vscroll
            // 
            this.vscroll.Dock = System.Windows.Forms.DockStyle.Right;
            this.vscroll.Location = new System.Drawing.Point(775, 0);
            this.vscroll.Name = "vscroll";
            this.vscroll.Size = new System.Drawing.Size(16, 230);
            this.vscroll.TabIndex = 2;
            this.vscroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vscroll_Scroll);
            // 
            // ThumbnailStrip
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tableLayoutPanel1);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "ThumbnailStrip";
            this.Size = new System.Drawing.Size(791, 246);
            this.Layout += new System.Windows.Forms.LayoutEventHandler(this.ThumbnailStrip_Layout);
            tableLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Esempio n. 58
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.TableLayoutPanel tableLayoutPanel1;
     this.avatarControl     = new GitUI.AvatarControl();
     this.rtbRevisionHeader = new System.Windows.Forms.RichTextBox();
     tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // avatarControl
     //
     this.avatarControl.AutoSize     = true;
     this.avatarControl.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.avatarControl.Location     = new System.Drawing.Point(0, 0);
     this.avatarControl.Margin       = new System.Windows.Forms.Padding(0, 0, 8, 0);
     this.avatarControl.Name         = "avatarControl";
     this.avatarControl.Size         = new System.Drawing.Size(96, 96);
     this.avatarControl.TabIndex     = 0;
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize     = true;
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel1.ColumnCount  = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.avatarControl, 0, 0);
     tableLayoutPanel1.Controls.Add(this.rtbRevisionHeader, 1, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 1;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(260, 96);
     tableLayoutPanel1.TabIndex = 0;
     //
     // rtbRevisionHeader
     //
     this.rtbRevisionHeader.BackColor    = System.Drawing.SystemColors.Window;
     this.rtbRevisionHeader.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.rtbRevisionHeader.Location     = new System.Drawing.Point(104, 0);
     this.rtbRevisionHeader.Margin       = new System.Windows.Forms.Padding(0);
     this.rtbRevisionHeader.Name         = "rtbRevisionHeader";
     this.rtbRevisionHeader.ReadOnly     = true;
     this.rtbRevisionHeader.ScrollBars   = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.rtbRevisionHeader.Size         = new System.Drawing.Size(156, 96);
     this.rtbRevisionHeader.TabIndex     = 0;
     this.rtbRevisionHeader.Text         = "";
     this.rtbRevisionHeader.WordWrap     = false;
     this.rtbRevisionHeader.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtbRevisionHeader_LinkClicked);
     this.rtbRevisionHeader.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.rtbRevisionHeader_KeyDown);
     this.rtbRevisionHeader.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.rtbRevisionHeader_MouseDown);
     //
     // CommitInfoHeader
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(tableLayoutPanel1);
     this.DoubleBuffered = true;
     this.Margin         = new System.Windows.Forms.Padding(0);
     this.Name           = "CommitInfoHeader";
     this.Size           = new System.Drawing.Size(260, 96);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.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.TableLayoutPanel tlpLayout;
      this.lDetails = new System.Windows.Forms.Label();
      this.pnImage = new System.Windows.Forms.Panel();
      this.pbImage = new System.Windows.Forms.PictureBox();
      tlpLayout = new System.Windows.Forms.TableLayoutPanel();
      tlpLayout.SuspendLayout();
      this.pnImage.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
      this.SuspendLayout();
      // 
      // tlpLayout
      // 
      tlpLayout.ColumnCount = 1;
      tlpLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
      tlpLayout.Controls.Add(this.lDetails, 0, 1);
      tlpLayout.Controls.Add(this.pnImage, 0, 0);
      tlpLayout.Dock = System.Windows.Forms.DockStyle.Fill;
      tlpLayout.Location = new System.Drawing.Point(0, 0);
      tlpLayout.Name = "tlpLayout";
      tlpLayout.RowCount = 2;
      tlpLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
      tlpLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
      tlpLayout.Size = new System.Drawing.Size(452, 513);
      tlpLayout.TabIndex = 0;
      // 
      // lDetails
      // 
      this.lDetails.Dock = System.Windows.Forms.DockStyle.Bottom;
      this.lDetails.Location = new System.Drawing.Point(3, 490);
      this.lDetails.Name = "lDetails";
      this.lDetails.Size = new System.Drawing.Size(446, 23);
      this.lDetails.TabIndex = 1;
      this.lDetails.Text = "Details";
      this.lDetails.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      this.lDetails.Click += new System.EventHandler(this._EventWrapper);
      // 
      // pnImage
      // 
      this.pnImage.AutoScroll = true;
      this.pnImage.Controls.Add(this.pbImage);
      this.pnImage.Dock = System.Windows.Forms.DockStyle.Fill;
      this.pnImage.Location = new System.Drawing.Point(0, 0);
      this.pnImage.Margin = new System.Windows.Forms.Padding(0);
      this.pnImage.Name = "pnImage";
      this.pnImage.Size = new System.Drawing.Size(452, 490);
      this.pnImage.TabIndex = 2;
      this.pnImage.SizeChanged += new System.EventHandler(this.pnImage_SizeChanged);
      // 
      // pbImage
      // 
      this.pbImage.Dock = System.Windows.Forms.DockStyle.Fill;
      this.pbImage.Location = new System.Drawing.Point(0, 0);
      this.pbImage.Name = "pbImage";
      this.pbImage.Size = new System.Drawing.Size(452, 490);
      this.pbImage.TabIndex = 1;
      this.pbImage.TabStop = false;
      this.pbImage.Click += new System.EventHandler(this._EventWrapper);
      // 
      // ImageWithDetails
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(tlpLayout);
      this.Name = "ImageWithDetails";
      this.Size = new System.Drawing.Size(452, 513);
      tlpLayout.ResumeLayout(false);
      this.pnImage.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
      this.ResumeLayout(false);

    }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.FlowLayoutPanel  flpnlControls;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     this.Ok                    = new System.Windows.Forms.Button();
     this.Abort                 = new System.Windows.Forms.Button();
     this.comboMinWidthNote     = new System.Windows.Forms.Label();
     this.maxRecentRepositories = new System.Windows.Forms.Label();
     this._NO_TRANSLATE_maxRecentRepositories = new System.Windows.Forms.NumericUpDown();
     this.comboMinWidthEdit             = new System.Windows.Forms.NumericUpDown();
     this.sortMostRecentRepos           = new System.Windows.Forms.CheckBox();
     this.comboMinWidthLabel            = new System.Windows.Forms.Label();
     this.sortLessRecentRepos           = new System.Windows.Forms.CheckBox();
     this.shorteningGB                  = new System.Windows.Forms.GroupBox();
     this.dontShortenRB                 = new System.Windows.Forms.RadioButton();
     this.middleDotRB                   = new System.Windows.Forms.RadioButton();
     this.mostSigDirRB                  = new System.Windows.Forms.RadioButton();
     this.comboPanel                    = new System.Windows.Forms.Panel();
     this.LessRecentLB                  = new System.Windows.Forms.ListView();
     this.chdrRepository1               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStrip1             = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.anchorToMostToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.anchorToLessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeAnchorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeRecentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel3          = new System.Windows.Forms.Panel();
     this.label1          = new System.Windows.Forms.Label();
     this.MostRecentLB    = new System.Windows.Forms.ListView();
     this.chdrRepository  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.panel2          = new System.Windows.Forms.Panel();
     this.MostRecentLabel = new System.Windows.Forms.Label();
     this.lblRecentRepositoriesHistorySize            = new System.Windows.Forms.Label();
     this._NO_TRANSLATE_RecentRepositoriesHistorySize = new System.Windows.Forms.NumericUpDown();
     flpnlControls     = new System.Windows.Forms.FlowLayoutPanel();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     flpnlControls.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_maxRecentRepositories)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboMinWidthEdit)).BeginInit();
     this.shorteningGB.SuspendLayout();
     this.comboPanel.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_RecentRepositoriesHistorySize)).BeginInit();
     this.SuspendLayout();
     //
     // flpnlControls
     //
     flpnlControls.Controls.Add(this.Abort);
     flpnlControls.Controls.Add(this.Ok);
     flpnlControls.Dock          = System.Windows.Forms.DockStyle.Bottom;
     flpnlControls.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     flpnlControls.Location      = new System.Drawing.Point(0, 327);
     flpnlControls.Name          = "flpnlControls";
     flpnlControls.Size          = new System.Drawing.Size(676, 34);
     flpnlControls.TabIndex      = 2;
     flpnlControls.WrapContents  = false;
     //
     // Ok
     //
     this.Ok.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.Ok.AutoSize     = true;
     this.Ok.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.Ok.Location     = new System.Drawing.Point(517, 3);
     this.Ok.Name         = "Ok";
     this.Ok.Size         = new System.Drawing.Size(75, 25);
     this.Ok.TabIndex     = 0;
     this.Ok.Text         = "OK";
     this.Ok.UseCompatibleTextRendering = true;
     this.Ok.UseVisualStyleBackColor    = true;
     this.Ok.Click += new System.EventHandler(this.Ok_Click);
     //
     // Abort
     //
     this.Abort.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.Abort.AutoSize     = true;
     this.Abort.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.Abort.Location     = new System.Drawing.Point(598, 3);
     this.Abort.Name         = "Abort";
     this.Abort.Size         = new System.Drawing.Size(75, 25);
     this.Abort.TabIndex     = 1;
     this.Abort.Text         = "Cancel";
     this.Abort.UseCompatibleTextRendering = true;
     this.Abort.UseVisualStyleBackColor    = true;
     this.Abort.Click += new System.EventHandler(this.Abort_Click);
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize     = true;
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel1.ColumnCount  = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this._NO_TRANSLATE_RecentRepositoriesHistorySize, 1, 0);
     tableLayoutPanel1.Controls.Add(this.lblRecentRepositoriesHistorySize, 0, 0);
     tableLayoutPanel1.Controls.Add(this.comboMinWidthNote, 0, 6);
     tableLayoutPanel1.Controls.Add(this.maxRecentRepositories, 0, 1);
     tableLayoutPanel1.Controls.Add(this._NO_TRANSLATE_maxRecentRepositories, 1, 1);
     tableLayoutPanel1.Controls.Add(this.comboMinWidthEdit, 1, 5);
     tableLayoutPanel1.Controls.Add(this.sortMostRecentRepos, 0, 2);
     tableLayoutPanel1.Controls.Add(this.comboMinWidthLabel, 0, 5);
     tableLayoutPanel1.Controls.Add(this.sortLessRecentRepos, 0, 3);
     tableLayoutPanel1.Controls.Add(this.shorteningGB, 0, 4);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Left;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.Padding  = new System.Windows.Forms.Padding(8);
     tableLayoutPanel1.RowCount = 7;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(322, 327);
     tableLayoutPanel1.TabIndex = 0;
     //
     // comboMinWidthNote
     //
     tableLayoutPanel1.SetColumnSpan(this.comboMinWidthNote, 2);
     this.comboMinWidthNote.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.comboMinWidthNote.Location = new System.Drawing.Point(11, 246);
     this.comboMinWidthNote.Name     = "comboMinWidthNote";
     this.comboMinWidthNote.Padding  = new System.Windows.Forms.Padding(12, 0, 0, 0);
     this.comboMinWidthNote.Size     = new System.Drawing.Size(300, 73);
     this.comboMinWidthNote.TabIndex = 9;
     this.comboMinWidthNote.Text     = "NB: The width of the columns helps to visualise how the repository name will be s" +
                                       "hown in the combobox.";
     //
     // maxRecentRepositories
     //
     this.maxRecentRepositories.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.maxRecentRepositories.AutoSize = true;
     this.maxRecentRepositories.Location = new System.Drawing.Point(11, 42);
     this.maxRecentRepositories.Name     = "maxRecentRepositories";
     this.maxRecentRepositories.Size     = new System.Drawing.Size(222, 13);
     this.maxRecentRepositories.TabIndex = 2;
     this.maxRecentRepositories.Text     = "Maximum number of most recent repositories";
     //
     // _NO_TRANSLATE_maxRecentRepositories
     //
     this._NO_TRANSLATE_maxRecentRepositories.Location = new System.Drawing.Point(250, 38);
     this._NO_TRANSLATE_maxRecentRepositories.Maximum  = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this._NO_TRANSLATE_maxRecentRepositories.Name          = "_NO_TRANSLATE_maxRecentRepositories";
     this._NO_TRANSLATE_maxRecentRepositories.Size          = new System.Drawing.Size(61, 21);
     this._NO_TRANSLATE_maxRecentRepositories.TabIndex      = 3;
     this._NO_TRANSLATE_maxRecentRepositories.ValueChanged += new System.EventHandler(this.sortMostRecentRepos_CheckedChanged);
     //
     // comboMinWidthEdit
     //
     this.comboMinWidthEdit.Location = new System.Drawing.Point(250, 222);
     this.comboMinWidthEdit.Maximum  = new decimal(new int[] {
         800,
         0,
         0,
         0
     });
     this.comboMinWidthEdit.Name          = "comboMinWidthEdit";
     this.comboMinWidthEdit.Size          = new System.Drawing.Size(61, 21);
     this.comboMinWidthEdit.TabIndex      = 8;
     this.comboMinWidthEdit.ValueChanged += new System.EventHandler(this.comboMinWidthEdit_ValueChanged);
     //
     // sortMostRecentRepos
     //
     this.sortMostRecentRepos.AutoSize                = true;
     this.sortMostRecentRepos.CheckAlign              = System.Drawing.ContentAlignment.MiddleRight;
     this.sortMostRecentRepos.Location                = new System.Drawing.Point(11, 65);
     this.sortMostRecentRepos.Name                    = "sortMostRecentRepos";
     this.sortMostRecentRepos.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.sortMostRecentRepos.Size                    = new System.Drawing.Size(233, 17);
     this.sortMostRecentRepos.TabIndex                = 4;
     this.sortMostRecentRepos.Text                    = "Sort most recent repositories alphabetically";
     this.sortMostRecentRepos.UseVisualStyleBackColor = true;
     this.sortMostRecentRepos.CheckedChanged         += new System.EventHandler(this.sortMostRecentRepos_CheckedChanged);
     //
     // comboMinWidthLabel
     //
     this.comboMinWidthLabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.comboMinWidthLabel.AutoSize = true;
     this.comboMinWidthLabel.Location = new System.Drawing.Point(11, 226);
     this.comboMinWidthLabel.Name     = "comboMinWidthLabel";
     this.comboMinWidthLabel.Size     = new System.Drawing.Size(202, 13);
     this.comboMinWidthLabel.TabIndex = 7;
     this.comboMinWidthLabel.Text     = "Combobox minimum width (0 = Autosize)";
     //
     // sortLessRecentRepos
     //
     this.sortLessRecentRepos.AutoSize                = true;
     this.sortLessRecentRepos.CheckAlign              = System.Drawing.ContentAlignment.MiddleRight;
     this.sortLessRecentRepos.Location                = new System.Drawing.Point(11, 88);
     this.sortLessRecentRepos.Name                    = "sortLessRecentRepos";
     this.sortLessRecentRepos.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.sortLessRecentRepos.Size                    = new System.Drawing.Size(228, 17);
     this.sortLessRecentRepos.TabIndex                = 5;
     this.sortLessRecentRepos.Text                    = "Sort less recent repositories alphabetically";
     this.sortLessRecentRepos.UseVisualStyleBackColor = true;
     this.sortLessRecentRepos.CheckedChanged         += new System.EventHandler(this.sortMostRecentRepos_CheckedChanged);
     //
     // shorteningGB
     //
     this.shorteningGB.AutoSize     = true;
     this.shorteningGB.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.shorteningGB.Controls.Add(this.dontShortenRB);
     this.shorteningGB.Controls.Add(this.middleDotRB);
     this.shorteningGB.Controls.Add(this.mostSigDirRB);
     this.shorteningGB.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.shorteningGB.Location = new System.Drawing.Point(11, 111);
     this.shorteningGB.Name     = "shorteningGB";
     this.shorteningGB.Size     = new System.Drawing.Size(233, 105);
     this.shorteningGB.TabIndex = 6;
     this.shorteningGB.TabStop  = false;
     this.shorteningGB.Text     = "Shortening strategy";
     //
     // dontShortenRB
     //
     this.dontShortenRB.AutoSize = true;
     this.dontShortenRB.Location = new System.Drawing.Point(6, 22);
     this.dontShortenRB.Name     = "dontShortenRB";
     this.dontShortenRB.Size     = new System.Drawing.Size(103, 17);
     this.dontShortenRB.TabIndex = 0;
     this.dontShortenRB.TabStop  = true;
     this.dontShortenRB.Text     = "Do not shorten  ";
     this.dontShortenRB.UseVisualStyleBackColor = true;
     this.dontShortenRB.CheckedChanged         += new System.EventHandler(this.sortMostRecentRepos_CheckedChanged);
     //
     // middleDotRB
     //
     this.middleDotRB.AutoSize = true;
     this.middleDotRB.Location = new System.Drawing.Point(6, 68);
     this.middleDotRB.Name     = "middleDotRB";
     this.middleDotRB.Size     = new System.Drawing.Size(169, 17);
     this.middleDotRB.TabIndex = 2;
     this.middleDotRB.TabStop  = true;
     this.middleDotRB.Text     = "Replace middle part with dots ";
     this.middleDotRB.UseVisualStyleBackColor = true;
     this.middleDotRB.CheckedChanged         += new System.EventHandler(this.sortMostRecentRepos_CheckedChanged);
     //
     // mostSigDirRB
     //
     this.mostSigDirRB.AutoSize = true;
     this.mostSigDirRB.Location = new System.Drawing.Point(6, 45);
     this.mostSigDirRB.Name     = "mostSigDirRB";
     this.mostSigDirRB.Size     = new System.Drawing.Size(169, 17);
     this.mostSigDirRB.TabIndex = 1;
     this.mostSigDirRB.TabStop  = true;
     this.mostSigDirRB.Text     = "The most significant directory ";
     this.mostSigDirRB.UseVisualStyleBackColor = true;
     this.mostSigDirRB.CheckedChanged         += new System.EventHandler(this.sortMostRecentRepos_CheckedChanged);
     //
     // comboPanel
     //
     this.comboPanel.Controls.Add(this.LessRecentLB);
     this.comboPanel.Controls.Add(this.panel3);
     this.comboPanel.Controls.Add(this.MostRecentLB);
     this.comboPanel.Controls.Add(this.panel2);
     this.comboPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.comboPanel.Location = new System.Drawing.Point(322, 0);
     this.comboPanel.Name     = "comboPanel";
     this.comboPanel.Size     = new System.Drawing.Size(354, 327);
     this.comboPanel.TabIndex = 1;
     //
     // LessRecentLB
     //
     this.LessRecentLB.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chdrRepository1
     });
     this.LessRecentLB.ContextMenuStrip = this.contextMenuStrip1;
     this.LessRecentLB.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.LessRecentLB.GridLines        = true;
     this.LessRecentLB.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.LessRecentLB.HideSelection    = false;
     this.LessRecentLB.LabelWrap        = false;
     this.LessRecentLB.Location         = new System.Drawing.Point(0, 162);
     this.LessRecentLB.MultiSelect      = false;
     this.LessRecentLB.Name             = "LessRecentLB";
     this.LessRecentLB.OwnerDraw        = true;
     this.LessRecentLB.Size             = new System.Drawing.Size(354, 165);
     this.LessRecentLB.TabIndex         = 2;
     this.LessRecentLB.UseCompatibleStateImageBehavior = false;
     this.LessRecentLB.View      = System.Windows.Forms.View.Details;
     this.LessRecentLB.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.listView_DrawItem);
     //
     // chdrRepository1
     //
     this.chdrRepository1.Text = "Header";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.anchorToMostToolStripMenuItem,
         this.anchorToLessToolStripMenuItem,
         this.removeAnchorToolStripMenuItem,
         this.removeRecentToolStripMenuItem
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(258, 92);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // anchorToMostToolStripMenuItem
     //
     this.anchorToMostToolStripMenuItem.Name   = "anchorToMostToolStripMenuItem";
     this.anchorToMostToolStripMenuItem.Size   = new System.Drawing.Size(257, 22);
     this.anchorToMostToolStripMenuItem.Text   = "Anchor to most recent repositories";
     this.anchorToMostToolStripMenuItem.Click += new System.EventHandler(this.anchorToMostToolStripMenuItem_Click);
     //
     // anchorToLessToolStripMenuItem
     //
     this.anchorToLessToolStripMenuItem.Name   = "anchorToLessToolStripMenuItem";
     this.anchorToLessToolStripMenuItem.Size   = new System.Drawing.Size(257, 22);
     this.anchorToLessToolStripMenuItem.Text   = "Anchor to less recent repositories";
     this.anchorToLessToolStripMenuItem.Click += new System.EventHandler(this.anchorToLessToolStripMenuItem_Click);
     //
     // removeAnchorToolStripMenuItem
     //
     this.removeAnchorToolStripMenuItem.Name   = "removeAnchorToolStripMenuItem";
     this.removeAnchorToolStripMenuItem.Size   = new System.Drawing.Size(257, 22);
     this.removeAnchorToolStripMenuItem.Text   = "Remove anchor";
     this.removeAnchorToolStripMenuItem.Click += new System.EventHandler(this.removeAnchorToolStripMenuItem_Click);
     //
     // removeRecentToolStripMenuItem
     //
     this.removeRecentToolStripMenuItem.Name   = "removeRecentToolStripMenuItem";
     this.removeRecentToolStripMenuItem.Size   = new System.Drawing.Size(257, 22);
     this.removeRecentToolStripMenuItem.Text   = "Remove from recent repositories";
     this.removeRecentToolStripMenuItem.Click += new System.EventHandler(this.removeRecentToolStripMenuItem_Click);
     //
     // panel3
     //
     this.panel3.AutoSize = true;
     this.panel3.Controls.Add(this.label1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 140);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(354, 22);
     this.panel3.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(121, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Less recent repositories";
     //
     // MostRecentLB
     //
     this.MostRecentLB.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chdrRepository
     });
     this.MostRecentLB.ContextMenuStrip = this.contextMenuStrip1;
     this.MostRecentLB.Dock             = System.Windows.Forms.DockStyle.Top;
     this.MostRecentLB.GridLines        = true;
     this.MostRecentLB.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.MostRecentLB.HideSelection    = false;
     this.MostRecentLB.LabelWrap        = false;
     this.MostRecentLB.Location         = new System.Drawing.Point(0, 19);
     this.MostRecentLB.MultiSelect      = false;
     this.MostRecentLB.Name             = "MostRecentLB";
     this.MostRecentLB.OwnerDraw        = true;
     this.MostRecentLB.Size             = new System.Drawing.Size(354, 121);
     this.MostRecentLB.TabIndex         = 0;
     this.MostRecentLB.UseCompatibleStateImageBehavior = false;
     this.MostRecentLB.View      = System.Windows.Forms.View.Details;
     this.MostRecentLB.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.listView_DrawItem);
     //
     // chdrRepository
     //
     this.chdrRepository.Text = "Header";
     //
     // panel2
     //
     this.panel2.AutoSize     = true;
     this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel2.Controls.Add(this.MostRecentLabel);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(354, 19);
     this.panel2.TabIndex = 0;
     //
     // MostRecentLabel
     //
     this.MostRecentLabel.AutoSize = true;
     this.MostRecentLabel.Location = new System.Drawing.Point(3, 6);
     this.MostRecentLabel.Name     = "MostRecentLabel";
     this.MostRecentLabel.Size     = new System.Drawing.Size(123, 13);
     this.MostRecentLabel.TabIndex = 0;
     this.MostRecentLabel.Text     = "Most recent repositories";
     //
     // lblRecentRepositoriesHistorySize
     //
     this.lblRecentRepositoriesHistorySize.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblRecentRepositoriesHistorySize.AutoSize = true;
     this.lblRecentRepositoriesHistorySize.Location = new System.Drawing.Point(11, 15);
     this.lblRecentRepositoriesHistorySize.Name     = "lblRecentRepositoriesHistorySize";
     this.lblRecentRepositoriesHistorySize.Size     = new System.Drawing.Size(157, 13);
     this.lblRecentRepositoriesHistorySize.TabIndex = 0;
     this.lblRecentRepositoriesHistorySize.Text     = "Recent repositories history size";
     //
     // _NO_TRANSLATE_RecentRepositoriesHistorySize
     //
     this._NO_TRANSLATE_RecentRepositoriesHistorySize.Location = new System.Drawing.Point(250, 11);
     this._NO_TRANSLATE_RecentRepositoriesHistorySize.Maximum  = new decimal(new int[] {
         999,
         0,
         0,
         0
     });
     this._NO_TRANSLATE_RecentRepositoriesHistorySize.Minimum = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this._NO_TRANSLATE_RecentRepositoriesHistorySize.Name     = "_NO_TRANSLATE_RecentRepositoriesHistorySize";
     this._NO_TRANSLATE_RecentRepositoriesHistorySize.Size     = new System.Drawing.Size(61, 21);
     this._NO_TRANSLATE_RecentRepositoriesHistorySize.TabIndex = 1;
     this._NO_TRANSLATE_RecentRepositoriesHistorySize.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     //
     // FormRecentReposSettings
     //
     this.AcceptButton        = this.Ok;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.Abort;
     this.ClientSize          = new System.Drawing.Size(684, 361);
     this.Controls.Add(this.comboPanel);
     this.Controls.Add(tableLayoutPanel1);
     this.Controls.Add(flpnlControls);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(700, 400);
     this.Name          = "FormRecentReposSettings";
     this.Padding       = new System.Windows.Forms.Padding(0, 0, 8, 0);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Recent repositories settings";
     flpnlControls.ResumeLayout(false);
     flpnlControls.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_maxRecentRepositories)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboMinWidthEdit)).EndInit();
     this.shorteningGB.ResumeLayout(false);
     this.shorteningGB.PerformLayout();
     this.comboPanel.ResumeLayout(false);
     this.comboPanel.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_RecentRepositoriesHistorySize)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }