コード例 #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.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);

        }
コード例 #2
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 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);

        }
コード例 #3
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.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();

		}
コード例 #4
0
		/// <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);

		}
コード例 #5
0
        /// <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);

        }
コード例 #6
0
ファイル: About.Designer.cs プロジェクト: dbremner/szotar
		/// <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);

		}
コード例 #7
0
        /// <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);
		}
コード例 #8
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);

        }
コード例 #9
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.txtPort      = new System.Windows.Forms.TextBox();
     this.txtScheduler = new System.Windows.Forms.TextBox();
     this.cboServer    = new System.Windows.Forms.ComboBox();
     this.label1       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.btnCancel    = new System.Windows.Forms.Button();
     this.btnConnect   = new System.Windows.Forms.Button();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     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(this.label1, 0, 0);
     tableLayoutPanel1.Controls.Add(this.txtScheduler, 1, 2);
     tableLayoutPanel1.Controls.Add(this.cboServer, 1, 0);
     tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
     tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     tableLayoutPanel1.Controls.Add(this.txtPort, 1, 1);
     tableLayoutPanel1.Controls.Add(this.btnCancel, 3, 3);
     tableLayoutPanel1.Controls.Add(this.btnConnect, 2, 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());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(284, 110);
     tableLayoutPanel1.TabIndex = 11;
     //
     // txtPort
     //
     tableLayoutPanel1.SetColumnSpan(this.txtPort, 3);
     this.txtPort.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtPort.Location = new System.Drawing.Point(67, 30);
     this.txtPort.Name     = "txtPort";
     this.txtPort.Size     = new System.Drawing.Size(214, 20);
     this.txtPort.TabIndex = 1;
     this.txtPort.Text     = "555";
     //
     // txtScheduler
     //
     tableLayoutPanel1.SetColumnSpan(this.txtScheduler, 3);
     this.txtScheduler.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtScheduler.Location = new System.Drawing.Point(67, 56);
     this.txtScheduler.Name     = "txtScheduler";
     this.txtScheduler.Size     = new System.Drawing.Size(214, 20);
     this.txtScheduler.TabIndex = 2;
     this.txtScheduler.Text     = "QuartzScheduler";
     //
     // cboServer
     //
     tableLayoutPanel1.SetColumnSpan(this.cboServer, 3);
     this.cboServer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cboServer.FormattingEnabled = true;
     this.cboServer.Location          = new System.Drawing.Point(67, 3);
     this.cboServer.Name                  = "cboServer";
     this.cboServer.Size                  = new System.Drawing.Size(214, 21);
     this.cboServer.TabIndex              = 1;
     this.cboServer.SelectedIndexChanged += new System.EventHandler(this.cboServer_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 3);
     this.label1.Margin   = new System.Windows.Forms.Padding(3);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Server:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 56);
     this.label3.Margin   = new System.Windows.Forms.Padding(3);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(58, 13);
     this.label3.TabIndex = 10;
     this.label3.Text     = "Scheduler:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 30);
     this.label2.Margin   = new System.Windows.Forms.Padding(3);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(29, 13);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Port:";
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(206, 82);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnConnect
     //
     this.btnConnect.Location = new System.Drawing.Point(125, 82);
     this.btnConnect.Name     = "btnConnect";
     this.btnConnect.Size     = new System.Drawing.Size(75, 23);
     this.btnConnect.TabIndex = 3;
     this.btnConnect.Text     = "Connect";
     this.btnConnect.UseVisualStyleBackColor = true;
     this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
     //
     // ServerConnectForm
     //
     this.AcceptButton        = this.btnConnect;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(284, 110);
     this.Controls.Add(tableLayoutPanel1);
     this.MaximumSize   = new System.Drawing.Size(900, 149);
     this.MinimumSize   = new System.Drawing.Size(300, 149);
     this.Name          = "ServerConnectForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "ServerConnectForm";
     this.Load         += new System.EventHandler(this.ServerConnectForm_Load);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #10
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.lblName         = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.lblGroup        = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.lblDescription  = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.label10         = new System.Windows.Forms.Label();
     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()));
     tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // 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 = 5;
     this.lblName.Text     = "label2";
     //
     // 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 = 4;
     this.label3.Text     = "Name:";
     //
     // 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 = 7;
     this.lblGroup.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 = 6;
     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 = 9;
     this.lblDescription.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 = 8;
     this.label5.Text     = "Description:";
     //
     // 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 = 23;
     this.label10.Text     = "Job Data:";
     //
     // 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      = 22;
     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;
     //
     // 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;
     //
     // 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();
 }
コード例 #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox         groupBox1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     this.KontoAuswahl          = new System.Windows.Forms.ComboBox();
     this.BetragBox2            = new System.Windows.Forms.TextBox();
     this.UmbuchenKnopf         = new System.Windows.Forms.Button();
     this.Überweisungsliste     = new BrightIdeasSoftware.ObjectListView();
     this.DatumSpalte           = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.BetragSpalte          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.NeuerKontostandSpalte = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.BeschreibungSpalte    = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.StornoSpalte          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.stornoKnopfRenderer1  = new Getränkeabrechnung.Ansicht.StornoKnopfRenderer();
     this.ErstellungSpalte      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.KontostandLabel       = new System.Windows.Forms.Label();
     this.NameBox           = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.HinzufügenKnopf   = new System.Windows.Forms.Button();
     this.BeschreibungBox   = new System.Windows.Forms.TextBox();
     this.BetragBox         = new System.Windows.Forms.TextBox();
     this.DatumBox          = new System.Windows.Forms.DateTimePicker();
     groupBox1         = new System.Windows.Forms.GroupBox();
     tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     label1            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     groupBox1.SuspendLayout();
     tableLayoutPanel3.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Überweisungsliste)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     tableLayoutPanel1.SetColumnSpan(groupBox1, 2);
     groupBox1.Controls.Add(tableLayoutPanel3);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(3, 414);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(678, 44);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Umbuchen";
     //
     // tableLayoutPanel3
     //
     tableLayoutPanel3.ColumnCount = 6;
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel3.Controls.Add(label1, 0, 0);
     tableLayoutPanel3.Controls.Add(this.KontoAuswahl, 1, 0);
     tableLayoutPanel3.Controls.Add(label2, 2, 0);
     tableLayoutPanel3.Controls.Add(this.BetragBox2, 3, 0);
     tableLayoutPanel3.Controls.Add(this.UmbuchenKnopf, 4, 0);
     tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
     tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     tableLayoutPanel3.Name     = "tableLayoutPanel3";
     tableLayoutPanel3.RowCount = 1;
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel3.Size     = new System.Drawing.Size(672, 25);
     tableLayoutPanel3.TabIndex = 0;
     //
     // label1
     //
     label1.AutoSize  = true;
     label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     label1.Location  = new System.Drawing.Point(3, 0);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(54, 25);
     label1.TabIndex  = 0;
     label1.Text      = "Nach:";
     label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // KontoAuswahl
     //
     this.KontoAuswahl.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.KontoAuswahl.FormattingEnabled = true;
     this.KontoAuswahl.Location          = new System.Drawing.Point(63, 3);
     this.KontoAuswahl.Name     = "KontoAuswahl";
     this.KontoAuswahl.Size     = new System.Drawing.Size(134, 21);
     this.KontoAuswahl.TabIndex = 4;
     //
     // label2
     //
     label2.Dock      = System.Windows.Forms.DockStyle.Fill;
     label2.Location  = new System.Drawing.Point(203, 0);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(54, 25);
     label2.TabIndex  = 2;
     label2.Text      = "Betrag:";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // BetragBox2
     //
     this.BetragBox2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.BetragBox2.Location = new System.Drawing.Point(263, 3);
     this.BetragBox2.Name     = "BetragBox2";
     this.BetragBox2.Size     = new System.Drawing.Size(94, 20);
     this.BetragBox2.TabIndex = 5;
     this.BetragBox2.Leave   += new System.EventHandler(this.BetragBox2_Leave);
     //
     // UmbuchenKnopf
     //
     this.UmbuchenKnopf.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.UmbuchenKnopf.Location = new System.Drawing.Point(363, 0);
     this.UmbuchenKnopf.Margin   = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.UmbuchenKnopf.Name     = "UmbuchenKnopf";
     this.UmbuchenKnopf.Size     = new System.Drawing.Size(94, 25);
     this.UmbuchenKnopf.TabIndex = 6;
     this.UmbuchenKnopf.Text     = "Umbuchen";
     this.UmbuchenKnopf.UseVisualStyleBackColor = true;
     this.UmbuchenKnopf.Click += new System.EventHandler(this.UmbuchenKnopf_Click);
     //
     // 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.Überweisungsliste, 0, 1);
     tableLayoutPanel1.Controls.Add(this.KontostandLabel, 1, 0);
     tableLayoutPanel1.Controls.Add(groupBox1, 0, 3);
     tableLayoutPanel1.Controls.Add(this.NameBox, 0, 0);
     tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
     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, 60F));
     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, 26F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(684, 461);
     tableLayoutPanel1.TabIndex = 0;
     //
     // Überweisungsliste
     //
     this.Überweisungsliste.AllColumns.Add(this.DatumSpalte);
     this.Überweisungsliste.AllColumns.Add(this.BetragSpalte);
     this.Überweisungsliste.AllColumns.Add(this.NeuerKontostandSpalte);
     this.Überweisungsliste.AllColumns.Add(this.BeschreibungSpalte);
     this.Überweisungsliste.AllColumns.Add(this.StornoSpalte);
     this.Überweisungsliste.AllColumns.Add(this.ErstellungSpalte);
     this.Überweisungsliste.AlternateRowBackColor = System.Drawing.SystemColors.ButtonFace;
     this.Überweisungsliste.CellEditActivation    = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick;
     this.Überweisungsliste.CellEditUseWholeCell  = false;
     this.Überweisungsliste.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.DatumSpalte,
         this.BetragSpalte,
         this.NeuerKontostandSpalte,
         this.BeschreibungSpalte,
         this.StornoSpalte
     });
     tableLayoutPanel1.SetColumnSpan(this.Überweisungsliste, 2);
     this.Überweisungsliste.Cursor                             = System.Windows.Forms.Cursors.Default;
     this.Überweisungsliste.Dock                               = System.Windows.Forms.DockStyle.Fill;
     this.Überweisungsliste.FullRowSelect                      = true;
     this.Überweisungsliste.HeaderStyle                        = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.Überweisungsliste.Location                           = new System.Drawing.Point(3, 63);
     this.Überweisungsliste.MultiSelect                        = false;
     this.Überweisungsliste.Name                               = "Überweisungsliste";
     this.Überweisungsliste.RowHeight                          = 20;
     this.Überweisungsliste.SelectColumnsOnRightClick          = false;
     this.Überweisungsliste.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.None;
     this.Überweisungsliste.ShowGroups                         = false;
     this.Überweisungsliste.Size                               = new System.Drawing.Size(678, 319);
     this.Überweisungsliste.TabIndex                           = 10;
     this.Überweisungsliste.UseAlternatingBackColors           = true;
     this.Überweisungsliste.UseCompatibleStateImageBehavior    = false;
     this.Überweisungsliste.View                               = System.Windows.Forms.View.Details;
     this.Überweisungsliste.ButtonClick                       += new System.EventHandler <BrightIdeasSoftware.CellClickEventArgs>(this.Überweisungsliste_ButtonClick);
     this.Überweisungsliste.CellEditFinished                  += new BrightIdeasSoftware.CellEditEventHandler(this.Überweisungsliste_CellEditFinished);
     //
     // DatumSpalte
     //
     this.DatumSpalte.AspectName           = "Buchungszeitpunkt";
     this.DatumSpalte.AspectToStringFormat = "{0:d}";
     this.DatumSpalte.IsEditable           = false;
     this.DatumSpalte.Text  = "Datum";
     this.DatumSpalte.Width = 80;
     //
     // BetragSpalte
     //
     this.BetragSpalte.AspectName           = "Betrag";
     this.BetragSpalte.AspectToStringFormat = "{0:C}";
     this.BetragSpalte.IsEditable           = false;
     this.BetragSpalte.Text      = "Betrag";
     this.BetragSpalte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.BetragSpalte.Width     = 100;
     //
     // NeuerKontostandSpalte
     //
     this.NeuerKontostandSpalte.AspectName           = "NeuerKontostand";
     this.NeuerKontostandSpalte.AspectToStringFormat = "{0:C}";
     this.NeuerKontostandSpalte.IsEditable           = false;
     this.NeuerKontostandSpalte.Text      = "Neuer Kontostand";
     this.NeuerKontostandSpalte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.NeuerKontostandSpalte.Width     = 100;
     //
     // BeschreibungSpalte
     //
     this.BeschreibungSpalte.AspectName           = "Beschreibung";
     this.BeschreibungSpalte.CellEditUseWholeCell = true;
     this.BeschreibungSpalte.FillsFreeSpace       = true;
     this.BeschreibungSpalte.Text = "Beschreibung";
     //
     // StornoSpalte
     //
     this.StornoSpalte.AspectName = "Löschbar";
     this.StornoSpalte.IsButton   = true;
     this.StornoSpalte.IsEditable = false;
     this.StornoSpalte.Renderer   = this.stornoKnopfRenderer1;
     this.StornoSpalte.Text       = "";
     this.StornoSpalte.Width      = 65;
     //
     // stornoKnopfRenderer1
     //
     this.stornoKnopfRenderer1.ButtonPadding = new System.Drawing.Size(10, 10);
     //
     // ErstellungSpalte
     //
     this.ErstellungSpalte.AspectName           = "Erstellungszeitpunkt";
     this.ErstellungSpalte.AspectToStringFormat = "{0:C}";
     this.ErstellungSpalte.IsEditable           = false;
     this.ErstellungSpalte.IsVisible            = false;
     //
     // KontostandLabel
     //
     this.KontostandLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.KontostandLabel.Font      = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
     this.KontostandLabel.Location  = new System.Drawing.Point(345, 0);
     this.KontostandLabel.Name      = "KontostandLabel";
     this.KontostandLabel.Size      = new System.Drawing.Size(336, 60);
     this.KontostandLabel.TabIndex  = 3;
     this.KontostandLabel.Text      = "Kontostand";
     this.KontostandLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // NameBox
     //
     this.NameBox.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.NameBox.BackColor   = System.Drawing.SystemColors.Control;
     this.NameBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.NameBox.Font        = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
     this.NameBox.Location    = new System.Drawing.Point(3, 14);
     this.NameBox.Name        = "NameBox";
     this.NameBox.Size        = new System.Drawing.Size(336, 31);
     this.NameBox.TabIndex    = 100;
     this.NameBox.TabStop     = false;
     this.NameBox.Text        = "Name";
     this.NameBox.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.NameBox_KeyUp);
     this.NameBox.Leave      += new System.EventHandler(this.NameBox_Leave);
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 6;
     tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel2, 2);
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     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, 65F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Controls.Add(this.HinzufügenKnopf, 4, 0);
     this.tableLayoutPanel2.Controls.Add(this.BeschreibungBox, 3, 0);
     this.tableLayoutPanel2.Controls.Add(this.BetragBox, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.DatumBox, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 385);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(684, 26);
     this.tableLayoutPanel2.TabIndex = 6;
     //
     // HinzufügenKnopf
     //
     this.HinzufügenKnopf.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.HinzufügenKnopf.Location = new System.Drawing.Point(602, 0);
     this.HinzufügenKnopf.Margin   = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.HinzufügenKnopf.Name     = "HinzufügenKnopf";
     this.HinzufügenKnopf.Size     = new System.Drawing.Size(59, 26);
     this.HinzufügenKnopf.TabIndex = 3;
     this.HinzufügenKnopf.Text     = "+";
     this.HinzufügenKnopf.UseVisualStyleBackColor = true;
     this.HinzufügenKnopf.Click += new System.EventHandler(this.HinzufügenKnopf_Click);
     //
     // BeschreibungBox
     //
     this.BeschreibungBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.BeschreibungBox.Location = new System.Drawing.Point(283, 3);
     this.BeschreibungBox.Name     = "BeschreibungBox";
     this.BeschreibungBox.Size     = new System.Drawing.Size(313, 20);
     this.BeschreibungBox.TabIndex = 2;
     this.BeschreibungBox.Text     = "Beschreibung";
     //
     // BetragBox
     //
     this.BetragBox.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.BetragBox.Location  = new System.Drawing.Point(83, 3);
     this.BetragBox.Name      = "BetragBox";
     this.BetragBox.Size      = new System.Drawing.Size(94, 20);
     this.BetragBox.TabIndex  = 1;
     this.BetragBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.BetragBox.Leave    += new System.EventHandler(this.BetragBox_Leave);
     //
     // DatumBox
     //
     this.DatumBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.DatumBox.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.DatumBox.Location = new System.Drawing.Point(3, 3);
     this.DatumBox.Name     = "DatumBox";
     this.DatumBox.Size     = new System.Drawing.Size(74, 20);
     this.DatumBox.TabIndex = 0;
     //
     // Kontofenster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(684, 461);
     this.Controls.Add(tableLayoutPanel1);
     this.MinimumSize  = new System.Drawing.Size(700, 500);
     this.Name         = "Kontofenster";
     this.Text         = "Kontofenster";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Kontofenster_FormClosing);
     this.Load        += new System.EventHandler(this.Kontofenster_Load);
     groupBox1.ResumeLayout(false);
     tableLayoutPanel3.ResumeLayout(false);
     tableLayoutPanel3.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Überweisungsliste)).EndInit();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #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 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();

        }
コード例 #13
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);

		}
コード例 #14
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 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);

        }
