/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel tlpRenameTag;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TagRenameForm));
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.tbTag = new System.Windows.Forms.TextBox();
            tlpRenameTag = new System.Windows.Forms.TableLayoutPanel();
            tlpRenameTag.SuspendLayout();
            this.SuspendLayout();
            // 
            // tlpRenameTag
            // 
            resources.ApplyResources(tlpRenameTag, "tlpRenameTag");
            tlpRenameTag.Controls.Add(this.btnOk, 0, 3);
            tlpRenameTag.Controls.Add(this.btnCancel, 1, 3);
            tlpRenameTag.Controls.Add(this.tbTag, 0, 1);
            tlpRenameTag.Name = "tlpRenameTag";
            // 
            // btnOk
            // 
            resources.ApplyResources(this.btnOk, "btnOk");
            this.btnOk.Image = global::easyMoney.Manager.Properties.Resources.tick;
            this.btnOk.Name = "btnOk";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnCancel, "btnCancel");
            this.btnCancel.Image = global::easyMoney.Manager.Properties.Resources.cancel;
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // tbTag
            // 
            tlpRenameTag.SetColumnSpan(this.tbTag, 2);
            resources.ApplyResources(this.tbTag, "tbTag");
            this.tbTag.Name = "tbTag";
            // 
            // TagRenameForm
            // 
            this.AcceptButton = this.btnOk;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.Controls.Add(tlpRenameTag);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TagRenameForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            tlpRenameTag.ResumeLayout(false);
            tlpRenameTag.PerformLayout();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel tlpTemplateSelector;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TemplateSelectorForm));
            this.lbTemplates = new System.Windows.Forms.ListBox();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            tlpTemplateSelector = new System.Windows.Forms.TableLayoutPanel();
            tlpTemplateSelector.SuspendLayout();
            this.SuspendLayout();
            // 
            // tlpTemplateSelector
            // 
            resources.ApplyResources(tlpTemplateSelector, "tlpTemplateSelector");
            tlpTemplateSelector.Controls.Add(this.lbTemplates, 0, 1);
            tlpTemplateSelector.Controls.Add(this.btnOk, 0, 2);
            tlpTemplateSelector.Controls.Add(this.btnCancel, 1, 2);
            tlpTemplateSelector.Name = "tlpTemplateSelector";
            // 
            // lbTemplates
            // 
            tlpTemplateSelector.SetColumnSpan(this.lbTemplates, 2);
            resources.ApplyResources(this.lbTemplates, "lbTemplates");
            this.lbTemplates.FormattingEnabled = true;
            this.lbTemplates.Name = "lbTemplates";
            this.lbTemplates.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lbTemplates_MouseDoubleClick);
            // 
            // btnOk
            // 
            this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            resources.ApplyResources(this.btnOk, "btnOk");
            this.btnOk.Image = global::easyMoney.Manager.Properties.Resources.tick;
            this.btnOk.Name = "btnOk";
            this.btnOk.UseVisualStyleBackColor = true;
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnCancel, "btnCancel");
            this.btnCancel.Image = global::easyMoney.Manager.Properties.Resources.cancel;
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // TemplateSelectorForm
            // 
            this.AcceptButton = this.btnOk;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.Controls.Add(tlpTemplateSelector);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TemplateSelectorForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.TemplateSelectorForm_Load);
            tlpTemplateSelector.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Host));
     this.mLogWindow   = new EllieWare.Common.LogWindow();
     this.CmdRun       = new System.Windows.Forms.Button();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     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(this.mLogWindow, 0, 0);
     tableLayoutPanel1.Controls.Add(this.CmdRun, 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(484, 347);
     tableLayoutPanel1.TabIndex = 6;
     //
     // mLogWindow
     //
     tableLayoutPanel1.SetColumnSpan(this.mLogWindow, 3);
     this.mLogWindow.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.mLogWindow.Location = new System.Drawing.Point(3, 3);
     this.mLogWindow.Name     = "mLogWindow";
     this.mLogWindow.Size     = new System.Drawing.Size(478, 295);
     this.mLogWindow.TabIndex = 0;
     //
     // CmdRun
     //
     this.CmdRun.Enabled  = false;
     this.CmdRun.Image    = global::RobotWare.Runtime.Windows.Properties.Resources.gear_run_32x32;
     this.CmdRun.Location = new System.Drawing.Point(222, 304);
     this.CmdRun.Name     = "CmdRun";
     this.CmdRun.Size     = new System.Drawing.Size(40, 40);
     this.CmdRun.TabIndex = 5;
     this.CmdRun.UseVisualStyleBackColor = true;
     this.CmdRun.Click += new System.EventHandler(this.CmdRun_Click);
     //
     // Host
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(484, 347);
     this.Controls.Add(tableLayoutPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "Host";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Load         += new System.EventHandler(this.Host_Load);
     tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel          tlpRenameTag;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TagRenameForm));
     this.btnOk     = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.tbTag     = new System.Windows.Forms.TextBox();
     tlpRenameTag   = new System.Windows.Forms.TableLayoutPanel();
     tlpRenameTag.SuspendLayout();
     this.SuspendLayout();
     //
     // tlpRenameTag
     //
     resources.ApplyResources(tlpRenameTag, "tlpRenameTag");
     tlpRenameTag.Controls.Add(this.btnOk, 0, 3);
     tlpRenameTag.Controls.Add(this.btnCancel, 1, 3);
     tlpRenameTag.Controls.Add(this.tbTag, 0, 1);
     tlpRenameTag.Name = "tlpRenameTag";
     //
     // btnOk
     //
     resources.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Image = global::easyMoney.Manager.Properties.Resources.tick;
     this.btnOk.Name  = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Image = global::easyMoney.Manager.Properties.Resources.cancel;
     this.btnCancel.Name  = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // tbTag
     //
     tlpRenameTag.SetColumnSpan(this.tbTag, 2);
     resources.ApplyResources(this.tbTag, "tbTag");
     this.tbTag.Name = "tbTag";
     //
     // TagRenameForm
     //
     this.AcceptButton = this.btnOk;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = this.btnCancel;
     this.Controls.Add(tlpRenameTag);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TagRenameForm";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     tlpRenameTag.ResumeLayout(false);
     tlpRenameTag.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel          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);
 }
Beispiel #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonAdvancedEditorOptionsControl));
     this._completeFunctionParens = new System.Windows.Forms.CheckBox();
     this._autoImportCompletions  = new System.Windows.Forms.CheckBox();
     tableLayoutPanel1            = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
     tableLayoutPanel1.Controls.Add(this._autoImportCompletions, 0, 0);
     tableLayoutPanel1.Controls.Add(this._completeFunctionParens, 0, 1);
     tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // _completeFunctionParens
     //
     resources.ApplyResources(this._completeFunctionParens, "_completeFunctionParens");
     tableLayoutPanel1.SetColumnSpan(this._completeFunctionParens, 2);
     this._completeFunctionParens.Name = "_completeFunctionParens";
     this._completeFunctionParens.UseVisualStyleBackColor = true;
     //
     // _autoImportCompletions
     //
     resources.ApplyResources(this._autoImportCompletions, "_autoImportCompletions");
     this._autoImportCompletions.AutoEllipsis = true;
     tableLayoutPanel1.SetColumnSpan(this._autoImportCompletions, 2);
     this._autoImportCompletions.Name = "_autoImportCompletions";
     this._autoImportCompletions.UseVisualStyleBackColor = true;
     //
     // PythonAdvancedEditorOptionsControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "PythonAdvancedEditorOptionsControl";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonFormattingOptionsControl));
     System.Windows.Forms.Label formatterLabel;
     this._formatterCombo          = new System.Windows.Forms.ComboBox();
     this._pasteRemovesReplPrompts = new System.Windows.Forms.CheckBox();
     tableLayoutPanel1             = new System.Windows.Forms.TableLayoutPanel();
     formatterLabel = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
     tableLayoutPanel1.Controls.Add(formatterLabel, 0, 0);
     tableLayoutPanel1.Controls.Add(this._formatterCombo, 1, 0);
     tableLayoutPanel1.Controls.Add(this._pasteRemovesReplPrompts, 0, 1);
     tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // formatterLabel
     //
     resources.ApplyResources(formatterLabel, "formatterLabel");
     formatterLabel.Name = "formatterLabel";
     //
     // _formatterCombo
     //
     this._formatterCombo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._formatterCombo.FormattingEnabled = true;
     resources.ApplyResources(this._formatterCombo, "_formatterCombo");
     this._formatterCombo.Name = "_formatterCombo";
     //
     // _pasteRemovesReplPrompts
     //
     resources.ApplyResources(this._pasteRemovesReplPrompts, "_pasteRemovesReplPrompts");
     this._pasteRemovesReplPrompts.AutoEllipsis = true;
     tableLayoutPanel1.SetColumnSpan(this._pasteRemovesReplPrompts, 2);
     this._pasteRemovesReplPrompts.Name = "_pasteRemovesReplPrompts";
     this._pasteRemovesReplPrompts.UseVisualStyleBackColor = true;
     //
     // PythonFormattingOptionsControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "PythonFormattingOptionsControl";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     this.pictureBox1                    = new System.Windows.Forms.PictureBox();
     this.flowLayoutPanel1               = new System.Windows.Forms.FlowLayoutPanel();
     this.ShowButton                     = new System.Windows.Forms.Button();
     this.CloseButton                    = new System.Windows.Forms.Button();
     this.ObsStart                       = new System.Windows.Forms.Button();
     this.ObsEndButton                   = new System.Windows.Forms.Button();
     this.buttonSave                     = new System.Windows.Forms.Button();
     this.ButtonSaveEnd                  = new System.Windows.Forms.Button();
     this.buttonMakeSettings             = new System.Windows.Forms.Button();
     this.checkBox_WideDR                = new System.Windows.Forms.CheckBox();
     this.checkBoxObsAuto                = new System.Windows.Forms.CheckBox();
     this.checkBoxDispAvg                = new System.Windows.Forms.CheckBox();
     this.label_frame_rate               = new System.Windows.Forms.Label();
     this.label_ID                       = new System.Windows.Forms.Label();
     this.label_X2Y2                     = new System.Windows.Forms.Label();
     this.deviceListView                 = new System.Windows.Forms.ListView();
     this.textBox1                       = new System.Windows.Forms.TextBox();
     this.richTextBox1                   = new System.Windows.Forms.RichTextBox();
     this.timerSaveTimeOver              = new System.Windows.Forms.Timer(this.components);
     this.timerSaveMainTime              = new System.Windows.Forms.Timer(this.components);
     this.timerDisplay                   = new System.Windows.Forms.Timer(this.components);
     this.timerObsOnOff                  = new System.Windows.Forms.Timer(this.components);
     this.statusStrip1                   = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabelFramerate  = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabelFailed     = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabelID         = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabelPixelClock = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabelExposure   = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabelGain       = new System.Windows.Forms.ToolStripStatusLabel();
     this.timerMTmonSend                 = new System.Windows.Forms.Timer(this.components);
     this.timer1min                      = new System.Windows.Forms.Timer(this.components);
     this.timerWaitShutdown              = new System.Windows.Forms.Timer(this.components);
     this.timerSave                      = new System.Windows.Forms.Timer(this.components);
     this.updateDeviceListTimer          = new System.Windows.Forms.Timer(this.components);
     this.timerSavePostTime              = new System.Windows.Forms.Timer(this.components);
     tableLayoutPanel1                   = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 85F));
     tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
     tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 1);
     tableLayoutPanel1.Controls.Add(this.textBox1, 0, 2);
     tableLayoutPanel1.Controls.Add(this.richTextBox1, 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.Percent, 90.08108F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.918927F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 59F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(646, 619);
     tableLayoutPanel1.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     tableLayoutPanel1.SetColumnSpan(this.pictureBox1, 2);
     this.pictureBox1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location   = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name       = "pictureBox1";
     this.pictureBox1.Size       = new System.Drawing.Size(640, 480);
     this.pictureBox1.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex   = 0;
     this.pictureBox1.TabStop    = false;
     this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.ShowButton);
     this.flowLayoutPanel1.Controls.Add(this.CloseButton);
     this.flowLayoutPanel1.Controls.Add(this.ObsStart);
     this.flowLayoutPanel1.Controls.Add(this.ObsEndButton);
     this.flowLayoutPanel1.Controls.Add(this.buttonSave);
     this.flowLayoutPanel1.Controls.Add(this.ButtonSaveEnd);
     this.flowLayoutPanel1.Controls.Add(this.buttonMakeSettings);
     this.flowLayoutPanel1.Controls.Add(this.checkBox_WideDR);
     this.flowLayoutPanel1.Controls.Add(this.checkBoxObsAuto);
     this.flowLayoutPanel1.Controls.Add(this.checkBoxDispAvg);
     this.flowLayoutPanel1.Controls.Add(this.label_frame_rate);
     this.flowLayoutPanel1.Controls.Add(this.label_ID);
     this.flowLayoutPanel1.Controls.Add(this.label_X2Y2);
     this.flowLayoutPanel1.Controls.Add(this.deviceListView);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 489);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(640, 47);
     this.flowLayoutPanel1.TabIndex = 2;
     //
     // ShowButton
     //
     this.ShowButton.AutoSize = true;
     this.ShowButton.Location = new System.Drawing.Point(3, 3);
     this.ShowButton.Name     = "ShowButton";
     this.ShowButton.Size     = new System.Drawing.Size(58, 23);
     this.ShowButton.TabIndex = 0;
     this.ShowButton.Text     = "Show";
     this.ShowButton.UseVisualStyleBackColor = true;
     this.ShowButton.Click += new System.EventHandler(this.ShowButton_Click);
     //
     // CloseButton
     //
     this.CloseButton.AutoSize = true;
     this.CloseButton.Location = new System.Drawing.Point(67, 3);
     this.CloseButton.Name     = "CloseButton";
     this.CloseButton.Size     = new System.Drawing.Size(60, 23);
     this.CloseButton.TabIndex = 3;
     this.CloseButton.Text     = "Close";
     this.CloseButton.UseVisualStyleBackColor = true;
     this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
     //
     // ObsStart
     //
     this.ObsStart.Location = new System.Drawing.Point(133, 3);
     this.ObsStart.Name     = "ObsStart";
     this.ObsStart.Size     = new System.Drawing.Size(75, 23);
     this.ObsStart.TabIndex = 4;
     this.ObsStart.Text     = "Obs Start";
     this.ObsStart.UseVisualStyleBackColor = true;
     this.ObsStart.Click += new System.EventHandler(this.ObsStart_Click);
     //
     // ObsEndButton
     //
     this.ObsEndButton.AutoSize = true;
     this.ObsEndButton.Location = new System.Drawing.Point(214, 3);
     this.ObsEndButton.Name     = "ObsEndButton";
     this.ObsEndButton.Size     = new System.Drawing.Size(75, 23);
     this.ObsEndButton.TabIndex = 1;
     this.ObsEndButton.Text     = "Obs End";
     this.ObsEndButton.UseVisualStyleBackColor = true;
     this.ObsEndButton.Click += new System.EventHandler(this.ObsEndButton_Click);
     //
     // buttonSave
     //
     this.buttonSave.AutoSize = true;
     this.buttonSave.Location = new System.Drawing.Point(295, 3);
     this.buttonSave.Name     = "buttonSave";
     this.buttonSave.Size     = new System.Drawing.Size(75, 23);
     this.buttonSave.TabIndex = 5;
     this.buttonSave.Text     = "Save Start";
     this.buttonSave.UseVisualStyleBackColor = true;
     this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
     //
     // ButtonSaveEnd
     //
     this.ButtonSaveEnd.AutoSize = true;
     this.ButtonSaveEnd.Location = new System.Drawing.Point(376, 3);
     this.ButtonSaveEnd.Name     = "ButtonSaveEnd";
     this.ButtonSaveEnd.Size     = new System.Drawing.Size(75, 23);
     this.ButtonSaveEnd.TabIndex = 2;
     this.ButtonSaveEnd.Text     = "Save End";
     this.ButtonSaveEnd.UseVisualStyleBackColor = true;
     this.ButtonSaveEnd.Click += new System.EventHandler(this.ButtonSaveEnd_Click);
     //
     // buttonMakeSettings
     //
     this.buttonMakeSettings.Location = new System.Drawing.Point(457, 3);
     this.buttonMakeSettings.Name     = "buttonMakeSettings";
     this.buttonMakeSettings.Size     = new System.Drawing.Size(70, 23);
     this.buttonMakeSettings.TabIndex = 6;
     this.buttonMakeSettings.Text     = "MakeSet";
     this.buttonMakeSettings.UseVisualStyleBackColor = true;
     this.buttonMakeSettings.Click += new System.EventHandler(this.buttonMakeDark_Click);
     //
     // checkBox_WideDR
     //
     this.checkBox_WideDR.AutoSize = true;
     this.checkBox_WideDR.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.checkBox_WideDR.CheckAlign            = System.Drawing.ContentAlignment.BottomLeft;
     this.checkBox_WideDR.Location = new System.Drawing.Point(533, 3);
     this.checkBox_WideDR.Name     = "checkBox_WideDR";
     this.checkBox_WideDR.Size     = new System.Drawing.Size(95, 16);
     this.checkBox_WideDR.TabIndex = 1;
     this.checkBox_WideDR.Text     = "WideDR Mode";
     this.checkBox_WideDR.UseVisualStyleBackColor = true;
     this.checkBox_WideDR.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // checkBoxObsAuto
     //
     this.checkBoxObsAuto.AutoSize   = true;
     this.checkBoxObsAuto.Checked    = true;
     this.checkBoxObsAuto.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxObsAuto.Location   = new System.Drawing.Point(3, 32);
     this.checkBoxObsAuto.Name       = "checkBoxObsAuto";
     this.checkBoxObsAuto.Size       = new System.Drawing.Size(68, 16);
     this.checkBoxObsAuto.TabIndex   = 7;
     this.checkBoxObsAuto.Text       = "ObsAuto";
     this.checkBoxObsAuto.UseVisualStyleBackColor = true;
     this.checkBoxObsAuto.CheckedChanged         += new System.EventHandler(this.checkBoxObsAuto_CheckedChanged);
     //
     // checkBoxDispAvg
     //
     this.checkBoxDispAvg.AutoSize = true;
     this.checkBoxDispAvg.Location = new System.Drawing.Point(77, 32);
     this.checkBoxDispAvg.Name     = "checkBoxDispAvg";
     this.checkBoxDispAvg.Size     = new System.Drawing.Size(67, 16);
     this.checkBoxDispAvg.TabIndex = 11;
     this.checkBoxDispAvg.Text     = "DispAvg";
     this.checkBoxDispAvg.UseVisualStyleBackColor = true;
     //
     // label_frame_rate
     //
     this.label_frame_rate.AutoSize = true;
     this.label_frame_rate.Location = new System.Drawing.Point(150, 29);
     this.label_frame_rate.Name     = "label_frame_rate";
     this.label_frame_rate.Size     = new System.Drawing.Size(35, 12);
     this.label_frame_rate.TabIndex = 9;
     this.label_frame_rate.Text     = "label1";
     //
     // label_ID
     //
     this.label_ID.AutoSize = true;
     this.label_ID.Location = new System.Drawing.Point(191, 29);
     this.label_ID.Name     = "label_ID";
     this.label_ID.Size     = new System.Drawing.Size(44, 12);
     this.label_ID.TabIndex = 10;
     this.label_ID.Text     = "label_ID";
     //
     // label_X2Y2
     //
     this.label_X2Y2.AutoSize = true;
     this.label_X2Y2.Location = new System.Drawing.Point(241, 29);
     this.label_X2Y2.Name     = "label_X2Y2";
     this.label_X2Y2.Size     = new System.Drawing.Size(85, 12);
     this.label_X2Y2.TabIndex = 13;
     this.label_X2Y2.Text     = "(  X2,      Y2   )";
     //
     // deviceListView
     //
     this.deviceListView.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.deviceListView.Font     = new System.Drawing.Font("MS UI Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.deviceListView.Location = new System.Drawing.Point(332, 32);
     this.deviceListView.Name     = "deviceListView";
     this.deviceListView.Size     = new System.Drawing.Size(121, 16);
     this.deviceListView.TabIndex = 12;
     this.deviceListView.UseCompatibleStateImageBehavior = false;
     //
     // textBox1
     //
     tableLayoutPanel1.SetColumnSpan(this.textBox1, 2);
     this.textBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location = new System.Drawing.Point(3, 601);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(640, 19);
     this.textBox1.TabIndex = 3;
     //
     // richTextBox1
     //
     tableLayoutPanel1.SetColumnSpan(this.richTextBox1, 2);
     this.richTextBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.richTextBox1.Location = new System.Drawing.Point(3, 542);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.Size     = new System.Drawing.Size(640, 53);
     this.richTextBox1.TabIndex = 4;
     this.richTextBox1.Text     = "";
     //
     // timerSaveTimeOver
     //
     this.timerSaveTimeOver.Interval = 45000;
     this.timerSaveTimeOver.Tick    += new System.EventHandler(this.timerSaveTimeOver_Tick);
     //
     // timerSaveMainTime
     //
     this.timerSaveMainTime.Interval = 3000;
     this.timerSaveMainTime.Tick    += new System.EventHandler(this.timerSaveMainTime_Tick);
     //
     // timerDisplay
     //
     this.timerDisplay.Interval = 200;
     this.timerDisplay.Tick    += new System.EventHandler(this.timerDisplay_Tick);
     //
     // timerObsOnOff
     //
     this.timerObsOnOff.Enabled  = true;
     this.timerObsOnOff.Interval = 10000;
     this.timerObsOnOff.Tick    += new System.EventHandler(this.timerObsOnOff_Tick);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabelFramerate,
         this.toolStripStatusLabelFailed,
         this.toolStripStatusLabelID,
         this.toolStripStatusLabelPixelClock,
         this.toolStripStatusLabelExposure,
         this.toolStripStatusLabelGain
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 596);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(646, 23);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabelFramerate
     //
     this.toolStripStatusLabelFramerate.Name = "toolStripStatusLabelFramerate";
     this.toolStripStatusLabelFramerate.Size = new System.Drawing.Size(28, 18);
     this.toolStripStatusLabelFramerate.Text = "Fps";
     //
     // toolStripStatusLabelFailed
     //
     this.toolStripStatusLabelFailed.Name = "toolStripStatusLabelFailed";
     this.toolStripStatusLabelFailed.Size = new System.Drawing.Size(134, 18);
     this.toolStripStatusLabelFailed.Text = "toolStripStatusLabel2";
     //
     // toolStripStatusLabelID
     //
     this.toolStripStatusLabelID.Name = "toolStripStatusLabelID";
     this.toolStripStatusLabelID.Size = new System.Drawing.Size(60, 18);
     this.toolStripStatusLabelID.Text = "FrameID";
     //
     // toolStripStatusLabelPixelClock
     //
     this.toolStripStatusLabelPixelClock.Name = "toolStripStatusLabelPixelClock";
     this.toolStripStatusLabelPixelClock.Size = new System.Drawing.Size(23, 18);
     this.toolStripStatusLabelPixelClock.Text = "PC";
     //
     // toolStripStatusLabelExposure
     //
     this.toolStripStatusLabelExposure.Name = "toolStripStatusLabelExposure";
     this.toolStripStatusLabelExposure.Size = new System.Drawing.Size(130, 18);
     this.toolStripStatusLabelExposure.Text = "Exposure: xx.xx[ms]";
     //
     // toolStripStatusLabelGain
     //
     this.toolStripStatusLabelGain.Name = "toolStripStatusLabelGain";
     this.toolStripStatusLabelGain.Size = new System.Drawing.Size(53, 18);
     this.toolStripStatusLabelGain.Text = "Gain:xx";
     //
     // timerMTmonSend
     //
     this.timerMTmonSend.Interval = 2000;
     this.timerMTmonSend.Tick    += new System.EventHandler(this.timerMTmonSend_Tick);
     //
     // timer1min
     //
     this.timer1min.Enabled  = true;
     this.timer1min.Interval = 60000;
     this.timer1min.Tick    += new System.EventHandler(this.timer1min_Tick);
     //
     // timerWaitShutdown
     //
     this.timerWaitShutdown.Interval = 20000;
     this.timerWaitShutdown.Tick    += new System.EventHandler(this.timerWaitShutdown_Tick);
     //
     // timerSave
     //
     this.timerSave.Interval = 30000;
     this.timerSave.Tick    += new System.EventHandler(this.timerSave_Tick);
     //
     // updateDeviceListTimer
     //
     this.updateDeviceListTimer.Interval = 5000;
     this.updateDeviceListTimer.Tick    += new System.EventHandler(this.updateDeviceListTimer_Tick);
     //
     // timerSavePostTime
     //
     this.timerSavePostTime.Interval = 2000;
     this.timerSavePostTime.Tick    += new System.EventHandler(this.timerSavePostTime_Tick);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(646, 619);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(tableLayoutPanel1);
     this.FormBorderStyle   = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name              = "Form1";
     this.RightToLeftLayout = true;
     this.Text              = "MT3AVT";
     this.FormClosing      += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.Load             += new System.EventHandler(this.Form1_Load);
     this.Shown            += new System.EventHandler(this.Form1_Shown);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label                 label1;
     System.Windows.Forms.TableLayoutPanel      tableLayoutPanel1;
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.detailControl      = new CsvTools.DetailControl();
     this.comboBoxID         = new System.Windows.Forms.ComboBox();
     this.checkBoxIgnoreNull = new System.Windows.Forms.CheckBox();
     label1            = new System.Windows.Forms.Label();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     label1.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(38, 7);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(29, 13);
     label1.TabIndex = 3;
     label1.Text     = "Field";
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 3;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 95F));
     tableLayoutPanel1.Controls.Add(this.detailControl, 0, 1);
     tableLayoutPanel1.Controls.Add(label1, 0, 0);
     tableLayoutPanel1.Controls.Add(this.comboBoxID, 1, 0);
     tableLayoutPanel1.Controls.Add(this.checkBoxIgnoreNull, 2, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(484, 500);
     tableLayoutPanel1.TabIndex = 10;
     //
     // detailControl
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro;
     this.detailControl.AlternatingRowDefaultCellSyle = dataGridViewCellStyle1;
     tableLayoutPanel1.SetColumnSpan(this.detailControl, 3);
     this.detailControl.DataTable              = null;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.detailControl.DefaultCellStyle       = dataGridViewCellStyle2;
     this.detailControl.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.detailControl.Location        = new System.Drawing.Point(3, 30);
     this.detailControl.Name            = "detailControl";
     this.detailControl.ReadOnly        = true;
     this.detailControl.ShowFilter      = false;
     this.detailControl.ShowInfoButtons = false;
     this.detailControl.Size            = new System.Drawing.Size(478, 467);
     this.detailControl.TabIndex        = 2;
     //
     // comboBoxID
     //
     this.comboBoxID.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.comboBoxID.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxID.FormattingEnabled     = true;
     this.comboBoxID.Location              = new System.Drawing.Point(73, 3);
     this.comboBoxID.Name                  = "comboBoxID";
     this.comboBoxID.Size                  = new System.Drawing.Size(313, 21);
     this.comboBoxID.TabIndex              = 0;
     this.comboBoxID.SelectedIndexChanged += new System.EventHandler(this.comboBoxID_SelectedIndexChanged);
     //
     // checkBoxIgnoreNull
     //
     this.checkBoxIgnoreNull.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.checkBoxIgnoreNull.AutoSize = true;
     this.checkBoxIgnoreNull.Location = new System.Drawing.Point(392, 5);
     this.checkBoxIgnoreNull.Name     = "checkBoxIgnoreNull";
     this.checkBoxIgnoreNull.Size     = new System.Drawing.Size(87, 17);
     this.checkBoxIgnoreNull.TabIndex = 1;
     this.checkBoxIgnoreNull.Text     = "Ignore NULL";
     this.checkBoxIgnoreNull.UseVisualStyleBackColor = true;
     this.checkBoxIgnoreNull.CheckedChanged         += new System.EventHandler(this.comboBoxID_SelectedIndexChanged);
     //
     // FormUniqueDisplay
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(484, 500);
     this.Controls.Add(tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "FormUniqueDisplay";
     this.Text            = "Unique Values Display";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.UniqueDisplay_FormClosing);
     this.Load           += new System.EventHandler(this.UniqueDisplay_Load);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #10
0
 // TODO-Linux: AutoCompletion is not implemented in Mono
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PhraseSubstitutionsDlg));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     this.m_numTimesToMatch    = new System.Windows.Forms.NumericUpDown();
     this.m_btnMatchSingleWord = new System.Windows.Forms.Button();
     this.lblMaxMatch          = new System.Windows.Forms.Label();
     this.m_txtMatchPrefix     = new System.Windows.Forms.TextBox();
     this.m_txtMatchSuffix     = new System.Windows.Forms.TextBox();
     this.lblSuffix            = new System.Windows.Forms.Label();
     this.lblMatchPrefix       = new System.Windows.Forms.Label();
     this.lblMatchGroup        = new System.Windows.Forms.Label();
     this.m_cboMatchGroup      = new System.Windows.Forms.ComboBox();
     this.lblInstructions      = new System.Windows.Forms.Label();
     this.btnOk                    = new System.Windows.Forms.Button();
     this.btnCancel                = new System.Windows.Forms.Button();
     this.m_dataGridView           = new System.Windows.Forms.DataGridView();
     this.colMatch                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colReplacement           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colIsRegEx               = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colMatchCase             = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colPreviewResult         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_regexMatchHelper       = new System.Windows.Forms.Panel();
     this.m_grpPreview             = new System.Windows.Forms.GroupBox();
     this.m_cboPreviewQuestion     = new System.Windows.Forms.ComboBox();
     this.m_regexReplacementHelper = new System.Windows.Forms.Panel();
     this.toolTip1                 = new System.Windows.Forms.ToolTip(this.components);
     this.toolStripUpDownButtons   = new System.Windows.Forms.ToolStrip();
     this.btnUp                    = new System.Windows.Forms.ToolStripButton();
     this.btnDown                  = new System.Windows.Forms.ToolStripButton();
     this.l10NSharpExtender1       = new L10NSharp.UI.L10NSharpExtender(this.components);
     tableLayoutPanel1             = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel2             = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_numTimesToMatch)).BeginInit();
     tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dataGridView)).BeginInit();
     this.m_regexMatchHelper.SuspendLayout();
     this.m_grpPreview.SuspendLayout();
     this.m_regexReplacementHelper.SuspendLayout();
     this.toolStripUpDownButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.l10NSharpExtender1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize    = true;
     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.m_numTimesToMatch, 1, 3);
     tableLayoutPanel1.Controls.Add(this.m_btnMatchSingleWord, 0, 0);
     tableLayoutPanel1.Controls.Add(this.lblMaxMatch, 0, 3);
     tableLayoutPanel1.Controls.Add(this.m_txtMatchPrefix, 1, 1);
     tableLayoutPanel1.Controls.Add(this.m_txtMatchSuffix, 1, 2);
     tableLayoutPanel1.Controls.Add(this.lblSuffix, 0, 2);
     tableLayoutPanel1.Controls.Add(this.lblMatchPrefix, 0, 1);
     tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(272, 113);
     tableLayoutPanel1.TabIndex = 10;
     //
     // m_numTimesToMatch
     //
     this.m_numTimesToMatch.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_numTimesToMatch, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_numTimesToMatch, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_numTimesToMatch, "PhraseSubstitutionsDlg.m_numTimesToMatch");
     this.m_numTimesToMatch.Location = new System.Drawing.Point(162, 87);
     this.m_numTimesToMatch.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_numTimesToMatch.Name     = "m_numTimesToMatch";
     this.m_numTimesToMatch.Size     = new System.Drawing.Size(107, 20);
     this.m_numTimesToMatch.TabIndex = 7;
     this.m_numTimesToMatch.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_numTimesToMatch.ValueChanged += new System.EventHandler(this.m_numTimesToMatch_ValueChanged);
     //
     // m_btnMatchSingleWord
     //
     tableLayoutPanel1.SetColumnSpan(this.m_btnMatchSingleWord, 2);
     this.m_btnMatchSingleWord.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_btnMatchSingleWord, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_btnMatchSingleWord, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_btnMatchSingleWord, "PhraseSubstitutionsDlg.m_btnMatchSingleWord");
     this.m_btnMatchSingleWord.Location = new System.Drawing.Point(3, 3);
     this.m_btnMatchSingleWord.Name     = "m_btnMatchSingleWord";
     this.m_btnMatchSingleWord.Size     = new System.Drawing.Size(244, 23);
     this.m_btnMatchSingleWord.TabIndex = 0;
     this.m_btnMatchSingleWord.Text     = "Match any single word";
     this.m_btnMatchSingleWord.UseVisualStyleBackColor = true;
     this.m_btnMatchSingleWord.Click += new System.EventHandler(this.m_btnMatchSingleWord_Click);
     //
     // lblMaxMatch
     //
     this.lblMaxMatch.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblMaxMatch.AutoSize = true;
     this.lblMaxMatch.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.lblMaxMatch, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.lblMaxMatch, null);
     this.l10NSharpExtender1.SetLocalizingId(this.lblMaxMatch, "PhraseSubstitutionsDlg.lblMaxMatch");
     this.lblMaxMatch.Location = new System.Drawing.Point(3, 90);
     this.lblMaxMatch.Name     = "lblMaxMatch";
     this.lblMaxMatch.Size     = new System.Drawing.Size(122, 13);
     this.lblMaxMatch.TabIndex = 5;
     this.lblMaxMatch.Text     = "Maximum times to match";
     //
     // m_txtMatchPrefix
     //
     this.m_txtMatchPrefix.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_txtMatchPrefix, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_txtMatchPrefix, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_txtMatchPrefix, "PhraseSubstitutionsDlg.m_txtMatchPrefix");
     this.m_txtMatchPrefix.Location     = new System.Drawing.Point(162, 32);
     this.m_txtMatchPrefix.Name         = "m_txtMatchPrefix";
     this.m_txtMatchPrefix.Size         = new System.Drawing.Size(107, 20);
     this.m_txtMatchPrefix.TabIndex     = 2;
     this.m_txtMatchPrefix.TextChanged += new System.EventHandler(this.SuffixOrPrefixChanged);
     //
     // m_txtMatchSuffix
     //
     this.m_txtMatchSuffix.AcceptsTab = true;
     this.m_txtMatchSuffix.Anchor     = System.Windows.Forms.AnchorStyles.Right;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_txtMatchSuffix, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_txtMatchSuffix, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_txtMatchSuffix, "PhraseSubstitutionsDlg.m_txtMatchSuffix");
     this.m_txtMatchSuffix.Location     = new System.Drawing.Point(162, 58);
     this.m_txtMatchSuffix.Name         = "m_txtMatchSuffix";
     this.m_txtMatchSuffix.Size         = new System.Drawing.Size(107, 20);
     this.m_txtMatchSuffix.TabIndex     = 4;
     this.m_txtMatchSuffix.TextChanged += new System.EventHandler(this.SuffixOrPrefixChanged);
     //
     // lblSuffix
     //
     this.lblSuffix.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblSuffix.AutoSize = true;
     this.lblSuffix.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.lblSuffix, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.lblSuffix, null);
     this.l10NSharpExtender1.SetLocalizingId(this.lblSuffix, "PhraseSubstitutionsDlg.lblSuffix");
     this.lblSuffix.Location = new System.Drawing.Point(3, 61);
     this.lblSuffix.Name     = "lblSuffix";
     this.lblSuffix.Size     = new System.Drawing.Size(73, 13);
     this.lblSuffix.TabIndex = 3;
     this.lblSuffix.Text     = "Match a suffix";
     //
     // lblMatchPrefix
     //
     this.lblMatchPrefix.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblMatchPrefix.AutoSize = true;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.lblMatchPrefix, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.lblMatchPrefix, null);
     this.l10NSharpExtender1.SetLocalizingId(this.lblMatchPrefix, "PhraseSubstitutionsDlg.lblMatchPrefix");
     this.lblMatchPrefix.Location = new System.Drawing.Point(3, 35);
     this.lblMatchPrefix.Name     = "lblMatchPrefix";
     this.lblMatchPrefix.Size     = new System.Drawing.Size(74, 13);
     this.lblMatchPrefix.TabIndex = 1;
     this.lblMatchPrefix.Text     = "Match a prefix";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.AutoSize    = true;
     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.lblMatchGroup, 0, 0);
     tableLayoutPanel2.Controls.Add(this.m_cboMatchGroup, 1, 0);
     tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
     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, 20F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(215, 30);
     tableLayoutPanel2.TabIndex = 10;
     //
     // lblMatchGroup
     //
     this.lblMatchGroup.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblMatchGroup.AutoSize = true;
     this.lblMatchGroup.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.lblMatchGroup, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.lblMatchGroup, null);
     this.l10NSharpExtender1.SetLocalizingId(this.lblMatchGroup, "PhraseSubstitutionsDlg.lblMatchGroup");
     this.lblMatchGroup.Location = new System.Drawing.Point(3, 7);
     this.lblMatchGroup.Name     = "lblMatchGroup";
     this.lblMatchGroup.Size     = new System.Drawing.Size(67, 13);
     this.lblMatchGroup.TabIndex = 5;
     this.lblMatchGroup.Text     = "Match group";
     //
     // m_cboMatchGroup
     //
     this.m_cboMatchGroup.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboMatchGroup.FormattingEnabled = true;
     this.m_cboMatchGroup.Items.AddRange(new object[] {
         "Remove"
     });
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_cboMatchGroup, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_cboMatchGroup, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_cboMatchGroup, "PhraseSubstitutionsDlg.m_cboMatchGroup");
     this.m_cboMatchGroup.Location              = new System.Drawing.Point(76, 3);
     this.m_cboMatchGroup.Name                  = "m_cboMatchGroup";
     this.m_cboMatchGroup.Size                  = new System.Drawing.Size(121, 21);
     this.m_cboMatchGroup.TabIndex              = 6;
     this.m_cboMatchGroup.SelectedIndexChanged += new System.EventHandler(this.m_cboMatchGroup_SelectedIndexChanged);
     //
     // lblInstructions
     //
     this.lblInstructions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.l10NSharpExtender1.SetLocalizableToolTip(this.lblInstructions, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.lblInstructions, null);
     this.l10NSharpExtender1.SetLocalizingId(this.lblInstructions, "PhraseSubstitutionsDlg.lblInstructions");
     this.lblInstructions.Location = new System.Drawing.Point(12, 9);
     this.lblInstructions.Name     = "lblInstructions";
     this.lblInstructions.Size     = new System.Drawing.Size(744, 103);
     this.lblInstructions.TabIndex = 8;
     this.lblInstructions.Text     = resources.GetString("lblInstructions.Text");
     //
     // btnOk
     //
     this.btnOk.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.btnOk, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.btnOk, null);
     this.l10NSharpExtender1.SetLocalizingId(this.btnOk, "Common.OK");
     this.btnOk.Location = new System.Drawing.Point(314, 403);
     this.btnOk.Name     = "btnOk";
     this.btnOk.Size     = new System.Drawing.Size(75, 23);
     this.btnOk.TabIndex = 5;
     this.btnOk.Text     = "OK";
     this.btnOk.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.btnCancel, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.btnCancel, null);
     this.l10NSharpExtender1.SetLocalizingId(this.btnCancel, "Common.Cancel");
     this.btnCancel.Location = new System.Drawing.Point(397, 403);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 6;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // m_dataGridView
     //
     this.m_dataGridView.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.m_dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colMatch,
         this.colReplacement,
         this.colIsRegEx,
         this.colMatchCase,
         this.colPreviewResult
     });
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_dataGridView, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_dataGridView, null);
     this.l10NSharpExtender1.SetLocalizationPriority(this.m_dataGridView, L10NSharp.LocalizationPriority.NotLocalizable);
     this.l10NSharpExtender1.SetLocalizingId(this.m_dataGridView, "PhraseSubstitutionsDlg.Replacements");
     this.m_dataGridView.Location               = new System.Drawing.Point(12, 180);
     this.m_dataGridView.Name                   = "m_dataGridView";
     this.m_dataGridView.Size                   = new System.Drawing.Size(740, 207);
     this.m_dataGridView.TabIndex               = 9;
     this.m_dataGridView.CellEndEdit           += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dataGridView_CellEndEdit);
     this.m_dataGridView.CellValueChanged      += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dataGridView_CellValueChanged);
     this.m_dataGridView.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.m_dataGridView_EditingControlShowing);
     this.m_dataGridView.RowEnter              += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dataGridView_RowEnter);
     //
     // colMatch
     //
     this.colMatch.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.colMatch.HeaderText   = "_L10N_:PhraseSubstitutionsDlg.Replacements.WordOrPhraseToReplace!Word or Phrase t" +
                                  "o Replace";
     this.colMatch.MinimumWidth = 200;
     this.colMatch.Name         = "colMatch";
     this.colMatch.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colMatch.ToolTipText  = "Enter text to replace or omit from the original text of the question";
     this.colMatch.Width        = 396;
     //
     // colReplacement
     //
     this.colReplacement.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colReplacement.HeaderText   = "_L10N_:PhraseSubstitutionsDlg.Replacements.Replacement!Replacement";
     this.colReplacement.MinimumWidth = 100;
     this.colReplacement.Name         = "colReplacement";
     this.colReplacement.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colReplacement.ToolTipText  = "Enter replacement text or expression (leave blank to omit the word or phrase enti" +
                                        "rely)";
     //
     // colIsRegEx
     //
     this.colIsRegEx.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.NullValue = false;
     this.colIsRegEx.DefaultCellStyle = dataGridViewCellStyle5;
     this.colIsRegEx.HeaderText       = "_L10N_:PhraseSubstitutionsDlg.Replacements.RegularExpression!Regular Expression";
     this.colIsRegEx.Name             = "colIsRegEx";
     this.colIsRegEx.ToolTipText      = "Select to interpret as a regular expression";
     this.colIsRegEx.Width            = 377;
     //
     // colMatchCase
     //
     this.colMatchCase.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle6.Alignment   = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.NullValue   = false;
     this.colMatchCase.DefaultCellStyle = dataGridViewCellStyle6;
     this.colMatchCase.HeaderText       = "_L10N_:PhraseSubstitutionsDlg.Replacements.MatchCase!Match Case";
     this.colMatchCase.Name             = "colMatchCase";
     this.colMatchCase.ToolTipText      = "Select to indicat that matches should be case-sensitive";
     this.colMatchCase.Width            = 351;
     //
     // colPreviewResult
     //
     this.colPreviewResult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colPreviewResult.HeaderText   = "_L10N_:PhraseSubstitutionsDlg.Replacements.PreviewResult!Preview Result";
     this.colPreviewResult.MinimumWidth = 100;
     this.colPreviewResult.Name         = "colPreviewResult";
     this.colPreviewResult.ReadOnly     = true;
     this.colPreviewResult.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // m_regexMatchHelper
     //
     this.m_regexMatchHelper.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.m_regexMatchHelper.AutoSize       = true;
     this.m_regexMatchHelper.Controls.Add(tableLayoutPanel1);
     this.m_regexMatchHelper.Location = new System.Drawing.Point(21, 259);
     this.m_regexMatchHelper.Name     = "m_regexMatchHelper";
     this.m_regexMatchHelper.Size     = new System.Drawing.Size(278, 119);
     this.m_regexMatchHelper.TabIndex = 10;
     this.m_regexMatchHelper.Visible  = false;
     //
     // m_grpPreview
     //
     this.m_grpPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_grpPreview.Controls.Add(this.m_cboPreviewQuestion);
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_grpPreview, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_grpPreview, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_grpPreview, "PhraseSubstitutionsDlg.m_grpPreview");
     this.m_grpPreview.Location = new System.Drawing.Point(12, 125);
     this.m_grpPreview.Name     = "m_grpPreview";
     this.m_grpPreview.Size     = new System.Drawing.Size(744, 49);
     this.m_grpPreview.TabIndex = 11;
     this.m_grpPreview.TabStop  = false;
     this.m_grpPreview.Text     = "Preview Sample Question";
     //
     // m_cboPreviewQuestion
     //
     this.m_cboPreviewQuestion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cboPreviewQuestion.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.m_cboPreviewQuestion.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.m_cboPreviewQuestion.FormattingEnabled  = true;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_cboPreviewQuestion, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_cboPreviewQuestion, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_cboPreviewQuestion, "PhraseSubstitutionsDlg.m_cboPreviewQuestion");
     this.m_cboPreviewQuestion.Location     = new System.Drawing.Point(6, 19);
     this.m_cboPreviewQuestion.Name         = "m_cboPreviewQuestion";
     this.m_cboPreviewQuestion.Size         = new System.Drawing.Size(732, 21);
     this.m_cboPreviewQuestion.TabIndex     = 0;
     this.m_cboPreviewQuestion.TextChanged += new System.EventHandler(this.UpdatePreview);
     //
     // m_regexReplacementHelper
     //
     this.m_regexReplacementHelper.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.m_regexReplacementHelper.AutoSize       = true;
     this.m_regexReplacementHelper.Controls.Add(tableLayoutPanel2);
     this.m_regexReplacementHelper.Location = new System.Drawing.Point(287, 259);
     this.m_regexReplacementHelper.Name     = "m_regexReplacementHelper";
     this.m_regexReplacementHelper.Size     = new System.Drawing.Size(221, 37);
     this.m_regexReplacementHelper.TabIndex = 12;
     this.m_regexReplacementHelper.Visible  = false;
     //
     // toolStripUpDownButtons
     //
     this.toolStripUpDownButtons.AllowMerge  = false;
     this.toolStripUpDownButtons.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.toolStripUpDownButtons.BackColor   = System.Drawing.Color.Transparent;
     this.toolStripUpDownButtons.CanOverflow = false;
     this.toolStripUpDownButtons.Dock        = System.Windows.Forms.DockStyle.None;
     this.toolStripUpDownButtons.GripStyle   = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripUpDownButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnUp,
         this.btnDown
     });
     this.toolStripUpDownButtons.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.toolStripUpDownButtons, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.toolStripUpDownButtons, null);
     this.l10NSharpExtender1.SetLocalizingId(this.toolStripUpDownButtons, "PhraseSubstitutionsDlg.toolStripUpDownButtons");
     this.toolStripUpDownButtons.Location = new System.Drawing.Point(762, 220);
     this.toolStripUpDownButtons.Name     = "toolStripUpDownButtons";
     this.toolStripUpDownButtons.Padding  = new System.Windows.Forms.Padding(0, 0, 6, 0);
     this.toolStripUpDownButtons.Size     = new System.Drawing.Size(29, 48);
     this.toolStripUpDownButtons.TabIndex = 14;
     //
     // btnUp
     //
     this.btnUp.BackColor             = System.Drawing.Color.Transparent;
     this.btnUp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnUp.Image                 = global::SIL.Transcelerator.Properties.Resources.Arrow_Up_icon;
     this.btnUp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.btnUp, "Move Up");
     this.l10NSharpExtender1.SetLocalizationComment(this.btnUp, null);
     this.l10NSharpExtender1.SetLocalizingId(this.btnUp, "PhraseSubstitutionsDlg.btnUp");
     this.btnUp.Name        = "btnUp";
     this.btnUp.Size        = new System.Drawing.Size(22, 20);
     this.btnUp.Text        = "Up";
     this.btnUp.ToolTipText = "Move Up";
     this.btnUp.Click      += new System.EventHandler(this.btnUp_Click);
     //
     // btnDown
     //
     this.btnDown.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnDown.Image                 = global::SIL.Transcelerator.Properties.Resources.Arrow_Down_icon;
     this.btnDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.btnDown, "Move Down");
     this.l10NSharpExtender1.SetLocalizationComment(this.btnDown, null);
     this.l10NSharpExtender1.SetLocalizingId(this.btnDown, "PhraseSubstitutionsDlg.btnDown");
     this.btnDown.Name        = "btnDown";
     this.btnDown.Size        = new System.Drawing.Size(22, 20);
     this.btnDown.Text        = "Down";
     this.btnDown.ToolTipText = "Move Down";
     this.btnDown.Click      += new System.EventHandler(this.btnDown_Click);
     //
     // l10NSharpExtender1
     //
     this.l10NSharpExtender1.LocalizationManagerId = "Transcelerator";
     this.l10NSharpExtender1.PrefixForNewItems     = null;
     //
     // PhraseSubstitutionsDlg
     //
     this.AcceptButton        = this.btnOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(786, 438);
     this.Controls.Add(this.toolStripUpDownButtons);
     this.Controls.Add(this.m_regexReplacementHelper);
     this.Controls.Add(this.m_grpPreview);
     this.Controls.Add(this.m_regexMatchHelper);
     this.Controls.Add(this.m_dataGridView);
     this.Controls.Add(this.lblInstructions);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.HelpButton = true;
     this.l10NSharpExtender1.SetLocalizableToolTip(this, null);
     this.l10NSharpExtender1.SetLocalizationComment(this, null);
     this.l10NSharpExtender1.SetLocalizingId(this, "PhraseSubstitutionsDlg.WindowTitle");
     this.MaximizeBox        = false;
     this.MinimizeBox        = false;
     this.Name               = "PhraseSubstitutionsDlg";
     this.ShowIcon           = false;
     this.ShowInTaskbar      = false;
     this.Text               = "Question Adjustments";
     this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.HandleHelpButtonClick);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_numTimesToMatch)).EndInit();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dataGridView)).EndInit();
     this.m_regexMatchHelper.ResumeLayout(false);
     this.m_regexMatchHelper.PerformLayout();
     this.m_grpPreview.ResumeLayout(false);
     this.m_regexReplacementHelper.ResumeLayout(false);
     this.m_regexReplacementHelper.PerformLayout();
     this.toolStripUpDownButtons.ResumeLayout(false);
     this.toolStripUpDownButtons.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.l10NSharpExtender1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.Label                     label1;
     System.Windows.Forms.Label                     label2;
     System.Windows.Forms.Label                     label3;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel2;
     System.Windows.Forms.Button                    CmdCancel;
     System.Windows.Forms.Button                    CmdOK;
     System.Windows.Forms.Label                     label4;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RequestLicense));
     this.Product      = new System.Windows.Forms.TextBox();
     this.UserName     = new System.Windows.Forms.TextBox();
     this.LicenseCode  = new System.Windows.Forms.TextBox();
     this.Version      = new System.Windows.Forms.TextBox();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     label1            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     label3            = new System.Windows.Forms.Label();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     CmdCancel         = new System.Windows.Forms.Button();
     CmdOK             = new System.Windows.Forms.Button();
     label4            = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     tableLayoutPanel1.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(label1, 0, 0);
     tableLayoutPanel1.Controls.Add(label2, 0, 2);
     tableLayoutPanel1.Controls.Add(label3, 0, 3);
     tableLayoutPanel1.Controls.Add(this.Product, 1, 0);
     tableLayoutPanel1.Controls.Add(this.UserName, 1, 2);
     tableLayoutPanel1.Controls.Add(this.LicenseCode, 1, 3);
     tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 2, 4);
     tableLayoutPanel1.Controls.Add(label4, 0, 1);
     tableLayoutPanel1.Controls.Add(this.Version, 1, 1);
     tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 5;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(505, 141);
     tableLayoutPanel1.TabIndex = 0;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 6);
     label1.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(47, 13);
     label1.TabIndex = 0;
     label1.Text     = "Product:";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(3, 58);
     label2.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(63, 13);
     label2.TabIndex = 2;
     label2.Text     = "User Name:";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(3, 84);
     label3.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(75, 13);
     label3.TabIndex = 4;
     label3.Text     = "License Code:";
     //
     // Product
     //
     tableLayoutPanel1.SetColumnSpan(this.Product, 2);
     this.Product.Dock     = System.Windows.Forms.DockStyle.Top;
     this.Product.Location = new System.Drawing.Point(84, 3);
     this.Product.Name     = "Product";
     this.Product.ReadOnly = true;
     this.Product.Size     = new System.Drawing.Size(418, 20);
     this.Product.TabIndex = 1;
     //
     // UserName
     //
     tableLayoutPanel1.SetColumnSpan(this.UserName, 2);
     this.UserName.Dock     = System.Windows.Forms.DockStyle.Top;
     this.UserName.Location = new System.Drawing.Point(84, 55);
     this.UserName.Name     = "UserName";
     this.UserName.ReadOnly = true;
     this.UserName.Size     = new System.Drawing.Size(418, 20);
     this.UserName.TabIndex = 3;
     //
     // LicenseCode
     //
     tableLayoutPanel1.SetColumnSpan(this.LicenseCode, 2);
     this.LicenseCode.Dock     = System.Windows.Forms.DockStyle.Top;
     this.LicenseCode.Location = new System.Drawing.Point(84, 81);
     this.LicenseCode.Name     = "LicenseCode";
     this.LicenseCode.Size     = new System.Drawing.Size(418, 20);
     this.LicenseCode.TabIndex = 5;
     //
     // 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());
     tableLayoutPanel2.Controls.Add(CmdCancel, 1, 0);
     tableLayoutPanel2.Controls.Add(CmdOK, 0, 0);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.Location = new System.Drawing.Point(340, 107);
     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(162, 31);
     tableLayoutPanel2.TabIndex = 6;
     //
     // 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;
     //
     // 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;
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(3, 32);
     label4.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(45, 13);
     label4.TabIndex = 0;
     label4.Text     = "Version:";
     //
     // Version
     //
     tableLayoutPanel1.SetColumnSpan(this.Version, 2);
     this.Version.Dock     = System.Windows.Forms.DockStyle.Top;
     this.Version.Location = new System.Drawing.Point(84, 29);
     this.Version.Name     = "Version";
     this.Version.ReadOnly = true;
     this.Version.Size     = new System.Drawing.Size(418, 20);
     this.Version.TabIndex = 1;
     //
     // RequestLicense
     //
     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(528, 162);
     this.Controls.Add(tableLayoutPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(2000, 200);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(400, 200);
     this.Name          = "RequestLicense";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Enter License Code";
     this.Shown        += new System.EventHandler(this.RequestLicense_Shown);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #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.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();
     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(57, 13);
     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, 236);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(57, 13);
     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, 16);
     this.listViewProperties.Name          = "listViewProperties";
     this.listViewProperties.Size          = new System.Drawing.Size(722, 217);
     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, 252);
     this.listViewInterfaces.Name          = "listViewInterfaces";
     this.listViewInterfaces.Size          = new System.Drawing.Size(722, 217);
     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.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripDropDownButtonOperations
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 473);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Size     = new System.Drawing.Size(728, 22);
     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.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(78, 20);
     this.toolStripDropDownButtonOperations.Text = "Operations";
     //
     // openDispatchToolStripMenuItem
     //
     this.openDispatchToolStripMenuItem.Name   = "openDispatchToolStripMenuItem";
     this.openDispatchToolStripMenuItem.Size   = new System.Drawing.Size(182, 22);
     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(182, 22);
     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(182, 22);
     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(182, 22);
     this.marshalToolStripMenuItem.Text = "Marshal";
     //
     // toHexEditorToolStripMenuItem
     //
     this.toHexEditorToolStripMenuItem.Name   = "toHexEditorToolStripMenuItem";
     this.toHexEditorToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     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(155, 22);
     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(182, 22);
     this.saveStreamToolStripMenuItem.Text   = "Save Stream";
     this.saveStreamToolStripMenuItem.Click += new System.EventHandler(this.btnSaveStream_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();
 }
        /// <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;
            this.chooseX = new System.Windows.Forms.NumericUpDown();
            this.chooseY = new System.Windows.Forms.NumericUpDown();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            label1 = new System.Windows.Forms.Label();
            tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chooseX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chooseY)).BeginInit();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.AutoSize = true;
            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.chooseX, 0, 1);
            tableLayoutPanel1.Controls.Add(this.chooseY, 1, 1);
            tableLayoutPanel1.Controls.Add(label1, 0, 0);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(4, 4);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 2;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.Size = new System.Drawing.Size(137, 39);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // label1
            // 
            label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            label1.AutoSize = true;
            tableLayoutPanel1.SetColumnSpan(label1, 2);
            label1.Location = new System.Drawing.Point(3, 0);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(131, 13);
            label1.TabIndex = 0;
            label1.Text = "Goto Location";
            label1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            // 
            // chooseX
            // 
            this.chooseX.Location = new System.Drawing.Point(3, 16);
            this.chooseX.Maximum = new decimal(new int[] {
            16384,
            0,
            0,
            0});
            this.chooseX.Name = "chooseX";
            this.chooseX.Size = new System.Drawing.Size(62, 20);
            this.chooseX.TabIndex = 1;
            this.chooseX.Value = new decimal(new int[] {
            16384,
            0,
            0,
            0});
            this.chooseX.Enter += new System.EventHandler(this.location_Enter);
            this.chooseX.KeyDown += new System.Windows.Forms.KeyEventHandler(this.location_KeyDown);
            // 
            // chooseY
            // 
            this.chooseY.Location = new System.Drawing.Point(71, 16);
            this.chooseY.Maximum = new decimal(new int[] {
            16384,
            0,
            0,
            0});
            this.chooseY.Name = "chooseY";
            this.chooseY.Size = new System.Drawing.Size(63, 20);
            this.chooseY.TabIndex = 2;
            this.chooseY.Value = new decimal(new int[] {
            16384,
            0,
            0,
            0});
            this.chooseY.Enter += new System.EventHandler(this.location_Enter);
            this.chooseY.KeyDown += new System.Windows.Forms.KeyEventHandler(this.location_KeyDown);
            // 
            // TextureGoto
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.ClientSize = new System.Drawing.Size(145, 47);
            this.ControlBox = false;
            this.Controls.Add(tableLayoutPanel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TextureGoto";
            this.Padding = new System.Windows.Forms.Padding(4);
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.TopMost = true;
            this.Deactivate += new System.EventHandler(this.TextureGoto_Deactivate);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chooseX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chooseY)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
     this.tabControl       = new System.Windows.Forms.TabControl();
     this.tabPage          = new System.Windows.Forms.TabPage();
     this.muteWhenBossCome = new System.Windows.Forms.CheckBox();
     this.textBox          = new System.Windows.Forms.TextBox();
     this.enableBossKey    = new System.Windows.Forms.CheckBox();
     tableLayoutPanel      = new System.Windows.Forms.TableLayoutPanel();
     this.tabControl.SuspendLayout();
     this.tabPage.SuspendLayout();
     tableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabPage);
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.TabIndex      = 0;
     //
     // tabPage
     //
     this.tabPage.Controls.Add(tableLayoutPanel);
     this.tabPage.Location = new System.Drawing.Point(4, 22);
     this.tabPage.Name     = "tabPage";
     this.tabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage.TabIndex = 0;
     this.tabPage.Text     = "老板键";
     this.tabPage.UseVisualStyleBackColor = true;
     //
     // muteWhenBossCome
     //
     this.muteWhenBossCome.AutoSize = true;
     tableLayoutPanel.SetColumnSpan(this.muteWhenBossCome, 2);
     this.muteWhenBossCome.Dock     = System.Windows.Forms.DockStyle.Top;
     this.muteWhenBossCome.Location = new System.Drawing.Point(3, 30);
     this.muteWhenBossCome.Name     = "muteWhenBossCome";
     this.muteWhenBossCome.Size     = new System.Drawing.Size(358, 16);
     this.muteWhenBossCome.TabIndex = 4;
     this.muteWhenBossCome.Text     = "按下老板键时关闭声音";
     this.muteWhenBossCome.UseVisualStyleBackColor = true;
     //
     // textBox
     //
     this.textBox.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.textBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.textBox.Location = new System.Drawing.Point(93, 3);
     this.textBox.Name     = "textBox";
     this.textBox.Size     = new System.Drawing.Size(268, 21);
     this.textBox.TabIndex = 1;
     this.textBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown);
     //
     // enableBossKey
     //
     this.enableBossKey.AutoSize = true;
     this.enableBossKey.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.enableBossKey.Location = new System.Drawing.Point(3, 3);
     this.enableBossKey.Name     = "enableBossKey";
     this.enableBossKey.Size     = new System.Drawing.Size(84, 21);
     this.enableBossKey.TabIndex = 4;
     this.enableBossKey.Text     = "启用老板键";
     this.enableBossKey.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel
     //
     tableLayoutPanel.AutoSize     = true;
     tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel.ColumnCount  = 2;
     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.enableBossKey, 0, 0);
     tableLayoutPanel.Controls.Add(this.muteWhenBossCome, 0, 1);
     tableLayoutPanel.Controls.Add(this.textBox, 1, 0);
     tableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel.Location = new System.Drawing.Point(3, 3);
     tableLayoutPanel.Name     = "tableLayoutPanel";
     tableLayoutPanel.RowCount = 2;
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.TabIndex = 5;
     //
     // Settings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.tabControl);
     this.Name  = "Settings";
     this.Load += new System.EventHandler(this.Settings_Load);
     this.tabControl.ResumeLayout(false);
     this.tabPage.ResumeLayout(false);
     this.tabPage.PerformLayout();
     tableLayoutPanel.ResumeLayout(false);
     tableLayoutPanel.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel          tlpnlEnvironment;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GitSettingsPage));
     System.Windows.Forms.TableLayoutPanel          tlpnlGitPaths;
     System.Windows.Forms.TableLayoutPanel          tlpnlMain;
     this.ChangeHomeButton      = new System.Windows.Forms.Button();
     this.lblGlobalConfigPath   = new System.Windows.Forms.Label();
     this.homeIsSetToLabel      = new System.Windows.Forms.Label();
     this.label50               = new System.Windows.Forms.Label();
     this.downloadGitForWindows = new System.Windows.Forms.LinkLabel();
     this.lblGitCommand         = new System.Windows.Forms.Label();
     this.lblShPath             = new System.Windows.Forms.Label();
     this.BrowseGitBinPath      = new System.Windows.Forms.Button();
     this.GitBinPath            = new System.Windows.Forms.TextBox();
     this.GitPath               = new System.Windows.Forms.TextBox();
     this.BrowseGitPath         = new System.Windows.Forms.Button();
     this.gbEnvironment         = new System.Windows.Forms.GroupBox();
     this.gbPaths               = new System.Windows.Forms.GroupBox();
     tlpnlEnvironment           = new System.Windows.Forms.TableLayoutPanel();
     tlpnlGitPaths              = new System.Windows.Forms.TableLayoutPanel();
     tlpnlMain = new System.Windows.Forms.TableLayoutPanel();
     tlpnlEnvironment.SuspendLayout();
     tlpnlGitPaths.SuspendLayout();
     tlpnlMain.SuspendLayout();
     this.gbEnvironment.SuspendLayout();
     this.gbPaths.SuspendLayout();
     this.SuspendLayout();
     //
     // tlpnlEnvironment
     //
     tlpnlEnvironment.AutoSize     = true;
     tlpnlEnvironment.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tlpnlEnvironment.ColumnCount  = 1;
     tlpnlEnvironment.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tlpnlEnvironment.Controls.Add(this.ChangeHomeButton, 0, 3);
     tlpnlEnvironment.Controls.Add(this.lblGlobalConfigPath, 0, 0);
     tlpnlEnvironment.Controls.Add(this.homeIsSetToLabel, 0, 2);
     tlpnlEnvironment.Dock     = System.Windows.Forms.DockStyle.Fill;
     tlpnlEnvironment.Location = new System.Drawing.Point(8, 22);
     tlpnlEnvironment.Name     = "tlpnlEnvironment";
     tlpnlEnvironment.RowCount = 4;
     tlpnlEnvironment.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlEnvironment.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tlpnlEnvironment.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlEnvironment.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlEnvironment.Size     = new System.Drawing.Size(609, 98);
     tlpnlEnvironment.TabIndex = 0;
     //
     // ChangeHomeButton
     //
     this.ChangeHomeButton.AutoSize = true;
     this.ChangeHomeButton.Location = new System.Drawing.Point(3, 70);
     this.ChangeHomeButton.Name     = "ChangeHomeButton";
     this.ChangeHomeButton.Size     = new System.Drawing.Size(90, 25);
     this.ChangeHomeButton.TabIndex = 2;
     this.ChangeHomeButton.Text     = "Change HOME";
     this.ChangeHomeButton.UseVisualStyleBackColor = true;
     this.ChangeHomeButton.Click += new System.EventHandler(this.ChangeHomeButton_Click);
     //
     // lblGlobalConfigPath
     //
     this.lblGlobalConfigPath.AutoSize = true;
     this.lblGlobalConfigPath.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lblGlobalConfigPath.Location = new System.Drawing.Point(3, 0);
     this.lblGlobalConfigPath.Name     = "lblGlobalConfigPath";
     this.lblGlobalConfigPath.Size     = new System.Drawing.Size(603, 26);
     this.lblGlobalConfigPath.TabIndex = 0;
     this.lblGlobalConfigPath.Text     = resources.GetString("lblGlobalConfigPath.Text");
     //
     // homeIsSetToLabel
     //
     this.homeIsSetToLabel.AutoSize = true;
     this.homeIsSetToLabel.Location = new System.Drawing.Point(3, 46);
     this.homeIsSetToLabel.Margin   = new System.Windows.Forms.Padding(3, 0, 3, 8);
     this.homeIsSetToLabel.Name     = "homeIsSetToLabel";
     this.homeIsSetToLabel.Size     = new System.Drawing.Size(100, 13);
     this.homeIsSetToLabel.TabIndex = 1;
     this.homeIsSetToLabel.Text     = "HOME is set to: {0}";
     //
     // tlpnlGitPaths
     //
     tlpnlGitPaths.AutoSize     = true;
     tlpnlGitPaths.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tlpnlGitPaths.ColumnCount  = 3;
     tlpnlGitPaths.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tlpnlGitPaths.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tlpnlGitPaths.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tlpnlGitPaths.Controls.Add(this.label50, 0, 0);
     tlpnlGitPaths.Controls.Add(this.downloadGitForWindows, 0, 3);
     tlpnlGitPaths.Controls.Add(this.lblGitCommand, 0, 1);
     tlpnlGitPaths.Controls.Add(this.lblShPath, 0, 2);
     tlpnlGitPaths.Controls.Add(this.BrowseGitBinPath, 2, 2);
     tlpnlGitPaths.Controls.Add(this.GitBinPath, 1, 2);
     tlpnlGitPaths.Controls.Add(this.GitPath, 1, 1);
     tlpnlGitPaths.Controls.Add(this.BrowseGitPath, 2, 1);
     tlpnlGitPaths.Dock     = System.Windows.Forms.DockStyle.Fill;
     tlpnlGitPaths.Location = new System.Drawing.Point(8, 22);
     tlpnlGitPaths.Name     = "tlpnlGitPaths";
     tlpnlGitPaths.RowCount = 4;
     tlpnlGitPaths.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlGitPaths.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlGitPaths.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlGitPaths.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlGitPaths.Size     = new System.Drawing.Size(609, 84);
     tlpnlGitPaths.TabIndex = 0;
     //
     // label50
     //
     this.label50.AutoSize = true;
     tlpnlGitPaths.SetColumnSpan(this.label50, 3);
     this.label50.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label50.Location = new System.Drawing.Point(3, 0);
     this.label50.Name     = "label50";
     this.label50.Size     = new System.Drawing.Size(603, 13);
     this.label50.TabIndex = 0;
     this.label50.Text     = "Git Extensions can use Git for Windows or cygwin to access git repositories. Set " +
                             "the correct paths below.";
     this.label50.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // downloadGitForWindows
     //
     this.downloadGitForWindows.AutoSize     = true;
     this.downloadGitForWindows.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.downloadGitForWindows.LinkColor    = System.Drawing.SystemColors.HotTrack;
     this.downloadGitForWindows.Location     = new System.Drawing.Point(3, 71);
     this.downloadGitForWindows.Name         = "downloadGitForWindows";
     this.downloadGitForWindows.Size         = new System.Drawing.Size(291, 13);
     this.downloadGitForWindows.TabIndex     = 7;
     this.downloadGitForWindows.TabStop      = true;
     this.downloadGitForWindows.Text         = "Download Git";
     this.downloadGitForWindows.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.downloadGitForWindows.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.downloadGitForWindows_LinkClicked);
     //
     // lblGitCommand
     //
     this.lblGitCommand.AutoSize  = true;
     this.lblGitCommand.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblGitCommand.Location  = new System.Drawing.Point(3, 13);
     this.lblGitCommand.Name      = "lblGitCommand";
     this.lblGitCommand.Size      = new System.Drawing.Size(291, 29);
     this.lblGitCommand.TabIndex  = 1;
     this.lblGitCommand.Text      = "Command used to run git (git.cmd or git.exe)";
     this.lblGitCommand.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblShPath
     //
     this.lblShPath.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblShPath.Location  = new System.Drawing.Point(3, 42);
     this.lblShPath.Name      = "lblShPath";
     this.lblShPath.Size      = new System.Drawing.Size(291, 29);
     this.lblShPath.TabIndex  = 4;
     this.lblShPath.Text      = "Path to linux tools (sh). Leave empty when it is in the path.";
     this.lblShPath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BrowseGitBinPath
     //
     this.BrowseGitBinPath.AutoSize                = true;
     this.BrowseGitBinPath.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BrowseGitBinPath.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.BrowseGitBinPath.Location                = new System.Drawing.Point(554, 45);
     this.BrowseGitBinPath.Name                    = "BrowseGitBinPath";
     this.BrowseGitBinPath.Size                    = new System.Drawing.Size(52, 23);
     this.BrowseGitBinPath.TabIndex                = 6;
     this.BrowseGitBinPath.Text                    = "Browse";
     this.BrowseGitBinPath.UseVisualStyleBackColor = true;
     this.BrowseGitBinPath.Click                  += new System.EventHandler(this.BrowseGitBinPath_Click);
     //
     // GitBinPath
     //
     this.GitBinPath.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.GitBinPath.Location     = new System.Drawing.Point(300, 45);
     this.GitBinPath.MaxLength    = 300;
     this.GitBinPath.Name         = "GitBinPath";
     this.GitBinPath.Size         = new System.Drawing.Size(248, 21);
     this.GitBinPath.TabIndex     = 5;
     this.GitBinPath.TextChanged += new System.EventHandler(this.GitBinPath_TextChanged);
     //
     // GitPath
     //
     this.GitPath.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.GitPath.Location     = new System.Drawing.Point(300, 16);
     this.GitPath.MaxLength    = 300;
     this.GitPath.Name         = "GitPath";
     this.GitPath.Size         = new System.Drawing.Size(248, 21);
     this.GitPath.TabIndex     = 2;
     this.GitPath.TextChanged += new System.EventHandler(this.GitPath_TextChanged);
     //
     // BrowseGitPath
     //
     this.BrowseGitPath.AutoSize                = true;
     this.BrowseGitPath.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BrowseGitPath.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.BrowseGitPath.Location                = new System.Drawing.Point(554, 16);
     this.BrowseGitPath.Name                    = "BrowseGitPath";
     this.BrowseGitPath.Size                    = new System.Drawing.Size(52, 23);
     this.BrowseGitPath.TabIndex                = 3;
     this.BrowseGitPath.Text                    = "Browse";
     this.BrowseGitPath.UseVisualStyleBackColor = true;
     this.BrowseGitPath.Click                  += new System.EventHandler(this.BrowseGitPath_Click);
     //
     // tlpnlMain
     //
     tlpnlMain.ColumnCount = 1;
     tlpnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tlpnlMain.Controls.Add(this.gbEnvironment, 0, 1);
     tlpnlMain.Controls.Add(this.gbPaths, 0, 0);
     tlpnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     tlpnlMain.Location = new System.Drawing.Point(8, 8);
     tlpnlMain.Name     = "tlpnlMain";
     tlpnlMain.RowCount = 3;
     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(631, 598);
     tlpnlMain.TabIndex = 0;
     //
     // gbEnvironment
     //
     this.gbEnvironment.AutoSize     = true;
     this.gbEnvironment.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.gbEnvironment.Controls.Add(tlpnlEnvironment);
     this.gbEnvironment.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbEnvironment.Location = new System.Drawing.Point(3, 123);
     this.gbEnvironment.Name     = "gbEnvironment";
     this.gbEnvironment.Padding  = new System.Windows.Forms.Padding(8);
     this.gbEnvironment.Size     = new System.Drawing.Size(625, 128);
     this.gbEnvironment.TabIndex = 1;
     this.gbEnvironment.TabStop  = false;
     this.gbEnvironment.Text     = "Environment";
     //
     // gbPaths
     //
     this.gbPaths.AutoSize     = true;
     this.gbPaths.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.gbPaths.Controls.Add(tlpnlGitPaths);
     this.gbPaths.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbPaths.Location = new System.Drawing.Point(3, 3);
     this.gbPaths.Name     = "gbPaths";
     this.gbPaths.Padding  = new System.Windows.Forms.Padding(8);
     this.gbPaths.Size     = new System.Drawing.Size(625, 114);
     this.gbPaths.TabIndex = 0;
     this.gbPaths.TabStop  = false;
     this.gbPaths.Text     = "Paths";
     //
     // GitSettingsPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(tlpnlMain);
     this.Name    = "GitSettingsPage";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Size    = new System.Drawing.Size(647, 614);
     tlpnlEnvironment.ResumeLayout(false);
     tlpnlEnvironment.PerformLayout();
     tlpnlGitPaths.ResumeLayout(false);
     tlpnlGitPaths.PerformLayout();
     tlpnlMain.ResumeLayout(false);
     tlpnlMain.PerformLayout();
     this.gbEnvironment.ResumeLayout(false);
     this.gbEnvironment.PerformLayout();
     this.gbPaths.ResumeLayout(false);
     this.gbPaths.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            System.Windows.Forms.GroupBox HeaderGroup;
            System.Windows.Forms.TableLayoutPanel HeaderColorLayout;
            System.Windows.Forms.Label HeaderBackgroundColorLabel;
            System.Windows.Forms.TableLayoutPanel Layout;
            System.Windows.Forms.GroupBox GraphGroup;
            System.Windows.Forms.TableLayoutPanel GraphColorLayout;
            System.Windows.Forms.Label GraphBackgroundColorLabel;
            System.Windows.Forms.Label GraphLineWidthLabel;
            System.Windows.Forms.Label GraphIconPaddingLabel;
            this.HeaderShow = new System.Windows.Forms.CheckBox();
            this.HeaderLayout = new System.Windows.Forms.TableLayoutPanel();
            this.HeaderManaShow = new System.Windows.Forms.CheckBox();
            this.HeaderRegenShow = new System.Windows.Forms.CheckBox();
            this.HeaderPotionsShow = new System.Windows.Forms.CheckBox();
            this.HeaderText = new System.Windows.Forms.TextBox();
            this.HeaderManaText = new System.Windows.Forms.TextBox();
            this.HeaderRegenText = new System.Windows.Forms.TextBox();
            this.HeaderPotionsText = new System.Windows.Forms.TextBox();
            this.HeaderBackgroundColor = new System.Windows.Forms.Button();
            this.HeaderTextColorEnabled = new System.Windows.Forms.CheckBox();
            this.HeaderTextColor = new System.Windows.Forms.Button();
            this.HeaderTextFontEnabled = new System.Windows.Forms.CheckBox();
            this.HeaderTextFontLayout = new System.Windows.Forms.TableLayoutPanel();
            this.HeaderTextFontName = new System.Windows.Forms.Label();
            this.HeaderTextFontChoose = new System.Windows.Forms.Button();
            this.GraphShow = new System.Windows.Forms.CheckBox();
            this.GraphLayout = new System.Windows.Forms.TableLayoutPanel();
            this.GraphSizeLabel = new System.Windows.Forms.Label();
            this.GraphSizeTrack = new System.Windows.Forms.TrackBar();
            this.GraphSizeNumber = new System.Windows.Forms.NumericUpDown();
            this.GraphTimespanEnabled = new System.Windows.Forms.CheckBox();
            this.GraphTimespanLayout = new System.Windows.Forms.TableLayoutPanel();
            this.GraphTimespanTrack = new System.Windows.Forms.TrackBar();
            this.GraphTimespanNumber = new System.Windows.Forms.NumericUpDown();
            this.GraphBackgroundColor = new System.Windows.Forms.Button();
            this.GraphManaShow = new System.Windows.Forms.CheckBox();
            this.GraphManaColor = new System.Windows.Forms.Button();
            this.GraphRegenShow = new System.Windows.Forms.CheckBox();
            this.GraphRegenColor = new System.Windows.Forms.Button();
            this.GraphDrinkLineShow = new System.Windows.Forms.CheckBox();
            this.GraphDrinkLineColor = new System.Windows.Forms.Button();
            this.GraphDrinkImageShow = new System.Windows.Forms.CheckBox();
            this.GraphDrinkImage = new System.Windows.Forms.PictureBox();
            this.GraphPickupLineShow = new System.Windows.Forms.CheckBox();
            this.GraphPickupLineColor = new System.Windows.Forms.Button();
            this.GraphPickupImageShow = new System.Windows.Forms.CheckBox();
            this.GraphPickupImage = new System.Windows.Forms.PictureBox();
            this.GraphBlinkLineShow = new System.Windows.Forms.CheckBox();
            this.GraphBlinkLineColor = new System.Windows.Forms.Button();
            this.GraphBlinkImageShow = new System.Windows.Forms.CheckBox();
            this.GraphBlinkImage = new System.Windows.Forms.PictureBox();
            this.GraphLoadLineShow = new System.Windows.Forms.CheckBox();
            this.GraphLoadLineColor = new System.Windows.Forms.Button();
            this.GraphLoadImageShow = new System.Windows.Forms.CheckBox();
            this.GraphLoadImage = new System.Windows.Forms.PictureBox();
            this.GraphSplitLineShow = new System.Windows.Forms.CheckBox();
            this.GraphSplitLineColor = new System.Windows.Forms.Button();
            this.GraphSplitImageShow = new System.Windows.Forms.CheckBox();
            this.GraphSplitImage = new System.Windows.Forms.PictureBox();
            this.GraphFlip = new System.Windows.Forms.CheckBox();
            this.GraphIconsOnBottom = new System.Windows.Forms.CheckBox();
            this.GraphIconPaddingTrack = new System.Windows.Forms.TrackBar();
            this.GraphIconPaddingNumber = new System.Windows.Forms.NumericUpDown();
            this.GraphLineWidthTrack = new System.Windows.Forms.TrackBar();
            this.GraphLineWidthNumber = new System.Windows.Forms.NumericUpDown();
            this.OpenImageDialog = new System.Windows.Forms.OpenFileDialog();
            this.GraphBloodOxHeart = new System.Windows.Forms.CheckBox();
            HeaderGroup = new System.Windows.Forms.GroupBox();
            HeaderColorLayout = new System.Windows.Forms.TableLayoutPanel();
            HeaderBackgroundColorLabel = new System.Windows.Forms.Label();
            Layout = new System.Windows.Forms.TableLayoutPanel();
            GraphGroup = new System.Windows.Forms.GroupBox();
            GraphColorLayout = new System.Windows.Forms.TableLayoutPanel();
            GraphBackgroundColorLabel = new System.Windows.Forms.Label();
            GraphLineWidthLabel = new System.Windows.Forms.Label();
            GraphIconPaddingLabel = new System.Windows.Forms.Label();
            HeaderGroup.SuspendLayout();
            this.HeaderLayout.SuspendLayout();
            HeaderColorLayout.SuspendLayout();
            this.HeaderTextFontLayout.SuspendLayout();
            Layout.SuspendLayout();
            GraphGroup.SuspendLayout();
            this.GraphLayout.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GraphSizeTrack)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphSizeNumber)).BeginInit();
            this.GraphTimespanLayout.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GraphTimespanTrack)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphTimespanNumber)).BeginInit();
            GraphColorLayout.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GraphDrinkImage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphPickupImage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphBlinkImage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphLoadImage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphSplitImage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphIconPaddingTrack)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphIconPaddingNumber)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphLineWidthTrack)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphLineWidthNumber)).BeginInit();
            this.SuspendLayout();
            // 
            // HeaderGroup
            // 
            HeaderGroup.AutoSize = true;
            HeaderGroup.Controls.Add(this.HeaderShow);
            HeaderGroup.Controls.Add(this.HeaderLayout);
            HeaderGroup.Dock = System.Windows.Forms.DockStyle.Top;
            HeaderGroup.Location = new System.Drawing.Point(3, 3);
            HeaderGroup.Name = "HeaderGroup";
            HeaderGroup.Size = new System.Drawing.Size(453, 123);
            HeaderGroup.TabIndex = 0;
            HeaderGroup.TabStop = false;
            // 
            // HeaderShow
            // 
            this.HeaderShow.Location = new System.Drawing.Point(6, 0);
            this.HeaderShow.Name = "HeaderShow";
            this.HeaderShow.Size = new System.Drawing.Size(61, 17);
            this.HeaderShow.TabIndex = 0;
            this.HeaderShow.Text = "Header";
            this.HeaderShow.UseVisualStyleBackColor = true;
            this.HeaderShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // HeaderLayout
            // 
            this.HeaderLayout.AutoSize = true;
            this.HeaderLayout.ColumnCount = 4;
            this.HeaderLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.HeaderLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.HeaderLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.HeaderLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.HeaderLayout.Controls.Add(this.HeaderManaShow, 1, 0);
            this.HeaderLayout.Controls.Add(this.HeaderRegenShow, 2, 0);
            this.HeaderLayout.Controls.Add(this.HeaderPotionsShow, 3, 0);
            this.HeaderLayout.Controls.Add(this.HeaderText, 0, 1);
            this.HeaderLayout.Controls.Add(this.HeaderManaText, 1, 1);
            this.HeaderLayout.Controls.Add(this.HeaderRegenText, 2, 1);
            this.HeaderLayout.Controls.Add(this.HeaderPotionsText, 3, 1);
            this.HeaderLayout.Controls.Add(HeaderColorLayout, 0, 2);
            this.HeaderLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.HeaderLayout.Location = new System.Drawing.Point(3, 16);
            this.HeaderLayout.Name = "HeaderLayout";
            this.HeaderLayout.RowCount = 3;
            this.HeaderLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.HeaderLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.HeaderLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.HeaderLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.HeaderLayout.Size = new System.Drawing.Size(447, 104);
            this.HeaderLayout.TabIndex = 1;
            // 
            // HeaderManaShow
            // 
            this.HeaderManaShow.AutoSize = true;
            this.HeaderManaShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.HeaderManaShow.Location = new System.Drawing.Point(125, 3);
            this.HeaderManaShow.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.HeaderManaShow.Name = "HeaderManaShow";
            this.HeaderManaShow.Size = new System.Drawing.Size(53, 17);
            this.HeaderManaShow.TabIndex = 1;
            this.HeaderManaShow.Text = "Mana";
            this.HeaderManaShow.UseVisualStyleBackColor = true;
            this.HeaderManaShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // HeaderRegenShow
            // 
            this.HeaderRegenShow.AutoSize = true;
            this.HeaderRegenShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.HeaderRegenShow.Location = new System.Drawing.Point(231, 3);
            this.HeaderRegenShow.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.HeaderRegenShow.Name = "HeaderRegenShow";
            this.HeaderRegenShow.Size = new System.Drawing.Size(96, 17);
            this.HeaderRegenShow.TabIndex = 3;
            this.HeaderRegenShow.Text = "Regeneratable";
            this.HeaderRegenShow.UseVisualStyleBackColor = true;
            this.HeaderRegenShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // HeaderPotionsShow
            // 
            this.HeaderPotionsShow.AutoSize = true;
            this.HeaderPotionsShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.HeaderPotionsShow.Location = new System.Drawing.Point(337, 3);
            this.HeaderPotionsShow.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.HeaderPotionsShow.Name = "HeaderPotionsShow";
            this.HeaderPotionsShow.Size = new System.Drawing.Size(61, 17);
            this.HeaderPotionsShow.TabIndex = 5;
            this.HeaderPotionsShow.Text = "Potions";
            this.HeaderPotionsShow.UseVisualStyleBackColor = true;
            this.HeaderPotionsShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // HeaderText
            // 
            this.HeaderText.Dock = System.Windows.Forms.DockStyle.Left;
            this.HeaderText.Location = new System.Drawing.Point(19, 23);
            this.HeaderText.Margin = new System.Windows.Forms.Padding(19, 3, 3, 3);
            this.HeaderText.Name = "HeaderText";
            this.HeaderText.Size = new System.Drawing.Size(100, 20);
            this.HeaderText.TabIndex = 0;
            // 
            // HeaderManaText
            // 
            this.HeaderManaText.Dock = System.Windows.Forms.DockStyle.Left;
            this.HeaderManaText.Location = new System.Drawing.Point(125, 23);
            this.HeaderManaText.Name = "HeaderManaText";
            this.HeaderManaText.Size = new System.Drawing.Size(100, 20);
            this.HeaderManaText.TabIndex = 2;
            // 
            // HeaderRegenText
            // 
            this.HeaderRegenText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.HeaderRegenText.Location = new System.Drawing.Point(231, 23);
            this.HeaderRegenText.Name = "HeaderRegenText";
            this.HeaderRegenText.Size = new System.Drawing.Size(100, 20);
            this.HeaderRegenText.TabIndex = 4;
            // 
            // HeaderPotionsText
            // 
            this.HeaderPotionsText.Dock = System.Windows.Forms.DockStyle.Left;
            this.HeaderPotionsText.Location = new System.Drawing.Point(337, 23);
            this.HeaderPotionsText.Name = "HeaderPotionsText";
            this.HeaderPotionsText.Size = new System.Drawing.Size(100, 20);
            this.HeaderPotionsText.TabIndex = 6;
            // 
            // HeaderColorLayout
            // 
            HeaderColorLayout.AutoSize = true;
            HeaderColorLayout.ColumnCount = 4;
            this.HeaderLayout.SetColumnSpan(HeaderColorLayout, 4);
            HeaderColorLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
            HeaderColorLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            HeaderColorLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
            HeaderColorLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            HeaderColorLayout.Controls.Add(HeaderBackgroundColorLabel, 0, 0);
            HeaderColorLayout.Controls.Add(this.HeaderBackgroundColor, 1, 0);
            HeaderColorLayout.Controls.Add(this.HeaderTextColorEnabled, 2, 0);
            HeaderColorLayout.Controls.Add(this.HeaderTextColor, 3, 0);
            HeaderColorLayout.Controls.Add(this.HeaderTextFontEnabled, 0, 1);
            HeaderColorLayout.Controls.Add(this.HeaderTextFontLayout, 1, 1);
            HeaderColorLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            HeaderColorLayout.Location = new System.Drawing.Point(0, 46);
            HeaderColorLayout.Margin = new System.Windows.Forms.Padding(0);
            HeaderColorLayout.Name = "HeaderColorLayout";
            HeaderColorLayout.RowCount = 2;
            HeaderColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            HeaderColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
            HeaderColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            HeaderColorLayout.Size = new System.Drawing.Size(464, 58);
            HeaderColorLayout.TabIndex = 10;
            // 
            // HeaderBackgroundColorLabel
            // 
            HeaderBackgroundColorLabel.AutoSize = true;
            HeaderBackgroundColorLabel.Dock = System.Windows.Forms.DockStyle.Left;
            HeaderBackgroundColorLabel.Location = new System.Drawing.Point(16, 7);
            HeaderBackgroundColorLabel.Margin = new System.Windows.Forms.Padding(16, 7, 3, 3);
            HeaderBackgroundColorLabel.Name = "HeaderBackgroundColorLabel";
            HeaderBackgroundColorLabel.Size = new System.Drawing.Size(95, 19);
            HeaderBackgroundColorLabel.TabIndex = 7;
            HeaderBackgroundColorLabel.Text = "Background Color:";
            // 
            // HeaderBackgroundColor
            // 
            this.HeaderBackgroundColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.HeaderBackgroundColor.Location = new System.Drawing.Point(163, 3);
            this.HeaderBackgroundColor.Name = "HeaderBackgroundColor";
            this.HeaderBackgroundColor.Size = new System.Drawing.Size(23, 23);
            this.HeaderBackgroundColor.TabIndex = 7;
            this.HeaderBackgroundColor.UseVisualStyleBackColor = true;
            this.HeaderBackgroundColor.Click += new System.EventHandler(this.ColorButtonClick);
            // 
            // HeaderTextColorEnabled
            // 
            this.HeaderTextColorEnabled.AutoSize = true;
            this.HeaderTextColorEnabled.Dock = System.Windows.Forms.DockStyle.Left;
            this.HeaderTextColorEnabled.Location = new System.Drawing.Point(218, 3);
            this.HeaderTextColorEnabled.Margin = new System.Windows.Forms.Padding(29, 3, 0, 3);
            this.HeaderTextColorEnabled.Name = "HeaderTextColorEnabled";
            this.HeaderTextColorEnabled.Size = new System.Drawing.Size(77, 23);
            this.HeaderTextColorEnabled.TabIndex = 8;
            this.HeaderTextColorEnabled.Text = "Text Color:";
            this.HeaderTextColorEnabled.UseVisualStyleBackColor = true;
            this.HeaderTextColorEnabled.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // HeaderTextColor
            // 
            this.HeaderTextColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.HeaderTextColor.Location = new System.Drawing.Point(352, 3);
            this.HeaderTextColor.Name = "HeaderTextColor";
            this.HeaderTextColor.Size = new System.Drawing.Size(23, 23);
            this.HeaderTextColor.TabIndex = 9;
            this.HeaderTextColor.UseVisualStyleBackColor = true;
            this.HeaderTextColor.Click += new System.EventHandler(this.ColorButtonClick);
            // 
            // HeaderTextFontEnabled
            // 
            this.HeaderTextFontEnabled.AutoSize = true;
            this.HeaderTextFontEnabled.Dock = System.Windows.Forms.DockStyle.Left;
            this.HeaderTextFontEnabled.Location = new System.Drawing.Point(0, 32);
            this.HeaderTextFontEnabled.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.HeaderTextFontEnabled.Name = "HeaderTextFontEnabled";
            this.HeaderTextFontEnabled.Size = new System.Drawing.Size(74, 23);
            this.HeaderTextFontEnabled.TabIndex = 10;
            this.HeaderTextFontEnabled.Text = "Text Font:";
            this.HeaderTextFontEnabled.UseVisualStyleBackColor = true;
            this.HeaderTextFontEnabled.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // HeaderTextFontLayout
            // 
            this.HeaderTextFontLayout.ColumnCount = 2;
            HeaderColorLayout.SetColumnSpan(this.HeaderTextFontLayout, 3);
            this.HeaderTextFontLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 189F));
            this.HeaderTextFontLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.HeaderTextFontLayout.Controls.Add(this.HeaderTextFontName, 0, 0);
            this.HeaderTextFontLayout.Controls.Add(this.HeaderTextFontChoose, 1, 0);
            this.HeaderTextFontLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.HeaderTextFontLayout.Location = new System.Drawing.Point(160, 29);
            this.HeaderTextFontLayout.Margin = new System.Windows.Forms.Padding(0);
            this.HeaderTextFontLayout.Name = "HeaderTextFontLayout";
            this.HeaderTextFontLayout.RowCount = 1;
            this.HeaderTextFontLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.HeaderTextFontLayout.Size = new System.Drawing.Size(304, 29);
            this.HeaderTextFontLayout.TabIndex = 11;
            // 
            // HeaderTextFontName
            // 
            this.HeaderTextFontName.AutoSize = true;
            this.HeaderTextFontName.Dock = System.Windows.Forms.DockStyle.Left;
            this.HeaderTextFontName.Location = new System.Drawing.Point(3, 7);
            this.HeaderTextFontName.Margin = new System.Windows.Forms.Padding(3, 7, 3, 3);
            this.HeaderTextFontName.Name = "HeaderTextFontName";
            this.HeaderTextFontName.Size = new System.Drawing.Size(0, 19);
            this.HeaderTextFontName.TabIndex = 0;
            // 
            // HeaderTextFontChoose
            // 
            this.HeaderTextFontChoose.Location = new System.Drawing.Point(192, 3);
            this.HeaderTextFontChoose.Name = "HeaderTextFontChoose";
            this.HeaderTextFontChoose.Size = new System.Drawing.Size(75, 23);
            this.HeaderTextFontChoose.TabIndex = 1;
            this.HeaderTextFontChoose.Text = "Choose...";
            this.HeaderTextFontChoose.UseVisualStyleBackColor = true;
            this.HeaderTextFontChoose.Click += new System.EventHandler(this.ChooseFontClick);
            // 
            // Layout
            // 
            Layout.ColumnCount = 1;
            Layout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            Layout.Controls.Add(HeaderGroup, 0, 0);
            Layout.Controls.Add(GraphGroup, 0, 1);
            Layout.Dock = System.Windows.Forms.DockStyle.Fill;
            Layout.Location = new System.Drawing.Point(0, 0);
            Layout.Name = "Layout";
            Layout.RowCount = 2;
            Layout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            Layout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            Layout.Size = new System.Drawing.Size(459, 507);
            Layout.TabIndex = 0;
            // 
            // GraphGroup
            // 
            GraphGroup.Controls.Add(this.GraphShow);
            GraphGroup.Controls.Add(this.GraphLayout);
            GraphGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            GraphGroup.Location = new System.Drawing.Point(3, 132);
            GraphGroup.Name = "GraphGroup";
            GraphGroup.Size = new System.Drawing.Size(453, 372);
            GraphGroup.TabIndex = 1;
            GraphGroup.TabStop = false;
            // 
            // GraphShow
            // 
            this.GraphShow.AutoSize = true;
            this.GraphShow.Location = new System.Drawing.Point(6, 0);
            this.GraphShow.Name = "GraphShow";
            this.GraphShow.Size = new System.Drawing.Size(55, 17);
            this.GraphShow.TabIndex = 0;
            this.GraphShow.Text = "Graph";
            this.GraphShow.UseVisualStyleBackColor = true;
            this.GraphShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphLayout
            // 
            this.GraphLayout.ColumnCount = 3;
            this.GraphLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.GraphLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.GraphLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.GraphLayout.Controls.Add(this.GraphSizeLabel, 0, 0);
            this.GraphLayout.Controls.Add(this.GraphSizeTrack, 1, 0);
            this.GraphLayout.Controls.Add(this.GraphSizeNumber, 2, 0);
            this.GraphLayout.Controls.Add(this.GraphTimespanEnabled, 0, 1);
            this.GraphLayout.Controls.Add(this.GraphTimespanLayout, 1, 1);
            this.GraphLayout.Controls.Add(GraphColorLayout, 0, 2);
            this.GraphLayout.Controls.Add(GraphLineWidthLabel, 0, 3);
            this.GraphLayout.Controls.Add(this.GraphIconPaddingTrack, 1, 3);
            this.GraphLayout.Controls.Add(this.GraphIconPaddingNumber, 2, 3);
            this.GraphLayout.Controls.Add(GraphIconPaddingLabel, 0, 4);
            this.GraphLayout.Controls.Add(this.GraphLineWidthTrack, 1, 4);
            this.GraphLayout.Controls.Add(this.GraphLineWidthNumber, 2, 4);
            this.GraphLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.GraphLayout.Location = new System.Drawing.Point(3, 16);
            this.GraphLayout.Name = "GraphLayout";
            this.GraphLayout.RowCount = 6;
            this.GraphLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            this.GraphLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            this.GraphLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.GraphLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            this.GraphLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            this.GraphLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.GraphLayout.Size = new System.Drawing.Size(447, 353);
            this.GraphLayout.TabIndex = 1;
            // 
            // GraphSizeLabel
            // 
            this.GraphSizeLabel.AutoSize = true;
            this.GraphSizeLabel.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphSizeLabel.Location = new System.Drawing.Point(16, 6);
            this.GraphSizeLabel.Margin = new System.Windows.Forms.Padding(16, 6, 3, 3);
            this.GraphSizeLabel.Name = "GraphSizeLabel";
            this.GraphSizeLabel.Size = new System.Drawing.Size(41, 17);
            this.GraphSizeLabel.TabIndex = 0;
            this.GraphSizeLabel.Text = "Height:";
            // 
            // GraphSizeTrack
            // 
            this.GraphSizeTrack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.GraphSizeTrack.LargeChange = 20;
            this.GraphSizeTrack.Location = new System.Drawing.Point(92, 0);
            this.GraphSizeTrack.Margin = new System.Windows.Forms.Padding(0);
            this.GraphSizeTrack.Maximum = 200;
            this.GraphSizeTrack.Minimum = 15;
            this.GraphSizeTrack.Name = "GraphSizeTrack";
            this.GraphSizeTrack.Size = new System.Drawing.Size(249, 26);
            this.GraphSizeTrack.SmallChange = 10;
            this.GraphSizeTrack.TabIndex = 1;
            this.GraphSizeTrack.TickStyle = System.Windows.Forms.TickStyle.None;
            this.GraphSizeTrack.Value = 15;
            this.GraphSizeTrack.Scroll += new System.EventHandler(this.TrackScroll);
            // 
            // GraphSizeNumber
            // 
            this.GraphSizeNumber.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphSizeNumber.Location = new System.Drawing.Point(344, 3);
            this.GraphSizeNumber.Maximum = new decimal(new int[] {
            300,
            0,
            0,
            0});
            this.GraphSizeNumber.Name = "GraphSizeNumber";
            this.GraphSizeNumber.Size = new System.Drawing.Size(100, 20);
            this.GraphSizeNumber.TabIndex = 2;
            this.GraphSizeNumber.ValueChanged += new System.EventHandler(this.ValueChanged);
            // 
            // GraphTimespanEnabled
            // 
            this.GraphTimespanEnabled.AutoSize = true;
            this.GraphTimespanEnabled.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphTimespanEnabled.Location = new System.Drawing.Point(0, 29);
            this.GraphTimespanEnabled.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.GraphTimespanEnabled.Name = "GraphTimespanEnabled";
            this.GraphTimespanEnabled.Size = new System.Drawing.Size(75, 20);
            this.GraphTimespanEnabled.TabIndex = 3;
            this.GraphTimespanEnabled.Text = "Timespan:";
            this.GraphTimespanEnabled.UseVisualStyleBackColor = true;
            this.GraphTimespanEnabled.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphTimespanLayout
            // 
            this.GraphTimespanLayout.ColumnCount = 2;
            this.GraphLayout.SetColumnSpan(this.GraphTimespanLayout, 2);
            this.GraphTimespanLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.GraphTimespanLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.GraphTimespanLayout.Controls.Add(this.GraphTimespanTrack, 0, 0);
            this.GraphTimespanLayout.Controls.Add(this.GraphTimespanNumber, 1, 0);
            this.GraphTimespanLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.GraphTimespanLayout.Location = new System.Drawing.Point(92, 26);
            this.GraphTimespanLayout.Margin = new System.Windows.Forms.Padding(0);
            this.GraphTimespanLayout.Name = "GraphTimespanLayout";
            this.GraphTimespanLayout.RowCount = 1;
            this.GraphTimespanLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.GraphTimespanLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            this.GraphTimespanLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            this.GraphTimespanLayout.Size = new System.Drawing.Size(355, 26);
            this.GraphTimespanLayout.TabIndex = 4;
            // 
            // GraphTimespanTrack
            // 
            this.GraphTimespanTrack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.GraphTimespanTrack.LargeChange = 10;
            this.GraphTimespanTrack.Location = new System.Drawing.Point(0, 0);
            this.GraphTimespanTrack.Margin = new System.Windows.Forms.Padding(0);
            this.GraphTimespanTrack.Maximum = 120;
            this.GraphTimespanTrack.Minimum = 10;
            this.GraphTimespanTrack.Name = "GraphTimespanTrack";
            this.GraphTimespanTrack.Size = new System.Drawing.Size(249, 26);
            this.GraphTimespanTrack.SmallChange = 5;
            this.GraphTimespanTrack.TabIndex = 0;
            this.GraphTimespanTrack.TickStyle = System.Windows.Forms.TickStyle.None;
            this.GraphTimespanTrack.Value = 10;
            this.GraphTimespanTrack.Scroll += new System.EventHandler(this.TrackScroll);
            // 
            // GraphTimespanNumber
            // 
            this.GraphTimespanNumber.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphTimespanNumber.Location = new System.Drawing.Point(252, 3);
            this.GraphTimespanNumber.Maximum = new decimal(new int[] {
            3600,
            0,
            0,
            0});
            this.GraphTimespanNumber.Name = "GraphTimespanNumber";
            this.GraphTimespanNumber.Size = new System.Drawing.Size(100, 20);
            this.GraphTimespanNumber.TabIndex = 1;
            this.GraphTimespanNumber.ValueChanged += new System.EventHandler(this.ValueChanged);
            // 
            // GraphColorLayout
            // 
            GraphColorLayout.AutoSize = true;
            GraphColorLayout.ColumnCount = 4;
            this.GraphLayout.SetColumnSpan(GraphColorLayout, 3);
            GraphColorLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
            GraphColorLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            GraphColorLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
            GraphColorLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            GraphColorLayout.Controls.Add(GraphBackgroundColorLabel, 0, 0);
            GraphColorLayout.Controls.Add(this.GraphBackgroundColor, 1, 0);
            GraphColorLayout.Controls.Add(this.GraphManaShow, 0, 1);
            GraphColorLayout.Controls.Add(this.GraphManaColor, 1, 1);
            GraphColorLayout.Controls.Add(this.GraphRegenShow, 2, 1);
            GraphColorLayout.Controls.Add(this.GraphRegenColor, 3, 1);
            GraphColorLayout.Controls.Add(this.GraphDrinkLineShow, 0, 2);
            GraphColorLayout.Controls.Add(this.GraphDrinkLineColor, 1, 2);
            GraphColorLayout.Controls.Add(this.GraphDrinkImageShow, 2, 2);
            GraphColorLayout.Controls.Add(this.GraphDrinkImage, 3, 2);
            GraphColorLayout.Controls.Add(this.GraphPickupLineShow, 0, 3);
            GraphColorLayout.Controls.Add(this.GraphPickupLineColor, 1, 3);
            GraphColorLayout.Controls.Add(this.GraphPickupImageShow, 2, 3);
            GraphColorLayout.Controls.Add(this.GraphPickupImage, 3, 3);
            GraphColorLayout.Controls.Add(this.GraphBlinkLineShow, 0, 4);
            GraphColorLayout.Controls.Add(this.GraphBlinkLineColor, 1, 4);
            GraphColorLayout.Controls.Add(this.GraphBlinkImageShow, 2, 4);
            GraphColorLayout.Controls.Add(this.GraphBlinkImage, 3, 4);
            GraphColorLayout.Controls.Add(this.GraphLoadLineShow, 0, 5);
            GraphColorLayout.Controls.Add(this.GraphLoadLineColor, 1, 5);
            GraphColorLayout.Controls.Add(this.GraphLoadImageShow, 2, 5);
            GraphColorLayout.Controls.Add(this.GraphLoadImage, 3, 5);
            GraphColorLayout.Controls.Add(this.GraphSplitLineShow, 0, 6);
            GraphColorLayout.Controls.Add(this.GraphSplitLineColor, 1, 6);
            GraphColorLayout.Controls.Add(this.GraphSplitImageShow, 2, 6);
            GraphColorLayout.Controls.Add(this.GraphSplitImage, 3, 6);
            GraphColorLayout.Controls.Add(this.GraphFlip, 0, 7);
            GraphColorLayout.Controls.Add(this.GraphIconsOnBottom, 2, 7);
            GraphColorLayout.Controls.Add(this.GraphBloodOxHeart, 0, 8);
            GraphColorLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            GraphColorLayout.Location = new System.Drawing.Point(0, 52);
            GraphColorLayout.Margin = new System.Windows.Forms.Padding(0);
            GraphColorLayout.Name = "GraphColorLayout";
            GraphColorLayout.RowCount = 9;
            GraphColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            GraphColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            GraphColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            GraphColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            GraphColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            GraphColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            GraphColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            GraphColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            GraphColorLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            GraphColorLayout.Size = new System.Drawing.Size(447, 249);
            GraphColorLayout.TabIndex = 6;
            // 
            // GraphBackgroundColorLabel
            // 
            GraphBackgroundColorLabel.AutoSize = true;
            GraphBackgroundColorLabel.Dock = System.Windows.Forms.DockStyle.Left;
            GraphBackgroundColorLabel.Location = new System.Drawing.Point(16, 6);
            GraphBackgroundColorLabel.Margin = new System.Windows.Forms.Padding(16, 6, 3, 3);
            GraphBackgroundColorLabel.Name = "GraphBackgroundColorLabel";
            GraphBackgroundColorLabel.Size = new System.Drawing.Size(95, 20);
            GraphBackgroundColorLabel.TabIndex = 0;
            GraphBackgroundColorLabel.Text = "Background Color:";
            // 
            // GraphBackgroundColor
            // 
            this.GraphBackgroundColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.GraphBackgroundColor.Location = new System.Drawing.Point(163, 3);
            this.GraphBackgroundColor.Name = "GraphBackgroundColor";
            this.GraphBackgroundColor.Size = new System.Drawing.Size(23, 23);
            this.GraphBackgroundColor.TabIndex = 1;
            this.GraphBackgroundColor.UseVisualStyleBackColor = true;
            this.GraphBackgroundColor.Click += new System.EventHandler(this.ColorButtonClick);
            // 
            // GraphManaShow
            // 
            this.GraphManaShow.AutoSize = true;
            this.GraphManaShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphManaShow.Location = new System.Drawing.Point(0, 32);
            this.GraphManaShow.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.GraphManaShow.Name = "GraphManaShow";
            this.GraphManaShow.Size = new System.Drawing.Size(83, 23);
            this.GraphManaShow.TabIndex = 2;
            this.GraphManaShow.Text = "Mana Color:";
            this.GraphManaShow.UseVisualStyleBackColor = true;
            this.GraphManaShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphManaColor
            // 
            this.GraphManaColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.GraphManaColor.Location = new System.Drawing.Point(163, 32);
            this.GraphManaColor.Name = "GraphManaColor";
            this.GraphManaColor.Size = new System.Drawing.Size(23, 23);
            this.GraphManaColor.TabIndex = 3;
            this.GraphManaColor.UseVisualStyleBackColor = true;
            this.GraphManaColor.Click += new System.EventHandler(this.ColorButtonClick);
            // 
            // GraphRegenShow
            // 
            this.GraphRegenShow.AutoSize = true;
            this.GraphRegenShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphRegenShow.Location = new System.Drawing.Point(218, 32);
            this.GraphRegenShow.Margin = new System.Windows.Forms.Padding(29, 3, 0, 3);
            this.GraphRegenShow.Name = "GraphRegenShow";
            this.GraphRegenShow.Size = new System.Drawing.Size(126, 23);
            this.GraphRegenShow.TabIndex = 4;
            this.GraphRegenShow.Text = "Regeneratable Color:";
            this.GraphRegenShow.UseVisualStyleBackColor = true;
            this.GraphRegenShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphRegenColor
            // 
            this.GraphRegenColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.GraphRegenColor.Location = new System.Drawing.Point(352, 32);
            this.GraphRegenColor.Name = "GraphRegenColor";
            this.GraphRegenColor.Size = new System.Drawing.Size(23, 23);
            this.GraphRegenColor.TabIndex = 5;
            this.GraphRegenColor.UseVisualStyleBackColor = true;
            this.GraphRegenColor.Click += new System.EventHandler(this.ColorButtonClick);
            // 
            // GraphDrinkLineShow
            // 
            this.GraphDrinkLineShow.AutoSize = true;
            this.GraphDrinkLineShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphDrinkLineShow.Location = new System.Drawing.Point(0, 61);
            this.GraphDrinkLineShow.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.GraphDrinkLineShow.Name = "GraphDrinkLineShow";
            this.GraphDrinkLineShow.Size = new System.Drawing.Size(137, 23);
            this.GraphDrinkLineShow.TabIndex = 6;
            this.GraphDrinkLineShow.Text = "Potion Drink Line Color:";
            this.GraphDrinkLineShow.UseVisualStyleBackColor = true;
            this.GraphDrinkLineShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphDrinkLineColor
            // 
            this.GraphDrinkLineColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.GraphDrinkLineColor.Location = new System.Drawing.Point(163, 61);
            this.GraphDrinkLineColor.Name = "GraphDrinkLineColor";
            this.GraphDrinkLineColor.Size = new System.Drawing.Size(23, 23);
            this.GraphDrinkLineColor.TabIndex = 7;
            this.GraphDrinkLineColor.UseVisualStyleBackColor = true;
            this.GraphDrinkLineColor.Click += new System.EventHandler(this.ColorButtonClick);
            // 
            // GraphDrinkImageShow
            // 
            this.GraphDrinkImageShow.AutoSize = true;
            this.GraphDrinkImageShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphDrinkImageShow.Location = new System.Drawing.Point(218, 61);
            this.GraphDrinkImageShow.Margin = new System.Windows.Forms.Padding(29, 3, 0, 3);
            this.GraphDrinkImageShow.Name = "GraphDrinkImageShow";
            this.GraphDrinkImageShow.Size = new System.Drawing.Size(119, 23);
            this.GraphDrinkImageShow.TabIndex = 8;
            this.GraphDrinkImageShow.Text = "Potion Drink Image:";
            this.GraphDrinkImageShow.UseVisualStyleBackColor = true;
            this.GraphDrinkImageShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphDrinkImage
            // 
            this.GraphDrinkImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.GraphDrinkImage.Location = new System.Drawing.Point(352, 61);
            this.GraphDrinkImage.Name = "GraphDrinkImage";
            this.GraphDrinkImage.Size = new System.Drawing.Size(23, 23);
            this.GraphDrinkImage.TabIndex = 33;
            this.GraphDrinkImage.TabStop = false;
            this.GraphDrinkImage.Click += new System.EventHandler(this.ImageButtonClick);
            // 
            // GraphPickupLineShow
            // 
            this.GraphPickupLineShow.AutoSize = true;
            this.GraphPickupLineShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphPickupLineShow.Location = new System.Drawing.Point(0, 90);
            this.GraphPickupLineShow.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.GraphPickupLineShow.Name = "GraphPickupLineShow";
            this.GraphPickupLineShow.Size = new System.Drawing.Size(145, 23);
            this.GraphPickupLineShow.TabIndex = 9;
            this.GraphPickupLineShow.Text = "Potion Pickup Line Color:";
            this.GraphPickupLineShow.UseVisualStyleBackColor = true;
            this.GraphPickupLineShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphPickupLineColor
            // 
            this.GraphPickupLineColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.GraphPickupLineColor.Location = new System.Drawing.Point(163, 90);
            this.GraphPickupLineColor.Name = "GraphPickupLineColor";
            this.GraphPickupLineColor.Size = new System.Drawing.Size(23, 23);
            this.GraphPickupLineColor.TabIndex = 10;
            this.GraphPickupLineColor.UseVisualStyleBackColor = true;
            this.GraphPickupLineColor.Click += new System.EventHandler(this.ColorButtonClick);
            // 
            // GraphPickupImageShow
            // 
            this.GraphPickupImageShow.AutoSize = true;
            this.GraphPickupImageShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphPickupImageShow.Location = new System.Drawing.Point(218, 90);
            this.GraphPickupImageShow.Margin = new System.Windows.Forms.Padding(29, 3, 0, 3);
            this.GraphPickupImageShow.Name = "GraphPickupImageShow";
            this.GraphPickupImageShow.Size = new System.Drawing.Size(127, 23);
            this.GraphPickupImageShow.TabIndex = 11;
            this.GraphPickupImageShow.Text = "Potion Pickup Image:";
            this.GraphPickupImageShow.UseVisualStyleBackColor = true;
            this.GraphPickupImageShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphPickupImage
            // 
            this.GraphPickupImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.GraphPickupImage.Location = new System.Drawing.Point(352, 90);
            this.GraphPickupImage.Name = "GraphPickupImage";
            this.GraphPickupImage.Size = new System.Drawing.Size(23, 23);
            this.GraphPickupImage.TabIndex = 33;
            this.GraphPickupImage.TabStop = false;
            this.GraphPickupImage.Click += new System.EventHandler(this.ImageButtonClick);
            // 
            // GraphBlinkLineShow
            // 
            this.GraphBlinkLineShow.AutoSize = true;
            this.GraphBlinkLineShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphBlinkLineShow.Location = new System.Drawing.Point(0, 119);
            this.GraphBlinkLineShow.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.GraphBlinkLineShow.Name = "GraphBlinkLineShow";
            this.GraphBlinkLineShow.Size = new System.Drawing.Size(102, 23);
            this.GraphBlinkLineShow.TabIndex = 12;
            this.GraphBlinkLineShow.Text = "Blink Line Color:";
            this.GraphBlinkLineShow.UseVisualStyleBackColor = true;
            this.GraphBlinkLineShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphBlinkLineColor
            // 
            this.GraphBlinkLineColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.GraphBlinkLineColor.Location = new System.Drawing.Point(163, 119);
            this.GraphBlinkLineColor.Name = "GraphBlinkLineColor";
            this.GraphBlinkLineColor.Size = new System.Drawing.Size(23, 23);
            this.GraphBlinkLineColor.TabIndex = 13;
            this.GraphBlinkLineColor.UseVisualStyleBackColor = true;
            this.GraphBlinkLineColor.Click += new System.EventHandler(this.ColorButtonClick);
            // 
            // GraphBlinkImageShow
            // 
            this.GraphBlinkImageShow.AutoSize = true;
            this.GraphBlinkImageShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphBlinkImageShow.Location = new System.Drawing.Point(218, 119);
            this.GraphBlinkImageShow.Margin = new System.Windows.Forms.Padding(29, 3, 0, 3);
            this.GraphBlinkImageShow.Name = "GraphBlinkImageShow";
            this.GraphBlinkImageShow.Size = new System.Drawing.Size(84, 23);
            this.GraphBlinkImageShow.TabIndex = 14;
            this.GraphBlinkImageShow.Text = "Blink Image:";
            this.GraphBlinkImageShow.UseVisualStyleBackColor = true;
            this.GraphBlinkImageShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphBlinkImage
            // 
            this.GraphBlinkImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.GraphBlinkImage.Location = new System.Drawing.Point(352, 119);
            this.GraphBlinkImage.Name = "GraphBlinkImage";
            this.GraphBlinkImage.Size = new System.Drawing.Size(23, 23);
            this.GraphBlinkImage.TabIndex = 33;
            this.GraphBlinkImage.TabStop = false;
            this.GraphBlinkImage.Click += new System.EventHandler(this.ImageButtonClick);
            // 
            // GraphLoadLineShow
            // 
            this.GraphLoadLineShow.AutoSize = true;
            this.GraphLoadLineShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphLoadLineShow.Location = new System.Drawing.Point(0, 148);
            this.GraphLoadLineShow.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.GraphLoadLineShow.Name = "GraphLoadLineShow";
            this.GraphLoadLineShow.Size = new System.Drawing.Size(103, 23);
            this.GraphLoadLineShow.TabIndex = 15;
            this.GraphLoadLineShow.Text = "Load Line Color:";
            this.GraphLoadLineShow.UseVisualStyleBackColor = true;
            this.GraphLoadLineShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphLoadLineColor
            // 
            this.GraphLoadLineColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.GraphLoadLineColor.Location = new System.Drawing.Point(163, 148);
            this.GraphLoadLineColor.Name = "GraphLoadLineColor";
            this.GraphLoadLineColor.Size = new System.Drawing.Size(23, 23);
            this.GraphLoadLineColor.TabIndex = 16;
            this.GraphLoadLineColor.UseVisualStyleBackColor = true;
            this.GraphLoadLineColor.Click += new System.EventHandler(this.ColorButtonClick);
            // 
            // GraphLoadImageShow
            // 
            this.GraphLoadImageShow.AutoSize = true;
            this.GraphLoadImageShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphLoadImageShow.Location = new System.Drawing.Point(218, 148);
            this.GraphLoadImageShow.Margin = new System.Windows.Forms.Padding(29, 3, 0, 3);
            this.GraphLoadImageShow.Name = "GraphLoadImageShow";
            this.GraphLoadImageShow.Size = new System.Drawing.Size(85, 23);
            this.GraphLoadImageShow.TabIndex = 17;
            this.GraphLoadImageShow.Text = "Load Image:";
            this.GraphLoadImageShow.UseVisualStyleBackColor = true;
            this.GraphLoadImageShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphLoadImage
            // 
            this.GraphLoadImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.GraphLoadImage.Location = new System.Drawing.Point(352, 148);
            this.GraphLoadImage.Name = "GraphLoadImage";
            this.GraphLoadImage.Size = new System.Drawing.Size(23, 23);
            this.GraphLoadImage.TabIndex = 33;
            this.GraphLoadImage.TabStop = false;
            this.GraphLoadImage.Click += new System.EventHandler(this.ImageButtonClick);
            // 
            // GraphSplitLineShow
            // 
            this.GraphSplitLineShow.AutoSize = true;
            this.GraphSplitLineShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphSplitLineShow.Location = new System.Drawing.Point(0, 177);
            this.GraphSplitLineShow.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.GraphSplitLineShow.Name = "GraphSplitLineShow";
            this.GraphSplitLineShow.Size = new System.Drawing.Size(99, 23);
            this.GraphSplitLineShow.TabIndex = 18;
            this.GraphSplitLineShow.Text = "Split Line Color:";
            this.GraphSplitLineShow.UseVisualStyleBackColor = true;
            this.GraphSplitLineShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphSplitLineColor
            // 
            this.GraphSplitLineColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.GraphSplitLineColor.Location = new System.Drawing.Point(163, 177);
            this.GraphSplitLineColor.Name = "GraphSplitLineColor";
            this.GraphSplitLineColor.Size = new System.Drawing.Size(23, 23);
            this.GraphSplitLineColor.TabIndex = 19;
            this.GraphSplitLineColor.UseVisualStyleBackColor = true;
            this.GraphSplitLineColor.Click += new System.EventHandler(this.ColorButtonClick);
            // 
            // GraphSplitImageShow
            // 
            this.GraphSplitImageShow.AutoSize = true;
            this.GraphSplitImageShow.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphSplitImageShow.Location = new System.Drawing.Point(218, 177);
            this.GraphSplitImageShow.Margin = new System.Windows.Forms.Padding(29, 3, 0, 3);
            this.GraphSplitImageShow.Name = "GraphSplitImageShow";
            this.GraphSplitImageShow.Size = new System.Drawing.Size(81, 23);
            this.GraphSplitImageShow.TabIndex = 20;
            this.GraphSplitImageShow.Text = "Split Image:";
            this.GraphSplitImageShow.UseVisualStyleBackColor = true;
            this.GraphSplitImageShow.CheckedChanged += new System.EventHandler(this.CheckedChanged);
            // 
            // GraphSplitImage
            // 
            this.GraphSplitImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.GraphSplitImage.Location = new System.Drawing.Point(352, 177);
            this.GraphSplitImage.Name = "GraphSplitImage";
            this.GraphSplitImage.Size = new System.Drawing.Size(23, 23);
            this.GraphSplitImage.TabIndex = 33;
            this.GraphSplitImage.TabStop = false;
            this.GraphSplitImage.Click += new System.EventHandler(this.ImageButtonClick);
            // 
            // GraphFlip
            // 
            this.GraphFlip.AutoSize = true;
            GraphColorLayout.SetColumnSpan(this.GraphFlip, 2);
            this.GraphFlip.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphFlip.Location = new System.Drawing.Point(0, 206);
            this.GraphFlip.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.GraphFlip.Name = "GraphFlip";
            this.GraphFlip.Size = new System.Drawing.Size(74, 17);
            this.GraphFlip.TabIndex = 21;
            this.GraphFlip.Text = "Flip Graph";
            this.GraphFlip.UseVisualStyleBackColor = true;
            // 
            // GraphIconsOnBottom
            // 
            this.GraphIconsOnBottom.AutoSize = true;
            GraphColorLayout.SetColumnSpan(this.GraphIconsOnBottom, 2);
            this.GraphIconsOnBottom.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphIconsOnBottom.Location = new System.Drawing.Point(218, 206);
            this.GraphIconsOnBottom.Margin = new System.Windows.Forms.Padding(29, 3, 0, 3);
            this.GraphIconsOnBottom.Name = "GraphIconsOnBottom";
            this.GraphIconsOnBottom.Size = new System.Drawing.Size(103, 17);
            this.GraphIconsOnBottom.TabIndex = 22;
            this.GraphIconsOnBottom.Text = "Icons on Bottom";
            this.GraphIconsOnBottom.UseVisualStyleBackColor = true;
            // 
            // GraphLineWidthLabel
            // 
            GraphLineWidthLabel.AutoSize = true;
            GraphLineWidthLabel.Dock = System.Windows.Forms.DockStyle.Left;
            GraphLineWidthLabel.Location = new System.Drawing.Point(16, 307);
            GraphLineWidthLabel.Margin = new System.Windows.Forms.Padding(16, 6, 3, 3);
            GraphLineWidthLabel.Name = "GraphLineWidthLabel";
            GraphLineWidthLabel.Size = new System.Drawing.Size(73, 17);
            GraphLineWidthLabel.TabIndex = 9;
            GraphLineWidthLabel.Text = "Icon Padding:";
            // 
            // GraphIconPaddingTrack
            // 
            this.GraphIconPaddingTrack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.GraphIconPaddingTrack.Location = new System.Drawing.Point(92, 301);
            this.GraphIconPaddingTrack.Margin = new System.Windows.Forms.Padding(0);
            this.GraphIconPaddingTrack.Maximum = 21;
            this.GraphIconPaddingTrack.Name = "GraphIconPaddingTrack";
            this.GraphIconPaddingTrack.Size = new System.Drawing.Size(249, 26);
            this.GraphIconPaddingTrack.SmallChange = 2;
            this.GraphIconPaddingTrack.TabIndex = 0;
            this.GraphIconPaddingTrack.TickStyle = System.Windows.Forms.TickStyle.None;
            this.GraphIconPaddingTrack.Scroll += new System.EventHandler(this.TrackScroll);
            // 
            // GraphIconPaddingNumber
            // 
            this.GraphIconPaddingNumber.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphIconPaddingNumber.Location = new System.Drawing.Point(344, 304);
            this.GraphIconPaddingNumber.Maximum = new decimal(new int[] {
            48,
            0,
            0,
            0});
            this.GraphIconPaddingNumber.Name = "GraphIconPaddingNumber";
            this.GraphIconPaddingNumber.Size = new System.Drawing.Size(100, 20);
            this.GraphIconPaddingNumber.TabIndex = 1;
            this.GraphIconPaddingNumber.ValueChanged += new System.EventHandler(this.ValueChanged);
            // 
            // GraphIconPaddingLabel
            // 
            GraphIconPaddingLabel.AutoSize = true;
            GraphIconPaddingLabel.Dock = System.Windows.Forms.DockStyle.Left;
            GraphIconPaddingLabel.Location = new System.Drawing.Point(16, 333);
            GraphIconPaddingLabel.Margin = new System.Windows.Forms.Padding(16, 6, 3, 3);
            GraphIconPaddingLabel.Name = "GraphIconPaddingLabel";
            GraphIconPaddingLabel.Size = new System.Drawing.Size(61, 17);
            GraphIconPaddingLabel.TabIndex = 12;
            GraphIconPaddingLabel.Text = "Line Width:";
            // 
            // GraphLineWidthTrack
            // 
            this.GraphLineWidthTrack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.GraphLineWidthTrack.LargeChange = 1;
            this.GraphLineWidthTrack.Location = new System.Drawing.Point(92, 327);
            this.GraphLineWidthTrack.Margin = new System.Windows.Forms.Padding(0);
            this.GraphLineWidthTrack.Maximum = 4;
            this.GraphLineWidthTrack.Minimum = 1;
            this.GraphLineWidthTrack.Name = "GraphLineWidthTrack";
            this.GraphLineWidthTrack.Size = new System.Drawing.Size(249, 26);
            this.GraphLineWidthTrack.TabIndex = 10;
            this.GraphLineWidthTrack.TickStyle = System.Windows.Forms.TickStyle.None;
            this.GraphLineWidthTrack.Value = 1;
            this.GraphLineWidthTrack.Scroll += new System.EventHandler(this.TrackScroll);
            // 
            // GraphLineWidthNumber
            // 
            this.GraphLineWidthNumber.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphLineWidthNumber.Location = new System.Drawing.Point(344, 330);
            this.GraphLineWidthNumber.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.GraphLineWidthNumber.Name = "GraphLineWidthNumber";
            this.GraphLineWidthNumber.Size = new System.Drawing.Size(100, 20);
            this.GraphLineWidthNumber.TabIndex = 11;
            this.GraphLineWidthNumber.ValueChanged += new System.EventHandler(this.ValueChanged);
            // 
            // OpenImageDialog
            // 
            this.OpenImageDialog.Filter = "Image Files|*.bmp;*.gif;*.jpg;*.jpeg;*.png;*.tga|All Files (*.*)|*.*";
            // 
            // GraphBloodOxHeart
            // 
            this.GraphBloodOxHeart.AutoSize = true;
            GraphColorLayout.SetColumnSpan(this.GraphBloodOxHeart, 2);
            this.GraphBloodOxHeart.Dock = System.Windows.Forms.DockStyle.Left;
            this.GraphBloodOxHeart.Location = new System.Drawing.Point(0, 229);
            this.GraphBloodOxHeart.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.GraphBloodOxHeart.Name = "GraphBloodOxHeart";
            this.GraphBloodOxHeart.Size = new System.Drawing.Size(98, 17);
            this.GraphBloodOxHeart.TabIndex = 34;
            this.GraphBloodOxHeart.Text = "Blood Ox Heart";
            this.GraphBloodOxHeart.UseVisualStyleBackColor = true;
            // 
            // ManaTrackerSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.Controls.Add(Layout);
            this.Name = "ManaTrackerSettings";
            this.Size = new System.Drawing.Size(459, 507);
            HeaderGroup.ResumeLayout(false);
            HeaderGroup.PerformLayout();
            this.HeaderLayout.ResumeLayout(false);
            this.HeaderLayout.PerformLayout();
            HeaderColorLayout.ResumeLayout(false);
            HeaderColorLayout.PerformLayout();
            this.HeaderTextFontLayout.ResumeLayout(false);
            this.HeaderTextFontLayout.PerformLayout();
            Layout.ResumeLayout(false);
            Layout.PerformLayout();
            GraphGroup.ResumeLayout(false);
            GraphGroup.PerformLayout();
            this.GraphLayout.ResumeLayout(false);
            this.GraphLayout.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GraphSizeTrack)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphSizeNumber)).EndInit();
            this.GraphTimespanLayout.ResumeLayout(false);
            this.GraphTimespanLayout.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GraphTimespanTrack)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphTimespanNumber)).EndInit();
            GraphColorLayout.ResumeLayout(false);
            GraphColorLayout.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GraphDrinkImage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphPickupImage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphBlinkImage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphLoadImage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphSplitImage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphIconPaddingTrack)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphIconPaddingNumber)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphLineWidthTrack)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GraphLineWidthNumber)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
     System.Windows.Forms.TableLayoutPanel userNameTableLayoutPanel;
     System.Windows.Forms.Label            userNameLabel;
     this.projectsDataGridView      = new System.Windows.Forms.DataGridView();
     this.titleLabel                = new System.Windows.Forms.Label();
     this.linesOfCodeDataGridView   = new System.Windows.Forms.DataGridView();
     this.submitButton              = new System.Windows.Forms.Button();
     this.userNameTextBox           = new System.Windows.Forms.TextBox();
     this.LinesOfCodeLanguageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LinesOfCodeCountColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LinesOfCodeColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ProjectLanguageColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ProjectCountColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ProjectPercentColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.projectsPanel             = new GitHubLanguageStatistics.SquareCanvas();
     this.linesOfCodePanel          = new GitHubLanguageStatistics.SquareCanvas();
     label1                   = new System.Windows.Forms.Label();
     label2                   = new System.Windows.Forms.Label();
     tableLayoutPanel         = new System.Windows.Forms.TableLayoutPanel();
     userNameTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     userNameLabel            = new System.Windows.Forms.Label();
     tableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.projectsDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.linesOfCodeDataGridView)).BeginInit();
     userNameTableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label1.Location = new System.Drawing.Point(3, 67);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(271, 25);
     label1.TabIndex = 10;
     label1.Text     = "Majority languages by project:";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label2.Location = new System.Drawing.Point(3, 432);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(256, 25);
     label2.TabIndex = 11;
     label2.Text     = "Languages by lines of code:";
     //
     // tableLayoutPanel
     //
     tableLayoutPanel.ColumnCount = 2;
     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.linesOfCodeDataGridView, 1, 4);
     tableLayoutPanel.Controls.Add(this.titleLabel, 0, 1);
     tableLayoutPanel.Controls.Add(this.projectsDataGridView, 1, 2);
     tableLayoutPanel.Controls.Add(this.projectsPanel, 0, 3);
     tableLayoutPanel.Controls.Add(this.linesOfCodePanel, 0, 5);
     tableLayoutPanel.Controls.Add(userNameTableLayoutPanel, 0, 0);
     tableLayoutPanel.Controls.Add(label1, 0, 2);
     tableLayoutPanel.Controls.Add(label2, 0, 4);
     tableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel.Name     = "tableLayoutPanel";
     tableLayoutPanel.RowCount = 6;
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.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.Size     = new System.Drawing.Size(995, 797);
     tableLayoutPanel.TabIndex = 5;
     //
     // projectsDataGridView
     //
     this.projectsDataGridView.AllowUserToAddRows          = false;
     this.projectsDataGridView.AllowUserToDeleteRows       = false;
     this.projectsDataGridView.AllowUserToResizeColumns    = false;
     this.projectsDataGridView.AllowUserToResizeRows       = false;
     this.projectsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.projectsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ProjectLanguageColumn,
         this.ProjectCountColumn,
         this.ProjectPercentColumn
     });
     this.projectsDataGridView.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.projectsDataGridView.Location          = new System.Drawing.Point(343, 70);
     this.projectsDataGridView.MultiSelect       = false;
     this.projectsDataGridView.Name              = "projectsDataGridView";
     this.projectsDataGridView.RowHeadersVisible = false;
     this.projectsDataGridView.RowHeadersWidth   = 62;
     tableLayoutPanel.SetRowSpan(this.projectsDataGridView, 2);
     this.projectsDataGridView.RowTemplate.Height = 28;
     this.projectsDataGridView.Size     = new System.Drawing.Size(649, 359);
     this.projectsDataGridView.TabIndex = 0;
     //
     // titleLabel
     //
     this.titleLabel.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.titleLabel.AutoSize = true;
     tableLayoutPanel.SetColumnSpan(this.titleLabel, 2);
     this.titleLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titleLabel.Location = new System.Drawing.Point(360, 42);
     this.titleLabel.Name     = "titleLabel";
     this.titleLabel.Size     = new System.Drawing.Size(274, 25);
     this.titleLabel.TabIndex = 4;
     this.titleLabel.Text     = "GitHub Language Statistics";
     //
     // linesOfCodeDataGridView
     //
     this.linesOfCodeDataGridView.AllowUserToAddRows          = false;
     this.linesOfCodeDataGridView.AllowUserToDeleteRows       = false;
     this.linesOfCodeDataGridView.AllowUserToResizeColumns    = false;
     this.linesOfCodeDataGridView.AllowUserToResizeRows       = false;
     this.linesOfCodeDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.linesOfCodeDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.LinesOfCodeLanguageColumn,
         this.LinesOfCodeCountColumn,
         this.LinesOfCodeColumn
     });
     this.linesOfCodeDataGridView.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.linesOfCodeDataGridView.Location          = new System.Drawing.Point(343, 435);
     this.linesOfCodeDataGridView.MultiSelect       = false;
     this.linesOfCodeDataGridView.Name              = "linesOfCodeDataGridView";
     this.linesOfCodeDataGridView.RowHeadersVisible = false;
     this.linesOfCodeDataGridView.RowHeadersWidth   = 62;
     tableLayoutPanel.SetRowSpan(this.linesOfCodeDataGridView, 2);
     this.linesOfCodeDataGridView.RowTemplate.Height = 28;
     this.linesOfCodeDataGridView.Size     = new System.Drawing.Size(649, 359);
     this.linesOfCodeDataGridView.TabIndex = 6;
     //
     // userNameTableLayoutPanel
     //
     userNameTableLayoutPanel.AutoSize     = true;
     userNameTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     userNameTableLayoutPanel.ColumnCount  = 3;
     tableLayoutPanel.SetColumnSpan(userNameTableLayoutPanel, 2);
     userNameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     userNameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     userNameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     userNameTableLayoutPanel.Controls.Add(this.submitButton, 2, 0);
     userNameTableLayoutPanel.Controls.Add(userNameLabel, 0, 0);
     userNameTableLayoutPanel.Controls.Add(this.userNameTextBox, 1, 0);
     userNameTableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     userNameTableLayoutPanel.Location = new System.Drawing.Point(3, 3);
     userNameTableLayoutPanel.Name     = "userNameTableLayoutPanel";
     userNameTableLayoutPanel.RowCount = 1;
     userNameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     userNameTableLayoutPanel.Size     = new System.Drawing.Size(989, 36);
     userNameTableLayoutPanel.TabIndex = 9;
     //
     // submitButton
     //
     this.submitButton.AutoSize                = true;
     this.submitButton.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.submitButton.Location                = new System.Drawing.Point(661, 3);
     this.submitButton.Name                    = "submitButton";
     this.submitButton.Size                    = new System.Drawing.Size(69, 30);
     this.submitButton.TabIndex                = 3;
     this.submitButton.Text                    = "&Submit";
     this.submitButton.UseVisualStyleBackColor = true;
     this.submitButton.Click                  += new System.EventHandler(this.SubmitButton_Click);
     //
     // userNameLabel
     //
     userNameLabel.AutoSize  = true;
     userNameLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     userNameLabel.Location  = new System.Drawing.Point(3, 0);
     userNameLabel.Name      = "userNameLabel";
     userNameLabel.Size      = new System.Drawing.Size(323, 36);
     userNameLabel.TabIndex  = 1;
     userNameLabel.Text      = "User name:";
     userNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // userNameTextBox
     //
     this.userNameTextBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.userNameTextBox.Location = new System.Drawing.Point(332, 3);
     this.userNameTextBox.Name     = "userNameTextBox";
     this.userNameTextBox.Size     = new System.Drawing.Size(323, 26);
     this.userNameTextBox.TabIndex = 2;
     //
     // LinesOfCodeLanguageColumn
     //
     this.LinesOfCodeLanguageColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.LinesOfCodeLanguageColumn.DataPropertyName = "LanguageName";
     this.LinesOfCodeLanguageColumn.HeaderText       = "Language";
     this.LinesOfCodeLanguageColumn.MinimumWidth     = 8;
     this.LinesOfCodeLanguageColumn.Name             = "LinesOfCodeLanguageColumn";
     this.LinesOfCodeLanguageColumn.ReadOnly         = true;
     //
     // LinesOfCodeCountColumn
     //
     this.LinesOfCodeCountColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.LinesOfCodeCountColumn.DataPropertyName = "Count";
     this.LinesOfCodeCountColumn.HeaderText       = "Lines of code";
     this.LinesOfCodeCountColumn.MinimumWidth     = 8;
     this.LinesOfCodeCountColumn.Name             = "LinesOfCodeCountColumn";
     this.LinesOfCodeCountColumn.ReadOnly         = true;
     this.LinesOfCodeCountColumn.Width            = 140;
     //
     // LinesOfCodeColumn
     //
     this.LinesOfCodeColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.LinesOfCodeColumn.DataPropertyName = "Percent";
     this.LinesOfCodeColumn.HeaderText       = "Percent";
     this.LinesOfCodeColumn.MinimumWidth     = 8;
     this.LinesOfCodeColumn.Name             = "LinesOfCodeColumn";
     this.LinesOfCodeColumn.ReadOnly         = true;
     //
     // ProjectLanguageColumn
     //
     this.ProjectLanguageColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ProjectLanguageColumn.DataPropertyName = "LanguageName";
     this.ProjectLanguageColumn.HeaderText       = "Language";
     this.ProjectLanguageColumn.MinimumWidth     = 8;
     this.ProjectLanguageColumn.Name             = "ProjectLanguageColumn";
     this.ProjectLanguageColumn.ReadOnly         = true;
     //
     // ProjectCountColumn
     //
     this.ProjectCountColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.ProjectCountColumn.DataPropertyName = "Count";
     this.ProjectCountColumn.HeaderText       = "Projects";
     this.ProjectCountColumn.MinimumWidth     = 8;
     this.ProjectCountColumn.Name             = "ProjectCountColumn";
     this.ProjectCountColumn.ReadOnly         = true;
     this.ProjectCountColumn.Width            = 102;
     //
     // ProjectPercentColumn
     //
     this.ProjectPercentColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.ProjectPercentColumn.DataPropertyName = "Percent";
     this.ProjectPercentColumn.HeaderText       = "Percent";
     this.ProjectPercentColumn.MinimumWidth     = 8;
     this.ProjectPercentColumn.Name             = "ProjectPercentColumn";
     this.ProjectPercentColumn.ReadOnly         = true;
     //
     // projectsPanel
     //
     this.projectsPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.projectsPanel.Location = new System.Drawing.Point(3, 95);
     this.projectsPanel.Name     = "projectsPanel";
     this.projectsPanel.Size     = new System.Drawing.Size(334, 334);
     this.projectsPanel.TabIndex = 7;
     this.projectsPanel.Paint   += new System.Windows.Forms.PaintEventHandler(this.ProjectsPanel_Paint);
     //
     // linesOfCodePanel
     //
     this.linesOfCodePanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.linesOfCodePanel.Location = new System.Drawing.Point(3, 460);
     this.linesOfCodePanel.Name     = "linesOfCodePanel";
     this.linesOfCodePanel.Size     = new System.Drawing.Size(334, 334);
     this.linesOfCodePanel.TabIndex = 8;
     this.linesOfCodePanel.Paint   += new System.Windows.Forms.PaintEventHandler(this.LinesOfCodePanel_Paint);
     //
     // View
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(995, 797);
     this.Controls.Add(tableLayoutPanel);
     this.DoubleBuffered = true;
     this.Name           = "View";
     this.Text           = "GitHub Language Statistics";
     tableLayoutPanel.ResumeLayout(false);
     tableLayoutPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.projectsDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.linesOfCodeDataGridView)).EndInit();
     userNameTableLayoutPanel.ResumeLayout(false);
     userNameTableLayoutPanel.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Panel HeaderPanel;
            System.Windows.Forms.Label HeaderTextLabel;
            System.Windows.Forms.TableLayoutPanel ActionLogFormLayoutTable;
            System.Windows.Forms.Panel ItemDropDownListPanel;
            System.Windows.Forms.Label ItemDropDownListLabel;
            System.Windows.Forms.Panel SetQuantityPanel;
            System.Windows.Forms.Label SetQuantityLabel;
            System.Windows.Forms.Panel ActionLogNotePanel;
            System.Windows.Forms.Label ActionLogNoteLabel;
            this.CurrentItemDifferenceLabel = new System.Windows.Forms.Label();
            this.AddNewItemLinkLabel = new System.Windows.Forms.LinkLabel();
            this.ItemsComboBox = new System.Windows.Forms.ComboBox();
            this.ChangeQuantitySignButton = new System.Windows.Forms.Button();
            this.QuantityNumericUpDown = new System.Windows.Forms.NumericUpDown();
            this.NoteTextBox = new System.Windows.Forms.TextBox();
            this.AddActionButton = new System.Windows.Forms.Button();
            this.ActionsPanel = new System.Windows.Forms.Panel();
            this.MessageLabel = new System.Windows.Forms.Label();
            HeaderPanel = new System.Windows.Forms.Panel();
            HeaderTextLabel = new System.Windows.Forms.Label();
            ActionLogFormLayoutTable = new System.Windows.Forms.TableLayoutPanel();
            ItemDropDownListPanel = new System.Windows.Forms.Panel();
            ItemDropDownListLabel = new System.Windows.Forms.Label();
            SetQuantityPanel = new System.Windows.Forms.Panel();
            SetQuantityLabel = new System.Windows.Forms.Label();
            ActionLogNotePanel = new System.Windows.Forms.Panel();
            ActionLogNoteLabel = new System.Windows.Forms.Label();
            HeaderPanel.SuspendLayout();
            ActionLogFormLayoutTable.SuspendLayout();
            ItemDropDownListPanel.SuspendLayout();
            SetQuantityPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.QuantityNumericUpDown)).BeginInit();
            ActionLogNotePanel.SuspendLayout();
            this.ActionsPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // HeaderPanel
            // 
            HeaderPanel.BackColor = System.Drawing.Color.Silver;
            HeaderPanel.Controls.Add(HeaderTextLabel);
            HeaderPanel.Dock = System.Windows.Forms.DockStyle.Top;
            HeaderPanel.Location = new System.Drawing.Point(0, 0);
            HeaderPanel.Name = "HeaderPanel";
            HeaderPanel.Size = new System.Drawing.Size(460, 60);
            HeaderPanel.TabIndex = 11;
            // 
            // HeaderTextLabel
            // 
            HeaderTextLabel.Dock = System.Windows.Forms.DockStyle.Left;
            HeaderTextLabel.Font = new System.Drawing.Font("Century Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            HeaderTextLabel.ForeColor = System.Drawing.Color.Black;
            HeaderTextLabel.Location = new System.Drawing.Point(0, 0);
            HeaderTextLabel.Name = "HeaderTextLabel";
            HeaderTextLabel.Size = new System.Drawing.Size(239, 60);
            HeaderTextLabel.TabIndex = 0;
            HeaderTextLabel.Text = "Yeni Olay Ekle";
            HeaderTextLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // ActionLogFormLayoutTable
            // 
            ActionLogFormLayoutTable.ColumnCount = 2;
            ActionLogFormLayoutTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
            ActionLogFormLayoutTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
            ActionLogFormLayoutTable.Controls.Add(this.CurrentItemDifferenceLabel, 0, 2);
            ActionLogFormLayoutTable.Controls.Add(ItemDropDownListPanel, 0, 0);
            ActionLogFormLayoutTable.Controls.Add(SetQuantityPanel, 1, 0);
            ActionLogFormLayoutTable.Controls.Add(ActionLogNotePanel, 0, 1);
            ActionLogFormLayoutTable.Dock = System.Windows.Forms.DockStyle.Fill;
            ActionLogFormLayoutTable.Location = new System.Drawing.Point(0, 60);
            ActionLogFormLayoutTable.Name = "ActionLogFormLayoutTable";
            ActionLogFormLayoutTable.RowCount = 3;
            ActionLogFormLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            ActionLogFormLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            ActionLogFormLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            ActionLogFormLayoutTable.Size = new System.Drawing.Size(460, 161);
            ActionLogFormLayoutTable.TabIndex = 13;
            // 
            // CurrentItemDifferenceLabel
            // 
            this.CurrentItemDifferenceLabel.AutoSize = true;
            ActionLogFormLayoutTable.SetColumnSpan(this.CurrentItemDifferenceLabel, 2);
            this.CurrentItemDifferenceLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.CurrentItemDifferenceLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.CurrentItemDifferenceLabel.Location = new System.Drawing.Point(3, 136);
            this.CurrentItemDifferenceLabel.Name = "CurrentItemDifferenceLabel";
            this.CurrentItemDifferenceLabel.Size = new System.Drawing.Size(454, 25);
            this.CurrentItemDifferenceLabel.TabIndex = 2;
            this.CurrentItemDifferenceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // ItemDropDownListPanel
            // 
            ItemDropDownListPanel.Controls.Add(this.AddNewItemLinkLabel);
            ItemDropDownListPanel.Controls.Add(ItemDropDownListLabel);
            ItemDropDownListPanel.Controls.Add(this.ItemsComboBox);
            ItemDropDownListPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            ItemDropDownListPanel.Location = new System.Drawing.Point(3, 3);
            ItemDropDownListPanel.Name = "ItemDropDownListPanel";
            ItemDropDownListPanel.Size = new System.Drawing.Size(270, 70);
            ItemDropDownListPanel.TabIndex = 0;
            // 
            // AddNewItemLinkLabel
            // 
            this.AddNewItemLinkLabel.ActiveLinkColor = System.Drawing.SystemColors.HotTrack;
            this.AddNewItemLinkLabel.AutoSize = true;
            this.AddNewItemLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(1, 13);
            this.AddNewItemLinkLabel.LinkColor = System.Drawing.SystemColors.MenuHighlight;
            this.AddNewItemLinkLabel.Location = new System.Drawing.Point(60, 9);
            this.AddNewItemLinkLabel.Name = "AddNewItemLinkLabel";
            this.AddNewItemLinkLabel.Size = new System.Drawing.Size(86, 21);
            this.AddNewItemLinkLabel.TabIndex = 2;
            this.AddNewItemLinkLabel.TabStop = true;
            this.AddNewItemLinkLabel.Text = "(Yeni Öğe Ekle)";
            this.AddNewItemLinkLabel.UseCompatibleTextRendering = true;
            this.AddNewItemLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.AddNewItemLinkLabel_LinkClicked);
            // 
            // ItemDropDownListLabel
            // 
            ItemDropDownListLabel.AutoSize = true;
            ItemDropDownListLabel.Location = new System.Drawing.Point(9, 10);
            ItemDropDownListLabel.Name = "ItemDropDownListLabel";
            ItemDropDownListLabel.Size = new System.Drawing.Size(54, 15);
            ItemDropDownListLabel.TabIndex = 1;
            ItemDropDownListLabel.Text = "İlgili Öğe";
            // 
            // ItemsComboBox
            // 
            this.ItemsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ItemsComboBox.FormattingEnabled = true;
            this.ItemsComboBox.Location = new System.Drawing.Point(12, 33);
            this.ItemsComboBox.Name = "ItemsComboBox";
            this.ItemsComboBox.Size = new System.Drawing.Size(245, 23);
            this.ItemsComboBox.TabIndex = 0;
            this.ItemsComboBox.SelectedIndexChanged += new System.EventHandler(this.ItemsComboBox_SelectedIndexChanged);
            // 
            // SetQuantityPanel
            // 
            SetQuantityPanel.Controls.Add(this.ChangeQuantitySignButton);
            SetQuantityPanel.Controls.Add(this.QuantityNumericUpDown);
            SetQuantityPanel.Controls.Add(SetQuantityLabel);
            SetQuantityPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            SetQuantityPanel.Location = new System.Drawing.Point(279, 3);
            SetQuantityPanel.Name = "SetQuantityPanel";
            SetQuantityPanel.Size = new System.Drawing.Size(178, 70);
            SetQuantityPanel.TabIndex = 1;
            // 
            // ChangeQuantitySignButton
            // 
            this.ChangeQuantitySignButton.Location = new System.Drawing.Point(8, 32);
            this.ChangeQuantitySignButton.Name = "ChangeQuantitySignButton";
            this.ChangeQuantitySignButton.Size = new System.Drawing.Size(25, 25);
            this.ChangeQuantitySignButton.TabIndex = 5;
            this.ChangeQuantitySignButton.Text = "+";
            this.ChangeQuantitySignButton.UseVisualStyleBackColor = true;
            this.ChangeQuantitySignButton.Click += new System.EventHandler(this.ChangeQuantitySignButton_Click);
            // 
            // QuantityNumericUpDown
            // 
            this.QuantityNumericUpDown.Location = new System.Drawing.Point(37, 33);
            this.QuantityNumericUpDown.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.QuantityNumericUpDown.Name = "QuantityNumericUpDown";
            this.QuantityNumericUpDown.Size = new System.Drawing.Size(120, 23);
            this.QuantityNumericUpDown.TabIndex = 3;
            this.QuantityNumericUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.QuantityNumericUpDown.ThousandsSeparator = true;
            this.QuantityNumericUpDown.ValueChanged += new System.EventHandler(this.QuantityNumericUpDown_ValueChanged);
            this.QuantityNumericUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.QuantityNumericUpDown_KeyUp);
            // 
            // SetQuantityLabel
            // 
            SetQuantityLabel.AutoSize = true;
            SetQuantityLabel.Location = new System.Drawing.Point(3, 10);
            SetQuantityLabel.Name = "SetQuantityLabel";
            SetQuantityLabel.Size = new System.Drawing.Size(50, 15);
            SetQuantityLabel.TabIndex = 2;
            SetQuantityLabel.Text = "Değişim";
            // 
            // ActionLogNotePanel
            // 
            ActionLogFormLayoutTable.SetColumnSpan(ActionLogNotePanel, 2);
            ActionLogNotePanel.Controls.Add(this.NoteTextBox);
            ActionLogNotePanel.Controls.Add(ActionLogNoteLabel);
            ActionLogNotePanel.Dock = System.Windows.Forms.DockStyle.Fill;
            ActionLogNotePanel.Location = new System.Drawing.Point(3, 79);
            ActionLogNotePanel.Name = "ActionLogNotePanel";
            ActionLogNotePanel.Size = new System.Drawing.Size(454, 54);
            ActionLogNotePanel.TabIndex = 3;
            // 
            // NoteTextBox
            // 
            this.NoteTextBox.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.NoteTextBox.Location = new System.Drawing.Point(76, 0);
            this.NoteTextBox.Multiline = true;
            this.NoteTextBox.Name = "NoteTextBox";
            this.NoteTextBox.Size = new System.Drawing.Size(357, 54);
            this.NoteTextBox.TabIndex = 1;
            // 
            // ActionLogNoteLabel
            // 
            ActionLogNoteLabel.AutoSize = true;
            ActionLogNoteLabel.Location = new System.Drawing.Point(9, 9);
            ActionLogNoteLabel.Name = "ActionLogNoteLabel";
            ActionLogNoteLabel.Size = new System.Drawing.Size(61, 15);
            ActionLogNoteLabel.TabIndex = 0;
            ActionLogNoteLabel.Text = "Olay Notu";
            // 
            // AddActionButton
            // 
            this.AddActionButton.Location = new System.Drawing.Point(361, 9);
            this.AddActionButton.Name = "AddActionButton";
            this.AddActionButton.Size = new System.Drawing.Size(87, 27);
            this.AddActionButton.TabIndex = 10;
            this.AddActionButton.Text = "Ekle";
            this.AddActionButton.UseVisualStyleBackColor = true;
            this.AddActionButton.Click += new System.EventHandler(this.AddActionButton_Click);
            // 
            // ActionsPanel
            // 
            this.ActionsPanel.Controls.Add(this.MessageLabel);
            this.ActionsPanel.Controls.Add(this.AddActionButton);
            this.ActionsPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ActionsPanel.Location = new System.Drawing.Point(0, 221);
            this.ActionsPanel.Name = "ActionsPanel";
            this.ActionsPanel.Size = new System.Drawing.Size(460, 45);
            this.ActionsPanel.TabIndex = 14;
            // 
            // MessageLabel
            // 
            this.MessageLabel.AutoSize = true;
            this.MessageLabel.ForeColor = System.Drawing.Color.White;
            this.MessageLabel.Location = new System.Drawing.Point(12, 11);
            this.MessageLabel.Name = "MessageLabel";
            this.MessageLabel.Padding = new System.Windows.Forms.Padding(3);
            this.MessageLabel.Size = new System.Drawing.Size(6, 21);
            this.MessageLabel.TabIndex = 11;
            // 
            // AddActionLogForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(460, 266);
            this.Controls.Add(ActionLogFormLayoutTable);
            this.Controls.Add(HeaderPanel);
            this.Controls.Add(this.ActionsPanel);
            this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "AddActionLogForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Yeni Olay Ekle";
            HeaderPanel.ResumeLayout(false);
            ActionLogFormLayoutTable.ResumeLayout(false);
            ActionLogFormLayoutTable.PerformLayout();
            ItemDropDownListPanel.ResumeLayout(false);
            ItemDropDownListPanel.PerformLayout();
            SetQuantityPanel.ResumeLayout(false);
            SetQuantityPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.QuantityNumericUpDown)).EndInit();
            ActionLogNotePanel.ResumeLayout(false);
            ActionLogNotePanel.PerformLayout();
            this.ActionsPanel.ResumeLayout(false);
            this.ActionsPanel.PerformLayout();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ToolStripContainer tscFileImport;
            System.Windows.Forms.TableLayoutPanel tlpFileImport;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileImportForm));
            System.Windows.Forms.GroupBox gbImportedTransactionList;
            System.Windows.Forms.GroupBox gbTransactionDetails;
            System.Windows.Forms.TableLayoutPanel tlpDetails;
            System.Windows.Forms.Label lblDate;
            System.Windows.Forms.Label lblTitle;
            System.Windows.Forms.Label lblAccount;
            System.Windows.Forms.Label lblAmount;
            System.Windows.Forms.Label lblTags;
            System.Windows.Forms.ToolStrip tsFileImport;
            this.lbImportedTransactions = new System.Windows.Forms.ListBox();
            this.cbImport = new System.Windows.Forms.CheckBox();
            this.dtpDate = new System.Windows.Forms.DateTimePicker();
            this.tbTitle = new System.Windows.Forms.TextBox();
            this.cbImplementsPlan = new System.Windows.Forms.CheckBox();
            this.cbPlan = new System.Windows.Forms.ComboBox();
            this.cbAccount = new System.Windows.Forms.ComboBox();
            this.numAmount = new System.Windows.Forms.NumericUpDown();
            this.lblCurrency = new System.Windows.Forms.Label();
            this.ttbTags = new easyMoney.Controls.TagTextBox();
            this.tsbOpen = new System.Windows.Forms.ToolStripButton();
            this.tsbClose = new System.Windows.Forms.ToolStripButton();
            this.tsbImport = new System.Windows.Forms.ToolStripButton();
            this.fdFileOpen = new System.Windows.Forms.OpenFileDialog();
            tscFileImport = new System.Windows.Forms.ToolStripContainer();
            tlpFileImport = new System.Windows.Forms.TableLayoutPanel();
            gbImportedTransactionList = new System.Windows.Forms.GroupBox();
            gbTransactionDetails = new System.Windows.Forms.GroupBox();
            tlpDetails = new System.Windows.Forms.TableLayoutPanel();
            lblDate = new System.Windows.Forms.Label();
            lblTitle = new System.Windows.Forms.Label();
            lblAccount = new System.Windows.Forms.Label();
            lblAmount = new System.Windows.Forms.Label();
            lblTags = new System.Windows.Forms.Label();
            tsFileImport = new System.Windows.Forms.ToolStrip();
            tscFileImport.ContentPanel.SuspendLayout();
            tscFileImport.TopToolStripPanel.SuspendLayout();
            tscFileImport.SuspendLayout();
            tlpFileImport.SuspendLayout();
            gbImportedTransactionList.SuspendLayout();
            gbTransactionDetails.SuspendLayout();
            tlpDetails.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numAmount)).BeginInit();
            tsFileImport.SuspendLayout();
            this.SuspendLayout();
            // 
            // tscFileImport
            // 
            tscFileImport.BottomToolStripPanelVisible = false;
            // 
            // tscFileImport.ContentPanel
            // 
            tscFileImport.ContentPanel.Controls.Add(tlpFileImport);
            resources.ApplyResources(tscFileImport.ContentPanel, "tscFileImport.ContentPanel");
            resources.ApplyResources(tscFileImport, "tscFileImport");
            tscFileImport.LeftToolStripPanelVisible = false;
            tscFileImport.Name = "tscFileImport";
            tscFileImport.RightToolStripPanelVisible = false;
            // 
            // tscFileImport.TopToolStripPanel
            // 
            tscFileImport.TopToolStripPanel.Controls.Add(tsFileImport);
            // 
            // tlpFileImport
            // 
            resources.ApplyResources(tlpFileImport, "tlpFileImport");
            tlpFileImport.Controls.Add(gbImportedTransactionList, 0, 0);
            tlpFileImport.Controls.Add(gbTransactionDetails, 1, 0);
            tlpFileImport.Name = "tlpFileImport";
            // 
            // gbImportedTransactionList
            // 
            gbImportedTransactionList.Controls.Add(this.lbImportedTransactions);
            resources.ApplyResources(gbImportedTransactionList, "gbImportedTransactionList");
            gbImportedTransactionList.Name = "gbImportedTransactionList";
            gbImportedTransactionList.TabStop = false;
            // 
            // lbImportedTransactions
            // 
            resources.ApplyResources(this.lbImportedTransactions, "lbImportedTransactions");
            this.lbImportedTransactions.FormattingEnabled = true;
            this.lbImportedTransactions.Name = "lbImportedTransactions";
            this.lbImportedTransactions.SelectedIndexChanged += new System.EventHandler(this.lbImportedTransactions_SelectedIndexChanged);
            // 
            // gbTransactionDetails
            // 
            gbTransactionDetails.Controls.Add(tlpDetails);
            resources.ApplyResources(gbTransactionDetails, "gbTransactionDetails");
            gbTransactionDetails.Name = "gbTransactionDetails";
            gbTransactionDetails.TabStop = false;
            // 
            // tlpDetails
            // 
            resources.ApplyResources(tlpDetails, "tlpDetails");
            tlpDetails.Controls.Add(this.cbImport, 0, 0);
            tlpDetails.Controls.Add(lblDate, 0, 1);
            tlpDetails.Controls.Add(this.dtpDate, 0, 2);
            tlpDetails.Controls.Add(lblTitle, 0, 3);
            tlpDetails.Controls.Add(this.tbTitle, 0, 4);
            tlpDetails.Controls.Add(this.cbImplementsPlan, 0, 5);
            tlpDetails.Controls.Add(this.cbPlan, 0, 6);
            tlpDetails.Controls.Add(lblAccount, 0, 7);
            tlpDetails.Controls.Add(this.cbAccount, 0, 8);
            tlpDetails.Controls.Add(lblAmount, 0, 9);
            tlpDetails.Controls.Add(this.numAmount, 0, 10);
            tlpDetails.Controls.Add(this.lblCurrency, 2, 10);
            tlpDetails.Controls.Add(lblTags, 0, 11);
            tlpDetails.Controls.Add(this.ttbTags, 0, 12);
            tlpDetails.Name = "tlpDetails";
            // 
            // cbImport
            // 
            resources.ApplyResources(this.cbImport, "cbImport");
            tlpDetails.SetColumnSpan(this.cbImport, 3);
            this.cbImport.Name = "cbImport";
            this.cbImport.UseVisualStyleBackColor = true;
            // 
            // lblDate
            // 
            resources.ApplyResources(lblDate, "lblDate");
            tlpDetails.SetColumnSpan(lblDate, 3);
            lblDate.Name = "lblDate";
            // 
            // dtpDate
            // 
            tlpDetails.SetColumnSpan(this.dtpDate, 3);
            resources.ApplyResources(this.dtpDate, "dtpDate");
            this.dtpDate.Name = "dtpDate";
            // 
            // lblTitle
            // 
            resources.ApplyResources(lblTitle, "lblTitle");
            tlpDetails.SetColumnSpan(lblTitle, 3);
            lblTitle.Name = "lblTitle";
            // 
            // tbTitle
            // 
            this.tbTitle.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            tlpDetails.SetColumnSpan(this.tbTitle, 3);
            resources.ApplyResources(this.tbTitle, "tbTitle");
            this.tbTitle.Name = "tbTitle";
            // 
            // cbImplementsPlan
            // 
            resources.ApplyResources(this.cbImplementsPlan, "cbImplementsPlan");
            tlpDetails.SetColumnSpan(this.cbImplementsPlan, 3);
            this.cbImplementsPlan.Name = "cbImplementsPlan";
            this.cbImplementsPlan.UseVisualStyleBackColor = true;
            // 
            // cbPlan
            // 
            tlpDetails.SetColumnSpan(this.cbPlan, 3);
            resources.ApplyResources(this.cbPlan, "cbPlan");
            this.cbPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbPlan.FormattingEnabled = true;
            this.cbPlan.Name = "cbPlan";
            // 
            // lblAccount
            // 
            resources.ApplyResources(lblAccount, "lblAccount");
            tlpDetails.SetColumnSpan(lblAccount, 3);
            lblAccount.Name = "lblAccount";
            // 
            // cbAccount
            // 
            tlpDetails.SetColumnSpan(this.cbAccount, 3);
            resources.ApplyResources(this.cbAccount, "cbAccount");
            this.cbAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAccount.FormattingEnabled = true;
            this.cbAccount.Name = "cbAccount";
            // 
            // lblAmount
            // 
            resources.ApplyResources(lblAmount, "lblAmount");
            tlpDetails.SetColumnSpan(lblAmount, 3);
            lblAmount.Name = "lblAmount";
            // 
            // numAmount
            // 
            tlpDetails.SetColumnSpan(this.numAmount, 2);
            this.numAmount.DecimalPlaces = 2;
            resources.ApplyResources(this.numAmount, "numAmount");
            this.numAmount.Maximum = new decimal(new int[] {
            1569325055,
            23283064,
            0,
            0});
            this.numAmount.Name = "numAmount";
            // 
            // lblCurrency
            // 
            resources.ApplyResources(this.lblCurrency, "lblCurrency");
            this.lblCurrency.Name = "lblCurrency";
            // 
            // lblTags
            // 
            resources.ApplyResources(lblTags, "lblTags");
            tlpDetails.SetColumnSpan(lblTags, 3);
            lblTags.Name = "lblTags";
            // 
            // ttbTags
            // 
            tlpDetails.SetColumnSpan(this.ttbTags, 3);
            resources.ApplyResources(this.ttbTags, "ttbTags");
            this.ttbTags.Name = "ttbTags";
            this.ttbTags.PopupOpened = false;
            this.ttbTags.ReadOnly = false;
            this.ttbTags.Tags = ((System.Collections.Generic.IEnumerable<string>)(resources.GetObject("ttbTags.Tags")));
            // 
            // tsFileImport
            // 
            resources.ApplyResources(tsFileImport, "tsFileImport");
            tsFileImport.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            tsFileImport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbOpen,
            this.tsbClose,
            this.tsbImport});
            tsFileImport.Name = "tsFileImport";
            tsFileImport.Stretch = true;
            // 
            // tsbOpen
            // 
            this.tsbOpen.Image = global::easyMoney.Manager.Properties.Resources.folder_page;
            resources.ApplyResources(this.tsbOpen, "tsbOpen");
            this.tsbOpen.Name = "tsbOpen";
            this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click);
            // 
            // tsbClose
            // 
            this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.tsbClose.Image = global::easyMoney.Manager.Properties.Resources.tick;
            resources.ApplyResources(this.tsbClose, "tsbClose");
            this.tsbClose.Name = "tsbClose";
            this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
            // 
            // tsbImport
            // 
            this.tsbImport.Image = global::easyMoney.Manager.Properties.Resources.table_multiple;
            resources.ApplyResources(this.tsbImport, "tsbImport");
            this.tsbImport.Name = "tsbImport";
            this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click);
            // 
            // fdFileOpen
            // 
            this.fdFileOpen.DefaultExt = "*.xml";
            resources.ApplyResources(this.fdFileOpen, "fdFileOpen");
            // 
            // FileImportForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tscFileImport);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Name = "FileImportForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.FileImportForm_Load);
            tscFileImport.ContentPanel.ResumeLayout(false);
            tscFileImport.TopToolStripPanel.ResumeLayout(false);
            tscFileImport.TopToolStripPanel.PerformLayout();
            tscFileImport.ResumeLayout(false);
            tscFileImport.PerformLayout();
            tlpFileImport.ResumeLayout(false);
            gbImportedTransactionList.ResumeLayout(false);
            gbTransactionDetails.ResumeLayout(false);
            tlpDetails.ResumeLayout(false);
            tlpDetails.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numAmount)).EndInit();
            tsFileImport.ResumeLayout(false);
            tsFileImport.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.GroupBox groupBox1;
			System.Windows.Forms.GroupBox gpRegex;
			System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
			System.Windows.Forms.GroupBox gbCasing;
			System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
			System.Windows.Forms.GroupBox groupBox6;
			System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
			System.Windows.Forms.Label label10;
			System.Windows.Forms.Label label9;
			System.Windows.Forms.Label label5;
			System.Windows.Forms.Label label4;
			System.Windows.Forms.Label label3;
			System.Windows.Forms.Label lbFieldLabel;
			System.Windows.Forms.Label lbExample;
			System.Windows.Forms.Label lbResultHeading;
			this.flexingPanel = new System.Windows.Forms.FlowLayoutPanel();
			this.rdBeSmart = new System.Windows.Forms.RadioButton();
			this.rdPluralize = new System.Windows.Forms.RadioButton();
			this.rdSingularize = new System.Windows.Forms.RadioButton();
			this.rdLeaveItAlone = new System.Windows.Forms.RadioButton();
			this.cbRegex = new System.Windows.Forms.ComboBox();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.tbRegexMatch = new System.Windows.Forms.TextBox();
			this.bsContextOptions = new System.Windows.Forms.BindingSource(this.components);
			this.tbRegexReplace = new System.Windows.Forms.TextBox();
			this.rdCamelCase = new System.Windows.Forms.RadioButton();
			this.rdLowerCamelCase = new System.Windows.Forms.RadioButton();
			this.rdLowerUnderscore = new System.Windows.Forms.RadioButton();
			this.tbAddSuffix = new System.Windows.Forms.TextBox();
			this.tbAddPrefix = new System.Windows.Forms.TextBox();
			this.tbRemoveSuffix = new System.Windows.Forms.TextBox();
			this.tbRemovePrefix = new System.Windows.Forms.TextBox();
			this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
			this.groupBox5 = new System.Windows.Forms.GroupBox();
			this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
			this.lbFormattedName = new System.Windows.Forms.Label();
			this.ddExamples = new System.Windows.Forms.ComboBox();
			groupBox1 = new System.Windows.Forms.GroupBox();
			gpRegex = new System.Windows.Forms.GroupBox();
			tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
			gbCasing = new System.Windows.Forms.GroupBox();
			flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
			groupBox6 = new System.Windows.Forms.GroupBox();
			tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
			label10 = new System.Windows.Forms.Label();
			label9 = new System.Windows.Forms.Label();
			label5 = new System.Windows.Forms.Label();
			label4 = new System.Windows.Forms.Label();
			label3 = new System.Windows.Forms.Label();
			lbFieldLabel = new System.Windows.Forms.Label();
			lbExample = new System.Windows.Forms.Label();
			lbResultHeading = new System.Windows.Forms.Label();
			groupBox1.SuspendLayout();
			this.flexingPanel.SuspendLayout();
			gpRegex.SuspendLayout();
			tableLayoutPanel4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.bsContextOptions)).BeginInit();
			gbCasing.SuspendLayout();
			flowLayoutPanel1.SuspendLayout();
			groupBox6.SuspendLayout();
			tableLayoutPanel9.SuspendLayout();
			this.tableLayoutPanel3.SuspendLayout();
			this.groupBox5.SuspendLayout();
			this.tableLayoutPanel2.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			groupBox1.Controls.Add(this.flexingPanel);
			groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			groupBox1.Location = new System.Drawing.Point(3, 3);
			groupBox1.Name = "groupBox1";
			groupBox1.Size = new System.Drawing.Size(380, 47);
			groupBox1.TabIndex = 6;
			groupBox1.TabStop = false;
			groupBox1.Text = "Pluralization";
			// 
			// flexingPanel
			// 
			this.flexingPanel.Controls.Add(this.rdBeSmart);
			this.flexingPanel.Controls.Add(this.rdPluralize);
			this.flexingPanel.Controls.Add(this.rdSingularize);
			this.flexingPanel.Controls.Add(this.rdLeaveItAlone);
			this.flexingPanel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.flexingPanel.Location = new System.Drawing.Point(3, 16);
			this.flexingPanel.Name = "flexingPanel";
			this.flexingPanel.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0);
			this.flexingPanel.Size = new System.Drawing.Size(374, 28);
			this.flexingPanel.TabIndex = 0;
			// 
			// rdBeSmart
			// 
			this.rdBeSmart.AutoSize = true;
			this.rdBeSmart.Checked = true;
			this.rdBeSmart.Location = new System.Drawing.Point(23, 5);
			this.rdBeSmart.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
			this.rdBeSmart.Name = "rdBeSmart";
			this.rdBeSmart.Size = new System.Drawing.Size(69, 17);
			this.rdBeSmart.TabIndex = 2;
			this.rdBeSmart.TabStop = true;
			this.rdBeSmart.Text = "Be smart!";
			this.rdBeSmart.UseVisualStyleBackColor = true;
			// 
			// rdPluralize
			// 
			this.rdPluralize.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.rdPluralize.AutoSize = true;
			this.rdPluralize.Location = new System.Drawing.Point(98, 5);
			this.rdPluralize.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
			this.rdPluralize.Name = "rdPluralize";
			this.rdPluralize.Size = new System.Drawing.Size(64, 17);
			this.rdPluralize.TabIndex = 0;
			this.rdPluralize.Text = "Pluralize";
			this.rdPluralize.UseVisualStyleBackColor = true;
			// 
			// rdSingularize
			// 
			this.rdSingularize.AutoSize = true;
			this.rdSingularize.Location = new System.Drawing.Point(168, 5);
			this.rdSingularize.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
			this.rdSingularize.Name = "rdSingularize";
			this.rdSingularize.Size = new System.Drawing.Size(76, 17);
			this.rdSingularize.TabIndex = 1;
			this.rdSingularize.Text = "Singularize";
			this.rdSingularize.UseVisualStyleBackColor = true;
			// 
			// rdLeaveItAlone
			// 
			this.rdLeaveItAlone.AutoSize = true;
			this.rdLeaveItAlone.Location = new System.Drawing.Point(250, 5);
			this.rdLeaveItAlone.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
			this.rdLeaveItAlone.Name = "rdLeaveItAlone";
			this.rdLeaveItAlone.Size = new System.Drawing.Size(92, 17);
			this.rdLeaveItAlone.TabIndex = 2;
			this.rdLeaveItAlone.Text = "Leave it alone";
			this.rdLeaveItAlone.UseVisualStyleBackColor = true;
			// 
			// gpRegex
			// 
			gpRegex.Controls.Add(tableLayoutPanel4);
			gpRegex.Dock = System.Windows.Forms.DockStyle.Fill;
			gpRegex.Location = new System.Drawing.Point(389, 56);
			gpRegex.Name = "gpRegex";
			gpRegex.Size = new System.Drawing.Size(353, 138);
			gpRegex.TabIndex = 2;
			gpRegex.TabStop = false;
			gpRegex.Text = "Apply a Regular Expression";
			// 
			// tableLayoutPanel4
			// 
			tableLayoutPanel4.ColumnCount = 2;
			tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.23288F));
			tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.76712F));
			tableLayoutPanel4.Controls.Add(this.cbRegex, 0, 0);
			tableLayoutPanel4.Controls.Add(this.label7, 0, 1);
			tableLayoutPanel4.Controls.Add(this.label8, 0, 2);
			tableLayoutPanel4.Controls.Add(this.tbRegexMatch, 1, 1);
			tableLayoutPanel4.Controls.Add(this.tbRegexReplace, 1, 2);
			tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
			tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
			tableLayoutPanel4.Name = "tableLayoutPanel4";
			tableLayoutPanel4.RowCount = 3;
			tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
			tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
			tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
			tableLayoutPanel4.Size = new System.Drawing.Size(347, 119);
			tableLayoutPanel4.TabIndex = 0;
			// 
			// cbRegex
			// 
			this.cbRegex.Anchor = System.Windows.Forms.AnchorStyles.Left;
			tableLayoutPanel4.SetColumnSpan(this.cbRegex, 2);
			this.cbRegex.DisplayMember = "Label";
			this.cbRegex.FormattingEnabled = true;
			this.cbRegex.Location = new System.Drawing.Point(20, 7);
			this.cbRegex.Margin = new System.Windows.Forms.Padding(20, 3, 3, 3);
			this.cbRegex.Name = "cbRegex";
			this.cbRegex.Size = new System.Drawing.Size(187, 21);
			this.cbRegex.TabIndex = 0;
			this.cbRegex.ValueMember = "Value";
			// 
			// label7
			// 
			this.label7.Anchor = System.Windows.Forms.AnchorStyles.Right;
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(30, 49);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(40, 13);
			this.label7.TabIndex = 1;
			this.label7.Text = "Match:";
			// 
			// label8
			// 
			this.label8.Anchor = System.Windows.Forms.AnchorStyles.Right;
			this.label8.AutoSize = true;
			this.label8.Location = new System.Drawing.Point(20, 91);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(50, 13);
			this.label8.TabIndex = 1;
			this.label8.Text = "Replace:";
			// 
			// tbRegexMatch
			// 
			this.tbRegexMatch.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.tbRegexMatch.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsContextOptions, "RegexMatch", true));
			this.tbRegexMatch.Location = new System.Drawing.Point(76, 45);
			this.tbRegexMatch.Name = "tbRegexMatch";
			this.tbRegexMatch.Size = new System.Drawing.Size(268, 20);
			this.tbRegexMatch.TabIndex = 2;
			// 
			// bsContextOptions
			// 
			this.bsContextOptions.DataSource = typeof(EdmxTypist.Options.ContextOptions);
			// 
			// tbRegexReplace
			// 
			this.tbRegexReplace.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.tbRegexReplace.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsContextOptions, "RegexReplace", true));
			this.tbRegexReplace.Location = new System.Drawing.Point(76, 87);
			this.tbRegexReplace.Name = "tbRegexReplace";
			this.tbRegexReplace.Size = new System.Drawing.Size(268, 20);
			this.tbRegexReplace.TabIndex = 2;
			// 
			// gbCasing
			// 
			gbCasing.Controls.Add(flowLayoutPanel1);
			gbCasing.Dock = System.Windows.Forms.DockStyle.Fill;
			gbCasing.Location = new System.Drawing.Point(389, 3);
			gbCasing.Name = "gbCasing";
			gbCasing.Size = new System.Drawing.Size(353, 47);
			gbCasing.TabIndex = 0;
			gbCasing.TabStop = false;
			gbCasing.Text = "Casing";
			// 
			// flowLayoutPanel1
			// 
			flowLayoutPanel1.Controls.Add(this.rdCamelCase);
			flowLayoutPanel1.Controls.Add(this.rdLowerCamelCase);
			flowLayoutPanel1.Controls.Add(this.rdLowerUnderscore);
			flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
			flowLayoutPanel1.Name = "flowLayoutPanel1";
			flowLayoutPanel1.Size = new System.Drawing.Size(347, 28);
			flowLayoutPanel1.TabIndex = 0;
			// 
			// rdCamelCase
			// 
			this.rdCamelCase.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.rdCamelCase.AutoSize = true;
			this.rdCamelCase.Checked = true;
			this.rdCamelCase.Location = new System.Drawing.Point(20, 5);
			this.rdCamelCase.Margin = new System.Windows.Forms.Padding(20, 5, 3, 3);
			this.rdCamelCase.Name = "rdCamelCase";
			this.rdCamelCase.Size = new System.Drawing.Size(78, 17);
			this.rdCamelCase.TabIndex = 0;
			this.rdCamelCase.TabStop = true;
			this.rdCamelCase.Text = "CamelCase";
			this.rdCamelCase.UseVisualStyleBackColor = true;
			// 
			// rdLowerCamelCase
			// 
			this.rdLowerCamelCase.AutoSize = true;
			this.rdLowerCamelCase.Location = new System.Drawing.Point(104, 5);
			this.rdLowerCamelCase.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
			this.rdLowerCamelCase.Name = "rdLowerCamelCase";
			this.rdLowerCamelCase.Size = new System.Drawing.Size(103, 17);
			this.rdLowerCamelCase.TabIndex = 1;
			this.rdLowerCamelCase.Text = "lowerCamelCase";
			this.rdLowerCamelCase.UseVisualStyleBackColor = true;
			// 
			// rdLowerUnderscore
			// 
			this.rdLowerUnderscore.AutoSize = true;
			this.rdLowerUnderscore.Location = new System.Drawing.Point(213, 5);
			this.rdLowerUnderscore.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
			this.rdLowerUnderscore.Name = "rdLowerUnderscore";
			this.rdLowerUnderscore.Size = new System.Drawing.Size(114, 17);
			this.rdLowerUnderscore.TabIndex = 2;
			this.rdLowerUnderscore.Text = "lower_underscores";
			this.rdLowerUnderscore.UseVisualStyleBackColor = true;
			// 
			// groupBox6
			// 
			groupBox6.Controls.Add(tableLayoutPanel9);
			groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
			groupBox6.Location = new System.Drawing.Point(3, 56);
			groupBox6.Name = "groupBox6";
			groupBox6.Size = new System.Drawing.Size(380, 138);
			groupBox6.TabIndex = 5;
			groupBox6.TabStop = false;
			groupBox6.Text = "Prefix and Suffix";
			// 
			// tableLayoutPanel9
			// 
			tableLayoutPanel9.ColumnCount = 3;
			tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.30769F));
			tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 62.69231F));
			tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 113F));
			tableLayoutPanel9.Controls.Add(label10, 2, 1);
			tableLayoutPanel9.Controls.Add(label9, 2, 0);
			tableLayoutPanel9.Controls.Add(this.tbAddSuffix, 1, 3);
			tableLayoutPanel9.Controls.Add(this.tbAddPrefix, 1, 2);
			tableLayoutPanel9.Controls.Add(this.tbRemoveSuffix, 1, 1);
			tableLayoutPanel9.Controls.Add(this.tbRemovePrefix, 1, 0);
			tableLayoutPanel9.Controls.Add(label5, 0, 3);
			tableLayoutPanel9.Controls.Add(label4, 0, 2);
			tableLayoutPanel9.Controls.Add(label3, 0, 1);
			tableLayoutPanel9.Controls.Add(lbFieldLabel, 0, 0);
			tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
			tableLayoutPanel9.Location = new System.Drawing.Point(3, 16);
			tableLayoutPanel9.Name = "tableLayoutPanel9";
			tableLayoutPanel9.RowCount = 4;
			tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
			tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
			tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
			tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
			tableLayoutPanel9.Size = new System.Drawing.Size(374, 119);
			tableLayoutPanel9.TabIndex = 6;
			// 
			// label10
			// 
			label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
			label10.Location = new System.Drawing.Point(263, 37);
			label10.Name = "label10";
			label10.Size = new System.Drawing.Size(107, 13);
			label10.TabIndex = 5;
			label10.Text = "Separated by spaces";
			// 
			// label9
			// 
			label9.Anchor = System.Windows.Forms.AnchorStyles.Left;
			label9.Location = new System.Drawing.Point(263, 8);
			label9.Name = "label9";
			label9.Size = new System.Drawing.Size(107, 13);
			label9.TabIndex = 6;
			label9.Text = "Separated by spaces";
			// 
			// tbAddSuffix
			// 
			this.tbAddSuffix.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
			this.tbAddSuffix.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsContextOptions, "AddSuffix", true));
			this.tbAddSuffix.Location = new System.Drawing.Point(100, 93);
			this.tbAddSuffix.Name = "tbAddSuffix";
			this.tbAddSuffix.Size = new System.Drawing.Size(157, 20);
			this.tbAddSuffix.TabIndex = 11;
			// 
			// tbAddPrefix
			// 
			this.tbAddPrefix.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
			this.tbAddPrefix.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsContextOptions, "AddPrefix", true));
			this.tbAddPrefix.Location = new System.Drawing.Point(100, 62);
			this.tbAddPrefix.Name = "tbAddPrefix";
			this.tbAddPrefix.Size = new System.Drawing.Size(157, 20);
			this.tbAddPrefix.TabIndex = 13;
			// 
			// tbRemoveSuffix
			// 
			this.tbRemoveSuffix.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
			this.tbRemoveSuffix.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsContextOptions, "RemoveSuffixes", true));
			this.tbRemoveSuffix.Location = new System.Drawing.Point(100, 33);
			this.tbRemoveSuffix.Name = "tbRemoveSuffix";
			this.tbRemoveSuffix.Size = new System.Drawing.Size(157, 20);
			this.tbRemoveSuffix.TabIndex = 12;
			// 
			// tbRemovePrefix
			// 
			this.tbRemovePrefix.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
			this.tbRemovePrefix.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsContextOptions, "RemovePrefixes", true));
			this.tbRemovePrefix.Location = new System.Drawing.Point(100, 4);
			this.tbRemovePrefix.Name = "tbRemovePrefix";
			this.tbRemovePrefix.Size = new System.Drawing.Size(157, 20);
			this.tbRemovePrefix.TabIndex = 10;
			// 
			// label5
			// 
			label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
			label5.AutoSize = true;
			label5.Location = new System.Drawing.Point(38, 96);
			label5.Name = "label5";
			label5.Size = new System.Drawing.Size(56, 13);
			label5.TabIndex = 4;
			label5.Text = "Add suffix:";
			// 
			// label4
			// 
			label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
			label4.AutoSize = true;
			label4.Location = new System.Drawing.Point(37, 66);
			label4.Name = "label4";
			label4.Size = new System.Drawing.Size(57, 13);
			label4.TabIndex = 9;
			label4.Text = "Add prefix:";
			// 
			// label3
			// 
			label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
			label3.Location = new System.Drawing.Point(3, 30);
			label3.Name = "label3";
			label3.Size = new System.Drawing.Size(91, 26);
			label3.TabIndex = 8;
			label3.Text = "Remove Suffixes:";
			label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// lbFieldLabel
			// 
			lbFieldLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
			lbFieldLabel.Location = new System.Drawing.Point(3, 1);
			lbFieldLabel.Name = "lbFieldLabel";
			lbFieldLabel.Size = new System.Drawing.Size(91, 26);
			lbFieldLabel.TabIndex = 7;
			lbFieldLabel.Text = "Remove Prefixes:";
			lbFieldLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// lbExample
			// 
			lbExample.Anchor = System.Windows.Forms.AnchorStyles.Right;
			lbExample.AutoSize = true;
			lbExample.Location = new System.Drawing.Point(12, 7);
			lbExample.Name = "lbExample";
			lbExample.Size = new System.Drawing.Size(50, 13);
			lbExample.TabIndex = 1;
			lbExample.Text = "Example:";
			// 
			// lbResultHeading
			// 
			lbResultHeading.Anchor = System.Windows.Forms.AnchorStyles.Right;
			lbResultHeading.AutoSize = true;
			lbResultHeading.Location = new System.Drawing.Point(308, 7);
			lbResultHeading.Name = "lbResultHeading";
			lbResultHeading.Size = new System.Drawing.Size(40, 13);
			lbResultHeading.TabIndex = 6;
			lbResultHeading.Text = "Result:";
			// 
			// tableLayoutPanel3
			// 
			this.tableLayoutPanel3.ColumnCount = 2;
			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.91122F));
			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48.08878F));
			this.tableLayoutPanel3.Controls.Add(this.groupBox5, 0, 2);
			this.tableLayoutPanel3.Controls.Add(groupBox1, 0, 0);
			this.tableLayoutPanel3.Controls.Add(gpRegex, 1, 1);
			this.tableLayoutPanel3.Controls.Add(gbCasing, 1, 0);
			this.tableLayoutPanel3.Controls.Add(groupBox6, 0, 1);
			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, 53F));
			this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 144F));
			this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
			this.tableLayoutPanel3.Size = new System.Drawing.Size(745, 250);
			this.tableLayoutPanel3.TabIndex = 2;
			// 
			// groupBox5
			// 
			this.tableLayoutPanel3.SetColumnSpan(this.groupBox5, 2);
			this.groupBox5.Controls.Add(this.tableLayoutPanel2);
			this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.groupBox5.Location = new System.Drawing.Point(3, 200);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(739, 47);
			this.groupBox5.TabIndex = 11;
			this.groupBox5.TabStop = false;
			this.groupBox5.Text = "Preview";
			// 
			// tableLayoutPanel2
			// 
			this.tableLayoutPanel2.ColumnCount = 4;
			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.003601F));
			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.29172F));
			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.963985F));
			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.98079F));
			this.tableLayoutPanel2.Controls.Add(this.lbFormattedName, 3, 0);
			this.tableLayoutPanel2.Controls.Add(this.ddExamples, 1, 0);
			this.tableLayoutPanel2.Controls.Add(lbExample, 0, 0);
			this.tableLayoutPanel2.Controls.Add(lbResultHeading, 2, 0);
			this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
			this.tableLayoutPanel2.Name = "tableLayoutPanel2";
			this.tableLayoutPanel2.RowCount = 1;
			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel2.Size = new System.Drawing.Size(733, 28);
			this.tableLayoutPanel2.TabIndex = 13;
			// 
			// lbFormattedName
			// 
			this.lbFormattedName.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.lbFormattedName.AutoSize = true;
			this.lbFormattedName.Location = new System.Drawing.Point(354, 7);
			this.lbFormattedName.Name = "lbFormattedName";
			this.lbFormattedName.Size = new System.Drawing.Size(108, 13);
			this.lbFormattedName.TabIndex = 4;
			this.lbFormattedName.Text = "Transformed example";
			// 
			// ddExamples
			// 
			this.ddExamples.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.ddExamples.FormattingEnabled = true;
			this.ddExamples.Location = new System.Drawing.Point(68, 3);
			this.ddExamples.Name = "ddExamples";
			this.ddExamples.Size = new System.Drawing.Size(198, 21);
			this.ddExamples.TabIndex = 5;
			this.ddExamples.TextUpdate += new System.EventHandler(this.UpdateResult);
			// 
			// EdmxConfigGroup
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.AutoSize = true;
			this.Controls.Add(this.tableLayoutPanel3);
			this.Name = "EdmxConfigGroup";
			this.Size = new System.Drawing.Size(745, 250);
			groupBox1.ResumeLayout(false);
			this.flexingPanel.ResumeLayout(false);
			this.flexingPanel.PerformLayout();
			gpRegex.ResumeLayout(false);
			tableLayoutPanel4.ResumeLayout(false);
			tableLayoutPanel4.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.bsContextOptions)).EndInit();
			gbCasing.ResumeLayout(false);
			flowLayoutPanel1.ResumeLayout(false);
			flowLayoutPanel1.PerformLayout();
			groupBox6.ResumeLayout(false);
			tableLayoutPanel9.ResumeLayout(false);
			tableLayoutPanel9.PerformLayout();
			this.tableLayoutPanel3.ResumeLayout(false);
			this.groupBox5.ResumeLayout(false);
			this.tableLayoutPanel2.ResumeLayout(false);
			this.tableLayoutPanel2.PerformLayout();
			this.ResumeLayout(false);

		}
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            TreelistView.TreeListColumn treeListColumn1 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Name", "Name")));
            TreelistView.TreeListColumn treeListColumn2 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Modification", "Modification")));
            TreelistView.TreeListColumn treeListColumn3 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Value", "Value")));
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.Button ok;
            System.Windows.Forms.Button cancel;
            this.variables = new TreelistView.TreeListView();
            this.varValue = new System.Windows.Forms.TextBox();
            this.varName = new System.Windows.Forms.TextBox();
            this.pendSeparator = new System.Windows.Forms.ComboBox();
            this.prependType = new System.Windows.Forms.RadioButton();
            this.appendType = new System.Windows.Forms.RadioButton();
            this.setType = new System.Windows.Forms.RadioButton();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.addUpdate = new System.Windows.Forms.Button();
            this.delete = new System.Windows.Forms.Button();
            this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            groupBox2 = new System.Windows.Forms.GroupBox();
            label2 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            groupBox1 = new System.Windows.Forms.GroupBox();
            ok = new System.Windows.Forms.Button();
            cancel = new System.Windows.Forms.Button();
            tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.variables)).BeginInit();
            groupBox2.SuspendLayout();
            groupBox1.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.flowLayoutPanel2.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.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel1.Controls.Add(this.variables, 0, 0);
            tableLayoutPanel1.Controls.Add(groupBox2, 0, 1);
            tableLayoutPanel1.Controls.Add(groupBox1, 1, 1);
            tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 2);
            tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 1, 3);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 4;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            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(673, 474);
            tableLayoutPanel1.TabIndex = 2;
            // 
            // variables
            // 
            treeListColumn1.AutoSizeMinSize = 0;
            treeListColumn1.Width = 160;
            treeListColumn2.AutoSizeMinSize = 0;
            treeListColumn2.Width = 170;
            treeListColumn3.AutoSize = true;
            treeListColumn3.AutoSizeMinSize = 100;
            treeListColumn3.Width = 50;
            this.variables.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1,
            treeListColumn2,
            treeListColumn3});
            this.variables.ColumnsOptions.LeftMargin = 0;
            tableLayoutPanel1.SetColumnSpan(this.variables, 2);
            this.variables.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.variables.Dock = System.Windows.Forms.DockStyle.Fill;
            this.variables.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.variables.Location = new System.Drawing.Point(3, 3);
            this.variables.Name = "variables";
            this.variables.RowOptions.ShowHeader = false;
            this.variables.Size = new System.Drawing.Size(667, 257);
            this.variables.TabIndex = 11;
            this.variables.Text = "treeListView1";
            this.variables.ViewOptions.HoverHandTreeColumn = false;
            this.variables.ViewOptions.PadForPlusMinus = false;
            this.variables.ViewOptions.ShowLine = false;
            this.variables.ViewOptions.ShowPlusMinus = false;
            this.variables.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.variables_AfterSelect);
            this.variables.KeyDown += new System.Windows.Forms.KeyEventHandler(this.variables_KeyDown);
            // 
            // 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(label2);
            groupBox2.Controls.Add(this.varValue);
            groupBox2.Controls.Add(label1);
            groupBox2.Controls.Add(this.varName);
            groupBox2.Location = new System.Drawing.Point(3, 266);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(489, 122);
            groupBox2.TabIndex = 4;
            groupBox2.TabStop = false;
            groupBox2.Text = "Environment Variable";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(9, 68);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(34, 13);
            label2.TabIndex = 3;
            label2.Text = "Value";
            // 
            // varValue
            // 
            this.varValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.varValue.Location = new System.Drawing.Point(9, 84);
            this.varValue.Name = "varValue";
            this.varValue.Size = new System.Drawing.Size(473, 20);
            this.varValue.TabIndex = 2;
            this.varValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.varField_KeyPress);
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(9, 16);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(35, 13);
            label1.TabIndex = 1;
            label1.Text = "Name";
            // 
            // varName
            // 
            this.varName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.varName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.varName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.varName.Location = new System.Drawing.Point(9, 32);
            this.varName.Name = "varName";
            this.varName.Size = new System.Drawing.Size(473, 20);
            this.varName.TabIndex = 1;
            this.varName.TextChanged += new System.EventHandler(this.varName_TextChanged);
            this.varName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.varField_KeyPress);
            // 
            // groupBox1
            // 
            groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            groupBox1.Controls.Add(this.pendSeparator);
            groupBox1.Controls.Add(this.prependType);
            groupBox1.Controls.Add(this.appendType);
            groupBox1.Controls.Add(this.setType);
            groupBox1.Location = new System.Drawing.Point(498, 266);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(172, 122);
            groupBox1.TabIndex = 2;
            groupBox1.TabStop = false;
            groupBox1.Text = "Modification type";
            // 
            // pendSeparator
            // 
            this.pendSeparator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.pendSeparator.FormattingEnabled = true;
            this.pendSeparator.Location = new System.Drawing.Point(7, 92);
            this.pendSeparator.Name = "pendSeparator";
            this.pendSeparator.Size = new System.Drawing.Size(121, 21);
            this.pendSeparator.TabIndex = 6;
            // 
            // prependType
            // 
            this.prependType.AutoSize = true;
            this.prependType.Location = new System.Drawing.Point(7, 68);
            this.prependType.Name = "prependType";
            this.prependType.Size = new System.Drawing.Size(95, 17);
            this.prependType.TabIndex = 5;
            this.prependType.TabStop = true;
            this.prependType.Text = "Prepend Value";
            this.prependType.UseVisualStyleBackColor = true;
            this.prependType.CheckedChanged += new System.EventHandler(this.modification_CheckedChanged);
            // 
            // appendType
            // 
            this.appendType.AutoSize = true;
            this.appendType.Location = new System.Drawing.Point(7, 44);
            this.appendType.Name = "appendType";
            this.appendType.Size = new System.Drawing.Size(92, 17);
            this.appendType.TabIndex = 4;
            this.appendType.TabStop = true;
            this.appendType.Text = "Append Value";
            this.appendType.UseVisualStyleBackColor = true;
            this.appendType.CheckedChanged += new System.EventHandler(this.modification_CheckedChanged);
            // 
            // setType
            // 
            this.setType.AutoSize = true;
            this.setType.Location = new System.Drawing.Point(7, 20);
            this.setType.Name = "setType";
            this.setType.Size = new System.Drawing.Size(71, 17);
            this.setType.TabIndex = 3;
            this.setType.TabStop = true;
            this.setType.Text = "Set Value";
            this.setType.UseVisualStyleBackColor = true;
            this.setType.CheckedChanged += new System.EventHandler(this.modification_CheckedChanged);
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.flowLayoutPanel1.Controls.Add(this.addUpdate);
            this.flowLayoutPanel1.Controls.Add(this.delete);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(498, 391);
            this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(172, 28);
            this.flowLayoutPanel1.TabIndex = 9;
            // 
            // addUpdate
            // 
            this.addUpdate.Location = new System.Drawing.Point(3, 3);
            this.addUpdate.Name = "addUpdate";
            this.addUpdate.Size = new System.Drawing.Size(80, 23);
            this.addUpdate.TabIndex = 7;
            this.addUpdate.Text = "Add / Update";
            this.addUpdate.UseVisualStyleBackColor = true;
            this.addUpdate.Click += new System.EventHandler(this.addUpdate_Click);
            // 
            // delete
            // 
            this.delete.Location = new System.Drawing.Point(89, 3);
            this.delete.Name = "delete";
            this.delete.Size = new System.Drawing.Size(80, 23);
            this.delete.TabIndex = 8;
            this.delete.Text = "Delete";
            this.delete.UseVisualStyleBackColor = true;
            this.delete.Click += new System.EventHandler(this.delete_Click);
            // 
            // flowLayoutPanel2
            // 
            this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.flowLayoutPanel2.Controls.Add(ok);
            this.flowLayoutPanel2.Controls.Add(cancel);
            this.flowLayoutPanel2.Location = new System.Drawing.Point(498, 445);
            this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 26, 3, 3);
            this.flowLayoutPanel2.Name = "flowLayoutPanel2";
            this.flowLayoutPanel2.Size = new System.Drawing.Size(172, 26);
            this.flowLayoutPanel2.TabIndex = 10;
            // 
            // ok
            // 
            ok.DialogResult = System.Windows.Forms.DialogResult.OK;
            ok.Location = new System.Drawing.Point(3, 3);
            ok.Name = "ok";
            ok.Size = new System.Drawing.Size(80, 23);
            ok.TabIndex = 9;
            ok.Text = "OK";
            ok.UseVisualStyleBackColor = true;
            // 
            // cancel
            // 
            cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            cancel.Location = new System.Drawing.Point(89, 3);
            cancel.Name = "cancel";
            cancel.Size = new System.Drawing.Size(80, 23);
            cancel.TabIndex = 10;
            cancel.Text = "Cancel";
            cancel.UseVisualStyleBackColor = true;
            // 
            // EnvironmentEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = cancel;
            this.ClientSize = new System.Drawing.Size(673, 474);
            this.Controls.Add(tableLayoutPanel1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "EnvironmentEditor";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Capture Environment Editor";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EnvironmentEditor_FormClosing);
            this.Load += new System.EventHandler(this.EnvironmentEditor_Load);
            tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.variables)).EndInit();
            groupBox2.ResumeLayout(false);
            groupBox2.PerformLayout();
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel tlpWelcome;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WelcomeScreenForm));
            System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
            System.Windows.Forms.GroupBox gbAccounts;
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.Label lblAssetsTitle;
            System.Windows.Forms.Label lblDebtsTitle;
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.GroupBox gbOverview;
            System.Windows.Forms.TableLayoutPanel tlpTransactions;
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.Label lblPlansTitle;
            System.Windows.Forms.Label lblStatisticsTitle;
            this.tscContainer = new System.Windows.Forms.ToolStripContainer();
            this.msMenuMain = new System.Windows.Forms.MenuStrip();
            this.tsmiFile = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiOpen = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSave = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSaveAs = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiImport = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSearch = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSettings = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiTransactions = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiTransactionList = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiNewPayment = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiNewIncome = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiPlans = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiPlanList = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiPlanPayment = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiPlanIncome = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiAccounts = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiAccountList = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiNewDebitAccount = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiNewCreditAccount = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiReports = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiReportList = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiMonthBalance = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiShowIntroduction = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiAbout = new System.Windows.Forms.ToolStripMenuItem();
            this.tsstbSearch = new easyMoney.Controls.ToolStripSpringTextBox();
            this.tsmiStartSearch = new System.Windows.Forms.ToolStripMenuItem();
            this.tlpAccounts = new System.Windows.Forms.TableLayoutPanel();
            this.chartDebts = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.lblAssets = new System.Windows.Forms.Label();
            this.lblDebts = new System.Windows.Forms.Label();
            this.chartAssets = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.lblStatsYearSpent = new System.Windows.Forms.Label();
            this.lblStatsYearEarned = new System.Windows.Forms.Label();
            this.lblStatsYear = new System.Windows.Forms.Label();
            this.lblStatsMonthSpent = new System.Windows.Forms.Label();
            this.lblStatsMonthEarned = new System.Windows.Forms.Label();
            this.lblStatsDay = new System.Windows.Forms.Label();
            this.lblStatsDayEarned = new System.Windows.Forms.Label();
            this.btnNextYear = new System.Windows.Forms.Button();
            this.btnPrevYear = new System.Windows.Forms.Button();
            this.btnNextMonth = new System.Windows.Forms.Button();
            this.btnPrevMonth = new System.Windows.Forms.Button();
            this.btnNextDay = new System.Windows.Forms.Button();
            this.btnPrevDay = new System.Windows.Forms.Button();
            this.dgvPlans = new System.Windows.Forms.DataGridView();
            this.dgvcPlansDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgvcPlansTransactionType = new System.Windows.Forms.DataGridViewImageColumn();
            this.dgvcPlansAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgvcPlansTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.lblStatsDaySpent = new System.Windows.Forms.Label();
            this.lblStatsMonth = new System.Windows.Forms.Label();
            this.bgwUpdateCheck = new System.ComponentModel.BackgroundWorker();
            this.fdOpenData = new System.Windows.Forms.OpenFileDialog();
            this.fdSaveData = new System.Windows.Forms.SaveFileDialog();
            tlpWelcome = new System.Windows.Forms.TableLayoutPanel();
            toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            gbAccounts = new System.Windows.Forms.GroupBox();
            lblAssetsTitle = new System.Windows.Forms.Label();
            lblDebtsTitle = new System.Windows.Forms.Label();
            gbOverview = new System.Windows.Forms.GroupBox();
            tlpTransactions = new System.Windows.Forms.TableLayoutPanel();
            lblPlansTitle = new System.Windows.Forms.Label();
            lblStatisticsTitle = new System.Windows.Forms.Label();
            tlpWelcome.SuspendLayout();
            this.tscContainer.ContentPanel.SuspendLayout();
            this.tscContainer.TopToolStripPanel.SuspendLayout();
            this.tscContainer.SuspendLayout();
            this.msMenuMain.SuspendLayout();
            gbAccounts.SuspendLayout();
            this.tlpAccounts.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartDebts)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartAssets)).BeginInit();
            gbOverview.SuspendLayout();
            tlpTransactions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPlans)).BeginInit();
            this.SuspendLayout();
            // 
            // tlpWelcome
            // 
            resources.ApplyResources(tlpWelcome, "tlpWelcome");
            tlpWelcome.Controls.Add(gbAccounts, 0, 0);
            tlpWelcome.Controls.Add(gbOverview, 1, 0);
            tlpWelcome.Name = "tlpWelcome";
            // 
            // tscContainer
            // 
            resources.ApplyResources(this.tscContainer, "tscContainer");
            // 
            // tscContainer.BottomToolStripPanel
            // 
            resources.ApplyResources(this.tscContainer.BottomToolStripPanel, "tscContainer.BottomToolStripPanel");
            this.tscContainer.BottomToolStripPanelVisible = false;
            // 
            // tscContainer.ContentPanel
            // 
            resources.ApplyResources(this.tscContainer.ContentPanel, "tscContainer.ContentPanel");
            this.tscContainer.ContentPanel.Controls.Add(tlpWelcome);
            // 
            // tscContainer.LeftToolStripPanel
            // 
            resources.ApplyResources(this.tscContainer.LeftToolStripPanel, "tscContainer.LeftToolStripPanel");
            this.tscContainer.LeftToolStripPanelVisible = false;
            this.tscContainer.Name = "tscContainer";
            // 
            // tscContainer.RightToolStripPanel
            // 
            resources.ApplyResources(this.tscContainer.RightToolStripPanel, "tscContainer.RightToolStripPanel");
            // 
            // tscContainer.TopToolStripPanel
            // 
            resources.ApplyResources(this.tscContainer.TopToolStripPanel, "tscContainer.TopToolStripPanel");
            this.tscContainer.TopToolStripPanel.Controls.Add(this.msMenuMain);
            // 
            // msMenuMain
            // 
            resources.ApplyResources(this.msMenuMain, "msMenuMain");
            this.msMenuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiFile,
            this.tsmiTransactions,
            this.tsmiPlans,
            this.tsmiAccounts,
            this.tsmiReports,
            this.tsmiHelp,
            this.tsstbSearch,
            this.tsmiStartSearch});
            this.msMenuMain.Name = "msMenuMain";
            // 
            // tsmiFile
            // 
            resources.ApplyResources(this.tsmiFile, "tsmiFile");
            this.tsmiFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiOpen,
            this.tsmiSave,
            this.tsmiSaveAs,
            toolStripSeparator8,
            this.tsmiImport,
            toolStripSeparator1,
            this.tsmiSearch,
            this.tsmiSettings,
            toolStripSeparator2,
            this.tsmiExit});
            this.tsmiFile.Image = global::easyMoney.Manager.Properties.Resources.page;
            this.tsmiFile.Name = "tsmiFile";
            // 
            // tsmiOpen
            // 
            resources.ApplyResources(this.tsmiOpen, "tsmiOpen");
            this.tsmiOpen.Image = global::easyMoney.Manager.Properties.Resources.folder_table;
            this.tsmiOpen.Name = "tsmiOpen";
            this.tsmiOpen.Click += new System.EventHandler(this.tsmiOpen_Click);
            // 
            // tsmiSave
            // 
            resources.ApplyResources(this.tsmiSave, "tsmiSave");
            this.tsmiSave.Image = global::easyMoney.Manager.Properties.Resources.disk;
            this.tsmiSave.Name = "tsmiSave";
            this.tsmiSave.Click += new System.EventHandler(this.tsmiSave_Click);
            // 
            // tsmiSaveAs
            // 
            resources.ApplyResources(this.tsmiSaveAs, "tsmiSaveAs");
            this.tsmiSaveAs.Name = "tsmiSaveAs";
            this.tsmiSaveAs.Click += new System.EventHandler(this.tsmiSaveAs_Click);
            // 
            // toolStripSeparator8
            // 
            resources.ApplyResources(toolStripSeparator8, "toolStripSeparator8");
            toolStripSeparator8.Name = "toolStripSeparator8";
            // 
            // tsmiImport
            // 
            resources.ApplyResources(this.tsmiImport, "tsmiImport");
            this.tsmiImport.Image = global::easyMoney.Manager.Properties.Resources.page_copy;
            this.tsmiImport.Name = "tsmiImport";
            this.tsmiImport.Click += new System.EventHandler(this.tsmiImport_Click);
            // 
            // toolStripSeparator1
            // 
            resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
            toolStripSeparator1.Name = "toolStripSeparator1";
            // 
            // tsmiSearch
            // 
            resources.ApplyResources(this.tsmiSearch, "tsmiSearch");
            this.tsmiSearch.Image = global::easyMoney.Manager.Properties.Resources.magnifier;
            this.tsmiSearch.Name = "tsmiSearch";
            this.tsmiSearch.Click += new System.EventHandler(this.tsmiSearch_Click);
            // 
            // tsmiSettings
            // 
            resources.ApplyResources(this.tsmiSettings, "tsmiSettings");
            this.tsmiSettings.Image = global::easyMoney.Manager.Properties.Resources.cog;
            this.tsmiSettings.Name = "tsmiSettings";
            this.tsmiSettings.Click += new System.EventHandler(this.tsmiSettings_Click);
            // 
            // toolStripSeparator2
            // 
            resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
            toolStripSeparator2.Name = "toolStripSeparator2";
            // 
            // tsmiExit
            // 
            resources.ApplyResources(this.tsmiExit, "tsmiExit");
            this.tsmiExit.Image = global::easyMoney.Manager.Properties.Resources.cross;
            this.tsmiExit.Name = "tsmiExit";
            this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
            // 
            // tsmiTransactions
            // 
            resources.ApplyResources(this.tsmiTransactions, "tsmiTransactions");
            this.tsmiTransactions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiTransactionList,
            toolStripSeparator3,
            this.tsmiNewPayment,
            this.tsmiNewIncome});
            this.tsmiTransactions.Image = global::easyMoney.Manager.Properties.Resources.table_multiple;
            this.tsmiTransactions.Name = "tsmiTransactions";
            // 
            // tsmiTransactionList
            // 
            resources.ApplyResources(this.tsmiTransactionList, "tsmiTransactionList");
            this.tsmiTransactionList.Image = global::easyMoney.Manager.Properties.Resources.application_form;
            this.tsmiTransactionList.Name = "tsmiTransactionList";
            this.tsmiTransactionList.Click += new System.EventHandler(this.tsmiTransactionList_Click);
            // 
            // toolStripSeparator3
            // 
            resources.ApplyResources(toolStripSeparator3, "toolStripSeparator3");
            toolStripSeparator3.Name = "toolStripSeparator3";
            // 
            // tsmiNewPayment
            // 
            resources.ApplyResources(this.tsmiNewPayment, "tsmiNewPayment");
            this.tsmiNewPayment.Image = global::easyMoney.Manager.Properties.Resources.basket;
            this.tsmiNewPayment.Name = "tsmiNewPayment";
            // 
            // tsmiNewIncome
            // 
            resources.ApplyResources(this.tsmiNewIncome, "tsmiNewIncome");
            this.tsmiNewIncome.Image = global::easyMoney.Manager.Properties.Resources.coins;
            this.tsmiNewIncome.Name = "tsmiNewIncome";
            // 
            // tsmiPlans
            // 
            resources.ApplyResources(this.tsmiPlans, "tsmiPlans");
            this.tsmiPlans.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiPlanList,
            toolStripSeparator4,
            this.tsmiPlanPayment,
            this.tsmiPlanIncome});
            this.tsmiPlans.Image = global::easyMoney.Manager.Properties.Resources.date;
            this.tsmiPlans.Name = "tsmiPlans";
            // 
            // tsmiPlanList
            // 
            resources.ApplyResources(this.tsmiPlanList, "tsmiPlanList");
            this.tsmiPlanList.Image = global::easyMoney.Manager.Properties.Resources.note;
            this.tsmiPlanList.Name = "tsmiPlanList";
            this.tsmiPlanList.Click += new System.EventHandler(this.tsmiPlanList_Click);
            // 
            // toolStripSeparator4
            // 
            resources.ApplyResources(toolStripSeparator4, "toolStripSeparator4");
            toolStripSeparator4.Name = "toolStripSeparator4";
            // 
            // tsmiPlanPayment
            // 
            resources.ApplyResources(this.tsmiPlanPayment, "tsmiPlanPayment");
            this.tsmiPlanPayment.Image = global::easyMoney.Manager.Properties.Resources.basket_add;
            this.tsmiPlanPayment.Name = "tsmiPlanPayment";
            // 
            // tsmiPlanIncome
            // 
            resources.ApplyResources(this.tsmiPlanIncome, "tsmiPlanIncome");
            this.tsmiPlanIncome.Image = global::easyMoney.Manager.Properties.Resources.coins_add;
            this.tsmiPlanIncome.Name = "tsmiPlanIncome";
            // 
            // tsmiAccounts
            // 
            resources.ApplyResources(this.tsmiAccounts, "tsmiAccounts");
            this.tsmiAccounts.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiAccountList,
            toolStripSeparator5,
            this.tsmiNewDebitAccount,
            this.tsmiNewCreditAccount});
            this.tsmiAccounts.Image = global::easyMoney.Manager.Properties.Resources.book;
            this.tsmiAccounts.Name = "tsmiAccounts";
            // 
            // tsmiAccountList
            // 
            resources.ApplyResources(this.tsmiAccountList, "tsmiAccountList");
            this.tsmiAccountList.Image = global::easyMoney.Manager.Properties.Resources.book_open;
            this.tsmiAccountList.Name = "tsmiAccountList";
            this.tsmiAccountList.Click += new System.EventHandler(this.tsmiAccountList_Click);
            // 
            // toolStripSeparator5
            // 
            resources.ApplyResources(toolStripSeparator5, "toolStripSeparator5");
            toolStripSeparator5.Name = "toolStripSeparator5";
            // 
            // tsmiNewDebitAccount
            // 
            resources.ApplyResources(this.tsmiNewDebitAccount, "tsmiNewDebitAccount");
            this.tsmiNewDebitAccount.Image = global::easyMoney.Manager.Properties.Resources.money;
            this.tsmiNewDebitAccount.Name = "tsmiNewDebitAccount";
            this.tsmiNewDebitAccount.Click += new System.EventHandler(this.tsmiNewAccount_Click);
            // 
            // tsmiNewCreditAccount
            // 
            resources.ApplyResources(this.tsmiNewCreditAccount, "tsmiNewCreditAccount");
            this.tsmiNewCreditAccount.Image = global::easyMoney.Manager.Properties.Resources.creditcards;
            this.tsmiNewCreditAccount.Name = "tsmiNewCreditAccount";
            this.tsmiNewCreditAccount.Click += new System.EventHandler(this.tsmiNewAccount_Click);
            // 
            // tsmiReports
            // 
            resources.ApplyResources(this.tsmiReports, "tsmiReports");
            this.tsmiReports.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiReportList,
            toolStripSeparator6,
            this.tsmiMonthBalance});
            this.tsmiReports.Image = global::easyMoney.Manager.Properties.Resources.chart_bar;
            this.tsmiReports.Name = "tsmiReports";
            // 
            // tsmiReportList
            // 
            resources.ApplyResources(this.tsmiReportList, "tsmiReportList");
            this.tsmiReportList.Image = global::easyMoney.Manager.Properties.Resources.report;
            this.tsmiReportList.Name = "tsmiReportList";
            this.tsmiReportList.Click += new System.EventHandler(this.tsmiReportList_Click);
            // 
            // toolStripSeparator6
            // 
            resources.ApplyResources(toolStripSeparator6, "toolStripSeparator6");
            toolStripSeparator6.Name = "toolStripSeparator6";
            // 
            // tsmiMonthBalance
            // 
            resources.ApplyResources(this.tsmiMonthBalance, "tsmiMonthBalance");
            this.tsmiMonthBalance.Image = global::easyMoney.Manager.Properties.Resources.calendar;
            this.tsmiMonthBalance.Name = "tsmiMonthBalance";
            this.tsmiMonthBalance.Click += new System.EventHandler(this.tsmiMonthBalance_Click);
            // 
            // tsmiHelp
            // 
            resources.ApplyResources(this.tsmiHelp, "tsmiHelp");
            this.tsmiHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiShowIntroduction,
            toolStripSeparator7,
            this.tsmiAbout});
            this.tsmiHelp.Image = global::easyMoney.Manager.Properties.Resources.help;
            this.tsmiHelp.Name = "tsmiHelp";
            // 
            // tsmiShowIntroduction
            // 
            resources.ApplyResources(this.tsmiShowIntroduction, "tsmiShowIntroduction");
            this.tsmiShowIntroduction.Image = global::easyMoney.Manager.Properties.Resources.information;
            this.tsmiShowIntroduction.Name = "tsmiShowIntroduction";
            this.tsmiShowIntroduction.Click += new System.EventHandler(this.tsmiShowIntroduction_Click);
            // 
            // toolStripSeparator7
            // 
            resources.ApplyResources(toolStripSeparator7, "toolStripSeparator7");
            toolStripSeparator7.Name = "toolStripSeparator7";
            // 
            // tsmiAbout
            // 
            resources.ApplyResources(this.tsmiAbout, "tsmiAbout");
            this.tsmiAbout.Image = global::easyMoney.Manager.Properties.Resources.lightbulb;
            this.tsmiAbout.Name = "tsmiAbout";
            this.tsmiAbout.Click += new System.EventHandler(this.tsmiAbout_Click);
            // 
            // tsstbSearch
            // 
            resources.ApplyResources(this.tsstbSearch, "tsstbSearch");
            this.tsstbSearch.Name = "tsstbSearch";
            // 
            // tsmiStartSearch
            // 
            resources.ApplyResources(this.tsmiStartSearch, "tsmiStartSearch");
            this.tsmiStartSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsmiStartSearch.Image = global::easyMoney.Manager.Properties.Resources.magnifier;
            this.tsmiStartSearch.Name = "tsmiStartSearch";
            this.tsmiStartSearch.Click += new System.EventHandler(this.tsbSearch_Click);
            // 
            // gbAccounts
            // 
            resources.ApplyResources(gbAccounts, "gbAccounts");
            gbAccounts.Controls.Add(this.tlpAccounts);
            gbAccounts.Name = "gbAccounts";
            gbAccounts.TabStop = false;
            // 
            // tlpAccounts
            // 
            resources.ApplyResources(this.tlpAccounts, "tlpAccounts");
            this.tlpAccounts.Controls.Add(this.chartDebts, 0, 3);
            this.tlpAccounts.Controls.Add(this.lblAssets, 1, 0);
            this.tlpAccounts.Controls.Add(this.lblDebts, 1, 2);
            this.tlpAccounts.Controls.Add(lblAssetsTitle, 0, 0);
            this.tlpAccounts.Controls.Add(lblDebtsTitle, 0, 2);
            this.tlpAccounts.Controls.Add(this.chartAssets, 0, 1);
            this.tlpAccounts.Name = "tlpAccounts";
            // 
            // chartDebts
            // 
            resources.ApplyResources(this.chartDebts, "chartDebts");
            this.chartDebts.BackColor = System.Drawing.SystemColors.Control;
            chartArea1.AxisX.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
            chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
            chartArea1.AxisX.MaximumAutoSize = 100F;
            chartArea1.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
            chartArea1.AxisY.LabelAutoFitMinFontSize = 8;
            chartArea1.AxisY.LabelStyle.Format = "N2";
            chartArea1.AxisY.LabelStyle.Interval = 0D;
            chartArea1.AxisY.LabelStyle.IntervalOffset = 0D;
            chartArea1.AxisY.LabelStyle.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea1.AxisY.LabelStyle.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
            chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
            chartArea1.AxisY.MaximumAutoSize = 100F;
            chartArea1.BackColor = System.Drawing.SystemColors.Control;
            chartArea1.Name = "MainChartArea";
            this.chartDebts.ChartAreas.Add(chartArea1);
            this.tlpAccounts.SetColumnSpan(this.chartDebts, 2);
            this.chartDebts.Name = "chartDebts";
            this.chartDebts.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Light;
            series1.ChartArea = "MainChartArea";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bar;
            series1.LabelToolTip = "#LABEL";
            series1.Legend = "Legend1";
            series1.Name = "Assets";
            series1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Light;
            series1.ShadowOffset = 1;
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String;
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            this.chartDebts.Series.Add(series1);
            this.chartDebts.TabStop = false;
            // 
            // lblAssets
            // 
            resources.ApplyResources(this.lblAssets, "lblAssets");
            this.lblAssets.ForeColor = System.Drawing.Color.Green;
            this.lblAssets.Name = "lblAssets";
            // 
            // lblDebts
            // 
            resources.ApplyResources(this.lblDebts, "lblDebts");
            this.lblDebts.ForeColor = System.Drawing.Color.Blue;
            this.lblDebts.Name = "lblDebts";
            // 
            // lblAssetsTitle
            // 
            resources.ApplyResources(lblAssetsTitle, "lblAssetsTitle");
            lblAssetsTitle.Name = "lblAssetsTitle";
            // 
            // lblDebtsTitle
            // 
            resources.ApplyResources(lblDebtsTitle, "lblDebtsTitle");
            lblDebtsTitle.Name = "lblDebtsTitle";
            // 
            // chartAssets
            // 
            resources.ApplyResources(this.chartAssets, "chartAssets");
            this.chartAssets.BackColor = System.Drawing.SystemColors.Control;
            chartArea2.AxisX.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea2.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
            chartArea2.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
            chartArea2.AxisX.MaximumAutoSize = 100F;
            chartArea2.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
            chartArea2.AxisY.LabelAutoFitMinFontSize = 8;
            chartArea2.AxisY.LabelStyle.Format = "N2";
            chartArea2.AxisY.LabelStyle.Interval = 0D;
            chartArea2.AxisY.LabelStyle.IntervalOffset = 0D;
            chartArea2.AxisY.LabelStyle.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY.LabelStyle.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
            chartArea2.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
            chartArea2.AxisY.MaximumAutoSize = 100F;
            chartArea2.BackColor = System.Drawing.SystemColors.Control;
            chartArea2.Name = "MainChartArea";
            this.chartAssets.ChartAreas.Add(chartArea2);
            this.tlpAccounts.SetColumnSpan(this.chartAssets, 2);
            this.chartAssets.Name = "chartAssets";
            this.chartAssets.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Light;
            series2.ChartArea = "MainChartArea";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bar;
            series2.LabelToolTip = "#LABEL";
            series2.Legend = "Legend1";
            series2.Name = "Assets";
            series2.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Light;
            series2.ShadowOffset = 1;
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String;
            series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            this.chartAssets.Series.Add(series2);
            this.chartAssets.TabStop = false;
            // 
            // gbOverview
            // 
            resources.ApplyResources(gbOverview, "gbOverview");
            gbOverview.Controls.Add(tlpTransactions);
            gbOverview.Name = "gbOverview";
            gbOverview.TabStop = false;
            // 
            // tlpTransactions
            // 
            resources.ApplyResources(tlpTransactions, "tlpTransactions");
            tlpTransactions.Controls.Add(this.lblStatsYearSpent, 3, 5);
            tlpTransactions.Controls.Add(this.lblStatsYearEarned, 2, 5);
            tlpTransactions.Controls.Add(this.lblStatsYear, 1, 5);
            tlpTransactions.Controls.Add(this.lblStatsMonthSpent, 3, 3);
            tlpTransactions.Controls.Add(this.lblStatsMonthEarned, 2, 3);
            tlpTransactions.Controls.Add(this.lblStatsDay, 1, 1);
            tlpTransactions.Controls.Add(this.lblStatsDayEarned, 2, 1);
            tlpTransactions.Controls.Add(this.btnNextYear, 4, 5);
            tlpTransactions.Controls.Add(this.btnPrevYear, 0, 5);
            tlpTransactions.Controls.Add(this.btnNextMonth, 4, 3);
            tlpTransactions.Controls.Add(this.btnPrevMonth, 0, 3);
            tlpTransactions.Controls.Add(this.btnNextDay, 4, 1);
            tlpTransactions.Controls.Add(this.btnPrevDay, 0, 1);
            tlpTransactions.Controls.Add(this.dgvPlans, 0, 8);
            tlpTransactions.Controls.Add(lblPlansTitle, 0, 7);
            tlpTransactions.Controls.Add(this.lblStatsDaySpent, 3, 1);
            tlpTransactions.Controls.Add(this.lblStatsMonth, 1, 3);
            tlpTransactions.Controls.Add(lblStatisticsTitle, 0, 0);
            tlpTransactions.Name = "tlpTransactions";
            // 
            // lblStatsYearSpent
            // 
            resources.ApplyResources(this.lblStatsYearSpent, "lblStatsYearSpent");
            this.lblStatsYearSpent.ForeColor = System.Drawing.Color.DarkRed;
            this.lblStatsYearSpent.Name = "lblStatsYearSpent";
            // 
            // lblStatsYearEarned
            // 
            resources.ApplyResources(this.lblStatsYearEarned, "lblStatsYearEarned");
            this.lblStatsYearEarned.ForeColor = System.Drawing.Color.Green;
            this.lblStatsYearEarned.Name = "lblStatsYearEarned";
            // 
            // lblStatsYear
            // 
            resources.ApplyResources(this.lblStatsYear, "lblStatsYear");
            this.lblStatsYear.Name = "lblStatsYear";
            // 
            // lblStatsMonthSpent
            // 
            resources.ApplyResources(this.lblStatsMonthSpent, "lblStatsMonthSpent");
            this.lblStatsMonthSpent.ForeColor = System.Drawing.Color.DarkRed;
            this.lblStatsMonthSpent.Name = "lblStatsMonthSpent";
            // 
            // lblStatsMonthEarned
            // 
            resources.ApplyResources(this.lblStatsMonthEarned, "lblStatsMonthEarned");
            this.lblStatsMonthEarned.ForeColor = System.Drawing.Color.Green;
            this.lblStatsMonthEarned.Name = "lblStatsMonthEarned";
            // 
            // lblStatsDay
            // 
            resources.ApplyResources(this.lblStatsDay, "lblStatsDay");
            this.lblStatsDay.Name = "lblStatsDay";
            // 
            // lblStatsDayEarned
            // 
            resources.ApplyResources(this.lblStatsDayEarned, "lblStatsDayEarned");
            this.lblStatsDayEarned.ForeColor = System.Drawing.Color.Green;
            this.lblStatsDayEarned.Name = "lblStatsDayEarned";
            // 
            // btnNextYear
            // 
            resources.ApplyResources(this.btnNextYear, "btnNextYear");
            this.btnNextYear.Name = "btnNextYear";
            this.btnNextYear.UseVisualStyleBackColor = true;
            this.btnNextYear.Click += new System.EventHandler(this.btnNextYear_Click);
            // 
            // btnPrevYear
            // 
            resources.ApplyResources(this.btnPrevYear, "btnPrevYear");
            this.btnPrevYear.Name = "btnPrevYear";
            this.btnPrevYear.UseVisualStyleBackColor = true;
            this.btnPrevYear.Click += new System.EventHandler(this.btnPrevYear_Click);
            // 
            // btnNextMonth
            // 
            resources.ApplyResources(this.btnNextMonth, "btnNextMonth");
            this.btnNextMonth.Name = "btnNextMonth";
            this.btnNextMonth.UseVisualStyleBackColor = true;
            this.btnNextMonth.Click += new System.EventHandler(this.btnNextMonth_Click);
            // 
            // btnPrevMonth
            // 
            resources.ApplyResources(this.btnPrevMonth, "btnPrevMonth");
            this.btnPrevMonth.Name = "btnPrevMonth";
            this.btnPrevMonth.UseVisualStyleBackColor = true;
            this.btnPrevMonth.Click += new System.EventHandler(this.btnPrevMonth_Click);
            // 
            // btnNextDay
            // 
            resources.ApplyResources(this.btnNextDay, "btnNextDay");
            this.btnNextDay.Name = "btnNextDay";
            this.btnNextDay.UseVisualStyleBackColor = true;
            this.btnNextDay.Click += new System.EventHandler(this.btnNextDay_Click);
            // 
            // btnPrevDay
            // 
            resources.ApplyResources(this.btnPrevDay, "btnPrevDay");
            this.btnPrevDay.Name = "btnPrevDay";
            this.btnPrevDay.UseVisualStyleBackColor = true;
            this.btnPrevDay.Click += new System.EventHandler(this.btnPrevDay_Click);
            // 
            // dgvPlans
            // 
            resources.ApplyResources(this.dgvPlans, "dgvPlans");
            this.dgvPlans.AllowUserToAddRows = false;
            this.dgvPlans.AllowUserToDeleteRows = false;
            this.dgvPlans.AllowUserToResizeColumns = false;
            this.dgvPlans.AllowUserToResizeRows = false;
            this.dgvPlans.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgvPlans.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            this.dgvPlans.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvPlans.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dgvPlans.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPlans.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dgvcPlansDate,
            this.dgvcPlansTransactionType,
            this.dgvcPlansAmount,
            this.dgvcPlansTitle});
            tlpTransactions.SetColumnSpan(this.dgvPlans, 5);
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvPlans.DefaultCellStyle = dataGridViewCellStyle5;
            this.dgvPlans.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dgvPlans.Name = "dgvPlans";
            this.dgvPlans.ReadOnly = true;
            this.dgvPlans.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvPlans.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.dgvPlans.RowHeadersVisible = false;
            this.dgvPlans.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvPlans.ShowEditingIcon = false;
            this.dgvPlans.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPlans_CellDoubleClick);
            this.dgvPlans.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvPlans_KeyDown);
            // 
            // dgvcPlansDate
            // 
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
            dataGridViewCellStyle2.Format = "d";
            this.dgvcPlansDate.DefaultCellStyle = dataGridViewCellStyle2;
            resources.ApplyResources(this.dgvcPlansDate, "dgvcPlansDate");
            this.dgvcPlansDate.Name = "dgvcPlansDate";
            this.dgvcPlansDate.ReadOnly = true;
            // 
            // dgvcPlansTransactionType
            // 
            resources.ApplyResources(this.dgvcPlansTransactionType, "dgvcPlansTransactionType");
            this.dgvcPlansTransactionType.Name = "dgvcPlansTransactionType";
            this.dgvcPlansTransactionType.ReadOnly = true;
            // 
            // dgvcPlansAmount
            // 
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
            this.dgvcPlansAmount.DefaultCellStyle = dataGridViewCellStyle3;
            resources.ApplyResources(this.dgvcPlansAmount, "dgvcPlansAmount");
            this.dgvcPlansAmount.Name = "dgvcPlansAmount";
            this.dgvcPlansAmount.ReadOnly = true;
            // 
            // dgvcPlansTitle
            // 
            this.dgvcPlansTitle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
            this.dgvcPlansTitle.DefaultCellStyle = dataGridViewCellStyle4;
            resources.ApplyResources(this.dgvcPlansTitle, "dgvcPlansTitle");
            this.dgvcPlansTitle.Name = "dgvcPlansTitle";
            this.dgvcPlansTitle.ReadOnly = true;
            // 
            // lblPlansTitle
            // 
            resources.ApplyResources(lblPlansTitle, "lblPlansTitle");
            tlpTransactions.SetColumnSpan(lblPlansTitle, 4);
            lblPlansTitle.Name = "lblPlansTitle";
            // 
            // lblStatsDaySpent
            // 
            resources.ApplyResources(this.lblStatsDaySpent, "lblStatsDaySpent");
            this.lblStatsDaySpent.ForeColor = System.Drawing.Color.DarkRed;
            this.lblStatsDaySpent.Name = "lblStatsDaySpent";
            // 
            // lblStatsMonth
            // 
            resources.ApplyResources(this.lblStatsMonth, "lblStatsMonth");
            this.lblStatsMonth.Name = "lblStatsMonth";
            // 
            // lblStatisticsTitle
            // 
            resources.ApplyResources(lblStatisticsTitle, "lblStatisticsTitle");
            tlpTransactions.SetColumnSpan(lblStatisticsTitle, 4);
            lblStatisticsTitle.Name = "lblStatisticsTitle";
            // 
            // bgwUpdateCheck
            // 
            this.bgwUpdateCheck.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwUpdateCheck_DoWork);
            this.bgwUpdateCheck.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwUpdateCheck_RunWorkerCompleted);
            // 
            // fdOpenData
            // 
            resources.ApplyResources(this.fdOpenData, "fdOpenData");
            // 
            // fdSaveData
            // 
            resources.ApplyResources(this.fdSaveData, "fdSaveData");
            // 
            // WelcomeScreenForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tscContainer);
            this.KeyPreview = true;
            this.MainMenuStrip = this.msMenuMain;
            this.Name = "WelcomeScreenForm";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WelcomeScreenForm_FormClosing);
            this.Load += new System.EventHandler(this.WelcomeScreenForm_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WelcomeScreenForm_KeyDown);
            tlpWelcome.ResumeLayout(false);
            this.tscContainer.ContentPanel.ResumeLayout(false);
            this.tscContainer.TopToolStripPanel.ResumeLayout(false);
            this.tscContainer.TopToolStripPanel.PerformLayout();
            this.tscContainer.ResumeLayout(false);
            this.tscContainer.PerformLayout();
            this.msMenuMain.ResumeLayout(false);
            this.msMenuMain.PerformLayout();
            gbAccounts.ResumeLayout(false);
            this.tlpAccounts.ResumeLayout(false);
            this.tlpAccounts.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartDebts)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartAssets)).EndInit();
            gbOverview.ResumeLayout(false);
            tlpTransactions.ResumeLayout(false);
            tlpTransactions.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPlans)).EndInit();
            this.ResumeLayout(false);

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

        }
        /// <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;
            System.Windows.Forms.Label labelServerAddress;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
            System.Windows.Forms.Label labelChatName;
            this.buttonConnect = new System.Windows.Forms.Button();
            this.buttonExit = new System.Windows.Forms.Button();
            this.textBoxServerAddress = new System.Windows.Forms.TextBox();
            this.textBoxChatName = new System.Windows.Forms.TextBox();
            tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
            labelServerAddress = new System.Windows.Forms.Label();
            flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
            labelChatName = new System.Windows.Forms.Label();
            tableLayoutPanel.SuspendLayout();
            flowLayoutPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel
            // 
            tableLayoutPanel.ColumnCount = 2;
            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(labelServerAddress, 0, 0);
            tableLayoutPanel.Controls.Add(flowLayoutPanel, 0, 2);
            tableLayoutPanel.Controls.Add(this.textBoxServerAddress, 1, 0);
            tableLayoutPanel.Controls.Add(labelChatName, 0, 1);
            tableLayoutPanel.Controls.Add(this.textBoxChatName, 1, 1);
            tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel.Location = new System.Drawing.Point(5, 5);
            tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
            tableLayoutPanel.Name = "tableLayoutPanel";
            tableLayoutPanel.RowCount = 3;
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 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(309, 102);
            tableLayoutPanel.TabIndex = 0;
            // 
            // labelServerAddress
            // 
            labelServerAddress.AutoSize = true;
            labelServerAddress.Dock = System.Windows.Forms.DockStyle.Fill;
            labelServerAddress.Location = new System.Drawing.Point(3, 0);
            labelServerAddress.Name = "labelServerAddress";
            labelServerAddress.Size = new System.Drawing.Size(96, 31);
            labelServerAddress.TabIndex = 0;
            labelServerAddress.Text = "Server Address";
            labelServerAddress.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // flowLayoutPanel
            // 
            flowLayoutPanel.AutoSize = true;
            flowLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            tableLayoutPanel.SetColumnSpan(flowLayoutPanel, 2);
            flowLayoutPanel.Controls.Add(this.buttonConnect);
            flowLayoutPanel.Controls.Add(this.buttonExit);
            flowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Right;
            flowLayoutPanel.Location = new System.Drawing.Point(175, 62);
            flowLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
            flowLayoutPanel.Name = "flowLayoutPanel";
            flowLayoutPanel.Size = new System.Drawing.Size(134, 40);
            flowLayoutPanel.TabIndex = 1;
            // 
            // buttonConnect
            // 
            this.buttonConnect.AutoSize = true;
            this.buttonConnect.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.buttonConnect.Location = new System.Drawing.Point(3, 3);
            this.buttonConnect.Name = "buttonConnect";
            this.buttonConnect.Padding = new System.Windows.Forms.Padding(5);
            this.buttonConnect.Size = new System.Drawing.Size(74, 33);
            this.buttonConnect.TabIndex = 1;
            this.buttonConnect.Text = "Connect";
            this.buttonConnect.UseVisualStyleBackColor = true;
            this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
            // 
            // buttonExit
            // 
            this.buttonExit.AutoSize = true;
            this.buttonExit.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.buttonExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.buttonExit.Location = new System.Drawing.Point(83, 3);
            this.buttonExit.Name = "buttonExit";
            this.buttonExit.Padding = new System.Windows.Forms.Padding(5);
            this.buttonExit.Size = new System.Drawing.Size(48, 33);
            this.buttonExit.TabIndex = 2;
            this.buttonExit.Text = "Exit";
            this.buttonExit.UseVisualStyleBackColor = true;
            this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
            // 
            // textBoxServerAddress
            // 
            this.textBoxServerAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxServerAddress.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.textBoxServerAddress.Location = new System.Drawing.Point(105, 3);
            this.textBoxServerAddress.Name = "textBoxServerAddress";
            this.textBoxServerAddress.Size = new System.Drawing.Size(201, 26);
            this.textBoxServerAddress.TabIndex = 2;
            // 
            // labelChatName
            // 
            labelChatName.AutoSize = true;
            labelChatName.Dock = System.Windows.Forms.DockStyle.Fill;
            labelChatName.Location = new System.Drawing.Point(3, 31);
            labelChatName.Name = "labelChatName";
            labelChatName.Size = new System.Drawing.Size(96, 31);
            labelChatName.TabIndex = 3;
            labelChatName.Text = "Name in chat";
            labelChatName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // textBoxChatName
            // 
            this.textBoxChatName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxChatName.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.textBoxChatName.Location = new System.Drawing.Point(105, 34);
            this.textBoxChatName.Name = "textBoxChatName";
            this.textBoxChatName.Size = new System.Drawing.Size(201, 26);
            this.textBoxChatName.TabIndex = 4;
            // 
            // ConnectionDialog
            // 
            this.AcceptButton = this.buttonConnect;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.buttonExit;
            this.ClientSize = new System.Drawing.Size(319, 112);
            this.Controls.Add(tableLayoutPanel);
            this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ConnectionDialog";
            this.Padding = new System.Windows.Forms.Padding(5);
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Connect...";
            tableLayoutPanel.ResumeLayout(false);
            tableLayoutPanel.PerformLayout();
            flowLayoutPanel.ResumeLayout(false);
            flowLayoutPanel.PerformLayout();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tlpMainLayout;
     System.Windows.Forms.Label            lblName;
     System.Windows.Forms.Label            lblImage;
     System.Windows.Forms.Button           btnBrowseImage;
     System.Windows.Forms.Label            lblImagePreview;
     System.Windows.Forms.FlowLayoutPanel  flpDialogButtons;
     System.Windows.Forms.Button           btnCancel;
     this.txtName      = new System.Windows.Forms.TextBox();
     this.txtImagePath = new System.Windows.Forms.TextBox();
     this.imgImage     = new System.Windows.Forms.PictureBox();
     this.btnOk        = new System.Windows.Forms.Button();
     tlpMainLayout     = new System.Windows.Forms.TableLayoutPanel();
     lblName           = new System.Windows.Forms.Label();
     lblImage          = new System.Windows.Forms.Label();
     btnBrowseImage    = new System.Windows.Forms.Button();
     lblImagePreview   = new System.Windows.Forms.Label();
     flpDialogButtons  = new System.Windows.Forms.FlowLayoutPanel();
     btnCancel         = new System.Windows.Forms.Button();
     tlpMainLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgImage)).BeginInit();
     flpDialogButtons.SuspendLayout();
     this.SuspendLayout();
     //
     // tlpMainLayout
     //
     tlpMainLayout.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)));
     tlpMainLayout.ColumnCount = 2;
     tlpMainLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tlpMainLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tlpMainLayout.Controls.Add(lblName, 0, 0);
     tlpMainLayout.Controls.Add(this.txtName, 0, 1);
     tlpMainLayout.Controls.Add(lblImage, 0, 2);
     tlpMainLayout.Controls.Add(this.txtImagePath, 0, 3);
     tlpMainLayout.Controls.Add(btnBrowseImage, 1, 3);
     tlpMainLayout.Controls.Add(lblImagePreview, 0, 4);
     tlpMainLayout.Controls.Add(this.imgImage, 0, 5);
     tlpMainLayout.Controls.Add(flpDialogButtons, 0, 6);
     tlpMainLayout.Location = new System.Drawing.Point(12, 12);
     tlpMainLayout.Name     = "tlpMainLayout";
     tlpMainLayout.RowCount = 7;
     tlpMainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpMainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpMainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpMainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpMainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpMainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tlpMainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     tlpMainLayout.Size     = new System.Drawing.Size(364, 237);
     tlpMainLayout.TabIndex = 0;
     //
     // lblName
     //
     lblName.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     lblName.AutoSize = true;
     tlpMainLayout.SetColumnSpan(lblName, 2);
     lblName.Location  = new System.Drawing.Point(3, 0);
     lblName.Name      = "lblName";
     lblName.Size      = new System.Drawing.Size(358, 13);
     lblName.TabIndex  = 0;
     lblName.Text      = "Image Name:";
     lblName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtName
     //
     this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     tlpMainLayout.SetColumnSpan(this.txtName, 2);
     this.txtName.Location = new System.Drawing.Point(3, 16);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(358, 20);
     this.txtName.TabIndex = 1;
     //
     // lblImage
     //
     lblImage.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     lblImage.AutoSize = true;
     tlpMainLayout.SetColumnSpan(lblImage, 2);
     lblImage.Location  = new System.Drawing.Point(3, 39);
     lblImage.Name      = "lblImage";
     lblImage.Size      = new System.Drawing.Size(358, 13);
     lblImage.TabIndex  = 2;
     lblImage.Text      = "Image to Load:";
     lblImage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtImagePath
     //
     this.txtImagePath.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.txtImagePath.Location = new System.Drawing.Point(3, 56);
     this.txtImagePath.Name     = "txtImagePath";
     this.txtImagePath.Size     = new System.Drawing.Size(329, 20);
     this.txtImagePath.TabIndex = 3;
     this.txtImagePath.Leave   += new System.EventHandler(this.TxtImagePath_Leave);
     //
     // btnBrowseImage
     //
     btnBrowseImage.Anchor   = System.Windows.Forms.AnchorStyles.None;
     btnBrowseImage.Image    = global::JAL.AquariaRecipes.Properties.Resources.Open_6529;
     btnBrowseImage.Location = new System.Drawing.Point(338, 55);
     btnBrowseImage.Name     = "btnBrowseImage";
     btnBrowseImage.Size     = new System.Drawing.Size(23, 23);
     btnBrowseImage.TabIndex = 4;
     btnBrowseImage.UseVisualStyleBackColor = true;
     btnBrowseImage.Click += new System.EventHandler(this.BtnBrowseImage_Click);
     //
     // lblImagePreview
     //
     lblImagePreview.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     lblImagePreview.AutoSize = true;
     tlpMainLayout.SetColumnSpan(lblImagePreview, 2);
     lblImagePreview.Location  = new System.Drawing.Point(3, 81);
     lblImagePreview.Name      = "lblImagePreview";
     lblImagePreview.Size      = new System.Drawing.Size(358, 13);
     lblImagePreview.TabIndex  = 6;
     lblImagePreview.Text      = "Preview:";
     lblImagePreview.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // imgImage
     //
     this.imgImage.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.imgImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     tlpMainLayout.SetColumnSpan(this.imgImage, 2);
     this.imgImage.Location = new System.Drawing.Point(3, 97);
     this.imgImage.Name     = "imgImage";
     this.imgImage.Size     = new System.Drawing.Size(358, 108);
     this.imgImage.TabIndex = 5;
     this.imgImage.TabStop  = false;
     //
     // flpDialogButtons
     //
     flpDialogButtons.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     flpDialogButtons.AutoSize = true;
     tlpMainLayout.SetColumnSpan(flpDialogButtons, 2);
     flpDialogButtons.Controls.Add(this.btnOk);
     flpDialogButtons.Controls.Add(btnCancel);
     flpDialogButtons.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     flpDialogButtons.Location      = new System.Drawing.Point(0, 208);
     flpDialogButtons.Margin        = new System.Windows.Forms.Padding(0);
     flpDialogButtons.Name          = "flpDialogButtons";
     flpDialogButtons.Size          = new System.Drawing.Size(364, 29);
     flpDialogButtons.TabIndex      = 7;
     //
     // btnOk
     //
     this.btnOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOk.Location                = new System.Drawing.Point(286, 3);
     this.btnOk.Name                    = "btnOk";
     this.btnOk.Size                    = new System.Drawing.Size(75, 23);
     this.btnOk.TabIndex                = 0;
     this.btnOk.Text                    = "&Ok";
     this.btnOk.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     btnCancel.Location                = new System.Drawing.Point(205, 3);
     btnCancel.Name                    = "btnCancel";
     btnCancel.Size                    = new System.Drawing.Size(75, 23);
     btnCancel.TabIndex                = 1;
     btnCancel.Text                    = "&Cancel";
     btnCancel.UseVisualStyleBackColor = true;
     //
     // NewImage
     //
     this.AcceptButton        = this.btnOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = btnCancel;
     this.ClientSize          = new System.Drawing.Size(388, 261);
     this.ControlBox          = false;
     this.Controls.Add(tlpMainLayout);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "NewImage";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Browse Image";
     tlpMainLayout.ResumeLayout(false);
     tlpMainLayout.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgImage)).EndInit();
     flpDialogButtons.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ToolStripSeparator tssTagSeparator;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainApplicationForm));
            System.Windows.Forms.GroupBox gbTags;
            System.Windows.Forms.GroupBox gbSearch;
            System.Windows.Forms.TableLayoutPanel tlpSearchResults;
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.TableLayoutPanel tlpAbout;
            System.Windows.Forms.GroupBox gbLogo;
            System.Windows.Forms.GroupBox gbThirdPartyComponents;
            System.Windows.Forms.TableLayoutPanel tlpThirdPartyComponents;
            System.Windows.Forms.LinkLabel llblSilkHomepage;
            System.Windows.Forms.Label lblSilkIconSetAuthor;
            System.Windows.Forms.LinkLabel llblIconsLink;
            System.Windows.Forms.Label lblPopupAuthor;
            System.Windows.Forms.Label lblIconsAuthor;
            System.Windows.Forms.LinkLabel llblPopupLink;
            System.Windows.Forms.LinkLabel llblToolStripLink;
            System.Windows.Forms.Label lblToolStripAuthor;
            System.Windows.Forms.GroupBox gbVersionInfo;
            System.Windows.Forms.TableLayoutPanel tlpVersions;
            System.Windows.Forms.Label lblBuildDateLabel;
            System.Windows.Forms.Label lblAssemblyVersion;
            System.Windows.Forms.Label lblApplicationVersion;
            System.Windows.Forms.Label lblAboutApplication;
            System.Windows.Forms.GroupBox gbActions;
            System.Windows.Forms.TableLayoutPanel tlpSettings;
            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 gbPortableSettings;
            System.Windows.Forms.TableLayoutPanel tlpPortabilitySettings;
            System.Windows.Forms.Label lblFileOptions;
            System.Windows.Forms.GroupBox gbConnectivity;
            System.Windows.Forms.TableLayoutPanel tlpConnectivityOptions;
            System.Windows.Forms.Label lblConnectivitySettingsAppliedAfterRestart;
            System.Windows.Forms.TableLayoutPanel tlpReports;
            System.Windows.Forms.GroupBox gbReportList;
            System.Windows.Forms.GroupBox gbExternalReports;
            System.Windows.Forms.TableLayoutPanel tlpExternalReports;
            System.Windows.Forms.GroupBox gbReportParemeters;
            System.Windows.Forms.TableLayoutPanel tlpAccounts;
            System.Windows.Forms.GroupBox gbAccountList;
            System.Windows.Forms.TableLayoutPanel tlpAccountList;
            System.Windows.Forms.TableLayoutPanel tlpPlans;
            System.Windows.Forms.GroupBox gbPlannedTransactionList;
            System.Windows.Forms.TableLayoutPanel tlpPlannedTransactionList;
            System.Windows.Forms.TableLayoutPanel tlpTransactions;
            System.Windows.Forms.GroupBox gbTransactionList;
            System.Windows.Forms.TableLayoutPanel tlpTransactionList;
            System.Windows.Forms.TableLayoutPanel tlpWelcome;
            System.Windows.Forms.GroupBox gbDebitAccounts;
            System.Windows.Forms.TableLayoutPanel tlpAssets;
            System.Windows.Forms.Label lblAssetsTitle;
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.GroupBox gbCreditAccounts;
            System.Windows.Forms.TableLayoutPanel tlpDebts;
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.Label lblDebtsTitle;
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.ToolStripSeparator tssSeparator;
            System.Windows.Forms.ToolStripLabel tslSearch;
            this.scSearchTabSplit = new System.Windows.Forms.SplitContainer();
            this.flpTagFlow = new System.Windows.Forms.FlowLayoutPanel();
            this.tsSearch = new System.Windows.Forms.ToolStrip();
            this.tsstbSearchText = new easyMoney.Controls.ToolStripSpringTextBox();
            this.tsbDisplaySearchResults = new System.Windows.Forms.ToolStripButton();
            this.dgvSearchResults = new System.Windows.Forms.DataGridView();
            this.dgvcSearchResultsType = new System.Windows.Forms.DataGridViewImageColumn();
            this.dgvcSearchResultsTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgvcSearchResultsDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgvcSearchResultsAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgvcSearchResultsTags = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.lblBuildDate = new System.Windows.Forms.Label();
            this.lblVersionAssembly = new System.Windows.Forms.Label();
            this.lblVersionApplication = new System.Windows.Forms.Label();
            this.btnShowIntroduction = new System.Windows.Forms.Button();
            this.tlpMaintenanceActions = new System.Windows.Forms.TableLayoutPanel();
            this.btnCheckForUpdates = new System.Windows.Forms.Button();
            this.lblMaintenanceActions = new System.Windows.Forms.Label();
            this.btnOpenDevelopmentSite = new System.Windows.Forms.Button();
            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.lblFilePassword2 = new System.Windows.Forms.Label();
            this.tbFilePassword2 = new System.Windows.Forms.TextBox();
            this.cbShowOpenDialogEachStart = new System.Windows.Forms.CheckBox();
            this.btnOpenDataFile = new System.Windows.Forms.Button();
            this.btnSaveAsDataFile = new System.Windows.Forms.Button();
            this.cbEncryptFileWithPassword = new System.Windows.Forms.CheckBox();
            this.tbFilePassword1 = new System.Windows.Forms.TextBox();
            this.lblPasswordValid = new System.Windows.Forms.Label();
            this.lblFilePassword1 = new System.Windows.Forms.Label();
            this.lblPortabilityInfo = new System.Windows.Forms.Label();
            this.cbAllowAutoUpdate = new System.Windows.Forms.CheckBox();
            this.lbReports = new System.Windows.Forms.ListBox();
            this.btnOpenExternalReports = new System.Windows.Forms.Button();
            this.lblExternalReports = new System.Windows.Forms.Label();
            this.tlpReportParameters = new System.Windows.Forms.TableLayoutPanel();
            this.btnRunReport = new System.Windows.Forms.Button();
            this.panelReportParameters = new System.Windows.Forms.Panel();
            this.btnNewCreditAccount = new System.Windows.Forms.Button();
            this.lbAccounts = new System.Windows.Forms.ListBox();
            this.btnNewDebitAccount = new System.Windows.Forms.Button();
            this.cbAccountsShowAll = new System.Windows.Forms.CheckBox();
            this.gbAccountDetails = new System.Windows.Forms.GroupBox();
            this.tlpAccountDetails = new System.Windows.Forms.TableLayoutPanel();
            this.tbAccountTags = new System.Windows.Forms.TextBox();
            this.tbAccountBalance = new System.Windows.Forms.TextBox();
            this.lblAccountTags = new System.Windows.Forms.Label();
            this.tbAccountDescription = new System.Windows.Forms.TextBox();
            this.lblAccountDescription = new System.Windows.Forms.Label();
            this.lblAccountBalance = new System.Windows.Forms.Label();
            this.lblAccountType = new System.Windows.Forms.Label();
            this.lblAccountTitle = new System.Windows.Forms.Label();
            this.tbAccountTitle = new System.Windows.Forms.TextBox();
            this.btnAccountEdit = new System.Windows.Forms.Button();
            this.btnAccountBalance = new System.Windows.Forms.Button();
            this.btnAccountDelete = new System.Windows.Forms.Button();
            this.tbAccountType = new System.Windows.Forms.TextBox();
            this.btnPlanIncome = new System.Windows.Forms.Button();
            this.lbPlannedTransactions = new System.Windows.Forms.ListBox();
            this.btnPlanPayment = new System.Windows.Forms.Button();
            this.cbPlannedTransactionsShowAll = new System.Windows.Forms.CheckBox();
            this.gbPlannedTransactionDetails = new System.Windows.Forms.GroupBox();
            this.tlpPlannedTransactionDetails = new System.Windows.Forms.TableLayoutPanel();
            this.lblPlannedTransactionTags = new System.Windows.Forms.Label();
            this.tbPlannedTransactionDescription = new System.Windows.Forms.TextBox();
            this.lblPlannedTransactionDescription = new System.Windows.Forms.Label();
            this.lblPlannedTransactionAmount = new System.Windows.Forms.Label();
            this.lblPlannedTransactionAccountType = new System.Windows.Forms.Label();
            this.lblPlannedTransactionType = new System.Windows.Forms.Label();
            this.lblPlannedTransactionTitle = new System.Windows.Forms.Label();
            this.lblPlannedTransactionDateTime = new System.Windows.Forms.Label();
            this.tbPlannedTransactionTitle = new System.Windows.Forms.TextBox();
            this.btnPlannedTransactionEdit = new System.Windows.Forms.Button();
            this.btnPlannedTransactionCopy = new System.Windows.Forms.Button();
            this.btnPlannedTransactionDelete = new System.Windows.Forms.Button();
            this.lblPlannedTransactionRecurrency = new System.Windows.Forms.Label();
            this.tbPlannedTransactionType = new System.Windows.Forms.TextBox();
            this.tbPlannedTransactionStartDate = new System.Windows.Forms.TextBox();
            this.tbPlannedTransactionAccountType = new System.Windows.Forms.TextBox();
            this.tbPlannedTransactionAmount = new System.Windows.Forms.TextBox();
            this.tbPlannedTransactionRecurrency = new System.Windows.Forms.TextBox();
            this.tbPlannedTransactionTags = new System.Windows.Forms.TextBox();
            this.btnPlannedTransactionImplement = new System.Windows.Forms.Button();
            this.btnAddIncomeTransaction = new System.Windows.Forms.Button();
            this.lbTransactions = new System.Windows.Forms.ListBox();
            this.btnAddPaymentTransaction = new System.Windows.Forms.Button();
            this.cbTransactionsShowAll = new System.Windows.Forms.CheckBox();
            this.gbTransactionDetails = new System.Windows.Forms.GroupBox();
            this.tlpTransactionDetails = new System.Windows.Forms.TableLayoutPanel();
            this.lblTransactionTags = new System.Windows.Forms.Label();
            this.tbTransactionDescription = new System.Windows.Forms.TextBox();
            this.lblTransactionDescription = new System.Windows.Forms.Label();
            this.lblTransactionAmount = new System.Windows.Forms.Label();
            this.lblTransactionAccount = new System.Windows.Forms.Label();
            this.lblTransactionType = new System.Windows.Forms.Label();
            this.lblTransactionTitle = new System.Windows.Forms.Label();
            this.lblTransactionDateTime = new System.Windows.Forms.Label();
            this.tbTransactionTitle = new System.Windows.Forms.TextBox();
            this.btnTransactionDelete = new System.Windows.Forms.Button();
            this.tbTransactionType = new System.Windows.Forms.TextBox();
            this.tbTransactionTime = new System.Windows.Forms.TextBox();
            this.tbTransactionAccount = new System.Windows.Forms.TextBox();
            this.tbTransactionAmount = new System.Windows.Forms.TextBox();
            this.tbTransactionTags = new System.Windows.Forms.TextBox();
            this.lblTransactionPlan = new System.Windows.Forms.Label();
            this.tbTransactionPlan = new System.Windows.Forms.TextBox();
            this.lblMonthPlannedTotals = new System.Windows.Forms.Label();
            this.lblAssets = new System.Windows.Forms.Label();
            this.chartAssets = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.lblMonthActualTotals = new System.Windows.Forms.Label();
            this.chartDebts = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.lblDebts = new System.Windows.Forms.Label();
            this.gbMonthPlans = new System.Windows.Forms.GroupBox();
            this.dgvPlans = new System.Windows.Forms.DataGridView();
            this.dgvcPlansDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgvcPlansTransactionType = new System.Windows.Forms.DataGridViewImageColumn();
            this.dgvcPlansAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgvcPlansTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.gbRecentTransactions = new System.Windows.Forms.GroupBox();
            this.dgvRecentTransactions = new System.Windows.Forms.DataGridView();
            this.dgvcRecentDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgvcRecentTransactionType = new System.Windows.Forms.DataGridViewImageColumn();
            this.dgvcRecentAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgvcRecentTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tsMain = new System.Windows.Forms.ToolStrip();
            this.tsddbNewTransaction = new System.Windows.Forms.ToolStripDropDownButton();
            this.tsmiNewPaymentTransaction = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiNewIncomeTransaction = new System.Windows.Forms.ToolStripMenuItem();
            this.tsddbNewPlan = new System.Windows.Forms.ToolStripDropDownButton();
            this.tsmiPlanAPayment = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiPlanAnIncome = new System.Windows.Forms.ToolStripMenuItem();
            this.tsbMonthBalance = new System.Windows.Forms.ToolStripButton();
            this.tsstbSearchString = new easyMoney.Controls.ToolStripSpringTextBox();
            this.tsbSearch = new System.Windows.Forms.ToolStripButton();
            this.imageListTabs = new System.Windows.Forms.ImageList(this.components);
            this.toolTipMain = new System.Windows.Forms.ToolTip(this.components);
            this.cmsSearchResults = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmiOpenResult = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiEditResult = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiAccountBalanceCorrection = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSubmitPlanTransaction = new System.Windows.Forms.ToolStripMenuItem();
            this.tssSearchResultsSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiDeleteResult = new System.Windows.Forms.ToolStripMenuItem();
            this.cmsTag = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmiShowTagUsages = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiRenameTag = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiDeleteTag = new System.Windows.Forms.ToolStripMenuItem();
            this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
            this.tabsMain = new System.Windows.Forms.TabControl();
            this.tabWelcome = new System.Windows.Forms.TabPage();
            this.tabTransactions = new System.Windows.Forms.TabPage();
            this.tabPlannedTransactions = new System.Windows.Forms.TabPage();
            this.tabAccounts = new System.Windows.Forms.TabPage();
            this.tabReports = new System.Windows.Forms.TabPage();
            this.tabSearch = new System.Windows.Forms.TabPage();
            this.tabSettings = new System.Windows.Forms.TabPage();
            this.tabAbout = new System.Windows.Forms.TabPage();
            this.bgwUpdateCheck = new System.ComponentModel.BackgroundWorker();
            this.fdOpenData = new System.Windows.Forms.OpenFileDialog();
            this.fdSaveData = new System.Windows.Forms.SaveFileDialog();
            tssTagSeparator = new System.Windows.Forms.ToolStripSeparator();
            gbTags = new System.Windows.Forms.GroupBox();
            gbSearch = new System.Windows.Forms.GroupBox();
            tlpSearchResults = new System.Windows.Forms.TableLayoutPanel();
            tlpAbout = new System.Windows.Forms.TableLayoutPanel();
            gbLogo = new System.Windows.Forms.GroupBox();
            gbThirdPartyComponents = new System.Windows.Forms.GroupBox();
            tlpThirdPartyComponents = new System.Windows.Forms.TableLayoutPanel();
            llblSilkHomepage = new System.Windows.Forms.LinkLabel();
            lblSilkIconSetAuthor = new System.Windows.Forms.Label();
            llblIconsLink = new System.Windows.Forms.LinkLabel();
            lblPopupAuthor = new System.Windows.Forms.Label();
            lblIconsAuthor = new System.Windows.Forms.Label();
            llblPopupLink = new System.Windows.Forms.LinkLabel();
            llblToolStripLink = new System.Windows.Forms.LinkLabel();
            lblToolStripAuthor = new System.Windows.Forms.Label();
            gbVersionInfo = new System.Windows.Forms.GroupBox();
            tlpVersions = new System.Windows.Forms.TableLayoutPanel();
            lblBuildDateLabel = new System.Windows.Forms.Label();
            lblAssemblyVersion = new System.Windows.Forms.Label();
            lblApplicationVersion = new System.Windows.Forms.Label();
            lblAboutApplication = new System.Windows.Forms.Label();
            gbActions = new System.Windows.Forms.GroupBox();
            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();
            gbPortableSettings = new System.Windows.Forms.GroupBox();
            tlpPortabilitySettings = new System.Windows.Forms.TableLayoutPanel();
            lblFileOptions = new System.Windows.Forms.Label();
            gbConnectivity = new System.Windows.Forms.GroupBox();
            tlpConnectivityOptions = new System.Windows.Forms.TableLayoutPanel();
            lblConnectivitySettingsAppliedAfterRestart = new System.Windows.Forms.Label();
            tlpReports = new System.Windows.Forms.TableLayoutPanel();
            gbReportList = new System.Windows.Forms.GroupBox();
            gbExternalReports = new System.Windows.Forms.GroupBox();
            tlpExternalReports = new System.Windows.Forms.TableLayoutPanel();
            gbReportParemeters = new System.Windows.Forms.GroupBox();
            tlpAccounts = new System.Windows.Forms.TableLayoutPanel();
            gbAccountList = new System.Windows.Forms.GroupBox();
            tlpAccountList = new System.Windows.Forms.TableLayoutPanel();
            tlpPlans = new System.Windows.Forms.TableLayoutPanel();
            gbPlannedTransactionList = new System.Windows.Forms.GroupBox();
            tlpPlannedTransactionList = new System.Windows.Forms.TableLayoutPanel();
            tlpTransactions = new System.Windows.Forms.TableLayoutPanel();
            gbTransactionList = new System.Windows.Forms.GroupBox();
            tlpTransactionList = new System.Windows.Forms.TableLayoutPanel();
            tlpWelcome = new System.Windows.Forms.TableLayoutPanel();
            gbDebitAccounts = new System.Windows.Forms.GroupBox();
            tlpAssets = new System.Windows.Forms.TableLayoutPanel();
            lblAssetsTitle = new System.Windows.Forms.Label();
            gbCreditAccounts = new System.Windows.Forms.GroupBox();
            tlpDebts = new System.Windows.Forms.TableLayoutPanel();
            lblDebtsTitle = new System.Windows.Forms.Label();
            tssSeparator = new System.Windows.Forms.ToolStripSeparator();
            tslSearch = new System.Windows.Forms.ToolStripLabel();
            ((System.ComponentModel.ISupportInitialize)(this.scSearchTabSplit)).BeginInit();
            this.scSearchTabSplit.Panel1.SuspendLayout();
            this.scSearchTabSplit.Panel2.SuspendLayout();
            this.scSearchTabSplit.SuspendLayout();
            gbTags.SuspendLayout();
            gbSearch.SuspendLayout();
            tlpSearchResults.SuspendLayout();
            this.tsSearch.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvSearchResults)).BeginInit();
            tlpAbout.SuspendLayout();
            gbLogo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            gbThirdPartyComponents.SuspendLayout();
            tlpThirdPartyComponents.SuspendLayout();
            gbVersionInfo.SuspendLayout();
            tlpVersions.SuspendLayout();
            gbActions.SuspendLayout();
            this.tlpMaintenanceActions.SuspendLayout();
            tlpSettings.SuspendLayout();
            gbUISettings.SuspendLayout();
            tableLayoutPanel1.SuspendLayout();
            gbCustomMetadata.SuspendLayout();
            tlpCustomMetadata.SuspendLayout();
            gbPortableSettings.SuspendLayout();
            tlpPortabilitySettings.SuspendLayout();
            gbConnectivity.SuspendLayout();
            tlpConnectivityOptions.SuspendLayout();
            tlpReports.SuspendLayout();
            gbReportList.SuspendLayout();
            gbExternalReports.SuspendLayout();
            tlpExternalReports.SuspendLayout();
            gbReportParemeters.SuspendLayout();
            this.tlpReportParameters.SuspendLayout();
            tlpAccounts.SuspendLayout();
            gbAccountList.SuspendLayout();
            tlpAccountList.SuspendLayout();
            this.gbAccountDetails.SuspendLayout();
            this.tlpAccountDetails.SuspendLayout();
            tlpPlans.SuspendLayout();
            gbPlannedTransactionList.SuspendLayout();
            tlpPlannedTransactionList.SuspendLayout();
            this.gbPlannedTransactionDetails.SuspendLayout();
            this.tlpPlannedTransactionDetails.SuspendLayout();
            tlpTransactions.SuspendLayout();
            gbTransactionList.SuspendLayout();
            tlpTransactionList.SuspendLayout();
            this.gbTransactionDetails.SuspendLayout();
            this.tlpTransactionDetails.SuspendLayout();
            tlpWelcome.SuspendLayout();
            gbDebitAccounts.SuspendLayout();
            tlpAssets.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartAssets)).BeginInit();
            gbCreditAccounts.SuspendLayout();
            tlpDebts.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartDebts)).BeginInit();
            this.gbMonthPlans.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPlans)).BeginInit();
            this.gbRecentTransactions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvRecentTransactions)).BeginInit();
            this.tsMain.SuspendLayout();
            this.cmsSearchResults.SuspendLayout();
            this.cmsTag.SuspendLayout();
            this.tabsMain.SuspendLayout();
            this.tabWelcome.SuspendLayout();
            this.tabTransactions.SuspendLayout();
            this.tabPlannedTransactions.SuspendLayout();
            this.tabAccounts.SuspendLayout();
            this.tabReports.SuspendLayout();
            this.tabSearch.SuspendLayout();
            this.tabSettings.SuspendLayout();
            this.tabAbout.SuspendLayout();
            this.SuspendLayout();
            // 
            // tssTagSeparator
            // 
            resources.ApplyResources(tssTagSeparator, "tssTagSeparator");
            tssTagSeparator.Name = "tssTagSeparator";
            // 
            // scSearchTabSplit
            // 
            resources.ApplyResources(this.scSearchTabSplit, "scSearchTabSplit");
            this.scSearchTabSplit.Name = "scSearchTabSplit";
            // 
            // scSearchTabSplit.Panel1
            // 
            resources.ApplyResources(this.scSearchTabSplit.Panel1, "scSearchTabSplit.Panel1");
            this.scSearchTabSplit.Panel1.Controls.Add(gbTags);
            this.toolTipMain.SetToolTip(this.scSearchTabSplit.Panel1, resources.GetString("scSearchTabSplit.Panel1.ToolTip"));
            // 
            // scSearchTabSplit.Panel2
            // 
            resources.ApplyResources(this.scSearchTabSplit.Panel2, "scSearchTabSplit.Panel2");
            this.scSearchTabSplit.Panel2.Controls.Add(gbSearch);
            this.toolTipMain.SetToolTip(this.scSearchTabSplit.Panel2, resources.GetString("scSearchTabSplit.Panel2.ToolTip"));
            this.scSearchTabSplit.TabStop = false;
            this.toolTipMain.SetToolTip(this.scSearchTabSplit, resources.GetString("scSearchTabSplit.ToolTip"));
            // 
            // gbTags
            // 
            resources.ApplyResources(gbTags, "gbTags");
            gbTags.Controls.Add(this.flpTagFlow);
            gbTags.Name = "gbTags";
            gbTags.TabStop = false;
            this.toolTipMain.SetToolTip(gbTags, resources.GetString("gbTags.ToolTip"));
            // 
            // flpTagFlow
            // 
            resources.ApplyResources(this.flpTagFlow, "flpTagFlow");
            this.flpTagFlow.Name = "flpTagFlow";
            this.toolTipMain.SetToolTip(this.flpTagFlow, resources.GetString("flpTagFlow.ToolTip"));
            // 
            // gbSearch
            // 
            resources.ApplyResources(gbSearch, "gbSearch");
            gbSearch.Controls.Add(tlpSearchResults);
            gbSearch.Name = "gbSearch";
            gbSearch.TabStop = false;
            this.toolTipMain.SetToolTip(gbSearch, resources.GetString("gbSearch.ToolTip"));
            // 
            // tlpSearchResults
            // 
            resources.ApplyResources(tlpSearchResults, "tlpSearchResults");
            tlpSearchResults.Controls.Add(this.tsSearch, 0, 0);
            tlpSearchResults.Controls.Add(this.dgvSearchResults, 0, 1);
            tlpSearchResults.Name = "tlpSearchResults";
            this.toolTipMain.SetToolTip(tlpSearchResults, resources.GetString("tlpSearchResults.ToolTip"));
            // 
            // tsSearch
            // 
            resources.ApplyResources(this.tsSearch, "tsSearch");
            this.tsSearch.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tsSearch.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsstbSearchText,
            this.tsbDisplaySearchResults});
            this.tsSearch.Name = "tsSearch";
            this.tsSearch.TabStop = true;
            this.toolTipMain.SetToolTip(this.tsSearch, resources.GetString("tsSearch.ToolTip"));
            // 
            // tsstbSearchText
            // 
            resources.ApplyResources(this.tsstbSearchText, "tsstbSearchText");
            this.tsstbSearchText.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.tsstbSearchText.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.tsstbSearchText.Name = "tsstbSearchText";
            this.tsstbSearchText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tsstbSearchText_KeyDown);
            // 
            // tsbDisplaySearchResults
            // 
            resources.ApplyResources(this.tsbDisplaySearchResults, "tsbDisplaySearchResults");
            this.tsbDisplaySearchResults.Image = global::easyMoney.Manager.Properties.Resources.magnifier;
            this.tsbDisplaySearchResults.Name = "tsbDisplaySearchResults";
            this.tsbDisplaySearchResults.Click += new System.EventHandler(this.tsbDisplaySearchResults_Click);
            // 
            // dgvSearchResults
            // 
            resources.ApplyResources(this.dgvSearchResults, "dgvSearchResults");
            this.dgvSearchResults.AllowUserToAddRows = false;
            this.dgvSearchResults.AllowUserToDeleteRows = false;
            this.dgvSearchResults.AllowUserToOrderColumns = true;
            this.dgvSearchResults.AllowUserToResizeRows = false;
            this.dgvSearchResults.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgvSearchResults.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            this.dgvSearchResults.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvSearchResults.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dgvSearchResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvSearchResults.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dgvcSearchResultsType,
            this.dgvcSearchResultsTitle,
            this.dgvcSearchResultsDate,
            this.dgvcSearchResultsAmount,
            this.dgvcSearchResultsTags});
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvSearchResults.DefaultCellStyle = dataGridViewCellStyle4;
            this.dgvSearchResults.MultiSelect = false;
            this.dgvSearchResults.Name = "dgvSearchResults";
            this.dgvSearchResults.ReadOnly = true;
            this.dgvSearchResults.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvSearchResults.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
            this.dgvSearchResults.RowHeadersVisible = false;
            this.dgvSearchResults.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvSearchResults.ShowEditingIcon = false;
            this.toolTipMain.SetToolTip(this.dgvSearchResults, resources.GetString("dgvSearchResults.ToolTip"));
            this.dgvSearchResults.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSearchResults_CellDoubleClick);
            this.dgvSearchResults.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvSearchResults_KeyDown);
            this.dgvSearchResults.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dgvSearchResults_MouseClick);
            // 
            // dgvcSearchResultsType
            // 
            resources.ApplyResources(this.dgvcSearchResultsType, "dgvcSearchResultsType");
            this.dgvcSearchResultsType.Name = "dgvcSearchResultsType";
            this.dgvcSearchResultsType.ReadOnly = true;
            // 
            // dgvcSearchResultsTitle
            // 
            resources.ApplyResources(this.dgvcSearchResultsTitle, "dgvcSearchResultsTitle");
            this.dgvcSearchResultsTitle.Name = "dgvcSearchResultsTitle";
            this.dgvcSearchResultsTitle.ReadOnly = true;
            // 
            // dgvcSearchResultsDate
            // 
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.Format = "d";
            this.dgvcSearchResultsDate.DefaultCellStyle = dataGridViewCellStyle2;
            resources.ApplyResources(this.dgvcSearchResultsDate, "dgvcSearchResultsDate");
            this.dgvcSearchResultsDate.Name = "dgvcSearchResultsDate";
            this.dgvcSearchResultsDate.ReadOnly = true;
            // 
            // dgvcSearchResultsAmount
            // 
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            this.dgvcSearchResultsAmount.DefaultCellStyle = dataGridViewCellStyle3;
            resources.ApplyResources(this.dgvcSearchResultsAmount, "dgvcSearchResultsAmount");
            this.dgvcSearchResultsAmount.Name = "dgvcSearchResultsAmount";
            this.dgvcSearchResultsAmount.ReadOnly = true;
            // 
            // dgvcSearchResultsTags
            // 
            this.dgvcSearchResultsTags.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            resources.ApplyResources(this.dgvcSearchResultsTags, "dgvcSearchResultsTags");
            this.dgvcSearchResultsTags.Name = "dgvcSearchResultsTags";
            this.dgvcSearchResultsTags.ReadOnly = true;
            // 
            // tlpAbout
            // 
            resources.ApplyResources(tlpAbout, "tlpAbout");
            tlpAbout.Controls.Add(gbLogo, 0, 0);
            tlpAbout.Controls.Add(gbThirdPartyComponents, 0, 1);
            tlpAbout.Controls.Add(gbVersionInfo, 1, 0);
            tlpAbout.Controls.Add(gbActions, 1, 1);
            tlpAbout.Name = "tlpAbout";
            this.toolTipMain.SetToolTip(tlpAbout, resources.GetString("tlpAbout.ToolTip"));
            // 
            // gbLogo
            // 
            resources.ApplyResources(gbLogo, "gbLogo");
            gbLogo.Controls.Add(this.pictureBox1);
            gbLogo.Name = "gbLogo";
            gbLogo.TabStop = false;
            this.toolTipMain.SetToolTip(gbLogo, resources.GetString("gbLogo.ToolTip"));
            // 
            // pictureBox1
            // 
            resources.ApplyResources(this.pictureBox1, "pictureBox1");
            this.pictureBox1.Image = global::easyMoney.Manager.Properties.Resources.Coins_256x256;
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.TabStop = false;
            this.toolTipMain.SetToolTip(this.pictureBox1, resources.GetString("pictureBox1.ToolTip"));
            // 
            // gbThirdPartyComponents
            // 
            resources.ApplyResources(gbThirdPartyComponents, "gbThirdPartyComponents");
            gbThirdPartyComponents.Controls.Add(tlpThirdPartyComponents);
            gbThirdPartyComponents.Name = "gbThirdPartyComponents";
            gbThirdPartyComponents.TabStop = false;
            this.toolTipMain.SetToolTip(gbThirdPartyComponents, resources.GetString("gbThirdPartyComponents.ToolTip"));
            // 
            // tlpThirdPartyComponents
            // 
            resources.ApplyResources(tlpThirdPartyComponents, "tlpThirdPartyComponents");
            tlpThirdPartyComponents.Controls.Add(llblSilkHomepage, 0, 10);
            tlpThirdPartyComponents.Controls.Add(lblSilkIconSetAuthor, 0, 9);
            tlpThirdPartyComponents.Controls.Add(llblIconsLink, 0, 7);
            tlpThirdPartyComponents.Controls.Add(lblPopupAuthor, 0, 0);
            tlpThirdPartyComponents.Controls.Add(lblIconsAuthor, 0, 6);
            tlpThirdPartyComponents.Controls.Add(llblPopupLink, 0, 1);
            tlpThirdPartyComponents.Controls.Add(llblToolStripLink, 0, 4);
            tlpThirdPartyComponents.Controls.Add(lblToolStripAuthor, 0, 3);
            tlpThirdPartyComponents.Name = "tlpThirdPartyComponents";
            this.toolTipMain.SetToolTip(tlpThirdPartyComponents, resources.GetString("tlpThirdPartyComponents.ToolTip"));
            // 
            // llblSilkHomepage
            // 
            resources.ApplyResources(llblSilkHomepage, "llblSilkHomepage");
            llblSilkHomepage.Name = "llblSilkHomepage";
            llblSilkHomepage.TabStop = true;
            this.toolTipMain.SetToolTip(llblSilkHomepage, resources.GetString("llblSilkHomepage.ToolTip"));
            llblSilkHomepage.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
            // 
            // lblSilkIconSetAuthor
            // 
            resources.ApplyResources(lblSilkIconSetAuthor, "lblSilkIconSetAuthor");
            lblSilkIconSetAuthor.Name = "lblSilkIconSetAuthor";
            this.toolTipMain.SetToolTip(lblSilkIconSetAuthor, resources.GetString("lblSilkIconSetAuthor.ToolTip"));
            // 
            // llblIconsLink
            // 
            resources.ApplyResources(llblIconsLink, "llblIconsLink");
            llblIconsLink.Name = "llblIconsLink";
            llblIconsLink.TabStop = true;
            this.toolTipMain.SetToolTip(llblIconsLink, resources.GetString("llblIconsLink.ToolTip"));
            llblIconsLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
            // 
            // lblPopupAuthor
            // 
            resources.ApplyResources(lblPopupAuthor, "lblPopupAuthor");
            lblPopupAuthor.Name = "lblPopupAuthor";
            this.toolTipMain.SetToolTip(lblPopupAuthor, resources.GetString("lblPopupAuthor.ToolTip"));
            // 
            // lblIconsAuthor
            // 
            resources.ApplyResources(lblIconsAuthor, "lblIconsAuthor");
            lblIconsAuthor.Name = "lblIconsAuthor";
            this.toolTipMain.SetToolTip(lblIconsAuthor, resources.GetString("lblIconsAuthor.ToolTip"));
            // 
            // llblPopupLink
            // 
            resources.ApplyResources(llblPopupLink, "llblPopupLink");
            llblPopupLink.Name = "llblPopupLink";
            llblPopupLink.TabStop = true;
            this.toolTipMain.SetToolTip(llblPopupLink, resources.GetString("llblPopupLink.ToolTip"));
            llblPopupLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
            // 
            // llblToolStripLink
            // 
            resources.ApplyResources(llblToolStripLink, "llblToolStripLink");
            llblToolStripLink.Name = "llblToolStripLink";
            llblToolStripLink.TabStop = true;
            this.toolTipMain.SetToolTip(llblToolStripLink, resources.GetString("llblToolStripLink.ToolTip"));
            llblToolStripLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
            // 
            // lblToolStripAuthor
            // 
            resources.ApplyResources(lblToolStripAuthor, "lblToolStripAuthor");
            lblToolStripAuthor.Name = "lblToolStripAuthor";
            this.toolTipMain.SetToolTip(lblToolStripAuthor, resources.GetString("lblToolStripAuthor.ToolTip"));
            // 
            // gbVersionInfo
            // 
            resources.ApplyResources(gbVersionInfo, "gbVersionInfo");
            gbVersionInfo.Controls.Add(tlpVersions);
            gbVersionInfo.Name = "gbVersionInfo";
            gbVersionInfo.TabStop = false;
            this.toolTipMain.SetToolTip(gbVersionInfo, resources.GetString("gbVersionInfo.ToolTip"));
            // 
            // tlpVersions
            // 
            resources.ApplyResources(tlpVersions, "tlpVersions");
            tlpVersions.Controls.Add(this.lblBuildDate, 1, 2);
            tlpVersions.Controls.Add(this.lblVersionAssembly, 1, 1);
            tlpVersions.Controls.Add(lblBuildDateLabel, 0, 2);
            tlpVersions.Controls.Add(lblAssemblyVersion, 0, 1);
            tlpVersions.Controls.Add(lblApplicationVersion, 0, 0);
            tlpVersions.Controls.Add(this.lblVersionApplication, 1, 0);
            tlpVersions.Controls.Add(lblAboutApplication, 0, 3);
            tlpVersions.Controls.Add(this.btnShowIntroduction, 1, 4);
            tlpVersions.Name = "tlpVersions";
            this.toolTipMain.SetToolTip(tlpVersions, resources.GetString("tlpVersions.ToolTip"));
            // 
            // lblBuildDate
            // 
            resources.ApplyResources(this.lblBuildDate, "lblBuildDate");
            this.lblBuildDate.Name = "lblBuildDate";
            this.toolTipMain.SetToolTip(this.lblBuildDate, resources.GetString("lblBuildDate.ToolTip"));
            // 
            // lblVersionAssembly
            // 
            resources.ApplyResources(this.lblVersionAssembly, "lblVersionAssembly");
            this.lblVersionAssembly.Name = "lblVersionAssembly";
            this.toolTipMain.SetToolTip(this.lblVersionAssembly, resources.GetString("lblVersionAssembly.ToolTip"));
            // 
            // lblBuildDateLabel
            // 
            resources.ApplyResources(lblBuildDateLabel, "lblBuildDateLabel");
            lblBuildDateLabel.Name = "lblBuildDateLabel";
            this.toolTipMain.SetToolTip(lblBuildDateLabel, resources.GetString("lblBuildDateLabel.ToolTip"));
            // 
            // lblAssemblyVersion
            // 
            resources.ApplyResources(lblAssemblyVersion, "lblAssemblyVersion");
            lblAssemblyVersion.Name = "lblAssemblyVersion";
            this.toolTipMain.SetToolTip(lblAssemblyVersion, resources.GetString("lblAssemblyVersion.ToolTip"));
            // 
            // lblApplicationVersion
            // 
            resources.ApplyResources(lblApplicationVersion, "lblApplicationVersion");
            lblApplicationVersion.Name = "lblApplicationVersion";
            this.toolTipMain.SetToolTip(lblApplicationVersion, resources.GetString("lblApplicationVersion.ToolTip"));
            // 
            // lblVersionApplication
            // 
            resources.ApplyResources(this.lblVersionApplication, "lblVersionApplication");
            this.lblVersionApplication.Name = "lblVersionApplication";
            this.toolTipMain.SetToolTip(this.lblVersionApplication, resources.GetString("lblVersionApplication.ToolTip"));
            // 
            // lblAboutApplication
            // 
            resources.ApplyResources(lblAboutApplication, "lblAboutApplication");
            tlpVersions.SetColumnSpan(lblAboutApplication, 2);
            lblAboutApplication.Name = "lblAboutApplication";
            this.toolTipMain.SetToolTip(lblAboutApplication, resources.GetString("lblAboutApplication.ToolTip"));
            // 
            // btnShowIntroduction
            // 
            resources.ApplyResources(this.btnShowIntroduction, "btnShowIntroduction");
            this.btnShowIntroduction.Image = global::easyMoney.Manager.Properties.Resources.help;
            this.btnShowIntroduction.Name = "btnShowIntroduction";
            this.toolTipMain.SetToolTip(this.btnShowIntroduction, resources.GetString("btnShowIntroduction.ToolTip"));
            this.btnShowIntroduction.UseVisualStyleBackColor = true;
            this.btnShowIntroduction.Click += new System.EventHandler(this.btnShowIntroduction_Click);
            // 
            // gbActions
            // 
            resources.ApplyResources(gbActions, "gbActions");
            gbActions.Controls.Add(this.tlpMaintenanceActions);
            gbActions.Name = "gbActions";
            gbActions.TabStop = false;
            this.toolTipMain.SetToolTip(gbActions, resources.GetString("gbActions.ToolTip"));
            // 
            // tlpMaintenanceActions
            // 
            resources.ApplyResources(this.tlpMaintenanceActions, "tlpMaintenanceActions");
            this.tlpMaintenanceActions.Controls.Add(this.btnCheckForUpdates, 1, 1);
            this.tlpMaintenanceActions.Controls.Add(this.lblMaintenanceActions, 0, 0);
            this.tlpMaintenanceActions.Controls.Add(this.btnOpenDevelopmentSite, 0, 1);
            this.tlpMaintenanceActions.Name = "tlpMaintenanceActions";
            this.toolTipMain.SetToolTip(this.tlpMaintenanceActions, resources.GetString("tlpMaintenanceActions.ToolTip"));
            // 
            // btnCheckForUpdates
            // 
            resources.ApplyResources(this.btnCheckForUpdates, "btnCheckForUpdates");
            this.btnCheckForUpdates.Image = global::easyMoney.Manager.Properties.Resources.lightbulb;
            this.btnCheckForUpdates.Name = "btnCheckForUpdates";
            this.toolTipMain.SetToolTip(this.btnCheckForUpdates, resources.GetString("btnCheckForUpdates.ToolTip"));
            this.btnCheckForUpdates.UseVisualStyleBackColor = true;
            this.btnCheckForUpdates.Click += new System.EventHandler(this.btnCheckForUpdates_Click);
            // 
            // lblMaintenanceActions
            // 
            resources.ApplyResources(this.lblMaintenanceActions, "lblMaintenanceActions");
            this.tlpMaintenanceActions.SetColumnSpan(this.lblMaintenanceActions, 2);
            this.lblMaintenanceActions.Name = "lblMaintenanceActions";
            this.toolTipMain.SetToolTip(this.lblMaintenanceActions, resources.GetString("lblMaintenanceActions.ToolTip"));
            // 
            // btnOpenDevelopmentSite
            // 
            resources.ApplyResources(this.btnOpenDevelopmentSite, "btnOpenDevelopmentSite");
            this.btnOpenDevelopmentSite.Image = global::easyMoney.Manager.Properties.Resources.world;
            this.btnOpenDevelopmentSite.Name = "btnOpenDevelopmentSite";
            this.toolTipMain.SetToolTip(this.btnOpenDevelopmentSite, resources.GetString("btnOpenDevelopmentSite.ToolTip"));
            this.btnOpenDevelopmentSite.UseVisualStyleBackColor = true;
            this.btnOpenDevelopmentSite.Click += new System.EventHandler(this.btnOpenDevelopmentSite_Click);
            // 
            // tlpSettings
            // 
            resources.ApplyResources(tlpSettings, "tlpSettings");
            tlpSettings.Controls.Add(gbUISettings, 0, 0);
            tlpSettings.Controls.Add(gbCustomMetadata, 1, 0);
            tlpSettings.Controls.Add(gbPortableSettings, 0, 1);
            tlpSettings.Controls.Add(gbConnectivity, 1, 1);
            tlpSettings.Name = "tlpSettings";
            this.toolTipMain.SetToolTip(tlpSettings, resources.GetString("tlpSettings.ToolTip"));
            // 
            // gbUISettings
            // 
            resources.ApplyResources(gbUISettings, "gbUISettings");
            gbUISettings.Controls.Add(tableLayoutPanel1);
            gbUISettings.Name = "gbUISettings";
            gbUISettings.TabStop = false;
            this.toolTipMain.SetToolTip(gbUISettings, resources.GetString("gbUISettings.ToolTip"));
            // 
            // 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";
            this.toolTipMain.SetToolTip(tableLayoutPanel1, resources.GetString("tableLayoutPanel1.ToolTip"));
            // 
            // lblInterfaceLanguage
            // 
            resources.ApplyResources(this.lblInterfaceLanguage, "lblInterfaceLanguage");
            this.lblInterfaceLanguage.Name = "lblInterfaceLanguage";
            this.toolTipMain.SetToolTip(this.lblInterfaceLanguage, resources.GetString("lblInterfaceLanguage.ToolTip"));
            // 
            // rbLanguageSystemDefault
            // 
            resources.ApplyResources(this.rbLanguageSystemDefault, "rbLanguageSystemDefault");
            this.rbLanguageSystemDefault.Name = "rbLanguageSystemDefault";
            this.rbLanguageSystemDefault.TabStop = true;
            this.toolTipMain.SetToolTip(this.rbLanguageSystemDefault, resources.GetString("rbLanguageSystemDefault.ToolTip"));
            this.rbLanguageSystemDefault.UseVisualStyleBackColor = true;
            this.rbLanguageSystemDefault.CheckedChanged += new System.EventHandler(this.rbLanguage_CheckedChanged);
            // 
            // rbLanguageEnglish
            // 
            resources.ApplyResources(this.rbLanguageEnglish, "rbLanguageEnglish");
            this.rbLanguageEnglish.Name = "rbLanguageEnglish";
            this.rbLanguageEnglish.TabStop = true;
            this.toolTipMain.SetToolTip(this.rbLanguageEnglish, resources.GetString("rbLanguageEnglish.ToolTip"));
            this.rbLanguageEnglish.UseVisualStyleBackColor = true;
            this.rbLanguageEnglish.CheckedChanged += new System.EventHandler(this.rbLanguage_CheckedChanged);
            // 
            // rbLanguageRussian
            // 
            resources.ApplyResources(this.rbLanguageRussian, "rbLanguageRussian");
            this.rbLanguageRussian.Name = "rbLanguageRussian";
            this.rbLanguageRussian.TabStop = true;
            this.toolTipMain.SetToolTip(this.rbLanguageRussian, resources.GetString("rbLanguageRussian.ToolTip"));
            this.rbLanguageRussian.UseVisualStyleBackColor = true;
            this.rbLanguageRussian.CheckedChanged += new System.EventHandler(this.rbLanguage_CheckedChanged);
            // 
            // cbShowFilenameInTitle
            // 
            resources.ApplyResources(this.cbShowFilenameInTitle, "cbShowFilenameInTitle");
            this.cbShowFilenameInTitle.Name = "cbShowFilenameInTitle";
            this.toolTipMain.SetToolTip(this.cbShowFilenameInTitle, resources.GetString("cbShowFilenameInTitle.ToolTip"));
            this.cbShowFilenameInTitle.UseVisualStyleBackColor = true;
            this.cbShowFilenameInTitle.CheckedChanged += new System.EventHandler(this.cbShowFilenameInTitle_CheckedChanged);
            // 
            // lblUISettingAppliedAfterRestart
            // 
            resources.ApplyResources(lblUISettingAppliedAfterRestart, "lblUISettingAppliedAfterRestart");
            lblUISettingAppliedAfterRestart.Name = "lblUISettingAppliedAfterRestart";
            this.toolTipMain.SetToolTip(lblUISettingAppliedAfterRestart, resources.GetString("lblUISettingAppliedAfterRestart.ToolTip"));
            // 
            // gbCustomMetadata
            // 
            resources.ApplyResources(gbCustomMetadata, "gbCustomMetadata");
            gbCustomMetadata.Controls.Add(tlpCustomMetadata);
            gbCustomMetadata.Name = "gbCustomMetadata";
            gbCustomMetadata.TabStop = false;
            this.toolTipMain.SetToolTip(gbCustomMetadata, resources.GetString("gbCustomMetadata.ToolTip"));
            // 
            // 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";
            this.toolTipMain.SetToolTip(tlpCustomMetadata, resources.GetString("tlpCustomMetadata.ToolTip"));
            // 
            // btnMetadata
            // 
            resources.ApplyResources(this.btnMetadata, "btnMetadata");
            this.btnMetadata.Image = global::easyMoney.Manager.Properties.Resources.page;
            this.btnMetadata.Name = "btnMetadata";
            this.toolTipMain.SetToolTip(this.btnMetadata, resources.GetString("btnMetadata.ToolTip"));
            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";
            this.toolTipMain.SetToolTip(this.lblMetadataDescription, resources.GetString("lblMetadataDescription.ToolTip"));
            // 
            // btnClearCustomMetadata
            // 
            resources.ApplyResources(this.btnClearCustomMetadata, "btnClearCustomMetadata");
            this.btnClearCustomMetadata.Image = global::easyMoney.Manager.Properties.Resources.exclamation;
            this.btnClearCustomMetadata.Name = "btnClearCustomMetadata";
            this.toolTipMain.SetToolTip(this.btnClearCustomMetadata, resources.GetString("btnClearCustomMetadata.ToolTip"));
            this.btnClearCustomMetadata.UseVisualStyleBackColor = true;
            this.btnClearCustomMetadata.Click += new System.EventHandler(this.btnClearCustomMetadata_Click);
            // 
            // gbPortableSettings
            // 
            resources.ApplyResources(gbPortableSettings, "gbPortableSettings");
            gbPortableSettings.Controls.Add(tlpPortabilitySettings);
            gbPortableSettings.Name = "gbPortableSettings";
            gbPortableSettings.TabStop = false;
            this.toolTipMain.SetToolTip(gbPortableSettings, resources.GetString("gbPortableSettings.ToolTip"));
            // 
            // tlpPortabilitySettings
            // 
            resources.ApplyResources(tlpPortabilitySettings, "tlpPortabilitySettings");
            tlpPortabilitySettings.Controls.Add(this.lblFilePassword2, 0, 5);
            tlpPortabilitySettings.Controls.Add(this.tbFilePassword2, 1, 5);
            tlpPortabilitySettings.Controls.Add(this.cbShowOpenDialogEachStart, 0, 0);
            tlpPortabilitySettings.Controls.Add(this.btnOpenDataFile, 0, 6);
            tlpPortabilitySettings.Controls.Add(this.btnSaveAsDataFile, 1, 6);
            tlpPortabilitySettings.Controls.Add(lblFileOptions, 0, 2);
            tlpPortabilitySettings.Controls.Add(this.cbEncryptFileWithPassword, 0, 3);
            tlpPortabilitySettings.Controls.Add(this.tbFilePassword1, 1, 4);
            tlpPortabilitySettings.Controls.Add(this.lblPasswordValid, 1, 3);
            tlpPortabilitySettings.Controls.Add(this.lblFilePassword1, 0, 4);
            tlpPortabilitySettings.Controls.Add(this.lblPortabilityInfo, 0, 1);
            tlpPortabilitySettings.Name = "tlpPortabilitySettings";
            this.toolTipMain.SetToolTip(tlpPortabilitySettings, resources.GetString("tlpPortabilitySettings.ToolTip"));
            // 
            // lblFilePassword2
            // 
            resources.ApplyResources(this.lblFilePassword2, "lblFilePassword2");
            this.lblFilePassword2.Name = "lblFilePassword2";
            this.toolTipMain.SetToolTip(this.lblFilePassword2, resources.GetString("lblFilePassword2.ToolTip"));
            // 
            // tbFilePassword2
            // 
            resources.ApplyResources(this.tbFilePassword2, "tbFilePassword2");
            this.tbFilePassword2.Name = "tbFilePassword2";
            this.toolTipMain.SetToolTip(this.tbFilePassword2, resources.GetString("tbFilePassword2.ToolTip"));
            this.tbFilePassword2.UseSystemPasswordChar = true;
            this.tbFilePassword2.TextChanged += new System.EventHandler(this.tbFilePassword_TextChanged);
            // 
            // cbShowOpenDialogEachStart
            // 
            resources.ApplyResources(this.cbShowOpenDialogEachStart, "cbShowOpenDialogEachStart");
            tlpPortabilitySettings.SetColumnSpan(this.cbShowOpenDialogEachStart, 2);
            this.cbShowOpenDialogEachStart.Name = "cbShowOpenDialogEachStart";
            this.toolTipMain.SetToolTip(this.cbShowOpenDialogEachStart, resources.GetString("cbShowOpenDialogEachStart.ToolTip"));
            this.cbShowOpenDialogEachStart.UseVisualStyleBackColor = true;
            this.cbShowOpenDialogEachStart.CheckedChanged += new System.EventHandler(this.cbShowOpenDialogEachStart_CheckedChanged);
            // 
            // btnOpenDataFile
            // 
            resources.ApplyResources(this.btnOpenDataFile, "btnOpenDataFile");
            this.btnOpenDataFile.Image = global::easyMoney.Manager.Properties.Resources.folder_page;
            this.btnOpenDataFile.Name = "btnOpenDataFile";
            this.toolTipMain.SetToolTip(this.btnOpenDataFile, resources.GetString("btnOpenDataFile.ToolTip"));
            this.btnOpenDataFile.UseVisualStyleBackColor = true;
            this.btnOpenDataFile.Click += new System.EventHandler(this.btnOpenDataFile_Click);
            // 
            // btnSaveAsDataFile
            // 
            resources.ApplyResources(this.btnSaveAsDataFile, "btnSaveAsDataFile");
            this.btnSaveAsDataFile.Image = global::easyMoney.Manager.Properties.Resources.disk;
            this.btnSaveAsDataFile.Name = "btnSaveAsDataFile";
            this.toolTipMain.SetToolTip(this.btnSaveAsDataFile, resources.GetString("btnSaveAsDataFile.ToolTip"));
            this.btnSaveAsDataFile.UseVisualStyleBackColor = true;
            this.btnSaveAsDataFile.Click += new System.EventHandler(this.btnSaveAsDataFile_Click);
            // 
            // lblFileOptions
            // 
            resources.ApplyResources(lblFileOptions, "lblFileOptions");
            tlpPortabilitySettings.SetColumnSpan(lblFileOptions, 2);
            lblFileOptions.Name = "lblFileOptions";
            this.toolTipMain.SetToolTip(lblFileOptions, resources.GetString("lblFileOptions.ToolTip"));
            // 
            // cbEncryptFileWithPassword
            // 
            resources.ApplyResources(this.cbEncryptFileWithPassword, "cbEncryptFileWithPassword");
            this.cbEncryptFileWithPassword.Name = "cbEncryptFileWithPassword";
            this.toolTipMain.SetToolTip(this.cbEncryptFileWithPassword, resources.GetString("cbEncryptFileWithPassword.ToolTip"));
            this.cbEncryptFileWithPassword.UseVisualStyleBackColor = true;
            this.cbEncryptFileWithPassword.CheckedChanged += new System.EventHandler(this.cbEncryptFileWithPassword_CheckedChanged);
            // 
            // tbFilePassword1
            // 
            resources.ApplyResources(this.tbFilePassword1, "tbFilePassword1");
            this.tbFilePassword1.Name = "tbFilePassword1";
            this.toolTipMain.SetToolTip(this.tbFilePassword1, resources.GetString("tbFilePassword1.ToolTip"));
            this.tbFilePassword1.UseSystemPasswordChar = true;
            this.tbFilePassword1.TextChanged += new System.EventHandler(this.tbFilePassword_TextChanged);
            // 
            // lblPasswordValid
            // 
            resources.ApplyResources(this.lblPasswordValid, "lblPasswordValid");
            this.lblPasswordValid.Name = "lblPasswordValid";
            this.toolTipMain.SetToolTip(this.lblPasswordValid, resources.GetString("lblPasswordValid.ToolTip"));
            // 
            // lblFilePassword1
            // 
            resources.ApplyResources(this.lblFilePassword1, "lblFilePassword1");
            this.lblFilePassword1.Name = "lblFilePassword1";
            this.toolTipMain.SetToolTip(this.lblFilePassword1, resources.GetString("lblFilePassword1.ToolTip"));
            // 
            // lblPortabilityInfo
            // 
            resources.ApplyResources(this.lblPortabilityInfo, "lblPortabilityInfo");
            tlpPortabilitySettings.SetColumnSpan(this.lblPortabilityInfo, 2);
            this.lblPortabilityInfo.Name = "lblPortabilityInfo";
            this.toolTipMain.SetToolTip(this.lblPortabilityInfo, resources.GetString("lblPortabilityInfo.ToolTip"));
            // 
            // gbConnectivity
            // 
            resources.ApplyResources(gbConnectivity, "gbConnectivity");
            gbConnectivity.Controls.Add(tlpConnectivityOptions);
            gbConnectivity.Name = "gbConnectivity";
            gbConnectivity.TabStop = false;
            this.toolTipMain.SetToolTip(gbConnectivity, resources.GetString("gbConnectivity.ToolTip"));
            // 
            // tlpConnectivityOptions
            // 
            resources.ApplyResources(tlpConnectivityOptions, "tlpConnectivityOptions");
            tlpConnectivityOptions.Controls.Add(lblConnectivitySettingsAppliedAfterRestart, 0, 6);
            tlpConnectivityOptions.Controls.Add(this.cbAllowAutoUpdate, 0, 0);
            tlpConnectivityOptions.Name = "tlpConnectivityOptions";
            this.toolTipMain.SetToolTip(tlpConnectivityOptions, resources.GetString("tlpConnectivityOptions.ToolTip"));
            // 
            // lblConnectivitySettingsAppliedAfterRestart
            // 
            resources.ApplyResources(lblConnectivitySettingsAppliedAfterRestart, "lblConnectivitySettingsAppliedAfterRestart");
            lblConnectivitySettingsAppliedAfterRestart.Name = "lblConnectivitySettingsAppliedAfterRestart";
            this.toolTipMain.SetToolTip(lblConnectivitySettingsAppliedAfterRestart, resources.GetString("lblConnectivitySettingsAppliedAfterRestart.ToolTip"));
            // 
            // cbAllowAutoUpdate
            // 
            resources.ApplyResources(this.cbAllowAutoUpdate, "cbAllowAutoUpdate");
            this.cbAllowAutoUpdate.Name = "cbAllowAutoUpdate";
            this.toolTipMain.SetToolTip(this.cbAllowAutoUpdate, resources.GetString("cbAllowAutoUpdate.ToolTip"));
            this.cbAllowAutoUpdate.UseVisualStyleBackColor = true;
            this.cbAllowAutoUpdate.CheckedChanged += new System.EventHandler(this.cbAllowAutoUpdate_CheckedChanged);
            // 
            // tlpReports
            // 
            resources.ApplyResources(tlpReports, "tlpReports");
            tlpReports.Controls.Add(gbReportList, 0, 0);
            tlpReports.Controls.Add(gbExternalReports, 0, 1);
            tlpReports.Controls.Add(gbReportParemeters, 1, 0);
            tlpReports.Name = "tlpReports";
            this.toolTipMain.SetToolTip(tlpReports, resources.GetString("tlpReports.ToolTip"));
            // 
            // gbReportList
            // 
            resources.ApplyResources(gbReportList, "gbReportList");
            gbReportList.Controls.Add(this.lbReports);
            gbReportList.Name = "gbReportList";
            gbReportList.TabStop = false;
            this.toolTipMain.SetToolTip(gbReportList, resources.GetString("gbReportList.ToolTip"));
            // 
            // lbReports
            // 
            resources.ApplyResources(this.lbReports, "lbReports");
            this.lbReports.FormattingEnabled = true;
            this.lbReports.Name = "lbReports";
            this.toolTipMain.SetToolTip(this.lbReports, resources.GetString("lbReports.ToolTip"));
            this.lbReports.SelectedIndexChanged += new System.EventHandler(this.lbReports_SelectedIndexChanged);
            // 
            // gbExternalReports
            // 
            resources.ApplyResources(gbExternalReports, "gbExternalReports");
            gbExternalReports.Controls.Add(tlpExternalReports);
            gbExternalReports.Name = "gbExternalReports";
            gbExternalReports.TabStop = false;
            this.toolTipMain.SetToolTip(gbExternalReports, resources.GetString("gbExternalReports.ToolTip"));
            // 
            // tlpExternalReports
            // 
            resources.ApplyResources(tlpExternalReports, "tlpExternalReports");
            tlpExternalReports.Controls.Add(this.btnOpenExternalReports, 1, 1);
            tlpExternalReports.Controls.Add(this.lblExternalReports, 0, 0);
            tlpExternalReports.Name = "tlpExternalReports";
            this.toolTipMain.SetToolTip(tlpExternalReports, resources.GetString("tlpExternalReports.ToolTip"));
            // 
            // btnOpenExternalReports
            // 
            resources.ApplyResources(this.btnOpenExternalReports, "btnOpenExternalReports");
            this.btnOpenExternalReports.Image = global::easyMoney.Manager.Properties.Resources.chart_curve;
            this.btnOpenExternalReports.Name = "btnOpenExternalReports";
            this.toolTipMain.SetToolTip(this.btnOpenExternalReports, resources.GetString("btnOpenExternalReports.ToolTip"));
            this.btnOpenExternalReports.UseVisualStyleBackColor = true;
            // 
            // lblExternalReports
            // 
            resources.ApplyResources(this.lblExternalReports, "lblExternalReports");
            this.lblExternalReports.AutoEllipsis = true;
            tlpExternalReports.SetColumnSpan(this.lblExternalReports, 3);
            this.lblExternalReports.Name = "lblExternalReports";
            this.toolTipMain.SetToolTip(this.lblExternalReports, resources.GetString("lblExternalReports.ToolTip"));
            // 
            // gbReportParemeters
            // 
            resources.ApplyResources(gbReportParemeters, "gbReportParemeters");
            gbReportParemeters.Controls.Add(this.tlpReportParameters);
            gbReportParemeters.Name = "gbReportParemeters";
            tlpReports.SetRowSpan(gbReportParemeters, 2);
            gbReportParemeters.TabStop = false;
            this.toolTipMain.SetToolTip(gbReportParemeters, resources.GetString("gbReportParemeters.ToolTip"));
            // 
            // tlpReportParameters
            // 
            resources.ApplyResources(this.tlpReportParameters, "tlpReportParameters");
            this.tlpReportParameters.Controls.Add(this.btnRunReport, 1, 1);
            this.tlpReportParameters.Controls.Add(this.panelReportParameters, 0, 0);
            this.tlpReportParameters.Name = "tlpReportParameters";
            this.toolTipMain.SetToolTip(this.tlpReportParameters, resources.GetString("tlpReportParameters.ToolTip"));
            // 
            // btnRunReport
            // 
            resources.ApplyResources(this.btnRunReport, "btnRunReport");
            this.btnRunReport.Image = global::easyMoney.Manager.Properties.Resources.chart_pie;
            this.btnRunReport.Name = "btnRunReport";
            this.toolTipMain.SetToolTip(this.btnRunReport, resources.GetString("btnRunReport.ToolTip"));
            this.btnRunReport.UseVisualStyleBackColor = true;
            this.btnRunReport.Click += new System.EventHandler(this.btnRunReport_Click);
            // 
            // panelReportParameters
            // 
            resources.ApplyResources(this.panelReportParameters, "panelReportParameters");
            this.tlpReportParameters.SetColumnSpan(this.panelReportParameters, 3);
            this.panelReportParameters.Name = "panelReportParameters";
            this.toolTipMain.SetToolTip(this.panelReportParameters, resources.GetString("panelReportParameters.ToolTip"));
            // 
            // tlpAccounts
            // 
            resources.ApplyResources(tlpAccounts, "tlpAccounts");
            tlpAccounts.Controls.Add(gbAccountList, 0, 0);
            tlpAccounts.Controls.Add(this.gbAccountDetails, 2, 0);
            tlpAccounts.Name = "tlpAccounts";
            this.toolTipMain.SetToolTip(tlpAccounts, resources.GetString("tlpAccounts.ToolTip"));
            // 
            // gbAccountList
            // 
            resources.ApplyResources(gbAccountList, "gbAccountList");
            tlpAccounts.SetColumnSpan(gbAccountList, 2);
            gbAccountList.Controls.Add(tlpAccountList);
            gbAccountList.Name = "gbAccountList";
            gbAccountList.TabStop = false;
            this.toolTipMain.SetToolTip(gbAccountList, resources.GetString("gbAccountList.ToolTip"));
            // 
            // tlpAccountList
            // 
            resources.ApplyResources(tlpAccountList, "tlpAccountList");
            tlpAccountList.Controls.Add(this.btnNewCreditAccount, 1, 2);
            tlpAccountList.Controls.Add(this.lbAccounts, 0, 0);
            tlpAccountList.Controls.Add(this.btnNewDebitAccount, 0, 2);
            tlpAccountList.Controls.Add(this.cbAccountsShowAll, 0, 1);
            tlpAccountList.Name = "tlpAccountList";
            this.toolTipMain.SetToolTip(tlpAccountList, resources.GetString("tlpAccountList.ToolTip"));
            // 
            // btnNewCreditAccount
            // 
            resources.ApplyResources(this.btnNewCreditAccount, "btnNewCreditAccount");
            this.btnNewCreditAccount.Image = global::easyMoney.Manager.Properties.Resources.creditcards;
            this.btnNewCreditAccount.Name = "btnNewCreditAccount";
            this.toolTipMain.SetToolTip(this.btnNewCreditAccount, resources.GetString("btnNewCreditAccount.ToolTip"));
            this.btnNewCreditAccount.UseVisualStyleBackColor = true;
            this.btnNewCreditAccount.Click += new System.EventHandler(this.btnNewAccount_Click);
            // 
            // lbAccounts
            // 
            resources.ApplyResources(this.lbAccounts, "lbAccounts");
            tlpAccountList.SetColumnSpan(this.lbAccounts, 2);
            this.lbAccounts.FormattingEnabled = true;
            this.lbAccounts.Name = "lbAccounts";
            this.toolTipMain.SetToolTip(this.lbAccounts, resources.GetString("lbAccounts.ToolTip"));
            this.lbAccounts.SelectedIndexChanged += new System.EventHandler(this.lbAccounts_SelectedIndexChanged);
            // 
            // btnNewDebitAccount
            // 
            resources.ApplyResources(this.btnNewDebitAccount, "btnNewDebitAccount");
            this.btnNewDebitAccount.Image = global::easyMoney.Manager.Properties.Resources.money;
            this.btnNewDebitAccount.Name = "btnNewDebitAccount";
            this.toolTipMain.SetToolTip(this.btnNewDebitAccount, resources.GetString("btnNewDebitAccount.ToolTip"));
            this.btnNewDebitAccount.UseVisualStyleBackColor = true;
            this.btnNewDebitAccount.Click += new System.EventHandler(this.btnNewAccount_Click);
            // 
            // cbAccountsShowAll
            // 
            resources.ApplyResources(this.cbAccountsShowAll, "cbAccountsShowAll");
            tlpAccountList.SetColumnSpan(this.cbAccountsShowAll, 3);
            this.cbAccountsShowAll.Name = "cbAccountsShowAll";
            this.toolTipMain.SetToolTip(this.cbAccountsShowAll, resources.GetString("cbAccountsShowAll.ToolTip"));
            this.cbAccountsShowAll.UseVisualStyleBackColor = true;
            this.cbAccountsShowAll.CheckedChanged += new System.EventHandler(this.cbAccountsShowAll_CheckedChanged);
            // 
            // gbAccountDetails
            // 
            resources.ApplyResources(this.gbAccountDetails, "gbAccountDetails");
            tlpAccounts.SetColumnSpan(this.gbAccountDetails, 2);
            this.gbAccountDetails.Controls.Add(this.tlpAccountDetails);
            this.gbAccountDetails.Name = "gbAccountDetails";
            this.gbAccountDetails.TabStop = false;
            this.toolTipMain.SetToolTip(this.gbAccountDetails, resources.GetString("gbAccountDetails.ToolTip"));
            // 
            // tlpAccountDetails
            // 
            resources.ApplyResources(this.tlpAccountDetails, "tlpAccountDetails");
            this.tlpAccountDetails.Controls.Add(this.tbAccountTags, 0, 9);
            this.tlpAccountDetails.Controls.Add(this.tbAccountBalance, 0, 5);
            this.tlpAccountDetails.Controls.Add(this.lblAccountTags, 0, 8);
            this.tlpAccountDetails.Controls.Add(this.tbAccountDescription, 0, 7);
            this.tlpAccountDetails.Controls.Add(this.lblAccountDescription, 0, 6);
            this.tlpAccountDetails.Controls.Add(this.lblAccountBalance, 0, 4);
            this.tlpAccountDetails.Controls.Add(this.lblAccountType, 0, 0);
            this.tlpAccountDetails.Controls.Add(this.lblAccountTitle, 0, 2);
            this.tlpAccountDetails.Controls.Add(this.tbAccountTitle, 0, 3);
            this.tlpAccountDetails.Controls.Add(this.btnAccountEdit, 0, 11);
            this.tlpAccountDetails.Controls.Add(this.btnAccountBalance, 1, 10);
            this.tlpAccountDetails.Controls.Add(this.btnAccountDelete, 1, 11);
            this.tlpAccountDetails.Controls.Add(this.tbAccountType, 0, 1);
            this.tlpAccountDetails.Name = "tlpAccountDetails";
            this.toolTipMain.SetToolTip(this.tlpAccountDetails, resources.GetString("tlpAccountDetails.ToolTip"));
            // 
            // tbAccountTags
            // 
            resources.ApplyResources(this.tbAccountTags, "tbAccountTags");
            this.tlpAccountDetails.SetColumnSpan(this.tbAccountTags, 2);
            this.tbAccountTags.Name = "tbAccountTags";
            this.tbAccountTags.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbAccountTags, resources.GetString("tbAccountTags.ToolTip"));
            // 
            // tbAccountBalance
            // 
            resources.ApplyResources(this.tbAccountBalance, "tbAccountBalance");
            this.tlpAccountDetails.SetColumnSpan(this.tbAccountBalance, 2);
            this.tbAccountBalance.Name = "tbAccountBalance";
            this.tbAccountBalance.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbAccountBalance, resources.GetString("tbAccountBalance.ToolTip"));
            // 
            // lblAccountTags
            // 
            resources.ApplyResources(this.lblAccountTags, "lblAccountTags");
            this.tlpAccountDetails.SetColumnSpan(this.lblAccountTags, 2);
            this.lblAccountTags.Name = "lblAccountTags";
            this.toolTipMain.SetToolTip(this.lblAccountTags, resources.GetString("lblAccountTags.ToolTip"));
            // 
            // tbAccountDescription
            // 
            resources.ApplyResources(this.tbAccountDescription, "tbAccountDescription");
            this.tlpAccountDetails.SetColumnSpan(this.tbAccountDescription, 2);
            this.tbAccountDescription.Name = "tbAccountDescription";
            this.tbAccountDescription.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbAccountDescription, resources.GetString("tbAccountDescription.ToolTip"));
            // 
            // lblAccountDescription
            // 
            resources.ApplyResources(this.lblAccountDescription, "lblAccountDescription");
            this.tlpAccountDetails.SetColumnSpan(this.lblAccountDescription, 2);
            this.lblAccountDescription.Name = "lblAccountDescription";
            this.toolTipMain.SetToolTip(this.lblAccountDescription, resources.GetString("lblAccountDescription.ToolTip"));
            // 
            // lblAccountBalance
            // 
            resources.ApplyResources(this.lblAccountBalance, "lblAccountBalance");
            this.tlpAccountDetails.SetColumnSpan(this.lblAccountBalance, 2);
            this.lblAccountBalance.Name = "lblAccountBalance";
            this.toolTipMain.SetToolTip(this.lblAccountBalance, resources.GetString("lblAccountBalance.ToolTip"));
            // 
            // lblAccountType
            // 
            resources.ApplyResources(this.lblAccountType, "lblAccountType");
            this.tlpAccountDetails.SetColumnSpan(this.lblAccountType, 2);
            this.lblAccountType.Name = "lblAccountType";
            this.toolTipMain.SetToolTip(this.lblAccountType, resources.GetString("lblAccountType.ToolTip"));
            // 
            // lblAccountTitle
            // 
            resources.ApplyResources(this.lblAccountTitle, "lblAccountTitle");
            this.tlpAccountDetails.SetColumnSpan(this.lblAccountTitle, 2);
            this.lblAccountTitle.Name = "lblAccountTitle";
            this.toolTipMain.SetToolTip(this.lblAccountTitle, resources.GetString("lblAccountTitle.ToolTip"));
            // 
            // tbAccountTitle
            // 
            resources.ApplyResources(this.tbAccountTitle, "tbAccountTitle");
            this.tlpAccountDetails.SetColumnSpan(this.tbAccountTitle, 2);
            this.tbAccountTitle.Name = "tbAccountTitle";
            this.tbAccountTitle.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbAccountTitle, resources.GetString("tbAccountTitle.ToolTip"));
            // 
            // btnAccountEdit
            // 
            resources.ApplyResources(this.btnAccountEdit, "btnAccountEdit");
            this.btnAccountEdit.Image = global::easyMoney.Manager.Properties.Resources.pencil;
            this.btnAccountEdit.Name = "btnAccountEdit";
            this.toolTipMain.SetToolTip(this.btnAccountEdit, resources.GetString("btnAccountEdit.ToolTip"));
            this.btnAccountEdit.UseVisualStyleBackColor = true;
            this.btnAccountEdit.Click += new System.EventHandler(this.btnAccountEdit_Click);
            // 
            // btnAccountBalance
            // 
            resources.ApplyResources(this.btnAccountBalance, "btnAccountBalance");
            this.btnAccountBalance.Image = global::easyMoney.Manager.Properties.Resources.calculator;
            this.btnAccountBalance.Name = "btnAccountBalance";
            this.toolTipMain.SetToolTip(this.btnAccountBalance, resources.GetString("btnAccountBalance.ToolTip"));
            this.btnAccountBalance.UseVisualStyleBackColor = true;
            this.btnAccountBalance.Click += new System.EventHandler(this.btnAccountBalance_Click);
            // 
            // btnAccountDelete
            // 
            resources.ApplyResources(this.btnAccountDelete, "btnAccountDelete");
            this.btnAccountDelete.Image = global::easyMoney.Manager.Properties.Resources.delete;
            this.btnAccountDelete.Name = "btnAccountDelete";
            this.toolTipMain.SetToolTip(this.btnAccountDelete, resources.GetString("btnAccountDelete.ToolTip"));
            this.btnAccountDelete.UseVisualStyleBackColor = true;
            this.btnAccountDelete.Click += new System.EventHandler(this.btnAccountDelete_Click);
            // 
            // tbAccountType
            // 
            resources.ApplyResources(this.tbAccountType, "tbAccountType");
            this.tlpAccountDetails.SetColumnSpan(this.tbAccountType, 2);
            this.tbAccountType.Name = "tbAccountType";
            this.tbAccountType.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbAccountType, resources.GetString("tbAccountType.ToolTip"));
            // 
            // tlpPlans
            // 
            resources.ApplyResources(tlpPlans, "tlpPlans");
            tlpPlans.Controls.Add(gbPlannedTransactionList, 0, 0);
            tlpPlans.Controls.Add(this.gbPlannedTransactionDetails, 2, 0);
            tlpPlans.Name = "tlpPlans";
            this.toolTipMain.SetToolTip(tlpPlans, resources.GetString("tlpPlans.ToolTip"));
            // 
            // gbPlannedTransactionList
            // 
            resources.ApplyResources(gbPlannedTransactionList, "gbPlannedTransactionList");
            tlpPlans.SetColumnSpan(gbPlannedTransactionList, 2);
            gbPlannedTransactionList.Controls.Add(tlpPlannedTransactionList);
            gbPlannedTransactionList.Name = "gbPlannedTransactionList";
            gbPlannedTransactionList.TabStop = false;
            this.toolTipMain.SetToolTip(gbPlannedTransactionList, resources.GetString("gbPlannedTransactionList.ToolTip"));
            // 
            // tlpPlannedTransactionList
            // 
            resources.ApplyResources(tlpPlannedTransactionList, "tlpPlannedTransactionList");
            tlpPlannedTransactionList.Controls.Add(this.btnPlanIncome, 1, 2);
            tlpPlannedTransactionList.Controls.Add(this.lbPlannedTransactions, 0, 0);
            tlpPlannedTransactionList.Controls.Add(this.btnPlanPayment, 0, 2);
            tlpPlannedTransactionList.Controls.Add(this.cbPlannedTransactionsShowAll, 0, 1);
            tlpPlannedTransactionList.Name = "tlpPlannedTransactionList";
            this.toolTipMain.SetToolTip(tlpPlannedTransactionList, resources.GetString("tlpPlannedTransactionList.ToolTip"));
            // 
            // btnPlanIncome
            // 
            resources.ApplyResources(this.btnPlanIncome, "btnPlanIncome");
            this.btnPlanIncome.Image = global::easyMoney.Manager.Properties.Resources.coins;
            this.btnPlanIncome.Name = "btnPlanIncome";
            this.toolTipMain.SetToolTip(this.btnPlanIncome, resources.GetString("btnPlanIncome.ToolTip"));
            this.btnPlanIncome.UseVisualStyleBackColor = true;
            this.btnPlanIncome.Click += new System.EventHandler(this.btnPlan_Click);
            // 
            // lbPlannedTransactions
            // 
            resources.ApplyResources(this.lbPlannedTransactions, "lbPlannedTransactions");
            tlpPlannedTransactionList.SetColumnSpan(this.lbPlannedTransactions, 2);
            this.lbPlannedTransactions.FormattingEnabled = true;
            this.lbPlannedTransactions.Name = "lbPlannedTransactions";
            this.toolTipMain.SetToolTip(this.lbPlannedTransactions, resources.GetString("lbPlannedTransactions.ToolTip"));
            this.lbPlannedTransactions.SelectedIndexChanged += new System.EventHandler(this.lbPlannedTransactions_SelectedIndexChanged);
            // 
            // btnPlanPayment
            // 
            resources.ApplyResources(this.btnPlanPayment, "btnPlanPayment");
            this.btnPlanPayment.Image = global::easyMoney.Manager.Properties.Resources.basket;
            this.btnPlanPayment.Name = "btnPlanPayment";
            this.toolTipMain.SetToolTip(this.btnPlanPayment, resources.GetString("btnPlanPayment.ToolTip"));
            this.btnPlanPayment.UseVisualStyleBackColor = true;
            this.btnPlanPayment.Click += new System.EventHandler(this.btnPlan_Click);
            // 
            // cbPlannedTransactionsShowAll
            // 
            resources.ApplyResources(this.cbPlannedTransactionsShowAll, "cbPlannedTransactionsShowAll");
            tlpPlannedTransactionList.SetColumnSpan(this.cbPlannedTransactionsShowAll, 2);
            this.cbPlannedTransactionsShowAll.Name = "cbPlannedTransactionsShowAll";
            this.toolTipMain.SetToolTip(this.cbPlannedTransactionsShowAll, resources.GetString("cbPlannedTransactionsShowAll.ToolTip"));
            this.cbPlannedTransactionsShowAll.UseVisualStyleBackColor = true;
            this.cbPlannedTransactionsShowAll.CheckedChanged += new System.EventHandler(this.cbPlannedTransactionsShowAll_CheckedChanged);
            // 
            // gbPlannedTransactionDetails
            // 
            resources.ApplyResources(this.gbPlannedTransactionDetails, "gbPlannedTransactionDetails");
            tlpPlans.SetColumnSpan(this.gbPlannedTransactionDetails, 2);
            this.gbPlannedTransactionDetails.Controls.Add(this.tlpPlannedTransactionDetails);
            this.gbPlannedTransactionDetails.Name = "gbPlannedTransactionDetails";
            this.gbPlannedTransactionDetails.TabStop = false;
            this.toolTipMain.SetToolTip(this.gbPlannedTransactionDetails, resources.GetString("gbPlannedTransactionDetails.ToolTip"));
            // 
            // tlpPlannedTransactionDetails
            // 
            resources.ApplyResources(this.tlpPlannedTransactionDetails, "tlpPlannedTransactionDetails");
            this.tlpPlannedTransactionDetails.Controls.Add(this.lblPlannedTransactionTags, 0, 14);
            this.tlpPlannedTransactionDetails.Controls.Add(this.tbPlannedTransactionDescription, 0, 13);
            this.tlpPlannedTransactionDetails.Controls.Add(this.lblPlannedTransactionDescription, 0, 12);
            this.tlpPlannedTransactionDetails.Controls.Add(this.lblPlannedTransactionAmount, 0, 8);
            this.tlpPlannedTransactionDetails.Controls.Add(this.lblPlannedTransactionAccountType, 0, 6);
            this.tlpPlannedTransactionDetails.Controls.Add(this.lblPlannedTransactionType, 0, 0);
            this.tlpPlannedTransactionDetails.Controls.Add(this.lblPlannedTransactionTitle, 0, 4);
            this.tlpPlannedTransactionDetails.Controls.Add(this.lblPlannedTransactionDateTime, 0, 2);
            this.tlpPlannedTransactionDetails.Controls.Add(this.tbPlannedTransactionTitle, 0, 5);
            this.tlpPlannedTransactionDetails.Controls.Add(this.btnPlannedTransactionEdit, 0, 17);
            this.tlpPlannedTransactionDetails.Controls.Add(this.btnPlannedTransactionCopy, 0, 16);
            this.tlpPlannedTransactionDetails.Controls.Add(this.btnPlannedTransactionDelete, 1, 17);
            this.tlpPlannedTransactionDetails.Controls.Add(this.lblPlannedTransactionRecurrency, 0, 10);
            this.tlpPlannedTransactionDetails.Controls.Add(this.tbPlannedTransactionType, 0, 1);
            this.tlpPlannedTransactionDetails.Controls.Add(this.tbPlannedTransactionStartDate, 0, 3);
            this.tlpPlannedTransactionDetails.Controls.Add(this.tbPlannedTransactionAccountType, 0, 7);
            this.tlpPlannedTransactionDetails.Controls.Add(this.tbPlannedTransactionAmount, 0, 9);
            this.tlpPlannedTransactionDetails.Controls.Add(this.tbPlannedTransactionRecurrency, 0, 11);
            this.tlpPlannedTransactionDetails.Controls.Add(this.tbPlannedTransactionTags, 0, 15);
            this.tlpPlannedTransactionDetails.Controls.Add(this.btnPlannedTransactionImplement, 1, 16);
            this.tlpPlannedTransactionDetails.Name = "tlpPlannedTransactionDetails";
            this.toolTipMain.SetToolTip(this.tlpPlannedTransactionDetails, resources.GetString("tlpPlannedTransactionDetails.ToolTip"));
            // 
            // lblPlannedTransactionTags
            // 
            resources.ApplyResources(this.lblPlannedTransactionTags, "lblPlannedTransactionTags");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.lblPlannedTransactionTags, 2);
            this.lblPlannedTransactionTags.Name = "lblPlannedTransactionTags";
            this.toolTipMain.SetToolTip(this.lblPlannedTransactionTags, resources.GetString("lblPlannedTransactionTags.ToolTip"));
            // 
            // tbPlannedTransactionDescription
            // 
            resources.ApplyResources(this.tbPlannedTransactionDescription, "tbPlannedTransactionDescription");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.tbPlannedTransactionDescription, 2);
            this.tbPlannedTransactionDescription.Name = "tbPlannedTransactionDescription";
            this.tbPlannedTransactionDescription.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbPlannedTransactionDescription, resources.GetString("tbPlannedTransactionDescription.ToolTip"));
            // 
            // lblPlannedTransactionDescription
            // 
            resources.ApplyResources(this.lblPlannedTransactionDescription, "lblPlannedTransactionDescription");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.lblPlannedTransactionDescription, 2);
            this.lblPlannedTransactionDescription.Name = "lblPlannedTransactionDescription";
            this.toolTipMain.SetToolTip(this.lblPlannedTransactionDescription, resources.GetString("lblPlannedTransactionDescription.ToolTip"));
            // 
            // lblPlannedTransactionAmount
            // 
            resources.ApplyResources(this.lblPlannedTransactionAmount, "lblPlannedTransactionAmount");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.lblPlannedTransactionAmount, 2);
            this.lblPlannedTransactionAmount.Name = "lblPlannedTransactionAmount";
            this.toolTipMain.SetToolTip(this.lblPlannedTransactionAmount, resources.GetString("lblPlannedTransactionAmount.ToolTip"));
            // 
            // lblPlannedTransactionAccountType
            // 
            resources.ApplyResources(this.lblPlannedTransactionAccountType, "lblPlannedTransactionAccountType");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.lblPlannedTransactionAccountType, 2);
            this.lblPlannedTransactionAccountType.Name = "lblPlannedTransactionAccountType";
            this.toolTipMain.SetToolTip(this.lblPlannedTransactionAccountType, resources.GetString("lblPlannedTransactionAccountType.ToolTip"));
            // 
            // lblPlannedTransactionType
            // 
            resources.ApplyResources(this.lblPlannedTransactionType, "lblPlannedTransactionType");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.lblPlannedTransactionType, 2);
            this.lblPlannedTransactionType.Name = "lblPlannedTransactionType";
            this.toolTipMain.SetToolTip(this.lblPlannedTransactionType, resources.GetString("lblPlannedTransactionType.ToolTip"));
            // 
            // lblPlannedTransactionTitle
            // 
            resources.ApplyResources(this.lblPlannedTransactionTitle, "lblPlannedTransactionTitle");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.lblPlannedTransactionTitle, 2);
            this.lblPlannedTransactionTitle.Name = "lblPlannedTransactionTitle";
            this.toolTipMain.SetToolTip(this.lblPlannedTransactionTitle, resources.GetString("lblPlannedTransactionTitle.ToolTip"));
            // 
            // lblPlannedTransactionDateTime
            // 
            resources.ApplyResources(this.lblPlannedTransactionDateTime, "lblPlannedTransactionDateTime");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.lblPlannedTransactionDateTime, 2);
            this.lblPlannedTransactionDateTime.Name = "lblPlannedTransactionDateTime";
            this.toolTipMain.SetToolTip(this.lblPlannedTransactionDateTime, resources.GetString("lblPlannedTransactionDateTime.ToolTip"));
            // 
            // tbPlannedTransactionTitle
            // 
            resources.ApplyResources(this.tbPlannedTransactionTitle, "tbPlannedTransactionTitle");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.tbPlannedTransactionTitle, 2);
            this.tbPlannedTransactionTitle.Name = "tbPlannedTransactionTitle";
            this.tbPlannedTransactionTitle.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbPlannedTransactionTitle, resources.GetString("tbPlannedTransactionTitle.ToolTip"));
            // 
            // btnPlannedTransactionEdit
            // 
            resources.ApplyResources(this.btnPlannedTransactionEdit, "btnPlannedTransactionEdit");
            this.btnPlannedTransactionEdit.Image = global::easyMoney.Manager.Properties.Resources.pencil;
            this.btnPlannedTransactionEdit.Name = "btnPlannedTransactionEdit";
            this.toolTipMain.SetToolTip(this.btnPlannedTransactionEdit, resources.GetString("btnPlannedTransactionEdit.ToolTip"));
            this.btnPlannedTransactionEdit.UseVisualStyleBackColor = true;
            this.btnPlannedTransactionEdit.Click += new System.EventHandler(this.btnPlannedTransactionEditCopy_Click);
            // 
            // btnPlannedTransactionCopy
            // 
            resources.ApplyResources(this.btnPlannedTransactionCopy, "btnPlannedTransactionCopy");
            this.btnPlannedTransactionCopy.Image = global::easyMoney.Manager.Properties.Resources.page_copy;
            this.btnPlannedTransactionCopy.Name = "btnPlannedTransactionCopy";
            this.toolTipMain.SetToolTip(this.btnPlannedTransactionCopy, resources.GetString("btnPlannedTransactionCopy.ToolTip"));
            this.btnPlannedTransactionCopy.UseVisualStyleBackColor = true;
            this.btnPlannedTransactionCopy.Click += new System.EventHandler(this.btnPlannedTransactionEditCopy_Click);
            // 
            // btnPlannedTransactionDelete
            // 
            resources.ApplyResources(this.btnPlannedTransactionDelete, "btnPlannedTransactionDelete");
            this.btnPlannedTransactionDelete.Image = global::easyMoney.Manager.Properties.Resources.delete;
            this.btnPlannedTransactionDelete.Name = "btnPlannedTransactionDelete";
            this.toolTipMain.SetToolTip(this.btnPlannedTransactionDelete, resources.GetString("btnPlannedTransactionDelete.ToolTip"));
            this.btnPlannedTransactionDelete.UseVisualStyleBackColor = true;
            this.btnPlannedTransactionDelete.Click += new System.EventHandler(this.btnPlannedTransactionDelete_Click);
            // 
            // lblPlannedTransactionRecurrency
            // 
            resources.ApplyResources(this.lblPlannedTransactionRecurrency, "lblPlannedTransactionRecurrency");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.lblPlannedTransactionRecurrency, 2);
            this.lblPlannedTransactionRecurrency.Name = "lblPlannedTransactionRecurrency";
            this.toolTipMain.SetToolTip(this.lblPlannedTransactionRecurrency, resources.GetString("lblPlannedTransactionRecurrency.ToolTip"));
            // 
            // tbPlannedTransactionType
            // 
            resources.ApplyResources(this.tbPlannedTransactionType, "tbPlannedTransactionType");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.tbPlannedTransactionType, 2);
            this.tbPlannedTransactionType.Name = "tbPlannedTransactionType";
            this.tbPlannedTransactionType.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbPlannedTransactionType, resources.GetString("tbPlannedTransactionType.ToolTip"));
            // 
            // tbPlannedTransactionStartDate
            // 
            resources.ApplyResources(this.tbPlannedTransactionStartDate, "tbPlannedTransactionStartDate");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.tbPlannedTransactionStartDate, 2);
            this.tbPlannedTransactionStartDate.Name = "tbPlannedTransactionStartDate";
            this.tbPlannedTransactionStartDate.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbPlannedTransactionStartDate, resources.GetString("tbPlannedTransactionStartDate.ToolTip"));
            // 
            // tbPlannedTransactionAccountType
            // 
            resources.ApplyResources(this.tbPlannedTransactionAccountType, "tbPlannedTransactionAccountType");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.tbPlannedTransactionAccountType, 2);
            this.tbPlannedTransactionAccountType.Name = "tbPlannedTransactionAccountType";
            this.tbPlannedTransactionAccountType.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbPlannedTransactionAccountType, resources.GetString("tbPlannedTransactionAccountType.ToolTip"));
            // 
            // tbPlannedTransactionAmount
            // 
            resources.ApplyResources(this.tbPlannedTransactionAmount, "tbPlannedTransactionAmount");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.tbPlannedTransactionAmount, 2);
            this.tbPlannedTransactionAmount.Name = "tbPlannedTransactionAmount";
            this.tbPlannedTransactionAmount.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbPlannedTransactionAmount, resources.GetString("tbPlannedTransactionAmount.ToolTip"));
            // 
            // tbPlannedTransactionRecurrency
            // 
            resources.ApplyResources(this.tbPlannedTransactionRecurrency, "tbPlannedTransactionRecurrency");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.tbPlannedTransactionRecurrency, 2);
            this.tbPlannedTransactionRecurrency.Name = "tbPlannedTransactionRecurrency";
            this.tbPlannedTransactionRecurrency.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbPlannedTransactionRecurrency, resources.GetString("tbPlannedTransactionRecurrency.ToolTip"));
            // 
            // tbPlannedTransactionTags
            // 
            resources.ApplyResources(this.tbPlannedTransactionTags, "tbPlannedTransactionTags");
            this.tlpPlannedTransactionDetails.SetColumnSpan(this.tbPlannedTransactionTags, 2);
            this.tbPlannedTransactionTags.Name = "tbPlannedTransactionTags";
            this.tbPlannedTransactionTags.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbPlannedTransactionTags, resources.GetString("tbPlannedTransactionTags.ToolTip"));
            // 
            // btnPlannedTransactionImplement
            // 
            resources.ApplyResources(this.btnPlannedTransactionImplement, "btnPlannedTransactionImplement");
            this.btnPlannedTransactionImplement.Image = global::easyMoney.Manager.Properties.Resources.table;
            this.btnPlannedTransactionImplement.Name = "btnPlannedTransactionImplement";
            this.toolTipMain.SetToolTip(this.btnPlannedTransactionImplement, resources.GetString("btnPlannedTransactionImplement.ToolTip"));
            this.btnPlannedTransactionImplement.UseVisualStyleBackColor = true;
            this.btnPlannedTransactionImplement.Click += new System.EventHandler(this.btnPlannedTransactionImplement_Click);
            // 
            // tlpTransactions
            // 
            resources.ApplyResources(tlpTransactions, "tlpTransactions");
            tlpTransactions.Controls.Add(gbTransactionList, 0, 0);
            tlpTransactions.Controls.Add(this.gbTransactionDetails, 2, 0);
            tlpTransactions.Name = "tlpTransactions";
            this.toolTipMain.SetToolTip(tlpTransactions, resources.GetString("tlpTransactions.ToolTip"));
            // 
            // gbTransactionList
            // 
            resources.ApplyResources(gbTransactionList, "gbTransactionList");
            tlpTransactions.SetColumnSpan(gbTransactionList, 2);
            gbTransactionList.Controls.Add(tlpTransactionList);
            gbTransactionList.Name = "gbTransactionList";
            gbTransactionList.TabStop = false;
            this.toolTipMain.SetToolTip(gbTransactionList, resources.GetString("gbTransactionList.ToolTip"));
            // 
            // tlpTransactionList
            // 
            resources.ApplyResources(tlpTransactionList, "tlpTransactionList");
            tlpTransactionList.Controls.Add(this.btnAddIncomeTransaction, 1, 2);
            tlpTransactionList.Controls.Add(this.lbTransactions, 0, 0);
            tlpTransactionList.Controls.Add(this.btnAddPaymentTransaction, 0, 2);
            tlpTransactionList.Controls.Add(this.cbTransactionsShowAll, 0, 1);
            tlpTransactionList.Name = "tlpTransactionList";
            this.toolTipMain.SetToolTip(tlpTransactionList, resources.GetString("tlpTransactionList.ToolTip"));
            // 
            // btnAddIncomeTransaction
            // 
            resources.ApplyResources(this.btnAddIncomeTransaction, "btnAddIncomeTransaction");
            this.btnAddIncomeTransaction.Image = global::easyMoney.Manager.Properties.Resources.coins;
            this.btnAddIncomeTransaction.Name = "btnAddIncomeTransaction";
            this.toolTipMain.SetToolTip(this.btnAddIncomeTransaction, resources.GetString("btnAddIncomeTransaction.ToolTip"));
            this.btnAddIncomeTransaction.UseVisualStyleBackColor = true;
            this.btnAddIncomeTransaction.Click += new System.EventHandler(this.btnAddTransaction_Click);
            // 
            // lbTransactions
            // 
            resources.ApplyResources(this.lbTransactions, "lbTransactions");
            tlpTransactionList.SetColumnSpan(this.lbTransactions, 2);
            this.lbTransactions.FormattingEnabled = true;
            this.lbTransactions.Name = "lbTransactions";
            this.toolTipMain.SetToolTip(this.lbTransactions, resources.GetString("lbTransactions.ToolTip"));
            this.lbTransactions.SelectedIndexChanged += new System.EventHandler(this.lbTransactions_SelectedIndexChanged);
            // 
            // btnAddPaymentTransaction
            // 
            resources.ApplyResources(this.btnAddPaymentTransaction, "btnAddPaymentTransaction");
            this.btnAddPaymentTransaction.Image = global::easyMoney.Manager.Properties.Resources.basket;
            this.btnAddPaymentTransaction.Name = "btnAddPaymentTransaction";
            this.toolTipMain.SetToolTip(this.btnAddPaymentTransaction, resources.GetString("btnAddPaymentTransaction.ToolTip"));
            this.btnAddPaymentTransaction.UseVisualStyleBackColor = true;
            this.btnAddPaymentTransaction.Click += new System.EventHandler(this.btnAddTransaction_Click);
            // 
            // cbTransactionsShowAll
            // 
            resources.ApplyResources(this.cbTransactionsShowAll, "cbTransactionsShowAll");
            tlpTransactionList.SetColumnSpan(this.cbTransactionsShowAll, 2);
            this.cbTransactionsShowAll.Name = "cbTransactionsShowAll";
            this.toolTipMain.SetToolTip(this.cbTransactionsShowAll, resources.GetString("cbTransactionsShowAll.ToolTip"));
            this.cbTransactionsShowAll.UseVisualStyleBackColor = true;
            this.cbTransactionsShowAll.CheckedChanged += new System.EventHandler(this.cbTransactionsShowAll_CheckedChanged);
            // 
            // gbTransactionDetails
            // 
            resources.ApplyResources(this.gbTransactionDetails, "gbTransactionDetails");
            tlpTransactions.SetColumnSpan(this.gbTransactionDetails, 2);
            this.gbTransactionDetails.Controls.Add(this.tlpTransactionDetails);
            this.gbTransactionDetails.Name = "gbTransactionDetails";
            this.gbTransactionDetails.TabStop = false;
            this.toolTipMain.SetToolTip(this.gbTransactionDetails, resources.GetString("gbTransactionDetails.ToolTip"));
            // 
            // tlpTransactionDetails
            // 
            resources.ApplyResources(this.tlpTransactionDetails, "tlpTransactionDetails");
            this.tlpTransactionDetails.Controls.Add(this.lblTransactionTags, 0, 14);
            this.tlpTransactionDetails.Controls.Add(this.tbTransactionDescription, 0, 11);
            this.tlpTransactionDetails.Controls.Add(this.lblTransactionDescription, 0, 10);
            this.tlpTransactionDetails.Controls.Add(this.lblTransactionAmount, 0, 8);
            this.tlpTransactionDetails.Controls.Add(this.lblTransactionAccount, 0, 6);
            this.tlpTransactionDetails.Controls.Add(this.lblTransactionType, 0, 0);
            this.tlpTransactionDetails.Controls.Add(this.lblTransactionTitle, 0, 4);
            this.tlpTransactionDetails.Controls.Add(this.lblTransactionDateTime, 0, 2);
            this.tlpTransactionDetails.Controls.Add(this.tbTransactionTitle, 0, 5);
            this.tlpTransactionDetails.Controls.Add(this.btnTransactionDelete, 1, 16);
            this.tlpTransactionDetails.Controls.Add(this.tbTransactionType, 0, 1);
            this.tlpTransactionDetails.Controls.Add(this.tbTransactionTime, 0, 3);
            this.tlpTransactionDetails.Controls.Add(this.tbTransactionAccount, 0, 7);
            this.tlpTransactionDetails.Controls.Add(this.tbTransactionAmount, 0, 9);
            this.tlpTransactionDetails.Controls.Add(this.tbTransactionTags, 0, 15);
            this.tlpTransactionDetails.Controls.Add(this.lblTransactionPlan, 0, 12);
            this.tlpTransactionDetails.Controls.Add(this.tbTransactionPlan, 0, 13);
            this.tlpTransactionDetails.Name = "tlpTransactionDetails";
            this.toolTipMain.SetToolTip(this.tlpTransactionDetails, resources.GetString("tlpTransactionDetails.ToolTip"));
            // 
            // lblTransactionTags
            // 
            resources.ApplyResources(this.lblTransactionTags, "lblTransactionTags");
            this.tlpTransactionDetails.SetColumnSpan(this.lblTransactionTags, 2);
            this.lblTransactionTags.Name = "lblTransactionTags";
            this.toolTipMain.SetToolTip(this.lblTransactionTags, resources.GetString("lblTransactionTags.ToolTip"));
            // 
            // tbTransactionDescription
            // 
            resources.ApplyResources(this.tbTransactionDescription, "tbTransactionDescription");
            this.tlpTransactionDetails.SetColumnSpan(this.tbTransactionDescription, 2);
            this.tbTransactionDescription.Name = "tbTransactionDescription";
            this.tbTransactionDescription.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbTransactionDescription, resources.GetString("tbTransactionDescription.ToolTip"));
            // 
            // lblTransactionDescription
            // 
            resources.ApplyResources(this.lblTransactionDescription, "lblTransactionDescription");
            this.tlpTransactionDetails.SetColumnSpan(this.lblTransactionDescription, 2);
            this.lblTransactionDescription.Name = "lblTransactionDescription";
            this.toolTipMain.SetToolTip(this.lblTransactionDescription, resources.GetString("lblTransactionDescription.ToolTip"));
            // 
            // lblTransactionAmount
            // 
            resources.ApplyResources(this.lblTransactionAmount, "lblTransactionAmount");
            this.tlpTransactionDetails.SetColumnSpan(this.lblTransactionAmount, 2);
            this.lblTransactionAmount.Name = "lblTransactionAmount";
            this.toolTipMain.SetToolTip(this.lblTransactionAmount, resources.GetString("lblTransactionAmount.ToolTip"));
            // 
            // lblTransactionAccount
            // 
            resources.ApplyResources(this.lblTransactionAccount, "lblTransactionAccount");
            this.tlpTransactionDetails.SetColumnSpan(this.lblTransactionAccount, 2);
            this.lblTransactionAccount.Name = "lblTransactionAccount";
            this.toolTipMain.SetToolTip(this.lblTransactionAccount, resources.GetString("lblTransactionAccount.ToolTip"));
            // 
            // lblTransactionType
            // 
            resources.ApplyResources(this.lblTransactionType, "lblTransactionType");
            this.tlpTransactionDetails.SetColumnSpan(this.lblTransactionType, 2);
            this.lblTransactionType.Name = "lblTransactionType";
            this.toolTipMain.SetToolTip(this.lblTransactionType, resources.GetString("lblTransactionType.ToolTip"));
            // 
            // lblTransactionTitle
            // 
            resources.ApplyResources(this.lblTransactionTitle, "lblTransactionTitle");
            this.tlpTransactionDetails.SetColumnSpan(this.lblTransactionTitle, 2);
            this.lblTransactionTitle.Name = "lblTransactionTitle";
            this.toolTipMain.SetToolTip(this.lblTransactionTitle, resources.GetString("lblTransactionTitle.ToolTip"));
            // 
            // lblTransactionDateTime
            // 
            resources.ApplyResources(this.lblTransactionDateTime, "lblTransactionDateTime");
            this.tlpTransactionDetails.SetColumnSpan(this.lblTransactionDateTime, 2);
            this.lblTransactionDateTime.Name = "lblTransactionDateTime";
            this.toolTipMain.SetToolTip(this.lblTransactionDateTime, resources.GetString("lblTransactionDateTime.ToolTip"));
            // 
            // tbTransactionTitle
            // 
            resources.ApplyResources(this.tbTransactionTitle, "tbTransactionTitle");
            this.tlpTransactionDetails.SetColumnSpan(this.tbTransactionTitle, 2);
            this.tbTransactionTitle.Name = "tbTransactionTitle";
            this.tbTransactionTitle.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbTransactionTitle, resources.GetString("tbTransactionTitle.ToolTip"));
            // 
            // btnTransactionDelete
            // 
            resources.ApplyResources(this.btnTransactionDelete, "btnTransactionDelete");
            this.btnTransactionDelete.Image = global::easyMoney.Manager.Properties.Resources.delete;
            this.btnTransactionDelete.Name = "btnTransactionDelete";
            this.toolTipMain.SetToolTip(this.btnTransactionDelete, resources.GetString("btnTransactionDelete.ToolTip"));
            this.btnTransactionDelete.UseVisualStyleBackColor = true;
            this.btnTransactionDelete.Click += new System.EventHandler(this.btnTransactionDelete_Click);
            // 
            // tbTransactionType
            // 
            resources.ApplyResources(this.tbTransactionType, "tbTransactionType");
            this.tlpTransactionDetails.SetColumnSpan(this.tbTransactionType, 2);
            this.tbTransactionType.Name = "tbTransactionType";
            this.tbTransactionType.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbTransactionType, resources.GetString("tbTransactionType.ToolTip"));
            // 
            // tbTransactionTime
            // 
            resources.ApplyResources(this.tbTransactionTime, "tbTransactionTime");
            this.tlpTransactionDetails.SetColumnSpan(this.tbTransactionTime, 2);
            this.tbTransactionTime.Name = "tbTransactionTime";
            this.tbTransactionTime.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbTransactionTime, resources.GetString("tbTransactionTime.ToolTip"));
            // 
            // tbTransactionAccount
            // 
            resources.ApplyResources(this.tbTransactionAccount, "tbTransactionAccount");
            this.tlpTransactionDetails.SetColumnSpan(this.tbTransactionAccount, 2);
            this.tbTransactionAccount.Name = "tbTransactionAccount";
            this.tbTransactionAccount.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbTransactionAccount, resources.GetString("tbTransactionAccount.ToolTip"));
            // 
            // tbTransactionAmount
            // 
            resources.ApplyResources(this.tbTransactionAmount, "tbTransactionAmount");
            this.tlpTransactionDetails.SetColumnSpan(this.tbTransactionAmount, 2);
            this.tbTransactionAmount.Name = "tbTransactionAmount";
            this.tbTransactionAmount.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbTransactionAmount, resources.GetString("tbTransactionAmount.ToolTip"));
            // 
            // tbTransactionTags
            // 
            resources.ApplyResources(this.tbTransactionTags, "tbTransactionTags");
            this.tlpTransactionDetails.SetColumnSpan(this.tbTransactionTags, 2);
            this.tbTransactionTags.Name = "tbTransactionTags";
            this.tbTransactionTags.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbTransactionTags, resources.GetString("tbTransactionTags.ToolTip"));
            // 
            // lblTransactionPlan
            // 
            resources.ApplyResources(this.lblTransactionPlan, "lblTransactionPlan");
            this.tlpTransactionDetails.SetColumnSpan(this.lblTransactionPlan, 2);
            this.lblTransactionPlan.Name = "lblTransactionPlan";
            this.toolTipMain.SetToolTip(this.lblTransactionPlan, resources.GetString("lblTransactionPlan.ToolTip"));
            // 
            // tbTransactionPlan
            // 
            resources.ApplyResources(this.tbTransactionPlan, "tbTransactionPlan");
            this.tlpTransactionDetails.SetColumnSpan(this.tbTransactionPlan, 2);
            this.tbTransactionPlan.Name = "tbTransactionPlan";
            this.tbTransactionPlan.ReadOnly = true;
            this.toolTipMain.SetToolTip(this.tbTransactionPlan, resources.GetString("tbTransactionPlan.ToolTip"));
            // 
            // tlpWelcome
            // 
            resources.ApplyResources(tlpWelcome, "tlpWelcome");
            tlpWelcome.Controls.Add(this.lblMonthPlannedTotals, 0, 3);
            tlpWelcome.Controls.Add(gbDebitAccounts, 0, 1);
            tlpWelcome.Controls.Add(this.lblMonthActualTotals, 1, 3);
            tlpWelcome.Controls.Add(gbCreditAccounts, 1, 1);
            tlpWelcome.Controls.Add(this.gbMonthPlans, 0, 2);
            tlpWelcome.Controls.Add(this.gbRecentTransactions, 1, 2);
            tlpWelcome.Controls.Add(this.tsMain, 0, 0);
            tlpWelcome.Name = "tlpWelcome";
            this.toolTipMain.SetToolTip(tlpWelcome, resources.GetString("tlpWelcome.ToolTip"));
            // 
            // lblMonthPlannedTotals
            // 
            resources.ApplyResources(this.lblMonthPlannedTotals, "lblMonthPlannedTotals");
            this.lblMonthPlannedTotals.Name = "lblMonthPlannedTotals";
            this.toolTipMain.SetToolTip(this.lblMonthPlannedTotals, resources.GetString("lblMonthPlannedTotals.ToolTip"));
            // 
            // gbDebitAccounts
            // 
            resources.ApplyResources(gbDebitAccounts, "gbDebitAccounts");
            gbDebitAccounts.Controls.Add(tlpAssets);
            gbDebitAccounts.Name = "gbDebitAccounts";
            gbDebitAccounts.TabStop = false;
            this.toolTipMain.SetToolTip(gbDebitAccounts, resources.GetString("gbDebitAccounts.ToolTip"));
            // 
            // tlpAssets
            // 
            resources.ApplyResources(tlpAssets, "tlpAssets");
            tlpAssets.Controls.Add(this.lblAssets, 1, 0);
            tlpAssets.Controls.Add(lblAssetsTitle, 0, 0);
            tlpAssets.Controls.Add(this.chartAssets, 0, 1);
            tlpAssets.Name = "tlpAssets";
            this.toolTipMain.SetToolTip(tlpAssets, resources.GetString("tlpAssets.ToolTip"));
            // 
            // lblAssets
            // 
            resources.ApplyResources(this.lblAssets, "lblAssets");
            this.lblAssets.ForeColor = System.Drawing.Color.Green;
            this.lblAssets.Name = "lblAssets";
            this.toolTipMain.SetToolTip(this.lblAssets, resources.GetString("lblAssets.ToolTip"));
            // 
            // lblAssetsTitle
            // 
            resources.ApplyResources(lblAssetsTitle, "lblAssetsTitle");
            lblAssetsTitle.Name = "lblAssetsTitle";
            this.toolTipMain.SetToolTip(lblAssetsTitle, resources.GetString("lblAssetsTitle.ToolTip"));
            // 
            // chartAssets
            // 
            resources.ApplyResources(this.chartAssets, "chartAssets");
            chartArea1.AxisX.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
            chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
            chartArea1.AxisX.MaximumAutoSize = 100F;
            chartArea1.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
            chartArea1.AxisY.LabelAutoFitMinFontSize = 8;
            chartArea1.AxisY.LabelStyle.Format = "N2";
            chartArea1.AxisY.LabelStyle.Interval = 0D;
            chartArea1.AxisY.LabelStyle.IntervalOffset = 0D;
            chartArea1.AxisY.LabelStyle.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea1.AxisY.LabelStyle.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
            chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
            chartArea1.AxisY.MaximumAutoSize = 100F;
            chartArea1.Name = "MainChartArea";
            this.chartAssets.ChartAreas.Add(chartArea1);
            tlpAssets.SetColumnSpan(this.chartAssets, 2);
            this.chartAssets.Name = "chartAssets";
            this.chartAssets.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Light;
            series1.ChartArea = "MainChartArea";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bar;
            series1.LabelToolTip = "#LABEL";
            series1.Legend = "Legend1";
            series1.Name = "Assets";
            series1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Light;
            series1.ShadowOffset = 1;
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String;
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            this.chartAssets.Series.Add(series1);
            this.chartAssets.TabStop = false;
            this.toolTipMain.SetToolTip(this.chartAssets, resources.GetString("chartAssets.ToolTip"));
            // 
            // lblMonthActualTotals
            // 
            resources.ApplyResources(this.lblMonthActualTotals, "lblMonthActualTotals");
            this.lblMonthActualTotals.AutoEllipsis = true;
            this.lblMonthActualTotals.Name = "lblMonthActualTotals";
            this.toolTipMain.SetToolTip(this.lblMonthActualTotals, resources.GetString("lblMonthActualTotals.ToolTip"));
            // 
            // gbCreditAccounts
            // 
            resources.ApplyResources(gbCreditAccounts, "gbCreditAccounts");
            gbCreditAccounts.Controls.Add(tlpDebts);
            gbCreditAccounts.Name = "gbCreditAccounts";
            gbCreditAccounts.TabStop = false;
            this.toolTipMain.SetToolTip(gbCreditAccounts, resources.GetString("gbCreditAccounts.ToolTip"));
            // 
            // tlpDebts
            // 
            resources.ApplyResources(tlpDebts, "tlpDebts");
            tlpDebts.Controls.Add(this.chartDebts, 0, 1);
            tlpDebts.Controls.Add(this.lblDebts, 1, 0);
            tlpDebts.Controls.Add(lblDebtsTitle, 0, 0);
            tlpDebts.Name = "tlpDebts";
            this.toolTipMain.SetToolTip(tlpDebts, resources.GetString("tlpDebts.ToolTip"));
            // 
            // chartDebts
            // 
            resources.ApplyResources(this.chartDebts, "chartDebts");
            chartArea2.AxisX.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea2.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
            chartArea2.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
            chartArea2.AxisX.MaximumAutoSize = 100F;
            chartArea2.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
            chartArea2.AxisY.LabelAutoFitMinFontSize = 8;
            chartArea2.AxisY.LabelStyle.Format = "N2";
            chartArea2.AxisY.LabelStyle.Interval = 0D;
            chartArea2.AxisY.LabelStyle.IntervalOffset = 0D;
            chartArea2.AxisY.LabelStyle.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY.LabelStyle.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
            chartArea2.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
            chartArea2.AxisY.MaximumAutoSize = 100F;
            chartArea2.Name = "MainChartArea";
            this.chartDebts.ChartAreas.Add(chartArea2);
            tlpDebts.SetColumnSpan(this.chartDebts, 2);
            this.chartDebts.Name = "chartDebts";
            this.chartDebts.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Light;
            series2.ChartArea = "MainChartArea";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bar;
            series2.LabelToolTip = "#LABEL";
            series2.Legend = "Legend1";
            series2.Name = "Assets";
            series2.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Light;
            series2.ShadowOffset = 1;
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String;
            series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            this.chartDebts.Series.Add(series2);
            this.chartDebts.TabStop = false;
            this.toolTipMain.SetToolTip(this.chartDebts, resources.GetString("chartDebts.ToolTip"));
            // 
            // lblDebts
            // 
            resources.ApplyResources(this.lblDebts, "lblDebts");
            this.lblDebts.ForeColor = System.Drawing.Color.Blue;
            this.lblDebts.Name = "lblDebts";
            this.toolTipMain.SetToolTip(this.lblDebts, resources.GetString("lblDebts.ToolTip"));
            // 
            // lblDebtsTitle
            // 
            resources.ApplyResources(lblDebtsTitle, "lblDebtsTitle");
            lblDebtsTitle.Name = "lblDebtsTitle";
            this.toolTipMain.SetToolTip(lblDebtsTitle, resources.GetString("lblDebtsTitle.ToolTip"));
            // 
            // gbMonthPlans
            // 
            resources.ApplyResources(this.gbMonthPlans, "gbMonthPlans");
            this.gbMonthPlans.Controls.Add(this.dgvPlans);
            this.gbMonthPlans.Name = "gbMonthPlans";
            this.gbMonthPlans.TabStop = false;
            this.toolTipMain.SetToolTip(this.gbMonthPlans, resources.GetString("gbMonthPlans.ToolTip"));
            // 
            // dgvPlans
            // 
            resources.ApplyResources(this.dgvPlans, "dgvPlans");
            this.dgvPlans.AllowUserToAddRows = false;
            this.dgvPlans.AllowUserToDeleteRows = false;
            this.dgvPlans.AllowUserToResizeRows = false;
            this.dgvPlans.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgvPlans.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            this.dgvPlans.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvPlans.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.dgvPlans.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPlans.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dgvcPlansDate,
            this.dgvcPlansTransactionType,
            this.dgvcPlansAmount,
            this.dgvcPlansTitle});
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvPlans.DefaultCellStyle = dataGridViewCellStyle10;
            this.dgvPlans.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dgvPlans.Name = "dgvPlans";
            this.dgvPlans.ReadOnly = true;
            this.dgvPlans.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvPlans.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
            this.dgvPlans.RowHeadersVisible = false;
            this.dgvPlans.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvPlans.ShowEditingIcon = false;
            this.toolTipMain.SetToolTip(this.dgvPlans, resources.GetString("dgvPlans.ToolTip"));
            this.dgvPlans.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPlans_CellContentDoubleClick);
            // 
            // dgvcPlansDate
            // 
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
            dataGridViewCellStyle7.Format = "d";
            this.dgvcPlansDate.DefaultCellStyle = dataGridViewCellStyle7;
            resources.ApplyResources(this.dgvcPlansDate, "dgvcPlansDate");
            this.dgvcPlansDate.Name = "dgvcPlansDate";
            this.dgvcPlansDate.ReadOnly = true;
            // 
            // dgvcPlansTransactionType
            // 
            resources.ApplyResources(this.dgvcPlansTransactionType, "dgvcPlansTransactionType");
            this.dgvcPlansTransactionType.Name = "dgvcPlansTransactionType";
            this.dgvcPlansTransactionType.ReadOnly = true;
            // 
            // dgvcPlansAmount
            // 
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
            this.dgvcPlansAmount.DefaultCellStyle = dataGridViewCellStyle8;
            resources.ApplyResources(this.dgvcPlansAmount, "dgvcPlansAmount");
            this.dgvcPlansAmount.Name = "dgvcPlansAmount";
            this.dgvcPlansAmount.ReadOnly = true;
            // 
            // dgvcPlansTitle
            // 
            this.dgvcPlansTitle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
            this.dgvcPlansTitle.DefaultCellStyle = dataGridViewCellStyle9;
            resources.ApplyResources(this.dgvcPlansTitle, "dgvcPlansTitle");
            this.dgvcPlansTitle.Name = "dgvcPlansTitle";
            this.dgvcPlansTitle.ReadOnly = true;
            // 
            // gbRecentTransactions
            // 
            resources.ApplyResources(this.gbRecentTransactions, "gbRecentTransactions");
            this.gbRecentTransactions.Controls.Add(this.dgvRecentTransactions);
            this.gbRecentTransactions.Name = "gbRecentTransactions";
            this.gbRecentTransactions.TabStop = false;
            this.toolTipMain.SetToolTip(this.gbRecentTransactions, resources.GetString("gbRecentTransactions.ToolTip"));
            // 
            // dgvRecentTransactions
            // 
            resources.ApplyResources(this.dgvRecentTransactions, "dgvRecentTransactions");
            this.dgvRecentTransactions.AllowUserToAddRows = false;
            this.dgvRecentTransactions.AllowUserToDeleteRows = false;
            this.dgvRecentTransactions.AllowUserToResizeRows = false;
            this.dgvRecentTransactions.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgvRecentTransactions.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            this.dgvRecentTransactions.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvRecentTransactions.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
            this.dgvRecentTransactions.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvRecentTransactions.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dgvcRecentDate,
            this.dgvcRecentTransactionType,
            this.dgvcRecentAmount,
            this.dgvcRecentTitle});
            dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvRecentTransactions.DefaultCellStyle = dataGridViewCellStyle16;
            this.dgvRecentTransactions.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dgvRecentTransactions.Name = "dgvRecentTransactions";
            this.dgvRecentTransactions.ReadOnly = true;
            this.dgvRecentTransactions.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvRecentTransactions.RowHeadersDefaultCellStyle = dataGridViewCellStyle17;
            this.dgvRecentTransactions.RowHeadersVisible = false;
            this.dgvRecentTransactions.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvRecentTransactions.ShowEditingIcon = false;
            this.toolTipMain.SetToolTip(this.dgvRecentTransactions, resources.GetString("dgvRecentTransactions.ToolTip"));
            this.dgvRecentTransactions.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRecentTransactions_CellContentDoubleClick);
            // 
            // dgvcRecentDate
            // 
            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
            dataGridViewCellStyle13.Format = "d";
            this.dgvcRecentDate.DefaultCellStyle = dataGridViewCellStyle13;
            resources.ApplyResources(this.dgvcRecentDate, "dgvcRecentDate");
            this.dgvcRecentDate.Name = "dgvcRecentDate";
            this.dgvcRecentDate.ReadOnly = true;
            // 
            // dgvcRecentTransactionType
            // 
            resources.ApplyResources(this.dgvcRecentTransactionType, "dgvcRecentTransactionType");
            this.dgvcRecentTransactionType.Name = "dgvcRecentTransactionType";
            this.dgvcRecentTransactionType.ReadOnly = true;
            // 
            // dgvcRecentAmount
            // 
            dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
            this.dgvcRecentAmount.DefaultCellStyle = dataGridViewCellStyle14;
            resources.ApplyResources(this.dgvcRecentAmount, "dgvcRecentAmount");
            this.dgvcRecentAmount.Name = "dgvcRecentAmount";
            this.dgvcRecentAmount.ReadOnly = true;
            // 
            // dgvcRecentTitle
            // 
            this.dgvcRecentTitle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
            this.dgvcRecentTitle.DefaultCellStyle = dataGridViewCellStyle15;
            resources.ApplyResources(this.dgvcRecentTitle, "dgvcRecentTitle");
            this.dgvcRecentTitle.Name = "dgvcRecentTitle";
            this.dgvcRecentTitle.ReadOnly = true;
            // 
            // tsMain
            // 
            resources.ApplyResources(this.tsMain, "tsMain");
            tlpWelcome.SetColumnSpan(this.tsMain, 2);
            this.tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsddbNewTransaction,
            this.tsddbNewPlan,
            this.tsbMonthBalance,
            tssSeparator,
            tslSearch,
            this.tsstbSearchString,
            this.tsbSearch});
            this.tsMain.Name = "tsMain";
            this.tsMain.TabStop = true;
            this.toolTipMain.SetToolTip(this.tsMain, resources.GetString("tsMain.ToolTip"));
            // 
            // tsddbNewTransaction
            // 
            resources.ApplyResources(this.tsddbNewTransaction, "tsddbNewTransaction");
            this.tsddbNewTransaction.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiNewPaymentTransaction,
            this.tsmiNewIncomeTransaction});
            this.tsddbNewTransaction.Image = global::easyMoney.Manager.Properties.Resources.application_form;
            this.tsddbNewTransaction.Name = "tsddbNewTransaction";
            // 
            // tsmiNewPaymentTransaction
            // 
            resources.ApplyResources(this.tsmiNewPaymentTransaction, "tsmiNewPaymentTransaction");
            this.tsmiNewPaymentTransaction.Image = global::easyMoney.Manager.Properties.Resources.basket;
            this.tsmiNewPaymentTransaction.Name = "tsmiNewPaymentTransaction";
            // 
            // tsmiNewIncomeTransaction
            // 
            resources.ApplyResources(this.tsmiNewIncomeTransaction, "tsmiNewIncomeTransaction");
            this.tsmiNewIncomeTransaction.Image = global::easyMoney.Manager.Properties.Resources.coins;
            this.tsmiNewIncomeTransaction.Name = "tsmiNewIncomeTransaction";
            // 
            // tsddbNewPlan
            // 
            resources.ApplyResources(this.tsddbNewPlan, "tsddbNewPlan");
            this.tsddbNewPlan.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiPlanAPayment,
            this.tsmiPlanAnIncome});
            this.tsddbNewPlan.Image = global::easyMoney.Manager.Properties.Resources.note;
            this.tsddbNewPlan.Name = "tsddbNewPlan";
            // 
            // tsmiPlanAPayment
            // 
            resources.ApplyResources(this.tsmiPlanAPayment, "tsmiPlanAPayment");
            this.tsmiPlanAPayment.Image = global::easyMoney.Manager.Properties.Resources.basket_add;
            this.tsmiPlanAPayment.Name = "tsmiPlanAPayment";
            // 
            // tsmiPlanAnIncome
            // 
            resources.ApplyResources(this.tsmiPlanAnIncome, "tsmiPlanAnIncome");
            this.tsmiPlanAnIncome.Image = global::easyMoney.Manager.Properties.Resources.coins_add;
            this.tsmiPlanAnIncome.Name = "tsmiPlanAnIncome";
            // 
            // tsbMonthBalance
            // 
            resources.ApplyResources(this.tsbMonthBalance, "tsbMonthBalance");
            this.tsbMonthBalance.Image = global::easyMoney.Manager.Properties.Resources.calendar;
            this.tsbMonthBalance.Name = "tsbMonthBalance";
            this.tsbMonthBalance.Click += new System.EventHandler(this.tsbMonthBalance_Click);
            // 
            // tssSeparator
            // 
            resources.ApplyResources(tssSeparator, "tssSeparator");
            tssSeparator.Name = "tssSeparator";
            // 
            // tslSearch
            // 
            resources.ApplyResources(tslSearch, "tslSearch");
            tslSearch.Name = "tslSearch";
            // 
            // tsstbSearchString
            // 
            resources.ApplyResources(this.tsstbSearchString, "tsstbSearchString");
            this.tsstbSearchString.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.tsstbSearchString.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.tsstbSearchString.Name = "tsstbSearchString";
            this.tsstbSearchString.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tsstbSearchString_KeyDown);
            // 
            // tsbSearch
            // 
            resources.ApplyResources(this.tsbSearch, "tsbSearch");
            this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbSearch.Image = global::easyMoney.Manager.Properties.Resources.magnifier;
            this.tsbSearch.Name = "tsbSearch";
            this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
            // 
            // imageListTabs
            // 
            this.imageListTabs.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
            resources.ApplyResources(this.imageListTabs, "imageListTabs");
            this.imageListTabs.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // cmsSearchResults
            // 
            resources.ApplyResources(this.cmsSearchResults, "cmsSearchResults");
            this.cmsSearchResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiOpenResult,
            this.tsmiEditResult,
            this.tsmiAccountBalanceCorrection,
            this.tsmiSubmitPlanTransaction,
            this.tssSearchResultsSeparator,
            this.tsmiDeleteResult});
            this.cmsSearchResults.Name = "cmsSearchResults";
            this.toolTipMain.SetToolTip(this.cmsSearchResults, resources.GetString("cmsSearchResults.ToolTip"));
            this.cmsSearchResults.Opening += new System.ComponentModel.CancelEventHandler(this.cmsSearchResults_Opening);
            // 
            // tsmiOpenResult
            // 
            resources.ApplyResources(this.tsmiOpenResult, "tsmiOpenResult");
            this.tsmiOpenResult.Name = "tsmiOpenResult";
            this.tsmiOpenResult.Click += new System.EventHandler(this.tsmiOpenResult_Click);
            // 
            // tsmiEditResult
            // 
            resources.ApplyResources(this.tsmiEditResult, "tsmiEditResult");
            this.tsmiEditResult.Image = global::easyMoney.Manager.Properties.Resources.pencil;
            this.tsmiEditResult.Name = "tsmiEditResult";
            this.tsmiEditResult.Click += new System.EventHandler(this.tsmiEditResult_Click);
            // 
            // tsmiAccountBalanceCorrection
            // 
            resources.ApplyResources(this.tsmiAccountBalanceCorrection, "tsmiAccountBalanceCorrection");
            this.tsmiAccountBalanceCorrection.Image = global::easyMoney.Manager.Properties.Resources.calculator;
            this.tsmiAccountBalanceCorrection.Name = "tsmiAccountBalanceCorrection";
            this.tsmiAccountBalanceCorrection.Click += new System.EventHandler(this.tsmiAccountBalanceCorrection_Click);
            // 
            // tsmiSubmitPlanTransaction
            // 
            resources.ApplyResources(this.tsmiSubmitPlanTransaction, "tsmiSubmitPlanTransaction");
            this.tsmiSubmitPlanTransaction.Image = global::easyMoney.Manager.Properties.Resources.application_form;
            this.tsmiSubmitPlanTransaction.Name = "tsmiSubmitPlanTransaction";
            this.tsmiSubmitPlanTransaction.Click += new System.EventHandler(this.tsmiSubmitPlanTransaction_Click);
            // 
            // tssSearchResultsSeparator
            // 
            resources.ApplyResources(this.tssSearchResultsSeparator, "tssSearchResultsSeparator");
            this.tssSearchResultsSeparator.Name = "tssSearchResultsSeparator";
            // 
            // tsmiDeleteResult
            // 
            resources.ApplyResources(this.tsmiDeleteResult, "tsmiDeleteResult");
            this.tsmiDeleteResult.Image = global::easyMoney.Manager.Properties.Resources.delete;
            this.tsmiDeleteResult.Name = "tsmiDeleteResult";
            this.tsmiDeleteResult.Click += new System.EventHandler(this.tsmiDeleteResult_Click);
            // 
            // cmsTag
            // 
            resources.ApplyResources(this.cmsTag, "cmsTag");
            this.cmsTag.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiShowTagUsages,
            this.tsmiRenameTag,
            tssTagSeparator,
            this.tsmiDeleteTag});
            this.cmsTag.Name = "cmsTag";
            this.toolTipMain.SetToolTip(this.cmsTag, resources.GetString("cmsTag.ToolTip"));
            // 
            // tsmiShowTagUsages
            // 
            resources.ApplyResources(this.tsmiShowTagUsages, "tsmiShowTagUsages");
            this.tsmiShowTagUsages.Image = global::easyMoney.Manager.Properties.Resources.table_multiple;
            this.tsmiShowTagUsages.Name = "tsmiShowTagUsages";
            this.tsmiShowTagUsages.Click += new System.EventHandler(this.tsmiShowTagUsages_Click);
            // 
            // tsmiRenameTag
            // 
            resources.ApplyResources(this.tsmiRenameTag, "tsmiRenameTag");
            this.tsmiRenameTag.Image = global::easyMoney.Manager.Properties.Resources.pencil;
            this.tsmiRenameTag.Name = "tsmiRenameTag";
            this.tsmiRenameTag.Click += new System.EventHandler(this.tsmiRenameTag_Click);
            // 
            // tsmiDeleteTag
            // 
            resources.ApplyResources(this.tsmiDeleteTag, "tsmiDeleteTag");
            this.tsmiDeleteTag.Image = global::easyMoney.Manager.Properties.Resources.delete;
            this.tsmiDeleteTag.Name = "tsmiDeleteTag";
            this.tsmiDeleteTag.Click += new System.EventHandler(this.tsmiDeleteTag_Click);
            // 
            // BottomToolStripPanel
            // 
            resources.ApplyResources(this.BottomToolStripPanel, "BottomToolStripPanel");
            this.BottomToolStripPanel.Name = "BottomToolStripPanel";
            this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.toolTipMain.SetToolTip(this.BottomToolStripPanel, resources.GetString("BottomToolStripPanel.ToolTip"));
            // 
            // TopToolStripPanel
            // 
            resources.ApplyResources(this.TopToolStripPanel, "TopToolStripPanel");
            this.TopToolStripPanel.Name = "TopToolStripPanel";
            this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.toolTipMain.SetToolTip(this.TopToolStripPanel, resources.GetString("TopToolStripPanel.ToolTip"));
            // 
            // RightToolStripPanel
            // 
            resources.ApplyResources(this.RightToolStripPanel, "RightToolStripPanel");
            this.RightToolStripPanel.Name = "RightToolStripPanel";
            this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.toolTipMain.SetToolTip(this.RightToolStripPanel, resources.GetString("RightToolStripPanel.ToolTip"));
            // 
            // LeftToolStripPanel
            // 
            resources.ApplyResources(this.LeftToolStripPanel, "LeftToolStripPanel");
            this.LeftToolStripPanel.Name = "LeftToolStripPanel";
            this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.toolTipMain.SetToolTip(this.LeftToolStripPanel, resources.GetString("LeftToolStripPanel.ToolTip"));
            // 
            // ContentPanel
            // 
            resources.ApplyResources(this.ContentPanel, "ContentPanel");
            this.toolTipMain.SetToolTip(this.ContentPanel, resources.GetString("ContentPanel.ToolTip"));
            // 
            // tabsMain
            // 
            resources.ApplyResources(this.tabsMain, "tabsMain");
            this.tabsMain.Controls.Add(this.tabWelcome);
            this.tabsMain.Controls.Add(this.tabTransactions);
            this.tabsMain.Controls.Add(this.tabPlannedTransactions);
            this.tabsMain.Controls.Add(this.tabAccounts);
            this.tabsMain.Controls.Add(this.tabReports);
            this.tabsMain.Controls.Add(this.tabSearch);
            this.tabsMain.Controls.Add(this.tabSettings);
            this.tabsMain.Controls.Add(this.tabAbout);
            this.tabsMain.ImageList = this.imageListTabs;
            this.tabsMain.Name = "tabsMain";
            this.tabsMain.SelectedIndex = 0;
            this.tabsMain.TabStop = false;
            this.toolTipMain.SetToolTip(this.tabsMain, resources.GetString("tabsMain.ToolTip"));
            this.tabsMain.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabsMain_Selecting);
            // 
            // tabWelcome
            // 
            resources.ApplyResources(this.tabWelcome, "tabWelcome");
            this.tabWelcome.Controls.Add(tlpWelcome);
            this.tabWelcome.Name = "tabWelcome";
            this.toolTipMain.SetToolTip(this.tabWelcome, resources.GetString("tabWelcome.ToolTip"));
            this.tabWelcome.UseVisualStyleBackColor = true;
            // 
            // tabTransactions
            // 
            resources.ApplyResources(this.tabTransactions, "tabTransactions");
            this.tabTransactions.Controls.Add(tlpTransactions);
            this.tabTransactions.Name = "tabTransactions";
            this.toolTipMain.SetToolTip(this.tabTransactions, resources.GetString("tabTransactions.ToolTip"));
            this.tabTransactions.UseVisualStyleBackColor = true;
            // 
            // tabPlannedTransactions
            // 
            resources.ApplyResources(this.tabPlannedTransactions, "tabPlannedTransactions");
            this.tabPlannedTransactions.Controls.Add(tlpPlans);
            this.tabPlannedTransactions.Name = "tabPlannedTransactions";
            this.toolTipMain.SetToolTip(this.tabPlannedTransactions, resources.GetString("tabPlannedTransactions.ToolTip"));
            this.tabPlannedTransactions.UseVisualStyleBackColor = true;
            // 
            // tabAccounts
            // 
            resources.ApplyResources(this.tabAccounts, "tabAccounts");
            this.tabAccounts.Controls.Add(tlpAccounts);
            this.tabAccounts.Name = "tabAccounts";
            this.toolTipMain.SetToolTip(this.tabAccounts, resources.GetString("tabAccounts.ToolTip"));
            this.tabAccounts.UseVisualStyleBackColor = true;
            // 
            // tabReports
            // 
            resources.ApplyResources(this.tabReports, "tabReports");
            this.tabReports.Controls.Add(tlpReports);
            this.tabReports.Name = "tabReports";
            this.toolTipMain.SetToolTip(this.tabReports, resources.GetString("tabReports.ToolTip"));
            this.tabReports.UseVisualStyleBackColor = true;
            // 
            // tabSearch
            // 
            resources.ApplyResources(this.tabSearch, "tabSearch");
            this.tabSearch.Controls.Add(this.scSearchTabSplit);
            this.tabSearch.Name = "tabSearch";
            this.toolTipMain.SetToolTip(this.tabSearch, resources.GetString("tabSearch.ToolTip"));
            this.tabSearch.UseVisualStyleBackColor = true;
            // 
            // tabSettings
            // 
            resources.ApplyResources(this.tabSettings, "tabSettings");
            this.tabSettings.Controls.Add(tlpSettings);
            this.tabSettings.Name = "tabSettings";
            this.toolTipMain.SetToolTip(this.tabSettings, resources.GetString("tabSettings.ToolTip"));
            this.tabSettings.UseVisualStyleBackColor = true;
            // 
            // tabAbout
            // 
            resources.ApplyResources(this.tabAbout, "tabAbout");
            this.tabAbout.Controls.Add(tlpAbout);
            this.tabAbout.Name = "tabAbout";
            this.toolTipMain.SetToolTip(this.tabAbout, resources.GetString("tabAbout.ToolTip"));
            this.tabAbout.UseVisualStyleBackColor = true;
            // 
            // bgwUpdateCheck
            // 
            this.bgwUpdateCheck.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwUpdateCheck_DoWork);
            this.bgwUpdateCheck.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwUpdateCheck_RunWorkerCompleted);
            // 
            // fdOpenData
            // 
            resources.ApplyResources(this.fdOpenData, "fdOpenData");
            // 
            // fdSaveData
            // 
            resources.ApplyResources(this.fdSaveData, "fdSaveData");
            // 
            // MainApplicationForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabsMain);
            this.KeyPreview = true;
            this.Name = "MainApplicationForm";
            this.toolTipMain.SetToolTip(this, resources.GetString("$this.ToolTip"));
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainApplicationForm_FormClosing);
            this.Load += new System.EventHandler(this.MainApplicationForm_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainApplicationForm_KeyDown);
            this.scSearchTabSplit.Panel1.ResumeLayout(false);
            this.scSearchTabSplit.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scSearchTabSplit)).EndInit();
            this.scSearchTabSplit.ResumeLayout(false);
            gbTags.ResumeLayout(false);
            gbSearch.ResumeLayout(false);
            tlpSearchResults.ResumeLayout(false);
            tlpSearchResults.PerformLayout();
            this.tsSearch.ResumeLayout(false);
            this.tsSearch.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvSearchResults)).EndInit();
            tlpAbout.ResumeLayout(false);
            gbLogo.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            gbThirdPartyComponents.ResumeLayout(false);
            tlpThirdPartyComponents.ResumeLayout(false);
            tlpThirdPartyComponents.PerformLayout();
            gbVersionInfo.ResumeLayout(false);
            tlpVersions.ResumeLayout(false);
            tlpVersions.PerformLayout();
            gbActions.ResumeLayout(false);
            this.tlpMaintenanceActions.ResumeLayout(false);
            this.tlpMaintenanceActions.PerformLayout();
            tlpSettings.ResumeLayout(false);
            gbUISettings.ResumeLayout(false);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            gbCustomMetadata.ResumeLayout(false);
            tlpCustomMetadata.ResumeLayout(false);
            tlpCustomMetadata.PerformLayout();
            gbPortableSettings.ResumeLayout(false);
            tlpPortabilitySettings.ResumeLayout(false);
            tlpPortabilitySettings.PerformLayout();
            gbConnectivity.ResumeLayout(false);
            tlpConnectivityOptions.ResumeLayout(false);
            tlpConnectivityOptions.PerformLayout();
            tlpReports.ResumeLayout(false);
            gbReportList.ResumeLayout(false);
            gbExternalReports.ResumeLayout(false);
            tlpExternalReports.ResumeLayout(false);
            tlpExternalReports.PerformLayout();
            gbReportParemeters.ResumeLayout(false);
            this.tlpReportParameters.ResumeLayout(false);
            tlpAccounts.ResumeLayout(false);
            gbAccountList.ResumeLayout(false);
            tlpAccountList.ResumeLayout(false);
            tlpAccountList.PerformLayout();
            this.gbAccountDetails.ResumeLayout(false);
            this.tlpAccountDetails.ResumeLayout(false);
            this.tlpAccountDetails.PerformLayout();
            tlpPlans.ResumeLayout(false);
            gbPlannedTransactionList.ResumeLayout(false);
            tlpPlannedTransactionList.ResumeLayout(false);
            tlpPlannedTransactionList.PerformLayout();
            this.gbPlannedTransactionDetails.ResumeLayout(false);
            this.tlpPlannedTransactionDetails.ResumeLayout(false);
            this.tlpPlannedTransactionDetails.PerformLayout();
            tlpTransactions.ResumeLayout(false);
            gbTransactionList.ResumeLayout(false);
            tlpTransactionList.ResumeLayout(false);
            tlpTransactionList.PerformLayout();
            this.gbTransactionDetails.ResumeLayout(false);
            this.tlpTransactionDetails.ResumeLayout(false);
            this.tlpTransactionDetails.PerformLayout();
            tlpWelcome.ResumeLayout(false);
            tlpWelcome.PerformLayout();
            gbDebitAccounts.ResumeLayout(false);
            tlpAssets.ResumeLayout(false);
            tlpAssets.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartAssets)).EndInit();
            gbCreditAccounts.ResumeLayout(false);
            tlpDebts.ResumeLayout(false);
            tlpDebts.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartDebts)).EndInit();
            this.gbMonthPlans.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvPlans)).EndInit();
            this.gbRecentTransactions.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvRecentTransactions)).EndInit();
            this.tsMain.ResumeLayout(false);
            this.tsMain.PerformLayout();
            this.cmsSearchResults.ResumeLayout(false);
            this.cmsTag.ResumeLayout(false);
            this.tabsMain.ResumeLayout(false);
            this.tabWelcome.ResumeLayout(false);
            this.tabTransactions.ResumeLayout(false);
            this.tabPlannedTransactions.ResumeLayout(false);
            this.tabAccounts.ResumeLayout(false);
            this.tabReports.ResumeLayout(false);
            this.tabSearch.ResumeLayout(false);
            this.tabSettings.ResumeLayout(false);
            this.tabAbout.ResumeLayout(false);
            this.ResumeLayout(false);

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

        }
		// TODO-Linux: AutoCompletion is not implemented in Mono
		private void InitializeComponent()
		{
			System.Windows.Forms.Label label1;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PhraseSubstitutionsDlg));
			System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
			System.Windows.Forms.Label label3;
			System.Windows.Forms.Label lblSuffix;
			System.Windows.Forms.Label label2;
			System.Windows.Forms.Label lblRes;
			System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
			System.Windows.Forms.Label label4;
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
			this.m_numTimesToMatch = new System.Windows.Forms.NumericUpDown();
			this.m_btnMatchSingleWord = new System.Windows.Forms.Button();
			this.m_txtMatchPrefix = new System.Windows.Forms.TextBox();
			this.m_txtMatchSuffix = new System.Windows.Forms.TextBox();
			this.m_cboMatchGroup = new System.Windows.Forms.ComboBox();
			this.btnOk = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.m_dataGridView = new System.Windows.Forms.DataGridView();
			this.colMatch = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.colReplacement = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.colIsRegEx = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.colMatchCase = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.m_regexMatchHelper = new System.Windows.Forms.Panel();
			this.m_grpPreview = new System.Windows.Forms.GroupBox();
			this.m_lblResult = new System.Windows.Forms.Label();
			this.m_cboPreviewQuestion = new System.Windows.Forms.ComboBox();
			this.m_regexReplacementHelper = new System.Windows.Forms.Panel();
			label1 = new System.Windows.Forms.Label();
			tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			label3 = new System.Windows.Forms.Label();
			lblSuffix = new System.Windows.Forms.Label();
			label2 = new System.Windows.Forms.Label();
			lblRes = new System.Windows.Forms.Label();
			tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
			label4 = new System.Windows.Forms.Label();
			tableLayoutPanel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.m_numTimesToMatch)).BeginInit();
			tableLayoutPanel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.m_dataGridView)).BeginInit();
			this.m_regexMatchHelper.SuspendLayout();
			this.m_grpPreview.SuspendLayout();
			this.m_regexReplacementHelper.SuspendLayout();
			this.SuspendLayout();
			//
			// label1
			//
			resources.ApplyResources(label1, "label1");
			label1.Name = "label1";
			//
			// tableLayoutPanel1
			//
			resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
			tableLayoutPanel1.Controls.Add(this.m_numTimesToMatch, 1, 3);
			tableLayoutPanel1.Controls.Add(this.m_btnMatchSingleWord, 0, 0);
			tableLayoutPanel1.Controls.Add(label3, 0, 3);
			tableLayoutPanel1.Controls.Add(this.m_txtMatchPrefix, 1, 1);
			tableLayoutPanel1.Controls.Add(this.m_txtMatchSuffix, 1, 2);
			tableLayoutPanel1.Controls.Add(lblSuffix, 0, 2);
			tableLayoutPanel1.Controls.Add(label2, 0, 1);
			tableLayoutPanel1.Name = "tableLayoutPanel1";
			//
			// m_numTimesToMatch
			//
			resources.ApplyResources(this.m_numTimesToMatch, "m_numTimesToMatch");
			this.m_numTimesToMatch.Minimum = new decimal(new int[] {
			1,
			0,
			0,
			0});
			this.m_numTimesToMatch.Name = "m_numTimesToMatch";
			this.m_numTimesToMatch.Value = new decimal(new int[] {
			1,
			0,
			0,
			0});
			this.m_numTimesToMatch.ValueChanged += new System.EventHandler(this.m_numTimesToMatch_ValueChanged);
			//
			// m_btnMatchSingleWord
			//
			tableLayoutPanel1.SetColumnSpan(this.m_btnMatchSingleWord, 2);
			resources.ApplyResources(this.m_btnMatchSingleWord, "m_btnMatchSingleWord");
			this.m_btnMatchSingleWord.Name = "m_btnMatchSingleWord";
			this.m_btnMatchSingleWord.UseVisualStyleBackColor = true;
			this.m_btnMatchSingleWord.Click += new System.EventHandler(this.m_btnMatchSingleWord_Click);
			//
			// label3
			//
			resources.ApplyResources(label3, "label3");
			label3.Name = "label3";
			//
			// m_txtMatchPrefix
			//
			resources.ApplyResources(this.m_txtMatchPrefix, "m_txtMatchPrefix");
			this.m_txtMatchPrefix.Name = "m_txtMatchPrefix";
			this.m_txtMatchPrefix.TextChanged += new System.EventHandler(this.SuffixOrPrefixChanged);
			//
			// m_txtMatchSuffix
			//
			this.m_txtMatchSuffix.AcceptsTab = true;
			resources.ApplyResources(this.m_txtMatchSuffix, "m_txtMatchSuffix");
			this.m_txtMatchSuffix.Name = "m_txtMatchSuffix";
			this.m_txtMatchSuffix.TextChanged += new System.EventHandler(this.SuffixOrPrefixChanged);
			//
			// lblSuffix
			//
			resources.ApplyResources(lblSuffix, "lblSuffix");
			lblSuffix.Name = "lblSuffix";
			//
			// label2
			//
			resources.ApplyResources(label2, "label2");
			label2.Name = "label2";
			//
			// lblRes
			//
			resources.ApplyResources(lblRes, "lblRes");
			lblRes.Name = "lblRes";
			//
			// tableLayoutPanel2
			//
			resources.ApplyResources(tableLayoutPanel2, "tableLayoutPanel2");
			tableLayoutPanel2.Controls.Add(label4, 0, 0);
			tableLayoutPanel2.Controls.Add(this.m_cboMatchGroup, 1, 0);
			tableLayoutPanel2.Name = "tableLayoutPanel2";
			//
			// label4
			//
			resources.ApplyResources(label4, "label4");
			label4.Name = "label4";
			//
			// m_cboMatchGroup
			//
			this.m_cboMatchGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.m_cboMatchGroup.FormattingEnabled = true;
			this.m_cboMatchGroup.Items.AddRange(new object[] {
			resources.GetString("m_cboMatchGroup.Items")});
			resources.ApplyResources(this.m_cboMatchGroup, "m_cboMatchGroup");
			this.m_cboMatchGroup.Name = "m_cboMatchGroup";
			this.m_cboMatchGroup.SelectedIndexChanged += new System.EventHandler(this.m_cboMatchGroup_SelectedIndexChanged);
			//
			// btnOk
			//
			resources.ApplyResources(this.btnOk, "btnOk");
			this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.btnOk.Name = "btnOk";
			this.btnOk.UseVisualStyleBackColor = true;
			//
			// btnCancel
			//
			resources.ApplyResources(this.btnCancel, "btnCancel");
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.UseVisualStyleBackColor = true;
			//
			// m_dataGridView
			//
			resources.ApplyResources(this.m_dataGridView, "m_dataGridView");
			this.m_dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.m_dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
			this.colMatch,
			this.colReplacement,
			this.colIsRegEx,
			this.colMatchCase});
			this.m_dataGridView.Name = "m_dataGridView";
			this.m_dataGridView.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dataGridView_CellValueChanged);
			this.m_dataGridView.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dataGridView_RowEnter);
			this.m_dataGridView.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.m_dataGridView_EditingControlShowing);
			this.m_dataGridView.CurrentCellChanged += new System.EventHandler(this.m_dataGridView_CurrentCellChanged);
			//
			// colMatch
			//
			this.colMatch.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			resources.ApplyResources(this.colMatch, "colMatch");
			this.colMatch.Name = "colMatch";
			//
			// colReplacement
			//
			this.colReplacement.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
			resources.ApplyResources(this.colReplacement, "colReplacement");
			this.colReplacement.Name = "colReplacement";
			//
			// colIsRegEx
			//
			this.colIsRegEx.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle1.NullValue = false;
			this.colIsRegEx.DefaultCellStyle = dataGridViewCellStyle1;
			resources.ApplyResources(this.colIsRegEx, "colIsRegEx");
			this.colIsRegEx.Name = "colIsRegEx";
			//
			// colMatchCase
			//
			dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle2.NullValue = false;
			this.colMatchCase.DefaultCellStyle = dataGridViewCellStyle2;
			resources.ApplyResources(this.colMatchCase, "colMatchCase");
			this.colMatchCase.Name = "colMatchCase";
			//
			// m_regexMatchHelper
			//
			this.m_regexMatchHelper.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
			resources.ApplyResources(this.m_regexMatchHelper, "m_regexMatchHelper");
			this.m_regexMatchHelper.Controls.Add(tableLayoutPanel1);
			this.m_regexMatchHelper.Name = "m_regexMatchHelper";
			//
			// m_grpPreview
			//
			resources.ApplyResources(this.m_grpPreview, "m_grpPreview");
			this.m_grpPreview.Controls.Add(this.m_lblResult);
			this.m_grpPreview.Controls.Add(lblRes);
			this.m_grpPreview.Controls.Add(this.m_cboPreviewQuestion);
			this.m_grpPreview.Name = "m_grpPreview";
			this.m_grpPreview.TabStop = false;
			//
			// m_lblResult
			//
			resources.ApplyResources(this.m_lblResult, "m_lblResult");
			this.m_lblResult.AutoEllipsis = true;
			this.m_lblResult.Name = "m_lblResult";
			//
			// m_cboPreviewQuestion
			//
			resources.ApplyResources(this.m_cboPreviewQuestion, "m_cboPreviewQuestion");
			this.m_cboPreviewQuestion.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.m_cboPreviewQuestion.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
			this.m_cboPreviewQuestion.FormattingEnabled = true;
			this.m_cboPreviewQuestion.Name = "m_cboPreviewQuestion";
			this.m_cboPreviewQuestion.TextChanged += new System.EventHandler(this.UpdatePreview);
			//
			// m_regexReplacementHelper
			//
			this.m_regexReplacementHelper.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
			resources.ApplyResources(this.m_regexReplacementHelper, "m_regexReplacementHelper");
			this.m_regexReplacementHelper.Controls.Add(tableLayoutPanel2);
			this.m_regexReplacementHelper.Name = "m_regexReplacementHelper";
			//
			// PhraseSubstitutionsDlg
			//
			this.AcceptButton = this.btnOk;
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.btnCancel;
			this.Controls.Add(this.m_regexReplacementHelper);
			this.Controls.Add(this.m_grpPreview);
			this.Controls.Add(this.m_regexMatchHelper);
			this.Controls.Add(this.m_dataGridView);
			this.Controls.Add(label1);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnOk);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "PhraseSubstitutionsDlg";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			tableLayoutPanel1.ResumeLayout(false);
			tableLayoutPanel1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.m_numTimesToMatch)).EndInit();
			tableLayoutPanel2.ResumeLayout(false);
			tableLayoutPanel2.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.m_dataGridView)).EndInit();
			this.m_regexMatchHelper.ResumeLayout(false);
			this.m_regexMatchHelper.PerformLayout();
			this.m_grpPreview.ResumeLayout(false);
			this.m_grpPreview.PerformLayout();
			this.m_regexReplacementHelper.ResumeLayout(false);
			this.m_regexReplacementHelper.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Beispiel #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.TableLayoutPanel tableLayoutPanel1;
     this.labelPrompt    = new System.Windows.Forms.Label();
     this.buttonCancel   = new System.Windows.Forms.Button();
     this.buttonOk       = new System.Windows.Forms.Button();
     this.textBoxValue   = new System.Windows.Forms.TextBox();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     tableLayoutPanel1   = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 5;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     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.Absolute, 10F));
     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.Absolute, 11F));
     tableLayoutPanel1.Controls.Add(this.labelPrompt, 1, 1);
     tableLayoutPanel1.Controls.Add(this.buttonCancel, 3, 5);
     tableLayoutPanel1.Controls.Add(this.buttonOk, 1, 5);
     tableLayoutPanel1.Controls.Add(this.textBoxValue, 1, 3);
     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, 10F));
     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, 5F));
     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, 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, 10F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(361, 170);
     tableLayoutPanel1.TabIndex = 3;
     //
     // labelPrompt
     //
     tableLayoutPanel1.SetColumnSpan(this.labelPrompt, 3);
     this.labelPrompt.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelPrompt.Location  = new System.Drawing.Point(13, 10);
     this.labelPrompt.Name      = "labelPrompt";
     this.labelPrompt.Size      = new System.Drawing.Size(334, 65);
     this.labelPrompt.TabIndex  = 2;
     this.labelPrompt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(188, 133);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(75, 24);
     this.buttonCancel.TabIndex                = 2;
     this.buttonCancel.Text                    = "Отмена";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click                  += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonOk
     //
     this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOk.Location = new System.Drawing.Point(97, 133);
     this.buttonOk.Name     = "buttonOk";
     this.buttonOk.Size     = new System.Drawing.Size(75, 24);
     this.buttonOk.TabIndex = 1;
     this.buttonOk.Text     = "ОК";
     this.buttonOk.UseVisualStyleBackColor = true;
     this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
     //
     // textBoxValue
     //
     tableLayoutPanel1.SetColumnSpan(this.textBoxValue, 3);
     this.textBoxValue.Dock      = System.Windows.Forms.DockStyle.Top;
     this.textBoxValue.Location  = new System.Drawing.Point(13, 83);
     this.textBoxValue.Name      = "textBoxValue";
     this.textBoxValue.Size      = new System.Drawing.Size(334, 20);
     this.textBoxValue.TabIndex  = 0;
     this.textBoxValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkRate        = 125;
     this.errorProvider1.ContainerControl = this;
     //
     // FormAskTableValue
     //
     this.AcceptButton        = this.buttonOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(361, 170);
     this.Controls.Add(tableLayoutPanel1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormAskTableValue";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Text          = "Необходимо табличное значение…";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel table;
            System.Windows.Forms.Label cursorMovementLabel;
            System.Windows.Forms.Label cursorRepeatRateLabel;
            System.Windows.Forms.Label multiheightToggleLabel;
            System.Windows.Forms.Label menuCursorSpeedLabel;
            System.Windows.Forms.Label messageSpeedLabel;
            System.Windows.Forms.Label soundLabel;
            this.cursorMovement = new System.Windows.Forms.ComboBox();
            this.cursorRepeatRate = new System.Windows.Forms.ComboBox();
            this.multiheightToggleRate = new System.Windows.Forms.ComboBox();
            this.menuCursorSpeed = new System.Windows.Forms.ComboBox();
            this.messageSpeed = new System.Windows.Forms.ComboBox();
            this.displayAbilityNames = new System.Windows.Forms.CheckBox();
            this.displayEffectMessages = new System.Windows.Forms.CheckBox();
            this.displayEarnedExpJp = new System.Windows.Forms.CheckBox();
            this.targetColors = new System.Windows.Forms.CheckBox();
            this.displayUnequippableItems = new System.Windows.Forms.CheckBox();
            this.optimizeOnJobChange = new System.Windows.Forms.CheckBox();
            this.sound = new System.Windows.Forms.ComboBox();
            this.battlePrompts = new System.Windows.Forms.CheckBox();
            table = new System.Windows.Forms.TableLayoutPanel();
            cursorMovementLabel = new System.Windows.Forms.Label();
            cursorRepeatRateLabel = new System.Windows.Forms.Label();
            multiheightToggleLabel = new System.Windows.Forms.Label();
            menuCursorSpeedLabel = new System.Windows.Forms.Label();
            messageSpeedLabel = new System.Windows.Forms.Label();
            soundLabel = new System.Windows.Forms.Label();
            table.SuspendLayout();
            this.SuspendLayout();
            // 
            // table
            // 
            table.ColumnCount = 2;
            table.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle( System.Windows.Forms.SizeType.Percent, 55.23013F ) );
            table.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle( System.Windows.Forms.SizeType.Percent, 44.76987F ) );
            table.Controls.Add( this.cursorMovement, 1, 0 );
            table.Controls.Add( this.cursorRepeatRate, 1, 1 );
            table.Controls.Add( this.multiheightToggleRate, 1, 2 );
            table.Controls.Add( this.menuCursorSpeed, 1, 3 );
            table.Controls.Add( this.messageSpeed, 1, 4 );
            table.Controls.Add( this.displayAbilityNames, 0, 6 );
            table.Controls.Add( this.displayEffectMessages, 0, 7 );
            table.Controls.Add( this.displayEarnedExpJp, 0, 8 );
            table.Controls.Add( this.targetColors, 0, 9 );
            table.Controls.Add( this.displayUnequippableItems, 0, 10 );
            table.Controls.Add( this.optimizeOnJobChange, 0, 11 );
            table.Controls.Add( this.sound, 1, 12 );
            table.Controls.Add( cursorMovementLabel, 0, 0 );
            table.Controls.Add( cursorRepeatRateLabel, 0, 1 );
            table.Controls.Add( multiheightToggleLabel, 0, 2 );
            table.Controls.Add( menuCursorSpeedLabel, 0, 3 );
            table.Controls.Add( messageSpeedLabel, 0, 4 );
            table.Controls.Add( soundLabel, 0, 12 );
            table.Controls.Add( this.battlePrompts, 0, 5 );
            table.Dock = System.Windows.Forms.DockStyle.Top;
            table.Location = new System.Drawing.Point( 0, 0 );
            table.Name = "table";
            table.RowCount = 13;
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.RowStyles.Add( new System.Windows.Forms.RowStyle() );
            table.Size = new System.Drawing.Size( 460, 324 );
            table.TabIndex = 0;
            // 
            // cursorMovement
            // 
            this.cursorMovement.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cursorMovement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cursorMovement.FormattingEnabled = true;
            this.cursorMovement.Location = new System.Drawing.Point( 257, 3 );
            this.cursorMovement.Name = "cursorMovement";
            this.cursorMovement.Size = new System.Drawing.Size( 200, 21 );
            this.cursorMovement.TabIndex = 0;
            // 
            // cursorRepeatRate
            // 
            this.cursorRepeatRate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cursorRepeatRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cursorRepeatRate.FormattingEnabled = true;
            this.cursorRepeatRate.Location = new System.Drawing.Point( 257, 30 );
            this.cursorRepeatRate.Name = "cursorRepeatRate";
            this.cursorRepeatRate.Size = new System.Drawing.Size( 200, 21 );
            this.cursorRepeatRate.TabIndex = 1;
            // 
            // multiheightToggleRate
            // 
            this.multiheightToggleRate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.multiheightToggleRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.multiheightToggleRate.FormattingEnabled = true;
            this.multiheightToggleRate.Location = new System.Drawing.Point( 257, 57 );
            this.multiheightToggleRate.Name = "multiheightToggleRate";
            this.multiheightToggleRate.Size = new System.Drawing.Size( 200, 21 );
            this.multiheightToggleRate.TabIndex = 2;
            // 
            // menuCursorSpeed
            // 
            this.menuCursorSpeed.Dock = System.Windows.Forms.DockStyle.Fill;
            this.menuCursorSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.menuCursorSpeed.FormattingEnabled = true;
            this.menuCursorSpeed.Location = new System.Drawing.Point( 257, 84 );
            this.menuCursorSpeed.Name = "menuCursorSpeed";
            this.menuCursorSpeed.Size = new System.Drawing.Size( 200, 21 );
            this.menuCursorSpeed.TabIndex = 3;
            // 
            // messageSpeed
            // 
            this.messageSpeed.Dock = System.Windows.Forms.DockStyle.Fill;
            this.messageSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.messageSpeed.FormattingEnabled = true;
            this.messageSpeed.Location = new System.Drawing.Point( 257, 111 );
            this.messageSpeed.Name = "messageSpeed";
            this.messageSpeed.Size = new System.Drawing.Size( 200, 21 );
            this.messageSpeed.TabIndex = 4;
            // 
            // displayAbilityNames
            // 
            this.displayAbilityNames.AutoSize = true;
            table.SetColumnSpan( this.displayAbilityNames, 2 );
            this.displayAbilityNames.Dock = System.Windows.Forms.DockStyle.Fill;
            this.displayAbilityNames.Location = new System.Drawing.Point( 3, 161 );
            this.displayAbilityNames.Name = "displayAbilityNames";
            this.displayAbilityNames.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.displayAbilityNames.Size = new System.Drawing.Size( 454, 17 );
            this.displayAbilityNames.TabIndex = 6;
            this.displayAbilityNames.Text = "Display Ability Names";
            this.displayAbilityNames.UseVisualStyleBackColor = true;
            // 
            // displayEffectMessages
            // 
            this.displayEffectMessages.AutoSize = true;
            table.SetColumnSpan( this.displayEffectMessages, 2 );
            this.displayEffectMessages.Dock = System.Windows.Forms.DockStyle.Fill;
            this.displayEffectMessages.Location = new System.Drawing.Point( 3, 184 );
            this.displayEffectMessages.Name = "displayEffectMessages";
            this.displayEffectMessages.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.displayEffectMessages.Size = new System.Drawing.Size( 454, 17 );
            this.displayEffectMessages.TabIndex = 7;
            this.displayEffectMessages.Text = "Display Effect Messages";
            this.displayEffectMessages.UseVisualStyleBackColor = true;
            // 
            // displayEarnedExpJp
            // 
            this.displayEarnedExpJp.AutoSize = true;
            table.SetColumnSpan( this.displayEarnedExpJp, 2 );
            this.displayEarnedExpJp.Dock = System.Windows.Forms.DockStyle.Fill;
            this.displayEarnedExpJp.Location = new System.Drawing.Point( 3, 207 );
            this.displayEarnedExpJp.Name = "displayEarnedExpJp";
            this.displayEarnedExpJp.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.displayEarnedExpJp.Size = new System.Drawing.Size( 454, 17 );
            this.displayEarnedExpJp.TabIndex = 8;
            this.displayEarnedExpJp.Text = "Display Earned EXP/JP";
            this.displayEarnedExpJp.UseVisualStyleBackColor = true;
            // 
            // targetColors
            // 
            this.targetColors.AutoSize = true;
            table.SetColumnSpan( this.targetColors, 2 );
            this.targetColors.Dock = System.Windows.Forms.DockStyle.Fill;
            this.targetColors.Location = new System.Drawing.Point( 3, 230 );
            this.targetColors.Name = "targetColors";
            this.targetColors.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.targetColors.Size = new System.Drawing.Size( 454, 17 );
            this.targetColors.TabIndex = 9;
            this.targetColors.Text = "Target Colors";
            this.targetColors.UseVisualStyleBackColor = true;
            // 
            // displayUnequippableItems
            // 
            this.displayUnequippableItems.AutoSize = true;
            table.SetColumnSpan( this.displayUnequippableItems, 2 );
            this.displayUnequippableItems.Dock = System.Windows.Forms.DockStyle.Fill;
            this.displayUnequippableItems.Location = new System.Drawing.Point( 3, 253 );
            this.displayUnequippableItems.Name = "displayUnequippableItems";
            this.displayUnequippableItems.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.displayUnequippableItems.Size = new System.Drawing.Size( 454, 17 );
            this.displayUnequippableItems.TabIndex = 10;
            this.displayUnequippableItems.Text = "Display Unequippable Items";
            this.displayUnequippableItems.UseVisualStyleBackColor = true;
            // 
            // optimizeOnJobChange
            // 
            this.optimizeOnJobChange.AutoSize = true;
            table.SetColumnSpan( this.optimizeOnJobChange, 2 );
            this.optimizeOnJobChange.Dock = System.Windows.Forms.DockStyle.Fill;
            this.optimizeOnJobChange.Location = new System.Drawing.Point( 3, 276 );
            this.optimizeOnJobChange.Name = "optimizeOnJobChange";
            this.optimizeOnJobChange.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.optimizeOnJobChange.Size = new System.Drawing.Size( 454, 17 );
            this.optimizeOnJobChange.TabIndex = 11;
            this.optimizeOnJobChange.Text = "Optimize on Job Change";
            this.optimizeOnJobChange.UseVisualStyleBackColor = true;
            // 
            // sound
            // 
            this.sound.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sound.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sound.FormattingEnabled = true;
            this.sound.Location = new System.Drawing.Point( 257, 299 );
            this.sound.Name = "sound";
            this.sound.Size = new System.Drawing.Size( 200, 21 );
            this.sound.TabIndex = 12;
            // 
            // cursorMovementLabel
            // 
            cursorMovementLabel.AutoSize = true;
            cursorMovementLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            cursorMovementLabel.Location = new System.Drawing.Point( 3, 0 );
            cursorMovementLabel.Name = "cursorMovementLabel";
            cursorMovementLabel.Size = new System.Drawing.Size( 248, 27 );
            cursorMovementLabel.TabIndex = 13;
            cursorMovementLabel.Text = "Cursor Movement";
            cursorMovementLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cursorRepeatRateLabel
            // 
            cursorRepeatRateLabel.AutoSize = true;
            cursorRepeatRateLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            cursorRepeatRateLabel.Location = new System.Drawing.Point( 3, 27 );
            cursorRepeatRateLabel.Name = "cursorRepeatRateLabel";
            cursorRepeatRateLabel.Size = new System.Drawing.Size( 248, 27 );
            cursorRepeatRateLabel.TabIndex = 14;
            cursorRepeatRateLabel.Text = "Cursor Repeat Rate";
            cursorRepeatRateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // multiheightToggleLabel
            // 
            multiheightToggleLabel.AutoSize = true;
            multiheightToggleLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            multiheightToggleLabel.Location = new System.Drawing.Point( 3, 54 );
            multiheightToggleLabel.Name = "multiheightToggleLabel";
            multiheightToggleLabel.Size = new System.Drawing.Size( 248, 27 );
            multiheightToggleLabel.TabIndex = 15;
            multiheightToggleLabel.Text = "Multi-height Toggle Rate";
            multiheightToggleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // menuCursorSpeedLabel
            // 
            menuCursorSpeedLabel.AutoSize = true;
            menuCursorSpeedLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            menuCursorSpeedLabel.Location = new System.Drawing.Point( 3, 81 );
            menuCursorSpeedLabel.Name = "menuCursorSpeedLabel";
            menuCursorSpeedLabel.Size = new System.Drawing.Size( 248, 27 );
            menuCursorSpeedLabel.TabIndex = 16;
            menuCursorSpeedLabel.Text = "Menu Cursor Speed";
            menuCursorSpeedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // messageSpeedLabel
            // 
            messageSpeedLabel.AutoSize = true;
            messageSpeedLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            messageSpeedLabel.Location = new System.Drawing.Point( 3, 108 );
            messageSpeedLabel.Name = "messageSpeedLabel";
            messageSpeedLabel.Size = new System.Drawing.Size( 248, 27 );
            messageSpeedLabel.TabIndex = 17;
            messageSpeedLabel.Text = "Message Speed";
            messageSpeedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // soundLabel
            // 
            soundLabel.AutoSize = true;
            soundLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            soundLabel.Location = new System.Drawing.Point( 3, 296 );
            soundLabel.Name = "soundLabel";
            soundLabel.Size = new System.Drawing.Size( 248, 28 );
            soundLabel.TabIndex = 18;
            soundLabel.Text = "Sound";
            soundLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // battlePrompts
            // 
            this.battlePrompts.AutoSize = true;
            table.SetColumnSpan( this.battlePrompts, 2 );
            this.battlePrompts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.battlePrompts.Location = new System.Drawing.Point( 3, 138 );
            this.battlePrompts.Name = "battlePrompts";
            this.battlePrompts.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.battlePrompts.Size = new System.Drawing.Size( 454, 17 );
            this.battlePrompts.TabIndex = 5;
            this.battlePrompts.Text = "Battle Prompts";
            this.battlePrompts.UseVisualStyleBackColor = true;
            // 
            // OptionsEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add( table );
            this.Name = "OptionsEditor";
            this.Size = new System.Drawing.Size( 460, 363 );
            table.ResumeLayout( false );
            table.PerformLayout();
            this.ResumeLayout( false );

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.Label            label1;
     this.OptGenerateDXF = new System.Windows.Forms.CheckBox();
     this.ExcelFilePath  = new System.Windows.Forms.TextBox();
     this.BtnBrowse      = new System.Windows.Forms.Button();
     this.DlgOpenFile    = new System.Windows.Forms.OpenFileDialog();
     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());
     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.OptGenerateDXF, 0, 1);
     tableLayoutPanel1.Controls.Add(label1, 0, 0);
     tableLayoutPanel1.Controls.Add(this.ExcelFilePath, 1, 0);
     tableLayoutPanel1.Controls.Add(this.BtnBrowse, 2, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(301, 239);
     tableLayoutPanel1.TabIndex = 0;
     //
     // OptGenerateDXF
     //
     this.OptGenerateDXF.AutoSize = true;
     tableLayoutPanel1.SetColumnSpan(this.OptGenerateDXF, 2);
     this.OptGenerateDXF.Location = new System.Drawing.Point(3, 35);
     this.OptGenerateDXF.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.OptGenerateDXF.Name     = "OptGenerateDXF";
     this.OptGenerateDXF.Size     = new System.Drawing.Size(138, 17);
     this.OptGenerateDXF.TabIndex = 0;
     this.OptGenerateDXF.Text     = "Generate AutoCad DXF";
     this.OptGenerateDXF.UseVisualStyleBackColor = true;
     this.OptGenerateDXF.Visible         = false;
     this.OptGenerateDXF.CheckedChanged += new System.EventHandler(this.OptGenerateDXF_CheckedChanged);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 6);
     label1.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(55, 13);
     label1.TabIndex = 1;
     label1.Text     = "Excel File:";
     //
     // ExcelFilePath
     //
     this.ExcelFilePath.Dock         = System.Windows.Forms.DockStyle.Top;
     this.ExcelFilePath.Location     = new System.Drawing.Point(64, 3);
     this.ExcelFilePath.Name         = "ExcelFilePath";
     this.ExcelFilePath.Size         = new System.Drawing.Size(202, 20);
     this.ExcelFilePath.TabIndex     = 2;
     this.ExcelFilePath.TextChanged += new System.EventHandler(this.ExcelFilePath_TextChanged);
     //
     // BtnBrowse
     //
     this.BtnBrowse.AutoSize                = true;
     this.BtnBrowse.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BtnBrowse.Location                = new System.Drawing.Point(272, 3);
     this.BtnBrowse.Name                    = "BtnBrowse";
     this.BtnBrowse.Size                    = new System.Drawing.Size(26, 23);
     this.BtnBrowse.TabIndex                = 3;
     this.BtnBrowse.Text                    = "...";
     this.BtnBrowse.UseVisualStyleBackColor = true;
     this.BtnBrowse.Click                  += new System.EventHandler(this.BtnBrowse_Click);
     //
     // DlgOpenFile
     //
     this.DlgOpenFile.CheckFileExists = false;
     this.DlgOpenFile.CheckPathExists = false;
     this.DlgOpenFile.DefaultExt      = "csv";
     this.DlgOpenFile.Filter          = "Comma Separated Value files (*.csv)|*.csv|All files (*.*)|*.*";
     //
     // SheetMetalEstimator
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "SheetMetalEstimator";
     this.Size = new System.Drawing.Size(301, 239);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TabControl tabControl1;
            System.Windows.Forms.SplitContainer splitContainer1;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
            System.Windows.Forms.SplitContainer splitContainer2;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
            System.Windows.Forms.Panel panel1;
            System.Windows.Forms.Label label1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkspaceTester));
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.buttonInstall = new System.Windows.Forms.Button();
            this.buttonCreateEnvironment = new System.Windows.Forms.Button();
            this.textInstall = new System.Windows.Forms.TextBox();
            this.textResultInstall = new System.Windows.Forms.TextBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.comboSelf = new System.Windows.Forms.ComboBox();
            this.buttonEvalExpression = new System.Windows.Forms.Button();
            this.buttonJitExpression = new System.Windows.Forms.Button();
            this.textEvaluate = new System.Windows.Forms.TextBox();
            this.textResultEvaluate = new System.Windows.Forms.TextBox();
            tabControl1 = new System.Windows.Forms.TabControl();
            splitContainer1 = new System.Windows.Forms.SplitContainer();
            tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            splitContainer2 = new System.Windows.Forms.SplitContainer();
            tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            panel1 = new System.Windows.Forms.Panel();
            label1 = new System.Windows.Forms.Label();
            tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
            splitContainer1.Panel1.SuspendLayout();
            splitContainer1.Panel2.SuspendLayout();
            splitContainer1.SuspendLayout();
            tableLayoutPanel3.SuspendLayout();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
            splitContainer2.Panel1.SuspendLayout();
            splitContainer2.Panel2.SuspendLayout();
            splitContainer2.SuspendLayout();
            tableLayoutPanel4.SuspendLayout();
            panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            tabControl1.Controls.Add(this.tabPage1);
            tabControl1.Controls.Add(this.tabPage2);
            tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            tabControl1.Location = new System.Drawing.Point(0, 0);
            tabControl1.Name = "tabControl1";
            tabControl1.SelectedIndex = 0;
            tabControl1.Size = new System.Drawing.Size(852, 389);
            tabControl1.TabIndex = 1;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(splitContainer1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(844, 363);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Install";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // splitContainer1
            // 
            splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            splitContainer1.Location = new System.Drawing.Point(3, 3);
            splitContainer1.Name = "splitContainer1";
            splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            splitContainer1.Panel1.Controls.Add(tableLayoutPanel3);
            // 
            // splitContainer1.Panel2
            // 
            splitContainer1.Panel2.Controls.Add(this.textResultInstall);
            splitContainer1.Size = new System.Drawing.Size(838, 357);
            splitContainer1.SplitterDistance = 230;
            splitContainer1.TabIndex = 0;
            // 
            // tableLayoutPanel3
            // 
            tableLayoutPanel3.ColumnCount = 2;
            tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel3.Controls.Add(this.buttonInstall, 1, 1);
            tableLayoutPanel3.Controls.Add(this.buttonCreateEnvironment, 0, 1);
            tableLayoutPanel3.Controls.Add(this.textInstall, 0, 0);
            tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel3.Name = "tableLayoutPanel3";
            tableLayoutPanel3.RowCount = 2;
            tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel3.Size = new System.Drawing.Size(838, 230);
            tableLayoutPanel3.TabIndex = 0;
            // 
            // buttonInstall
            // 
            this.buttonInstall.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonInstall.Location = new System.Drawing.Point(422, 203);
            this.buttonInstall.Name = "buttonInstall";
            this.buttonInstall.Size = new System.Drawing.Size(413, 24);
            this.buttonInstall.TabIndex = 8;
            this.buttonInstall.Text = "Install";
            this.buttonInstall.UseVisualStyleBackColor = true;
            this.buttonInstall.Click += new System.EventHandler(this.buttonInstall_Click);
            // 
            // buttonCreateEnvironment
            // 
            this.buttonCreateEnvironment.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonCreateEnvironment.Location = new System.Drawing.Point(3, 203);
            this.buttonCreateEnvironment.Name = "buttonCreateEnvironment";
            this.buttonCreateEnvironment.Size = new System.Drawing.Size(413, 24);
            this.buttonCreateEnvironment.TabIndex = 7;
            this.buttonCreateEnvironment.Text = "New Env.";
            this.buttonCreateEnvironment.UseVisualStyleBackColor = true;
            this.buttonCreateEnvironment.Click += new System.EventHandler(this.buttonCreateEnvironment_Click);
            // 
            // textInstall
            // 
            this.textInstall.AcceptsTab = true;
            this.textInstall.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            tableLayoutPanel3.SetColumnSpan(this.textInstall, 2);
            this.textInstall.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textInstall.HideSelection = false;
            this.textInstall.Location = new System.Drawing.Point(3, 3);
            this.textInstall.Multiline = true;
            this.textInstall.Name = "textInstall";
            this.textInstall.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textInstall.Size = new System.Drawing.Size(832, 194);
            this.textInstall.TabIndex = 6;
            // 
            // textResultInstall
            // 
            this.textResultInstall.AcceptsTab = true;
            this.textResultInstall.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textResultInstall.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textResultInstall.HideSelection = false;
            this.textResultInstall.Location = new System.Drawing.Point(0, 0);
            this.textResultInstall.Multiline = true;
            this.textResultInstall.Name = "textResultInstall";
            this.textResultInstall.ReadOnly = true;
            this.textResultInstall.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textResultInstall.Size = new System.Drawing.Size(838, 123);
            this.textResultInstall.TabIndex = 7;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(splitContainer2);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(844, 363);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Evaluate";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // splitContainer2
            // 
            splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            splitContainer2.Location = new System.Drawing.Point(3, 3);
            splitContainer2.Name = "splitContainer2";
            splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            splitContainer2.Panel1.Controls.Add(tableLayoutPanel4);
            // 
            // splitContainer2.Panel2
            // 
            splitContainer2.Panel2.Controls.Add(this.textResultEvaluate);
            splitContainer2.Size = new System.Drawing.Size(838, 357);
            splitContainer2.SplitterDistance = 214;
            splitContainer2.TabIndex = 0;
            // 
            // tableLayoutPanel4
            // 
            tableLayoutPanel4.ColumnCount = 3;
            tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            tableLayoutPanel4.Controls.Add(panel1, 2, 1);
            tableLayoutPanel4.Controls.Add(this.buttonEvalExpression, 1, 1);
            tableLayoutPanel4.Controls.Add(this.buttonJitExpression, 0, 1);
            tableLayoutPanel4.Controls.Add(this.textEvaluate, 0, 0);
            tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel4.Name = "tableLayoutPanel4";
            tableLayoutPanel4.RowCount = 2;
            tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel4.Size = new System.Drawing.Size(838, 214);
            tableLayoutPanel4.TabIndex = 0;
            // 
            // panel1
            // 
            panel1.Controls.Add(this.comboSelf);
            panel1.Controls.Add(label1);
            panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            panel1.Location = new System.Drawing.Point(561, 187);
            panel1.Name = "panel1";
            panel1.Size = new System.Drawing.Size(274, 24);
            panel1.TabIndex = 10;
            // 
            // comboSelf
            // 
            this.comboSelf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.comboSelf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboSelf.FormattingEnabled = true;
            this.comboSelf.Items.AddRange(new object[] {
            "nil",
            "result"});
            this.comboSelf.Location = new System.Drawing.Point(35, 3);
            this.comboSelf.Name = "comboSelf";
            this.comboSelf.Size = new System.Drawing.Size(236, 21);
            this.comboSelf.TabIndex = 1;
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 6);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(26, 13);
            label1.TabIndex = 0;
            label1.Text = "self:";
            // 
            // buttonEvalExpression
            // 
            this.buttonEvalExpression.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonEvalExpression.Location = new System.Drawing.Point(282, 187);
            this.buttonEvalExpression.Name = "buttonEvalExpression";
            this.buttonEvalExpression.Size = new System.Drawing.Size(273, 24);
            this.buttonEvalExpression.TabIndex = 9;
            this.buttonEvalExpression.Text = "Eval Expression";
            this.buttonEvalExpression.UseVisualStyleBackColor = true;
            this.buttonEvalExpression.Click += new System.EventHandler(this.buttonEvalExpression_Click);
            // 
            // buttonJitExpression
            // 
            this.buttonJitExpression.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonJitExpression.Location = new System.Drawing.Point(3, 187);
            this.buttonJitExpression.Name = "buttonJitExpression";
            this.buttonJitExpression.Size = new System.Drawing.Size(273, 24);
            this.buttonJitExpression.TabIndex = 8;
            this.buttonJitExpression.Text = "JIT Expression";
            this.buttonJitExpression.UseVisualStyleBackColor = true;
            this.buttonJitExpression.Click += new System.EventHandler(this.buttonJitExpression_Click);
            // 
            // textEvaluate
            // 
            this.textEvaluate.AcceptsTab = true;
            this.textEvaluate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            tableLayoutPanel4.SetColumnSpan(this.textEvaluate, 3);
            this.textEvaluate.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textEvaluate.HideSelection = false;
            this.textEvaluate.Location = new System.Drawing.Point(3, 3);
            this.textEvaluate.Multiline = true;
            this.textEvaluate.Name = "textEvaluate";
            this.textEvaluate.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textEvaluate.Size = new System.Drawing.Size(832, 178);
            this.textEvaluate.TabIndex = 7;
            // 
            // textResultEvaluate
            // 
            this.textResultEvaluate.AcceptsTab = true;
            this.textResultEvaluate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textResultEvaluate.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textResultEvaluate.HideSelection = false;
            this.textResultEvaluate.Location = new System.Drawing.Point(0, 0);
            this.textResultEvaluate.Multiline = true;
            this.textResultEvaluate.Name = "textResultEvaluate";
            this.textResultEvaluate.ReadOnly = true;
            this.textResultEvaluate.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textResultEvaluate.Size = new System.Drawing.Size(838, 139);
            this.textResultEvaluate.TabIndex = 8;
            // 
            // WorkspaceTester
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(852, 389);
            this.Controls.Add(tabControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "WorkspaceTester";
            this.Text = "Compiler / Installer / Code Generator - Tester";
            this.Load += new System.EventHandler(this.WorkspaceTester_Load);
            tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            splitContainer1.Panel1.ResumeLayout(false);
            splitContainer1.Panel2.ResumeLayout(false);
            splitContainer1.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
            splitContainer1.ResumeLayout(false);
            tableLayoutPanel3.ResumeLayout(false);
            tableLayoutPanel3.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            splitContainer2.Panel1.ResumeLayout(false);
            splitContainer2.Panel2.ResumeLayout(false);
            splitContainer2.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit();
            splitContainer2.ResumeLayout(false);
            tableLayoutPanel4.ResumeLayout(false);
            tableLayoutPanel4.PerformLayout();
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            this.ResumeLayout(false);

        }
Beispiel #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.TableLayoutPanel tableLayoutPanel2;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
     this.listView_RunningJobs = new System.Windows.Forms.ListView();
     this.JobName                               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.JobDuration                           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label2                                = new System.Windows.Forms.Label();
     this.btnRefreshRunningJobs                 = new System.Windows.Forms.Button();
     this.pnlDetails                            = new System.Windows.Forms.Panel();
     this.label3                                = new System.Windows.Forms.Label();
     this.btnRunJobNow                          = new System.Windows.Forms.Button();
     this.btnPause                              = new System.Windows.Forms.Button();
     this.btnDeleteJob                          = new System.Windows.Forms.Button();
     this.btnEdit                               = new System.Windows.Forms.Button();
     this.jobGroupsTreeView                     = new System.Windows.Forms.TreeView();
     this.label1                                = new System.Windows.Forms.Label();
     this.btnRefreshJobGroups                   = new System.Windows.Forms.Button();
     this.mainMenuStrip                         = new System.Windows.Forms.MenuStrip();
     this.schedulerToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.connectToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.jobsToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.addJobToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.listenersStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.jobAssembliesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.addAssemblyMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteAssemblyMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.globalListenersToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.addGlobalJobListenerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addTriggerListenerToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.addJobListenerToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1                          = new System.Windows.Forms.StatusStrip();
     this.serverConnectStatusLabel              = new System.Windows.Forms.ToolStripStatusLabel();
     this.StripStatusLabel_Job_Groups           = new System.Windows.Forms.ToolStripStatusLabel();
     this.StripStatusLabel_Jobs_Refresh_date    = new System.Windows.Forms.ToolStripStatusLabel();
     this.ctxScheduler                          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.backupToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.timer_Refresh_Running_Jobs            = new System.Windows.Forms.Timer(this.components);
     tableLayoutPanel1                          = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel2                          = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel3                          = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel4                          = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     tableLayoutPanel3.SuspendLayout();
     tableLayoutPanel4.SuspendLayout();
     this.mainMenuStrip.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.ctxScheduler.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize     = true;
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel1.ColumnCount  = 3;
     tableLayoutPanel4.SetColumnSpan(tableLayoutPanel1, 2);
     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(this.label2, 0, 0);
     tableLayoutPanel1.Controls.Add(this.listView_RunningJobs, 0, 1);
     tableLayoutPanel1.Controls.Add(this.btnRefreshRunningJobs, 1, 2);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(3, 385);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 3;
     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(1216, 376);
     tableLayoutPanel1.TabIndex = 15;
     //
     // listView_RunningJobs
     //
     this.listView_RunningJobs.AllowColumnReorder = true;
     this.listView_RunningJobs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.JobName,
         this.JobDuration
     });
     tableLayoutPanel1.SetColumnSpan(this.listView_RunningJobs, 3);
     this.listView_RunningJobs.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.listView_RunningJobs.Location = new System.Drawing.Point(3, 22);
     this.listView_RunningJobs.Name     = "listView_RunningJobs";
     this.listView_RunningJobs.Size     = new System.Drawing.Size(1210, 322);
     this.listView_RunningJobs.Sorting  = System.Windows.Forms.SortOrder.Ascending;
     this.listView_RunningJobs.TabIndex = 14;
     this.listView_RunningJobs.UseCompatibleStateImageBehavior = false;
     this.listView_RunningJobs.View = System.Windows.Forms.View.Details;
     //
     // JobName
     //
     this.JobName.Text = "Job Name";
     //
     // JobDuration
     //
     this.JobDuration.Text = "Duration";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 3);
     this.label2.Margin   = new System.Windows.Forms.Padding(3);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Running Jobs";
     //
     // btnRefreshRunningJobs
     //
     this.btnRefreshRunningJobs.Location = new System.Drawing.Point(570, 350);
     this.btnRefreshRunningJobs.Name     = "btnRefreshRunningJobs";
     this.btnRefreshRunningJobs.Size     = new System.Drawing.Size(75, 23);
     this.btnRefreshRunningJobs.TabIndex = 6;
     this.btnRefreshRunningJobs.Text     = "Refresh";
     this.btnRefreshRunningJobs.UseVisualStyleBackColor = true;
     this.btnRefreshRunningJobs.Click += new System.EventHandler(this.btnRefreshRunningJobs_Click);
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.AutoSize     = true;
     tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel2.ColumnCount  = 5;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     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.label3, 0, 0);
     tableLayoutPanel2.Controls.Add(this.pnlDetails, 0, 1);
     tableLayoutPanel2.Controls.Add(this.btnRunJobNow, 0, 2);
     tableLayoutPanel2.Controls.Add(this.btnPause, 1, 2);
     tableLayoutPanel2.Controls.Add(this.btnDeleteJob, 2, 2);
     tableLayoutPanel2.Controls.Add(this.btnEdit, 3, 2);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.Location = new System.Drawing.Point(614, 3);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 3;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.Size     = new System.Drawing.Size(605, 376);
     tableLayoutPanel2.TabIndex = 16;
     //
     // pnlDetails
     //
     this.pnlDetails.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     tableLayoutPanel2.SetColumnSpan(this.pnlDetails, 5);
     this.pnlDetails.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlDetails.Location = new System.Drawing.Point(3, 22);
     this.pnlDetails.Name     = "pnlDetails";
     this.pnlDetails.Size     = new System.Drawing.Size(599, 322);
     this.pnlDetails.TabIndex = 11;
     //
     // 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(39, 13);
     this.label3.TabIndex = 12;
     this.label3.Text     = "Details";
     //
     // btnRunJobNow
     //
     this.btnRunJobNow.Enabled  = false;
     this.btnRunJobNow.Location = new System.Drawing.Point(3, 350);
     this.btnRunJobNow.Name     = "btnRunJobNow";
     this.btnRunJobNow.Size     = new System.Drawing.Size(65, 23);
     this.btnRunJobNow.TabIndex = 9;
     this.btnRunJobNow.Text     = "Run";
     this.btnRunJobNow.UseVisualStyleBackColor = true;
     this.btnRunJobNow.Click += new System.EventHandler(this.btnRunJobNow_Click);
     //
     // btnPause
     //
     this.btnPause.Enabled  = false;
     this.btnPause.Location = new System.Drawing.Point(74, 350);
     this.btnPause.Name     = "btnPause";
     this.btnPause.Size     = new System.Drawing.Size(65, 23);
     this.btnPause.TabIndex = 10;
     this.btnPause.Text     = "Pause";
     this.btnPause.UseVisualStyleBackColor = true;
     this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
     //
     // btnDeleteJob
     //
     this.btnDeleteJob.Enabled  = false;
     this.btnDeleteJob.Location = new System.Drawing.Point(145, 350);
     this.btnDeleteJob.Name     = "btnDeleteJob";
     this.btnDeleteJob.Size     = new System.Drawing.Size(65, 23);
     this.btnDeleteJob.TabIndex = 8;
     this.btnDeleteJob.Text     = "Delete";
     this.btnDeleteJob.UseVisualStyleBackColor = true;
     this.btnDeleteJob.Click += new System.EventHandler(this.btnDeleteJob_Click);
     //
     // btnEdit
     //
     this.btnEdit.Enabled  = false;
     this.btnEdit.Location = new System.Drawing.Point(216, 350);
     this.btnEdit.Name     = "btnEdit";
     this.btnEdit.Size     = new System.Drawing.Size(65, 23);
     this.btnEdit.TabIndex = 13;
     this.btnEdit.Text     = "Edit";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // tableLayoutPanel3
     //
     tableLayoutPanel3.AutoSize     = true;
     tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel3.ColumnCount  = 2;
     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.label1, 0, 0);
     tableLayoutPanel3.Controls.Add(this.btnRefreshJobGroups, 1, 2);
     tableLayoutPanel3.Controls.Add(this.jobGroupsTreeView, 0, 1);
     tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
     tableLayoutPanel3.Name     = "tableLayoutPanel3";
     tableLayoutPanel3.RowCount = 3;
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel3.Size     = new System.Drawing.Size(605, 376);
     tableLayoutPanel3.TabIndex = 17;
     //
     // jobGroupsTreeView
     //
     tableLayoutPanel3.SetColumnSpan(this.jobGroupsTreeView, 2);
     this.jobGroupsTreeView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.jobGroupsTreeView.HideSelection = false;
     this.jobGroupsTreeView.Location      = new System.Drawing.Point(3, 22);
     this.jobGroupsTreeView.Name          = "jobGroupsTreeView";
     this.jobGroupsTreeView.Size          = new System.Drawing.Size(599, 322);
     this.jobGroupsTreeView.TabIndex      = 2;
     this.jobGroupsTreeView.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.jobGroupsTreeView_AfterSelect);
     this.jobGroupsTreeView.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.jobGroupsTreeView_MouseDown);
     //
     // 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(94, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Scheduler Objects";
     //
     // btnRefreshJobGroups
     //
     this.btnRefreshJobGroups.Location = new System.Drawing.Point(527, 350);
     this.btnRefreshJobGroups.Name     = "btnRefreshJobGroups";
     this.btnRefreshJobGroups.Size     = new System.Drawing.Size(75, 23);
     this.btnRefreshJobGroups.TabIndex = 7;
     this.btnRefreshJobGroups.Text     = "Refresh";
     this.btnRefreshJobGroups.UseVisualStyleBackColor = true;
     this.btnRefreshJobGroups.Click += new System.EventHandler(this.btnRefreshJobGroups_Click);
     //
     // tableLayoutPanel4
     //
     tableLayoutPanel4.AutoSize     = true;
     tableLayoutPanel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel4.ColumnCount  = 2;
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel4.Controls.Add(tableLayoutPanel2, 1, 0);
     tableLayoutPanel4.Controls.Add(tableLayoutPanel1, 0, 1);
     tableLayoutPanel4.Controls.Add(tableLayoutPanel3, 0, 0);
     tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel4.Location = new System.Drawing.Point(0, 24);
     tableLayoutPanel4.Name     = "tableLayoutPanel4";
     tableLayoutPanel4.RowCount = 2;
     tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel4.Size     = new System.Drawing.Size(1222, 764);
     tableLayoutPanel4.TabIndex = 18;
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.schedulerToolStripMenuItem,
         this.jobsToolStripMenuItem,
         this.listenersStripMenuItem,
         this.jobAssembliesToolStripMenuItem
     });
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name     = "mainMenuStrip";
     this.mainMenuStrip.Size     = new System.Drawing.Size(1222, 24);
     this.mainMenuStrip.TabIndex = 0;
     this.mainMenuStrip.Text     = "menuStrip1";
     //
     // schedulerToolStripMenuItem
     //
     this.schedulerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.connectToolStripMenuItem
     });
     this.schedulerToolStripMenuItem.Name = "schedulerToolStripMenuItem";
     this.schedulerToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
     this.schedulerToolStripMenuItem.Text = "Scheduler";
     //
     // connectToolStripMenuItem
     //
     this.connectToolStripMenuItem.Name   = "connectToolStripMenuItem";
     this.connectToolStripMenuItem.Size   = new System.Drawing.Size(119, 22);
     this.connectToolStripMenuItem.Text   = "Connect";
     this.connectToolStripMenuItem.Click += new System.EventHandler(this.connectToolStripMenuItem_Click);
     //
     // jobsToolStripMenuItem
     //
     this.jobsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addJobToolStripMenuItem
     });
     this.jobsToolStripMenuItem.Enabled = false;
     this.jobsToolStripMenuItem.Name    = "jobsToolStripMenuItem";
     this.jobsToolStripMenuItem.Size    = new System.Drawing.Size(42, 20);
     this.jobsToolStripMenuItem.Text    = "Jobs";
     //
     // addJobToolStripMenuItem
     //
     this.addJobToolStripMenuItem.Name   = "addJobToolStripMenuItem";
     this.addJobToolStripMenuItem.Size   = new System.Drawing.Size(96, 22);
     this.addJobToolStripMenuItem.Text   = "Add";
     this.addJobToolStripMenuItem.Click += new System.EventHandler(this.addJobToolStripMenuItem_Click);
     //
     // listenersStripMenuItem
     //
     this.listenersStripMenuItem.Name = "listenersStripMenuItem";
     this.listenersStripMenuItem.Size = new System.Drawing.Size(12, 20);
     //
     // jobAssembliesToolStripMenuItem
     //
     this.jobAssembliesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addAssemblyMenuItem,
         this.deleteAssemblyMenuItem
     });
     this.jobAssembliesToolStripMenuItem.Name = "jobAssembliesToolStripMenuItem";
     this.jobAssembliesToolStripMenuItem.Size = new System.Drawing.Size(99, 20);
     this.jobAssembliesToolStripMenuItem.Text = "Job Assemblies";
     //
     // addAssemblyMenuItem
     //
     this.addAssemblyMenuItem.Name   = "addAssemblyMenuItem";
     this.addAssemblyMenuItem.Size   = new System.Drawing.Size(107, 22);
     this.addAssemblyMenuItem.Text   = "Add";
     this.addAssemblyMenuItem.Click += new System.EventHandler(this.addAssemblyMenuItem_Click);
     //
     // deleteAssemblyMenuItem
     //
     this.deleteAssemblyMenuItem.Name   = "deleteAssemblyMenuItem";
     this.deleteAssemblyMenuItem.Size   = new System.Drawing.Size(107, 22);
     this.deleteAssemblyMenuItem.Text   = "Delete";
     this.deleteAssemblyMenuItem.Click += new System.EventHandler(this.deleteAssemblyMenuItem_Click);
     //
     // globalListenersToolStripMenuItem
     //
     this.globalListenersToolStripMenuItem.Name = "globalListenersToolStripMenuItem";
     this.globalListenersToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // addGlobalJobListenerToolStripMenuItem
     //
     this.addGlobalJobListenerToolStripMenuItem.Name = "addGlobalJobListenerToolStripMenuItem";
     this.addGlobalJobListenerToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // addTriggerListenerToolStripMenuItem
     //
     this.addTriggerListenerToolStripMenuItem.Name = "addTriggerListenerToolStripMenuItem";
     this.addTriggerListenerToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // addJobListenerToolStripMenuItem
     //
     this.addJobListenerToolStripMenuItem.Name = "addJobListenerToolStripMenuItem";
     this.addJobListenerToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.serverConnectStatusLabel,
         this.StripStatusLabel_Job_Groups,
         this.StripStatusLabel_Jobs_Refresh_date
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 788);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1222, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // serverConnectStatusLabel
     //
     this.serverConnectStatusLabel.Name = "serverConnectStatusLabel";
     this.serverConnectStatusLabel.Size = new System.Drawing.Size(86, 17);
     this.serverConnectStatusLabel.Text = "Not connected";
     //
     // StripStatusLabel_Job_Groups
     //
     this.StripStatusLabel_Job_Groups.BackColor   = System.Drawing.Color.LightCyan;
     this.StripStatusLabel_Job_Groups.Name        = "StripStatusLabel_Job_Groups";
     this.StripStatusLabel_Job_Groups.Size        = new System.Drawing.Size(157, 17);
     this.StripStatusLabel_Job_Groups.Text        = "StripStatusLabel_Job_Groups";
     this.StripStatusLabel_Job_Groups.ToolTipText = "Last Refresh of Job Groups";
     //
     // StripStatusLabel_Jobs_Refresh_date
     //
     this.StripStatusLabel_Jobs_Refresh_date.BackColor   = System.Drawing.SystemColors.ActiveCaptionText;
     this.StripStatusLabel_Jobs_Refresh_date.Name        = "StripStatusLabel_Jobs_Refresh_date";
     this.StripStatusLabel_Jobs_Refresh_date.Size        = new System.Drawing.Size(191, 17);
     this.StripStatusLabel_Jobs_Refresh_date.Text        = "StripStatusLabel_Jobs_Refresh_date";
     this.StripStatusLabel_Jobs_Refresh_date.ToolTipText = "Last Refresh Date of Running Jobs";
     //
     // ctxScheduler
     //
     this.ctxScheduler.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.backupToolStripMenuItem
     });
     this.ctxScheduler.Name = "ctxScheduler";
     this.ctxScheduler.Size = new System.Drawing.Size(114, 26);
     //
     // backupToolStripMenuItem
     //
     this.backupToolStripMenuItem.Name   = "backupToolStripMenuItem";
     this.backupToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
     this.backupToolStripMenuItem.Text   = "Backup";
     this.backupToolStripMenuItem.Click += new System.EventHandler(this.backupToolStripMenuItem_Click);
     //
     // timer_Refresh_Running_Jobs
     //
     this.timer_Refresh_Running_Jobs.Interval = 30000;
     this.timer_Refresh_Running_Jobs.Tick    += new System.EventHandler(this.timer_Refresh_Running_Jobs_Tick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1222, 810);
     this.Controls.Add(tableLayoutPanel4);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.mainMenuStrip);
     this.MainMenuStrip = this.mainMenuStrip;
     this.Name          = "MainForm";
     this.Text          = "Quartz Manager";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     tableLayoutPanel3.ResumeLayout(false);
     tableLayoutPanel3.PerformLayout();
     tableLayoutPanel4.ResumeLayout(false);
     tableLayoutPanel4.PerformLayout();
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ctxScheduler.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #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 outerLayout;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IndexesEdit));
            System.Windows.Forms.TableLayoutPanel innerLayoutPanel;
            System.Windows.Forms.Label indexNameLabel;
            System.Windows.Forms.Label indexKindLabel;
            System.Windows.Forms.Label indexTypeLabel;
            System.Windows.Forms.ImageList imageList;
            this.indexSettingsGroup = new System.Windows.Forms.GroupBox();
            this.indexNameText = new MySql.Data.VisualStudio.DocumentView.NameTextBox();
            this.indexKindSelect = new System.Windows.Forms.ComboBox();
            this.indexTypeSelect = new System.Windows.Forms.ComboBox();
            this.indexColumns = new MySql.Data.VisualStudio.DocumentView.AdvancedDataGridView();
            this.sourceColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.columnLengthColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.indexNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.positionInIndexColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.removeButton = new System.Windows.Forms.Button();
            this.addButton = new System.Windows.Forms.Button();
            this.indexesList = new System.Windows.Forms.ListBox();
            outerLayout = new System.Windows.Forms.TableLayoutPanel();
            innerLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
            indexNameLabel = new System.Windows.Forms.Label();
            indexKindLabel = new System.Windows.Forms.Label();
            indexTypeLabel = new System.Windows.Forms.Label();
            imageList = new System.Windows.Forms.ImageList(this.components);
            outerLayout.SuspendLayout();
            this.indexSettingsGroup.SuspendLayout();
            innerLayoutPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.indexColumns)).BeginInit();
            this.SuspendLayout();
            // 
            // outerLayout
            // 
            resources.ApplyResources(outerLayout, "outerLayout");
            outerLayout.Controls.Add(this.indexSettingsGroup, 2, 0);
            outerLayout.Controls.Add(this.removeButton, 1, 1);
            outerLayout.Controls.Add(this.addButton, 0, 1);
            outerLayout.Controls.Add(this.indexesList, 0, 0);
            outerLayout.Name = "outerLayout";
            // 
            // indexSettingsGroup
            // 
            resources.ApplyResources(this.indexSettingsGroup, "indexSettingsGroup");
            this.indexSettingsGroup.Controls.Add(innerLayoutPanel);
            this.indexSettingsGroup.Name = "indexSettingsGroup";
            outerLayout.SetRowSpan(this.indexSettingsGroup, 2);
            this.indexSettingsGroup.TabStop = false;
            // 
            // innerLayoutPanel
            // 
            resources.ApplyResources(innerLayoutPanel, "innerLayoutPanel");
            innerLayoutPanel.Controls.Add(indexNameLabel, 0, 0);
            innerLayoutPanel.Controls.Add(indexKindLabel, 0, 1);
            innerLayoutPanel.Controls.Add(indexTypeLabel, 0, 2);
            innerLayoutPanel.Controls.Add(this.indexNameText, 1, 0);
            innerLayoutPanel.Controls.Add(this.indexKindSelect, 1, 1);
            innerLayoutPanel.Controls.Add(this.indexTypeSelect, 1, 2);
            innerLayoutPanel.Controls.Add(this.indexColumns, 2, 0);
            innerLayoutPanel.Name = "innerLayoutPanel";
            // 
            // indexNameLabel
            // 
            resources.ApplyResources(indexNameLabel, "indexNameLabel");
            indexNameLabel.Name = "indexNameLabel";
            // 
            // indexKindLabel
            // 
            resources.ApplyResources(indexKindLabel, "indexKindLabel");
            indexKindLabel.Name = "indexKindLabel";
            // 
            // indexTypeLabel
            // 
            resources.ApplyResources(indexTypeLabel, "indexTypeLabel");
            indexTypeLabel.Name = "indexTypeLabel";
            // 
            // indexNameText
            // 
            this.indexNameText.AttributeName = null;
            this.indexNameText.DataSource = null;
            resources.ApplyResources(this.indexNameText, "indexNameText");
            this.indexNameText.Name = "indexNameText";
            this.indexNameText.NameChanging += new System.EventHandler(this.OnIndexNameChanging);
            this.indexNameText.NameChanged += new System.EventHandler(this.OnIndexNameChanged);
            // 
            // indexKindSelect
            // 
            this.indexKindSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.indexKindSelect.FormattingEnabled = true;
            resources.ApplyResources(this.indexKindSelect, "indexKindSelect");
            this.indexKindSelect.Name = "indexKindSelect";
            this.indexKindSelect.SelectedIndexChanged += new System.EventHandler(this.OnKindOrTypeChanged);
            // 
            // indexTypeSelect
            // 
            this.indexTypeSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.indexTypeSelect.FormattingEnabled = true;
            resources.ApplyResources(this.indexTypeSelect, "indexTypeSelect");
            this.indexTypeSelect.Name = "indexTypeSelect";
            this.indexTypeSelect.SelectedIndexChanged += new System.EventHandler(this.OnKindOrTypeChanged);
            // 
            // indexColumns
            // 
            resources.ApplyResources(this.indexColumns, "indexColumns");
            this.indexColumns.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.indexColumns.BackgroundColor = System.Drawing.Color.White;
            this.indexColumns.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.indexColumns.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.sourceColumn,
            this.columnLengthColumn,
            this.indexNameColumn,
            this.positionInIndexColumn});
            innerLayoutPanel.SetColumnSpan(this.indexColumns, 2);
            this.indexColumns.Name = "indexColumns";
            this.indexColumns.OrdinalColumn = null;
            innerLayoutPanel.SetRowSpan(this.indexColumns, 4);
            this.indexColumns.ShowEditingIcon = false;
            this.indexColumns.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.OnIndexColumnDefaultValuesNeeded);
            this.indexColumns.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnIndexColumnsDataError);
            // 
            // sourceColumn
            // 
            this.sourceColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            resources.ApplyResources(this.sourceColumn, "sourceColumn");
            this.sourceColumn.Name = "sourceColumn";
            // 
            // columnLengthColumn
            // 
            this.columnLengthColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            resources.ApplyResources(this.columnLengthColumn, "columnLengthColumn");
            this.columnLengthColumn.Name = "columnLengthColumn";
            this.columnLengthColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // indexNameColumn
            // 
            resources.ApplyResources(this.indexNameColumn, "indexNameColumn");
            this.indexNameColumn.Name = "indexNameColumn";
            this.indexNameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // positionInIndexColumn
            // 
            resources.ApplyResources(this.positionInIndexColumn, "positionInIndexColumn");
            this.positionInIndexColumn.Name = "positionInIndexColumn";
            // 
            // removeButton
            // 
            resources.ApplyResources(this.removeButton, "removeButton");
            this.removeButton.FlatAppearance.BorderSize = 0;
            this.removeButton.ImageList = imageList;
            this.removeButton.Name = "removeButton";
            this.removeButton.UseVisualStyleBackColor = true;
            this.removeButton.Click += new System.EventHandler(this.OnRemoveIndexClick);
            // 
            // imageList
            // 
            imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
            imageList.TransparentColor = System.Drawing.Color.Transparent;
            imageList.Images.SetKeyName(0, "Add_Icon.ico");
            imageList.Images.SetKeyName(1, "Remove_Icon.ico");
            // 
            // addButton
            // 
            resources.ApplyResources(this.addButton, "addButton");
            this.addButton.FlatAppearance.BorderSize = 0;
            this.addButton.ForeColor = System.Drawing.SystemColors.Control;
            this.addButton.ImageList = imageList;
            this.addButton.Name = "addButton";
            this.addButton.UseVisualStyleBackColor = true;
            this.addButton.Click += new System.EventHandler(this.OnAddIndexClick);
            // 
            // indexesList
            // 
            resources.ApplyResources(this.indexesList, "indexesList");
            outerLayout.SetColumnSpan(this.indexesList, 2);
            this.indexesList.FormattingEnabled = true;
            this.indexesList.Name = "indexesList";
            this.indexesList.SelectedIndexChanged += new System.EventHandler(this.OnSelectedIndexChanged);
            // 
            // IndexesEdit
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(outerLayout);
            this.Name = "IndexesEdit";
            outerLayout.ResumeLayout(false);
            this.indexSettingsGroup.ResumeLayout(false);
            innerLayoutPanel.ResumeLayout(false);
            innerLayoutPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.indexColumns)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel pnlLayout;
     this.btnDepartment     = new System.Windows.Forms.Button();
     this.btnEmployee       = new System.Windows.Forms.Button();
     this.propertyGrid1     = new System.Windows.Forms.PropertyGrid();
     this.btnListOfEmployee = new System.Windows.Forms.Button();
     pnlLayout = new System.Windows.Forms.TableLayoutPanel();
     pnlLayout.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlLayout
     //
     pnlLayout.ColumnCount = 3;
     pnlLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     pnlLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     pnlLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     pnlLayout.Controls.Add(this.btnDepartment, 2, 1);
     pnlLayout.Controls.Add(this.btnEmployee, 0, 1);
     pnlLayout.Controls.Add(this.propertyGrid1, 0, 0);
     pnlLayout.Controls.Add(this.btnListOfEmployee, 1, 1);
     pnlLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     pnlLayout.Location = new System.Drawing.Point(0, 0);
     pnlLayout.Name     = "pnlLayout";
     pnlLayout.RowCount = 2;
     pnlLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     pnlLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     pnlLayout.Size     = new System.Drawing.Size(621, 430);
     pnlLayout.TabIndex = 3;
     //
     // btnDepartment
     //
     this.btnDepartment.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnDepartment.Location = new System.Drawing.Point(416, 393);
     this.btnDepartment.Name     = "btnDepartment";
     this.btnDepartment.Size     = new System.Drawing.Size(202, 34);
     this.btnDepartment.TabIndex = 3;
     this.btnDepartment.Text     = "Department";
     this.btnDepartment.UseVisualStyleBackColor = true;
     this.btnDepartment.Click += new System.EventHandler(this.btnDepartment_Click);
     //
     // btnEmployee
     //
     this.btnEmployee.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnEmployee.Location = new System.Drawing.Point(3, 393);
     this.btnEmployee.Name     = "btnEmployee";
     this.btnEmployee.Size     = new System.Drawing.Size(200, 34);
     this.btnEmployee.TabIndex = 1;
     this.btnEmployee.Text     = "Employee";
     this.btnEmployee.UseVisualStyleBackColor = true;
     this.btnEmployee.Click += new System.EventHandler(this.btnEmployee_Click);
     //
     // propertyGrid1
     //
     pnlLayout.SetColumnSpan(this.propertyGrid1, 3);
     this.propertyGrid1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.HelpVisible = false;
     this.propertyGrid1.Location    = new System.Drawing.Point(3, 3);
     this.propertyGrid1.Name        = "propertyGrid1";
     this.propertyGrid1.Size        = new System.Drawing.Size(615, 384);
     this.propertyGrid1.TabIndex    = 0;
     //
     // btnListOfEmployee
     //
     this.btnListOfEmployee.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnListOfEmployee.Location = new System.Drawing.Point(209, 393);
     this.btnListOfEmployee.Name     = "btnListOfEmployee";
     this.btnListOfEmployee.Size     = new System.Drawing.Size(201, 34);
     this.btnListOfEmployee.TabIndex = 2;
     this.btnListOfEmployee.Text     = "List<Employee>";
     this.btnListOfEmployee.UseVisualStyleBackColor = true;
     this.btnListOfEmployee.Click += new System.EventHandler(this.btnListOfEmployee_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(621, 430);
     this.Controls.Add(pnlLayout);
     this.Name = "MainForm";
     this.Text = "Expandable Object Demo";
     pnlLayout.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Label lblID;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AccountTypeForm));
            System.Windows.Forms.Label lblTitle;
            System.Windows.Forms.Label lblSortOrder;
            System.Windows.Forms.Label lblDescription;
            System.Windows.Forms.TableLayoutPanel tlpAccountType;
            this.numSortOrder = new System.Windows.Forms.NumericUpDown();
            this.tbID = new System.Windows.Forms.TextBox();
            this.tbTitle = new System.Windows.Forms.TextBox();
            this.tbDescription = new System.Windows.Forms.TextBox();
            this.cbIsDebit = new System.Windows.Forms.CheckBox();
            this.btnDelete = new System.Windows.Forms.Button();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            lblID = new System.Windows.Forms.Label();
            lblTitle = new System.Windows.Forms.Label();
            lblSortOrder = new System.Windows.Forms.Label();
            lblDescription = new System.Windows.Forms.Label();
            tlpAccountType = new System.Windows.Forms.TableLayoutPanel();
            tlpAccountType.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numSortOrder)).BeginInit();
            this.SuspendLayout();
            // 
            // lblID
            // 
            resources.ApplyResources(lblID, "lblID");
            lblID.Name = "lblID";
            // 
            // lblTitle
            // 
            resources.ApplyResources(lblTitle, "lblTitle");
            lblTitle.Name = "lblTitle";
            // 
            // lblSortOrder
            // 
            resources.ApplyResources(lblSortOrder, "lblSortOrder");
            lblSortOrder.Name = "lblSortOrder";
            // 
            // lblDescription
            // 
            resources.ApplyResources(lblDescription, "lblDescription");
            lblDescription.Name = "lblDescription";
            // 
            // tlpAccountType
            // 
            resources.ApplyResources(tlpAccountType, "tlpAccountType");
            tlpAccountType.Controls.Add(this.numSortOrder, 1, 2);
            tlpAccountType.Controls.Add(lblID, 0, 0);
            tlpAccountType.Controls.Add(lblTitle, 0, 1);
            tlpAccountType.Controls.Add(lblSortOrder, 0, 2);
            tlpAccountType.Controls.Add(lblDescription, 0, 3);
            tlpAccountType.Controls.Add(this.tbID, 1, 0);
            tlpAccountType.Controls.Add(this.tbTitle, 1, 1);
            tlpAccountType.Controls.Add(this.tbDescription, 1, 3);
            tlpAccountType.Controls.Add(this.cbIsDebit, 1, 4);
            tlpAccountType.Controls.Add(this.btnDelete, 0, 6);
            tlpAccountType.Controls.Add(this.btnOk, 2, 6);
            tlpAccountType.Controls.Add(this.btnCancel, 3, 6);
            tlpAccountType.Name = "tlpAccountType";
            // 
            // numSortOrder
            // 
            tlpAccountType.SetColumnSpan(this.numSortOrder, 3);
            resources.ApplyResources(this.numSortOrder, "numSortOrder");
            this.numSortOrder.Maximum = new decimal(new int[] {
            1661992959,
            1808227885,
            5,
            0});
            this.numSortOrder.Name = "numSortOrder";
            // 
            // tbID
            // 
            tlpAccountType.SetColumnSpan(this.tbID, 3);
            resources.ApplyResources(this.tbID, "tbID");
            this.tbID.Name = "tbID";
            // 
            // tbTitle
            // 
            tlpAccountType.SetColumnSpan(this.tbTitle, 3);
            resources.ApplyResources(this.tbTitle, "tbTitle");
            this.tbTitle.Name = "tbTitle";
            // 
            // tbDescription
            // 
            tlpAccountType.SetColumnSpan(this.tbDescription, 3);
            resources.ApplyResources(this.tbDescription, "tbDescription");
            this.tbDescription.Name = "tbDescription";
            // 
            // cbIsDebit
            // 
            resources.ApplyResources(this.cbIsDebit, "cbIsDebit");
            tlpAccountType.SetColumnSpan(this.cbIsDebit, 3);
            this.cbIsDebit.Name = "cbIsDebit";
            this.cbIsDebit.UseVisualStyleBackColor = true;
            // 
            // btnDelete
            // 
            resources.ApplyResources(this.btnDelete, "btnDelete");
            this.btnDelete.Image = global::easyMoney.Setup.Properties.Resources.delete;
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.UseVisualStyleBackColor = true;
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // btnOk
            // 
            resources.ApplyResources(this.btnOk, "btnOk");
            this.btnOk.Image = global::easyMoney.Setup.Properties.Resources.tick;
            this.btnOk.Name = "btnOk";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // btnCancel
            // 
            resources.ApplyResources(this.btnCancel, "btnCancel");
            this.btnCancel.Image = global::easyMoney.Setup.Properties.Resources.cancel;
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // AccountTypeForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tlpAccountType);
            this.KeyPreview = true;
            this.Name = "AccountTypeForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.AccountTypeForm_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AccountTypeForm_KeyDown);
            tlpAccountType.ResumeLayout(false);
            tlpAccountType.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numSortOrder)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #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.SplitContainer   splitContainer1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.GroupBox         groupBox1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label7;
     System.Windows.Forms.Label            label6;
     System.Windows.Forms.Label            label5;
     System.Windows.Forms.Label            label4;
     System.Windows.Forms.Label            label9;
     System.Windows.Forms.Label            label10;
     System.Windows.Forms.Label            label2;
     this.listBoxTactics     = new System.Windows.Forms.ListBox();
     this.buttonAdd          = new System.Windows.Forms.Button();
     this.buttonRemove       = new System.Windows.Forms.Button();
     this.textBoxID          = new System.Windows.Forms.TextBox();
     this.comboBoxBasic      = new System.Windows.Forms.ComboBox();
     this.comboBoxSize       = new System.Windows.Forms.ComboBox();
     this.comboBoxKite       = new System.Windows.Forms.ComboBox();
     this.comboBoxSkill      = new System.Windows.Forms.ComboBox();
     this.numericUpDownSkill = new System.Windows.Forms.NumericUpDown();
     this.comboBoxDebuff     = new System.Windows.Forms.ComboBox();
     this.comboBoxPushback   = new System.Windows.Forms.ComboBox();
     this.comboBoxRescue     = new System.Windows.Forms.ComboBox();
     this.comboBoxDebuff2    = new System.Windows.Forms.ComboBox();
     this.comboBoxReact      = new System.Windows.Forms.ComboBox();
     splitContainer1         = new System.Windows.Forms.SplitContainer();
     tableLayoutPanel1       = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel2       = new System.Windows.Forms.TableLayoutPanel();
     label1            = new System.Windows.Forms.Label();
     groupBox1         = new System.Windows.Forms.GroupBox();
     tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     label3            = new System.Windows.Forms.Label();
     label7            = new System.Windows.Forms.Label();
     label6            = new System.Windows.Forms.Label();
     label5            = new System.Windows.Forms.Label();
     label4            = new System.Windows.Forms.Label();
     label9            = new System.Windows.Forms.Label();
     label10           = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     groupBox1.SuspendLayout();
     tableLayoutPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSkill)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location = new System.Drawing.Point(3, 3);
     splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(tableLayoutPanel1);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(tableLayoutPanel2);
     splitContainer1.Size             = new System.Drawing.Size(394, 254);
     splitContainer1.SplitterDistance = 131;
     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.listBoxTactics, 0, 0);
     tableLayoutPanel1.Controls.Add(this.buttonAdd, 0, 1);
     tableLayoutPanel1.Controls.Add(this.buttonRemove, 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(131, 254);
     tableLayoutPanel1.TabIndex = 0;
     //
     // listBoxTactics
     //
     tableLayoutPanel1.SetColumnSpan(this.listBoxTactics, 2);
     this.listBoxTactics.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxTactics.FormattingEnabled = true;
     this.listBoxTactics.Location          = new System.Drawing.Point(3, 3);
     this.listBoxTactics.Name                  = "listBoxTactics";
     this.listBoxTactics.Size                  = new System.Drawing.Size(125, 219);
     this.listBoxTactics.TabIndex              = 0;
     this.listBoxTactics.SelectedIndexChanged += new System.EventHandler(this.listBoxTactics_SelectedIndexChanged);
     this.listBoxTactics.DoubleClick          += new System.EventHandler(this.buttonAdd_Click);
     //
     // buttonAdd
     //
     this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAdd.Location = new System.Drawing.Point(3, 228);
     this.buttonAdd.Name     = "buttonAdd";
     this.buttonAdd.Size     = new System.Drawing.Size(59, 23);
     this.buttonAdd.TabIndex = 1;
     this.buttonAdd.Text     = "Add";
     this.buttonAdd.UseVisualStyleBackColor = true;
     this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
     //
     // buttonRemove
     //
     this.buttonRemove.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonRemove.Location = new System.Drawing.Point(68, 228);
     this.buttonRemove.Name     = "buttonRemove";
     this.buttonRemove.Size     = new System.Drawing.Size(60, 23);
     this.buttonRemove.TabIndex = 2;
     this.buttonRemove.Text     = "Remove";
     this.buttonRemove.UseVisualStyleBackColor = true;
     this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click);
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.ColumnCount = 2;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel2.Controls.Add(label1, 0, 0);
     tableLayoutPanel2.Controls.Add(this.textBoxID, 1, 0);
     tableLayoutPanel2.Controls.Add(groupBox1, 0, 1);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 2;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(259, 254);
     tableLayoutPanel2.TabIndex = 0;
     //
     // label1
     //
     label1.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 6);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(122, 13);
     label1.TabIndex = 0;
     label1.Text     = "Player ID or Friend Class";
     //
     // textBoxID
     //
     this.textBoxID.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxID.Location     = new System.Drawing.Point(131, 3);
     this.textBoxID.Name         = "textBoxID";
     this.textBoxID.Size         = new System.Drawing.Size(125, 20);
     this.textBoxID.TabIndex     = 1;
     this.textBoxID.TextChanged += new System.EventHandler(this.textBoxID_TextChanged);
     this.textBoxID.Validated   += new System.EventHandler(this.textBoxID_Validated);
     //
     // groupBox1
     //
     tableLayoutPanel2.SetColumnSpan(groupBox1, 2);
     groupBox1.Controls.Add(tableLayoutPanel3);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(3, 29);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(253, 222);
     groupBox1.TabIndex = 4;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Overall Tactics";
     //
     // tableLayoutPanel3
     //
     tableLayoutPanel3.ColumnCount = 3;
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     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(label3, 0, 0);
     tableLayoutPanel3.Controls.Add(this.comboBoxBasic, 1, 0);
     tableLayoutPanel3.Controls.Add(label7, 0, 7);
     tableLayoutPanel3.Controls.Add(label6, 0, 6);
     tableLayoutPanel3.Controls.Add(this.comboBoxSize, 1, 6);
     tableLayoutPanel3.Controls.Add(label5, 0, 5);
     tableLayoutPanel3.Controls.Add(this.comboBoxKite, 1, 5);
     tableLayoutPanel3.Controls.Add(label4, 0, 3);
     tableLayoutPanel3.Controls.Add(this.comboBoxSkill, 1, 3);
     tableLayoutPanel3.Controls.Add(this.numericUpDownSkill, 2, 3);
     tableLayoutPanel3.Controls.Add(label9, 0, 2);
     tableLayoutPanel3.Controls.Add(this.comboBoxDebuff, 1, 2);
     tableLayoutPanel3.Controls.Add(label10, 0, 4);
     tableLayoutPanel3.Controls.Add(this.comboBoxPushback, 1, 4);
     tableLayoutPanel3.Controls.Add(this.comboBoxRescue, 1, 7);
     tableLayoutPanel3.Controls.Add(this.comboBoxDebuff2, 2, 2);
     tableLayoutPanel3.Controls.Add(label2, 0, 1);
     tableLayoutPanel3.Controls.Add(this.comboBoxReact, 1, 1);
     tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
     tableLayoutPanel3.Name     = "tableLayoutPanel3";
     tableLayoutPanel3.Padding  = new System.Windows.Forms.Padding(3);
     tableLayoutPanel3.RowCount = 8;
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     tableLayoutPanel3.Size     = new System.Drawing.Size(247, 203);
     tableLayoutPanel3.TabIndex = 0;
     tableLayoutPanel3.Paint   += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel3_Paint);
     //
     // label3
     //
     label3.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(15, 8);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(78, 13);
     label3.TabIndex = 0;
     label3.Text     = "Basic Behavior";
     //
     // comboBoxBasic
     //
     this.comboBoxBasic.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxBasic.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxBasic.FormattingEnabled = true;
     this.comboBoxBasic.Items.AddRange(new object[] {
         "Tank",
         "Ignore",
         "Attack (low)",
         "Attack (medium)",
         "Attack (high)",
         "React (low)",
         "React (medium)",
         "React (high)",
         "React (self)",
         "Snipe (low)",
         "Snipe (medium)",
         "Snipe (high)",
         "Attack (low) React (med)",
         "Attack (last)",
         "Attack (top)"
     });
     this.comboBoxBasic.Location              = new System.Drawing.Point(99, 6);
     this.comboBoxBasic.Name                  = "comboBoxBasic";
     this.comboBoxBasic.Size                  = new System.Drawing.Size(86, 21);
     this.comboBoxBasic.TabIndex              = 1;
     this.comboBoxBasic.SelectedIndexChanged += new System.EventHandler(this.comboBoxBasic_SelectedIndexChanged);
     //
     // label7
     //
     label7.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label7.AutoSize = true;
     label7.Location = new System.Drawing.Point(49, 179);
     label7.Name     = "label7";
     label7.Size     = new System.Drawing.Size(44, 13);
     label7.TabIndex = 8;
     label7.Text     = "Rescue";
     //
     // label6
     //
     label6.Anchor    = System.Windows.Forms.AnchorStyles.Right;
     label6.AutoSize  = true;
     label6.Location  = new System.Drawing.Point(39, 152);
     label6.Name      = "label6";
     label6.Size      = new System.Drawing.Size(54, 13);
     label6.TabIndex  = 6;
     label6.Text      = "Skill Class";
     label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // comboBoxSize
     //
     this.comboBoxSize.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxSize.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxSize.FormattingEnabled = true;
     this.comboBoxSize.Items.AddRange(new object[] {
         "Any Attack",
         "Old Homun",
         "Homun S",
         "Combo (once)",
         "Combo (full)",
         "Summon Minions",
         "Grapple (Tinder Breaker)",
         "Grapple (CBC)",
         "Grapple (EQC)",
         "Minion+PreS Skills",
         "Minion+Homun S Skills"
     });
     this.comboBoxSize.Location              = new System.Drawing.Point(99, 150);
     this.comboBoxSize.Name                  = "comboBoxSize";
     this.comboBoxSize.Size                  = new System.Drawing.Size(86, 21);
     this.comboBoxSize.TabIndex              = 7;
     this.comboBoxSize.SelectedIndexChanged += new System.EventHandler(this.comboBoxSize_SelectedIndexChanged);
     //
     // label5
     //
     label5.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(60, 128);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(33, 13);
     label5.TabIndex = 4;
     label5.Text     = "Kiting";
     //
     // comboBoxKite
     //
     this.comboBoxKite.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxKite.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxKite.FormattingEnabled = true;
     this.comboBoxKite.Items.AddRange(new object[] {
         "Never",
         "React",
         "Always"
     });
     this.comboBoxKite.Location              = new System.Drawing.Point(99, 126);
     this.comboBoxKite.Name                  = "comboBoxKite";
     this.comboBoxKite.Size                  = new System.Drawing.Size(86, 21);
     this.comboBoxKite.TabIndex              = 5;
     this.comboBoxKite.SelectedIndexChanged += new System.EventHandler(this.comboBoxKite_SelectedIndexChanged);
     //
     // label4
     //
     label4.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(6, 80);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(87, 13);
     label4.TabIndex = 2;
     label4.Text     = "Use Attack Skills";
     //
     // comboBoxSkill
     //
     this.comboBoxSkill.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxSkill.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxSkill.FormattingEnabled = true;
     this.comboBoxSkill.Items.AddRange(new object[] {
         "Always",
         "Never",
         "This many times:",
         "Once; level:"
     });
     this.comboBoxSkill.Location              = new System.Drawing.Point(99, 78);
     this.comboBoxSkill.Name                  = "comboBoxSkill";
     this.comboBoxSkill.Size                  = new System.Drawing.Size(86, 21);
     this.comboBoxSkill.TabIndex              = 3;
     this.comboBoxSkill.SelectedIndexChanged += new System.EventHandler(this.comboBoxSkill_SelectedIndexChanged);
     //
     // numericUpDownSkill
     //
     this.numericUpDownSkill.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.numericUpDownSkill.Enabled         = false;
     this.numericUpDownSkill.Location        = new System.Drawing.Point(191, 78);
     this.numericUpDownSkill.Name            = "numericUpDownSkill";
     this.numericUpDownSkill.Size            = new System.Drawing.Size(50, 20);
     this.numericUpDownSkill.TabIndex        = 11;
     this.numericUpDownSkill.ValueChanged   += new System.EventHandler(this.numericUpDownSkill_ValueChanged);
     this.numericUpDownSkill.EnabledChanged += new System.EventHandler(this.numericUpDownSkill_EnabledChanged);
     //
     // label9
     //
     label9.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label9.AutoSize = true;
     label9.Location = new System.Drawing.Point(27, 56);
     label9.Name     = "label9";
     label9.Size     = new System.Drawing.Size(66, 13);
     label9.TabIndex = 12;
     label9.Text     = "Use Debuffs";
     //
     // comboBoxDebuff
     //
     this.comboBoxDebuff.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxDebuff.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDebuff.FormattingEnabled = true;
     this.comboBoxDebuff.Items.AddRange(new object[] {
         "Never",
         "Any",
         "Silent Breeze",
         "Volcanic Ash"
     });
     this.comboBoxDebuff.Location              = new System.Drawing.Point(99, 54);
     this.comboBoxDebuff.Name                  = "comboBoxDebuff";
     this.comboBoxDebuff.Size                  = new System.Drawing.Size(86, 21);
     this.comboBoxDebuff.TabIndex              = 13;
     this.comboBoxDebuff.SelectedIndexChanged += new System.EventHandler(this.comboBoxDebuff_SelectedIndexChanged);
     //
     // label10
     //
     label10.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label10.AutoSize = true;
     label10.Location = new System.Drawing.Point(16, 104);
     label10.Name     = "label10";
     label10.Size     = new System.Drawing.Size(77, 13);
     label10.TabIndex = 14;
     label10.Text     = "Use Pushback";
     label10.Visible  = false;
     //
     // comboBoxPushback
     //
     this.comboBoxPushback.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxPushback.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxPushback.FormattingEnabled = true;
     this.comboBoxPushback.Items.AddRange(new object[] {
         "Never",
         "Off self",
         "Off self + friend"
     });
     this.comboBoxPushback.Location              = new System.Drawing.Point(99, 102);
     this.comboBoxPushback.Name                  = "comboBoxPushback";
     this.comboBoxPushback.Size                  = new System.Drawing.Size(86, 21);
     this.comboBoxPushback.TabIndex              = 15;
     this.comboBoxPushback.Visible               = false;
     this.comboBoxPushback.SelectedIndexChanged += new System.EventHandler(this.comboBoxPushback_SelectedIndexChanged);
     //
     // comboBoxRescue
     //
     this.comboBoxRescue.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxRescue.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxRescue.FormattingEnabled = true;
     this.comboBoxRescue.Items.AddRange(new object[] {
         "Never",
         "Rescue All",
         "Rescue Retainer"
     });
     this.comboBoxRescue.Location              = new System.Drawing.Point(99, 175);
     this.comboBoxRescue.Name                  = "comboBoxRescue";
     this.comboBoxRescue.Size                  = new System.Drawing.Size(86, 21);
     this.comboBoxRescue.TabIndex              = 9;
     this.comboBoxRescue.SelectedIndexChanged += new System.EventHandler(this.comboBoxRescue_SelectedIndexChanged);
     //
     // comboBoxDebuff2
     //
     this.comboBoxDebuff2.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxDebuff2.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDebuff2.FormattingEnabled = true;
     this.comboBoxDebuff2.Items.AddRange(new object[] {
         "Chasing",
         "Attacking"
     });
     this.comboBoxDebuff2.Location = new System.Drawing.Point(191, 54);
     this.comboBoxDebuff2.Name     = "comboBoxDebuff2";
     this.comboBoxDebuff2.Size     = new System.Drawing.Size(50, 21);
     this.comboBoxDebuff2.TabIndex = 22;
     //
     // label2
     //
     label2.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(57, 32);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(36, 13);
     label2.TabIndex = 23;
     label2.Text     = "React";
     label2.Click   += new System.EventHandler(this.label2_Click);
     //
     // comboBoxReact
     //
     this.comboBoxReact.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxReact.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxReact.FormattingEnabled = true;
     this.comboBoxReact.Items.AddRange(new object[] {
         "No",
         "React to casts",
         "React w/Any",
         "React w/Breeze",
         "React w/Old",
         "React w/S",
         "React w/Mob",
         "React w/Debuff",
         "React w/Minions"
     });
     this.comboBoxReact.Location = new System.Drawing.Point(99, 30);
     this.comboBoxReact.Name     = "comboBoxReact";
     this.comboBoxReact.Size     = new System.Drawing.Size(86, 21);
     this.comboBoxReact.TabIndex = 24;
     //
     // PvpTactControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(splitContainer1);
     this.MinimumSize = new System.Drawing.Size(400, 260);
     this.Name        = "PvpTactControl";
     this.Padding     = new System.Windows.Forms.Padding(3);
     this.Size        = new System.Drawing.Size(400, 260);
     this.Load       += new System.EventHandler(this.PvpTactControl_Load);
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     groupBox1.ResumeLayout(false);
     tableLayoutPanel3.ResumeLayout(false);
     tableLayoutPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSkill)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel 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);

        }
 /// <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 tableLayoutPanel2;
     this.btnAdd                = new System.Windows.Forms.Button();
     this.btnCancel             = new System.Windows.Forms.Button();
     this.cboJobType            = new System.Windows.Forms.ComboBox();
     this.cboTriggerType        = new System.Windows.Forms.ComboBox();
     this.label1                = new System.Windows.Forms.Label();
     this.txtJobGroup           = new System.Windows.Forms.TextBox();
     this.txtJobName            = new System.Windows.Forms.TextBox();
     this.txtTriggerName        = new System.Windows.Forms.TextBox();
     this.txtTriggerDescription = new System.Windows.Forms.TextBox();
     this.txtCronExpression     = new System.Windows.Forms.TextBox();
     this.txtTriggerGroup       = new System.Windows.Forms.TextBox();
     this.label2                = new System.Windows.Forms.Label();
     this.label3                = new System.Windows.Forms.Label();
     this.label4                = new System.Windows.Forms.Label();
     this.label5                = new System.Windows.Forms.Label();
     this.label6                = new System.Windows.Forms.Label();
     this.label7                = new System.Windows.Forms.Label();
     this.label8                = new System.Windows.Forms.Label();
     this.lblJobDescription     = new System.Windows.Forms.Label();
     this.txtJobDescription     = new System.Windows.Forms.TextBox();
     this.jobDataListView       = new System.Windows.Forms.ListView();
     this.columnHeader1         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label10               = new System.Windows.Forms.Label();
     this.label11               = new System.Windows.Forms.Label();
     this.txtKey                = new System.Windows.Forms.TextBox();
     this.label12               = new System.Windows.Forms.Label();
     this.txtValue              = new System.Windows.Forms.TextBox();
     this.btnAddKeyValue        = new System.Windows.Forms.Button();
     this.btnDelete             = new System.Windows.Forms.Button();
     tableLayoutPanel2          = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(300, 490);
     this.btnAdd.Name     = "btnAdd";
     this.btnAdd.Size     = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 0;
     this.btnAdd.Text     = "Add";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(381, 490);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // cboJobType
     //
     tableLayoutPanel2.SetColumnSpan(this.cboJobType, 3);
     this.cboJobType.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.cboJobType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboJobType.FormattingEnabled = true;
     this.cboJobType.Location          = new System.Drawing.Point(108, 3);
     this.cboJobType.Name              = "cboJobType";
     this.cboJobType.Size              = new System.Drawing.Size(348, 21);
     this.cboJobType.TabIndex          = 2;
     //
     // cboTriggerType
     //
     tableLayoutPanel2.SetColumnSpan(this.cboTriggerType, 3);
     this.cboTriggerType.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.cboTriggerType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTriggerType.FormattingEnabled = true;
     this.cboTriggerType.Location          = new System.Drawing.Point(108, 108);
     this.cboTriggerType.Name              = "cboTriggerType";
     this.cboTriggerType.Size              = new System.Drawing.Size(348, 21);
     this.cboTriggerType.TabIndex          = 3;
     //
     // 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(54, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Job Type:";
     //
     // txtJobGroup
     //
     tableLayoutPanel2.SetColumnSpan(this.txtJobGroup, 3);
     this.txtJobGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtJobGroup.Location = new System.Drawing.Point(108, 30);
     this.txtJobGroup.Name     = "txtJobGroup";
     this.txtJobGroup.Size     = new System.Drawing.Size(348, 20);
     this.txtJobGroup.TabIndex = 5;
     //
     // txtJobName
     //
     tableLayoutPanel2.SetColumnSpan(this.txtJobName, 3);
     this.txtJobName.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtJobName.Location = new System.Drawing.Point(108, 56);
     this.txtJobName.Name     = "txtJobName";
     this.txtJobName.Size     = new System.Drawing.Size(348, 20);
     this.txtJobName.TabIndex = 6;
     //
     // txtTriggerName
     //
     tableLayoutPanel2.SetColumnSpan(this.txtTriggerName, 3);
     this.txtTriggerName.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtTriggerName.Location = new System.Drawing.Point(108, 161);
     this.txtTriggerName.Name     = "txtTriggerName";
     this.txtTriggerName.Size     = new System.Drawing.Size(348, 20);
     this.txtTriggerName.TabIndex = 8;
     //
     // txtTriggerDescription
     //
     tableLayoutPanel2.SetColumnSpan(this.txtTriggerDescription, 3);
     this.txtTriggerDescription.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtTriggerDescription.Location = new System.Drawing.Point(108, 187);
     this.txtTriggerDescription.Name     = "txtTriggerDescription";
     this.txtTriggerDescription.Size     = new System.Drawing.Size(348, 20);
     this.txtTriggerDescription.TabIndex = 7;
     //
     // txtCronExpression
     //
     tableLayoutPanel2.SetColumnSpan(this.txtCronExpression, 3);
     this.txtCronExpression.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtCronExpression.Location = new System.Drawing.Point(108, 213);
     this.txtCronExpression.Name     = "txtCronExpression";
     this.txtCronExpression.Size     = new System.Drawing.Size(348, 20);
     this.txtCronExpression.TabIndex = 10;
     //
     // txtTriggerGroup
     //
     tableLayoutPanel2.SetColumnSpan(this.txtTriggerGroup, 3);
     this.txtTriggerGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtTriggerGroup.Location = new System.Drawing.Point(108, 135);
     this.txtTriggerGroup.Name     = "txtTriggerGroup";
     this.txtTriggerGroup.Size     = new System.Drawing.Size(348, 20);
     this.txtTriggerGroup.TabIndex = 9;
     //
     // 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(59, 13);
     this.label2.TabIndex = 11;
     this.label2.Text     = "Job Group:";
     //
     // 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 = 12;
     this.label3.Text     = "Job Name:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(3, 108);
     this.label4.Margin   = new System.Windows.Forms.Padding(3);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(70, 13);
     this.label4.TabIndex = 13;
     this.label4.Text     = "Trigger Type:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(3, 187);
     this.label5.Margin   = new System.Windows.Forms.Padding(3);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(99, 13);
     this.label5.TabIndex = 14;
     this.label5.Text     = "Trigger Description:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(3, 161);
     this.label6.Margin   = new System.Windows.Forms.Padding(3);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(74, 13);
     this.label6.TabIndex = 15;
     this.label6.Text     = "Trigger Name:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(3, 135);
     this.label7.Margin   = new System.Windows.Forms.Padding(3);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(75, 13);
     this.label7.TabIndex = 16;
     this.label7.Text     = "Trigger Group:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(3, 213);
     this.label8.Margin   = new System.Windows.Forms.Padding(3);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(86, 13);
     this.label8.TabIndex = 17;
     this.label8.Text     = "Cron Expression:";
     //
     // lblJobDescription
     //
     this.lblJobDescription.AutoSize = true;
     this.lblJobDescription.Location = new System.Drawing.Point(3, 82);
     this.lblJobDescription.Margin   = new System.Windows.Forms.Padding(3);
     this.lblJobDescription.Name     = "lblJobDescription";
     this.lblJobDescription.Size     = new System.Drawing.Size(83, 13);
     this.lblJobDescription.TabIndex = 19;
     this.lblJobDescription.Text     = "Job Description:";
     //
     // txtJobDescription
     //
     tableLayoutPanel2.SetColumnSpan(this.txtJobDescription, 3);
     this.txtJobDescription.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtJobDescription.Location = new System.Drawing.Point(108, 82);
     this.txtJobDescription.Name     = "txtJobDescription";
     this.txtJobDescription.Size     = new System.Drawing.Size(348, 20);
     this.txtJobDescription.TabIndex = 18;
     //
     // jobDataListView
     //
     this.jobDataListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     tableLayoutPanel2.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(108, 239);
     this.jobDataListView.MultiSelect   = false;
     this.jobDataListView.Name          = "jobDataListView";
     this.jobDataListView.Size          = new System.Drawing.Size(267, 170);
     this.jobDataListView.TabIndex      = 20;
     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;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(3, 239);
     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 = 21;
     this.label10.Text     = "Job Data:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(3, 415);
     this.label11.Margin   = new System.Windows.Forms.Padding(3);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(28, 13);
     this.label11.TabIndex = 23;
     this.label11.Text     = "Key:";
     //
     // txtKey
     //
     tableLayoutPanel2.SetColumnSpan(this.txtKey, 2);
     this.txtKey.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtKey.Location = new System.Drawing.Point(108, 415);
     this.txtKey.Name     = "txtKey";
     this.txtKey.Size     = new System.Drawing.Size(267, 20);
     this.txtKey.TabIndex = 22;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(3, 444);
     this.label12.Margin   = new System.Windows.Forms.Padding(3);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(37, 13);
     this.label12.TabIndex = 25;
     this.label12.Text     = "Value:";
     //
     // txtValue
     //
     tableLayoutPanel2.SetColumnSpan(this.txtValue, 2);
     this.txtValue.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtValue.Location = new System.Drawing.Point(108, 444);
     this.txtValue.Name     = "txtValue";
     this.txtValue.Size     = new System.Drawing.Size(267, 20);
     this.txtValue.TabIndex = 24;
     //
     // btnAddKeyValue
     //
     this.btnAddKeyValue.Location = new System.Drawing.Point(381, 415);
     this.btnAddKeyValue.Name     = "btnAddKeyValue";
     this.btnAddKeyValue.Size     = new System.Drawing.Size(50, 23);
     this.btnAddKeyValue.TabIndex = 26;
     this.btnAddKeyValue.Text     = "Add";
     this.btnAddKeyValue.UseVisualStyleBackColor = true;
     this.btnAddKeyValue.Click += new System.EventHandler(this.btnAddKeyValue_Click);
     //
     // btnDelete
     //
     this.btnDelete.Location = new System.Drawing.Point(381, 239);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(52, 23);
     this.btnDelete.TabIndex = 27;
     this.btnDelete.Text     = "Delete";
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.AutoSize     = true;
     tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel2.ColumnCount  = 4;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     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.txtValue, 1, 11);
     tableLayoutPanel2.Controls.Add(this.label10, 0, 9);
     tableLayoutPanel2.Controls.Add(this.label12, 0, 11);
     tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
     tableLayoutPanel2.Controls.Add(this.btnAddKeyValue, 3, 10);
     tableLayoutPanel2.Controls.Add(this.cboJobType, 1, 0);
     tableLayoutPanel2.Controls.Add(this.txtKey, 1, 10);
     tableLayoutPanel2.Controls.Add(this.label11, 0, 10);
     tableLayoutPanel2.Controls.Add(this.btnDelete, 3, 9);
     tableLayoutPanel2.Controls.Add(this.txtCronExpression, 1, 8);
     tableLayoutPanel2.Controls.Add(this.jobDataListView, 1, 9);
     tableLayoutPanel2.Controls.Add(this.label8, 0, 8);
     tableLayoutPanel2.Controls.Add(this.txtJobDescription, 1, 3);
     tableLayoutPanel2.Controls.Add(this.label5, 0, 7);
     tableLayoutPanel2.Controls.Add(this.txtTriggerDescription, 1, 7);
     tableLayoutPanel2.Controls.Add(this.label6, 0, 6);
     tableLayoutPanel2.Controls.Add(this.label7, 0, 5);
     tableLayoutPanel2.Controls.Add(this.txtTriggerName, 1, 6);
     tableLayoutPanel2.Controls.Add(this.lblJobDescription, 0, 3);
     tableLayoutPanel2.Controls.Add(this.label2, 0, 1);
     tableLayoutPanel2.Controls.Add(this.txtTriggerGroup, 1, 5);
     tableLayoutPanel2.Controls.Add(this.txtJobGroup, 1, 1);
     tableLayoutPanel2.Controls.Add(this.label4, 0, 4);
     tableLayoutPanel2.Controls.Add(this.label3, 0, 2);
     tableLayoutPanel2.Controls.Add(this.txtJobName, 1, 2);
     tableLayoutPanel2.Controls.Add(this.cboTriggerType, 1, 4);
     tableLayoutPanel2.Controls.Add(this.btnAdd, 2, 13);
     tableLayoutPanel2.Controls.Add(this.btnCancel, 3, 13);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 14;
     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());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     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, 20F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(459, 516);
     tableLayoutPanel2.TabIndex = 29;
     //
     // AddJobForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(459, 516);
     this.Controls.Add(tableLayoutPanel2);
     this.MinimumSize   = new System.Drawing.Size(475, 555);
     this.Name          = "AddJobForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "AddJobForm";
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     this.WeeklyDays      = new System.Windows.Forms.CheckedListBox();
     this.WeeklyTimeValue = new System.Windows.Forms.DateTimePicker();
     label3            = new System.Windows.Forms.Label();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // WeeklyDays
     //
     tableLayoutPanel1.SetColumnSpan(this.WeeklyDays, 2);
     this.WeeklyDays.Dock = System.Windows.Forms.DockStyle.Fill;
     this.WeeklyDays.FormattingEnabled = true;
     this.WeeklyDays.Items.AddRange(new object[] {
         "Monday",
         "Tuesday",
         "Wednesday",
         "Thursday",
         "Friday",
         "Saturday",
         "Sunday"
     });
     this.WeeklyDays.Location              = new System.Drawing.Point(3, 3);
     this.WeeklyDays.Name                  = "WeeklyDays";
     this.WeeklyDays.Size                  = new System.Drawing.Size(431, 139);
     this.WeeklyDays.TabIndex              = 0;
     this.WeeklyDays.SelectedIndexChanged += new System.EventHandler(this.FireExpressionChangedInternal);
     //
     // WeeklyTimeValue
     //
     this.WeeklyTimeValue.CustomFormat  = "HH:mm";
     this.WeeklyTimeValue.Dock          = System.Windows.Forms.DockStyle.Top;
     this.WeeklyTimeValue.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.WeeklyTimeValue.Location      = new System.Drawing.Point(60, 148);
     this.WeeklyTimeValue.Name          = "WeeklyTimeValue";
     this.WeeklyTimeValue.ShowUpDown    = true;
     this.WeeklyTimeValue.Size          = new System.Drawing.Size(374, 20);
     this.WeeklyTimeValue.TabIndex      = 2;
     this.WeeklyTimeValue.ValueChanged += new System.EventHandler(this.FireExpressionChangedInternal);
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(3, 148);
     label3.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(51, 13);
     label3.TabIndex = 1;
     label3.Text     = "Start time";
     //
     // tableLayoutPanel1
     //
     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.WeeklyTimeValue, 1, 1);
     tableLayoutPanel1.Controls.Add(this.WeeklyDays, 0, 0);
     tableLayoutPanel1.Controls.Add(label3, 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());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(437, 346);
     tableLayoutPanel1.TabIndex = 8;
     //
     // WeeklyCtrl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "WeeklyCtrl";
     this.Size = new System.Drawing.Size(437, 346);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TextBox TextLicense;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
            System.Windows.Forms.Label LabelLicense;
            System.Windows.Forms.TableLayoutPanel LayoutMain;
            System.Windows.Forms.PictureBox ImageLogo;
            System.Windows.Forms.TableLayoutPanel LayoutTop;
            this.LabelNameAndVer = new System.Windows.Forms.Label();
            this.LinkHomepage = new RadioDld.ExtLinkLabel();
            this.LabelCopyright = new System.Windows.Forms.Label();
            this.LinkUpdate = new RadioDld.ExtLinkLabel();
            this.ButtonOk = new System.Windows.Forms.Button();
            TextLicense = new System.Windows.Forms.TextBox();
            LabelLicense = new System.Windows.Forms.Label();
            LayoutMain = new System.Windows.Forms.TableLayoutPanel();
            ImageLogo = new System.Windows.Forms.PictureBox();
            LayoutTop = new System.Windows.Forms.TableLayoutPanel();
            LayoutMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(ImageLogo)).BeginInit();
            LayoutTop.SuspendLayout();
            this.SuspendLayout();
            // 
            // TextLicense
            // 
            LayoutMain.SetColumnSpan(TextLicense, 2);
            TextLicense.Dock = System.Windows.Forms.DockStyle.Fill;
            TextLicense.Location = new System.Drawing.Point(11, 104);
            TextLicense.Margin = new System.Windows.Forms.Padding(11, 0, 11, 0);
            TextLicense.Multiline = true;
            TextLicense.Name = "TextLicense";
            TextLicense.ReadOnly = true;
            TextLicense.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            TextLicense.Size = new System.Drawing.Size(491, 141);
            TextLicense.TabIndex = 5;
            TextLicense.Text = resources.GetString("TextLicense.Text");
            // 
            // LabelLicense
            // 
            LabelLicense.AutoSize = true;
            LayoutMain.SetColumnSpan(LabelLicense, 2);
            LabelLicense.Location = new System.Drawing.Point(11, 86);
            LabelLicense.Margin = new System.Windows.Forms.Padding(11, 11, 0, 3);
            LabelLicense.Name = "LabelLicense";
            LabelLicense.Size = new System.Drawing.Size(49, 15);
            LabelLicense.TabIndex = 4;
            LabelLicense.Text = "&License:";
            // 
            // LayoutMain
            // 
            LayoutMain.ColumnCount = 2;
            LayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            LayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            LayoutMain.Controls.Add(ImageLogo, 0, 0);
            LayoutMain.Controls.Add(LayoutTop, 1, 0);
            LayoutMain.Controls.Add(this.ButtonOk, 0, 3);
            LayoutMain.Controls.Add(LabelLicense, 0, 1);
            LayoutMain.Controls.Add(TextLicense, 0, 2);
            LayoutMain.Dock = System.Windows.Forms.DockStyle.Fill;
            LayoutMain.Location = new System.Drawing.Point(0, 0);
            LayoutMain.Name = "LayoutMain";
            LayoutMain.RowCount = 4;
            LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
            LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
            LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
            LayoutMain.Size = new System.Drawing.Size(513, 290);
            LayoutMain.TabIndex = 6;
            // 
            // ImageLogo
            // 
            ImageLogo.Image = global::RadioDld.Properties.Resources.icon_main_img64;
            ImageLogo.Location = new System.Drawing.Point(11, 11);
            ImageLogo.Margin = new System.Windows.Forms.Padding(11, 11, 0, 0);
            ImageLogo.Name = "ImageLogo";
            ImageLogo.Size = new System.Drawing.Size(64, 64);
            ImageLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            ImageLogo.TabIndex = 8;
            ImageLogo.TabStop = false;
            // 
            // LayoutTop
            // 
            LayoutTop.ColumnCount = 2;
            LayoutTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            LayoutTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            LayoutTop.Controls.Add(this.LabelNameAndVer, 0, 1);
            LayoutTop.Controls.Add(this.LinkHomepage, 0, 3);
            LayoutTop.Controls.Add(this.LabelCopyright, 0, 2);
            LayoutTop.Controls.Add(this.LinkUpdate, 1, 1);
            LayoutTop.Dock = System.Windows.Forms.DockStyle.Fill;
            LayoutTop.Location = new System.Drawing.Point(75, 11);
            LayoutTop.Margin = new System.Windows.Forms.Padding(0, 11, 0, 0);
            LayoutTop.Name = "LayoutTop";
            LayoutTop.RowCount = 5;
            LayoutTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            LayoutTop.RowStyles.Add(new System.Windows.Forms.RowStyle());
            LayoutTop.RowStyles.Add(new System.Windows.Forms.RowStyle());
            LayoutTop.RowStyles.Add(new System.Windows.Forms.RowStyle());
            LayoutTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            LayoutTop.Size = new System.Drawing.Size(438, 64);
            LayoutTop.TabIndex = 7;
            // 
            // LabelNameAndVer
            // 
            this.LabelNameAndVer.AutoSize = true;
            this.LabelNameAndVer.Location = new System.Drawing.Point(3, 6);
            this.LabelNameAndVer.Margin = new System.Windows.Forms.Padding(3, 0, 3, 2);
            this.LabelNameAndVer.Name = "LabelNameAndVer";
            this.LabelNameAndVer.Size = new System.Drawing.Size(136, 15);
            this.LabelNameAndVer.TabIndex = 1;
            this.LabelNameAndVer.Text = "Radio Downloader ?.?.?.?";
            // 
            // LinkHomepage
            // 
            this.LinkHomepage.AutoSize = true;
            LayoutTop.SetColumnSpan(this.LinkHomepage, 2);
            this.LinkHomepage.Location = new System.Drawing.Point(3, 43);
            this.LinkHomepage.Margin = new System.Windows.Forms.Padding(3, 1, 3, 0);
            this.LinkHomepage.Name = "LinkHomepage";
            this.LinkHomepage.Size = new System.Drawing.Size(260, 15);
            this.LinkHomepage.TabIndex = 3;
            this.LinkHomepage.TabStop = true;
            this.LinkHomepage.Text = "https://nerdoftheherd.com/tools/radiodld/";
            this.LinkHomepage.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkHomepage_LinkClicked);
            // 
            // LabelCopyright
            // 
            this.LabelCopyright.AutoSize = true;
            LayoutTop.SetColumnSpan(this.LabelCopyright, 2);
            this.LabelCopyright.Location = new System.Drawing.Point(3, 25);
            this.LabelCopyright.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.LabelCopyright.Name = "LabelCopyright";
            this.LabelCopyright.Size = new System.Drawing.Size(99, 15);
            this.LabelCopyright.TabIndex = 2;
            this.LabelCopyright.Text = "Copyright © 20??";
            // 
            // LinkUpdate
            // 
            this.LinkUpdate.AutoSize = true;
            this.LinkUpdate.Location = new System.Drawing.Point(142, 6);
            this.LinkUpdate.Margin = new System.Windows.Forms.Padding(0, 0, 3, 2);
            this.LinkUpdate.Name = "LinkUpdate";
            this.LinkUpdate.Size = new System.Drawing.Size(94, 15);
            this.LinkUpdate.TabIndex = 4;
            this.LinkUpdate.TabStop = true;
            this.LinkUpdate.Text = "Update available";
            this.LinkUpdate.Visible = false;
            this.LinkUpdate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkUpdate_LinkClicked);
            // 
            // ButtonOk
            // 
            this.ButtonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            LayoutMain.SetColumnSpan(this.ButtonOk, 2);
            this.ButtonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.ButtonOk.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.ButtonOk.Location = new System.Drawing.Point(427, 256);
            this.ButtonOk.Margin = new System.Windows.Forms.Padding(0, 11, 11, 11);
            this.ButtonOk.Name = "ButtonOk";
            this.ButtonOk.Size = new System.Drawing.Size(75, 23);
            this.ButtonOk.TabIndex = 0;
            this.ButtonOk.Text = "OK";
            this.ButtonOk.UseVisualStyleBackColor = true;
            this.ButtonOk.Click += new System.EventHandler(this.ButtonOk_Click);
            // 
            // About
            // 
            this.AcceptButton = this.ButtonOk;
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(513, 290);
            this.Controls.Add(LayoutMain);
            this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = global::RadioDld.Properties.Resources.icon_main;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "About";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "About";
            this.Load += new System.EventHandler(this.About_Load);
            LayoutMain.ResumeLayout(false);
            LayoutMain.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(ImageLogo)).EndInit();
            LayoutTop.ResumeLayout(false);
            LayoutTop.PerformLayout();
            this.ResumeLayout(false);

        }
Beispiel #42
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label gameNameLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RomInformationForm));
     System.Windows.Forms.Label            makerCodeLabel;
     System.Windows.Forms.Label            makerNameLabel;
     System.Windows.Forms.GroupBox         gameGroupBox;
     System.Windows.Forms.TableLayoutPanel gameTableLayoutPanel;
     System.Windows.Forms.GroupBox         hardwareGroupBox;
     System.Windows.Forms.TableLayoutPanel hardwareTableLayoutPanel;
     System.Windows.Forms.Label            ramSizeLabel;
     System.Windows.Forms.Label            romTypeLabel;
     System.Windows.Forms.Label            romSizeLabel;
     System.Windows.Forms.TableLayoutPanel colorPaletteTableLayoutPanel;
     System.Windows.Forms.Label            backgroundColorPalettelabel;
     System.Windows.Forms.Label            object0ColorPaletteLabel;
     System.Windows.Forms.Label            object1ColorPaletteLabel;
     this.makerNameValueLabel = new System.Windows.Forms.Label();
     this.makerCodeValueLabel = new System.Windows.Forms.Label();
     this.nameValueLabel      = new System.Windows.Forms.Label();
     this.ramSizeValueLabel   = new System.Windows.Forms.Label();
     this.romSizeValueLabel   = new System.Windows.Forms.Label();
     this.romTypeValueLabel   = new System.Windows.Forms.Label();
     this.sgbCheckBox         = new System.Windows.Forms.CheckBox();
     this.cgbCheckBox         = new System.Windows.Forms.CheckBox();
     this.object1ColorPaletteTableLayoutPanel    = new System.Windows.Forms.TableLayoutPanel();
     this.object0ColorPaletteTableLayoutPanel    = new System.Windows.Forms.TableLayoutPanel();
     this.backgroundColorPaletteTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.okButton             = new System.Windows.Forms.Button();
     this.colorPaletteGroupBox = new System.Windows.Forms.GroupBox();
     gameNameLabel             = new System.Windows.Forms.Label();
     makerCodeLabel            = new System.Windows.Forms.Label();
     makerNameLabel            = new System.Windows.Forms.Label();
     gameGroupBox                 = new System.Windows.Forms.GroupBox();
     gameTableLayoutPanel         = new System.Windows.Forms.TableLayoutPanel();
     hardwareGroupBox             = new System.Windows.Forms.GroupBox();
     hardwareTableLayoutPanel     = new System.Windows.Forms.TableLayoutPanel();
     ramSizeLabel                 = new System.Windows.Forms.Label();
     romTypeLabel                 = new System.Windows.Forms.Label();
     romSizeLabel                 = new System.Windows.Forms.Label();
     colorPaletteTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     backgroundColorPalettelabel  = new System.Windows.Forms.Label();
     object0ColorPaletteLabel     = new System.Windows.Forms.Label();
     object1ColorPaletteLabel     = new System.Windows.Forms.Label();
     gameGroupBox.SuspendLayout();
     gameTableLayoutPanel.SuspendLayout();
     hardwareGroupBox.SuspendLayout();
     hardwareTableLayoutPanel.SuspendLayout();
     colorPaletteTableLayoutPanel.SuspendLayout();
     this.colorPaletteGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // gameNameLabel
     //
     resources.ApplyResources(gameNameLabel, "gameNameLabel");
     gameNameLabel.Name = "gameNameLabel";
     //
     // makerCodeLabel
     //
     resources.ApplyResources(makerCodeLabel, "makerCodeLabel");
     makerCodeLabel.Name = "makerCodeLabel";
     //
     // makerNameLabel
     //
     resources.ApplyResources(makerNameLabel, "makerNameLabel");
     makerNameLabel.Name = "makerNameLabel";
     //
     // gameGroupBox
     //
     resources.ApplyResources(gameGroupBox, "gameGroupBox");
     gameGroupBox.Controls.Add(gameTableLayoutPanel);
     gameGroupBox.Name    = "gameGroupBox";
     gameGroupBox.TabStop = false;
     //
     // gameTableLayoutPanel
     //
     resources.ApplyResources(gameTableLayoutPanel, "gameTableLayoutPanel");
     gameTableLayoutPanel.Controls.Add(this.makerNameValueLabel, 1, 2);
     gameTableLayoutPanel.Controls.Add(makerNameLabel, 0, 2);
     gameTableLayoutPanel.Controls.Add(this.makerCodeValueLabel, 1, 1);
     gameTableLayoutPanel.Controls.Add(this.nameValueLabel, 1, 0);
     gameTableLayoutPanel.Controls.Add(gameNameLabel, 0, 0);
     gameTableLayoutPanel.Controls.Add(makerCodeLabel, 0, 1);
     gameTableLayoutPanel.Name = "gameTableLayoutPanel";
     //
     // makerNameValueLabel
     //
     resources.ApplyResources(this.makerNameValueLabel, "makerNameValueLabel");
     this.makerNameValueLabel.Name = "makerNameValueLabel";
     //
     // makerCodeValueLabel
     //
     resources.ApplyResources(this.makerCodeValueLabel, "makerCodeValueLabel");
     this.makerCodeValueLabel.Name = "makerCodeValueLabel";
     //
     // nameValueLabel
     //
     resources.ApplyResources(this.nameValueLabel, "nameValueLabel");
     this.nameValueLabel.Name = "nameValueLabel";
     //
     // hardwareGroupBox
     //
     resources.ApplyResources(hardwareGroupBox, "hardwareGroupBox");
     hardwareGroupBox.Controls.Add(hardwareTableLayoutPanel);
     hardwareGroupBox.Name    = "hardwareGroupBox";
     hardwareGroupBox.TabStop = false;
     //
     // hardwareTableLayoutPanel
     //
     resources.ApplyResources(hardwareTableLayoutPanel, "hardwareTableLayoutPanel");
     hardwareTableLayoutPanel.Controls.Add(this.ramSizeValueLabel, 1, 2);
     hardwareTableLayoutPanel.Controls.Add(ramSizeLabel, 0, 2);
     hardwareTableLayoutPanel.Controls.Add(this.romSizeValueLabel, 1, 1);
     hardwareTableLayoutPanel.Controls.Add(this.romTypeValueLabel, 1, 0);
     hardwareTableLayoutPanel.Controls.Add(romTypeLabel, 0, 0);
     hardwareTableLayoutPanel.Controls.Add(romSizeLabel, 0, 1);
     hardwareTableLayoutPanel.Controls.Add(this.sgbCheckBox, 0, 3);
     hardwareTableLayoutPanel.Controls.Add(this.cgbCheckBox, 0, 4);
     hardwareTableLayoutPanel.Name = "hardwareTableLayoutPanel";
     //
     // ramSizeValueLabel
     //
     resources.ApplyResources(this.ramSizeValueLabel, "ramSizeValueLabel");
     this.ramSizeValueLabel.Name = "ramSizeValueLabel";
     //
     // ramSizeLabel
     //
     resources.ApplyResources(ramSizeLabel, "ramSizeLabel");
     ramSizeLabel.Name = "ramSizeLabel";
     //
     // romSizeValueLabel
     //
     resources.ApplyResources(this.romSizeValueLabel, "romSizeValueLabel");
     this.romSizeValueLabel.Name = "romSizeValueLabel";
     //
     // romTypeValueLabel
     //
     resources.ApplyResources(this.romTypeValueLabel, "romTypeValueLabel");
     this.romTypeValueLabel.Name = "romTypeValueLabel";
     //
     // romTypeLabel
     //
     resources.ApplyResources(romTypeLabel, "romTypeLabel");
     romTypeLabel.Name = "romTypeLabel";
     //
     // romSizeLabel
     //
     resources.ApplyResources(romSizeLabel, "romSizeLabel");
     romSizeLabel.Name = "romSizeLabel";
     //
     // sgbCheckBox
     //
     resources.ApplyResources(this.sgbCheckBox, "sgbCheckBox");
     this.sgbCheckBox.AutoCheck = false;
     hardwareTableLayoutPanel.SetColumnSpan(this.sgbCheckBox, 2);
     this.sgbCheckBox.Name = "sgbCheckBox";
     this.sgbCheckBox.UseVisualStyleBackColor = true;
     //
     // cgbCheckBox
     //
     resources.ApplyResources(this.cgbCheckBox, "cgbCheckBox");
     this.cgbCheckBox.AutoCheck = false;
     hardwareTableLayoutPanel.SetColumnSpan(this.cgbCheckBox, 2);
     this.cgbCheckBox.Name = "cgbCheckBox";
     this.cgbCheckBox.UseVisualStyleBackColor = true;
     //
     // colorPaletteTableLayoutPanel
     //
     resources.ApplyResources(colorPaletteTableLayoutPanel, "colorPaletteTableLayoutPanel");
     colorPaletteTableLayoutPanel.Controls.Add(this.object1ColorPaletteTableLayoutPanel, 1, 2);
     colorPaletteTableLayoutPanel.Controls.Add(this.object0ColorPaletteTableLayoutPanel, 1, 1);
     colorPaletteTableLayoutPanel.Controls.Add(backgroundColorPalettelabel, 0, 0);
     colorPaletteTableLayoutPanel.Controls.Add(object0ColorPaletteLabel, 0, 1);
     colorPaletteTableLayoutPanel.Controls.Add(object1ColorPaletteLabel, 0, 2);
     colorPaletteTableLayoutPanel.Controls.Add(this.backgroundColorPaletteTableLayoutPanel, 1, 0);
     colorPaletteTableLayoutPanel.Name = "colorPaletteTableLayoutPanel";
     //
     // object1ColorPaletteTableLayoutPanel
     //
     resources.ApplyResources(this.object1ColorPaletteTableLayoutPanel, "object1ColorPaletteTableLayoutPanel");
     this.object1ColorPaletteTableLayoutPanel.Name       = "object1ColorPaletteTableLayoutPanel";
     this.object1ColorPaletteTableLayoutPanel.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.OnPaletteCellPaint);
     //
     // object0ColorPaletteTableLayoutPanel
     //
     resources.ApplyResources(this.object0ColorPaletteTableLayoutPanel, "object0ColorPaletteTableLayoutPanel");
     this.object0ColorPaletteTableLayoutPanel.Name       = "object0ColorPaletteTableLayoutPanel";
     this.object0ColorPaletteTableLayoutPanel.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.OnPaletteCellPaint);
     //
     // backgroundColorPalettelabel
     //
     resources.ApplyResources(backgroundColorPalettelabel, "backgroundColorPalettelabel");
     backgroundColorPalettelabel.Name = "backgroundColorPalettelabel";
     //
     // object0ColorPaletteLabel
     //
     resources.ApplyResources(object0ColorPaletteLabel, "object0ColorPaletteLabel");
     object0ColorPaletteLabel.Name = "object0ColorPaletteLabel";
     //
     // object1ColorPaletteLabel
     //
     resources.ApplyResources(object1ColorPaletteLabel, "object1ColorPaletteLabel");
     object1ColorPaletteLabel.Name = "object1ColorPaletteLabel";
     //
     // backgroundColorPaletteTableLayoutPanel
     //
     resources.ApplyResources(this.backgroundColorPaletteTableLayoutPanel, "backgroundColorPaletteTableLayoutPanel");
     this.backgroundColorPaletteTableLayoutPanel.Name       = "backgroundColorPaletteTableLayoutPanel";
     this.backgroundColorPaletteTableLayoutPanel.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.OnPaletteCellPaint);
     //
     // okButton
     //
     resources.ApplyResources(this.okButton, "okButton");
     this.okButton.Name = "okButton";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // colorPaletteGroupBox
     //
     resources.ApplyResources(this.colorPaletteGroupBox, "colorPaletteGroupBox");
     this.colorPaletteGroupBox.Controls.Add(colorPaletteTableLayoutPanel);
     this.colorPaletteGroupBox.Name    = "colorPaletteGroupBox";
     this.colorPaletteGroupBox.TabStop = false;
     //
     // RomInformationForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.colorPaletteGroupBox);
     this.Controls.Add(this.okButton);
     this.Controls.Add(hardwareGroupBox);
     this.Controls.Add(gameGroupBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "RomInformationForm";
     this.ShowInTaskbar   = false;
     gameGroupBox.ResumeLayout(false);
     gameTableLayoutPanel.ResumeLayout(false);
     gameTableLayoutPanel.PerformLayout();
     hardwareGroupBox.ResumeLayout(false);
     hardwareTableLayoutPanel.ResumeLayout(false);
     hardwareTableLayoutPanel.PerformLayout();
     colorPaletteTableLayoutPanel.ResumeLayout(false);
     colorPaletteTableLayoutPanel.PerformLayout();
     this.colorPaletteGroupBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            this.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);

		}
        /// <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 treeListColumn929 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Index", "Index")));
            TreelistView.TreeListColumn treeListColumn930 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn931 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Stride", "Stride")));
            TreelistView.TreeListColumn treeListColumn932 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Offset", "Offset")));
            TreelistView.TreeListColumn treeListColumn933 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Divisor", "Divisor")));
            TreelistView.TreeListColumn treeListColumn934 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("bytelen", "Byte Len")));
            TreelistView.TreeListColumn treeListColumn935 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            System.Windows.Forms.GroupBox groupBox2;
            TreelistView.TreeListColumn treeListColumn936 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Index", "Index")));
            TreelistView.TreeListColumn treeListColumn937 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Enabled", "Enabled")));
            TreelistView.TreeListColumn treeListColumn938 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Name", "Name")));
            TreelistView.TreeListColumn treeListColumn939 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format/Generic Value")));
            TreelistView.TreeListColumn treeListColumn940 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer Slot", "Buffer Slot")));
            TreelistView.TreeListColumn treeListColumn941 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Relative Offset", "Relative Offset")));
            TreelistView.TreeListColumn treeListColumn942 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            System.Windows.Forms.GroupBox groupBox44;
            System.Windows.Forms.Label label35;
            System.Windows.Forms.Label label22;
            System.Windows.Forms.Label label37;
            TreelistView.TreeListColumn treeListColumn943 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn944 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn945 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn946 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn947 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            TreelistView.TreeListColumn treeListColumn948 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth", "Depth")));
            TreelistView.TreeListColumn treeListColumn949 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Array Size", "Array Size")));
            TreelistView.TreeListColumn treeListColumn950 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn951 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn952 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn953 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Addressing", "Addressing")));
            TreelistView.TreeListColumn treeListColumn954 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Min Filter", "Min Filter")));
            TreelistView.TreeListColumn treeListColumn955 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Mag Filter", "Mag Filter")));
            TreelistView.TreeListColumn treeListColumn956 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Clamp", "LOD Clamp")));
            TreelistView.TreeListColumn treeListColumn957 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Bias", "LOD Bias")));
            TreelistView.TreeListColumn treeListColumn958 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn959 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn960 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn961 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn962 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn963 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Uniform", "Uniform")));
            TreelistView.TreeListColumn treeListColumn964 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Value", "Value")));
            TreelistView.TreeListColumn treeListColumn965 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("BindingType", "Binding")));
            TreelistView.TreeListColumn treeListColumn966 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn967 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn968 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Dimensions", "Dimensions")));
            TreelistView.TreeListColumn treeListColumn969 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn970 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Access", "Access")));
            TreelistView.TreeListColumn treeListColumn971 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            System.Windows.Forms.Label label25;
            System.Windows.Forms.Label label27;
            System.Windows.Forms.Label label33;
            TreelistView.TreeListColumn treeListColumn972 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn973 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn974 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn975 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn976 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            TreelistView.TreeListColumn treeListColumn977 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth", "Depth")));
            TreelistView.TreeListColumn treeListColumn978 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Array Size", "Array Size")));
            TreelistView.TreeListColumn treeListColumn979 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn980 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn981 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn982 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Addressing", "Addressing")));
            TreelistView.TreeListColumn treeListColumn983 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Min Filter", "Min Filter")));
            TreelistView.TreeListColumn treeListColumn984 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Mag Filter", "Mag Filter")));
            TreelistView.TreeListColumn treeListColumn985 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Clamp", "LOD Clamp")));
            TreelistView.TreeListColumn treeListColumn986 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Bias", "LOD Bias")));
            TreelistView.TreeListColumn treeListColumn987 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn988 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn989 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn990 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn991 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn992 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Uniform", "Uniform")));
            TreelistView.TreeListColumn treeListColumn993 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Value", "Value")));
            TreelistView.TreeListColumn treeListColumn994 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("BindingType", "Binding")));
            TreelistView.TreeListColumn treeListColumn995 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn996 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn997 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Dimensions", "Dimensions")));
            TreelistView.TreeListColumn treeListColumn998 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn999 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Access", "Access")));
            TreelistView.TreeListColumn treeListColumn1000 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            System.Windows.Forms.Label label34;
            System.Windows.Forms.Label label38;
            System.Windows.Forms.Label label39;
            TreelistView.TreeListColumn treeListColumn1001 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1002 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn1003 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn1004 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn1005 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            TreelistView.TreeListColumn treeListColumn1006 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth", "Depth")));
            TreelistView.TreeListColumn treeListColumn1007 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Array Size", "Array Size")));
            TreelistView.TreeListColumn treeListColumn1008 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn1009 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn1010 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1011 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Addressing", "Addressing")));
            TreelistView.TreeListColumn treeListColumn1012 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Min Filter", "Min Filter")));
            TreelistView.TreeListColumn treeListColumn1013 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Mag Filter", "Mag Filter")));
            TreelistView.TreeListColumn treeListColumn1014 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Clamp", "LOD Clamp")));
            TreelistView.TreeListColumn treeListColumn1015 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Bias", "LOD Bias")));
            TreelistView.TreeListColumn treeListColumn1016 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1017 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn1018 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn1019 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn1020 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn1021 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Uniform", "Uniform")));
            TreelistView.TreeListColumn treeListColumn1022 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Value", "Value")));
            TreelistView.TreeListColumn treeListColumn1023 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("BindingType", "Binding")));
            TreelistView.TreeListColumn treeListColumn1024 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1025 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn1026 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Dimensions", "Dimensions")));
            TreelistView.TreeListColumn treeListColumn1027 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn1028 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Access", "Access")));
            TreelistView.TreeListColumn treeListColumn1029 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            System.Windows.Forms.Label label40;
            System.Windows.Forms.Label label41;
            System.Windows.Forms.Label label42;
            TreelistView.TreeListColumn treeListColumn1030 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1031 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn1032 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn1033 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn1034 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            TreelistView.TreeListColumn treeListColumn1035 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth", "Depth")));
            TreelistView.TreeListColumn treeListColumn1036 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Array Size", "Array Size")));
            TreelistView.TreeListColumn treeListColumn1037 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn1038 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn1039 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1040 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Addressing", "Addressing")));
            TreelistView.TreeListColumn treeListColumn1041 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Min Filter", "Min Filter")));
            TreelistView.TreeListColumn treeListColumn1042 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Mag Filter", "Mag Filter")));
            TreelistView.TreeListColumn treeListColumn1043 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Clamp", "LOD Clamp")));
            TreelistView.TreeListColumn treeListColumn1044 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Bias", "LOD Bias")));
            TreelistView.TreeListColumn treeListColumn1045 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1046 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn1047 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn1048 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn1049 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GLPipelineStateViewer));
            TreelistView.TreeListColumn treeListColumn1050 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1051 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn1052 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Length", "Length")));
            TreelistView.TreeListColumn treeListColumn1053 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Offset", "Offset")));
            TreelistView.TreeListColumn treeListColumn1054 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn1055 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Uniform", "Uniform")));
            TreelistView.TreeListColumn treeListColumn1056 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Value", "Value")));
            TreelistView.TreeListColumn treeListColumn1057 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("BindingType", "Binding")));
            TreelistView.TreeListColumn treeListColumn1058 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1059 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn1060 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Dimensions", "Dimensions")));
            TreelistView.TreeListColumn treeListColumn1061 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn1062 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Access", "Access")));
            TreelistView.TreeListColumn treeListColumn1063 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel14;
            System.Windows.Forms.GroupBox multisampleGroup;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
            System.Windows.Forms.Label label26;
            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 label36;
            System.Windows.Forms.GroupBox rasterizerGroup;
            System.Windows.Forms.TableLayoutPanel rasterizerTable;
            System.Windows.Forms.Label label24;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label15;
            System.Windows.Forms.Label label16;
            System.Windows.Forms.Label label17;
            System.Windows.Forms.Label label18;
            System.Windows.Forms.Label label19;
            System.Windows.Forms.Label label20;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label8;
            System.Windows.Forms.Label label23;
            System.Windows.Forms.GroupBox viewportGroup;
            TreelistView.TreeListColumn treeListColumn1064 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1065 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("X", "X")));
            TreelistView.TreeListColumn treeListColumn1066 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Y", "Y")));
            TreelistView.TreeListColumn treeListColumn1067 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn1068 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            TreelistView.TreeListColumn treeListColumn1069 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("MinDepth", "MinDepth")));
            TreelistView.TreeListColumn treeListColumn1070 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("MaxDepth", "MaxDepth")));
            System.Windows.Forms.GroupBox scissorGroup;
            TreelistView.TreeListColumn treeListColumn1071 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1072 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("X", "X")));
            TreelistView.TreeListColumn treeListColumn1073 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Y", "Y")));
            TreelistView.TreeListColumn treeListColumn1074 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn1075 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            TreelistView.TreeListColumn treeListColumn1076 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Enabled", "Enabled")));
            System.Windows.Forms.Label label43;
            System.Windows.Forms.Label label44;
            System.Windows.Forms.Label label45;
            TreelistView.TreeListColumn treeListColumn1077 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1078 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn1079 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn1080 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn1081 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            TreelistView.TreeListColumn treeListColumn1082 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth", "Depth")));
            TreelistView.TreeListColumn treeListColumn1083 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Array Size", "Array Size")));
            TreelistView.TreeListColumn treeListColumn1084 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn1085 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn1086 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1087 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Addressing", "Addressing")));
            TreelistView.TreeListColumn treeListColumn1088 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Min Filter", "Min Filter")));
            TreelistView.TreeListColumn treeListColumn1089 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Mag Filter", "Mag Filter")));
            TreelistView.TreeListColumn treeListColumn1090 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Clamp", "LOD Clamp")));
            TreelistView.TreeListColumn treeListColumn1091 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Bias", "LOD Bias")));
            TreelistView.TreeListColumn treeListColumn1092 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1093 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn1094 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn1095 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn1096 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn1097 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Uniform", "Uniform")));
            TreelistView.TreeListColumn treeListColumn1098 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Value", "Value")));
            TreelistView.TreeListColumn treeListColumn1099 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("BindingType", "Binding")));
            TreelistView.TreeListColumn treeListColumn1100 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1101 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn1102 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Dimensions", "Dimensions")));
            TreelistView.TreeListColumn treeListColumn1103 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn1104 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Access", "Access")));
            TreelistView.TreeListColumn treeListColumn1105 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn1106 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1107 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn1108 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn1109 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn1110 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            TreelistView.TreeListColumn treeListColumn1111 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth", "Depth")));
            TreelistView.TreeListColumn treeListColumn1112 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Array Size", "Array Size")));
            TreelistView.TreeListColumn treeListColumn1113 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn1114 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn1115 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1116 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Enabled", "Enabled")));
            TreelistView.TreeListColumn treeListColumn1117 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Colour Src", "Colour Src")));
            TreelistView.TreeListColumn treeListColumn1118 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Colour Dst", "Colour Dst")));
            TreelistView.TreeListColumn treeListColumn1119 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Colour Op", "Colour Op")));
            TreelistView.TreeListColumn treeListColumn1120 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Alpha Src", "Alpha Src")));
            TreelistView.TreeListColumn treeListColumn1121 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Alpha Dst", "Alpha Dst")));
            TreelistView.TreeListColumn treeListColumn1122 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Alpha Op", "Alpha Op")));
            TreelistView.TreeListColumn treeListColumn1123 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Write Mask", "Write Mask")));
            TreelistView.TreeListColumn treeListColumn1124 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Face", "Face")));
            TreelistView.TreeListColumn treeListColumn1125 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Func", "Func")));
            TreelistView.TreeListColumn treeListColumn1126 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Fail", "Fail")));
            TreelistView.TreeListColumn treeListColumn1127 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth Fail", "Depth Fail")));
            TreelistView.TreeListColumn treeListColumn1128 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Pass", "Pass")));
            TreelistView.TreeListColumn treeListColumn1129 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Ref", "Ref")));
            TreelistView.TreeListColumn treeListColumn1130 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Write Mask", "Write Mask")));
            TreelistView.TreeListColumn treeListColumn1131 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Val Mask", "Val Mask")));
            System.Windows.Forms.Label label9;
            System.Windows.Forms.Label label10;
            System.Windows.Forms.Label label46;
            TreelistView.TreeListColumn treeListColumn1132 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1133 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn1134 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
            TreelistView.TreeListColumn treeListColumn1135 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width")));
            TreelistView.TreeListColumn treeListColumn1136 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height")));
            TreelistView.TreeListColumn treeListColumn1137 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth", "Depth")));
            TreelistView.TreeListColumn treeListColumn1138 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Array Size", "Array Size")));
            TreelistView.TreeListColumn treeListColumn1139 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn1140 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn1141 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1142 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Addressing", "Addressing")));
            TreelistView.TreeListColumn treeListColumn1143 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Min Filter", "Min Filter")));
            TreelistView.TreeListColumn treeListColumn1144 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Mag Filter", "Mag Filter")));
            TreelistView.TreeListColumn treeListColumn1145 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Clamp", "LOD Clamp")));
            TreelistView.TreeListColumn treeListColumn1146 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("LOD Bias", "LOD Bias")));
            TreelistView.TreeListColumn treeListColumn1147 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1148 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer")));
            TreelistView.TreeListColumn treeListColumn1149 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range")));
            TreelistView.TreeListColumn treeListColumn1150 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size")));
            TreelistView.TreeListColumn treeListColumn1151 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go")));
            TreelistView.TreeListColumn treeListColumn1152 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Uniform", "Uniform")));
            TreelistView.TreeListColumn treeListColumn1153 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Value", "Value")));
            TreelistView.TreeListColumn treeListColumn1154 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("BindingType", "Binding")));
            TreelistView.TreeListColumn treeListColumn1155 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot")));
            TreelistView.TreeListColumn treeListColumn1156 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource")));
            TreelistView.TreeListColumn treeListColumn1157 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Dimensions", "Dimensions")));
            TreelistView.TreeListColumn treeListColumn1158 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format")));
            TreelistView.TreeListColumn treeListColumn1159 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Access", "Access")));
            TreelistView.TreeListColumn treeListColumn1160 = ((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.tabVTX = 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.restartIndex = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.iabuffers = new TreelistView.TreeListView();
            this.inputLayouts = 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.vsTable = 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.vsShaderSave = new System.Windows.Forms.PictureBox();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.vsTextures = new TreelistView.TreeListView();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.vsSamplers = new TreelistView.TreeListView();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.vsCBuffers = new TreelistView.TreeListView();
            this.vsSubroutinesGroup = new System.Windows.Forms.GroupBox();
            this.vsSubroutines = new TreelistView.TreeListView();
            this.vsReadWriteGroup = new System.Windows.Forms.GroupBox();
            this.vsReadWrite = new TreelistView.TreeListView();
            this.tabTCS = new System.Windows.Forms.TabPage();
            this.panel3 = new System.Windows.Forms.Panel();
            this.tcsTable = new System.Windows.Forms.TableLayoutPanel();
            this.tcsShaderGroup = new System.Windows.Forms.GroupBox();
            this.tcsShaderFlow = new System.Windows.Forms.FlowLayoutPanel();
            this.tcsShader = new System.Windows.Forms.Label();
            this.tcsShaderCog = new System.Windows.Forms.PictureBox();
            this.tcsShaderEdit = new System.Windows.Forms.PictureBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.tcsTexturesGroup = new System.Windows.Forms.GroupBox();
            this.tcsTextures = new TreelistView.TreeListView();
            this.tcsSamplersGroup = new System.Windows.Forms.GroupBox();
            this.tcsSamplers = new TreelistView.TreeListView();
            this.tcsCBuffersGroup = new System.Windows.Forms.GroupBox();
            this.tcsCBuffers = new TreelistView.TreeListView();
            this.tcsSubroutinesGroup = new System.Windows.Forms.GroupBox();
            this.tcsSubroutines = new TreelistView.TreeListView();
            this.tcsReadWriteGroup = new System.Windows.Forms.GroupBox();
            this.tcsReadWrite = new TreelistView.TreeListView();
            this.tabTES = new System.Windows.Forms.TabPage();
            this.panel4 = new System.Windows.Forms.Panel();
            this.tesTable = new System.Windows.Forms.TableLayoutPanel();
            this.tesShaderGroup = new System.Windows.Forms.GroupBox();
            this.tesShaderFlow = new System.Windows.Forms.FlowLayoutPanel();
            this.tesShader = new System.Windows.Forms.Label();
            this.tesShaderCog = new System.Windows.Forms.PictureBox();
            this.tesShaderEdit = new System.Windows.Forms.PictureBox();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.tesTexturesGroup = new System.Windows.Forms.GroupBox();
            this.tesTextures = new TreelistView.TreeListView();
            this.tesSamplersGroup = new System.Windows.Forms.GroupBox();
            this.tesSamplers = new TreelistView.TreeListView();
            this.tesCBuffersGroup = new System.Windows.Forms.GroupBox();
            this.tesCBuffers = new TreelistView.TreeListView();
            this.tesSubroutinesGroup = new System.Windows.Forms.GroupBox();
            this.tesSubroutines = new TreelistView.TreeListView();
            this.tesReadWriteGroup = new System.Windows.Forms.GroupBox();
            this.tesReadWrite = new TreelistView.TreeListView();
            this.tabGS = new System.Windows.Forms.TabPage();
            this.panel5 = new System.Windows.Forms.Panel();
            this.gsTable = 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.pictureBox4 = new System.Windows.Forms.PictureBox();
            this.groupBox24 = new System.Windows.Forms.GroupBox();
            this.gsTextures = new TreelistView.TreeListView();
            this.groupBox25 = new System.Windows.Forms.GroupBox();
            this.gsSamplers = new TreelistView.TreeListView();
            this.groupBox26 = new System.Windows.Forms.GroupBox();
            this.gsCBuffers = new TreelistView.TreeListView();
            this.feedbackGroup = new System.Windows.Forms.GroupBox();
            this.feedbackTable = new System.Windows.Forms.TableLayoutPanel();
            this.feedbackPaused = new System.Windows.Forms.PictureBox();
            this.gsFeedback = new TreelistView.TreeListView();
            this.label14 = new System.Windows.Forms.Label();
            this.gsSubroutinesGroup = new System.Windows.Forms.GroupBox();
            this.gsSubroutines = new TreelistView.TreeListView();
            this.gsReadWriteGroup = new System.Windows.Forms.GroupBox();
            this.gsReadWrite = new TreelistView.TreeListView();
            this.tabRS = new System.Windows.Forms.TabPage();
            this.panel8 = new System.Windows.Forms.Panel();
            this.multisampleEnable = new System.Windows.Forms.PictureBox();
            this.sampleShading = new System.Windows.Forms.PictureBox();
            this.minSampleShadingRate = new System.Windows.Forms.Label();
            this.alphaToCoverage = new System.Windows.Forms.PictureBox();
            this.alphaToOne = new System.Windows.Forms.PictureBox();
            this.sampleCoverage = new System.Windows.Forms.Label();
            this.sampleMask = new System.Windows.Forms.Label();
            this.pointSize = new System.Windows.Forms.Label();
            this.frontCCW = new System.Windows.Forms.PictureBox();
            this.cullMode = new System.Windows.Forms.Label();
            this.depthBias = new System.Windows.Forms.Label();
            this.depthClamp = new System.Windows.Forms.PictureBox();
            this.fillMode = new System.Windows.Forms.Label();
            this.scissorEnable = new System.Windows.Forms.PictureBox();
            this.slopeScaledBias = new System.Windows.Forms.Label();
            this.offsetClamp = new System.Windows.Forms.Label();
            this.provokingVertex = new System.Windows.Forms.Label();
            this.clipDistances = new System.Windows.Forms.Label();
            this.clipSetup = new System.Windows.Forms.Label();
            this.rasterizerDiscard = new System.Windows.Forms.PictureBox();
            this.lineWidth = new System.Windows.Forms.Label();
            this.viewports = new TreelistView.TreeListView();
            this.scissors = new TreelistView.TreeListView();
            this.tabFS = new System.Windows.Forms.TabPage();
            this.panel6 = new System.Windows.Forms.Panel();
            this.fsTable = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox13 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.fsShader = new System.Windows.Forms.Label();
            this.fsShaderCog = new System.Windows.Forms.PictureBox();
            this.psShaderEdit = new System.Windows.Forms.PictureBox();
            this.pictureBox5 = new System.Windows.Forms.PictureBox();
            this.groupBox28 = new System.Windows.Forms.GroupBox();
            this.fsTextures = new TreelistView.TreeListView();
            this.groupBox29 = new System.Windows.Forms.GroupBox();
            this.fsSamplers = new TreelistView.TreeListView();
            this.groupBox30 = new System.Windows.Forms.GroupBox();
            this.fsCBuffers = new TreelistView.TreeListView();
            this.fsSubroutinesGroup = new System.Windows.Forms.GroupBox();
            this.fsSubroutines = new TreelistView.TreeListView();
            this.fsReadWriteGroup = new System.Windows.Forms.GroupBox();
            this.fsReadWrite = new TreelistView.TreeListView();
            this.tabFB = 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.label3 = new System.Windows.Forms.Label();
            this.blendFactor = new System.Windows.Forms.Label();
            this.groupBox41 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
            this.depthBounds = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.depthEnable = new System.Windows.Forms.PictureBox();
            this.label13 = new System.Windows.Forms.Label();
            this.depthFunc = new System.Windows.Forms.Label();
            this.depthWrite = new System.Windows.Forms.PictureBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.groupBox43 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel();
            this.tableLayoutPanel15 = new System.Windows.Forms.TableLayoutPanel();
            this.stencilEnable = new System.Windows.Forms.PictureBox();
            this.label12 = new System.Windows.Forms.Label();
            this.stencilFuncs = new TreelistView.TreeListView();
            this.tabCS = new System.Windows.Forms.TabPage();
            this.panel7 = new System.Windows.Forms.Panel();
            this.csTable = 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.pictureBox6 = new System.Windows.Forms.PictureBox();
            this.groupBox34 = new System.Windows.Forms.GroupBox();
            this.csTextures = new TreelistView.TreeListView();
            this.groupBox35 = new System.Windows.Forms.GroupBox();
            this.csSamplers = new TreelistView.TreeListView();
            this.groupBox36 = new System.Windows.Forms.GroupBox();
            this.csCBuffers = new TreelistView.TreeListView();
            this.csSubroutinesGroup = new System.Windows.Forms.GroupBox();
            this.csSubroutines = new TreelistView.TreeListView();
            this.csReadWriteGroup = new System.Windows.Forms.GroupBox();
            this.csReadWrite = 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.pipeExportDialog = new System.Windows.Forms.SaveFileDialog();
            this.shaderSaveDialog = 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();
            label35 = new System.Windows.Forms.Label();
            label22 = new System.Windows.Forms.Label();
            label37 = new System.Windows.Forms.Label();
            label25 = new System.Windows.Forms.Label();
            label27 = new System.Windows.Forms.Label();
            label33 = new System.Windows.Forms.Label();
            label34 = new System.Windows.Forms.Label();
            label38 = new System.Windows.Forms.Label();
            label39 = new System.Windows.Forms.Label();
            label40 = new System.Windows.Forms.Label();
            label41 = new System.Windows.Forms.Label();
            label42 = new System.Windows.Forms.Label();
            tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
            multisampleGroup = new System.Windows.Forms.GroupBox();
            tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
            label26 = 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();
            label36 = new System.Windows.Forms.Label();
            rasterizerGroup = new System.Windows.Forms.GroupBox();
            rasterizerTable = new System.Windows.Forms.TableLayoutPanel();
            label24 = 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();
            label18 = new System.Windows.Forms.Label();
            label19 = new System.Windows.Forms.Label();
            label20 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            label6 = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            label8 = new System.Windows.Forms.Label();
            label23 = new System.Windows.Forms.Label();
            viewportGroup = new System.Windows.Forms.GroupBox();
            scissorGroup = new System.Windows.Forms.GroupBox();
            label43 = new System.Windows.Forms.Label();
            label44 = new System.Windows.Forms.Label();
            label45 = new System.Windows.Forms.Label();
            label9 = new System.Windows.Forms.Label();
            label10 = new System.Windows.Forms.Label();
            label46 = new System.Windows.Forms.Label();
            toolstripTable.SuspendLayout();
            this.flowLayoutPanel6.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.stageTabControl.SuspendLayout();
            this.tabVTX.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.iabuffers)).BeginInit();
            groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.inputLayouts)).BeginInit();
            groupBox44.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.meshView)).BeginInit();
            this.tabVS.SuspendLayout();
            this.panel2.SuspendLayout();
            this.vsTable.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.flowLayoutPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderSave)).BeginInit();
            this.groupBox7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsTextures)).BeginInit();
            this.groupBox8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsSamplers)).BeginInit();
            this.groupBox9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsCBuffers)).BeginInit();
            this.vsSubroutinesGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsSubroutines)).BeginInit();
            this.vsReadWriteGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsReadWrite)).BeginInit();
            this.tabTCS.SuspendLayout();
            this.panel3.SuspendLayout();
            this.tcsTable.SuspendLayout();
            this.tcsShaderGroup.SuspendLayout();
            this.tcsShaderFlow.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tcsShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.tcsTexturesGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsTextures)).BeginInit();
            this.tcsSamplersGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsSamplers)).BeginInit();
            this.tcsCBuffersGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsCBuffers)).BeginInit();
            this.tcsSubroutinesGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsSubroutines)).BeginInit();
            this.tcsReadWriteGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsReadWrite)).BeginInit();
            this.tabTES.SuspendLayout();
            this.panel4.SuspendLayout();
            this.tesTable.SuspendLayout();
            this.tesShaderGroup.SuspendLayout();
            this.tesShaderFlow.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tesShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.tesTexturesGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesTextures)).BeginInit();
            this.tesSamplersGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesSamplers)).BeginInit();
            this.tesCBuffersGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesCBuffers)).BeginInit();
            this.tesSubroutinesGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesSubroutines)).BeginInit();
            this.tesReadWriteGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesReadWrite)).BeginInit();
            this.tabGS.SuspendLayout();
            this.panel5.SuspendLayout();
            this.gsTable.SuspendLayout();
            this.groupBox22.SuspendLayout();
            this.flowLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
            this.groupBox24.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsTextures)).BeginInit();
            this.groupBox25.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsSamplers)).BeginInit();
            this.groupBox26.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsCBuffers)).BeginInit();
            this.feedbackGroup.SuspendLayout();
            this.feedbackTable.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.feedbackPaused)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gsFeedback)).BeginInit();
            this.gsSubroutinesGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsSubroutines)).BeginInit();
            this.gsReadWriteGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsReadWrite)).BeginInit();
            this.tabRS.SuspendLayout();
            this.panel8.SuspendLayout();
            tableLayoutPanel14.SuspendLayout();
            multisampleGroup.SuspendLayout();
            tableLayoutPanel8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.multisampleEnable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sampleShading)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.alphaToCoverage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.alphaToOne)).BeginInit();
            rasterizerGroup.SuspendLayout();
            rasterizerTable.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.frontCCW)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthClamp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.scissorEnable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rasterizerDiscard)).BeginInit();
            viewportGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.viewports)).BeginInit();
            scissorGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scissors)).BeginInit();
            this.tabFS.SuspendLayout();
            this.panel6.SuspendLayout();
            this.fsTable.SuspendLayout();
            this.groupBox13.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
            this.groupBox28.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsTextures)).BeginInit();
            this.groupBox29.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsSamplers)).BeginInit();
            this.groupBox30.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsCBuffers)).BeginInit();
            this.fsSubroutinesGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsSubroutines)).BeginInit();
            this.fsReadWriteGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsReadWrite)).BeginInit();
            this.tabFB.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();
            this.groupBox41.SuspendLayout();
            this.tableLayoutPanel12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.depthEnable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthWrite)).BeginInit();
            this.groupBox43.SuspendLayout();
            this.flowLayoutPanel8.SuspendLayout();
            this.tableLayoutPanel15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.stencilEnable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stencilFuncs)).BeginInit();
            this.tabCS.SuspendLayout();
            this.panel7.SuspendLayout();
            this.csTable.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.flowLayoutPanel7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
            this.groupBox34.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csTextures)).BeginInit();
            this.groupBox35.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csSamplers)).BeginInit();
            this.groupBox36.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csCBuffers)).BeginInit();
            this.csSubroutinesGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csSubroutines)).BeginInit();
            this.csReadWriteGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csReadWrite)).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(1171, 738);
            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(1163, 62);
            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.tabVTX);
            this.stageTabControl.Controls.Add(this.tabVS);
            this.stageTabControl.Controls.Add(this.tabTCS);
            this.stageTabControl.Controls.Add(this.tabTES);
            this.stageTabControl.Controls.Add(this.tabGS);
            this.stageTabControl.Controls.Add(this.tabRS);
            this.stageTabControl.Controls.Add(this.tabFS);
            this.stageTabControl.Controls.Add(this.tabFB);
            this.stageTabControl.Controls.Add(this.tabCS);
            this.stageTabControl.HotTrack = true;
            this.stageTabControl.Location = new System.Drawing.Point(3, 104);
            this.stageTabControl.Multiline = true;
            this.stageTabControl.Name = "stageTabControl";
            this.stageTabControl.SelectedIndex = 0;
            this.stageTabControl.Size = new System.Drawing.Size(1165, 631);
            this.stageTabControl.TabIndex = 0;
            // 
            // tabVTX
            // 
            this.tabVTX.Controls.Add(this.panel1);
            this.tabVTX.Location = new System.Drawing.Point(4, 22);
            this.tabVTX.Name = "tabVTX";
            this.tabVTX.Size = new System.Drawing.Size(1157, 605);
            this.tabVTX.TabIndex = 0;
            this.tabVTX.Text = "Vertex Input";
            this.tabVTX.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.AutoScrollMinSize = new System.Drawing.Size(280, 400);
            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(1157, 605);
            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(1157, 605);
            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(812, 305);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(342, 297);
            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.restartIndex, 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(336, 278);
            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(330, 226);
            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(330, 23);
            this.topology.TabIndex = 0;
            this.topology.Text = "Triangle List";
            this.topology.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // restartIndex
            // 
            this.restartIndex.AutoSize = true;
            this.restartIndex.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.restartIndex.Location = new System.Drawing.Point(3, 255);
            this.restartIndex.Name = "restartIndex";
            this.restartIndex.Size = new System.Drawing.Size(214, 23);
            this.restartIndex.TabIndex = 2;
            this.restartIndex.Text = "Restart Idx: 0xFFFFFFFF";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.iabuffers);
            this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox4.Location = new System.Drawing.Point(3, 305);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(572, 297);
            this.groupBox4.TabIndex = 8;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Buffer bindings";
            // 
            // iabuffers
            // 
            treeListColumn929.AutoSizeMinSize = 0;
            treeListColumn929.Width = 60;
            treeListColumn930.AutoSize = true;
            treeListColumn930.AutoSizeMinSize = 100;
            treeListColumn930.Width = 50;
            treeListColumn931.AutoSizeMinSize = 0;
            treeListColumn931.Width = 70;
            treeListColumn932.AutoSizeMinSize = 0;
            treeListColumn932.Width = 70;
            treeListColumn933.AutoSizeMinSize = 0;
            treeListColumn933.Width = 70;
            treeListColumn934.AutoSizeMinSize = 0;
            treeListColumn934.Width = 80;
            treeListColumn935.AutoSizeMinSize = 0;
            treeListColumn935.Width = 25;
            this.iabuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn929,
            treeListColumn930,
            treeListColumn931,
            treeListColumn932,
            treeListColumn933,
            treeListColumn934,
            treeListColumn935});
            this.iabuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.iabuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.iabuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.iabuffers.Location = new System.Drawing.Point(3, 16);
            this.iabuffers.MultiSelect = false;
            this.iabuffers.Name = "iabuffers";
            this.iabuffers.RowOptions.ItemHeight = 20;
            this.iabuffers.RowOptions.ShowHeader = false;
            this.iabuffers.Size = new System.Drawing.Size(566, 278);
            this.iabuffers.TabIndex = 10;
            this.iabuffers.Text = "treeListView1";
            this.iabuffers.TreeColumn = 6;
            this.iabuffers.ViewOptions.Indent = 0;
            this.iabuffers.ViewOptions.ShowLine = false;
            this.iabuffers.ViewOptions.ShowPlusMinus = false;
            this.iabuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.iabuffers_NodeDoubleClicked);
            this.iabuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.iabuffers_NodeDoubleClicked);
            this.iabuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.iabuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.iabuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.iabuffers.MouseLeave += new System.EventHandler(this.ia_MouseLeave);
            this.iabuffers.MouseMove += new System.Windows.Forms.MouseEventHandler(this.iabuffers_MouseMove);
            // 
            // groupBox2
            // 
            this.tableLayoutPanel1.SetColumnSpan(groupBox2, 3);
            groupBox2.Controls.Add(this.inputLayouts);
            groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox2.Location = new System.Drawing.Point(3, 3);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(1151, 296);
            groupBox2.TabIndex = 9;
            groupBox2.TabStop = false;
            groupBox2.Text = "Vertex Attribute Formats";
            // 
            // inputLayouts
            // 
            treeListColumn936.AutoSizeMinSize = 0;
            treeListColumn936.Width = 50;
            treeListColumn937.AutoSizeMinSize = 0;
            treeListColumn937.Width = 60;
            treeListColumn938.AutoSizeMinSize = 0;
            treeListColumn938.Width = 200;
            treeListColumn939.AutoSizeMinSize = 0;
            treeListColumn939.Width = 200;
            treeListColumn940.AutoSizeMinSize = 0;
            treeListColumn940.Width = 90;
            treeListColumn941.AutoSize = true;
            treeListColumn941.AutoSizeMinSize = 0;
            treeListColumn941.Width = 150;
            treeListColumn942.AutoSizeMinSize = 0;
            treeListColumn942.Width = 25;
            this.inputLayouts.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn936,
            treeListColumn937,
            treeListColumn938,
            treeListColumn939,
            treeListColumn940,
            treeListColumn941,
            treeListColumn942});
            this.inputLayouts.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.inputLayouts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.inputLayouts.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.inputLayouts.Location = new System.Drawing.Point(3, 16);
            this.inputLayouts.MultiSelect = false;
            this.inputLayouts.Name = "inputLayouts";
            this.inputLayouts.RowOptions.ItemHeight = 20;
            this.inputLayouts.RowOptions.ShowHeader = false;
            this.inputLayouts.Size = new System.Drawing.Size(1145, 277);
            this.inputLayouts.TabIndex = 12;
            this.inputLayouts.Text = "Input Layouts";
            this.inputLayouts.TreeColumn = 6;
            this.inputLayouts.ViewOptions.Indent = 0;
            this.inputLayouts.ViewOptions.ShowLine = false;
            this.inputLayouts.ViewOptions.ShowPlusMinus = false;
            this.inputLayouts.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.inputLayouts_NodeDoubleClick);
            this.inputLayouts.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.inputLayouts_NodeDoubleClick);
            this.inputLayouts.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.inputLayouts.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.inputLayouts.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.inputLayouts.MouseLeave += new System.EventHandler(this.ia_MouseLeave);
            this.inputLayouts.MouseMove += new System.Windows.Forms.MouseEventHandler(this.inputLayouts_MouseMove);
            // 
            // groupBox44
            // 
            groupBox44.Controls.Add(this.meshView);
            groupBox44.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox44.Location = new System.Drawing.Point(581, 305);
            groupBox44.Name = "groupBox44";
            groupBox44.Size = new System.Drawing.Size(225, 297);
            groupBox44.TabIndex = 11;
            groupBox44.TabStop = false;
            groupBox44.Text = "Mesh View";
            // 
            // meshView
            // 
            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(219, 278);
            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(1157, 605);
            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, 500);
            this.panel2.Controls.Add(this.vsTable);
            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(1157, 605);
            this.panel2.TabIndex = 4;
            // 
            // vsTable
            // 
            this.vsTable.ColumnCount = 1;
            this.vsTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.vsTable.Controls.Add(this.groupBox3, 0, 0);
            this.vsTable.Controls.Add(this.groupBox7, 0, 1);
            this.vsTable.Controls.Add(this.groupBox8, 0, 2);
            this.vsTable.Controls.Add(this.groupBox9, 0, 3);
            this.vsTable.Controls.Add(this.vsSubroutinesGroup, 0, 4);
            this.vsTable.Controls.Add(this.vsReadWriteGroup, 0, 5);
            this.vsTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsTable.Location = new System.Drawing.Point(0, 0);
            this.vsTable.Name = "vsTable";
            this.vsTable.RowCount = 6;
            this.vsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.vsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.vsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.vsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.vsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.vsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.vsTable.Size = new System.Drawing.Size(1157, 605);
            this.vsTable.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(1151, 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(label35);
            this.flowLayoutPanel3.Controls.Add(this.vsShaderEdit);
            this.flowLayoutPanel3.Controls.Add(label22);
            this.flowLayoutPanel3.Controls.Add(this.vsShaderSave);
            this.flowLayoutPanel3.Controls.Add(label37);
            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(1145, 25);
            this.flowLayoutPanel3.TabIndex = 25;
            // 
            // vsShader
            // 
            this.vsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.vsShader.AutoSize = true;
            this.vsShader.BackColor = System.Drawing.SystemColors.Info;
            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.ForeColor = System.Drawing.SystemColors.InfoText;
            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.Margin = new System.Windows.Forms.Padding(3, 3, 0, 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);
            // 
            // label35
            // 
            label35.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label35.AutoSize = true;
            label35.Cursor = System.Windows.Forms.Cursors.Hand;
            label35.Location = new System.Drawing.Point(325, 4);
            label35.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label35.Name = "label35";
            label35.Size = new System.Drawing.Size(30, 13);
            label35.TabIndex = 37;
            label35.Text = "View";
            label35.Click += new System.EventHandler(this.shader_Click);
            label35.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            label35.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(364, 3);
            this.vsShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 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, "GLSL edit and replace this shader");
            this.vsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label22
            // 
            label22.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label22.AutoSize = true;
            label22.Cursor = System.Windows.Forms.Cursors.Hand;
            label22.Location = new System.Drawing.Point(380, 4);
            label22.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label22.Name = "label22";
            label22.Size = new System.Drawing.Size(25, 13);
            label22.TabIndex = 35;
            label22.Text = "Edit";
            this.toolTip.SetToolTip(label22, "GLSL edit and replace this shader");
            label22.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // vsShaderSave
            // 
            this.vsShaderSave.Cursor = System.Windows.Forms.Cursors.Hand;
            this.vsShaderSave.Image = global::renderdocui.Properties.Resources.save;
            this.vsShaderSave.Location = new System.Drawing.Point(414, 3);
            this.vsShaderSave.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.vsShaderSave.Name = "vsShaderSave";
            this.vsShaderSave.Size = new System.Drawing.Size(16, 16);
            this.vsShaderSave.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.vsShaderSave.TabIndex = 38;
            this.vsShaderSave.TabStop = false;
            this.toolTip.SetToolTip(this.vsShaderSave, "Save the GLSL source to disk");
            this.vsShaderSave.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label37
            // 
            label37.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label37.AutoSize = true;
            label37.Cursor = System.Windows.Forms.Cursors.Hand;
            label37.Location = new System.Drawing.Point(430, 4);
            label37.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label37.Name = "label37";
            label37.Size = new System.Drawing.Size(32, 13);
            label37.TabIndex = 36;
            label37.Text = "Save";
            this.toolTip.SetToolTip(label37, "Save the GLSL source to disk");
            label37.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.vsTextures);
            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(1151, 105);
            this.groupBox7.TabIndex = 14;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Textures";
            // 
            // vsTextures
            // 
            treeListColumn943.AutoSizeMinSize = 0;
            treeListColumn943.Width = 120;
            treeListColumn944.AutoSize = true;
            treeListColumn944.AutoSizeMinSize = 150;
            treeListColumn944.Width = 50;
            treeListColumn945.AutoSizeMinSize = 0;
            treeListColumn945.Width = 75;
            treeListColumn946.AutoSizeMinSize = 0;
            treeListColumn946.Width = 50;
            treeListColumn947.AutoSizeMinSize = 0;
            treeListColumn947.Width = 50;
            treeListColumn948.AutoSizeMinSize = 0;
            treeListColumn948.Width = 50;
            treeListColumn949.AutoSizeMinSize = 0;
            treeListColumn949.Width = 85;
            treeListColumn950.AutoSizeMinSize = 0;
            treeListColumn950.Width = 200;
            treeListColumn951.AutoSizeMinSize = 0;
            treeListColumn951.Width = 25;
            this.vsTextures.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn943,
            treeListColumn944,
            treeListColumn945,
            treeListColumn946,
            treeListColumn947,
            treeListColumn948,
            treeListColumn949,
            treeListColumn950,
            treeListColumn951});
            this.vsTextures.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsTextures.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsTextures.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.vsTextures.Location = new System.Drawing.Point(3, 16);
            this.vsTextures.MultiSelect = false;
            this.vsTextures.Name = "vsTextures";
            this.vsTextures.RowOptions.HoverHighlight = true;
            this.vsTextures.RowOptions.ItemHeight = 20;
            this.vsTextures.RowOptions.ShowHeader = false;
            this.vsTextures.Size = new System.Drawing.Size(1145, 86);
            this.vsTextures.TabIndex = 1;
            this.vsTextures.Text = "Textures";
            this.vsTextures.TreeColumn = 8;
            this.vsTextures.ViewOptions.Indent = 0;
            this.vsTextures.ViewOptions.ShowLine = false;
            this.vsTextures.ViewOptions.ShowPlusMinus = false;
            this.vsTextures.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.vsTextures.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.vsTextures.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.vsTextures.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.vsTextures.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.vsSamplers);
            this.groupBox8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox8.Location = new System.Drawing.Point(3, 164);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(1151, 105);
            this.groupBox8.TabIndex = 13;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "Samplers";
            // 
            // vsSamplers
            // 
            treeListColumn952.AutoSizeMinSize = 0;
            treeListColumn952.Width = 120;
            treeListColumn953.AutoSizeMinSize = 100;
            treeListColumn953.Width = 200;
            treeListColumn954.AutoSizeMinSize = 0;
            treeListColumn954.Width = 250;
            treeListColumn955.AutoSizeMinSize = 0;
            treeListColumn955.Width = 90;
            treeListColumn956.AutoSizeMinSize = 0;
            treeListColumn956.Width = 100;
            treeListColumn957.AutoSize = true;
            treeListColumn957.AutoSizeMinSize = 50;
            treeListColumn957.Width = 50;
            this.vsSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn952,
            treeListColumn953,
            treeListColumn954,
            treeListColumn955,
            treeListColumn956,
            treeListColumn957});
            this.vsSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.vsSamplers.Location = new System.Drawing.Point(3, 16);
            this.vsSamplers.MultiSelect = false;
            this.vsSamplers.Name = "vsSamplers";
            this.vsSamplers.RowOptions.HoverHighlight = true;
            this.vsSamplers.RowOptions.ItemHeight = 20;
            this.vsSamplers.RowOptions.ShowHeader = false;
            this.vsSamplers.Size = new System.Drawing.Size(1145, 86);
            this.vsSamplers.TabIndex = 12;
            this.vsSamplers.Text = "Uniforms and UBOs";
            this.vsSamplers.TreeColumn = -1;
            this.vsSamplers.ViewOptions.Indent = 0;
            this.vsSamplers.ViewOptions.ShowLine = false;
            this.vsSamplers.ViewOptions.ShowPlusMinus = false;
            this.vsSamplers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.vsSamplers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.vsSamplers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(this.vsCBuffers);
            this.groupBox9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox9.Location = new System.Drawing.Point(3, 275);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(1151, 105);
            this.groupBox9.TabIndex = 12;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Uniforms and UBOs";
            // 
            // vsCBuffers
            // 
            treeListColumn958.AutoSizeMinSize = 0;
            treeListColumn958.Width = 120;
            treeListColumn959.AutoSize = true;
            treeListColumn959.AutoSizeMinSize = 100;
            treeListColumn959.Width = 50;
            treeListColumn960.AutoSizeMinSize = 0;
            treeListColumn960.Width = 150;
            treeListColumn961.AutoSizeMinSize = 0;
            treeListColumn961.Width = 250;
            treeListColumn962.AutoSizeMinSize = 0;
            treeListColumn962.Width = 25;
            this.vsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn958,
            treeListColumn959,
            treeListColumn960,
            treeListColumn961,
            treeListColumn962});
            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(1145, 86);
            this.vsCBuffers.TabIndex = 11;
            this.vsCBuffers.Text = "Uniforms and UBOs";
            this.vsCBuffers.TreeColumn = 4;
            this.vsCBuffers.ViewOptions.Indent = 0;
            this.vsCBuffers.ViewOptions.ShowLine = false;
            this.vsCBuffers.ViewOptions.ShowPlusMinus = 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);
            // 
            // vsSubroutinesGroup
            // 
            this.vsSubroutinesGroup.Controls.Add(this.vsSubroutines);
            this.vsSubroutinesGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsSubroutinesGroup.Location = new System.Drawing.Point(3, 386);
            this.vsSubroutinesGroup.Name = "vsSubroutinesGroup";
            this.vsSubroutinesGroup.Size = new System.Drawing.Size(1151, 105);
            this.vsSubroutinesGroup.TabIndex = 16;
            this.vsSubroutinesGroup.TabStop = false;
            this.vsSubroutinesGroup.Text = "Shader Subroutines";
            // 
            // vsSubroutines
            // 
            treeListColumn963.AutoSizeMinSize = 0;
            treeListColumn963.Width = 50;
            treeListColumn964.AutoSize = true;
            treeListColumn964.AutoSizeMinSize = 50;
            treeListColumn964.Width = 60;
            this.vsSubroutines.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn963,
            treeListColumn964});
            this.vsSubroutines.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsSubroutines.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsSubroutines.Location = new System.Drawing.Point(3, 16);
            this.vsSubroutines.Name = "vsSubroutines";
            this.vsSubroutines.RowOptions.ItemHeight = 20;
            this.vsSubroutines.RowOptions.ShowHeader = false;
            this.vsSubroutines.Size = new System.Drawing.Size(1145, 86);
            this.vsSubroutines.TabIndex = 4;
            this.vsSubroutines.Text = "Shader Subroutines";
            this.vsSubroutines.TreeColumn = -1;
            this.vsSubroutines.ViewOptions.ShowLine = false;
            this.vsSubroutines.ViewOptions.ShowPlusMinus = false;
            this.vsSubroutines.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            // 
            // vsReadWriteGroup
            // 
            this.vsReadWriteGroup.Controls.Add(this.vsReadWrite);
            this.vsReadWriteGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsReadWriteGroup.Location = new System.Drawing.Point(3, 497);
            this.vsReadWriteGroup.Name = "vsReadWriteGroup";
            this.vsReadWriteGroup.Size = new System.Drawing.Size(1151, 105);
            this.vsReadWriteGroup.TabIndex = 21;
            this.vsReadWriteGroup.TabStop = false;
            this.vsReadWriteGroup.Text = "Read/Write Bindings";
            // 
            // vsReadWrite
            // 
            treeListColumn965.AutoSizeMinSize = 0;
            treeListColumn965.Width = 50;
            treeListColumn966.AutoSizeMinSize = 0;
            treeListColumn966.Width = 120;
            treeListColumn967.AutoSize = true;
            treeListColumn967.AutoSizeMinSize = 150;
            treeListColumn967.Width = 50;
            treeListColumn968.AutoSizeMinSize = 0;
            treeListColumn968.Width = 200;
            treeListColumn969.AutoSizeMinSize = 0;
            treeListColumn969.Width = 200;
            treeListColumn970.AutoSizeMinSize = 0;
            treeListColumn970.Width = 75;
            treeListColumn971.AutoSizeMinSize = 0;
            treeListColumn971.Width = 25;
            this.vsReadWrite.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn965,
            treeListColumn966,
            treeListColumn967,
            treeListColumn968,
            treeListColumn969,
            treeListColumn970,
            treeListColumn971});
            this.vsReadWrite.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsReadWrite.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsReadWrite.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.vsReadWrite.Location = new System.Drawing.Point(3, 16);
            this.vsReadWrite.MultiSelect = false;
            this.vsReadWrite.Name = "vsReadWrite";
            this.vsReadWrite.RowOptions.HoverHighlight = true;
            this.vsReadWrite.RowOptions.ItemHeight = 20;
            this.vsReadWrite.RowOptions.ShowHeader = false;
            this.vsReadWrite.Size = new System.Drawing.Size(1145, 86);
            this.vsReadWrite.TabIndex = 1;
            this.vsReadWrite.Text = "Outputs";
            this.vsReadWrite.TreeColumn = 6;
            this.vsReadWrite.ViewOptions.Indent = 0;
            this.vsReadWrite.ViewOptions.ShowLine = false;
            this.vsReadWrite.ViewOptions.ShowPlusMinus = false;
            this.vsReadWrite.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.vsReadWrite.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.vsReadWrite.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.vsReadWrite.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.vsReadWrite.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabTCS
            // 
            this.tabTCS.Controls.Add(this.panel3);
            this.tabTCS.Location = new System.Drawing.Point(4, 22);
            this.tabTCS.Name = "tabTCS";
            this.tabTCS.Size = new System.Drawing.Size(1157, 605);
            this.tabTCS.TabIndex = 2;
            this.tabTCS.Text = "Tess. Control Shader";
            this.tabTCS.UseVisualStyleBackColor = true;
            // 
            // panel3
            // 
            this.panel3.AutoScroll = true;
            this.panel3.AutoScrollMinSize = new System.Drawing.Size(0, 500);
            this.panel3.Controls.Add(this.tcsTable);
            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(1157, 605);
            this.panel3.TabIndex = 4;
            // 
            // tcsTable
            // 
            this.tcsTable.ColumnCount = 1;
            this.tcsTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tcsTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tcsTable.Controls.Add(this.tcsShaderGroup, 0, 0);
            this.tcsTable.Controls.Add(this.tcsTexturesGroup, 0, 1);
            this.tcsTable.Controls.Add(this.tcsSamplersGroup, 0, 2);
            this.tcsTable.Controls.Add(this.tcsCBuffersGroup, 0, 3);
            this.tcsTable.Controls.Add(this.tcsSubroutinesGroup, 0, 4);
            this.tcsTable.Controls.Add(this.tcsReadWriteGroup, 0, 5);
            this.tcsTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsTable.Location = new System.Drawing.Point(0, 0);
            this.tcsTable.Name = "tcsTable";
            this.tcsTable.RowCount = 6;
            this.tcsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tcsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tcsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tcsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tcsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tcsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tcsTable.Size = new System.Drawing.Size(1157, 605);
            this.tcsTable.TabIndex = 1;
            // 
            // tcsShaderGroup
            // 
            this.tcsShaderGroup.Controls.Add(this.tcsShaderFlow);
            this.tcsShaderGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsShaderGroup.Location = new System.Drawing.Point(3, 3);
            this.tcsShaderGroup.Name = "tcsShaderGroup";
            this.tcsShaderGroup.Size = new System.Drawing.Size(1151, 44);
            this.tcsShaderGroup.TabIndex = 17;
            this.tcsShaderGroup.TabStop = false;
            this.tcsShaderGroup.Text = "Shader";
            // 
            // tcsShaderFlow
            // 
            this.tcsShaderFlow.Controls.Add(this.tcsShader);
            this.tcsShaderFlow.Controls.Add(this.tcsShaderCog);
            this.tcsShaderFlow.Controls.Add(label25);
            this.tcsShaderFlow.Controls.Add(this.tcsShaderEdit);
            this.tcsShaderFlow.Controls.Add(label27);
            this.tcsShaderFlow.Controls.Add(this.pictureBox1);
            this.tcsShaderFlow.Controls.Add(label33);
            this.tcsShaderFlow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsShaderFlow.Location = new System.Drawing.Point(3, 16);
            this.tcsShaderFlow.Name = "tcsShaderFlow";
            this.tcsShaderFlow.Size = new System.Drawing.Size(1145, 25);
            this.tcsShaderFlow.TabIndex = 25;
            // 
            // tcsShader
            // 
            this.tcsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.tcsShader.AutoSize = true;
            this.tcsShader.BackColor = System.Drawing.SystemColors.Info;
            this.tcsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tcsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tcsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.tcsShader.ForeColor = System.Drawing.SystemColors.InfoText;
            this.tcsShader.Location = new System.Drawing.Point(3, 3);
            this.tcsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.tcsShader.Name = "tcsShader";
            this.tcsShader.Size = new System.Drawing.Size(300, 15);
            this.tcsShader.TabIndex = 24;
            this.tcsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.tcsShader.Click += new System.EventHandler(this.shader_Click);
            this.tcsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.tcsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // tcsShaderCog
            // 
            this.tcsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tcsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.tcsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.tcsShaderCog.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.tcsShaderCog.Name = "tcsShaderCog";
            this.tcsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.tcsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.tcsShaderCog.TabIndex = 25;
            this.tcsShaderCog.TabStop = false;
            this.tcsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.tcsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.tcsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // label25
            // 
            label25.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label25.AutoSize = true;
            label25.Cursor = System.Windows.Forms.Cursors.Hand;
            label25.Location = new System.Drawing.Point(325, 4);
            label25.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label25.Name = "label25";
            label25.Size = new System.Drawing.Size(30, 13);
            label25.TabIndex = 37;
            label25.Text = "View";
            label25.Click += new System.EventHandler(this.shader_Click);
            label25.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            label25.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // tcsShaderEdit
            // 
            this.tcsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tcsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.tcsShaderEdit.Location = new System.Drawing.Point(364, 3);
            this.tcsShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.tcsShaderEdit.Name = "tcsShaderEdit";
            this.tcsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.tcsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.tcsShaderEdit.TabIndex = 28;
            this.tcsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.tcsShaderEdit, "GLSL edit and replace this shader");
            this.tcsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label27
            // 
            label27.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label27.AutoSize = true;
            label27.Cursor = System.Windows.Forms.Cursors.Hand;
            label27.Location = new System.Drawing.Point(380, 4);
            label27.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label27.Name = "label27";
            label27.Size = new System.Drawing.Size(25, 13);
            label27.TabIndex = 35;
            label27.Text = "Edit";
            this.toolTip.SetToolTip(label27, "GLSL edit and replace this shader");
            label27.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pictureBox1.Image = global::renderdocui.Properties.Resources.save;
            this.pictureBox1.Location = new System.Drawing.Point(414, 3);
            this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(16, 16);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 38;
            this.pictureBox1.TabStop = false;
            this.toolTip.SetToolTip(this.pictureBox1, "Save the GLSL source to disk");
            this.pictureBox1.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label33
            // 
            label33.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label33.AutoSize = true;
            label33.Cursor = System.Windows.Forms.Cursors.Hand;
            label33.Location = new System.Drawing.Point(430, 4);
            label33.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label33.Name = "label33";
            label33.Size = new System.Drawing.Size(32, 13);
            label33.TabIndex = 36;
            label33.Text = "Save";
            this.toolTip.SetToolTip(label33, "Save the GLSL source to disk");
            label33.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // tcsTexturesGroup
            // 
            this.tcsTexturesGroup.Controls.Add(this.tcsTextures);
            this.tcsTexturesGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsTexturesGroup.Location = new System.Drawing.Point(3, 53);
            this.tcsTexturesGroup.Name = "tcsTexturesGroup";
            this.tcsTexturesGroup.Size = new System.Drawing.Size(1151, 105);
            this.tcsTexturesGroup.TabIndex = 14;
            this.tcsTexturesGroup.TabStop = false;
            this.tcsTexturesGroup.Text = "Textures";
            // 
            // tcsTextures
            // 
            treeListColumn972.AutoSizeMinSize = 0;
            treeListColumn972.Width = 120;
            treeListColumn973.AutoSize = true;
            treeListColumn973.AutoSizeMinSize = 150;
            treeListColumn973.Width = 50;
            treeListColumn974.AutoSizeMinSize = 0;
            treeListColumn974.Width = 75;
            treeListColumn975.AutoSizeMinSize = 0;
            treeListColumn975.Width = 50;
            treeListColumn976.AutoSizeMinSize = 0;
            treeListColumn976.Width = 50;
            treeListColumn977.AutoSizeMinSize = 0;
            treeListColumn977.Width = 50;
            treeListColumn978.AutoSizeMinSize = 0;
            treeListColumn978.Width = 85;
            treeListColumn979.AutoSizeMinSize = 0;
            treeListColumn979.Width = 200;
            treeListColumn980.AutoSizeMinSize = 0;
            treeListColumn980.Width = 25;
            this.tcsTextures.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn972,
            treeListColumn973,
            treeListColumn974,
            treeListColumn975,
            treeListColumn976,
            treeListColumn977,
            treeListColumn978,
            treeListColumn979,
            treeListColumn980});
            this.tcsTextures.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tcsTextures.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsTextures.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tcsTextures.Location = new System.Drawing.Point(3, 16);
            this.tcsTextures.MultiSelect = false;
            this.tcsTextures.Name = "tcsTextures";
            this.tcsTextures.RowOptions.HoverHighlight = true;
            this.tcsTextures.RowOptions.ItemHeight = 20;
            this.tcsTextures.RowOptions.ShowHeader = false;
            this.tcsTextures.Size = new System.Drawing.Size(1145, 86);
            this.tcsTextures.TabIndex = 1;
            this.tcsTextures.Text = "Outputs";
            this.tcsTextures.TreeColumn = 8;
            this.tcsTextures.ViewOptions.Indent = 0;
            this.tcsTextures.ViewOptions.ShowLine = false;
            this.tcsTextures.ViewOptions.ShowPlusMinus = false;
            this.tcsTextures.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.tcsTextures.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.tcsTextures.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.tcsTextures.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tcsTextures.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tcsSamplersGroup
            // 
            this.tcsSamplersGroup.Controls.Add(this.tcsSamplers);
            this.tcsSamplersGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsSamplersGroup.Location = new System.Drawing.Point(3, 164);
            this.tcsSamplersGroup.Name = "tcsSamplersGroup";
            this.tcsSamplersGroup.Size = new System.Drawing.Size(1151, 105);
            this.tcsSamplersGroup.TabIndex = 13;
            this.tcsSamplersGroup.TabStop = false;
            this.tcsSamplersGroup.Text = "Samplers";
            // 
            // tcsSamplers
            // 
            treeListColumn981.AutoSizeMinSize = 0;
            treeListColumn981.Width = 120;
            treeListColumn982.AutoSizeMinSize = 100;
            treeListColumn982.Width = 200;
            treeListColumn983.AutoSizeMinSize = 0;
            treeListColumn983.Width = 250;
            treeListColumn984.AutoSizeMinSize = 0;
            treeListColumn984.Width = 90;
            treeListColumn985.AutoSizeMinSize = 0;
            treeListColumn985.Width = 100;
            treeListColumn986.AutoSize = true;
            treeListColumn986.AutoSizeMinSize = 50;
            treeListColumn986.Width = 50;
            this.tcsSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn981,
            treeListColumn982,
            treeListColumn983,
            treeListColumn984,
            treeListColumn985,
            treeListColumn986});
            this.tcsSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tcsSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tcsSamplers.Location = new System.Drawing.Point(3, 16);
            this.tcsSamplers.MultiSelect = false;
            this.tcsSamplers.Name = "tcsSamplers";
            this.tcsSamplers.RowOptions.HoverHighlight = true;
            this.tcsSamplers.RowOptions.ItemHeight = 20;
            this.tcsSamplers.RowOptions.ShowHeader = false;
            this.tcsSamplers.Size = new System.Drawing.Size(1145, 86);
            this.tcsSamplers.TabIndex = 12;
            this.tcsSamplers.Text = "Uniforms and UBOs";
            this.tcsSamplers.TreeColumn = -1;
            this.tcsSamplers.ViewOptions.Indent = 0;
            this.tcsSamplers.ViewOptions.ShowLine = false;
            this.tcsSamplers.ViewOptions.ShowPlusMinus = false;
            this.tcsSamplers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.tcsSamplers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tcsSamplers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tcsCBuffersGroup
            // 
            this.tcsCBuffersGroup.Controls.Add(this.tcsCBuffers);
            this.tcsCBuffersGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsCBuffersGroup.Location = new System.Drawing.Point(3, 275);
            this.tcsCBuffersGroup.Name = "tcsCBuffersGroup";
            this.tcsCBuffersGroup.Size = new System.Drawing.Size(1151, 105);
            this.tcsCBuffersGroup.TabIndex = 12;
            this.tcsCBuffersGroup.TabStop = false;
            this.tcsCBuffersGroup.Text = "Uniforms and UBOs";
            // 
            // tcsCBuffers
            // 
            treeListColumn987.AutoSizeMinSize = 0;
            treeListColumn987.Width = 120;
            treeListColumn988.AutoSize = true;
            treeListColumn988.AutoSizeMinSize = 100;
            treeListColumn988.Width = 50;
            treeListColumn989.AutoSizeMinSize = 0;
            treeListColumn989.Width = 150;
            treeListColumn990.AutoSizeMinSize = 0;
            treeListColumn990.Width = 250;
            treeListColumn991.AutoSizeMinSize = 0;
            treeListColumn991.Width = 25;
            this.tcsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn987,
            treeListColumn988,
            treeListColumn989,
            treeListColumn990,
            treeListColumn991});
            this.tcsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tcsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tcsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.tcsCBuffers.MultiSelect = false;
            this.tcsCBuffers.Name = "tcsCBuffers";
            this.tcsCBuffers.RowOptions.HoverHighlight = true;
            this.tcsCBuffers.RowOptions.ItemHeight = 20;
            this.tcsCBuffers.RowOptions.ShowHeader = false;
            this.tcsCBuffers.Size = new System.Drawing.Size(1145, 86);
            this.tcsCBuffers.TabIndex = 11;
            this.tcsCBuffers.Text = "Uniforms and UBOs";
            this.tcsCBuffers.TreeColumn = 4;
            this.tcsCBuffers.ViewOptions.Indent = 0;
            this.tcsCBuffers.ViewOptions.ShowLine = false;
            this.tcsCBuffers.ViewOptions.ShowPlusMinus = false;
            this.tcsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.tcsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.tcsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.tcsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tcsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tcsSubroutinesGroup
            // 
            this.tcsSubroutinesGroup.Controls.Add(this.tcsSubroutines);
            this.tcsSubroutinesGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsSubroutinesGroup.Location = new System.Drawing.Point(3, 386);
            this.tcsSubroutinesGroup.Name = "tcsSubroutinesGroup";
            this.tcsSubroutinesGroup.Size = new System.Drawing.Size(1151, 105);
            this.tcsSubroutinesGroup.TabIndex = 16;
            this.tcsSubroutinesGroup.TabStop = false;
            this.tcsSubroutinesGroup.Text = "Shader Subroutines";
            // 
            // tcsSubroutines
            // 
            treeListColumn992.AutoSizeMinSize = 0;
            treeListColumn992.Width = 50;
            treeListColumn993.AutoSize = true;
            treeListColumn993.AutoSizeMinSize = 50;
            treeListColumn993.Width = 60;
            this.tcsSubroutines.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn992,
            treeListColumn993});
            this.tcsSubroutines.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tcsSubroutines.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsSubroutines.Location = new System.Drawing.Point(3, 16);
            this.tcsSubroutines.Name = "tcsSubroutines";
            this.tcsSubroutines.RowOptions.ItemHeight = 20;
            this.tcsSubroutines.RowOptions.ShowHeader = false;
            this.tcsSubroutines.Size = new System.Drawing.Size(1145, 86);
            this.tcsSubroutines.TabIndex = 4;
            this.tcsSubroutines.Text = "Shader Subroutines";
            this.tcsSubroutines.TreeColumn = -1;
            this.tcsSubroutines.ViewOptions.ShowLine = false;
            this.tcsSubroutines.ViewOptions.ShowPlusMinus = false;
            this.tcsSubroutines.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.tcsSubroutines.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tcsSubroutines.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tcsReadWriteGroup
            // 
            this.tcsReadWriteGroup.Controls.Add(this.tcsReadWrite);
            this.tcsReadWriteGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsReadWriteGroup.Location = new System.Drawing.Point(3, 497);
            this.tcsReadWriteGroup.Name = "tcsReadWriteGroup";
            this.tcsReadWriteGroup.Size = new System.Drawing.Size(1151, 105);
            this.tcsReadWriteGroup.TabIndex = 21;
            this.tcsReadWriteGroup.TabStop = false;
            this.tcsReadWriteGroup.Text = "Read/Write Bindings";
            // 
            // tcsReadWrite
            // 
            treeListColumn994.AutoSizeMinSize = 0;
            treeListColumn994.Width = 50;
            treeListColumn995.AutoSizeMinSize = 0;
            treeListColumn995.Width = 120;
            treeListColumn996.AutoSize = true;
            treeListColumn996.AutoSizeMinSize = 150;
            treeListColumn996.Width = 50;
            treeListColumn997.AutoSizeMinSize = 0;
            treeListColumn997.Width = 200;
            treeListColumn998.AutoSizeMinSize = 0;
            treeListColumn998.Width = 200;
            treeListColumn999.AutoSizeMinSize = 0;
            treeListColumn999.Width = 75;
            treeListColumn1000.AutoSizeMinSize = 0;
            treeListColumn1000.Width = 25;
            this.tcsReadWrite.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn994,
            treeListColumn995,
            treeListColumn996,
            treeListColumn997,
            treeListColumn998,
            treeListColumn999,
            treeListColumn1000});
            this.tcsReadWrite.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tcsReadWrite.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsReadWrite.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tcsReadWrite.Location = new System.Drawing.Point(3, 16);
            this.tcsReadWrite.MultiSelect = false;
            this.tcsReadWrite.Name = "tcsReadWrite";
            this.tcsReadWrite.RowOptions.HoverHighlight = true;
            this.tcsReadWrite.RowOptions.ItemHeight = 20;
            this.tcsReadWrite.RowOptions.ShowHeader = false;
            this.tcsReadWrite.Size = new System.Drawing.Size(1145, 86);
            this.tcsReadWrite.TabIndex = 1;
            this.tcsReadWrite.Text = "Outputs";
            this.tcsReadWrite.TreeColumn = 6;
            this.tcsReadWrite.ViewOptions.Indent = 0;
            this.tcsReadWrite.ViewOptions.ShowLine = false;
            this.tcsReadWrite.ViewOptions.ShowPlusMinus = false;
            this.tcsReadWrite.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.tcsReadWrite.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.tcsReadWrite.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.tcsReadWrite.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tcsReadWrite.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabTES
            // 
            this.tabTES.Controls.Add(this.panel4);
            this.tabTES.Location = new System.Drawing.Point(4, 22);
            this.tabTES.Name = "tabTES";
            this.tabTES.Size = new System.Drawing.Size(1157, 605);
            this.tabTES.TabIndex = 3;
            this.tabTES.Text = "Tess. Eval. Shader";
            this.tabTES.UseVisualStyleBackColor = true;
            // 
            // panel4
            // 
            this.panel4.AutoScroll = true;
            this.panel4.AutoScrollMinSize = new System.Drawing.Size(0, 500);
            this.panel4.Controls.Add(this.tesTable);
            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(1157, 605);
            this.panel4.TabIndex = 4;
            // 
            // tesTable
            // 
            this.tesTable.ColumnCount = 1;
            this.tesTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tesTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tesTable.Controls.Add(this.tesShaderGroup, 0, 0);
            this.tesTable.Controls.Add(this.tesTexturesGroup, 0, 1);
            this.tesTable.Controls.Add(this.tesSamplersGroup, 0, 2);
            this.tesTable.Controls.Add(this.tesCBuffersGroup, 0, 3);
            this.tesTable.Controls.Add(this.tesSubroutinesGroup, 0, 4);
            this.tesTable.Controls.Add(this.tesReadWriteGroup, 0, 5);
            this.tesTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesTable.Location = new System.Drawing.Point(0, 0);
            this.tesTable.Name = "tesTable";
            this.tesTable.RowCount = 6;
            this.tesTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tesTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tesTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tesTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tesTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tesTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tesTable.Size = new System.Drawing.Size(1157, 605);
            this.tesTable.TabIndex = 1;
            // 
            // tesShaderGroup
            // 
            this.tesShaderGroup.Controls.Add(this.tesShaderFlow);
            this.tesShaderGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesShaderGroup.Location = new System.Drawing.Point(3, 3);
            this.tesShaderGroup.Name = "tesShaderGroup";
            this.tesShaderGroup.Size = new System.Drawing.Size(1151, 44);
            this.tesShaderGroup.TabIndex = 17;
            this.tesShaderGroup.TabStop = false;
            this.tesShaderGroup.Text = "Shader";
            // 
            // tesShaderFlow
            // 
            this.tesShaderFlow.Controls.Add(this.tesShader);
            this.tesShaderFlow.Controls.Add(this.tesShaderCog);
            this.tesShaderFlow.Controls.Add(label34);
            this.tesShaderFlow.Controls.Add(this.tesShaderEdit);
            this.tesShaderFlow.Controls.Add(label38);
            this.tesShaderFlow.Controls.Add(this.pictureBox2);
            this.tesShaderFlow.Controls.Add(label39);
            this.tesShaderFlow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesShaderFlow.Location = new System.Drawing.Point(3, 16);
            this.tesShaderFlow.Name = "tesShaderFlow";
            this.tesShaderFlow.Size = new System.Drawing.Size(1145, 25);
            this.tesShaderFlow.TabIndex = 25;
            // 
            // tesShader
            // 
            this.tesShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.tesShader.AutoSize = true;
            this.tesShader.BackColor = System.Drawing.SystemColors.Info;
            this.tesShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tesShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tesShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.tesShader.ForeColor = System.Drawing.SystemColors.InfoText;
            this.tesShader.Location = new System.Drawing.Point(3, 3);
            this.tesShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.tesShader.Name = "tesShader";
            this.tesShader.Size = new System.Drawing.Size(300, 15);
            this.tesShader.TabIndex = 24;
            this.tesShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.tesShader.Click += new System.EventHandler(this.shader_Click);
            this.tesShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.tesShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // tesShaderCog
            // 
            this.tesShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tesShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.tesShaderCog.Location = new System.Drawing.Point(309, 3);
            this.tesShaderCog.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.tesShaderCog.Name = "tesShaderCog";
            this.tesShaderCog.Size = new System.Drawing.Size(16, 16);
            this.tesShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.tesShaderCog.TabIndex = 25;
            this.tesShaderCog.TabStop = false;
            this.tesShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.tesShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.tesShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // label34
            // 
            label34.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label34.AutoSize = true;
            label34.Cursor = System.Windows.Forms.Cursors.Hand;
            label34.Location = new System.Drawing.Point(325, 4);
            label34.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label34.Name = "label34";
            label34.Size = new System.Drawing.Size(30, 13);
            label34.TabIndex = 37;
            label34.Text = "View";
            // 
            // tesShaderEdit
            // 
            this.tesShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tesShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.tesShaderEdit.Location = new System.Drawing.Point(364, 3);
            this.tesShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.tesShaderEdit.Name = "tesShaderEdit";
            this.tesShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.tesShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.tesShaderEdit.TabIndex = 27;
            this.tesShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.tesShaderEdit, "GLSL edit and replace this shader");
            this.tesShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label38
            // 
            label38.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label38.AutoSize = true;
            label38.Cursor = System.Windows.Forms.Cursors.Hand;
            label38.Location = new System.Drawing.Point(380, 4);
            label38.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label38.Name = "label38";
            label38.Size = new System.Drawing.Size(25, 13);
            label38.TabIndex = 35;
            label38.Text = "Edit";
            this.toolTip.SetToolTip(label38, "GLSL edit and replace this shader");
            label38.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // pictureBox2
            // 
            this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pictureBox2.Image = global::renderdocui.Properties.Resources.save;
            this.pictureBox2.Location = new System.Drawing.Point(414, 3);
            this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(16, 16);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox2.TabIndex = 38;
            this.pictureBox2.TabStop = false;
            this.toolTip.SetToolTip(this.pictureBox2, "Save the GLSL source to disk");
            this.pictureBox2.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label39
            // 
            label39.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label39.AutoSize = true;
            label39.Cursor = System.Windows.Forms.Cursors.Hand;
            label39.Location = new System.Drawing.Point(430, 4);
            label39.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label39.Name = "label39";
            label39.Size = new System.Drawing.Size(32, 13);
            label39.TabIndex = 36;
            label39.Text = "Save";
            this.toolTip.SetToolTip(label39, "Save the GLSL source to disk");
            label39.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // tesTexturesGroup
            // 
            this.tesTexturesGroup.Controls.Add(this.tesTextures);
            this.tesTexturesGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesTexturesGroup.Location = new System.Drawing.Point(3, 53);
            this.tesTexturesGroup.Name = "tesTexturesGroup";
            this.tesTexturesGroup.Size = new System.Drawing.Size(1151, 105);
            this.tesTexturesGroup.TabIndex = 14;
            this.tesTexturesGroup.TabStop = false;
            this.tesTexturesGroup.Text = "Textures";
            // 
            // tesTextures
            // 
            treeListColumn1001.AutoSizeMinSize = 0;
            treeListColumn1001.Width = 120;
            treeListColumn1002.AutoSize = true;
            treeListColumn1002.AutoSizeMinSize = 150;
            treeListColumn1002.Width = 50;
            treeListColumn1003.AutoSizeMinSize = 0;
            treeListColumn1003.Width = 75;
            treeListColumn1004.AutoSizeMinSize = 0;
            treeListColumn1004.Width = 50;
            treeListColumn1005.AutoSizeMinSize = 0;
            treeListColumn1005.Width = 50;
            treeListColumn1006.AutoSizeMinSize = 0;
            treeListColumn1006.Width = 50;
            treeListColumn1007.AutoSizeMinSize = 0;
            treeListColumn1007.Width = 85;
            treeListColumn1008.AutoSizeMinSize = 0;
            treeListColumn1008.Width = 200;
            treeListColumn1009.AutoSizeMinSize = 0;
            treeListColumn1009.Width = 25;
            this.tesTextures.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1001,
            treeListColumn1002,
            treeListColumn1003,
            treeListColumn1004,
            treeListColumn1005,
            treeListColumn1006,
            treeListColumn1007,
            treeListColumn1008,
            treeListColumn1009});
            this.tesTextures.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tesTextures.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesTextures.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tesTextures.Location = new System.Drawing.Point(3, 16);
            this.tesTextures.MultiSelect = false;
            this.tesTextures.Name = "tesTextures";
            this.tesTextures.RowOptions.HoverHighlight = true;
            this.tesTextures.RowOptions.ItemHeight = 20;
            this.tesTextures.RowOptions.ShowHeader = false;
            this.tesTextures.Size = new System.Drawing.Size(1145, 86);
            this.tesTextures.TabIndex = 1;
            this.tesTextures.Text = "Outputs";
            this.tesTextures.TreeColumn = 8;
            this.tesTextures.ViewOptions.Indent = 0;
            this.tesTextures.ViewOptions.ShowLine = false;
            this.tesTextures.ViewOptions.ShowPlusMinus = false;
            this.tesTextures.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.tesTextures.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.tesTextures.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.tesTextures.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tesTextures.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tesSamplersGroup
            // 
            this.tesSamplersGroup.Controls.Add(this.tesSamplers);
            this.tesSamplersGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesSamplersGroup.Location = new System.Drawing.Point(3, 164);
            this.tesSamplersGroup.Name = "tesSamplersGroup";
            this.tesSamplersGroup.Size = new System.Drawing.Size(1151, 105);
            this.tesSamplersGroup.TabIndex = 13;
            this.tesSamplersGroup.TabStop = false;
            this.tesSamplersGroup.Text = "Samplers";
            // 
            // tesSamplers
            // 
            treeListColumn1010.AutoSizeMinSize = 0;
            treeListColumn1010.Width = 120;
            treeListColumn1011.AutoSizeMinSize = 100;
            treeListColumn1011.Width = 200;
            treeListColumn1012.AutoSizeMinSize = 0;
            treeListColumn1012.Width = 250;
            treeListColumn1013.AutoSizeMinSize = 0;
            treeListColumn1013.Width = 90;
            treeListColumn1014.AutoSizeMinSize = 0;
            treeListColumn1014.Width = 100;
            treeListColumn1015.AutoSize = true;
            treeListColumn1015.AutoSizeMinSize = 50;
            treeListColumn1015.Width = 50;
            this.tesSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1010,
            treeListColumn1011,
            treeListColumn1012,
            treeListColumn1013,
            treeListColumn1014,
            treeListColumn1015});
            this.tesSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tesSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tesSamplers.Location = new System.Drawing.Point(3, 16);
            this.tesSamplers.MultiSelect = false;
            this.tesSamplers.Name = "tesSamplers";
            this.tesSamplers.RowOptions.HoverHighlight = true;
            this.tesSamplers.RowOptions.ItemHeight = 20;
            this.tesSamplers.RowOptions.ShowHeader = false;
            this.tesSamplers.Size = new System.Drawing.Size(1145, 86);
            this.tesSamplers.TabIndex = 12;
            this.tesSamplers.Text = "Uniforms and UBOs";
            this.tesSamplers.TreeColumn = -1;
            this.tesSamplers.ViewOptions.Indent = 0;
            this.tesSamplers.ViewOptions.ShowLine = false;
            this.tesSamplers.ViewOptions.ShowPlusMinus = false;
            this.tesSamplers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.tesSamplers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tesSamplers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tesCBuffersGroup
            // 
            this.tesCBuffersGroup.Controls.Add(this.tesCBuffers);
            this.tesCBuffersGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesCBuffersGroup.Location = new System.Drawing.Point(3, 275);
            this.tesCBuffersGroup.Name = "tesCBuffersGroup";
            this.tesCBuffersGroup.Size = new System.Drawing.Size(1151, 105);
            this.tesCBuffersGroup.TabIndex = 12;
            this.tesCBuffersGroup.TabStop = false;
            this.tesCBuffersGroup.Text = "Uniforms and UBOs";
            // 
            // tesCBuffers
            // 
            treeListColumn1016.AutoSizeMinSize = 0;
            treeListColumn1016.Width = 120;
            treeListColumn1017.AutoSize = true;
            treeListColumn1017.AutoSizeMinSize = 100;
            treeListColumn1017.Width = 50;
            treeListColumn1018.AutoSizeMinSize = 0;
            treeListColumn1018.Width = 150;
            treeListColumn1019.AutoSizeMinSize = 0;
            treeListColumn1019.Width = 250;
            treeListColumn1020.AutoSizeMinSize = 0;
            treeListColumn1020.Width = 25;
            this.tesCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1016,
            treeListColumn1017,
            treeListColumn1018,
            treeListColumn1019,
            treeListColumn1020});
            this.tesCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tesCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tesCBuffers.Location = new System.Drawing.Point(3, 16);
            this.tesCBuffers.MultiSelect = false;
            this.tesCBuffers.Name = "tesCBuffers";
            this.tesCBuffers.RowOptions.HoverHighlight = true;
            this.tesCBuffers.RowOptions.ItemHeight = 20;
            this.tesCBuffers.RowOptions.ShowHeader = false;
            this.tesCBuffers.Size = new System.Drawing.Size(1145, 86);
            this.tesCBuffers.TabIndex = 11;
            this.tesCBuffers.Text = "Uniforms and UBOs";
            this.tesCBuffers.TreeColumn = 4;
            this.tesCBuffers.ViewOptions.Indent = 0;
            this.tesCBuffers.ViewOptions.ShowLine = false;
            this.tesCBuffers.ViewOptions.ShowPlusMinus = false;
            this.tesCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.tesCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.tesCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.tesCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tesCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tesSubroutinesGroup
            // 
            this.tesSubroutinesGroup.Controls.Add(this.tesSubroutines);
            this.tesSubroutinesGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesSubroutinesGroup.Location = new System.Drawing.Point(3, 386);
            this.tesSubroutinesGroup.Name = "tesSubroutinesGroup";
            this.tesSubroutinesGroup.Size = new System.Drawing.Size(1151, 105);
            this.tesSubroutinesGroup.TabIndex = 16;
            this.tesSubroutinesGroup.TabStop = false;
            this.tesSubroutinesGroup.Text = "Shader Subroutines";
            // 
            // tesSubroutines
            // 
            treeListColumn1021.AutoSizeMinSize = 0;
            treeListColumn1021.Width = 50;
            treeListColumn1022.AutoSize = true;
            treeListColumn1022.AutoSizeMinSize = 50;
            treeListColumn1022.Width = 60;
            this.tesSubroutines.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1021,
            treeListColumn1022});
            this.tesSubroutines.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tesSubroutines.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesSubroutines.Location = new System.Drawing.Point(3, 16);
            this.tesSubroutines.Name = "tesSubroutines";
            this.tesSubroutines.RowOptions.ItemHeight = 20;
            this.tesSubroutines.RowOptions.ShowHeader = false;
            this.tesSubroutines.Size = new System.Drawing.Size(1145, 86);
            this.tesSubroutines.TabIndex = 4;
            this.tesSubroutines.Text = "Shader Subroutines";
            this.tesSubroutines.TreeColumn = -1;
            this.tesSubroutines.ViewOptions.ShowLine = false;
            this.tesSubroutines.ViewOptions.ShowPlusMinus = false;
            this.tesSubroutines.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.tesSubroutines.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tesSubroutines.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tesReadWriteGroup
            // 
            this.tesReadWriteGroup.Controls.Add(this.tesReadWrite);
            this.tesReadWriteGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesReadWriteGroup.Location = new System.Drawing.Point(3, 497);
            this.tesReadWriteGroup.Name = "tesReadWriteGroup";
            this.tesReadWriteGroup.Size = new System.Drawing.Size(1151, 105);
            this.tesReadWriteGroup.TabIndex = 21;
            this.tesReadWriteGroup.TabStop = false;
            this.tesReadWriteGroup.Text = "Read/Write Bindings";
            // 
            // tesReadWrite
            // 
            treeListColumn1023.AutoSizeMinSize = 0;
            treeListColumn1023.Width = 50;
            treeListColumn1024.AutoSizeMinSize = 0;
            treeListColumn1024.Width = 120;
            treeListColumn1025.AutoSize = true;
            treeListColumn1025.AutoSizeMinSize = 150;
            treeListColumn1025.Width = 50;
            treeListColumn1026.AutoSizeMinSize = 0;
            treeListColumn1026.Width = 200;
            treeListColumn1027.AutoSizeMinSize = 0;
            treeListColumn1027.Width = 200;
            treeListColumn1028.AutoSizeMinSize = 0;
            treeListColumn1028.Width = 75;
            treeListColumn1029.AutoSizeMinSize = 0;
            treeListColumn1029.Width = 25;
            this.tesReadWrite.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1023,
            treeListColumn1024,
            treeListColumn1025,
            treeListColumn1026,
            treeListColumn1027,
            treeListColumn1028,
            treeListColumn1029});
            this.tesReadWrite.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tesReadWrite.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesReadWrite.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tesReadWrite.Location = new System.Drawing.Point(3, 16);
            this.tesReadWrite.MultiSelect = false;
            this.tesReadWrite.Name = "tesReadWrite";
            this.tesReadWrite.RowOptions.HoverHighlight = true;
            this.tesReadWrite.RowOptions.ItemHeight = 20;
            this.tesReadWrite.RowOptions.ShowHeader = false;
            this.tesReadWrite.Size = new System.Drawing.Size(1145, 86);
            this.tesReadWrite.TabIndex = 1;
            this.tesReadWrite.Text = "Outputs";
            this.tesReadWrite.TreeColumn = 6;
            this.tesReadWrite.ViewOptions.Indent = 0;
            this.tesReadWrite.ViewOptions.ShowLine = false;
            this.tesReadWrite.ViewOptions.ShowPlusMinus = false;
            this.tesReadWrite.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.tesReadWrite.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.tesReadWrite.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.tesReadWrite.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tesReadWrite.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(1157, 605);
            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, 500);
            this.panel5.Controls.Add(this.gsTable);
            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(1157, 605);
            this.panel5.TabIndex = 4;
            // 
            // gsTable
            // 
            this.gsTable.ColumnCount = 2;
            this.gsTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.gsTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.gsTable.Controls.Add(this.groupBox22, 0, 0);
            this.gsTable.Controls.Add(this.groupBox24, 0, 1);
            this.gsTable.Controls.Add(this.groupBox25, 0, 2);
            this.gsTable.Controls.Add(this.groupBox26, 0, 3);
            this.gsTable.Controls.Add(this.feedbackGroup, 1, 3);
            this.gsTable.Controls.Add(this.gsSubroutinesGroup, 0, 4);
            this.gsTable.Controls.Add(this.gsReadWriteGroup, 0, 5);
            this.gsTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsTable.Location = new System.Drawing.Point(0, 0);
            this.gsTable.Name = "gsTable";
            this.gsTable.RowCount = 6;
            this.gsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.gsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.gsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.gsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.gsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.gsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.gsTable.Size = new System.Drawing.Size(1157, 605);
            this.gsTable.TabIndex = 1;
            // 
            // groupBox22
            // 
            this.gsTable.SetColumnSpan(this.groupBox22, 2);
            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(1151, 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(label40);
            this.flowLayoutPanel2.Controls.Add(this.gsShaderEdit);
            this.flowLayoutPanel2.Controls.Add(label41);
            this.flowLayoutPanel2.Controls.Add(this.pictureBox4);
            this.flowLayoutPanel2.Controls.Add(label42);
            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(1145, 25);
            this.flowLayoutPanel2.TabIndex = 25;
            // 
            // gsShader
            // 
            this.gsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.gsShader.AutoSize = true;
            this.gsShader.BackColor = System.Drawing.SystemColors.Info;
            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.ForeColor = System.Drawing.SystemColors.InfoText;
            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.Margin = new System.Windows.Forms.Padding(3, 3, 0, 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);
            // 
            // label40
            // 
            label40.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label40.AutoSize = true;
            label40.Cursor = System.Windows.Forms.Cursors.Hand;
            label40.Location = new System.Drawing.Point(325, 4);
            label40.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label40.Name = "label40";
            label40.Size = new System.Drawing.Size(30, 13);
            label40.TabIndex = 37;
            label40.Text = "View";
            // 
            // 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(364, 3);
            this.gsShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 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, "GLSL edit and replace this shader");
            this.gsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label41
            // 
            label41.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label41.AutoSize = true;
            label41.Cursor = System.Windows.Forms.Cursors.Hand;
            label41.Location = new System.Drawing.Point(380, 4);
            label41.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label41.Name = "label41";
            label41.Size = new System.Drawing.Size(25, 13);
            label41.TabIndex = 35;
            label41.Text = "Edit";
            this.toolTip.SetToolTip(label41, "GLSL edit and replace this shader");
            label41.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // pictureBox4
            // 
            this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pictureBox4.Image = global::renderdocui.Properties.Resources.save;
            this.pictureBox4.Location = new System.Drawing.Point(414, 3);
            this.pictureBox4.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.pictureBox4.Name = "pictureBox4";
            this.pictureBox4.Size = new System.Drawing.Size(16, 16);
            this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox4.TabIndex = 38;
            this.pictureBox4.TabStop = false;
            this.toolTip.SetToolTip(this.pictureBox4, "Save the GLSL source to disk");
            this.pictureBox4.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label42
            // 
            label42.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label42.AutoSize = true;
            label42.Cursor = System.Windows.Forms.Cursors.Hand;
            label42.Location = new System.Drawing.Point(430, 4);
            label42.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label42.Name = "label42";
            label42.Size = new System.Drawing.Size(32, 13);
            label42.TabIndex = 36;
            label42.Text = "Save";
            this.toolTip.SetToolTip(label42, "Save the GLSL source to disk");
            label42.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // groupBox24
            // 
            this.gsTable.SetColumnSpan(this.groupBox24, 2);
            this.groupBox24.Controls.Add(this.gsTextures);
            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(1151, 105);
            this.groupBox24.TabIndex = 14;
            this.groupBox24.TabStop = false;
            this.groupBox24.Text = "Textures";
            // 
            // gsTextures
            // 
            treeListColumn1030.AutoSizeMinSize = 0;
            treeListColumn1030.Width = 120;
            treeListColumn1031.AutoSize = true;
            treeListColumn1031.AutoSizeMinSize = 150;
            treeListColumn1031.Width = 50;
            treeListColumn1032.AutoSizeMinSize = 0;
            treeListColumn1032.Width = 75;
            treeListColumn1033.AutoSizeMinSize = 0;
            treeListColumn1033.Width = 50;
            treeListColumn1034.AutoSizeMinSize = 0;
            treeListColumn1034.Width = 50;
            treeListColumn1035.AutoSizeMinSize = 0;
            treeListColumn1035.Width = 50;
            treeListColumn1036.AutoSizeMinSize = 0;
            treeListColumn1036.Width = 85;
            treeListColumn1037.AutoSizeMinSize = 0;
            treeListColumn1037.Width = 200;
            treeListColumn1038.AutoSizeMinSize = 0;
            treeListColumn1038.Width = 25;
            this.gsTextures.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1030,
            treeListColumn1031,
            treeListColumn1032,
            treeListColumn1033,
            treeListColumn1034,
            treeListColumn1035,
            treeListColumn1036,
            treeListColumn1037,
            treeListColumn1038});
            this.gsTextures.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsTextures.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsTextures.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsTextures.Location = new System.Drawing.Point(3, 16);
            this.gsTextures.MultiSelect = false;
            this.gsTextures.Name = "gsTextures";
            this.gsTextures.RowOptions.HoverHighlight = true;
            this.gsTextures.RowOptions.ItemHeight = 20;
            this.gsTextures.RowOptions.ShowHeader = false;
            this.gsTextures.Size = new System.Drawing.Size(1145, 86);
            this.gsTextures.TabIndex = 1;
            this.gsTextures.Text = "Outputs";
            this.gsTextures.TreeColumn = 8;
            this.gsTextures.ViewOptions.Indent = 0;
            this.gsTextures.ViewOptions.ShowLine = false;
            this.gsTextures.ViewOptions.ShowPlusMinus = false;
            this.gsTextures.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.gsTextures.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.gsTextures.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.gsTextures.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.gsTextures.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox25
            // 
            this.gsTable.SetColumnSpan(this.groupBox25, 2);
            this.groupBox25.Controls.Add(this.gsSamplers);
            this.groupBox25.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox25.Location = new System.Drawing.Point(3, 164);
            this.groupBox25.Name = "groupBox25";
            this.groupBox25.Size = new System.Drawing.Size(1151, 105);
            this.groupBox25.TabIndex = 13;
            this.groupBox25.TabStop = false;
            this.groupBox25.Text = "Samplers";
            // 
            // gsSamplers
            // 
            treeListColumn1039.AutoSizeMinSize = 0;
            treeListColumn1039.Width = 120;
            treeListColumn1040.AutoSizeMinSize = 100;
            treeListColumn1040.Width = 200;
            treeListColumn1041.AutoSizeMinSize = 0;
            treeListColumn1041.Width = 250;
            treeListColumn1042.AutoSizeMinSize = 0;
            treeListColumn1042.Width = 90;
            treeListColumn1043.AutoSizeMinSize = 0;
            treeListColumn1043.Width = 100;
            treeListColumn1044.AutoSize = true;
            treeListColumn1044.AutoSizeMinSize = 50;
            treeListColumn1044.Width = 50;
            this.gsSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1039,
            treeListColumn1040,
            treeListColumn1041,
            treeListColumn1042,
            treeListColumn1043,
            treeListColumn1044});
            this.gsSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsSamplers.Location = new System.Drawing.Point(3, 16);
            this.gsSamplers.MultiSelect = false;
            this.gsSamplers.Name = "gsSamplers";
            this.gsSamplers.RowOptions.HoverHighlight = true;
            this.gsSamplers.RowOptions.ItemHeight = 20;
            this.gsSamplers.RowOptions.ShowHeader = false;
            this.gsSamplers.Size = new System.Drawing.Size(1145, 86);
            this.gsSamplers.TabIndex = 12;
            this.gsSamplers.Text = "Uniforms and UBOs";
            this.gsSamplers.TreeColumn = -1;
            this.gsSamplers.ViewOptions.Indent = 0;
            this.gsSamplers.ViewOptions.ShowLine = false;
            this.gsSamplers.ViewOptions.ShowPlusMinus = false;
            this.gsSamplers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            // 
            // groupBox26
            // 
            this.groupBox26.Controls.Add(this.gsCBuffers);
            this.groupBox26.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox26.Location = new System.Drawing.Point(3, 275);
            this.groupBox26.Name = "groupBox26";
            this.groupBox26.Size = new System.Drawing.Size(572, 105);
            this.groupBox26.TabIndex = 12;
            this.groupBox26.TabStop = false;
            this.groupBox26.Text = "Uniforms and UBOs";
            // 
            // gsCBuffers
            // 
            treeListColumn1045.AutoSizeMinSize = 0;
            treeListColumn1045.Width = 120;
            treeListColumn1046.AutoSize = true;
            treeListColumn1046.AutoSizeMinSize = 100;
            treeListColumn1046.Width = 50;
            treeListColumn1047.AutoSizeMinSize = 0;
            treeListColumn1047.Width = 150;
            treeListColumn1048.AutoSizeMinSize = 0;
            treeListColumn1048.Width = 250;
            treeListColumn1049.AutoSizeMinSize = 0;
            treeListColumn1049.Width = 25;
            this.gsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1045,
            treeListColumn1046,
            treeListColumn1047,
            treeListColumn1048,
            treeListColumn1049});
            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(566, 86);
            this.gsCBuffers.TabIndex = 11;
            this.gsCBuffers.Text = "Uniforms and UBOs";
            this.gsCBuffers.TreeColumn = 4;
            this.gsCBuffers.ViewOptions.Indent = 0;
            this.gsCBuffers.ViewOptions.ShowLine = false;
            this.gsCBuffers.ViewOptions.ShowPlusMinus = 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);
            // 
            // feedbackGroup
            // 
            this.feedbackGroup.Controls.Add(this.feedbackTable);
            this.feedbackGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.feedbackGroup.Location = new System.Drawing.Point(581, 275);
            this.feedbackGroup.Name = "feedbackGroup";
            this.feedbackGroup.Size = new System.Drawing.Size(573, 105);
            this.feedbackGroup.TabIndex = 18;
            this.feedbackGroup.TabStop = false;
            this.feedbackGroup.Text = "Transform Feedback";
            // 
            // feedbackTable
            // 
            this.feedbackTable.ColumnCount = 3;
            this.feedbackTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.feedbackTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.feedbackTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.feedbackTable.Controls.Add(this.feedbackPaused, 1, 0);
            this.feedbackTable.Controls.Add(this.gsFeedback, 0, 1);
            this.feedbackTable.Controls.Add(this.label14, 0, 0);
            this.feedbackTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.feedbackTable.Location = new System.Drawing.Point(3, 16);
            this.feedbackTable.Name = "feedbackTable";
            this.feedbackTable.RowCount = 2;
            this.feedbackTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.feedbackTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.feedbackTable.Size = new System.Drawing.Size(567, 86);
            this.feedbackTable.TabIndex = 20;
            // 
            // feedbackPaused
            // 
            this.feedbackPaused.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.feedbackPaused.Image = ((System.Drawing.Image)(resources.GetObject("feedbackPaused.Image")));
            this.feedbackPaused.Location = new System.Drawing.Point(55, 3);
            this.feedbackPaused.Name = "feedbackPaused";
            this.feedbackPaused.Size = new System.Drawing.Size(39, 16);
            this.feedbackPaused.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.feedbackPaused.TabIndex = 21;
            this.feedbackPaused.TabStop = false;
            // 
            // gsFeedback
            // 
            treeListColumn1050.AutoSizeMinSize = 0;
            treeListColumn1050.Width = 57;
            treeListColumn1051.AutoSize = true;
            treeListColumn1051.AutoSizeMinSize = 100;
            treeListColumn1051.Width = 50;
            treeListColumn1052.AutoSizeMinSize = 0;
            treeListColumn1052.Width = 75;
            treeListColumn1053.AutoSizeMinSize = 0;
            treeListColumn1053.Width = 75;
            treeListColumn1054.AutoSizeMinSize = 0;
            treeListColumn1054.Width = 25;
            this.gsFeedback.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1050,
            treeListColumn1051,
            treeListColumn1052,
            treeListColumn1053,
            treeListColumn1054});
            this.feedbackTable.SetColumnSpan(this.gsFeedback, 3);
            this.gsFeedback.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsFeedback.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsFeedback.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsFeedback.Location = new System.Drawing.Point(3, 25);
            this.gsFeedback.MultiSelect = false;
            this.gsFeedback.Name = "gsFeedback";
            this.gsFeedback.RowOptions.HoverHighlight = true;
            this.gsFeedback.RowOptions.ItemHeight = 20;
            this.gsFeedback.RowOptions.ShowHeader = false;
            this.gsFeedback.Size = new System.Drawing.Size(561, 58);
            this.gsFeedback.TabIndex = 19;
            this.gsFeedback.TreeColumn = 4;
            this.gsFeedback.ViewOptions.Indent = 0;
            this.gsFeedback.ViewOptions.ShowLine = false;
            this.gsFeedback.ViewOptions.ShowPlusMinus = false;
            this.gsFeedback.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            // 
            // label14
            // 
            this.label14.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(3, 4);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(46, 13);
            this.label14.TabIndex = 20;
            this.label14.Text = "Paused:";
            // 
            // gsSubroutinesGroup
            // 
            this.gsTable.SetColumnSpan(this.gsSubroutinesGroup, 2);
            this.gsSubroutinesGroup.Controls.Add(this.gsSubroutines);
            this.gsSubroutinesGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsSubroutinesGroup.Location = new System.Drawing.Point(3, 386);
            this.gsSubroutinesGroup.Name = "gsSubroutinesGroup";
            this.gsSubroutinesGroup.Size = new System.Drawing.Size(1151, 105);
            this.gsSubroutinesGroup.TabIndex = 16;
            this.gsSubroutinesGroup.TabStop = false;
            this.gsSubroutinesGroup.Text = "Shader Subroutines";
            // 
            // gsSubroutines
            // 
            treeListColumn1055.AutoSizeMinSize = 0;
            treeListColumn1055.Width = 50;
            treeListColumn1056.AutoSize = true;
            treeListColumn1056.AutoSizeMinSize = 50;
            treeListColumn1056.Width = 60;
            this.gsSubroutines.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1055,
            treeListColumn1056});
            this.gsSubroutines.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsSubroutines.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsSubroutines.Location = new System.Drawing.Point(3, 16);
            this.gsSubroutines.Name = "gsSubroutines";
            this.gsSubroutines.RowOptions.ItemHeight = 20;
            this.gsSubroutines.RowOptions.ShowHeader = false;
            this.gsSubroutines.Size = new System.Drawing.Size(1145, 86);
            this.gsSubroutines.TabIndex = 4;
            this.gsSubroutines.Text = "Shader Subroutines";
            this.gsSubroutines.TreeColumn = -1;
            this.gsSubroutines.ViewOptions.ShowLine = false;
            this.gsSubroutines.ViewOptions.ShowPlusMinus = false;
            this.gsSubroutines.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            // 
            // gsReadWriteGroup
            // 
            this.gsTable.SetColumnSpan(this.gsReadWriteGroup, 2);
            this.gsReadWriteGroup.Controls.Add(this.gsReadWrite);
            this.gsReadWriteGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsReadWriteGroup.Location = new System.Drawing.Point(3, 497);
            this.gsReadWriteGroup.Name = "gsReadWriteGroup";
            this.gsReadWriteGroup.Size = new System.Drawing.Size(1151, 105);
            this.gsReadWriteGroup.TabIndex = 21;
            this.gsReadWriteGroup.TabStop = false;
            this.gsReadWriteGroup.Text = "Read/Write Bindings";
            // 
            // gsReadWrite
            // 
            treeListColumn1057.AutoSizeMinSize = 0;
            treeListColumn1057.Width = 50;
            treeListColumn1058.AutoSizeMinSize = 0;
            treeListColumn1058.Width = 120;
            treeListColumn1059.AutoSize = true;
            treeListColumn1059.AutoSizeMinSize = 150;
            treeListColumn1059.Width = 50;
            treeListColumn1060.AutoSizeMinSize = 0;
            treeListColumn1060.Width = 200;
            treeListColumn1061.AutoSizeMinSize = 0;
            treeListColumn1061.Width = 200;
            treeListColumn1062.AutoSizeMinSize = 0;
            treeListColumn1062.Width = 75;
            treeListColumn1063.AutoSizeMinSize = 0;
            treeListColumn1063.Width = 25;
            this.gsReadWrite.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1057,
            treeListColumn1058,
            treeListColumn1059,
            treeListColumn1060,
            treeListColumn1061,
            treeListColumn1062,
            treeListColumn1063});
            this.gsReadWrite.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsReadWrite.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsReadWrite.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsReadWrite.Location = new System.Drawing.Point(3, 16);
            this.gsReadWrite.MultiSelect = false;
            this.gsReadWrite.Name = "gsReadWrite";
            this.gsReadWrite.RowOptions.HoverHighlight = true;
            this.gsReadWrite.RowOptions.ItemHeight = 20;
            this.gsReadWrite.RowOptions.ShowHeader = false;
            this.gsReadWrite.Size = new System.Drawing.Size(1145, 86);
            this.gsReadWrite.TabIndex = 1;
            this.gsReadWrite.Text = "Outputs";
            this.gsReadWrite.TreeColumn = 6;
            this.gsReadWrite.ViewOptions.Indent = 0;
            this.gsReadWrite.ViewOptions.ShowLine = false;
            this.gsReadWrite.ViewOptions.ShowPlusMinus = false;
            this.gsReadWrite.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.gsReadWrite.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.gsReadWrite.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.gsReadWrite.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.gsReadWrite.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(1157, 605);
            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(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(1157, 605);
            this.panel8.TabIndex = 2;
            // 
            // tableLayoutPanel14
            // 
            tableLayoutPanel14.AutoScroll = true;
            tableLayoutPanel14.AutoScrollMinSize = new System.Drawing.Size(500, 0);
            tableLayoutPanel14.ColumnCount = 2;
            tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel14.Controls.Add(multisampleGroup, 0, 1);
            tableLayoutPanel14.Controls.Add(rasterizerGroup, 0, 0);
            tableLayoutPanel14.Controls.Add(viewportGroup, 0, 2);
            tableLayoutPanel14.Controls.Add(scissorGroup, 1, 2);
            tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel14.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel14.Name = "tableLayoutPanel14";
            tableLayoutPanel14.RowCount = 3;
            tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel14.Size = new System.Drawing.Size(1157, 605);
            tableLayoutPanel14.TabIndex = 1;
            // 
            // multisampleGroup
            // 
            multisampleGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            tableLayoutPanel14.SetColumnSpan(multisampleGroup, 2);
            multisampleGroup.Controls.Add(tableLayoutPanel8);
            multisampleGroup.Location = new System.Drawing.Point(3, 129);
            multisampleGroup.MinimumSize = new System.Drawing.Size(500, 0);
            multisampleGroup.Name = "multisampleGroup";
            multisampleGroup.Size = new System.Drawing.Size(1151, 100);
            multisampleGroup.TabIndex = 3;
            multisampleGroup.TabStop = false;
            multisampleGroup.Text = "Multisampling State";
            // 
            // tableLayoutPanel8
            // 
            tableLayoutPanel8.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            tableLayoutPanel8.ColumnCount = 7;
            tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 748F));
            tableLayoutPanel8.Controls.Add(label26, 0, 1);
            tableLayoutPanel8.Controls.Add(label28, 0, 0);
            tableLayoutPanel8.Controls.Add(label29, 2, 0);
            tableLayoutPanel8.Controls.Add(label30, 4, 0);
            tableLayoutPanel8.Controls.Add(label31, 0, 2);
            tableLayoutPanel8.Controls.Add(label32, 2, 2);
            tableLayoutPanel8.Controls.Add(label36, 2, 1);
            tableLayoutPanel8.Controls.Add(this.multisampleEnable, 1, 0);
            tableLayoutPanel8.Controls.Add(this.sampleShading, 3, 0);
            tableLayoutPanel8.Controls.Add(this.minSampleShadingRate, 5, 0);
            tableLayoutPanel8.Controls.Add(this.alphaToCoverage, 1, 1);
            tableLayoutPanel8.Controls.Add(this.alphaToOne, 3, 1);
            tableLayoutPanel8.Controls.Add(this.sampleCoverage, 1, 2);
            tableLayoutPanel8.Controls.Add(this.sampleMask, 3, 2);
            tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel8.Location = new System.Drawing.Point(3, 16);
            tableLayoutPanel8.Name = "tableLayoutPanel8";
            tableLayoutPanel8.RowCount = 3;
            tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            tableLayoutPanel8.Size = new System.Drawing.Size(1145, 81);
            tableLayoutPanel8.TabIndex = 0;
            // 
            // label26
            // 
            label26.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label26.AutoSize = true;
            label26.Location = new System.Drawing.Point(4, 33);
            label26.Name = "label26";
            label26.Size = new System.Drawing.Size(98, 13);
            label26.TabIndex = 0;
            label26.Text = "Alpha to Coverage:";
            // 
            // label28
            // 
            label28.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label28.AutoSize = true;
            label28.Location = new System.Drawing.Point(37, 7);
            label28.Name = "label28";
            label28.Size = new System.Drawing.Size(65, 13);
            label28.TabIndex = 6;
            label28.Text = "Multisample:";
            // 
            // label29
            // 
            label29.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label29.AutoSize = true;
            label29.Location = new System.Drawing.Point(214, 7);
            label29.Name = "label29";
            label29.Size = new System.Drawing.Size(87, 13);
            label29.TabIndex = 7;
            label29.Text = "Sample Shading:";
            // 
            // label30
            // 
            label30.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label30.AutoSize = true;
            label30.Location = new System.Drawing.Point(388, 7);
            label30.Name = "label30";
            label30.Size = new System.Drawing.Size(107, 13);
            label30.TabIndex = 8;
            label30.Text = "Min Sample Shading:";
            // 
            // label31
            // 
            label31.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label31.AutoSize = true;
            label31.Location = new System.Drawing.Point(8, 60);
            label31.Name = "label31";
            label31.Size = new System.Drawing.Size(94, 13);
            label31.TabIndex = 9;
            label31.Text = "Sample Coverage:";
            // 
            // label32
            // 
            label32.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label32.AutoSize = true;
            label32.Location = new System.Drawing.Point(227, 60);
            label32.Name = "label32";
            label32.Size = new System.Drawing.Size(74, 13);
            label32.TabIndex = 10;
            label32.Text = "Sample Mask:";
            // 
            // label36
            // 
            label36.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label36.AutoSize = true;
            label36.Location = new System.Drawing.Point(229, 33);
            label36.Name = "label36";
            label36.Size = new System.Drawing.Size(72, 13);
            label36.TabIndex = 2;
            label36.Text = "Alpha to One:";
            // 
            // multisampleEnable
            // 
            this.multisampleEnable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.multisampleEnable.Image = ((System.Drawing.Image)(resources.GetObject("multisampleEnable.Image")));
            this.multisampleEnable.Location = new System.Drawing.Point(109, 4);
            this.multisampleEnable.Name = "multisampleEnable";
            this.multisampleEnable.Size = new System.Drawing.Size(98, 19);
            this.multisampleEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.multisampleEnable.TabIndex = 19;
            this.multisampleEnable.TabStop = false;
            // 
            // 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(308, 4);
            this.sampleShading.Name = "sampleShading";
            this.sampleShading.Size = new System.Drawing.Size(73, 19);
            this.sampleShading.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.sampleShading.TabIndex = 31;
            this.sampleShading.TabStop = false;
            // 
            // minSampleShadingRate
            // 
            this.minSampleShadingRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.minSampleShadingRate.AutoSize = true;
            this.minSampleShadingRate.BackColor = System.Drawing.Color.Transparent;
            this.minSampleShadingRate.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.minSampleShadingRate.Location = new System.Drawing.Point(502, 4);
            this.minSampleShadingRate.Name = "minSampleShadingRate";
            this.minSampleShadingRate.Size = new System.Drawing.Size(32, 19);
            this.minSampleShadingRate.TabIndex = 24;
            this.minSampleShadingRate.Text = "0.0";
            this.minSampleShadingRate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // alphaToCoverage
            // 
            this.alphaToCoverage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.alphaToCoverage.Image = ((System.Drawing.Image)(resources.GetObject("alphaToCoverage.Image")));
            this.alphaToCoverage.Location = new System.Drawing.Point(109, 31);
            this.alphaToCoverage.Name = "alphaToCoverage";
            this.alphaToCoverage.Size = new System.Drawing.Size(98, 16);
            this.alphaToCoverage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.alphaToCoverage.TabIndex = 38;
            this.alphaToCoverage.TabStop = false;
            // 
            // 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(308, 31);
            this.alphaToOne.Name = "alphaToOne";
            this.alphaToOne.Size = new System.Drawing.Size(73, 16);
            this.alphaToOne.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.alphaToOne.TabIndex = 39;
            this.alphaToOne.TabStop = false;
            // 
            // sampleCoverage
            // 
            this.sampleCoverage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.sampleCoverage.AutoSize = true;
            this.sampleCoverage.BackColor = System.Drawing.Color.Transparent;
            this.sampleCoverage.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sampleCoverage.Location = new System.Drawing.Point(109, 57);
            this.sampleCoverage.Name = "sampleCoverage";
            this.sampleCoverage.Size = new System.Drawing.Size(98, 19);
            this.sampleCoverage.TabIndex = 40;
            this.sampleCoverage.Text = "0.0";
            this.sampleCoverage.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(308, 57);
            this.sampleMask.Name = "sampleMask";
            this.sampleMask.Size = new System.Drawing.Size(73, 19);
            this.sampleMask.TabIndex = 41;
            this.sampleMask.Text = "FFFFFFFF";
            this.sampleMask.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // rasterizerGroup
            // 
            rasterizerGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            tableLayoutPanel14.SetColumnSpan(rasterizerGroup, 2);
            rasterizerGroup.Controls.Add(rasterizerTable);
            rasterizerGroup.Location = new System.Drawing.Point(3, 3);
            rasterizerGroup.MinimumSize = new System.Drawing.Size(500, 0);
            rasterizerGroup.Name = "rasterizerGroup";
            rasterizerGroup.Size = new System.Drawing.Size(1151, 120);
            rasterizerGroup.TabIndex = 0;
            rasterizerGroup.TabStop = false;
            rasterizerGroup.Text = "Rasterizer State";
            // 
            // rasterizerTable
            // 
            rasterizerTable.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            rasterizerTable.ColumnCount = 9;
            rasterizerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            rasterizerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            rasterizerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            rasterizerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            rasterizerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            rasterizerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            rasterizerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            rasterizerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            rasterizerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 748F));
            rasterizerTable.Controls.Add(this.pointSize, 0, 3);
            rasterizerTable.Controls.Add(label24, 0, 3);
            rasterizerTable.Controls.Add(this.frontCCW, 5, 0);
            rasterizerTable.Controls.Add(this.cullMode, 3, 0);
            rasterizerTable.Controls.Add(label1, 0, 1);
            rasterizerTable.Controls.Add(this.depthBias, 1, 1);
            rasterizerTable.Controls.Add(label15, 0, 0);
            rasterizerTable.Controls.Add(label16, 2, 0);
            rasterizerTable.Controls.Add(label17, 4, 0);
            rasterizerTable.Controls.Add(label18, 0, 2);
            rasterizerTable.Controls.Add(label19, 2, 2);
            rasterizerTable.Controls.Add(label20, 4, 2);
            rasterizerTable.Controls.Add(this.depthClamp, 1, 2);
            rasterizerTable.Controls.Add(this.fillMode, 1, 0);
            rasterizerTable.Controls.Add(this.scissorEnable, 3, 2);
            rasterizerTable.Controls.Add(this.slopeScaledBias, 3, 1);
            rasterizerTable.Controls.Add(label5, 2, 1);
            rasterizerTable.Controls.Add(label4, 4, 1);
            rasterizerTable.Controls.Add(this.offsetClamp, 5, 1);
            rasterizerTable.Controls.Add(this.provokingVertex, 5, 2);
            rasterizerTable.Controls.Add(label6, 6, 0);
            rasterizerTable.Controls.Add(label7, 6, 1);
            rasterizerTable.Controls.Add(label8, 6, 2);
            rasterizerTable.Controls.Add(this.clipDistances, 7, 2);
            rasterizerTable.Controls.Add(this.clipSetup, 7, 1);
            rasterizerTable.Controls.Add(this.rasterizerDiscard, 7, 0);
            rasterizerTable.Controls.Add(label23, 2, 3);
            rasterizerTable.Controls.Add(this.lineWidth, 3, 3);
            rasterizerTable.Dock = System.Windows.Forms.DockStyle.Fill;
            rasterizerTable.Location = new System.Drawing.Point(3, 16);
            rasterizerTable.Name = "rasterizerTable";
            rasterizerTable.RowCount = 4;
            rasterizerTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            rasterizerTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            rasterizerTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            rasterizerTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            rasterizerTable.Size = new System.Drawing.Size(1145, 101);
            rasterizerTable.TabIndex = 0;
            // 
            // pointSize
            // 
            this.pointSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.pointSize.AutoSize = true;
            this.pointSize.BackColor = System.Drawing.Color.Transparent;
            this.pointSize.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.pointSize.Location = new System.Drawing.Point(82, 78);
            this.pointSize.Name = "pointSize";
            this.pointSize.Size = new System.Drawing.Size(44, 19);
            this.pointSize.TabIndex = 37;
            this.pointSize.Text = "1.0";
            this.pointSize.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label24
            // 
            label24.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label24.AutoSize = true;
            label24.Location = new System.Drawing.Point(18, 81);
            label24.Name = "label24";
            label24.Size = new System.Drawing.Size(57, 13);
            label24.TabIndex = 35;
            label24.Text = "Point Size:";
            // 
            // 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(396, 5);
            this.frontCCW.Name = "frontCCW";
            this.frontCCW.Size = new System.Drawing.Size(39, 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(236, 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(13, 31);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(62, 13);
            label1.TabIndex = 0;
            label1.Text = "Depth 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(82, 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;
            // 
            // label15
            // 
            label15.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label15.AutoSize = true;
            label15.Location = new System.Drawing.Point(23, 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(172, 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(327, 6);
            label17.Name = "label17";
            label17.Size = new System.Drawing.Size(62, 13);
            label17.TabIndex = 8;
            label17.Text = "Front CCW:";
            // 
            // label18
            // 
            label18.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label18.AutoSize = true;
            label18.Location = new System.Drawing.Point(4, 56);
            label18.Name = "label18";
            label18.Size = new System.Drawing.Size(71, 13);
            label18.TabIndex = 9;
            label18.Text = "Depth Clamp:";
            // 
            // label19
            // 
            label19.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label19.AutoSize = true;
            label19.Location = new System.Drawing.Point(185, 56);
            label19.Name = "label19";
            label19.Size = new System.Drawing.Size(44, 13);
            label19.TabIndex = 10;
            label19.Text = "Scissor:";
            // 
            // label20
            // 
            label20.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label20.AutoSize = true;
            label20.Location = new System.Drawing.Point(298, 56);
            label20.Name = "label20";
            label20.Size = new System.Drawing.Size(91, 13);
            label20.TabIndex = 11;
            label20.Text = "Provoking Vertex:";
            // 
            // 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(82, 55);
            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(82, 3);
            this.fillMode.Name = "fillMode";
            this.fillMode.Size = new System.Drawing.Size(44, 19);
            this.fillMode.TabIndex = 17;
            this.fillMode.Text = "Solid";
            // 
            // scissorEnable
            // 
            this.scissorEnable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.scissorEnable.Image = ((System.Drawing.Image)(resources.GetObject("scissorEnable.Image")));
            this.scissorEnable.Location = new System.Drawing.Point(236, 55);
            this.scissorEnable.Name = "scissorEnable";
            this.scissorEnable.Size = new System.Drawing.Size(46, 16);
            this.scissorEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.scissorEnable.TabIndex = 22;
            this.scissorEnable.TabStop = false;
            // 
            // 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(236, 28);
            this.slopeScaledBias.Name = "slopeScaledBias";
            this.slopeScaledBias.Size = new System.Drawing.Size(46, 19);
            this.slopeScaledBias.TabIndex = 5;
            this.slopeScaledBias.Text = "0.0";
            this.slopeScaledBias.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label5
            // 
            label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(133, 31);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(96, 13);
            label5.TabIndex = 2;
            label5.Text = "Slope-Scaled Bias:";
            // 
            // label4
            // 
            label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(289, 31);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(100, 13);
            label4.TabIndex = 23;
            label4.Text = "Offset Clamp (EXT):";
            // 
            // offsetClamp
            // 
            this.offsetClamp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.offsetClamp.AutoSize = true;
            this.offsetClamp.BackColor = System.Drawing.Color.Transparent;
            this.offsetClamp.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.offsetClamp.Location = new System.Drawing.Point(396, 28);
            this.offsetClamp.Name = "offsetClamp";
            this.offsetClamp.Size = new System.Drawing.Size(39, 19);
            this.offsetClamp.TabIndex = 24;
            this.offsetClamp.Text = "0.0";
            this.offsetClamp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // provokingVertex
            // 
            this.provokingVertex.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.provokingVertex.AutoSize = true;
            this.provokingVertex.BackColor = System.Drawing.Color.Transparent;
            this.provokingVertex.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.provokingVertex.Location = new System.Drawing.Point(396, 53);
            this.provokingVertex.Name = "provokingVertex";
            this.provokingVertex.Size = new System.Drawing.Size(39, 19);
            this.provokingVertex.TabIndex = 25;
            this.provokingVertex.Text = "Last";
            this.provokingVertex.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label6
            // 
            label6.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(442, 6);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(96, 13);
            label6.TabIndex = 26;
            label6.Text = "Rasterizer Discard:";
            // 
            // label7
            // 
            label7.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label7.AutoSize = true;
            label7.Location = new System.Drawing.Point(480, 31);
            label7.Name = "label7";
            label7.Size = new System.Drawing.Size(58, 13);
            label7.TabIndex = 27;
            label7.Text = "Clip Setup:";
            // 
            // label8
            // 
            label8.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label8.AutoSize = true;
            label8.Location = new System.Drawing.Point(461, 56);
            label8.Name = "label8";
            label8.Size = new System.Drawing.Size(77, 13);
            label8.TabIndex = 28;
            label8.Text = "Clip Distances:";
            // 
            // clipDistances
            // 
            this.clipDistances.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.clipDistances.AutoSize = true;
            this.clipDistances.BackColor = System.Drawing.Color.Transparent;
            this.clipDistances.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.clipDistances.Location = new System.Drawing.Point(545, 53);
            this.clipDistances.Name = "clipDistances";
            this.clipDistances.Size = new System.Drawing.Size(200, 19);
            this.clipDistances.TabIndex = 29;
            this.clipDistances.Text = "0, 1, 2";
            this.clipDistances.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // clipSetup
            // 
            this.clipSetup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.clipSetup.AutoSize = true;
            this.clipSetup.BackColor = System.Drawing.Color.Transparent;
            this.clipSetup.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.clipSetup.Location = new System.Drawing.Point(545, 28);
            this.clipSetup.Name = "clipSetup";
            this.clipSetup.Size = new System.Drawing.Size(200, 19);
            this.clipSetup.TabIndex = 30;
            this.clipSetup.Text = "0,0 Lower Left, Z = -1 to 1";
            this.clipSetup.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // 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(545, 5);
            this.rasterizerDiscard.Name = "rasterizerDiscard";
            this.rasterizerDiscard.Size = new System.Drawing.Size(200, 16);
            this.rasterizerDiscard.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.rasterizerDiscard.TabIndex = 31;
            this.rasterizerDiscard.TabStop = false;
            // 
            // label23
            // 
            label23.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label23.AutoSize = true;
            label23.Location = new System.Drawing.Point(168, 81);
            label23.Name = "label23";
            label23.Size = new System.Drawing.Size(61, 13);
            label23.TabIndex = 34;
            label23.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(236, 78);
            this.lineWidth.Name = "lineWidth";
            this.lineWidth.Size = new System.Drawing.Size(46, 19);
            this.lineWidth.TabIndex = 36;
            this.lineWidth.Text = "1.0";
            this.lineWidth.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // viewportGroup
            // 
            viewportGroup.Controls.Add(this.viewports);
            viewportGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            viewportGroup.Location = new System.Drawing.Point(3, 235);
            viewportGroup.Name = "viewportGroup";
            viewportGroup.Size = new System.Drawing.Size(572, 367);
            viewportGroup.TabIndex = 1;
            viewportGroup.TabStop = false;
            viewportGroup.Text = "Viewports";
            // 
            // viewports
            // 
            treeListColumn1064.AutoSizeMinSize = 0;
            treeListColumn1064.Width = 50;
            treeListColumn1065.AutoSizeMinSize = 0;
            treeListColumn1065.Width = 50;
            treeListColumn1066.AutoSizeMinSize = 0;
            treeListColumn1066.Width = 50;
            treeListColumn1067.AutoSizeMinSize = 0;
            treeListColumn1067.Width = 50;
            treeListColumn1068.AutoSizeMinSize = 0;
            treeListColumn1068.Width = 50;
            treeListColumn1069.AutoSizeMinSize = 0;
            treeListColumn1069.Width = 70;
            treeListColumn1070.AutoSize = true;
            treeListColumn1070.AutoSizeMinSize = 60;
            treeListColumn1070.Width = 60;
            this.viewports.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1064,
            treeListColumn1065,
            treeListColumn1066,
            treeListColumn1067,
            treeListColumn1068,
            treeListColumn1069,
            treeListColumn1070});
            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(566, 348);
            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);
            // 
            // scissorGroup
            // 
            scissorGroup.Controls.Add(this.scissors);
            scissorGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            scissorGroup.Location = new System.Drawing.Point(581, 235);
            scissorGroup.Name = "scissorGroup";
            scissorGroup.Size = new System.Drawing.Size(573, 367);
            scissorGroup.TabIndex = 2;
            scissorGroup.TabStop = false;
            scissorGroup.Text = "Scissor Regions";
            // 
            // scissors
            // 
            treeListColumn1071.AutoSizeMinSize = 0;
            treeListColumn1071.Width = 50;
            treeListColumn1072.AutoSizeMinSize = 0;
            treeListColumn1072.Width = 50;
            treeListColumn1073.AutoSizeMinSize = 0;
            treeListColumn1073.Width = 50;
            treeListColumn1074.AutoSizeMinSize = 0;
            treeListColumn1074.Width = 50;
            treeListColumn1075.AutoSize = true;
            treeListColumn1075.AutoSizeMinSize = 50;
            treeListColumn1075.Width = 50;
            treeListColumn1076.AutoSizeMinSize = 0;
            treeListColumn1076.Width = 60;
            this.scissors.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1071,
            treeListColumn1072,
            treeListColumn1073,
            treeListColumn1074,
            treeListColumn1075,
            treeListColumn1076});
            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(567, 348);
            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);
            // 
            // tabFS
            // 
            this.tabFS.Controls.Add(this.panel6);
            this.tabFS.Location = new System.Drawing.Point(4, 22);
            this.tabFS.Name = "tabFS";
            this.tabFS.Size = new System.Drawing.Size(1157, 605);
            this.tabFS.TabIndex = 6;
            this.tabFS.Text = "Fragment Shader";
            this.tabFS.UseVisualStyleBackColor = true;
            // 
            // panel6
            // 
            this.panel6.AutoScroll = true;
            this.panel6.AutoScrollMinSize = new System.Drawing.Size(0, 500);
            this.panel6.Controls.Add(this.fsTable);
            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(1157, 605);
            this.panel6.TabIndex = 3;
            // 
            // fsTable
            // 
            this.fsTable.ColumnCount = 1;
            this.fsTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.fsTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.fsTable.Controls.Add(this.groupBox13, 0, 0);
            this.fsTable.Controls.Add(this.groupBox28, 0, 1);
            this.fsTable.Controls.Add(this.groupBox29, 0, 2);
            this.fsTable.Controls.Add(this.groupBox30, 0, 3);
            this.fsTable.Controls.Add(this.fsSubroutinesGroup, 0, 4);
            this.fsTable.Controls.Add(this.fsReadWriteGroup, 0, 5);
            this.fsTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsTable.Location = new System.Drawing.Point(0, 0);
            this.fsTable.Name = "fsTable";
            this.fsTable.RowCount = 6;
            this.fsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.fsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.fsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.fsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.fsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.fsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.fsTable.Size = new System.Drawing.Size(1157, 605);
            this.fsTable.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(1151, 44);
            this.groupBox13.TabIndex = 17;
            this.groupBox13.TabStop = false;
            this.groupBox13.Text = "Shader";
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.fsShader);
            this.flowLayoutPanel1.Controls.Add(this.fsShaderCog);
            this.flowLayoutPanel1.Controls.Add(label43);
            this.flowLayoutPanel1.Controls.Add(this.psShaderEdit);
            this.flowLayoutPanel1.Controls.Add(label44);
            this.flowLayoutPanel1.Controls.Add(this.pictureBox5);
            this.flowLayoutPanel1.Controls.Add(label45);
            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(1145, 25);
            this.flowLayoutPanel1.TabIndex = 25;
            // 
            // fsShader
            // 
            this.fsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.fsShader.AutoSize = true;
            this.fsShader.BackColor = System.Drawing.SystemColors.Info;
            this.fsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.fsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.fsShader.ForeColor = System.Drawing.SystemColors.InfoText;
            this.fsShader.Location = new System.Drawing.Point(3, 3);
            this.fsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.fsShader.Name = "fsShader";
            this.fsShader.Size = new System.Drawing.Size(300, 15);
            this.fsShader.TabIndex = 24;
            this.fsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.fsShader.Click += new System.EventHandler(this.shader_Click);
            this.fsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.fsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // fsShaderCog
            // 
            this.fsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.fsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.fsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.fsShaderCog.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.fsShaderCog.Name = "fsShaderCog";
            this.fsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.fsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.fsShaderCog.TabIndex = 25;
            this.fsShaderCog.TabStop = false;
            this.fsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.fsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.fsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // label43
            // 
            label43.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label43.AutoSize = true;
            label43.Cursor = System.Windows.Forms.Cursors.Hand;
            label43.Location = new System.Drawing.Point(325, 4);
            label43.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label43.Name = "label43";
            label43.Size = new System.Drawing.Size(30, 13);
            label43.TabIndex = 37;
            label43.Text = "View";
            // 
            // 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(364, 3);
            this.psShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 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, "GLSL edit and replace this shader");
            this.psShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label44
            // 
            label44.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label44.AutoSize = true;
            label44.Cursor = System.Windows.Forms.Cursors.Hand;
            label44.Location = new System.Drawing.Point(380, 4);
            label44.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label44.Name = "label44";
            label44.Size = new System.Drawing.Size(25, 13);
            label44.TabIndex = 35;
            label44.Text = "Edit";
            this.toolTip.SetToolTip(label44, "GLSL edit and replace this shader");
            label44.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // pictureBox5
            // 
            this.pictureBox5.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pictureBox5.Image = global::renderdocui.Properties.Resources.save;
            this.pictureBox5.Location = new System.Drawing.Point(414, 3);
            this.pictureBox5.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.pictureBox5.Name = "pictureBox5";
            this.pictureBox5.Size = new System.Drawing.Size(16, 16);
            this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox5.TabIndex = 38;
            this.pictureBox5.TabStop = false;
            this.toolTip.SetToolTip(this.pictureBox5, "Save the GLSL source to disk");
            this.pictureBox5.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label45
            // 
            label45.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label45.AutoSize = true;
            label45.Cursor = System.Windows.Forms.Cursors.Hand;
            label45.Location = new System.Drawing.Point(430, 4);
            label45.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label45.Name = "label45";
            label45.Size = new System.Drawing.Size(32, 13);
            label45.TabIndex = 36;
            label45.Text = "Save";
            this.toolTip.SetToolTip(label45, "Save the GLSL source to disk");
            label45.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // groupBox28
            // 
            this.groupBox28.Controls.Add(this.fsTextures);
            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(1151, 105);
            this.groupBox28.TabIndex = 14;
            this.groupBox28.TabStop = false;
            this.groupBox28.Text = "Textures";
            // 
            // fsTextures
            // 
            treeListColumn1077.AutoSizeMinSize = 0;
            treeListColumn1077.Width = 120;
            treeListColumn1078.AutoSize = true;
            treeListColumn1078.AutoSizeMinSize = 150;
            treeListColumn1078.Width = 50;
            treeListColumn1079.AutoSizeMinSize = 0;
            treeListColumn1079.Width = 75;
            treeListColumn1080.AutoSizeMinSize = 0;
            treeListColumn1080.Width = 50;
            treeListColumn1081.AutoSizeMinSize = 0;
            treeListColumn1081.Width = 50;
            treeListColumn1082.AutoSizeMinSize = 0;
            treeListColumn1082.Width = 50;
            treeListColumn1083.AutoSizeMinSize = 0;
            treeListColumn1083.Width = 85;
            treeListColumn1084.AutoSizeMinSize = 0;
            treeListColumn1084.Width = 200;
            treeListColumn1085.AutoSizeMinSize = 0;
            treeListColumn1085.Width = 25;
            this.fsTextures.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1077,
            treeListColumn1078,
            treeListColumn1079,
            treeListColumn1080,
            treeListColumn1081,
            treeListColumn1082,
            treeListColumn1083,
            treeListColumn1084,
            treeListColumn1085});
            this.fsTextures.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.fsTextures.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsTextures.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.fsTextures.Location = new System.Drawing.Point(3, 16);
            this.fsTextures.MultiSelect = false;
            this.fsTextures.Name = "fsTextures";
            this.fsTextures.RowOptions.HoverHighlight = true;
            this.fsTextures.RowOptions.ItemHeight = 20;
            this.fsTextures.RowOptions.ShowHeader = false;
            this.fsTextures.Size = new System.Drawing.Size(1145, 86);
            this.fsTextures.TabIndex = 1;
            this.fsTextures.Text = "Outputs";
            this.fsTextures.TreeColumn = 8;
            this.fsTextures.ViewOptions.Indent = 0;
            this.fsTextures.ViewOptions.ShowLine = false;
            this.fsTextures.ViewOptions.ShowPlusMinus = false;
            this.fsTextures.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.fsTextures.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.fsTextures.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.fsTextures.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.fsTextures.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox29
            // 
            this.groupBox29.Controls.Add(this.fsSamplers);
            this.groupBox29.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox29.Location = new System.Drawing.Point(3, 164);
            this.groupBox29.Name = "groupBox29";
            this.groupBox29.Size = new System.Drawing.Size(1151, 105);
            this.groupBox29.TabIndex = 13;
            this.groupBox29.TabStop = false;
            this.groupBox29.Text = "Samplers";
            // 
            // fsSamplers
            // 
            treeListColumn1086.AutoSizeMinSize = 0;
            treeListColumn1086.Width = 120;
            treeListColumn1087.AutoSizeMinSize = 100;
            treeListColumn1087.Width = 200;
            treeListColumn1088.AutoSizeMinSize = 0;
            treeListColumn1088.Width = 250;
            treeListColumn1089.AutoSizeMinSize = 0;
            treeListColumn1089.Width = 90;
            treeListColumn1090.AutoSizeMinSize = 0;
            treeListColumn1090.Width = 100;
            treeListColumn1091.AutoSize = true;
            treeListColumn1091.AutoSizeMinSize = 50;
            treeListColumn1091.Width = 50;
            this.fsSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1086,
            treeListColumn1087,
            treeListColumn1088,
            treeListColumn1089,
            treeListColumn1090,
            treeListColumn1091});
            this.fsSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.fsSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.fsSamplers.Location = new System.Drawing.Point(3, 16);
            this.fsSamplers.MultiSelect = false;
            this.fsSamplers.Name = "fsSamplers";
            this.fsSamplers.RowOptions.HoverHighlight = true;
            this.fsSamplers.RowOptions.ItemHeight = 20;
            this.fsSamplers.RowOptions.ShowHeader = false;
            this.fsSamplers.Size = new System.Drawing.Size(1145, 86);
            this.fsSamplers.TabIndex = 12;
            this.fsSamplers.Text = "Uniforms and UBOs";
            this.fsSamplers.TreeColumn = -1;
            this.fsSamplers.ViewOptions.Indent = 0;
            this.fsSamplers.ViewOptions.ShowLine = false;
            this.fsSamplers.ViewOptions.ShowPlusMinus = false;
            this.fsSamplers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.fsSamplers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.fsSamplers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox30
            // 
            this.groupBox30.Controls.Add(this.fsCBuffers);
            this.groupBox30.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox30.Location = new System.Drawing.Point(3, 275);
            this.groupBox30.Name = "groupBox30";
            this.groupBox30.Size = new System.Drawing.Size(1151, 105);
            this.groupBox30.TabIndex = 12;
            this.groupBox30.TabStop = false;
            this.groupBox30.Text = "Uniforms and UBOs";
            // 
            // fsCBuffers
            // 
            treeListColumn1092.AutoSizeMinSize = 0;
            treeListColumn1092.Width = 120;
            treeListColumn1093.AutoSize = true;
            treeListColumn1093.AutoSizeMinSize = 100;
            treeListColumn1093.Width = 50;
            treeListColumn1094.AutoSizeMinSize = 0;
            treeListColumn1094.Width = 150;
            treeListColumn1095.AutoSizeMinSize = 0;
            treeListColumn1095.Width = 250;
            treeListColumn1096.AutoSizeMinSize = 0;
            treeListColumn1096.Width = 25;
            this.fsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1092,
            treeListColumn1093,
            treeListColumn1094,
            treeListColumn1095,
            treeListColumn1096});
            this.fsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.fsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.fsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.fsCBuffers.MultiSelect = false;
            this.fsCBuffers.Name = "fsCBuffers";
            this.fsCBuffers.RowOptions.HoverHighlight = true;
            this.fsCBuffers.RowOptions.ItemHeight = 20;
            this.fsCBuffers.RowOptions.ShowHeader = false;
            this.fsCBuffers.Size = new System.Drawing.Size(1145, 86);
            this.fsCBuffers.TabIndex = 11;
            this.fsCBuffers.Text = "Uniforms and UBOs";
            this.fsCBuffers.TreeColumn = 4;
            this.fsCBuffers.ViewOptions.Indent = 0;
            this.fsCBuffers.ViewOptions.ShowLine = false;
            this.fsCBuffers.ViewOptions.ShowPlusMinus = false;
            this.fsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.fsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.fsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.fsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.fsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // fsSubroutinesGroup
            // 
            this.fsSubroutinesGroup.Controls.Add(this.fsSubroutines);
            this.fsSubroutinesGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsSubroutinesGroup.Location = new System.Drawing.Point(3, 386);
            this.fsSubroutinesGroup.Name = "fsSubroutinesGroup";
            this.fsSubroutinesGroup.Size = new System.Drawing.Size(1151, 105);
            this.fsSubroutinesGroup.TabIndex = 16;
            this.fsSubroutinesGroup.TabStop = false;
            this.fsSubroutinesGroup.Text = "Shader Subroutines";
            // 
            // fsSubroutines
            // 
            treeListColumn1097.AutoSizeMinSize = 0;
            treeListColumn1097.Width = 50;
            treeListColumn1098.AutoSize = true;
            treeListColumn1098.AutoSizeMinSize = 50;
            treeListColumn1098.Width = 60;
            this.fsSubroutines.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1097,
            treeListColumn1098});
            this.fsSubroutines.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.fsSubroutines.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsSubroutines.Location = new System.Drawing.Point(3, 16);
            this.fsSubroutines.Name = "fsSubroutines";
            this.fsSubroutines.RowOptions.ItemHeight = 20;
            this.fsSubroutines.RowOptions.ShowHeader = false;
            this.fsSubroutines.Size = new System.Drawing.Size(1145, 86);
            this.fsSubroutines.TabIndex = 4;
            this.fsSubroutines.Text = "Shader Subroutines";
            this.fsSubroutines.TreeColumn = -1;
            this.fsSubroutines.ViewOptions.ShowLine = false;
            this.fsSubroutines.ViewOptions.ShowPlusMinus = false;
            this.fsSubroutines.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.fsSubroutines.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.fsSubroutines.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // fsReadWriteGroup
            // 
            this.fsReadWriteGroup.Controls.Add(this.fsReadWrite);
            this.fsReadWriteGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsReadWriteGroup.Location = new System.Drawing.Point(3, 497);
            this.fsReadWriteGroup.Name = "fsReadWriteGroup";
            this.fsReadWriteGroup.Size = new System.Drawing.Size(1151, 105);
            this.fsReadWriteGroup.TabIndex = 20;
            this.fsReadWriteGroup.TabStop = false;
            this.fsReadWriteGroup.Text = "Read/Write Bindings";
            // 
            // fsReadWrite
            // 
            treeListColumn1099.AutoSizeMinSize = 0;
            treeListColumn1099.Width = 50;
            treeListColumn1100.AutoSizeMinSize = 0;
            treeListColumn1100.Width = 120;
            treeListColumn1101.AutoSize = true;
            treeListColumn1101.AutoSizeMinSize = 150;
            treeListColumn1101.Width = 50;
            treeListColumn1102.AutoSizeMinSize = 0;
            treeListColumn1102.Width = 200;
            treeListColumn1103.AutoSizeMinSize = 0;
            treeListColumn1103.Width = 200;
            treeListColumn1104.AutoSizeMinSize = 0;
            treeListColumn1104.Width = 75;
            treeListColumn1105.AutoSizeMinSize = 0;
            treeListColumn1105.Width = 25;
            this.fsReadWrite.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1099,
            treeListColumn1100,
            treeListColumn1101,
            treeListColumn1102,
            treeListColumn1103,
            treeListColumn1104,
            treeListColumn1105});
            this.fsReadWrite.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.fsReadWrite.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsReadWrite.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.fsReadWrite.Location = new System.Drawing.Point(3, 16);
            this.fsReadWrite.MultiSelect = false;
            this.fsReadWrite.Name = "fsReadWrite";
            this.fsReadWrite.RowOptions.HoverHighlight = true;
            this.fsReadWrite.RowOptions.ItemHeight = 20;
            this.fsReadWrite.RowOptions.ShowHeader = false;
            this.fsReadWrite.Size = new System.Drawing.Size(1145, 86);
            this.fsReadWrite.TabIndex = 1;
            this.fsReadWrite.Text = "Outputs";
            this.fsReadWrite.TreeColumn = 6;
            this.fsReadWrite.ViewOptions.Indent = 0;
            this.fsReadWrite.ViewOptions.ShowLine = false;
            this.fsReadWrite.ViewOptions.ShowPlusMinus = false;
            this.fsReadWrite.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.fsReadWrite.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.fsReadWrite.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.fsReadWrite.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.fsReadWrite.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabFB
            // 
            this.tabFB.Controls.Add(this.panel9);
            this.tabFB.Location = new System.Drawing.Point(4, 22);
            this.tabFB.Name = "tabFB";
            this.tabFB.Size = new System.Drawing.Size(1157, 605);
            this.tabFB.TabIndex = 7;
            this.tabFB.Text = "Framebuffer Output";
            this.tabFB.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(1157, 605);
            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(1157, 605);
            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(1151, 270);
            this.groupBox33.TabIndex = 15;
            this.groupBox33.TabStop = false;
            this.groupBox33.Text = "Draw Buffers";
            // 
            // targetOutputs
            // 
            treeListColumn1106.AutoSizeMinSize = 0;
            treeListColumn1106.Width = 50;
            treeListColumn1107.AutoSize = true;
            treeListColumn1107.AutoSizeMinSize = 150;
            treeListColumn1107.Width = 50;
            treeListColumn1108.AutoSizeMinSize = 0;
            treeListColumn1108.Width = 75;
            treeListColumn1109.AutoSizeMinSize = 0;
            treeListColumn1109.Width = 50;
            treeListColumn1110.AutoSizeMinSize = 0;
            treeListColumn1110.Width = 50;
            treeListColumn1111.AutoSizeMinSize = 0;
            treeListColumn1111.Width = 50;
            treeListColumn1112.AutoSizeMinSize = 0;
            treeListColumn1112.Width = 90;
            treeListColumn1113.AutoSizeMinSize = 0;
            treeListColumn1113.Width = 200;
            treeListColumn1114.AutoSizeMinSize = 0;
            treeListColumn1114.Width = 25;
            this.targetOutputs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1106,
            treeListColumn1107,
            treeListColumn1108,
            treeListColumn1109,
            treeListColumn1110,
            treeListColumn1111,
            treeListColumn1112,
            treeListColumn1113,
            treeListColumn1114});
            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(1145, 251);
            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);
            // 
            // groupBox37
            // 
            this.groupBox37.Controls.Add(this.blendOperations);
            this.groupBox37.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox37.Location = new System.Drawing.Point(3, 279);
            this.groupBox37.Name = "groupBox37";
            this.groupBox37.Size = new System.Drawing.Size(1151, 178);
            this.groupBox37.TabIndex = 16;
            this.groupBox37.TabStop = false;
            this.groupBox37.Text = "Target Blends";
            // 
            // blendOperations
            // 
            treeListColumn1115.AutoSizeMinSize = 0;
            treeListColumn1115.Width = 50;
            treeListColumn1116.AutoSizeMinSize = 0;
            treeListColumn1116.Width = 60;
            treeListColumn1117.AutoSizeMinSize = 0;
            treeListColumn1117.Width = 100;
            treeListColumn1118.AutoSizeMinSize = 0;
            treeListColumn1118.Width = 100;
            treeListColumn1119.AutoSizeMinSize = 0;
            treeListColumn1119.Width = 135;
            treeListColumn1120.AutoSizeMinSize = 0;
            treeListColumn1120.Width = 100;
            treeListColumn1121.AutoSizeMinSize = 0;
            treeListColumn1121.Width = 100;
            treeListColumn1122.AutoSizeMinSize = 0;
            treeListColumn1122.Width = 100;
            treeListColumn1123.AutoSize = true;
            treeListColumn1123.AutoSizeMinSize = 60;
            treeListColumn1123.Width = 60;
            this.blendOperations.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1115,
            treeListColumn1116,
            treeListColumn1117,
            treeListColumn1118,
            treeListColumn1119,
            treeListColumn1120,
            treeListColumn1121,
            treeListColumn1122,
            treeListColumn1123});
            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(1145, 159);
            this.blendOperations.TabIndex = 32;
            this.blendOperations.Text = "Outputs";
            this.blendOperations.TreeColumn = -1;
            this.blendOperations.ViewOptions.Indent = 0;
            this.blendOperations.ViewOptions.ShowLine = false;
            this.blendOperations.ViewOptions.ShowPlusMinus = false;
            this.blendOperations.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            // 
            // tableLayoutPanel10
            // 
            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.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 463);
            this.tableLayoutPanel10.MinimumSize = new System.Drawing.Size(0, 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(1151, 139);
            this.tableLayoutPanel10.TabIndex = 17;
            // 
            // groupBox40
            // 
            this.groupBox40.AutoSize = true;
            this.groupBox40.Controls.Add(this.tableLayoutPanel11);
            this.groupBox40.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox40.Location = new System.Drawing.Point(3, 3);
            this.groupBox40.MinimumSize = new System.Drawing.Size(240, 0);
            this.groupBox40.Name = "groupBox40";
            this.groupBox40.Size = new System.Drawing.Size(268, 133);
            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, 50F));
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel11.Controls.Add(this.label3, 0, 0);
            this.tableLayoutPanel11.Controls.Add(this.blendFactor, 1, 0);
            this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel11.Name = "tableLayoutPanel11";
            this.tableLayoutPanel11.RowCount = 2;
            this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel11.Size = new System.Drawing.Size(259, 106);
            this.tableLayoutPanel11.TabIndex = 0;
            // 
            // label3
            // 
            this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(8, 13);
            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;
            // 
            // 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(55, 17);
            this.blendFactor.Name = "blendFactor";
            this.blendFactor.Size = new System.Drawing.Size(200, 19);
            this.blendFactor.TabIndex = 24;
            this.blendFactor.Text = "0.00, 0.00, 0.00, 0.00";
            this.blendFactor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // 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(277, 3);
            this.groupBox41.MinimumSize = new System.Drawing.Size(165, 0);
            this.groupBox41.Name = "groupBox41";
            this.groupBox41.Size = new System.Drawing.Size(227, 133);
            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 = 4;
            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.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.label2, 0, 0);
            this.tableLayoutPanel12.Controls.Add(this.depthEnable, 1, 0);
            this.tableLayoutPanel12.Controls.Add(this.label13, 0, 2);
            this.tableLayoutPanel12.Controls.Add(this.depthFunc, 1, 2);
            this.tableLayoutPanel12.Controls.Add(this.depthWrite, 3, 0);
            this.tableLayoutPanel12.Controls.Add(this.label11, 2, 0);
            this.tableLayoutPanel12.Controls.Add(this.label21, 0, 1);
            this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel12.Name = "tableLayoutPanel12";
            this.tableLayoutPanel12.RowCount = 3;
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel12.Size = new System.Drawing.Size(218, 112);
            this.tableLayoutPanel12.TabIndex = 1;
            // 
            // depthBounds
            // 
            this.tableLayoutPanel12.SetColumnSpan(this.depthBounds, 3);
            this.depthBounds.Dock = System.Windows.Forms.DockStyle.Fill;
            this.depthBounds.Font = new System.Drawing.Font("Tahoma", 12F);
            this.depthBounds.Image = global::renderdocui.Properties.Resources.tick;
            this.depthBounds.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.depthBounds.Location = new System.Drawing.Point(65, 38);
            this.depthBounds.Name = "depthBounds";
            this.depthBounds.Size = new System.Drawing.Size(149, 36);
            this.depthBounds.TabIndex = 27;
            this.depthBounds.Text = "0.0 - 1.0";
            this.depthBounds.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(4, 12);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(54, 13);
            this.label2.TabIndex = 26;
            this.label2.Text = "Enabled:";
            this.label2.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, 11);
            this.depthEnable.Name = "depthEnable";
            this.depthEnable.Size = new System.Drawing.Size(41, 16);
            this.depthEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.depthEnable.TabIndex = 22;
            this.depthEnable.TabStop = false;
            // 
            // 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, 86);
            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.tableLayoutPanel12.SetColumnSpan(this.depthFunc, 3);
            this.depthFunc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.depthFunc.Font = new System.Drawing.Font("Tahoma", 12F);
            this.depthFunc.Location = new System.Drawing.Point(65, 75);
            this.depthFunc.Name = "depthFunc";
            this.depthFunc.Size = new System.Drawing.Size(149, 36);
            this.depthFunc.TabIndex = 23;
            this.depthFunc.Text = "GREATER_EQUAL";
            this.depthFunc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // 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(174, 10);
            this.depthWrite.Name = "depthWrite";
            this.depthWrite.Size = new System.Drawing.Size(40, 18);
            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(113, 12);
            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;
            // 
            // 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, 49);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(54, 13);
            this.label21.TabIndex = 1;
            this.label21.Text = "Bounds:";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBox43
            // 
            this.groupBox43.Controls.Add(this.flowLayoutPanel8);
            this.groupBox43.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox43.Location = new System.Drawing.Point(510, 3);
            this.groupBox43.Name = "groupBox43";
            this.groupBox43.Size = new System.Drawing.Size(638, 133);
            this.groupBox43.TabIndex = 2;
            this.groupBox43.TabStop = false;
            this.groupBox43.Text = "Stencil State";
            // 
            // flowLayoutPanel8
            // 
            this.flowLayoutPanel8.Controls.Add(this.tableLayoutPanel15);
            this.flowLayoutPanel8.Controls.Add(this.stencilFuncs);
            this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel8.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.flowLayoutPanel8.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel8.Name = "flowLayoutPanel8";
            this.flowLayoutPanel8.Size = new System.Drawing.Size(632, 114);
            this.flowLayoutPanel8.TabIndex = 4;
            // 
            // tableLayoutPanel15
            // 
            this.tableLayoutPanel15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel15.AutoSize = true;
            this.tableLayoutPanel15.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel15.ColumnCount = 3;
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel15.Controls.Add(this.stencilEnable, 1, 0);
            this.tableLayoutPanel15.Controls.Add(this.label12, 0, 0);
            this.tableLayoutPanel15.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel15.Name = "tableLayoutPanel15";
            this.tableLayoutPanel15.RowCount = 1;
            this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel15.Size = new System.Drawing.Size(462, 24);
            this.tableLayoutPanel15.TabIndex = 2;
            // 
            // stencilEnable
            // 
            this.stencilEnable.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.stencilEnable.Image = ((System.Drawing.Image)(resources.GetObject("stencilEnable.Image")));
            this.stencilEnable.Location = new System.Drawing.Point(54, 4);
            this.stencilEnable.Name = "stencilEnable";
            this.stencilEnable.Size = new System.Drawing.Size(16, 16);
            this.stencilEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.stencilEnable.TabIndex = 22;
            this.stencilEnable.TabStop = false;
            // 
            // label12
            // 
            this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(4, 5);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(43, 13);
            this.label12.TabIndex = 1;
            this.label12.Text = "Enable:";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // stencilFuncs
            // 
            treeListColumn1124.AutoSizeMinSize = 0;
            treeListColumn1124.Width = 50;
            treeListColumn1125.AutoSizeMinSize = 0;
            treeListColumn1125.Width = 60;
            treeListColumn1126.AutoSizeMinSize = 0;
            treeListColumn1126.Width = 60;
            treeListColumn1127.AutoSizeMinSize = 0;
            treeListColumn1127.Width = 60;
            treeListColumn1128.AutoSizeMinSize = 50;
            treeListColumn1128.Width = 60;
            treeListColumn1129.AutoSizeMinSize = 0;
            treeListColumn1129.Width = 40;
            treeListColumn1130.AutoSizeMinSize = 0;
            treeListColumn1130.Width = 70;
            treeListColumn1131.AutoSize = true;
            treeListColumn1131.AutoSizeMinSize = 60;
            treeListColumn1131.Width = 60;
            this.stencilFuncs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1124,
            treeListColumn1125,
            treeListColumn1126,
            treeListColumn1127,
            treeListColumn1128,
            treeListColumn1129,
            treeListColumn1130,
            treeListColumn1131});
            this.stencilFuncs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.stencilFuncs.Location = new System.Drawing.Point(3, 33);
            this.stencilFuncs.Name = "stencilFuncs";
            this.stencilFuncs.RowOptions.ItemHeight = 20;
            this.stencilFuncs.RowOptions.ShowHeader = false;
            this.stencilFuncs.Size = new System.Drawing.Size(462, 78);
            this.stencilFuncs.TabIndex = 3;
            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(1157, 605);
            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, 500);
            this.panel7.Controls.Add(this.csTable);
            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(1157, 605);
            this.panel7.TabIndex = 4;
            // 
            // csTable
            // 
            this.csTable.ColumnCount = 1;
            this.csTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.csTable.Controls.Add(this.groupBox6, 0, 0);
            this.csTable.Controls.Add(this.groupBox34, 0, 1);
            this.csTable.Controls.Add(this.groupBox35, 0, 2);
            this.csTable.Controls.Add(this.groupBox36, 0, 3);
            this.csTable.Controls.Add(this.csSubroutinesGroup, 0, 4);
            this.csTable.Controls.Add(this.csReadWriteGroup, 0, 5);
            this.csTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csTable.Location = new System.Drawing.Point(0, 0);
            this.csTable.Name = "csTable";
            this.csTable.RowCount = 6;
            this.csTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.csTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.csTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.csTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.csTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.csTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.csTable.Size = new System.Drawing.Size(1157, 605);
            this.csTable.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(1151, 44);
            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(label9);
            this.flowLayoutPanel7.Controls.Add(this.csShaderEdit);
            this.flowLayoutPanel7.Controls.Add(label10);
            this.flowLayoutPanel7.Controls.Add(this.pictureBox6);
            this.flowLayoutPanel7.Controls.Add(label46);
            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(1145, 25);
            this.flowLayoutPanel7.TabIndex = 25;
            // 
            // csShader
            // 
            this.csShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.csShader.AutoSize = true;
            this.csShader.BackColor = System.Drawing.SystemColors.Info;
            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.ForeColor = System.Drawing.SystemColors.InfoText;
            this.csShader.Location = new System.Drawing.Point(3, 3);
            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, 3);
            this.csShaderCog.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            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);
            // 
            // label9
            // 
            label9.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label9.AutoSize = true;
            label9.Cursor = System.Windows.Forms.Cursors.Hand;
            label9.Location = new System.Drawing.Point(325, 4);
            label9.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label9.Name = "label9";
            label9.Size = new System.Drawing.Size(30, 13);
            label9.TabIndex = 39;
            label9.Text = "View";
            // 
            // 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(364, 3);
            this.csShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            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, "GLSL edit and replace this shader");
            this.csShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label10
            // 
            label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label10.AutoSize = true;
            label10.Cursor = System.Windows.Forms.Cursors.Hand;
            label10.Location = new System.Drawing.Point(380, 4);
            label10.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label10.Name = "label10";
            label10.Size = new System.Drawing.Size(25, 13);
            label10.TabIndex = 37;
            label10.Text = "Edit";
            this.toolTip.SetToolTip(label10, "GLSL edit and replace this shader");
            label10.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // pictureBox6
            // 
            this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pictureBox6.Image = global::renderdocui.Properties.Resources.save;
            this.pictureBox6.Location = new System.Drawing.Point(414, 3);
            this.pictureBox6.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.pictureBox6.Name = "pictureBox6";
            this.pictureBox6.Size = new System.Drawing.Size(16, 16);
            this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox6.TabIndex = 40;
            this.pictureBox6.TabStop = false;
            this.toolTip.SetToolTip(this.pictureBox6, "Save the GLSL source to disk");
            this.pictureBox6.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label46
            // 
            label46.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label46.AutoSize = true;
            label46.Cursor = System.Windows.Forms.Cursors.Hand;
            label46.Location = new System.Drawing.Point(430, 4);
            label46.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label46.Name = "label46";
            label46.Size = new System.Drawing.Size(32, 13);
            label46.TabIndex = 38;
            label46.Text = "Save";
            this.toolTip.SetToolTip(label46, "Save the GLSL source to disk");
            label46.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // groupBox34
            // 
            this.groupBox34.Controls.Add(this.csTextures);
            this.groupBox34.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox34.Location = new System.Drawing.Point(3, 53);
            this.groupBox34.Name = "groupBox34";
            this.groupBox34.Size = new System.Drawing.Size(1151, 105);
            this.groupBox34.TabIndex = 14;
            this.groupBox34.TabStop = false;
            this.groupBox34.Text = "Textures";
            // 
            // csTextures
            // 
            treeListColumn1132.AutoSizeMinSize = 0;
            treeListColumn1132.Width = 120;
            treeListColumn1133.AutoSize = true;
            treeListColumn1133.AutoSizeMinSize = 150;
            treeListColumn1133.Width = 50;
            treeListColumn1134.AutoSizeMinSize = 0;
            treeListColumn1134.Width = 75;
            treeListColumn1135.AutoSizeMinSize = 0;
            treeListColumn1135.Width = 50;
            treeListColumn1136.AutoSizeMinSize = 0;
            treeListColumn1136.Width = 50;
            treeListColumn1137.AutoSizeMinSize = 0;
            treeListColumn1137.Width = 50;
            treeListColumn1138.AutoSizeMinSize = 0;
            treeListColumn1138.Width = 85;
            treeListColumn1139.AutoSizeMinSize = 0;
            treeListColumn1139.Width = 200;
            treeListColumn1140.AutoSizeMinSize = 0;
            treeListColumn1140.Width = 25;
            this.csTextures.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1132,
            treeListColumn1133,
            treeListColumn1134,
            treeListColumn1135,
            treeListColumn1136,
            treeListColumn1137,
            treeListColumn1138,
            treeListColumn1139,
            treeListColumn1140});
            this.csTextures.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csTextures.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csTextures.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.csTextures.Location = new System.Drawing.Point(3, 16);
            this.csTextures.MultiSelect = false;
            this.csTextures.Name = "csTextures";
            this.csTextures.RowOptions.HoverHighlight = true;
            this.csTextures.RowOptions.ItemHeight = 20;
            this.csTextures.RowOptions.ShowHeader = false;
            this.csTextures.Size = new System.Drawing.Size(1145, 86);
            this.csTextures.TabIndex = 1;
            this.csTextures.Text = "Outputs";
            this.csTextures.TreeColumn = 8;
            this.csTextures.ViewOptions.Indent = 0;
            this.csTextures.ViewOptions.ShowLine = false;
            this.csTextures.ViewOptions.ShowPlusMinus = false;
            this.csTextures.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.csTextures.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.csTextures.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.csTextures.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csTextures.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox35
            // 
            this.groupBox35.Controls.Add(this.csSamplers);
            this.groupBox35.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox35.Location = new System.Drawing.Point(3, 164);
            this.groupBox35.Name = "groupBox35";
            this.groupBox35.Size = new System.Drawing.Size(1151, 105);
            this.groupBox35.TabIndex = 13;
            this.groupBox35.TabStop = false;
            this.groupBox35.Text = "Samplers";
            // 
            // csSamplers
            // 
            treeListColumn1141.AutoSizeMinSize = 0;
            treeListColumn1141.Width = 120;
            treeListColumn1142.AutoSizeMinSize = 100;
            treeListColumn1142.Width = 200;
            treeListColumn1143.AutoSizeMinSize = 0;
            treeListColumn1143.Width = 250;
            treeListColumn1144.AutoSizeMinSize = 0;
            treeListColumn1144.Width = 90;
            treeListColumn1145.AutoSizeMinSize = 0;
            treeListColumn1145.Width = 100;
            treeListColumn1146.AutoSize = true;
            treeListColumn1146.AutoSizeMinSize = 50;
            treeListColumn1146.Width = 50;
            this.csSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1141,
            treeListColumn1142,
            treeListColumn1143,
            treeListColumn1144,
            treeListColumn1145,
            treeListColumn1146});
            this.csSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.csSamplers.Location = new System.Drawing.Point(3, 16);
            this.csSamplers.MultiSelect = false;
            this.csSamplers.Name = "csSamplers";
            this.csSamplers.RowOptions.HoverHighlight = true;
            this.csSamplers.RowOptions.ItemHeight = 20;
            this.csSamplers.RowOptions.ShowHeader = false;
            this.csSamplers.Size = new System.Drawing.Size(1145, 86);
            this.csSamplers.TabIndex = 12;
            this.csSamplers.Text = "Uniforms and UBOs";
            this.csSamplers.TreeColumn = -1;
            this.csSamplers.ViewOptions.Indent = 0;
            this.csSamplers.ViewOptions.ShowLine = false;
            this.csSamplers.ViewOptions.ShowPlusMinus = false;
            this.csSamplers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.csSamplers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csSamplers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox36
            // 
            this.groupBox36.Controls.Add(this.csCBuffers);
            this.groupBox36.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox36.Location = new System.Drawing.Point(3, 275);
            this.groupBox36.Name = "groupBox36";
            this.groupBox36.Size = new System.Drawing.Size(1151, 105);
            this.groupBox36.TabIndex = 12;
            this.groupBox36.TabStop = false;
            this.groupBox36.Text = "Uniforms and UBOs";
            // 
            // csCBuffers
            // 
            treeListColumn1147.AutoSizeMinSize = 0;
            treeListColumn1147.Width = 120;
            treeListColumn1148.AutoSize = true;
            treeListColumn1148.AutoSizeMinSize = 100;
            treeListColumn1148.Width = 50;
            treeListColumn1149.AutoSizeMinSize = 0;
            treeListColumn1149.Width = 150;
            treeListColumn1150.AutoSizeMinSize = 0;
            treeListColumn1150.Width = 250;
            treeListColumn1151.AutoSizeMinSize = 0;
            treeListColumn1151.Width = 25;
            this.csCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1147,
            treeListColumn1148,
            treeListColumn1149,
            treeListColumn1150,
            treeListColumn1151});
            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(1145, 86);
            this.csCBuffers.TabIndex = 11;
            this.csCBuffers.Text = "Uniforms and UBOs";
            this.csCBuffers.TreeColumn = 4;
            this.csCBuffers.ViewOptions.Indent = 0;
            this.csCBuffers.ViewOptions.ShowLine = false;
            this.csCBuffers.ViewOptions.ShowPlusMinus = 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);
            // 
            // csSubroutinesGroup
            // 
            this.csSubroutinesGroup.Controls.Add(this.csSubroutines);
            this.csSubroutinesGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csSubroutinesGroup.Location = new System.Drawing.Point(3, 386);
            this.csSubroutinesGroup.Name = "csSubroutinesGroup";
            this.csSubroutinesGroup.Size = new System.Drawing.Size(1151, 105);
            this.csSubroutinesGroup.TabIndex = 18;
            this.csSubroutinesGroup.TabStop = false;
            this.csSubroutinesGroup.Text = "Shader Subroutines";
            // 
            // csSubroutines
            // 
            treeListColumn1152.AutoSizeMinSize = 0;
            treeListColumn1152.Width = 50;
            treeListColumn1153.AutoSize = true;
            treeListColumn1153.AutoSizeMinSize = 50;
            treeListColumn1153.Width = 60;
            this.csSubroutines.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1152,
            treeListColumn1153});
            this.csSubroutines.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csSubroutines.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csSubroutines.Location = new System.Drawing.Point(3, 16);
            this.csSubroutines.Name = "csSubroutines";
            this.csSubroutines.RowOptions.ItemHeight = 20;
            this.csSubroutines.RowOptions.ShowHeader = false;
            this.csSubroutines.Size = new System.Drawing.Size(1145, 86);
            this.csSubroutines.TabIndex = 4;
            this.csSubroutines.Text = "Shader Subroutines";
            this.csSubroutines.TreeColumn = -1;
            this.csSubroutines.ViewOptions.ShowLine = false;
            this.csSubroutines.ViewOptions.ShowPlusMinus = false;
            this.csSubroutines.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.csSubroutines.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csSubroutines.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // csReadWriteGroup
            // 
            this.csReadWriteGroup.Controls.Add(this.csReadWrite);
            this.csReadWriteGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csReadWriteGroup.Location = new System.Drawing.Point(3, 497);
            this.csReadWriteGroup.Name = "csReadWriteGroup";
            this.csReadWriteGroup.Size = new System.Drawing.Size(1151, 105);
            this.csReadWriteGroup.TabIndex = 19;
            this.csReadWriteGroup.TabStop = false;
            this.csReadWriteGroup.Text = "Read/Write Bindings";
            // 
            // csReadWrite
            // 
            treeListColumn1154.AutoSizeMinSize = 0;
            treeListColumn1154.Width = 50;
            treeListColumn1155.AutoSizeMinSize = 0;
            treeListColumn1155.Width = 120;
            treeListColumn1156.AutoSize = true;
            treeListColumn1156.AutoSizeMinSize = 150;
            treeListColumn1156.Width = 50;
            treeListColumn1157.AutoSizeMinSize = 0;
            treeListColumn1157.Width = 200;
            treeListColumn1158.AutoSizeMinSize = 0;
            treeListColumn1158.Width = 200;
            treeListColumn1159.AutoSizeMinSize = 0;
            treeListColumn1159.Width = 75;
            treeListColumn1160.AutoSizeMinSize = 0;
            treeListColumn1160.Width = 25;
            this.csReadWrite.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1154,
            treeListColumn1155,
            treeListColumn1156,
            treeListColumn1157,
            treeListColumn1158,
            treeListColumn1159,
            treeListColumn1160});
            this.csReadWrite.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csReadWrite.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csReadWrite.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.csReadWrite.Location = new System.Drawing.Point(3, 16);
            this.csReadWrite.MultiSelect = false;
            this.csReadWrite.Name = "csReadWrite";
            this.csReadWrite.RowOptions.HoverHighlight = true;
            this.csReadWrite.RowOptions.ItemHeight = 20;
            this.csReadWrite.RowOptions.ShowHeader = false;
            this.csReadWrite.Size = new System.Drawing.Size(1145, 86);
            this.csReadWrite.TabIndex = 1;
            this.csReadWrite.Text = "Outputs";
            this.csReadWrite.TreeColumn = 6;
            this.csReadWrite.ViewOptions.Indent = 0;
            this.csReadWrite.ViewOptions.ShowLine = false;
            this.csReadWrite.ViewOptions.ShowPlusMinus = false;
            this.csReadWrite.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.csReadWrite.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.csReadWrite.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.csReadWrite.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csReadWrite.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);
            // 
            // pipeExportDialog
            // 
            this.pipeExportDialog.DefaultExt = "html";
            this.pipeExportDialog.Filter = "HTML Files (*.html)|*.html";
            this.pipeExportDialog.Title = "Export pipeline state as HTML";
            // 
            // shaderSaveDialog
            // 
            this.shaderSaveDialog.DefaultExt = "glsl";
            this.shaderSaveDialog.Filter = "DXBC Shader Files (*.dxbc)|*.dxbc|Shader Binary Files (*.bin)|*.bin|All Files (*." +
    "*)|*.*";
            this.shaderSaveDialog.Title = "Save GLSL source to file";
            // 
            // GLPipelineStateViewer
            // 
            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 = "GLPipelineStateViewer";
            this.Size = new System.Drawing.Size(1171, 738);
            toolstripTable.ResumeLayout(false);
            toolstripTable.PerformLayout();
            this.flowLayoutPanel6.ResumeLayout(false);
            this.flowLayoutPanel6.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.stageTabControl.ResumeLayout(false);
            this.tabVTX.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.iabuffers)).EndInit();
            groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.inputLayouts)).EndInit();
            groupBox44.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.meshView)).EndInit();
            this.tabVS.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.vsTable.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();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderSave)).EndInit();
            this.groupBox7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsTextures)).EndInit();
            this.groupBox8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsSamplers)).EndInit();
            this.groupBox9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsCBuffers)).EndInit();
            this.vsSubroutinesGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsSubroutines)).EndInit();
            this.vsReadWriteGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsReadWrite)).EndInit();
            this.tabTCS.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.tcsTable.ResumeLayout(false);
            this.tcsShaderGroup.ResumeLayout(false);
            this.tcsShaderFlow.ResumeLayout(false);
            this.tcsShaderFlow.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tcsShaderEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.tcsTexturesGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcsTextures)).EndInit();
            this.tcsSamplersGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcsSamplers)).EndInit();
            this.tcsCBuffersGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcsCBuffers)).EndInit();
            this.tcsSubroutinesGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcsSubroutines)).EndInit();
            this.tcsReadWriteGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcsReadWrite)).EndInit();
            this.tabTES.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.tesTable.ResumeLayout(false);
            this.tesShaderGroup.ResumeLayout(false);
            this.tesShaderFlow.ResumeLayout(false);
            this.tesShaderFlow.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tesShaderEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.tesTexturesGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tesTextures)).EndInit();
            this.tesSamplersGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tesSamplers)).EndInit();
            this.tesCBuffersGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tesCBuffers)).EndInit();
            this.tesSubroutinesGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tesSubroutines)).EndInit();
            this.tesReadWriteGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tesReadWrite)).EndInit();
            this.tabGS.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.gsTable.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();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
            this.groupBox24.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsTextures)).EndInit();
            this.groupBox25.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsSamplers)).EndInit();
            this.groupBox26.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsCBuffers)).EndInit();
            this.feedbackGroup.ResumeLayout(false);
            this.feedbackTable.ResumeLayout(false);
            this.feedbackTable.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.feedbackPaused)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gsFeedback)).EndInit();
            this.gsSubroutinesGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsSubroutines)).EndInit();
            this.gsReadWriteGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsReadWrite)).EndInit();
            this.tabRS.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            tableLayoutPanel14.ResumeLayout(false);
            multisampleGroup.ResumeLayout(false);
            tableLayoutPanel8.ResumeLayout(false);
            tableLayoutPanel8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.multisampleEnable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sampleShading)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.alphaToCoverage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.alphaToOne)).EndInit();
            rasterizerGroup.ResumeLayout(false);
            rasterizerTable.ResumeLayout(false);
            rasterizerTable.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.frontCCW)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthClamp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.scissorEnable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rasterizerDiscard)).EndInit();
            viewportGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.viewports)).EndInit();
            scissorGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scissors)).EndInit();
            this.tabFS.ResumeLayout(false);
            this.panel6.ResumeLayout(false);
            this.fsTable.ResumeLayout(false);
            this.groupBox13.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
            this.groupBox28.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fsTextures)).EndInit();
            this.groupBox29.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fsSamplers)).EndInit();
            this.groupBox30.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fsCBuffers)).EndInit();
            this.fsSubroutinesGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fsSubroutines)).EndInit();
            this.fsReadWriteGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fsReadWrite)).EndInit();
            this.tabFB.ResumeLayout(false);
            this.panel9.ResumeLayout(false);
            this.tableLayoutPanel9.ResumeLayout(false);
            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();
            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);
            this.flowLayoutPanel8.ResumeLayout(false);
            this.flowLayoutPanel8.PerformLayout();
            this.tableLayoutPanel15.ResumeLayout(false);
            this.tableLayoutPanel15.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.stencilEnable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stencilFuncs)).EndInit();
            this.tabCS.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            this.csTable.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();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
            this.groupBox34.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csTextures)).EndInit();
            this.groupBox35.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csSamplers)).EndInit();
            this.groupBox36.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csCBuffers)).EndInit();
            this.csSubroutinesGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csSubroutines)).EndInit();
            this.csReadWriteGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csReadWrite)).EndInit();
            this.rightclickMenu.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     TreelistView.TreeListColumn           treeListColumn1 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Name", "Name")));
     TreelistView.TreeListColumn           treeListColumn2 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Modification", "Modification")));
     TreelistView.TreeListColumn           treeListColumn3 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Value", "Value")));
     System.Windows.Forms.GroupBox         groupBox2;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.GroupBox         groupBox1;
     System.Windows.Forms.Button           ok;
     System.Windows.Forms.Button           cancel;
     this.variables        = new TreelistView.TreeListView();
     this.varValue         = new System.Windows.Forms.TextBox();
     this.varName          = new System.Windows.Forms.TextBox();
     this.pendSeparator    = new System.Windows.Forms.ComboBox();
     this.prependType      = new System.Windows.Forms.RadioButton();
     this.appendType       = new System.Windows.Forms.RadioButton();
     this.setType          = new System.Windows.Forms.RadioButton();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.addUpdate        = new System.Windows.Forms.Button();
     this.delete           = new System.Windows.Forms.Button();
     this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
     tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     groupBox2             = new System.Windows.Forms.GroupBox();
     label2    = new System.Windows.Forms.Label();
     label1    = new System.Windows.Forms.Label();
     groupBox1 = new System.Windows.Forms.GroupBox();
     ok        = new System.Windows.Forms.Button();
     cancel    = new System.Windows.Forms.Button();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.variables)).BeginInit();
     groupBox2.SuspendLayout();
     groupBox1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel2.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.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.Controls.Add(this.variables, 0, 0);
     tableLayoutPanel1.Controls.Add(groupBox2, 0, 1);
     tableLayoutPanel1.Controls.Add(groupBox1, 1, 1);
     tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 2);
     tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 1, 3);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 4;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     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(673, 474);
     tableLayoutPanel1.TabIndex = 2;
     //
     // variables
     //
     treeListColumn1.AutoSizeMinSize = 0;
     treeListColumn1.Width           = 160;
     treeListColumn2.AutoSizeMinSize = 0;
     treeListColumn2.Width           = 170;
     treeListColumn3.AutoSize        = true;
     treeListColumn3.AutoSizeMinSize = 100;
     treeListColumn3.Width           = 50;
     this.variables.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1,
         treeListColumn2,
         treeListColumn3
     });
     this.variables.ColumnsOptions.LeftMargin = 0;
     tableLayoutPanel1.SetColumnSpan(this.variables, 2);
     this.variables.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.variables.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.variables.Font     = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.variables.Location = new System.Drawing.Point(3, 3);
     this.variables.Name     = "variables";
     this.variables.RowOptions.ShowHeader = false;
     this.variables.Size     = new System.Drawing.Size(667, 257);
     this.variables.TabIndex = 11;
     this.variables.Text     = "treeListView1";
     this.variables.ViewOptions.HoverHandTreeColumn = false;
     this.variables.ViewOptions.PadForPlusMinus     = false;
     this.variables.ViewOptions.ShowLine            = false;
     this.variables.ViewOptions.ShowPlusMinus       = false;
     this.variables.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.variables_AfterSelect);
     this.variables.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.variables_KeyDown);
     //
     // 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(label2);
     groupBox2.Controls.Add(this.varValue);
     groupBox2.Controls.Add(label1);
     groupBox2.Controls.Add(this.varName);
     groupBox2.Location = new System.Drawing.Point(3, 266);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(489, 122);
     groupBox2.TabIndex = 4;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Environment Variable";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(9, 68);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(34, 13);
     label2.TabIndex = 3;
     label2.Text     = "Value";
     //
     // varValue
     //
     this.varValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.varValue.Location  = new System.Drawing.Point(9, 84);
     this.varValue.Name      = "varValue";
     this.varValue.Size      = new System.Drawing.Size(473, 20);
     this.varValue.TabIndex  = 2;
     this.varValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.varField_KeyPress);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(9, 16);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(35, 13);
     label1.TabIndex = 1;
     label1.Text     = "Name";
     //
     // varName
     //
     this.varName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.varName.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.varName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.varName.Location           = new System.Drawing.Point(9, 32);
     this.varName.Name         = "varName";
     this.varName.Size         = new System.Drawing.Size(473, 20);
     this.varName.TabIndex     = 1;
     this.varName.TextChanged += new System.EventHandler(this.varName_TextChanged);
     this.varName.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.varField_KeyPress);
     //
     // groupBox1
     //
     groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox1.Controls.Add(this.pendSeparator);
     groupBox1.Controls.Add(this.prependType);
     groupBox1.Controls.Add(this.appendType);
     groupBox1.Controls.Add(this.setType);
     groupBox1.Location = new System.Drawing.Point(498, 266);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(172, 122);
     groupBox1.TabIndex = 2;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Modification type";
     //
     // pendSeparator
     //
     this.pendSeparator.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.pendSeparator.FormattingEnabled = true;
     this.pendSeparator.Location          = new System.Drawing.Point(7, 92);
     this.pendSeparator.Name     = "pendSeparator";
     this.pendSeparator.Size     = new System.Drawing.Size(121, 21);
     this.pendSeparator.TabIndex = 6;
     //
     // prependType
     //
     this.prependType.AutoSize = true;
     this.prependType.Location = new System.Drawing.Point(7, 68);
     this.prependType.Name     = "prependType";
     this.prependType.Size     = new System.Drawing.Size(95, 17);
     this.prependType.TabIndex = 5;
     this.prependType.TabStop  = true;
     this.prependType.Text     = "Prepend Value";
     this.prependType.UseVisualStyleBackColor = true;
     this.prependType.CheckedChanged         += new System.EventHandler(this.modification_CheckedChanged);
     //
     // appendType
     //
     this.appendType.AutoSize = true;
     this.appendType.Location = new System.Drawing.Point(7, 44);
     this.appendType.Name     = "appendType";
     this.appendType.Size     = new System.Drawing.Size(92, 17);
     this.appendType.TabIndex = 4;
     this.appendType.TabStop  = true;
     this.appendType.Text     = "Append Value";
     this.appendType.UseVisualStyleBackColor = true;
     this.appendType.CheckedChanged         += new System.EventHandler(this.modification_CheckedChanged);
     //
     // setType
     //
     this.setType.AutoSize = true;
     this.setType.Location = new System.Drawing.Point(7, 20);
     this.setType.Name     = "setType";
     this.setType.Size     = new System.Drawing.Size(71, 17);
     this.setType.TabIndex = 3;
     this.setType.TabStop  = true;
     this.setType.Text     = "Set Value";
     this.setType.UseVisualStyleBackColor = true;
     this.setType.CheckedChanged         += new System.EventHandler(this.modification_CheckedChanged);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.flowLayoutPanel1.Controls.Add(this.addUpdate);
     this.flowLayoutPanel1.Controls.Add(this.delete);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(498, 391);
     this.flowLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0, 0, 3, 0);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(172, 28);
     this.flowLayoutPanel1.TabIndex = 9;
     //
     // addUpdate
     //
     this.addUpdate.Location = new System.Drawing.Point(3, 3);
     this.addUpdate.Name     = "addUpdate";
     this.addUpdate.Size     = new System.Drawing.Size(80, 23);
     this.addUpdate.TabIndex = 7;
     this.addUpdate.Text     = "Add / Update";
     this.addUpdate.UseVisualStyleBackColor = true;
     this.addUpdate.Click += new System.EventHandler(this.addUpdate_Click);
     //
     // delete
     //
     this.delete.Location = new System.Drawing.Point(89, 3);
     this.delete.Name     = "delete";
     this.delete.Size     = new System.Drawing.Size(80, 23);
     this.delete.TabIndex = 8;
     this.delete.Text     = "Delete";
     this.delete.UseVisualStyleBackColor = true;
     this.delete.Click += new System.EventHandler(this.delete_Click);
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.flowLayoutPanel2.Controls.Add(ok);
     this.flowLayoutPanel2.Controls.Add(cancel);
     this.flowLayoutPanel2.Location = new System.Drawing.Point(498, 445);
     this.flowLayoutPanel2.Margin   = new System.Windows.Forms.Padding(3, 26, 3, 3);
     this.flowLayoutPanel2.Name     = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size     = new System.Drawing.Size(172, 26);
     this.flowLayoutPanel2.TabIndex = 10;
     //
     // ok
     //
     ok.DialogResult            = System.Windows.Forms.DialogResult.OK;
     ok.Location                = new System.Drawing.Point(3, 3);
     ok.Name                    = "ok";
     ok.Size                    = new System.Drawing.Size(80, 23);
     ok.TabIndex                = 9;
     ok.Text                    = "OK";
     ok.UseVisualStyleBackColor = true;
     //
     // cancel
     //
     cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     cancel.Location                = new System.Drawing.Point(89, 3);
     cancel.Name                    = "cancel";
     cancel.Size                    = new System.Drawing.Size(80, 23);
     cancel.TabIndex                = 10;
     cancel.Text                    = "Cancel";
     cancel.UseVisualStyleBackColor = true;
     //
     // EnvironmentEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = cancel;
     this.ClientSize          = new System.Drawing.Size(673, 474);
     this.Controls.Add(tableLayoutPanel1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "EnvironmentEditor";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Capture Environment Editor";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.EnvironmentEditor_FormClosing);
     this.Load         += new System.EventHandler(this.EnvironmentEditor_Load);
     tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.variables)).EndInit();
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		void InitializeComponent() {
			tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			textBox1 = new System.Windows.Forms.TextBox();
			button1 = new System.Windows.Forms.Button();
			button2 = new System.Windows.Forms.Button();
			tableLayoutPanel1.SuspendLayout();
			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(textBox1, 0, 0);
			tableLayoutPanel1.Controls.Add(button1, 0, 1);
			tableLayoutPanel1.Controls.Add(button2, 1, 1);
			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 = 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, 266);
			tableLayoutPanel1.TabIndex = 0;
			// 
			// textBox1
			// 
			tableLayoutPanel1.SetColumnSpan(textBox1, 2);
			textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			textBox1.Location = new System.Drawing.Point(13, 13);
			textBox1.Multiline = true;
			textBox1.Name = "textBox1";
			textBox1.Size = new System.Drawing.Size(266, 211);
			textBox1.TabIndex = 0;
			// 
			// button1
			// 
			button1.Anchor = System.Windows.Forms.AnchorStyles.None;
			button1.AutoSize = true;
			button1.Location = new System.Drawing.Point(24, 230);
			button1.Name = "button1";
			button1.Size = new System.Drawing.Size(107, 23);
			button1.TabIndex = 1;
			button1.Text = "Copia negli appunti";
			button1.Click += new System.EventHandler(Button1Click);
			// 
			// button2
			// 
			button2.Anchor = System.Windows.Forms.AnchorStyles.None;
			button2.AutoSize = true;
			button2.Location = new System.Drawing.Point(176, 230);
			button2.Name = "button2";
			button2.Size = new System.Drawing.Size(75, 23);
			button2.TabIndex = 2;
			button2.Text = "Chiudi";
			button2.Click += new System.EventHandler(Button2Click);
			// 
			// ErrorForm
			// 
			AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			ClientSize = new System.Drawing.Size(292, 266);
			Controls.Add(tableLayoutPanel1);
			Name = "ErrorForm";
			Text = "ErrorForm";
			tableLayoutPanel1.ResumeLayout(false);
			tableLayoutPanel1.PerformLayout();
			ResumeLayout (false);

		}
Beispiel #47
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.GroupBox         basicConfigBox;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.GroupBox         opsBox;
     System.Windows.Forms.Label            label2;
     TreelistView.TreeListColumn           treeListColumn5 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("hostname", "Hostname")));
     TreelistView.TreeListColumn           treeListColumn6 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("running", "Running")));
     this.hostname            = new System.Windows.Forms.TextBox();
     this.runCommand          = new System.Windows.Forms.TextBox();
     this.addUpdateHost       = new System.Windows.Forms.Button();
     this.deleteHost          = new System.Windows.Forms.Button();
     this.refreshOne          = new System.Windows.Forms.Button();
     this.connect             = new System.Windows.Forms.Button();
     this.refreshAll          = new System.Windows.Forms.Button();
     this.lookupsProgressFlow = new System.Windows.Forms.FlowLayoutPanel();
     this.progressPicture     = new System.Windows.Forms.PictureBox();
     this.remoteCountLabel    = new System.Windows.Forms.Label();
     this.hosts        = new TreelistView.TreeListView();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     basicConfigBox    = new System.Windows.Forms.GroupBox();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     label3            = new System.Windows.Forms.Label();
     label1            = new System.Windows.Forms.Label();
     opsBox            = new System.Windows.Forms.GroupBox();
     label2            = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     basicConfigBox.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     opsBox.SuspendLayout();
     this.lookupsProgressFlow.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressPicture)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hosts)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.hosts, 0, 0);
     tableLayoutPanel1.Controls.Add(basicConfigBox, 0, 2);
     tableLayoutPanel1.Controls.Add(opsBox, 1, 2);
     tableLayoutPanel1.Controls.Add(this.lookupsProgressFlow, 0, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 3;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(602, 460);
     tableLayoutPanel1.TabIndex = 2;
     //
     // basicConfigBox
     //
     basicConfigBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     basicConfigBox.Controls.Add(tableLayoutPanel2);
     basicConfigBox.Location = new System.Drawing.Point(3, 319);
     basicConfigBox.Name     = "basicConfigBox";
     basicConfigBox.Size     = new System.Drawing.Size(476, 138);
     basicConfigBox.TabIndex = 7;
     basicConfigBox.TabStop  = false;
     basicConfigBox.Text     = "Host configuration";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     tableLayoutPanel2.AutoSize    = true;
     tableLayoutPanel2.ColumnCount = 2;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.Controls.Add(this.hostname, 0, 1);
     tableLayoutPanel2.Controls.Add(this.runCommand, 0, 3);
     tableLayoutPanel2.Controls.Add(label3, 0, 2);
     tableLayoutPanel2.Controls.Add(this.addUpdateHost, 1, 1);
     tableLayoutPanel2.Controls.Add(label1, 0, 0);
     tableLayoutPanel2.Location = new System.Drawing.Point(6, 19);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 4;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.51515F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.48485F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(464, 112);
     tableLayoutPanel2.TabIndex = 0;
     //
     // hostname
     //
     this.hostname.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.hostname.Location     = new System.Drawing.Point(3, 23);
     this.hostname.Name         = "hostname";
     this.hostname.Size         = new System.Drawing.Size(395, 20);
     this.hostname.TabIndex     = 1;
     this.hostname.TextChanged += new System.EventHandler(this.hostname_TextChanged);
     this.hostname.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textbox_KeyPress);
     //
     // runCommand
     //
     this.runCommand.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.runCommand.Location  = new System.Drawing.Point(3, 89);
     this.runCommand.Name      = "runCommand";
     this.runCommand.Size      = new System.Drawing.Size(395, 20);
     this.runCommand.TabIndex  = 4;
     this.runCommand.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textbox_KeyPress);
     //
     // label3
     //
     label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(3, 57);
     label3.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 3);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(386, 26);
     label3.TabIndex = 3;
     label3.Text     = "Run Command: Configure a command to run that launches the remote server on this h" +
                       "ost.";
     //
     // addUpdateHost
     //
     this.addUpdateHost.Location = new System.Drawing.Point(404, 23);
     this.addUpdateHost.Name     = "addUpdateHost";
     this.addUpdateHost.Size     = new System.Drawing.Size(57, 21);
     this.addUpdateHost.TabIndex = 6;
     this.addUpdateHost.Text     = "Add";
     this.addUpdateHost.UseVisualStyleBackColor = true;
     this.addUpdateHost.Click += new System.EventHandler(this.addUpdateHost_Click);
     //
     // label1
     //
     label1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label1.AutoSize    = true;
     label1.Location    = new System.Drawing.Point(3, 0);
     label1.MinimumSize = new System.Drawing.Size(0, 20);
     label1.Name        = "label1";
     label1.Size        = new System.Drawing.Size(58, 20);
     label1.TabIndex    = 0;
     label1.Text        = "Hostname:";
     label1.TextAlign   = System.Drawing.ContentAlignment.BottomCenter;
     //
     // opsBox
     //
     opsBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                           | System.Windows.Forms.AnchorStyles.Right)));
     opsBox.Controls.Add(this.deleteHost);
     opsBox.Controls.Add(this.refreshOne);
     opsBox.Controls.Add(this.connect);
     opsBox.Controls.Add(this.refreshAll);
     opsBox.Location = new System.Drawing.Point(485, 319);
     opsBox.Name     = "opsBox";
     opsBox.Size     = new System.Drawing.Size(114, 138);
     opsBox.TabIndex = 8;
     opsBox.TabStop  = false;
     opsBox.Text     = "Operations";
     //
     // deleteHost
     //
     this.deleteHost.Enabled  = false;
     this.deleteHost.Location = new System.Drawing.Point(6, 106);
     this.deleteHost.Name     = "deleteHost";
     this.deleteHost.Size     = new System.Drawing.Size(101, 23);
     this.deleteHost.TabIndex = 6;
     this.deleteHost.Text     = "Delete";
     this.deleteHost.UseVisualStyleBackColor = true;
     this.deleteHost.Click += new System.EventHandler(this.deleteHost_Click);
     //
     // refreshOne
     //
     this.refreshOne.Location = new System.Drawing.Point(6, 19);
     this.refreshOne.Name     = "refreshOne";
     this.refreshOne.Size     = new System.Drawing.Size(101, 23);
     this.refreshOne.TabIndex = 5;
     this.refreshOne.Text     = "Refresh Selected";
     this.refreshOne.UseVisualStyleBackColor = true;
     this.refreshOne.Click += new System.EventHandler(this.refreshOne_Click);
     //
     // connect
     //
     this.connect.Enabled  = false;
     this.connect.Location = new System.Drawing.Point(6, 77);
     this.connect.Name     = "connect";
     this.connect.Size     = new System.Drawing.Size(101, 23);
     this.connect.TabIndex = 5;
     this.connect.Text     = "Connect to App";
     this.connect.UseVisualStyleBackColor = true;
     this.connect.Click += new System.EventHandler(this.connect_Click);
     //
     // refreshAll
     //
     this.refreshAll.Location = new System.Drawing.Point(6, 48);
     this.refreshAll.Name     = "refreshAll";
     this.refreshAll.Size     = new System.Drawing.Size(101, 23);
     this.refreshAll.TabIndex = 4;
     this.refreshAll.Text     = "Refresh All";
     this.refreshAll.UseVisualStyleBackColor = true;
     this.refreshAll.Click += new System.EventHandler(this.refreshAll_Click);
     //
     // lookupsProgressFlow
     //
     this.lookupsProgressFlow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     tableLayoutPanel1.SetColumnSpan(this.lookupsProgressFlow, 2);
     this.lookupsProgressFlow.Controls.Add(this.progressPicture);
     this.lookupsProgressFlow.Controls.Add(label2);
     this.lookupsProgressFlow.Controls.Add(this.remoteCountLabel);
     this.lookupsProgressFlow.Location    = new System.Drawing.Point(3, 289);
     this.lookupsProgressFlow.MinimumSize = new System.Drawing.Size(0, 24);
     this.lookupsProgressFlow.Name        = "lookupsProgressFlow";
     this.lookupsProgressFlow.Size        = new System.Drawing.Size(596, 24);
     this.lookupsProgressFlow.TabIndex    = 9;
     this.lookupsProgressFlow.Visible     = false;
     //
     // progressPicture
     //
     this.progressPicture.Location = new System.Drawing.Point(3, 3);
     this.progressPicture.Name     = "progressPicture";
     this.progressPicture.Size     = new System.Drawing.Size(100, 16);
     this.progressPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.progressPicture.TabIndex = 0;
     this.progressPicture.TabStop  = false;
     //
     // label2
     //
     label2.AutoSize  = true;
     label2.Dock      = System.Windows.Forms.DockStyle.Left;
     label2.Location  = new System.Drawing.Point(109, 0);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(228, 22);
     label2.TabIndex  = 1;
     label2.Text      = "Remote connections in progress. Please wait...";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // remoteCountLabel
     //
     this.remoteCountLabel.AutoSize  = true;
     this.remoteCountLabel.Dock      = System.Windows.Forms.DockStyle.Left;
     this.remoteCountLabel.Location  = new System.Drawing.Point(343, 0);
     this.remoteCountLabel.Name      = "remoteCountLabel";
     this.remoteCountLabel.Size      = new System.Drawing.Size(118, 22);
     this.remoteCountLabel.TabIndex  = 2;
     this.remoteCountLabel.Text      = "999 connections active";
     this.remoteCountLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // hosts
     //
     this.hosts.AlwaysDisplayVScroll = true;
     treeListColumn5.AutoSize        = true;
     treeListColumn5.AutoSizeMinSize = 15;
     treeListColumn5.Width           = 48;
     treeListColumn6.AutoSizeMinSize = 0;
     treeListColumn6.Width           = 250;
     this.hosts.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn5,
         treeListColumn6
     });
     tableLayoutPanel1.SetColumnSpan(this.hosts, 2);
     this.hosts.Cursor                          = System.Windows.Forms.Cursors.Arrow;
     this.hosts.Dock                            = System.Windows.Forms.DockStyle.Fill;
     this.hosts.Location                        = new System.Drawing.Point(3, 3);
     this.hosts.MultiSelect                     = false;
     this.hosts.Name                            = "hosts";
     this.hosts.RowOptions.ShowHeader           = false;
     this.hosts.Size                            = new System.Drawing.Size(596, 280);
     this.hosts.TabIndex                        = 1;
     this.hosts.ViewOptions.HoverHandTreeColumn = false;
     this.hosts.ViewOptions.Indent              = 12;
     this.hosts.AfterSelect                    += new System.Windows.Forms.TreeViewEventHandler(this.hosts_AfterSelect);
     this.hosts.NodeDoubleClicked              += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.hosts_NodeDoubleClicked);
     this.hosts.KeyDown                        += new System.Windows.Forms.KeyEventHandler(this.hosts_KeyDown);
     //
     // RemoteManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(602, 460);
     this.Controls.Add(tableLayoutPanel1);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "RemoteManager";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Remote Host Manager";
     this.Load           += new System.EventHandler(this.RemoteManager_Load);
     tableLayoutPanel1.ResumeLayout(false);
     basicConfigBox.ResumeLayout(false);
     basicConfigBox.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     opsBox.ResumeLayout(false);
     this.lookupsProgressFlow.ResumeLayout(false);
     this.lookupsProgressFlow.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressPicture)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hosts)).EndInit();
     this.ResumeLayout(false);
 }
        /// <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 close;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
            this.randomTip = new System.Windows.Forms.Button();
            this.nextTip = new System.Windows.Forms.Button();
            this.tipBox = new System.Windows.Forms.GroupBox();
            this.tipTitle = new System.Windows.Forms.Label();
            this.tipPicture = new System.Windows.Forms.PictureBox();
            this.tipLink = new System.Windows.Forms.LinkLabel();
            this.tipText = new System.Windows.Forms.Label();
            close = new System.Windows.Forms.Button();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel1.SuspendLayout();
            this.tipBox.SuspendLayout();
            tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipPicture)).BeginInit();
            this.SuspendLayout();
            // 
            // close
            // 
            close.DialogResult = System.Windows.Forms.DialogResult.OK;
            close.Location = new System.Drawing.Point(472, 295);
            close.Name = "close";
            close.Size = new System.Drawing.Size(75, 23);
            close.TabIndex = 0;
            close.Text = "Close";
            close.UseVisualStyleBackColor = true;
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 3;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel1.Controls.Add(this.randomTip, 0, 1);
            tableLayoutPanel1.Controls.Add(close, 2, 1);
            tableLayoutPanel1.Controls.Add(this.nextTip, 1, 1);
            tableLayoutPanel1.Controls.Add(this.tipBox, 0, 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(550, 321);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // randomTip
            // 
            this.randomTip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.randomTip.Location = new System.Drawing.Point(311, 295);
            this.randomTip.Name = "randomTip";
            this.randomTip.Size = new System.Drawing.Size(74, 23);
            this.randomTip.TabIndex = 3;
            this.randomTip.Text = "Random Tip";
            this.randomTip.UseVisualStyleBackColor = true;
            this.randomTip.Click += new System.EventHandler(this.LoadRandomTip);
            // 
            // nextTip
            // 
            this.nextTip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.nextTip.Location = new System.Drawing.Point(391, 295);
            this.nextTip.Name = "nextTip";
            this.nextTip.Size = new System.Drawing.Size(75, 23);
            this.nextTip.TabIndex = 1;
            this.nextTip.Text = "Next Tip";
            this.nextTip.UseVisualStyleBackColor = true;
            this.nextTip.Click += new System.EventHandler(this.LoadNextTip);
            // 
            // tipBox
            // 
            tableLayoutPanel1.SetColumnSpan(this.tipBox, 3);
            this.tipBox.Controls.Add(tableLayoutPanel2);
            this.tipBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tipBox.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tipBox.Location = new System.Drawing.Point(3, 3);
            this.tipBox.Name = "tipBox";
            this.tipBox.Size = new System.Drawing.Size(544, 286);
            this.tipBox.TabIndex = 2;
            this.tipBox.TabStop = false;
            this.tipBox.Text = "Tip #X";
            // 
            // tableLayoutPanel2
            // 
            tableLayoutPanel2.ColumnCount = 1;
            tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel2.Controls.Add(this.tipTitle, 0, 0);
            tableLayoutPanel2.Controls.Add(this.tipPicture, 0, 2);
            tableLayoutPanel2.Controls.Add(this.tipLink, 0, 3);
            tableLayoutPanel2.Controls.Add(this.tipText, 0, 1);
            tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
            tableLayoutPanel2.Name = "tableLayoutPanel2";
            tableLayoutPanel2.RowCount = 4;
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel2.Size = new System.Drawing.Size(538, 267);
            tableLayoutPanel2.TabIndex = 0;
            // 
            // tipTitle
            // 
            this.tipTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tipTitle.AutoSize = true;
            this.tipTitle.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tipTitle.Location = new System.Drawing.Point(3, 0);
            this.tipTitle.Name = "tipTitle";
            this.tipTitle.Size = new System.Drawing.Size(532, 24);
            this.tipTitle.TabIndex = 0;
            this.tipTitle.Text = "Tip #X: Tip Title";
            this.tipTitle.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // tipPicture
            // 
            this.tipPicture.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.tipPicture.Location = new System.Drawing.Point(243, 180);
            this.tipPicture.Name = "tipPicture";
            this.tipPicture.Size = new System.Drawing.Size(52, 54);
            this.tipPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.tipPicture.TabIndex = 1;
            this.tipPicture.TabStop = false;
            // 
            // tipLink
            // 
            this.tipLink.AutoSize = true;
            this.tipLink.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tipLink.Location = new System.Drawing.Point(7, 244);
            this.tipLink.Margin = new System.Windows.Forms.Padding(7);
            this.tipLink.Name = "tipLink";
            this.tipLink.Size = new System.Drawing.Size(164, 16);
            this.tipLink.TabIndex = 3;
            this.tipLink.TabStop = true;
            this.tipLink.Text = "https://renderdoc.org/tips/1";
            this.tipLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.tipLink_LinkClicked);
            // 
            // tipText
            // 
            this.tipText.BackColor = System.Drawing.Color.Transparent;
            this.tipText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tipText.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tipText.Location = new System.Drawing.Point(3, 24);
            this.tipText.Name = "tipText";
            this.tipText.Padding = new System.Windows.Forms.Padding(10);
            this.tipText.Size = new System.Drawing.Size(532, 153);
            this.tipText.TabIndex = 4;
            this.tipText.Text = "Tip Text";
            // 
            // TipsDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(550, 321);
            this.Controls.Add(tableLayoutPanel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(556, 346);
            this.Name = "TipsDialog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "RenderDoc Tips";
            this.Load += new System.EventHandler(this.LoadRandomTip);
            tableLayoutPanel1.ResumeLayout(false);
            this.tipBox.ResumeLayout(false);
            tableLayoutPanel2.ResumeLayout(false);
            tableLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipPicture)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     this.btnOk          = new System.Windows.Forms.Button();
     this.lblMessage     = new System.Windows.Forms.Label();
     this.txtLongMessage = new System.Windows.Forms.TextBox();
     tableLayoutPanel1   = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(181, 240);
     this.btnOk.Name     = "btnOk";
     this.btnOk.Size     = new System.Drawing.Size(75, 23);
     this.btnOk.TabIndex = 0;
     this.btnOk.Text     = "OK";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // lblMessage
     //
     this.lblMessage.AutoSize = true;
     this.lblMessage.Location = new System.Drawing.Point(3, 0);
     this.lblMessage.Name     = "lblMessage";
     this.lblMessage.Size     = new System.Drawing.Size(29, 13);
     this.lblMessage.TabIndex = 1;
     this.lblMessage.Text     = "Error";
     //
     // txtLongMessage
     //
     tableLayoutPanel1.SetColumnSpan(this.txtLongMessage, 3);
     this.txtLongMessage.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.txtLongMessage.Location  = new System.Drawing.Point(3, 16);
     this.txtLongMessage.Multiline = true;
     this.txtLongMessage.Name      = "txtLongMessage";
     this.txtLongMessage.Size      = new System.Drawing.Size(431, 218);
     this.txtLongMessage.TabIndex  = 2;
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize     = true;
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     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(this.lblMessage, 0, 0);
     tableLayoutPanel1.Controls.Add(this.btnOk, 1, 2);
     tableLayoutPanel1.Controls.Add(this.txtLongMessage, 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(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(437, 266);
     tableLayoutPanel1.TabIndex = 3;
     //
     // ErrorDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(437, 266);
     this.Controls.Add(tableLayoutPanel1);
     this.Name          = "ErrorDialog";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Text          = "ErrorDialog";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
            DOL.Tools.QuestDesigner.Controls.HeaderStrip headerStrip2;
            System.Windows.Forms.ToolStripLabel toolStripLabel2;
            DOL.Tools.QuestDesigner.Controls.HeaderStrip headerStrip1;
            System.Windows.Forms.ToolStripLabel toolStripLabel1;
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.Label labelQuestName;
            System.Windows.Forms.Label labelTitle;
            System.Windows.Forms.Label labelAuthor;
            System.Windows.Forms.Label labelDate;
            System.Windows.Forms.Label labelVersion;
            System.Windows.Forms.Label labelNamespace;
            System.Windows.Forms.Label labelLevel;
            System.Windows.Forms.Label labelInvitingNPC;
            System.Windows.Forms.Label labelMaxQuestCount;
            System.Windows.Forms.Label labelNotes;
            this.QuestStep = new System.Windows.Forms.DataGridView();
            this.QuestName = new System.Windows.Forms.TextBox();
            this.Title = new System.Windows.Forms.TextBox();
            this.Author = new System.Windows.Forms.TextBox();
            this.scriptDate = new System.Windows.Forms.DateTimePicker();
            this.Version = new System.Windows.Forms.TextBox();
            this.Namespace = new System.Windows.Forms.TextBox();
            this.LevelMin = new System.Windows.Forms.NumericUpDown();
            this.LevelMax = new System.Windows.Forms.NumericUpDown();
            this.InvitingNPC = new System.Windows.Forms.ComboBox();
            this.MaxQuestCount = new System.Windows.Forms.NumericUpDown();
            this.Notes = new System.Windows.Forms.TextBox();
            this.labelClasses = new System.Windows.Forms.Label();
            this.listBoxAllowed = new System.Windows.Forms.ListBox();
            this.listBoxAvailable = new System.Windows.Forms.ListBox();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.buttonAddClass = new System.Windows.Forms.Button();
            this.buttonRemoveClass = new System.Windows.Forms.Button();
            this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            headerStrip2 = new DOL.Tools.QuestDesigner.Controls.HeaderStrip();
            toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            headerStrip1 = new DOL.Tools.QuestDesigner.Controls.HeaderStrip();
            toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            labelQuestName = new System.Windows.Forms.Label();
            labelTitle = new System.Windows.Forms.Label();
            labelAuthor = new System.Windows.Forms.Label();
            labelDate = new System.Windows.Forms.Label();
            labelVersion = new System.Windows.Forms.Label();
            labelNamespace = new System.Windows.Forms.Label();
            labelLevel = new System.Windows.Forms.Label();
            labelInvitingNPC = new System.Windows.Forms.Label();
            labelMaxQuestCount = new System.Windows.Forms.Label();
            labelNotes = new System.Windows.Forms.Label();
            tableLayoutPanel5.SuspendLayout();
            headerStrip2.SuspendLayout();
            headerStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.QuestStep)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.LevelMin)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.LevelMax)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MaxQuestCount)).BeginInit();
            this.flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
            this.SuspendLayout();
            // 
            // tableLayoutPanel5
            // 
            tableLayoutPanel5.ColumnCount = 6;
            tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 112F));
            tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 112F));
            tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            tableLayoutPanel5.Controls.Add(headerStrip2, 0, 0);
            tableLayoutPanel5.Controls.Add(headerStrip1, 0, 8);
            tableLayoutPanel5.Controls.Add(this.QuestStep, 0, 9);
            tableLayoutPanel5.Controls.Add(labelQuestName, 0, 1);
            tableLayoutPanel5.Controls.Add(this.QuestName, 1, 1);
            tableLayoutPanel5.Controls.Add(labelTitle, 0, 2);
            tableLayoutPanel5.Controls.Add(this.Title, 1, 2);
            tableLayoutPanel5.Controls.Add(labelAuthor, 0, 3);
            tableLayoutPanel5.Controls.Add(this.Author, 1, 3);
            tableLayoutPanel5.Controls.Add(labelDate, 0, 4);
            tableLayoutPanel5.Controls.Add(this.scriptDate, 1, 4);
            tableLayoutPanel5.Controls.Add(labelVersion, 0, 5);
            tableLayoutPanel5.Controls.Add(this.Version, 1, 5);
            tableLayoutPanel5.Controls.Add(labelNamespace, 0, 6);
            tableLayoutPanel5.Controls.Add(this.Namespace, 1, 6);
            tableLayoutPanel5.Controls.Add(labelLevel, 3, 1);
            tableLayoutPanel5.Controls.Add(this.LevelMin, 4, 1);
            tableLayoutPanel5.Controls.Add(this.LevelMax, 5, 1);
            tableLayoutPanel5.Controls.Add(labelInvitingNPC, 3, 2);
            tableLayoutPanel5.Controls.Add(this.InvitingNPC, 4, 2);
            tableLayoutPanel5.Controls.Add(labelMaxQuestCount, 3, 3);
            tableLayoutPanel5.Controls.Add(this.MaxQuestCount, 4, 3);
            tableLayoutPanel5.Controls.Add(labelNotes, 3, 4);
            tableLayoutPanel5.Controls.Add(this.Notes, 3, 5);
            tableLayoutPanel5.Controls.Add(this.labelClasses, 0, 7);
            tableLayoutPanel5.Controls.Add(this.listBoxAllowed, 1, 7);
            tableLayoutPanel5.Controls.Add(this.listBoxAvailable, 3, 7);
            tableLayoutPanel5.Controls.Add(this.flowLayoutPanel1, 2, 7);
            tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(2);
            tableLayoutPanel5.Name = "tableLayoutPanel5";
            tableLayoutPanel5.RowCount = 9;
            tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
            tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableLayoutPanel5.Size = new System.Drawing.Size(606, 464);
            tableLayoutPanel5.TabIndex = 8;
            // 
            // headerStrip2
            // 
            headerStrip2.AutoSize = false;
            tableLayoutPanel5.SetColumnSpan(headerStrip2, 6);
            headerStrip2.Dock = System.Windows.Forms.DockStyle.Fill;
            headerStrip2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            headerStrip2.ForeColor = System.Drawing.Color.White;
            headerStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            headerStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel2});
            headerStrip2.Location = new System.Drawing.Point(0, 0);
            headerStrip2.Name = "headerStrip2";
            headerStrip2.Size = new System.Drawing.Size(606, 30);
            headerStrip2.TabIndex = 23;
            headerStrip2.Text = "header";
            // 
            // toolStripLabel2
            // 
            toolStripLabel2.ForeColor = System.Drawing.Color.Gray;
            toolStripLabel2.Name = "toolStripLabel2";
            toolStripLabel2.Size = new System.Drawing.Size(110, 27);
            toolStripLabel2.Text = "Quest Details";
            // 
            // headerStrip1
            // 
            headerStrip1.AutoSize = false;
            tableLayoutPanel5.SetColumnSpan(headerStrip1, 6);
            headerStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
            headerStrip1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            headerStrip1.ForeColor = System.Drawing.Color.White;
            headerStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            headerStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel1});
            headerStrip1.Location = new System.Drawing.Point(0, 266);
            headerStrip1.Name = "headerStrip1";
            headerStrip1.Size = new System.Drawing.Size(606, 25);
            headerStrip1.TabIndex = 22;
            headerStrip1.Text = "header";
            // 
            // toolStripLabel1
            // 
            toolStripLabel1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            toolStripLabel1.ForeColor = System.Drawing.Color.Gray;
            toolStripLabel1.Name = "toolStripLabel1";
            toolStripLabel1.Size = new System.Drawing.Size(94, 22);
            toolStripLabel1.Text = "Quest Steps";
            // 
            // QuestStep
            // 
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.QuestStep.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.QuestStep.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.QuestStep.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
            this.QuestStep.BackgroundColor = System.Drawing.SystemColors.Control;
            this.QuestStep.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            tableLayoutPanel5.SetColumnSpan(this.QuestStep, 6);
            this.QuestStep.DataMember = "QuestStep";
            this.QuestStep.Dock = System.Windows.Forms.DockStyle.Fill;
            this.QuestStep.Location = new System.Drawing.Point(3, 294);
            this.QuestStep.Name = "QuestStep";
            this.QuestStep.RowTemplate.Height = 24;
            this.QuestStep.Size = new System.Drawing.Size(600, 167);
            this.QuestStep.TabIndex = 21;
            // 
            // labelQuestName
            // 
            labelQuestName.Anchor = System.Windows.Forms.AnchorStyles.Left;
            labelQuestName.AutoSize = true;
            labelQuestName.Location = new System.Drawing.Point(3, 36);
            labelQuestName.Name = "labelQuestName";
            labelQuestName.Size = new System.Drawing.Size(35, 13);
            labelQuestName.TabIndex = 0;
            labelQuestName.Text = "Name";
            // 
            // QuestName
            // 
            this.QuestName.Dock = System.Windows.Forms.DockStyle.Fill;
            this.QuestName.Location = new System.Drawing.Point(115, 33);
            this.QuestName.Name = "QuestName";
            this.QuestName.Size = new System.Drawing.Size(170, 20);
            this.QuestName.TabIndex = 1;
            this.QuestName.Validating += new System.ComponentModel.CancelEventHandler(this.QuestName_Validating);
            // 
            // labelTitle
            // 
            labelTitle.Anchor = System.Windows.Forms.AnchorStyles.Left;
            labelTitle.AutoSize = true;
            labelTitle.Location = new System.Drawing.Point(3, 63);
            labelTitle.Name = "labelTitle";
            labelTitle.Size = new System.Drawing.Size(27, 13);
            labelTitle.TabIndex = 2;
            labelTitle.Text = "Title";
            // 
            // Title
            // 
            this.Title.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Title.Location = new System.Drawing.Point(115, 59);
            this.Title.Name = "Title";
            this.Title.Size = new System.Drawing.Size(170, 20);
            this.Title.TabIndex = 3;
            // 
            // labelAuthor
            // 
            labelAuthor.Anchor = System.Windows.Forms.AnchorStyles.Left;
            labelAuthor.AutoSize = true;
            labelAuthor.Location = new System.Drawing.Point(3, 89);
            labelAuthor.Name = "labelAuthor";
            labelAuthor.Size = new System.Drawing.Size(38, 13);
            labelAuthor.TabIndex = 4;
            labelAuthor.Text = "Author";
            // 
            // Author
            // 
            this.Author.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Author.Location = new System.Drawing.Point(115, 86);
            this.Author.Name = "Author";
            this.Author.Size = new System.Drawing.Size(170, 20);
            this.Author.TabIndex = 5;
            // 
            // labelDate
            // 
            labelDate.Anchor = System.Windows.Forms.AnchorStyles.Left;
            labelDate.AutoSize = true;
            labelDate.Location = new System.Drawing.Point(3, 115);
            labelDate.Name = "labelDate";
            labelDate.Size = new System.Drawing.Size(30, 13);
            labelDate.TabIndex = 6;
            labelDate.Text = "Date";
            // 
            // scriptDate
            // 
            this.scriptDate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scriptDate.Location = new System.Drawing.Point(115, 112);
            this.scriptDate.Name = "scriptDate";
            this.scriptDate.Size = new System.Drawing.Size(170, 20);
            this.scriptDate.TabIndex = 7;
            // 
            // labelVersion
            // 
            labelVersion.Anchor = System.Windows.Forms.AnchorStyles.Left;
            labelVersion.AutoSize = true;
            labelVersion.Location = new System.Drawing.Point(3, 141);
            labelVersion.Name = "labelVersion";
            labelVersion.Size = new System.Drawing.Size(72, 13);
            labelVersion.TabIndex = 8;
            labelVersion.Text = "Script Version";
            // 
            // Version
            // 
            this.Version.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Version.Location = new System.Drawing.Point(115, 138);
            this.Version.Name = "Version";
            this.Version.Size = new System.Drawing.Size(170, 20);
            this.Version.TabIndex = 9;
            // 
            // labelNamespace
            // 
            labelNamespace.Anchor = System.Windows.Forms.AnchorStyles.Left;
            labelNamespace.AutoSize = true;
            labelNamespace.Location = new System.Drawing.Point(2, 167);
            labelNamespace.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            labelNamespace.Name = "labelNamespace";
            labelNamespace.Size = new System.Drawing.Size(64, 13);
            labelNamespace.TabIndex = 10;
            labelNamespace.Text = "Namespace";
            // 
            // Namespace
            // 
            this.Namespace.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Namespace.Location = new System.Drawing.Point(114, 163);
            this.Namespace.Margin = new System.Windows.Forms.Padding(2);
            this.Namespace.Name = "Namespace";
            this.Namespace.Size = new System.Drawing.Size(172, 20);
            this.Namespace.TabIndex = 11;
            this.Namespace.Validating += new System.ComponentModel.CancelEventHandler(this.Namespace_Validating);
            // 
            // labelLevel
            // 
            labelLevel.Anchor = System.Windows.Forms.AnchorStyles.Left;
            labelLevel.AutoSize = true;
            labelLevel.Location = new System.Drawing.Point(321, 36);
            labelLevel.Name = "labelLevel";
            labelLevel.Size = new System.Drawing.Size(86, 13);
            labelLevel.TabIndex = 12;
            labelLevel.Text = "Level (min - max)";
            // 
            // LevelMin
            // 
            this.LevelMin.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LevelMin.Location = new System.Drawing.Point(433, 33);
            this.LevelMin.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.LevelMin.Name = "LevelMin";
            this.LevelMin.Size = new System.Drawing.Size(82, 20);
            this.LevelMin.TabIndex = 13;
            // 
            // LevelMax
            // 
            this.LevelMax.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LevelMax.Location = new System.Drawing.Point(521, 33);
            this.LevelMax.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.LevelMax.Name = "LevelMax";
            this.LevelMax.Size = new System.Drawing.Size(82, 20);
            this.LevelMax.TabIndex = 14;
            // 
            // labelInvitingNPC
            // 
            labelInvitingNPC.Anchor = System.Windows.Forms.AnchorStyles.Left;
            labelInvitingNPC.AutoSize = true;
            labelInvitingNPC.Location = new System.Drawing.Point(321, 63);
            labelInvitingNPC.Name = "labelInvitingNPC";
            labelInvitingNPC.Size = new System.Drawing.Size(66, 13);
            labelInvitingNPC.TabIndex = 15;
            labelInvitingNPC.Text = "Inviting NPC";
            // 
            // InvitingNPC
            // 
            tableLayoutPanel5.SetColumnSpan(this.InvitingNPC, 2);
            this.InvitingNPC.DisplayMember = "Name";
            this.InvitingNPC.Dock = System.Windows.Forms.DockStyle.Fill;
            this.InvitingNPC.FormattingEnabled = true;
            this.InvitingNPC.Location = new System.Drawing.Point(433, 59);
            this.InvitingNPC.Name = "InvitingNPC";
            this.InvitingNPC.Size = new System.Drawing.Size(170, 21);
            this.InvitingNPC.TabIndex = 16;
            this.InvitingNPC.ValueMember = "ObjectName";
            // 
            // labelMaxQuestCount
            // 
            labelMaxQuestCount.Anchor = System.Windows.Forms.AnchorStyles.Left;
            labelMaxQuestCount.AutoSize = true;
            labelMaxQuestCount.Location = new System.Drawing.Point(321, 89);
            labelMaxQuestCount.Name = "labelMaxQuestCount";
            labelMaxQuestCount.Size = new System.Drawing.Size(83, 13);
            labelMaxQuestCount.TabIndex = 17;
            labelMaxQuestCount.Text = "MaxQuestCount";
            // 
            // MaxQuestCount
            // 
            tableLayoutPanel5.SetColumnSpan(this.MaxQuestCount, 2);
            this.MaxQuestCount.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MaxQuestCount.Location = new System.Drawing.Point(433, 86);
            this.MaxQuestCount.Maximum = new decimal(new int[] {
            2147483647,
            0,
            0,
            0});
            this.MaxQuestCount.Name = "MaxQuestCount";
            this.MaxQuestCount.Size = new System.Drawing.Size(170, 20);
            this.MaxQuestCount.TabIndex = 18;
            // 
            // labelNotes
            // 
            labelNotes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            labelNotes.AutoSize = true;
            labelNotes.Location = new System.Drawing.Point(321, 122);
            labelNotes.Name = "labelNotes";
            labelNotes.Size = new System.Drawing.Size(103, 13);
            labelNotes.TabIndex = 19;
            labelNotes.Text = "Notes: (TODO\'s etc)";
            // 
            // Notes
            // 
            tableLayoutPanel5.SetColumnSpan(this.Notes, 3);
            this.Notes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Notes.Location = new System.Drawing.Point(321, 138);
            this.Notes.Multiline = true;
            this.Notes.Name = "Notes";
            tableLayoutPanel5.SetRowSpan(this.Notes, 2);
            this.Notes.Size = new System.Drawing.Size(282, 45);
            this.Notes.TabIndex = 20;
            // 
            // labelClasses
            // 
            this.labelClasses.AutoSize = true;
            this.labelClasses.Location = new System.Drawing.Point(3, 189);
            this.labelClasses.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.labelClasses.Name = "labelClasses";
            this.labelClasses.Size = new System.Drawing.Size(83, 13);
            this.labelClasses.TabIndex = 25;
            this.labelClasses.Text = "Allowed Classes";
            // 
            // listBoxAllowed
            // 
            this.listBoxAllowed.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBoxAllowed.FormattingEnabled = true;
            this.listBoxAllowed.Location = new System.Drawing.Point(115, 189);
            this.listBoxAllowed.Name = "listBoxAllowed";
            this.listBoxAllowed.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.listBoxAllowed.Size = new System.Drawing.Size(170, 69);
            this.listBoxAllowed.TabIndex = 26;
            // 
            // listBoxAvailable
            // 
            tableLayoutPanel5.SetColumnSpan(this.listBoxAvailable, 3);
            this.listBoxAvailable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBoxAvailable.FormattingEnabled = true;
            this.listBoxAvailable.Location = new System.Drawing.Point(321, 189);
            this.listBoxAvailable.Name = "listBoxAvailable";
            this.listBoxAvailable.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.listBoxAvailable.Size = new System.Drawing.Size(282, 69);
            this.listBoxAvailable.TabIndex = 27;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.flowLayoutPanel1.Controls.Add(this.buttonAddClass);
            this.flowLayoutPanel1.Controls.Add(this.buttonRemoveClass);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(291, 189);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(24, 74);
            this.flowLayoutPanel1.TabIndex = 28;
            // 
            // buttonAddClass
            // 
            this.buttonAddClass.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.buttonAddClass.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonAddClass.Location = new System.Drawing.Point(1, 1);
            this.buttonAddClass.Margin = new System.Windows.Forms.Padding(1);
            this.buttonAddClass.Name = "buttonAddClass";
            this.buttonAddClass.Size = new System.Drawing.Size(23, 23);
            this.buttonAddClass.TabIndex = 0;
            this.buttonAddClass.Text = "<";
            this.buttonAddClass.UseVisualStyleBackColor = true;
            this.buttonAddClass.Click += new System.EventHandler(this.buttonAddClass_Click);
            // 
            // buttonRemoveClass
            // 
            this.buttonRemoveClass.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.buttonRemoveClass.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonRemoveClass.Location = new System.Drawing.Point(1, 26);
            this.buttonRemoveClass.Margin = new System.Windows.Forms.Padding(1);
            this.buttonRemoveClass.Name = "buttonRemoveClass";
            this.buttonRemoveClass.Size = new System.Drawing.Size(23, 23);
            this.buttonRemoveClass.TabIndex = 1;
            this.buttonRemoveClass.Text = ">";
            this.buttonRemoveClass.UseVisualStyleBackColor = true;
            this.buttonRemoveClass.Click += new System.EventHandler(this.buttonRemoveClass_Click);
            // 
            // errorProvider
            // 
            this.errorProvider.ContainerControl = this;
            // 
            // QuestInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tableLayoutPanel5);
            this.Name = "QuestInfo";
            this.Size = new System.Drawing.Size(606, 464);
            tableLayoutPanel5.ResumeLayout(false);
            tableLayoutPanel5.PerformLayout();
            headerStrip2.ResumeLayout(false);
            headerStrip2.PerformLayout();
            headerStrip1.ResumeLayout(false);
            headerStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.QuestStep)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.LevelMin)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.LevelMax)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MaxQuestCount)).EndInit();
            this.flowLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
            this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			TC.WinForms.Controls.TSystemIconBox SideImageControl;
			System.Windows.Forms.TableLayoutPanel PanelLayout;
			TC.WinForms.Commands.ApplicationCommand VisitWebsiteCommand;
			TC.WinForms.Dialogs.DialogResultButton dialogResultButton1 = new TC.WinForms.Dialogs.DialogResultButton();
			this.LabelTitle = new TC.WinForms.Controls.TLabel();
			this.LabelCopyright = new TC.WinForms.Controls.TLabel();
			this.LabelVersion = new TC.WinForms.Controls.TLabel();
			this.Hyperlink = new TC.WinForms.Controls.TCommandHyperlink();
			SideImageControl = new TC.WinForms.Controls.TSystemIconBox();
			PanelLayout = new System.Windows.Forms.TableLayoutPanel();
			VisitWebsiteCommand = new TC.WinForms.Commands.ApplicationCommand();
			PanelLayout.SuspendLayout();
			this.SuspendLayout();
			// 
			// SideImageControl
			// 
			SideImageControl.SystemIcon = TC.WinForms.SystemIcon.FormIcon;
			SideImageControl.Location = new System.Drawing.Point(8, 8);
			SideImageControl.Name = "SideImageControl";
			SideImageControl.Size = new System.Drawing.Size(42, 98);
			SideImageControl.Dock = System.Windows.Forms.DockStyle.Left;
			SideImageControl.TabIndex = 0;
			SideImageControl.TabStop = false;
			// 
			// PanelLayout
			// 
			PanelLayout.AutoSize = true;
			PanelLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			PanelLayout.ColumnCount = 2;
			PanelLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 15F));
			PanelLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			PanelLayout.Controls.Add(this.LabelTitle, 0, 0);
			PanelLayout.Controls.Add(this.LabelCopyright, 1, 2);
			PanelLayout.Controls.Add(this.LabelVersion, 1, 1);
			PanelLayout.Controls.Add(this.Hyperlink, 1, 3);
			PanelLayout.Dock = System.Windows.Forms.DockStyle.Fill;
			PanelLayout.Location = new System.Drawing.Point(50, 8);
			PanelLayout.Name = "PanelLayout";
			PanelLayout.Padding = new System.Windows.Forms.Padding(5);
			PanelLayout.RowCount = 4;
			PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
			PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
			PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
			PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
			PanelLayout.Size = new System.Drawing.Size(122, 98);
			PanelLayout.TabIndex = 4;
			// 
			// LabelTitle
			// 
			this.LabelTitle.AutoSize = true;
			PanelLayout.SetColumnSpan(this.LabelTitle, 2);
			this.LabelTitle.Location = new System.Drawing.Point(8, 8);
			this.LabelTitle.Margin = new System.Windows.Forms.Padding(3);
			this.LabelTitle.Name = "LabelTitle";
			this.LabelTitle.Size = new System.Drawing.Size(64, 25);
			this.LabelTitle.SystemFont = TC.WinForms.SystemFont.Header;
			this.LabelTitle.TabIndex = 1;
			this.LabelTitle.Text = "{Title}";
			// 
			// LabelCopyright
			// 
			this.LabelCopyright.AutoSize = true;
			this.LabelCopyright.Location = new System.Drawing.Point(23, 58);
			this.LabelCopyright.Margin = new System.Windows.Forms.Padding(3);
			this.LabelCopyright.Name = "LabelCopyright";
			this.LabelCopyright.Size = new System.Drawing.Size(59, 13);
			this.LabelCopyright.TabIndex = 3;
			this.LabelCopyright.Text = "{Copyright}";
			// 
			// LabelVersion
			// 
			this.LabelVersion.AutoSize = true;
			this.LabelVersion.Location = new System.Drawing.Point(23, 39);
			this.LabelVersion.Margin = new System.Windows.Forms.Padding(3);
			this.LabelVersion.Name = "LabelVersion";
			this.LabelVersion.Size = new System.Drawing.Size(91, 13);
			this.LabelVersion.TabIndex = 2;
			this.LabelVersion.Text = "Version: {Version}";
			// 
			// Hyperlink
			// 
			this.Hyperlink.AutoSize = true;
			this.Hyperlink.Command = VisitWebsiteCommand;
			this.Hyperlink.Location = new System.Drawing.Point(23, 77);
			this.Hyperlink.Margin = new System.Windows.Forms.Padding(3);
			this.Hyperlink.Name = "Hyperlink";
			this.Hyperlink.Size = new System.Drawing.Size(37, 13);
			this.Hyperlink.TabIndex = 4;
			this.Hyperlink.TabStop = true;
			this.Hyperlink.Text = "{URL}";
			// 
			// VisitWebsiteCommand
			// 
			VisitWebsiteCommand.Executed += new System.EventHandler(this.HandlerVisitWebsiteCommandExecuted);
			// 
			// TAboutDialogContentControl
			// 
			this.AutoSize = true;
			this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.Commands.Add(VisitWebsiteCommand);
			this.Controls.Add(PanelLayout);
			this.Controls.Add(SideImageControl);
			dialogResultButton1.DialogResult = System.Windows.Forms.DialogResult.OK;
			dialogResultButton1.Text = "OK";
			this.DialogResultButtons.Add(dialogResultButton1);
			this.Name = "TAboutDialogContentControl";
			this.Size = new System.Drawing.Size(180, 114);
			PanelLayout.ResumeLayout(false);
			PanelLayout.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		/// <summary>
		/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
		/// コード エディターで変更しないでください。
		/// </summary>
		void InitializeComponent()
		{
			System.Windows.Forms.SplitContainer splMain;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DocumentView));
			System.Windows.Forms.TableLayoutPanel tplPanel1;
			System.Windows.Forms.Label lblPageTurningDirection;
			System.Windows.Forms.Label lblCultureDependingDateOfPublication;
			System.Windows.Forms.Label lblTitle;
			System.Windows.Forms.Label lblDateOfPublication;
			System.Windows.Forms.Label lblAuthor;
			System.Windows.Forms.Button btnSearchOnBrowser;
			System.Windows.Forms.TableLayoutPanel tplPanel2;
			System.Windows.Forms.Button btnEdit;
			this.cmbPageTurningDirection = new System.Windows.Forms.ComboBox();
			this.txtCultureDependingDateOfPublication = new System.Windows.Forms.TextBox();
			this.txtTitle = new System.Windows.Forms.TextBox();
			this.cmbAuthor = new System.Windows.Forms.ComboBox();
			this.dtpDateOfPublication = new System.Windows.Forms.DateTimePicker();
			this.lblThumbnail = new System.Windows.Forms.Label();
			this.preThumbnail = new Comical.Controls.Previewer();
			this.btnUpdate = new System.Windows.Forms.Button();
			this.lblSize = new System.Windows.Forms.Label();
			this.numThumbnailIndex = new System.Windows.Forms.NumericUpDown();
			splMain = new System.Windows.Forms.SplitContainer();
			tplPanel1 = new System.Windows.Forms.TableLayoutPanel();
			lblPageTurningDirection = new System.Windows.Forms.Label();
			lblCultureDependingDateOfPublication = new System.Windows.Forms.Label();
			lblTitle = new System.Windows.Forms.Label();
			lblDateOfPublication = new System.Windows.Forms.Label();
			lblAuthor = new System.Windows.Forms.Label();
			btnSearchOnBrowser = new System.Windows.Forms.Button();
			tplPanel2 = new System.Windows.Forms.TableLayoutPanel();
			btnEdit = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(splMain)).BeginInit();
			splMain.Panel1.SuspendLayout();
			splMain.Panel2.SuspendLayout();
			splMain.SuspendLayout();
			tplPanel1.SuspendLayout();
			tplPanel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numThumbnailIndex)).BeginInit();
			this.SuspendLayout();
			// 
			// splMain
			// 
			resources.ApplyResources(splMain, "splMain");
			splMain.Name = "splMain";
			// 
			// splMain.Panel1
			// 
			splMain.Panel1.Controls.Add(tplPanel1);
			// 
			// splMain.Panel2
			// 
			splMain.Panel2.Controls.Add(tplPanel2);
			// 
			// tplPanel1
			// 
			resources.ApplyResources(tplPanel1, "tplPanel1");
			tplPanel1.Controls.Add(this.cmbPageTurningDirection, 0, 9);
			tplPanel1.Controls.Add(lblPageTurningDirection, 0, 8);
			tplPanel1.Controls.Add(this.txtCultureDependingDateOfPublication, 0, 7);
			tplPanel1.Controls.Add(lblCultureDependingDateOfPublication, 0, 6);
			tplPanel1.Controls.Add(lblTitle, 0, 0);
			tplPanel1.Controls.Add(this.txtTitle, 0, 1);
			tplPanel1.Controls.Add(lblDateOfPublication, 0, 4);
			tplPanel1.Controls.Add(lblAuthor, 0, 2);
			tplPanel1.Controls.Add(btnSearchOnBrowser, 1, 5);
			tplPanel1.Controls.Add(this.cmbAuthor, 0, 3);
			tplPanel1.Controls.Add(this.dtpDateOfPublication, 0, 5);
			tplPanel1.Name = "tplPanel1";
			// 
			// cmbPageTurningDirection
			// 
			resources.ApplyResources(this.cmbPageTurningDirection, "cmbPageTurningDirection");
			tplPanel1.SetColumnSpan(this.cmbPageTurningDirection, 2);
			this.cmbPageTurningDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cmbPageTurningDirection.FormattingEnabled = true;
			this.cmbPageTurningDirection.Items.AddRange(new object[] {
            resources.GetString("cmbPageTurningDirection.Items"),
            resources.GetString("cmbPageTurningDirection.Items1")});
			this.cmbPageTurningDirection.Name = "cmbPageTurningDirection";
			this.cmbPageTurningDirection.SelectedIndexChanged += new System.EventHandler(this.cmbPageTurningDirection_SelectedIndexChanged);
			// 
			// lblPageTurningDirection
			// 
			resources.ApplyResources(lblPageTurningDirection, "lblPageTurningDirection");
			tplPanel1.SetColumnSpan(lblPageTurningDirection, 2);
			lblPageTurningDirection.Name = "lblPageTurningDirection";
			// 
			// txtCultureDependingDateOfPublication
			// 
			resources.ApplyResources(this.txtCultureDependingDateOfPublication, "txtCultureDependingDateOfPublication");
			tplPanel1.SetColumnSpan(this.txtCultureDependingDateOfPublication, 2);
			this.txtCultureDependingDateOfPublication.Name = "txtCultureDependingDateOfPublication";
			this.txtCultureDependingDateOfPublication.TextChanged += new System.EventHandler(this.txtCultureDependingDateOfIssue_TextChanged);
			// 
			// lblCultureDependingDateOfPublication
			// 
			resources.ApplyResources(lblCultureDependingDateOfPublication, "lblCultureDependingDateOfPublication");
			tplPanel1.SetColumnSpan(lblCultureDependingDateOfPublication, 2);
			lblCultureDependingDateOfPublication.Name = "lblCultureDependingDateOfPublication";
			// 
			// lblTitle
			// 
			resources.ApplyResources(lblTitle, "lblTitle");
			tplPanel1.SetColumnSpan(lblTitle, 2);
			lblTitle.Name = "lblTitle";
			// 
			// txtTitle
			// 
			resources.ApplyResources(this.txtTitle, "txtTitle");
			tplPanel1.SetColumnSpan(this.txtTitle, 2);
			this.txtTitle.Name = "txtTitle";
			this.txtTitle.TextChanged += new System.EventHandler(this.txtTitle_TextChanged);
			// 
			// lblDateOfPublication
			// 
			resources.ApplyResources(lblDateOfPublication, "lblDateOfPublication");
			tplPanel1.SetColumnSpan(lblDateOfPublication, 2);
			lblDateOfPublication.Name = "lblDateOfPublication";
			// 
			// lblAuthor
			// 
			resources.ApplyResources(lblAuthor, "lblAuthor");
			tplPanel1.SetColumnSpan(lblAuthor, 2);
			lblAuthor.Name = "lblAuthor";
			// 
			// btnSearchOnBrowser
			// 
			resources.ApplyResources(btnSearchOnBrowser, "btnSearchOnBrowser");
			btnSearchOnBrowser.Name = "btnSearchOnBrowser";
			btnSearchOnBrowser.UseVisualStyleBackColor = true;
			btnSearchOnBrowser.Click += new System.EventHandler(this.btnSearchOnBrowser_Click);
			// 
			// cmbAuthor
			// 
			resources.ApplyResources(this.cmbAuthor, "cmbAuthor");
			tplPanel1.SetColumnSpan(this.cmbAuthor, 2);
			this.cmbAuthor.DropDownHeight = 256;
			this.cmbAuthor.FormattingEnabled = true;
			this.cmbAuthor.Name = "cmbAuthor";
			this.cmbAuthor.TextChanged += new System.EventHandler(this.cmbAuthor_TextChanged);
			// 
			// dtpDateOfPublication
			// 
			resources.ApplyResources(this.dtpDateOfPublication, "dtpDateOfPublication");
			this.dtpDateOfPublication.Checked = false;
			this.dtpDateOfPublication.Name = "dtpDateOfPublication";
			this.dtpDateOfPublication.ShowCheckBox = true;
			this.dtpDateOfPublication.ValueChanged += new System.EventHandler(this.dtpDateOfIssue_ValueChanged);
			// 
			// tplPanel2
			// 
			resources.ApplyResources(tplPanel2, "tplPanel2");
			tplPanel2.Controls.Add(this.lblThumbnail, 0, 0);
			tplPanel2.Controls.Add(this.preThumbnail, 0, 2);
			tplPanel2.Controls.Add(this.btnUpdate, 1, 1);
			tplPanel2.Controls.Add(this.lblSize, 0, 3);
			tplPanel2.Controls.Add(this.numThumbnailIndex, 0, 1);
			tplPanel2.Controls.Add(btnEdit, 1, 3);
			tplPanel2.Name = "tplPanel2";
			// 
			// lblThumbnail
			// 
			resources.ApplyResources(this.lblThumbnail, "lblThumbnail");
			this.lblThumbnail.Name = "lblThumbnail";
			// 
			// preThumbnail
			// 
			resources.ApplyResources(this.preThumbnail, "preThumbnail");
			tplPanel2.SetColumnSpan(this.preThumbnail, 2);
			this.preThumbnail.Description = null;
			this.preThumbnail.Image = null;
			this.preThumbnail.Name = "preThumbnail";
			this.preThumbnail.StretchMode = Comical.Controls.PreviewerStretchMode.Uniform;
			// 
			// btnUpdate
			// 
			resources.ApplyResources(this.btnUpdate, "btnUpdate");
			this.btnUpdate.Name = "btnUpdate";
			this.btnUpdate.UseVisualStyleBackColor = true;
			this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
			// 
			// lblSize
			// 
			resources.ApplyResources(this.lblSize, "lblSize");
			this.lblSize.Name = "lblSize";
			// 
			// numThumbnailIndex
			// 
			resources.ApplyResources(this.numThumbnailIndex, "numThumbnailIndex");
			this.numThumbnailIndex.Name = "numThumbnailIndex";
			// 
			// btnEdit
			// 
			resources.ApplyResources(btnEdit, "btnEdit");
			btnEdit.Name = "btnEdit";
			btnEdit.UseVisualStyleBackColor = true;
			btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
			// 
			// DocumentView
			// 
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
			resources.ApplyResources(this, "$this");
			this.Controls.Add(splMain);
			this.HideOnClose = true;
			this.Name = "DocumentView";
			splMain.Panel1.ResumeLayout(false);
			splMain.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(splMain)).EndInit();
			splMain.ResumeLayout(false);
			tplPanel1.ResumeLayout(false);
			tplPanel1.PerformLayout();
			tplPanel2.ResumeLayout(false);
			tplPanel2.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numThumbnailIndex)).EndInit();
			this.ResumeLayout(false);

		}
Beispiel #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.TabControl                tabControl1;
     System.Windows.Forms.SplitContainer            splitContainer1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel3;
     System.Windows.Forms.SplitContainer            splitContainer2;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel4;
     System.Windows.Forms.Panel                     panel1;
     System.Windows.Forms.Label                     label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkspaceTester));
     this.tabPage1                = new System.Windows.Forms.TabPage();
     this.buttonInstall           = new System.Windows.Forms.Button();
     this.buttonCreateEnvironment = new System.Windows.Forms.Button();
     this.textInstall             = new System.Windows.Forms.TextBox();
     this.textResultInstall       = new System.Windows.Forms.TextBox();
     this.tabPage2                = new System.Windows.Forms.TabPage();
     this.comboSelf               = new System.Windows.Forms.ComboBox();
     this.buttonEvalExpression    = new System.Windows.Forms.Button();
     this.buttonJitExpression     = new System.Windows.Forms.Button();
     this.textEvaluate            = new System.Windows.Forms.TextBox();
     this.textResultEvaluate      = new System.Windows.Forms.TextBox();
     tabControl1       = new System.Windows.Forms.TabControl();
     splitContainer1   = new System.Windows.Forms.SplitContainer();
     tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     splitContainer2   = new System.Windows.Forms.SplitContainer();
     tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     panel1            = new System.Windows.Forms.Panel();
     label1            = new System.Windows.Forms.Label();
     tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     tableLayoutPanel3.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
     splitContainer2.Panel1.SuspendLayout();
     splitContainer2.Panel2.SuspendLayout();
     splitContainer2.SuspendLayout();
     tableLayoutPanel4.SuspendLayout();
     panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     tabControl1.Controls.Add(this.tabPage1);
     tabControl1.Controls.Add(this.tabPage2);
     tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     tabControl1.Location      = new System.Drawing.Point(0, 0);
     tabControl1.Name          = "tabControl1";
     tabControl1.SelectedIndex = 0;
     tabControl1.Size          = new System.Drawing.Size(852, 389);
     tabControl1.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(splitContainer1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(844, 363);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Install";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // splitContainer1
     //
     splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location    = new System.Drawing.Point(3, 3);
     splitContainer1.Name        = "splitContainer1";
     splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(tableLayoutPanel3);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(this.textResultInstall);
     splitContainer1.Size             = new System.Drawing.Size(838, 357);
     splitContainer1.SplitterDistance = 230;
     splitContainer1.TabIndex         = 0;
     //
     // tableLayoutPanel3
     //
     tableLayoutPanel3.ColumnCount = 2;
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel3.Controls.Add(this.buttonInstall, 1, 1);
     tableLayoutPanel3.Controls.Add(this.buttonCreateEnvironment, 0, 1);
     tableLayoutPanel3.Controls.Add(this.textInstall, 0, 0);
     tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel3.Name     = "tableLayoutPanel3";
     tableLayoutPanel3.RowCount = 2;
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel3.Size     = new System.Drawing.Size(838, 230);
     tableLayoutPanel3.TabIndex = 0;
     //
     // buttonInstall
     //
     this.buttonInstall.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonInstall.Location = new System.Drawing.Point(422, 203);
     this.buttonInstall.Name     = "buttonInstall";
     this.buttonInstall.Size     = new System.Drawing.Size(413, 24);
     this.buttonInstall.TabIndex = 8;
     this.buttonInstall.Text     = "Install";
     this.buttonInstall.UseVisualStyleBackColor = true;
     this.buttonInstall.Click += new System.EventHandler(this.buttonInstall_Click);
     //
     // buttonCreateEnvironment
     //
     this.buttonCreateEnvironment.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonCreateEnvironment.Location = new System.Drawing.Point(3, 203);
     this.buttonCreateEnvironment.Name     = "buttonCreateEnvironment";
     this.buttonCreateEnvironment.Size     = new System.Drawing.Size(413, 24);
     this.buttonCreateEnvironment.TabIndex = 7;
     this.buttonCreateEnvironment.Text     = "New Env.";
     this.buttonCreateEnvironment.UseVisualStyleBackColor = true;
     this.buttonCreateEnvironment.Click += new System.EventHandler(this.buttonCreateEnvironment_Click);
     //
     // textInstall
     //
     this.textInstall.AcceptsTab = true;
     this.textInstall.Anchor     = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     tableLayoutPanel3.SetColumnSpan(this.textInstall, 2);
     this.textInstall.Font          = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textInstall.HideSelection = false;
     this.textInstall.Location      = new System.Drawing.Point(3, 3);
     this.textInstall.Multiline     = true;
     this.textInstall.Name          = "textInstall";
     this.textInstall.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textInstall.Size          = new System.Drawing.Size(832, 194);
     this.textInstall.TabIndex      = 6;
     //
     // textResultInstall
     //
     this.textResultInstall.AcceptsTab    = true;
     this.textResultInstall.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.textResultInstall.Font          = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textResultInstall.HideSelection = false;
     this.textResultInstall.Location      = new System.Drawing.Point(0, 0);
     this.textResultInstall.Multiline     = true;
     this.textResultInstall.Name          = "textResultInstall";
     this.textResultInstall.ReadOnly      = true;
     this.textResultInstall.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textResultInstall.Size          = new System.Drawing.Size(838, 123);
     this.textResultInstall.TabIndex      = 7;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(splitContainer2);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(844, 363);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Evaluate";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // splitContainer2
     //
     splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitContainer2.Location    = new System.Drawing.Point(3, 3);
     splitContainer2.Name        = "splitContainer2";
     splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     splitContainer2.Panel1.Controls.Add(tableLayoutPanel4);
     //
     // splitContainer2.Panel2
     //
     splitContainer2.Panel2.Controls.Add(this.textResultEvaluate);
     splitContainer2.Size             = new System.Drawing.Size(838, 357);
     splitContainer2.SplitterDistance = 214;
     splitContainer2.TabIndex         = 0;
     //
     // tableLayoutPanel4
     //
     tableLayoutPanel4.ColumnCount = 3;
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     tableLayoutPanel4.Controls.Add(panel1, 2, 1);
     tableLayoutPanel4.Controls.Add(this.buttonEvalExpression, 1, 1);
     tableLayoutPanel4.Controls.Add(this.buttonJitExpression, 0, 1);
     tableLayoutPanel4.Controls.Add(this.textEvaluate, 0, 0);
     tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel4.Name     = "tableLayoutPanel4";
     tableLayoutPanel4.RowCount = 2;
     tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     tableLayoutPanel4.Size     = new System.Drawing.Size(838, 214);
     tableLayoutPanel4.TabIndex = 0;
     //
     // panel1
     //
     panel1.Controls.Add(this.comboSelf);
     panel1.Controls.Add(label1);
     panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     panel1.Location = new System.Drawing.Point(561, 187);
     panel1.Name     = "panel1";
     panel1.Size     = new System.Drawing.Size(274, 24);
     panel1.TabIndex = 10;
     //
     // comboSelf
     //
     this.comboSelf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.comboSelf.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSelf.FormattingEnabled = true;
     this.comboSelf.Items.AddRange(new object[] {
         "nil",
         "result"
     });
     this.comboSelf.Location = new System.Drawing.Point(35, 3);
     this.comboSelf.Name     = "comboSelf";
     this.comboSelf.Size     = new System.Drawing.Size(236, 21);
     this.comboSelf.TabIndex = 1;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 6);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(26, 13);
     label1.TabIndex = 0;
     label1.Text     = "self:";
     //
     // buttonEvalExpression
     //
     this.buttonEvalExpression.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonEvalExpression.Location = new System.Drawing.Point(282, 187);
     this.buttonEvalExpression.Name     = "buttonEvalExpression";
     this.buttonEvalExpression.Size     = new System.Drawing.Size(273, 24);
     this.buttonEvalExpression.TabIndex = 9;
     this.buttonEvalExpression.Text     = "Eval Expression";
     this.buttonEvalExpression.UseVisualStyleBackColor = true;
     this.buttonEvalExpression.Click += new System.EventHandler(this.buttonEvalExpression_Click);
     //
     // buttonJitExpression
     //
     this.buttonJitExpression.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonJitExpression.Location = new System.Drawing.Point(3, 187);
     this.buttonJitExpression.Name     = "buttonJitExpression";
     this.buttonJitExpression.Size     = new System.Drawing.Size(273, 24);
     this.buttonJitExpression.TabIndex = 8;
     this.buttonJitExpression.Text     = "JIT Expression";
     this.buttonJitExpression.UseVisualStyleBackColor = true;
     this.buttonJitExpression.Click += new System.EventHandler(this.buttonJitExpression_Click);
     //
     // textEvaluate
     //
     this.textEvaluate.AcceptsTab = true;
     this.textEvaluate.Anchor     = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     tableLayoutPanel4.SetColumnSpan(this.textEvaluate, 3);
     this.textEvaluate.Font          = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textEvaluate.HideSelection = false;
     this.textEvaluate.Location      = new System.Drawing.Point(3, 3);
     this.textEvaluate.Multiline     = true;
     this.textEvaluate.Name          = "textEvaluate";
     this.textEvaluate.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textEvaluate.Size          = new System.Drawing.Size(832, 178);
     this.textEvaluate.TabIndex      = 7;
     //
     // textResultEvaluate
     //
     this.textResultEvaluate.AcceptsTab    = true;
     this.textResultEvaluate.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.textResultEvaluate.Font          = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textResultEvaluate.HideSelection = false;
     this.textResultEvaluate.Location      = new System.Drawing.Point(0, 0);
     this.textResultEvaluate.Multiline     = true;
     this.textResultEvaluate.Name          = "textResultEvaluate";
     this.textResultEvaluate.ReadOnly      = true;
     this.textResultEvaluate.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textResultEvaluate.Size          = new System.Drawing.Size(838, 139);
     this.textResultEvaluate.TabIndex      = 8;
     //
     // WorkspaceTester
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(852, 389);
     this.Controls.Add(tabControl1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "WorkspaceTester";
     this.Text  = "Compiler / Installer / Code Generator - Tester";
     this.Load += new System.EventHandler(this.WorkspaceTester_Load);
     tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     tableLayoutPanel3.ResumeLayout(false);
     tableLayoutPanel3.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     splitContainer2.Panel1.ResumeLayout(false);
     splitContainer2.Panel2.ResumeLayout(false);
     splitContainer2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit();
     splitContainer2.ResumeLayout(false);
     tableLayoutPanel4.ResumeLayout(false);
     tableLayoutPanel4.PerformLayout();
     panel1.ResumeLayout(false);
     panel1.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel tableMain;
            System.Windows.Forms.FlowLayoutPanel flowButtons;
            System.Windows.Forms.Label formatLabel;
            System.Windows.Forms.Label exampleLabel;
            System.Windows.Forms.Panel panel;
            System.Windows.Forms.GroupBox groupNumbers;
            System.Windows.Forms.GroupBox otherGroup;
            System.Windows.Forms.GroupBox namesGroup;
            System.Windows.Forms.GroupBox dateGroup;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormatBuilder));
            this.okButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.textExample = new System.Windows.Forms.TextBox();
            this.textFormat = new System.Windows.Forms.TextBox();
            this.digitalSelector = new System.Windows.Forms.NumericUpDown();
            this.episodeNumberButton = new System.Windows.Forms.Button();
            this.seasonNumberButton = new System.Windows.Forms.Button();
            this.directoryButton = new System.Windows.Forms.Button();
            this.fileExtensionButton = new System.Windows.Forms.Button();
            this.folderNameButton = new System.Windows.Forms.Button();
            this.wordSeparator = new System.Windows.Forms.ComboBox();
            this.episodeNameButton = new System.Windows.Forms.Button();
            this.showNameButton = new System.Windows.Forms.Button();
            this.dateFormat = new System.Windows.Forms.TextBox();
            this.dateExample = new System.Windows.Forms.TextBox();
            this.dateButton = new System.Windows.Forms.Button();
            tableMain = new System.Windows.Forms.TableLayoutPanel();
            flowButtons = new System.Windows.Forms.FlowLayoutPanel();
            formatLabel = new System.Windows.Forms.Label();
            exampleLabel = new System.Windows.Forms.Label();
            panel = new System.Windows.Forms.Panel();
            groupNumbers = new System.Windows.Forms.GroupBox();
            otherGroup = new System.Windows.Forms.GroupBox();
            namesGroup = new System.Windows.Forms.GroupBox();
            dateGroup = new System.Windows.Forms.GroupBox();
            tableMain.SuspendLayout();
            flowButtons.SuspendLayout();
            panel.SuspendLayout();
            groupNumbers.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.digitalSelector)).BeginInit();
            otherGroup.SuspendLayout();
            namesGroup.SuspendLayout();
            dateGroup.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableMain
            // 
            tableMain.ColumnCount = 2;
            tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 104F));
            tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.00062F));
            tableMain.Controls.Add(flowButtons, 0, 3);
            tableMain.Controls.Add(this.textExample, 1, 2);
            tableMain.Controls.Add(this.textFormat, 1, 1);
            tableMain.Controls.Add(formatLabel, 0, 1);
            tableMain.Controls.Add(exampleLabel, 0, 2);
            tableMain.Controls.Add(panel, 0, 0);
            tableMain.Dock = System.Windows.Forms.DockStyle.Fill;
            tableMain.Location = new System.Drawing.Point(0, 0);
            tableMain.Name = "tableMain";
            tableMain.RowCount = 4;
            tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableMain.Size = new System.Drawing.Size(371, 221);
            tableMain.TabIndex = 0;
            // 
            // flowButtons
            // 
            tableMain.SetColumnSpan(flowButtons, 2);
            flowButtons.Controls.Add(this.okButton);
            flowButtons.Controls.Add(this.cancelButton);
            flowButtons.Dock = System.Windows.Forms.DockStyle.Fill;
            flowButtons.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
            flowButtons.Location = new System.Drawing.Point(0, 191);
            flowButtons.Margin = new System.Windows.Forms.Padding(0);
            flowButtons.Name = "flowButtons";
            flowButtons.Size = new System.Drawing.Size(371, 30);
            flowButtons.TabIndex = 0;
            // 
            // okButton
            // 
            this.okButton.Location = new System.Drawing.Point(293, 3);
            this.okButton.Name = "okButton";
            this.okButton.Size = new System.Drawing.Size(75, 23);
            this.okButton.TabIndex = 0;
            this.okButton.Text = "OK";
            this.okButton.UseVisualStyleBackColor = true;
            this.okButton.Click += new System.EventHandler(this.OkButtonClick);
            // 
            // cancelButton
            // 
            this.cancelButton.Location = new System.Drawing.Point(212, 3);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.Size = new System.Drawing.Size(75, 23);
            this.cancelButton.TabIndex = 1;
            this.cancelButton.Text = "Cancel";
            this.cancelButton.UseVisualStyleBackColor = true;
            this.cancelButton.Click += new System.EventHandler(this.CancelButtonClick);
            // 
            // textExample
            // 
            this.textExample.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textExample.Location = new System.Drawing.Point(107, 169);
            this.textExample.Name = "textExample";
            this.textExample.ReadOnly = true;
            this.textExample.Size = new System.Drawing.Size(261, 20);
            this.textExample.TabIndex = 1;
            // 
            // textFormat
            // 
            this.textFormat.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textFormat.Location = new System.Drawing.Point(107, 144);
            this.textFormat.Name = "textFormat";
            this.textFormat.Size = new System.Drawing.Size(261, 20);
            this.textFormat.TabIndex = 2;
            this.textFormat.TextChanged += new System.EventHandler(this.TextFormatTextChanged);
            // 
            // formatLabel
            // 
            formatLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
            formatLabel.AutoSize = true;
            formatLabel.Location = new System.Drawing.Point(29, 147);
            formatLabel.Name = "formatLabel";
            formatLabel.Size = new System.Drawing.Size(72, 13);
            formatLabel.TabIndex = 3;
            formatLabel.Text = "Format String:";
            // 
            // exampleLabel
            // 
            exampleLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
            exampleLabel.AutoSize = true;
            exampleLabel.Location = new System.Drawing.Point(16, 172);
            exampleLabel.Name = "exampleLabel";
            exampleLabel.Size = new System.Drawing.Size(85, 13);
            exampleLabel.TabIndex = 4;
            exampleLabel.Text = "Example Output:";
            // 
            // panel
            // 
            tableMain.SetColumnSpan(panel, 2);
            panel.Controls.Add(groupNumbers);
            panel.Controls.Add(otherGroup);
            panel.Controls.Add(namesGroup);
            panel.Controls.Add(dateGroup);
            panel.Dock = System.Windows.Forms.DockStyle.Fill;
            panel.Location = new System.Drawing.Point(3, 3);
            panel.Name = "panel";
            panel.Size = new System.Drawing.Size(365, 135);
            panel.TabIndex = 10;
            // 
            // groupNumbers
            // 
            groupNumbers.AutoSize = true;
            groupNumbers.Controls.Add(this.digitalSelector);
            groupNumbers.Controls.Add(this.episodeNumberButton);
            groupNumbers.Controls.Add(this.seasonNumberButton);
            groupNumbers.Location = new System.Drawing.Point(3, 9);
            groupNumbers.Name = "groupNumbers";
            groupNumbers.Size = new System.Drawing.Size(82, 119);
            groupNumbers.TabIndex = 6;
            groupNumbers.TabStop = false;
            groupNumbers.Text = "Numbers";
            // 
            // digitalSelector
            // 
            this.digitalSelector.Location = new System.Drawing.Point(6, 77);
            this.digitalSelector.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.digitalSelector.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.digitalSelector.Name = "digitalSelector";
            this.digitalSelector.Size = new System.Drawing.Size(65, 20);
            this.digitalSelector.TabIndex = 2;
            this.digitalSelector.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // episodeNumberButton
            // 
            this.episodeNumberButton.Location = new System.Drawing.Point(6, 48);
            this.episodeNumberButton.Name = "episodeNumberButton";
            this.episodeNumberButton.Size = new System.Drawing.Size(65, 23);
            this.episodeNumberButton.TabIndex = 1;
            this.episodeNumberButton.Text = "Episode";
            this.episodeNumberButton.UseVisualStyleBackColor = true;
            this.episodeNumberButton.Click += new System.EventHandler(this.EpisodeNumberButtonClick);
            // 
            // seasonNumberButton
            // 
            this.seasonNumberButton.Location = new System.Drawing.Point(6, 19);
            this.seasonNumberButton.Name = "seasonNumberButton";
            this.seasonNumberButton.Size = new System.Drawing.Size(65, 23);
            this.seasonNumberButton.TabIndex = 0;
            this.seasonNumberButton.Text = "Season";
            this.seasonNumberButton.UseVisualStyleBackColor = true;
            this.seasonNumberButton.Click += new System.EventHandler(this.SeasonNumberButtonClick);
            // 
            // otherGroup
            // 
            otherGroup.AutoSize = true;
            otherGroup.Controls.Add(this.directoryButton);
            otherGroup.Controls.Add(this.fileExtensionButton);
            otherGroup.Controls.Add(this.folderNameButton);
            otherGroup.Location = new System.Drawing.Point(257, 9);
            otherGroup.Name = "otherGroup";
            otherGroup.Size = new System.Drawing.Size(96, 119);
            otherGroup.TabIndex = 9;
            otherGroup.TabStop = false;
            otherGroup.Text = "Other";
            // 
            // directoryButton
            // 
            this.directoryButton.Location = new System.Drawing.Point(6, 77);
            this.directoryButton.Name = "directoryButton";
            this.directoryButton.Size = new System.Drawing.Size(84, 23);
            this.directoryButton.TabIndex = 12;
            this.directoryButton.Text = "Directory";
            this.directoryButton.UseVisualStyleBackColor = true;
            this.directoryButton.Click += new System.EventHandler(this.DirectoryButtonClick);
            // 
            // fileExtensionButton
            // 
            this.fileExtensionButton.Location = new System.Drawing.Point(6, 48);
            this.fileExtensionButton.Name = "fileExtensionButton";
            this.fileExtensionButton.Size = new System.Drawing.Size(84, 23);
            this.fileExtensionButton.TabIndex = 11;
            this.fileExtensionButton.Text = "File Extension";
            this.fileExtensionButton.UseVisualStyleBackColor = true;
            this.fileExtensionButton.Click += new System.EventHandler(this.FileExtensionButtonClick);
            // 
            // folderNameButton
            // 
            this.folderNameButton.Location = new System.Drawing.Point(6, 19);
            this.folderNameButton.Name = "folderNameButton";
            this.folderNameButton.Size = new System.Drawing.Size(84, 23);
            this.folderNameButton.TabIndex = 10;
            this.folderNameButton.Text = "Folder Name";
            this.folderNameButton.UseVisualStyleBackColor = true;
            this.folderNameButton.Click += new System.EventHandler(this.FolderNameButtonClick);
            // 
            // namesGroup
            // 
            namesGroup.AutoSize = true;
            namesGroup.Controls.Add(this.wordSeparator);
            namesGroup.Controls.Add(this.episodeNameButton);
            namesGroup.Controls.Add(this.showNameButton);
            namesGroup.Location = new System.Drawing.Point(91, 9);
            namesGroup.Name = "namesGroup";
            namesGroup.Size = new System.Drawing.Size(77, 119);
            namesGroup.TabIndex = 7;
            namesGroup.TabStop = false;
            namesGroup.Text = "Names";
            // 
            // wordSeparator
            // 
            this.wordSeparator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.wordSeparator.FormattingEnabled = true;
            this.wordSeparator.Items.AddRange(new object[] {
            "[space]",
            ".",
            "-",
            "_"});
            this.wordSeparator.Location = new System.Drawing.Point(6, 76);
            this.wordSeparator.Name = "wordSeparator";
            this.wordSeparator.Size = new System.Drawing.Size(65, 21);
            this.wordSeparator.TabIndex = 2;
            // 
            // episodeNameButton
            // 
            this.episodeNameButton.Location = new System.Drawing.Point(6, 48);
            this.episodeNameButton.Name = "episodeNameButton";
            this.episodeNameButton.Size = new System.Drawing.Size(65, 23);
            this.episodeNameButton.TabIndex = 1;
            this.episodeNameButton.Text = "Episode";
            this.episodeNameButton.UseVisualStyleBackColor = true;
            this.episodeNameButton.Click += new System.EventHandler(this.EpisodeNameButtonClick);
            // 
            // showNameButton
            // 
            this.showNameButton.Location = new System.Drawing.Point(6, 19);
            this.showNameButton.Name = "showNameButton";
            this.showNameButton.Size = new System.Drawing.Size(65, 23);
            this.showNameButton.TabIndex = 0;
            this.showNameButton.Text = "Show";
            this.showNameButton.UseVisualStyleBackColor = true;
            this.showNameButton.Click += new System.EventHandler(this.ShowNameButtonClick);
            // 
            // dateGroup
            // 
            dateGroup.AutoSize = true;
            dateGroup.Controls.Add(this.dateFormat);
            dateGroup.Controls.Add(this.dateExample);
            dateGroup.Controls.Add(this.dateButton);
            dateGroup.Location = new System.Drawing.Point(174, 9);
            dateGroup.Name = "dateGroup";
            dateGroup.Size = new System.Drawing.Size(77, 119);
            dateGroup.TabIndex = 8;
            dateGroup.TabStop = false;
            dateGroup.Text = "Date";
            // 
            // dateFormat
            // 
            this.dateFormat.Location = new System.Drawing.Point(6, 51);
            this.dateFormat.Name = "dateFormat";
            this.dateFormat.Size = new System.Drawing.Size(65, 20);
            this.dateFormat.TabIndex = 1;
            this.dateFormat.TextChanged += new System.EventHandler(this.DateFormatTextChanged);
            // 
            // dateExample
            // 
            this.dateExample.Location = new System.Drawing.Point(6, 77);
            this.dateExample.Name = "dateExample";
            this.dateExample.ReadOnly = true;
            this.dateExample.Size = new System.Drawing.Size(65, 20);
            this.dateExample.TabIndex = 2;
            // 
            // dateButton
            // 
            this.dateButton.Location = new System.Drawing.Point(6, 19);
            this.dateButton.Name = "dateButton";
            this.dateButton.Size = new System.Drawing.Size(65, 23);
            this.dateButton.TabIndex = 0;
            this.dateButton.Text = "Date";
            this.dateButton.UseVisualStyleBackColor = true;
            this.dateButton.Click += new System.EventHandler(this.DateButtonClick);
            // 
            // FormatBuilder
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(371, 221);
            this.Controls.Add(tableMain);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(387, 259);
            this.Name = "FormatBuilder";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Format Builder";
            this.Load += new System.EventHandler(this.FormatBuilderLoad);
            tableMain.ResumeLayout(false);
            tableMain.PerformLayout();
            flowButtons.ResumeLayout(false);
            panel.ResumeLayout(false);
            panel.PerformLayout();
            groupNumbers.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.digitalSelector)).EndInit();
            otherGroup.ResumeLayout(false);
            namesGroup.ResumeLayout(false);
            dateGroup.ResumeLayout(false);
            dateGroup.PerformLayout();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label                     label1;
     System.Windows.Forms.Label                     label2;
     System.Windows.Forms.Label                     label3;
     System.Windows.Forms.Label                     label4;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel3;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Adder));
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.CmdOK             = new System.Windows.Forms.Button();
     this.CmdCancel         = new System.Windows.Forms.Button();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.txtDescription    = new System.Windows.Forms.TextBox();
     this.SearchBox         = new wmgCMS.WaterMarkTextBox();
     this.lbSteps           = new System.Windows.Forms.ListBox();
     this.ddlCategories     = new System.Windows.Forms.ComboBox();
     label1            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     label3            = new System.Windows.Forms.Label();
     label4            = new System.Windows.Forms.Label();
     tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 6);
     label1.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(44, 13);
     label1.TabIndex = 0;
     label1.Text     = "Search:";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(3, 32);
     label2.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(52, 13);
     label2.TabIndex = 2;
     label2.Text     = "Category:";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(3, 59);
     label3.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(32, 13);
     label3.TabIndex = 4;
     label3.Text     = "Step:";
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(3, 270);
     label4.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(63, 13);
     label4.TabIndex = 6;
     label4.Text     = "Description:";
     //
     // tableLayoutPanel3
     //
     tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     tableLayoutPanel3.ColumnCount = 2;
     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.tableLayoutPanel2, 1, 1);
     tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0);
     tableLayoutPanel3.Location = new System.Drawing.Point(12, 12);
     tableLayoutPanel3.Name     = "tableLayoutPanel3";
     tableLayoutPanel3.RowCount = 2;
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel3.Size     = new System.Drawing.Size(440, 396);
     tableLayoutPanel3.TabIndex = 10;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.AutoSize     = true;
     this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel2.ColumnCount  = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.Controls.Add(this.CmdOK, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.CmdCancel, 1, 0);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(275, 364);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(162, 29);
     this.tableLayoutPanel2.TabIndex = 9;
     //
     // CmdOK
     //
     this.CmdOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.CmdOK.Location                = new System.Drawing.Point(3, 3);
     this.CmdOK.Name                    = "CmdOK";
     this.CmdOK.Size                    = new System.Drawing.Size(75, 23);
     this.CmdOK.TabIndex                = 0;
     this.CmdOK.Text                    = "OK";
     this.CmdOK.UseVisualStyleBackColor = true;
     //
     // CmdCancel
     //
     this.CmdCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.CmdCancel.Location                = new System.Drawing.Point(84, 3);
     this.CmdCancel.Name                    = "CmdCancel";
     this.CmdCancel.Size                    = new System.Drawing.Size(75, 23);
     this.CmdCancel.TabIndex                = 1;
     this.CmdCancel.Text                    = "Cancel";
     this.CmdCancel.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     this.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)));
     this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel1.ColumnCount  = 2;
     tableLayoutPanel3.SetColumnSpan(this.tableLayoutPanel1, 2);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.txtDescription, 1, 3);
     this.tableLayoutPanel1.Controls.Add(label4, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.SearchBox, 1, 0);
     this.tableLayoutPanel1.Controls.Add(label3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.lbSteps, 1, 2);
     this.tableLayoutPanel1.Controls.Add(label2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.ddlCategories, 1, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(434, 355);
     this.tableLayoutPanel1.TabIndex = 8;
     //
     // txtDescription
     //
     this.txtDescription.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.txtDescription.Location  = new System.Drawing.Point(72, 267);
     this.txtDescription.Multiline = true;
     this.txtDescription.Name      = "txtDescription";
     this.txtDescription.ReadOnly  = true;
     this.txtDescription.Size      = new System.Drawing.Size(359, 85);
     this.txtDescription.TabIndex  = 7;
     //
     // SearchBox
     //
     this.SearchBox.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.SearchBox.Location       = new System.Drawing.Point(72, 3);
     this.SearchBox.Name           = "SearchBox";
     this.SearchBox.Size           = new System.Drawing.Size(359, 20);
     this.SearchBox.TabIndex       = 1;
     this.SearchBox.WaterMarkColor = System.Drawing.Color.Gray;
     this.SearchBox.WaterMarkText  = "Search...";
     this.SearchBox.TextChanged   += new System.EventHandler(this.SearchBox_TextChanged);
     //
     // lbSteps
     //
     this.lbSteps.DisplayMember         = "Title";
     this.lbSteps.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.lbSteps.FormattingEnabled     = true;
     this.lbSteps.Location              = new System.Drawing.Point(72, 56);
     this.lbSteps.Name                  = "lbSteps";
     this.lbSteps.Size                  = new System.Drawing.Size(359, 205);
     this.lbSteps.Sorted                = true;
     this.lbSteps.TabIndex              = 5;
     this.lbSteps.SelectedIndexChanged += new System.EventHandler(this.Steps_SelectedIndexChanged);
     this.lbSteps.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.Steps_MouseDoubleClick);
     //
     // ddlCategories
     //
     this.ddlCategories.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.ddlCategories.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddlCategories.FormattingEnabled     = true;
     this.ddlCategories.Location              = new System.Drawing.Point(72, 29);
     this.ddlCategories.Name                  = "ddlCategories";
     this.ddlCategories.Size                  = new System.Drawing.Size(359, 21);
     this.ddlCategories.Sorted                = true;
     this.ddlCategories.TabIndex              = 3;
     this.ddlCategories.SelectedIndexChanged += new System.EventHandler(this.Categories_SelectedIndexChanged);
     //
     // Adder
     //
     this.AcceptButton        = this.CmdOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.CmdCancel;
     this.ClientSize          = new System.Drawing.Size(464, 420);
     this.Controls.Add(tableLayoutPanel3);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "Adder";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Add Step";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.Adder_FormClosed);
     this.Load         += new System.EventHandler(this.Adder_Load);
     this.Shown        += new System.EventHandler(this.Adder_Shown);
     tableLayoutPanel3.ResumeLayout(false);
     tableLayoutPanel3.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Button           close;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     this.randomTip    = new System.Windows.Forms.Button();
     this.nextTip      = new System.Windows.Forms.Button();
     this.tipBox       = new System.Windows.Forms.GroupBox();
     this.tipTitle     = new System.Windows.Forms.Label();
     this.tipPicture   = new System.Windows.Forms.PictureBox();
     this.tipLink      = new System.Windows.Forms.LinkLabel();
     this.tipText      = new System.Windows.Forms.TextBox();
     close             = new System.Windows.Forms.Button();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.tipBox.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tipPicture)).BeginInit();
     this.SuspendLayout();
     //
     // close
     //
     close.DialogResult            = System.Windows.Forms.DialogResult.OK;
     close.Location                = new System.Drawing.Point(472, 295);
     close.Name                    = "close";
     close.Size                    = new System.Drawing.Size(75, 23);
     close.TabIndex                = 0;
     close.Text                    = "Close";
     close.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 3;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.randomTip, 0, 1);
     tableLayoutPanel1.Controls.Add(close, 2, 1);
     tableLayoutPanel1.Controls.Add(this.nextTip, 1, 1);
     tableLayoutPanel1.Controls.Add(this.tipBox, 0, 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(550, 321);
     tableLayoutPanel1.TabIndex = 0;
     //
     // randomTip
     //
     this.randomTip.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.randomTip.Location = new System.Drawing.Point(311, 295);
     this.randomTip.Name     = "randomTip";
     this.randomTip.Size     = new System.Drawing.Size(74, 23);
     this.randomTip.TabIndex = 3;
     this.randomTip.Text     = "Random Tip";
     this.randomTip.UseVisualStyleBackColor = true;
     this.randomTip.Click += new System.EventHandler(this.LoadRandomTip);
     //
     // nextTip
     //
     this.nextTip.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.nextTip.Location = new System.Drawing.Point(391, 295);
     this.nextTip.Name     = "nextTip";
     this.nextTip.Size     = new System.Drawing.Size(75, 23);
     this.nextTip.TabIndex = 1;
     this.nextTip.Text     = "Next Tip";
     this.nextTip.UseVisualStyleBackColor = true;
     this.nextTip.Click += new System.EventHandler(this.LoadNextTip);
     //
     // tipBox
     //
     tableLayoutPanel1.SetColumnSpan(this.tipBox, 3);
     this.tipBox.Controls.Add(tableLayoutPanel2);
     this.tipBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tipBox.Location = new System.Drawing.Point(3, 3);
     this.tipBox.Name     = "tipBox";
     this.tipBox.Size     = new System.Drawing.Size(544, 286);
     this.tipBox.TabIndex = 2;
     this.tipBox.TabStop  = false;
     this.tipBox.Text     = "Tip #X";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.ColumnCount = 1;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.Controls.Add(this.tipTitle, 0, 0);
     tableLayoutPanel2.Controls.Add(this.tipPicture, 0, 2);
     tableLayoutPanel2.Controls.Add(this.tipLink, 0, 3);
     tableLayoutPanel2.Controls.Add(this.tipText, 0, 1);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 4;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(538, 267);
     tableLayoutPanel2.TabIndex = 0;
     //
     // tipTitle
     //
     this.tipTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.tipTitle.AutoSize  = true;
     this.tipTitle.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tipTitle.Location  = new System.Drawing.Point(3, 0);
     this.tipTitle.Name      = "tipTitle";
     this.tipTitle.Size      = new System.Drawing.Size(532, 25);
     this.tipTitle.TabIndex  = 0;
     this.tipTitle.Text      = "Tip #X: Tip Title";
     this.tipTitle.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // tipPicture
     //
     this.tipPicture.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.tipPicture.Location = new System.Drawing.Point(243, 180);
     this.tipPicture.Name     = "tipPicture";
     this.tipPicture.Size     = new System.Drawing.Size(52, 54);
     this.tipPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.tipPicture.TabIndex = 1;
     this.tipPicture.TabStop  = false;
     //
     // tipLink
     //
     this.tipLink.AutoSize     = true;
     this.tipLink.Location     = new System.Drawing.Point(7, 244);
     this.tipLink.Margin       = new System.Windows.Forms.Padding(7);
     this.tipLink.Name         = "tipLink";
     this.tipLink.Size         = new System.Drawing.Size(141, 13);
     this.tipLink.TabIndex     = 3;
     this.tipLink.TabStop      = true;
     this.tipLink.Text         = "https://renderdoc.org/tips/1";
     this.tipLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.tipLink_LinkClicked);
     //
     // tipText
     //
     this.tipText.BackColor = System.Drawing.SystemColors.Window;
     this.tipText.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tipText.Location  = new System.Drawing.Point(3, 28);
     this.tipText.Multiline = true;
     this.tipText.Name      = "tipText";
     this.tipText.ReadOnly  = true;
     this.tipText.Size      = new System.Drawing.Size(532, 146);
     this.tipText.TabIndex  = 4;
     this.tipText.Text      = "Tip Text";
     //
     // TipsDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(550, 321);
     this.Controls.Add(tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(556, 346);
     this.Name            = "TipsDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "RenderDoc Tips";
     this.Load           += new System.EventHandler(this.LoadRandomTip);
     tableLayoutPanel1.ResumeLayout(false);
     this.tipBox.ResumeLayout(false);
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tipPicture)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBoxJpeg;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JpegFormatDialog));
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanelJpeg;
     System.Windows.Forms.Label            labelQuality;
     System.Windows.Forms.Label            labelColorFormat;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanelColorFormat;
     this.numericUpDownJpegQuality = new System.Windows.Forms.NumericUpDown();
     this.radioButtonJpegQuality   = new System.Windows.Forms.RadioButton();
     this.radioButtonQFactor       = new System.Windows.Forms.RadioButton();
     this.numericUpDownQFactor     = new System.Windows.Forms.NumericUpDown();
     this.radioButtonGrayscale     = new System.Windows.Forms.RadioButton();
     this.radioButtonColor         = new System.Windows.Forms.RadioButton();
     groupBoxJpeg                = new System.Windows.Forms.GroupBox();
     tableLayoutPanelJpeg        = new System.Windows.Forms.TableLayoutPanel();
     labelQuality                = new System.Windows.Forms.Label();
     labelColorFormat            = new System.Windows.Forms.Label();
     tableLayoutPanelColorFormat = new System.Windows.Forms.TableLayoutPanel();
     groupBoxJpeg.SuspendLayout();
     tableLayoutPanelJpeg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownJpegQuality)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownQFactor)).BeginInit();
     tableLayoutPanelColorFormat.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxJpeg
     //
     resources.ApplyResources(groupBoxJpeg, "groupBoxJpeg");
     groupBoxJpeg.Controls.Add(tableLayoutPanelJpeg);
     groupBoxJpeg.Name    = "groupBoxJpeg";
     groupBoxJpeg.TabStop = false;
     //
     // tableLayoutPanelJpeg
     //
     resources.ApplyResources(tableLayoutPanelJpeg, "tableLayoutPanelJpeg");
     tableLayoutPanelJpeg.Controls.Add(labelQuality, 0, 0);
     tableLayoutPanelJpeg.Controls.Add(this.numericUpDownJpegQuality, 2, 0);
     tableLayoutPanelJpeg.Controls.Add(this.radioButtonJpegQuality, 1, 0);
     tableLayoutPanelJpeg.Controls.Add(this.radioButtonQFactor, 1, 1);
     tableLayoutPanelJpeg.Controls.Add(this.numericUpDownQFactor, 2, 1);
     tableLayoutPanelJpeg.Controls.Add(labelColorFormat, 0, 2);
     tableLayoutPanelJpeg.Controls.Add(tableLayoutPanelColorFormat, 1, 2);
     tableLayoutPanelJpeg.Name = "tableLayoutPanelJpeg";
     //
     // labelQuality
     //
     resources.ApplyResources(labelQuality, "labelQuality");
     labelQuality.Name = "labelQuality";
     tableLayoutPanelJpeg.SetRowSpan(labelQuality, 2);
     //
     // numericUpDownJpegQuality
     //
     resources.ApplyResources(this.numericUpDownJpegQuality, "numericUpDownJpegQuality");
     this.numericUpDownJpegQuality.Name  = "numericUpDownJpegQuality";
     this.numericUpDownJpegQuality.Value = new decimal(new int[] {
         75,
         0,
         0,
         0
     });
     //
     // radioButtonJpegQuality
     //
     resources.ApplyResources(this.radioButtonJpegQuality, "radioButtonJpegQuality");
     this.radioButtonJpegQuality.Checked = true;
     this.radioButtonJpegQuality.Name    = "radioButtonJpegQuality";
     this.radioButtonJpegQuality.TabStop = true;
     this.radioButtonJpegQuality.UseVisualStyleBackColor = true;
     //
     // radioButtonQFactor
     //
     resources.ApplyResources(this.radioButtonQFactor, "radioButtonQFactor");
     this.radioButtonQFactor.Name = "radioButtonQFactor";
     this.radioButtonQFactor.UseVisualStyleBackColor = true;
     //
     // numericUpDownQFactor
     //
     resources.ApplyResources(this.numericUpDownQFactor, "numericUpDownQFactor");
     this.numericUpDownQFactor.DecimalPlaces = 1;
     this.numericUpDownQFactor.Maximum       = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownQFactor.Name  = "numericUpDownQFactor";
     this.numericUpDownQFactor.Value = new decimal(new int[] {
         5,
         0,
         0,
         65536
     });
     //
     // labelColorFormat
     //
     resources.ApplyResources(labelColorFormat, "labelColorFormat");
     labelColorFormat.Name = "labelColorFormat";
     //
     // tableLayoutPanelColorFormat
     //
     resources.ApplyResources(tableLayoutPanelColorFormat, "tableLayoutPanelColorFormat");
     tableLayoutPanelJpeg.SetColumnSpan(tableLayoutPanelColorFormat, 2);
     tableLayoutPanelColorFormat.Controls.Add(this.radioButtonGrayscale, 0, 0);
     tableLayoutPanelColorFormat.Controls.Add(this.radioButtonColor, 1, 0);
     tableLayoutPanelColorFormat.Name = "tableLayoutPanelColorFormat";
     //
     // radioButtonGrayscale
     //
     resources.ApplyResources(this.radioButtonGrayscale, "radioButtonGrayscale");
     this.radioButtonGrayscale.Name = "radioButtonGrayscale";
     this.radioButtonGrayscale.UseVisualStyleBackColor = true;
     //
     // radioButtonColor
     //
     resources.ApplyResources(this.radioButtonColor, "radioButtonColor");
     this.radioButtonColor.Checked = true;
     this.radioButtonColor.Name    = "radioButtonColor";
     this.radioButtonColor.TabStop = true;
     this.radioButtonColor.UseVisualStyleBackColor = true;
     //
     // JpegFormatDialog
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(groupBoxJpeg);
     this.Name = "JpegFormatDialog";
     groupBoxJpeg.ResumeLayout(false);
     groupBoxJpeg.PerformLayout();
     tableLayoutPanelJpeg.ResumeLayout(false);
     tableLayoutPanelJpeg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownJpegQuality)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownQFactor)).EndInit();
     tableLayoutPanelColorFormat.ResumeLayout(false);
     tableLayoutPanelColorFormat.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TableLayoutPanel tableMainForm;
            System.Windows.Forms.GroupBox groupMain;
            System.Windows.Forms.TableLayoutPanel tableMain;
            System.Windows.Forms.Label labelInputFile;
            System.Windows.Forms.Label labelOutputFile;
            System.Windows.Forms.Button buttonBrowseOut;
            System.Windows.Forms.TabControl tabControlOptions;
            System.Windows.Forms.TabPage tabProcessing;
            System.Windows.Forms.TableLayoutPanel tableProcessing;
            System.Windows.Forms.ToolStrip toolStripProcessing;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            System.Windows.Forms.Panel panelProcessingInput;
            System.Windows.Forms.TabPage tabEncoding;
            System.Windows.Forms.TableLayoutPanel tableEncoding;
            System.Windows.Forms.GroupBox groupEncodingGeneral;
            System.Windows.Forms.TableLayoutPanel tableEncodingGeneral;
            System.Windows.Forms.Label labelGeneralModeVariableHint;
            System.Windows.Forms.Label labelGeneralModeConstantHint;
            System.Windows.Forms.Label labelGeneralMode;
            System.Windows.Forms.Label labelGeneralTitle;
            System.Windows.Forms.Label labelGeneralTitleHint;
            System.Windows.Forms.GroupBox groupEncodingVideo;
            System.Windows.Forms.Panel panelEncodingModeSwapper;
            System.Windows.Forms.Label labelVideoSizeLimit;
            System.Windows.Forms.Label labelVideoSizeLimitUnit;
            System.Windows.Forms.Label labelVideoSizeLimitHint;
            System.Windows.Forms.Label labelVideoBitrate;
            System.Windows.Forms.Label labelVideoBitrateUnit;
            System.Windows.Forms.Label labelVideoBitrateHint;
            System.Windows.Forms.Label labelVideoCrf;
            System.Windows.Forms.Label labelVideoCrfHint;
            System.Windows.Forms.Label labelVideoCrfTolerance;
            System.Windows.Forms.Label labelVideoCrfToleranceHint;
            System.Windows.Forms.Label labelVideoHQHint;
            System.Windows.Forms.GroupBox groupEncodingAudio;
            System.Windows.Forms.TableLayoutPanel tableEncodingAudio;
            System.Windows.Forms.Label labelAudioHint;
            System.Windows.Forms.Panel panelEncodingModeSwapperTwo;
            System.Windows.Forms.Label labelAudioBitrate;
            System.Windows.Forms.Label labelAudioBitrateUnit;
            System.Windows.Forms.Label labelAudioBitrateHint;
            System.Windows.Forms.Label labelAudioQuality;
            System.Windows.Forms.Label labelAudioQualityHint;
            System.Windows.Forms.TabPage tabAdvanced;
            System.Windows.Forms.TableLayoutPanel tableAdvanced;
            System.Windows.Forms.Label labelAdvancedWarning;
            System.Windows.Forms.GroupBox groupAdvancedProcessing;
            System.Windows.Forms.TableLayoutPanel tableAdvancedProcessing;
            System.Windows.Forms.Label labelProcessingLevels;
            System.Windows.Forms.Label labelProcessingLevelsHint;
            System.Windows.Forms.Label labelProcessingDeinterlaceHint;
            System.Windows.Forms.Label labelProcessingDenoiseHint;
            System.Windows.Forms.GroupBox groupAdvancedEncoding;
            System.Windows.Forms.TableLayoutPanel tableAdvancedEncoding;
            System.Windows.Forms.Label labelEncodingFrameRateHint;
            System.Windows.Forms.Label labelEncodingFrameRate;
            System.Windows.Forms.Label labelEncodingNGOVHint;
            System.Windows.Forms.Label labelEncodingThreads;
            System.Windows.Forms.Label labelEncodingThreadsHint;
            System.Windows.Forms.Label labelEncodingSlices;
            System.Windows.Forms.Label labelEncodingSlicesHint;
            System.Windows.Forms.Label labelEncodingArguments;
            System.Windows.Forms.StatusStrip statusStrip;
            this.textBoxIn = new System.Windows.Forms.TextBox();
            this.buttonBrowseIn = new System.Windows.Forms.Button();
            this.textBoxOut = new System.Windows.Forms.TextBox();
            this.buttonGo = new System.Windows.Forms.Button();
            this.buttonTrim = new System.Windows.Forms.ToolStripSplitButton();
            this.buttonMultipleTrim = new System.Windows.Forms.ToolStripMenuItem();
            this.buttonCrop = new System.Windows.Forms.ToolStripButton();
            this.buttonResize = new System.Windows.Forms.ToolStripButton();
            this.buttonSubtitle = new System.Windows.Forms.ToolStripButton();
            this.buttonReverse = new System.Windows.Forms.ToolStripButton();
            this.buttonOverlay = new System.Windows.Forms.ToolStripButton();
            this.buttonCaption = new System.Windows.Forms.ToolStripButton();
            this.boxAdvancedScripting = new System.Windows.Forms.ToolStripButton();
            this.buttonExportProcessing = new System.Windows.Forms.ToolStripButton();
            this.buttonPreview = new System.Windows.Forms.ToolStripButton();
            this.buttonDub = new System.Windows.Forms.ToolStripButton();
            this.listViewProcessingScript = new System.Windows.Forms.ListView();
            this.imageListFilters = new System.Windows.Forms.ImageList(this.components);
            this.textBoxProcessingScript = new System.Windows.Forms.TextBox();
            this.buttonVariableDefault = new System.Windows.Forms.Button();
            this.boxTitle = new System.Windows.Forms.TextBox();
            this.boxConstant = new System.Windows.Forms.RadioButton();
            this.boxVariable = new System.Windows.Forms.RadioButton();
            this.buttonConstantDefault = new System.Windows.Forms.Button();
            this.tableLayoutPanelEncodingVideo = new System.Windows.Forms.TableLayoutPanel();
            this.tableVideoConstantOptions = new System.Windows.Forms.TableLayoutPanel();
            this.boxLimit = new System.Windows.Forms.TextBox();
            this.boxBitrate = new System.Windows.Forms.TextBox();
            this.tableVideoVariableOptions = new System.Windows.Forms.TableLayoutPanel();
            this.numericCrf = new System.Windows.Forms.NumericUpDown();
            this.numericCrfTolerance = new System.Windows.Forms.NumericUpDown();
            this.boxHQ = new System.Windows.Forms.CheckBox();
            this.buttonAudioEnabledDefault = new System.Windows.Forms.Button();
            this.boxAudio = new System.Windows.Forms.CheckBox();
            this.tableAudioConstantOptions = new System.Windows.Forms.TableLayoutPanel();
            this.boxAudioBitrate = new System.Windows.Forms.TextBox();
            this.tableAudioVariableOptions = new System.Windows.Forms.TableLayoutPanel();
            this.numericAudioQuality = new System.Windows.Forms.NumericUpDown();
            this.comboLevels = new System.Windows.Forms.ComboBox();
            this.boxDeinterlace = new System.Windows.Forms.CheckBox();
            this.boxDenoise = new System.Windows.Forms.CheckBox();
            this.boxFrameRate = new System.Windows.Forms.TextBox();
            this.boxNGOV = new System.Windows.Forms.CheckBox();
            this.trackThreads = new System.Windows.Forms.TrackBar();
            this.labelThreads = new System.Windows.Forms.Label();
            this.trackSlices = new System.Windows.Forms.TrackBar();
            this.labelSlices = new System.Windows.Forms.Label();
            this.boxArguments = new System.Windows.Forms.TextBox();
            this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.panelContainTheProgressBar = new System.Windows.Forms.Panel();
            this.boxIndexingProgressDetails = new System.Windows.Forms.CheckBox();
            this.boxIndexingProgress = new System.Windows.Forms.TextBox();
            this.labelIndexingProgress = new System.Windows.Forms.Label();
            this.progressBarIndexing = new System.Windows.Forms.ProgressBar();
            this.panelHideTheOptions = new System.Windows.Forms.Panel();
            this.buttonRate = new System.Windows.Forms.ToolStripButton();
            tableMainForm = new System.Windows.Forms.TableLayoutPanel();
            groupMain = new System.Windows.Forms.GroupBox();
            tableMain = new System.Windows.Forms.TableLayoutPanel();
            labelInputFile = new System.Windows.Forms.Label();
            labelOutputFile = new System.Windows.Forms.Label();
            buttonBrowseOut = new System.Windows.Forms.Button();
            tabControlOptions = new System.Windows.Forms.TabControl();
            tabProcessing = new System.Windows.Forms.TabPage();
            tableProcessing = new System.Windows.Forms.TableLayoutPanel();
            toolStripProcessing = new System.Windows.Forms.ToolStrip();
            panelProcessingInput = new System.Windows.Forms.Panel();
            tabEncoding = new System.Windows.Forms.TabPage();
            tableEncoding = new System.Windows.Forms.TableLayoutPanel();
            groupEncodingGeneral = new System.Windows.Forms.GroupBox();
            tableEncodingGeneral = new System.Windows.Forms.TableLayoutPanel();
            labelGeneralModeVariableHint = new System.Windows.Forms.Label();
            labelGeneralModeConstantHint = new System.Windows.Forms.Label();
            labelGeneralMode = new System.Windows.Forms.Label();
            labelGeneralTitle = new System.Windows.Forms.Label();
            labelGeneralTitleHint = new System.Windows.Forms.Label();
            groupEncodingVideo = new System.Windows.Forms.GroupBox();
            panelEncodingModeSwapper = new System.Windows.Forms.Panel();
            labelVideoSizeLimit = new System.Windows.Forms.Label();
            labelVideoSizeLimitUnit = new System.Windows.Forms.Label();
            labelVideoSizeLimitHint = new System.Windows.Forms.Label();
            labelVideoBitrate = new System.Windows.Forms.Label();
            labelVideoBitrateUnit = new System.Windows.Forms.Label();
            labelVideoBitrateHint = new System.Windows.Forms.Label();
            labelVideoCrf = new System.Windows.Forms.Label();
            labelVideoCrfHint = new System.Windows.Forms.Label();
            labelVideoCrfTolerance = new System.Windows.Forms.Label();
            labelVideoCrfToleranceHint = new System.Windows.Forms.Label();
            labelVideoHQHint = new System.Windows.Forms.Label();
            groupEncodingAudio = new System.Windows.Forms.GroupBox();
            tableEncodingAudio = new System.Windows.Forms.TableLayoutPanel();
            labelAudioHint = new System.Windows.Forms.Label();
            panelEncodingModeSwapperTwo = new System.Windows.Forms.Panel();
            labelAudioBitrate = new System.Windows.Forms.Label();
            labelAudioBitrateUnit = new System.Windows.Forms.Label();
            labelAudioBitrateHint = new System.Windows.Forms.Label();
            labelAudioQuality = new System.Windows.Forms.Label();
            labelAudioQualityHint = new System.Windows.Forms.Label();
            tabAdvanced = new System.Windows.Forms.TabPage();
            tableAdvanced = new System.Windows.Forms.TableLayoutPanel();
            labelAdvancedWarning = new System.Windows.Forms.Label();
            groupAdvancedProcessing = new System.Windows.Forms.GroupBox();
            tableAdvancedProcessing = new System.Windows.Forms.TableLayoutPanel();
            labelProcessingLevels = new System.Windows.Forms.Label();
            labelProcessingLevelsHint = new System.Windows.Forms.Label();
            labelProcessingDeinterlaceHint = new System.Windows.Forms.Label();
            labelProcessingDenoiseHint = new System.Windows.Forms.Label();
            groupAdvancedEncoding = new System.Windows.Forms.GroupBox();
            tableAdvancedEncoding = new System.Windows.Forms.TableLayoutPanel();
            labelEncodingFrameRateHint = new System.Windows.Forms.Label();
            labelEncodingFrameRate = new System.Windows.Forms.Label();
            labelEncodingNGOVHint = new System.Windows.Forms.Label();
            labelEncodingThreads = new System.Windows.Forms.Label();
            labelEncodingThreadsHint = new System.Windows.Forms.Label();
            labelEncodingSlices = new System.Windows.Forms.Label();
            labelEncodingSlicesHint = new System.Windows.Forms.Label();
            labelEncodingArguments = new System.Windows.Forms.Label();
            statusStrip = new System.Windows.Forms.StatusStrip();
            tableMainForm.SuspendLayout();
            groupMain.SuspendLayout();
            tableMain.SuspendLayout();
            tabControlOptions.SuspendLayout();
            tabProcessing.SuspendLayout();
            tableProcessing.SuspendLayout();
            toolStripProcessing.SuspendLayout();
            panelProcessingInput.SuspendLayout();
            tabEncoding.SuspendLayout();
            tableEncoding.SuspendLayout();
            groupEncodingGeneral.SuspendLayout();
            tableEncodingGeneral.SuspendLayout();
            groupEncodingVideo.SuspendLayout();
            this.tableLayoutPanelEncodingVideo.SuspendLayout();
            panelEncodingModeSwapper.SuspendLayout();
            this.tableVideoConstantOptions.SuspendLayout();
            this.tableVideoVariableOptions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericCrf)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericCrfTolerance)).BeginInit();
            groupEncodingAudio.SuspendLayout();
            tableEncodingAudio.SuspendLayout();
            panelEncodingModeSwapperTwo.SuspendLayout();
            this.tableAudioConstantOptions.SuspendLayout();
            this.tableAudioVariableOptions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericAudioQuality)).BeginInit();
            tabAdvanced.SuspendLayout();
            tableAdvanced.SuspendLayout();
            groupAdvancedProcessing.SuspendLayout();
            tableAdvancedProcessing.SuspendLayout();
            groupAdvancedEncoding.SuspendLayout();
            tableAdvancedEncoding.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackThreads)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackSlices)).BeginInit();
            statusStrip.SuspendLayout();
            this.panelContainTheProgressBar.SuspendLayout();
            this.panelHideTheOptions.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableMainForm
            // 
            tableMainForm.ColumnCount = 1;
            tableMainForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableMainForm.Controls.Add(groupMain, 0, 0);
            tableMainForm.Controls.Add(tabControlOptions, 0, 1);
            tableMainForm.Dock = System.Windows.Forms.DockStyle.Fill;
            tableMainForm.Location = new System.Drawing.Point(3, 3);
            tableMainForm.Name = "tableMainForm";
            tableMainForm.RowCount = 3;
            tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 84F));
            tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableMainForm.Size = new System.Drawing.Size(1067, 443);
            tableMainForm.TabIndex = 0;
            // 
            // groupMain
            // 
            groupMain.Controls.Add(tableMain);
            groupMain.Dock = System.Windows.Forms.DockStyle.Fill;
            groupMain.Location = new System.Drawing.Point(3, 3);
            groupMain.Name = "groupMain";
            groupMain.Size = new System.Drawing.Size(1061, 78);
            groupMain.TabIndex = 0;
            groupMain.TabStop = false;
            groupMain.Text = "Main";
            // 
            // tableMain
            // 
            tableMain.ColumnCount = 4;
            tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 69F));
            tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F));
            tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
            tableMain.Controls.Add(labelInputFile, 0, 0);
            tableMain.Controls.Add(this.textBoxIn, 1, 0);
            tableMain.Controls.Add(this.buttonBrowseIn, 2, 0);
            tableMain.Controls.Add(labelOutputFile, 0, 1);
            tableMain.Controls.Add(this.textBoxOut, 1, 1);
            tableMain.Controls.Add(buttonBrowseOut, 2, 1);
            tableMain.Controls.Add(this.buttonGo, 3, 0);
            tableMain.Dock = System.Windows.Forms.DockStyle.Fill;
            tableMain.Location = new System.Drawing.Point(3, 16);
            tableMain.Name = "tableMain";
            tableMain.RowCount = 2;
            tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableMain.Size = new System.Drawing.Size(1055, 59);
            tableMain.TabIndex = 0;
            // 
            // labelInputFile
            // 
            labelInputFile.AutoSize = true;
            labelInputFile.Dock = System.Windows.Forms.DockStyle.Fill;
            labelInputFile.Location = new System.Drawing.Point(3, 0);
            labelInputFile.Name = "labelInputFile";
            labelInputFile.Size = new System.Drawing.Size(63, 29);
            labelInputFile.TabIndex = 0;
            labelInputFile.Text = "Input file:";
            labelInputFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // textBoxIn
            // 
            this.textBoxIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxIn.Location = new System.Drawing.Point(72, 4);
            this.textBoxIn.Name = "textBoxIn";
            this.textBoxIn.Size = new System.Drawing.Size(835, 20);
            this.textBoxIn.TabIndex = 1;
            // 
            // buttonBrowseIn
            // 
            this.buttonBrowseIn.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonBrowseIn.Location = new System.Drawing.Point(913, 3);
            this.buttonBrowseIn.Name = "buttonBrowseIn";
            this.buttonBrowseIn.Size = new System.Drawing.Size(62, 23);
            this.buttonBrowseIn.TabIndex = 2;
            this.buttonBrowseIn.Text = "Browse";
            this.buttonBrowseIn.UseVisualStyleBackColor = true;
            this.buttonBrowseIn.Click += new System.EventHandler(this.buttonBrowseIn_Click);
            // 
            // labelOutputFile
            // 
            labelOutputFile.AutoSize = true;
            labelOutputFile.Dock = System.Windows.Forms.DockStyle.Fill;
            labelOutputFile.Location = new System.Drawing.Point(3, 29);
            labelOutputFile.Name = "labelOutputFile";
            labelOutputFile.Size = new System.Drawing.Size(63, 30);
            labelOutputFile.TabIndex = 0;
            labelOutputFile.Text = "Output file:";
            labelOutputFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // textBoxOut
            // 
            this.textBoxOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxOut.Location = new System.Drawing.Point(72, 34);
            this.textBoxOut.Name = "textBoxOut";
            this.textBoxOut.Size = new System.Drawing.Size(835, 20);
            this.textBoxOut.TabIndex = 3;
            // 
            // buttonBrowseOut
            // 
            buttonBrowseOut.Dock = System.Windows.Forms.DockStyle.Fill;
            buttonBrowseOut.Location = new System.Drawing.Point(913, 32);
            buttonBrowseOut.Name = "buttonBrowseOut";
            buttonBrowseOut.Size = new System.Drawing.Size(62, 24);
            buttonBrowseOut.TabIndex = 4;
            buttonBrowseOut.Text = "Browse";
            buttonBrowseOut.UseVisualStyleBackColor = true;
            buttonBrowseOut.Click += new System.EventHandler(this.buttonBrowseOut_Click);
            // 
            // buttonGo
            // 
            this.buttonGo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonGo.Enabled = false;
            this.buttonGo.Location = new System.Drawing.Point(981, 3);
            this.buttonGo.Name = "buttonGo";
            tableMain.SetRowSpan(this.buttonGo, 2);
            this.buttonGo.Size = new System.Drawing.Size(71, 53);
            this.buttonGo.TabIndex = 5;
            this.buttonGo.Text = "Convert";
            this.buttonGo.UseVisualStyleBackColor = true;
            this.buttonGo.Click += new System.EventHandler(this.buttonGo_Click);
            // 
            // tabControlOptions
            // 
            tabControlOptions.Controls.Add(tabProcessing);
            tabControlOptions.Controls.Add(tabEncoding);
            tabControlOptions.Controls.Add(tabAdvanced);
            tabControlOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            tabControlOptions.Location = new System.Drawing.Point(3, 87);
            tabControlOptions.Name = "tabControlOptions";
            tabControlOptions.SelectedIndex = 0;
            tabControlOptions.Size = new System.Drawing.Size(1061, 333);
            tabControlOptions.TabIndex = 1;
            // 
            // tabProcessing
            // 
            tabProcessing.Controls.Add(tableProcessing);
            tabProcessing.Location = new System.Drawing.Point(4, 22);
            tabProcessing.Name = "tabProcessing";
            tabProcessing.Padding = new System.Windows.Forms.Padding(3);
            tabProcessing.Size = new System.Drawing.Size(1053, 307);
            tabProcessing.TabIndex = 3;
            tabProcessing.Text = "Processing";
            // 
            // tableProcessing
            // 
            tableProcessing.ColumnCount = 1;
            tableProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableProcessing.Controls.Add(toolStripProcessing, 0, 0);
            tableProcessing.Controls.Add(panelProcessingInput, 0, 1);
            tableProcessing.Dock = System.Windows.Forms.DockStyle.Fill;
            tableProcessing.Location = new System.Drawing.Point(3, 3);
            tableProcessing.Name = "tableProcessing";
            tableProcessing.RowCount = 2;
            tableProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            tableProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableProcessing.Size = new System.Drawing.Size(1047, 301);
            tableProcessing.TabIndex = 0;
            // 
            // toolStripProcessing
            // 
            toolStripProcessing.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStripProcessing.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.buttonTrim,
            this.buttonCrop,
            this.buttonResize,
            this.buttonSubtitle,
            this.buttonReverse,
            this.buttonOverlay,
            this.buttonCaption,
            this.boxAdvancedScripting,
            this.buttonExportProcessing,
            this.buttonPreview,
            this.buttonDub,
            this.buttonRate});
            toolStripProcessing.Location = new System.Drawing.Point(0, 0);
            toolStripProcessing.Name = "toolStripProcessing";
            toolStripProcessing.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            toolStripProcessing.ShowItemToolTips = false;
            toolStripProcessing.Size = new System.Drawing.Size(1047, 25);
            toolStripProcessing.TabIndex = 0;
            toolStripProcessing.TabStop = true;
            // 
            // buttonTrim
            // 
            this.buttonTrim.AccessibleDescription = "Select a clip from your video.";
            this.buttonTrim.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.buttonMultipleTrim});
            this.buttonTrim.Enabled = false;
            this.buttonTrim.Margin = new System.Windows.Forms.Padding(0, 1, 3, 2);
            this.buttonTrim.Name = "buttonTrim";
            this.buttonTrim.Size = new System.Drawing.Size(48, 22);
            this.buttonTrim.Text = "Trim";
            this.buttonTrim.ButtonClick += new System.EventHandler(this.buttonTrim_Click);
            this.buttonTrim.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonTrim.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonMultipleTrim
            // 
            this.buttonMultipleTrim.AccessibleDescription = "Select many clips from your video, and sort them on a timeline.";
            this.buttonMultipleTrim.Name = "buttonMultipleTrim";
            this.buttonMultipleTrim.Size = new System.Drawing.Size(152, 22);
            this.buttonMultipleTrim.Text = "Multiple Trim";
            this.buttonMultipleTrim.Click += new System.EventHandler(this.buttonMultipleTrim_Click);
            this.buttonMultipleTrim.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonMultipleTrim.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonCrop
            // 
            this.buttonCrop.AccessibleDescription = "Crop your video into a smaller frame.";
            this.buttonCrop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonCrop.Enabled = false;
            this.buttonCrop.Name = "buttonCrop";
            this.buttonCrop.Size = new System.Drawing.Size(37, 22);
            this.buttonCrop.Text = "Crop";
            this.buttonCrop.Click += new System.EventHandler(this.buttonCrop_Click);
            this.buttonCrop.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonCrop.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonResize
            // 
            this.buttonResize.AccessibleDescription = "Scale your video.";
            this.buttonResize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonResize.Enabled = false;
            this.buttonResize.Name = "buttonResize";
            this.buttonResize.Size = new System.Drawing.Size(43, 22);
            this.buttonResize.Text = "Resize";
            this.buttonResize.Click += new System.EventHandler(this.buttonResize_Click);
            this.buttonResize.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonResize.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonSubtitle
            // 
            this.buttonSubtitle.AccessibleDescription = "Burn subtitles into the video.";
            this.buttonSubtitle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonSubtitle.Enabled = false;
            this.buttonSubtitle.Name = "buttonSubtitle";
            this.buttonSubtitle.Size = new System.Drawing.Size(56, 22);
            this.buttonSubtitle.Text = "Subtitles";
            this.buttonSubtitle.Click += new System.EventHandler(this.buttonSubtitle_Click);
            this.buttonSubtitle.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonSubtitle.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonReverse
            // 
            this.buttonReverse.AccessibleDescription = "Everything is backwards!";
            this.buttonReverse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonReverse.Enabled = false;
            this.buttonReverse.Name = "buttonReverse";
            this.buttonReverse.Size = new System.Drawing.Size(51, 22);
            this.buttonReverse.Text = "Reverse";
            this.buttonReverse.Click += new System.EventHandler(this.buttonReverse_Click);
            this.buttonReverse.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonReverse.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonOverlay
            // 
            this.buttonOverlay.AccessibleDescription = "Overlay a picture on top of your video.";
            this.buttonOverlay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonOverlay.Enabled = false;
            this.buttonOverlay.Name = "buttonOverlay";
            this.buttonOverlay.Size = new System.Drawing.Size(51, 22);
            this.buttonOverlay.Text = "Overlay";
            this.buttonOverlay.Click += new System.EventHandler(this.buttonOverlay_Click);
            this.buttonOverlay.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonOverlay.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonCaption
            // 
            this.buttonCaption.AccessibleDescription = "Add some funny text to your video.";
            this.buttonCaption.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonCaption.Enabled = false;
            this.buttonCaption.Name = "buttonCaption";
            this.buttonCaption.Size = new System.Drawing.Size(53, 22);
            this.buttonCaption.Text = "Caption";
            this.buttonCaption.Click += new System.EventHandler(this.buttonCaption_Click);
            this.buttonCaption.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonCaption.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // boxAdvancedScripting
            // 
            this.boxAdvancedScripting.AccessibleDescription = "Are you a bad enough dude? Take care, there is no way back. You will have to star" +
    "t over if you f**k up.";
            this.boxAdvancedScripting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.boxAdvancedScripting.Name = "boxAdvancedScripting";
            this.boxAdvancedScripting.Size = new System.Drawing.Size(64, 22);
            this.boxAdvancedScripting.Text = "Advanced";
            this.boxAdvancedScripting.Click += new System.EventHandler(this.boxAdvancedScripting_Click);
            this.boxAdvancedScripting.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.boxAdvancedScripting.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonExportProcessing
            // 
            this.buttonExportProcessing.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.buttonExportProcessing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonExportProcessing.Enabled = false;
            this.buttonExportProcessing.Image = ((System.Drawing.Image)(resources.GetObject("buttonExportProcessing.Image")));
            this.buttonExportProcessing.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.buttonExportProcessing.Name = "buttonExportProcessing";
            this.buttonExportProcessing.Size = new System.Drawing.Size(44, 22);
            this.buttonExportProcessing.Text = "Export";
            this.buttonExportProcessing.Click += new System.EventHandler(this.buttonExportProcessing_Click);
            // 
            // buttonPreview
            // 
            this.buttonPreview.AccessibleDescription = "Open a preview window that will loop your processing settings. Note that this doe" +
    "sn\'t reflect output encoding quality.";
            this.buttonPreview.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.buttonPreview.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonPreview.Enabled = false;
            this.buttonPreview.Name = "buttonPreview";
            this.buttonPreview.Size = new System.Drawing.Size(84, 22);
            this.buttonPreview.Text = "Preview filters";
            this.buttonPreview.Click += new System.EventHandler(this.buttonPreview_Click);
            this.buttonPreview.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonPreview.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // buttonDub
            // 
            this.buttonDub.AccessibleDescription = "Add or replace the audio on your video.";
            this.buttonDub.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonDub.Enabled = false;
            this.buttonDub.Name = "buttonDub";
            this.buttonDub.Size = new System.Drawing.Size(33, 22);
            this.buttonDub.Text = "Dub";
            this.buttonDub.Click += new System.EventHandler(this.buttonDub_Click);
            this.buttonDub.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonDub.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // panelProcessingInput
            // 
            panelProcessingInput.Controls.Add(this.listViewProcessingScript);
            panelProcessingInput.Controls.Add(this.textBoxProcessingScript);
            panelProcessingInput.Dock = System.Windows.Forms.DockStyle.Fill;
            panelProcessingInput.Location = new System.Drawing.Point(0, 25);
            panelProcessingInput.Margin = new System.Windows.Forms.Padding(0);
            panelProcessingInput.Name = "panelProcessingInput";
            panelProcessingInput.Size = new System.Drawing.Size(1047, 276);
            panelProcessingInput.TabIndex = 1;
            // 
            // listViewProcessingScript
            // 
            this.listViewProcessingScript.AccessibleDescription = "Double click a filter to edit it. Select a filter and press Delete to remove it.";
            this.listViewProcessingScript.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewProcessingScript.LargeImageList = this.imageListFilters;
            this.listViewProcessingScript.Location = new System.Drawing.Point(0, 0);
            this.listViewProcessingScript.Margin = new System.Windows.Forms.Padding(0);
            this.listViewProcessingScript.Name = "listViewProcessingScript";
            this.listViewProcessingScript.Size = new System.Drawing.Size(1047, 276);
            this.listViewProcessingScript.TabIndex = 3;
            this.listViewProcessingScript.UseCompatibleStateImageBehavior = false;
            this.listViewProcessingScript.ItemActivate += new System.EventHandler(this.listViewProcessingScript_ItemActivate);
            this.listViewProcessingScript.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listViewProcessingScript_KeyUp);
            this.listViewProcessingScript.MouseEnter += new System.EventHandler(this.ControlTooltip);
            this.listViewProcessingScript.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // imageListFilters
            // 
            this.imageListFilters.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListFilters.ImageStream")));
            this.imageListFilters.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListFilters.Images.SetKeyName(0, "Trim");
            this.imageListFilters.Images.SetKeyName(1, "Crop");
            this.imageListFilters.Images.SetKeyName(2, "Subtitles");
            this.imageListFilters.Images.SetKeyName(3, "Reverse");
            this.imageListFilters.Images.SetKeyName(4, "Resize");
            this.imageListFilters.Images.SetKeyName(5, "Overlay");
            this.imageListFilters.Images.SetKeyName(6, "Caption");
            this.imageListFilters.Images.SetKeyName(7, "Dub");
            this.imageListFilters.Images.SetKeyName(8, "Rate");
            // 
            // textBoxProcessingScript
            // 
            this.textBoxProcessingScript.AcceptsReturn = true;
            this.textBoxProcessingScript.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBoxProcessingScript.Location = new System.Drawing.Point(0, 0);
            this.textBoxProcessingScript.Margin = new System.Windows.Forms.Padding(0);
            this.textBoxProcessingScript.Multiline = true;
            this.textBoxProcessingScript.Name = "textBoxProcessingScript";
            this.textBoxProcessingScript.Size = new System.Drawing.Size(1047, 276);
            this.textBoxProcessingScript.TabIndex = 2;
            this.textBoxProcessingScript.Text = "# This is an AviSynth script. You may write advanced commands below, or just pres" +
    "s the buttons above for smooth sailing.";
            this.textBoxProcessingScript.Visible = false;
            this.textBoxProcessingScript.Leave += new System.EventHandler(this.textBoxProcessingScript_Leave);
            // 
            // tabEncoding
            // 
            tabEncoding.BackColor = System.Drawing.SystemColors.Control;
            tabEncoding.Controls.Add(tableEncoding);
            tabEncoding.Location = new System.Drawing.Point(4, 22);
            tabEncoding.Name = "tabEncoding";
            tabEncoding.Padding = new System.Windows.Forms.Padding(3);
            tabEncoding.Size = new System.Drawing.Size(1053, 307);
            tabEncoding.TabIndex = 0;
            tabEncoding.Text = "Encoding";
            // 
            // tableEncoding
            // 
            tableEncoding.ColumnCount = 1;
            tableEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableEncoding.Controls.Add(groupEncodingGeneral, 0, 0);
            tableEncoding.Controls.Add(groupEncodingVideo, 0, 1);
            tableEncoding.Controls.Add(groupEncodingAudio, 0, 2);
            tableEncoding.Dock = System.Windows.Forms.DockStyle.Fill;
            tableEncoding.Location = new System.Drawing.Point(3, 3);
            tableEncoding.Name = "tableEncoding";
            tableEncoding.RowCount = 4;
            tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F));
            tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F));
            tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableEncoding.Size = new System.Drawing.Size(1047, 301);
            tableEncoding.TabIndex = 0;
            // 
            // groupEncodingGeneral
            // 
            groupEncodingGeneral.Controls.Add(tableEncodingGeneral);
            groupEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
            groupEncodingGeneral.Location = new System.Drawing.Point(3, 3);
            groupEncodingGeneral.Name = "groupEncodingGeneral";
            groupEncodingGeneral.Size = new System.Drawing.Size(1041, 101);
            groupEncodingGeneral.TabIndex = 1;
            groupEncodingGeneral.TabStop = false;
            groupEncodingGeneral.Text = "General";
            // 
            // tableEncodingGeneral
            // 
            tableEncodingGeneral.ColumnCount = 5;
            tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F));
            tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 248F));
            tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableEncodingGeneral.Controls.Add(this.buttonVariableDefault, 2, 2);
            tableEncodingGeneral.Controls.Add(labelGeneralModeVariableHint, 3, 2);
            tableEncodingGeneral.Controls.Add(labelGeneralModeConstantHint, 3, 1);
            tableEncodingGeneral.Controls.Add(labelGeneralMode, 0, 1);
            tableEncodingGeneral.Controls.Add(labelGeneralTitle, 0, 0);
            tableEncodingGeneral.Controls.Add(this.boxTitle, 1, 0);
            tableEncodingGeneral.Controls.Add(labelGeneralTitleHint, 4, 0);
            tableEncodingGeneral.Controls.Add(this.boxConstant, 1, 1);
            tableEncodingGeneral.Controls.Add(this.boxVariable, 1, 2);
            tableEncodingGeneral.Controls.Add(this.buttonConstantDefault, 2, 1);
            tableEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
            tableEncodingGeneral.Location = new System.Drawing.Point(3, 16);
            tableEncodingGeneral.Name = "tableEncodingGeneral";
            tableEncodingGeneral.RowCount = 3;
            tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableEncodingGeneral.Size = new System.Drawing.Size(1035, 82);
            tableEncodingGeneral.TabIndex = 0;
            // 
            // buttonVariableDefault
            // 
            this.buttonVariableDefault.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonVariableDefault.Location = new System.Drawing.Point(170, 59);
            this.buttonVariableDefault.Name = "buttonVariableDefault";
            this.buttonVariableDefault.Size = new System.Drawing.Size(54, 22);
            this.buttonVariableDefault.TabIndex = 5;
            this.buttonVariableDefault.Text = "Default";
            this.buttonVariableDefault.UseVisualStyleBackColor = true;
            this.buttonVariableDefault.Visible = false;
            this.buttonVariableDefault.Click += new System.EventHandler(this.buttonVariableDefault_Click);
            // 
            // labelGeneralModeVariableHint
            // 
            labelGeneralModeVariableHint.AutoSize = true;
            tableEncodingGeneral.SetColumnSpan(labelGeneralModeVariableHint, 2);
            labelGeneralModeVariableHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelGeneralModeVariableHint.Location = new System.Drawing.Point(230, 56);
            labelGeneralModeVariableHint.Name = "labelGeneralModeVariableHint";
            labelGeneralModeVariableHint.Size = new System.Drawing.Size(802, 28);
            labelGeneralModeVariableHint.TabIndex = 0;
            labelGeneralModeVariableHint.Text = "This will make your video get the size it deserves to look good.";
            labelGeneralModeVariableHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelGeneralModeConstantHint
            // 
            labelGeneralModeConstantHint.AutoSize = true;
            tableEncodingGeneral.SetColumnSpan(labelGeneralModeConstantHint, 2);
            labelGeneralModeConstantHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelGeneralModeConstantHint.Location = new System.Drawing.Point(230, 28);
            labelGeneralModeConstantHint.Name = "labelGeneralModeConstantHint";
            labelGeneralModeConstantHint.Size = new System.Drawing.Size(802, 28);
            labelGeneralModeConstantHint.TabIndex = 0;
            labelGeneralModeConstantHint.Text = "This will make your video have a specific filesize, and suffer lower quality to m" +
    "atch that size.";
            labelGeneralModeConstantHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelGeneralMode
            // 
            labelGeneralMode.AutoSize = true;
            labelGeneralMode.Dock = System.Windows.Forms.DockStyle.Fill;
            labelGeneralMode.Location = new System.Drawing.Point(3, 28);
            labelGeneralMode.Name = "labelGeneralMode";
            labelGeneralMode.Size = new System.Drawing.Size(73, 28);
            labelGeneralMode.TabIndex = 0;
            labelGeneralMode.Text = "Mode:";
            labelGeneralMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelGeneralTitle
            // 
            labelGeneralTitle.AutoSize = true;
            labelGeneralTitle.Dock = System.Windows.Forms.DockStyle.Fill;
            labelGeneralTitle.Location = new System.Drawing.Point(3, 0);
            labelGeneralTitle.Name = "labelGeneralTitle";
            labelGeneralTitle.Size = new System.Drawing.Size(73, 28);
            labelGeneralTitle.TabIndex = 0;
            labelGeneralTitle.Text = "Title:";
            labelGeneralTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // boxTitle
            // 
            this.boxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            tableEncodingGeneral.SetColumnSpan(this.boxTitle, 3);
            this.boxTitle.Location = new System.Drawing.Point(82, 4);
            this.boxTitle.Name = "boxTitle";
            this.boxTitle.Size = new System.Drawing.Size(390, 20);
            this.boxTitle.TabIndex = 1;
            this.boxTitle.TextChanged += new System.EventHandler(this.UpdateArguments);
            // 
            // labelGeneralTitleHint
            // 
            labelGeneralTitleHint.AutoSize = true;
            labelGeneralTitleHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelGeneralTitleHint.Location = new System.Drawing.Point(478, 0);
            labelGeneralTitleHint.Name = "labelGeneralTitleHint";
            labelGeneralTitleHint.Size = new System.Drawing.Size(554, 28);
            labelGeneralTitleHint.TabIndex = 0;
            labelGeneralTitleHint.Text = "Adds a string of text to the metadata of the video, which can be used to indicate" +
    " the source of a video, for example. Leave blank for no title.";
            labelGeneralTitleHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // boxConstant
            // 
            this.boxConstant.AutoSize = true;
            this.boxConstant.Checked = true;
            this.boxConstant.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxConstant.Location = new System.Drawing.Point(82, 31);
            this.boxConstant.Name = "boxConstant";
            this.boxConstant.Size = new System.Drawing.Size(82, 22);
            this.boxConstant.TabIndex = 2;
            this.boxConstant.TabStop = true;
            this.boxConstant.Text = "Constant";
            this.boxConstant.UseVisualStyleBackColor = true;
            this.boxConstant.CheckedChanged += new System.EventHandler(this.boxConstant_CheckedChanged);
            // 
            // boxVariable
            // 
            this.boxVariable.AutoSize = true;
            this.boxVariable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxVariable.Location = new System.Drawing.Point(82, 59);
            this.boxVariable.Name = "boxVariable";
            this.boxVariable.Size = new System.Drawing.Size(82, 22);
            this.boxVariable.TabIndex = 3;
            this.boxVariable.Text = "Variable";
            this.boxVariable.UseVisualStyleBackColor = true;
            this.boxVariable.CheckedChanged += new System.EventHandler(this.boxVariable_CheckedChanged);
            // 
            // buttonConstantDefault
            // 
            this.buttonConstantDefault.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonConstantDefault.Location = new System.Drawing.Point(170, 31);
            this.buttonConstantDefault.Name = "buttonConstantDefault";
            this.buttonConstantDefault.Size = new System.Drawing.Size(54, 22);
            this.buttonConstantDefault.TabIndex = 4;
            this.buttonConstantDefault.Text = "Default";
            this.buttonConstantDefault.UseVisualStyleBackColor = true;
            this.buttonConstantDefault.Visible = false;
            this.buttonConstantDefault.Click += new System.EventHandler(this.buttonConstantDefault_Click);
            // 
            // groupEncodingVideo
            // 
            groupEncodingVideo.Controls.Add(this.tableLayoutPanelEncodingVideo);
            groupEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill;
            groupEncodingVideo.Location = new System.Drawing.Point(3, 110);
            groupEncodingVideo.Name = "groupEncodingVideo";
            groupEncodingVideo.Size = new System.Drawing.Size(1041, 101);
            groupEncodingVideo.TabIndex = 2;
            groupEncodingVideo.TabStop = false;
            groupEncodingVideo.Text = "Video";
            // 
            // tableLayoutPanelEncodingVideo
            // 
            this.tableLayoutPanelEncodingVideo.ColumnCount = 4;
            this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelEncodingVideo.Controls.Add(panelEncodingModeSwapper, 0, 1);
            this.tableLayoutPanelEncodingVideo.Controls.Add(this.boxHQ, 0, 0);
            this.tableLayoutPanelEncodingVideo.Controls.Add(labelVideoHQHint, 3, 0);
            this.tableLayoutPanelEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelEncodingVideo.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanelEncodingVideo.Name = "tableLayoutPanelEncodingVideo";
            this.tableLayoutPanelEncodingVideo.RowCount = 3;
            this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanelEncodingVideo.Size = new System.Drawing.Size(1035, 82);
            this.tableLayoutPanelEncodingVideo.TabIndex = 0;
            // 
            // panelEncodingModeSwapper
            // 
            this.tableLayoutPanelEncodingVideo.SetColumnSpan(panelEncodingModeSwapper, 4);
            panelEncodingModeSwapper.Controls.Add(this.tableVideoConstantOptions);
            panelEncodingModeSwapper.Controls.Add(this.tableVideoVariableOptions);
            panelEncodingModeSwapper.Dock = System.Windows.Forms.DockStyle.Fill;
            panelEncodingModeSwapper.Location = new System.Drawing.Point(0, 28);
            panelEncodingModeSwapper.Margin = new System.Windows.Forms.Padding(0);
            panelEncodingModeSwapper.Name = "panelEncodingModeSwapper";
            this.tableLayoutPanelEncodingVideo.SetRowSpan(panelEncodingModeSwapper, 2);
            panelEncodingModeSwapper.Size = new System.Drawing.Size(1035, 56);
            panelEncodingModeSwapper.TabIndex = 2;
            // 
            // tableVideoConstantOptions
            // 
            this.tableVideoConstantOptions.ColumnCount = 4;
            this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimit, 0, 0);
            this.tableVideoConstantOptions.Controls.Add(this.boxLimit, 1, 0);
            this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimitUnit, 2, 0);
            this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimitHint, 3, 0);
            this.tableVideoConstantOptions.Controls.Add(labelVideoBitrate, 0, 1);
            this.tableVideoConstantOptions.Controls.Add(this.boxBitrate, 1, 1);
            this.tableVideoConstantOptions.Controls.Add(labelVideoBitrateUnit, 2, 1);
            this.tableVideoConstantOptions.Controls.Add(labelVideoBitrateHint, 3, 1);
            this.tableVideoConstantOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableVideoConstantOptions.Location = new System.Drawing.Point(0, 0);
            this.tableVideoConstantOptions.Margin = new System.Windows.Forms.Padding(0);
            this.tableVideoConstantOptions.Name = "tableVideoConstantOptions";
            this.tableVideoConstantOptions.RowCount = 2;
            this.tableVideoConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableVideoConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableVideoConstantOptions.Size = new System.Drawing.Size(1035, 56);
            this.tableVideoConstantOptions.TabIndex = 0;
            // 
            // labelVideoSizeLimit
            // 
            labelVideoSizeLimit.AutoSize = true;
            labelVideoSizeLimit.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoSizeLimit.Location = new System.Drawing.Point(3, 0);
            labelVideoSizeLimit.Name = "labelVideoSizeLimit";
            labelVideoSizeLimit.Size = new System.Drawing.Size(73, 28);
            labelVideoSizeLimit.TabIndex = 0;
            labelVideoSizeLimit.Text = "Size limit:";
            labelVideoSizeLimit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // boxLimit
            // 
            this.boxLimit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.boxLimit.Location = new System.Drawing.Point(82, 4);
            this.boxLimit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.boxLimit.Name = "boxLimit";
            this.boxLimit.Size = new System.Drawing.Size(115, 20);
            this.boxLimit.TabIndex = 1;
            this.boxLimit.TextChanged += new System.EventHandler(this.UpdateArguments);
            this.boxLimit.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly);
            // 
            // labelVideoSizeLimitUnit
            // 
            labelVideoSizeLimitUnit.AutoSize = true;
            labelVideoSizeLimitUnit.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoSizeLimitUnit.Location = new System.Drawing.Point(197, 0);
            labelVideoSizeLimitUnit.Margin = new System.Windows.Forms.Padding(0);
            labelVideoSizeLimitUnit.Name = "labelVideoSizeLimitUnit";
            labelVideoSizeLimitUnit.Size = new System.Drawing.Size(30, 28);
            labelVideoSizeLimitUnit.TabIndex = 0;
            labelVideoSizeLimitUnit.Text = "MiB";
            labelVideoSizeLimitUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelVideoSizeLimitHint
            // 
            labelVideoSizeLimitHint.AutoSize = true;
            labelVideoSizeLimitHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoSizeLimitHint.Location = new System.Drawing.Point(230, 0);
            labelVideoSizeLimitHint.Name = "labelVideoSizeLimitHint";
            labelVideoSizeLimitHint.Size = new System.Drawing.Size(802, 28);
            labelVideoSizeLimitHint.TabIndex = 0;
            labelVideoSizeLimitHint.Text = "Will adjust the quality to attempt to stay below this limit, and cut off the end " +
    "of a video if needed. Leave blank for no limit. The limit on 4chan is 3 MB.";
            labelVideoSizeLimitHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelVideoBitrate
            // 
            labelVideoBitrate.AutoSize = true;
            labelVideoBitrate.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoBitrate.Location = new System.Drawing.Point(3, 28);
            labelVideoBitrate.Name = "labelVideoBitrate";
            labelVideoBitrate.Size = new System.Drawing.Size(73, 28);
            labelVideoBitrate.TabIndex = 0;
            labelVideoBitrate.Text = "Bitrate:";
            labelVideoBitrate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // boxBitrate
            // 
            this.boxBitrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.boxBitrate.Location = new System.Drawing.Point(82, 32);
            this.boxBitrate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.boxBitrate.Name = "boxBitrate";
            this.boxBitrate.Size = new System.Drawing.Size(115, 20);
            this.boxBitrate.TabIndex = 2;
            this.boxBitrate.TextChanged += new System.EventHandler(this.UpdateArguments);
            this.boxBitrate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly);
            // 
            // labelVideoBitrateUnit
            // 
            labelVideoBitrateUnit.AutoSize = true;
            labelVideoBitrateUnit.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoBitrateUnit.Location = new System.Drawing.Point(197, 28);
            labelVideoBitrateUnit.Margin = new System.Windows.Forms.Padding(0);
            labelVideoBitrateUnit.Name = "labelVideoBitrateUnit";
            labelVideoBitrateUnit.Size = new System.Drawing.Size(30, 28);
            labelVideoBitrateUnit.TabIndex = 0;
            labelVideoBitrateUnit.Text = "Kb/s";
            labelVideoBitrateUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelVideoBitrateHint
            // 
            labelVideoBitrateHint.AutoSize = true;
            labelVideoBitrateHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoBitrateHint.Location = new System.Drawing.Point(230, 28);
            labelVideoBitrateHint.Name = "labelVideoBitrateHint";
            labelVideoBitrateHint.Size = new System.Drawing.Size(802, 28);
            labelVideoBitrateHint.TabIndex = 0;
            labelVideoBitrateHint.Text = "Determines the quality of the video. Keep blank to let the program pick one based" +
    " on size limit and duration.";
            labelVideoBitrateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tableVideoVariableOptions
            // 
            this.tableVideoVariableOptions.ColumnCount = 4;
            this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableVideoVariableOptions.Controls.Add(labelVideoCrf, 0, 0);
            this.tableVideoVariableOptions.Controls.Add(this.numericCrf, 1, 0);
            this.tableVideoVariableOptions.Controls.Add(labelVideoCrfHint, 3, 0);
            this.tableVideoVariableOptions.Controls.Add(labelVideoCrfTolerance, 0, 1);
            this.tableVideoVariableOptions.Controls.Add(this.numericCrfTolerance, 1, 1);
            this.tableVideoVariableOptions.Controls.Add(labelVideoCrfToleranceHint, 4, 1);
            this.tableVideoVariableOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableVideoVariableOptions.Location = new System.Drawing.Point(0, 0);
            this.tableVideoVariableOptions.Margin = new System.Windows.Forms.Padding(0);
            this.tableVideoVariableOptions.Name = "tableVideoVariableOptions";
            this.tableVideoVariableOptions.RowCount = 2;
            this.tableVideoVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableVideoVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableVideoVariableOptions.Size = new System.Drawing.Size(1035, 56);
            this.tableVideoVariableOptions.TabIndex = 0;
            // 
            // labelVideoCrf
            // 
            labelVideoCrf.AutoSize = true;
            labelVideoCrf.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoCrf.Location = new System.Drawing.Point(3, 0);
            labelVideoCrf.Name = "labelVideoCrf";
            labelVideoCrf.Size = new System.Drawing.Size(73, 28);
            labelVideoCrf.TabIndex = 0;
            labelVideoCrf.Text = "CRF:";
            labelVideoCrf.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // numericCrf
            // 
            this.tableVideoVariableOptions.SetColumnSpan(this.numericCrf, 2);
            this.numericCrf.Dock = System.Windows.Forms.DockStyle.Fill;
            this.numericCrf.Location = new System.Drawing.Point(82, 3);
            this.numericCrf.Maximum = new decimal(new int[] {
            63,
            0,
            0,
            0});
            this.numericCrf.Name = "numericCrf";
            this.numericCrf.Size = new System.Drawing.Size(142, 20);
            this.numericCrf.TabIndex = 1;
            this.numericCrf.TabStop = false;
            this.numericCrf.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericCrf.ValueChanged += new System.EventHandler(this.UpdateArguments);
            // 
            // labelVideoCrfHint
            // 
            labelVideoCrfHint.AutoSize = true;
            labelVideoCrfHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoCrfHint.Location = new System.Drawing.Point(230, 0);
            labelVideoCrfHint.Name = "labelVideoCrfHint";
            labelVideoCrfHint.Size = new System.Drawing.Size(802, 28);
            labelVideoCrfHint.TabIndex = 0;
            labelVideoCrfHint.Text = "The constant rate factor of the video determines what level of quality the video " +
    "should get.";
            labelVideoCrfHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelVideoCrfTolerance
            // 
            labelVideoCrfTolerance.AutoSize = true;
            labelVideoCrfTolerance.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoCrfTolerance.Location = new System.Drawing.Point(3, 28);
            labelVideoCrfTolerance.Name = "labelVideoCrfTolerance";
            labelVideoCrfTolerance.Size = new System.Drawing.Size(73, 28);
            labelVideoCrfTolerance.TabIndex = 0;
            labelVideoCrfTolerance.Text = "Tolerance:";
            labelVideoCrfTolerance.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // numericCrfTolerance
            // 
            this.tableVideoVariableOptions.SetColumnSpan(this.numericCrfTolerance, 2);
            this.numericCrfTolerance.Dock = System.Windows.Forms.DockStyle.Fill;
            this.numericCrfTolerance.Location = new System.Drawing.Point(82, 31);
            this.numericCrfTolerance.Maximum = new decimal(new int[] {
            63,
            0,
            0,
            0});
            this.numericCrfTolerance.Name = "numericCrfTolerance";
            this.numericCrfTolerance.Size = new System.Drawing.Size(142, 20);
            this.numericCrfTolerance.TabIndex = 2;
            this.numericCrfTolerance.TabStop = false;
            this.numericCrfTolerance.Value = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.numericCrfTolerance.ValueChanged += new System.EventHandler(this.UpdateArguments);
            // 
            // labelVideoCrfToleranceHint
            // 
            labelVideoCrfToleranceHint.AutoSize = true;
            labelVideoCrfToleranceHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoCrfToleranceHint.Location = new System.Drawing.Point(230, 28);
            labelVideoCrfToleranceHint.Name = "labelVideoCrfToleranceHint";
            labelVideoCrfToleranceHint.Size = new System.Drawing.Size(802, 28);
            labelVideoCrfToleranceHint.TabIndex = 0;
            labelVideoCrfToleranceHint.Text = "This value determines how far the encoder is allowed to stray from the CRF value " +
    "in order to not waste too many bits on some frames.";
            labelVideoCrfToleranceHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // boxHQ
            // 
            this.boxHQ.AutoSize = true;
            this.boxHQ.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.tableLayoutPanelEncodingVideo.SetColumnSpan(this.boxHQ, 3);
            this.boxHQ.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxHQ.Location = new System.Drawing.Point(6, 3);
            this.boxHQ.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
            this.boxHQ.Name = "boxHQ";
            this.boxHQ.Size = new System.Drawing.Size(215, 22);
            this.boxHQ.TabIndex = 1;
            this.boxHQ.Text = "Enable high quality mode:";
            this.boxHQ.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.boxHQ.UseVisualStyleBackColor = true;
            this.boxHQ.CheckedChanged += new System.EventHandler(this.UpdateArguments);
            // 
            // labelVideoHQHint
            // 
            labelVideoHQHint.AutoSize = true;
            labelVideoHQHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelVideoHQHint.Location = new System.Drawing.Point(230, 0);
            labelVideoHQHint.Name = "labelVideoHQHint";
            labelVideoHQHint.Size = new System.Drawing.Size(802, 28);
            labelVideoHQHint.TabIndex = 0;
            labelVideoHQHint.Text = "Enables two-pass encoding and adds some extra encoding arguments, increasing outp" +
    "ut quality, but increases the time it takes to encode your file.";
            labelVideoHQHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // groupEncodingAudio
            // 
            groupEncodingAudio.Controls.Add(tableEncodingAudio);
            groupEncodingAudio.Dock = System.Windows.Forms.DockStyle.Fill;
            groupEncodingAudio.Location = new System.Drawing.Point(3, 217);
            groupEncodingAudio.Name = "groupEncodingAudio";
            groupEncodingAudio.Size = new System.Drawing.Size(1041, 73);
            groupEncodingAudio.TabIndex = 3;
            groupEncodingAudio.TabStop = false;
            groupEncodingAudio.Text = "Audio";
            // 
            // tableEncodingAudio
            // 
            tableEncodingAudio.ColumnCount = 5;
            tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F));
            tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableEncodingAudio.Controls.Add(this.buttonAudioEnabledDefault, 2, 0);
            tableEncodingAudio.Controls.Add(this.boxAudio, 0, 0);
            tableEncodingAudio.Controls.Add(labelAudioHint, 4, 0);
            tableEncodingAudio.Controls.Add(panelEncodingModeSwapperTwo, 0, 1);
            tableEncodingAudio.Dock = System.Windows.Forms.DockStyle.Fill;
            tableEncodingAudio.Location = new System.Drawing.Point(3, 16);
            tableEncodingAudio.Margin = new System.Windows.Forms.Padding(0);
            tableEncodingAudio.Name = "tableEncodingAudio";
            tableEncodingAudio.RowCount = 2;
            tableEncodingAudio.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableEncodingAudio.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableEncodingAudio.Size = new System.Drawing.Size(1035, 54);
            tableEncodingAudio.TabIndex = 0;
            // 
            // buttonAudioEnabledDefault
            // 
            tableEncodingAudio.SetColumnSpan(this.buttonAudioEnabledDefault, 2);
            this.buttonAudioEnabledDefault.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonAudioEnabledDefault.Location = new System.Drawing.Point(170, 3);
            this.buttonAudioEnabledDefault.Name = "buttonAudioEnabledDefault";
            this.buttonAudioEnabledDefault.Size = new System.Drawing.Size(54, 22);
            this.buttonAudioEnabledDefault.TabIndex = 6;
            this.buttonAudioEnabledDefault.Text = "Default";
            this.buttonAudioEnabledDefault.UseVisualStyleBackColor = true;
            this.buttonAudioEnabledDefault.Visible = false;
            this.buttonAudioEnabledDefault.Click += new System.EventHandler(this.buttonAudioEnabledDefault_Click);
            // 
            // boxAudio
            // 
            this.boxAudio.AutoSize = true;
            this.boxAudio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            tableEncodingAudio.SetColumnSpan(this.boxAudio, 2);
            this.boxAudio.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxAudio.Location = new System.Drawing.Point(6, 3);
            this.boxAudio.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
            this.boxAudio.Name = "boxAudio";
            this.boxAudio.Size = new System.Drawing.Size(155, 22);
            this.boxAudio.TabIndex = 1;
            this.boxAudio.Text = "Enable audio:";
            this.boxAudio.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.boxAudio.UseVisualStyleBackColor = true;
            this.boxAudio.CheckedChanged += new System.EventHandler(this.boxAudio_CheckedChanged);
            // 
            // labelAudioHint
            // 
            labelAudioHint.AutoSize = true;
            labelAudioHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioHint.Location = new System.Drawing.Point(230, 0);
            labelAudioHint.Name = "labelAudioHint";
            labelAudioHint.Size = new System.Drawing.Size(802, 28);
            labelAudioHint.TabIndex = 0;
            labelAudioHint.Text = "Do you want a WebM with sound? You found the setting for it.";
            labelAudioHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // panelEncodingModeSwapperTwo
            // 
            tableEncodingAudio.SetColumnSpan(panelEncodingModeSwapperTwo, 5);
            panelEncodingModeSwapperTwo.Controls.Add(this.tableAudioConstantOptions);
            panelEncodingModeSwapperTwo.Controls.Add(this.tableAudioVariableOptions);
            panelEncodingModeSwapperTwo.Dock = System.Windows.Forms.DockStyle.Fill;
            panelEncodingModeSwapperTwo.Location = new System.Drawing.Point(0, 28);
            panelEncodingModeSwapperTwo.Margin = new System.Windows.Forms.Padding(0);
            panelEncodingModeSwapperTwo.Name = "panelEncodingModeSwapperTwo";
            panelEncodingModeSwapperTwo.Size = new System.Drawing.Size(1035, 28);
            panelEncodingModeSwapperTwo.TabIndex = 2;
            // 
            // tableAudioConstantOptions
            // 
            this.tableAudioConstantOptions.ColumnCount = 4;
            this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableAudioConstantOptions.Controls.Add(labelAudioBitrate, 0, 0);
            this.tableAudioConstantOptions.Controls.Add(this.boxAudioBitrate, 1, 0);
            this.tableAudioConstantOptions.Controls.Add(labelAudioBitrateUnit, 2, 0);
            this.tableAudioConstantOptions.Controls.Add(labelAudioBitrateHint, 4, 0);
            this.tableAudioConstantOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableAudioConstantOptions.Location = new System.Drawing.Point(0, 0);
            this.tableAudioConstantOptions.Margin = new System.Windows.Forms.Padding(0);
            this.tableAudioConstantOptions.Name = "tableAudioConstantOptions";
            this.tableAudioConstantOptions.RowCount = 1;
            this.tableAudioConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableAudioConstantOptions.Size = new System.Drawing.Size(1035, 28);
            this.tableAudioConstantOptions.TabIndex = 0;
            // 
            // labelAudioBitrate
            // 
            labelAudioBitrate.AutoSize = true;
            labelAudioBitrate.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioBitrate.Location = new System.Drawing.Point(3, 0);
            labelAudioBitrate.Name = "labelAudioBitrate";
            labelAudioBitrate.Size = new System.Drawing.Size(73, 28);
            labelAudioBitrate.TabIndex = 0;
            labelAudioBitrate.Text = "Bitrate:";
            labelAudioBitrate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // boxAudioBitrate
            // 
            this.boxAudioBitrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.boxAudioBitrate.Enabled = false;
            this.boxAudioBitrate.Location = new System.Drawing.Point(82, 4);
            this.boxAudioBitrate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.boxAudioBitrate.Name = "boxAudioBitrate";
            this.boxAudioBitrate.Size = new System.Drawing.Size(115, 20);
            this.boxAudioBitrate.TabIndex = 1;
            this.boxAudioBitrate.TextChanged += new System.EventHandler(this.UpdateArguments);
            this.boxAudioBitrate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly);
            // 
            // labelAudioBitrateUnit
            // 
            labelAudioBitrateUnit.AutoSize = true;
            labelAudioBitrateUnit.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioBitrateUnit.Location = new System.Drawing.Point(197, 0);
            labelAudioBitrateUnit.Margin = new System.Windows.Forms.Padding(0);
            labelAudioBitrateUnit.Name = "labelAudioBitrateUnit";
            labelAudioBitrateUnit.Size = new System.Drawing.Size(30, 28);
            labelAudioBitrateUnit.TabIndex = 0;
            labelAudioBitrateUnit.Text = "Kb/s";
            labelAudioBitrateUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelAudioBitrateHint
            // 
            labelAudioBitrateHint.AutoSize = true;
            labelAudioBitrateHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioBitrateHint.Location = new System.Drawing.Point(230, 0);
            labelAudioBitrateHint.Name = "labelAudioBitrateHint";
            labelAudioBitrateHint.Size = new System.Drawing.Size(802, 28);
            labelAudioBitrateHint.TabIndex = 0;
            labelAudioBitrateHint.Text = "Determines the quality of the audio.";
            labelAudioBitrateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tableAudioVariableOptions
            // 
            this.tableAudioVariableOptions.ColumnCount = 4;
            this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableAudioVariableOptions.Controls.Add(labelAudioQuality, 0, 0);
            this.tableAudioVariableOptions.Controls.Add(this.numericAudioQuality, 1, 0);
            this.tableAudioVariableOptions.Controls.Add(labelAudioQualityHint, 4, 0);
            this.tableAudioVariableOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableAudioVariableOptions.Location = new System.Drawing.Point(0, 0);
            this.tableAudioVariableOptions.Margin = new System.Windows.Forms.Padding(0);
            this.tableAudioVariableOptions.Name = "tableAudioVariableOptions";
            this.tableAudioVariableOptions.RowCount = 1;
            this.tableAudioVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableAudioVariableOptions.Size = new System.Drawing.Size(1035, 28);
            this.tableAudioVariableOptions.TabIndex = 0;
            // 
            // labelAudioQuality
            // 
            labelAudioQuality.AutoSize = true;
            labelAudioQuality.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioQuality.Location = new System.Drawing.Point(3, 0);
            labelAudioQuality.Name = "labelAudioQuality";
            labelAudioQuality.Size = new System.Drawing.Size(73, 28);
            labelAudioQuality.TabIndex = 0;
            labelAudioQuality.Text = "Quality:";
            labelAudioQuality.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // numericAudioQuality
            // 
            this.tableAudioVariableOptions.SetColumnSpan(this.numericAudioQuality, 2);
            this.numericAudioQuality.Dock = System.Windows.Forms.DockStyle.Fill;
            this.numericAudioQuality.Enabled = false;
            this.numericAudioQuality.Location = new System.Drawing.Point(82, 3);
            this.numericAudioQuality.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericAudioQuality.Name = "numericAudioQuality";
            this.numericAudioQuality.Size = new System.Drawing.Size(142, 20);
            this.numericAudioQuality.TabIndex = 1;
            this.numericAudioQuality.TabStop = false;
            this.numericAudioQuality.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
            this.numericAudioQuality.ValueChanged += new System.EventHandler(this.UpdateArguments);
            // 
            // labelAudioQualityHint
            // 
            labelAudioQualityHint.AutoSize = true;
            labelAudioQualityHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAudioQualityHint.Location = new System.Drawing.Point(230, 0);
            labelAudioQualityHint.Name = "labelAudioQualityHint";
            labelAudioQualityHint.Size = new System.Drawing.Size(802, 28);
            labelAudioQualityHint.TabIndex = 0;
            labelAudioQualityHint.Text = "Determines the average quality of the audio. 10 is the highest quality.";
            labelAudioQualityHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tabAdvanced
            // 
            tabAdvanced.AutoScroll = true;
            tabAdvanced.BackColor = System.Drawing.SystemColors.Control;
            tabAdvanced.Controls.Add(tableAdvanced);
            tabAdvanced.Location = new System.Drawing.Point(4, 22);
            tabAdvanced.Name = "tabAdvanced";
            tabAdvanced.Padding = new System.Windows.Forms.Padding(3);
            tabAdvanced.Size = new System.Drawing.Size(1053, 307);
            tabAdvanced.TabIndex = 4;
            tabAdvanced.Text = "Advanced";
            // 
            // tableAdvanced
            // 
            tableAdvanced.ColumnCount = 1;
            tableAdvanced.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableAdvanced.Controls.Add(labelAdvancedWarning, 0, 0);
            tableAdvanced.Controls.Add(groupAdvancedProcessing, 0, 1);
            tableAdvanced.Controls.Add(groupAdvancedEncoding, 0, 2);
            tableAdvanced.Dock = System.Windows.Forms.DockStyle.Fill;
            tableAdvanced.Location = new System.Drawing.Point(3, 3);
            tableAdvanced.Name = "tableAdvanced";
            tableAdvanced.RowCount = 4;
            tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F));
            tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 163F));
            tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableAdvanced.Size = new System.Drawing.Size(1047, 301);
            tableAdvanced.TabIndex = 1;
            // 
            // labelAdvancedWarning
            // 
            labelAdvancedWarning.AutoSize = true;
            tableAdvanced.SetColumnSpan(labelAdvancedWarning, 3);
            labelAdvancedWarning.Dock = System.Windows.Forms.DockStyle.Fill;
            labelAdvancedWarning.Location = new System.Drawing.Point(3, 3);
            labelAdvancedWarning.Margin = new System.Windows.Forms.Padding(3);
            labelAdvancedWarning.Name = "labelAdvancedWarning";
            labelAdvancedWarning.Size = new System.Drawing.Size(1041, 22);
            labelAdvancedWarning.TabIndex = 0;
            labelAdvancedWarning.Text = "Do not modify these settings unless you are 100% sure you know what you\'re doing." +
    "";
            labelAdvancedWarning.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // groupAdvancedProcessing
            // 
            groupAdvancedProcessing.Controls.Add(tableAdvancedProcessing);
            groupAdvancedProcessing.Dock = System.Windows.Forms.DockStyle.Fill;
            groupAdvancedProcessing.Location = new System.Drawing.Point(3, 31);
            groupAdvancedProcessing.Name = "groupAdvancedProcessing";
            groupAdvancedProcessing.Size = new System.Drawing.Size(1041, 101);
            groupAdvancedProcessing.TabIndex = 1;
            groupAdvancedProcessing.TabStop = false;
            groupAdvancedProcessing.Text = "Processing";
            // 
            // tableAdvancedProcessing
            // 
            tableAdvancedProcessing.ColumnCount = 3;
            tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 148F));
            tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableAdvancedProcessing.Controls.Add(labelProcessingLevels, 0, 0);
            tableAdvancedProcessing.Controls.Add(this.comboLevels, 1, 0);
            tableAdvancedProcessing.Controls.Add(labelProcessingLevelsHint, 2, 0);
            tableAdvancedProcessing.Controls.Add(this.boxDeinterlace, 0, 1);
            tableAdvancedProcessing.Controls.Add(labelProcessingDeinterlaceHint, 2, 1);
            tableAdvancedProcessing.Controls.Add(this.boxDenoise, 0, 2);
            tableAdvancedProcessing.Controls.Add(labelProcessingDenoiseHint, 2, 2);
            tableAdvancedProcessing.Dock = System.Windows.Forms.DockStyle.Fill;
            tableAdvancedProcessing.Location = new System.Drawing.Point(3, 16);
            tableAdvancedProcessing.Name = "tableAdvancedProcessing";
            tableAdvancedProcessing.RowCount = 3;
            tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedProcessing.Size = new System.Drawing.Size(1035, 82);
            tableAdvancedProcessing.TabIndex = 1;
            // 
            // labelProcessingLevels
            // 
            labelProcessingLevels.AutoSize = true;
            labelProcessingLevels.Dock = System.Windows.Forms.DockStyle.Fill;
            labelProcessingLevels.Location = new System.Drawing.Point(3, 0);
            labelProcessingLevels.Name = "labelProcessingLevels";
            labelProcessingLevels.Size = new System.Drawing.Size(73, 28);
            labelProcessingLevels.TabIndex = 0;
            labelProcessingLevels.Text = "Color levels:";
            labelProcessingLevels.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comboLevels
            // 
            this.comboLevels.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.comboLevels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboLevels.Items.AddRange(new object[] {
            "Leave them alone",
            "Expand (TV -> PC)",
            "Contract (PC -> TV)"});
            this.comboLevels.Location = new System.Drawing.Point(82, 3);
            this.comboLevels.Name = "comboLevels";
            this.comboLevels.Size = new System.Drawing.Size(142, 21);
            this.comboLevels.TabIndex = 1;
            this.comboLevels.SelectedIndexChanged += new System.EventHandler(this.comboLevels_SelectedIndexChanged);
            // 
            // labelProcessingLevelsHint
            // 
            labelProcessingLevelsHint.AutoSize = true;
            labelProcessingLevelsHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelProcessingLevelsHint.Location = new System.Drawing.Point(230, 0);
            labelProcessingLevelsHint.Name = "labelProcessingLevelsHint";
            labelProcessingLevelsHint.Size = new System.Drawing.Size(802, 28);
            labelProcessingLevelsHint.TabIndex = 0;
            labelProcessingLevelsHint.Text = "If your video looks either too dark or too light, this may be the fault of the in" +
    "put color range being whack. You can manually fix this by using this option.";
            labelProcessingLevelsHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // boxDeinterlace
            // 
            this.boxDeinterlace.AutoSize = true;
            this.boxDeinterlace.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            tableAdvancedProcessing.SetColumnSpan(this.boxDeinterlace, 2);
            this.boxDeinterlace.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxDeinterlace.Location = new System.Drawing.Point(3, 31);
            this.boxDeinterlace.Name = "boxDeinterlace";
            this.boxDeinterlace.Size = new System.Drawing.Size(221, 22);
            this.boxDeinterlace.TabIndex = 2;
            this.boxDeinterlace.Text = "Deinterlace:";
            this.boxDeinterlace.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.boxDeinterlace.UseVisualStyleBackColor = true;
            this.boxDeinterlace.CheckedChanged += new System.EventHandler(this.boxDeinterlace_CheckedChanged);
            // 
            // labelProcessingDeinterlaceHint
            // 
            labelProcessingDeinterlaceHint.AutoSize = true;
            labelProcessingDeinterlaceHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelProcessingDeinterlaceHint.Location = new System.Drawing.Point(230, 28);
            labelProcessingDeinterlaceHint.Name = "labelProcessingDeinterlaceHint";
            labelProcessingDeinterlaceHint.Size = new System.Drawing.Size(802, 28);
            labelProcessingDeinterlaceHint.TabIndex = 0;
            labelProcessingDeinterlaceHint.Text = "Attempt to deinterlace an interlaced input video.";
            labelProcessingDeinterlaceHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // boxDenoise
            // 
            this.boxDenoise.AutoSize = true;
            this.boxDenoise.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            tableAdvancedProcessing.SetColumnSpan(this.boxDenoise, 2);
            this.boxDenoise.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxDenoise.Location = new System.Drawing.Point(3, 59);
            this.boxDenoise.Name = "boxDenoise";
            this.boxDenoise.Size = new System.Drawing.Size(221, 22);
            this.boxDenoise.TabIndex = 3;
            this.boxDenoise.Text = "Denoise:";
            this.boxDenoise.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.boxDenoise.UseVisualStyleBackColor = true;
            this.boxDenoise.CheckedChanged += new System.EventHandler(this.boxDenoise_CheckedChanged);
            // 
            // labelProcessingDenoiseHint
            // 
            labelProcessingDenoiseHint.AutoSize = true;
            labelProcessingDenoiseHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelProcessingDenoiseHint.Location = new System.Drawing.Point(230, 56);
            labelProcessingDenoiseHint.Name = "labelProcessingDenoiseHint";
            labelProcessingDenoiseHint.Size = new System.Drawing.Size(802, 28);
            labelProcessingDenoiseHint.TabIndex = 0;
            labelProcessingDenoiseHint.Text = "Denoise the video, resulting in less detailed video but more bang for your buck w" +
    "hen it comes to bitrate.";
            labelProcessingDenoiseHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // groupAdvancedEncoding
            // 
            groupAdvancedEncoding.AutoSize = true;
            groupAdvancedEncoding.Controls.Add(tableAdvancedEncoding);
            groupAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill;
            groupAdvancedEncoding.Location = new System.Drawing.Point(3, 138);
            groupAdvancedEncoding.Name = "groupAdvancedEncoding";
            groupAdvancedEncoding.Size = new System.Drawing.Size(1041, 157);
            groupAdvancedEncoding.TabIndex = 2;
            groupAdvancedEncoding.TabStop = false;
            groupAdvancedEncoding.Text = "Encoding";
            // 
            // tableAdvancedEncoding
            // 
            tableAdvancedEncoding.ColumnCount = 4;
            tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
            tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
            tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableAdvancedEncoding.Controls.Add(this.boxFrameRate, 1, 2);
            tableAdvancedEncoding.Controls.Add(labelEncodingFrameRateHint, 3, 2);
            tableAdvancedEncoding.Controls.Add(labelEncodingFrameRate, 0, 2);
            tableAdvancedEncoding.Controls.Add(labelEncodingNGOVHint, 3, 3);
            tableAdvancedEncoding.Controls.Add(this.boxNGOV, 0, 3);
            tableAdvancedEncoding.Controls.Add(labelEncodingThreads, 0, 0);
            tableAdvancedEncoding.Controls.Add(this.trackThreads, 1, 0);
            tableAdvancedEncoding.Controls.Add(this.labelThreads, 2, 0);
            tableAdvancedEncoding.Controls.Add(labelEncodingThreadsHint, 3, 0);
            tableAdvancedEncoding.Controls.Add(labelEncodingSlices, 0, 1);
            tableAdvancedEncoding.Controls.Add(this.trackSlices, 1, 1);
            tableAdvancedEncoding.Controls.Add(this.labelSlices, 2, 1);
            tableAdvancedEncoding.Controls.Add(labelEncodingSlicesHint, 3, 1);
            tableAdvancedEncoding.Controls.Add(labelEncodingArguments, 0, 4);
            tableAdvancedEncoding.Controls.Add(this.boxArguments, 1, 4);
            tableAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill;
            tableAdvancedEncoding.Location = new System.Drawing.Point(3, 16);
            tableAdvancedEncoding.Name = "tableAdvancedEncoding";
            tableAdvancedEncoding.RowCount = 5;
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            tableAdvancedEncoding.Size = new System.Drawing.Size(1035, 138);
            tableAdvancedEncoding.TabIndex = 0;
            // 
            // boxFrameRate
            // 
            this.boxFrameRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            tableAdvancedEncoding.SetColumnSpan(this.boxFrameRate, 2);
            this.boxFrameRate.Location = new System.Drawing.Point(82, 60);
            this.boxFrameRate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.boxFrameRate.Name = "boxFrameRate";
            this.boxFrameRate.Size = new System.Drawing.Size(145, 20);
            this.boxFrameRate.TabIndex = 8;
            this.boxFrameRate.TextChanged += new System.EventHandler(this.UpdateArguments);
            this.boxFrameRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly);
            // 
            // labelEncodingFrameRateHint
            // 
            labelEncodingFrameRateHint.AutoSize = true;
            labelEncodingFrameRateHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingFrameRateHint.Location = new System.Drawing.Point(230, 56);
            labelEncodingFrameRateHint.Name = "labelEncodingFrameRateHint";
            labelEncodingFrameRateHint.Size = new System.Drawing.Size(802, 28);
            labelEncodingFrameRateHint.TabIndex = 7;
            labelEncodingFrameRateHint.Text = "If you want to change the frame rate of your video, input your desired frame rate" +
    " here. Keep blank to leave the frame rate alone.";
            labelEncodingFrameRateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelEncodingFrameRate
            // 
            labelEncodingFrameRate.AutoSize = true;
            labelEncodingFrameRate.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingFrameRate.Location = new System.Drawing.Point(3, 56);
            labelEncodingFrameRate.Name = "labelEncodingFrameRate";
            labelEncodingFrameRate.Size = new System.Drawing.Size(73, 28);
            labelEncodingFrameRate.TabIndex = 6;
            labelEncodingFrameRate.Text = "Frame rate:";
            labelEncodingFrameRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelEncodingNGOVHint
            // 
            labelEncodingNGOVHint.AutoSize = true;
            labelEncodingNGOVHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingNGOVHint.Location = new System.Drawing.Point(230, 84);
            labelEncodingNGOVHint.Name = "labelEncodingNGOVHint";
            labelEncodingNGOVHint.Size = new System.Drawing.Size(802, 28);
            labelEncodingNGOVHint.TabIndex = 0;
            labelEncodingNGOVHint.Text = "Use the next-gen VP9/Opus encoders instead of the standard VP8/Vorbis. Will resul" +
    "t in extremely long encoding times and less compatibility.\r\nKeep this disabled u" +
    "ntil Moot allows VP9 WebMs.";
            labelEncodingNGOVHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // boxNGOV
            // 
            this.boxNGOV.AutoSize = true;
            this.boxNGOV.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            tableAdvancedEncoding.SetColumnSpan(this.boxNGOV, 3);
            this.boxNGOV.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxNGOV.Location = new System.Drawing.Point(3, 87);
            this.boxNGOV.Name = "boxNGOV";
            this.boxNGOV.Size = new System.Drawing.Size(221, 22);
            this.boxNGOV.TabIndex = 4;
            this.boxNGOV.Text = "VP9/Opus:";
            this.boxNGOV.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.boxNGOV.UseVisualStyleBackColor = true;
            this.boxNGOV.CheckedChanged += new System.EventHandler(this.boxNGOV_CheckedChanged);
            // 
            // labelEncodingThreads
            // 
            labelEncodingThreads.AutoSize = true;
            labelEncodingThreads.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingThreads.Location = new System.Drawing.Point(3, 0);
            labelEncodingThreads.Name = "labelEncodingThreads";
            labelEncodingThreads.Size = new System.Drawing.Size(73, 28);
            labelEncodingThreads.TabIndex = 0;
            labelEncodingThreads.Text = "Threads:";
            labelEncodingThreads.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // trackThreads
            // 
            this.trackThreads.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackThreads.Location = new System.Drawing.Point(79, 0);
            this.trackThreads.Margin = new System.Windows.Forms.Padding(0);
            this.trackThreads.Maximum = 16;
            this.trackThreads.Minimum = 1;
            this.trackThreads.Name = "trackThreads";
            this.trackThreads.Size = new System.Drawing.Size(118, 28);
            this.trackThreads.TabIndex = 1;
            this.trackThreads.Value = 1;
            this.trackThreads.ValueChanged += new System.EventHandler(this.trackThreads_ValueChanged);
            // 
            // labelThreads
            // 
            this.labelThreads.AutoSize = true;
            this.labelThreads.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelThreads.Location = new System.Drawing.Point(197, 0);
            this.labelThreads.Margin = new System.Windows.Forms.Padding(0);
            this.labelThreads.Name = "labelThreads";
            this.labelThreads.Size = new System.Drawing.Size(30, 28);
            this.labelThreads.TabIndex = 0;
            this.labelThreads.Text = "1";
            this.labelThreads.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelEncodingThreadsHint
            // 
            labelEncodingThreadsHint.AutoSize = true;
            labelEncodingThreadsHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingThreadsHint.Location = new System.Drawing.Point(230, 0);
            labelEncodingThreadsHint.Name = "labelEncodingThreadsHint";
            labelEncodingThreadsHint.Size = new System.Drawing.Size(802, 28);
            labelEncodingThreadsHint.TabIndex = 0;
            labelEncodingThreadsHint.Text = "Determines amount of threads ffmpeg uses. Try setting this to 1 if ffmpeg.exe cra" +
    "shes as soon as you click Convert.";
            labelEncodingThreadsHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelEncodingSlices
            // 
            labelEncodingSlices.AutoSize = true;
            labelEncodingSlices.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingSlices.Location = new System.Drawing.Point(3, 28);
            labelEncodingSlices.Name = "labelEncodingSlices";
            labelEncodingSlices.Size = new System.Drawing.Size(73, 28);
            labelEncodingSlices.TabIndex = 0;
            labelEncodingSlices.Text = "Slices:";
            labelEncodingSlices.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // trackSlices
            // 
            this.trackSlices.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackSlices.Location = new System.Drawing.Point(79, 28);
            this.trackSlices.Margin = new System.Windows.Forms.Padding(0);
            this.trackSlices.Maximum = 4;
            this.trackSlices.Minimum = 1;
            this.trackSlices.Name = "trackSlices";
            this.trackSlices.Size = new System.Drawing.Size(118, 28);
            this.trackSlices.TabIndex = 2;
            this.trackSlices.Value = 1;
            this.trackSlices.ValueChanged += new System.EventHandler(this.trackSlices_ValueChanged);
            // 
            // labelSlices
            // 
            this.labelSlices.AutoSize = true;
            this.labelSlices.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelSlices.Location = new System.Drawing.Point(197, 28);
            this.labelSlices.Margin = new System.Windows.Forms.Padding(0);
            this.labelSlices.Name = "labelSlices";
            this.labelSlices.Size = new System.Drawing.Size(30, 28);
            this.labelSlices.TabIndex = 0;
            this.labelSlices.Text = "1";
            this.labelSlices.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelEncodingSlicesHint
            // 
            labelEncodingSlicesHint.AutoSize = true;
            labelEncodingSlicesHint.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingSlicesHint.Location = new System.Drawing.Point(230, 28);
            labelEncodingSlicesHint.Name = "labelEncodingSlicesHint";
            labelEncodingSlicesHint.Size = new System.Drawing.Size(802, 28);
            labelEncodingSlicesHint.TabIndex = 0;
            labelEncodingSlicesHint.Text = "Split frames into slices before encoding them. Results in a higher quality per fr" +
    "ame. 4 slices is standard for 720p resolutions.";
            labelEncodingSlicesHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelEncodingArguments
            // 
            labelEncodingArguments.AutoSize = true;
            labelEncodingArguments.Dock = System.Windows.Forms.DockStyle.Fill;
            labelEncodingArguments.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            labelEncodingArguments.Location = new System.Drawing.Point(3, 112);
            labelEncodingArguments.Name = "labelEncodingArguments";
            labelEncodingArguments.Size = new System.Drawing.Size(73, 28);
            labelEncodingArguments.TabIndex = 0;
            labelEncodingArguments.Text = "Arguments:";
            labelEncodingArguments.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // boxArguments
            // 
            this.boxArguments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            tableAdvancedEncoding.SetColumnSpan(this.boxArguments, 3);
            this.boxArguments.Location = new System.Drawing.Point(82, 116);
            this.boxArguments.Name = "boxArguments";
            this.boxArguments.Size = new System.Drawing.Size(950, 20);
            this.boxArguments.TabIndex = 5;
            // 
            // statusStrip
            // 
            statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel});
            statusStrip.Location = new System.Drawing.Point(3, 424);
            statusStrip.Name = "statusStrip";
            statusStrip.Size = new System.Drawing.Size(1067, 22);
            statusStrip.SizingGrip = false;
            statusStrip.TabIndex = 6;
            // 
            // toolStripStatusLabel
            // 
            this.toolStripStatusLabel.Name = "toolStripStatusLabel";
            this.toolStripStatusLabel.Size = new System.Drawing.Size(1052, 17);
            this.toolStripStatusLabel.Spring = true;
            this.toolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // panelContainTheProgressBar
            // 
            this.panelContainTheProgressBar.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.panelContainTheProgressBar.AutoSize = true;
            this.panelContainTheProgressBar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panelContainTheProgressBar.BackColor = System.Drawing.SystemColors.Control;
            this.panelContainTheProgressBar.Controls.Add(this.boxIndexingProgressDetails);
            this.panelContainTheProgressBar.Controls.Add(this.boxIndexingProgress);
            this.panelContainTheProgressBar.Controls.Add(this.labelIndexingProgress);
            this.panelContainTheProgressBar.Controls.Add(this.progressBarIndexing);
            this.panelContainTheProgressBar.Location = new System.Drawing.Point(299, 148);
            this.panelContainTheProgressBar.Name = "panelContainTheProgressBar";
            this.panelContainTheProgressBar.Size = new System.Drawing.Size(469, 205);
            this.panelContainTheProgressBar.TabIndex = 0;
            // 
            // boxIndexingProgressDetails
            // 
            this.boxIndexingProgressDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.boxIndexingProgressDetails.Appearance = System.Windows.Forms.Appearance.Button;
            this.boxIndexingProgressDetails.AutoSize = true;
            this.boxIndexingProgressDetails.Location = new System.Drawing.Point(414, 5);
            this.boxIndexingProgressDetails.Name = "boxIndexingProgressDetails";
            this.boxIndexingProgressDetails.Size = new System.Drawing.Size(49, 23);
            this.boxIndexingProgressDetails.TabIndex = 1;
            this.boxIndexingProgressDetails.Text = "Details";
            this.boxIndexingProgressDetails.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.boxIndexingProgressDetails.UseVisualStyleBackColor = true;
            this.boxIndexingProgressDetails.CheckedChanged += new System.EventHandler(this.boxIndexingProgressDetails_CheckedChanged);
            // 
            // boxIndexingProgress
            // 
            this.boxIndexingProgress.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.boxIndexingProgress.Location = new System.Drawing.Point(6, 61);
            this.boxIndexingProgress.Margin = new System.Windows.Forms.Padding(3, 3, 3, 6);
            this.boxIndexingProgress.Multiline = true;
            this.boxIndexingProgress.Name = "boxIndexingProgress";
            this.boxIndexingProgress.ReadOnly = true;
            this.boxIndexingProgress.Size = new System.Drawing.Size(457, 138);
            this.boxIndexingProgress.TabIndex = 0;
            this.boxIndexingProgress.Visible = false;
            // 
            // labelIndexingProgress
            // 
            this.labelIndexingProgress.BackColor = System.Drawing.Color.Transparent;
            this.labelIndexingProgress.Location = new System.Drawing.Point(4, 5);
            this.labelIndexingProgress.Name = "labelIndexingProgress";
            this.labelIndexingProgress.Size = new System.Drawing.Size(460, 23);
            this.labelIndexingProgress.TabIndex = 1;
            this.labelIndexingProgress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // progressBarIndexing
            // 
            this.progressBarIndexing.Location = new System.Drawing.Point(6, 32);
            this.progressBarIndexing.Margin = new System.Windows.Forms.Padding(6);
            this.progressBarIndexing.Name = "progressBarIndexing";
            this.progressBarIndexing.Size = new System.Drawing.Size(457, 23);
            this.progressBarIndexing.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
            this.progressBarIndexing.TabIndex = 0;
            this.progressBarIndexing.Value = 30;
            // 
            // panelHideTheOptions
            // 
            this.panelHideTheOptions.BackColor = System.Drawing.SystemColors.ControlDark;
            this.panelHideTheOptions.Controls.Add(this.panelContainTheProgressBar);
            this.panelHideTheOptions.Location = new System.Drawing.Point(3, 88);
            this.panelHideTheOptions.Name = "panelHideTheOptions";
            this.panelHideTheOptions.Size = new System.Drawing.Size(1067, 356);
            this.panelHideTheOptions.TabIndex = 3;
            // 
            // buttonRate
            // 
            this.buttonRate.AccessibleDescription = "Speed up or slow down your video.";
            this.buttonRate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.buttonRate.Enabled = false;
            this.buttonRate.Name = "buttonRate";
            this.buttonRate.Size = new System.Drawing.Size(78, 22);
            this.buttonRate.Text = "Change Rate";
            this.buttonRate.Click += new System.EventHandler(this.buttonRate_Click);
            this.buttonRate.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip);
            this.buttonRate.MouseLeave += new System.EventHandler(this.clearToolTip);
            // 
            // MainForm
            // 
            this.AcceptButton = this.buttonGo;
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1073, 446);
            this.Controls.Add(statusStrip);
            this.Controls.Add(tableMainForm);
            this.Controls.Add(this.panelHideTheOptions);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimumSize = new System.Drawing.Size(975, 270);
            this.Name = "MainForm";
            this.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.Text = "WebM for Gits";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.Shown += new System.EventHandler(this.MainForm_Shown);
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.HandleDragDrop);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.HandleDragEnter);
            tableMainForm.ResumeLayout(false);
            groupMain.ResumeLayout(false);
            tableMain.ResumeLayout(false);
            tableMain.PerformLayout();
            tabControlOptions.ResumeLayout(false);
            tabProcessing.ResumeLayout(false);
            tableProcessing.ResumeLayout(false);
            tableProcessing.PerformLayout();
            toolStripProcessing.ResumeLayout(false);
            toolStripProcessing.PerformLayout();
            panelProcessingInput.ResumeLayout(false);
            panelProcessingInput.PerformLayout();
            tabEncoding.ResumeLayout(false);
            tableEncoding.ResumeLayout(false);
            groupEncodingGeneral.ResumeLayout(false);
            tableEncodingGeneral.ResumeLayout(false);
            tableEncodingGeneral.PerformLayout();
            groupEncodingVideo.ResumeLayout(false);
            this.tableLayoutPanelEncodingVideo.ResumeLayout(false);
            this.tableLayoutPanelEncodingVideo.PerformLayout();
            panelEncodingModeSwapper.ResumeLayout(false);
            this.tableVideoConstantOptions.ResumeLayout(false);
            this.tableVideoConstantOptions.PerformLayout();
            this.tableVideoVariableOptions.ResumeLayout(false);
            this.tableVideoVariableOptions.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericCrf)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericCrfTolerance)).EndInit();
            groupEncodingAudio.ResumeLayout(false);
            tableEncodingAudio.ResumeLayout(false);
            tableEncodingAudio.PerformLayout();
            panelEncodingModeSwapperTwo.ResumeLayout(false);
            this.tableAudioConstantOptions.ResumeLayout(false);
            this.tableAudioConstantOptions.PerformLayout();
            this.tableAudioVariableOptions.ResumeLayout(false);
            this.tableAudioVariableOptions.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericAudioQuality)).EndInit();
            tabAdvanced.ResumeLayout(false);
            tableAdvanced.ResumeLayout(false);
            tableAdvanced.PerformLayout();
            groupAdvancedProcessing.ResumeLayout(false);
            tableAdvancedProcessing.ResumeLayout(false);
            tableAdvancedProcessing.PerformLayout();
            groupAdvancedEncoding.ResumeLayout(false);
            tableAdvancedEncoding.ResumeLayout(false);
            tableAdvancedEncoding.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackThreads)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackSlices)).EndInit();
            statusStrip.ResumeLayout(false);
            statusStrip.PerformLayout();
            this.panelContainTheProgressBar.ResumeLayout(false);
            this.panelContainTheProgressBar.PerformLayout();
            this.panelHideTheOptions.ResumeLayout(false);
            this.panelHideTheOptions.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel        tableLayoutPanel5;
     DOL.Tools.QuestDesigner.Controls.HeaderStrip headerStrip2;
     System.Windows.Forms.ToolStripLabel          toolStripLabel2;
     DOL.Tools.QuestDesigner.Controls.HeaderStrip headerStrip1;
     System.Windows.Forms.ToolStripLabel          toolStripLabel1;
     System.Windows.Forms.DataGridViewCellStyle   dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.Label labelQuestName;
     System.Windows.Forms.Label labelTitle;
     System.Windows.Forms.Label labelAuthor;
     System.Windows.Forms.Label labelDate;
     System.Windows.Forms.Label labelVersion;
     System.Windows.Forms.Label labelNamespace;
     System.Windows.Forms.Label labelLevel;
     System.Windows.Forms.Label labelInvitingNPC;
     System.Windows.Forms.Label labelMaxQuestCount;
     System.Windows.Forms.Label labelNotes;
     this.QuestStep         = new System.Windows.Forms.DataGridView();
     this.QuestName         = new System.Windows.Forms.TextBox();
     this.Title             = new System.Windows.Forms.TextBox();
     this.Author            = new System.Windows.Forms.TextBox();
     this.scriptDate        = new System.Windows.Forms.DateTimePicker();
     this.Version           = new System.Windows.Forms.TextBox();
     this.Namespace         = new System.Windows.Forms.TextBox();
     this.LevelMin          = new System.Windows.Forms.NumericUpDown();
     this.LevelMax          = new System.Windows.Forms.NumericUpDown();
     this.InvitingNPC       = new System.Windows.Forms.ComboBox();
     this.MaxQuestCount     = new System.Windows.Forms.NumericUpDown();
     this.Notes             = new System.Windows.Forms.TextBox();
     this.labelClasses      = new System.Windows.Forms.Label();
     this.listBoxAllowed    = new System.Windows.Forms.ListBox();
     this.listBoxAvailable  = new System.Windows.Forms.ListBox();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.buttonAddClass    = new System.Windows.Forms.Button();
     this.buttonRemoveClass = new System.Windows.Forms.Button();
     this.errorProvider     = new System.Windows.Forms.ErrorProvider(this.components);
     tableLayoutPanel5      = new System.Windows.Forms.TableLayoutPanel();
     headerStrip2           = new DOL.Tools.QuestDesigner.Controls.HeaderStrip();
     toolStripLabel2        = new System.Windows.Forms.ToolStripLabel();
     headerStrip1           = new DOL.Tools.QuestDesigner.Controls.HeaderStrip();
     toolStripLabel1        = new System.Windows.Forms.ToolStripLabel();
     labelQuestName         = new System.Windows.Forms.Label();
     labelTitle             = new System.Windows.Forms.Label();
     labelAuthor            = new System.Windows.Forms.Label();
     labelDate          = new System.Windows.Forms.Label();
     labelVersion       = new System.Windows.Forms.Label();
     labelNamespace     = new System.Windows.Forms.Label();
     labelLevel         = new System.Windows.Forms.Label();
     labelInvitingNPC   = new System.Windows.Forms.Label();
     labelMaxQuestCount = new System.Windows.Forms.Label();
     labelNotes         = new System.Windows.Forms.Label();
     tableLayoutPanel5.SuspendLayout();
     headerStrip2.SuspendLayout();
     headerStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.QuestStep)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LevelMin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LevelMax)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MaxQuestCount)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel5
     //
     tableLayoutPanel5.ColumnCount = 6;
     tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 112F));
     tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 112F));
     tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     tableLayoutPanel5.Controls.Add(headerStrip2, 0, 0);
     tableLayoutPanel5.Controls.Add(headerStrip1, 0, 8);
     tableLayoutPanel5.Controls.Add(this.QuestStep, 0, 9);
     tableLayoutPanel5.Controls.Add(labelQuestName, 0, 1);
     tableLayoutPanel5.Controls.Add(this.QuestName, 1, 1);
     tableLayoutPanel5.Controls.Add(labelTitle, 0, 2);
     tableLayoutPanel5.Controls.Add(this.Title, 1, 2);
     tableLayoutPanel5.Controls.Add(labelAuthor, 0, 3);
     tableLayoutPanel5.Controls.Add(this.Author, 1, 3);
     tableLayoutPanel5.Controls.Add(labelDate, 0, 4);
     tableLayoutPanel5.Controls.Add(this.scriptDate, 1, 4);
     tableLayoutPanel5.Controls.Add(labelVersion, 0, 5);
     tableLayoutPanel5.Controls.Add(this.Version, 1, 5);
     tableLayoutPanel5.Controls.Add(labelNamespace, 0, 6);
     tableLayoutPanel5.Controls.Add(this.Namespace, 1, 6);
     tableLayoutPanel5.Controls.Add(labelLevel, 3, 1);
     tableLayoutPanel5.Controls.Add(this.LevelMin, 4, 1);
     tableLayoutPanel5.Controls.Add(this.LevelMax, 5, 1);
     tableLayoutPanel5.Controls.Add(labelInvitingNPC, 3, 2);
     tableLayoutPanel5.Controls.Add(this.InvitingNPC, 4, 2);
     tableLayoutPanel5.Controls.Add(labelMaxQuestCount, 3, 3);
     tableLayoutPanel5.Controls.Add(this.MaxQuestCount, 4, 3);
     tableLayoutPanel5.Controls.Add(labelNotes, 3, 4);
     tableLayoutPanel5.Controls.Add(this.Notes, 3, 5);
     tableLayoutPanel5.Controls.Add(this.labelClasses, 0, 7);
     tableLayoutPanel5.Controls.Add(this.listBoxAllowed, 1, 7);
     tableLayoutPanel5.Controls.Add(this.listBoxAvailable, 3, 7);
     tableLayoutPanel5.Controls.Add(this.flowLayoutPanel1, 2, 7);
     tableLayoutPanel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel5.Margin   = new System.Windows.Forms.Padding(2);
     tableLayoutPanel5.Name     = "tableLayoutPanel5";
     tableLayoutPanel5.RowCount = 9;
     tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel5.Size     = new System.Drawing.Size(606, 464);
     tableLayoutPanel5.TabIndex = 8;
     //
     // headerStrip2
     //
     headerStrip2.AutoSize = false;
     tableLayoutPanel5.SetColumnSpan(headerStrip2, 6);
     headerStrip2.Dock      = System.Windows.Forms.DockStyle.Fill;
     headerStrip2.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
     headerStrip2.ForeColor = System.Drawing.Color.White;
     headerStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     headerStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripLabel2
     });
     headerStrip2.Location = new System.Drawing.Point(0, 0);
     headerStrip2.Name     = "headerStrip2";
     headerStrip2.Size     = new System.Drawing.Size(606, 30);
     headerStrip2.TabIndex = 23;
     headerStrip2.Text     = "header";
     //
     // toolStripLabel2
     //
     toolStripLabel2.ForeColor = System.Drawing.Color.Gray;
     toolStripLabel2.Name      = "toolStripLabel2";
     toolStripLabel2.Size      = new System.Drawing.Size(110, 27);
     toolStripLabel2.Text      = "Quest Details";
     //
     // headerStrip1
     //
     headerStrip1.AutoSize = false;
     tableLayoutPanel5.SetColumnSpan(headerStrip1, 6);
     headerStrip1.Dock      = System.Windows.Forms.DockStyle.Fill;
     headerStrip1.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
     headerStrip1.ForeColor = System.Drawing.Color.White;
     headerStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     headerStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripLabel1
     });
     headerStrip1.Location = new System.Drawing.Point(0, 266);
     headerStrip1.Name     = "headerStrip1";
     headerStrip1.Size     = new System.Drawing.Size(606, 25);
     headerStrip1.TabIndex = 22;
     headerStrip1.Text     = "header";
     //
     // toolStripLabel1
     //
     toolStripLabel1.Font      = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     toolStripLabel1.ForeColor = System.Drawing.Color.Gray;
     toolStripLabel1.Name      = "toolStripLabel1";
     toolStripLabel1.Size      = new System.Drawing.Size(94, 22);
     toolStripLabel1.Text      = "Quest Steps";
     //
     // QuestStep
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.QuestStep.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.QuestStep.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.QuestStep.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.QuestStep.BackgroundColor             = System.Drawing.SystemColors.Control;
     this.QuestStep.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     tableLayoutPanel5.SetColumnSpan(this.QuestStep, 6);
     this.QuestStep.DataMember         = "QuestStep";
     this.QuestStep.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.QuestStep.Location           = new System.Drawing.Point(3, 294);
     this.QuestStep.Name               = "QuestStep";
     this.QuestStep.RowTemplate.Height = 24;
     this.QuestStep.Size               = new System.Drawing.Size(600, 167);
     this.QuestStep.TabIndex           = 21;
     //
     // labelQuestName
     //
     labelQuestName.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     labelQuestName.AutoSize = true;
     labelQuestName.Location = new System.Drawing.Point(3, 36);
     labelQuestName.Name     = "labelQuestName";
     labelQuestName.Size     = new System.Drawing.Size(35, 13);
     labelQuestName.TabIndex = 0;
     labelQuestName.Text     = "Name";
     //
     // QuestName
     //
     this.QuestName.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.QuestName.Location    = new System.Drawing.Point(115, 33);
     this.QuestName.Name        = "QuestName";
     this.QuestName.Size        = new System.Drawing.Size(170, 20);
     this.QuestName.TabIndex    = 1;
     this.QuestName.Validating += new System.ComponentModel.CancelEventHandler(this.QuestName_Validating);
     //
     // labelTitle
     //
     labelTitle.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     labelTitle.AutoSize = true;
     labelTitle.Location = new System.Drawing.Point(3, 63);
     labelTitle.Name     = "labelTitle";
     labelTitle.Size     = new System.Drawing.Size(27, 13);
     labelTitle.TabIndex = 2;
     labelTitle.Text     = "Title";
     //
     // Title
     //
     this.Title.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Title.Location = new System.Drawing.Point(115, 59);
     this.Title.Name     = "Title";
     this.Title.Size     = new System.Drawing.Size(170, 20);
     this.Title.TabIndex = 3;
     //
     // labelAuthor
     //
     labelAuthor.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     labelAuthor.AutoSize = true;
     labelAuthor.Location = new System.Drawing.Point(3, 89);
     labelAuthor.Name     = "labelAuthor";
     labelAuthor.Size     = new System.Drawing.Size(38, 13);
     labelAuthor.TabIndex = 4;
     labelAuthor.Text     = "Author";
     //
     // Author
     //
     this.Author.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Author.Location = new System.Drawing.Point(115, 86);
     this.Author.Name     = "Author";
     this.Author.Size     = new System.Drawing.Size(170, 20);
     this.Author.TabIndex = 5;
     //
     // labelDate
     //
     labelDate.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     labelDate.AutoSize = true;
     labelDate.Location = new System.Drawing.Point(3, 115);
     labelDate.Name     = "labelDate";
     labelDate.Size     = new System.Drawing.Size(30, 13);
     labelDate.TabIndex = 6;
     labelDate.Text     = "Date";
     //
     // scriptDate
     //
     this.scriptDate.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.scriptDate.Location = new System.Drawing.Point(115, 112);
     this.scriptDate.Name     = "scriptDate";
     this.scriptDate.Size     = new System.Drawing.Size(170, 20);
     this.scriptDate.TabIndex = 7;
     //
     // labelVersion
     //
     labelVersion.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     labelVersion.AutoSize = true;
     labelVersion.Location = new System.Drawing.Point(3, 141);
     labelVersion.Name     = "labelVersion";
     labelVersion.Size     = new System.Drawing.Size(72, 13);
     labelVersion.TabIndex = 8;
     labelVersion.Text     = "Script Version";
     //
     // Version
     //
     this.Version.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Version.Location = new System.Drawing.Point(115, 138);
     this.Version.Name     = "Version";
     this.Version.Size     = new System.Drawing.Size(170, 20);
     this.Version.TabIndex = 9;
     //
     // labelNamespace
     //
     labelNamespace.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     labelNamespace.AutoSize = true;
     labelNamespace.Location = new System.Drawing.Point(2, 167);
     labelNamespace.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     labelNamespace.Name     = "labelNamespace";
     labelNamespace.Size     = new System.Drawing.Size(64, 13);
     labelNamespace.TabIndex = 10;
     labelNamespace.Text     = "Namespace";
     //
     // Namespace
     //
     this.Namespace.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.Namespace.Location    = new System.Drawing.Point(114, 163);
     this.Namespace.Margin      = new System.Windows.Forms.Padding(2);
     this.Namespace.Name        = "Namespace";
     this.Namespace.Size        = new System.Drawing.Size(172, 20);
     this.Namespace.TabIndex    = 11;
     this.Namespace.Validating += new System.ComponentModel.CancelEventHandler(this.Namespace_Validating);
     //
     // labelLevel
     //
     labelLevel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     labelLevel.AutoSize = true;
     labelLevel.Location = new System.Drawing.Point(321, 36);
     labelLevel.Name     = "labelLevel";
     labelLevel.Size     = new System.Drawing.Size(86, 13);
     labelLevel.TabIndex = 12;
     labelLevel.Text     = "Level (min - max)";
     //
     // LevelMin
     //
     this.LevelMin.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.LevelMin.Location = new System.Drawing.Point(433, 33);
     this.LevelMin.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.LevelMin.Name     = "LevelMin";
     this.LevelMin.Size     = new System.Drawing.Size(82, 20);
     this.LevelMin.TabIndex = 13;
     //
     // LevelMax
     //
     this.LevelMax.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.LevelMax.Location = new System.Drawing.Point(521, 33);
     this.LevelMax.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.LevelMax.Name     = "LevelMax";
     this.LevelMax.Size     = new System.Drawing.Size(82, 20);
     this.LevelMax.TabIndex = 14;
     //
     // labelInvitingNPC
     //
     labelInvitingNPC.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     labelInvitingNPC.AutoSize = true;
     labelInvitingNPC.Location = new System.Drawing.Point(321, 63);
     labelInvitingNPC.Name     = "labelInvitingNPC";
     labelInvitingNPC.Size     = new System.Drawing.Size(66, 13);
     labelInvitingNPC.TabIndex = 15;
     labelInvitingNPC.Text     = "Inviting NPC";
     //
     // InvitingNPC
     //
     tableLayoutPanel5.SetColumnSpan(this.InvitingNPC, 2);
     this.InvitingNPC.DisplayMember     = "Name";
     this.InvitingNPC.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.InvitingNPC.FormattingEnabled = true;
     this.InvitingNPC.Location          = new System.Drawing.Point(433, 59);
     this.InvitingNPC.Name              = "InvitingNPC";
     this.InvitingNPC.Size              = new System.Drawing.Size(170, 21);
     this.InvitingNPC.TabIndex          = 16;
     this.InvitingNPC.ValueMember       = "ObjectName";
     //
     // labelMaxQuestCount
     //
     labelMaxQuestCount.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     labelMaxQuestCount.AutoSize = true;
     labelMaxQuestCount.Location = new System.Drawing.Point(321, 89);
     labelMaxQuestCount.Name     = "labelMaxQuestCount";
     labelMaxQuestCount.Size     = new System.Drawing.Size(83, 13);
     labelMaxQuestCount.TabIndex = 17;
     labelMaxQuestCount.Text     = "MaxQuestCount";
     //
     // MaxQuestCount
     //
     tableLayoutPanel5.SetColumnSpan(this.MaxQuestCount, 2);
     this.MaxQuestCount.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MaxQuestCount.Location = new System.Drawing.Point(433, 86);
     this.MaxQuestCount.Maximum  = new decimal(new int[] {
         2147483647,
         0,
         0,
         0
     });
     this.MaxQuestCount.Name     = "MaxQuestCount";
     this.MaxQuestCount.Size     = new System.Drawing.Size(170, 20);
     this.MaxQuestCount.TabIndex = 18;
     //
     // labelNotes
     //
     labelNotes.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     labelNotes.AutoSize = true;
     labelNotes.Location = new System.Drawing.Point(321, 122);
     labelNotes.Name     = "labelNotes";
     labelNotes.Size     = new System.Drawing.Size(103, 13);
     labelNotes.TabIndex = 19;
     labelNotes.Text     = "Notes: (TODO\'s etc)";
     //
     // Notes
     //
     tableLayoutPanel5.SetColumnSpan(this.Notes, 3);
     this.Notes.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.Notes.Location  = new System.Drawing.Point(321, 138);
     this.Notes.Multiline = true;
     this.Notes.Name      = "Notes";
     tableLayoutPanel5.SetRowSpan(this.Notes, 2);
     this.Notes.Size     = new System.Drawing.Size(282, 45);
     this.Notes.TabIndex = 20;
     //
     // labelClasses
     //
     this.labelClasses.AutoSize = true;
     this.labelClasses.Location = new System.Drawing.Point(3, 189);
     this.labelClasses.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.labelClasses.Name     = "labelClasses";
     this.labelClasses.Size     = new System.Drawing.Size(83, 13);
     this.labelClasses.TabIndex = 25;
     this.labelClasses.Text     = "Allowed Classes";
     //
     // listBoxAllowed
     //
     this.listBoxAllowed.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxAllowed.FormattingEnabled = true;
     this.listBoxAllowed.Location          = new System.Drawing.Point(115, 189);
     this.listBoxAllowed.Name          = "listBoxAllowed";
     this.listBoxAllowed.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBoxAllowed.Size          = new System.Drawing.Size(170, 69);
     this.listBoxAllowed.TabIndex      = 26;
     //
     // listBoxAvailable
     //
     tableLayoutPanel5.SetColumnSpan(this.listBoxAvailable, 3);
     this.listBoxAvailable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBoxAvailable.FormattingEnabled = true;
     this.listBoxAvailable.Location          = new System.Drawing.Point(321, 189);
     this.listBoxAvailable.Name          = "listBoxAvailable";
     this.listBoxAvailable.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBoxAvailable.Size          = new System.Drawing.Size(282, 69);
     this.listBoxAvailable.TabIndex      = 27;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.flowLayoutPanel1.Controls.Add(this.buttonAddClass);
     this.flowLayoutPanel1.Controls.Add(this.buttonRemoveClass);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(291, 189);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(24, 74);
     this.flowLayoutPanel1.TabIndex = 28;
     //
     // buttonAddClass
     //
     this.buttonAddClass.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.buttonAddClass.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonAddClass.Location  = new System.Drawing.Point(1, 1);
     this.buttonAddClass.Margin    = new System.Windows.Forms.Padding(1);
     this.buttonAddClass.Name      = "buttonAddClass";
     this.buttonAddClass.Size      = new System.Drawing.Size(23, 23);
     this.buttonAddClass.TabIndex  = 0;
     this.buttonAddClass.Text      = "<";
     this.buttonAddClass.UseVisualStyleBackColor = true;
     this.buttonAddClass.Click += new System.EventHandler(this.buttonAddClass_Click);
     //
     // buttonRemoveClass
     //
     this.buttonRemoveClass.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.buttonRemoveClass.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonRemoveClass.Location  = new System.Drawing.Point(1, 26);
     this.buttonRemoveClass.Margin    = new System.Windows.Forms.Padding(1);
     this.buttonRemoveClass.Name      = "buttonRemoveClass";
     this.buttonRemoveClass.Size      = new System.Drawing.Size(23, 23);
     this.buttonRemoveClass.TabIndex  = 1;
     this.buttonRemoveClass.Text      = ">";
     this.buttonRemoveClass.UseVisualStyleBackColor = true;
     this.buttonRemoveClass.Click += new System.EventHandler(this.buttonRemoveClass_Click);
     //
     // errorProvider
     //
     this.errorProvider.ContainerControl = this;
     //
     // QuestInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel5);
     this.Name = "QuestInfo";
     this.Size = new System.Drawing.Size(606, 464);
     tableLayoutPanel5.ResumeLayout(false);
     tableLayoutPanel5.PerformLayout();
     headerStrip2.ResumeLayout(false);
     headerStrip2.PerformLayout();
     headerStrip1.ResumeLayout(false);
     headerStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.QuestStep)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LevelMin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LevelMax)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MaxQuestCount)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TableLayoutPanel table;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterDialog));
            this.buttonPlay = new System.Windows.Forms.Button();
            this.boxOutput = new System.Windows.Forms.RichTextBox();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.pictureStatus = new System.Windows.Forms.PictureBox();
            this.StatusImages = new System.Windows.Forms.ImageList(this.components);
            table = new System.Windows.Forms.TableLayoutPanel();
            table.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureStatus)).BeginInit();
            this.SuspendLayout();
            // 
            // table
            // 
            table.ColumnCount = 3;
            table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 31F));
            table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            table.Controls.Add(this.boxOutput, 0, 0);
            table.Controls.Add(this.pictureStatus, 0, 1);
            table.Controls.Add(this.buttonPlay, 1, 1);
            table.Controls.Add(this.buttonCancel, 2, 1);
            table.Dock = System.Windows.Forms.DockStyle.Fill;
            table.Location = new System.Drawing.Point(3, 3);
            table.Name = "table";
            table.RowCount = 2;
            table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
            table.Size = new System.Drawing.Size(678, 435);
            table.TabIndex = 0;
            // 
            // buttonPlay
            // 
            this.buttonPlay.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonPlay.Enabled = false;
            this.buttonPlay.Location = new System.Drawing.Point(34, 407);
            this.buttonPlay.Name = "buttonPlay";
            this.buttonPlay.Size = new System.Drawing.Size(317, 25);
            this.buttonPlay.TabIndex = 5;
            this.buttonPlay.Text = "Play result";
            this.buttonPlay.UseVisualStyleBackColor = true;
            this.buttonPlay.Click += new System.EventHandler(this.buttonPlay_Click);
            // 
            // boxOutput
            // 
            this.boxOutput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            table.SetColumnSpan(this.boxOutput, 3);
            this.boxOutput.DetectUrls = false;
            this.boxOutput.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.boxOutput.Location = new System.Drawing.Point(3, 3);
            this.boxOutput.Name = "boxOutput";
            this.boxOutput.ReadOnly = true;
            this.boxOutput.Size = new System.Drawing.Size(672, 398);
            this.boxOutput.TabIndex = 0;
            this.boxOutput.Text = "";
            // 
            // buttonCancel
            // 
            this.buttonCancel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonCancel.Location = new System.Drawing.Point(357, 407);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(318, 25);
            this.buttonCancel.TabIndex = 3;
            this.buttonCancel.Text = "Cancel";
            this.buttonCancel.UseVisualStyleBackColor = true;
            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
            // 
            // pictureStatus
            // 
            this.pictureStatus.BackColor = System.Drawing.SystemColors.Control;
            this.pictureStatus.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.pictureStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureStatus.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureStatus.Location = new System.Drawing.Point(3, 407);
            this.pictureStatus.Name = "pictureStatus";
            this.pictureStatus.Size = new System.Drawing.Size(25, 25);
            this.pictureStatus.TabIndex = 4;
            this.pictureStatus.TabStop = false;
            // 
            // StatusImages
            // 
            this.StatusImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("StatusImages.ImageStream")));
            this.StatusImages.TransparentColor = System.Drawing.Color.Transparent;
            this.StatusImages.Images.SetKeyName(0, "Happening");
            this.StatusImages.Images.SetKeyName(1, "Failure");
            this.StatusImages.Images.SetKeyName(2, "Success");
            // 
            // ConverterDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(684, 441);
            this.ControlBox = false;
            this.Controls.Add(table);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Name = "ConverterDialog";
            this.Padding = new System.Windows.Forms.Padding(3);
            this.ShowInTaskbar = false;
            this.Text = "Conversion Progress";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConverterForm_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ConverterForm_FormClosed);
            this.Load += new System.EventHandler(this.ConverterForm_Load);
            table.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureStatus)).EndInit();
            this.ResumeLayout(false);

        }