コード例 #15
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 tlpnlMain;
     this.groupBoxPerformance = new System.Windows.Forms.GroupBox();
     this.tlpnlPerformance    = new System.Windows.Forms.TableLayoutPanel();
     this.chkShowAheadBehindDataInBrowseWindow          = new System.Windows.Forms.CheckBox();
     this.chkCheckForUncommittedChangesInCheckoutBranch = new System.Windows.Forms.CheckBox();
     this.chkShowGitStatusInToolbar            = new System.Windows.Forms.CheckBox();
     this.chkShowGitStatusForArtificialCommits = new System.Windows.Forms.CheckBox();
     this.chkShowStashCountInBrowseWindow      = new System.Windows.Forms.CheckBox();
     this.chkShowSubmoduleStatusInBrowse       = new System.Windows.Forms.CheckBox();
     this.chkUseFastChecks = new System.Windows.Forms.CheckBox();
     this.chkShowCurrentChangesInRevisionGraph = new System.Windows.Forms.CheckBox();
     this.lblCommitsLimit          = new System.Windows.Forms.Label();
     this._NO_TRANSLATE_MaxCommits = new System.Windows.Forms.NumericUpDown();
     this.groupBoxEmailSettings    = new System.Windows.Forms.GroupBox();
     this.tlpnlEmailSettings       = new System.Windows.Forms.TableLayoutPanel();
     this.SmtpServer        = new System.Windows.Forms.TextBox();
     this.lblSmtpServerPort = new System.Windows.Forms.Label();
     this.chkUseSSL         = new System.Windows.Forms.CheckBox();
     this.SmtpServerPort    = new System.Windows.Forms.TextBox();
     this.lblSmtpServerName = new System.Windows.Forms.Label();
     this.groupBoxBehaviour = new System.Windows.Forms.GroupBox();
     this.tlpnlBehaviour    = new System.Windows.Forms.TableLayoutPanel();
     this.chkFollowRenamesInFileHistoryExact = new System.Windows.Forms.CheckBox();
     this.RevisionGridQuickSearchTimeout     = new System.Windows.Forms.NumericUpDown();
     this.btnDefaultDestinationBrowse        = new System.Windows.Forms.Button();
     this.lblQuickSearchTimeout         = new System.Windows.Forms.Label();
     this.chkCloseProcessDialog         = new System.Windows.Forms.CheckBox();
     this.cbDefaultCloneDestination     = new System.Windows.Forms.ComboBox();
     this.chkShowGitCommandLine         = new System.Windows.Forms.CheckBox();
     this.lblDefaultCloneDestination    = new System.Windows.Forms.Label();
     this.chkUsePatienceDiffAlgorithm   = new System.Windows.Forms.CheckBox();
     this.chkStashUntrackedFiles        = new System.Windows.Forms.CheckBox();
     this.chkStartWithRecentWorkingDir  = new System.Windows.Forms.CheckBox();
     this.chkFollowRenamesInFileHistory = new System.Windows.Forms.CheckBox();
     tlpnlMain = new System.Windows.Forms.TableLayoutPanel();
     tlpnlMain.SuspendLayout();
     this.groupBoxPerformance.SuspendLayout();
     this.tlpnlPerformance.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_MaxCommits)).BeginInit();
     this.groupBoxEmailSettings.SuspendLayout();
     this.tlpnlEmailSettings.SuspendLayout();
     this.groupBoxBehaviour.SuspendLayout();
     this.tlpnlBehaviour.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RevisionGridQuickSearchTimeout)).BeginInit();
     this.SuspendLayout();
     //
     // tlpnlMain
     //
     tlpnlMain.AutoSize     = true;
     tlpnlMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tlpnlMain.ColumnCount  = 1;
     tlpnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tlpnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     tlpnlMain.Controls.Add(this.groupBoxPerformance, 0, 0);
     tlpnlMain.Controls.Add(this.groupBoxEmailSettings, 0, 2);
     tlpnlMain.Controls.Add(this.groupBoxBehaviour, 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.Size     = new System.Drawing.Size(1438, 846);
     tlpnlMain.TabIndex = 0;
     //
     // groupBoxPerformance
     //
     this.groupBoxPerformance.AutoSize = true;
     this.groupBoxPerformance.Controls.Add(this.tlpnlPerformance);
     this.groupBoxPerformance.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBoxPerformance.Location = new System.Drawing.Point(3, 3);
     this.groupBoxPerformance.Name     = "groupBoxPerformance";
     this.groupBoxPerformance.Padding  = new System.Windows.Forms.Padding(8);
     this.groupBoxPerformance.Size     = new System.Drawing.Size(1432, 239);
     this.groupBoxPerformance.TabIndex = 0;
     this.groupBoxPerformance.TabStop  = false;
     this.groupBoxPerformance.Text     = "Performance";
     //
     // tlpnlPerformance
     //
     this.tlpnlPerformance.AutoSize     = true;
     this.tlpnlPerformance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpnlPerformance.ColumnCount  = 2;
     this.tlpnlPerformance.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlPerformance.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlPerformance.Controls.Add(this.chkShowAheadBehindDataInBrowseWindow, 0, 6);
     this.tlpnlPerformance.Controls.Add(this.chkCheckForUncommittedChangesInCheckoutBranch, 0, 7);
     this.tlpnlPerformance.Controls.Add(this.chkShowGitStatusInToolbar, 0, 0);
     this.tlpnlPerformance.Controls.Add(this.chkShowGitStatusForArtificialCommits, 0, 1);
     this.tlpnlPerformance.Controls.Add(this.chkShowStashCountInBrowseWindow, 0, 5);
     this.tlpnlPerformance.Controls.Add(this.chkShowSubmoduleStatusInBrowse, 0, 2);
     this.tlpnlPerformance.Controls.Add(this.chkUseFastChecks, 0, 4);
     this.tlpnlPerformance.Controls.Add(this.chkShowCurrentChangesInRevisionGraph, 0, 3);
     this.tlpnlPerformance.Controls.Add(this.lblCommitsLimit, 0, 8);
     this.tlpnlPerformance.Controls.Add(this._NO_TRANSLATE_MaxCommits, 1, 8);
     this.tlpnlPerformance.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tlpnlPerformance.Location = new System.Drawing.Point(8, 21);
     this.tlpnlPerformance.Name     = "tlpnlPerformance";
     this.tlpnlPerformance.RowCount = 9;
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.Size     = new System.Drawing.Size(1416, 210);
     this.tlpnlPerformance.TabIndex = 0;
     //
     // chkShowAheadBehindDataInBrowseWindow
     //
     this.chkShowAheadBehindDataInBrowseWindow.AutoSize = true;
     this.chkShowAheadBehindDataInBrowseWindow.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowAheadBehindDataInBrowseWindow.Location = new System.Drawing.Point(3, 141);
     this.chkShowAheadBehindDataInBrowseWindow.Name     = "chkShowAheadBehindDataInBrowseWindow";
     this.chkShowAheadBehindDataInBrowseWindow.Size     = new System.Drawing.Size(347, 17);
     this.chkShowAheadBehindDataInBrowseWindow.TabIndex = 10;
     this.chkShowAheadBehindDataInBrowseWindow.Text     = "Show ahead and behind information on status bar in browse window";
     this.chkShowAheadBehindDataInBrowseWindow.UseVisualStyleBackColor = true;
     //
     // chkCheckForUncommittedChangesInCheckoutBranch
     //
     this.chkCheckForUncommittedChangesInCheckoutBranch.AutoSize = true;
     this.chkCheckForUncommittedChangesInCheckoutBranch.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkCheckForUncommittedChangesInCheckoutBranch.Location = new System.Drawing.Point(3, 164);
     this.chkCheckForUncommittedChangesInCheckoutBranch.Name     = "chkCheckForUncommittedChangesInCheckoutBranch";
     this.chkCheckForUncommittedChangesInCheckoutBranch.Size     = new System.Drawing.Size(347, 17);
     this.chkCheckForUncommittedChangesInCheckoutBranch.TabIndex = 6;
     this.chkCheckForUncommittedChangesInCheckoutBranch.Text     = "Check for uncommitted changes in checkout branch dialog";
     this.chkCheckForUncommittedChangesInCheckoutBranch.UseVisualStyleBackColor = true;
     //
     // chkShowGitStatusInToolbar
     //
     this.chkShowGitStatusInToolbar.AutoSize = true;
     this.tlpnlPerformance.SetColumnSpan(this.chkShowGitStatusInToolbar, 2);
     this.chkShowGitStatusInToolbar.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowGitStatusInToolbar.Location = new System.Drawing.Point(3, 3);
     this.chkShowGitStatusInToolbar.Name     = "chkShowGitStatusInToolbar";
     this.chkShowGitStatusInToolbar.Size     = new System.Drawing.Size(1410, 17);
     this.chkShowGitStatusInToolbar.TabIndex = 0;
     this.chkShowGitStatusInToolbar.Text     = "Show number of changed files on commit button";
     this.chkShowGitStatusInToolbar.UseVisualStyleBackColor = true;
     this.chkShowGitStatusInToolbar.CheckedChanged         += new System.EventHandler(this.ShowGitStatus_CheckedChanged);
     //
     // chkShowGitStatusForArtificialCommits
     //
     this.chkShowGitStatusForArtificialCommits.AutoSize = true;
     this.tlpnlPerformance.SetColumnSpan(this.chkShowGitStatusForArtificialCommits, 2);
     this.chkShowGitStatusForArtificialCommits.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowGitStatusForArtificialCommits.Location = new System.Drawing.Point(3, 26);
     this.chkShowGitStatusForArtificialCommits.Name     = "chkShowGitStatusForArtificialCommits";
     this.chkShowGitStatusForArtificialCommits.Size     = new System.Drawing.Size(1410, 17);
     this.chkShowGitStatusForArtificialCommits.TabIndex = 1;
     this.chkShowGitStatusForArtificialCommits.Text     = "Show number of changed files for artificial commits";
     this.chkShowGitStatusForArtificialCommits.UseVisualStyleBackColor = true;
     this.chkShowGitStatusForArtificialCommits.CheckedChanged         += new System.EventHandler(this.ShowGitStatus_CheckedChanged);
     //
     // chkShowStashCountInBrowseWindow
     //
     this.chkShowStashCountInBrowseWindow.AutoSize = true;
     this.chkShowStashCountInBrowseWindow.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowStashCountInBrowseWindow.Location = new System.Drawing.Point(3, 118);
     this.chkShowStashCountInBrowseWindow.Name     = "chkShowStashCountInBrowseWindow";
     this.chkShowStashCountInBrowseWindow.Size     = new System.Drawing.Size(347, 17);
     this.chkShowStashCountInBrowseWindow.TabIndex = 5;
     this.chkShowStashCountInBrowseWindow.Text     = "Show stash count on status bar in browse window";
     this.chkShowStashCountInBrowseWindow.UseVisualStyleBackColor = true;
     //
     // chkShowSubmoduleStatusInBrowse
     //
     this.chkShowSubmoduleStatusInBrowse.AutoSize = true;
     this.chkShowSubmoduleStatusInBrowse.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowSubmoduleStatusInBrowse.Location = new System.Drawing.Point(3, 49);
     this.chkShowSubmoduleStatusInBrowse.Name     = "chkShowSubmoduleStatusInBrowse";
     this.chkShowSubmoduleStatusInBrowse.Size     = new System.Drawing.Size(347, 17);
     this.chkShowSubmoduleStatusInBrowse.TabIndex = 2;
     this.chkShowSubmoduleStatusInBrowse.Text     = "Show submodule status in browse menu";
     this.chkShowSubmoduleStatusInBrowse.UseVisualStyleBackColor = true;
     //
     // chkUseFastChecks
     //
     this.chkUseFastChecks.AutoSize = true;
     this.chkUseFastChecks.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkUseFastChecks.Location = new System.Drawing.Point(3, 95);
     this.chkUseFastChecks.Name     = "chkUseFastChecks";
     this.chkUseFastChecks.Size     = new System.Drawing.Size(347, 17);
     this.chkUseFastChecks.TabIndex = 4;
     this.chkUseFastChecks.Text     = "Use FileSystemWatcher to check if index is changed";
     this.chkUseFastChecks.UseVisualStyleBackColor = true;
     //
     // chkShowCurrentChangesInRevisionGraph
     //
     this.chkShowCurrentChangesInRevisionGraph.AutoSize = true;
     this.chkShowCurrentChangesInRevisionGraph.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowCurrentChangesInRevisionGraph.Location = new System.Drawing.Point(3, 72);
     this.chkShowCurrentChangesInRevisionGraph.Name     = "chkShowCurrentChangesInRevisionGraph";
     this.chkShowCurrentChangesInRevisionGraph.Size     = new System.Drawing.Size(347, 17);
     this.chkShowCurrentChangesInRevisionGraph.TabIndex = 3;
     this.chkShowCurrentChangesInRevisionGraph.Text     = "Show current working directory changes as an artificial commit";
     this.chkShowCurrentChangesInRevisionGraph.UseVisualStyleBackColor = true;
     //
     // lblCommitsLimit
     //
     this.lblCommitsLimit.AutoSize  = true;
     this.lblCommitsLimit.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblCommitsLimit.Location  = new System.Drawing.Point(3, 184);
     this.lblCommitsLimit.Name      = "lblCommitsLimit";
     this.lblCommitsLimit.Size      = new System.Drawing.Size(347, 26);
     this.lblCommitsLimit.TabIndex  = 7;
     this.lblCommitsLimit.Text      = "Limit number of commits that will be loaded at startup";
     this.lblCommitsLimit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _NO_TRANSLATE_MaxCommits
     //
     this._NO_TRANSLATE_MaxCommits.Increment = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this._NO_TRANSLATE_MaxCommits.Location = new System.Drawing.Point(356, 187);
     this._NO_TRANSLATE_MaxCommits.Maximum  = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this._NO_TRANSLATE_MaxCommits.Name               = "_NO_TRANSLATE_MaxCommits";
     this._NO_TRANSLATE_MaxCommits.Size               = new System.Drawing.Size(85, 20);
     this._NO_TRANSLATE_MaxCommits.TabIndex           = 8;
     this._NO_TRANSLATE_MaxCommits.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this._NO_TRANSLATE_MaxCommits.ThousandsSeparator = true;
     this._NO_TRANSLATE_MaxCommits.Value              = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     //
     // groupBoxEmailSettings
     //
     this.groupBoxEmailSettings.AutoSize = true;
     this.groupBoxEmailSettings.Controls.Add(this.tlpnlEmailSettings);
     this.groupBoxEmailSettings.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBoxEmailSettings.Location = new System.Drawing.Point(3, 476);
     this.groupBoxEmailSettings.Name     = "groupBoxEmailSettings";
     this.groupBoxEmailSettings.Padding  = new System.Windows.Forms.Padding(8);
     this.groupBoxEmailSettings.Size     = new System.Drawing.Size(1432, 104);
     this.groupBoxEmailSettings.TabIndex = 2;
     this.groupBoxEmailSettings.TabStop  = false;
     this.groupBoxEmailSettings.Text     = "Email settings for sending patches";
     //
     // tlpnlEmailSettings
     //
     this.tlpnlEmailSettings.AutoSize    = true;
     this.tlpnlEmailSettings.ColumnCount = 3;
     this.tlpnlEmailSettings.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlEmailSettings.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlEmailSettings.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlEmailSettings.Controls.Add(this.SmtpServer, 2, 0);
     this.tlpnlEmailSettings.Controls.Add(this.lblSmtpServerPort, 0, 1);
     this.tlpnlEmailSettings.Controls.Add(this.chkUseSSL, 0, 2);
     this.tlpnlEmailSettings.Controls.Add(this.SmtpServerPort, 2, 1);
     this.tlpnlEmailSettings.Controls.Add(this.lblSmtpServerName, 0, 0);
     this.tlpnlEmailSettings.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tlpnlEmailSettings.Location = new System.Drawing.Point(8, 21);
     this.tlpnlEmailSettings.Name     = "tlpnlEmailSettings";
     this.tlpnlEmailSettings.RowCount = 3;
     this.tlpnlEmailSettings.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlEmailSettings.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlEmailSettings.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlEmailSettings.Size     = new System.Drawing.Size(1416, 75);
     this.tlpnlEmailSettings.TabIndex = 0;
     //
     // SmtpServer
     //
     this.SmtpServer.Location = new System.Drawing.Point(117, 3);
     this.SmtpServer.Name     = "SmtpServer";
     this.SmtpServer.Size     = new System.Drawing.Size(179, 20);
     this.SmtpServer.TabIndex = 0;
     //
     // lblSmtpServerPort
     //
     this.lblSmtpServerPort.AutoSize  = true;
     this.lblSmtpServerPort.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblSmtpServerPort.Location  = new System.Drawing.Point(3, 26);
     this.lblSmtpServerPort.Name      = "lblSmtpServerPort";
     this.lblSmtpServerPort.Size      = new System.Drawing.Size(108, 26);
     this.lblSmtpServerPort.TabIndex  = 1;
     this.lblSmtpServerPort.Text      = "Port";
     this.lblSmtpServerPort.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkUseSSL
     //
     this.chkUseSSL.AutoSize = true;
     this.chkUseSSL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkUseSSL.Location = new System.Drawing.Point(3, 55);
     this.chkUseSSL.Name     = "chkUseSSL";
     this.chkUseSSL.Size     = new System.Drawing.Size(108, 17);
     this.chkUseSSL.TabIndex = 3;
     this.chkUseSSL.Text     = "Use SSL/TLS";
     this.chkUseSSL.UseVisualStyleBackColor = true;
     this.chkUseSSL.CheckedChanged         += new System.EventHandler(this.chkUseSSL_CheckedChanged);
     //
     // SmtpServerPort
     //
     this.SmtpServerPort.Location = new System.Drawing.Point(117, 29);
     this.SmtpServerPort.Name     = "SmtpServerPort";
     this.SmtpServerPort.Size     = new System.Drawing.Size(49, 20);
     this.SmtpServerPort.TabIndex = 2;
     this.SmtpServerPort.Text     = "587";
     //
     // lblSmtpServerName
     //
     this.lblSmtpServerName.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.lblSmtpServerName.AutoSize  = true;
     this.lblSmtpServerName.Location  = new System.Drawing.Point(3, 6);
     this.lblSmtpServerName.Name      = "lblSmtpServerName";
     this.lblSmtpServerName.Padding   = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.lblSmtpServerName.Size      = new System.Drawing.Size(108, 13);
     this.lblSmtpServerName.TabIndex  = 0;
     this.lblSmtpServerName.Text      = "SMTP server name";
     this.lblSmtpServerName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBoxBehaviour
     //
     this.groupBoxBehaviour.AutoSize = true;
     this.groupBoxBehaviour.Controls.Add(this.tlpnlBehaviour);
     this.groupBoxBehaviour.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBoxBehaviour.Location = new System.Drawing.Point(3, 248);
     this.groupBoxBehaviour.Name     = "groupBoxBehaviour";
     this.groupBoxBehaviour.Padding  = new System.Windows.Forms.Padding(8);
     this.groupBoxBehaviour.Size     = new System.Drawing.Size(1432, 222);
     this.groupBoxBehaviour.TabIndex = 1;
     this.groupBoxBehaviour.TabStop  = false;
     this.groupBoxBehaviour.Text     = "Behaviour";
     //
     // tlpnlBehaviour
     //
     this.tlpnlBehaviour.AutoSize     = true;
     this.tlpnlBehaviour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpnlBehaviour.ColumnCount  = 3;
     this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlBehaviour.Controls.Add(this.chkFollowRenamesInFileHistoryExact, 1, 4);
     this.tlpnlBehaviour.Controls.Add(this.RevisionGridQuickSearchTimeout, 1, 7);
     this.tlpnlBehaviour.Controls.Add(this.btnDefaultDestinationBrowse, 2, 6);
     this.tlpnlBehaviour.Controls.Add(this.lblQuickSearchTimeout, 0, 7);
     this.tlpnlBehaviour.Controls.Add(this.chkCloseProcessDialog, 0, 0);
     this.tlpnlBehaviour.Controls.Add(this.cbDefaultCloneDestination, 1, 6);
     this.tlpnlBehaviour.Controls.Add(this.chkShowGitCommandLine, 0, 1);
     this.tlpnlBehaviour.Controls.Add(this.lblDefaultCloneDestination, 0, 6);
     this.tlpnlBehaviour.Controls.Add(this.chkUsePatienceDiffAlgorithm, 0, 2);
     this.tlpnlBehaviour.Controls.Add(this.chkStashUntrackedFiles, 0, 3);
     this.tlpnlBehaviour.Controls.Add(this.chkStartWithRecentWorkingDir, 0, 5);
     this.tlpnlBehaviour.Controls.Add(this.chkFollowRenamesInFileHistory, 0, 4);
     this.tlpnlBehaviour.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tlpnlBehaviour.Location = new System.Drawing.Point(8, 21);
     this.tlpnlBehaviour.Name     = "tlpnlBehaviour";
     this.tlpnlBehaviour.RowCount = 8;
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.Size     = new System.Drawing.Size(1416, 193);
     this.tlpnlBehaviour.TabIndex = 0;
     //
     // chkFollowRenamesInFileHistoryExact
     //
     this.chkFollowRenamesInFileHistoryExact.AutoSize = true;
     this.chkFollowRenamesInFileHistoryExact.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkFollowRenamesInFileHistoryExact.Location = new System.Drawing.Point(273, 95);
     this.chkFollowRenamesInFileHistoryExact.Name     = "chkFollowRenamesInFileHistoryExact";
     this.chkFollowRenamesInFileHistoryExact.Size     = new System.Drawing.Size(1082, 17);
     this.chkFollowRenamesInFileHistoryExact.TabIndex = 5;
     this.chkFollowRenamesInFileHistoryExact.Text     = "Follow exact renames and copies only";
     this.chkFollowRenamesInFileHistoryExact.UseVisualStyleBackColor = true;
     //
     // RevisionGridQuickSearchTimeout
     //
     this.RevisionGridQuickSearchTimeout.Increment = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.RevisionGridQuickSearchTimeout.Location = new System.Drawing.Point(273, 170);
     this.RevisionGridQuickSearchTimeout.Maximum  = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.RevisionGridQuickSearchTimeout.Minimum = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.RevisionGridQuickSearchTimeout.Name               = "RevisionGridQuickSearchTimeout";
     this.RevisionGridQuickSearchTimeout.Size               = new System.Drawing.Size(85, 20);
     this.RevisionGridQuickSearchTimeout.TabIndex           = 12;
     this.RevisionGridQuickSearchTimeout.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.RevisionGridQuickSearchTimeout.ThousandsSeparator = true;
     this.RevisionGridQuickSearchTimeout.Value              = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     //
     // btnDefaultDestinationBrowse
     //
     this.btnDefaultDestinationBrowse.AutoSize                = true;
     this.btnDefaultDestinationBrowse.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnDefaultDestinationBrowse.Location                = new System.Drawing.Point(1361, 141);
     this.btnDefaultDestinationBrowse.Name                    = "btnDefaultDestinationBrowse";
     this.btnDefaultDestinationBrowse.Size                    = new System.Drawing.Size(52, 23);
     this.btnDefaultDestinationBrowse.TabIndex                = 10;
     this.btnDefaultDestinationBrowse.Text                    = "Browse";
     this.btnDefaultDestinationBrowse.UseVisualStyleBackColor = true;
     this.btnDefaultDestinationBrowse.Click                  += new System.EventHandler(this.DefaultCloneDestinationBrowseClick);
     //
     // lblQuickSearchTimeout
     //
     this.lblQuickSearchTimeout.AutoSize  = true;
     this.lblQuickSearchTimeout.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblQuickSearchTimeout.Location  = new System.Drawing.Point(3, 167);
     this.lblQuickSearchTimeout.Name      = "lblQuickSearchTimeout";
     this.lblQuickSearchTimeout.Size      = new System.Drawing.Size(264, 26);
     this.lblQuickSearchTimeout.TabIndex  = 11;
     this.lblQuickSearchTimeout.Text      = "Revision grid quick search timeout [ms]";
     this.lblQuickSearchTimeout.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkCloseProcessDialog
     //
     this.chkCloseProcessDialog.AutoSize = true;
     this.chkCloseProcessDialog.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkCloseProcessDialog.Location = new System.Drawing.Point(3, 3);
     this.chkCloseProcessDialog.Name     = "chkCloseProcessDialog";
     this.chkCloseProcessDialog.Size     = new System.Drawing.Size(264, 17);
     this.chkCloseProcessDialog.TabIndex = 0;
     this.chkCloseProcessDialog.Text     = "Close Process dialog when process succeeds";
     this.chkCloseProcessDialog.UseVisualStyleBackColor = true;
     //
     // cbDefaultCloneDestination
     //
     this.cbDefaultCloneDestination.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cbDefaultCloneDestination.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
     this.cbDefaultCloneDestination.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cbDefaultCloneDestination.FormattingEnabled = true;
     this.cbDefaultCloneDestination.Location          = new System.Drawing.Point(273, 141);
     this.cbDefaultCloneDestination.Name     = "cbDefaultCloneDestination";
     this.cbDefaultCloneDestination.Size     = new System.Drawing.Size(1082, 21);
     this.cbDefaultCloneDestination.TabIndex = 9;
     //
     // chkShowGitCommandLine
     //
     this.chkShowGitCommandLine.AutoSize = true;
     this.chkShowGitCommandLine.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowGitCommandLine.Location = new System.Drawing.Point(3, 26);
     this.chkShowGitCommandLine.Name     = "chkShowGitCommandLine";
     this.chkShowGitCommandLine.Size     = new System.Drawing.Size(264, 17);
     this.chkShowGitCommandLine.TabIndex = 1;
     this.chkShowGitCommandLine.Text     = "Show console window when executing git process";
     this.chkShowGitCommandLine.UseVisualStyleBackColor = true;
     //
     // lblDefaultCloneDestination
     //
     this.lblDefaultCloneDestination.AutoSize  = true;
     this.lblDefaultCloneDestination.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblDefaultCloneDestination.Location  = new System.Drawing.Point(3, 138);
     this.lblDefaultCloneDestination.Name      = "lblDefaultCloneDestination";
     this.lblDefaultCloneDestination.Size      = new System.Drawing.Size(264, 29);
     this.lblDefaultCloneDestination.TabIndex  = 8;
     this.lblDefaultCloneDestination.Text      = "Default clone destination";
     this.lblDefaultCloneDestination.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkUsePatienceDiffAlgorithm
     //
     this.chkUsePatienceDiffAlgorithm.AutoSize = true;
     this.chkUsePatienceDiffAlgorithm.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkUsePatienceDiffAlgorithm.Location = new System.Drawing.Point(3, 49);
     this.chkUsePatienceDiffAlgorithm.Name     = "chkUsePatienceDiffAlgorithm";
     this.chkUsePatienceDiffAlgorithm.Size     = new System.Drawing.Size(264, 17);
     this.chkUsePatienceDiffAlgorithm.TabIndex = 2;
     this.chkUsePatienceDiffAlgorithm.Text     = "Use patience diff algorithm";
     this.chkUsePatienceDiffAlgorithm.UseVisualStyleBackColor = true;
     //
     // chkStashUntrackedFiles
     //
     this.chkStashUntrackedFiles.AutoSize = true;
     this.chkStashUntrackedFiles.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkStashUntrackedFiles.Location = new System.Drawing.Point(3, 72);
     this.chkStashUntrackedFiles.Name     = "chkStashUntrackedFiles";
     this.chkStashUntrackedFiles.Size     = new System.Drawing.Size(264, 17);
     this.chkStashUntrackedFiles.TabIndex = 3;
     this.chkStashUntrackedFiles.Text     = "Include untracked files in stash";
     this.chkStashUntrackedFiles.UseVisualStyleBackColor = true;
     //
     // chkStartWithRecentWorkingDir
     //
     this.chkStartWithRecentWorkingDir.AutoSize = true;
     this.chkStartWithRecentWorkingDir.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkStartWithRecentWorkingDir.Location = new System.Drawing.Point(3, 118);
     this.chkStartWithRecentWorkingDir.Name     = "chkStartWithRecentWorkingDir";
     this.chkStartWithRecentWorkingDir.Size     = new System.Drawing.Size(264, 17);
     this.chkStartWithRecentWorkingDir.TabIndex = 6;
     this.chkStartWithRecentWorkingDir.Text     = "Open last working directory on startup";
     this.chkStartWithRecentWorkingDir.UseVisualStyleBackColor = true;
     //
     // chkFollowRenamesInFileHistory
     //
     this.chkFollowRenamesInFileHistory.AutoSize = true;
     this.chkFollowRenamesInFileHistory.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkFollowRenamesInFileHistory.Location = new System.Drawing.Point(3, 95);
     this.chkFollowRenamesInFileHistory.Name     = "chkFollowRenamesInFileHistory";
     this.chkFollowRenamesInFileHistory.Size     = new System.Drawing.Size(264, 17);
     this.chkFollowRenamesInFileHistory.TabIndex = 4;
     this.chkFollowRenamesInFileHistory.Text     = "Follow renames in file history (experimental)";
     this.chkFollowRenamesInFileHistory.UseVisualStyleBackColor = true;
     //
     // GeneralSettingsPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.Controls.Add(tlpnlMain);
     this.Name    = "GeneralSettingsPage";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Size    = new System.Drawing.Size(1454, 862);
     tlpnlMain.ResumeLayout(false);
     tlpnlMain.PerformLayout();
     this.groupBoxPerformance.ResumeLayout(false);
     this.groupBoxPerformance.PerformLayout();
     this.tlpnlPerformance.ResumeLayout(false);
     this.tlpnlPerformance.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_MaxCommits)).EndInit();
     this.groupBoxEmailSettings.ResumeLayout(false);
     this.groupBoxEmailSettings.PerformLayout();
     this.tlpnlEmailSettings.ResumeLayout(false);
     this.tlpnlEmailSettings.PerformLayout();
     this.groupBoxBehaviour.ResumeLayout(false);
     this.groupBoxBehaviour.PerformLayout();
     this.tlpnlBehaviour.ResumeLayout(false);
     this.tlpnlBehaviour.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RevisionGridQuickSearchTimeout)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel _RadioTLP;
     System.Windows.Forms.Panel            _RadioHeadP;
     this._RdPageBT                     = new HMI.Presentation.Rabat.UI.RdPageButton();
     this._RtxBT                        = new HMI.Model.Module.UI.HMIButton();
     this._PttBT                        = new HMI.Model.Module.UI.HMIButton();
     this._RdHeadPhonesUDB              = new HMI.Presentation.Rabat.UI.UpDownButton();
     this._RdSpeakerUDB                 = new HMI.Presentation.Rabat.UI.UpDownButton();
     this._RdButtonsTLP                 = new System.Windows.Forms.TableLayoutPanel();
     this._PttBlinkTimer                = new System.Windows.Forms.Timer(this.components);
     this._SquelchBlinkTimer            = new System.Windows.Forms.Timer(this.components);
     this._RtxBlinkTimer                = new System.Windows.Forms.Timer(this.components);
     this._TxConfirmationDetectionTimer = new System.Windows.Forms.Timer(this.components);
     this._CarrierDetectionTimer        = new System.Windows.Forms.Timer(this.components);
     _RadioTLP   = new System.Windows.Forms.TableLayoutPanel();
     _RadioHeadP = new System.Windows.Forms.Panel();
     _RadioTLP.SuspendLayout();
     _RadioHeadP.SuspendLayout();
     this.SuspendLayout();
     //
     // _RadioTLP
     //
     _RadioTLP.ColumnCount = 1;
     _RadioTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     _RadioTLP.Controls.Add(_RadioHeadP, 0, 0);
     _RadioTLP.Controls.Add(this._RdButtonsTLP, 0, 1);
     _RadioTLP.Dock     = System.Windows.Forms.DockStyle.Fill;
     _RadioTLP.Location = new System.Drawing.Point(0, 0);
     _RadioTLP.Name     = "_RadioTLP";
     _RadioTLP.RowCount = 2;
     _RadioTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18F));
     _RadioTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 82F));
     _RadioTLP.Size     = new System.Drawing.Size(600, 470);
     _RadioTLP.TabIndex = 0;
     //
     // _RadioHeadP
     //
     _RadioHeadP.Controls.Add(this._RdPageBT);
     _RadioHeadP.Controls.Add(this._RtxBT);
     _RadioHeadP.Controls.Add(this._PttBT);
     _RadioHeadP.Controls.Add(this._RdHeadPhonesUDB);
     _RadioHeadP.Controls.Add(this._RdSpeakerUDB);
     _RadioHeadP.Dock     = System.Windows.Forms.DockStyle.Fill;
     _RadioHeadP.Location = new System.Drawing.Point(3, 3);
     _RadioHeadP.Name     = "_RadioHeadP";
     _RadioHeadP.Size     = new System.Drawing.Size(594, 78);
     _RadioHeadP.TabIndex = 0;
     //
     // _RdPageBT
     //
     this._RdPageBT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this._RdPageBT.BackColor         = System.Drawing.Color.Transparent;
     this._RdPageBT.DownDisabledImage = global::HMI.Presentation.Rabat.Properties.Resources.RdPageDownDisabled;
     this._RdPageBT.DownEnabledImage  = global::HMI.Presentation.Rabat.Properties.Resources.RdPageDown;
     this._RdPageBT.Font            = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._RdPageBT.Location        = new System.Drawing.Point(488, 3);
     this._RdPageBT.Name            = "_RdPageBT";
     this._RdPageBT.Size            = new System.Drawing.Size(103, 72);
     this._RdPageBT.TabIndex        = 4;
     this._RdPageBT.UpDisabledImage = global::HMI.Presentation.Rabat.Properties.Resources.RdPageUpDisabled;
     this._RdPageBT.UpEnabledImage  = global::HMI.Presentation.Rabat.Properties.Resources.RdPageUp;
     this._RdPageBT.UpClick        += new Utilities.GenericEventHandler(this._RdPageBT_UpClick);
     this._RdPageBT.DownClick      += new Utilities.GenericEventHandler(this._RdPageBT_DownClick);
     //
     // _RtxBT
     //
     this._RtxBT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this._RtxBT.Enabled  = false;
     this._RtxBT.Font     = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._RtxBT.Location = new System.Drawing.Point(267, 3);
     this._RtxBT.Name     = "_RtxBT";
     this._RtxBT.Size     = new System.Drawing.Size(65, 72);
     this._RtxBT.TabIndex = 3;
     this._RtxBT.Text     = "Rtx";
     this._RtxBT.Click   += new System.EventHandler(this._RtxBT_Click);
     //
     // _PttBT
     //
     this._PttBT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this._PttBT.Enabled    = false;
     this._PttBT.Font       = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._PttBT.Location   = new System.Drawing.Point(196, 3);
     this._PttBT.Name       = "_PttBT";
     this._PttBT.Size       = new System.Drawing.Size(65, 72);
     this._PttBT.TabIndex   = 2;
     this._PttBT.Text       = "PTT";
     this._PttBT.MouseDown += new System.Windows.Forms.MouseEventHandler(this._PttBT_MouseDown);
     this._PttBT.MouseUp   += new System.Windows.Forms.MouseEventHandler(this._PttBT_MouseUp);
     //
     // _RdHeadPhonesUDB
     //
     this._RdHeadPhonesUDB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)));
     this._RdHeadPhonesUDB.BackColor  = System.Drawing.Color.Transparent;
     this._RdHeadPhonesUDB.DownImage  = global::HMI.Presentation.Rabat.Properties.Resources.HeadPhonesDown;
     this._RdHeadPhonesUDB.Enabled    = false;
     this._RdHeadPhonesUDB.Location   = new System.Drawing.Point(94, 3);
     this._RdHeadPhonesUDB.Name       = "_RdHeadPhonesUDB";
     this._RdHeadPhonesUDB.Size       = new System.Drawing.Size(85, 72);
     this._RdHeadPhonesUDB.TabIndex   = 1;
     this._RdHeadPhonesUDB.UpImage    = global::HMI.Presentation.Rabat.Properties.Resources.HeadPhonesUp;
     this._RdHeadPhonesUDB.LevelUp   += new System.EventHandler(this._RdHeadPhonesUDB_LevelUp);
     this._RdHeadPhonesUDB.LevelDown += new System.EventHandler(this._RdHeadPhonesUDB_LevelDown);
     //
     // _RdSpeakerUDB
     //
     this._RdSpeakerUDB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this._RdSpeakerUDB.BackColor  = System.Drawing.Color.Transparent;
     this._RdSpeakerUDB.DownImage  = global::HMI.Presentation.Rabat.Properties.Resources.SpeakerDown;
     this._RdSpeakerUDB.Enabled    = false;
     this._RdSpeakerUDB.Location   = new System.Drawing.Point(3, 3);
     this._RdSpeakerUDB.Name       = "_RdSpeakerUDB";
     this._RdSpeakerUDB.Size       = new System.Drawing.Size(85, 72);
     this._RdSpeakerUDB.TabIndex   = 0;
     this._RdSpeakerUDB.UpImage    = global::HMI.Presentation.Rabat.Properties.Resources.SpeakerUp;
     this._RdSpeakerUDB.LevelUp   += new System.EventHandler(this._RdSpeakerUDB_LevelUp);
     this._RdSpeakerUDB.LevelDown += new System.EventHandler(this._RdSpeakerUDB_LevelDown);
     //
     // _RdButtonsTLP
     //
     this._RdButtonsTLP.ColumnCount = 5;
     this._RdButtonsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this._RdButtonsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this._RdButtonsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this._RdButtonsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this._RdButtonsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this._RdButtonsTLP.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._RdButtonsTLP.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
     this._RdButtonsTLP.Location  = new System.Drawing.Point(3, 87);
     this._RdButtonsTLP.Name      = "_RdButtonsTLP";
     this._RdButtonsTLP.RowCount  = 3;
     this._RdButtonsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this._RdButtonsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this._RdButtonsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this._RdButtonsTLP.Size     = new System.Drawing.Size(594, 380);
     this._RdButtonsTLP.TabIndex = 1;
     //
     // _PttBlinkTimer
     //
     this._PttBlinkTimer.Interval = 500;
     this._PttBlinkTimer.Tick    += new System.EventHandler(this._PttBlinkTimer_Tick);
     //
     // _SquelchBlinkTimer
     //
     this._SquelchBlinkTimer.Interval = 500;
     this._SquelchBlinkTimer.Tick    += new System.EventHandler(this._SquelchBlinkTimer_Tick);
     //
     // _RtxBlinkTimer
     //
     this._RtxBlinkTimer.Interval = 500;
     this._RtxBlinkTimer.Tick    += new System.EventHandler(this._RtxBlinkTimer_Tick);
     ////
     //// _TxConfirmationDetectionTimer
     ////
     //this._TxConfirmationDetectionTimer.Tick += new System.EventHandler(this._TxConfirmationDetectionTimer_Tick);
     ////
     //// _CarrierDetectionTimer
     ////
     //this._CarrierDetectionTimer.Tick += new System.EventHandler(this._CarrierDetectionTimer_Tick);
     //
     // RadioView
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(_RadioTLP);
     this.Name              = "RadioView";
     this.Size              = new System.Drawing.Size(600, 470);
     this.BackColorChanged += new System.EventHandler(this.RadioView_BackColorChanged);
     _RadioTLP.ResumeLayout(false);
     _RadioHeadP.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #17
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 tableLayoutPanel;
     this.btnLoad     = new System.Windows.Forms.Button();
     this.btnSave     = new System.Windows.Forms.Button();
     this.btnInit     = new System.Windows.Forms.Button();
     this.hexEditor   = new OleViewDotNet.HexEditor();
     tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // btnLoad
     //
     this.btnLoad.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLoad.Location = new System.Drawing.Point(3, 596);
     this.btnLoad.Name     = "btnLoad";
     this.btnLoad.Size     = new System.Drawing.Size(75, 23);
     this.btnLoad.TabIndex = 1;
     this.btnLoad.Text     = "Load";
     this.btnLoad.UseVisualStyleBackColor = true;
     this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSave.Location = new System.Drawing.Point(84, 596);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 2;
     this.btnSave.Text     = "Save";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnInit
     //
     this.btnInit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInit.Location = new System.Drawing.Point(165, 596);
     this.btnInit.Name     = "btnInit";
     this.btnInit.Size     = new System.Drawing.Size(75, 23);
     this.btnInit.TabIndex = 3;
     this.btnInit.Text     = "Init";
     this.btnInit.UseVisualStyleBackColor = true;
     this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
     //
     // hexEditor
     //
     this.hexEditor.Bytes = new byte[0];
     tableLayoutPanel.SetColumnSpan(this.hexEditor, 4);
     this.hexEditor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.hexEditor.Location = new System.Drawing.Point(3, 3);
     this.hexEditor.Name     = "hexEditor";
     this.hexEditor.Size     = new System.Drawing.Size(1027, 587);
     this.hexEditor.TabIndex = 4;
     //
     // tableLayoutPanel
     //
     tableLayoutPanel.ColumnCount = 4;
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel.Controls.Add(this.btnLoad, 0, 1);
     tableLayoutPanel.Controls.Add(this.hexEditor, 0, 0);
     tableLayoutPanel.Controls.Add(this.btnSave, 1, 1);
     tableLayoutPanel.Controls.Add(this.btnInit, 2, 1);
     tableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel.Name     = "tableLayoutPanel";
     tableLayoutPanel.RowCount = 2;
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.Size     = new System.Drawing.Size(1033, 622);
     tableLayoutPanel.TabIndex = 5;
     //
     // PersistStreamTypeViewer
     //
     this.Controls.Add(tableLayoutPanel);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "PersistStreamTypeViewer";
     this.Size = new System.Drawing.Size(1033, 622);
     tableLayoutPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #18
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;
     TreelistView.TreeListColumn           treeListColumn1 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("EID", "EID")));
     TreelistView.TreeListColumn           treeListColumn2 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Call", "API Call")));
     this.apiEvents      = new TreelistView.TreeListView();
     this.callstacklabel = new System.Windows.Forms.Label();
     this.callstackSkipLevelsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.callSkip      = new System.Windows.Forms.ToolStripTextBox();
     this.contextMenu   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.panelSplitter = new renderdocui.Controls.DoubleClickSplitter();
     this.callstack     = new System.Windows.Forms.ListBox();
     tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.apiEvents)).BeginInit();
     this.contextMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelSplitter)).BeginInit();
     this.panelSplitter.Panel1.SuspendLayout();
     this.panelSplitter.Panel2.SuspendLayout();
     this.panelSplitter.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.apiEvents, 0, 0);
     tableLayoutPanel1.Controls.Add(this.callstacklabel, 0, 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(292, 171);
     tableLayoutPanel1.TabIndex = 3;
     //
     // apiEvents
     //
     this.apiEvents.AlwaysDisplayVScroll = true;
     treeListColumn1.AutoSizeMinSize     = 50;
     treeListColumn1.Width           = 60;
     treeListColumn2.AutoSize        = true;
     treeListColumn2.AutoSizeMinSize = 0;
     treeListColumn2.Width           = 50;
     this.apiEvents.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1,
         treeListColumn2
     });
     this.apiEvents.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.apiEvents.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.apiEvents.Location = new System.Drawing.Point(3, 3);
     this.apiEvents.Name     = "apiEvents";
     this.apiEvents.RowOptions.ShowHeader = false;
     this.apiEvents.Size         = new System.Drawing.Size(286, 152);
     this.apiEvents.TabIndex     = 1;
     this.apiEvents.Text         = "API Calls";
     this.apiEvents.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     this.apiEvents.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.apiEvents_KeyDown);
     //
     // callstacklabel
     //
     this.callstacklabel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.callstacklabel.AutoSize     = true;
     this.callstacklabel.Cursor       = System.Windows.Forms.Cursors.HSplit;
     this.callstacklabel.Location     = new System.Drawing.Point(3, 158);
     this.callstacklabel.Name         = "callstacklabel";
     this.callstacklabel.Size         = new System.Drawing.Size(286, 13);
     this.callstacklabel.TabIndex     = 3;
     this.callstacklabel.Text         = "Callstack";
     this.callstacklabel.TextAlign    = System.Drawing.ContentAlignment.BottomCenter;
     this.callstacklabel.DoubleClick += new System.EventHandler(this.callstacklabel_DoubleClick);
     //
     // callstackSkipLevelsToolStripMenuItem
     //
     this.callstackSkipLevelsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.callSkip
     });
     this.callstackSkipLevelsToolStripMenuItem.Name = "callstackSkipLevelsToolStripMenuItem";
     this.callstackSkipLevelsToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
     this.callstackSkipLevelsToolStripMenuItem.Text = "Callstack Skip Levels";
     //
     // callSkip
     //
     this.callSkip.Name        = "callSkip";
     this.callSkip.Size        = new System.Drawing.Size(100, 21);
     this.callSkip.Text        = "0";
     this.callSkip.ToolTipText = "Number of levels in the callstack to skip, from the bottom";
     this.callSkip.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.callSkip_KeyPress);
     //
     // contextMenu
     //
     this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.callstackSkipLevelsToolStripMenuItem
     });
     this.contextMenu.Name = "contextMenuStrip1";
     this.contextMenu.Size = new System.Drawing.Size(172, 26);
     //
     // panelSplitter
     //
     this.panelSplitter.Collapsed   = false;
     this.panelSplitter.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.panelSplitter.Location    = new System.Drawing.Point(0, 0);
     this.panelSplitter.Name        = "panelSplitter";
     this.panelSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // panelSplitter.Panel1
     //
     this.panelSplitter.Panel1.Controls.Add(tableLayoutPanel1);
     this.panelSplitter.Panel1Collapse = false;
     //
     // panelSplitter.Panel2
     //
     this.panelSplitter.Panel2.Controls.Add(this.callstack);
     this.panelSplitter.Size             = new System.Drawing.Size(292, 273);
     this.panelSplitter.SplitterDistance = 171;
     this.panelSplitter.SplitterWidth    = 7;
     this.panelSplitter.TabIndex         = 4;
     //
     // callstack
     //
     this.callstack.Dock = System.Windows.Forms.DockStyle.Fill;
     this.callstack.FormattingEnabled   = true;
     this.callstack.HorizontalScrollbar = true;
     this.callstack.Location            = new System.Drawing.Point(0, 0);
     this.callstack.Name          = "callstack";
     this.callstack.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.callstack.Size          = new System.Drawing.Size(292, 95);
     this.callstack.TabIndex      = 2;
     this.callstack.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.callstack_KeyDown);
     //
     // APIInspector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(292, 273);
     this.Controls.Add(this.panelSplitter);
     this.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name        = "APIInspector";
     this.ShowHint    = WeifenLuo.WinFormsUI.Docking.DockState.DockLeft;
     this.Text        = "API Calls";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.APIInspector_FormClosed);
     this.Shown      += new System.EventHandler(this.APIEvents_Shown);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.apiEvents)).EndInit();
     this.contextMenu.ResumeLayout(false);
     this.panelSplitter.Panel1.ResumeLayout(false);
     this.panelSplitter.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelSplitter)).EndInit();
     this.panelSplitter.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #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.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();
 }
コード例 #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel HistoryReportOfCalls_TLP;
     System.Windows.Forms.Panel            panel1;
     this._LblTextLastCall    = new System.Windows.Forms.Label();
     this._LblTitleLastCall   = new System.Windows.Forms.Label();
     this._LVCalls            = new System.Windows.Forms.ListView();
     this.columnHeader1       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._TitleLB            = new System.Windows.Forms.Label();
     this._BtnDependencesView = new System.Windows.Forms.Button();
     this._CloseBT            = new HMI.Model.Module.UI.HMIButton();
     this._RBNotAnswered      = new System.Windows.Forms.RadioButton();
     this._RBOutgoing         = new System.Windows.Forms.RadioButton();
     this._RBIncomming        = new System.Windows.Forms.RadioButton();
     HistoryReportOfCalls_TLP = new System.Windows.Forms.TableLayoutPanel();
     panel1 = new System.Windows.Forms.Panel();
     HistoryReportOfCalls_TLP.SuspendLayout();
     panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // HistoryReportOfCalls_TLP
     //
     HistoryReportOfCalls_TLP.BackColor   = System.Drawing.SystemColors.Control;
     HistoryReportOfCalls_TLP.ColumnCount = 2;
     HistoryReportOfCalls_TLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     HistoryReportOfCalls_TLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     HistoryReportOfCalls_TLP.Controls.Add(this._LblTextLastCall, 0, 4);
     HistoryReportOfCalls_TLP.Controls.Add(this._LblTitleLastCall, 0, 3);
     HistoryReportOfCalls_TLP.Controls.Add(this._LVCalls, 0, 2);
     HistoryReportOfCalls_TLP.Controls.Add(this._TitleLB, 1, 0);
     HistoryReportOfCalls_TLP.Controls.Add(this._BtnDependencesView, 0, 0);
     HistoryReportOfCalls_TLP.Controls.Add(this._CloseBT, 1, 3);
     HistoryReportOfCalls_TLP.Controls.Add(panel1, 0, 1);
     HistoryReportOfCalls_TLP.Dock     = System.Windows.Forms.DockStyle.Fill;
     HistoryReportOfCalls_TLP.Location = new System.Drawing.Point(0, 0);
     HistoryReportOfCalls_TLP.Margin   = new System.Windows.Forms.Padding(0);
     HistoryReportOfCalls_TLP.Name     = "HistoryReportOfCalls_TLP";
     HistoryReportOfCalls_TLP.RowCount = 5;
     HistoryReportOfCalls_TLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
     HistoryReportOfCalls_TLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5F));
     HistoryReportOfCalls_TLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
     HistoryReportOfCalls_TLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6F));
     HistoryReportOfCalls_TLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6F));
     HistoryReportOfCalls_TLP.Size     = new System.Drawing.Size(440, 462);
     HistoryReportOfCalls_TLP.TabIndex = 0;
     //
     // _LblTextLastCall
     //
     this._LblTextLastCall.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this._LblTextLastCall.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this._LblTextLastCall.Dock        = System.Windows.Forms.DockStyle.Fill;
     this._LblTextLastCall.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._LblTextLastCall.Location    = new System.Drawing.Point(5, 435);
     this._LblTextLastCall.Margin      = new System.Windows.Forms.Padding(5, 3, 5, 3);
     this._LblTextLastCall.Name        = "_LblTextLastCall";
     this._LblTextLastCall.Size        = new System.Drawing.Size(210, 24);
     this._LblTextLastCall.TabIndex    = 14;
     this._LblTextLastCall.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // _LblTitleLastCall
     //
     this._LblTitleLastCall.BackColor   = System.Drawing.Color.Lime;
     this._LblTitleLastCall.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this._LblTitleLastCall.Dock        = System.Windows.Forms.DockStyle.Fill;
     this._LblTitleLastCall.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._LblTitleLastCall.Location    = new System.Drawing.Point(5, 408);
     this._LblTitleLastCall.Margin      = new System.Windows.Forms.Padding(5, 3, 5, 3);
     this._LblTitleLastCall.Name        = "_LblTitleLastCall";
     this._LblTitleLastCall.Size        = new System.Drawing.Size(210, 21);
     this._LblTitleLastCall.TabIndex    = 13;
     this._LblTitleLastCall.Text        = "Ultima llamada";
     this._LblTitleLastCall.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // _LVCalls
     //
     this._LVCalls.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     HistoryReportOfCalls_TLP.SetColumnSpan(this._LVCalls, 2);
     this._LVCalls.Dock          = System.Windows.Forms.DockStyle.Fill;
     this._LVCalls.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._LVCalls.FullRowSelect = true;
     this._LVCalls.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this._LVCalls.HideSelection = false;
     this._LVCalls.Location      = new System.Drawing.Point(3, 62);
     this._LVCalls.MultiSelect   = false;
     this._LVCalls.Name          = "_LVCalls";
     this._LVCalls.Size          = new System.Drawing.Size(434, 340);
     this._LVCalls.TabIndex      = 12;
     this._LVCalls.UseCompatibleStateImageBehavior = false;
     this._LVCalls.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "DateTime";
     this.columnHeader1.Width = 115;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Source";
     this.columnHeader2.Width = 80;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Colateral";
     this.columnHeader3.Width = 120;
     //
     // _TitleLB
     //
     this._TitleLB.BackColor   = System.Drawing.Color.Lime;
     this._TitleLB.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this._TitleLB.Dock        = System.Windows.Forms.DockStyle.Fill;
     this._TitleLB.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._TitleLB.Location    = new System.Drawing.Point(225, 3);
     this._TitleLB.Margin      = new System.Windows.Forms.Padding(5, 3, 5, 3);
     this._TitleLB.Name        = "_TitleLB";
     this._TitleLB.Size        = new System.Drawing.Size(210, 30);
     this._TitleLB.TabIndex    = 10;
     this._TitleLB.Text        = "Histórico de llamadas";
     this._TitleLB.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // _BtnDependencesView
     //
     this._BtnDependencesView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this._BtnDependencesView.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._BtnDependencesView.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._BtnDependencesView.Location  = new System.Drawing.Point(3, 3);
     this._BtnDependencesView.Name      = "_BtnDependencesView";
     this._BtnDependencesView.Size      = new System.Drawing.Size(214, 30);
     this._BtnDependencesView.TabIndex  = 4;
     this._BtnDependencesView.Text      = "Dependencias-usuario";
     this._BtnDependencesView.UseVisualStyleBackColor = false;
     this._BtnDependencesView.Click += new System.EventHandler(this._BtnDependencesView_Click);
     //
     // _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(367, 421);
     this._CloseBT.Name     = "_CloseBT";
     HistoryReportOfCalls_TLP.SetRowSpan(this._CloseBT, 2);
     this._CloseBT.Size     = new System.Drawing.Size(70, 38);
     this._CloseBT.TabIndex = 9;
     this._CloseBT.Text     = "Cerrar";
     this._CloseBT.Click   += new System.EventHandler(this._CloseBT_Click);
     //
     // panel1
     //
     HistoryReportOfCalls_TLP.SetColumnSpan(panel1, 2);
     panel1.Controls.Add(this._RBNotAnswered);
     panel1.Controls.Add(this._RBOutgoing);
     panel1.Controls.Add(this._RBIncomming);
     panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     panel1.Location = new System.Drawing.Point(3, 39);
     panel1.Name     = "panel1";
     panel1.Size     = new System.Drawing.Size(434, 17);
     panel1.TabIndex = 11;
     //
     // _RBNotAnswered
     //
     this._RBNotAnswered.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this._RBNotAnswered.AutoSize = true;
     this._RBNotAnswered.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._RBNotAnswered.Location = new System.Drawing.Point(234, -3);
     this._RBNotAnswered.Name     = "_RBNotAnswered";
     this._RBNotAnswered.Size     = new System.Drawing.Size(110, 21);
     this._RBNotAnswered.TabIndex = 2;
     this._RBNotAnswered.Text     = "No atendidas";
     this._RBNotAnswered.UseVisualStyleBackColor = true;
     this._RBNotAnswered.CheckedChanged         += new System.EventHandler(this.CallType_CheckedChanged);
     //
     // _RBOutgoing
     //
     this._RBOutgoing.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this._RBOutgoing.AutoSize = true;
     this._RBOutgoing.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._RBOutgoing.Location = new System.Drawing.Point(128, -2);
     this._RBOutgoing.Name     = "_RBOutgoing";
     this._RBOutgoing.Size     = new System.Drawing.Size(84, 21);
     this._RBOutgoing.TabIndex = 1;
     this._RBOutgoing.Text     = "Salientes";
     this._RBOutgoing.UseVisualStyleBackColor = true;
     this._RBOutgoing.CheckedChanged         += new System.EventHandler(this.CallType_CheckedChanged);
     //
     // _RBIncomming
     //
     this._RBIncomming.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this._RBIncomming.AutoSize = true;
     this._RBIncomming.Checked  = true;
     this._RBIncomming.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._RBIncomming.Location = new System.Drawing.Point(3, -2);
     this._RBIncomming.Name     = "_RBIncomming";
     this._RBIncomming.Size     = new System.Drawing.Size(87, 21);
     this._RBIncomming.TabIndex = 0;
     this._RBIncomming.TabStop  = true;
     this._RBIncomming.Text     = "Entrantes";
     this._RBIncomming.UseVisualStyleBackColor = true;
     this._RBIncomming.CheckedChanged         += new System.EventHandler(this.CallType_CheckedChanged);
     //
     // HistoryReportOfCalls
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(HistoryReportOfCalls_TLP);
     this.Name              = "HistoryReportOfCalls";
     this.Size              = new System.Drawing.Size(440, 462);
     this.BackColorChanged += new System.EventHandler(this.HistoryReportOfCalls_BackColorChanged);
     HistoryReportOfCalls_TLP.ResumeLayout(false);
     panel1.ResumeLayout(false);
     panel1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormatControl));
     formatGroupBox         = new System.Windows.Forms.GroupBox();
     tableLayoutPanel3      = new System.Windows.Forms.TableLayoutPanel();
     explanationLabel       = new System.Windows.Forms.Label();
     tableLayoutPanel2      = new System.Windows.Forms.TableLayoutPanel();
     sampleGroupBox         = new System.Windows.Forms.GroupBox();
     sampleLabel            = new System.Windows.Forms.Label();
     tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     secondRowLabel         = new System.Windows.Forms.Label();
     nullValueLabel         = new System.Windows.Forms.Label();
     nullValueTextBox       = new System.Windows.Forms.TextBox();
     decimalPlacesUpDown    = new System.Windows.Forms.NumericUpDown();
     thirdRowLabel          = new System.Windows.Forms.Label();
     dateTimeFormatsListBox = new System.Windows.Forms.ListBox();
     formatTypeLabel        = new System.Windows.Forms.Label();
     formatTypeListBox      = new System.Windows.Forms.ListBox();
     formatGroupBox.SuspendLayout();
     tableLayoutPanel3.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     sampleGroupBox.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.decimalPlacesUpDown)).BeginInit();
     SuspendLayout();
     //
     // formatGroupBox
     //
     resources.ApplyResources(this.formatGroupBox, "formatGroupBox");
     formatGroupBox.Controls.Add(this.tableLayoutPanel3);
     formatGroupBox.Dock    = DockStyle.Fill;
     formatGroupBox.Name    = "formatGroupBox";
     formatGroupBox.TabStop = false;
     formatGroupBox.Enter  += new System.EventHandler(this.formatGroupBox_Enter);
     //
     // tableLayoutPanel3
     //
     resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
     tableLayoutPanel3.Controls.Add(this.explanationLabel, 0, 0);
     tableLayoutPanel3.Controls.Add(this.tableLayoutPanel2, 1, 1);
     tableLayoutPanel3.Controls.Add(this.formatTypeLabel, 0, 1);
     tableLayoutPanel3.Controls.Add(this.formatTypeListBox, 0, 2);
     tableLayoutPanel3.Name = "tableLayoutPanel3";
     //
     // explanationLabel
     //
     resources.ApplyResources(this.explanationLabel, "explanationLabel");
     tableLayoutPanel3.SetColumnSpan(this.explanationLabel, 2);
     explanationLabel.Name = "explanationLabel";
     //
     // tableLayoutPanel2
     //
     resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
     tableLayoutPanel2.Controls.Add(this.sampleGroupBox, 0, 0);
     tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 1);
     tableLayoutPanel2.Name = "tableLayoutPanel2";
     tableLayoutPanel3.SetRowSpan(this.tableLayoutPanel2, 2);
     //
     // sampleGroupBox
     //
     resources.ApplyResources(this.sampleGroupBox, "sampleGroupBox");
     sampleGroupBox.Controls.Add(this.sampleLabel);
     sampleGroupBox.MinimumSize = new System.Drawing.Size(250, 38);
     sampleGroupBox.Name        = "sampleGroupBox";
     sampleGroupBox.TabStop     = false;
     //
     // sampleLabel
     //
     resources.ApplyResources(this.sampleLabel, "sampleLabel");
     sampleLabel.Name = "sampleLabel";
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     tableLayoutPanel1.Controls.Add(this.nullValueLabel, 0, 0);
     tableLayoutPanel1.Controls.Add(this.nullValueTextBox, 1, 0);
     tableLayoutPanel1.Controls.Add(this.secondRowLabel, 0, 1);
     tableLayoutPanel1.Controls.Add(this.decimalPlacesUpDown, 1, 1);
     tableLayoutPanel1.Controls.Add(this.dateTimeFormatsListBox, 0, 2);
     tableLayoutPanel1.Controls.Add(this.thirdRowLabel, 1, 2);
     tableLayoutPanel1.Name           = "tableLayoutPanel1";
     tableLayoutPanel1.AccessibleName = "";
     //
     // secondRowLabel
     //
     resources.ApplyResources(this.secondRowLabel, "secondRowLabel");
     secondRowLabel.MinimumSize = new System.Drawing.Size(81, 14);
     secondRowLabel.Name        = "secondRowLabel";
     //
     // nullValueLabel
     //
     resources.ApplyResources(this.nullValueLabel, "nullValueLabel");
     nullValueLabel.MinimumSize = new System.Drawing.Size(81, 14);
     nullValueLabel.Name        = "nullValueLabel";
     //
     // nullValueTextBox
     //
     resources.ApplyResources(this.nullValueTextBox, "nullValueTextBox");
     nullValueTextBox.Name         = "nullValueTextBox";
     nullValueTextBox.TextChanged += new System.EventHandler(this.nullValueTextBox_TextChanged);
     //
     // decimalPlacesUpDown
     //
     resources.ApplyResources(this.decimalPlacesUpDown, "decimalPlacesUpDown");
     decimalPlacesUpDown.Maximum = new decimal(new int[] {
         6,
         0,
         0,
         0
     });
     decimalPlacesUpDown.Name  = "decimalPlacesUpDown";
     decimalPlacesUpDown.Value = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     decimalPlacesUpDown.ValueChanged += new System.EventHandler(this.decimalPlacesUpDown_ValueChanged);
     //
     // thirdRowLabel
     //
     resources.ApplyResources(this.thirdRowLabel, "thirdRowLabel");
     thirdRowLabel.Name = "thirdRowLabel";
     //
     // dateTimeFormatsListBox
     //
     resources.ApplyResources(this.dateTimeFormatsListBox, "dateTimeFormatsListBox");
     dateTimeFormatsListBox.FormattingEnabled = true;
     dateTimeFormatsListBox.Name = "dateTimeFormatsListBox";
     //
     // formatTypeLabel
     //
     resources.ApplyResources(this.formatTypeLabel, "formatTypeLabel");
     formatTypeLabel.Name = "formatTypeLabel";
     //
     // formatTypeListBox
     //
     resources.ApplyResources(this.formatTypeListBox, "formatTypeListBox");
     formatTypeListBox.FormattingEnabled = true;
     formatTypeListBox.Name = "formatTypeListBox";
     formatTypeListBox.SelectedIndexChanged += new System.EventHandler(this.formatTypeListBox_SelectedIndexChanged);
     //
     // FormatControl
     //
     resources.ApplyResources(this, "$this");
     AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     Controls.Add(formatGroupBox);
     MinimumSize = new System.Drawing.Size(390, 237);
     Name        = "FormatControl";
     Load       += new System.EventHandler(this.FormatControl_Load);
     formatGroupBox.ResumeLayout(false);
     tableLayoutPanel3.ResumeLayout(false);
     tableLayoutPanel3.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     sampleGroupBox.ResumeLayout(false);
     sampleGroupBox.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(decimalPlacesUpDown)).EndInit();
     ResumeLayout(false);
     PerformLayout();
 }
コード例 #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.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);

        }
コード例 #23
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.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);

		}
コード例 #24
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_IO;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label4;
     System.Windows.Forms.Label            label5;
     System.Windows.Forms.Label            label6;
     System.Windows.Forms.Label            label7;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label9;
     System.Windows.Forms.Label            label10;
     System.Windows.Forms.Label            label8;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     System.Windows.Forms.Label            label11;
     this.btn_input_in      = new System.Windows.Forms.Button();
     this.input_in          = new System.Windows.Forms.TextBox();
     this.input_out         = new System.Windows.Forms.TextBox();
     this.btn_input_out     = new System.Windows.Forms.Button();
     this.combo_data_c      = new System.Windows.Forms.ComboBox();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.combo_audio_c     = new System.Windows.Forms.ComboBox();
     this.combo_audio_q     = new System.Windows.Forms.ComboBox();
     this.info_tracks       = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.info_cdtitle      = new System.Windows.Forms.TextBox();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.btn_CRUSH         = new System.Windows.Forms.Button();
     this.info_size1        = new System.Windows.Forms.TextBox();
     this.info_size0        = new System.Windows.Forms.TextBox();
     this.chk_encodedCue    = new System.Windows.Forms.CheckBox();
     table_IO          = new System.Windows.Forms.TableLayoutPanel();
     label1            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     label4            = new System.Windows.Forms.Label();
     label5            = new System.Windows.Forms.Label();
     label6            = new System.Windows.Forms.Label();
     label7            = new System.Windows.Forms.Label();
     label3            = new System.Windows.Forms.Label();
     label9            = new System.Windows.Forms.Label();
     label10           = new System.Windows.Forms.Label();
     label8            = new System.Windows.Forms.Label();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     label11           = new System.Windows.Forms.Label();
     table_IO.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // table_IO
     //
     table_IO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     table_IO.ColumnCount = 2;
     table_IO.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     table_IO.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     table_IO.Controls.Add(this.btn_input_in, 1, 1);
     table_IO.Controls.Add(label1, 0, 0);
     table_IO.Controls.Add(this.input_in, 0, 1);
     table_IO.Controls.Add(this.input_out, 0, 3);
     table_IO.Controls.Add(this.btn_input_out, 1, 3);
     table_IO.Controls.Add(label2, 0, 2);
     table_IO.Location = new System.Drawing.Point(3, 3);
     table_IO.Name     = "table_IO";
     table_IO.RowCount = 4;
     table_IO.RowStyles.Add(new System.Windows.Forms.RowStyle());
     table_IO.RowStyles.Add(new System.Windows.Forms.RowStyle());
     table_IO.RowStyles.Add(new System.Windows.Forms.RowStyle());
     table_IO.RowStyles.Add(new System.Windows.Forms.RowStyle());
     table_IO.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     table_IO.Size     = new System.Drawing.Size(477, 82);
     table_IO.TabIndex = 17;
     //
     // btn_input_in
     //
     this.btn_input_in.Dock     = System.Windows.Forms.DockStyle.Top;
     this.btn_input_in.Location = new System.Drawing.Point(435, 16);
     this.btn_input_in.Name     = "btn_input_in";
     this.btn_input_in.Size     = new System.Drawing.Size(39, 23);
     this.btn_input_in.TabIndex = 2;
     this.btn_input_in.Text     = "...";
     this.btn_input_in.UseVisualStyleBackColor = true;
     this.btn_input_in.Click += new System.EventHandler(this.btn_input_in_Click);
     //
     // label1
     //
     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, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(75, 13);
     label1.TabIndex = 0;
     label1.Text     = "Input File :";
     //
     // input_in
     //
     this.input_in.Dock     = System.Windows.Forms.DockStyle.Top;
     this.input_in.Location = new System.Drawing.Point(3, 16);
     this.input_in.Name     = "input_in";
     this.input_in.Size     = new System.Drawing.Size(426, 20);
     this.input_in.TabIndex = 1;
     //
     // input_out
     //
     this.input_out.Dock     = System.Windows.Forms.DockStyle.Top;
     this.input_out.Location = new System.Drawing.Point(3, 58);
     this.input_out.Name     = "input_out";
     this.input_out.Size     = new System.Drawing.Size(426, 20);
     this.input_out.TabIndex = 1;
     //
     // btn_input_out
     //
     this.btn_input_out.Dock     = System.Windows.Forms.DockStyle.Top;
     this.btn_input_out.Location = new System.Drawing.Point(435, 58);
     this.btn_input_out.Name     = "btn_input_out";
     this.btn_input_out.Size     = new System.Drawing.Size(39, 23);
     this.btn_input_out.TabIndex = 2;
     this.btn_input_out.Text     = "...";
     this.btn_input_out.UseVisualStyleBackColor = true;
     this.btn_input_out.Click += new System.EventHandler(this.btn_input_out_Click);
     //
     // label2
     //
     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, 42);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(118, 13);
     label2.TabIndex = 0;
     label2.Text     = "Destination Folder :";
     //
     // label4
     //
     label4.ForeColor = System.Drawing.SystemColors.ControlDark;
     label4.Location  = new System.Drawing.Point(3, 84);
     label4.Name      = "label4";
     label4.Size      = new System.Drawing.Size(178, 13);
     label4.TabIndex  = 19;
     label4.Text      = "Leave blank for same folder as input";
     //
     // label5
     //
     label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label5.Location = new System.Drawing.Point(3, 0);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(53, 13);
     label5.TabIndex = 0;
     label5.Text     = "CD Title";
     //
     // label6
     //
     label6.Dock     = System.Windows.Forms.DockStyle.Top;
     label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label6.Location = new System.Drawing.Point(3, 0);
     label6.Name     = "label6";
     label6.Size     = new System.Drawing.Size(65, 13);
     label6.TabIndex = 6;
     label6.Text     = "Tracks";
     //
     // label7
     //
     label7.Dock     = System.Windows.Forms.DockStyle.Top;
     label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label7.Location = new System.Drawing.Point(198, 0);
     label7.Name     = "label7";
     label7.Size     = new System.Drawing.Size(142, 13);
     label7.TabIndex = 9;
     label7.Text     = "Quality";
     //
     // label3
     //
     label3.Dock     = System.Windows.Forms.DockStyle.Top;
     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(74, 0);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(118, 13);
     label3.TabIndex = 5;
     label3.Text     = "Codec";
     //
     // label9
     //
     label9.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     label9.AutoSize = true;
     label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label9.Location = new System.Drawing.Point(309, 242);
     label9.Name     = "label9";
     label9.Size     = new System.Drawing.Size(79, 13);
     label9.TabIndex = 23;
     label9.Text     = "Source Size:";
     //
     // label10
     //
     label10.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     label10.AutoSize = true;
     label10.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label10.Location = new System.Drawing.Point(303, 261);
     label10.Name     = "label10";
     label10.Size     = new System.Drawing.Size(85, 13);
     label10.TabIndex = 24;
     label10.Text     = "Crushed Size:";
     //
     // label8
     //
     label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                           | System.Windows.Forms.AnchorStyles.Right)));
     label8.AutoSize  = true;
     label8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label8.ForeColor = System.Drawing.SystemColors.ControlDark;
     label8.Location  = new System.Drawing.Point(29, 247);
     label8.Name      = "label8";
     label8.Size      = new System.Drawing.Size(175, 13);
     label8.TabIndex  = 26;
     label8.Text      = "Will create subfolder on output path";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     tableLayoutPanel2.AutoSize     = true;
     tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel2.ColumnCount  = 1;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.Controls.Add(label11, 0, 0);
     tableLayoutPanel2.Controls.Add(this.combo_data_c, 0, 1);
     tableLayoutPanel2.Location = new System.Drawing.Point(137, 192);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 2;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34.21053F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65.78947F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(343, 41);
     tableLayoutPanel2.TabIndex = 27;
     //
     // label11
     //
     label11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label11.Location = new System.Drawing.Point(3, 0);
     label11.Name     = "label11";
     label11.Size     = new System.Drawing.Size(161, 14);
     label11.TabIndex = 0;
     label11.Text     = "FreeArc Compression Level";
     //
     // combo_data_c
     //
     this.combo_data_c.Dock              = System.Windows.Forms.DockStyle.Top;
     this.combo_data_c.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combo_data_c.FormattingEnabled = true;
     this.combo_data_c.Items.AddRange(new object[] {
         "1 - Fastest [2.053 ratio]",
         "2 - [5.088 ratio]",
         "3 - [5.555 ratio]",
         "4 - Default [128mb RAM for pack/unpack] [6.184 ratio]",
         "5 - [256mb RAM for pack/unpack] [6.297 ratio]",
         "6 - [512mb RAM for pack/unpack]",
         "7 - Not recommended",
         "8 - Not recommended",
         "9 - Not recommended"
     });
     this.combo_data_c.Location = new System.Drawing.Point(3, 17);
     this.combo_data_c.Name     = "combo_data_c";
     this.combo_data_c.Size     = new System.Drawing.Size(337, 21);
     this.combo_data_c.TabIndex = 1;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel3.ColumnCount  = 3;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.72023F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.41588F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24.00756F));
     this.tableLayoutPanel3.Controls.Add(label7, 2, 0);
     this.tableLayoutPanel3.Controls.Add(this.combo_audio_c, 0, 1);
     this.tableLayoutPanel3.Controls.Add(label3, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.combo_audio_q, 1, 1);
     this.tableLayoutPanel3.Controls.Add(this.info_tracks, 0, 1);
     this.tableLayoutPanel3.Controls.Add(label6, 0, 0);
     this.tableLayoutPanel3.Location = new System.Drawing.Point(137, 146);
     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());
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(343, 40);
     this.tableLayoutPanel3.TabIndex = 24;
     //
     // combo_audio_c
     //
     this.combo_audio_c.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.combo_audio_c.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combo_audio_c.FormattingEnabled     = true;
     this.combo_audio_c.Location              = new System.Drawing.Point(74, 16);
     this.combo_audio_c.Name                  = "combo_audio_c";
     this.combo_audio_c.Size                  = new System.Drawing.Size(118, 21);
     this.combo_audio_c.TabIndex              = 8;
     this.combo_audio_c.SelectedIndexChanged += new System.EventHandler(this.combo_audio_c_SelectedIndexChanged);
     //
     // combo_audio_q
     //
     this.combo_audio_q.Dock              = System.Windows.Forms.DockStyle.Top;
     this.combo_audio_q.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combo_audio_q.FormattingEnabled = true;
     this.combo_audio_q.Location          = new System.Drawing.Point(198, 16);
     this.combo_audio_q.Name              = "combo_audio_q";
     this.combo_audio_q.Size              = new System.Drawing.Size(142, 21);
     this.combo_audio_q.TabIndex          = 4;
     //
     // info_tracks
     //
     this.info_tracks.BackColor = System.Drawing.SystemColors.Info;
     this.info_tracks.Dock      = System.Windows.Forms.DockStyle.Top;
     this.info_tracks.Enabled   = false;
     this.info_tracks.Location  = new System.Drawing.Point(3, 16);
     this.info_tracks.Name      = "info_tracks";
     this.info_tracks.ReadOnly  = true;
     this.info_tracks.Size      = new System.Drawing.Size(65, 20);
     this.info_tracks.TabIndex  = 7;
     this.info_tracks.Text      = "25";
     this.info_tracks.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.info_cdtitle, 0, 1);
     this.tableLayoutPanel1.Controls.Add(label5, 0, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(137, 107);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     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(343, 32);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // info_cdtitle
     //
     this.info_cdtitle.BackColor   = System.Drawing.SystemColors.Info;
     this.info_cdtitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.info_cdtitle.Dock        = System.Windows.Forms.DockStyle.Top;
     this.info_cdtitle.Location    = new System.Drawing.Point(3, 16);
     this.info_cdtitle.Name        = "info_cdtitle";
     this.info_cdtitle.Size        = new System.Drawing.Size(337, 13);
     this.info_cdtitle.TabIndex    = 1;
     this.info_cdtitle.Text        = "Dummy Info, CD title with a really long name etc";
     this.info_cdtitle.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     this.info_cdtitle.WordWrap    = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox1.Image       = global::cdcrush.Properties.Resources.dropimage;
     this.pictureBox1.Location    = new System.Drawing.Point(3, 103);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(128, 128);
     this.pictureBox1.TabIndex    = 3;
     this.pictureBox1.TabStop     = false;
     this.pictureBox1.Click      += new System.EventHandler(this.pictureBox1_Click);
     //
     // btn_CRUSH
     //
     this.btn_CRUSH.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.btn_CRUSH.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_CRUSH.ForeColor = System.Drawing.Color.Green;
     this.btn_CRUSH.Location  = new System.Drawing.Point(3, 284);
     this.btn_CRUSH.Name      = "btn_CRUSH";
     this.btn_CRUSH.Size      = new System.Drawing.Size(477, 39);
     this.btn_CRUSH.TabIndex  = 22;
     this.btn_CRUSH.Text      = "_dynamic_name_";
     this.btn_CRUSH.UseVisualStyleBackColor = true;
     this.btn_CRUSH.Click += new System.EventHandler(this.btn_CRUSH_Click);
     //
     // info_size1
     //
     this.info_size1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.info_size1.BackColor = System.Drawing.SystemColors.Info;
     this.info_size1.Location  = new System.Drawing.Point(394, 239);
     this.info_size1.Name      = "info_size1";
     this.info_size1.ReadOnly  = true;
     this.info_size1.Size      = new System.Drawing.Size(83, 20);
     this.info_size1.TabIndex  = 8;
     this.info_size1.Text      = "650MB";
     this.info_size1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // info_size0
     //
     this.info_size0.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.info_size0.BackColor = System.Drawing.SystemColors.Info;
     this.info_size0.Location  = new System.Drawing.Point(394, 258);
     this.info_size0.Name      = "info_size0";
     this.info_size0.ReadOnly  = true;
     this.info_size0.Size      = new System.Drawing.Size(83, 20);
     this.info_size0.TabIndex  = 22;
     this.info_size0.Text      = "68MB";
     this.info_size0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // chk_encodedCue
     //
     this.chk_encodedCue.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chk_encodedCue.AutoSize = true;
     this.chk_encodedCue.Location = new System.Drawing.Point(3, 261);
     this.chk_encodedCue.Name     = "chk_encodedCue";
     this.chk_encodedCue.Size     = new System.Drawing.Size(205, 17);
     this.chk_encodedCue.TabIndex = 25;
     this.chk_encodedCue.Text     = "Convert to .CUE/Encoded Audio Files";
     this.chk_encodedCue.UseVisualStyleBackColor = true;
     this.chk_encodedCue.CheckedChanged         += new System.EventHandler(this.chk_encodedCue_CheckedChanged);
     //
     // PanelCompress
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel2);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.tableLayoutPanel3);
     this.Controls.Add(label8);
     this.Controls.Add(this.chk_encodedCue);
     this.Controls.Add(this.info_size0);
     this.Controls.Add(label10);
     this.Controls.Add(label9);
     this.Controls.Add(this.info_size1);
     this.Controls.Add(this.btn_CRUSH);
     this.Controls.Add(label4);
     this.Controls.Add(table_IO);
     this.Controls.Add(this.pictureBox1);
     this.Name  = "PanelCompress";
     this.Size  = new System.Drawing.Size(483, 327);
     this.Load += new System.EventHandler(this.PanelCompress_Load);
     table_IO.ResumeLayout(false);
     table_IO.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #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);

        }
コード例 #26
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 tlpnlMain;
     this.groupBoxTelemetry                             = new System.Windows.Forms.GroupBox();
     this.tlpnlTelemetry                                = new System.Windows.Forms.TableLayoutPanel();
     this.chkTelemetry                                  = new System.Windows.Forms.CheckBox();
     this.llblTelemetryPrivacyLink                      = new System.Windows.Forms.LinkLabel();
     this.groupBoxPerformance                           = new System.Windows.Forms.GroupBox();
     this.tlpnlPerformance                              = new System.Windows.Forms.TableLayoutPanel();
     this.chkShowAheadBehindDataInBrowseWindow          = new System.Windows.Forms.CheckBox();
     this.chkCheckForUncommittedChangesInCheckoutBranch = new System.Windows.Forms.CheckBox();
     this.chkShowGitStatusInToolbar                     = new System.Windows.Forms.CheckBox();
     this.chkShowGitStatusForArtificialCommits          = new System.Windows.Forms.CheckBox();
     this.chkShowStashCountInBrowseWindow               = new System.Windows.Forms.CheckBox();
     this.chkShowSubmoduleStatusInBrowse                = new System.Windows.Forms.CheckBox();
     this.chkUseFastChecks                              = new System.Windows.Forms.CheckBox();
     this.lblCommitsLimit                               = new System.Windows.Forms.CheckBox();
     this._NO_TRANSLATE_MaxCommits                      = new System.Windows.Forms.NumericUpDown();
     this.groupBoxBehaviour                             = new System.Windows.Forms.GroupBox();
     this.tlpnlBehaviour                                = new System.Windows.Forms.TableLayoutPanel();
     this.chkFollowRenamesInFileHistoryExact            = new System.Windows.Forms.CheckBox();
     this.RevisionGridQuickSearchTimeout                = new System.Windows.Forms.NumericUpDown();
     this.btnDefaultDestinationBrowse                   = new System.Windows.Forms.Button();
     this.lblQuickSearchTimeout                         = new System.Windows.Forms.Label();
     this.chkCloseProcessDialog                         = new System.Windows.Forms.CheckBox();
     this.cbDefaultCloneDestination                     = new System.Windows.Forms.ComboBox();
     this.chkShowGitCommandLine                         = new System.Windows.Forms.CheckBox();
     this.lblDefaultCloneDestination                    = new System.Windows.Forms.Label();
     this.chkUseHistogramDiffAlgorithm                  = new System.Windows.Forms.CheckBox();
     this.chkStashUntrackedFiles                        = new System.Windows.Forms.CheckBox();
     this.chkStartWithRecentWorkingDir                  = new System.Windows.Forms.CheckBox();
     this.chkFollowRenamesInFileHistory                 = new System.Windows.Forms.CheckBox();
     this.lblDefaultPullAction                          = new System.Windows.Forms.Label();
     this.cboDefaultPullAction                          = new System.Windows.Forms.ComboBox();
     this.chkUpdateModules                              = new System.Windows.Forms.CheckBox();
     tlpnlMain = new System.Windows.Forms.TableLayoutPanel();
     tlpnlMain.SuspendLayout();
     this.groupBoxTelemetry.SuspendLayout();
     this.tlpnlTelemetry.SuspendLayout();
     this.groupBoxPerformance.SuspendLayout();
     this.tlpnlPerformance.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_MaxCommits)).BeginInit();
     this.groupBoxBehaviour.SuspendLayout();
     this.tlpnlBehaviour.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RevisionGridQuickSearchTimeout)).BeginInit();
     this.SuspendLayout();
     //
     // tlpnlMain
     //
     tlpnlMain.AutoSize     = true;
     tlpnlMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tlpnlMain.ColumnCount  = 1;
     tlpnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tlpnlMain.Controls.Add(this.groupBoxTelemetry, 0, 2);
     tlpnlMain.Controls.Add(this.groupBoxPerformance, 0, 0);
     tlpnlMain.Controls.Add(this.groupBoxBehaviour, 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.Size     = new System.Drawing.Size(1263, 507);
     tlpnlMain.TabIndex = 0;
     //
     // groupBoxTelemetry
     //
     this.groupBoxTelemetry.AutoSize = true;
     this.groupBoxTelemetry.Controls.Add(this.tlpnlTelemetry);
     this.groupBoxTelemetry.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBoxTelemetry.Location = new System.Drawing.Point(3, 503);
     this.groupBoxTelemetry.Name     = "groupBoxTelemetry";
     this.groupBoxTelemetry.Padding  = new System.Windows.Forms.Padding(8);
     this.groupBoxTelemetry.Size     = new System.Drawing.Size(1257, 52);
     this.groupBoxTelemetry.TabIndex = 3;
     this.groupBoxTelemetry.TabStop  = false;
     this.groupBoxTelemetry.Text     = "Telemetry";
     //
     // tlpnlTelemetry
     //
     this.tlpnlTelemetry.AutoSize    = true;
     this.tlpnlTelemetry.ColumnCount = 2;
     this.tlpnlTelemetry.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlTelemetry.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlTelemetry.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tlpnlTelemetry.Controls.Add(this.chkTelemetry, 0, 0);
     this.tlpnlTelemetry.Controls.Add(this.llblTelemetryPrivacyLink, 1, 0);
     this.tlpnlTelemetry.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tlpnlTelemetry.Location = new System.Drawing.Point(8, 21);
     this.tlpnlTelemetry.Name     = "tlpnlTelemetry";
     this.tlpnlTelemetry.RowCount = 1;
     this.tlpnlTelemetry.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlTelemetry.Size     = new System.Drawing.Size(1241, 23);
     this.tlpnlTelemetry.TabIndex = 0;
     //
     // chkTelemetry
     //
     this.chkTelemetry.AutoSize = true;
     this.chkTelemetry.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkTelemetry.Location = new System.Drawing.Point(3, 3);
     this.chkTelemetry.Name     = "chkTelemetry";
     this.chkTelemetry.Size     = new System.Drawing.Size(128, 17);
     this.chkTelemetry.TabIndex = 0;
     this.chkTelemetry.Text     = "Yes, I allow telemetry!";
     this.chkTelemetry.UseVisualStyleBackColor = true;
     //
     // llblTelemetryPrivacyLink
     //
     this.llblTelemetryPrivacyLink.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.llblTelemetryPrivacyLink.Location     = new System.Drawing.Point(137, 0);
     this.llblTelemetryPrivacyLink.Name         = "llblTelemetryPrivacyLink";
     this.llblTelemetryPrivacyLink.Size         = new System.Drawing.Size(1357, 23);
     this.llblTelemetryPrivacyLink.TabIndex     = 1;
     this.llblTelemetryPrivacyLink.TabStop      = true;
     this.llblTelemetryPrivacyLink.Text         = "Why and what is captured?";
     this.llblTelemetryPrivacyLink.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.llblTelemetryPrivacyLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LlblTelemetryPrivacyLink_LinkClicked);
     //
     // groupBoxPerformance
     //
     this.groupBoxPerformance.AutoSize = true;
     this.groupBoxPerformance.Controls.Add(this.tlpnlPerformance);
     this.groupBoxPerformance.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBoxPerformance.Location = new System.Drawing.Point(3, 3);
     this.groupBoxPerformance.Name     = "groupBoxPerformance";
     this.groupBoxPerformance.Padding  = new System.Windows.Forms.Padding(8);
     this.groupBoxPerformance.Size     = new System.Drawing.Size(1257, 216);
     this.groupBoxPerformance.TabIndex = 0;
     this.groupBoxPerformance.TabStop  = false;
     this.groupBoxPerformance.Text     = "Performance";
     //
     // tlpnlPerformance
     //
     this.tlpnlPerformance.AutoSize     = true;
     this.tlpnlPerformance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpnlPerformance.ColumnCount  = 2;
     this.tlpnlPerformance.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlPerformance.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlPerformance.Controls.Add(this.chkShowAheadBehindDataInBrowseWindow, 0, 5);
     this.tlpnlPerformance.Controls.Add(this.chkCheckForUncommittedChangesInCheckoutBranch, 0, 6);
     this.tlpnlPerformance.Controls.Add(this.chkShowGitStatusInToolbar, 0, 0);
     this.tlpnlPerformance.Controls.Add(this.chkShowGitStatusForArtificialCommits, 0, 1);
     this.tlpnlPerformance.Controls.Add(this.chkShowStashCountInBrowseWindow, 0, 4);
     this.tlpnlPerformance.Controls.Add(this.chkShowSubmoduleStatusInBrowse, 0, 2);
     this.tlpnlPerformance.Controls.Add(this.chkUseFastChecks, 0, 3);
     this.tlpnlPerformance.Controls.Add(this.lblCommitsLimit, 0, 7);
     this.tlpnlPerformance.Controls.Add(this._NO_TRANSLATE_MaxCommits, 1, 7);
     this.tlpnlPerformance.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tlpnlPerformance.Location = new System.Drawing.Point(8, 21);
     this.tlpnlPerformance.Name     = "tlpnlPerformance";
     this.tlpnlPerformance.RowCount = 8;
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.Size     = new System.Drawing.Size(1241, 187);
     this.tlpnlPerformance.TabIndex = 0;
     //
     // chkShowAheadBehindDataInBrowseWindow
     //
     this.chkShowAheadBehindDataInBrowseWindow.AutoSize = true;
     this.chkShowAheadBehindDataInBrowseWindow.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowAheadBehindDataInBrowseWindow.Location = new System.Drawing.Point(3, 118);
     this.chkShowAheadBehindDataInBrowseWindow.Name     = "chkShowAheadBehindDataInBrowseWindow";
     this.chkShowAheadBehindDataInBrowseWindow.Size     = new System.Drawing.Size(347, 17);
     this.chkShowAheadBehindDataInBrowseWindow.TabIndex = 6;
     this.chkShowAheadBehindDataInBrowseWindow.Text     = "Show ahead and behind information on status bar in browse window";
     this.chkShowAheadBehindDataInBrowseWindow.UseVisualStyleBackColor = true;
     //
     // chkCheckForUncommittedChangesInCheckoutBranch
     //
     this.chkCheckForUncommittedChangesInCheckoutBranch.AutoSize = true;
     this.chkCheckForUncommittedChangesInCheckoutBranch.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkCheckForUncommittedChangesInCheckoutBranch.Location = new System.Drawing.Point(3, 141);
     this.chkCheckForUncommittedChangesInCheckoutBranch.Name     = "chkCheckForUncommittedChangesInCheckoutBranch";
     this.chkCheckForUncommittedChangesInCheckoutBranch.Size     = new System.Drawing.Size(347, 17);
     this.chkCheckForUncommittedChangesInCheckoutBranch.TabIndex = 7;
     this.chkCheckForUncommittedChangesInCheckoutBranch.Text     = "Check for uncommitted changes in checkout branch dialog";
     this.chkCheckForUncommittedChangesInCheckoutBranch.UseVisualStyleBackColor = true;
     //
     // chkShowGitStatusInToolbar
     //
     this.chkShowGitStatusInToolbar.AutoSize = true;
     this.tlpnlPerformance.SetColumnSpan(this.chkShowGitStatusInToolbar, 2);
     this.chkShowGitStatusInToolbar.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowGitStatusInToolbar.Location = new System.Drawing.Point(3, 3);
     this.chkShowGitStatusInToolbar.Name     = "chkShowGitStatusInToolbar";
     this.chkShowGitStatusInToolbar.Size     = new System.Drawing.Size(1235, 17);
     this.chkShowGitStatusInToolbar.TabIndex = 0;
     this.chkShowGitStatusInToolbar.Text     = "Show number of changed files on commit button";
     this.chkShowGitStatusInToolbar.UseVisualStyleBackColor = true;
     this.chkShowGitStatusInToolbar.CheckedChanged         += new System.EventHandler(this.ShowGitStatus_CheckedChanged);
     //
     // chkShowGitStatusForArtificialCommits
     //
     this.chkShowGitStatusForArtificialCommits.AutoSize = true;
     this.tlpnlPerformance.SetColumnSpan(this.chkShowGitStatusForArtificialCommits, 2);
     this.chkShowGitStatusForArtificialCommits.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowGitStatusForArtificialCommits.Location = new System.Drawing.Point(3, 26);
     this.chkShowGitStatusForArtificialCommits.Name     = "chkShowGitStatusForArtificialCommits";
     this.chkShowGitStatusForArtificialCommits.Size     = new System.Drawing.Size(1235, 17);
     this.chkShowGitStatusForArtificialCommits.TabIndex = 1;
     this.chkShowGitStatusForArtificialCommits.Text     = "Show number of changed files for artificial commits";
     this.chkShowGitStatusForArtificialCommits.UseVisualStyleBackColor = true;
     this.chkShowGitStatusForArtificialCommits.CheckedChanged         += new System.EventHandler(this.ShowGitStatus_CheckedChanged);
     //
     // chkShowStashCountInBrowseWindow
     //
     this.chkShowStashCountInBrowseWindow.AutoSize = true;
     this.chkShowStashCountInBrowseWindow.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowStashCountInBrowseWindow.Location = new System.Drawing.Point(3, 95);
     this.chkShowStashCountInBrowseWindow.Name     = "chkShowStashCountInBrowseWindow";
     this.chkShowStashCountInBrowseWindow.Size     = new System.Drawing.Size(347, 17);
     this.chkShowStashCountInBrowseWindow.TabIndex = 5;
     this.chkShowStashCountInBrowseWindow.Text     = "Show stash count on status bar in browse window";
     this.chkShowStashCountInBrowseWindow.UseVisualStyleBackColor = true;
     //
     // chkShowSubmoduleStatusInBrowse
     //
     this.chkShowSubmoduleStatusInBrowse.AutoSize = true;
     this.chkShowSubmoduleStatusInBrowse.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowSubmoduleStatusInBrowse.Location = new System.Drawing.Point(3, 49);
     this.chkShowSubmoduleStatusInBrowse.Name     = "chkShowSubmoduleStatusInBrowse";
     this.chkShowSubmoduleStatusInBrowse.Size     = new System.Drawing.Size(347, 17);
     this.chkShowSubmoduleStatusInBrowse.TabIndex = 2;
     this.chkShowSubmoduleStatusInBrowse.Text     = "Show submodule status in browse menu";
     this.chkShowSubmoduleStatusInBrowse.UseVisualStyleBackColor = true;
     //
     // chkUseFastChecks
     //
     this.chkUseFastChecks.AutoSize = true;
     this.chkUseFastChecks.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkUseFastChecks.Location = new System.Drawing.Point(3, 72);
     this.chkUseFastChecks.Name     = "chkUseFastChecks";
     this.chkUseFastChecks.Size     = new System.Drawing.Size(347, 17);
     this.chkUseFastChecks.TabIndex = 4;
     this.chkUseFastChecks.Text     = "Use FileSystemWatcher to check if index is changed";
     this.chkUseFastChecks.UseVisualStyleBackColor = true;
     //
     // lblCommitsLimit
     //
     this.lblCommitsLimit.AutoSize        = true;
     this.lblCommitsLimit.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.lblCommitsLimit.Location        = new System.Drawing.Point(3, 164);
     this.lblCommitsLimit.Name            = "lblCommitsLimit";
     this.lblCommitsLimit.Size            = new System.Drawing.Size(347, 20);
     this.lblCommitsLimit.TabIndex        = 7;
     this.lblCommitsLimit.Text            = "Limit number of commits to be loaded";
     this.lblCommitsLimit.CheckedChanged += new System.EventHandler(this.lblCommitsLimit_CheckedChanged);
     //
     // _NO_TRANSLATE_MaxCommits
     //
     this._NO_TRANSLATE_MaxCommits.Increment = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this._NO_TRANSLATE_MaxCommits.Location = new System.Drawing.Point(356, 164);
     this._NO_TRANSLATE_MaxCommits.Maximum  = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this._NO_TRANSLATE_MaxCommits.Name               = "_NO_TRANSLATE_MaxCommits";
     this._NO_TRANSLATE_MaxCommits.Size               = new System.Drawing.Size(85, 20);
     this._NO_TRANSLATE_MaxCommits.TabIndex           = 8;
     this._NO_TRANSLATE_MaxCommits.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this._NO_TRANSLATE_MaxCommits.ThousandsSeparator = true;
     this._NO_TRANSLATE_MaxCommits.Value              = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     //
     // groupBoxBehaviour
     //
     this.groupBoxBehaviour.AutoSize = true;
     this.groupBoxBehaviour.Controls.Add(this.tlpnlBehaviour);
     this.groupBoxBehaviour.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBoxBehaviour.Location = new System.Drawing.Point(3, 225);
     this.groupBoxBehaviour.Name     = "groupBoxBehaviour";
     this.groupBoxBehaviour.Padding  = new System.Windows.Forms.Padding(8);
     this.groupBoxBehaviour.Size     = new System.Drawing.Size(1257, 272);
     this.groupBoxBehaviour.TabIndex = 1;
     this.groupBoxBehaviour.TabStop  = false;
     this.groupBoxBehaviour.Text     = "Behaviour";
     //
     // tlpnlBehaviour
     //
     this.tlpnlBehaviour.AutoSize     = true;
     this.tlpnlBehaviour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpnlBehaviour.ColumnCount  = 3;
     this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlBehaviour.Controls.Add(this.chkFollowRenamesInFileHistoryExact, 1, 5);
     this.tlpnlBehaviour.Controls.Add(this.RevisionGridQuickSearchTimeout, 1, 9);
     this.tlpnlBehaviour.Controls.Add(this.btnDefaultDestinationBrowse, 2, 7);
     this.tlpnlBehaviour.Controls.Add(this.lblQuickSearchTimeout, 0, 9);
     this.tlpnlBehaviour.Controls.Add(this.chkCloseProcessDialog, 0, 0);
     this.tlpnlBehaviour.Controls.Add(this.cbDefaultCloneDestination, 1, 7);
     this.tlpnlBehaviour.Controls.Add(this.chkShowGitCommandLine, 0, 1);
     this.tlpnlBehaviour.Controls.Add(this.lblDefaultCloneDestination, 0, 7);
     this.tlpnlBehaviour.Controls.Add(this.chkUseHistogramDiffAlgorithm, 0, 2);
     this.tlpnlBehaviour.Controls.Add(this.chkStashUntrackedFiles, 0, 3);
     this.tlpnlBehaviour.Controls.Add(this.chkStartWithRecentWorkingDir, 0, 6);
     this.tlpnlBehaviour.Controls.Add(this.chkFollowRenamesInFileHistory, 0, 5);
     this.tlpnlBehaviour.Controls.Add(this.lblDefaultPullAction, 0, 8);
     this.tlpnlBehaviour.Controls.Add(this.cboDefaultPullAction, 1, 8);
     this.tlpnlBehaviour.Controls.Add(this.chkUpdateModules, 0, 4);
     this.tlpnlBehaviour.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tlpnlBehaviour.Location = new System.Drawing.Point(8, 21);
     this.tlpnlBehaviour.Name     = "tlpnlBehaviour";
     this.tlpnlBehaviour.RowCount = 10;
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.Size     = new System.Drawing.Size(1241, 243);
     this.tlpnlBehaviour.TabIndex = 0;
     //
     // chkFollowRenamesInFileHistoryExact
     //
     this.chkFollowRenamesInFileHistoryExact.AutoSize = true;
     this.chkFollowRenamesInFileHistoryExact.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkFollowRenamesInFileHistoryExact.Location = new System.Drawing.Point(273, 118);
     this.chkFollowRenamesInFileHistoryExact.Name     = "chkFollowRenamesInFileHistoryExact";
     this.chkFollowRenamesInFileHistoryExact.Size     = new System.Drawing.Size(907, 17);
     this.chkFollowRenamesInFileHistoryExact.TabIndex = 6;
     this.chkFollowRenamesInFileHistoryExact.Text     = "Follow exact renames and copies only";
     this.chkFollowRenamesInFileHistoryExact.UseVisualStyleBackColor = true;
     //
     // RevisionGridQuickSearchTimeout
     //
     this.RevisionGridQuickSearchTimeout.Increment = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.RevisionGridQuickSearchTimeout.Location = new System.Drawing.Point(273, 220);
     this.RevisionGridQuickSearchTimeout.Maximum  = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.RevisionGridQuickSearchTimeout.Minimum = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.RevisionGridQuickSearchTimeout.Name               = "RevisionGridQuickSearchTimeout";
     this.RevisionGridQuickSearchTimeout.Size               = new System.Drawing.Size(85, 20);
     this.RevisionGridQuickSearchTimeout.TabIndex           = 11;
     this.RevisionGridQuickSearchTimeout.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.RevisionGridQuickSearchTimeout.ThousandsSeparator = true;
     this.RevisionGridQuickSearchTimeout.Value              = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     //
     // btnDefaultDestinationBrowse
     //
     this.btnDefaultDestinationBrowse.AutoSize                = true;
     this.btnDefaultDestinationBrowse.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnDefaultDestinationBrowse.Location                = new System.Drawing.Point(1186, 164);
     this.btnDefaultDestinationBrowse.Name                    = "btnDefaultDestinationBrowse";
     this.btnDefaultDestinationBrowse.Size                    = new System.Drawing.Size(52, 23);
     this.btnDefaultDestinationBrowse.TabIndex                = 9;
     this.btnDefaultDestinationBrowse.Text                    = "Browse";
     this.btnDefaultDestinationBrowse.UseVisualStyleBackColor = true;
     this.btnDefaultDestinationBrowse.Click                  += new System.EventHandler(this.DefaultCloneDestinationBrowseClick);
     //
     // lblQuickSearchTimeout
     //
     this.lblQuickSearchTimeout.AutoSize  = true;
     this.lblQuickSearchTimeout.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblQuickSearchTimeout.Location  = new System.Drawing.Point(3, 217);
     this.lblQuickSearchTimeout.Name      = "lblQuickSearchTimeout";
     this.lblQuickSearchTimeout.Size      = new System.Drawing.Size(264, 26);
     this.lblQuickSearchTimeout.TabIndex  = 11;
     this.lblQuickSearchTimeout.Text      = "Revision grid quick search timeout [ms]";
     this.lblQuickSearchTimeout.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkCloseProcessDialog
     //
     this.chkCloseProcessDialog.AutoSize = true;
     this.chkCloseProcessDialog.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkCloseProcessDialog.Location = new System.Drawing.Point(3, 3);
     this.chkCloseProcessDialog.Name     = "chkCloseProcessDialog";
     this.chkCloseProcessDialog.Size     = new System.Drawing.Size(264, 17);
     this.chkCloseProcessDialog.TabIndex = 0;
     this.chkCloseProcessDialog.Text     = "Close Process dialog when process succeeds";
     this.chkCloseProcessDialog.UseVisualStyleBackColor = true;
     //
     // cbDefaultCloneDestination
     //
     this.cbDefaultCloneDestination.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cbDefaultCloneDestination.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
     this.cbDefaultCloneDestination.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cbDefaultCloneDestination.FormattingEnabled = true;
     this.cbDefaultCloneDestination.Location          = new System.Drawing.Point(273, 164);
     this.cbDefaultCloneDestination.Name     = "cbDefaultCloneDestination";
     this.cbDefaultCloneDestination.Size     = new System.Drawing.Size(907, 21);
     this.cbDefaultCloneDestination.TabIndex = 8;
     //
     // chkShowGitCommandLine
     //
     this.chkShowGitCommandLine.AutoSize = true;
     this.chkShowGitCommandLine.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowGitCommandLine.Location = new System.Drawing.Point(3, 26);
     this.chkShowGitCommandLine.Name     = "chkShowGitCommandLine";
     this.chkShowGitCommandLine.Size     = new System.Drawing.Size(264, 17);
     this.chkShowGitCommandLine.TabIndex = 1;
     this.chkShowGitCommandLine.Text     = "Show console window when executing git process";
     this.chkShowGitCommandLine.UseVisualStyleBackColor = true;
     //
     // lblDefaultCloneDestination
     //
     this.lblDefaultCloneDestination.AutoSize  = true;
     this.lblDefaultCloneDestination.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblDefaultCloneDestination.Location  = new System.Drawing.Point(3, 161);
     this.lblDefaultCloneDestination.Name      = "lblDefaultCloneDestination";
     this.lblDefaultCloneDestination.Size      = new System.Drawing.Size(264, 29);
     this.lblDefaultCloneDestination.TabIndex  = 8;
     this.lblDefaultCloneDestination.Text      = "Default clone destination";
     this.lblDefaultCloneDestination.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkUseHistogramDiffAlgorithm
     //
     this.chkUseHistogramDiffAlgorithm.AutoSize = true;
     this.chkUseHistogramDiffAlgorithm.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkUseHistogramDiffAlgorithm.Location = new System.Drawing.Point(3, 49);
     this.chkUseHistogramDiffAlgorithm.Name     = "chkUseHistogramDiffAlgorithm";
     this.chkUseHistogramDiffAlgorithm.Size     = new System.Drawing.Size(264, 17);
     this.chkUseHistogramDiffAlgorithm.TabIndex = 2;
     this.chkUseHistogramDiffAlgorithm.Text     = "Use histogram diff algorithm";
     this.chkUseHistogramDiffAlgorithm.UseVisualStyleBackColor = true;
     //
     // chkStashUntrackedFiles
     //
     this.chkStashUntrackedFiles.AutoSize = true;
     this.chkStashUntrackedFiles.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkStashUntrackedFiles.Location = new System.Drawing.Point(3, 72);
     this.chkStashUntrackedFiles.Name     = "chkStashUntrackedFiles";
     this.chkStashUntrackedFiles.Size     = new System.Drawing.Size(264, 17);
     this.chkStashUntrackedFiles.TabIndex = 3;
     this.chkStashUntrackedFiles.Text     = "Include untracked files in autostash";
     this.chkStashUntrackedFiles.UseVisualStyleBackColor = true;
     //
     // chkStartWithRecentWorkingDir
     //
     this.chkStartWithRecentWorkingDir.AutoSize = true;
     this.chkStartWithRecentWorkingDir.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkStartWithRecentWorkingDir.Location = new System.Drawing.Point(3, 141);
     this.chkStartWithRecentWorkingDir.Name     = "chkStartWithRecentWorkingDir";
     this.chkStartWithRecentWorkingDir.Size     = new System.Drawing.Size(264, 17);
     this.chkStartWithRecentWorkingDir.TabIndex = 7;
     this.chkStartWithRecentWorkingDir.Text     = "Open last working directory on startup";
     this.chkStartWithRecentWorkingDir.UseVisualStyleBackColor = true;
     //
     // chkFollowRenamesInFileHistory
     //
     this.chkFollowRenamesInFileHistory.AutoSize = true;
     this.chkFollowRenamesInFileHistory.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkFollowRenamesInFileHistory.Location = new System.Drawing.Point(3, 118);
     this.chkFollowRenamesInFileHistory.Name     = "chkFollowRenamesInFileHistory";
     this.chkFollowRenamesInFileHistory.Size     = new System.Drawing.Size(264, 17);
     this.chkFollowRenamesInFileHistory.TabIndex = 5;
     this.chkFollowRenamesInFileHistory.Text     = "Follow renames in file history (experimental)";
     this.chkFollowRenamesInFileHistory.UseVisualStyleBackColor = true;
     //
     // lblDefaultPullAction
     //
     this.lblDefaultPullAction.AutoSize  = true;
     this.lblDefaultPullAction.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblDefaultPullAction.Location  = new System.Drawing.Point(3, 190);
     this.lblDefaultPullAction.Name      = "lblDefaultPullAction";
     this.lblDefaultPullAction.Size      = new System.Drawing.Size(264, 27);
     this.lblDefaultPullAction.TabIndex  = 14;
     this.lblDefaultPullAction.Text      = "Default pull action";
     this.lblDefaultPullAction.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboDefaultPullAction
     //
     this.cboDefaultPullAction.FormattingEnabled = true;
     this.cboDefaultPullAction.Location          = new System.Drawing.Point(273, 193);
     this.cboDefaultPullAction.Name     = "cboDefaultPullAction";
     this.cboDefaultPullAction.Size     = new System.Drawing.Size(121, 21);
     this.cboDefaultPullAction.TabIndex = 10;
     //
     // chkUpdateModules
     //
     this.chkUpdateModules.AutoSize   = true;
     this.chkUpdateModules.Location   = new System.Drawing.Point(3, 95);
     this.chkUpdateModules.Name       = "chkUpdateModules";
     this.chkUpdateModules.Size       = new System.Drawing.Size(183, 17);
     this.chkUpdateModules.TabIndex   = 4;
     this.chkUpdateModules.Text       = "Update submodules on checkout";
     this.chkUpdateModules.ThreeState = true;
     this.chkUpdateModules.UseVisualStyleBackColor = true;
     //
     // GeneralSettingsPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.Controls.Add(tlpnlMain);
     this.Name    = "GeneralSettingsPage";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Size    = new System.Drawing.Size(1279, 523);
     tlpnlMain.ResumeLayout(false);
     tlpnlMain.PerformLayout();
     this.groupBoxTelemetry.ResumeLayout(false);
     this.groupBoxTelemetry.PerformLayout();
     this.tlpnlTelemetry.ResumeLayout(false);
     this.tlpnlTelemetry.PerformLayout();
     this.groupBoxPerformance.ResumeLayout(false);
     this.groupBoxPerformance.PerformLayout();
     this.tlpnlPerformance.ResumeLayout(false);
     this.tlpnlPerformance.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_MaxCommits)).EndInit();
     this.groupBoxBehaviour.ResumeLayout(false);
     this.groupBoxBehaviour.PerformLayout();
     this.tlpnlBehaviour.ResumeLayout(false);
     this.tlpnlBehaviour.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RevisionGridQuickSearchTimeout)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #27
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 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();

        }
コード例 #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 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.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.chkShowCurrentBranchInVisualStudio, 0, 1);
     this.tlpnlGeneral.Controls.Add(this.chkEnableAutoScale, 0, 2);
     this.tlpnlGeneral.Controls.Add(this.chkSortByAuthorDate, 0, 3);
     this.tlpnlGeneral.Controls.Add(this.truncateLongFilenames, 0, 4);
     this.tlpnlGeneral.Controls.Add(this.truncatePathMethod, 1, 4);
     this.tlpnlGeneral.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpnlGeneral.Location = new System.Drawing.Point(8, 21);
     this.tlpnlGeneral.Name     = "tlpnlGeneral";
     this.tlpnlGeneral.RowCount = 5;
     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;
     //
     // 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);
 }
コード例 #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();

        }
コード例 #30
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            lblSeparatorBottom;
     System.Windows.Forms.Label            lblSeparatorTop;
     this.environmentIssueInfo = new System.Windows.Forms.Label();
     this.copyButton           = new System.Windows.Forms.Button();
     tableLayoutPanel1         = new System.Windows.Forms.TableLayoutPanel();
     lblSeparatorBottom        = new System.Windows.Forms.Label();
     lblSeparatorTop           = new System.Windows.Forms.Label();
     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(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.environmentIssueInfo, 0, 0);
     tableLayoutPanel1.Controls.Add(this.copyButton, 1, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 4);
     tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.Padding  = new System.Windows.Forms.Padding(0, 8, 0, 8);
     tableLayoutPanel1.RowCount = 1;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(165, 68);
     tableLayoutPanel1.TabIndex = 0;
     //
     // environmentIssueInfo
     //
     this.environmentIssueInfo.AutoSize = true;
     this.environmentIssueInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.environmentIssueInfo.Location = new System.Drawing.Point(11, 8);
     this.environmentIssueInfo.Margin   = new System.Windows.Forms.Padding(0, 0, 8, 0);
     this.environmentIssueInfo.Name     = "environmentIssueInfo";
     this.environmentIssueInfo.Size     = new System.Drawing.Size(112, 52);
     this.environmentIssueInfo.TabIndex = 0;
     this.environmentIssueInfo.Text     = "- GitExtension version:\r\n- GIT version: \r\n- OS version: \r\n- .NET version: \r\n";
     //
     // copyButton
     //
     this.copyButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.copyButton.Image    = global::GitUI.Properties.Images.CopyToClipboard;
     this.copyButton.Location = new System.Drawing.Point(129, 11);
     this.copyButton.Margin   = new System.Windows.Forms.Padding(0);
     this.copyButton.Name     = "copyButton";
     this.copyButton.Size     = new System.Drawing.Size(25, 26);
     this.copyButton.TabIndex = 1;
     this.copyButton.UseVisualStyleBackColor = true;
     this.copyButton.Click += new System.EventHandler(this.copyButton_Click);
     //
     // lblSeparatorBottom
     //
     lblSeparatorBottom.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     lblSeparatorBottom.Dock        = System.Windows.Forms.DockStyle.Bottom;
     lblSeparatorBottom.Location    = new System.Drawing.Point(0, 72);
     lblSeparatorBottom.Margin      = new System.Windows.Forms.Padding(0);
     lblSeparatorBottom.Name        = "lblSeparatorBottom";
     lblSeparatorBottom.Size        = new System.Drawing.Size(165, 2);
     lblSeparatorBottom.TabIndex    = 1;
     //
     // lblSeparatorTop
     //
     lblSeparatorTop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     lblSeparatorTop.Dock        = System.Windows.Forms.DockStyle.Top;
     lblSeparatorTop.Location    = new System.Drawing.Point(0, 4);
     lblSeparatorTop.Margin      = new System.Windows.Forms.Padding(0);
     lblSeparatorTop.Name        = "lblSeparatorTop";
     lblSeparatorTop.Size        = new System.Drawing.Size(165, 2);
     lblSeparatorTop.TabIndex    = 0;
     //
     // EnvironmentInfo
     //
     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(lblSeparatorTop);
     this.Controls.Add(tableLayoutPanel1);
     this.Controls.Add(lblSeparatorBottom);
     this.Margin  = new System.Windows.Forms.Padding(0);
     this.Name    = "EnvironmentInfo";
     this.Padding = new System.Windows.Forms.Padding(0);
     this.Size    = new System.Drawing.Size(165, 78);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SshSettingsPage));
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel3;
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.Putty            = new System.Windows.Forms.RadioButton();
     this.OtherSshBrowse   = new System.Windows.Forms.Button();
     this.OtherSsh         = new System.Windows.Forms.TextBox();
     this.OpenSSH          = new System.Windows.Forms.RadioButton();
     this.Other            = new System.Windows.Forms.RadioButton();
     this.label18          = new System.Windows.Forms.Label();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.label15          = new System.Windows.Forms.Label();
     this.PageantBrowse    = new System.Windows.Forms.Button();
     this.AutostartPageant = new System.Windows.Forms.CheckBox();
     this.PuttygenBrowse   = new System.Windows.Forms.Button();
     this.label16          = new System.Windows.Forms.Label();
     this.PlinkBrowse      = new System.Windows.Forms.Button();
     this.PageantPath      = new System.Windows.Forms.TextBox();
     this.label17          = new System.Windows.Forms.Label();
     this.PlinkPath        = new System.Windows.Forms.TextBox();
     this.PuttygenPath     = new System.Windows.Forms.TextBox();
     tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel2     = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel3     = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     tableLayoutPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize     = true;
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel1.ColumnCount  = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
     tableLayoutPanel1.Controls.Add(this.groupBox2, 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());
     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(674, 975);
     tableLayoutPanel1.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.AutoSize     = true;
     this.groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.groupBox1.Controls.Add(tableLayoutPanel2);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(8);
     this.groupBox1.Size     = new System.Drawing.Size(668, 107);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Specify which ssh client to use";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.AutoSize     = true;
     tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel2.ColumnCount  = 3;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
     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.Putty, 0, 0);
     tableLayoutPanel2.Controls.Add(this.OtherSshBrowse, 2, 2);
     tableLayoutPanel2.Controls.Add(this.OtherSsh, 1, 2);
     tableLayoutPanel2.Controls.Add(this.OpenSSH, 0, 1);
     tableLayoutPanel2.Controls.Add(this.Other, 0, 2);
     tableLayoutPanel2.Controls.Add(this.label18, 1, 0);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.Location = new System.Drawing.Point(8, 22);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 3;
     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.Size     = new System.Drawing.Size(652, 77);
     tableLayoutPanel2.TabIndex = 0;
     //
     // Putty
     //
     this.Putty.AutoSize = true;
     this.Putty.Checked  = true;
     this.Putty.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Putty.Location = new System.Drawing.Point(3, 3);
     this.Putty.Name     = "Putty";
     this.Putty.Size     = new System.Drawing.Size(134, 17);
     this.Putty.TabIndex = 0;
     this.Putty.TabStop  = true;
     this.Putty.Text     = "PuTTY";
     this.Putty.UseVisualStyleBackColor = true;
     this.Putty.CheckedChanged         += new System.EventHandler(this.Putty_CheckedChanged);
     //
     // OtherSshBrowse
     //
     this.OtherSshBrowse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.OtherSshBrowse.Location = new System.Drawing.Point(574, 49);
     this.OtherSshBrowse.Name     = "OtherSshBrowse";
     this.OtherSshBrowse.Size     = new System.Drawing.Size(75, 25);
     this.OtherSshBrowse.TabIndex = 5;
     this.OtherSshBrowse.Text     = "Browse";
     this.OtherSshBrowse.UseVisualStyleBackColor = true;
     this.OtherSshBrowse.Click += new System.EventHandler(this.OtherSshBrowse_Click);
     //
     // OtherSsh
     //
     this.OtherSsh.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.OtherSsh.Location    = new System.Drawing.Point(143, 49);
     this.OtherSsh.MinimumSize = new System.Drawing.Size(300, 0);
     this.OtherSsh.Name        = "OtherSsh";
     this.OtherSsh.Size        = new System.Drawing.Size(425, 21);
     this.OtherSsh.TabIndex    = 4;
     //
     // OpenSSH
     //
     this.OpenSSH.AutoSize = true;
     this.OpenSSH.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.OpenSSH.Location = new System.Drawing.Point(3, 26);
     this.OpenSSH.Name     = "OpenSSH";
     this.OpenSSH.Size     = new System.Drawing.Size(134, 17);
     this.OpenSSH.TabIndex = 2;
     this.OpenSSH.Text     = "OpenSSH";
     this.OpenSSH.UseVisualStyleBackColor = true;
     this.OpenSSH.CheckedChanged         += new System.EventHandler(this.OpenSSH_CheckedChanged);
     //
     // Other
     //
     this.Other.AutoSize = true;
     this.Other.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Other.Location = new System.Drawing.Point(3, 49);
     this.Other.Name     = "Other";
     this.Other.Size     = new System.Drawing.Size(134, 25);
     this.Other.TabIndex = 3;
     this.Other.Text     = "Other ssh client";
     this.Other.UseVisualStyleBackColor = true;
     this.Other.CheckedChanged         += new System.EventHandler(this.Other_CheckedChanged);
     //
     // label18
     //
     this.label18.BackColor = System.Drawing.SystemColors.Info;
     this.label18.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label18.Location  = new System.Drawing.Point(143, 0);
     this.label18.Name      = "label18";
     tableLayoutPanel2.SetRowSpan(this.label18, 2);
     this.label18.Size      = new System.Drawing.Size(425, 46);
     this.label18.TabIndex  = 1;
     this.label18.Text      = resources.GetString("label18.Text");
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox2
     //
     this.groupBox2.AutoSize     = true;
     this.groupBox2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.groupBox2.Controls.Add(tableLayoutPanel3);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox2.Location = new System.Drawing.Point(3, 116);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Padding  = new System.Windows.Forms.Padding(8);
     this.groupBox2.Size     = new System.Drawing.Size(668, 146);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Configure PuTTY";
     //
     // tableLayoutPanel3
     //
     tableLayoutPanel3.AutoSize     = true;
     tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel3.ColumnCount  = 3;
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel3.Controls.Add(this.label15, 0, 0);
     tableLayoutPanel3.Controls.Add(this.PageantBrowse, 2, 2);
     tableLayoutPanel3.Controls.Add(this.AutostartPageant, 1, 3);
     tableLayoutPanel3.Controls.Add(this.PuttygenBrowse, 2, 1);
     tableLayoutPanel3.Controls.Add(this.label16, 0, 1);
     tableLayoutPanel3.Controls.Add(this.PlinkBrowse, 2, 0);
     tableLayoutPanel3.Controls.Add(this.PageantPath, 1, 2);
     tableLayoutPanel3.Controls.Add(this.label17, 0, 2);
     tableLayoutPanel3.Controls.Add(this.PlinkPath, 1, 0);
     tableLayoutPanel3.Controls.Add(this.PuttygenPath, 1, 1);
     tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel3.Location = new System.Drawing.Point(8, 22);
     tableLayoutPanel3.Name     = "tableLayoutPanel3";
     tableLayoutPanel3.RowCount = 4;
     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.Size     = new System.Drawing.Size(652, 116);
     tableLayoutPanel3.TabIndex = 0;
     //
     // label15
     //
     this.label15.AutoSize  = true;
     this.label15.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label15.Location  = new System.Drawing.Point(3, 0);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(134, 31);
     this.label15.TabIndex  = 0;
     this.label15.Text      = "Path to plink";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PageantBrowse
     //
     this.PageantBrowse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.PageantBrowse.Location = new System.Drawing.Point(574, 65);
     this.PageantBrowse.Name     = "PageantBrowse";
     this.PageantBrowse.Size     = new System.Drawing.Size(75, 25);
     this.PageantBrowse.TabIndex = 8;
     this.PageantBrowse.Text     = "Browse";
     this.PageantBrowse.UseVisualStyleBackColor = true;
     this.PageantBrowse.Click += new System.EventHandler(this.PageantBrowse_Click);
     //
     // AutostartPageant
     //
     this.AutostartPageant.AutoEllipsis = true;
     this.AutostartPageant.CheckAlign   = System.Drawing.ContentAlignment.TopLeft;
     this.AutostartPageant.Checked      = true;
     this.AutostartPageant.CheckState   = System.Windows.Forms.CheckState.Checked;
     tableLayoutPanel3.SetColumnSpan(this.AutostartPageant, 2);
     this.AutostartPageant.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.AutostartPageant.Location = new System.Drawing.Point(143, 96);
     this.AutostartPageant.Name     = "AutostartPageant";
     this.AutostartPageant.Size     = new System.Drawing.Size(506, 17);
     this.AutostartPageant.TabIndex = 9;
     this.AutostartPageant.Text     = "Automatically start authentication client when a private key is configured for a " +
                                      "remote";
     this.AutostartPageant.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.AutostartPageant.UseVisualStyleBackColor = true;
     //
     // PuttygenBrowse
     //
     this.PuttygenBrowse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.PuttygenBrowse.Location = new System.Drawing.Point(574, 34);
     this.PuttygenBrowse.Name     = "PuttygenBrowse";
     this.PuttygenBrowse.Size     = new System.Drawing.Size(75, 25);
     this.PuttygenBrowse.TabIndex = 5;
     this.PuttygenBrowse.Text     = "Browse";
     this.PuttygenBrowse.UseVisualStyleBackColor = true;
     this.PuttygenBrowse.Click += new System.EventHandler(this.PuttygenBrowse_Click);
     //
     // label16
     //
     this.label16.AutoSize  = true;
     this.label16.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label16.Location  = new System.Drawing.Point(3, 31);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(134, 31);
     this.label16.TabIndex  = 3;
     this.label16.Text      = "Path to puttygen";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PlinkBrowse
     //
     this.PlinkBrowse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.PlinkBrowse.Location = new System.Drawing.Point(574, 3);
     this.PlinkBrowse.Name     = "PlinkBrowse";
     this.PlinkBrowse.Size     = new System.Drawing.Size(75, 25);
     this.PlinkBrowse.TabIndex = 2;
     this.PlinkBrowse.Text     = "Browse";
     this.PlinkBrowse.UseVisualStyleBackColor = true;
     this.PlinkBrowse.Click += new System.EventHandler(this.PuttyBrowse_Click);
     //
     // PageantPath
     //
     this.PageantPath.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.PageantPath.Location    = new System.Drawing.Point(143, 65);
     this.PageantPath.MinimumSize = new System.Drawing.Size(300, 0);
     this.PageantPath.Name        = "PageantPath";
     this.PageantPath.Size        = new System.Drawing.Size(425, 21);
     this.PageantPath.TabIndex    = 7;
     //
     // label17
     //
     this.label17.AutoSize  = true;
     this.label17.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label17.Location  = new System.Drawing.Point(3, 62);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(134, 31);
     this.label17.TabIndex  = 6;
     this.label17.Text      = "Path to pageant";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PlinkPath
     //
     this.PlinkPath.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.PlinkPath.Location    = new System.Drawing.Point(143, 3);
     this.PlinkPath.MinimumSize = new System.Drawing.Size(300, 0);
     this.PlinkPath.Name        = "PlinkPath";
     this.PlinkPath.Size        = new System.Drawing.Size(425, 21);
     this.PlinkPath.TabIndex    = 1;
     //
     // PuttygenPath
     //
     this.PuttygenPath.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.PuttygenPath.Location    = new System.Drawing.Point(143, 34);
     this.PuttygenPath.MinimumSize = new System.Drawing.Size(300, 0);
     this.PuttygenPath.Name        = "PuttygenPath";
     this.PuttygenPath.Size        = new System.Drawing.Size(425, 21);
     this.PuttygenPath.TabIndex    = 4;
     //
     // SshSettingsPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "SshSettingsPage";
     this.Size = new System.Drawing.Size(674, 975);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     tableLayoutPanel3.ResumeLayout(false);
     tableLayoutPanel3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #32
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 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._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._saveInProjectFileCheckBox = new System.Windows.Forms.CheckBox();
     this._tooltip                   = new System.Windows.Forms.ToolTip(this.components);
     this._nodeExeErrorProvider      = new System.Windows.Forms.ErrorProvider(this.components);
     startActionTableLayoutPanel     = new System.Windows.Forms.TableLayoutPanel();
     nodeHeaderTableLayoutPanel      = new System.Windows.Forms.TableLayoutPanel();
     startActionTableLayoutPanel.SuspendLayout();
     nodeHeaderTableLayoutPanel.SuspendLayout();
     this.overallPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._nodeExeErrorProvider)).BeginInit();
     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);
     startActionTableLayoutPanel.Name     = "startActionTableLayoutPanel";
     startActionTableLayoutPanel.RowCount = 1;
     startActionTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     startActionTableLayoutPanel.Size     = new System.Drawing.Size(836, 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(703, 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, 259);
     nodeHeaderTableLayoutPanel.Margin   = new System.Windows.Forms.Padding(0);
     nodeHeaderTableLayoutPanel.Name     = "nodeHeaderTableLayoutPanel";
     nodeHeaderTableLayoutPanel.RowCount = 1;
     nodeHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     nodeHeaderTableLayoutPanel.Size     = new System.Drawing.Size(836, 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(729, 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, 327);
     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, 16);
     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, 42);
     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, 68);
     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, 97);
     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, 123);
     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, 353);
     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 = 21;
     this._debuggerPortLabel.Text     = "_debuggerPortLabel";
     //
     // _envVarsLabel
     //
     this._envVarsLabel.AutoSize = true;
     this._envVarsLabel.Location = new System.Drawing.Point(3, 149);
     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._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._saveInProjectFileCheckBox, 0, 9);
     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 = 13;
     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(836, 500);
     this.overallPanel.TabIndex = 0;
     //
     // _scriptFile
     //
     this._scriptFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this._scriptFile.Location     = new System.Drawing.Point(181, 16);
     this._scriptFile.Name         = "_scriptFile";
     this._scriptFile.Size         = new System.Drawing.Size(620, 20);
     this._scriptFile.TabIndex     = 3;
     this._scriptFile.TextChanged += new System.EventHandler(this.Changed);
     //
     // _scriptArguments
     //
     this._scriptArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this._scriptArguments.Location     = new System.Drawing.Point(181, 42);
     this._scriptArguments.Name         = "_scriptArguments";
     this._scriptArguments.Size         = new System.Drawing.Size(620, 20);
     this._scriptArguments.TabIndex     = 5;
     this._scriptArguments.TextChanged += new System.EventHandler(this.Changed);
     //
     // _workingDir
     //
     this._workingDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this._workingDir.Location     = new System.Drawing.Point(181, 68);
     this._workingDir.Name         = "_workingDir";
     this._workingDir.Size         = new System.Drawing.Size(620, 20);
     this._workingDir.TabIndex     = 7;
     this._workingDir.TextChanged += new System.EventHandler(this.WorkingDirChanged);
     //
     // _browseDirectory
     //
     this._browseDirectory.AutoSize = true;
     this._browseDirectory.Location = new System.Drawing.Point(807, 68);
     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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this._launchUrl.Location     = new System.Drawing.Point(181, 97);
     this._launchUrl.Name         = "_launchUrl";
     this._launchUrl.Size         = new System.Drawing.Size(620, 20);
     this._launchUrl.TabIndex     = 10;
     this._launchUrl.TextChanged += new System.EventHandler(this.Changed);
     //
     // _nodejsPort
     //
     this._nodejsPort.Location     = new System.Drawing.Point(181, 123);
     this._nodejsPort.Name         = "_nodejsPort";
     this._nodejsPort.Size         = new System.Drawing.Size(105, 20);
     this._nodejsPort.TabIndex     = 12;
     this._nodejsPort.TextChanged += new System.EventHandler(this.PortChanged);
     //
     // _envVars
     //
     this._envVars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this._envVars.Location     = new System.Drawing.Point(181, 149);
     this._envVars.Multiline    = true;
     this._envVars.Name         = "_envVars";
     this._envVars.ScrollBars   = System.Windows.Forms.ScrollBars.Both;
     this._envVars.Size         = new System.Drawing.Size(620, 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, 239);
     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);
     //
     // _nodeExePathLabel
     //
     this._nodeExePathLabel.AutoSize = true;
     this._nodeExePathLabel.Location = new System.Drawing.Point(3, 298);
     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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this._nodeExePath.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this._nodeExePath.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
     this._nodeExePath.Location           = new System.Drawing.Point(181, 298);
     this._nodeExePath.Name         = "_nodeExePath";
     this._nodeExePath.Size         = new System.Drawing.Size(620, 20);
     this._nodeExePath.TabIndex     = 17;
     this._nodeExePath.TextChanged += new System.EventHandler(this.NodeExePathChanged);
     //
     // _browsePath
     //
     this._browsePath.AutoSize = true;
     this._browsePath.Location = new System.Drawing.Point(807, 298);
     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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this._nodeExeArguments.Location     = new System.Drawing.Point(181, 327);
     this._nodeExeArguments.Name         = "_nodeExeArguments";
     this._nodeExeArguments.Size         = new System.Drawing.Size(620, 20);
     this._nodeExeArguments.TabIndex     = 19;
     this._nodeExeArguments.TextChanged += new System.EventHandler(this.Changed);
     //
     // _debuggerPort
     //
     this._debuggerPort.Location     = new System.Drawing.Point(181, 353);
     this._debuggerPort.Name         = "_debuggerPort";
     this._debuggerPort.Size         = new System.Drawing.Size(105, 20);
     this._debuggerPort.TabIndex     = 20;
     this._debuggerPort.TextChanged += new System.EventHandler(this.PortChanged);
     //
     // _saveInProjectFileCheckBox
     //
     this._saveInProjectFileCheckBox.AutoSize = true;
     this._saveInProjectFileCheckBox.Location = new System.Drawing.Point(3, 275);
     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);
     //
     // _nodeExeErrorProvider
     //
     this._nodeExeErrorProvider.ContainerControl = this;
     //
     // NodejsGeneralPropertyPageControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.Controls.Add(this.overallPanel);
     this.MinimumSize = new System.Drawing.Size(850, 550);
     this.Name        = "NodejsGeneralPropertyPageControl";
     this.Size        = new System.Drawing.Size(850, 550);
     startActionTableLayoutPanel.ResumeLayout(false);
     startActionTableLayoutPanel.PerformLayout();
     nodeHeaderTableLayoutPanel.ResumeLayout(false);
     nodeHeaderTableLayoutPanel.PerformLayout();
     this.overallPanel.ResumeLayout(false);
     this.overallPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._nodeExeErrorProvider)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #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);

        }
コード例 #34
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 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();

        }
コード例 #35
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 TableSidebar;
     System.Windows.Forms.MenuItem         MenuTraySep;
     System.Windows.Forms.MenuItem         MenuOptionsSep;
     System.Windows.Forms.MenuItem         MenuHelpSep;
     System.Windows.Forms.MenuItem         MenuListHdrsSep;
     this.TextSidebarDescript            = new System.Windows.Forms.RichTextBox();
     this.LabelSidebarTitle              = new System.Windows.Forms.Label();
     this.ImageSidebar                   = new System.Windows.Forms.PictureBox();
     this.ToolbarView                    = new RadioDld.ExtToolStrip();
     this.ButtonBack                     = new System.Windows.Forms.ToolStripButton();
     this.ButtonForward                  = new System.Windows.Forms.ToolStripButton();
     this.ButtonFindNew                  = new System.Windows.Forms.ToolStripButton();
     this.ButtonFavourites               = new System.Windows.Forms.ToolStripButton();
     this.ButtonSubscriptions            = new System.Windows.Forms.ToolStripButton();
     this.ButtonDownloads                = new System.Windows.Forms.ToolStripButton();
     this.TextSearch                     = new RadioDld.ToolStripSearchBox();
     this.NotifyIcon                     = new System.Windows.Forms.NotifyIcon(this.components);
     this.MenuTray                       = new System.Windows.Forms.ContextMenu();
     this.MenuTrayShow                   = new System.Windows.Forms.MenuItem();
     this.MenuTrayExit                   = new System.Windows.Forms.MenuItem();
     this.ImagesListIcons                = new System.Windows.Forms.ImageList(this.components);
     this.ImagesProviders                = new System.Windows.Forms.ImageList(this.components);
     this.TimerCheckForUpdates           = new System.Windows.Forms.Timer(this.components);
     this.MenuOptions                    = new System.Windows.Forms.ContextMenu();
     this.MenuOptionsShowOpts            = new System.Windows.Forms.MenuItem();
     this.MenuOptionsProviderOpts        = new System.Windows.Forms.MenuItem();
     this.MenuOptionsProviderOptsNoProvs = new System.Windows.Forms.MenuItem();
     this.MenuOptionsExit                = new System.Windows.Forms.MenuItem();
     this.MenuHelp                       = new System.Windows.Forms.ContextMenu();
     this.MenuHelpContext                = new System.Windows.Forms.MenuItem();
     this.MenuHelpContents               = new System.Windows.Forms.MenuItem();
     this.MenuHelpReportBug              = new System.Windows.Forms.MenuItem();
     this.MenuHelpAbout                  = new System.Windows.Forms.MenuItem();
     this.ImagesToolbar                  = new System.Windows.Forms.ImageList(this.components);
     this.PanelPluginSpace               = new System.Windows.Forms.Panel();
     this.TableToolbars                  = new System.Windows.Forms.TableLayoutPanel();
     this.ToolbarMain                    = new RadioDld.ExtToolBar();
     this.ButtonOptionsMenu              = new System.Windows.Forms.ToolBarButton();
     this.ButtonChooseProgramme          = new System.Windows.Forms.ToolBarButton();
     this.ButtonDownload                 = new System.Windows.Forms.ToolBarButton();
     this.ButtonSetAuto                  = new System.Windows.Forms.ToolBarButton();
     this.ButtonCurrentEps               = new System.Windows.Forms.ToolBarButton();
     this.ButtonAddFavourite             = new System.Windows.Forms.ToolBarButton();
     this.ButtonRemFavourite             = new System.Windows.Forms.ToolBarButton();
     this.ButtonSubscribe                = new System.Windows.Forms.ToolBarButton();
     this.ButtonUnsubscribe              = new System.Windows.Forms.ToolBarButton();
     this.ButtonMoreInfo                 = new System.Windows.Forms.ToolBarButton();
     this.ButtonCancel                   = new System.Windows.Forms.ToolBarButton();
     this.ButtonPlay                     = new System.Windows.Forms.ToolBarButton();
     this.ButtonDelete                   = new System.Windows.Forms.ToolBarButton();
     this.ButtonRetry                    = new System.Windows.Forms.ToolBarButton();
     this.ButtonReportError              = new System.Windows.Forms.ToolBarButton();
     this.ButtonCleanUp                  = new System.Windows.Forms.ToolBarButton();
     this.ToolbarHelp                    = new RadioDld.ExtToolBar();
     this.ButtonHelpMenu                 = new System.Windows.Forms.ToolBarButton();
     this.ImageSidebarBorder             = new System.Windows.Forms.PictureBox();
     this.MenuListHdrs                   = new System.Windows.Forms.ContextMenu();
     this.MenuListHdrsColumns            = new System.Windows.Forms.MenuItem();
     this.MenuListHdrsReset              = new System.Windows.Forms.MenuItem();
     this.ListDownloads                  = new RadioDld.ExtListView();
     this.ListSubscribed                 = new RadioDld.ExtListView();
     this.ListEpisodes                   = new RadioDld.ExtListView();
     this.ListProviders                  = new RadioDld.ExtListView();
     this.ListFavourites                 = new RadioDld.ExtListView();
     TableSidebar    = new System.Windows.Forms.TableLayoutPanel();
     MenuTraySep     = new System.Windows.Forms.MenuItem();
     MenuOptionsSep  = new System.Windows.Forms.MenuItem();
     MenuHelpSep     = new System.Windows.Forms.MenuItem();
     MenuListHdrsSep = new System.Windows.Forms.MenuItem();
     TableSidebar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ImageSidebar)).BeginInit();
     this.ToolbarView.SuspendLayout();
     this.TableToolbars.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ImageSidebarBorder)).BeginInit();
     this.SuspendLayout();
     //
     // TableSidebar
     //
     TableSidebar.BackColor   = System.Drawing.SystemColors.Window;
     TableSidebar.ColumnCount = 1;
     TableSidebar.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     TableSidebar.Controls.Add(this.TextSidebarDescript, 0, 2);
     TableSidebar.Controls.Add(this.LabelSidebarTitle, 0, 0);
     TableSidebar.Controls.Add(this.ImageSidebar, 0, 1);
     TableSidebar.Dock     = System.Windows.Forms.DockStyle.Left;
     TableSidebar.Location = new System.Drawing.Point(0, 65);
     TableSidebar.Margin   = new System.Windows.Forms.Padding(3, 0, 0, 0);
     TableSidebar.Name     = "TableSidebar";
     TableSidebar.RowCount = 4;
     TableSidebar.RowStyles.Add(new System.Windows.Forms.RowStyle());
     TableSidebar.RowStyles.Add(new System.Windows.Forms.RowStyle());
     TableSidebar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     TableSidebar.RowStyles.Add(new System.Windows.Forms.RowStyle());
     TableSidebar.Size     = new System.Drawing.Size(187, 385);
     TableSidebar.TabIndex = 9;
     //
     // TextSidebarDescript
     //
     this.TextSidebarDescript.BackColor    = System.Drawing.SystemColors.Window;
     this.TextSidebarDescript.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.TextSidebarDescript.Cursor       = System.Windows.Forms.Cursors.Default;
     this.TextSidebarDescript.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.TextSidebarDescript.Location     = new System.Drawing.Point(8, 114);
     this.TextSidebarDescript.Margin       = new System.Windows.Forms.Padding(8, 5, 8, 6);
     this.TextSidebarDescript.Name         = "TextSidebarDescript";
     this.TextSidebarDescript.ReadOnly     = true;
     this.TextSidebarDescript.Size         = new System.Drawing.Size(171, 265);
     this.TextSidebarDescript.TabIndex     = 1;
     this.TextSidebarDescript.TabStop      = false;
     this.TextSidebarDescript.Text         = "Description";
     this.TextSidebarDescript.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.TextSidebarDescript_LinkClicked);
     this.TextSidebarDescript.Resize      += new System.EventHandler(this.TextSidebarDescript_Resize);
     //
     // LabelSidebarTitle
     //
     this.LabelSidebarTitle.AutoSize    = true;
     this.LabelSidebarTitle.BackColor   = System.Drawing.Color.Transparent;
     this.LabelSidebarTitle.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.LabelSidebarTitle.Font        = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LabelSidebarTitle.ForeColor   = System.Drawing.SystemColors.WindowText;
     this.LabelSidebarTitle.Location    = new System.Drawing.Point(5, 8);
     this.LabelSidebarTitle.Margin      = new System.Windows.Forms.Padding(5, 8, 8, 0);
     this.LabelSidebarTitle.Name        = "LabelSidebarTitle";
     this.LabelSidebarTitle.Size        = new System.Drawing.Size(174, 20);
     this.LabelSidebarTitle.TabIndex    = 0;
     this.LabelSidebarTitle.Text        = "Title";
     this.LabelSidebarTitle.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.LabelSidebarTitle.UseMnemonic = false;
     //
     // ImageSidebar
     //
     this.ImageSidebar.ErrorImage   = null;
     this.ImageSidebar.InitialImage = null;
     this.ImageSidebar.Location     = new System.Drawing.Point(9, 36);
     this.ImageSidebar.Margin       = new System.Windows.Forms.Padding(9, 8, 9, 3);
     this.ImageSidebar.MaximumSize  = new System.Drawing.Size(172, 100);
     this.ImageSidebar.Name         = "ImageSidebar";
     this.ImageSidebar.Size         = new System.Drawing.Size(70, 70);
     this.ImageSidebar.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.ImageSidebar.TabIndex     = 1;
     this.ImageSidebar.TabStop      = false;
     //
     // MenuTraySep
     //
     MenuTraySep.Index = 1;
     MenuTraySep.Text  = "-";
     //
     // MenuOptionsSep
     //
     MenuOptionsSep.Index = 2;
     MenuOptionsSep.Text  = "-";
     //
     // MenuHelpSep
     //
     MenuHelpSep.Index = 3;
     MenuHelpSep.Text  = "-";
     //
     // MenuListHdrsSep
     //
     MenuListHdrsSep.Index = 1;
     MenuListHdrsSep.Text  = "-";
     //
     // ToolbarView
     //
     this.ToolbarView.CanOverflow      = false;
     this.ToolbarView.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolbarView.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.ToolbarView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ButtonBack,
         this.ButtonForward,
         this.ButtonFindNew,
         this.ButtonFavourites,
         this.ButtonSubscriptions,
         this.ButtonDownloads,
         this.TextSearch
     });
     this.ToolbarView.Location   = new System.Drawing.Point(0, 0);
     this.ToolbarView.Name       = "ToolbarView";
     this.ToolbarView.Padding    = new System.Windows.Forms.Padding(3, 0, 1, 0);
     this.ToolbarView.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.ToolbarView.Size       = new System.Drawing.Size(757, 31);
     this.ToolbarView.TabIndex   = 7;
     this.ToolbarView.TabStop    = true;
     //
     // ButtonBack
     //
     this.ButtonBack.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ButtonBack.Image                 = global::RadioDld.Properties.Resources.views_back;
     this.ButtonBack.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonBack.Name    = "ButtonBack";
     this.ButtonBack.Padding = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.ButtonBack.Size    = new System.Drawing.Size(30, 28);
     this.ButtonBack.Text    = "Back";
     this.ButtonBack.Click  += new System.EventHandler(this.ButtonBack_Click);
     //
     // ButtonForward
     //
     this.ButtonForward.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ButtonForward.Image                 = global::RadioDld.Properties.Resources.views_forward;
     this.ButtonForward.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonForward.Margin                = new System.Windows.Forms.Padding(0, 1, 8, 2);
     this.ButtonForward.Name    = "ButtonForward";
     this.ButtonForward.Padding = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.ButtonForward.Size    = new System.Drawing.Size(30, 28);
     this.ButtonForward.Text    = "Forward";
     this.ButtonForward.Click  += new System.EventHandler(this.ButtonForward_Click);
     //
     // ButtonFindNew
     //
     this.ButtonFindNew.AutoToolTip           = false;
     this.ButtonFindNew.Checked               = true;
     this.ButtonFindNew.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.ButtonFindNew.Image                 = global::RadioDld.Properties.Resources.views_find_new;
     this.ButtonFindNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonFindNew.Name    = "ButtonFindNew";
     this.ButtonFindNew.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.ButtonFindNew.Size    = new System.Drawing.Size(128, 28);
     this.ButtonFindNew.Text    = "&Find Programme";
     this.ButtonFindNew.Click  += new System.EventHandler(this.ButtonFindNew_Click);
     //
     // ButtonFavourites
     //
     this.ButtonFavourites.AutoToolTip           = false;
     this.ButtonFavourites.Image                 = global::RadioDld.Properties.Resources.views_favourites;
     this.ButtonFavourites.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonFavourites.Name    = "ButtonFavourites";
     this.ButtonFavourites.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.ButtonFavourites.Size    = new System.Drawing.Size(93, 28);
     this.ButtonFavourites.Text    = "F&avourites";
     this.ButtonFavourites.Click  += new System.EventHandler(this.ButtonFavourites_Click);
     //
     // ButtonSubscriptions
     //
     this.ButtonSubscriptions.AutoToolTip           = false;
     this.ButtonSubscriptions.Image                 = global::RadioDld.Properties.Resources.views_subscriptions;
     this.ButtonSubscriptions.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonSubscriptions.Name    = "ButtonSubscriptions";
     this.ButtonSubscriptions.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.ButtonSubscriptions.Size    = new System.Drawing.Size(110, 28);
     this.ButtonSubscriptions.Text    = "&Subscriptions";
     this.ButtonSubscriptions.Click  += new System.EventHandler(this.ButtonSubscriptions_Click);
     //
     // ButtonDownloads
     //
     this.ButtonDownloads.AutoToolTip           = false;
     this.ButtonDownloads.Image                 = global::RadioDld.Properties.Resources.views_downloads;
     this.ButtonDownloads.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonDownloads.Name    = "ButtonDownloads";
     this.ButtonDownloads.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.ButtonDownloads.Size    = new System.Drawing.Size(98, 28);
     this.ButtonDownloads.Text    = "&Downloads";
     this.ButtonDownloads.Click  += new System.EventHandler(this.ButtonDownloads_Click);
     //
     // TextSearch
     //
     this.TextSearch.Alignment    = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.TextSearch.BackColor    = System.Drawing.Color.Transparent;
     this.TextSearch.ControlAlign = System.Drawing.ContentAlignment.TopRight;
     this.TextSearch.CueBanner    = "Search downloads";
     this.TextSearch.Margin       = new System.Windows.Forms.Padding(1, 1, 0, 0);
     this.TextSearch.Name         = "TextSearch";
     this.TextSearch.Size         = new System.Drawing.Size(160, 30);
     this.TextSearch.TextChanged += new System.EventHandler(this.TextSearch_TextChanged);
     //
     // NotifyIcon
     //
     this.NotifyIcon.ContextMenu        = this.MenuTray;
     this.NotifyIcon.BalloonTipClicked += new System.EventHandler(this.NotifyIcon_BalloonTipClicked);
     this.NotifyIcon.MouseDoubleClick  += new System.Windows.Forms.MouseEventHandler(this.NotifyIcon_MouseDoubleClick);
     //
     // MenuTray
     //
     this.MenuTray.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuTrayShow,
         MenuTraySep,
         this.MenuTrayExit
     });
     //
     // MenuTrayShow
     //
     this.MenuTrayShow.Index  = 0;
     this.MenuTrayShow.Text   = "&Show Radio Downloader";
     this.MenuTrayShow.Click += new System.EventHandler(this.MenuTrayShow_Click);
     //
     // MenuTrayExit
     //
     this.MenuTrayExit.Index  = 2;
     this.MenuTrayExit.Text   = "E&xit";
     this.MenuTrayExit.Click += new System.EventHandler(this.MenuTrayExit_Click);
     //
     // ImagesListIcons
     //
     this.ImagesListIcons.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ImagesListIcons.ImageSize        = new System.Drawing.Size(16, 16);
     this.ImagesListIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // ImagesProviders
     //
     this.ImagesProviders.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ImagesProviders.ImageSize        = new System.Drawing.Size(64, 64);
     this.ImagesProviders.TransparentColor = System.Drawing.Color.Transparent;
     //
     // TimerCheckForUpdates
     //
     this.TimerCheckForUpdates.Interval = 3600000;
     this.TimerCheckForUpdates.Tick    += new System.EventHandler(this.TimerCheckForUpdates_Tick);
     //
     // MenuOptions
     //
     this.MenuOptions.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuOptionsShowOpts,
         this.MenuOptionsProviderOpts,
         MenuOptionsSep,
         this.MenuOptionsExit
     });
     //
     // MenuOptionsShowOpts
     //
     this.MenuOptionsShowOpts.Index  = 0;
     this.MenuOptionsShowOpts.Text   = "Main &Options";
     this.MenuOptionsShowOpts.Click += new System.EventHandler(this.MenuOptionsShowOpts_Click);
     //
     // MenuOptionsProviderOpts
     //
     this.MenuOptionsProviderOpts.Index = 1;
     this.MenuOptionsProviderOpts.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuOptionsProviderOptsNoProvs
     });
     this.MenuOptionsProviderOpts.Text = "&Provider Options";
     //
     // MenuOptionsProviderOptsNoProvs
     //
     this.MenuOptionsProviderOptsNoProvs.Enabled = false;
     this.MenuOptionsProviderOptsNoProvs.Index   = 0;
     this.MenuOptionsProviderOptsNoProvs.Text    = "No providers";
     //
     // MenuOptionsExit
     //
     this.MenuOptionsExit.Index  = 3;
     this.MenuOptionsExit.Text   = "E&xit";
     this.MenuOptionsExit.Click += new System.EventHandler(this.MenuOptionsExit_Click);
     //
     // MenuHelp
     //
     this.MenuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuHelpContext,
         this.MenuHelpContents,
         this.MenuHelpReportBug,
         MenuHelpSep,
         this.MenuHelpAbout
     });
     //
     // MenuHelpContext
     //
     this.MenuHelpContext.Index    = 0;
     this.MenuHelpContext.Shortcut = System.Windows.Forms.Shortcut.F1;
     this.MenuHelpContext.Text     = "&Help";
     this.MenuHelpContext.Click   += new System.EventHandler(this.MenuHelpContext_Click);
     //
     // MenuHelpContents
     //
     this.MenuHelpContents.Index  = 1;
     this.MenuHelpContents.Text   = "Help &Contents";
     this.MenuHelpContents.Click += new System.EventHandler(this.MenuHelpContents_Click);
     //
     // MenuHelpReportBug
     //
     this.MenuHelpReportBug.Index  = 2;
     this.MenuHelpReportBug.Text   = "Report a &Bug";
     this.MenuHelpReportBug.Click += new System.EventHandler(this.MenuHelpReportBug_Click);
     //
     // MenuHelpAbout
     //
     this.MenuHelpAbout.Index  = 4;
     this.MenuHelpAbout.Text   = "&About";
     this.MenuHelpAbout.Click += new System.EventHandler(this.MenuHelpAbout_Click);
     //
     // ImagesToolbar
     //
     this.ImagesToolbar.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ImagesToolbar.ImageSize        = new System.Drawing.Size(16, 16);
     this.ImagesToolbar.TransparentColor = System.Drawing.Color.Transparent;
     //
     // PanelPluginSpace
     //
     this.PanelPluginSpace.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.PanelPluginSpace.Location = new System.Drawing.Point(197, 118);
     this.PanelPluginSpace.Name     = "PanelPluginSpace";
     this.PanelPluginSpace.Size     = new System.Drawing.Size(560, 41);
     this.PanelPluginSpace.TabIndex = 1;
     //
     // TableToolbars
     //
     this.TableToolbars.ColumnCount = 2;
     this.TableToolbars.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 90F));
     this.TableToolbars.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.TableToolbars.Controls.Add(this.ToolbarMain, 0, 0);
     this.TableToolbars.Controls.Add(this.ToolbarHelp, 1, 0);
     this.TableToolbars.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TableToolbars.Location = new System.Drawing.Point(0, 31);
     this.TableToolbars.Name     = "TableToolbars";
     this.TableToolbars.RowCount = 1;
     this.TableToolbars.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.TableToolbars.Size     = new System.Drawing.Size(757, 34);
     this.TableToolbars.TabIndex = 8;
     this.TableToolbars.Resize  += new System.EventHandler(this.TableToolbars_Resize);
     //
     // ToolbarMain
     //
     this.ToolbarMain.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.ToolbarMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.ButtonOptionsMenu,
         this.ButtonChooseProgramme,
         this.ButtonDownload,
         this.ButtonSetAuto,
         this.ButtonCurrentEps,
         this.ButtonAddFavourite,
         this.ButtonRemFavourite,
         this.ButtonSubscribe,
         this.ButtonUnsubscribe,
         this.ButtonMoreInfo,
         this.ButtonCancel,
         this.ButtonPlay,
         this.ButtonDelete,
         this.ButtonRetry,
         this.ButtonReportError,
         this.ButtonCleanUp
     });
     this.ToolbarMain.Divider        = false;
     this.ToolbarMain.DropDownArrows = true;
     this.ToolbarMain.Location       = new System.Drawing.Point(3, 2);
     this.ToolbarMain.Margin         = new System.Windows.Forms.Padding(3, 2, 0, 0);
     this.ToolbarMain.Name           = "ToolbarMain";
     this.ToolbarMain.ShowToolTips   = true;
     this.ToolbarMain.Size           = new System.Drawing.Size(678, 26);
     this.ToolbarMain.TabIndex       = 0;
     this.ToolbarMain.TabStop        = true;
     this.ToolbarMain.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.ToolbarMain.Wrappable      = false;
     this.ToolbarMain.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.ToolbarMain_ButtonClick);
     //
     // ButtonOptionsMenu
     //
     this.ButtonOptionsMenu.DropDownMenu = this.MenuOptions;
     this.ButtonOptionsMenu.ImageKey     = "options";
     this.ButtonOptionsMenu.Name         = "ButtonOptionsMenu";
     this.ButtonOptionsMenu.Text         = "&Options";
     //
     // ButtonChooseProgramme
     //
     this.ButtonChooseProgramme.ImageKey = "choose_programme";
     this.ButtonChooseProgramme.Name     = "ButtonChooseProgramme";
     this.ButtonChooseProgramme.Text     = "&Choose Programme";
     //
     // ButtonDownload
     //
     this.ButtonDownload.ImageKey = "download";
     this.ButtonDownload.Name     = "ButtonDownload";
     this.ButtonDownload.Text     = "Do&wnload";
     //
     // ButtonSetAuto
     //
     this.ButtonSetAuto.ImageKey = "set_auto";
     this.ButtonSetAuto.Name     = "ButtonSetAuto";
     this.ButtonSetAuto.Text     = "S&et / Unset Auto";
     //
     // ButtonCurrentEps
     //
     this.ButtonCurrentEps.ImageKey = "current_episodes";
     this.ButtonCurrentEps.Name     = "ButtonCurrentEps";
     this.ButtonCurrentEps.Text     = "&Current Episodes";
     //
     // ButtonAddFavourite
     //
     this.ButtonAddFavourite.ImageKey = "add_favourite";
     this.ButtonAddFavourite.Name     = "ButtonAddFavourite";
     this.ButtonAddFavourite.Text     = "&Add Favourite";
     //
     // ButtonRemFavourite
     //
     this.ButtonRemFavourite.ImageKey = "remove_favourite";
     this.ButtonRemFavourite.Name     = "ButtonRemFavourite";
     this.ButtonRemFavourite.Text     = "&Remove Favourite";
     //
     // ButtonSubscribe
     //
     this.ButtonSubscribe.ImageKey = "subscribe";
     this.ButtonSubscribe.Name     = "ButtonSubscribe";
     this.ButtonSubscribe.Text     = "S&ubscribe";
     //
     // ButtonUnsubscribe
     //
     this.ButtonUnsubscribe.ImageKey = "unsubscribe";
     this.ButtonUnsubscribe.Name     = "ButtonUnsubscribe";
     this.ButtonUnsubscribe.Text     = "&Unsubscribe";
     //
     // ButtonMoreInfo
     //
     this.ButtonMoreInfo.ImageKey = "more_info";
     this.ButtonMoreInfo.Name     = "ButtonMoreInfo";
     this.ButtonMoreInfo.Text     = "&More Info";
     //
     // ButtonCancel
     //
     this.ButtonCancel.ImageKey = "delete";
     this.ButtonCancel.Name     = "ButtonCancel";
     this.ButtonCancel.Text     = "&Cancel";
     //
     // ButtonPlay
     //
     this.ButtonPlay.ImageKey = "play";
     this.ButtonPlay.Name     = "ButtonPlay";
     this.ButtonPlay.Text     = "&Play";
     //
     // ButtonDelete
     //
     this.ButtonDelete.ImageKey = "delete";
     this.ButtonDelete.Name     = "ButtonDelete";
     this.ButtonDelete.Text     = "D&elete";
     //
     // ButtonRetry
     //
     this.ButtonRetry.ImageKey = "retry";
     this.ButtonRetry.Name     = "ButtonRetry";
     this.ButtonRetry.Text     = "&Retry";
     //
     // ButtonReportError
     //
     this.ButtonReportError.ImageKey = "report_error";
     this.ButtonReportError.Name     = "ButtonReportError";
     this.ButtonReportError.Text     = "Report &Error";
     //
     // ButtonCleanUp
     //
     this.ButtonCleanUp.ImageKey = "clean_up";
     this.ButtonCleanUp.Name     = "ButtonCleanUp";
     this.ButtonCleanUp.Text     = "Clean &Up";
     //
     // ToolbarHelp
     //
     this.ToolbarHelp.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ToolbarHelp.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.ToolbarHelp.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.ButtonHelpMenu
     });
     this.ToolbarHelp.Divider        = false;
     this.ToolbarHelp.Dock           = System.Windows.Forms.DockStyle.None;
     this.ToolbarHelp.DropDownArrows = true;
     this.ToolbarHelp.Location       = new System.Drawing.Point(681, 2);
     this.ToolbarHelp.Margin         = new System.Windows.Forms.Padding(0, 2, 3, 0);
     this.ToolbarHelp.Name           = "ToolbarHelp";
     this.ToolbarHelp.ShowToolTips   = true;
     this.ToolbarHelp.Size           = new System.Drawing.Size(73, 26);
     this.ToolbarHelp.TabIndex       = 1;
     this.ToolbarHelp.TabStop        = true;
     this.ToolbarHelp.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.ToolbarHelp.Wrappable      = false;
     //
     // ButtonHelpMenu
     //
     this.ButtonHelpMenu.DropDownMenu = this.MenuHelp;
     this.ButtonHelpMenu.ImageKey     = "help";
     this.ButtonHelpMenu.Name         = "ButtonHelpMenu";
     this.ButtonHelpMenu.Text         = "&Help";
     //
     // ImageSidebarBorder
     //
     this.ImageSidebarBorder.BackColor = System.Drawing.SystemColors.Window;
     this.ImageSidebarBorder.Dock      = System.Windows.Forms.DockStyle.Left;
     this.ImageSidebarBorder.Location  = new System.Drawing.Point(187, 65);
     this.ImageSidebarBorder.Margin    = new System.Windows.Forms.Padding(0);
     this.ImageSidebarBorder.Name      = "ImageSidebarBorder";
     this.ImageSidebarBorder.Size      = new System.Drawing.Size(10, 385);
     this.ImageSidebarBorder.TabIndex  = 22;
     this.ImageSidebarBorder.TabStop   = false;
     this.ImageSidebarBorder.Paint    += new System.Windows.Forms.PaintEventHandler(this.ImageSidebarBorder_Paint);
     //
     // MenuListHdrs
     //
     this.MenuListHdrs.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuListHdrsColumns,
         MenuListHdrsSep,
         this.MenuListHdrsReset
     });
     //
     // MenuListHdrsColumns
     //
     this.MenuListHdrsColumns.Index  = 0;
     this.MenuListHdrsColumns.Text   = "Choose Columns...";
     this.MenuListHdrsColumns.Click += new System.EventHandler(this.MenuListHdrsColumns_Click);
     //
     // MenuListHdrsReset
     //
     this.MenuListHdrsReset.Index  = 2;
     this.MenuListHdrsReset.Text   = "Reset";
     this.MenuListHdrsReset.Click += new System.EventHandler(this.MenuListHdrsReset_Click);
     //
     // ListDownloads
     //
     this.ListDownloads.AllowColumnReorder = true;
     this.ListDownloads.BorderStyle        = System.Windows.Forms.BorderStyle.None;
     this.ListDownloads.FullRowSelect      = true;
     this.ListDownloads.HideSelection      = false;
     this.ListDownloads.Location           = new System.Drawing.Point(197, 396);
     this.ListDownloads.Margin             = new System.Windows.Forms.Padding(0, 3, 3, 0);
     this.ListDownloads.MultiSelect        = false;
     this.ListDownloads.Name     = "ListDownloads";
     this.ListDownloads.Size     = new System.Drawing.Size(560, 54);
     this.ListDownloads.TabIndex = 5;
     this.ListDownloads.UseCompatibleStateImageBehavior = false;
     this.ListDownloads.View                  = System.Windows.Forms.View.Details;
     this.ListDownloads.ColumnRightClick     += new System.Windows.Forms.ColumnClickEventHandler(this.ListDownloads_ColumnRightClick);
     this.ListDownloads.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.ListDownloads_ColumnClick);
     this.ListDownloads.ColumnReordered      += new System.Windows.Forms.ColumnReorderedEventHandler(this.ListDownloads_ColumnReordered);
     this.ListDownloads.ColumnWidthChanged   += new System.Windows.Forms.ColumnWidthChangedEventHandler(this.ListDownloads_ColumnWidthChanged);
     this.ListDownloads.ItemActivate         += new System.EventHandler(this.ListDownloads_ItemActivate);
     this.ListDownloads.SelectedIndexChanged += new System.EventHandler(this.ListDownloads_SelectedIndexChanged);
     //
     // ListSubscribed
     //
     this.ListSubscribed.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.ListSubscribed.FullRowSelect = true;
     this.ListSubscribed.HideSelection = false;
     this.ListSubscribed.Location      = new System.Drawing.Point(197, 301);
     this.ListSubscribed.Margin        = new System.Windows.Forms.Padding(0, 3, 3, 3);
     this.ListSubscribed.MultiSelect   = false;
     this.ListSubscribed.Name          = "ListSubscribed";
     this.ListSubscribed.Size          = new System.Drawing.Size(560, 49);
     this.ListSubscribed.TabIndex      = 4;
     this.ListSubscribed.UseCompatibleStateImageBehavior = false;
     this.ListSubscribed.View                  = System.Windows.Forms.View.Details;
     this.ListSubscribed.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.ListSubscribed_ColumnClick);
     this.ListSubscribed.ItemActivate         += new System.EventHandler(this.ListSubscribed_ItemActivate);
     this.ListSubscribed.SelectedIndexChanged += new System.EventHandler(this.ListSubscribed_SelectedIndexChanged);
     //
     // ListEpisodes
     //
     this.ListEpisodes.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.ListEpisodes.FullRowSelect = true;
     this.ListEpisodes.HideSelection = false;
     this.ListEpisodes.Location      = new System.Drawing.Point(197, 171);
     this.ListEpisodes.Margin        = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.ListEpisodes.Name          = "ListEpisodes";
     this.ListEpisodes.Size          = new System.Drawing.Size(560, 50);
     this.ListEpisodes.TabIndex      = 2;
     this.ListEpisodes.UseCompatibleStateImageBehavior = false;
     this.ListEpisodes.View                  = System.Windows.Forms.View.Details;
     this.ListEpisodes.ItemActivate         += new System.EventHandler(this.ListEpisodes_ItemActivate);
     this.ListEpisodes.SelectedIndexChanged += new System.EventHandler(this.ListEpisodes_SelectedIndexChanged);
     //
     // ListProviders
     //
     this.ListProviders.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.ListProviders.HideSelection = false;
     this.ListProviders.Location      = new System.Drawing.Point(197, 63);
     this.ListProviders.Margin        = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.ListProviders.MultiSelect   = false;
     this.ListProviders.Name          = "ListProviders";
     this.ListProviders.Size          = new System.Drawing.Size(560, 49);
     this.ListProviders.TabIndex      = 0;
     this.ListProviders.UseCompatibleStateImageBehavior = false;
     this.ListProviders.ItemActivate         += new System.EventHandler(this.ListProviders_ItemActivate);
     this.ListProviders.SelectedIndexChanged += new System.EventHandler(this.ListProviders_SelectedIndexChanged);
     //
     // ListFavourites
     //
     this.ListFavourites.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.ListFavourites.FullRowSelect = true;
     this.ListFavourites.HideSelection = false;
     this.ListFavourites.Location      = new System.Drawing.Point(197, 236);
     this.ListFavourites.Margin        = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.ListFavourites.MultiSelect   = false;
     this.ListFavourites.Name          = "ListFavourites";
     this.ListFavourites.Size          = new System.Drawing.Size(560, 50);
     this.ListFavourites.TabIndex      = 3;
     this.ListFavourites.UseCompatibleStateImageBehavior = false;
     this.ListFavourites.View                  = System.Windows.Forms.View.Details;
     this.ListFavourites.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.ListFavourites_ColumnClick);
     this.ListFavourites.ItemActivate         += new System.EventHandler(this.ListFavourites_ItemActivate);
     this.ListFavourites.SelectedIndexChanged += new System.EventHandler(this.ListFavourites_SelectedIndexChanged);
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(757, 450);
     this.Controls.Add(this.ListFavourites);
     this.Controls.Add(this.ListDownloads);
     this.Controls.Add(this.ListSubscribed);
     this.Controls.Add(this.ListEpisodes);
     this.Controls.Add(this.PanelPluginSpace);
     this.Controls.Add(this.ListProviders);
     this.Controls.Add(this.ImageSidebarBorder);
     this.Controls.Add(TableSidebar);
     this.Controls.Add(this.TableToolbars);
     this.Controls.Add(this.ToolbarView);
     this.Font          = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = global::RadioDld.Properties.Resources.icon_main;
     this.KeyPreview    = true;
     this.Location      = new System.Drawing.Point(11, 37);
     this.MinimumSize   = new System.Drawing.Size(550, 300);
     this.Name          = "Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Radio Downloader";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
     this.Load         += new System.EventHandler(this.Main_Load);
     this.Shown        += new System.EventHandler(this.Main_Shown);
     this.ResizeEnd    += new System.EventHandler(this.Main_ResizeEnd);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.Main_KeyDown);
     TableSidebar.ResumeLayout(false);
     TableSidebar.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ImageSidebar)).EndInit();
     this.ToolbarView.ResumeLayout(false);
     this.ToolbarView.PerformLayout();
     this.TableToolbars.ResumeLayout(false);
     this.TableToolbars.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ImageSidebarBorder)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #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.TableLayoutPanel          tableLayoutPanel2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonWebPropertyPageControl));
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel3;
     this._wsgiHandlerLabel   = new System.Windows.Forms.Label();
     this._wsgiHandler        = new System.Windows.Forms.TextBox();
     this._deprecatedLabel    = new System.Windows.Forms.Label();
     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);
     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
     //
     resources.ApplyResources(tableLayoutPanel2, "tableLayoutPanel2");
     tableLayoutPanel2.Controls.Add(this._wsgiHandlerLabel, 0, 0);
     tableLayoutPanel2.Controls.Add(this._wsgiHandler, 1, 0);
     tableLayoutPanel2.Name = "tableLayoutPanel2";
     //
     // _wsgiHandlerLabel
     //
     resources.ApplyResources(this._wsgiHandlerLabel, "_wsgiHandlerLabel");
     this._wsgiHandlerLabel.Name = "_wsgiHandlerLabel";
     //
     // _wsgiHandler
     //
     resources.ApplyResources(this._wsgiHandler, "_wsgiHandler");
     this._wsgiHandler.Name         = "_wsgiHandler";
     this._wsgiHandler.TextChanged += new System.EventHandler(this.Setting_TextChanged);
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
     tableLayoutPanel1.Controls.Add(this._deprecatedLabel, 0, 0);
     tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 2);
     tableLayoutPanel1.Controls.Add(this._webGroup, 0, 1);
     tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // _deprecatedLabel
     //
     resources.ApplyResources(this._deprecatedLabel, "_deprecatedLabel");
     this._errorProvider.SetError(this._deprecatedLabel, resources.GetString("_deprecatedLabel.Error"));
     this._errorProvider.SetIconAlignment(this._deprecatedLabel, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("_deprecatedLabel.IconAlignment"))));
     this._deprecatedLabel.Name = "_deprecatedLabel";
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Controls.Add(tableLayoutPanel3);
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // tableLayoutPanel3
     //
     resources.ApplyResources(tableLayoutPanel3, "tableLayoutPanel3");
     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.Name = "tableLayoutPanel3";
     //
     // _staticPatternLabel
     //
     resources.ApplyResources(this._staticPatternLabel, "_staticPatternLabel");
     this._staticPatternLabel.Name = "_staticPatternLabel";
     //
     // _staticPattern
     //
     resources.ApplyResources(this._staticPattern, "_staticPattern");
     this._errorProvider.SetIconPadding(this._staticPattern, ((int)(resources.GetObject("_staticPattern.IconPadding"))));
     this._staticPattern.Name         = "_staticPattern";
     this._staticPattern.TextChanged += new System.EventHandler(this.Setting_TextChanged);
     //
     // _staticRewriteLabel
     //
     resources.ApplyResources(this._staticRewriteLabel, "_staticRewriteLabel");
     this._staticRewriteLabel.Name = "_staticRewriteLabel";
     //
     // _staticRewrite
     //
     resources.ApplyResources(this._staticRewrite, "_staticRewrite");
     this._staticRewrite.Name         = "_staticRewrite";
     this._staticRewrite.TextChanged += new System.EventHandler(this.Setting_TextChanged);
     //
     // _webGroup
     //
     resources.ApplyResources(this._webGroup, "_webGroup");
     this._webGroup.Controls.Add(tableLayoutPanel2);
     this._webGroup.Name    = "_webGroup";
     this._webGroup.TabStop = false;
     //
     // _errorProvider
     //
     this._errorProvider.ContainerControl = this;
     resources.ApplyResources(this._errorProvider, "_errorProvider");
     //
     // PythonWebPropertyPageControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "PythonWebPropertyPageControl";
     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();
 }
コード例 #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);

        }
コード例 #38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel _UpDownButtonTLP;
     this._LevelBar   = new System.Windows.Forms.ProgressBar();
     this._DownBT     = new HMI.Model.Module.UI.HMIButton();
     this._UpBT       = new HMI.Model.Module.UI.HMIButton();
     _UpDownButtonTLP = new System.Windows.Forms.TableLayoutPanel();
     _UpDownButtonTLP.SuspendLayout();
     this.SuspendLayout();
     //
     // _UpDownButtonTLP
     //
     _UpDownButtonTLP.ColumnCount = 2;
     _UpDownButtonTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     _UpDownButtonTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     _UpDownButtonTLP.Controls.Add(this._LevelBar, 0, 1);
     _UpDownButtonTLP.Controls.Add(this._DownBT, 0, 0);
     _UpDownButtonTLP.Controls.Add(this._UpBT, 1, 0);
     _UpDownButtonTLP.Dock      = System.Windows.Forms.DockStyle.Fill;
     _UpDownButtonTLP.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
     _UpDownButtonTLP.Location  = new System.Drawing.Point(0, 0);
     _UpDownButtonTLP.Margin    = new System.Windows.Forms.Padding(1);
     _UpDownButtonTLP.Name      = "_UpDownButtonTLP";
     _UpDownButtonTLP.RowCount  = 2;
     _UpDownButtonTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
     _UpDownButtonTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     _UpDownButtonTLP.Size     = new System.Drawing.Size(102, 84);
     _UpDownButtonTLP.TabIndex = 0;
     //
     // _LevelBar
     //
     this._LevelBar.BackColor = System.Drawing.Color.White;
     _UpDownButtonTLP.SetColumnSpan(this._LevelBar, 2);
     this._LevelBar.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._LevelBar.Location = new System.Drawing.Point(0, 63);
     this._LevelBar.Margin   = new System.Windows.Forms.Padding(0);
     this._LevelBar.Maximum  = 7;
     this._LevelBar.Name     = "_LevelBar";
     this._LevelBar.Size     = new System.Drawing.Size(102, 21);
     this._LevelBar.Step     = 1;
     this._LevelBar.TabIndex = 0;
     //
     // _DownBT
     //
     this._DownBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._DownBT.Location = new System.Drawing.Point(0, 0);
     this._DownBT.Margin   = new System.Windows.Forms.Padding(0);
     this._DownBT.Name     = "_DownBT";
     this._DownBT.Size     = new System.Drawing.Size(51, 63);
     this._DownBT.TabIndex = 1;
     this._DownBT.Click   += new System.EventHandler(this._DownBT_Click);
     //
     // _UpBT
     //
     this._UpBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._UpBT.Location = new System.Drawing.Point(51, 0);
     this._UpBT.Margin   = new System.Windows.Forms.Padding(0);
     this._UpBT.Name     = "_UpBT";
     this._UpBT.Size     = new System.Drawing.Size(51, 63);
     this._UpBT.TabIndex = 2;
     this._UpBT.Click   += new System.EventHandler(this._UpBT_Click);
     //
     // UpDownButton
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BackColor     = System.Drawing.Color.Transparent;
     this.Controls.Add(_UpDownButtonTLP);
     this.Name = "UpDownButton";
     this.Size = new System.Drawing.Size(102, 84);
     _UpDownButtonTLP.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #39
0
ファイル: MainForm.Designer.cs プロジェクト: V07D/wc3proxy
        /// <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();

        }
コード例 #40
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WizardPageDbConfig));
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel;
     System.Windows.Forms.Panel panel;
     this.checkBoxSaveInAppConfig     = new Microsoft.Data.Entity.Design.UI.Views.Controls.AutoWrapCheckBox();
     this.disallowSensitiveInfoButton = new Microsoft.Data.Entity.Design.UI.Views.Controls.AutoWrapRadioButton();
     this.textBoxConnectionString     = new System.Windows.Forms.TextBox();
     this.allowSensitiveInfoButton    = new Microsoft.Data.Entity.Design.UI.Views.Controls.AutoWrapRadioButton();
     this.lblPagePrompt                  = new System.Windows.Forms.Label();
     this.dataSourceComboBox             = new System.Windows.Forms.ComboBox();
     this.newDBConnectionButton          = new System.Windows.Forms.Button();
     this.textBoxAppConfigConnectionName = new System.Windows.Forms.TextBox();
     this.sensitiveInfoTextBox           = new System.Windows.Forms.Label();
     this.lblEntityConnectionString      = new System.Windows.Forms.Label();
     tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     panel            = new System.Windows.Forms.Panel();
     tableLayoutPanel.SuspendLayout();
     panel.SuspendLayout();
     this.SuspendLayout();
     //
     // infoPanel
     //
     resources.ApplyResources(this.infoPanel, "infoPanel");
     //
     // tableLayoutPanel
     //
     resources.ApplyResources(tableLayoutPanel, "tableLayoutPanel");
     tableLayoutPanel.Controls.Add(this.checkBoxSaveInAppConfig, 0, 7);
     tableLayoutPanel.Controls.Add(this.disallowSensitiveInfoButton, 0, 3);
     tableLayoutPanel.Controls.Add(this.textBoxConnectionString, 0, 6);
     tableLayoutPanel.Controls.Add(this.allowSensitiveInfoButton, 0, 4);
     tableLayoutPanel.Controls.Add(this.lblPagePrompt, 0, 0);
     tableLayoutPanel.Controls.Add(panel, 0, 1);
     tableLayoutPanel.Controls.Add(this.textBoxAppConfigConnectionName, 0, 8);
     tableLayoutPanel.Controls.Add(this.sensitiveInfoTextBox, 0, 2);
     tableLayoutPanel.Controls.Add(this.lblEntityConnectionString, 0, 5);
     tableLayoutPanel.Name = "tableLayoutPanel";
     //
     // checkBoxSaveInAppConfig
     //
     resources.ApplyResources(this.checkBoxSaveInAppConfig, "checkBoxSaveInAppConfig");
     this.checkBoxSaveInAppConfig.Checked    = true;
     this.checkBoxSaveInAppConfig.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxSaveInAppConfig.Name       = "checkBoxSaveInAppConfig";
     this.checkBoxSaveInAppConfig.Tag        = "";
     this.checkBoxSaveInAppConfig.UseVisualStyleBackColor = true;
     this.checkBoxSaveInAppConfig.CheckedChanged         += new System.EventHandler(this.checkBoxSaveInAppConfig_CheckedChanged);
     //
     // disallowSensitiveInfoButton
     //
     resources.ApplyResources(this.disallowSensitiveInfoButton, "disallowSensitiveInfoButton");
     this.disallowSensitiveInfoButton.Name    = "disallowSensitiveInfoButton";
     this.disallowSensitiveInfoButton.TabStop = true;
     this.disallowSensitiveInfoButton.UseVisualStyleBackColor = true;
     this.disallowSensitiveInfoButton.CheckedChanged         += new System.EventHandler(this.disallowSensitiveInfoButton_CheckedChanged);
     //
     // textBoxConnectionString
     //
     resources.ApplyResources(this.textBoxConnectionString, "textBoxConnectionString");
     this.textBoxConnectionString.Name     = "textBoxConnectionString";
     this.textBoxConnectionString.ReadOnly = true;
     this.textBoxConnectionString.TabStop  = true;
     //
     // allowSensitiveInfoButton
     //
     resources.ApplyResources(this.allowSensitiveInfoButton, "allowSensitiveInfoButton");
     this.allowSensitiveInfoButton.Name    = "allowSensitiveInfoButton";
     this.allowSensitiveInfoButton.TabStop = true;
     this.allowSensitiveInfoButton.UseVisualStyleBackColor = true;
     this.allowSensitiveInfoButton.CheckedChanged         += new System.EventHandler(this.allowSensitiveInfoButton_CheckedChanged);
     //
     // lblPagePrompt
     //
     resources.ApplyResources(this.lblPagePrompt, "lblPagePrompt");
     this.lblPagePrompt.Name = "lblPagePrompt";
     //
     // panel
     //
     resources.ApplyResources(panel, "panel");
     panel.Controls.Add(this.dataSourceComboBox);
     panel.Controls.Add(this.newDBConnectionButton);
     panel.Name = "panel";
     //
     // dataSourceComboBox
     //
     resources.ApplyResources(this.dataSourceComboBox, "dataSourceComboBox");
     this.dataSourceComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.dataSourceComboBox.FormattingEnabled = true;
     this.dataSourceComboBox.Name = "dataSourceComboBox";
     this.dataSourceComboBox.SelectedIndexChanged += new System.EventHandler(this.dataSourceComboBox_SelectedIndexChanged);
     //
     // newDBConnectionButton
     //
     resources.ApplyResources(this.newDBConnectionButton, "newDBConnectionButton");
     this.newDBConnectionButton.Name = "newDBConnectionButton";
     this.newDBConnectionButton.UseVisualStyleBackColor = true;
     this.newDBConnectionButton.Click += new System.EventHandler(this.newDBConnectionButton_Click);
     //
     // textBoxAppConfigConnectionName
     //
     resources.ApplyResources(this.textBoxAppConfigConnectionName, "textBoxAppConfigConnectionName");
     this.textBoxAppConfigConnectionName.Name = "textBoxAppConfigConnectionName";
     //
     // sensitiveInfoTextBox
     //
     resources.ApplyResources(this.sensitiveInfoTextBox, "sensitiveInfoTextBox");
     this.sensitiveInfoTextBox.Name = "sensitiveInfoTextBox";
     //
     // lblEntityConnectionString
     //
     resources.ApplyResources(this.lblEntityConnectionString, "lblEntityConnectionString");
     this.lblEntityConnectionString.Name = "lblEntityConnectionString";
     //
     // WizardPageDbConfig
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(tableLayoutPanel);
     this.Name    = "WizardPageDbConfig";
     this.Resize += new System.EventHandler(this.WizardPageDbConfig_Resize);
     this.Controls.SetChildIndex(this.infoPanel, 0);
     this.Controls.SetChildIndex(tableLayoutPanel, 0);
     tableLayoutPanel.ResumeLayout(false);
     tableLayoutPanel.PerformLayout();
     panel.ResumeLayout(false);
     panel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #41
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.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();

        }
コード例 #42
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.Button           btnToDefaults;
     System.Windows.Forms.Panel            pnlButtons;
     System.Windows.Forms.TableLayoutPanel tableLayout;
     this.btnOK           = new System.Windows.Forms.Button();
     this.serverSubform   = new GameClient.GUI.ServerManager.ServerCreator.CommonServerOptions();
     this.dicegameSubform = new GameClient.GUI.ServerManager.ServerCreator.DiceServerOptions();
     btnToDefaults        = new System.Windows.Forms.Button();
     pnlButtons           = new System.Windows.Forms.Panel();
     tableLayout          = new System.Windows.Forms.TableLayoutPanel();
     pnlButtons.SuspendLayout();
     tableLayout.SuspendLayout();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnOK.Enabled  = false;
     this.btnOK.Location = new System.Drawing.Point(9, 10);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 3;
     this.btnOK.Text     = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.OnServerCreation);
     //
     // btnToDefaults
     //
     btnToDefaults.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     btnToDefaults.Location = new System.Drawing.Point(200, 10);
     btnToDefaults.Name     = "btnToDefaults";
     btnToDefaults.Size     = new System.Drawing.Size(75, 23);
     btnToDefaults.TabIndex = 4;
     btnToDefaults.Text     = "To defaults";
     btnToDefaults.UseVisualStyleBackColor = true;
     btnToDefaults.Click += new System.EventHandler(this.OnToDefaults);
     //
     // pnlButtons
     //
     pnlButtons.AutoSize = true;
     pnlButtons.Controls.Add(this.btnOK);
     pnlButtons.Controls.Add(btnToDefaults);
     pnlButtons.Dock     = System.Windows.Forms.DockStyle.Fill;
     pnlButtons.Location = new System.Drawing.Point(3, 511);
     pnlButtons.Name     = "pnlButtons";
     pnlButtons.Size     = new System.Drawing.Size(287, 45);
     pnlButtons.TabIndex = 5;
     //
     // tableLayout
     //
     tableLayout.AutoSize     = true;
     tableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayout.ColumnCount  = 1;
     tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayout.Controls.Add(this.serverSubform, 0, 0);
     tableLayout.Controls.Add(this.dicegameSubform, 0, 1);
     tableLayout.Controls.Add(pnlButtons, 0, 2);
     tableLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayout.Location = new System.Drawing.Point(0, 0);
     tableLayout.Name     = "tableLayout";
     tableLayout.RowCount = 3;
     tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayout.Size     = new System.Drawing.Size(189, 265);
     tableLayout.TabIndex = 6;
     //
     // serverSubform
     //
     this.serverSubform.AutoSize     = true;
     this.serverSubform.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.serverSubform.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.serverSubform.Location     = new System.Drawing.Point(3, 3);
     this.serverSubform.Name         = "serverSubform";
     this.serverSubform.Size         = new System.Drawing.Size(287, 77);
     this.serverSubform.TabIndex     = 2;
     //
     // dicegameSubform
     //
     this.dicegameSubform.AutoSize     = true;
     this.dicegameSubform.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.dicegameSubform.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.dicegameSubform.Location     = new System.Drawing.Point(3, 113);
     this.dicegameSubform.Margin       = new System.Windows.Forms.Padding(3, 30, 3, 30);
     this.dicegameSubform.Name         = "dicegameSubform";
     this.dicegameSubform.Size         = new System.Drawing.Size(287, 365);
     this.dicegameSubform.TabIndex     = 1;
     //
     // ServerCreationForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(189, 265);
     this.Controls.Add(tableLayout);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "ServerCreationForm";
     this.Text            = "Create new server";
     pnlButtons.ResumeLayout(false);
     tableLayout.ResumeLayout(false);
     tableLayout.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #43
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 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);

        }
コード例 #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Selectprofile));
     back_btn          = new System.Windows.Forms.Button();
     panel1            = new System.Windows.Forms.Panel();
     button3           = new System.Windows.Forms.Button();
     button4           = new System.Windows.Forms.Button();
     SelectProf_btn    = new System.Windows.Forms.Button();
     Filename_btn      = new System.Windows.Forms.Button();
     label1            = new System.Windows.Forms.Label();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     panel1.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     SuspendLayout();
     //
     // back_btn
     //
     back_btn.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     back_btn.BackColor             = System.Drawing.Color.White;
     back_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("back_btn.BackgroundImage")));
     back_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     back_btn.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     back_btn.ForeColor = System.Drawing.Color.White;
     back_btn.Location  = new System.Drawing.Point(36, 241);
     back_btn.Name      = "back_btn";
     back_btn.Size      = new System.Drawing.Size(59, 56);
     back_btn.TabIndex  = 63;
     back_btn.UseVisualStyleBackColor = false;
     back_btn.Click += new System.EventHandler(back_btn_Click);
     //
     // panel1
     //
     panel1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     panel1.Controls.Add(tableLayoutPanel1);
     panel1.Controls.Add(label1);
     panel1.Controls.Add(back_btn);
     panel1.Location = new System.Drawing.Point(-1, 2);
     panel1.Name     = "panel1";
     panel1.Size     = new System.Drawing.Size(549, 300);
     panel1.TabIndex = 1;
     //
     // button3
     //
     button3.Anchor                = System.Windows.Forms.AnchorStyles.None;
     button3.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
     button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     button3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button3.Location = new System.Drawing.Point(201, 134);
     button3.Name     = "button3";
     button3.Size     = new System.Drawing.Size(110, 110);
     button3.TabIndex = 71;
     button3.Text     = "Select\r\nFolder";
     button3.UseVisualStyleBackColor = true;
     //
     // button4
     //
     button4.Anchor                = System.Windows.Forms.AnchorStyles.None;
     button4.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button4.BackgroundImage")));
     button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     button4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button4.Location = new System.Drawing.Point(201, 8);
     button4.Name     = "button4";
     button4.Size     = new System.Drawing.Size(110, 110);
     button4.TabIndex = 70;
     button4.Text     = "Record";
     button4.UseVisualStyleBackColor = true;
     //
     // SelectProf_btn
     //
     SelectProf_btn.Anchor                = System.Windows.Forms.AnchorStyles.None;
     SelectProf_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("SelectProf_btn.BackgroundImage")));
     SelectProf_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     SelectProf_btn.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     SelectProf_btn.Location = new System.Drawing.Point(30, 8);
     SelectProf_btn.Name     = "SelectProf_btn";
     SelectProf_btn.Size     = new System.Drawing.Size(110, 110);
     SelectProf_btn.TabIndex = 69;
     SelectProf_btn.Text     = "Select\r\nProfile";
     SelectProf_btn.UseVisualStyleBackColor = true;
     SelectProf_btn.Click += new System.EventHandler(SelectProf_btn_Click);
     //
     // Filename_btn
     //
     Filename_btn.Anchor                = System.Windows.Forms.AnchorStyles.None;
     Filename_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("Filename_btn.BackgroundImage")));
     Filename_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     Filename_btn.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     Filename_btn.Location = new System.Drawing.Point(30, 134);
     Filename_btn.Name     = "Filename_btn";
     Filename_btn.Size     = new System.Drawing.Size(110, 110);
     Filename_btn.TabIndex = 68;
     Filename_btn.Text     = "File\r\n Name";
     Filename_btn.UseVisualStyleBackColor = true;
     Filename_btn.Click += new System.EventHandler(Filename_btn_Click);
     //
     // label1
     //
     label1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     label1.AutoSize  = true;
     label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(62)))));
     label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label1.ForeColor = System.Drawing.Color.Yellow;
     label1.Location  = new System.Drawing.Point(200, 0);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(162, 31);
     label1.TabIndex  = 67;
     label1.Text      = "File Set UP";
     //
     // 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(SelectProf_btn, 0, 0);
     tableLayoutPanel1.Controls.Add(Filename_btn, 0, 1);
     tableLayoutPanel1.Controls.Add(button4, 1, 0);
     tableLayoutPanel1.Controls.Add(button3, 1, 1);
     tableLayoutPanel1.Location = new System.Drawing.Point(101, 34);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(342, 253);
     tableLayoutPanel1.TabIndex = 72;
     //
     // Selectprofile
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     ClientSize          = new System.Drawing.Size(551, 301);
     Controls.Add(panel1);
     Name          = "Selectprofile";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text          = "Selectprofile";
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(Selectprofile_FormClosing);
     panel1.ResumeLayout(false);
     panel1.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     ResumeLayout(false);
 }
コード例 #45
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 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);

        }
コード例 #46
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 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);
 }
コード例 #47
0
ファイル: LogonForm.Designer.cs プロジェクト: rmc47/CamLog
        /// <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);

        }
 /// <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.Button           cancelButton;
     System.Windows.Forms.Button           okButton;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     this.lightnessBar  = new System.Windows.Forms.TrackBar();
     this.saturationBar = new System.Windows.Forms.TrackBar();
     this.hueBar        = new System.Windows.Forms.TrackBar();
     this.resetButton   = new System.Windows.Forms.Button();
     this.toolTip       = new System.Windows.Forms.ToolTip(this.components);
     cancelButton       = new System.Windows.Forms.Button();
     okButton           = new System.Windows.Forms.Button();
     label3             = new System.Windows.Forms.Label();
     label2             = new System.Windows.Forms.Label();
     label1             = new System.Windows.Forms.Label();
     tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel2  = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lightnessBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.saturationBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hueBar)).BeginInit();
     tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // cancelButton
     //
     cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     cancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     cancelButton.Location                = new System.Drawing.Point(239, 3);
     cancelButton.Name                    = "cancelButton";
     cancelButton.Size                    = new System.Drawing.Size(75, 23);
     cancelButton.TabIndex                = 2;
     cancelButton.Text                    = "Cancel";
     cancelButton.UseVisualStyleBackColor = true;
     //
     // okButton
     //
     okButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     okButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     okButton.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     okButton.Location                = new System.Drawing.Point(158, 3);
     okButton.Name                    = "okButton";
     okButton.Size                    = new System.Drawing.Size(75, 23);
     okButton.TabIndex                = 1;
     okButton.Text                    = "Apply";
     okButton.UseVisualStyleBackColor = true;
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(3, 120);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(60, 15);
     label3.TabIndex = 4;
     label3.Text     = "&Lightness:";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(3, 60);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(64, 15);
     label2.TabIndex = 2;
     label2.Text     = "&Saturation:";
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(32, 15);
     label1.TabIndex = 0;
     label1.Text     = "&Hue:";
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(label3, 0, 4);
     tableLayoutPanel1.Controls.Add(this.lightnessBar, 0, 5);
     tableLayoutPanel1.Controls.Add(label2, 0, 2);
     tableLayoutPanel1.Controls.Add(this.saturationBar, 0, 3);
     tableLayoutPanel1.Controls.Add(label1, 0, 0);
     tableLayoutPanel1.Controls.Add(this.hueBar, 0, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(3, 6);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 6;
     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.Percent, 100F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(317, 206);
     tableLayoutPanel1.TabIndex = 0;
     //
     // lightnessBar
     //
     this.lightnessBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.lightnessBar.Location      = new System.Drawing.Point(3, 135);
     this.lightnessBar.Margin        = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.lightnessBar.Maximum       = 100;
     this.lightnessBar.Minimum       = -100;
     this.lightnessBar.Name          = "lightnessBar";
     this.lightnessBar.Size          = new System.Drawing.Size(311, 45);
     this.lightnessBar.TabIndex      = 5;
     this.lightnessBar.TickFrequency = 10;
     this.lightnessBar.Scroll       += new System.EventHandler(this.OnHueBarScroll);
     this.lightnessBar.ValueChanged += new System.EventHandler(this.OnHueBarValueChanged);
     //
     // saturationBar
     //
     this.saturationBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.saturationBar.Location      = new System.Drawing.Point(3, 75);
     this.saturationBar.Margin        = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.saturationBar.Maximum       = 100;
     this.saturationBar.Minimum       = -100;
     this.saturationBar.Name          = "saturationBar";
     this.saturationBar.Size          = new System.Drawing.Size(311, 45);
     this.saturationBar.TabIndex      = 3;
     this.saturationBar.TickFrequency = 10;
     this.saturationBar.Scroll       += new System.EventHandler(this.OnHueBarScroll);
     this.saturationBar.ValueChanged += new System.EventHandler(this.OnHueBarValueChanged);
     //
     // hueBar
     //
     this.hueBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.hueBar.Location      = new System.Drawing.Point(3, 15);
     this.hueBar.Margin        = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.hueBar.Maximum       = 180;
     this.hueBar.Minimum       = -180;
     this.hueBar.Name          = "hueBar";
     this.hueBar.Size          = new System.Drawing.Size(311, 45);
     this.hueBar.TabIndex      = 1;
     this.hueBar.TickFrequency = 10;
     this.hueBar.Scroll       += new System.EventHandler(this.OnHueBarScroll);
     this.hueBar.ValueChanged += new System.EventHandler(this.OnHueBarValueChanged);
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.AutoSize    = true;
     tableLayoutPanel2.ColumnCount = 3;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.Controls.Add(this.resetButton, 0, 0);
     tableLayoutPanel2.Controls.Add(cancelButton, 2, 0);
     tableLayoutPanel2.Controls.Add(okButton, 1, 0);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     tableLayoutPanel2.Location = new System.Drawing.Point(3, 212);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 1;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(317, 29);
     tableLayoutPanel2.TabIndex = 1;
     //
     // resetButton
     //
     this.resetButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.resetButton.Location  = new System.Drawing.Point(3, 3);
     this.resetButton.Name      = "resetButton";
     this.resetButton.Size      = new System.Drawing.Size(71, 23);
     this.resetButton.TabIndex  = 0;
     this.resetButton.Text      = "&Reset";
     this.resetButton.UseVisualStyleBackColor = true;
     this.resetButton.Click += new System.EventHandler(this.OnResetButtonClick);
     //
     // ColorAdjustForm
     //
     this.AcceptButton        = okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.CancelButton        = cancelButton;
     this.ClientSize          = new System.Drawing.Size(323, 244);
     this.Controls.Add(tableLayoutPanel1);
     this.Controls.Add(tableLayoutPanel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ColourAdjustForm";
     this.Padding         = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Colour Adjustment";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
     this.Shown          += new System.EventHandler(this.OnShown);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lightnessBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.saturationBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hueBar)).EndInit();
     tableLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #49
0
		/// <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();

		}
コード例 #50
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         groupBox1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label4;
     System.Windows.Forms.Label            label5;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label2;
     this.listIdentificators = new System.Windows.Forms.ListBox();
     this.listNumbers        = new System.Windows.Forms.ListBox();
     this.listSigns          = new System.Windows.Forms.ListBox();
     this.buttonProcess      = new System.Windows.Forms.Button();
     this.textIn             = new System.Windows.Forms.TextBox();
     this.textOut            = new System.Windows.Forms.TextBox();
     tableLayoutPanel1       = new System.Windows.Forms.TableLayoutPanel();
     groupBox1         = new System.Windows.Forms.GroupBox();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     label3            = new System.Windows.Forms.Label();
     label4            = new System.Windows.Forms.Label();
     label5            = new System.Windows.Forms.Label();
     label1            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     groupBox1.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 5;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
     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, 8F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 92F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
     tableLayoutPanel1.Controls.Add(groupBox1, 1, 3);
     tableLayoutPanel1.Controls.Add(this.buttonProcess, 3, 2);
     tableLayoutPanel1.Controls.Add(this.textIn, 1, 2);
     tableLayoutPanel1.Controls.Add(this.textOut, 1, 5);
     tableLayoutPanel1.Controls.Add(label1, 1, 1);
     tableLayoutPanel1.Controls.Add(label2, 1, 4);
     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, 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, 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, 20F));
     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, 8F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(409, 331);
     tableLayoutPanel1.TabIndex = 0;
     //
     // groupBox1
     //
     tableLayoutPanel1.SetColumnSpan(groupBox1, 3);
     groupBox1.Controls.Add(tableLayoutPanel2);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(11, 61);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(387, 209);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Группы";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.ColumnCount = 5;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     tableLayoutPanel2.Controls.Add(this.listIdentificators, 0, 1);
     tableLayoutPanel2.Controls.Add(this.listNumbers, 2, 1);
     tableLayoutPanel2.Controls.Add(this.listSigns, 4, 1);
     tableLayoutPanel2.Controls.Add(label3, 0, 0);
     tableLayoutPanel2.Controls.Add(label4, 2, 0);
     tableLayoutPanel2.Controls.Add(label5, 4, 0);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 2;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(381, 190);
     tableLayoutPanel2.TabIndex = 0;
     //
     // listIdentificators
     //
     this.listIdentificators.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listIdentificators.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listIdentificators.FormattingEnabled = true;
     this.listIdentificators.IntegralHeight    = false;
     this.listIdentificators.ItemHeight        = 14;
     this.listIdentificators.Location          = new System.Drawing.Point(3, 23);
     this.listIdentificators.Name     = "listIdentificators";
     this.listIdentificators.Size     = new System.Drawing.Size(115, 164);
     this.listIdentificators.TabIndex = 0;
     //
     // listNumbers
     //
     this.listNumbers.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listNumbers.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listNumbers.FormattingEnabled = true;
     this.listNumbers.IntegralHeight    = false;
     this.listNumbers.ItemHeight        = 14;
     this.listNumbers.Location          = new System.Drawing.Point(132, 23);
     this.listNumbers.Name     = "listNumbers";
     this.listNumbers.Size     = new System.Drawing.Size(115, 164);
     this.listNumbers.TabIndex = 1;
     //
     // listSigns
     //
     this.listSigns.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listSigns.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listSigns.FormattingEnabled = true;
     this.listSigns.IntegralHeight    = false;
     this.listSigns.ItemHeight        = 14;
     this.listSigns.Location          = new System.Drawing.Point(261, 23);
     this.listSigns.Name     = "listSigns";
     this.listSigns.Size     = new System.Drawing.Size(117, 164);
     this.listSigns.TabIndex = 2;
     //
     // label3
     //
     label3.Dock      = System.Windows.Forms.DockStyle.Fill;
     label3.Location  = new System.Drawing.Point(3, 0);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(115, 20);
     label3.TabIndex  = 3;
     label3.Text      = "Идентификаторы";
     label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     label4.Dock      = System.Windows.Forms.DockStyle.Fill;
     label4.Location  = new System.Drawing.Point(132, 0);
     label4.Name      = "label4";
     label4.Size      = new System.Drawing.Size(115, 20);
     label4.TabIndex  = 4;
     label4.Text      = "Числа";
     label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     label5.Dock      = System.Windows.Forms.DockStyle.Fill;
     label5.Location  = new System.Drawing.Point(261, 0);
     label5.Name      = "label5";
     label5.Size      = new System.Drawing.Size(117, 20);
     label5.TabIndex  = 5;
     label5.Text      = "Другие";
     label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // buttonProcess
     //
     this.buttonProcess.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonProcess.Location = new System.Drawing.Point(314, 31);
     this.buttonProcess.Name     = "buttonProcess";
     this.buttonProcess.Size     = new System.Drawing.Size(84, 24);
     this.buttonProcess.TabIndex = 2;
     this.buttonProcess.Text     = "Обработать";
     this.buttonProcess.UseVisualStyleBackColor = true;
     this.buttonProcess.Click += new System.EventHandler(this.buttonProcess_Click);
     //
     // textIn
     //
     this.textIn.Dock     = System.Windows.Forms.DockStyle.Top;
     this.textIn.Font     = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textIn.Location = new System.Drawing.Point(11, 31);
     this.textIn.Name     = "textIn";
     this.textIn.Size     = new System.Drawing.Size(287, 20);
     this.textIn.TabIndex = 1;
     //
     // textOut
     //
     tableLayoutPanel1.SetColumnSpan(this.textOut, 3);
     this.textOut.Dock     = System.Windows.Forms.DockStyle.Top;
     this.textOut.Font     = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textOut.Location = new System.Drawing.Point(11, 296);
     this.textOut.Name     = "textOut";
     this.textOut.ReadOnly = true;
     this.textOut.Size     = new System.Drawing.Size(387, 20);
     this.textOut.TabIndex = 1;
     //
     // 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(11, 15);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(158, 13);
     label1.TabIndex = 3;
     label1.Text     = "Входная последовательность";
     //
     // label2
     //
     label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(11, 280);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(166, 13);
     label2.TabIndex = 4;
     label2.Text     = "Выходная последовательность";
     //
     // FormMain
     //
     this.AcceptButton        = this.buttonProcess;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(409, 331);
     this.Controls.Add(tableLayoutPanel1);
     this.MinimumSize = new System.Drawing.Size(296, 150);
     this.Name        = "FormMain";
     this.Text        = "ТОПТ: лабораторная 1, \"Транслитерация\"";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     groupBox1.ResumeLayout(false);
     tableLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #51
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.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();

        }
コード例 #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.Label                     label1;
     System.Windows.Forms.Label                     label2;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ObjectInformation));
     this.listViewProperties = new System.Windows.Forms.ListView();
     this.listViewInterfaces = new System.Windows.Forms.ListView();
     this.statusStrip        = new System.Windows.Forms.StatusStrip();
     this.toolStripDropDownButtonOperations = new System.Windows.Forms.ToolStripDropDownButton();
     this.openDispatchToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.openOLEToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.createToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.marshalToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.toHexEditorToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.viewPropertiesToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.saveStreamToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.viewInterfaceToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     label1           = new System.Windows.Forms.Label();
     label2           = new System.Windows.Forms.Label();
     tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel.SuspendLayout();
     this.statusStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.Name     = "label1";
     label1.Size     = new System.Drawing.Size(77, 17);
     label1.TabIndex = 0;
     label1.Text     = "Properties:";
     //
     // label2
     //
     label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(3, 234);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(74, 17);
     label2.TabIndex = 2;
     label2.Text     = "Interfaces:";
     //
     // tableLayoutPanel
     //
     tableLayoutPanel.AutoSize    = true;
     tableLayoutPanel.ColumnCount = 5;
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel.Controls.Add(label2, 0, 2);
     tableLayoutPanel.Controls.Add(this.listViewProperties, 0, 1);
     tableLayoutPanel.Controls.Add(this.listViewInterfaces, 0, 3);
     tableLayoutPanel.Controls.Add(label1, 0, 0);
     tableLayoutPanel.Controls.Add(this.statusStrip, 0, 4);
     tableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel.Name     = "tableLayoutPanel";
     tableLayoutPanel.RowCount = 5;
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel.Size     = new System.Drawing.Size(728, 495);
     tableLayoutPanel.TabIndex = 5;
     //
     // listViewProperties
     //
     tableLayoutPanel.SetColumnSpan(this.listViewProperties, 5);
     this.listViewProperties.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listViewProperties.Font          = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listViewProperties.FullRowSelect = true;
     this.listViewProperties.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listViewProperties.Location      = new System.Drawing.Point(3, 20);
     this.listViewProperties.Name          = "listViewProperties";
     this.listViewProperties.Size          = new System.Drawing.Size(722, 211);
     this.listViewProperties.TabIndex      = 1;
     this.listViewProperties.UseCompatibleStateImageBehavior = false;
     this.listViewProperties.View = System.Windows.Forms.View.Details;
     //
     // listViewInterfaces
     //
     tableLayoutPanel.SetColumnSpan(this.listViewInterfaces, 5);
     this.listViewInterfaces.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listViewInterfaces.Font          = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listViewInterfaces.FullRowSelect = true;
     this.listViewInterfaces.Location      = new System.Drawing.Point(3, 254);
     this.listViewInterfaces.Name          = "listViewInterfaces";
     this.listViewInterfaces.Size          = new System.Drawing.Size(722, 211);
     this.listViewInterfaces.TabIndex      = 3;
     this.listViewInterfaces.UseCompatibleStateImageBehavior = false;
     this.listViewInterfaces.View         = System.Windows.Forms.View.Details;
     this.listViewInterfaces.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listViewInterfaces_ColumnClick);
     this.listViewInterfaces.DoubleClick += new System.EventHandler(this.listViewInterfaces_DoubleClick);
     //
     // statusStrip
     //
     tableLayoutPanel.SetColumnSpan(this.statusStrip, 5);
     this.statusStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripDropDownButtonOperations
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 469);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Size     = new System.Drawing.Size(728, 26);
     this.statusStrip.TabIndex = 9;
     this.statusStrip.Text     = "statusStrip1";
     //
     // toolStripDropDownButtonOperations
     //
     this.toolStripDropDownButtonOperations.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButtonOperations.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openDispatchToolStripMenuItem,
         this.openOLEToolStripMenuItem,
         this.createToolStripMenuItem,
         this.marshalToolStripMenuItem,
         this.viewInterfaceToolStripMenuItem,
         this.saveStreamToolStripMenuItem
     });
     this.toolStripDropDownButtonOperations.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButtonOperations.Image")));
     this.toolStripDropDownButtonOperations.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButtonOperations.Name = "toolStripDropDownButtonOperations";
     this.toolStripDropDownButtonOperations.Size = new System.Drawing.Size(96, 24);
     this.toolStripDropDownButtonOperations.Text = "Operations";
     //
     // openDispatchToolStripMenuItem
     //
     this.openDispatchToolStripMenuItem.Name   = "openDispatchToolStripMenuItem";
     this.openDispatchToolStripMenuItem.Size   = new System.Drawing.Size(218, 26);
     this.openDispatchToolStripMenuItem.Text   = "Open Dispatch";
     this.openDispatchToolStripMenuItem.Click += new System.EventHandler(this.btnDispatch_Click);
     //
     // openOLEToolStripMenuItem
     //
     this.openOLEToolStripMenuItem.Name   = "openOLEToolStripMenuItem";
     this.openOLEToolStripMenuItem.Size   = new System.Drawing.Size(218, 26);
     this.openOLEToolStripMenuItem.Text   = "Open OLE Container";
     this.openOLEToolStripMenuItem.Click += new System.EventHandler(this.btnOleContainer_Click);
     //
     // createToolStripMenuItem
     //
     this.createToolStripMenuItem.Name   = "createToolStripMenuItem";
     this.createToolStripMenuItem.Size   = new System.Drawing.Size(218, 26);
     this.createToolStripMenuItem.Text   = "Create Instance";
     this.createToolStripMenuItem.Click += new System.EventHandler(this.btnCreate_Click);
     //
     // marshalToolStripMenuItem
     //
     this.marshalToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toHexEditorToolStripMenuItem,
         this.viewPropertiesToolStripMenuItem
     });
     this.marshalToolStripMenuItem.Name = "marshalToolStripMenuItem";
     this.marshalToolStripMenuItem.Size = new System.Drawing.Size(218, 26);
     this.marshalToolStripMenuItem.Text = "Marshal";
     //
     // toHexEditorToolStripMenuItem
     //
     this.toHexEditorToolStripMenuItem.Name   = "toHexEditorToolStripMenuItem";
     this.toHexEditorToolStripMenuItem.Size   = new System.Drawing.Size(187, 26);
     this.toHexEditorToolStripMenuItem.Text   = "To Hex Editor";
     this.toHexEditorToolStripMenuItem.Click += new System.EventHandler(this.btnMarshal_Click);
     //
     // viewPropertiesToolStripMenuItem
     //
     this.viewPropertiesToolStripMenuItem.Name   = "viewPropertiesToolStripMenuItem";
     this.viewPropertiesToolStripMenuItem.Size   = new System.Drawing.Size(187, 26);
     this.viewPropertiesToolStripMenuItem.Text   = "View Properties";
     this.viewPropertiesToolStripMenuItem.Click += new System.EventHandler(this.viewPropertiesToolStripMenuItem_Click);
     //
     // saveStreamToolStripMenuItem
     //
     this.saveStreamToolStripMenuItem.Name   = "saveStreamToolStripMenuItem";
     this.saveStreamToolStripMenuItem.Size   = new System.Drawing.Size(218, 26);
     this.saveStreamToolStripMenuItem.Text   = "Save Stream";
     this.saveStreamToolStripMenuItem.Click += new System.EventHandler(this.btnSaveStream_Click);
     //
     // viewInterfaceToolStripMenuItem
     //
     this.viewInterfaceToolStripMenuItem.Name   = "viewInterfaceToolStripMenuItem";
     this.viewInterfaceToolStripMenuItem.Size   = new System.Drawing.Size(218, 26);
     this.viewInterfaceToolStripMenuItem.Text   = "View Interface";
     this.viewInterfaceToolStripMenuItem.Click += new System.EventHandler(this.viewInterfaceToolStripMenuItem_Click);
     //
     // ObjectInformation
     //
     this.Controls.Add(tableLayoutPanel);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "ObjectInformation";
     this.Size = new System.Drawing.Size(728, 495);
     tableLayoutPanel.ResumeLayout(false);
     tableLayoutPanel.PerformLayout();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #53
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;
            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);

        }
コード例 #54
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.label1       = new System.Windows.Forms.Label();
     this.trackBar1    = new System.Windows.Forms.TrackBar();
     this.label3       = new System.Windows.Forms.Label();
     this.textBox1     = new System.Windows.Forms.TextBox();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 3;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32.14286F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67.85714F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 65F));
     tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     tableLayoutPanel1.Controls.Add(this.trackBar1, 1, 0);
     tableLayoutPanel1.Controls.Add(this.label3, 2, 0);
     tableLayoutPanel1.Controls.Add(this.textBox1, 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());
     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(436, 410);
     tableLayoutPanel1.TabIndex = 4;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(46, 17);
     this.label1.TabIndex = 0;
     this.label1.Text     = "label1";
     //
     // trackBar1
     //
     this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBar1.Location = new System.Drawing.Point(122, 3);
     this.trackBar1.Name     = "trackBar1";
     this.trackBar1.Size     = new System.Drawing.Size(245, 56);
     this.trackBar1.TabIndex = 1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(373, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(46, 17);
     this.label3.TabIndex = 2;
     this.label3.Text     = "label3";
     //
     // textBox1
     //
     this.textBox1.AcceptsReturn = true;
     this.textBox1.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.textBox1.Location  = new System.Drawing.Point(122, 65);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(245, 342);
     this.textBox1.TabIndex  = 6;
     //
     // PluginEditorView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel1);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "PluginEditorView";
     this.Size   = new System.Drawing.Size(436, 410);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #55
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.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);

        }
コード例 #56
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ContextMenuStrip  contextMenuStrip;
     System.Windows.Forms.ToolStripMenuItem addEmployee;
     System.Windows.Forms.MenuStrip         menuStrip;
     System.Windows.Forms.Button            empPlusBtn;
     System.Windows.Forms.TableLayoutPanel  tableLayoutPanel;
     this.editEmployee                = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteEmployee              = new System.Windows.Forms.ToolStripMenuItem();
     this.employeeToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.файлToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.выходToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.сотрудникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.empListBox       = new System.Windows.Forms.ListBox();
     this.empSearchTextBox = new System.Windows.Forms.TextBox();
     this.createEvent      = new System.Windows.Forms.Button();
     this.CountEmpLabel    = new System.Windows.Forms.Label();
     contextMenuStrip      = new System.Windows.Forms.ContextMenuStrip(this.components);
     addEmployee           = new System.Windows.Forms.ToolStripMenuItem();
     menuStrip             = new System.Windows.Forms.MenuStrip();
     empPlusBtn            = new System.Windows.Forms.Button();
     tableLayoutPanel      = new System.Windows.Forms.TableLayoutPanel();
     contextMenuStrip.SuspendLayout();
     menuStrip.SuspendLayout();
     tableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip
     //
     contextMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
     contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         addEmployee,
         this.editEmployee,
         this.deleteEmployee
     });
     contextMenuStrip.Name      = "contextMenuStrip";
     contextMenuStrip.OwnerItem = this.employeeToolStripMenuItem;
     contextMenuStrip.Size      = new System.Drawing.Size(210, 76);
     //
     // addEmployee
     //
     addEmployee.Name   = "addEmployee";
     addEmployee.Size   = new System.Drawing.Size(209, 24);
     addEmployee.Text   = "&Добавить   Ctrl + N";
     addEmployee.Click += new System.EventHandler(this.OnCreateEmployee);
     //
     // editEmployee
     //
     this.editEmployee.Enabled = false;
     this.editEmployee.Name    = "editEmployee";
     this.editEmployee.Size    = new System.Drawing.Size(209, 24);
     this.editEmployee.Text    = "&Изменить";
     this.editEmployee.Click  += new System.EventHandler(this.OnEditEmployee);
     //
     // deleteEmployee
     //
     this.deleteEmployee.Enabled = false;
     this.deleteEmployee.Name    = "deleteEmployee";
     this.deleteEmployee.Size    = new System.Drawing.Size(209, 24);
     this.deleteEmployee.Text    = "&Удалить";
     this.deleteEmployee.Click  += new System.EventHandler(this.OnDeleteEmployee);
     //
     // employeeToolStripMenuItem
     //
     this.employeeToolStripMenuItem.DropDown = contextMenuStrip;
     this.employeeToolStripMenuItem.Name     = "employeeToolStripMenuItem";
     this.employeeToolStripMenuItem.Size     = new System.Drawing.Size(72, 24);
     this.employeeToolStripMenuItem.Text     = "&Правка";
     //
     // menuStrip
     //
     menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
     menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.файлToolStripMenuItem,
         this.employeeToolStripMenuItem,
         this.сотрудникиToolStripMenuItem
     });
     menuStrip.Location = new System.Drawing.Point(0, 0);
     menuStrip.Name     = "menuStrip";
     menuStrip.Size     = new System.Drawing.Size(682, 28);
     menuStrip.TabIndex = 3;
     menuStrip.Text     = "Нет сотрудников";
     //
     // файлToolStripMenuItem
     //
     this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.выходToolStripMenuItem
     });
     this.файлToolStripMenuItem.Name = "файлToolStripMenuItem";
     this.файлToolStripMenuItem.Size = new System.Drawing.Size(57, 24);
     this.файлToolStripMenuItem.Text = "&Файл";
     //
     // выходToolStripMenuItem
     //
     this.выходToolStripMenuItem.Name         = "выходToolStripMenuItem";
     this.выходToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.выходToolStripMenuItem.Size         = new System.Drawing.Size(181, 26);
     this.выходToolStripMenuItem.Text         = "Выход";
     this.выходToolStripMenuItem.Click       += new System.EventHandler(this.OnExit);
     //
     // сотрудникиToolStripMenuItem
     //
     this.сотрудникиToolStripMenuItem.Name   = "сотрудникиToolStripMenuItem";
     this.сотрудникиToolStripMenuItem.Size   = new System.Drawing.Size(127, 24);
     this.сотрудникиToolStripMenuItem.Text   = "Архив помощи";
     this.сотрудникиToolStripMenuItem.Click += new System.EventHandler(this.OnShowEventTable);
     //
     // empPlusBtn
     //
     empPlusBtn.Dock     = System.Windows.Forms.DockStyle.Fill;
     empPlusBtn.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     empPlusBtn.Location = new System.Drawing.Point(649, 3);
     empPlusBtn.Name     = "empPlusBtn";
     empPlusBtn.Size     = new System.Drawing.Size(30, 341);
     empPlusBtn.TabIndex = 4;
     empPlusBtn.Text     = "+";
     empPlusBtn.UseVisualStyleBackColor = true;
     empPlusBtn.Click += new System.EventHandler(this.OnCreateEmployee);
     //
     // tableLayoutPanel
     //
     tableLayoutPanel.ColumnCount = 4;
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24.57338F));
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75.42662F));
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 67F));
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     tableLayoutPanel.Controls.Add(this.empListBox, 0, 0);
     tableLayoutPanel.Controls.Add(this.empSearchTextBox, 1, 1);
     tableLayoutPanel.Controls.Add(this.createEvent, 0, 1);
     tableLayoutPanel.Controls.Add(empPlusBtn, 3, 0);
     tableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel.Location = new System.Drawing.Point(0, 28);
     tableLayoutPanel.Margin   = new System.Windows.Forms.Padding(0);
     tableLayoutPanel.Name     = "tableLayoutPanel";
     tableLayoutPanel.RowCount = 2;
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
     tableLayoutPanel.Size     = new System.Drawing.Size(682, 383);
     tableLayoutPanel.TabIndex = 4;
     //
     // empListBox
     //
     this.empListBox.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)));
     tableLayoutPanel.SetColumnSpan(this.empListBox, 3);
     this.empListBox.ContextMenuStrip      = contextMenuStrip;
     this.empListBox.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     this.empListBox.FormattingEnabled     = true;
     this.empListBox.ItemHeight            = 22;
     this.empListBox.Location              = new System.Drawing.Point(3, 3);
     this.empListBox.Name                  = "empListBox";
     this.empListBox.Size                  = new System.Drawing.Size(640, 334);
     this.empListBox.Sorted                = true;
     this.empListBox.TabIndex              = 1;
     this.empListBox.SelectedIndexChanged += new System.EventHandler(this.OnEmployeeSelectionChanged);
     this.empListBox.DoubleClick          += new System.EventHandler(this.OnShowEmployeeEvents);
     //
     // empSearchTextBox
     //
     tableLayoutPanel.SetColumnSpan(this.empSearchTextBox, 3);
     this.empSearchTextBox.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.empSearchTextBox.Font         = new System.Drawing.Font("Microsoft Sans Serif", 11.5F);
     this.empSearchTextBox.Location     = new System.Drawing.Point(145, 350);
     this.empSearchTextBox.Name         = "empSearchTextBox";
     this.empSearchTextBox.Size         = new System.Drawing.Size(534, 29);
     this.empSearchTextBox.TabIndex     = 1;
     this.empSearchTextBox.TextChanged += new System.EventHandler(this.OnSearchEmployee);
     //
     // createEvent
     //
     this.createEvent.Enabled  = false;
     this.createEvent.Location = new System.Drawing.Point(3, 350);
     this.createEvent.Name     = "createEvent";
     this.createEvent.Size     = new System.Drawing.Size(136, 30);
     this.createEvent.TabIndex = 3;
     this.createEvent.Text     = "Оказать помощь";
     this.createEvent.UseVisualStyleBackColor = true;
     this.createEvent.Click += new System.EventHandler(this.OnCreateEvent);
     //
     // CountEmpLabel
     //
     this.CountEmpLabel.AutoSize = true;
     this.CountEmpLabel.Location = new System.Drawing.Point(504, 7);
     this.CountEmpLabel.Name     = "CountEmpLabel";
     this.CountEmpLabel.Size     = new System.Drawing.Size(120, 17);
     this.CountEmpLabel.TabIndex = 6;
     this.CountEmpLabel.Text     = "Нет сотрудников";
     //
     // Main
     //
     this.AcceptButton        = this.createEvent;
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(682, 411);
     this.Controls.Add(this.CountEmpLabel);
     this.Controls.Add(tableLayoutPanel);
     this.Controls.Add(menuStrip);
     this.MinimumSize = new System.Drawing.Size(700, 400);
     this.Name        = "Main";
     this.Text        = "TradeUnion";
     contextMenuStrip.ResumeLayout(false);
     menuStrip.ResumeLayout(false);
     menuStrip.PerformLayout();
     tableLayoutPanel.ResumeLayout(false);
     tableLayoutPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #57
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.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);

        }
コード例 #58
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.ColumnHeader              columnHeader14;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassMethodsProtocolsControl));
     this.comboUpToClass       = new System.Windows.Forms.ComboBox();
     this.comboInstanceOrClass = new System.Windows.Forms.ComboBox();
     this.listMethodProtocols  = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.VetoingListView();
     this.imageList            = new System.Windows.Forms.ImageList(this.components);
     tableLayoutPanel1         = new System.Windows.Forms.TableLayoutPanel();
     columnHeader14            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     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.comboUpToClass, 0, 2);
     tableLayoutPanel1.Controls.Add(this.comboInstanceOrClass, 0, 0);
     tableLayoutPanel1.Controls.Add(this.listMethodProtocols, 0, 1);
     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 = 3;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
     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, 23F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(150, 150);
     tableLayoutPanel1.TabIndex = 2;
     //
     // comboUpToClass
     //
     this.comboUpToClass.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.comboUpToClass.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboUpToClass.FormattingEnabled     = true;
     this.comboUpToClass.Location              = new System.Drawing.Point(0, 127);
     this.comboUpToClass.Margin                = new System.Windows.Forms.Padding(0);
     this.comboUpToClass.Name                  = "comboUpToClass";
     this.comboUpToClass.Size                  = new System.Drawing.Size(150, 21);
     this.comboUpToClass.TabIndex              = 3;
     this.comboUpToClass.SelectedIndexChanged += new System.EventHandler(this.comboUpToClass_SelectedIndexChanged);
     this.comboUpToClass.Format               += new System.Windows.Forms.ListControlConvertEventHandler(this.comboUpToClass_Format);
     //
     // comboInstanceOrClass
     //
     this.comboInstanceOrClass.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.comboInstanceOrClass.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboInstanceOrClass.FormattingEnabled = true;
     this.comboInstanceOrClass.Items.AddRange(new object[] {
         "Instance Methods",
         "Class Methods"
     });
     this.comboInstanceOrClass.Location              = new System.Drawing.Point(0, 0);
     this.comboInstanceOrClass.Margin                = new System.Windows.Forms.Padding(0);
     this.comboInstanceOrClass.Name                  = "comboInstanceOrClass";
     this.comboInstanceOrClass.Size                  = new System.Drawing.Size(150, 21);
     this.comboInstanceOrClass.TabIndex              = 2;
     this.comboInstanceOrClass.SelectedIndexChanged += new System.EventHandler(this.comboInstanceOrClass_SelectedIndexChanged);
     //
     // listMethodProtocols
     //
     this.listMethodProtocols.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         columnHeader14
     });
     this.listMethodProtocols.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listMethodProtocols.FullRowSelect    = true;
     this.listMethodProtocols.HideSelection    = false;
     this.listMethodProtocols.Location         = new System.Drawing.Point(0, 23);
     this.listMethodProtocols.Margin           = new System.Windows.Forms.Padding(0);
     this.listMethodProtocols.MultiSelect      = false;
     this.listMethodProtocols.Name             = "listMethodProtocols";
     this.listMethodProtocols.ShowGroups       = false;
     this.listMethodProtocols.ShowItemToolTips = true;
     this.listMethodProtocols.Size             = new System.Drawing.Size(150, 104);
     this.listMethodProtocols.SmallImageList   = this.imageList;
     this.listMethodProtocols.TabIndex         = 1;
     this.listMethodProtocols.UseCompatibleStateImageBehavior = false;
     this.listMethodProtocols.View          = System.Windows.Forms.View.Details;
     this.listMethodProtocols.ItemChanging += new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.ListItemChangingEventHandler(this.listMethodProtocols_ItemChanging);
     //
     // columnHeader14
     //
     columnHeader14.Text  = "Protocol";
     columnHeader14.Width = 185;
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "method");
     this.imageList.Images.SetKeyName(1, "field");
     this.imageList.Images.SetKeyName(2, "structure");
     this.imageList.Images.SetKeyName(3, "handshake");
     this.imageList.Images.SetKeyName(4, "enum");
     this.imageList.Images.SetKeyName(5, "class");
     this.imageList.Images.SetKeyName(6, "source");
     this.imageList.Images.SetKeyName(7, "document");
     this.imageList.Images.SetKeyName(8, "hierarchy");
     this.imageList.Images.SetKeyName(9, "parameter");
     //
     // ClassMethodsProtocolsControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "ClassMethodsProtocolsControl";
     tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #59
0
    /// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent() {
      System.Windows.Forms.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);

    }
コード例 #60
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                     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileBatchParameterEditor));
     this.mFilePath          = new System.Windows.Forms.TextBox();
     this.CmdBrowse          = new System.Windows.Forms.Button();
     this.mPreview           = new System.Windows.Forms.TextBox();
     this.mDisplayName       = new System.Windows.Forms.TextBox();
     this.SourceFileSelector = new System.Windows.Forms.SaveFileDialog();
     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();
     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  = 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, 1);
     tableLayoutPanel1.Controls.Add(this.mFilePath, 1, 1);
     tableLayoutPanel1.Controls.Add(this.CmdBrowse, 4, 1);
     tableLayoutPanel1.Controls.Add(this.mPreview, 1, 2);
     tableLayoutPanel1.Controls.Add(label2, 0, 2);
     tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 3, 3);
     tableLayoutPanel1.Controls.Add(label3, 0, 0);
     tableLayoutPanel1.Controls.Add(this.mDisplayName, 1, 0);
     tableLayoutPanel1.Location = new System.Drawing.Point(13, 13);
     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.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(447, 278);
     tableLayoutPanel1.TabIndex = 0;
     //
     // 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(26, 13);
     label1.TabIndex = 2;
     label1.Text     = "File:";
     //
     // mFilePath
     //
     tableLayoutPanel1.SetColumnSpan(this.mFilePath, 3);
     this.mFilePath.Dock         = System.Windows.Forms.DockStyle.Top;
     this.mFilePath.Location     = new System.Drawing.Point(54, 29);
     this.mFilePath.Name         = "mFilePath";
     this.mFilePath.Size         = new System.Drawing.Size(358, 20);
     this.mFilePath.TabIndex     = 3;
     this.mFilePath.TextChanged += new System.EventHandler(this.FilePath_TextChanged);
     //
     // CmdBrowse
     //
     this.CmdBrowse.AutoSize                = true;
     this.CmdBrowse.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.CmdBrowse.Location                = new System.Drawing.Point(418, 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, 4);
     this.mPreview.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.mPreview.Location   = new System.Drawing.Point(54, 58);
     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(390, 182);
     this.mPreview.TabIndex   = 7;
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(3, 61);
     label2.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(45, 13);
     label2.TabIndex = 6;
     label2.Text     = "Preview";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.AutoSize     = true;
     tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel2.ColumnCount  = 2;
     tableLayoutPanel1.SetColumnSpan(tableLayoutPanel2, 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.Location = new System.Drawing.Point(282, 246);
     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, 6);
     label3.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(38, 13);
     label3.TabIndex = 0;
     label3.Text     = "Name:";
     //
     // mDisplayName
     //
     tableLayoutPanel1.SetColumnSpan(this.mDisplayName, 4);
     this.mDisplayName.Dock     = System.Windows.Forms.DockStyle.Top;
     this.mDisplayName.Location = new System.Drawing.Point(54, 3);
     this.mDisplayName.Name     = "mDisplayName";
     this.mDisplayName.Size     = new System.Drawing.Size(390, 20);
     this.mDisplayName.TabIndex = 1;
     //
     // SourceFileSelector
     //
     this.SourceFileSelector.CheckPathExists  = false;
     this.SourceFileSelector.Filter           = "All files (*.*)|*.*";
     this.SourceFileSelector.OverwritePrompt  = false;
     this.SourceFileSelector.RestoreDirectory = true;
     this.SourceFileSelector.Title            = "Select File";
     //
     // FileBatchParameterEditor
     //
     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(472, 303);
     this.Controls.Add(tableLayoutPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FileBatchParameterEditor";
     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.FileBatchParameterEditor_FormClosed);
     this.Load         += new System.EventHandler(this.FileBatchParameterEditor_Load);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }