/// <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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Sem previsão", System.Windows.Forms.HorizontalAlignment.Left);
            this.lst = new System.Windows.Forms.ListView();
            this.colAcerto = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPessoa = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colMarcação = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPrevisão = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.SuspendLayout();
            // 
            // lst
            // 
            this.lst.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colAcerto,
            this.colPessoa,
            this.colMarcação,
            this.colPrevisão});
            this.lst.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lst.FullRowSelect = true;
            listViewGroup1.Header = "Sem previsão";
            listViewGroup1.Name = "grpSemPrevisão";
            this.lst.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1});
            this.lst.Location = new System.Drawing.Point(0, 0);
            this.lst.Name = "lst";
            this.lst.Size = new System.Drawing.Size(355, 150);
            this.lst.TabIndex = 0;
            this.lst.UseCompatibleStateImageBehavior = false;
            this.lst.View = System.Windows.Forms.View.Details;
            this.lst.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lst_ColumnClick);
            this.lst.SelectedIndexChanged += new System.EventHandler(this.lst_SelectedIndexChanged);
            this.lst.DoubleClick += new System.EventHandler(this.ListaAcertos_DoubleClick);
            // 
            // colAcerto
            // 
            this.colAcerto.Text = "Acerto";
            // 
            // colPessoa
            // 
            this.colPessoa.Text = "Pessoa";
            // 
            // colMarcação
            // 
            this.colMarcação.Text = "Marcado em";
            // 
            // colPrevisão
            // 
            this.colPrevisão.Text = "Previsão";
            // 
            // ListaAcertos
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lst);
            this.Name = "ListaAcertos";
            this.Size = new System.Drawing.Size(355, 150);
            this.DoubleClick += new System.EventHandler(this.ListaAcertos_DoubleClick);
            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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Свойства документа", System.Windows.Forms.HorizontalAlignment.Left);
			System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Пространство", System.Windows.Forms.HorizontalAlignment.Left);
			System.Windows.Forms.ColumnHeader columnHeader1;
			System.Windows.Forms.ColumnHeader columnHeader2;
			this.listView = new System.Windows.Forms.ListView();
			columnHeader1 = new System.Windows.Forms.ColumnHeader();
			columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.SuspendLayout();
			// 
			// listView
			// 
			this.listView.Activation = System.Windows.Forms.ItemActivation.OneClick;
			this.listView.CausesValidation = false;
			this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader1,
            columnHeader2});
			this.listView.Dock = System.Windows.Forms.DockStyle.Fill;
			listViewGroup1.Header = "Свойства документа";
			listViewGroup1.Name = "common";
			listViewGroup2.Header = "Пространство";
			listViewGroup2.Name = "bytes";
			this.listView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
			this.listView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.listView.Location = new System.Drawing.Point(0, 0);
			this.listView.MultiSelect = false;
			this.listView.Name = "listView";
			this.listView.Size = new System.Drawing.Size(365, 302);
			this.listView.TabIndex = 0;
			this.listView.UseCompatibleStateImageBehavior = false;
			this.listView.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader1
			// 
			columnHeader1.Text = "";
			columnHeader1.Width = 200;
			// 
			// columnHeader2
			// 
			columnHeader2.Text = "";
			columnHeader2.Width = 100;
			// 
			// ScenarioPropertiesDialog
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(365, 302);
			this.Controls.Add(this.listView);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.MinimizeBox = false;
			this.Name = "ScenarioPropertiesDialog";
			this.ShowIcon = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Свойства сценария";
			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.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup(" ", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup5 = new System.Windows.Forms.ListViewGroup("歌曲名称", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup6 = new System.Windows.Forms.ListViewGroup("点歌人", System.Windows.Forms.HorizontalAlignment.Left);
            this.listView1 = new System.Windows.Forms.ListView();
            this.t = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            listViewGroup4.Header = " ";
            listViewGroup4.Name = "now";
            listViewGroup5.Header = "歌曲名称";
            listViewGroup5.Name = "songName";
            listViewGroup6.Header = "点歌人";
            listViewGroup6.Name = "by";
            this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup4,
            listViewGroup5,
            listViewGroup6});
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(232, 375);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick);
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            // 
            // t
            // 
            this.t.Enabled = true;
            this.t.Interval = 5000;
            this.t.Tick += new System.EventHandler(this.t_Tick);
            // 
            // frmSongList
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(232, 375);
            this.Controls.Add(this.listView1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "frmSongList";
            this.Opacity = 0.8D;
            this.ShowInTaskbar = false;
            this.Text = "frmSongList";
            this.TopMost = true;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSongList_FormClosing);
            this.Load += new System.EventHandler(this.frmSongList_Load);
            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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Summary", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Failed", System.Windows.Forms.HorizontalAlignment.Left);
            this.lstSummary = new System.Windows.Forms.ListView();
            this.colItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colMessage = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.SuspendLayout();
            // 
            // lstSummary
            // 
            this.lstSummary.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.lstSummary.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colItem,
            this.colMessage});
            listViewGroup1.Header = "Summary";
            listViewGroup1.Name = "lstGrpSummary";
            listViewGroup2.Header = "Failed";
            listViewGroup2.Name = "lstGrpFailed";
            this.lstSummary.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
            this.lstSummary.Location = new System.Drawing.Point(12, 12);
            this.lstSummary.Name = "lstSummary";
            this.lstSummary.Size = new System.Drawing.Size(870, 294);
            this.lstSummary.TabIndex = 0;
            this.lstSummary.UseCompatibleStateImageBehavior = false;
            this.lstSummary.View = System.Windows.Forms.View.Details;
            // 
            // colItem
            // 
            this.colItem.Text = "Item";
            this.colItem.Width = 348;
            // 
            // colMessage
            // 
            this.colMessage.Text = "";
            this.colMessage.Width = 516;
            // 
            // SummaryForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(894, 318);
            this.Controls.Add(this.lstSummary);
            this.Name = "SummaryForm";
            this.ShowIcon = false;
            this.Text = "Summary";
            this.Load += new System.EventHandler(this.SummaryForm_Load);
            this.ResumeLayout(false);

        }
Example #5
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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup ("ListView information", System.Windows.Forms.HorizontalAlignment.Left);
			System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup ("Time", System.Windows.Forms.HorizontalAlignment.Left);
			this.listView1 = new System.Windows.Forms.ListView ();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader ();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader ();
			this.SuspendLayout ();
			// 
			// listView1
			// 
			this.listView1.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.listView1.Columns.AddRange (new System.Windows.Forms.ColumnHeader [] {
            this.columnHeader1,
            this.columnHeader2});
			listViewGroup1.Header = "ListView information";
			listViewGroup1.Name = "listviewGroup";
			listViewGroup2.Header = "Time";
			listViewGroup2.Name = "timeGroup";
			this.listView1.Groups.AddRange (new System.Windows.Forms.ListViewGroup [] {
            listViewGroup1,
            listViewGroup2});
			this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.listView1.Location = new System.Drawing.Point (6, 6);
			this.listView1.Name = "listView1";
			this.listView1.Size = new System.Drawing.Size (195, 203);
			this.listView1.TabIndex = 0;
			this.listView1.UseCompatibleStateImageBehavior = false;
			this.listView1.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Property";
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "Value";
			// 
			// ResultForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF (6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size (205, 213);
			this.Controls.Add (this.listView1);
			this.Name = "ResultForm";
			this.ShowInTaskbar = false;
			this.Text = "ResultForm";
			this.Load += new System.EventHandler (this.ResultForm_Load);
			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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.button1 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1});
            listViewGroup1.Header = "ListViewGroup";
            listViewGroup1.Name = "listViewGroup1";
            this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1});
            this.listView1.Location = new System.Drawing.Point(12, 97);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(466, 160);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Width = 206;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(306, 37);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(490, 269);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.listView1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Tables", System.Windows.Forms.HorizontalAlignment.Left);
            this.toolStrip = new System.Windows.Forms.ToolStrip();
            this.btn_About = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.btn_Generate = new System.Windows.Forms.ToolStripButton();
            this.toolTipConnectionBuilderControl1 = new HBD.WinForms.UserControls.ToolTipConnectionBuilderControl();
            this.gr_TablesOption = new System.Windows.Forms.GroupBox();
            this.listView1 = new System.Windows.Forms.ListView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.ch_Delete = new System.Windows.Forms.CheckBox();
            this.ch_Update = new System.Windows.Forms.CheckBox();
            this.ch_Insert = new System.Windows.Forms.CheckBox();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.ss_Title = new System.Windows.Forms.ToolStripStatusLabel();
            this.ss_Text = new System.Windows.Forms.ToolStripStatusLabel();
            this.gr_ScriptOption = new System.Windows.Forms.GroupBox();
            this.directoryBrowser1 = new HBD.WinForms.UserControls.DirectoryBrowser();
            this.toolStrip.SuspendLayout();
            this.gr_TablesOption.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.gr_ScriptOption.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip
            // 
            this.toolStrip.AutoSize = false;
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btn_About,
            this.toolStripSeparator1,
            this.btn_Generate,
            this.toolTipConnectionBuilderControl1});
            this.toolStrip.Location = new System.Drawing.Point(0, 0);
            this.toolStrip.Name = "toolStrip";
            this.toolStrip.Size = new System.Drawing.Size(601, 32);
            this.toolStrip.TabIndex = 1;
            this.toolStrip.Text = "toolStrip";
            // 
            // btn_About
            // 
            this.btn_About.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.btn_About.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btn_About.Image = ((System.Drawing.Image)(resources.GetObject("btn_About.Image")));
            this.btn_About.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_About.Name = "btn_About";
            this.btn_About.Size = new System.Drawing.Size(23, 29);
            this.btn_About.Text = "About";
            this.btn_About.Click += new System.EventHandler(this.btn_About_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 32);
            // 
            // btn_Generate
            // 
            this.btn_Generate.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.btn_Generate.Enabled = false;
            this.btn_Generate.Image = ((System.Drawing.Image)(resources.GetObject("btn_Generate.Image")));
            this.btn_Generate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btn_Generate.Name = "btn_Generate";
            this.btn_Generate.Size = new System.Drawing.Size(74, 29);
            this.btn_Generate.Text = "Generate";
            this.btn_Generate.Click += new System.EventHandler(this.btn_Generate_Click);
            // 
            // toolTipConnectionBuilderControl1
            // 
            this.toolTipConnectionBuilderControl1.CreateNewText = "...";
            this.toolTipConnectionBuilderControl1.Name = "toolTipConnectionBuilderControl1";
            this.toolTipConnectionBuilderControl1.Size = new System.Drawing.Size(453, 29);
            this.toolTipConnectionBuilderControl1.Text = "toolTipConnectionBuilderControl1";
            this.toolTipConnectionBuilderControl1.Title = "Connection";
            this.toolTipConnectionBuilderControl1.UpdateText = "...";
            this.toolTipConnectionBuilderControl1.Change += new System.EventHandler(this.queryBuilderControl1_Change);
            // 
            // gr_TablesOption
            // 
            this.gr_TablesOption.Controls.Add(this.listView1);
            this.gr_TablesOption.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gr_TablesOption.Location = new System.Drawing.Point(0, 115);
            this.gr_TablesOption.Name = "gr_TablesOption";
            this.gr_TablesOption.Size = new System.Drawing.Size(601, 424);
            this.gr_TablesOption.TabIndex = 2;
            this.gr_TablesOption.TabStop = false;
            this.gr_TablesOption.Text = "Tables";
            // 
            // listView1
            // 
            this.listView1.CheckBoxes = true;
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            listViewGroup1.Header = "Tables";
            listViewGroup1.Name = "listViewGroupTable";
            this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1});
            this.listView1.Location = new System.Drawing.Point(3, 16);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(595, 405);
            this.listView1.SmallImageList = this.imageList1;
            this.listView1.TabIndex = 1;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.List;
            this.listView1.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView1_ItemChecked);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "table16.png");
            this.imageList1.Images.SetKeyName(1, "bullet-green.png");
            // 
            // ch_Delete
            // 
            this.ch_Delete.AutoSize = true;
            this.ch_Delete.Location = new System.Drawing.Point(191, 24);
            this.ch_Delete.Name = "ch_Delete";
            this.ch_Delete.Size = new System.Drawing.Size(57, 17);
            this.ch_Delete.TabIndex = 2;
            this.ch_Delete.Text = "Delete";
            this.toolTip1.SetToolTip(this.ch_Delete, "Generate Delete statement in Migration Script");
            this.ch_Delete.UseVisualStyleBackColor = true;
            // 
            // ch_Update
            // 
            this.ch_Update.AutoSize = true;
            this.ch_Update.Checked = true;
            this.ch_Update.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ch_Update.Location = new System.Drawing.Point(105, 24);
            this.ch_Update.Name = "ch_Update";
            this.ch_Update.Size = new System.Drawing.Size(61, 17);
            this.ch_Update.TabIndex = 1;
            this.ch_Update.Text = "Update";
            this.toolTip1.SetToolTip(this.ch_Update, "Generate Update statement in Migration Script");
            this.ch_Update.UseVisualStyleBackColor = true;
            // 
            // ch_Insert
            // 
            this.ch_Insert.AutoSize = true;
            this.ch_Insert.Checked = true;
            this.ch_Insert.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ch_Insert.Location = new System.Drawing.Point(19, 24);
            this.ch_Insert.Name = "ch_Insert";
            this.ch_Insert.Size = new System.Drawing.Size(52, 17);
            this.ch_Insert.TabIndex = 0;
            this.ch_Insert.Text = "Insert";
            this.toolTip1.SetToolTip(this.ch_Insert, "Generate Insert statement in Migration Script");
            this.ch_Insert.UseVisualStyleBackColor = true;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ss_Title,
            this.ss_Text});
            this.statusStrip1.Location = new System.Drawing.Point(0, 539);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(601, 22);
            this.statusStrip1.TabIndex = 3;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // ss_Title
            // 
            this.ss_Title.Name = "ss_Title";
            this.ss_Title.Size = new System.Drawing.Size(42, 17);
            this.ss_Title.Text = "Status:";
            // 
            // ss_Text
            // 
            this.ss_Text.Name = "ss_Text";
            this.ss_Text.Size = new System.Drawing.Size(39, 17);
            this.ss_Text.Text = "Ready";
            // 
            // gr_ScriptOption
            // 
            this.gr_ScriptOption.Controls.Add(this.directoryBrowser1);
            this.gr_ScriptOption.Controls.Add(this.ch_Delete);
            this.gr_ScriptOption.Controls.Add(this.ch_Update);
            this.gr_ScriptOption.Controls.Add(this.ch_Insert);
            this.gr_ScriptOption.Dock = System.Windows.Forms.DockStyle.Top;
            this.gr_ScriptOption.Location = new System.Drawing.Point(0, 32);
            this.gr_ScriptOption.Name = "gr_ScriptOption";
            this.gr_ScriptOption.Size = new System.Drawing.Size(601, 83);
            this.gr_ScriptOption.TabIndex = 4;
            this.gr_ScriptOption.TabStop = false;
            this.gr_ScriptOption.Text = "Migration Script Option";
            // 
            // directoryBrowser1
            // 
            this.directoryBrowser1.BrowseText = "...";
            this.directoryBrowser1.Location = new System.Drawing.Point(12, 47);
            this.directoryBrowser1.Name = "directoryBrowser1";
            this.directoryBrowser1.Size = new System.Drawing.Size(437, 31);
            this.directoryBrowser1.TabIndex = 3;
            this.directoryBrowser1.Title = "Output Folder";
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(601, 561);
            this.Controls.Add(this.gr_TablesOption);
            this.Controls.Add(this.gr_ScriptOption);
            this.Controls.Add(this.toolStrip);
            this.Controls.Add(this.statusStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(1);
            this.Name = "MainForm";
            this.Text = "Static Data Migration Script Generation";
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.gr_TablesOption.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.gr_ScriptOption.ResumeLayout(false);
            this.gr_ScriptOption.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Први круг", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup5 = new System.Windows.Forms.ListViewGroup("Други круг", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup6 = new System.Windows.Forms.ListViewGroup("Трећи круг", System.Windows.Forms.HorizontalAlignment.Left);
     this.borbeListView      = new System.Windows.Forms.ListView();
     this.plaviColHead       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.rezultatColHead    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.crveniColHead      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.toolStrip2         = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel2    = new System.Windows.Forms.ToolStripLabel();
     this.takmicenjeComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel3    = new System.Windows.Forms.ToolStripLabel();
     this.datumComboBox      = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel4    = new System.Windows.Forms.ToolStripLabel();
     this.kategorijaComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.toolStrip5         = new System.Windows.Forms.ToolStrip();
     this.dodajBtn           = new System.Windows.Forms.ToolStripButton();
     this.izbrisiBtn         = new System.Windows.Forms.ToolStripButton();
     this.prikaziBtn         = new System.Windows.Forms.ToolStripButton();
     this.osvjeziBtn         = new System.Windows.Forms.ToolStripButton();
     this.toolStrip2.SuspendLayout();
     this.toolStrip5.SuspendLayout();
     this.SuspendLayout();
     //
     // borbeListView
     //
     this.borbeListView.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.borbeListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.plaviColHead,
         this.rezultatColHead,
         this.crveniColHead
     });
     this.borbeListView.FullRowSelect = true;
     listViewGroup4.Header            = "Први круг";
     listViewGroup4.Name   = "prviKrugListVG";
     listViewGroup5.Header = "Други круг";
     listViewGroup5.Name   = "drugiKrugListVG";
     listViewGroup6.Header = "Трећи круг";
     listViewGroup6.Name   = "treciKrugListVG";
     this.borbeListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup4,
         listViewGroup5,
         listViewGroup6
     });
     this.borbeListView.Location = new System.Drawing.Point(0, 50);
     this.borbeListView.Name     = "borbeListView";
     this.borbeListView.Size     = new System.Drawing.Size(764, 323);
     this.borbeListView.TabIndex = 2;
     this.borbeListView.UseCompatibleStateImageBehavior = false;
     this.borbeListView.View = System.Windows.Forms.View.Details;
     //
     // plaviColHead
     //
     this.plaviColHead.Text  = "Плави";
     this.plaviColHead.Width = 271;
     //
     // rezultatColHead
     //
     this.rezultatColHead.Text  = "Резултат";
     this.rezultatColHead.Width = 118;
     //
     // crveniColHead
     //
     this.crveniColHead.Text  = "Црвени";
     this.crveniColHead.Width = 279;
     //
     // toolStrip2
     //
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel2,
         this.takmicenjeComboBox,
         this.toolStripLabel3,
         this.datumComboBox,
         this.toolStripLabel4,
         this.kategorijaComboBox
     });
     this.toolStrip2.Location = new System.Drawing.Point(0, 0);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(764, 25);
     this.toolStrip2.TabIndex = 22;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(74, 22);
     this.toolStripLabel2.Text = "Такмичење:";
     //
     // takmicenjeComboBox
     //
     this.takmicenjeComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.takmicenjeComboBox.Name                  = "takmicenjeComboBox";
     this.takmicenjeComboBox.Size                  = new System.Drawing.Size(121, 25);
     this.takmicenjeComboBox.SelectedIndexChanged += new System.EventHandler(this.takmicenjeComboBox_SelectedIndexChanged);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(44, 22);
     this.toolStripLabel3.Text = "Датум:";
     //
     // datumComboBox
     //
     this.datumComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.datumComboBox.Name                  = "datumComboBox";
     this.datumComboBox.Size                  = new System.Drawing.Size(121, 25);
     this.datumComboBox.SelectedIndexChanged += new System.EventHandler(this.datumComboBox_SelectedIndexChanged);
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(69, 22);
     this.toolStripLabel4.Text = "Категорија:";
     //
     // kategorijaComboBox
     //
     this.kategorijaComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kategorijaComboBox.Name                  = "kategorijaComboBox";
     this.kategorijaComboBox.Size                  = new System.Drawing.Size(121, 25);
     this.kategorijaComboBox.SelectedIndexChanged += new System.EventHandler(this.kategorijaComboBox_SelectedIndexChanged);
     //
     // toolStrip5
     //
     this.toolStrip5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dodajBtn,
         this.izbrisiBtn,
         this.prikaziBtn,
         this.osvjeziBtn
     });
     this.toolStrip5.Location = new System.Drawing.Point(0, 25);
     this.toolStrip5.Name     = "toolStrip5";
     this.toolStrip5.Size     = new System.Drawing.Size(764, 25);
     this.toolStrip5.TabIndex = 24;
     this.toolStrip5.Text     = "toolStrip5";
     //
     // dodajBtn
     //
     this.dodajBtn.Image = global::KarateSavez.Properties.Resources.new1;
     this.dodajBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.dodajBtn.Name   = "dodajBtn";
     this.dodajBtn.Size   = new System.Drawing.Size(57, 22);
     this.dodajBtn.Text   = "Додај";
     this.dodajBtn.Click += new System.EventHandler(this.dodajBtn_Click);
     //
     // izbrisiBtn
     //
     this.izbrisiBtn.Image = global::KarateSavez.Properties.Resources.brisi;
     this.izbrisiBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.izbrisiBtn.Name   = "izbrisiBtn";
     this.izbrisiBtn.Size   = new System.Drawing.Size(66, 22);
     this.izbrisiBtn.Text   = "Бриши";
     this.izbrisiBtn.Click += new System.EventHandler(this.izbrisiBtn_Click);
     //
     // prikaziBtn
     //
     this.prikaziBtn.Image = global::KarateSavez.Properties.Resources.prikaz;
     this.prikaziBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.prikaziBtn.Name   = "prikaziBtn";
     this.prikaziBtn.Size   = new System.Drawing.Size(78, 22);
     this.prikaziBtn.Text   = "Прикажи";
     this.prikaziBtn.Click += new System.EventHandler(this.prikaziBtn_Click);
     //
     // osvjeziBtn
     //
     this.osvjeziBtn.Image = global::KarateSavez.Properties.Resources.reload;
     this.osvjeziBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.osvjeziBtn.Name   = "osvjeziBtn";
     this.osvjeziBtn.Size   = new System.Drawing.Size(107, 22);
     this.osvjeziBtn.Text   = "Освјежи листу";
     this.osvjeziBtn.Click += new System.EventHandler(this.osvjeziBtn_Click);
     //
     // PrikazBorbi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(764, 373);
     this.Controls.Add(this.borbeListView);
     this.Controls.Add(this.toolStrip5);
     this.Controls.Add(this.toolStrip2);
     this.Name = "PrikazBorbi";
     this.Text = "Такмичења";
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.toolStrip5.ResumeLayout(false);
     this.toolStrip5.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #9
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.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(UserRepositoriesList));
     System.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Most Recent", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("Less Recent", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup3 = new System.Windows.Forms.ListViewGroup("Other", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "C:\\Users\\russkie\\AppData\\Roaming\\GitExtensions\\GitExtensions",
         "refs/heads/master",
         "Favourite"
     }, 0);
     this.toolStripMenuItem1    = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem2    = new System.Windows.Forms.ToolStripSeparator();
     this.pnlHeader             = new System.Windows.Forms.Panel();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.lblRecentRepositories = new System.Windows.Forms.Label();
     this.pnlBody                        = new System.Windows.Forms.Panel();
     this.tableLayoutPanel2              = new System.Windows.Forms.TableLayoutPanel();
     this.contextMenuStripRepository     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiOpenFolder                 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCategories                 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCategoryNone               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCategoryAdd                = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiRemoveFromList             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiRemoveMissingReposFromList = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1                     = new System.Windows.Forms.ImageList(this.components);
     this.textBoxSearch                  = new System.Windows.Forms.TextBox();
     this.contextMenuStripCategory       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiCategoryRename             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCategoryDelete             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCategoryClear              = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStripRecentMenu            = new System.Windows.Forms.MenuStrip();
     this.mnuTop         = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuConfigure   = new System.Windows.Forms.ToolStripMenuItem();
     this.listView1      = new GitUI.UserControls.NativeListView();
     this.clmhdrPath     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmhdrBranch   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmhdrCategory = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.pnlHeader.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.pnlBody.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.contextMenuStripRepository.SuspendLayout();
     this.contextMenuStripCategory.SuspendLayout();
     this.menuStripRecentMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(270, 6);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(270, 6);
     //
     // pnlHeader
     //
     this.pnlHeader.Controls.Add(this.tableLayoutPanel1);
     this.pnlHeader.Dock        = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.Location    = new System.Drawing.Point(0, 0);
     this.pnlHeader.Margin      = new System.Windows.Forms.Padding(0);
     this.pnlHeader.MinimumSize = new System.Drawing.Size(450, 0);
     this.pnlHeader.Name        = "pnlHeader";
     this.pnlHeader.Padding     = new System.Windows.Forms.Padding(20, 0, 20, 11);
     this.pnlHeader.Size        = new System.Drawing.Size(451, 73);
     this.pnlHeader.TabIndex    = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize     = true;
     this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel1.ColumnCount  = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Controls.Add(this.lblRecentRepositories, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(20, 30);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(2);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(411, 32);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // lblRecentRepositories
     //
     this.lblRecentRepositories.AutoSize  = true;
     this.lblRecentRepositories.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblRecentRepositories.Font      = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lblRecentRepositories.ForeColor = System.Drawing.Color.DimGray;
     this.lblRecentRepositories.Location  = new System.Drawing.Point(0, 0);
     this.lblRecentRepositories.Margin    = new System.Windows.Forms.Padding(0);
     this.lblRecentRepositories.Name      = "lblRecentRepositories";
     this.lblRecentRepositories.Size      = new System.Drawing.Size(411, 32);
     this.lblRecentRepositories.TabIndex  = 2;
     this.lblRecentRepositories.Text      = "Recent Repositories";
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.tableLayoutPanel2);
     this.pnlBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 73);
     this.pnlBody.Margin   = new System.Windows.Forms.Padding(0);
     this.pnlBody.Name     = "pnlBody";
     this.pnlBody.Padding  = new System.Windows.Forms.Padding(20, 18, 20, 3);
     this.pnlBody.Size     = new System.Drawing.Size(451, 210);
     this.pnlBody.TabIndex = 1;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.Controls.Add(this.listView1, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.textBoxSearch, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(20, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(411, 204);
     this.tableLayoutPanel2.TabIndex = 4;
     //
     // contextMenuStripRepository
     //
     this.contextMenuStripRepository.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiOpenFolder,
         this.toolStripMenuItem1,
         this.tsmiCategories,
         this.toolStripMenuItem2,
         this.tsmiRemoveFromList,
         this.tsmiRemoveMissingReposFromList
     });
     this.contextMenuStripRepository.Name     = "contextMenuStripRepository";
     this.contextMenuStripRepository.Size     = new System.Drawing.Size(274, 104);
     this.contextMenuStripRepository.Closed  += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.contextMenuStrip_Closed);
     this.contextMenuStripRepository.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
     //
     // tsmiOpenFolder
     //
     this.tsmiOpenFolder.Image  = global::GitUI.Properties.Images.BrowseFileExplorer;
     this.tsmiOpenFolder.Name   = "tsmiOpenFolder";
     this.tsmiOpenFolder.Size   = new System.Drawing.Size(273, 22);
     this.tsmiOpenFolder.Text   = "Show in folder";
     this.tsmiOpenFolder.Click += new System.EventHandler(this.tsmiOpenFolder_Click);
     //
     // tsmiCategories
     //
     this.tsmiCategories.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiCategoryNone,
         this.tsmiCategoryAdd
     });
     this.tsmiCategories.Name             = "tsmiCategories";
     this.tsmiCategories.Size             = new System.Drawing.Size(273, 22);
     this.tsmiCategories.Text             = "Categories";
     this.tsmiCategories.DropDownOpening += new System.EventHandler(this.tsmiCategories_DropDownOpening);
     //
     // tsmiCategoryNone
     //
     this.tsmiCategoryNone.Name   = "tsmiCategoryNone";
     this.tsmiCategoryNone.Size   = new System.Drawing.Size(130, 22);
     this.tsmiCategoryNone.Text   = "(none)";
     this.tsmiCategoryNone.Click += new System.EventHandler(this.tsmiCategory_Click);
     //
     // tsmiCategoryAdd
     //
     this.tsmiCategoryAdd.Image  = global::GitUI.Properties.Images.BulletAdd;
     this.tsmiCategoryAdd.Name   = "tsmiCategoryAdd";
     this.tsmiCategoryAdd.Size   = new System.Drawing.Size(130, 22);
     this.tsmiCategoryAdd.Text   = "Add new...";
     this.tsmiCategoryAdd.Click += new System.EventHandler(this.tsmiCategoryAdd_Click);
     //
     // tsmiRemoveFromList
     //
     this.tsmiRemoveFromList.Name   = "tsmiRemoveFromList";
     this.tsmiRemoveFromList.Size   = new System.Drawing.Size(273, 22);
     this.tsmiRemoveFromList.Text   = "Remove project from the list";
     this.tsmiRemoveFromList.Click += new System.EventHandler(this.tsmiRemoveFromList_Click);
     //
     // tsmiRemoveMissingReposFromList
     //
     this.tsmiRemoveMissingReposFromList.Name   = "tsmiRemoveMissingReposFromList";
     this.tsmiRemoveMissingReposFromList.Size   = new System.Drawing.Size(273, 22);
     this.tsmiRemoveMissingReposFromList.Text   = "Remove missing projects from the list";
     this.tsmiRemoveMissingReposFromList.Click += new System.EventHandler(this.tsmiRemoveMissingReposFromList_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "source_code.png");
     //
     // textBoxSearch
     //
     this.textBoxSearch.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.textBoxSearch.Location     = new System.Drawing.Point(3, 3);
     this.textBoxSearch.Name         = "textBoxSearch";
     this.textBoxSearch.Size         = new System.Drawing.Size(439, 20);
     this.textBoxSearch.TabIndex     = 0;
     this.textBoxSearch.TextChanged += TextBoxSearch_TextChanged;
     this.textBoxSearch.KeyDown     += TextBoxSearch_KeyDown;
     //
     // contextMenuStripCategory
     //
     this.contextMenuStripCategory.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiCategoryRename,
         this.tsmiCategoryDelete,
         this.tsmiCategoryClear
     });
     this.contextMenuStripCategory.Name = "contextMenuStripCategory";
     this.contextMenuStripCategory.Size = new System.Drawing.Size(217, 70);
     //
     // tsmiCategoryRename
     //
     this.tsmiCategoryRename.Image  = global::GitUI.Properties.Images.FileStatusModified;
     this.tsmiCategoryRename.Name   = "tsmiCategoryRename";
     this.tsmiCategoryRename.Size   = new System.Drawing.Size(216, 22);
     this.tsmiCategoryRename.Text   = "Rename category";
     this.tsmiCategoryRename.Click += new System.EventHandler(this.tsmiCategoryRename_Click);
     //
     // tsmiCategoryDelete
     //
     this.tsmiCategoryDelete.Image  = global::GitUI.Properties.Images.StarRemove;
     this.tsmiCategoryDelete.Name   = "tsmiCategoryDelete";
     this.tsmiCategoryDelete.Size   = new System.Drawing.Size(216, 22);
     this.tsmiCategoryDelete.Text   = "Delete category";
     this.tsmiCategoryDelete.Click += new System.EventHandler(this.tsmiCategoryDelete_Click);
     //
     // tsmiCategoryClear
     //
     this.tsmiCategoryClear.Image  = global::GitUI.Properties.Images.CleanupRepo;
     this.tsmiCategoryClear.Name   = "tsmiCategoryClear";
     this.tsmiCategoryClear.Size   = new System.Drawing.Size(216, 22);
     this.tsmiCategoryClear.Text   = "Clear all recent repositories";
     this.tsmiCategoryClear.Click += new System.EventHandler(this.tsmiCategoryClear_Click);
     //
     // menuStripRecentMenu
     //
     this.menuStripRecentMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuTop
     });
     this.menuStripRecentMenu.Location = new System.Drawing.Point(0, 73);
     this.menuStripRecentMenu.Name     = "menuStripRecentMenu";
     this.menuStripRecentMenu.Size     = new System.Drawing.Size(451, 24);
     this.menuStripRecentMenu.TabIndex = 3;
     this.menuStripRecentMenu.Visible  = false;
     //
     // mnuTop
     //
     this.mnuTop.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuConfigure
     });
     this.mnuTop.Name = "mnuTop";
     this.mnuTop.Size = new System.Drawing.Size(12, 20);
     //
     // mnuConfigure
     //
     this.mnuConfigure.Image  = global::GitUI.Properties.Images.Settings;
     this.mnuConfigure.Name   = "mnuConfigure";
     this.mnuConfigure.Size   = new System.Drawing.Size(218, 22);
     this.mnuConfigure.Text   = "Recent repositories &settings";
     this.mnuConfigure.Click += new System.EventHandler(this.mnuConfigure_Click);
     //
     // listView1
     //
     this.listView1.Activation  = System.Windows.Forms.ItemActivation.OneClick;
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clmhdrPath,
         this.clmhdrBranch,
         this.clmhdrCategory
     });
     this.listView1.ContextMenuStrip = this.contextMenuStripRepository;
     this.listView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect    = true;
     listViewGroup1.Header           = "Most Recent";
     listViewGroup1.Name             = "lvgMostRecent";
     listViewGroup2.Header           = "Less Recent";
     listViewGroup2.Name             = "lvgLessRecent";
     listViewGroup3.Header           = "Other";
     listViewGroup3.Name             = "lvgOther";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2,
         listViewGroup3
     });
     this.listView1.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listView1.HideSelection = false;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.listView1.LargeImageList   = this.imageList1;
     this.listView1.Location         = new System.Drawing.Point(0, 33);
     this.listView1.Margin           = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this.listView1.MultiSelect      = false;
     this.listView1.Name             = "listView1";
     this.listView1.OwnerDraw        = true;
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size             = new System.Drawing.Size(445, 168);
     this.listView1.TabIndex         = 1;
     this.listView1.TileSize         = new System.Drawing.Size(350, 50);
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Tile;
     this.listView1.GroupTaskLinkClick += new System.EventHandler <System.Windows.Forms.ListViewGroupEventArgs>(this.ListView1_GroupTaskLinkClick);
     this.listView1.DrawItem           += new System.Windows.Forms.DrawListViewItemEventHandler(this.listView1_DrawItem);
     this.listView1.MouseClick         += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseClick);
     this.listView1.MouseLeave         += new System.EventHandler(this.listView1_MouseLeave);
     this.listView1.MouseMove          += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseMove);
     //
     // clmhdrPath
     //
     this.clmhdrPath.Text = "Path";
     //
     // clmhdrBranch
     //
     this.clmhdrBranch.Text = "Branch";
     //
     // clmhdrCategory
     //
     this.clmhdrCategory.Text = "Category";
     //
     // UserRepositoriesList
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.menuStripRecentMenu);
     this.Controls.Add(this.pnlBody);
     this.Controls.Add(this.pnlHeader);
     this.DoubleBuffered = true;
     this.Name           = "UserRepositoriesList";
     this.Size           = new System.Drawing.Size(451, 283);
     this.Load          += new System.EventHandler(this.RecentRepositoriesList_Load);
     this.pnlHeader.ResumeLayout(false);
     this.pnlHeader.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.pnlBody.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.contextMenuStripRepository.ResumeLayout(false);
     this.contextMenuStripCategory.ResumeLayout(false);
     this.menuStripRecentMenu.ResumeLayout(false);
     this.menuStripRecentMenu.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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("group1", System.Windows.Forms.HorizontalAlignment.Left);
			System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("group2", System.Windows.Forms.HorizontalAlignment.Left);
			System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("group3", System.Windows.Forms.HorizontalAlignment.Left);
			System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("qwerqewr");
			System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new System.Windows.Forms.ListViewItem.ListViewSubItem[] {
            new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "asdfasdf"),
            new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "sub1", System.Drawing.SystemColors.Info, System.Drawing.SystemColors.HotTrack, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)))),
            new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "sub2")}, -1);
			System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("jjjjjjjjjjjjjj");
			System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("hhhhhhhhhhhhhh");
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Vixen2xSequenceImporterChannelMapper));
			this.listViewMapping = new System.Windows.Forms.ListView();
			this.v2Channel = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.v2ChannelOutput = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.v2ChannelName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.v2ChannelColor = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.destinationElement = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.destinationColor = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.RGBPixelColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.buttonCancel = new System.Windows.Forms.Button();
			this.buttonOK = new System.Windows.Forms.Button();
			this.multiSelectTreeview1 = new Common.Controls.MultiSelectTreeview();
			this.destinationColorButton = new System.Windows.Forms.Button();
			this.mappingNameLabel = new System.Windows.Forms.Label();
			this.mappingNameTextBox = new System.Windows.Forms.TextBox();
			this.numericUpDownRepeatElements = new System.Windows.Forms.NumericUpDown();
			this.label1 = new System.Windows.Forms.Label();
			this.checkBoxRGB = new System.Windows.Forms.CheckBox();
			this.comboBoxColorOrder = new System.Windows.Forms.ComboBox();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownRepeatElements)).BeginInit();
			this.SuspendLayout();
			// 
			// listViewMapping
			// 
			this.listViewMapping.AllowDrop = true;
			this.listViewMapping.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.listViewMapping.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.v2Channel,
            this.v2ChannelOutput,
            this.v2ChannelName,
            this.v2ChannelColor,
            this.destinationElement,
            this.destinationColor,
            this.RGBPixelColumn});
			this.listViewMapping.FullRowSelect = true;
			this.listViewMapping.GridLines = true;
			listViewGroup1.Header = "group1";
			listViewGroup1.Name = "listViewGroup1";
			listViewGroup2.Header = "group2";
			listViewGroup2.Name = "listViewGroup2";
			listViewGroup3.Header = "group3";
			listViewGroup3.Name = "listViewGroup3";
			this.listViewMapping.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2,
            listViewGroup3});
			this.listViewMapping.HideSelection = false;
			this.listViewMapping.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3,
            listViewItem4});
			this.listViewMapping.Location = new System.Drawing.Point(12, 12);
			this.listViewMapping.Name = "listViewMapping";
			this.listViewMapping.ShowGroups = false;
			this.listViewMapping.Size = new System.Drawing.Size(628, 488);
			this.listViewMapping.TabIndex = 0;
			this.listViewMapping.UseCompatibleStateImageBehavior = false;
			this.listViewMapping.View = System.Windows.Forms.View.Details;
			this.listViewMapping.DragDrop += new System.Windows.Forms.DragEventHandler(this.listViewMapping_DragDrop);
			this.listViewMapping.DragEnter += new System.Windows.Forms.DragEventHandler(this.listViewMapping_DragEnter);
			// 
			// v2Channel
			// 
			this.v2Channel.Text = "V2 Channel";
			this.v2Channel.Width = 68;
			// 
			// v2ChannelOutput
			// 
			this.v2ChannelOutput.Text = "V2 Output";
			this.v2ChannelOutput.Width = 68;
			// 
			// v2ChannelName
			// 
			this.v2ChannelName.Text = "V2 Name";
			this.v2ChannelName.Width = 130;
			// 
			// v2ChannelColor
			// 
			this.v2ChannelColor.Text = "V2 Color";
			this.v2ChannelColor.Width = 70;
			// 
			// destinationElement
			// 
			this.destinationElement.Text = "Destination Element";
			this.destinationElement.Width = 150;
			// 
			// destinationColor
			// 
			this.destinationColor.Text = "Import Color";
			this.destinationColor.Width = 120;
			// 
			// RGBPixelColumn
			// 
			this.RGBPixelColumn.Text = "Color Mixing";
			// 
			// buttonCancel
			// 
			this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.buttonCancel.Location = new System.Drawing.Point(759, 515);
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.Size = new System.Drawing.Size(90, 25);
			this.buttonCancel.TabIndex = 2;
			this.buttonCancel.Text = "Cancel";
			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.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.buttonOK.Location = new System.Drawing.Point(855, 515);
			this.buttonOK.Name = "buttonOK";
			this.buttonOK.Size = new System.Drawing.Size(90, 25);
			this.buttonOK.TabIndex = 4;
			this.buttonOK.Text = "OK";
			this.buttonOK.UseVisualStyleBackColor = true;
			this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
			// 
			// multiSelectTreeview1
			// 
			this.multiSelectTreeview1.AllowDrop = true;
			this.multiSelectTreeview1.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.multiSelectTreeview1.CustomDragCursor = null;
			this.multiSelectTreeview1.DragDefaultMode = System.Windows.Forms.DragDropEffects.Move;
			this.multiSelectTreeview1.DragDestinationNodeBackColor = System.Drawing.SystemColors.Highlight;
			this.multiSelectTreeview1.DragDestinationNodeForeColor = System.Drawing.SystemColors.HighlightText;
			this.multiSelectTreeview1.DragSourceNodeBackColor = System.Drawing.SystemColors.ControlLight;
			this.multiSelectTreeview1.DragSourceNodeForeColor = System.Drawing.SystemColors.ControlText;
			this.multiSelectTreeview1.Location = new System.Drawing.Point(646, 12);
			this.multiSelectTreeview1.Name = "multiSelectTreeview1";
			this.multiSelectTreeview1.SelectedNodes = ((System.Collections.Generic.List<System.Windows.Forms.TreeNode>)(resources.GetObject("multiSelectTreeview1.SelectedNodes")));
			this.multiSelectTreeview1.Size = new System.Drawing.Size(299, 488);
			this.multiSelectTreeview1.TabIndex = 5;
			this.multiSelectTreeview1.UsingCustomDragCursor = false;
			this.multiSelectTreeview1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.multiSelectTreeview1_ItemDrag);
			this.multiSelectTreeview1.DragEnter += new System.Windows.Forms.DragEventHandler(this.multiSelectTreeview1_DragEnter);
			// 
			// destinationColorButton
			// 
			this.destinationColorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.destinationColorButton.Location = new System.Drawing.Point(294, 515);
			this.destinationColorButton.Name = "destinationColorButton";
			this.destinationColorButton.Size = new System.Drawing.Size(90, 25);
			this.destinationColorButton.TabIndex = 6;
			this.destinationColorButton.Text = "Set Import Color";
			this.destinationColorButton.UseVisualStyleBackColor = true;
			this.destinationColorButton.Click += new System.EventHandler(this.destinationColorButton_Click);
			// 
			// mappingNameLabel
			// 
			this.mappingNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.mappingNameLabel.AutoSize = true;
			this.mappingNameLabel.Location = new System.Drawing.Point(12, 521);
			this.mappingNameLabel.Name = "mappingNameLabel";
			this.mappingNameLabel.Size = new System.Drawing.Size(82, 13);
			this.mappingNameLabel.TabIndex = 7;
			this.mappingNameLabel.Text = "Mapping Name:";
			// 
			// mappingNameTextBox
			// 
			this.mappingNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.mappingNameTextBox.Location = new System.Drawing.Point(100, 518);
			this.mappingNameTextBox.Name = "mappingNameTextBox";
			this.mappingNameTextBox.Size = new System.Drawing.Size(168, 20);
			this.mappingNameTextBox.TabIndex = 8;
			// 
			// numericUpDownRepeatElements
			// 
			this.numericUpDownRepeatElements.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.numericUpDownRepeatElements.Location = new System.Drawing.Point(516, 518);
			this.numericUpDownRepeatElements.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
			this.numericUpDownRepeatElements.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numericUpDownRepeatElements.Name = "numericUpDownRepeatElements";
			this.numericUpDownRepeatElements.Size = new System.Drawing.Size(40, 20);
			this.numericUpDownRepeatElements.TabIndex = 9;
			this.numericUpDownRepeatElements.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(410, 521);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(105, 13);
			this.label1.TabIndex = 10;
			this.label1.Text = "Repeat Elements:   x";
			// 
			// checkBoxRGB
			// 
			this.checkBoxRGB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.checkBoxRGB.AutoSize = true;
			this.checkBoxRGB.Location = new System.Drawing.Point(567, 516);
			this.checkBoxRGB.Name = "checkBoxRGB";
			this.checkBoxRGB.Size = new System.Drawing.Size(105, 21);
			this.checkBoxRGB.TabIndex = 11;
			this.checkBoxRGB.Text = "Color Mixing";
			this.checkBoxRGB.CheckedChanged += new System.EventHandler(this.checkBoxRGB_CheckedChanged);
			// 
			// comboBoxColorOrder
			// 
			this.comboBoxColorOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.comboBoxColorOrder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxColorOrder.FormattingEnabled = true;
			this.comboBoxColorOrder.Items.AddRange(new object[] {
            "RGB",
            "RBG",
            "BRG",
            "BGR",
            "GRB",
            "GBR"});
			this.comboBoxColorOrder.Location = new System.Drawing.Point(650, 516);
			this.comboBoxColorOrder.Name = "comboBoxColorOrder";
			this.comboBoxColorOrder.Size = new System.Drawing.Size(75, 24);
			this.comboBoxColorOrder.TabIndex = 12;
			// 
			// Vixen2xSequenceImporterChannelMapper
			// 
			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(951, 552);
			this.Controls.Add(this.checkBoxRGB);
			this.Controls.Add(this.comboBoxColorOrder);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.numericUpDownRepeatElements);
			this.Controls.Add(this.mappingNameTextBox);
			this.Controls.Add(this.mappingNameLabel);
			this.Controls.Add(this.destinationColorButton);
			this.Controls.Add(this.multiSelectTreeview1);
			this.Controls.Add(this.buttonOK);
			this.Controls.Add(this.buttonCancel);
			this.Controls.Add(this.listViewMapping);
			this.DoubleBuffered = true;
			this.Name = "Vixen2xSequenceImporterChannelMapper";
			this.ShowIcon = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Vixen 2.x Channel Mapping";
			this.Load += new System.EventHandler(this.Vixen2xSequenceImporterChannelMapper_Load);
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownRepeatElements)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #11
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.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Tracking", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("Delayed", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup3 = new System.Windows.Forms.ListViewGroup("Active", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup4 = new System.Windows.Forms.ListViewGroup("Places", System.Windows.Forms.HorizontalAlignment.Left);
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.MainTab                 = new System.Windows.Forms.TabControl();
     this.StatusTab               = new System.Windows.Forms.TabPage();
     this.StatusView              = new System.Windows.Forms.ListView();
     this.CID                     = new System.Windows.Forms.ColumnHeader();
     this.TeamName                = new System.Windows.Forms.ColumnHeader();
     this.Grid                    = new System.Windows.Forms.ColumnHeader("(none)");
     this.Time                    = new System.Windows.Forms.ColumnHeader();
     this.StatusContextMenu       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.StopTracking            = new System.Windows.Forms.ToolStripMenuItem();
     this.StartTracking           = new System.Windows.Forms.ToolStripMenuItem();
     this.Remove                  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1     = new System.Windows.Forms.ToolStripSeparator();
     this.AddTeam                 = new System.Windows.Forms.ToolStripMenuItem();
     this.AddPlace                = new System.Windows.Forms.ToolStripMenuItem();
     this.ConfigTab               = new System.Windows.Forms.TabPage();
     this.groupBox3               = new System.Windows.Forms.GroupBox();
     this.label17                 = new System.Windows.Forms.Label();
     this.label16                 = new System.Windows.Forms.Label();
     this.label15                 = new System.Windows.Forms.Label();
     this.label14                 = new System.Windows.Forms.Label();
     this.m_ThreshAdj             = new System.Windows.Forms.TrackBar();
     this.m_LeftChan              = new System.Windows.Forms.ProgressBar();
     this.m_RightChan             = new System.Windows.Forms.ProgressBar();
     this.m_SkipTime              = new System.Windows.Forms.NumericUpDown();
     this.m_BuffTime              = new System.Windows.Forms.NumericUpDown();
     this.label18                 = new System.Windows.Forms.Label();
     this.label13                 = new System.Windows.Forms.Label();
     this.label12                 = new System.Windows.Forms.Label();
     this.m_AudioDlg              = new System.Windows.Forms.Button();
     this.m_AudioDir              = new System.Windows.Forms.TextBox();
     this.label11                 = new System.Windows.Forms.Label();
     this.m_AudioCapDevices       = new System.Windows.Forms.ComboBox();
     this.label10                 = new System.Windows.Forms.Label();
     this.groupBox2               = new System.Windows.Forms.GroupBox();
     this.History_Time            = new System.Windows.Forms.TextBox();
     this.label9                  = new System.Windows.Forms.Label();
     this.label8                  = new System.Windows.Forms.Label();
     this.History_Port            = new System.Windows.Forms.TextBox();
     this.Track_Port              = new System.Windows.Forms.TextBox();
     this.label7                  = new System.Windows.Forms.Label();
     this.label6                  = new System.Windows.Forms.Label();
     this.groupBox1               = new System.Windows.Forms.GroupBox();
     this.label5                  = new System.Windows.Forms.Label();
     this.Delayed_time            = new System.Windows.Forms.TextBox();
     this.label4                  = new System.Windows.Forms.Label();
     this.PollInterval            = new System.Windows.Forms.TextBox();
     this.label3                  = new System.Windows.Forms.Label();
     this.label2                  = new System.Windows.Forms.Label();
     this.ConfigComPorts          = new System.Windows.Forms.ComboBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.PeriodicTimer           = new System.Windows.Forms.Timer(this.components);
     this.m_SerialCommPort        = new System.IO.Ports.SerialPort(this.components);
     this.m_statusStrip           = new System.Windows.Forms.StatusStrip();
     this.toolStripStatus         = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripHttpStatus     = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripHistoryStatus  = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripRecStatus      = new System.Windows.Forms.ToolStripStatusLabel();
     this.m_AudioFolderBrowserDlg = new System.Windows.Forms.FolderBrowserDialog();
     this.m_UVMetersTimer         = new System.Windows.Forms.Timer(this.components);
     this.m_historyTableAdapter   = new TeamTrack.TeamTrackDataSetTableAdapters.HistoryTableAdapter();
     this.m_mp3SoundCapture       = new Istrib.Sound.Mp3SoundCapture(this.components);
     this.MainTab.SuspendLayout();
     this.StatusTab.SuspendLayout();
     this.StatusContextMenu.SuspendLayout();
     this.ConfigTab.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_ThreshAdj)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_SkipTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_BuffTime)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.m_statusStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // MainTab
     //
     this.MainTab.Controls.Add(this.StatusTab);
     this.MainTab.Controls.Add(this.ConfigTab);
     this.MainTab.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.MainTab.Location      = new System.Drawing.Point(0, 0);
     this.MainTab.Name          = "MainTab";
     this.MainTab.SelectedIndex = 0;
     this.MainTab.Size          = new System.Drawing.Size(604, 505);
     this.MainTab.TabIndex      = 0;
     //
     // StatusTab
     //
     this.StatusTab.Controls.Add(this.StatusView);
     this.StatusTab.Location = new System.Drawing.Point(4, 22);
     this.StatusTab.Name     = "StatusTab";
     this.StatusTab.Padding  = new System.Windows.Forms.Padding(3);
     this.StatusTab.Size     = new System.Drawing.Size(596, 479);
     this.StatusTab.TabIndex = 0;
     this.StatusTab.Text     = "Status";
     this.StatusTab.UseVisualStyleBackColor = true;
     //
     // StatusView
     //
     this.StatusView.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.StatusView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.CID,
         this.TeamName,
         this.Grid,
         this.Time
     });
     this.StatusView.ContextMenuStrip = this.StatusContextMenu;
     this.StatusView.FullRowSelect    = true;
     this.StatusView.GridLines        = true;
     listViewGroup1.Header            = "Tracking";
     listViewGroup1.Name   = "Tracking";
     listViewGroup1.Tag    = "Tracking";
     listViewGroup2.Header = "Delayed";
     listViewGroup2.Name   = "Delayed";
     listViewGroup2.Tag    = "Delayed";
     listViewGroup3.Header = "Active";
     listViewGroup3.Name   = "Active";
     listViewGroup3.Tag    = "Active";
     listViewGroup4.Header = "Places";
     listViewGroup4.Name   = "Places";
     listViewGroup4.Tag    = "Places";
     this.StatusView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2,
         listViewGroup3,
         listViewGroup4
     });
     this.StatusView.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.StatusView.HideSelection = false;
     this.StatusView.LabelWrap     = false;
     this.StatusView.Location      = new System.Drawing.Point(3, 3);
     this.StatusView.MultiSelect   = false;
     this.StatusView.Name          = "StatusView";
     this.StatusView.Size          = new System.Drawing.Size(611, 474);
     this.StatusView.TabIndex      = 0;
     this.StatusView.UseCompatibleStateImageBehavior = false;
     this.StatusView.View         = System.Windows.Forms.View.Details;
     this.StatusView.DoubleClick += new System.EventHandler(this.StatusView_DoubleClick);
     //
     // CID
     //
     this.CID.Tag  = "CID";
     this.CID.Text = "CID";
     //
     // TeamName
     //
     this.TeamName.Tag   = "TeamName";
     this.TeamName.Text  = "Team Name";
     this.TeamName.Width = 118;
     //
     // Grid
     //
     this.Grid.Tag       = "Grid";
     this.Grid.Text      = "Grid/Coord";
     this.Grid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.Grid.Width     = 266;
     //
     // Time
     //
     this.Time.Tag   = "Time";
     this.Time.Text  = "Last Time";
     this.Time.Width = 149;
     //
     // StatusContextMenu
     //
     this.StatusContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.StopTracking,
         this.StartTracking,
         this.Remove,
         this.toolStripSeparator1,
         this.AddTeam,
         this.AddPlace
     });
     this.StatusContextMenu.Name       = "StatusContextMenu";
     this.StatusContextMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.StatusContextMenu.Size       = new System.Drawing.Size(145, 120);
     this.StatusContextMenu.Text       = "Action";
     this.StatusContextMenu.Opening   += new System.ComponentModel.CancelEventHandler(this.StatusContextMenu_Opening);
     //
     // StopTracking
     //
     this.StopTracking.Name   = "StopTracking";
     this.StopTracking.Size   = new System.Drawing.Size(144, 22);
     this.StopTracking.Text   = "Stop tracking";
     this.StopTracking.Click += new System.EventHandler(this.StopTracking_Click);
     //
     // StartTracking
     //
     this.StartTracking.Name   = "StartTracking";
     this.StartTracking.Size   = new System.Drawing.Size(144, 22);
     this.StartTracking.Text   = "Start tracking";
     this.StartTracking.Click += new System.EventHandler(this.StartTracking_Click);
     //
     // Remove
     //
     this.Remove.Name   = "Remove";
     this.Remove.Size   = new System.Drawing.Size(144, 22);
     this.Remove.Text   = "Remove";
     this.Remove.Click += new System.EventHandler(this.Remove_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(141, 6);
     //
     // AddTeam
     //
     this.AddTeam.Name   = "AddTeam";
     this.AddTeam.Size   = new System.Drawing.Size(144, 22);
     this.AddTeam.Text   = "AddTeam";
     this.AddTeam.Click += new System.EventHandler(this.AddTeam_Click);
     //
     // AddPlace
     //
     this.AddPlace.Name   = "AddPlace";
     this.AddPlace.Size   = new System.Drawing.Size(144, 22);
     this.AddPlace.Text   = "AddPlace";
     this.AddPlace.Click += new System.EventHandler(this.AddPlace_Click);
     //
     // ConfigTab
     //
     this.ConfigTab.Controls.Add(this.groupBox3);
     this.ConfigTab.Controls.Add(this.groupBox2);
     this.ConfigTab.Controls.Add(this.groupBox1);
     this.ConfigTab.Location = new System.Drawing.Point(4, 22);
     this.ConfigTab.Name     = "ConfigTab";
     this.ConfigTab.Padding  = new System.Windows.Forms.Padding(3);
     this.ConfigTab.Size     = new System.Drawing.Size(596, 479);
     this.ConfigTab.TabIndex = 1;
     this.ConfigTab.Text     = "Configuration";
     this.ConfigTab.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label17);
     this.groupBox3.Controls.Add(this.label16);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.m_ThreshAdj);
     this.groupBox3.Controls.Add(this.m_LeftChan);
     this.groupBox3.Controls.Add(this.m_RightChan);
     this.groupBox3.Controls.Add(this.m_SkipTime);
     this.groupBox3.Controls.Add(this.m_BuffTime);
     this.groupBox3.Controls.Add(this.label18);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.label12);
     this.groupBox3.Controls.Add(this.m_AudioDlg);
     this.groupBox3.Controls.Add(this.m_AudioDir);
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Controls.Add(this.m_AudioCapDevices);
     this.groupBox3.Controls.Add(this.label10);
     this.groupBox3.Location = new System.Drawing.Point(24, 275);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(550, 173);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Audio Settings";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(6, 141);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(57, 13);
     this.label17.TabIndex = 8;
     this.label17.Text     = "Skip Time:";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(239, 157);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(15, 13);
     this.label16.TabIndex = 14;
     this.label16.Text     = "R";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(239, 141);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(13, 13);
     this.label15.TabIndex = 13;
     this.label15.Text     = "L";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(175, 108);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(57, 13);
     this.label14.TabIndex = 11;
     this.label14.Text     = "Threshold:";
     //
     // m_ThreshAdj
     //
     this.m_ThreshAdj.Location      = new System.Drawing.Point(248, 92);
     this.m_ThreshAdj.Maximum       = 100;
     this.m_ThreshAdj.Name          = "m_ThreshAdj";
     this.m_ThreshAdj.Size          = new System.Drawing.Size(302, 45);
     this.m_ThreshAdj.TabIndex      = 12;
     this.m_ThreshAdj.TickFrequency = 4;
     this.m_ThreshAdj.TickStyle     = System.Windows.Forms.TickStyle.Both;
     this.m_ThreshAdj.Value         = global::TeamTrack.Properties.Settings.Default.CaptureThreshold;
     this.m_ThreshAdj.ValueChanged += new System.EventHandler(this.VOXParams_ValueChanged);
     this.m_ThreshAdj.Scroll       += new System.EventHandler(this.VOXParams_ValueChanged);
     //
     // m_LeftChan
     //
     this.m_LeftChan.Location = new System.Drawing.Point(258, 140);
     this.m_LeftChan.MarqueeAnimationSpeed = 10;
     this.m_LeftChan.Name     = "m_LeftChan";
     this.m_LeftChan.Size     = new System.Drawing.Size(286, 14);
     this.m_LeftChan.Style    = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.m_LeftChan.TabIndex = 9;
     //
     // m_RightChan
     //
     this.m_RightChan.Location = new System.Drawing.Point(258, 157);
     this.m_RightChan.MarqueeAnimationSpeed = 10;
     this.m_RightChan.Name     = "m_RightChan";
     this.m_RightChan.Size     = new System.Drawing.Size(286, 14);
     this.m_RightChan.Style    = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.m_RightChan.TabIndex = 8;
     //
     // m_SkipTime
     //
     this.m_SkipTime.Location      = new System.Drawing.Point(90, 134);
     this.m_SkipTime.Name          = "m_SkipTime";
     this.m_SkipTime.Size          = new System.Drawing.Size(32, 20);
     this.m_SkipTime.TabIndex      = 9;
     this.m_SkipTime.Value         = global::TeamTrack.Properties.Settings.Default.SkipTime;
     this.m_SkipTime.ValueChanged += new System.EventHandler(this.VOXParams_ValueChanged);
     //
     // m_BuffTime
     //
     this.m_BuffTime.Location      = new System.Drawing.Point(90, 101);
     this.m_BuffTime.Name          = "m_BuffTime";
     this.m_BuffTime.Size          = new System.Drawing.Size(32, 20);
     this.m_BuffTime.TabIndex      = 6;
     this.m_BuffTime.Value         = global::TeamTrack.Properties.Settings.Default.BufferTime;
     this.m_BuffTime.ValueChanged += new System.EventHandler(this.VOXParams_ValueChanged);
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(128, 141);
     this.label18.Name     = "label18";
     this.label18.Size     = new System.Drawing.Size(24, 13);
     this.label18.TabIndex = 10;
     this.label18.Text     = "sec";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(128, 108);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(24, 13);
     this.label13.TabIndex = 7;
     this.label13.Text     = "sec";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(6, 108);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(78, 13);
     this.label12.TabIndex = 5;
     this.label12.Text     = "Buffering Time:";
     //
     // m_AudioDlg
     //
     this.m_AudioDlg.Location = new System.Drawing.Point(489, 63);
     this.m_AudioDlg.Name     = "m_AudioDlg";
     this.m_AudioDlg.Size     = new System.Drawing.Size(23, 20);
     this.m_AudioDlg.TabIndex = 4;
     this.m_AudioDlg.Text     = "...";
     this.m_AudioDlg.UseVisualStyleBackColor = true;
     this.m_AudioDlg.Click += new System.EventHandler(this.m_AudioFolderClick);
     //
     // m_AudioDir
     //
     this.m_AudioDir.AllowDrop = true;
     this.m_AudioDir.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::TeamTrack.Properties.Settings.Default, "AudioDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.m_AudioDir.Location = new System.Drawing.Point(133, 63);
     this.m_AudioDir.Name     = "m_AudioDir";
     this.m_AudioDir.Size     = new System.Drawing.Size(358, 20);
     this.m_AudioDir.TabIndex = 3;
     this.m_AudioDir.Text     = global::TeamTrack.Properties.Settings.Default.AudioDir;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(6, 70);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(103, 13);
     this.label11.TabIndex = 2;
     this.label11.Text     = "AudioFiles Directory:";
     //
     // m_AudioCapDevices
     //
     this.m_AudioCapDevices.AllowDrop = true;
     this.m_AudioCapDevices.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::TeamTrack.Properties.Settings.Default, "CaptureDevice", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.m_AudioCapDevices.FormattingEnabled = true;
     this.m_AudioCapDevices.Location          = new System.Drawing.Point(134, 28);
     this.m_AudioCapDevices.MaxDropDownItems  = 4;
     this.m_AudioCapDevices.Name                  = "m_AudioCapDevices";
     this.m_AudioCapDevices.Size                  = new System.Drawing.Size(378, 21);
     this.m_AudioCapDevices.TabIndex              = 1;
     this.m_AudioCapDevices.Text                  = global::TeamTrack.Properties.Settings.Default.CaptureDevice;
     this.m_AudioCapDevices.SelectedValueChanged += new System.EventHandler(this.m_AudioCapDevices_SelectedValueChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(6, 31);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(82, 13);
     this.label10.TabIndex = 0;
     this.label10.Text     = "Capture device:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.History_Time);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.History_Port);
     this.groupBox2.Controls.Add(this.Track_Port);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Location = new System.Drawing.Point(24, 154);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(550, 114);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Http KML server";
     //
     // History_Time
     //
     this.History_Time.Location   = new System.Drawing.Point(456, 73);
     this.History_Time.Name       = "History_Time";
     this.History_Time.Size       = new System.Drawing.Size(35, 20);
     this.History_Time.TabIndex   = 5;
     this.History_Time.Text       = "6";
     this.History_Time.Validated += new System.EventHandler(this.History_Port_Time_Validated);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(497, 80);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(33, 13);
     this.label9.TabIndex = 6;
     this.label9.Text     = "hours";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(309, 80);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(143, 13);
     this.label8.TabIndex = 4;
     this.label8.Text     = "Track Teams movement for :";
     //
     // History_Port
     //
     this.History_Port.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::TeamTrack.Properties.Settings.Default, "HistoryPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.History_Port.Location   = new System.Drawing.Point(456, 44);
     this.History_Port.Name       = "History_Port";
     this.History_Port.Size       = new System.Drawing.Size(56, 20);
     this.History_Port.TabIndex   = 3;
     this.History_Port.Text       = global::TeamTrack.Properties.Settings.Default.HistoryPort;
     this.History_Port.Validated += new System.EventHandler(this.History_Port_Time_Validated);
     //
     // Track_Port
     //
     this.Track_Port.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::TeamTrack.Properties.Settings.Default, "TrackingPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.Track_Port.Location   = new System.Drawing.Point(159, 48);
     this.Track_Port.Name       = "Track_Port";
     this.Track_Port.Size       = new System.Drawing.Size(52, 20);
     this.Track_Port.TabIndex   = 1;
     this.Track_Port.Text       = global::TeamTrack.Properties.Settings.Default.TrackingPort;
     this.Track_Port.TextAlign  = System.Windows.Forms.HorizontalAlignment.Right;
     this.Track_Port.Validated += new System.EventHandler(this.Track_Port_Validated);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(309, 50);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(97, 13);
     this.label7.TabIndex = 2;
     this.label7.Text     = "Team History Port :";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(17, 51);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(107, 13);
     this.label6.TabIndex = 0;
     this.label6.Text     = "Tracking Team Port :";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.Delayed_time);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.PollInterval);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.ConfigComPorts);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(24, 33);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(550, 114);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Tracking data source";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(381, 80);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(43, 13);
     this.label5.TabIndex = 7;
     this.label5.Text     = "minutes";
     //
     // Delayed_time
     //
     this.Delayed_time.Location  = new System.Drawing.Point(325, 73);
     this.Delayed_time.Name      = "Delayed_time";
     this.Delayed_time.Size      = new System.Drawing.Size(50, 20);
     this.Delayed_time.TabIndex  = 6;
     this.Delayed_time.Text      = global::TeamTrack.Properties.Settings.Default.TeamDelayed;
     this.Delayed_time.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(17, 80);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(302, 13);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Consider Team delayed if not receiving SA data for more than :";
     //
     // PollInterval
     //
     this.PollInterval.Location  = new System.Drawing.Point(396, 28);
     this.PollInterval.Name      = "PollInterval";
     this.PollInterval.Size      = new System.Drawing.Size(53, 20);
     this.PollInterval.TabIndex  = 3;
     this.PollInterval.Text      = global::TeamTrack.Properties.Settings.Default.PollingInterval;
     this.PollInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(455, 31);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(24, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "sec";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(309, 31);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(81, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Polling interval :";
     //
     // ConfigComPorts
     //
     this.ConfigComPorts.AllowDrop = true;
     this.ConfigComPorts.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::TeamTrack.Properties.Settings.Default, "ComPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.ConfigComPorts.FormattingEnabled = true;
     this.ConfigComPorts.Location          = new System.Drawing.Point(90, 28);
     this.ConfigComPorts.MaxDropDownItems  = 4;
     this.ConfigComPorts.Name                  = "ConfigComPorts";
     this.ConfigComPorts.Size                  = new System.Drawing.Size(121, 21);
     this.ConfigComPorts.TabIndex              = 1;
     this.ConfigComPorts.Text                  = global::TeamTrack.Properties.Settings.Default.ComPort;
     this.ConfigComPorts.SelectedValueChanged += new System.EventHandler(this.ConfigComPorts_SelectedValueChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 31);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Com Port :";
     //
     // PeriodicTimer
     //
     this.PeriodicTimer.Enabled  = true;
     this.PeriodicTimer.Interval = 5000;
     this.PeriodicTimer.Tag      = "1SecondTick";
     this.PeriodicTimer.Tick    += new System.EventHandler(this.PeriodicTimer_Tick);
     //
     // m_SerialCommPort
     //
     this.m_SerialCommPort.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.SerialCommlPort_DataReceived);
     //
     // m_statusStrip
     //
     this.m_statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatus,
         this.toolStripHttpStatus,
         this.toolStripHistoryStatus,
         this.toolStripRecStatus
     });
     this.m_statusStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.m_statusStrip.Location    = new System.Drawing.Point(0, 483);
     this.m_statusStrip.Name        = "m_statusStrip";
     this.m_statusStrip.Size        = new System.Drawing.Size(604, 22);
     this.m_statusStrip.TabIndex    = 1;
     this.m_statusStrip.Text        = "statusStrip";
     //
     // toolStripStatus
     //
     this.toolStripStatus.Name = "toolStripStatus";
     this.toolStripStatus.Size = new System.Drawing.Size(84, 17);
     this.toolStripStatus.Text = "toolStripStatus";
     //
     // toolStripHttpStatus
     //
     this.toolStripHttpStatus.Name = "toolStripHttpStatus";
     this.toolStripHttpStatus.Size = new System.Drawing.Size(108, 17);
     this.toolStripHttpStatus.Text = "toolStripHttpStatus";
     //
     // toolStripHistoryStatus
     //
     this.toolStripHistoryStatus.Name = "toolStripHistoryStatus";
     this.toolStripHistoryStatus.Size = new System.Drawing.Size(122, 17);
     this.toolStripHistoryStatus.Text = "toolStripHistoryStatus";
     //
     // toolStripRecStatus
     //
     this.toolStripRecStatus.Name = "toolStripRecStatus";
     this.toolStripRecStatus.Size = new System.Drawing.Size(16, 17);
     this.toolStripRecStatus.Text = "...";
     //
     // m_UVMetersTimer
     //
     this.m_UVMetersTimer.Enabled  = true;
     this.m_UVMetersTimer.Interval = 50;
     this.m_UVMetersTimer.Tick    += new System.EventHandler(this.m_UVMeters_Tick);
     //
     // m_historyTableAdapter
     //
     this.m_historyTableAdapter.ClearBeforeFill = true;
     //
     // m_mp3SoundCapture
     //
     this.m_mp3SoundCapture.BufferSeconds             = 4;
     this.m_mp3SoundCapture.IsDirectory               = false;
     this.m_mp3SoundCapture.MinSoundSeconds           = 1;
     this.m_mp3SoundCapture.NormalizeVolume           = false;
     this.m_mp3SoundCapture.OutputType                = Istrib.Sound.Mp3SoundCapture.Outputs.Mp3;
     this.m_mp3SoundCapture.UseSynchronizationContext = true;
     this.m_mp3SoundCapture.UseVOX       = true;
     this.m_mp3SoundCapture.VOXThreshold = 300;
     this.m_mp3SoundCapture.WaitOnStop   = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(604, 505);
     this.Controls.Add(this.m_statusStrip);
     this.Controls.Add(this.MainTab);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Team Tracking";
     this.Load         += new System.EventHandler(this.MainForm_Load);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.MainTab.ResumeLayout(false);
     this.StatusTab.ResumeLayout(false);
     this.StatusContextMenu.ResumeLayout(false);
     this.ConfigTab.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_ThreshAdj)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_SkipTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_BuffTime)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.m_statusStrip.ResumeLayout(false);
     this.m_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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewGroup listViewGroup11 = new System.Windows.Forms.ListViewGroup("佐料", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup12 = new System.Windows.Forms.ListViewGroup("蔬菜", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup13 = new System.Windows.Forms.ListViewGroup("家禽", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup14 = new System.Windows.Forms.ListViewGroup("河鲜海鲜", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup15 = new System.Windows.Forms.ListViewGroup("主粮", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem  listViewItem15  = new System.Windows.Forms.ListViewItem("盐");
     System.Windows.Forms.ListViewItem  listViewItem16  = new System.Windows.Forms.ListViewItem("油");
     System.Windows.Forms.ListViewItem  listViewItem17  = new System.Windows.Forms.ListViewItem("酱油");
     System.Windows.Forms.ListViewItem  listViewItem18  = new System.Windows.Forms.ListViewItem("醋");
     System.Windows.Forms.ListViewItem  listViewItem19  = new System.Windows.Forms.ListViewItem("鸡精");
     System.Windows.Forms.ListViewItem  listViewItem20  = new System.Windows.Forms.ListViewItem("白菜");
     System.Windows.Forms.ListViewItem  listViewItem21  = new System.Windows.Forms.ListViewItem("鱼");
     System.Windows.Forms.ListViewItem  listViewItem22  = new System.Windows.Forms.ListViewItem("猪肉");
     System.Windows.Forms.ListViewItem  listViewItem23  = new System.Windows.Forms.ListViewItem("大米");
     System.Windows.Forms.ListViewGroup listViewGroup16 = new System.Windows.Forms.ListViewGroup("佐料", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup17 = new System.Windows.Forms.ListViewGroup("蔬菜", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup18 = new System.Windows.Forms.ListViewGroup("家禽", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup19 = new System.Windows.Forms.ListViewGroup("河鲜海鲜", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup20 = new System.Windows.Forms.ListViewGroup("主粮", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem  listViewItem24  = new System.Windows.Forms.ListViewItem("盐 20克");
     System.Windows.Forms.ListViewItem  listViewItem25  = new System.Windows.Forms.ListViewItem("油 10克");
     System.Windows.Forms.ListViewItem  listViewItem26  = new System.Windows.Forms.ListViewItem("酱油 10克");
     System.Windows.Forms.ListViewItem  listViewItem27  = new System.Windows.Forms.ListViewItem("醋 15克");
     System.Windows.Forms.ListViewItem  listViewItem28  = new System.Windows.Forms.ListViewItem("大米 5两");
     this.btnModifyIngredient = new System.Windows.Forms.Button();
     this.btnCancel           = new System.Windows.Forms.Button();
     this.btnNewIngrendient   = new System.Windows.Forms.Button();
     this.label1                      = new System.Windows.Forms.Label();
     this.lstIngredient               = new System.Windows.Forms.ListView();
     this.lstSelectedIngredient       = new System.Windows.Forms.ListView();
     this.label2                      = new System.Windows.Forms.Label();
     this.btnSwitchView               = new System.Windows.Forms.Button();
     this.btnAddIngredientToDish      = new System.Windows.Forms.Button();
     this.btnRemoveIngredientFromDish = new System.Windows.Forms.Button();
     this.btnModifyWeightedIngredient = new System.Windows.Forms.Button();
     this.txtDishName                 = new System.Windows.Forms.TextBox();
     this.label3                      = new System.Windows.Forms.Label();
     this.btnSaveAndContinue          = new System.Windows.Forms.Button();
     this.lblSucessTip                = new System.Windows.Forms.Label();
     this.timer1                      = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // btnModifyIngredient
     //
     this.btnModifyIngredient.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnModifyIngredient.Enabled  = false;
     this.btnModifyIngredient.Location = new System.Drawing.Point(242, 476);
     this.btnModifyIngredient.Name     = "btnModifyIngredient";
     this.btnModifyIngredient.Size     = new System.Drawing.Size(109, 23);
     this.btnModifyIngredient.TabIndex = 10;
     this.btnModifyIngredient.Text     = "修改选中的食材...";
     this.btnModifyIngredient.UseVisualStyleBackColor = true;
     this.btnModifyIngredient.Click += new System.EventHandler(this.btnModifyIngredient_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(866, 476);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(64, 23);
     this.btnCancel.TabIndex                = 7;
     this.btnCancel.Text                    = "关闭";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // btnNewIngrendient
     //
     this.btnNewIngrendient.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnNewIngrendient.Location = new System.Drawing.Point(127, 476);
     this.btnNewIngrendient.Name     = "btnNewIngrendient";
     this.btnNewIngrendient.Size     = new System.Drawing.Size(109, 23);
     this.btnNewIngrendient.TabIndex = 9;
     this.btnNewIngrendient.Text     = "录入新食材...";
     this.btnNewIngrendient.UseVisualStyleBackColor = true;
     this.btnNewIngrendient.Click += new System.EventHandler(this.btnNewIngrendient_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 14F);
     this.label1.Location = new System.Drawing.Point(19, 44);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(600, 19);
     this.label1.TabIndex = 4;
     this.label1.Text     = "请在下方列表中选择您需要的食材(双击或选中后点击\"添加->\"按钮)";
     //
     // lstIngredient
     //
     this.lstIngredient.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.lstIngredient.Font = new System.Drawing.Font("宋体", 14F);
     listViewGroup11.Header  = "佐料";
     listViewGroup11.Name    = "listViewGroup1";
     listViewGroup12.Header  = "蔬菜";
     listViewGroup12.Name    = "listViewGroup2";
     listViewGroup13.Header  = "家禽";
     listViewGroup13.Name    = "listViewGroup3";
     listViewGroup14.Header  = "河鲜海鲜";
     listViewGroup14.Name    = "listViewGroup4";
     listViewGroup15.Header  = "主粮";
     listViewGroup15.Name    = "listViewGroup5";
     this.lstIngredient.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup11,
         listViewGroup12,
         listViewGroup13,
         listViewGroup14,
         listViewGroup15
     });
     listViewItem15.Group = listViewGroup11;
     listViewItem16.Group = listViewGroup11;
     listViewItem17.Group = listViewGroup11;
     listViewItem18.Group = listViewGroup11;
     listViewItem19.Group = listViewGroup11;
     listViewItem20.Group = listViewGroup12;
     listViewItem21.Group = listViewGroup14;
     listViewItem22.Group = listViewGroup13;
     listViewItem23.Group = listViewGroup15;
     this.lstIngredient.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem15,
         listViewItem16,
         listViewItem17,
         listViewItem18,
         listViewItem19,
         listViewItem20,
         listViewItem21,
         listViewItem22,
         listViewItem23
     });
     this.lstIngredient.Location = new System.Drawing.Point(12, 66);
     this.lstIngredient.Name     = "lstIngredient";
     this.lstIngredient.Size     = new System.Drawing.Size(607, 404);
     this.lstIngredient.TabIndex = 1;
     this.lstIngredient.UseCompatibleStateImageBehavior = false;
     this.lstIngredient.View = System.Windows.Forms.View.SmallIcon;
     this.lstIngredient.SelectedIndexChanged += new System.EventHandler(this.lstIngredient_SelectedIndexChanged);
     this.lstIngredient.DoubleClick          += new System.EventHandler(this.lstIngredient_DoubleClick);
     //
     // lstSelectedIngredient
     //
     this.lstSelectedIngredient.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.lstSelectedIngredient.Font = new System.Drawing.Font("宋体", 14F);
     listViewGroup16.Header          = "佐料";
     listViewGroup16.Name            = "listViewGroup1";
     listViewGroup17.Header          = "蔬菜";
     listViewGroup17.Name            = "listViewGroup2";
     listViewGroup18.Header          = "家禽";
     listViewGroup18.Name            = "listViewGroup3";
     listViewGroup19.Header          = "河鲜海鲜";
     listViewGroup19.Name            = "listViewGroup4";
     listViewGroup20.Header          = "主粮";
     listViewGroup20.Name            = "listViewGroup5";
     this.lstSelectedIngredient.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup16,
         listViewGroup17,
         listViewGroup18,
         listViewGroup19,
         listViewGroup20
     });
     listViewItem24.Group = listViewGroup16;
     listViewItem25.Group = listViewGroup16;
     listViewItem26.Group = listViewGroup16;
     listViewItem27.Group = listViewGroup16;
     listViewItem28.Group = listViewGroup20;
     this.lstSelectedIngredient.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem24,
         listViewItem25,
         listViewItem26,
         listViewItem27,
         listViewItem28
     });
     this.lstSelectedIngredient.Location = new System.Drawing.Point(706, 66);
     this.lstSelectedIngredient.Name     = "lstSelectedIngredient";
     this.lstSelectedIngredient.Size     = new System.Drawing.Size(224, 404);
     this.lstSelectedIngredient.TabIndex = 5;
     this.lstSelectedIngredient.UseCompatibleStateImageBehavior = false;
     this.lstSelectedIngredient.View         = System.Windows.Forms.View.SmallIcon;
     this.lstSelectedIngredient.DoubleClick += new System.EventHandler(this.lstSelectedIngredient_DoubleClick);
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 14F);
     this.label2.Location = new System.Drawing.Point(718, 44);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(199, 19);
     this.label2.TabIndex = 4;
     this.label2.Text     = "所需食材的种类和数量";
     //
     // btnSwitchView
     //
     this.btnSwitchView.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSwitchView.Location = new System.Drawing.Point(12, 476);
     this.btnSwitchView.Name     = "btnSwitchView";
     this.btnSwitchView.Size     = new System.Drawing.Size(109, 23);
     this.btnSwitchView.TabIndex = 8;
     this.btnSwitchView.Text     = "切换视图";
     this.btnSwitchView.UseVisualStyleBackColor = true;
     this.btnSwitchView.Click += new System.EventHandler(this.btnSwitchView_Click);
     //
     // btnAddIngredientToDish
     //
     this.btnAddIngredientToDish.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddIngredientToDish.Font     = new System.Drawing.Font("宋体", 14F);
     this.btnAddIngredientToDish.Location = new System.Drawing.Point(625, 109);
     this.btnAddIngredientToDish.Name     = "btnAddIngredientToDish";
     this.btnAddIngredientToDish.Size     = new System.Drawing.Size(75, 50);
     this.btnAddIngredientToDish.TabIndex = 2;
     this.btnAddIngredientToDish.Text     = "添加->";
     this.btnAddIngredientToDish.UseVisualStyleBackColor = true;
     this.btnAddIngredientToDish.Click += new System.EventHandler(this.btnAddIngredientToDish_Click);
     //
     // btnRemoveIngredientFromDish
     //
     this.btnRemoveIngredientFromDish.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemoveIngredientFromDish.Font     = new System.Drawing.Font("宋体", 14F);
     this.btnRemoveIngredientFromDish.Location = new System.Drawing.Point(625, 165);
     this.btnRemoveIngredientFromDish.Name     = "btnRemoveIngredientFromDish";
     this.btnRemoveIngredientFromDish.Size     = new System.Drawing.Size(75, 50);
     this.btnRemoveIngredientFromDish.TabIndex = 3;
     this.btnRemoveIngredientFromDish.Text     = "<-撤回";
     this.btnRemoveIngredientFromDish.UseVisualStyleBackColor = true;
     this.btnRemoveIngredientFromDish.Click += new System.EventHandler(this.btnRemoveIngredientFromDish_Click);
     //
     // btnModifyWeightedIngredient
     //
     this.btnModifyWeightedIngredient.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnModifyWeightedIngredient.Font     = new System.Drawing.Font("宋体", 14F);
     this.btnModifyWeightedIngredient.Location = new System.Drawing.Point(625, 221);
     this.btnModifyWeightedIngredient.Name     = "btnModifyWeightedIngredient";
     this.btnModifyWeightedIngredient.Size     = new System.Drawing.Size(75, 50);
     this.btnModifyWeightedIngredient.TabIndex = 4;
     this.btnModifyWeightedIngredient.Text     = "修改";
     this.btnModifyWeightedIngredient.UseVisualStyleBackColor = true;
     this.btnModifyWeightedIngredient.Click += new System.EventHandler(this.btnModifyWeightedIngredient_Click);
     //
     // txtDishName
     //
     this.txtDishName.Font     = new System.Drawing.Font("宋体", 14F);
     this.txtDishName.Location = new System.Drawing.Point(118, 12);
     this.txtDishName.Name     = "txtDishName";
     this.txtDishName.Size     = new System.Drawing.Size(271, 29);
     this.txtDishName.TabIndex = 0;
     this.txtDishName.Text     = "一碗米饭";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("宋体", 14F);
     this.label3.Location = new System.Drawing.Point(8, 15);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(104, 19);
     this.label3.TabIndex = 9;
     this.label3.Text     = "菜品名称:";
     //
     // btnSaveAndContinue
     //
     this.btnSaveAndContinue.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSaveAndContinue.Location = new System.Drawing.Point(698, 476);
     this.btnSaveAndContinue.Name     = "btnSaveAndContinue";
     this.btnSaveAndContinue.Size     = new System.Drawing.Size(162, 23);
     this.btnSaveAndContinue.TabIndex = 6;
     this.btnSaveAndContinue.Text     = "保存并继续录入新菜品";
     this.btnSaveAndContinue.UseVisualStyleBackColor = true;
     this.btnSaveAndContinue.Click += new System.EventHandler(this.btnSaveAndContinue_Click);
     //
     // lblSucessTip
     //
     this.lblSucessTip.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblSucessTip.AutoSize  = true;
     this.lblSucessTip.Font      = new System.Drawing.Font("宋体", 14F);
     this.lblSucessTip.ForeColor = System.Drawing.Color.Green;
     this.lblSucessTip.Location  = new System.Drawing.Point(588, 480);
     this.lblSucessTip.Name      = "lblSucessTip";
     this.lblSucessTip.Size      = new System.Drawing.Size(104, 19);
     this.lblSucessTip.TabIndex  = 16;
     this.lblSucessTip.Text      = "保存成功!";
     this.lblSucessTip.Visible   = false;
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // FormNewDish
     //
     this.AcceptButton        = this.btnSaveAndContinue;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(942, 511);
     this.Controls.Add(this.lblSucessTip);
     this.Controls.Add(this.txtDishName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.btnModifyIngredient);
     this.Controls.Add(this.btnModifyWeightedIngredient);
     this.Controls.Add(this.btnRemoveIngredientFromDish);
     this.Controls.Add(this.btnAddIngredientToDish);
     this.Controls.Add(this.btnSwitchView);
     this.Controls.Add(this.btnSaveAndContinue);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnNewIngrendient);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.lstSelectedIngredient);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lstIngredient);
     this.Name          = "FormNewDish";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "录入新菜品";
     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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigControllers));
			this.listViewControllers = new System.Windows.Forms.ListView();
			this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.buttonAddController = new System.Windows.Forms.Button();
			this.buttonDeleteController = new System.Windows.Forms.Button();
			this.buttonOk = new System.Windows.Forms.Button();
			this.groupBoxSelectedController = new System.Windows.Forms.GroupBox();
			this.label4 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.buttonConfigureOutputs = new System.Windows.Forms.Button();
			this.label3 = new System.Windows.Forms.Label();
			this.numericUpDownOutputCount = new System.Windows.Forms.NumericUpDown();
			this.buttonUpdate = new System.Windows.Forms.Button();
			this.label2 = new System.Windows.Forms.Label();
			this.textBoxName = new System.Windows.Forms.TextBox();
			this.buttonConfigureController = new System.Windows.Forms.Button();
			this.buttonCancel = new System.Windows.Forms.Button();
			this.groupBoxSelectedController.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownOutputCount)).BeginInit();
			this.SuspendLayout();
			// 
			// listViewControllers
			// 
			this.listViewControllers.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.listViewControllers.CheckBoxes = true;
			this.listViewControllers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3});
			this.listViewControllers.FullRowSelect = true;
			listViewGroup1.Header = "ListViewGroup";
			listViewGroup1.Name = "listViewGroup1";
			this.listViewControllers.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1});
			this.listViewControllers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.listViewControllers.HideSelection = false;
			this.listViewControllers.Location = new System.Drawing.Point(12, 12);
			this.listViewControllers.Name = "listViewControllers";
			this.listViewControllers.ShowGroups = false;
			this.listViewControllers.Size = new System.Drawing.Size(395, 207);
			this.listViewControllers.TabIndex = 0;
			this.listViewControllers.UseCompatibleStateImageBehavior = false;
			this.listViewControllers.View = System.Windows.Forms.View.Details;
			this.listViewControllers.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listViewControllers_ItemChecked);
			this.listViewControllers.SelectedIndexChanged += new System.EventHandler(this.listViewControllers_SelectedIndexChanged);
			this.listViewControllers.DoubleClick += new System.EventHandler(this.listViewControllers_DoubleClick);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Name";
			this.columnHeader1.Width = 160;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "Type";
			this.columnHeader2.Width = 153;
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "Channels";
			// 
			// buttonAddController
			// 
			this.buttonAddController.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
			this.buttonAddController.Location = new System.Drawing.Point(62, 236);
			this.buttonAddController.Name = "buttonAddController";
			this.buttonAddController.Size = new System.Drawing.Size(120, 25);
			this.buttonAddController.TabIndex = 17;
			this.buttonAddController.Text = "Add New Controller";
			this.buttonAddController.UseVisualStyleBackColor = true;
			this.buttonAddController.Click += new System.EventHandler(this.buttonAddController_Click);
			// 
			// buttonDeleteController
			// 
			this.buttonDeleteController.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
			this.buttonDeleteController.Location = new System.Drawing.Point(237, 236);
			this.buttonDeleteController.Name = "buttonDeleteController";
			this.buttonDeleteController.Size = new System.Drawing.Size(120, 25);
			this.buttonDeleteController.TabIndex = 19;
			this.buttonDeleteController.Text = "Delete Selected";
			this.buttonDeleteController.UseVisualStyleBackColor = true;
			this.buttonDeleteController.Click += new System.EventHandler(this.buttonDeleteController_Click);
			// 
			// buttonOk
			// 
			this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.buttonOk.Location = new System.Drawing.Point(221, 445);
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.Size = new System.Drawing.Size(90, 25);
			this.buttonOk.TabIndex = 21;
			this.buttonOk.Text = "OK";
			this.buttonOk.UseVisualStyleBackColor = true;
			// 
			// groupBoxSelectedController
			// 
			this.groupBoxSelectedController.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.groupBoxSelectedController.Controls.Add(this.label4);
			this.groupBoxSelectedController.Controls.Add(this.label1);
			this.groupBoxSelectedController.Controls.Add(this.buttonConfigureOutputs);
			this.groupBoxSelectedController.Controls.Add(this.label3);
			this.groupBoxSelectedController.Controls.Add(this.numericUpDownOutputCount);
			this.groupBoxSelectedController.Controls.Add(this.buttonUpdate);
			this.groupBoxSelectedController.Controls.Add(this.label2);
			this.groupBoxSelectedController.Controls.Add(this.textBoxName);
			this.groupBoxSelectedController.Controls.Add(this.buttonConfigureController);
			this.groupBoxSelectedController.Location = new System.Drawing.Point(12, 275);
			this.groupBoxSelectedController.Name = "groupBoxSelectedController";
			this.groupBoxSelectedController.Size = new System.Drawing.Size(395, 158);
			this.groupBoxSelectedController.TabIndex = 25;
			this.groupBoxSelectedController.TabStop = false;
			this.groupBoxSelectedController.Text = "Selected Controller";
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(129, 97);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(171, 13);
			this.label4.TabIndex = 34;
			this.label4.Text = "Configure details for each channel.";
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(129, 66);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(203, 13);
			this.label1.TabIndex = 33;
			this.label1.Text = "Configure details specific to the controller.";
			// 
			// buttonConfigureOutputs
			// 
			this.buttonConfigureOutputs.Location = new System.Drawing.Point(13, 91);
			this.buttonConfigureOutputs.Name = "buttonConfigureOutputs";
			this.buttonConfigureOutputs.Size = new System.Drawing.Size(110, 25);
			this.buttonConfigureOutputs.TabIndex = 32;
			this.buttonConfigureOutputs.Text = "Configure Channels";
			this.buttonConfigureOutputs.UseVisualStyleBackColor = true;
			this.buttonConfigureOutputs.Click += new System.EventHandler(this.buttonConfigureOutputs_Click);
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(196, 27);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(54, 13);
			this.label3.TabIndex = 31;
			this.label3.Text = "Channels:";
			// 
			// numericUpDownOutputCount
			// 
			this.numericUpDownOutputCount.Location = new System.Drawing.Point(251, 24);
			this.numericUpDownOutputCount.Maximum = new decimal(new int[] {
            65536,
            0,
            0,
            0});
			this.numericUpDownOutputCount.Name = "numericUpDownOutputCount";
			this.numericUpDownOutputCount.Size = new System.Drawing.Size(47, 20);
			this.numericUpDownOutputCount.TabIndex = 30;
			// 
			// buttonUpdate
			// 
			this.buttonUpdate.Location = new System.Drawing.Point(308, 21);
			this.buttonUpdate.Name = "buttonUpdate";
			this.buttonUpdate.Size = new System.Drawing.Size(73, 25);
			this.buttonUpdate.TabIndex = 27;
			this.buttonUpdate.Text = "Update";
			this.buttonUpdate.UseVisualStyleBackColor = true;
			this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(10, 27);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(38, 13);
			this.label2.TabIndex = 26;
			this.label2.Text = "Name:";
			// 
			// textBoxName
			// 
			this.textBoxName.Location = new System.Drawing.Point(54, 24);
			this.textBoxName.Name = "textBoxName";
			this.textBoxName.Size = new System.Drawing.Size(136, 20);
			this.textBoxName.TabIndex = 25;
			// 
			// buttonConfigureController
			// 
			this.buttonConfigureController.Location = new System.Drawing.Point(13, 60);
			this.buttonConfigureController.Name = "buttonConfigureController";
			this.buttonConfigureController.Size = new System.Drawing.Size(110, 25);
			this.buttonConfigureController.TabIndex = 21;
			this.buttonConfigureController.Text = "Configure Controller";
			this.buttonConfigureController.UseVisualStyleBackColor = true;
			this.buttonConfigureController.Click += new System.EventHandler(this.buttonConfigureController_Click);
			// 
			// buttonCancel
			// 
			this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.buttonCancel.Location = new System.Drawing.Point(317, 445);
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.Size = new System.Drawing.Size(90, 25);
			this.buttonCancel.TabIndex = 27;
			this.buttonCancel.Text = "Cancel";
			this.buttonCancel.UseVisualStyleBackColor = true;
			// 
			// ConfigControllers
			// 
			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(419, 482);
			this.Controls.Add(this.buttonCancel);
			this.Controls.Add(this.groupBoxSelectedController);
			this.Controls.Add(this.buttonOk);
			this.Controls.Add(this.buttonDeleteController);
			this.Controls.Add(this.buttonAddController);
			this.Controls.Add(this.listViewControllers);
			this.DoubleBuffered = true;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MaximumSize = new System.Drawing.Size(435, 2000);
			this.MinimizeBox = false;
			this.MinimumSize = new System.Drawing.Size(435, 520);
			this.Name = "ConfigControllers";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Controllers Configuration";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigControllers_FormClosing);
			this.Load += new System.EventHandler(this.ConfigControllers_Load);
			this.groupBoxSelectedController.ResumeLayout(false);
			this.groupBoxSelectedController.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDownOutputCount)).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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Diff Tools", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Merge Tools", System.Windows.Forms.HorizontalAlignment.Left);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.label1 = new System.Windows.Forms.Label();
            this.lvParams = 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.btnConfigureDiffMergeTools = new System.Windows.Forms.Button();
            this.lvTools = new System.Windows.Forms.ListView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.chRememberChoice = new System.Windows.Forms.CheckBox();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(136, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Command Line Parameters:";
            // 
            // lvParams
            // 
            this.lvParams.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lvParams.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.lvParams.Location = new System.Drawing.Point(18, 29);
            this.lvParams.Name = "lvParams";
            this.lvParams.Size = new System.Drawing.Size(624, 123);
            this.lvParams.TabIndex = 1;
            this.lvParams.UseCompatibleStateImageBehavior = false;
            this.lvParams.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "#";
            this.columnHeader1.Width = 25;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Value";
            this.columnHeader2.Width = 579;
            // 
            // btnConfigureDiffMergeTools
            // 
            this.btnConfigureDiffMergeTools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnConfigureDiffMergeTools.Location = new System.Drawing.Point(567, 167);
            this.btnConfigureDiffMergeTools.Name = "btnConfigureDiffMergeTools";
            this.btnConfigureDiffMergeTools.Size = new System.Drawing.Size(75, 23);
            this.btnConfigureDiffMergeTools.TabIndex = 7;
            this.btnConfigureDiffMergeTools.Text = "Configure...";
            this.btnConfigureDiffMergeTools.UseVisualStyleBackColor = true;
            this.btnConfigureDiffMergeTools.Click += new System.EventHandler(this.btnConfigureDiffMergeTools_Click);
            // 
            // lvTools
            // 
            this.lvTools.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)));
            listViewGroup1.Header = "Diff Tools";
            listViewGroup1.Name = "Diff Tools";
            listViewGroup2.Header = "Merge Tools";
            listViewGroup2.Name = "Merge Tools";
            this.lvTools.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
            this.lvTools.HideSelection = false;
            this.lvTools.LargeImageList = this.imageList1;
            this.lvTools.Location = new System.Drawing.Point(18, 210);
            this.lvTools.Name = "lvTools";
            this.lvTools.Size = new System.Drawing.Size(624, 271);
            this.lvTools.TabIndex = 7;
            this.lvTools.UseCompatibleStateImageBehavior = false;
            this.lvTools.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvTools_MouseDoubleClick);
            // 
            // imageList1
            // 
            this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.imageList1.ImageSize = new System.Drawing.Size(32, 32);
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // chRememberChoice
            // 
            this.chRememberChoice.AutoSize = true;
            this.chRememberChoice.Location = new System.Drawing.Point(18, 171);
            this.chRememberChoice.Name = "chRememberChoice";
            this.chRememberChoice.Size = new System.Drawing.Size(128, 17);
            this.chRememberChoice.TabIndex = 9;
            this.chRememberChoice.Text = "Remember my choice";
            this.chRememberChoice.UseVisualStyleBackColor = true;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(659, 493);
            this.Controls.Add(this.chRememberChoice);
            this.Controls.Add(this.lvTools);
            this.Controls.Add(this.btnConfigureDiffMergeTools);
            this.Controls.Add(this.lvParams);
            this.Controls.Add(this.label1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "DiffMerge Tool Selector";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     this.groupBoxSelectedController = new System.Windows.Forms.GroupBox();
     this.label1       = new System.Windows.Forms.Label();
     this.buttonUpdate = new System.Windows.Forms.Button();
     this.label2       = new System.Windows.Forms.Label();
     this.textBoxName  = new System.Windows.Forms.TextBox();
     this.buttonConfigureController = new System.Windows.Forms.Button();
     this.listViewControllers       = 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.buttonOk = new System.Windows.Forms.Button();
     this.buttonDeleteController = new System.Windows.Forms.Button();
     this.buttonAddController    = new System.Windows.Forms.Button();
     this.buttonCancel           = new System.Windows.Forms.Button();
     this.groupBoxSelectedController.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxSelectedController
     //
     this.groupBoxSelectedController.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxSelectedController.Controls.Add(this.label1);
     this.groupBoxSelectedController.Controls.Add(this.buttonUpdate);
     this.groupBoxSelectedController.Controls.Add(this.label2);
     this.groupBoxSelectedController.Controls.Add(this.textBoxName);
     this.groupBoxSelectedController.Controls.Add(this.buttonConfigureController);
     this.groupBoxSelectedController.Location = new System.Drawing.Point(12, 275);
     this.groupBoxSelectedController.Name     = "groupBoxSelectedController";
     this.groupBoxSelectedController.Size     = new System.Drawing.Size(395, 158);
     this.groupBoxSelectedController.TabIndex = 32;
     this.groupBoxSelectedController.TabStop  = false;
     this.groupBoxSelectedController.Text     = "Selected Preview";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(129, 66);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(197, 13);
     this.label1.TabIndex = 33;
     this.label1.Text     = "Configure details specific to the preview.";
     //
     // buttonUpdate
     //
     this.buttonUpdate.Location = new System.Drawing.Point(308, 21);
     this.buttonUpdate.Name     = "buttonUpdate";
     this.buttonUpdate.Size     = new System.Drawing.Size(73, 25);
     this.buttonUpdate.TabIndex = 27;
     this.buttonUpdate.Text     = "Update";
     this.buttonUpdate.UseVisualStyleBackColor = true;
     this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(14, 27);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(38, 13);
     this.label2.TabIndex = 26;
     this.label2.Text     = "Name:";
     //
     // textBoxName
     //
     this.textBoxName.Location = new System.Drawing.Point(58, 24);
     this.textBoxName.Name     = "textBoxName";
     this.textBoxName.Size     = new System.Drawing.Size(136, 20);
     this.textBoxName.TabIndex = 25;
     //
     // buttonConfigureController
     //
     this.buttonConfigureController.Location = new System.Drawing.Point(13, 60);
     this.buttonConfigureController.Name     = "buttonConfigureController";
     this.buttonConfigureController.Size     = new System.Drawing.Size(110, 25);
     this.buttonConfigureController.TabIndex = 21;
     this.buttonConfigureController.Text     = "Configure Preview";
     this.buttonConfigureController.UseVisualStyleBackColor = true;
     this.buttonConfigureController.Click += new System.EventHandler(this.buttonConfigureController_Click);
     //
     // listViewControllers
     //
     this.listViewControllers.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.listViewControllers.CheckBoxes = true;
     this.listViewControllers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listViewControllers.FullRowSelect = true;
     listViewGroup1.Header = "ListViewGroup";
     listViewGroup1.Name   = "listViewGroup1";
     this.listViewControllers.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1
     });
     this.listViewControllers.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listViewControllers.HideSelection = false;
     this.listViewControllers.Location      = new System.Drawing.Point(12, 12);
     this.listViewControllers.Name          = "listViewControllers";
     this.listViewControllers.ShowGroups    = false;
     this.listViewControllers.Size          = new System.Drawing.Size(395, 207);
     this.listViewControllers.TabIndex      = 28;
     this.listViewControllers.UseCompatibleStateImageBehavior = false;
     this.listViewControllers.View                  = System.Windows.Forms.View.Details;
     this.listViewControllers.ItemCheck            += new System.Windows.Forms.ItemCheckEventHandler(this.listViewControllers_ItemCheck);
     this.listViewControllers.SelectedIndexChanged += new System.EventHandler(this.listViewControllers_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Name";
     this.columnHeader1.Width = 181;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Type";
     this.columnHeader2.Width = 182;
     //
     // buttonOk
     //
     this.buttonOk.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOk.Location                = new System.Drawing.Point(221, 445);
     this.buttonOk.Name                    = "buttonOk";
     this.buttonOk.Size                    = new System.Drawing.Size(90, 25);
     this.buttonOk.TabIndex                = 31;
     this.buttonOk.Text                    = "OK";
     this.buttonOk.UseVisualStyleBackColor = true;
     //
     // buttonDeleteController
     //
     this.buttonDeleteController.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.buttonDeleteController.Location = new System.Drawing.Point(237, 236);
     this.buttonDeleteController.Name     = "buttonDeleteController";
     this.buttonDeleteController.Size     = new System.Drawing.Size(120, 25);
     this.buttonDeleteController.TabIndex = 30;
     this.buttonDeleteController.Text     = "Delete Selected";
     this.buttonDeleteController.UseVisualStyleBackColor = true;
     this.buttonDeleteController.Click += new System.EventHandler(this.buttonDeleteController_Click);
     //
     // buttonAddController
     //
     this.buttonAddController.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.buttonAddController.Location = new System.Drawing.Point(62, 236);
     this.buttonAddController.Name     = "buttonAddController";
     this.buttonAddController.Size     = new System.Drawing.Size(120, 25);
     this.buttonAddController.TabIndex = 29;
     this.buttonAddController.Text     = "Add New Preview";
     this.buttonAddController.UseVisualStyleBackColor = true;
     this.buttonAddController.Click += new System.EventHandler(this.buttonAddController_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(317, 445);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(90, 25);
     this.buttonCancel.TabIndex                = 33;
     this.buttonCancel.Text                    = "Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // ConfigPreviews
     //
     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(419, 493);
     this.Controls.Add(this.groupBoxSelectedController);
     this.Controls.Add(this.listViewControllers);
     this.Controls.Add(this.buttonOk);
     this.Controls.Add(this.buttonDeleteController);
     this.Controls.Add(this.buttonAddController);
     this.Controls.Add(this.buttonCancel);
     this.DoubleBuffered = true;
     this.MaximizeBox    = false;
     this.MaximumSize    = new System.Drawing.Size(435, 2000);
     this.MinimizeBox    = false;
     this.MinimumSize    = new System.Drawing.Size(435, 520);
     this.Name           = "ConfigPreviews";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text           = "Previews Configuration";
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.ConfigPreviews_FormClosing);
     this.Load          += new System.EventHandler(this.ConfigPreviews_Load);
     this.groupBoxSelectedController.ResumeLayout(false);
     this.groupBoxSelectedController.PerformLayout();
     this.ResumeLayout(false);
 }
Example #16
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.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(PortalSiteSettingsControl));
     System.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Create", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("Update", System.Windows.Forms.HorizontalAlignment.Left);
     this.toolStripMenu            = new System.Windows.Forms.ToolStrip();
     this.toolButtonClose          = new System.Windows.Forms.ToolStripButton();
     this.tssSeparator1            = new System.Windows.Forms.ToolStripSeparator();
     this.toolButtonLoadSites      = new System.Windows.Forms.ToolStripButton();
     this.toolButtonReload         = new System.Windows.Forms.ToolStripButton();
     this.dropDownChanges          = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolButtonPreview        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolButtonSave           = new System.Windows.Forms.ToolStripMenuItem();
     this.labelActiveSites         = new System.Windows.Forms.Label();
     this.comboActiveSites         = new System.Windows.Forms.ComboBox();
     this.tableMain                = new System.Windows.Forms.TableLayoutPanel();
     this.panelMainLayout          = new System.Windows.Forms.Panel();
     this.panelCurrentSettings     = new System.Windows.Forms.Panel();
     this.crmGridSettings          = new xrmtb.XrmToolBox.Controls.CRMGridView();
     this.panelCurrSettingTool     = new System.Windows.Forms.Panel();
     this.flowLayoutPanel1         = new System.Windows.Forms.FlowLayoutPanel();
     this.labelCurrentSiteSettings = new System.Windows.Forms.Label();
     this.labelFilter              = new System.Windows.Forms.Label();
     this.textBoxFind              = new System.Windows.Forms.TextBox();
     this.buttonReloadSettings     = new System.Windows.Forms.Button();
     this.buttonDelete             = new System.Windows.Forms.Button();
     this.splitterHoriz            = new System.Windows.Forms.Splitter();
     this.panelPreview             = new System.Windows.Forms.Panel();
     this.listViewPreview          = new System.Windows.Forms.ListView();
     this.colSettingName           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colOldValue              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.coNewVal                    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colValMsg                   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.panelPreviewTools           = new System.Windows.Forms.Panel();
     this.labelPreviewSettingUpdates  = new System.Windows.Forms.Label();
     this.splitterVert                = new System.Windows.Forms.Splitter();
     this.panelPropGrid               = new System.Windows.Forms.Panel();
     this.propGridSettings            = new System.Windows.Forms.PropertyGrid();
     this.panelSites                  = new System.Windows.Forms.Panel();
     this.linkLabelPortalRecordsMover = new System.Windows.Forms.LinkLabel();
     this.toolStripMenu.SuspendLayout();
     this.tableMain.SuspendLayout();
     this.panelMainLayout.SuspendLayout();
     this.panelCurrentSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.crmGridSettings)).BeginInit();
     this.panelCurrSettingTool.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.panelPreview.SuspendLayout();
     this.panelPreviewTools.SuspendLayout();
     this.panelPropGrid.SuspendLayout();
     this.panelSites.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripMenu
     //
     this.toolStripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolButtonClose,
         this.tssSeparator1,
         this.toolButtonLoadSites,
         this.toolButtonReload,
         this.dropDownChanges
     });
     this.toolStripMenu.Location = new System.Drawing.Point(0, 0);
     this.toolStripMenu.Name     = "toolStripMenu";
     this.toolStripMenu.Padding  = new System.Windows.Forms.Padding(0, 0, 2, 0);
     this.toolStripMenu.Size     = new System.Drawing.Size(821, 25);
     this.toolStripMenu.TabIndex = 4;
     //
     // toolButtonClose
     //
     this.toolButtonClose.Image  = ((System.Drawing.Image)(resources.GetObject("toolButtonClose.Image")));
     this.toolButtonClose.Name   = "toolButtonClose";
     this.toolButtonClose.Size   = new System.Drawing.Size(56, 22);
     this.toolButtonClose.Text   = "Close";
     this.toolButtonClose.Click += new System.EventHandler(this.ToolButtonClose_Click);
     //
     // tssSeparator1
     //
     this.tssSeparator1.Name = "tssSeparator1";
     this.tssSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolButtonLoadSites
     //
     this.toolButtonLoadSites.Image  = global::Futurez.XrmToolBox.Properties.Resources.D365Logo;
     this.toolButtonLoadSites.Name   = "toolButtonLoadSites";
     this.toolButtonLoadSites.Size   = new System.Drawing.Size(114, 22);
     this.toolButtonLoadSites.Text   = "Load Portal Sites";
     this.toolButtonLoadSites.Click += new System.EventHandler(this.ToolButtonLoadSites_Click);
     //
     // toolButtonReload
     //
     this.toolButtonReload.Enabled = false;
     this.toolButtonReload.Image   = global::Futurez.XrmToolBox.Properties.Resources.reload16px;
     this.toolButtonReload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolButtonReload.Name   = "toolButtonReload";
     this.toolButtonReload.Size   = new System.Drawing.Size(130, 22);
     this.toolButtonReload.Text   = "Reload Site Settings";
     this.toolButtonReload.Click += new System.EventHandler(this.ToolButtonReload_Click);
     //
     // dropDownChanges
     //
     this.dropDownChanges.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolButtonPreview,
         this.toolButtonSave
     });
     this.dropDownChanges.Image = global::Futurez.XrmToolBox.Properties.Resources.floppy_80;
     this.dropDownChanges.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.dropDownChanges.Name = "dropDownChanges";
     this.dropDownChanges.Size = new System.Drawing.Size(88, 22);
     this.dropDownChanges.Text = "Updates...";
     //
     // toolButtonPreview
     //
     this.toolButtonPreview.Enabled = false;
     this.toolButtonPreview.Name    = "toolButtonPreview";
     this.toolButtonPreview.Size    = new System.Drawing.Size(164, 22);
     this.toolButtonPreview.Text    = "Preview Changes";
     this.toolButtonPreview.Click  += new System.EventHandler(this.PreviewChangesButton_Click);
     //
     // toolButtonSave
     //
     this.toolButtonSave.Enabled = false;
     this.toolButtonSave.Name    = "toolButtonSave";
     this.toolButtonSave.Size    = new System.Drawing.Size(164, 22);
     this.toolButtonSave.Text    = "Save Changes";
     this.toolButtonSave.Click  += new System.EventHandler(this.SaveChangesButton_Click);
     //
     // labelActiveSites
     //
     this.labelActiveSites.Dock      = System.Windows.Forms.DockStyle.Left;
     this.labelActiveSites.Location  = new System.Drawing.Point(3, 3);
     this.labelActiveSites.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelActiveSites.Name      = "labelActiveSites";
     this.labelActiveSites.Size      = new System.Drawing.Size(78, 17);
     this.labelActiveSites.TabIndex  = 7;
     this.labelActiveSites.Text      = "Active Sites:";
     this.labelActiveSites.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // comboActiveSites
     //
     this.comboActiveSites.Dock                  = System.Windows.Forms.DockStyle.Left;
     this.comboActiveSites.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboActiveSites.FormattingEnabled     = true;
     this.comboActiveSites.Location              = new System.Drawing.Point(81, 3);
     this.comboActiveSites.Margin                = new System.Windows.Forms.Padding(2);
     this.comboActiveSites.Name                  = "comboActiveSites";
     this.comboActiveSites.Size                  = new System.Drawing.Size(264, 21);
     this.comboActiveSites.TabIndex              = 8;
     this.comboActiveSites.SelectedIndexChanged += new System.EventHandler(this.ComboActiveSites_SelectedIndexChanged);
     //
     // tableMain
     //
     this.tableMain.ColumnCount = 1;
     this.tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableMain.Controls.Add(this.panelMainLayout, 0, 1);
     this.tableMain.Controls.Add(this.panelSites, 0, 0);
     this.tableMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableMain.Location = new System.Drawing.Point(0, 25);
     this.tableMain.Margin   = new System.Windows.Forms.Padding(2);
     this.tableMain.Name     = "tableMain";
     this.tableMain.RowCount = 2;
     this.tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableMain.Size     = new System.Drawing.Size(821, 604);
     this.tableMain.TabIndex = 16;
     //
     // panelMainLayout
     //
     this.panelMainLayout.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMainLayout.Controls.Add(this.panelCurrentSettings);
     this.panelMainLayout.Controls.Add(this.splitterHoriz);
     this.panelMainLayout.Controls.Add(this.panelPreview);
     this.panelMainLayout.Controls.Add(this.splitterVert);
     this.panelMainLayout.Controls.Add(this.panelPropGrid);
     this.panelMainLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMainLayout.Location = new System.Drawing.Point(2, 29);
     this.panelMainLayout.Margin   = new System.Windows.Forms.Padding(2);
     this.panelMainLayout.Name     = "panelMainLayout";
     this.panelMainLayout.Size     = new System.Drawing.Size(817, 573);
     this.panelMainLayout.TabIndex = 0;
     //
     // panelCurrentSettings
     //
     this.panelCurrentSettings.Controls.Add(this.crmGridSettings);
     this.panelCurrentSettings.Controls.Add(this.panelCurrSettingTool);
     this.panelCurrentSettings.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelCurrentSettings.Location = new System.Drawing.Point(190, 318);
     this.panelCurrentSettings.Margin   = new System.Windows.Forms.Padding(2);
     this.panelCurrentSettings.Name     = "panelCurrentSettings";
     this.panelCurrentSettings.Size     = new System.Drawing.Size(625, 253);
     this.panelCurrentSettings.TabIndex = 17;
     //
     // crmGridSettings
     //
     this.crmGridSettings.AllowUserToAddRows          = false;
     this.crmGridSettings.AllowUserToDeleteRows       = false;
     this.crmGridSettings.AllowUserToOrderColumns     = true;
     this.crmGridSettings.AllowUserToResizeRows       = false;
     this.crmGridSettings.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.crmGridSettings.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
     this.crmGridSettings.ClipboardCopyMode           = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
     this.crmGridSettings.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.crmGridSettings.Dock = System.Windows.Forms.DockStyle.Fill;
     this.crmGridSettings.EntityReferenceClickable = true;
     this.crmGridSettings.FilterColumns            = "";
     this.crmGridSettings.Location             = new System.Drawing.Point(0, 36);
     this.crmGridSettings.Margin               = new System.Windows.Forms.Padding(2);
     this.crmGridSettings.Name                 = "crmGridSettings";
     this.crmGridSettings.ReadOnly             = true;
     this.crmGridSettings.RowHeadersWidth      = 20;
     this.crmGridSettings.RowTemplate.ReadOnly = true;
     this.crmGridSettings.SelectionMode        = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.crmGridSettings.ShowFriendlyNames    = true;
     this.crmGridSettings.ShowIdColumn         = false;
     this.crmGridSettings.ShowIndexColumn      = false;
     this.crmGridSettings.Size                 = new System.Drawing.Size(625, 217);
     this.crmGridSettings.TabIndex             = 11;
     this.crmGridSettings.SelectionChanged    += new System.EventHandler(this.CrmGridSettings_SelectionChanged);
     //
     // panelCurrSettingTool
     //
     this.panelCurrSettingTool.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelCurrSettingTool.Controls.Add(this.flowLayoutPanel1);
     this.panelCurrSettingTool.Controls.Add(this.buttonReloadSettings);
     this.panelCurrSettingTool.Controls.Add(this.buttonDelete);
     this.panelCurrSettingTool.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelCurrSettingTool.Location = new System.Drawing.Point(0, 0);
     this.panelCurrSettingTool.Margin   = new System.Windows.Forms.Padding(2);
     this.panelCurrSettingTool.Name     = "panelCurrSettingTool";
     this.panelCurrSettingTool.Padding  = new System.Windows.Forms.Padding(5, 3, 5, 3);
     this.panelCurrSettingTool.Size     = new System.Drawing.Size(625, 36);
     this.panelCurrSettingTool.TabIndex = 14;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.labelCurrentSiteSettings);
     this.flowLayoutPanel1.Controls.Add(this.labelFilter);
     this.flowLayoutPanel1.Controls.Add(this.textBoxFind);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 3);
     this.flowLayoutPanel1.Margin   = new System.Windows.Forms.Padding(2);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(487, 28);
     this.flowLayoutPanel1.TabIndex = 16;
     //
     // labelCurrentSiteSettings
     //
     this.labelCurrentSiteSettings.AutoSize  = true;
     this.labelCurrentSiteSettings.Dock      = System.Windows.Forms.DockStyle.Left;
     this.labelCurrentSiteSettings.Location  = new System.Drawing.Point(2, 0);
     this.labelCurrentSiteSettings.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelCurrentSiteSettings.Name      = "labelCurrentSiteSettings";
     this.labelCurrentSiteSettings.Size      = new System.Drawing.Size(351, 21);
     this.labelCurrentSiteSettings.TabIndex  = 12;
     this.labelCurrentSiteSettings.Text      = "Current Portal Site Settings: Filter settings and delete records from this list.";
     this.labelCurrentSiteSettings.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelFilter
     //
     this.labelFilter.Location  = new System.Drawing.Point(357, 0);
     this.labelFilter.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelFilter.Name      = "labelFilter";
     this.labelFilter.Size      = new System.Drawing.Size(39, 21);
     this.labelFilter.TabIndex  = 16;
     this.labelFilter.Text      = "Filter:";
     this.labelFilter.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBoxFind
     //
     this.textBoxFind.Anchor       = System.Windows.Forms.AnchorStyles.Left;
     this.textBoxFind.Location     = new System.Drawing.Point(2, 23);
     this.textBoxFind.Margin       = new System.Windows.Forms.Padding(2);
     this.textBoxFind.Name         = "textBoxFind";
     this.textBoxFind.Size         = new System.Drawing.Size(108, 20);
     this.textBoxFind.TabIndex     = 15;
     this.textBoxFind.TextChanged += new System.EventHandler(this.TextBoxFind_TextChanged);
     //
     // buttonReloadSettings
     //
     this.buttonReloadSettings.Dock     = System.Windows.Forms.DockStyle.Right;
     this.buttonReloadSettings.Enabled  = false;
     this.buttonReloadSettings.Location = new System.Drawing.Point(492, 3);
     this.buttonReloadSettings.Margin   = new System.Windows.Forms.Padding(2, 2, 5, 2);
     this.buttonReloadSettings.Name     = "buttonReloadSettings";
     this.buttonReloadSettings.Size     = new System.Drawing.Size(63, 28);
     this.buttonReloadSettings.TabIndex = 14;
     this.buttonReloadSettings.Text     = "Reload";
     this.buttonReloadSettings.UseVisualStyleBackColor = true;
     this.buttonReloadSettings.Click += new System.EventHandler(this.ButtonReloadOnly_Click);
     //
     // buttonDelete
     //
     this.buttonDelete.Dock     = System.Windows.Forms.DockStyle.Right;
     this.buttonDelete.Enabled  = false;
     this.buttonDelete.Location = new System.Drawing.Point(555, 3);
     this.buttonDelete.Margin   = new System.Windows.Forms.Padding(5, 2, 2, 2);
     this.buttonDelete.Name     = "buttonDelete";
     this.buttonDelete.Size     = new System.Drawing.Size(63, 28);
     this.buttonDelete.TabIndex = 13;
     this.buttonDelete.Text     = "Delete";
     this.buttonDelete.UseVisualStyleBackColor = true;
     this.buttonDelete.Click += new System.EventHandler(this.ButtonDelete_Click);
     //
     // splitterHoriz
     //
     this.splitterHoriz.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.splitterHoriz.Dock      = System.Windows.Forms.DockStyle.Top;
     this.splitterHoriz.Location  = new System.Drawing.Point(190, 311);
     this.splitterHoriz.Margin    = new System.Windows.Forms.Padding(2);
     this.splitterHoriz.Name      = "splitterHoriz";
     this.splitterHoriz.Size      = new System.Drawing.Size(625, 7);
     this.splitterHoriz.TabIndex  = 21;
     this.splitterHoriz.TabStop   = false;
     //
     // panelPreview
     //
     this.panelPreview.Controls.Add(this.listViewPreview);
     this.panelPreview.Controls.Add(this.panelPreviewTools);
     this.panelPreview.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelPreview.Location = new System.Drawing.Point(190, 0);
     this.panelPreview.Margin   = new System.Windows.Forms.Padding(2);
     this.panelPreview.Name     = "panelPreview";
     this.panelPreview.Size     = new System.Drawing.Size(625, 311);
     this.panelPreview.TabIndex = 18;
     //
     // listViewPreview
     //
     this.listViewPreview.CheckBoxes = true;
     this.listViewPreview.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colSettingName,
         this.colOldValue,
         this.coNewVal,
         this.colValMsg
     });
     this.listViewPreview.Dock = System.Windows.Forms.DockStyle.Fill;
     listViewGroup1.Header     = "Create";
     listViewGroup1.Name       = "newItems";
     listViewGroup2.Header     = "Update";
     listViewGroup2.Name       = "updatedItems";
     this.listViewPreview.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.listViewPreview.HideSelection = false;
     this.listViewPreview.Location      = new System.Drawing.Point(0, 36);
     this.listViewPreview.Margin        = new System.Windows.Forms.Padding(2);
     this.listViewPreview.Name          = "listViewPreview";
     this.listViewPreview.Size          = new System.Drawing.Size(625, 275);
     this.listViewPreview.TabIndex      = 0;
     this.listViewPreview.UseCompatibleStateImageBehavior = false;
     this.listViewPreview.View         = System.Windows.Forms.View.Details;
     this.listViewPreview.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.ListViewPreview_ItemChecked);
     //
     // colSettingName
     //
     this.colSettingName.Text  = "Setting Name";
     this.colSettingName.Width = 300;
     //
     // colOldValue
     //
     this.colOldValue.DisplayIndex = 2;
     this.colOldValue.Text         = "Previous Value";
     this.colOldValue.Width        = 300;
     //
     // coNewVal
     //
     this.coNewVal.DisplayIndex = 1;
     this.coNewVal.Text         = "New Value";
     this.coNewVal.Width        = 300;
     //
     // colValMsg
     //
     this.colValMsg.Text  = "Validation Message(s)";
     this.colValMsg.Width = 300;
     //
     // panelPreviewTools
     //
     this.panelPreviewTools.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelPreviewTools.Controls.Add(this.labelPreviewSettingUpdates);
     this.panelPreviewTools.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelPreviewTools.Location = new System.Drawing.Point(0, 0);
     this.panelPreviewTools.Margin   = new System.Windows.Forms.Padding(2);
     this.panelPreviewTools.Name     = "panelPreviewTools";
     this.panelPreviewTools.Padding  = new System.Windows.Forms.Padding(5, 3, 5, 3);
     this.panelPreviewTools.Size     = new System.Drawing.Size(625, 36);
     this.panelPreviewTools.TabIndex = 20;
     //
     // labelPreviewSettingUpdates
     //
     this.labelPreviewSettingUpdates.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelPreviewSettingUpdates.Location  = new System.Drawing.Point(5, 3);
     this.labelPreviewSettingUpdates.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelPreviewSettingUpdates.Name      = "labelPreviewSettingUpdates";
     this.labelPreviewSettingUpdates.Size      = new System.Drawing.Size(613, 28);
     this.labelPreviewSettingUpdates.TabIndex  = 13;
     this.labelPreviewSettingUpdates.Text      = resources.GetString("labelPreviewSettingUpdates.Text");
     this.labelPreviewSettingUpdates.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // splitterVert
     //
     this.splitterVert.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.splitterVert.Location  = new System.Drawing.Point(183, 0);
     this.splitterVert.Margin    = new System.Windows.Forms.Padding(2);
     this.splitterVert.Name      = "splitterVert";
     this.splitterVert.Size      = new System.Drawing.Size(7, 571);
     this.splitterVert.TabIndex  = 18;
     this.splitterVert.TabStop   = false;
     //
     // panelPropGrid
     //
     this.panelPropGrid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelPropGrid.Controls.Add(this.propGridSettings);
     this.panelPropGrid.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelPropGrid.Location = new System.Drawing.Point(0, 0);
     this.panelPropGrid.Margin   = new System.Windows.Forms.Padding(2);
     this.panelPropGrid.Name     = "panelPropGrid";
     this.panelPropGrid.Size     = new System.Drawing.Size(183, 571);
     this.panelPropGrid.TabIndex = 22;
     //
     // propGridSettings
     //
     this.propGridSettings.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.propGridSettings.Location              = new System.Drawing.Point(0, 0);
     this.propGridSettings.Margin                = new System.Windows.Forms.Padding(2);
     this.propGridSettings.Name                  = "propGridSettings";
     this.propGridSettings.Size                  = new System.Drawing.Size(181, 569);
     this.propGridSettings.TabIndex              = 18;
     this.propGridSettings.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PropGridSettings_PropertyValueChanged);
     //
     // panelSites
     //
     this.panelSites.Controls.Add(this.linkLabelPortalRecordsMover);
     this.panelSites.Controls.Add(this.comboActiveSites);
     this.panelSites.Controls.Add(this.labelActiveSites);
     this.panelSites.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSites.Location = new System.Drawing.Point(2, 2);
     this.panelSites.Margin   = new System.Windows.Forms.Padding(2);
     this.panelSites.Name     = "panelSites";
     this.panelSites.Padding  = new System.Windows.Forms.Padding(3);
     this.panelSites.Size     = new System.Drawing.Size(817, 23);
     this.panelSites.TabIndex = 16;
     //
     // linkLabelPortalRecordsMover
     //
     this.linkLabelPortalRecordsMover.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.linkLabelPortalRecordsMover.LinkArea = new System.Windows.Forms.LinkArea(72, 100);
     this.linkLabelPortalRecordsMover.Location = new System.Drawing.Point(345, 3);
     this.linkLabelPortalRecordsMover.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.linkLabelPortalRecordsMover.Name     = "linkLabelPortalRecordsMover";
     this.linkLabelPortalRecordsMover.Size     = new System.Drawing.Size(469, 17);
     this.linkLabelPortalRecordsMover.TabIndex = 9;
     this.linkLabelPortalRecordsMover.TabStop  = true;
     this.linkLabelPortalRecordsMover.Text     = "Before committing changes, we suggest backing up your records using the Portal Re" +
                                                 "cords Mover Tool!";
     this.linkLabelPortalRecordsMover.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.linkLabelPortalRecordsMover.UseCompatibleTextRendering = true;
     this.linkLabelPortalRecordsMover.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelPortalRecordsMover_LinkClicked);
     //
     // PortalSiteSettingsControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableMain);
     this.Controls.Add(this.toolStripMenu);
     this.Name         = "PortalSiteSettingsControl";
     this.Size         = new System.Drawing.Size(821, 629);
     this.OnCloseTool += new System.EventHandler(this.PortalSiteSettingsControl_OnCloseTool);
     this.Load        += new System.EventHandler(this.PortalSiteSettingsControl_Load);
     this.Resize      += new System.EventHandler(this.PortalSiteSettingsControl_Resize);
     this.toolStripMenu.ResumeLayout(false);
     this.toolStripMenu.PerformLayout();
     this.tableMain.ResumeLayout(false);
     this.panelMainLayout.ResumeLayout(false);
     this.panelCurrentSettings.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.crmGridSettings)).EndInit();
     this.panelCurrSettingTool.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.panelPreview.ResumeLayout(false);
     this.panelPreviewTools.ResumeLayout(false);
     this.panelPropGrid.ResumeLayout(false);
     this.panelSites.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Connected Clients", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("Disconnected Clients", System.Windows.Forms.HorizontalAlignment.Left);
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.lv_clients            = new System.Windows.Forms.ListView();
     this.Status                = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SessionID             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.MachineID             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenu_sessionRC = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.menuItem_sendCommand  = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItem_sendFile     = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItem_disconnect   = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl_main       = new System.Windows.Forms.TabControl();
     this.tab_clients           = new System.Windows.Forms.TabPage();
     this.tab_fileTransfer      = new System.Windows.Forms.TabPage();
     this.lv_fileTransfer       = new System.Windows.Forms.ListView();
     this.Empty              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.FileName           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Direction          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.PercentComplete    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.gb_Log             = new System.Windows.Forms.GroupBox();
     this.lbox_log           = new System.Windows.Forms.ListBox();
     this.panel_settings     = new System.Windows.Forms.Panel();
     this.checkBox_EnforceID = new System.Windows.Forms.CheckBox();
     this.gb_broadcast       = new System.Windows.Forms.GroupBox();
     this.combo_command      = new System.Windows.Forms.ComboBox();
     this.button_SendCommand = new System.Windows.Forms.Button();
     this.panel_commands     = new System.Windows.Forms.Panel();
     this.button_help        = new System.Windows.Forms.Button();
     this.button_startServer = new System.Windows.Forms.Button();
     this.button_clearLog    = new System.Windows.Forms.Button();
     this.statusStrip        = new System.Windows.Forms.StatusStrip();
     this.statusLabel_status = new System.Windows.Forms.ToolStripStatusLabel();
     this.openFileDialog     = new System.Windows.Forms.OpenFileDialog();
     this.contextMenu_sessionRC.SuspendLayout();
     this.tabControl_main.SuspendLayout();
     this.tab_clients.SuspendLayout();
     this.tab_fileTransfer.SuspendLayout();
     this.gb_Log.SuspendLayout();
     this.panel_settings.SuspendLayout();
     this.gb_broadcast.SuspendLayout();
     this.panel_commands.SuspendLayout();
     this.statusStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // lv_clients
     //
     this.lv_clients.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lv_clients.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Status,
         this.SessionID,
         this.MachineID
     });
     this.lv_clients.ContextMenuStrip = this.contextMenu_sessionRC;
     this.lv_clients.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.lv_clients.ForeColor        = System.Drawing.SystemColors.WindowText;
     listViewGroup1.Header            = "Connected Clients";
     listViewGroup1.Name   = "ConnectedClients";
     listViewGroup2.Header = "Disconnected Clients";
     listViewGroup2.Name   = "DisconnectedClients";
     this.lv_clients.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.lv_clients.Location = new System.Drawing.Point(4, 4);
     this.lv_clients.Margin   = new System.Windows.Forms.Padding(4);
     this.lv_clients.Name     = "lv_clients";
     this.lv_clients.Size     = new System.Drawing.Size(635, 363);
     this.lv_clients.TabIndex = 0;
     this.lv_clients.UseCompatibleStateImageBehavior = false;
     this.lv_clients.View         = System.Windows.Forms.View.Details;
     this.lv_clients.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lv_clients_ColumnClick);
     //
     // Status
     //
     this.Status.Text  = "Status";
     this.Status.Width = 121;
     //
     // SessionID
     //
     this.SessionID.Text  = "Session ID";
     this.SessionID.Width = 63;
     //
     // MachineID
     //
     this.MachineID.Text  = "Machine ID";
     this.MachineID.Width = 128;
     //
     // contextMenu_sessionRC
     //
     this.contextMenu_sessionRC.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenu_sessionRC.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItem_sendCommand,
         this.menuItem_sendFile,
         this.menuItem_disconnect
     });
     this.contextMenu_sessionRC.Name = "contextMenu_sessionRC";
     this.contextMenu_sessionRC.Size = new System.Drawing.Size(187, 76);
     //
     // menuItem_sendCommand
     //
     this.menuItem_sendCommand.Name   = "menuItem_sendCommand";
     this.menuItem_sendCommand.Size   = new System.Drawing.Size(186, 24);
     this.menuItem_sendCommand.Text   = "Wyślij polecenie";
     this.menuItem_sendCommand.Click += new System.EventHandler(this.menuItem_sendCommand_Click);
     //
     // menuItem_sendFile
     //
     this.menuItem_sendFile.Name   = "menuItem_sendFile";
     this.menuItem_sendFile.Size   = new System.Drawing.Size(186, 24);
     this.menuItem_sendFile.Text   = "Wyślij plik";
     this.menuItem_sendFile.Click += new System.EventHandler(this.menuItem_sendFile_Click);
     //
     // menuItem_disconnect
     //
     this.menuItem_disconnect.Name   = "menuItem_disconnect";
     this.menuItem_disconnect.Size   = new System.Drawing.Size(186, 24);
     this.menuItem_disconnect.Text   = "Rozłącz";
     this.menuItem_disconnect.Click += new System.EventHandler(this.menuItem_disconnect_Click);
     //
     // tabControl_main
     //
     this.tabControl_main.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl_main.Controls.Add(this.tab_clients);
     this.tabControl_main.Controls.Add(this.tab_fileTransfer);
     this.tabControl_main.Location      = new System.Drawing.Point(1, 2);
     this.tabControl_main.Margin        = new System.Windows.Forms.Padding(4);
     this.tabControl_main.Name          = "tabControl_main";
     this.tabControl_main.SelectedIndex = 0;
     this.tabControl_main.Size          = new System.Drawing.Size(651, 400);
     this.tabControl_main.TabIndex      = 1;
     //
     // tab_clients
     //
     this.tab_clients.Controls.Add(this.lv_clients);
     this.tab_clients.Location = new System.Drawing.Point(4, 25);
     this.tab_clients.Margin   = new System.Windows.Forms.Padding(4);
     this.tab_clients.Name     = "tab_clients";
     this.tab_clients.Padding  = new System.Windows.Forms.Padding(4);
     this.tab_clients.Size     = new System.Drawing.Size(643, 371);
     this.tab_clients.TabIndex = 0;
     this.tab_clients.Text     = "Połączone urządzenia";
     this.tab_clients.UseVisualStyleBackColor = true;
     //
     // tab_fileTransfer
     //
     this.tab_fileTransfer.Controls.Add(this.lv_fileTransfer);
     this.tab_fileTransfer.Location = new System.Drawing.Point(4, 25);
     this.tab_fileTransfer.Margin   = new System.Windows.Forms.Padding(4);
     this.tab_fileTransfer.Name     = "tab_fileTransfer";
     this.tab_fileTransfer.Size     = new System.Drawing.Size(643, 371);
     this.tab_fileTransfer.TabIndex = 1;
     this.tab_fileTransfer.Text     = "Transfer plików";
     this.tab_fileTransfer.UseVisualStyleBackColor = true;
     //
     // lv_fileTransfer
     //
     this.lv_fileTransfer.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Empty,
         this.FileName,
         this.Direction,
         this.PercentComplete
     });
     this.lv_fileTransfer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lv_fileTransfer.Location = new System.Drawing.Point(0, 0);
     this.lv_fileTransfer.Margin   = new System.Windows.Forms.Padding(4);
     this.lv_fileTransfer.Name     = "lv_fileTransfer";
     this.lv_fileTransfer.Size     = new System.Drawing.Size(643, 371);
     this.lv_fileTransfer.TabIndex = 0;
     this.lv_fileTransfer.UseCompatibleStateImageBehavior = false;
     this.lv_fileTransfer.View         = System.Windows.Forms.View.Details;
     this.lv_fileTransfer.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lv_fileTransfer_ColumnClick);
     //
     // Empty
     //
     this.Empty.Text  = "ID";
     this.Empty.Width = 30;
     //
     // FileName
     //
     this.FileName.Text  = "Nazwa pliku";
     this.FileName.Width = 150;
     //
     // Direction
     //
     this.Direction.Text = "Kierunek";
     //
     // PercentComplete
     //
     this.PercentComplete.Text  = "% Zakończone";
     this.PercentComplete.Width = 90;
     //
     // gb_Log
     //
     this.gb_Log.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.gb_Log.Controls.Add(this.lbox_log);
     this.gb_Log.ForeColor = System.Drawing.SystemColors.Info;
     this.gb_Log.Location  = new System.Drawing.Point(1, 233);
     this.gb_Log.Margin    = new System.Windows.Forms.Padding(4);
     this.gb_Log.Name      = "gb_Log";
     this.gb_Log.Padding   = new System.Windows.Forms.Padding(4);
     this.gb_Log.Size      = new System.Drawing.Size(645, 273);
     this.gb_Log.TabIndex  = 2;
     this.gb_Log.TabStop   = false;
     this.gb_Log.Text      = "Log serwera";
     //
     // lbox_log
     //
     this.lbox_log.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbox_log.FormattingEnabled   = true;
     this.lbox_log.HorizontalScrollbar = true;
     this.lbox_log.ItemHeight          = 16;
     this.lbox_log.Location            = new System.Drawing.Point(4, 19);
     this.lbox_log.Margin   = new System.Windows.Forms.Padding(4);
     this.lbox_log.Name     = "lbox_log";
     this.lbox_log.Size     = new System.Drawing.Size(637, 250);
     this.lbox_log.TabIndex = 0;
     //
     // panel_settings
     //
     this.panel_settings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.panel_settings.Controls.Add(this.checkBox_EnforceID);
     this.panel_settings.Location = new System.Drawing.Point(5, 514);
     this.panel_settings.Margin   = new System.Windows.Forms.Padding(4);
     this.panel_settings.Name     = "panel_settings";
     this.panel_settings.Size     = new System.Drawing.Size(637, 30);
     this.panel_settings.TabIndex = 0;
     //
     // checkBox_EnforceID
     //
     this.checkBox_EnforceID.AutoSize  = true;
     this.checkBox_EnforceID.ForeColor = System.Drawing.SystemColors.Info;
     this.checkBox_EnforceID.Location  = new System.Drawing.Point(11, 4);
     this.checkBox_EnforceID.Margin    = new System.Windows.Forms.Padding(4);
     this.checkBox_EnforceID.Name      = "checkBox_EnforceID";
     this.checkBox_EnforceID.Size      = new System.Drawing.Size(235, 21);
     this.checkBox_EnforceID.TabIndex  = 0;
     this.checkBox_EnforceID.Text      = "Wymagaj unikalnego Machine ID";
     this.checkBox_EnforceID.UseVisualStyleBackColor = true;
     //
     // gb_broadcast
     //
     this.gb_broadcast.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.gb_broadcast.Controls.Add(this.combo_command);
     this.gb_broadcast.Controls.Add(this.button_SendCommand);
     this.gb_broadcast.ForeColor = System.Drawing.SystemColors.Info;
     this.gb_broadcast.Location  = new System.Drawing.Point(5, 551);
     this.gb_broadcast.Margin    = new System.Windows.Forms.Padding(4);
     this.gb_broadcast.Name      = "gb_broadcast";
     this.gb_broadcast.Padding   = new System.Windows.Forms.Padding(4);
     this.gb_broadcast.Size      = new System.Drawing.Size(637, 94);
     this.gb_broadcast.TabIndex  = 3;
     this.gb_broadcast.TabStop   = false;
     this.gb_broadcast.Text      = "Polecenia grupowe (wysyłane do wszystkich połączonych urządzeń)";
     //
     // combo_command
     //
     this.combo_command.AutoCompleteMode  = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.combo_command.FormattingEnabled = true;
     this.combo_command.Location          = new System.Drawing.Point(11, 37);
     this.combo_command.Margin            = new System.Windows.Forms.Padding(4);
     this.combo_command.Name     = "combo_command";
     this.combo_command.Size     = new System.Drawing.Size(509, 24);
     this.combo_command.TabIndex = 2;
     this.combo_command.Click   += new System.EventHandler(this.combo_command_Click);
     //
     // button_SendCommand
     //
     this.button_SendCommand.ForeColor = System.Drawing.SystemColors.WindowText;
     this.button_SendCommand.Location  = new System.Drawing.Point(529, 37);
     this.button_SendCommand.Margin    = new System.Windows.Forms.Padding(4);
     this.button_SendCommand.Name      = "button_SendCommand";
     this.button_SendCommand.Size      = new System.Drawing.Size(100, 28);
     this.button_SendCommand.TabIndex  = 1;
     this.button_SendCommand.Text      = "Wyślij";
     this.button_SendCommand.UseVisualStyleBackColor = true;
     this.button_SendCommand.Click += new System.EventHandler(this.button_sendCommand_Click);
     //
     // panel_commands
     //
     this.panel_commands.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.panel_commands.Controls.Add(this.button_help);
     this.panel_commands.Controls.Add(this.button_startServer);
     this.panel_commands.Controls.Add(this.button_clearLog);
     this.panel_commands.Location = new System.Drawing.Point(5, 652);
     this.panel_commands.Margin   = new System.Windows.Forms.Padding(4);
     this.panel_commands.Name     = "panel_commands";
     this.panel_commands.Size     = new System.Drawing.Size(637, 80);
     this.panel_commands.TabIndex = 4;
     //
     // button_help
     //
     this.button_help.Location = new System.Drawing.Point(11, 15);
     this.button_help.Margin   = new System.Windows.Forms.Padding(4);
     this.button_help.Name     = "button_help";
     this.button_help.Size     = new System.Drawing.Size(200, 37);
     this.button_help.TabIndex = 2;
     this.button_help.Text     = "Lista komend";
     this.button_help.UseVisualStyleBackColor = true;
     this.button_help.Click += new System.EventHandler(this.button_help_Click);
     //
     // button_startServer
     //
     this.button_startServer.Location = new System.Drawing.Point(427, 15);
     this.button_startServer.Margin   = new System.Windows.Forms.Padding(4);
     this.button_startServer.Name     = "button_startServer";
     this.button_startServer.Size     = new System.Drawing.Size(200, 37);
     this.button_startServer.TabIndex = 1;
     this.button_startServer.Text     = "Uruchom serwer";
     this.button_startServer.UseVisualStyleBackColor = true;
     this.button_startServer.Click += new System.EventHandler(this.button_start_Click);
     //
     // button_clearLog
     //
     this.button_clearLog.Location = new System.Drawing.Point(219, 15);
     this.button_clearLog.Margin   = new System.Windows.Forms.Padding(4);
     this.button_clearLog.Name     = "button_clearLog";
     this.button_clearLog.Size     = new System.Drawing.Size(200, 37);
     this.button_clearLog.TabIndex = 0;
     this.button_clearLog.Text     = "Wyczyść logi serwera";
     this.button_clearLog.UseVisualStyleBackColor = true;
     this.button_clearLog.Click += new System.EventHandler(this.button_clearLog_Click);
     //
     // statusStrip
     //
     this.statusStrip.BackColor             = System.Drawing.SystemColors.HotTrack;
     this.statusStrip.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.statusStrip.ImageScalingSize      = new System.Drawing.Size(20, 20);
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusLabel_status
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 732);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Padding  = new System.Windows.Forms.Padding(1, 0, 19, 0);
     this.statusStrip.Size     = new System.Drawing.Size(648, 26);
     this.statusStrip.TabIndex = 5;
     this.statusStrip.Text     = "statusStrip_status";
     //
     // statusLabel_status
     //
     this.statusLabel_status.ForeColor = System.Drawing.SystemColors.Info;
     this.statusLabel_status.Name      = "statusLabel_status";
     this.statusLabel_status.Size      = new System.Drawing.Size(49, 20);
     this.statusLabel_status.Text      = "Status";
     //
     // openFileDialog
     //
     this.openFileDialog.FileName = "openFileDialog";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.HotTrack;
     this.ClientSize          = new System.Drawing.Size(648, 758);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.panel_commands);
     this.Controls.Add(this.gb_broadcast);
     this.Controls.Add(this.panel_settings);
     this.Controls.Add(this.gb_Log);
     this.Controls.Add(this.tabControl_main);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Klient zdalnego sterowania by Marcin Drabek";
     this.contextMenu_sessionRC.ResumeLayout(false);
     this.tabControl_main.ResumeLayout(false);
     this.tab_clients.ResumeLayout(false);
     this.tab_fileTransfer.ResumeLayout(false);
     this.gb_Log.ResumeLayout(false);
     this.panel_settings.ResumeLayout(false);
     this.panel_settings.PerformLayout();
     this.gb_broadcast.ResumeLayout(false);
     this.panel_commands.ResumeLayout(false);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #18
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Your cart", System.Windows.Forms.HorizontalAlignment.Left);
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("Dairy products", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup3 = new System.Windows.Forms.ListViewGroup("Constructors", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup4 = new System.Windows.Forms.ListViewGroup("Toys", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup5 = new System.Windows.Forms.ListViewGroup("Video game", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "LEGO Batman Movie",
         "LEGO"
     }, 0, System.Drawing.Color.Empty, System.Drawing.SystemColors.Window, null);
     System.Windows.Forms.ListViewItem listViewItem2  = new System.Windows.Forms.ListViewItem("Metal constructor Eitech", 1);
     System.Windows.Forms.ListViewItem listViewItem3  = new System.Windows.Forms.ListViewItem("Constructor First Builders MEGA BLOKS", 2);
     System.Windows.Forms.ListViewItem listViewItem4  = new System.Windows.Forms.ListViewItem("Wood constructor", 3);
     System.Windows.Forms.ListViewItem listViewItem5  = new System.Windows.Forms.ListViewItem("Toy \"Lion\"", 4);
     System.Windows.Forms.ListViewItem listViewItem6  = new System.Windows.Forms.ListViewItem("Toy \"Bear\"", 5);
     System.Windows.Forms.ListViewItem listViewItem7  = new System.Windows.Forms.ListViewItem("Toy \"Crocodile\"", 6);
     System.Windows.Forms.ListViewItem listViewItem8  = new System.Windows.Forms.ListViewItem("Counter-Strike Global Offensive", 7);
     System.Windows.Forms.ListViewItem listViewItem9  = new System.Windows.Forms.ListViewItem("Witcher 3: Wild Hunt", 8);
     System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("Deus Ex: Human Revolution", 9);
     System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem("Sid Meier\'s Civilization VI", 10);
     System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem("Milk", 11);
     System.Windows.Forms.ListViewItem listViewItem13 = new System.Windows.Forms.ListViewItem("Cheese", 12);
     System.Windows.Forms.ListViewItem listViewItem14 = new System.Windows.Forms.ListViewItem("Curd", 13);
     System.Windows.Forms.ListViewItem listViewItem15 = new System.Windows.Forms.ListViewItem("Sour cream", 14);
     this.label1          = new System.Windows.Forms.Label();
     this.panel           = new System.Windows.Forms.Panel();
     this.label3          = new System.Windows.Forms.Label();
     this.CountOfGood     = new System.Windows.Forms.Label();
     this.MainLabel       = new System.Windows.Forms.Label();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.PayButton       = new System.Windows.Forms.Button();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.InfoGoodTextBox = new System.Windows.Forms.TextBox();
     this.OrderListView   = new System.Windows.Forms.ListView();
     this.ImageList       = new System.Windows.Forms.ImageList(this.components);
     this.GoodListView    = new System.Windows.Forms.ListView();
     this.toolTip1        = new System.Windows.Forms.ToolTip(this.components);
     this.panel.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(3, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(124, 24);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Online store";
     //
     // panel
     //
     this.panel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel.Controls.Add(this.label3);
     this.panel.Controls.Add(this.CountOfGood);
     this.panel.Controls.Add(this.MainLabel);
     this.panel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel.Location = new System.Drawing.Point(3, 40);
     this.panel.Name     = "panel";
     this.panel.Size     = new System.Drawing.Size(1127, 30);
     this.panel.TabIndex = 1;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.SystemColors.Control;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location  = new System.Drawing.Point(807, 2);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(145, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Count of good:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // CountOfGood
     //
     this.CountOfGood.BackColor = System.Drawing.SystemColors.Control;
     this.CountOfGood.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.CountOfGood.Location  = new System.Drawing.Point(1060, 2);
     this.CountOfGood.Name      = "CountOfGood";
     this.CountOfGood.Size      = new System.Drawing.Size(61, 23);
     this.CountOfGood.TabIndex  = 3;
     this.CountOfGood.Text      = "0";
     this.CountOfGood.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // MainLabel
     //
     this.MainLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.MainLabel.Location  = new System.Drawing.Point(3, 0);
     this.MainLabel.Name      = "MainLabel";
     this.MainLabel.Size      = new System.Drawing.Size(457, 28);
     this.MainLabel.TabIndex  = 2;
     this.MainLabel.Text      = "Select products";
     this.MainLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.PayButton);
     this.groupBox1.Controls.Add(this.panel);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1133, 70);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Main";
     //
     // PayButton
     //
     this.PayButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.PayButton.Location = new System.Drawing.Point(811, 9);
     this.PayButton.Name     = "PayButton";
     this.PayButton.Size     = new System.Drawing.Size(314, 28);
     this.PayButton.TabIndex = 2;
     this.PayButton.Text     = "Pay for the purchase";
     this.PayButton.UseVisualStyleBackColor = true;
     this.PayButton.Click += new System.EventHandler(this.PayButton_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.InfoGoodTextBox);
     this.groupBox2.Controls.Add(this.OrderListView);
     this.groupBox2.Controls.Add(this.GoodListView);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 70);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(1133, 565);
     this.groupBox2.TabIndex = 6;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Goods";
     //
     // InfoGoodTextBox
     //
     this.InfoGoodTextBox.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.InfoGoodTextBox.Location   = new System.Drawing.Point(12, 19);
     this.InfoGoodTextBox.Multiline  = true;
     this.InfoGoodTextBox.Name       = "InfoGoodTextBox";
     this.InfoGoodTextBox.ReadOnly   = true;
     this.InfoGoodTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.InfoGoodTextBox.Size       = new System.Drawing.Size(298, 534);
     this.InfoGoodTextBox.TabIndex   = 2;
     //
     // OrderListView
     //
     this.OrderListView.BackColor     = System.Drawing.SystemColors.Window;
     this.OrderListView.FullRowSelect = true;
     listViewGroup1.Header            = "Your cart";
     listViewGroup1.Name = "OrderListViewGroup";
     this.OrderListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1
     });
     this.OrderListView.LargeImageList   = this.ImageList;
     this.OrderListView.Location         = new System.Drawing.Point(316, 409);
     this.OrderListView.Name             = "OrderListView";
     this.OrderListView.ShowItemToolTips = true;
     this.OrderListView.Size             = new System.Drawing.Size(805, 144);
     this.OrderListView.TabIndex         = 1;
     this.OrderListView.UseCompatibleStateImageBehavior = false;
     this.OrderListView.ItemActivate         += new System.EventHandler(this.ListView_ItemActivate);
     this.OrderListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.OrderListView_ItemSelectionChanged);
     //
     // ImageList
     //
     this.ImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.ImageList.Images.SetKeyName(0, "constructorLegoBatman.jpg");
     this.ImageList.Images.SetKeyName(1, "constructorMetal.jpg");
     this.ImageList.Images.SetKeyName(2, "constructorPlastic.jpg");
     this.ImageList.Images.SetKeyName(3, "constructorWood.jpg");
     this.ImageList.Images.SetKeyName(4, "toy.jpg");
     this.ImageList.Images.SetKeyName(5, "panda.jpg");
     this.ImageList.Images.SetKeyName(6, "toy1.jpg");
     this.ImageList.Images.SetKeyName(7, "cs.jpg");
     this.ImageList.Images.SetKeyName(8, "witcher.jpg");
     this.ImageList.Images.SetKeyName(9, "deus.jpg");
     this.ImageList.Images.SetKeyName(10, "civa.jpg");
     this.ImageList.Images.SetKeyName(11, "milk.jpg");
     this.ImageList.Images.SetKeyName(12, "cheese.jpg");
     this.ImageList.Images.SetKeyName(13, "tvorog.jpg");
     this.ImageList.Images.SetKeyName(14, "smetana.jpg");
     //
     // GoodListView
     //
     this.GoodListView.BackColor     = System.Drawing.SystemColors.Window;
     this.GoodListView.FullRowSelect = true;
     listViewGroup2.Header           = "Dairy products";
     listViewGroup2.Name             = "MilkProductsListViewGroup";
     listViewGroup3.Header           = "Constructors";
     listViewGroup3.Name             = "ConstructorsListViewGroup";
     listViewGroup4.Header           = "Toys";
     listViewGroup4.Name             = "ToysListViewGroup";
     listViewGroup5.Header           = "Video game";
     listViewGroup5.Name             = "VideoGameListViewGroup";
     this.GoodListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup2,
         listViewGroup3,
         listViewGroup4,
         listViewGroup5
     });
     listViewItem1.Group                   = listViewGroup3;
     listViewItem1.StateImageIndex         = 0;
     listViewItem1.Tag                     = "0";
     listViewItem1.ToolTipText             = "LEGO Batman Movie - Price: 1500$";
     listViewItem1.UseItemStyleForSubItems = false;
     listViewItem2.Group                   = listViewGroup3;
     listViewItem2.Tag                     = "1";
     listViewItem3.Group                   = listViewGroup3;
     listViewItem3.Tag                     = "2";
     listViewItem4.Group                   = listViewGroup3;
     listViewItem4.Tag                     = "3";
     listViewItem5.Group                   = listViewGroup4;
     listViewItem5.Tag                     = "4";
     listViewItem6.Group                   = listViewGroup4;
     listViewItem6.Tag                     = "5";
     listViewItem7.Group                   = listViewGroup4;
     listViewItem7.Tag                     = "6";
     listViewItem8.Group                   = listViewGroup5;
     listViewItem8.Tag                     = "7";
     listViewItem9.Group                   = listViewGroup5;
     listViewItem9.Tag                     = "8";
     listViewItem10.Group                  = listViewGroup5;
     listViewItem10.Tag                    = "9";
     listViewItem11.Group                  = listViewGroup5;
     listViewItem11.Tag                    = "10";
     listViewItem12.Group                  = listViewGroup2;
     listViewItem13.Group                  = listViewGroup2;
     listViewItem14.Group                  = listViewGroup2;
     listViewItem15.Group                  = listViewGroup2;
     this.GoodListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5,
         listViewItem6,
         listViewItem7,
         listViewItem8,
         listViewItem9,
         listViewItem10,
         listViewItem11,
         listViewItem12,
         listViewItem13,
         listViewItem14,
         listViewItem15
     });
     this.GoodListView.LargeImageList   = this.ImageList;
     this.GoodListView.Location         = new System.Drawing.Point(316, 19);
     this.GoodListView.Name             = "GoodListView";
     this.GoodListView.ShowItemToolTips = true;
     this.GoodListView.Size             = new System.Drawing.Size(805, 384);
     this.GoodListView.TabIndex         = 0;
     this.GoodListView.UseCompatibleStateImageBehavior = false;
     this.GoodListView.ItemActivate         += new System.EventHandler(this.ListView_ItemActivate);
     this.GoodListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.OrderListView_ItemSelectionChanged);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1133, 635);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "MainForm";
     this.Text            = "Online Store";
     this.panel.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Example #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Check Groups to Display", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Select Volunteer Group(s)", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewItem  listViewItem1  = new System.Windows.Forms.ListViewItem(new string[] {
         "",
         "Show All Groups",
         ""
     }, -1, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1           = new System.Windows.Forms.Panel();
     this.btnAddTrxDate    = new System.Windows.Forms.Button();
     this.lvDates          = new System.Windows.Forms.ListView();
     this.clmDate          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmNumVols       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmVolHrs        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnDeleteTrxDate = new System.Windows.Forms.Button();
     this.tbTotVolHrs      = new System.Windows.Forms.TextBox();
     this.rdoAllDates      = new System.Windows.Forms.RadioButton();
     this.tbNumVols        = new System.Windows.Forms.TextBox();
     this.rdoPrevYear      = new System.Windows.Forms.RadioButton();
     this.rdoCurMonth      = new System.Windows.Forms.RadioButton();
     this.rdoCurYear       = new System.Windows.Forms.RadioButton();
     this.rdoPrevMonth     = new System.Windows.Forms.RadioButton();
     this.panel3           = new System.Windows.Forms.Panel();
     this.chkShowWithData  = new System.Windows.Forms.CheckBox();
     this.lvVolGroups      = new System.Windows.Forms.ListView();
     this.colVolGrp0       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colVolGrpName    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colVolGrpHours   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnSaveHrs       = new System.Windows.Forms.Button();
     this.dataGridViewVols = new System.Windows.Forms.DataGridView();
     this.clmVol           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmTimeIn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmTimeOut       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmHrs           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmId            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmVHID          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmVolID         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tbSumHrs         = new System.Windows.Forms.TextBox();
     this.btnClose         = new System.Windows.Forms.Button();
     this.tbWorkDate       = new System.Windows.Forms.TextBox();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewVols)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnAddTrxDate);
     this.panel1.Controls.Add(this.lvDates);
     this.panel1.Controls.Add(this.btnDeleteTrxDate);
     this.panel1.Controls.Add(this.tbTotVolHrs);
     this.panel1.Controls.Add(this.rdoAllDates);
     this.panel1.Controls.Add(this.tbNumVols);
     this.panel1.Controls.Add(this.rdoPrevYear);
     this.panel1.Controls.Add(this.rdoCurMonth);
     this.panel1.Controls.Add(this.rdoCurYear);
     this.panel1.Controls.Add(this.rdoPrevMonth);
     this.panel1.ForeColor = System.Drawing.Color.Black;
     this.panel1.Location  = new System.Drawing.Point(0, 0);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(264, 708);
     this.panel1.TabIndex  = 0;
     //
     // btnAddTrxDate
     //
     this.btnAddTrxDate.Location = new System.Drawing.Point(135, 86);
     this.btnAddTrxDate.Name     = "btnAddTrxDate";
     this.btnAddTrxDate.Size     = new System.Drawing.Size(125, 28);
     this.btnAddTrxDate.TabIndex = 6;
     this.btnAddTrxDate.Text     = "Add Date";
     this.btnAddTrxDate.UseVisualStyleBackColor = true;
     this.btnAddTrxDate.Click += new System.EventHandler(this.btnAddTrxDate_Click);
     //
     // lvDates
     //
     this.lvDates.BackColor   = System.Drawing.Color.Cornsilk;
     this.lvDates.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lvDates.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clmDate,
         this.clmNumVols,
         this.clmVolHrs
     });
     this.lvDates.FullRowSelect = true;
     this.lvDates.GridLines     = true;
     this.lvDates.HideSelection = false;
     this.lvDates.Location      = new System.Drawing.Point(3, 144);
     this.lvDates.MultiSelect   = false;
     this.lvDates.Name          = "lvDates";
     this.lvDates.Size          = new System.Drawing.Size(253, 561);
     this.lvDates.TabIndex      = 0;
     this.lvDates.UseCompatibleStateImageBehavior = false;
     this.lvDates.View = System.Windows.Forms.View.Details;
     this.lvDates.SelectedIndexChanged += new System.EventHandler(this.lvDates_SelectedIndexChanged);
     //
     // clmDate
     //
     this.clmDate.Text  = "Date";
     this.clmDate.Width = 100;
     //
     // clmNumVols
     //
     this.clmNumVols.Text      = "# Vols.";
     this.clmNumVols.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.clmNumVols.Width     = 70;
     //
     // clmVolHrs
     //
     this.clmVolHrs.Text      = "Hours";
     this.clmVolHrs.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.clmVolHrs.Width     = 80;
     //
     // btnDeleteTrxDate
     //
     this.btnDeleteTrxDate.Location = new System.Drawing.Point(6, 85);
     this.btnDeleteTrxDate.Name     = "btnDeleteTrxDate";
     this.btnDeleteTrxDate.Size     = new System.Drawing.Size(125, 28);
     this.btnDeleteTrxDate.TabIndex = 5;
     this.btnDeleteTrxDate.Text     = "Delete Date";
     this.btnDeleteTrxDate.UseVisualStyleBackColor = true;
     this.btnDeleteTrxDate.Click += new System.EventHandler(this.btnDeleteTrxDate_Click);
     //
     // tbTotVolHrs
     //
     this.tbTotVolHrs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbTotVolHrs.ForeColor   = System.Drawing.Color.MediumBlue;
     this.tbTotVolHrs.Location    = new System.Drawing.Point(175, 120);
     this.tbTotVolHrs.Name        = "tbTotVolHrs";
     this.tbTotVolHrs.Size        = new System.Drawing.Size(80, 23);
     this.tbTotVolHrs.TabIndex    = 2;
     this.tbTotVolHrs.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // rdoAllDates
     //
     this.rdoAllDates.AutoSize = true;
     this.rdoAllDates.Location = new System.Drawing.Point(12, 61);
     this.rdoAllDates.Name     = "rdoAllDates";
     this.rdoAllDates.Size     = new System.Drawing.Size(82, 21);
     this.rdoAllDates.TabIndex = 4;
     this.rdoAllDates.Text     = "All Dates";
     this.rdoAllDates.UseVisualStyleBackColor = true;
     this.rdoAllDates.CheckedChanged         += new System.EventHandler(this.rdoAllDates_CheckedChanged);
     //
     // tbNumVols
     //
     this.tbNumVols.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbNumVols.ForeColor   = System.Drawing.Color.MediumBlue;
     this.tbNumVols.Location    = new System.Drawing.Point(104, 120);
     this.tbNumVols.Name        = "tbNumVols";
     this.tbNumVols.Size        = new System.Drawing.Size(70, 23);
     this.tbNumVols.TabIndex    = 1;
     this.tbNumVols.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // rdoPrevYear
     //
     this.rdoPrevYear.AutoSize = true;
     this.rdoPrevYear.Location = new System.Drawing.Point(143, 30);
     this.rdoPrevYear.Name     = "rdoPrevYear";
     this.rdoPrevYear.Size     = new System.Drawing.Size(115, 21);
     this.rdoPrevYear.TabIndex = 3;
     this.rdoPrevYear.Text     = "Previous Year";
     this.rdoPrevYear.UseVisualStyleBackColor = true;
     this.rdoPrevYear.CheckedChanged         += new System.EventHandler(this.rdoPrevYear_CheckedChanged);
     //
     // rdoCurMonth
     //
     this.rdoCurMonth.AutoSize = true;
     this.rdoCurMonth.Checked  = true;
     this.rdoCurMonth.Location = new System.Drawing.Point(12, 9);
     this.rdoCurMonth.Name     = "rdoCurMonth";
     this.rdoCurMonth.Size     = new System.Drawing.Size(116, 21);
     this.rdoCurMonth.TabIndex = 0;
     this.rdoCurMonth.TabStop  = true;
     this.rdoCurMonth.Tag      = "CurMonth";
     this.rdoCurMonth.Text     = "Current Month";
     this.rdoCurMonth.UseVisualStyleBackColor = true;
     this.rdoCurMonth.CheckedChanged         += new System.EventHandler(this.rdoCurMonth_CheckedChanged);
     //
     // rdoCurYear
     //
     this.rdoCurYear.AutoSize = true;
     this.rdoCurYear.Location = new System.Drawing.Point(143, 10);
     this.rdoCurYear.Name     = "rdoCurYear";
     this.rdoCurYear.Size     = new System.Drawing.Size(107, 21);
     this.rdoCurYear.TabIndex = 2;
     this.rdoCurYear.Text     = "Current Year";
     this.rdoCurYear.UseVisualStyleBackColor = true;
     this.rdoCurYear.CheckedChanged         += new System.EventHandler(this.rdoCurYear_CheckedChanged);
     //
     // rdoPrevMonth
     //
     this.rdoPrevMonth.AutoSize = true;
     this.rdoPrevMonth.Location = new System.Drawing.Point(12, 32);
     this.rdoPrevMonth.Name     = "rdoPrevMonth";
     this.rdoPrevMonth.Size     = new System.Drawing.Size(121, 21);
     this.rdoPrevMonth.TabIndex = 1;
     this.rdoPrevMonth.Text     = "Prevous Month";
     this.rdoPrevMonth.UseVisualStyleBackColor = true;
     this.rdoPrevMonth.CheckedChanged         += new System.EventHandler(this.rdoPrevMonth_CheckedChanged);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.chkShowWithData);
     this.panel3.Controls.Add(this.lvVolGroups);
     this.panel3.Controls.Add(this.btnSaveHrs);
     this.panel3.Controls.Add(this.dataGridViewVols);
     this.panel3.Controls.Add(this.tbSumHrs);
     this.panel3.Controls.Add(this.btnClose);
     this.panel3.Controls.Add(this.tbWorkDate);
     this.panel3.Location = new System.Drawing.Point(264, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(738, 708);
     this.panel3.TabIndex = 1;
     //
     // chkShowWithData
     //
     this.chkShowWithData.AutoSize = true;
     this.chkShowWithData.Location = new System.Drawing.Point(454, 7);
     this.chkShowWithData.Name     = "chkShowWithData";
     this.chkShowWithData.Size     = new System.Drawing.Size(168, 21);
     this.chkShowWithData.TabIndex = 10;
     this.chkShowWithData.Text     = "Show Only With Hours";
     this.chkShowWithData.UseVisualStyleBackColor = true;
     this.chkShowWithData.CheckedChanged         += new System.EventHandler(this.chkShowWithData_CheckedChanged);
     //
     // lvVolGroups
     //
     this.lvVolGroups.Alignment   = System.Windows.Forms.ListViewAlignment.Default;
     this.lvVolGroups.BackColor   = System.Drawing.Color.LightYellow;
     this.lvVolGroups.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lvVolGroups.CheckBoxes  = true;
     this.lvVolGroups.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colVolGrp0,
         this.colVolGrpName,
         this.colVolGrpHours
     });
     this.lvVolGroups.Font          = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lvVolGroups.ForeColor     = System.Drawing.Color.Maroon;
     listViewGroup1.Header          = "Check Groups to Display";
     listViewGroup1.Name            = "lvGrpAll";
     listViewGroup2.Header          = "Select Volunteer Group(s)";
     listViewGroup2.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup2.Name            = "lvGrpGroups";
     this.lvVolGroups.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.lvVolGroups.HeaderStyle  = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     listViewItem1.Checked         = true;
     listViewItem1.Group           = listViewGroup1;
     listViewItem1.StateImageIndex = 1;
     listViewItem1.Tag             = "0";
     this.lvVolGroups.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.lvVolGroups.Location = new System.Drawing.Point(455, 137);
     this.lvVolGroups.Name     = "lvVolGroups";
     this.lvVolGroups.Size     = new System.Drawing.Size(275, 509);
     this.lvVolGroups.TabIndex = 9;
     this.lvVolGroups.UseCompatibleStateImageBehavior = false;
     this.lvVolGroups.View         = System.Windows.Forms.View.Details;
     this.lvVolGroups.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvVolGroups_ItemChecked);
     //
     // colVolGrp0
     //
     this.colVolGrp0.Text  = "";
     this.colVolGrp0.Width = 25;
     //
     // colVolGrpName
     //
     this.colVolGrpName.Text  = "Volunteer Group";
     this.colVolGrpName.Width = 160;
     //
     // colVolGrpHours
     //
     this.colVolGrpHours.Text      = "Hrs";
     this.colVolGrpHours.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.colVolGrpHours.Width     = 70;
     //
     // btnSaveHrs
     //
     this.btnSaveHrs.Location = new System.Drawing.Point(454, 33);
     this.btnSaveHrs.Name     = "btnSaveHrs";
     this.btnSaveHrs.Size     = new System.Drawing.Size(117, 27);
     this.btnSaveHrs.TabIndex = 8;
     this.btnSaveHrs.Text     = "Quit Edit Mode";
     this.btnSaveHrs.UseVisualStyleBackColor = true;
     this.btnSaveHrs.Click += new System.EventHandler(this.btnSaveHrs_Click);
     //
     // dataGridViewVols
     //
     this.dataGridViewVols.AllowUserToAddRows          = false;
     this.dataGridViewVols.AllowUserToDeleteRows       = false;
     this.dataGridViewVols.AllowUserToResizeRows       = false;
     this.dataGridViewVols.BackgroundColor             = System.Drawing.Color.WhiteSmoke;
     this.dataGridViewVols.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewVols.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.clmVol,
         this.clmTimeIn,
         this.clmTimeOut,
         this.clmHrs,
         this.clmId,
         this.clmVHID,
         this.clmVolID
     });
     this.dataGridViewVols.Dock               = System.Windows.Forms.DockStyle.Left;
     this.dataGridViewVols.Location           = new System.Drawing.Point(0, 0);
     this.dataGridViewVols.Name               = "dataGridViewVols";
     this.dataGridViewVols.RowHeadersVisible  = false;
     this.dataGridViewVols.RowHeadersWidth    = 20;
     this.dataGridViewVols.RowTemplate.Height = 24;
     this.dataGridViewVols.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dataGridViewVols.Size               = new System.Drawing.Size(448, 708);
     this.dataGridViewVols.TabIndex           = 4;
     this.dataGridViewVols.CellContentClick  += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewVols_CellContentClick);
     this.dataGridViewVols.CellEndEdit       += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewVols_CellEndEdit);
     this.dataGridViewVols.CellEnter         += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewVols_CellEnter);
     this.dataGridViewVols.CellValidating    += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridViewVols_CellValidating);
     //
     // clmVol
     //
     this.clmVol.HeaderText   = "Volunteer";
     this.clmVol.MinimumWidth = 40;
     this.clmVol.Name         = "clmVol";
     this.clmVol.ReadOnly     = true;
     this.clmVol.Width        = 240;
     //
     // clmTimeIn
     //
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.clmTimeIn.DefaultCellStyle  = dataGridViewCellStyle1;
     this.clmTimeIn.HeaderText        = "Time In";
     this.clmTimeIn.Name  = "clmTimeIn";
     this.clmTimeIn.Width = 60;
     //
     // clmTimeOut
     //
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.clmTimeOut.DefaultCellStyle = dataGridViewCellStyle2;
     this.clmTimeOut.HeaderText       = "Time Out";
     this.clmTimeOut.Name             = "clmTimeOut";
     this.clmTimeOut.Width            = 60;
     //
     // clmHrs
     //
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.clmHrs.DefaultCellStyle     = dataGridViewCellStyle3;
     this.clmHrs.HeaderText           = "Hours";
     this.clmHrs.MinimumWidth         = 20;
     this.clmHrs.Name  = "clmHrs";
     this.clmHrs.Width = 60;
     //
     // clmId
     //
     this.clmId.HeaderText = "ID";
     this.clmId.Name       = "clmId";
     this.clmId.ReadOnly   = true;
     this.clmId.Visible    = false;
     //
     // clmVHID
     //
     this.clmVHID.HeaderText = "VHID";
     this.clmVHID.Name       = "clmVHID";
     this.clmVHID.Visible    = false;
     //
     // clmVolID
     //
     this.clmVolID.HeaderText = "VolID";
     this.clmVolID.Name       = "clmVolID";
     this.clmVolID.Visible    = false;
     //
     // tbSumHrs
     //
     this.tbSumHrs.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.tbSumHrs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbSumHrs.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbSumHrs.ForeColor   = System.Drawing.Color.MediumBlue;
     this.tbSumHrs.Location    = new System.Drawing.Point(586, 36);
     this.tbSumHrs.Name        = "tbSumHrs";
     this.tbSumHrs.ReadOnly    = true;
     this.tbSumHrs.Size        = new System.Drawing.Size(79, 23);
     this.tbSumHrs.TabIndex    = 3;
     this.tbSumHrs.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // btnClose
     //
     this.btnClose.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Location = new System.Drawing.Point(672, 4);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(52, 24);
     this.btnClose.TabIndex = 7;
     this.btnClose.Text     = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // tbWorkDate
     //
     this.tbWorkDate.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.tbWorkDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbWorkDate.ForeColor   = System.Drawing.Color.MediumBlue;
     this.tbWorkDate.Location    = new System.Drawing.Point(455, 105);
     this.tbWorkDate.Name        = "tbWorkDate";
     this.tbWorkDate.ReadOnly    = true;
     this.tbWorkDate.Size        = new System.Drawing.Size(262, 23);
     this.tbWorkDate.TabIndex    = 2;
     //
     // VolunteerHoursForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Cornsilk;
     this.ClientSize          = new System.Drawing.Size(1006, 714);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Font          = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "VolunteerHoursForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Volunteer Hours Form";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.VolunteerHoursForm_FormClosing);
     this.Shown        += new System.EventHandler(this.VolunteerHoursForm_Shown);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewVols)).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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditorForm));
     System.Windows.Forms.TreeNode      treeNode1             = new System.Windows.Forms.TreeNode("X-Engine Components");
     System.Windows.Forms.ListViewGroup listViewGroup1        = new System.Windows.Forms.ListViewGroup("Environment", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2        = new System.Windows.Forms.ListViewGroup("Models", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup3        = new System.Windows.Forms.ListViewGroup("Actors", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup4        = new System.Windows.Forms.ListViewGroup("Cameras", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup5        = new System.Windows.Forms.ListViewGroup("Game Logic", System.Windows.Forms.HorizontalAlignment.Left);
     this.menuStrip1                     = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.openLeveToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.saveLevelFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.content20ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.scenesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.removeToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.propertiesToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.saveFileDialog1                = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog1                = new System.Windows.Forms.OpenFileDialog();
     this.toolStrip1                     = new System.Windows.Forms.ToolStrip();
     this.btnTranslate                   = new System.Windows.Forms.ToolStripButton();
     this.btnRotate        = new System.Windows.Forms.ToolStripButton();
     this.btnScale         = new System.Windows.Forms.ToolStripButton();
     this.btnEnablePhysics = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1     = new System.Windows.Forms.StatusStrip();
     this.stripMsg1        = new System.Windows.Forms.ToolStripStatusLabel();
     this.stripMsg2        = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1  = new System.Windows.Forms.SplitContainer();
     this.renderControl1   = new X_Editor.RenderControl();
     this.splitContainer2  = new System.Windows.Forms.SplitContainer();
     this.tabControl1      = new System.Windows.Forms.TabControl();
     this.tabPage1         = new System.Windows.Forms.TabPage();
     this.treeView1        = new System.Windows.Forms.TreeView();
     this.tabPage2         = new System.Windows.Forms.TabPage();
     this.properties       = new System.Windows.Forms.PropertyGrid();
     this.scene            = new System.Windows.Forms.ListView();
     this.colType          = new System.Windows.Forms.ColumnHeader();
     this.colName          = new System.Windows.Forms.ColumnHeader();
     this.colID            = new System.Windows.Forms.ColumnHeader();
     this.label1           = new System.Windows.Forms.Label();
     this.menuStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.content20ToolStripMenuItem,
         this.scenesToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location     = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name         = "menuStrip1";
     this.menuStrip1.Size         = new System.Drawing.Size(843, 24);
     this.menuStrip1.TabIndex     = 2;
     this.menuStrip1.Text         = "menuStrip1";
     this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newProjectToolStripMenuItem,
         this.openLeveToolStripMenuItem,
         this.saveLevelFileToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newProjectToolStripMenuItem
     //
     this.newProjectToolStripMenuItem.Name   = "newProjectToolStripMenuItem";
     this.newProjectToolStripMenuItem.Size   = new System.Drawing.Size(137, 22);
     this.newProjectToolStripMenuItem.Text   = "New Project";
     this.newProjectToolStripMenuItem.Click += new System.EventHandler(this.newProjectToolStripMenuItem_Click);
     //
     // openLeveToolStripMenuItem
     //
     this.openLeveToolStripMenuItem.Name   = "openLeveToolStripMenuItem";
     this.openLeveToolStripMenuItem.Size   = new System.Drawing.Size(137, 22);
     this.openLeveToolStripMenuItem.Text   = "Open Project";
     this.openLeveToolStripMenuItem.Click += new System.EventHandler(this.openLeveToolStripMenuItem_Click);
     //
     // saveLevelFileToolStripMenuItem
     //
     this.saveLevelFileToolStripMenuItem.Name   = "saveLevelFileToolStripMenuItem";
     this.saveLevelFileToolStripMenuItem.Size   = new System.Drawing.Size(137, 22);
     this.saveLevelFileToolStripMenuItem.Text   = "Save Project";
     this.saveLevelFileToolStripMenuItem.Click += new System.EventHandler(this.saveLevelFileToolStripMenuItem_Click);
     //
     // content20ToolStripMenuItem
     //
     this.content20ToolStripMenuItem.Name   = "content20ToolStripMenuItem";
     this.content20ToolStripMenuItem.Size   = new System.Drawing.Size(58, 20);
     this.content20ToolStripMenuItem.Text   = "Content";
     this.content20ToolStripMenuItem.Click += new System.EventHandler(this.contentToolStripMenuItem_Click);
     //
     // scenesToolStripMenuItem
     //
     this.scenesToolStripMenuItem.Name   = "scenesToolStripMenuItem";
     this.scenesToolStripMenuItem.Size   = new System.Drawing.Size(53, 20);
     this.scenesToolStripMenuItem.Text   = "Scenes";
     this.scenesToolStripMenuItem.Click += new System.EventHandler(this.scenesToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.Name   = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size   = new System.Drawing.Size(40, 20);
     this.helpToolStripMenuItem.Text   = "Help";
     this.helpToolStripMenuItem.Click += new System.EventHandler(this.helpToolStripMenuItem_Click);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.removeToolStripMenuItem,
         this.propertiesToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(124, 48);
     //
     // removeToolStripMenuItem
     //
     this.removeToolStripMenuItem.Name   = "removeToolStripMenuItem";
     this.removeToolStripMenuItem.Size   = new System.Drawing.Size(123, 22);
     this.removeToolStripMenuItem.Text   = "Remove";
     this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
     //
     // propertiesToolStripMenuItem
     //
     this.propertiesToolStripMenuItem.Name   = "propertiesToolStripMenuItem";
     this.propertiesToolStripMenuItem.Size   = new System.Drawing.Size(123, 22);
     this.propertiesToolStripMenuItem.Text   = "Properties";
     this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.FileName = "Project";
     this.saveFileDialog1.Filter   = "Project Files|*.xml";
     //
     // openFileDialog1
     //
     this.openFileDialog1.Filter = "Project File | *.xml";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnTranslate,
         this.btnRotate,
         this.btnScale,
         this.btnEnablePhysics
     });
     this.toolStrip1.Location     = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name         = "toolStrip1";
     this.toolStrip1.Size         = new System.Drawing.Size(843, 25);
     this.toolStrip1.TabIndex     = 5;
     this.toolStrip1.Text         = "toolStrip1";
     this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
     //
     // btnTranslate
     //
     this.btnTranslate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnTranslate.Checked               = true;
     this.btnTranslate.CheckOnClick          = true;
     this.btnTranslate.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.btnTranslate.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnTranslate.Image                 = ((System.Drawing.Image)(resources.GetObject("btnTranslate.Image")));
     this.btnTranslate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnTranslate.Name = "btnTranslate";
     this.btnTranslate.Size = new System.Drawing.Size(23, 22);
     this.btnTranslate.Text = "toolStripButton1";
     this.btnTranslate.CheckStateChanged += new System.EventHandler(this.btnTranslate_CheckStateChanged);
     //
     // btnRotate
     //
     this.btnRotate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnRotate.CheckOnClick          = true;
     this.btnRotate.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnRotate.Image = ((System.Drawing.Image)(resources.GetObject("btnRotate.Image")));
     this.btnRotate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRotate.Name   = "btnRotate";
     this.btnRotate.Size   = new System.Drawing.Size(23, 22);
     this.btnRotate.Text   = "toolStripButton1";
     this.btnRotate.Click += new System.EventHandler(this.btnRotate_Click);
     //
     // btnScale
     //
     this.btnScale.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnScale.CheckOnClick          = true;
     this.btnScale.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnScale.Image = ((System.Drawing.Image)(resources.GetObject("btnScale.Image")));
     this.btnScale.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnScale.Name   = "btnScale";
     this.btnScale.Size   = new System.Drawing.Size(23, 22);
     this.btnScale.Text   = "toolStripButton1";
     this.btnScale.Click += new System.EventHandler(this.btnScale_Click);
     //
     // btnEnablePhysics
     //
     this.btnEnablePhysics.CheckOnClick          = true;
     this.btnEnablePhysics.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnEnablePhysics.Image                 = ((System.Drawing.Image)(resources.GetObject("btnEnablePhysics.Image")));
     this.btnEnablePhysics.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEnablePhysics.Name   = "btnEnablePhysics";
     this.btnEnablePhysics.Size   = new System.Drawing.Size(23, 22);
     this.btnEnablePhysics.Text   = "Enable Physics";
     this.btnEnablePhysics.Click += new System.EventHandler(this.btnEnablePhysics_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.stripMsg1,
         this.stripMsg2
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 558);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(843, 22);
     this.statusStrip1.TabIndex   = 6;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // stripMsg1
     //
     this.stripMsg1.Name = "stripMsg1";
     this.stripMsg1.Size = new System.Drawing.Size(74, 17);
     this.stripMsg1.Text = "Physics: False";
     //
     // stripMsg2
     //
     this.stripMsg2.Name = "stripMsg2";
     this.stripMsg2.Size = new System.Drawing.Size(38, 17);
     this.stripMsg2.Text = "Status";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.Location   = new System.Drawing.Point(0, 49);
     this.splitContainer1.Name       = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.renderControl1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size             = new System.Drawing.Size(843, 509);
     this.splitContainer1.SplitterDistance = 599;
     this.splitContainer1.SplitterWidth    = 3;
     this.splitContainer1.TabIndex         = 1;
     //
     // renderControl1
     //
     this.renderControl1.AllowDrop   = true;
     this.renderControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.renderControl1.Location    = new System.Drawing.Point(0, 0);
     this.renderControl1.Name        = "renderControl1";
     this.renderControl1.Size        = new System.Drawing.Size(599, 509);
     this.renderControl1.TabIndex    = 0;
     this.renderControl1.Text        = "renderControl1";
     this.renderControl1.MouseLeave += new System.EventHandler(this.renderControl1_MouseLeave);
     this.renderControl1.OnSelectedComponentChange += new X_Editor.RenderControl.SelectedComponentChange(this.renderControl1_OnSelectedComponentChange);
     this.renderControl1.DragDrop   += new System.Windows.Forms.DragEventHandler(this.renderControl1_DragDrop);
     this.renderControl1.DragEnter  += new System.Windows.Forms.DragEventHandler(this.renderControl1_DragEnter);
     this.renderControl1.MouseEnter += new System.EventHandler(this.renderControl1_MouseEnter);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.tabControl1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.scene);
     this.splitContainer2.Panel2.Controls.Add(this.label1);
     this.splitContainer2.Size             = new System.Drawing.Size(241, 509);
     this.splitContainer2.SplitterDistance = 313;
     this.splitContainer2.TabIndex         = 0;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(241, 313);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.CausesValidation = false;
     this.tabPage1.Controls.Add(this.treeView1);
     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(233, 287);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Components";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // treeView1
     //
     this.treeView1.AllowDrop = true;
     this.treeView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Location  = new System.Drawing.Point(3, 3);
     this.treeView1.Name      = "treeView1";
     treeNode1.Name           = "root";
     treeNode1.Text           = "X-Engine Components";
     this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode1
     });
     this.treeView1.Size       = new System.Drawing.Size(227, 281);
     this.treeView1.TabIndex   = 0;
     this.treeView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeView1_DragEnter);
     this.treeView1.ItemDrag  += new System.Windows.Forms.ItemDragEventHandler(this.treeView1_ItemDrag);
     //
     // tabPage2
     //
     this.tabPage2.CausesValidation = false;
     this.tabPage2.Controls.Add(this.properties);
     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(234, 287);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Properties";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // properties
     //
     this.properties.AllowDrop             = true;
     this.properties.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.properties.Location              = new System.Drawing.Point(3, 3);
     this.properties.Name                  = "properties";
     this.properties.PropertySort          = System.Windows.Forms.PropertySort.Alphabetical;
     this.properties.Size                  = new System.Drawing.Size(228, 281);
     this.properties.TabIndex              = 0;
     this.properties.DragDrop             += new System.Windows.Forms.DragEventHandler(this.properties_DragDrop);
     this.properties.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.properties_PropertyValueChanged);
     this.properties.DragEnter            += new System.Windows.Forms.DragEventHandler(this.scene_DragEnter);
     //
     // scene
     //
     this.scene.Activation         = System.Windows.Forms.ItemActivation.TwoClick;
     this.scene.AllowColumnReorder = true;
     this.scene.AllowDrop          = true;
     this.scene.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.scene.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colType,
         this.colName,
         this.colID
     });
     this.scene.ContextMenuStrip = this.contextMenuStrip1;
     listViewGroup1.Header       = "Environment";
     listViewGroup1.Name         = "Environment";
     listViewGroup2.Header       = "Models";
     listViewGroup2.Name         = "Models";
     listViewGroup3.Header       = "Actors";
     listViewGroup3.Name         = "Actors";
     listViewGroup4.Header       = "Cameras";
     listViewGroup4.Name         = "Cameras";
     listViewGroup5.Header       = "Game Logic";
     listViewGroup5.Name         = "Game Logic";
     this.scene.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2,
         listViewGroup3,
         listViewGroup4,
         listViewGroup5
     });
     this.scene.Location    = new System.Drawing.Point(4, 16);
     this.scene.MultiSelect = false;
     this.scene.Name        = "scene";
     this.scene.Size        = new System.Drawing.Size(230, 176);
     this.scene.Sorting     = System.Windows.Forms.SortOrder.Ascending;
     this.scene.TabIndex    = 0;
     this.scene.TileSize    = new System.Drawing.Size(100, 16);
     this.scene.UseCompatibleStateImageBehavior = false;
     this.scene.View          = System.Windows.Forms.View.Details;
     this.scene.ItemActivate += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
     this.scene.DragEnter    += new System.Windows.Forms.DragEventHandler(this.scene_DragEnter);
     this.scene.ItemDrag     += new System.Windows.Forms.ItemDragEventHandler(this.scene_ItemDrag);
     //
     // colType
     //
     this.colType.Text  = "Type";
     this.colType.Width = 95;
     //
     // colName
     //
     this.colName.Text  = "Name";
     this.colName.Width = 93;
     //
     // colID
     //
     this.colID.Text  = "ID";
     this.colID.Width = 37;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(-3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(137, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Current Scene Components";
     //
     // EditorForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(843, 580);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.statusStrip1);
     this.KeyPreview    = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "EditorForm";
     this.Text          = "X-Editor";
     this.Load         += new System.EventHandler(this.OnLoad);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.EditorForm_FormClosing);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     this.splitContainer2.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Gebeurtenissen", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Actieve Taken", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Afgelopen Taken", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("");
            this.openScenarioFileButton = new System.Windows.Forms.Button();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.activeListView = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.clearListButton = new System.Windows.Forms.Button();
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.SuspendLayout();
            // 
            // openScenarioFileButton
            // 
            this.openScenarioFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.openScenarioFileButton.Location = new System.Drawing.Point(-1, 363);
            this.openScenarioFileButton.Name = "openScenarioFileButton";
            this.openScenarioFileButton.Size = new System.Drawing.Size(120, 40);
            this.openScenarioFileButton.TabIndex = 22;
            this.openScenarioFileButton.Text = "Open Scenario";
            this.openScenarioFileButton.UseVisualStyleBackColor = true;
            this.openScenarioFileButton.Click += new System.EventHandler(this.openScenarioFileButton_Click);
            // 
            // openFileDialog
            // 
            this.openFileDialog.FileName = "openFileDialog1";
            this.openFileDialog.Filter = "XML files (*.xml)|*.xml";
            // 
            // activeListView
            // 
            this.activeListView.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.activeListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader5,
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4});
            listViewGroup1.Header = "Gebeurtenissen";
            listViewGroup1.Name = "listViewGroup3";
            listViewGroup2.Header = "Actieve Taken";
            listViewGroup2.Name = "listViewGroup1";
            listViewGroup2.Tag = "";
            listViewGroup3.Header = "Afgelopen Taken";
            listViewGroup3.Name = "listViewGroup2";
            listViewGroup3.Tag = "";
            this.activeListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2,
            listViewGroup3});
            listViewItem1.Group = listViewGroup1;
            listViewItem2.Group = listViewGroup2;
            listViewItem3.Group = listViewGroup3;
            this.activeListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3});
            this.activeListView.Location = new System.Drawing.Point(0, 0);
            this.activeListView.Name = "activeListView";
            this.activeListView.Size = new System.Drawing.Size(442, 357);
            this.activeListView.TabIndex = 23;
            this.activeListView.UseCompatibleStateImageBehavior = false;
            this.activeListView.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Naam";
            this.columnHeader1.Width = 150;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Starttijd";
            this.columnHeader2.Width = 65;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Eindtijd";
            this.columnHeader3.Width = 65;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Beschrijving";
            this.columnHeader4.Width = 150;
            // 
            // clearListButton
            // 
            this.clearListButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.clearListButton.Location = new System.Drawing.Point(322, 363);
            this.clearListButton.Name = "clearListButton";
            this.clearListButton.Size = new System.Drawing.Size(120, 40);
            this.clearListButton.TabIndex = 24;
            this.clearListButton.Text = "Wis lijst";
            this.clearListButton.UseVisualStyleBackColor = true;
            this.clearListButton.Click += new System.EventHandler(this.clearListButton_Click);
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "ID";
            this.columnHeader5.Width = 25;
            // 
            // CTLModelUtilityView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(442, 402);
            this.Controls.Add(this.clearListButton);
            this.Controls.Add(this.activeListView);
            this.Controls.Add(this.openScenarioFileButton);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "CTLModelUtilityView";
            this.Text = "CTLModelUtilityView";
            this.Shown += new System.EventHandler(this.CTLModelUtilityView_Shown);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewGroup             listViewGroup1  = new System.Windows.Forms.ListViewGroup("GSC Scripts", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup2  = new System.Windows.Forms.ListViewGroup("GSH Scripts", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup3  = new System.Windows.Forms.ListViewGroup("CSC Scripts", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup4  = new System.Windows.Forms.ListViewGroup("Other", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup5  = new System.Windows.Forms.ListViewGroup("Not categorized", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup6  = new System.Windows.Forms.ListViewGroup("Powerup", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup7  = new System.Windows.Forms.ListViewGroup("Bosses", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup8  = new System.Windows.Forms.ListViewGroup("Perks", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup9  = new System.Windows.Forms.ListViewGroup("Visual", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup10 = new System.Windows.Forms.ListViewGroup("Weapons", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup11 = new System.Windows.Forms.ListViewGroup("Zombies maps", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup12 = new System.Windows.Forms.ListViewGroup("Multiplayers Maps", System.Windows.Forms.HorizontalAlignment.Left);
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(TheseScripts));
     this.ToolBar = new System.Windows.Forms.MenuStrip();
     this.filesToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.openUsermapToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                  = new System.Windows.Forms.ToolStripSeparator();
     this.synchronizeMapFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                  = new System.Windows.Forms.ToolStripSeparator();
     this.settingsToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.openTheWikiToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl                           = new System.Windows.Forms.TabControl();
     this.tabMapInformations                   = new System.Windows.Forms.TabPage();
     this.MapInformations_List                 = new System.Windows.Forms.ListView();
     this.MapInformations_FileName             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.MapInformations_FilePath             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.MapInformations_Menu                 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.openTheFileLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openTheFileToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteFileToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.tabScriptsImporter                   = new System.Windows.Forms.TabPage();
     this.ScriptsImporter_LocalImport          = new System.Windows.Forms.Button();
     this.ScriptsImporter_List                 = new System.Windows.Forms.ListView();
     this.ScriptsImporter_ScriptName           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ScriptsImporter_Author               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ScriptsImporter_Version              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ScriptsImporter_Status               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ScriptsImporter_Menu                 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.importScriptToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.openTheOriginalLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabOpenUserMap                       = new System.Windows.Forms.TabPage();
     this.OpenUsermap_List                     = new System.Windows.Forms.ListView();
     this.OpenUsermap_SelectMap                = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tableLayoutPanel1                    = new System.Windows.Forms.TableLayoutPanel();
     this.OpenUsermap_OK                       = new System.Windows.Forms.Button();
     this.OpenUsermap_Cancel                   = new System.Windows.Forms.Button();
     this.tabConsole                           = new System.Windows.Forms.TabPage();
     this.Console                  = new System.Windows.Forms.RichTextBox();
     this.openFileDialog           = new System.Windows.Forms.OpenFileDialog();
     this.discordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolBar.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tabMapInformations.SuspendLayout();
     this.MapInformations_Menu.SuspendLayout();
     this.tabScriptsImporter.SuspendLayout();
     this.ScriptsImporter_Menu.SuspendLayout();
     this.tabOpenUserMap.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tabConsole.SuspendLayout();
     this.SuspendLayout();
     //
     // ToolBar
     //
     this.ToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.filesToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.ToolBar.Location = new System.Drawing.Point(0, 0);
     this.ToolBar.Name     = "ToolBar";
     this.ToolBar.Size     = new System.Drawing.Size(704, 24);
     this.ToolBar.TabIndex = 0;
     this.ToolBar.Tag      = "main";
     this.ToolBar.Text     = "ToolBar";
     //
     // filesToolStripMenuItem
     //
     this.filesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openUsermapToolStripMenuItem,
         this.toolStripSeparator1,
         this.synchronizeMapFilesToolStripMenuItem,
         this.toolStripSeparator2,
         this.settingsToolStripMenuItem
     });
     this.filesToolStripMenuItem.Name = "filesToolStripMenuItem";
     this.filesToolStripMenuItem.Size = new System.Drawing.Size(42, 20);
     this.filesToolStripMenuItem.Text = "Files";
     //
     // openUsermapToolStripMenuItem
     //
     this.openUsermapToolStripMenuItem.Name   = "openUsermapToolStripMenuItem";
     this.openUsermapToolStripMenuItem.Size   = new System.Drawing.Size(189, 22);
     this.openUsermapToolStripMenuItem.Text   = "Open usermap";
     this.openUsermapToolStripMenuItem.Click += new System.EventHandler(this.openUsermapToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(186, 6);
     //
     // synchronizeMapFilesToolStripMenuItem
     //
     this.synchronizeMapFilesToolStripMenuItem.Name   = "synchronizeMapFilesToolStripMenuItem";
     this.synchronizeMapFilesToolStripMenuItem.Size   = new System.Drawing.Size(189, 22);
     this.synchronizeMapFilesToolStripMenuItem.Text   = "Synchronize map files";
     this.synchronizeMapFilesToolStripMenuItem.Click += new System.EventHandler(this.synchronizeMapFilesToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(186, 6);
     //
     // settingsToolStripMenuItem
     //
     this.settingsToolStripMenuItem.Name   = "settingsToolStripMenuItem";
     this.settingsToolStripMenuItem.Size   = new System.Drawing.Size(189, 22);
     this.settingsToolStripMenuItem.Text   = "Settings";
     this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openTheWikiToolStripMenuItem,
         this.discordToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // openTheWikiToolStripMenuItem
     //
     this.openTheWikiToolStripMenuItem.Name   = "openTheWikiToolStripMenuItem";
     this.openTheWikiToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.openTheWikiToolStripMenuItem.Text   = "Open the wiki";
     this.openTheWikiToolStripMenuItem.Click += new System.EventHandler(this.openTheWikiToolStripMenuItem_Click);
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabMapInformations);
     this.tabControl.Controls.Add(this.tabScriptsImporter);
     this.tabControl.Controls.Add(this.tabOpenUserMap);
     this.tabControl.Controls.Add(this.tabConsole);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 24);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(704, 417);
     this.tabControl.TabIndex      = 1;
     //
     // tabMapInformations
     //
     this.tabMapInformations.Controls.Add(this.MapInformations_List);
     this.tabMapInformations.Location = new System.Drawing.Point(4, 22);
     this.tabMapInformations.Name     = "tabMapInformations";
     this.tabMapInformations.Padding  = new System.Windows.Forms.Padding(3);
     this.tabMapInformations.Size     = new System.Drawing.Size(696, 391);
     this.tabMapInformations.TabIndex = 0;
     this.tabMapInformations.Text     = "Map informations";
     this.tabMapInformations.UseVisualStyleBackColor = true;
     //
     // MapInformations_List
     //
     this.MapInformations_List.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.MapInformations_FileName,
         this.MapInformations_FilePath
     });
     this.MapInformations_List.ContextMenuStrip = this.MapInformations_Menu;
     this.MapInformations_List.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.MapInformations_List.FullRowSelect    = true;
     listViewGroup1.Header = "GSC Scripts";
     listViewGroup1.Name   = ".gsc";
     listViewGroup2.Header = "GSH Scripts";
     listViewGroup2.Name   = ".gsh";
     listViewGroup3.Header = "CSC Scripts";
     listViewGroup3.Name   = ".csc";
     listViewGroup4.Header = "Other";
     listViewGroup4.Name   = "other";
     this.MapInformations_List.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2,
         listViewGroup3,
         listViewGroup4
     });
     this.MapInformations_List.Location = new System.Drawing.Point(3, 3);
     this.MapInformations_List.Name     = "MapInformations_List";
     this.MapInformations_List.Size     = new System.Drawing.Size(690, 385);
     this.MapInformations_List.TabIndex = 0;
     this.MapInformations_List.UseCompatibleStateImageBehavior = false;
     this.MapInformations_List.View = System.Windows.Forms.View.Details;
     //
     // MapInformations_FileName
     //
     this.MapInformations_FileName.Text  = "File name";
     this.MapInformations_FileName.Width = 265;
     //
     // MapInformations_FilePath
     //
     this.MapInformations_FilePath.Text  = "File path";
     this.MapInformations_FilePath.Width = 1000;
     //
     // MapInformations_Menu
     //
     this.MapInformations_Menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openTheFileLocationToolStripMenuItem,
         this.openTheFileToolStripMenuItem,
         this.deleteFileToolStripMenuItem
     });
     this.MapInformations_Menu.Name     = "MapInformations_Menu";
     this.MapInformations_Menu.Size     = new System.Drawing.Size(189, 70);
     this.MapInformations_Menu.Opening += new System.ComponentModel.CancelEventHandler(this.MapInformations_Menu_Opening);
     //
     // openTheFileLocationToolStripMenuItem
     //
     this.openTheFileLocationToolStripMenuItem.Name   = "openTheFileLocationToolStripMenuItem";
     this.openTheFileLocationToolStripMenuItem.Size   = new System.Drawing.Size(188, 22);
     this.openTheFileLocationToolStripMenuItem.Text   = "Open the file location";
     this.openTheFileLocationToolStripMenuItem.Click += new System.EventHandler(this.openTheFileLocationToolStripMenuItem_Click);
     //
     // openTheFileToolStripMenuItem
     //
     this.openTheFileToolStripMenuItem.Name   = "openTheFileToolStripMenuItem";
     this.openTheFileToolStripMenuItem.Size   = new System.Drawing.Size(188, 22);
     this.openTheFileToolStripMenuItem.Text   = "Open the file";
     this.openTheFileToolStripMenuItem.Click += new System.EventHandler(this.openTheFileToolStripMenuItem_Click);
     //
     // deleteFileToolStripMenuItem
     //
     this.deleteFileToolStripMenuItem.Name   = "deleteFileToolStripMenuItem";
     this.deleteFileToolStripMenuItem.Size   = new System.Drawing.Size(188, 22);
     this.deleteFileToolStripMenuItem.Text   = "Delete file";
     this.deleteFileToolStripMenuItem.Click += new System.EventHandler(this.deleteFileToolStripMenuItem_Click);
     //
     // tabScriptsImporter
     //
     this.tabScriptsImporter.Controls.Add(this.ScriptsImporter_LocalImport);
     this.tabScriptsImporter.Controls.Add(this.ScriptsImporter_List);
     this.tabScriptsImporter.Location = new System.Drawing.Point(4, 22);
     this.tabScriptsImporter.Name     = "tabScriptsImporter";
     this.tabScriptsImporter.Padding  = new System.Windows.Forms.Padding(3);
     this.tabScriptsImporter.Size     = new System.Drawing.Size(696, 391);
     this.tabScriptsImporter.TabIndex = 1;
     this.tabScriptsImporter.Text     = "Scripts Importer";
     this.tabScriptsImporter.UseVisualStyleBackColor = true;
     //
     // ScriptsImporter_LocalImport
     //
     this.ScriptsImporter_LocalImport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.ScriptsImporter_LocalImport.Location = new System.Drawing.Point(8, 362);
     this.ScriptsImporter_LocalImport.Name     = "ScriptsImporter_LocalImport";
     this.ScriptsImporter_LocalImport.Size     = new System.Drawing.Size(680, 23);
     this.ScriptsImporter_LocalImport.TabIndex = 1;
     this.ScriptsImporter_LocalImport.Text     = "Import local script package";
     this.ScriptsImporter_LocalImport.UseVisualStyleBackColor = true;
     this.ScriptsImporter_LocalImport.Click += new System.EventHandler(this.ScriptsImporter_LocalImport_Click);
     //
     // ScriptsImporter_List
     //
     this.ScriptsImporter_List.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.ScriptsImporter_List.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ScriptsImporter_ScriptName,
         this.ScriptsImporter_Author,
         this.ScriptsImporter_Version,
         this.ScriptsImporter_Status
     });
     this.ScriptsImporter_List.ContextMenuStrip = this.ScriptsImporter_Menu;
     this.ScriptsImporter_List.FullRowSelect    = true;
     listViewGroup5.Header  = "Not categorized";
     listViewGroup5.Name    = "ScriptsImporter_NotCategorized";
     listViewGroup6.Header  = "Powerup";
     listViewGroup6.Name    = "ScriptsImporter_Powerup";
     listViewGroup7.Header  = "Bosses";
     listViewGroup7.Name    = "ScriptsImporter_Boss";
     listViewGroup8.Header  = "Perks";
     listViewGroup8.Name    = "ScriptsImporter_Perks";
     listViewGroup9.Header  = "Visual";
     listViewGroup9.Name    = "ScriptsImporter_Visual";
     listViewGroup10.Header = "Weapons";
     listViewGroup10.Name   = "ScriptsImporter_Weapons";
     this.ScriptsImporter_List.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup5,
         listViewGroup6,
         listViewGroup7,
         listViewGroup8,
         listViewGroup9,
         listViewGroup10
     });
     this.ScriptsImporter_List.Location = new System.Drawing.Point(3, 3);
     this.ScriptsImporter_List.Name     = "ScriptsImporter_List";
     this.ScriptsImporter_List.Size     = new System.Drawing.Size(690, 353);
     this.ScriptsImporter_List.Sorting  = System.Windows.Forms.SortOrder.Ascending;
     this.ScriptsImporter_List.TabIndex = 0;
     this.ScriptsImporter_List.UseCompatibleStateImageBehavior = false;
     this.ScriptsImporter_List.View = System.Windows.Forms.View.Details;
     //
     // ScriptsImporter_ScriptName
     //
     this.ScriptsImporter_ScriptName.Text  = "Script name";
     this.ScriptsImporter_ScriptName.Width = 203;
     //
     // ScriptsImporter_Author
     //
     this.ScriptsImporter_Author.Text  = "Author";
     this.ScriptsImporter_Author.Width = 191;
     //
     // ScriptsImporter_Version
     //
     this.ScriptsImporter_Version.Text  = "Version";
     this.ScriptsImporter_Version.Width = 143;
     //
     // ScriptsImporter_Status
     //
     this.ScriptsImporter_Status.Text  = "Status";
     this.ScriptsImporter_Status.Width = 148;
     //
     // ScriptsImporter_Menu
     //
     this.ScriptsImporter_Menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.importScriptToolStripMenuItem,
         this.openTheOriginalLinkToolStripMenuItem
     });
     this.ScriptsImporter_Menu.Name     = "ScriptsImporter_Menu";
     this.ScriptsImporter_Menu.Size     = new System.Drawing.Size(189, 48);
     this.ScriptsImporter_Menu.Opening += new System.ComponentModel.CancelEventHandler(this.ScriptsImporter_Menu_Opening);
     //
     // importScriptToolStripMenuItem
     //
     this.importScriptToolStripMenuItem.Name   = "importScriptToolStripMenuItem";
     this.importScriptToolStripMenuItem.Size   = new System.Drawing.Size(188, 22);
     this.importScriptToolStripMenuItem.Text   = "Import the script";
     this.importScriptToolStripMenuItem.Click += new System.EventHandler(this.importScriptToolStripMenuItem_Click);
     //
     // openTheOriginalLinkToolStripMenuItem
     //
     this.openTheOriginalLinkToolStripMenuItem.Name   = "openTheOriginalLinkToolStripMenuItem";
     this.openTheOriginalLinkToolStripMenuItem.Size   = new System.Drawing.Size(188, 22);
     this.openTheOriginalLinkToolStripMenuItem.Text   = "Open the original link";
     this.openTheOriginalLinkToolStripMenuItem.Click += new System.EventHandler(this.openTheOriginalLinkToolStripMenuItem_Click);
     //
     // tabOpenUserMap
     //
     this.tabOpenUserMap.Controls.Add(this.OpenUsermap_List);
     this.tabOpenUserMap.Controls.Add(this.tableLayoutPanel1);
     this.tabOpenUserMap.Location = new System.Drawing.Point(4, 22);
     this.tabOpenUserMap.Name     = "tabOpenUserMap";
     this.tabOpenUserMap.Size     = new System.Drawing.Size(696, 391);
     this.tabOpenUserMap.TabIndex = 2;
     this.tabOpenUserMap.Text     = "Open a user map";
     this.tabOpenUserMap.UseVisualStyleBackColor = true;
     //
     // OpenUsermap_List
     //
     this.OpenUsermap_List.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.OpenUsermap_List.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.OpenUsermap_SelectMap
     });
     this.OpenUsermap_List.FullRowSelect = true;
     listViewGroup11.Header = "Zombies maps";
     listViewGroup11.Name   = "OpenUsermap_ZombiesMaps";
     listViewGroup12.Header = "Multiplayers Maps";
     listViewGroup12.Name   = "OpenUsermap_MultiplayersMaps";
     this.OpenUsermap_List.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup11,
         listViewGroup12
     });
     this.OpenUsermap_List.Location    = new System.Drawing.Point(14, 14);
     this.OpenUsermap_List.MultiSelect = false;
     this.OpenUsermap_List.Name        = "OpenUsermap_List";
     this.OpenUsermap_List.Size        = new System.Drawing.Size(671, 332);
     this.OpenUsermap_List.TabIndex    = 5;
     this.OpenUsermap_List.UseCompatibleStateImageBehavior = false;
     this.OpenUsermap_List.View         = System.Windows.Forms.View.Details;
     this.OpenUsermap_List.DoubleClick += new System.EventHandler(this.OpenUsermap_List_DoubleClick);
     //
     // OpenUsermap_SelectMap
     //
     this.OpenUsermap_SelectMap.Text  = "Select one of your maps below:";
     this.OpenUsermap_SelectMap.Width = 660;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.OpenUsermap_OK, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.OpenUsermap_Cancel, 1, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(14, 352);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(671, 31);
     this.tableLayoutPanel1.TabIndex = 4;
     //
     // OpenUsermap_OK
     //
     this.OpenUsermap_OK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.OpenUsermap_OK.Location = new System.Drawing.Point(3, 3);
     this.OpenUsermap_OK.Name     = "OpenUsermap_OK";
     this.OpenUsermap_OK.Size     = new System.Drawing.Size(329, 23);
     this.OpenUsermap_OK.TabIndex = 3;
     this.OpenUsermap_OK.Text     = "OK";
     this.OpenUsermap_OK.UseVisualStyleBackColor = true;
     this.OpenUsermap_OK.Click += new System.EventHandler(this.OKOpenUserMapButton_Click);
     //
     // OpenUsermap_Cancel
     //
     this.OpenUsermap_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.OpenUsermap_Cancel.Location = new System.Drawing.Point(338, 3);
     this.OpenUsermap_Cancel.Name     = "OpenUsermap_Cancel";
     this.OpenUsermap_Cancel.Size     = new System.Drawing.Size(330, 23);
     this.OpenUsermap_Cancel.TabIndex = 2;
     this.OpenUsermap_Cancel.Text     = "Cancel";
     this.OpenUsermap_Cancel.UseVisualStyleBackColor = true;
     this.OpenUsermap_Cancel.Click += new System.EventHandler(this.CancelOpenUserMapButton_Click);
     //
     // tabConsole
     //
     this.tabConsole.Controls.Add(this.Console);
     this.tabConsole.Location = new System.Drawing.Point(4, 22);
     this.tabConsole.Name     = "tabConsole";
     this.tabConsole.Padding  = new System.Windows.Forms.Padding(3);
     this.tabConsole.Size     = new System.Drawing.Size(696, 391);
     this.tabConsole.TabIndex = 4;
     this.tabConsole.Text     = "Console";
     this.tabConsole.UseVisualStyleBackColor = true;
     //
     // Console
     //
     this.Console.BackColor = System.Drawing.Color.DarkGray;
     this.Console.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.Console.ForeColor = System.Drawing.Color.White;
     this.Console.Location  = new System.Drawing.Point(3, 3);
     this.Console.Name      = "Console";
     this.Console.Size      = new System.Drawing.Size(690, 385);
     this.Console.TabIndex  = 0;
     this.Console.Text      = "";
     //
     // openFileDialog
     //
     this.openFileDialog.DefaultExt = "rar";
     this.openFileDialog.Filter     = "Script package|*.rar";
     this.openFileDialog.Title      = "Choose a Script Package";
     //
     // discordToolStripMenuItem
     //
     this.discordToolStripMenuItem.Name   = "discordToolStripMenuItem";
     this.discordToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.discordToolStripMenuItem.Text   = "Discord";
     this.discordToolStripMenuItem.Click += new System.EventHandler(this.discordToolStripMenuItem_Click);
     //
     // TheseScripts
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(704, 441);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.ToolBar);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.ToolBar;
     this.MinimumSize   = new System.Drawing.Size(720, 480);
     this.Name          = "TheseScripts";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "TheseScripts";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.TheseScripts_FormClosing);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.TheseScripts_FormClosed);
     this.ToolBar.ResumeLayout(false);
     this.ToolBar.PerformLayout();
     this.tabControl.ResumeLayout(false);
     this.tabMapInformations.ResumeLayout(false);
     this.MapInformations_Menu.ResumeLayout(false);
     this.tabScriptsImporter.ResumeLayout(false);
     this.ScriptsImporter_Menu.ResumeLayout(false);
     this.tabOpenUserMap.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tabConsole.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Erros Sintáticos", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Erros Semânticos", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Avisos", System.Windows.Forms.HorizontalAlignment.Left);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IDE));
            this.MenuPrincipal = new System.Windows.Forms.MenuStrip();
            this.MenuArquivo = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuNovo = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuAbrir = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.MenuSalvar = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuSalvarComo = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuSair = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuEditar = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuRecortar = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuCopiar = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuColar = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuSelecionarTudo = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuAlgoritmo = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuAnalisar = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuExecutar = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuInterromper = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuConverter = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuAjuda = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuSobre = new System.Windows.Forms.ToolStripMenuItem();
            this.BarraFerramentas = new System.Windows.Forms.ToolStrip();
            this.BotaoFerrametaNovo = new System.Windows.Forms.ToolStripButton();
            this.BotaoFerramentaAbrir = new System.Windows.Forms.ToolStripButton();
            this.BotaoFerramentaSalvar = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.BotaoFerramentaRecortar = new System.Windows.Forms.ToolStripButton();
            this.BotaoFerramentaCopiar = new System.Windows.Forms.ToolStripButton();
            this.BotaoFerramentaColar = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.BotaoFerramentaAnalisar = new System.Windows.Forms.ToolStripButton();
            this.BotaoFerramentaExecutar = new System.Windows.Forms.ToolStripButton();
            this.BotaoFerramentaInterromper = new System.Windows.Forms.ToolStripButton();
            this.BotaoFerramentaConverter = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.BotaoFerramentaSobre = new System.Windows.Forms.ToolStripButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.SeparadorLayout = new System.Windows.Forms.SplitContainer();
            this.Editor = new System.Windows.Forms.RichTextBox();
            this.ListaMensagens = new System.Windows.Forms.ListView();
            this.ColunaIcone = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ColunaMensagem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ColunaLinha = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ColunaColuna = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ListaIcones = new System.Windows.Forms.ImageList(this.components);
            this.MenuPrincipal.SuspendLayout();
            this.BarraFerramentas.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.SeparadorLayout)).BeginInit();
            this.SeparadorLayout.Panel1.SuspendLayout();
            this.SeparadorLayout.Panel2.SuspendLayout();
            this.SeparadorLayout.SuspendLayout();
            this.SuspendLayout();
            // 
            // MenuPrincipal
            // 
            this.MenuPrincipal.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuArquivo,
            this.MenuEditar,
            this.MenuAlgoritmo,
            this.MenuAjuda});
            this.MenuPrincipal.Location = new System.Drawing.Point(0, 0);
            this.MenuPrincipal.Name = "MenuPrincipal";
            this.MenuPrincipal.Size = new System.Drawing.Size(670, 24);
            this.MenuPrincipal.TabIndex = 0;
            // 
            // MenuArquivo
            // 
            this.MenuArquivo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuNovo,
            this.MenuAbrir,
            this.toolStripSeparator,
            this.MenuSalvar,
            this.MenuSalvarComo,
            this.toolStripSeparator1,
            this.MenuSair});
            this.MenuArquivo.Name = "MenuArquivo";
            this.MenuArquivo.Size = new System.Drawing.Size(61, 20);
            this.MenuArquivo.Text = "&Arquivo";
            // 
            // MenuNovo
            // 
            this.MenuNovo.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeNovo;
            this.MenuNovo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuNovo.Name = "MenuNovo";
            this.MenuNovo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.MenuNovo.Size = new System.Drawing.Size(152, 22);
            this.MenuNovo.Text = "&Novo";
            // 
            // MenuAbrir
            // 
            this.MenuAbrir.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeAbrir;
            this.MenuAbrir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuAbrir.Name = "MenuAbrir";
            this.MenuAbrir.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
            this.MenuAbrir.Size = new System.Drawing.Size(152, 22);
            this.MenuAbrir.Text = "&Abrir";
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(149, 6);
            // 
            // MenuSalvar
            // 
            this.MenuSalvar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeSalvar;
            this.MenuSalvar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuSalvar.Name = "MenuSalvar";
            this.MenuSalvar.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.MenuSalvar.Size = new System.Drawing.Size(152, 22);
            this.MenuSalvar.Text = "&Salvar";
            // 
            // MenuSalvarComo
            // 
            this.MenuSalvarComo.Name = "MenuSalvarComo";
            this.MenuSalvarComo.Size = new System.Drawing.Size(152, 22);
            this.MenuSalvarComo.Text = "Salvar Co&mo";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
            // 
            // MenuSair
            // 
            this.MenuSair.Name = "MenuSair";
            this.MenuSair.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
            this.MenuSair.Size = new System.Drawing.Size(152, 22);
            this.MenuSair.Text = "Sa&ir";
            this.MenuSair.Click += new System.EventHandler(this.Sair);
            // 
            // MenuEditar
            // 
            this.MenuEditar.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuRecortar,
            this.MenuCopiar,
            this.MenuColar,
            this.toolStripSeparator4,
            this.MenuSelecionarTudo});
            this.MenuEditar.Name = "MenuEditar";
            this.MenuEditar.Size = new System.Drawing.Size(49, 20);
            this.MenuEditar.Text = "&Editar";
            // 
            // MenuRecortar
            // 
            this.MenuRecortar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeRecortar;
            this.MenuRecortar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuRecortar.Name = "MenuRecortar";
            this.MenuRecortar.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.MenuRecortar.Size = new System.Drawing.Size(200, 22);
            this.MenuRecortar.Text = "&Recortar";
            this.MenuRecortar.Click += new System.EventHandler(this.Recortar);
            // 
            // MenuCopiar
            // 
            this.MenuCopiar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeCopiar;
            this.MenuCopiar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuCopiar.Name = "MenuCopiar";
            this.MenuCopiar.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.MenuCopiar.Size = new System.Drawing.Size(200, 22);
            this.MenuCopiar.Text = "&Copiar";
            this.MenuCopiar.Click += new System.EventHandler(this.Copiar);
            // 
            // MenuColar
            // 
            this.MenuColar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeColar;
            this.MenuColar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuColar.Name = "MenuColar";
            this.MenuColar.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.MenuColar.Size = new System.Drawing.Size(200, 22);
            this.MenuColar.Text = "Co&lar";
            this.MenuColar.Click += new System.EventHandler(this.Colar);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(197, 6);
            // 
            // MenuSelecionarTudo
            // 
            this.MenuSelecionarTudo.Name = "MenuSelecionarTudo";
            this.MenuSelecionarTudo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
            this.MenuSelecionarTudo.Size = new System.Drawing.Size(200, 22);
            this.MenuSelecionarTudo.Text = "Selecionar &Tudo";
            // 
            // MenuAlgoritmo
            // 
            this.MenuAlgoritmo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuAnalisar,
            this.toolStripSeparator6,
            this.MenuExecutar,
            this.MenuInterromper,
            this.MenuConverter});
            this.MenuAlgoritmo.Name = "MenuAlgoritmo";
            this.MenuAlgoritmo.Size = new System.Drawing.Size(73, 20);
            this.MenuAlgoritmo.Text = "Al&goritmo";
            // 
            // MenuAnalisar
            // 
            this.MenuAnalisar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeAnalisar;
            this.MenuAnalisar.Name = "MenuAnalisar";
            this.MenuAnalisar.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
            this.MenuAnalisar.Size = new System.Drawing.Size(177, 22);
            this.MenuAnalisar.Text = "Analisar";
            this.MenuAnalisar.Click += new System.EventHandler(this.Analisar);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(174, 6);
            // 
            // MenuExecutar
            // 
            this.MenuExecutar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeExecutar;
            this.MenuExecutar.Name = "MenuExecutar";
            this.MenuExecutar.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
            this.MenuExecutar.Size = new System.Drawing.Size(177, 22);
            this.MenuExecutar.Text = "&Executar";
            this.MenuExecutar.Click += new System.EventHandler(this.Executar);
            // 
            // MenuInterromper
            // 
            this.MenuInterromper.Enabled = false;
            this.MenuInterromper.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeInterromper;
            this.MenuInterromper.Name = "MenuInterromper";
            this.MenuInterromper.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
            this.MenuInterromper.Size = new System.Drawing.Size(177, 22);
            this.MenuInterromper.Text = "&Interromper";
            this.MenuInterromper.Click += new System.EventHandler(this.Interromper);
            // 
            // MenuConverter
            // 
            this.MenuConverter.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeConverter;
            this.MenuConverter.Name = "MenuConverter";
            this.MenuConverter.Size = new System.Drawing.Size(177, 22);
            this.MenuConverter.Text = "Converter para Java";
            this.MenuConverter.Click += new System.EventHandler(this.ConverterParaJava);
            // 
            // MenuAjuda
            // 
            this.MenuAjuda.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuSobre});
            this.MenuAjuda.Name = "MenuAjuda";
            this.MenuAjuda.Size = new System.Drawing.Size(50, 20);
            this.MenuAjuda.Text = "A&juda";
            // 
            // MenuSobre
            // 
            this.MenuSobre.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeSobre;
            this.MenuSobre.Name = "MenuSobre";
            this.MenuSobre.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)));
            this.MenuSobre.Size = new System.Drawing.Size(145, 22);
            this.MenuSobre.Text = "So&bre";
            // 
            // BarraFerramentas
            // 
            this.BarraFerramentas.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.BarraFerramentas.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.BotaoFerrametaNovo,
            this.BotaoFerramentaAbrir,
            this.BotaoFerramentaSalvar,
            this.toolStripSeparator2,
            this.BotaoFerramentaRecortar,
            this.BotaoFerramentaCopiar,
            this.BotaoFerramentaColar,
            this.toolStripSeparator3,
            this.BotaoFerramentaAnalisar,
            this.BotaoFerramentaExecutar,
            this.BotaoFerramentaInterromper,
            this.BotaoFerramentaConverter,
            this.toolStripSeparator5,
            this.BotaoFerramentaSobre});
            this.BarraFerramentas.Location = new System.Drawing.Point(0, 24);
            this.BarraFerramentas.Name = "BarraFerramentas";
            this.BarraFerramentas.Size = new System.Drawing.Size(670, 25);
            this.BarraFerramentas.TabIndex = 1;
            // 
            // BotaoFerrametaNovo
            // 
            this.BotaoFerrametaNovo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.BotaoFerrametaNovo.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeNovo;
            this.BotaoFerrametaNovo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.BotaoFerrametaNovo.Name = "BotaoFerrametaNovo";
            this.BotaoFerrametaNovo.Size = new System.Drawing.Size(23, 22);
            this.BotaoFerrametaNovo.ToolTipText = "Novo";
            // 
            // BotaoFerramentaAbrir
            // 
            this.BotaoFerramentaAbrir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.BotaoFerramentaAbrir.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeAbrir;
            this.BotaoFerramentaAbrir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.BotaoFerramentaAbrir.Name = "BotaoFerramentaAbrir";
            this.BotaoFerramentaAbrir.Size = new System.Drawing.Size(23, 22);
            this.BotaoFerramentaAbrir.ToolTipText = "Abrir";
            // 
            // BotaoFerramentaSalvar
            // 
            this.BotaoFerramentaSalvar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.BotaoFerramentaSalvar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeSalvar;
            this.BotaoFerramentaSalvar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.BotaoFerramentaSalvar.Name = "BotaoFerramentaSalvar";
            this.BotaoFerramentaSalvar.Size = new System.Drawing.Size(23, 22);
            this.BotaoFerramentaSalvar.ToolTipText = "Salvar";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // BotaoFerramentaRecortar
            // 
            this.BotaoFerramentaRecortar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.BotaoFerramentaRecortar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeRecortar;
            this.BotaoFerramentaRecortar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.BotaoFerramentaRecortar.Name = "BotaoFerramentaRecortar";
            this.BotaoFerramentaRecortar.Size = new System.Drawing.Size(23, 22);
            this.BotaoFerramentaRecortar.ToolTipText = "Recortar";
            this.BotaoFerramentaRecortar.Click += new System.EventHandler(this.Recortar);
            // 
            // BotaoFerramentaCopiar
            // 
            this.BotaoFerramentaCopiar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.BotaoFerramentaCopiar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeCopiar;
            this.BotaoFerramentaCopiar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.BotaoFerramentaCopiar.Name = "BotaoFerramentaCopiar";
            this.BotaoFerramentaCopiar.Size = new System.Drawing.Size(23, 22);
            this.BotaoFerramentaCopiar.ToolTipText = "Copiar";
            this.BotaoFerramentaCopiar.Click += new System.EventHandler(this.Copiar);
            // 
            // BotaoFerramentaColar
            // 
            this.BotaoFerramentaColar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.BotaoFerramentaColar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeColar;
            this.BotaoFerramentaColar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.BotaoFerramentaColar.Name = "BotaoFerramentaColar";
            this.BotaoFerramentaColar.Size = new System.Drawing.Size(23, 22);
            this.BotaoFerramentaColar.ToolTipText = "Colar";
            this.BotaoFerramentaColar.Click += new System.EventHandler(this.Colar);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // BotaoFerramentaAnalisar
            // 
            this.BotaoFerramentaAnalisar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.BotaoFerramentaAnalisar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeAnalisar;
            this.BotaoFerramentaAnalisar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.BotaoFerramentaAnalisar.Name = "BotaoFerramentaAnalisar";
            this.BotaoFerramentaAnalisar.Size = new System.Drawing.Size(23, 22);
            this.BotaoFerramentaAnalisar.ToolTipText = "Analisar";
            this.BotaoFerramentaAnalisar.Click += new System.EventHandler(this.Analisar);
            // 
            // BotaoFerramentaExecutar
            // 
            this.BotaoFerramentaExecutar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.BotaoFerramentaExecutar.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeExecutar;
            this.BotaoFerramentaExecutar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.BotaoFerramentaExecutar.Name = "BotaoFerramentaExecutar";
            this.BotaoFerramentaExecutar.Size = new System.Drawing.Size(23, 22);
            this.BotaoFerramentaExecutar.ToolTipText = "Executar";
            this.BotaoFerramentaExecutar.Click += new System.EventHandler(this.Executar);
            // 
            // BotaoFerramentaInterromper
            // 
            this.BotaoFerramentaInterromper.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.BotaoFerramentaInterromper.Enabled = false;
            this.BotaoFerramentaInterromper.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeInterromper;
            this.BotaoFerramentaInterromper.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.BotaoFerramentaInterromper.Name = "BotaoFerramentaInterromper";
            this.BotaoFerramentaInterromper.Size = new System.Drawing.Size(23, 22);
            this.BotaoFerramentaInterromper.ToolTipText = "Interromper";
            this.BotaoFerramentaInterromper.Click += new System.EventHandler(this.Interromper);
            // 
            // BotaoFerramentaConverter
            // 
            this.BotaoFerramentaConverter.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.BotaoFerramentaConverter.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeConverter;
            this.BotaoFerramentaConverter.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.BotaoFerramentaConverter.Name = "BotaoFerramentaConverter";
            this.BotaoFerramentaConverter.Size = new System.Drawing.Size(23, 22);
            this.BotaoFerramentaConverter.ToolTipText = "Converter para Java";
            this.BotaoFerramentaConverter.Click += new System.EventHandler(this.ConverterParaJava);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // BotaoFerramentaSobre
            // 
            this.BotaoFerramentaSobre.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.BotaoFerramentaSobre.Image = global::Portugol_Integracao_CSharp_Teste.Properties.Resources.IconeSobre;
            this.BotaoFerramentaSobre.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.BotaoFerramentaSobre.Name = "BotaoFerramentaSobre";
            this.BotaoFerramentaSobre.Size = new System.Drawing.Size(23, 22);
            this.BotaoFerramentaSobre.ToolTipText = "Ajuda";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.SeparadorLayout);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 49);
            this.panel1.Margin = new System.Windows.Forms.Padding(8);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(670, 380);
            this.panel1.TabIndex = 2;
            // 
            // SeparadorLayout
            // 
            this.SeparadorLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.SeparadorLayout.Location = new System.Drawing.Point(0, 0);
            this.SeparadorLayout.Name = "SeparadorLayout";
            this.SeparadorLayout.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // SeparadorLayout.Panel1
            // 
            this.SeparadorLayout.Panel1.Controls.Add(this.Editor);
            // 
            // SeparadorLayout.Panel2
            // 
            this.SeparadorLayout.Panel2.Controls.Add(this.ListaMensagens);
            this.SeparadorLayout.Size = new System.Drawing.Size(670, 380);
            this.SeparadorLayout.SplitterDistance = 265;
            this.SeparadorLayout.SplitterWidth = 8;
            this.SeparadorLayout.TabIndex = 0;
            // 
            // Editor
            // 
            this.Editor.AcceptsTab = true;
            this.Editor.BulletIndent = 5;
            this.Editor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Editor.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Editor.Location = new System.Drawing.Point(0, 0);
            this.Editor.Name = "Editor";
            this.Editor.Size = new System.Drawing.Size(670, 265);
            this.Editor.TabIndex = 0;
            this.Editor.Text = "";
            this.Editor.WordWrap = false;
            // 
            // ListaMensagens
            // 
            this.ListaMensagens.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this.ListaMensagens.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.ColunaIcone,
            this.ColunaMensagem,
            this.ColunaLinha,
            this.ColunaColuna});
            this.ListaMensagens.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ListaMensagens.FullRowSelect = true;
            this.ListaMensagens.GridLines = true;
            listViewGroup1.Header = "Erros Sintáticos";
            listViewGroup1.Name = "ErrosSintaticos";
            listViewGroup2.Header = "Erros Semânticos";
            listViewGroup2.Name = "ErrosSemanticos";
            listViewGroup3.Header = "Avisos";
            listViewGroup3.Name = "Avisos";
            this.ListaMensagens.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2,
            listViewGroup3});
            this.ListaMensagens.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.ListaMensagens.LabelWrap = false;
            this.ListaMensagens.LargeImageList = this.ListaIcones;
            this.ListaMensagens.Location = new System.Drawing.Point(0, 0);
            this.ListaMensagens.MultiSelect = false;
            this.ListaMensagens.Name = "ListaMensagens";
            this.ListaMensagens.Size = new System.Drawing.Size(670, 107);
            this.ListaMensagens.SmallImageList = this.ListaIcones;
            this.ListaMensagens.TabIndex = 0;
            this.ListaMensagens.UseCompatibleStateImageBehavior = false;
            this.ListaMensagens.View = System.Windows.Forms.View.Details;
            this.ListaMensagens.ItemActivate += new System.EventHandler(this.DestacarErroNoCodigoFonte);
            // 
            // ColunaIcone
            // 
            this.ColunaIcone.Text = "";
            this.ColunaIcone.Width = 30;
            // 
            // ColunaMensagem
            // 
            this.ColunaMensagem.Text = "Mensagem";
            this.ColunaMensagem.Width = 64;
            // 
            // ColunaLinha
            // 
            this.ColunaLinha.Text = "Linha";
            this.ColunaLinha.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // ColunaColuna
            // 
            this.ColunaColuna.Text = "Coluna";
            this.ColunaColuna.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // ListaIcones
            // 
            this.ListaIcones.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ListaIcones.ImageStream")));
            this.ListaIcones.TransparentColor = System.Drawing.Color.Transparent;
            this.ListaIcones.Images.SetKeyName(0, "IconeAviso");
            this.ListaIcones.Images.SetKeyName(1, "IconeErro");
            // 
            // IDE
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(670, 429);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.BarraFerramentas);
            this.Controls.Add(this.MenuPrincipal);
            this.MainMenuStrip = this.MenuPrincipal;
            this.Name = "IDE";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Teste de Integração";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Shown += new System.EventHandler(this.IDE_Shown);
            this.Resize += new System.EventHandler(this.Redimensionar);
            this.MenuPrincipal.ResumeLayout(false);
            this.MenuPrincipal.PerformLayout();
            this.BarraFerramentas.ResumeLayout(false);
            this.BarraFerramentas.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.SeparadorLayout.Panel1.ResumeLayout(false);
            this.SeparadorLayout.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.SeparadorLayout)).EndInit();
            this.SeparadorLayout.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Found", System.Windows.Forms.HorizontalAlignment.Left);
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(PreviewForm));
     this.entitiesTabPage          = new System.Windows.Forms.TabPage();
     this.modelPropertyGrid        = new System.Windows.Forms.PropertyGrid();
     this.entitiesTreeView         = new System.Windows.Forms.TreeView();
     this.exportEntityButton       = new System.Windows.Forms.Button();
     this.menusTabControl          = new System.Windows.Forms.TabControl();
     this.bitmapsTabPage           = new System.Windows.Forms.TabPage();
     this.texturesListView         = new System.Windows.Forms.ListView();
     this.thumbsImageList          = new System.Windows.Forms.ImageList(this.components);
     this.texturePropertyGrid      = new System.Windows.Forms.PropertyGrid();
     this.drawToVRAMButton         = new System.Windows.Forms.Button();
     this.texturePanel             = new System.Windows.Forms.Panel();
     this.texturePreviewPictureBox = new System.Windows.Forms.PictureBox();
     this.exportBitmapButton       = new System.Windows.Forms.Button();
     this.vramTabPage           = new System.Windows.Forms.TabPage();
     this.btnClearPage          = new System.Windows.Forms.Button();
     this.vramPageLabel         = new System.Windows.Forms.Label();
     this.vramComboBox          = new System.Windows.Forms.ComboBox();
     this.vramPagePictureBox    = new System.Windows.Forms.PictureBox();
     this.animationsTabPage     = new System.Windows.Forms.TabPage();
     this.animationPlayButton   = new System.Windows.Forms.Button();
     this.animationPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.animationsTreeView    = new System.Windows.Forms.TreeView();
     this.cmsModelExport        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miOBJ         = new System.Windows.Forms.ToolStripMenuItem();
     this.miOBJVC       = new System.Windows.Forms.ToolStripMenuItem();
     this.miOBJMerged   = new System.Windows.Forms.ToolStripMenuItem();
     this.miOBJVCMerged = new System.Windows.Forms.ToolStripMenuItem();
     this.exportSelectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuStrip                    = new System.Windows.Forms.MenuStrip();
     this.modelsToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.wireframeToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.showGizmosToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.showBoundsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.texturesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.exportSelectedToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.drawToVRAMToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.findByPageToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.clearSearchToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.vRAMToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.clearPageToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.clearAllPagesToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.showUVToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.animationsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.showSkeletonToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.entitiesTabPage.SuspendLayout();
     this.menusTabControl.SuspendLayout();
     this.bitmapsTabPage.SuspendLayout();
     this.texturePanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.texturePreviewPictureBox)).BeginInit();
     this.vramTabPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vramPagePictureBox)).BeginInit();
     this.animationsTabPage.SuspendLayout();
     this.cmsModelExport.SuspendLayout();
     this.mainMenuStrip.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // entitiesTabPage
     //
     this.entitiesTabPage.Controls.Add(this.modelPropertyGrid);
     this.entitiesTabPage.Controls.Add(this.entitiesTreeView);
     this.entitiesTabPage.Controls.Add(this.exportEntityButton);
     this.entitiesTabPage.Location = new System.Drawing.Point(4, 22);
     this.entitiesTabPage.Name     = "entitiesTabPage";
     this.entitiesTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.entitiesTabPage.Size     = new System.Drawing.Size(940, 601);
     this.entitiesTabPage.TabIndex = 0;
     this.entitiesTabPage.Text     = "Models";
     this.entitiesTabPage.UseVisualStyleBackColor = true;
     //
     // modelPropertyGrid
     //
     this.modelPropertyGrid.HelpVisible           = false;
     this.modelPropertyGrid.Location              = new System.Drawing.Point(1, 406);
     this.modelPropertyGrid.Name                  = "modelPropertyGrid";
     this.modelPropertyGrid.PropertySort          = System.Windows.Forms.PropertySort.NoSort;
     this.modelPropertyGrid.Size                  = new System.Drawing.Size(175, 157);
     this.modelPropertyGrid.TabIndex              = 14;
     this.modelPropertyGrid.ToolbarVisible        = false;
     this.modelPropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.modelPropertyGrid_PropertyValueChanged);
     //
     // entitiesTreeView
     //
     this.entitiesTreeView.CheckBoxes    = true;
     this.entitiesTreeView.HideSelection = false;
     this.entitiesTreeView.Location      = new System.Drawing.Point(1, 3);
     this.entitiesTreeView.Name          = "entitiesTreeView";
     this.entitiesTreeView.Size          = new System.Drawing.Size(175, 399);
     this.entitiesTreeView.TabIndex      = 9;
     this.entitiesTreeView.AfterCheck   += new System.Windows.Forms.TreeViewEventHandler(this.entitiesTreeView_AfterCheck);
     this.entitiesTreeView.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.entitiesTreeView_AfterSelect);
     //
     // exportEntityButton
     //
     this.exportEntityButton.Location = new System.Drawing.Point(0, 566);
     this.exportEntityButton.Name     = "exportEntityButton";
     this.exportEntityButton.Size     = new System.Drawing.Size(177, 34);
     this.exportEntityButton.TabIndex = 8;
     this.exportEntityButton.Text     = "Export Checked Models";
     this.exportEntityButton.UseVisualStyleBackColor = true;
     this.exportEntityButton.Click += new System.EventHandler(this.exportEntityButton_Click);
     //
     // menusTabControl
     //
     this.menusTabControl.Controls.Add(this.entitiesTabPage);
     this.menusTabControl.Controls.Add(this.bitmapsTabPage);
     this.menusTabControl.Controls.Add(this.vramTabPage);
     this.menusTabControl.Controls.Add(this.animationsTabPage);
     this.menusTabControl.Location              = new System.Drawing.Point(0, 24);
     this.menusTabControl.Name                  = "menusTabControl";
     this.menusTabControl.SelectedIndex         = 0;
     this.menusTabControl.Size                  = new System.Drawing.Size(948, 627);
     this.menusTabControl.TabIndex              = 3;
     this.menusTabControl.SelectedIndexChanged += new System.EventHandler(this.menusTabControl_SelectedIndexChanged);
     //
     // bitmapsTabPage
     //
     this.bitmapsTabPage.Controls.Add(this.texturesListView);
     this.bitmapsTabPage.Controls.Add(this.texturePropertyGrid);
     this.bitmapsTabPage.Controls.Add(this.drawToVRAMButton);
     this.bitmapsTabPage.Controls.Add(this.texturePanel);
     this.bitmapsTabPage.Controls.Add(this.exportBitmapButton);
     this.bitmapsTabPage.Location = new System.Drawing.Point(4, 22);
     this.bitmapsTabPage.Name     = "bitmapsTabPage";
     this.bitmapsTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.bitmapsTabPage.Size     = new System.Drawing.Size(940, 601);
     this.bitmapsTabPage.TabIndex = 1;
     this.bitmapsTabPage.Text     = "Textures";
     this.bitmapsTabPage.UseVisualStyleBackColor = true;
     //
     // texturesListView
     //
     listViewGroup1.Header = "Found";
     listViewGroup1.Name   = "foundListViewGroup";
     this.texturesListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1
     });
     this.texturesListView.HideSelection  = false;
     this.texturesListView.LargeImageList = this.thumbsImageList;
     this.texturesListView.Location       = new System.Drawing.Point(1, 3);
     this.texturesListView.Name           = "texturesListView";
     this.texturesListView.Size           = new System.Drawing.Size(175, 355);
     this.texturesListView.TabIndex       = 16;
     this.texturesListView.UseCompatibleStateImageBehavior = false;
     this.texturesListView.SelectedIndexChanged           += new System.EventHandler(this.texturesListView_SelectedIndexChanged);
     //
     // thumbsImageList
     //
     this.thumbsImageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.thumbsImageList.ImageSize        = new System.Drawing.Size(64, 64);
     this.thumbsImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // texturePropertyGrid
     //
     this.texturePropertyGrid.HelpVisible           = false;
     this.texturePropertyGrid.Location              = new System.Drawing.Point(1, 362);
     this.texturePropertyGrid.Name                  = "texturePropertyGrid";
     this.texturePropertyGrid.PropertySort          = System.Windows.Forms.PropertySort.NoSort;
     this.texturePropertyGrid.Size                  = new System.Drawing.Size(175, 165);
     this.texturePropertyGrid.TabIndex              = 15;
     this.texturePropertyGrid.ToolbarVisible        = false;
     this.texturePropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.texturePropertyGrid_PropertyValueChanged);
     //
     // drawToVRAMButton
     //
     this.drawToVRAMButton.Location = new System.Drawing.Point(0, 566);
     this.drawToVRAMButton.Name     = "drawToVRAMButton";
     this.drawToVRAMButton.Size     = new System.Drawing.Size(177, 34);
     this.drawToVRAMButton.TabIndex = 13;
     this.drawToVRAMButton.Text     = "Draw to VRAM";
     this.drawToVRAMButton.UseVisualStyleBackColor = true;
     this.drawToVRAMButton.Click += new System.EventHandler(this.drawToVRAMButton_Click);
     //
     // texturePanel
     //
     this.texturePanel.AutoScroll = true;
     this.texturePanel.Controls.Add(this.texturePreviewPictureBox);
     this.texturePanel.Location = new System.Drawing.Point(180, 3);
     this.texturePanel.Name     = "texturePanel";
     this.texturePanel.Size     = new System.Drawing.Size(758, 596);
     this.texturePanel.TabIndex = 11;
     //
     // texturePreviewPictureBox
     //
     this.texturePreviewPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.texturePreviewPictureBox.Location    = new System.Drawing.Point(0, 0);
     this.texturePreviewPictureBox.Name        = "texturePreviewPictureBox";
     this.texturePreviewPictureBox.Size        = new System.Drawing.Size(256, 256);
     this.texturePreviewPictureBox.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.texturePreviewPictureBox.TabIndex    = 9;
     this.texturePreviewPictureBox.TabStop     = false;
     //
     // exportBitmapButton
     //
     this.exportBitmapButton.Location = new System.Drawing.Point(0, 530);
     this.exportBitmapButton.Name     = "exportBitmapButton";
     this.exportBitmapButton.Size     = new System.Drawing.Size(177, 34);
     this.exportBitmapButton.TabIndex = 9;
     this.exportBitmapButton.Text     = "Export Selected Textures";
     this.exportBitmapButton.UseVisualStyleBackColor = true;
     this.exportBitmapButton.Click += new System.EventHandler(this.exportBitmapButton_Click);
     //
     // vramTabPage
     //
     this.vramTabPage.Controls.Add(this.btnClearPage);
     this.vramTabPage.Controls.Add(this.vramPageLabel);
     this.vramTabPage.Controls.Add(this.vramComboBox);
     this.vramTabPage.Controls.Add(this.vramPagePictureBox);
     this.vramTabPage.Location = new System.Drawing.Point(4, 22);
     this.vramTabPage.Name     = "vramTabPage";
     this.vramTabPage.Size     = new System.Drawing.Size(940, 601);
     this.vramTabPage.TabIndex = 2;
     this.vramTabPage.Text     = "VRAM";
     this.vramTabPage.UseVisualStyleBackColor = true;
     //
     // btnClearPage
     //
     this.btnClearPage.Location = new System.Drawing.Point(177, 20);
     this.btnClearPage.Name     = "btnClearPage";
     this.btnClearPage.Size     = new System.Drawing.Size(81, 23);
     this.btnClearPage.TabIndex = 12;
     this.btnClearPage.Text     = "Clear Page";
     this.btnClearPage.UseVisualStyleBackColor = true;
     this.btnClearPage.Click += new System.EventHandler(this.btnClearPage_Click);
     //
     // vramPageLabel
     //
     this.vramPageLabel.AutoSize = true;
     this.vramPageLabel.Location = new System.Drawing.Point(-1, 3);
     this.vramPageLabel.Name     = "vramPageLabel";
     this.vramPageLabel.Size     = new System.Drawing.Size(66, 13);
     this.vramPageLabel.TabIndex = 11;
     this.vramPageLabel.Text     = "VRAM Page";
     //
     // vramComboBox
     //
     this.vramComboBox.FormattingEnabled = true;
     this.vramComboBox.Items.AddRange(new object[] {
         "0",
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10",
         "11",
         "12",
         "13",
         "14",
         "15",
         "16",
         "17",
         "18",
         "19",
         "20",
         "21",
         "22",
         "23",
         "24",
         "25",
         "26",
         "27",
         "28",
         "29",
         "30",
         "31"
     });
     this.vramComboBox.Location              = new System.Drawing.Point(1, 21);
     this.vramComboBox.Name                  = "vramComboBox";
     this.vramComboBox.Size                  = new System.Drawing.Size(172, 21);
     this.vramComboBox.TabIndex              = 10;
     this.vramComboBox.Text                  = "Select";
     this.vramComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // vramPagePictureBox
     //
     this.vramPagePictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.vramPagePictureBox.Location    = new System.Drawing.Point(1, 47);
     this.vramPagePictureBox.Name        = "vramPagePictureBox";
     this.vramPagePictureBox.Size        = new System.Drawing.Size(256, 256);
     this.vramPagePictureBox.TabIndex    = 9;
     this.vramPagePictureBox.TabStop     = false;
     this.vramPagePictureBox.Paint      += new System.Windows.Forms.PaintEventHandler(this.vramPagePictureBox_Paint);
     //
     // animationsTabPage
     //
     this.animationsTabPage.Controls.Add(this.animationPlayButton);
     this.animationsTabPage.Controls.Add(this.animationPropertyGrid);
     this.animationsTabPage.Controls.Add(this.animationsTreeView);
     this.animationsTabPage.Location = new System.Drawing.Point(4, 22);
     this.animationsTabPage.Name     = "animationsTabPage";
     this.animationsTabPage.Size     = new System.Drawing.Size(940, 601);
     this.animationsTabPage.TabIndex = 3;
     this.animationsTabPage.Text     = "Animations";
     this.animationsTabPage.UseVisualStyleBackColor = true;
     //
     // animationPlayButton
     //
     this.animationPlayButton.Enabled  = false;
     this.animationPlayButton.Location = new System.Drawing.Point(0, 566);
     this.animationPlayButton.Name     = "animationPlayButton";
     this.animationPlayButton.Size     = new System.Drawing.Size(177, 34);
     this.animationPlayButton.TabIndex = 16;
     this.animationPlayButton.Text     = "Play Animation";
     this.animationPlayButton.UseVisualStyleBackColor = true;
     this.animationPlayButton.Click += new System.EventHandler(this.animationPlayButton_Click);
     //
     // animationPropertyGrid
     //
     this.animationPropertyGrid.HelpVisible           = false;
     this.animationPropertyGrid.Location              = new System.Drawing.Point(1, 399);
     this.animationPropertyGrid.Name                  = "animationPropertyGrid";
     this.animationPropertyGrid.PropertySort          = System.Windows.Forms.PropertySort.NoSort;
     this.animationPropertyGrid.Size                  = new System.Drawing.Size(175, 164);
     this.animationPropertyGrid.TabIndex              = 15;
     this.animationPropertyGrid.ToolbarVisible        = false;
     this.animationPropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.animationPropertyGrid_PropertyValueChanged);
     //
     // animationsTreeView
     //
     this.animationsTreeView.CheckBoxes    = true;
     this.animationsTreeView.HideSelection = false;
     this.animationsTreeView.Location      = new System.Drawing.Point(1, 3);
     this.animationsTreeView.Name          = "animationsTreeView";
     this.animationsTreeView.Size          = new System.Drawing.Size(175, 390);
     this.animationsTreeView.TabIndex      = 10;
     this.animationsTreeView.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.animationsTreeView_AfterSelect);
     //
     // cmsModelExport
     //
     this.cmsModelExport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miOBJ,
         this.miOBJVC,
         this.miOBJMerged,
         this.miOBJVCMerged
     });
     this.cmsModelExport.Name         = "cmsModelExport";
     this.cmsModelExport.OwnerItem    = this.exportSelectedToolStripMenuItem;
     this.cmsModelExport.RenderMode   = System.Windows.Forms.ToolStripRenderMode.System;
     this.cmsModelExport.Size         = new System.Drawing.Size(347, 92);
     this.cmsModelExport.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.cmsModelExport_ItemClicked);
     //
     // miOBJ
     //
     this.miOBJ.Name = "miOBJ";
     this.miOBJ.Size = new System.Drawing.Size(346, 22);
     this.miOBJ.Text = "Wavefront .OBJ (Accepts Groups)";
     //
     // miOBJVC
     //
     this.miOBJVC.Name = "miOBJVC";
     this.miOBJVC.Size = new System.Drawing.Size(346, 22);
     this.miOBJVC.Text = "Wavefront .OBJ (Experimental Vertex Color)";
     //
     // miOBJMerged
     //
     this.miOBJMerged.Name = "miOBJMerged";
     this.miOBJMerged.Size = new System.Drawing.Size(346, 22);
     this.miOBJMerged.Text = "Wavefront .OBJ (Merged-Accept Groups)";
     //
     // miOBJVCMerged
     //
     this.miOBJVCMerged.Name = "miOBJVCMerged";
     this.miOBJVCMerged.Size = new System.Drawing.Size(346, 22);
     this.miOBJVCMerged.Text = "Wavefront .OBJ (Merged-Experimental Vertex Color)";
     //
     // exportSelectedToolStripMenuItem
     //
     this.exportSelectedToolStripMenuItem.DropDown = this.cmsModelExport;
     this.exportSelectedToolStripMenuItem.Name     = "exportSelectedToolStripMenuItem";
     this.exportSelectedToolStripMenuItem.Size     = new System.Drawing.Size(154, 22);
     this.exportSelectedToolStripMenuItem.Text     = "Export Selected";
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.modelsToolStripMenuItem,
         this.texturesToolStripMenuItem,
         this.vRAMToolStripMenuItem,
         this.animationsToolStripMenuItem
     });
     this.mainMenuStrip.Location   = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name       = "mainMenuStrip";
     this.mainMenuStrip.Padding    = new System.Windows.Forms.Padding(2);
     this.mainMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.mainMenuStrip.Size       = new System.Drawing.Size(948, 24);
     this.mainMenuStrip.TabIndex   = 5;
     this.mainMenuStrip.Text       = "menuStrip1";
     //
     // modelsToolStripMenuItem
     //
     this.modelsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exportSelectedToolStripMenuItem,
         this.wireframeToolStripMenuItem,
         this.showGizmosToolStripMenuItem,
         this.showBoundsToolStripMenuItem
     });
     this.modelsToolStripMenuItem.Name = "modelsToolStripMenuItem";
     this.modelsToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
     this.modelsToolStripMenuItem.Text = "Models";
     //
     // wireframeToolStripMenuItem
     //
     this.wireframeToolStripMenuItem.CheckOnClick    = true;
     this.wireframeToolStripMenuItem.Name            = "wireframeToolStripMenuItem";
     this.wireframeToolStripMenuItem.Size            = new System.Drawing.Size(154, 22);
     this.wireframeToolStripMenuItem.Text            = "Wireframe";
     this.wireframeToolStripMenuItem.CheckedChanged += new System.EventHandler(this.wireframeToolStripMenuItem_CheckedChanged);
     //
     // showGizmosToolStripMenuItem
     //
     this.showGizmosToolStripMenuItem.Checked      = true;
     this.showGizmosToolStripMenuItem.CheckOnClick = true;
     this.showGizmosToolStripMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.showGizmosToolStripMenuItem.Name         = "showGizmosToolStripMenuItem";
     this.showGizmosToolStripMenuItem.Size         = new System.Drawing.Size(154, 22);
     this.showGizmosToolStripMenuItem.Text         = "Show Gizmos";
     this.showGizmosToolStripMenuItem.Click       += new System.EventHandler(this.showGizmosToolStripMenuItem_Click);
     //
     // showBoundsToolStripMenuItem
     //
     this.showBoundsToolStripMenuItem.Checked      = true;
     this.showBoundsToolStripMenuItem.CheckOnClick = true;
     this.showBoundsToolStripMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.showBoundsToolStripMenuItem.Name         = "showBoundsToolStripMenuItem";
     this.showBoundsToolStripMenuItem.Size         = new System.Drawing.Size(154, 22);
     this.showBoundsToolStripMenuItem.Text         = "Show Bounds";
     this.showBoundsToolStripMenuItem.Click       += new System.EventHandler(this.showBoundsToolStripMenuItem_Click);
     //
     // texturesToolStripMenuItem
     //
     this.texturesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exportSelectedToolStripMenuItem1,
         this.drawToVRAMToolStripMenuItem,
         this.findByPageToolStripMenuItem,
         this.clearSearchToolStripMenuItem
     });
     this.texturesToolStripMenuItem.Name = "texturesToolStripMenuItem";
     this.texturesToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
     this.texturesToolStripMenuItem.Text = "Textures";
     //
     // exportSelectedToolStripMenuItem1
     //
     this.exportSelectedToolStripMenuItem1.Name   = "exportSelectedToolStripMenuItem1";
     this.exportSelectedToolStripMenuItem1.Size   = new System.Drawing.Size(154, 22);
     this.exportSelectedToolStripMenuItem1.Text   = "Export Selected";
     this.exportSelectedToolStripMenuItem1.Click += new System.EventHandler(this.exportBitmapButton_Click);
     //
     // drawToVRAMToolStripMenuItem
     //
     this.drawToVRAMToolStripMenuItem.Name   = "drawToVRAMToolStripMenuItem";
     this.drawToVRAMToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.drawToVRAMToolStripMenuItem.Text   = "Draw to VRAM";
     this.drawToVRAMToolStripMenuItem.Click += new System.EventHandler(this.drawToVRAMButton_Click);
     //
     // findByPageToolStripMenuItem
     //
     this.findByPageToolStripMenuItem.Name   = "findByPageToolStripMenuItem";
     this.findByPageToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.findByPageToolStripMenuItem.Text   = "Find by Page";
     this.findByPageToolStripMenuItem.Click += new System.EventHandler(this.findByPageToolStripMenuItem_Click);
     //
     // clearSearchToolStripMenuItem
     //
     this.clearSearchToolStripMenuItem.Name   = "clearSearchToolStripMenuItem";
     this.clearSearchToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.clearSearchToolStripMenuItem.Text   = "Clear Results";
     this.clearSearchToolStripMenuItem.Click += new System.EventHandler(this.clearSearchToolStripMenuItem_Click);
     //
     // vRAMToolStripMenuItem
     //
     this.vRAMToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.clearPageToolStripMenuItem,
         this.clearAllPagesToolStripMenuItem,
         this.showUVToolStripMenuItem
     });
     this.vRAMToolStripMenuItem.Name = "vRAMToolStripMenuItem";
     this.vRAMToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
     this.vRAMToolStripMenuItem.Text = "VRAM";
     //
     // clearPageToolStripMenuItem
     //
     this.clearPageToolStripMenuItem.Name   = "clearPageToolStripMenuItem";
     this.clearPageToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.clearPageToolStripMenuItem.Text   = "Clear Page";
     this.clearPageToolStripMenuItem.Click += new System.EventHandler(this.btnClearPage_Click);
     //
     // clearAllPagesToolStripMenuItem
     //
     this.clearAllPagesToolStripMenuItem.Name   = "clearAllPagesToolStripMenuItem";
     this.clearAllPagesToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.clearAllPagesToolStripMenuItem.Text   = "Clear All Pages";
     this.clearAllPagesToolStripMenuItem.Click += new System.EventHandler(this.clearAllPagesToolStripMenuItem_Click);
     //
     // showUVToolStripMenuItem
     //
     this.showUVToolStripMenuItem.CheckOnClick = true;
     this.showUVToolStripMenuItem.Name         = "showUVToolStripMenuItem";
     this.showUVToolStripMenuItem.Size         = new System.Drawing.Size(152, 22);
     this.showUVToolStripMenuItem.Text         = "Show UV";
     this.showUVToolStripMenuItem.Click       += new System.EventHandler(this.showUVToolStripMenuItem_Click);
     //
     // animationsToolStripMenuItem
     //
     this.animationsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showSkeletonToolStripMenuItem
     });
     this.animationsToolStripMenuItem.Name = "animationsToolStripMenuItem";
     this.animationsToolStripMenuItem.Size = new System.Drawing.Size(80, 20);
     this.animationsToolStripMenuItem.Text = "Animations";
     //
     // showSkeletonToolStripMenuItem
     //
     this.showSkeletonToolStripMenuItem.CheckOnClick    = true;
     this.showSkeletonToolStripMenuItem.Name            = "showSkeletonToolStripMenuItem";
     this.showSkeletonToolStripMenuItem.Size            = new System.Drawing.Size(151, 22);
     this.showSkeletonToolStripMenuItem.Text            = "Show Skeleton";
     this.showSkeletonToolStripMenuItem.CheckedChanged += new System.EventHandler(this.showSkeletonToolStripMenuItem_CheckedChanged);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripProgressBar1,
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 649);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(948, 22);
     this.statusStrip1.TabIndex = 10;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(48, 17);
     this.toolStripStatusLabel1.Text = "Waiting";
     //
     // PreviewForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(948, 671);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.mainMenuStrip);
     this.Controls.Add(this.menusTabControl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip   = this.mainMenuStrip;
     this.MaximizeBox     = false;
     this.Name            = "PreviewForm";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "PSXPrev Alpha 0.9.2";
     this.Load           += new System.EventHandler(this.previewForm_Load);
     this.entitiesTabPage.ResumeLayout(false);
     this.menusTabControl.ResumeLayout(false);
     this.bitmapsTabPage.ResumeLayout(false);
     this.texturePanel.ResumeLayout(false);
     this.texturePanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.texturePreviewPictureBox)).EndInit();
     this.vramTabPage.ResumeLayout(false);
     this.vramTabPage.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vramPagePictureBox)).EndInit();
     this.animationsTabPage.ResumeLayout(false);
     this.cmsModelExport.ResumeLayout(false);
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #25
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.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
            this.DllPathTextBox = new System.Windows.Forms.TextBox();
            this.LoadDllButton = new System.Windows.Forms.Button();
            this.ProcessListView = new System.Windows.Forms.ListView();
            this.RefreshButton = new System.Windows.Forms.Button();
            this.InjectButton = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // DllPathTextBox
            // 
            this.DllPathTextBox.BackColor = System.Drawing.Color.White;
            this.DllPathTextBox.Location = new System.Drawing.Point(12, 12);
            this.DllPathTextBox.Name = "DllPathTextBox";
            this.DllPathTextBox.Size = new System.Drawing.Size(213, 20);
            this.DllPathTextBox.TabIndex = 0;
            // 
            // LoadDllButton
            // 
            this.LoadDllButton.Location = new System.Drawing.Point(231, 10);
            this.LoadDllButton.Name = "LoadDllButton";
            this.LoadDllButton.Size = new System.Drawing.Size(55, 23);
            this.LoadDllButton.TabIndex = 1;
            this.LoadDllButton.Text = "Charger";
            this.LoadDllButton.UseVisualStyleBackColor = true;
            this.LoadDllButton.Click += new System.EventHandler(this.LoadDllButton_Click);
            // 
            // ProcessListView
            // 
            this.ProcessListView.BackColor = System.Drawing.Color.White;
            listViewGroup3.Header = "ListViewGroup";
            listViewGroup3.Name = "listViewGroup3";
            this.ProcessListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup3});
            this.ProcessListView.Location = new System.Drawing.Point(12, 65);
            this.ProcessListView.MultiSelect = false;
            this.ProcessListView.Name = "ProcessListView";
            this.ProcessListView.Size = new System.Drawing.Size(268, 192);
            this.ProcessListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.ProcessListView.TabIndex = 2;
            this.ProcessListView.UseCompatibleStateImageBehavior = false;
            this.ProcessListView.View = System.Windows.Forms.View.List;
            // 
            // RefreshButton
            // 
            this.RefreshButton.Location = new System.Drawing.Point(12, 36);
            this.RefreshButton.Name = "RefreshButton";
            this.RefreshButton.Size = new System.Drawing.Size(74, 23);
            this.RefreshButton.TabIndex = 3;
            this.RefreshButton.Text = "Rafraîchir processus";
            this.RefreshButton.UseVisualStyleBackColor = true;
            this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
            // 
            // InjectButton
            // 
            this.InjectButton.Location = new System.Drawing.Point(92, 36);
            this.InjectButton.Name = "InjectButton";
            this.InjectButton.Size = new System.Drawing.Size(75, 23);
            this.InjectButton.TabIndex = 4;
            this.InjectButton.Text = "Injecter";
            this.InjectButton.UseVisualStyleBackColor = true;
            this.InjectButton.Click += new System.EventHandler(this.InjectButton_Click);
            // 
            // main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(292, 269);
            this.Controls.Add(this.InjectButton);
            this.Controls.Add(this.RefreshButton);
            this.Controls.Add(this.ProcessListView);
            this.Controls.Add(this.LoadDllButton);
            this.Controls.Add(this.DllPathTextBox);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.Name = "main";
            this.Text = "Injection de dll par Misugi";
            this.Load += new System.EventHandler(this.main_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.ListViewGroup         listViewGroup1         = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup         listViewGroup2         = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     this.dataGridView1      = new System.Windows.Forms.DataGridView();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.textBoxTotalProfit = new System.Windows.Forms.TextBox();
     this.textBoxTotalCost   = new System.Windows.Forms.TextBox();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.textBox2           = new System.Windows.Forms.TextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.dataGridView2      = new System.Windows.Forms.DataGridView();
     this.nameItem           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.countSell          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.priceSell          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.priceBuy           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.totalSell          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.allProfit          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.button1            = new System.Windows.Forms.Button();
     this.comboBox2          = new System.Windows.Forms.ComboBox();
     this.comboBox1          = new System.Windows.Forms.ComboBox();
     this.textBox6           = new System.Windows.Forms.TextBox();
     this.textBox5           = new System.Windows.Forms.TextBox();
     this.textBox4           = new System.Windows.Forms.TextBox();
     this.textBox3           = new System.Windows.Forms.TextBox();
     this.label12            = new System.Windows.Forms.Label();
     this.label11            = new System.Windows.Forms.Label();
     this.label10            = new System.Windows.Forms.Label();
     this.label9             = new System.Windows.Forms.Label();
     this.label8             = new System.Windows.Forms.Label();
     this.label7             = new System.Windows.Forms.Label();
     this.button2            = new System.Windows.Forms.Button();
     this.listView1          = new System.Windows.Forms.ListView();
     this.columnHeader1      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label13            = new System.Windows.Forms.Label();
     this.button3            = new System.Windows.Forms.Button();
     this.button4            = new System.Windows.Forms.Button();
     this.button5            = new System.Windows.Forms.Button();
     this.textBox7           = new System.Windows.Forms.TextBox();
     this.label14            = new System.Windows.Forms.Label();
     this.comboBox3          = new System.Windows.Forms.ComboBox();
     this.label15            = new System.Windows.Forms.Label();
     this.textBox8           = new System.Windows.Forms.TextBox();
     this.label16            = new System.Windows.Forms.Label();
     this.button6            = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     dataGridViewCellStyle1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode     = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     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)(204)));
     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.dataGridView1.DefaultCellStyle       = dataGridViewCellStyle2;
     this.dataGridView1.Location               = new System.Drawing.Point(12, 29);
     this.dataGridView1.Name            = "dataGridView1";
     this.dataGridView1.Size            = new System.Drawing.Size(755, 238);
     this.dataGridView1.TabIndex        = 0;
     this.dataGridView1.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(205, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Текущее состояние товара на складах";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(14, 276);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(196, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Общая стоимость товара на складах";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(396, 276);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(130, 13);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Общая плановая маржа";
     //
     // textBoxTotalProfit
     //
     this.textBoxTotalProfit.Enabled   = false;
     this.textBoxTotalProfit.Location  = new System.Drawing.Point(541, 273);
     this.textBoxTotalProfit.Name      = "textBoxTotalProfit";
     this.textBoxTotalProfit.Size      = new System.Drawing.Size(100, 20);
     this.textBoxTotalProfit.TabIndex  = 4;
     this.textBoxTotalProfit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBoxTotalCost
     //
     this.textBoxTotalCost.Enabled   = false;
     this.textBoxTotalCost.Location  = new System.Drawing.Point(227, 273);
     this.textBoxTotalCost.Name      = "textBoxTotalCost";
     this.textBoxTotalCost.Size      = new System.Drawing.Size(100, 20);
     this.textBoxTotalCost.TabIndex  = 5;
     this.textBoxTotalCost.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBox1
     //
     this.textBox1.Enabled   = false;
     this.textBox1.Location  = new System.Drawing.Point(227, 612);
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex  = 11;
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBox2
     //
     this.textBox2.Enabled   = false;
     this.textBox2.Location  = new System.Drawing.Point(541, 612);
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(100, 20);
     this.textBox2.TabIndex  = 10;
     this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(396, 615);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(126, 13);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Общая маржа продажи";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(14, 615);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(201, 13);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Общая стоимость проданных товаров";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(13, 352);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(91, 13);
     this.label6.TabIndex = 7;
     this.label6.Text     = "Продажи товара";
     //
     // dataGridView2
     //
     this.dataGridView2.AllowUserToAddRows = false;
     dataGridViewCellStyle3.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     dataGridViewCellStyle3.ForeColor      = System.Drawing.Color.Empty;
     this.dataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
     dataGridViewCellStyle4.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.BackColor                 = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     dataGridViewCellStyle4.ForeColor                 = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.dataGridView2.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.nameItem,
         this.countSell,
         this.priceSell,
         this.priceBuy,
         this.totalSell,
         this.allProfit
     });
     dataGridViewCellStyle5.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     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.dataGridView2.DefaultCellStyle       = dataGridViewCellStyle5;
     this.dataGridView2.Location               = new System.Drawing.Point(12, 368);
     this.dataGridView2.Name            = "dataGridView2";
     this.dataGridView2.Size            = new System.Drawing.Size(755, 238);
     this.dataGridView2.TabIndex        = 6;
     this.dataGridView2.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView2_CellFormatting);
     //
     // nameItem
     //
     this.nameItem.HeaderText = "Название товара";
     this.nameItem.Name       = "nameItem";
     this.nameItem.ReadOnly   = true;
     this.nameItem.Width      = 150;
     //
     // countSell
     //
     this.countSell.HeaderText = "Количество продажи";
     this.countSell.Name       = "countSell";
     this.countSell.ReadOnly   = true;
     //
     // priceSell
     //
     this.priceSell.HeaderText = "Цена продажи";
     this.priceSell.Name       = "priceSell";
     this.priceSell.ReadOnly   = true;
     //
     // priceBuy
     //
     this.priceBuy.HeaderText = "Цена закупки";
     this.priceBuy.Name       = "priceBuy";
     this.priceBuy.ReadOnly   = true;
     //
     // totalSell
     //
     this.totalSell.HeaderText = "Общая сумма продажи";
     this.totalSell.Name       = "totalSell";
     this.totalSell.ReadOnly   = true;
     this.totalSell.Width      = 120;
     //
     // allProfit
     //
     this.allProfit.HeaderText = "Маржа продажи";
     this.allProfit.Name       = "allProfit";
     this.allProfit.ReadOnly   = true;
     this.allProfit.Width      = 120;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.comboBox2);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.textBox6);
     this.groupBox1.Controls.Add(this.textBox5);
     this.groupBox1.Controls.Add(this.textBox4);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Location = new System.Drawing.Point(816, 13);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(270, 254);
     this.groupBox1.TabIndex = 13;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Добавить новый товар";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(10, 197);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(243, 23);
     this.button1.TabIndex = 26;
     this.button1.Text     = "Добавить товар";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location          = new System.Drawing.Point(120, 161);
     this.comboBox2.Name     = "comboBox2";
     this.comboBox2.Size     = new System.Drawing.Size(133, 21);
     this.comboBox2.TabIndex = 25;
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(120, 56);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(133, 21);
     this.comboBox1.TabIndex = 24;
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(120, 135);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(133, 20);
     this.textBox6.TabIndex = 23;
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(120, 109);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(133, 20);
     this.textBox5.TabIndex = 22;
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(120, 83);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(133, 20);
     this.textBox4.TabIndex = 21;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(120, 30);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(133, 20);
     this.textBox3.TabIndex = 20;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(8, 161);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(38, 13);
     this.label12.TabIndex = 19;
     this.label12.Text     = "Склад";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(8, 135);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(104, 13);
     this.label11.TabIndex = 18;
     this.label11.Text     = "Количество товара";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(7, 109);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(80, 13);
     this.label10.TabIndex = 17;
     this.label10.Text     = "Цена продажи";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(7, 83);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(77, 13);
     this.label9.TabIndex = 16;
     this.label9.Text     = "Цена закупки";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(7, 56);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(105, 13);
     this.label8.TabIndex = 15;
     this.label8.Text     = "Единицы имерения";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(7, 30);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(95, 13);
     this.label7.TabIndex = 14;
     this.label7.Text     = "Название товара";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(12, 310);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(755, 23);
     this.button2.TabIndex = 27;
     this.button2.Text     = "Удалить выбранный товар";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader3
     });
     listViewGroup1.Header = "ListViewGroup";
     listViewGroup1.Name   = "cashier";
     listViewGroup2.Header = "ListViewGroup";
     listViewGroup2.Name   = "manager";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(816, 292);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.ShowGroups    = false;
     this.listView1.Size          = new System.Drawing.Size(270, 176);
     this.listView1.TabIndex      = 28;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Логин";
     this.columnHeader1.Width = 75;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Должность";
     this.columnHeader3.Width = 120;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(813, 276);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(128, 13);
     this.label13.TabIndex = 29;
     this.label13.Text     = "Пользователи системы";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(816, 554);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(270, 23);
     this.button3.TabIndex = 27;
     this.button3.Text     = "Добавить пользователя";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(816, 583);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(270, 23);
     this.button4.TabIndex = 30;
     this.button4.Text     = "Удалить выбранного пользователя";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(816, 612);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(270, 23);
     this.button5.TabIndex = 31;
     this.button5.Text     = "Редактировать выбранного пользователя";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click      += new System.EventHandler(this.button5_Click);
     this.button5.MouseLeave += new System.EventHandler(this.button5_MouseLeave);
     this.button5.MouseHover += new System.EventHandler(this.button5_MouseHover);
     //
     // textBox7
     //
     this.textBox7.Location = new System.Drawing.Point(936, 474);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(133, 20);
     this.textBox7.TabIndex = 33;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(823, 474);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(38, 13);
     this.label14.TabIndex = 32;
     this.label14.Text     = "Логин";
     //
     // comboBox3
     //
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Location          = new System.Drawing.Point(936, 527);
     this.comboBox3.Name     = "comboBox3";
     this.comboBox3.Size     = new System.Drawing.Size(133, 21);
     this.comboBox3.TabIndex = 28;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(824, 527);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(65, 13);
     this.label15.TabIndex = 27;
     this.label15.Text     = "Должность";
     //
     // textBox8
     //
     this.textBox8.Location     = new System.Drawing.Point(936, 501);
     this.textBox8.Name         = "textBox8";
     this.textBox8.PasswordChar = '*';
     this.textBox8.Size         = new System.Drawing.Size(133, 20);
     this.textBox8.TabIndex     = 35;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(823, 501);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(45, 13);
     this.label16.TabIndex = 34;
     this.label16.Text     = "Пароль";
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(1093, 611);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(24, 23);
     this.button6.TabIndex = 36;
     this.button6.Text     = "?";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // Manager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1129, 681);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.textBox8);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.comboBox3);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.textBox7);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.dataGridView2);
     this.Controls.Add(this.textBoxTotalCost);
     this.Controls.Add(this.textBoxTotalProfit);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dataGridView1);
     this.Name  = "Manager";
     this.Text  = "Manager";
     this.Load += new System.EventHandler(this.Manager_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPageManage));
            CCWin.SkinControl.Animation animation1 = new CCWin.SkinControl.Animation();
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("网页生产线", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("下载生产线", System.Windows.Forms.HorizontalAlignment.Left);
            CCWin.SkinControl.Animation animation2 = new CCWin.SkinControl.Animation();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.treeV = new System.Windows.Forms.TreeView();
            this.treeView = new System.Windows.Forms.ImageList(this.components);
            this.tabPlot = new CCWin.SkinControl.SkinTabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.listView1 = new System.Windows.Forms.ListView();
            this.column生产线名称 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column基础网址 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column方法 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column字符集 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column动态页数 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column自动调度 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column最早启动时刻 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column循环周期 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column常规待发 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column已发待收 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column本缓待处 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column已收待处 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column累计完成 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column已处待存 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column最近提交任务时间 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.column诊断信息 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.imageListPlotLine = new System.Windows.Forms.ImageList(this.components);
            this.skinTabControl1 = new CCWin.SkinControl.SkinTabControl();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.listView2 = new System.Windows.Forms.ListView();
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.MenuPlotGroup = new CCWin.SkinControl.SkinContextMenuStrip();
            this.MenuGroupPlotNew = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuGroupFloderNew = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuGroupFloderDelete = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuPlotLine = new CCWin.SkinControl.SkinContextMenuStrip();
            this.MenuPlotLine添加 = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuPlotLine添加网页生产线 = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuPlotLine添加下载生产线 = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuPlotLine修改提取配置 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuPlotLine编辑 = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuPlotLine任务 = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuPlotLine批量注入 = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuPlotLine手动生成 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuPlotLine启动 = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuPlotLine停止 = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuPlotLine重置 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuPlotLine全部启动 = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuPlotLine全部停止 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuPlotLine删除 = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tabPlot.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.skinTabControl1.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.MenuPlotGroup.SuspendLayout();
            this.MenuPlotLine.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.treeV);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tabPlot);
            this.splitContainer1.Size = new System.Drawing.Size(1023, 638);
            this.splitContainer1.SplitterDistance = 177;
            this.splitContainer1.TabIndex = 0;
            // 
            // treeV
            // 
            this.treeV.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeV.ImageIndex = 0;
            this.treeV.ImageList = this.treeView;
            this.treeV.Location = new System.Drawing.Point(0, 0);
            this.treeV.Name = "treeV";
            this.treeV.SelectedImageIndex = 0;
            this.treeV.Size = new System.Drawing.Size(177, 638);
            this.treeV.TabIndex = 0;
            this.treeV.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeV_AfterSelect);
            this.treeV.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeV_MouseDown);
            // 
            // treeView
            // 
            this.treeView.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("treeView.ImageStream")));
            this.treeView.TransparentColor = System.Drawing.Color.Transparent;
            this.treeView.Images.SetKeyName(0, "Project_2013_16px_1180167_easyicon.net.png");
            this.treeView.Images.SetKeyName(1, "download_folder_16px_1145712_easyicon.net.png");
            this.treeView.Images.SetKeyName(2, "file_download_16px_1181849_easyicon.net.png");
            // 
            // tabPlot
            // 
            animation1.AnimateOnlyDifferences = false;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 0;
            animation1.Padding = new System.Windows.Forms.Padding(0);
            animation1.RotateCoeff = 0F;
            animation1.RotateLimit = 0F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 2F;
            animation1.TransparencyCoeff = 0F;
            this.tabPlot.Animation = animation1;
            this.tabPlot.AnimatorType = CCWin.SkinControl.AnimationType.HorizSlide;
            this.tabPlot.BackColor = System.Drawing.Color.LightGreen;
            this.tabPlot.CloseRect = new System.Drawing.Rectangle(2, 2, 12, 12);
            this.tabPlot.Controls.Add(this.tabPage1);
            this.tabPlot.Controls.Add(this.tabPage2);
            this.tabPlot.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabPlot.ItemSize = new System.Drawing.Size(70, 36);
            this.tabPlot.Location = new System.Drawing.Point(0, 0);
            this.tabPlot.Name = "tabPlot";
            this.tabPlot.PageArrowDown = ((System.Drawing.Image)(resources.GetObject("tabPlot.PageArrowDown")));
            this.tabPlot.PageArrowHover = ((System.Drawing.Image)(resources.GetObject("tabPlot.PageArrowHover")));
            this.tabPlot.PageCloseHover = ((System.Drawing.Image)(resources.GetObject("tabPlot.PageCloseHover")));
            this.tabPlot.PageCloseNormal = ((System.Drawing.Image)(resources.GetObject("tabPlot.PageCloseNormal")));
            this.tabPlot.PageDown = ((System.Drawing.Image)(resources.GetObject("tabPlot.PageDown")));
            this.tabPlot.PageHover = ((System.Drawing.Image)(resources.GetObject("tabPlot.PageHover")));
            this.tabPlot.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
            this.tabPlot.PageNorml = null;
            this.tabPlot.SelectedIndex = 0;
            this.tabPlot.Size = new System.Drawing.Size(842, 638);
            this.tabPlot.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.tabPlot.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.splitContainer2);
            this.tabPage1.Location = new System.Drawing.Point(0, 36);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(842, 602);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = " 生产流水线";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(3, 3);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.listView1);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.skinTabControl1);
            this.splitContainer2.Size = new System.Drawing.Size(836, 596);
            this.splitContainer2.SplitterDistance = 281;
            this.splitContainer2.TabIndex = 0;
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.column生产线名称,
            this.column基础网址,
            this.column方法,
            this.column字符集,
            this.column动态页数,
            this.column自动调度,
            this.column最早启动时刻,
            this.column循环周期,
            this.column常规待发,
            this.column已发待收,
            this.column本缓待处,
            this.column已收待处,
            this.column累计完成,
            this.column已处待存,
            this.column最近提交任务时间,
            this.column诊断信息});
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.FullRowSelect = true;
            listViewGroup1.Header = "网页生产线";
            listViewGroup1.Name = "listViewGroup1";
            listViewGroup2.Header = "下载生产线";
            listViewGroup2.Name = "listViewGroup2";
            this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Margin = new System.Windows.Forms.Padding(0);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(836, 281);
            this.listView1.SmallImageList = this.imageListPlotLine;
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
            // 
            // column生产线名称
            // 
            this.column生产线名称.Text = "生产线名称";
            this.column生产线名称.Width = 200;
            // 
            // column基础网址
            // 
            this.column基础网址.Text = "基础网址";
            this.column基础网址.Width = 120;
            // 
            // column方法
            // 
            this.column方法.Text = "方法";
            this.column方法.Width = 40;
            // 
            // column字符集
            // 
            this.column字符集.Text = "字符集";
            this.column字符集.Width = 50;
            // 
            // column动态页数
            // 
            this.column动态页数.Text = "动态页数";
            this.column动态页数.Width = 65;
            // 
            // column自动调度
            // 
            this.column自动调度.Text = "自动调度";
            this.column自动调度.Width = 65;
            // 
            // column最早启动时刻
            // 
            this.column最早启动时刻.Text = "最早启动时刻";
            this.column最早启动时刻.Width = 120;
            // 
            // column循环周期
            // 
            this.column循环周期.Text = "循环周期";
            // 
            // column常规待发
            // 
            this.column常规待发.Text = "常规待发";
            this.column常规待发.Width = 70;
            // 
            // column已发待收
            // 
            this.column已发待收.Text = "已发待收";
            this.column已发待收.Width = 70;
            // 
            // column本缓待处
            // 
            this.column本缓待处.Text = "本缓待处";
            this.column本缓待处.Width = 70;
            // 
            // column已收待处
            // 
            this.column已收待处.Text = "已收待处";
            this.column已收待处.Width = 70;
            // 
            // column累计完成
            // 
            this.column累计完成.Text = "累计完成";
            this.column累计完成.Width = 80;
            // 
            // column已处待存
            // 
            this.column已处待存.Text = "已处待存";
            this.column已处待存.Width = 70;
            // 
            // column最近提交任务时间
            // 
            this.column最近提交任务时间.Text = "最近提交任务时间";
            this.column最近提交任务时间.Width = 140;
            // 
            // column诊断信息
            // 
            this.column诊断信息.Text = "诊断信息";
            this.column诊断信息.Width = 65;
            // 
            // imageListPlotLine
            // 
            this.imageListPlotLine.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListPlotLine.ImageStream")));
            this.imageListPlotLine.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListPlotLine.Images.SetKeyName(0, "start_24px_1069976_easyicon.net.png");
            this.imageListPlotLine.Images.SetKeyName(1, "stop_512px_568811_easyicon.net.png");
            // 
            // skinTabControl1
            // 
            animation2.AnimateOnlyDifferences = false;
            animation2.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
            animation2.LeafCoeff = 0F;
            animation2.MaxTime = 1F;
            animation2.MinTime = 0F;
            animation2.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
            animation2.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
            animation2.MosaicSize = 0;
            animation2.Padding = new System.Windows.Forms.Padding(0);
            animation2.RotateCoeff = 0F;
            animation2.RotateLimit = 0F;
            animation2.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
            animation2.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
            animation2.TimeCoeff = 2F;
            animation2.TransparencyCoeff = 0F;
            this.skinTabControl1.Animation = animation2;
            this.skinTabControl1.AnimatorType = CCWin.SkinControl.AnimationType.HorizSlide;
            this.skinTabControl1.CloseRect = new System.Drawing.Rectangle(2, 2, 12, 12);
            this.skinTabControl1.Controls.Add(this.tabPage3);
            this.skinTabControl1.Controls.Add(this.tabPage4);
            this.skinTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.skinTabControl1.ItemSize = new System.Drawing.Size(70, 36);
            this.skinTabControl1.Location = new System.Drawing.Point(0, 0);
            this.skinTabControl1.Name = "skinTabControl1";
            this.skinTabControl1.PageArrowDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowDown")));
            this.skinTabControl1.PageArrowHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowHover")));
            this.skinTabControl1.PageCloseHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseHover")));
            this.skinTabControl1.PageCloseNormal = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseNormal")));
            this.skinTabControl1.PageDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageDown")));
            this.skinTabControl1.PageHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageHover")));
            this.skinTabControl1.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
            this.skinTabControl1.PageNorml = null;
            this.skinTabControl1.SelectedIndex = 0;
            this.skinTabControl1.Size = new System.Drawing.Size(836, 311);
            this.skinTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.skinTabControl1.TabIndex = 0;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.listView2);
            this.tabPage3.Location = new System.Drawing.Point(0, 36);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(836, 275);
            this.tabPage3.TabIndex = 0;
            this.tabPage3.Text = "诊断信息";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // listView2
            // 
            this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader8,
            this.columnHeader9,
            this.columnHeader10});
            this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView2.Location = new System.Drawing.Point(3, 3);
            this.listView2.Margin = new System.Windows.Forms.Padding(0);
            this.listView2.Name = "listView2";
            this.listView2.Size = new System.Drawing.Size(830, 269);
            this.listView2.TabIndex = 0;
            this.listView2.UseCompatibleStateImageBehavior = false;
            this.listView2.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "诊断信息";
            this.columnHeader8.Width = 300;
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "数量";
            this.columnHeader9.Width = 100;
            // 
            // columnHeader10
            // 
            this.columnHeader10.Text = "状态";
            this.columnHeader10.Width = 100;
            // 
            // tabPage4
            // 
            this.tabPage4.Location = new System.Drawing.Point(0, 36);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(836, 275);
            this.tabPage4.TabIndex = 1;
            this.tabPage4.Text = "生产线说明";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Location = new System.Drawing.Point(0, 36);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(842, 602);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "预留";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // MenuPlotGroup
            // 
            this.MenuPlotGroup.Arrow = System.Drawing.Color.Black;
            this.MenuPlotGroup.Back = System.Drawing.Color.White;
            this.MenuPlotGroup.BackRadius = 4;
            this.MenuPlotGroup.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
            this.MenuPlotGroup.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.MenuPlotGroup.Fore = System.Drawing.Color.Black;
            this.MenuPlotGroup.HoverFore = System.Drawing.Color.White;
            this.MenuPlotGroup.ItemAnamorphosis = true;
            this.MenuPlotGroup.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.MenuPlotGroup.ItemBorderShow = true;
            this.MenuPlotGroup.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.MenuPlotGroup.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.MenuPlotGroup.ItemRadius = 4;
            this.MenuPlotGroup.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
            this.MenuPlotGroup.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuGroupPlotNew,
            this.toolStripSeparator1,
            this.MenuGroupFloderNew,
            this.MenuGroupFloderDelete});
            this.MenuPlotGroup.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.MenuPlotGroup.Name = "MenuPlotGroup";
            this.MenuPlotGroup.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
            this.MenuPlotGroup.Size = new System.Drawing.Size(125, 76);
            this.MenuPlotGroup.SkinAllColor = true;
            this.MenuPlotGroup.TitleAnamorphosis = true;
            this.MenuPlotGroup.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
            this.MenuPlotGroup.TitleRadius = 4;
            this.MenuPlotGroup.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
            // 
            // MenuGroupPlotNew
            // 
            this.MenuGroupPlotNew.Name = "MenuGroupPlotNew";
            this.MenuGroupPlotNew.Size = new System.Drawing.Size(124, 22);
            this.MenuGroupPlotNew.Text = "新建专案";
            this.MenuGroupPlotNew.Click += new System.EventHandler(this.MenuGroupPlotNew_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(121, 6);
            // 
            // MenuGroupFloderNew
            // 
            this.MenuGroupFloderNew.Name = "MenuGroupFloderNew";
            this.MenuGroupFloderNew.Size = new System.Drawing.Size(124, 22);
            this.MenuGroupFloderNew.Text = "新建组";
            this.MenuGroupFloderNew.Click += new System.EventHandler(this.MenuGroupFloderNew_Click);
            // 
            // MenuGroupFloderDelete
            // 
            this.MenuGroupFloderDelete.Name = "MenuGroupFloderDelete";
            this.MenuGroupFloderDelete.Size = new System.Drawing.Size(124, 22);
            this.MenuGroupFloderDelete.Text = "删除组";
            // 
            // MenuPlotLine
            // 
            this.MenuPlotLine.Arrow = System.Drawing.Color.Black;
            this.MenuPlotLine.Back = System.Drawing.Color.White;
            this.MenuPlotLine.BackRadius = 4;
            this.MenuPlotLine.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
            this.MenuPlotLine.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.MenuPlotLine.Fore = System.Drawing.Color.Black;
            this.MenuPlotLine.HoverFore = System.Drawing.Color.White;
            this.MenuPlotLine.ItemAnamorphosis = true;
            this.MenuPlotLine.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.MenuPlotLine.ItemBorderShow = true;
            this.MenuPlotLine.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.MenuPlotLine.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.MenuPlotLine.ItemRadius = 4;
            this.MenuPlotLine.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
            this.MenuPlotLine.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuPlotLine添加,
            this.MenuPlotLine修改提取配置,
            this.toolStripSeparator2,
            this.MenuPlotLine编辑,
            this.MenuPlotLine任务,
            this.toolStripSeparator3,
            this.MenuPlotLine启动,
            this.MenuPlotLine停止,
            this.MenuPlotLine重置,
            this.toolStripSeparator4,
            this.MenuPlotLine全部启动,
            this.MenuPlotLine全部停止,
            this.toolStripSeparator5,
            this.MenuPlotLine删除});
            this.MenuPlotLine.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.MenuPlotLine.Name = "MenuPlotLine";
            this.MenuPlotLine.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
            this.MenuPlotLine.Size = new System.Drawing.Size(149, 248);
            this.MenuPlotLine.SkinAllColor = true;
            this.MenuPlotLine.TitleAnamorphosis = true;
            this.MenuPlotLine.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
            this.MenuPlotLine.TitleRadius = 4;
            this.MenuPlotLine.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
            // 
            // MenuPlotLine添加
            // 
            this.MenuPlotLine添加.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuPlotLine添加网页生产线,
            this.MenuPlotLine添加下载生产线});
            this.MenuPlotLine添加.Name = "MenuPlotLine添加";
            this.MenuPlotLine添加.Size = new System.Drawing.Size(148, 22);
            this.MenuPlotLine添加.Text = "添加";
            // 
            // MenuPlotLine添加网页生产线
            // 
            this.MenuPlotLine添加网页生产线.Name = "MenuPlotLine添加网页生产线";
            this.MenuPlotLine添加网页生产线.Size = new System.Drawing.Size(160, 22);
            this.MenuPlotLine添加网页生产线.Text = "添加网页生产线";
            this.MenuPlotLine添加网页生产线.Click += new System.EventHandler(this.MenuPlotLine添加网页生产线_Click);
            // 
            // MenuPlotLine添加下载生产线
            // 
            this.MenuPlotLine添加下载生产线.Name = "MenuPlotLine添加下载生产线";
            this.MenuPlotLine添加下载生产线.Size = new System.Drawing.Size(160, 22);
            this.MenuPlotLine添加下载生产线.Text = "添加下载生产线";
            // 
            // MenuPlotLine修改提取配置
            // 
            this.MenuPlotLine修改提取配置.Name = "MenuPlotLine修改提取配置";
            this.MenuPlotLine修改提取配置.Size = new System.Drawing.Size(148, 22);
            this.MenuPlotLine修改提取配置.Text = "修改提取配置";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(145, 6);
            // 
            // MenuPlotLine编辑
            // 
            this.MenuPlotLine编辑.Name = "MenuPlotLine编辑";
            this.MenuPlotLine编辑.Size = new System.Drawing.Size(148, 22);
            this.MenuPlotLine编辑.Text = "运行时设置";
            // 
            // MenuPlotLine任务
            // 
            this.MenuPlotLine任务.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuPlotLine批量注入,
            this.MenuPlotLine手动生成});
            this.MenuPlotLine任务.Name = "MenuPlotLine任务";
            this.MenuPlotLine任务.Size = new System.Drawing.Size(148, 22);
            this.MenuPlotLine任务.Text = "任务";
            // 
            // MenuPlotLine批量注入
            // 
            this.MenuPlotLine批量注入.Name = "MenuPlotLine批量注入";
            this.MenuPlotLine批量注入.Size = new System.Drawing.Size(124, 22);
            this.MenuPlotLine批量注入.Text = "批量注入";
            // 
            // MenuPlotLine手动生成
            // 
            this.MenuPlotLine手动生成.Name = "MenuPlotLine手动生成";
            this.MenuPlotLine手动生成.Size = new System.Drawing.Size(124, 22);
            this.MenuPlotLine手动生成.Text = "手动生成";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(145, 6);
            // 
            // MenuPlotLine启动
            // 
            this.MenuPlotLine启动.Name = "MenuPlotLine启动";
            this.MenuPlotLine启动.Size = new System.Drawing.Size(148, 22);
            this.MenuPlotLine启动.Text = "启动";
            this.MenuPlotLine启动.Click += new System.EventHandler(this.MenuPlotLine启动_Click);
            // 
            // MenuPlotLine停止
            // 
            this.MenuPlotLine停止.Name = "MenuPlotLine停止";
            this.MenuPlotLine停止.Size = new System.Drawing.Size(148, 22);
            this.MenuPlotLine停止.Text = "停止";
            this.MenuPlotLine停止.Click += new System.EventHandler(this.MenuPlotLine停止_Click);
            // 
            // MenuPlotLine重置
            // 
            this.MenuPlotLine重置.Name = "MenuPlotLine重置";
            this.MenuPlotLine重置.Size = new System.Drawing.Size(148, 22);
            this.MenuPlotLine重置.Text = "重置";
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(145, 6);
            // 
            // MenuPlotLine全部启动
            // 
            this.MenuPlotLine全部启动.Name = "MenuPlotLine全部启动";
            this.MenuPlotLine全部启动.Size = new System.Drawing.Size(148, 22);
            this.MenuPlotLine全部启动.Text = "全部启动";
            // 
            // MenuPlotLine全部停止
            // 
            this.MenuPlotLine全部停止.Name = "MenuPlotLine全部停止";
            this.MenuPlotLine全部停止.Size = new System.Drawing.Size(148, 22);
            this.MenuPlotLine全部停止.Text = "全部停止";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(145, 6);
            // 
            // MenuPlotLine删除
            // 
            this.MenuPlotLine删除.Name = "MenuPlotLine删除";
            this.MenuPlotLine删除.Size = new System.Drawing.Size(148, 22);
            this.MenuPlotLine删除.Text = "删除";
            // 
            // frmPageManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1023, 638);
            this.Controls.Add(this.splitContainer1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "frmPageManage";
            this.Text = "frmPageManage";
            this.Load += new System.EventHandler(this.frmPageManage_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.tabPlot.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            this.skinTabControl1.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.MenuPlotGroup.ResumeLayout(false);
            this.MenuPlotLine.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #28
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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Installed Templates", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Custom Templates", System.Windows.Forms.HorizontalAlignment.Left);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectDialog));
            this.label1 = new System.Windows.Forms.Label();
            this.listView1 = new System.Windows.Forms.ListView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.button3 = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(59, 13);
            this.label1.TabIndex = 4;
            this.label1.Text = "Templates:";
            // 
            // listView1
            // 
            listViewGroup1.Header = "Installed Templates";
            listViewGroup1.Name = "Installed Templates";
            listViewGroup2.Header = "Custom Templates";
            listViewGroup2.Name = "Custom Templates";
            this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
            this.listView1.HideSelection = false;
            this.listView1.LargeImageList = this.imageList1;
            this.listView1.Location = new System.Drawing.Point(12, 25);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(564, 207);
            this.listView1.TabIndex = 1;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            // 
            // imageList1
            // 
            this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.imageList1.ImageSize = new System.Drawing.Size(32, 32);
            this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
            // 
            // button2
            // 
            this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button2.Location = new System.Drawing.Point(501, 381);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 8;
            this.button2.Text = "Cancel";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // button1
            // 
            this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.button1.Enabled = false;
            this.button1.Location = new System.Drawing.Point(420, 381);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 7;
            this.button1.Text = "OK";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Location = new System.Drawing.Point(12, 373);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(564, 2);
            this.groupBox1.TabIndex = 11;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "groupBox1";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(13, 271);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(38, 13);
            this.label2.TabIndex = 10;
            this.label2.Text = "Name:";
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(97, 268);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(398, 20);
            this.textBox2.TabIndex = 2;
            this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(12, 238);
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(564, 20);
            this.textBox1.TabIndex = 8;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(13, 297);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(51, 13);
            this.label3.TabIndex = 15;
            this.label3.Text = "Location:";
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(97, 294);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(398, 20);
            this.textBox3.TabIndex = 3;
            this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(501, 292);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 4;
            this.button3.Text = "Browse";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(13, 323);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(63, 13);
            this.label4.TabIndex = 17;
            this.label4.Text = "Description:";
            // 
            // textBox4
            // 
            this.textBox4.Location = new System.Drawing.Point(97, 320);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(398, 20);
            this.textBox4.TabIndex = 5;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(94, 349);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(34, 13);
            this.label5.TabIndex = 20;
            this.label5.Text = "Type:";
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "Addon",
            "Gamemode"});
            this.comboBox1.Location = new System.Drawing.Point(296, 346);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(199, 21);
            this.comboBox1.TabIndex = 6;
            // 
            // ProjectDialog
            // 
            this.AcceptButton = this.button1;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.button2;
            this.ClientSize = new System.Drawing.Size(588, 416);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.textBox4);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.textBox3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.listView1);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ProjectDialog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "New Project";
            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.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Video", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup5 = new System.Windows.Forms.ListViewGroup("Audio", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup6 = new System.Windows.Forms.ListViewGroup("Subtitles", System.Windows.Forms.HorizontalAlignment.Left);
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.selectableLabel1 = new DotNetUtils.Controls.SelectableLabel();
            this.textBoxMovieFileNameExample = new DotNetUtils.Controls.SelectableLabel();
            this.textBoxMovieDirectoryExample = new DotNetUtils.Controls.SelectableLabel();
            this.label5 = new System.Windows.Forms.Label();
            this.textBoxMovieDirectory = new DotNetUtils.Controls.FileTextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.textBoxMovieFileName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.linkLabelTVShowReleaseDateFormat = new DotNetUtils.Controls.LinkLabel2();
            this.label15 = new System.Windows.Forms.Label();
            this.textBoxTVShowReleaseDateFormat = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.comboBoxEpisodeNumberFormat = new System.Windows.Forms.ComboBox();
            this.label13 = new System.Windows.Forms.Label();
            this.comboBoxSeasonNumberFormat = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.selectableLabel4 = new DotNetUtils.Controls.SelectableLabel();
            this.textBoxTVShowFileNameExample = new DotNetUtils.Controls.SelectableLabel();
            this.textBoxTVShowDirectoryExample = new DotNetUtils.Controls.SelectableLabel();
            this.label9 = new System.Windows.Forms.Label();
            this.textBoxTVShowDirectory = new DotNetUtils.Controls.FileTextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.textBoxTVShowFileName = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.textBoxReplaceSpacesWith = new System.Windows.Forms.TextBox();
            this.checkBoxReplaceSpaces = new System.Windows.Forms.CheckBox();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.buttonSave = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.listViewCodecNames = new DotNetUtils.Controls.ListView2();
            this.columnHeaderLabel = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeaderCodec = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeaderNumber = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.buttonDefault = new System.Windows.Forms.Button();
            this.buttonRevert = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.selectableLabel1);
            this.groupBox1.Controls.Add(this.textBoxMovieFileNameExample);
            this.groupBox1.Controls.Add(this.textBoxMovieDirectoryExample);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.textBoxMovieDirectory);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.textBoxMovieFileName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 306);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(769, 140);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Movies";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.ForeColor = System.Drawing.SystemColors.GrayText;
            this.label6.Location = new System.Drawing.Point(61, 113);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(50, 13);
            this.label6.TabIndex = 9;
            this.label6.Text = "Example:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(40, 19);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(71, 13);
            this.label4.TabIndex = 1;
            this.label4.Text = "Placeholders:";
            // 
            // selectableLabel1
            // 
            this.selectableLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.selectableLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.selectableLabel1.Location = new System.Drawing.Point(117, 19);
            this.selectableLabel1.Name = "selectableLabel1";
            this.selectableLabel1.ReadOnly = true;
            this.selectableLabel1.Size = new System.Drawing.Size(646, 13);
            this.selectableLabel1.TabIndex = 0;
            this.selectableLabel1.Text = "%volume% %title% %year% %res% %vcodec% %acodec% %channels% %cut% %vlang% %alang%";
            // 
            // textBoxMovieFileNameExample
            // 
            this.textBoxMovieFileNameExample.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxMovieFileNameExample.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBoxMovieFileNameExample.Location = new System.Drawing.Point(117, 113);
            this.textBoxMovieFileNameExample.Name = "textBoxMovieFileNameExample";
            this.textBoxMovieFileNameExample.ReadOnly = true;
            this.textBoxMovieFileNameExample.Size = new System.Drawing.Size(646, 13);
            this.textBoxMovieFileNameExample.TabIndex = 4;
            this.textBoxMovieFileNameExample.Text = "Contact (1999) [1080p] [TrueHD 7.1].mkv";
            // 
            // textBoxMovieDirectoryExample
            // 
            this.textBoxMovieDirectoryExample.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxMovieDirectoryExample.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBoxMovieDirectoryExample.Location = new System.Drawing.Point(117, 68);
            this.textBoxMovieDirectoryExample.Name = "textBoxMovieDirectoryExample";
            this.textBoxMovieDirectoryExample.ReadOnly = true;
            this.textBoxMovieDirectoryExample.Size = new System.Drawing.Size(643, 13);
            this.textBoxMovieDirectoryExample.TabIndex = 2;
            this.textBoxMovieDirectoryExample.Text = "C:\\temp\\CONTACT";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.ForeColor = System.Drawing.SystemColors.GrayText;
            this.label5.Location = new System.Drawing.Point(61, 68);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(50, 13);
            this.label5.TabIndex = 6;
            this.label5.Text = "Example:";
            // 
            // textBoxMovieDirectory
            // 
            this.textBoxMovieDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxMovieDirectory.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.textBoxMovieDirectory.DialogTitle = null;
            this.textBoxMovieDirectory.DialogType = DotNetUtils.Controls.DialogType.OpenDirectory;
            this.textBoxMovieDirectory.FileExtensions = null;
            this.textBoxMovieDirectory.Location = new System.Drawing.Point(117, 38);
            this.textBoxMovieDirectory.Name = "textBoxMovieDirectory";
            this.textBoxMovieDirectory.OverwritePrompt = false;
            this.textBoxMovieDirectory.SelectedPath = "%TEMP%\\%volume%";
            this.textBoxMovieDirectory.Size = new System.Drawing.Size(646, 24);
            this.textBoxMovieDirectory.TabIndex = 1;
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(733, 90);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(30, 13);
            this.label3.TabIndex = 4;
            this.label3.Text = ".mkv";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(13, 90);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(98, 13);
            this.label2.TabIndex = 3;
            this.label2.Text = "File name template:";
            // 
            // textBoxMovieFileName
            // 
            this.textBoxMovieFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxMovieFileName.Location = new System.Drawing.Point(117, 87);
            this.textBoxMovieFileName.Name = "textBoxMovieFileName";
            this.textBoxMovieFileName.Size = new System.Drawing.Size(610, 20);
            this.textBoxMovieFileName.TabIndex = 3;
            this.textBoxMovieFileName.Text = "%title% (%year%) [%res%] [%acodec% %channels%]";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(16, 45);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(95, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Directory template:";
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.linkLabelTVShowReleaseDateFormat);
            this.groupBox2.Controls.Add(this.label15);
            this.groupBox2.Controls.Add(this.textBoxTVShowReleaseDateFormat);
            this.groupBox2.Controls.Add(this.label14);
            this.groupBox2.Controls.Add(this.comboBoxEpisodeNumberFormat);
            this.groupBox2.Controls.Add(this.label13);
            this.groupBox2.Controls.Add(this.comboBoxSeasonNumberFormat);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.selectableLabel4);
            this.groupBox2.Controls.Add(this.textBoxTVShowFileNameExample);
            this.groupBox2.Controls.Add(this.textBoxTVShowDirectoryExample);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Controls.Add(this.textBoxTVShowDirectory);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.label11);
            this.groupBox2.Controls.Add(this.textBoxTVShowFileName);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Location = new System.Drawing.Point(12, 452);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(769, 218);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "TV Shows";
            // 
            // linkLabelTVShowReleaseDateFormat
            // 
            this.linkLabelTVShowReleaseDateFormat.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.linkLabelTVShowReleaseDateFormat.HoverColor = System.Drawing.Color.Empty;
            this.linkLabelTVShowReleaseDateFormat.Location = new System.Drawing.Point(286, 190);
            this.linkLabelTVShowReleaseDateFormat.Name = "linkLabelTVShowReleaseDateFormat";
            this.linkLabelTVShowReleaseDateFormat.RegularColor = System.Drawing.Color.Empty;
            this.linkLabelTVShowReleaseDateFormat.Size = new System.Drawing.Size(130, 14);
            this.linkLabelTVShowReleaseDateFormat.TabIndex = 8;
            this.linkLabelTVShowReleaseDateFormat.Text = "Formatting help on MSDN";
            this.linkLabelTVShowReleaseDateFormat.Click += new System.EventHandler(this.linkLabelTVShowReleaseDateFormat_Click);
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(6, 191);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(105, 13);
            this.label15.TabIndex = 15;
            this.label15.Text = "Release date format:";
            // 
            // textBoxTVShowReleaseDateFormat
            // 
            this.textBoxTVShowReleaseDateFormat.Location = new System.Drawing.Point(117, 188);
            this.textBoxTVShowReleaseDateFormat.Name = "textBoxTVShowReleaseDateFormat";
            this.textBoxTVShowReleaseDateFormat.Size = new System.Drawing.Size(163, 20);
            this.textBoxTVShowReleaseDateFormat.TabIndex = 7;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(21, 163);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(90, 13);
            this.label14.TabIndex = 13;
            this.label14.Text = "Episode # format:";
            // 
            // comboBoxEpisodeNumberFormat
            // 
            this.comboBoxEpisodeNumberFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEpisodeNumberFormat.FormattingEnabled = true;
            this.comboBoxEpisodeNumberFormat.Items.AddRange(new object[] {
            "1",
            "01"});
            this.comboBoxEpisodeNumberFormat.Location = new System.Drawing.Point(117, 160);
            this.comboBoxEpisodeNumberFormat.Name = "comboBoxEpisodeNumberFormat";
            this.comboBoxEpisodeNumberFormat.Size = new System.Drawing.Size(43, 21);
            this.comboBoxEpisodeNumberFormat.TabIndex = 6;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(23, 136);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(88, 13);
            this.label13.TabIndex = 11;
            this.label13.Text = "Season # format:";
            // 
            // comboBoxSeasonNumberFormat
            // 
            this.comboBoxSeasonNumberFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxSeasonNumberFormat.FormattingEnabled = true;
            this.comboBoxSeasonNumberFormat.Items.AddRange(new object[] {
            "1",
            "01"});
            this.comboBoxSeasonNumberFormat.Location = new System.Drawing.Point(117, 133);
            this.comboBoxSeasonNumberFormat.Name = "comboBoxSeasonNumberFormat";
            this.comboBoxSeasonNumberFormat.Size = new System.Drawing.Size(43, 21);
            this.comboBoxSeasonNumberFormat.TabIndex = 5;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.ForeColor = System.Drawing.SystemColors.GrayText;
            this.label7.Location = new System.Drawing.Point(61, 113);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(50, 13);
            this.label7.TabIndex = 9;
            this.label7.Text = "Example:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(40, 19);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(71, 13);
            this.label8.TabIndex = 1;
            this.label8.Text = "Placeholders:";
            // 
            // selectableLabel4
            // 
            this.selectableLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.selectableLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.selectableLabel4.Location = new System.Drawing.Point(117, 19);
            this.selectableLabel4.Name = "selectableLabel4";
            this.selectableLabel4.ReadOnly = true;
            this.selectableLabel4.Size = new System.Drawing.Size(646, 13);
            this.selectableLabel4.TabIndex = 0;
            this.selectableLabel4.Text = "%volume% %title% %date% %res% %vcodec% %acodec% %channels% %cut% %vlang% %alang% " +
    "%episodetitle% %season% %episode%";
            // 
            // textBoxTVShowFileNameExample
            // 
            this.textBoxTVShowFileNameExample.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxTVShowFileNameExample.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBoxTVShowFileNameExample.Location = new System.Drawing.Point(117, 113);
            this.textBoxTVShowFileNameExample.Name = "textBoxTVShowFileNameExample";
            this.textBoxTVShowFileNameExample.ReadOnly = true;
            this.textBoxTVShowFileNameExample.Size = new System.Drawing.Size(646, 13);
            this.textBoxTVShowFileNameExample.TabIndex = 4;
            this.textBoxTVShowFileNameExample.Text = "s01e01 - \"My First Day\" (2001-10-02) [1080p] [DTS-HD MA 5.1].mkv";
            // 
            // textBoxTVShowDirectoryExample
            // 
            this.textBoxTVShowDirectoryExample.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxTVShowDirectoryExample.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBoxTVShowDirectoryExample.Location = new System.Drawing.Point(117, 68);
            this.textBoxTVShowDirectoryExample.Name = "textBoxTVShowDirectoryExample";
            this.textBoxTVShowDirectoryExample.ReadOnly = true;
            this.textBoxTVShowDirectoryExample.Size = new System.Drawing.Size(643, 13);
            this.textBoxTVShowDirectoryExample.TabIndex = 2;
            this.textBoxTVShowDirectoryExample.Text = "C:\\temp\\SCRUBS";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.ForeColor = System.Drawing.SystemColors.GrayText;
            this.label9.Location = new System.Drawing.Point(61, 68);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(50, 13);
            this.label9.TabIndex = 6;
            this.label9.Text = "Example:";
            // 
            // textBoxTVShowDirectory
            // 
            this.textBoxTVShowDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxTVShowDirectory.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.textBoxTVShowDirectory.DialogTitle = null;
            this.textBoxTVShowDirectory.DialogType = DotNetUtils.Controls.DialogType.OpenDirectory;
            this.textBoxTVShowDirectory.FileExtensions = null;
            this.textBoxTVShowDirectory.Location = new System.Drawing.Point(117, 38);
            this.textBoxTVShowDirectory.Name = "textBoxTVShowDirectory";
            this.textBoxTVShowDirectory.OverwritePrompt = false;
            this.textBoxTVShowDirectory.SelectedPath = "%TEMP%\\%volume%";
            this.textBoxTVShowDirectory.Size = new System.Drawing.Size(646, 24);
            this.textBoxTVShowDirectory.TabIndex = 1;
            // 
            // label10
            // 
            this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(733, 90);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(30, 13);
            this.label10.TabIndex = 4;
            this.label10.Text = ".mkv";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(13, 90);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(98, 13);
            this.label11.TabIndex = 3;
            this.label11.Text = "File name template:";
            // 
            // textBoxTVShowFileName
            // 
            this.textBoxTVShowFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxTVShowFileName.Location = new System.Drawing.Point(117, 87);
            this.textBoxTVShowFileName.Name = "textBoxTVShowFileName";
            this.textBoxTVShowFileName.Size = new System.Drawing.Size(610, 20);
            this.textBoxTVShowFileName.TabIndex = 3;
            this.textBoxTVShowFileName.Text = "s%season%e%episode% - %title% (%date%) [%res%] [%acodec% %channels%]";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(16, 45);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(95, 13);
            this.label12.TabIndex = 1;
            this.label12.Text = "Directory template:";
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Controls.Add(this.textBoxReplaceSpacesWith);
            this.groupBox3.Controls.Add(this.checkBoxReplaceSpaces);
            this.groupBox3.Location = new System.Drawing.Point(12, 12);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(769, 50);
            this.groupBox3.TabIndex = 0;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "General";
            // 
            // textBoxReplaceSpacesWith
            // 
            this.textBoxReplaceSpacesWith.Location = new System.Drawing.Point(199, 18);
            this.textBoxReplaceSpacesWith.MaxLength = 3;
            this.textBoxReplaceSpacesWith.Name = "textBoxReplaceSpacesWith";
            this.textBoxReplaceSpacesWith.Size = new System.Drawing.Size(40, 20);
            this.textBoxReplaceSpacesWith.TabIndex = 1;
            // 
            // checkBoxReplaceSpaces
            // 
            this.checkBoxReplaceSpaces.AutoSize = true;
            this.checkBoxReplaceSpaces.Location = new System.Drawing.Point(12, 20);
            this.checkBoxReplaceSpaces.Name = "checkBoxReplaceSpaces";
            this.checkBoxReplaceSpaces.Size = new System.Drawing.Size(181, 17);
            this.checkBoxReplaceSpaces.TabIndex = 0;
            this.checkBoxReplaceSpaces.Text = "&Replace spaces in filename with:";
            this.checkBoxReplaceSpaces.UseVisualStyleBackColor = true;
            // 
            // buttonCancel
            // 
            this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.buttonCancel.Location = new System.Drawing.Point(706, 676);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(75, 23);
            this.buttonCancel.TabIndex = 5;
            this.buttonCancel.Text = "&Cancel";
            this.buttonCancel.UseVisualStyleBackColor = true;
            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
            // 
            // buttonSave
            // 
            this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(625, 676);
            this.buttonSave.Name = "buttonSave";
            this.buttonSave.Size = new System.Drawing.Size(75, 23);
            this.buttonSave.TabIndex = 4;
            this.buttonSave.Text = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            // 
            // groupBox4
            // 
            this.groupBox4.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.groupBox4.Controls.Add(this.listViewCodecNames);
            this.groupBox4.Location = new System.Drawing.Point(12, 68);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(769, 232);
            this.groupBox4.TabIndex = 1;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Codec names";
            // 
            // listViewCodecNames
            // 
            this.listViewCodecNames.AllowColumnReorder = true;
            this.listViewCodecNames.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.listViewCodecNames.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeaderLabel,
            this.columnHeaderCodec,
            this.columnHeaderNumber});
            this.listViewCodecNames.FullRowSelect = true;
            this.listViewCodecNames.GridLines = true;
            listViewGroup4.Header = "Video";
            listViewGroup4.Name = "listViewGroupVideo";
            listViewGroup5.Header = "Audio";
            listViewGroup5.Name = "listViewGroupAudio";
            listViewGroup6.Header = "Subtitles";
            listViewGroup6.Name = "listViewGroupSubtitles";
            this.listViewCodecNames.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup4,
            listViewGroup5,
            listViewGroup6});
            this.listViewCodecNames.HideSelection = false;
            this.listViewCodecNames.LabelEdit = true;
            this.listViewCodecNames.Location = new System.Drawing.Point(6, 19);
            this.listViewCodecNames.MultiSelect = false;
            this.listViewCodecNames.Name = "listViewCodecNames";
            this.listViewCodecNames.ShowItemToolTips = true;
            this.listViewCodecNames.Size = new System.Drawing.Size(757, 207);
            this.listViewCodecNames.TabIndex = 0;
            this.listViewCodecNames.UseCompatibleStateImageBehavior = false;
            this.listViewCodecNames.View = System.Windows.Forms.View.Details;
            // 
            // columnHeaderLabel
            // 
            this.columnHeaderLabel.DisplayIndex = 2;
            this.columnHeaderLabel.Text = "Label";
            this.columnHeaderLabel.Width = 631;
            // 
            // columnHeaderCodec
            // 
            this.columnHeaderCodec.Text = "Codec";
            // 
            // columnHeaderNumber
            // 
            this.columnHeaderNumber.DisplayIndex = 0;
            this.columnHeaderNumber.Text = "#";
            this.columnHeaderNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // buttonDefault
            // 
            this.buttonDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.buttonDefault.Location = new System.Drawing.Point(93, 676);
            this.buttonDefault.Name = "buttonDefault";
            this.buttonDefault.Size = new System.Drawing.Size(75, 23);
            this.buttonDefault.TabIndex = 7;
            this.buttonDefault.Text = "&Default";
            this.buttonDefault.UseVisualStyleBackColor = true;
            this.buttonDefault.Click += new System.EventHandler(this.buttonDefault_Click);
            // 
            // buttonRevert
            // 
            this.buttonRevert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.buttonRevert.Location = new System.Drawing.Point(12, 676);
            this.buttonRevert.Name = "buttonRevert";
            this.buttonRevert.Size = new System.Drawing.Size(75, 23);
            this.buttonRevert.TabIndex = 6;
            this.buttonRevert.Text = "&Revert";
            this.buttonRevert.UseVisualStyleBackColor = true;
            this.buttonRevert.Click += new System.EventHandler(this.buttonRevert_Click);
            // 
            // FormFileNamerPreferences
            // 
            this.AcceptButton = this.buttonSave;
            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(793, 711);
            this.Controls.Add(this.buttonRevert);
            this.Controls.Add(this.buttonDefault);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonCancel);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "FormFileNamerPreferences";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "BDHero File Namer Preferences";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Administratoren", System.Windows.Forms.HorizontalAlignment.Left);
			System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Benutzer", System.Windows.Forms.HorizontalAlignment.Left);
			this.pnlUsrBase = new System.Windows.Forms.Panel();
			this.lvwUser = new updateSystemDotNet.Administration.UI.Controls.extendedListView();
			this.clmName = new System.Windows.Forms.ColumnHeader();
			this.clmMaxProjects = new System.Windows.Forms.ColumnHeader();
			this.clmIsActive = new System.Windows.Forms.ColumnHeader();
			this.bgwRefreshUser = new System.ComponentModel.BackgroundWorker();
			this.bgwDeleteUser = new System.ComponentModel.BackgroundWorker();
			this.pnlUsrBase.SuspendLayout();
			this.SuspendLayout();
			// 
			// pnlUsrBase
			// 
			this.pnlUsrBase.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.pnlUsrBase.Controls.Add(this.lvwUser);
			this.pnlUsrBase.Location = new System.Drawing.Point(5, 28);
			this.pnlUsrBase.Name = "pnlUsrBase";
			this.pnlUsrBase.Size = new System.Drawing.Size(443, 124);
			this.pnlUsrBase.TabIndex = 1;
			// 
			// lvwUser
			// 
			this.lvwUser.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.clmName,
            this.clmMaxProjects,
            this.clmIsActive});
			this.lvwUser.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvwUser.FullRowSelect = true;
			listViewGroup1.Header = "Administratoren";
			listViewGroup1.Name = "grpAdmins";
			listViewGroup2.Header = "Benutzer";
			listViewGroup2.Name = "grpUser";
			this.lvwUser.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
			this.lvwUser.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.lvwUser.Location = new System.Drawing.Point(0, 0);
			this.lvwUser.MultiSelect = false;
			this.lvwUser.Name = "lvwUser";
			this.lvwUser.Size = new System.Drawing.Size(443, 124);
			this.lvwUser.TabIndex = 1;
			this.lvwUser.UseCompatibleStateImageBehavior = false;
			this.lvwUser.View = System.Windows.Forms.View.Details;
			this.lvwUser.SelectedIndexChanged += new System.EventHandler(this.lvwUser_SelectedIndexChanged);
			// 
			// clmName
			// 
			this.clmName.Text = "Benutzername";
			this.clmName.Width = 269;
			// 
			// clmMaxProjects
			// 
			this.clmMaxProjects.Text = "Max. Projekte";
			this.clmMaxProjects.Width = 100;
			// 
			// clmIsActive
			// 
			this.clmIsActive.Text = "Aktiv";
			this.clmIsActive.Width = 50;
			// 
			// bgwRefreshUser
			// 
			this.bgwRefreshUser.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwRefreshUser_DoWork);
			// 
			// bgwDeleteUser
			// 
			this.bgwDeleteUser.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwDeleteUser_DoWork);
			this.bgwDeleteUser.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwDeleteUser_RunWorkerCompleted);
			// 
			// statisticUsersSubPage
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.pnlUsrBase);
			this.Name = "statisticUsersSubPage";
			this.Size = new System.Drawing.Size(451, 155);
			this.Controls.SetChildIndex(this.pnlUsrBase, 0);
			this.pnlUsrBase.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("group1", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("group2", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("group3", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem  listViewItem1  = new System.Windows.Forms.ListViewItem("qwerqewr");
     System.Windows.Forms.ListViewItem  listViewItem2  = new System.Windows.Forms.ListViewItem(new System.Windows.Forms.ListViewItem.ListViewSubItem[] {
         new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "asdfasdf"),
         new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "sub1", System.Drawing.SystemColors.Info, System.Drawing.SystemColors.HotTrack, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)))),
         new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "sub2")
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem3          = new System.Windows.Forms.ListViewItem("jjjjjjjjjjjjjj");
     System.Windows.Forms.ListViewItem listViewItem4          = new System.Windows.Forms.ListViewItem("hhhhhhhhhhhhhh");
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Vixen2xSequenceImporterChannelMapper));
     this.listViewMapping             = new System.Windows.Forms.ListView();
     this.v2Channel                   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.v2ChannelOutput             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.v2ChannelName               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.v2ChannelColor              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.destinationElement          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.destinationColor            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.RGBPixelColumn              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.buttonCancel                = new System.Windows.Forms.Button();
     this.buttonOK                    = new System.Windows.Forms.Button();
     this.multiSelectTreeview1        = new Common.Controls.MultiSelectTreeview();
     this.destinationColorButton      = new System.Windows.Forms.Button();
     this.mappingNameLabel            = new System.Windows.Forms.Label();
     this.mappingNameTextBox          = new System.Windows.Forms.TextBox();
     this.numericUpDownRepeatElements = new System.Windows.Forms.NumericUpDown();
     this.label1             = new System.Windows.Forms.Label();
     this.checkBoxRGB        = new System.Windows.Forms.CheckBox();
     this.comboBoxColorOrder = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRepeatElements)).BeginInit();
     this.SuspendLayout();
     //
     // listViewMapping
     //
     this.listViewMapping.AllowDrop = true;
     this.listViewMapping.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)));
     this.listViewMapping.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.v2Channel,
         this.v2ChannelOutput,
         this.v2ChannelName,
         this.v2ChannelColor,
         this.destinationElement,
         this.destinationColor,
         this.RGBPixelColumn
     });
     this.listViewMapping.FullRowSelect = true;
     this.listViewMapping.GridLines     = true;
     listViewGroup1.Header = "group1";
     listViewGroup1.Name   = "listViewGroup1";
     listViewGroup2.Header = "group2";
     listViewGroup2.Name   = "listViewGroup2";
     listViewGroup3.Header = "group3";
     listViewGroup3.Name   = "listViewGroup3";
     this.listViewMapping.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2,
         listViewGroup3
     });
     this.listViewMapping.HideSelection = false;
     this.listViewMapping.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4
     });
     this.listViewMapping.Location   = new System.Drawing.Point(14, 14);
     this.listViewMapping.Name       = "listViewMapping";
     this.listViewMapping.ShowGroups = false;
     this.listViewMapping.Size       = new System.Drawing.Size(732, 562);
     this.listViewMapping.TabIndex   = 0;
     this.listViewMapping.UseCompatibleStateImageBehavior = false;
     this.listViewMapping.View       = System.Windows.Forms.View.Details;
     this.listViewMapping.DragDrop  += new System.Windows.Forms.DragEventHandler(this.listViewMapping_DragDrop);
     this.listViewMapping.DragEnter += new System.Windows.Forms.DragEventHandler(this.listViewMapping_DragEnter);
     //
     // v2Channel
     //
     this.v2Channel.Text  = "V2 Channel";
     this.v2Channel.Width = 68;
     //
     // v2ChannelOutput
     //
     this.v2ChannelOutput.Text  = "V2 Output";
     this.v2ChannelOutput.Width = 68;
     //
     // v2ChannelName
     //
     this.v2ChannelName.Text  = "V2 Name";
     this.v2ChannelName.Width = 130;
     //
     // v2ChannelColor
     //
     this.v2ChannelColor.Text  = "V2 Color";
     this.v2ChannelColor.Width = 70;
     //
     // destinationElement
     //
     this.destinationElement.Text  = "Destination Element";
     this.destinationElement.Width = 150;
     //
     // destinationColor
     //
     this.destinationColor.Text  = "Import Color";
     this.destinationColor.Width = 120;
     //
     // RGBPixelColumn
     //
     this.RGBPixelColumn.Text = "Color Mixing";
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(885, 594);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(105, 29);
     this.buttonCancel.TabIndex                = 2;
     this.buttonCancel.Text                    = "Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click                  += new System.EventHandler(this.buttonCancel_Click);
     this.buttonCancel.MouseLeave             += new System.EventHandler(this.buttonBackground_MouseLeave);
     this.buttonCancel.MouseHover             += new System.EventHandler(this.buttonBackground_MouseHover);
     //
     // buttonOK
     //
     this.buttonOK.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.Location                = new System.Drawing.Point(997, 594);
     this.buttonOK.Name                    = "buttonOK";
     this.buttonOK.Size                    = new System.Drawing.Size(105, 29);
     this.buttonOK.TabIndex                = 4;
     this.buttonOK.Text                    = "OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click                  += new System.EventHandler(this.buttonOK_Click);
     this.buttonOK.MouseLeave             += new System.EventHandler(this.buttonBackground_MouseLeave);
     this.buttonOK.MouseHover             += new System.EventHandler(this.buttonBackground_MouseHover);
     //
     // multiSelectTreeview1
     //
     this.multiSelectTreeview1.AllowDrop = true;
     this.multiSelectTreeview1.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.multiSelectTreeview1.CustomDragCursor             = null;
     this.multiSelectTreeview1.DragDefaultMode              = System.Windows.Forms.DragDropEffects.Move;
     this.multiSelectTreeview1.DragDestinationNodeBackColor = System.Drawing.SystemColors.Highlight;
     this.multiSelectTreeview1.DragDestinationNodeForeColor = System.Drawing.SystemColors.HighlightText;
     this.multiSelectTreeview1.DragSourceNodeBackColor      = System.Drawing.SystemColors.ControlLight;
     this.multiSelectTreeview1.DragSourceNodeForeColor      = System.Drawing.SystemColors.ControlText;
     this.multiSelectTreeview1.Location              = new System.Drawing.Point(754, 14);
     this.multiSelectTreeview1.Name                  = "multiSelectTreeview1";
     this.multiSelectTreeview1.SelectedNodes         = ((System.Collections.Generic.List <System.Windows.Forms.TreeNode>)(resources.GetObject("multiSelectTreeview1.SelectedNodes")));
     this.multiSelectTreeview1.Size                  = new System.Drawing.Size(348, 562);
     this.multiSelectTreeview1.TabIndex              = 5;
     this.multiSelectTreeview1.UsingCustomDragCursor = false;
     this.multiSelectTreeview1.ItemDrag             += new System.Windows.Forms.ItemDragEventHandler(this.multiSelectTreeview1_ItemDrag);
     this.multiSelectTreeview1.DragEnter            += new System.Windows.Forms.DragEventHandler(this.multiSelectTreeview1_DragEnter);
     //
     // destinationColorButton
     //
     this.destinationColorButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.destinationColorButton.Location = new System.Drawing.Point(343, 594);
     this.destinationColorButton.Name     = "destinationColorButton";
     this.destinationColorButton.Size     = new System.Drawing.Size(105, 29);
     this.destinationColorButton.TabIndex = 6;
     this.destinationColorButton.Text     = "Set Import Color";
     this.destinationColorButton.UseVisualStyleBackColor = true;
     this.destinationColorButton.Click      += new System.EventHandler(this.destinationColorButton_Click);
     this.destinationColorButton.MouseLeave += new System.EventHandler(this.buttonBackground_MouseLeave);
     this.destinationColorButton.MouseHover += new System.EventHandler(this.buttonBackground_MouseHover);
     //
     // mappingNameLabel
     //
     this.mappingNameLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.mappingNameLabel.AutoSize = true;
     this.mappingNameLabel.Location = new System.Drawing.Point(14, 601);
     this.mappingNameLabel.Name     = "mappingNameLabel";
     this.mappingNameLabel.Size     = new System.Drawing.Size(93, 15);
     this.mappingNameLabel.TabIndex = 7;
     this.mappingNameLabel.Text     = "Mapping Name:";
     //
     // mappingNameTextBox
     //
     this.mappingNameTextBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.mappingNameTextBox.Location = new System.Drawing.Point(117, 598);
     this.mappingNameTextBox.Name     = "mappingNameTextBox";
     this.mappingNameTextBox.Size     = new System.Drawing.Size(195, 23);
     this.mappingNameTextBox.TabIndex = 8;
     //
     // numericUpDownRepeatElements
     //
     this.numericUpDownRepeatElements.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.numericUpDownRepeatElements.Location = new System.Drawing.Point(602, 598);
     this.numericUpDownRepeatElements.Maximum  = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.numericUpDownRepeatElements.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownRepeatElements.Name     = "numericUpDownRepeatElements";
     this.numericUpDownRepeatElements.Size     = new System.Drawing.Size(47, 23);
     this.numericUpDownRepeatElements.TabIndex = 9;
     this.numericUpDownRepeatElements.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(478, 601);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(111, 15);
     this.label1.TabIndex = 10;
     this.label1.Text     = "Repeat Elements:   x";
     //
     // checkBoxRGB
     //
     this.checkBoxRGB.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBoxRGB.AutoSize        = true;
     this.checkBoxRGB.Location        = new System.Drawing.Point(661, 600);
     this.checkBoxRGB.Name            = "checkBoxRGB";
     this.checkBoxRGB.Size            = new System.Drawing.Size(94, 19);
     this.checkBoxRGB.TabIndex        = 11;
     this.checkBoxRGB.Text            = "Color Mixing";
     this.checkBoxRGB.CheckedChanged += new System.EventHandler(this.checkBoxRGB_CheckedChanged);
     //
     // comboBoxColorOrder
     //
     this.comboBoxColorOrder.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.comboBoxColorOrder.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxColorOrder.FormattingEnabled = true;
     this.comboBoxColorOrder.Items.AddRange(new object[] {
         "RGB",
         "RBG",
         "BRG",
         "BGR",
         "GRB",
         "GBR"
     });
     this.comboBoxColorOrder.Location = new System.Drawing.Point(758, 595);
     this.comboBoxColorOrder.Name     = "comboBoxColorOrder";
     this.comboBoxColorOrder.Size     = new System.Drawing.Size(87, 23);
     this.comboBoxColorOrder.TabIndex = 12;
     //
     // Vixen2xSequenceImporterChannelMapper
     //
     this.AcceptButton        = this.buttonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(1109, 637);
     this.Controls.Add(this.checkBoxRGB);
     this.Controls.Add(this.comboBoxColorOrder);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.numericUpDownRepeatElements);
     this.Controls.Add(this.mappingNameTextBox);
     this.Controls.Add(this.mappingNameLabel);
     this.Controls.Add(this.destinationColorButton);
     this.Controls.Add(this.multiSelectTreeview1);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.listViewMapping);
     this.DoubleBuffered = true;
     this.Name           = "Vixen2xSequenceImporterChannelMapper";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text           = "Vixen 2.x Channel Mapping";
     this.Load          += new System.EventHandler(this.Vixen2xSequenceImporterChannelMapper_Load);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRepeatElements)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("xxxxxxxx", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("yyyyyy", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
            "aaa",
            "a1",
            "a2"}, -1);
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
            "bbb",
            "b1",
            "b2"}, -1);
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("ccc");
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCustomers_ListView));
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.listView2 = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.listView1 = new System.Windows.Forms.ListView();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.largeIconToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.smallIconToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.detailViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.orderByToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.customerIDAscToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.customerIDDescToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupByToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.countryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.無ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ImageList2 = new System.Windows.Forms.ImageList(this.components);
            this.ImageList1 = new System.Windows.Forms.ImageList(this.components);
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(771, 457);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.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(763, 431);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "TreeView/ListView";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(3, 3);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
            this.splitContainer1.Panel1.Controls.Add(this.listView2);
            this.splitContainer1.Panel1.Controls.Add(this.comboBox1);
            this.splitContainer1.Panel1.Controls.Add(this.label1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.listView1);
            this.splitContainer1.Size = new System.Drawing.Size(757, 425);
            this.splitContainer1.SplitterDistance = 152;
            this.splitContainer1.TabIndex = 0;
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(561, 12);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 24;
            this.dataGridView1.Size = new System.Drawing.Size(240, 117);
            this.dataGridView1.TabIndex = 3;
            // 
            // listView2
            // 
            this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3});
            listViewGroup1.Header = "xxxxxxxx";
            listViewGroup1.Name = "xxxxxxxx";
            listViewGroup2.Header = "yyyyyy";
            listViewGroup2.Name = "yyyyyyy";
            this.listView2.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
            listViewItem1.Group = listViewGroup1;
            listViewItem3.Group = listViewGroup2;
            this.listView2.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3});
            this.listView2.Location = new System.Drawing.Point(264, 12);
            this.listView2.Name = "listView2";
            this.listView2.Size = new System.Drawing.Size(291, 110);
            this.listView2.TabIndex = 2;
            this.listView2.UseCompatibleStateImageBehavior = false;
            this.listView2.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "xxx";
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "yyy";
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "zzz";
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(87, 22);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 20);
            this.comboBox1.TabIndex = 1;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(34, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "Country:";
            // 
            // listView1
            // 
            this.listView1.ContextMenuStrip = this.contextMenuStrip1;
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.LargeImageList = this.ImageList2;
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(757, 269);
            this.listView1.SmallImageList = this.ImageList1;
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.largeIconToolStripMenuItem,
            this.smallIconToolStripMenuItem,
            this.detailViewToolStripMenuItem,
            this.orderByToolStripMenuItem,
            this.groupByToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(135, 114);
            // 
            // largeIconToolStripMenuItem
            // 
            this.largeIconToolStripMenuItem.Name = "largeIconToolStripMenuItem";
            this.largeIconToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.largeIconToolStripMenuItem.Text = "LargeIcon";
            this.largeIconToolStripMenuItem.Click += new System.EventHandler(this.largeIconToolStripMenuItem_Click);
            // 
            // smallIconToolStripMenuItem
            // 
            this.smallIconToolStripMenuItem.Name = "smallIconToolStripMenuItem";
            this.smallIconToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.smallIconToolStripMenuItem.Text = "SmallIcon";
            this.smallIconToolStripMenuItem.Click += new System.EventHandler(this.smallIconToolStripMenuItem_Click);
            // 
            // detailViewToolStripMenuItem
            // 
            this.detailViewToolStripMenuItem.Name = "detailViewToolStripMenuItem";
            this.detailViewToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.detailViewToolStripMenuItem.Text = "DetailView";
            this.detailViewToolStripMenuItem.Click += new System.EventHandler(this.detailViewToolStripMenuItem_Click);
            // 
            // orderByToolStripMenuItem
            // 
            this.orderByToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.customerIDAscToolStripMenuItem,
            this.customerIDDescToolStripMenuItem});
            this.orderByToolStripMenuItem.Name = "orderByToolStripMenuItem";
            this.orderByToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.orderByToolStripMenuItem.Text = "Order by";
            // 
            // customerIDAscToolStripMenuItem
            // 
            this.customerIDAscToolStripMenuItem.Name = "customerIDAscToolStripMenuItem";
            this.customerIDAscToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
            this.customerIDAscToolStripMenuItem.Text = "CustomerID Asc";
            this.customerIDAscToolStripMenuItem.Click += new System.EventHandler(this.customerIDAscToolStripMenuItem_Click);
            // 
            // customerIDDescToolStripMenuItem
            // 
            this.customerIDDescToolStripMenuItem.Name = "customerIDDescToolStripMenuItem";
            this.customerIDDescToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
            this.customerIDDescToolStripMenuItem.Text = "CustomerID Desc";
            this.customerIDDescToolStripMenuItem.Click += new System.EventHandler(this.customerIDDescToolStripMenuItem_Click);
            // 
            // groupByToolStripMenuItem
            // 
            this.groupByToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.countryToolStripMenuItem,
            this.無ToolStripMenuItem});
            this.groupByToolStripMenuItem.Name = "groupByToolStripMenuItem";
            this.groupByToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.groupByToolStripMenuItem.Text = "Group by";
            // 
            // countryToolStripMenuItem
            // 
            this.countryToolStripMenuItem.Name = "countryToolStripMenuItem";
            this.countryToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.countryToolStripMenuItem.Text = "Country";
            this.countryToolStripMenuItem.Click += new System.EventHandler(this.countryToolStripMenuItem_Click);
            // 
            // 無ToolStripMenuItem
            // 
            this.無ToolStripMenuItem.Name = "無ToolStripMenuItem";
            this.無ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.無ToolStripMenuItem.Text = "無";
            this.無ToolStripMenuItem.Click += new System.EventHandler(this.無ToolStripMenuItem_Click);
            // 
            // ImageList2
            // 
            this.ImageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList2.ImageStream")));
            this.ImageList2.TransparentColor = System.Drawing.Color.Transparent;
            this.ImageList2.Images.SetKeyName(0, "FLGGERM.ICO");
            this.ImageList2.Images.SetKeyName(1, "CTRCAN.ICO");
            this.ImageList2.Images.SetKeyName(2, "CTRFRAN.ICO");
            this.ImageList2.Images.SetKeyName(3, "CTRGERM.ICO");
            this.ImageList2.Images.SetKeyName(4, "CTRITALY.ICO");
            this.ImageList2.Images.SetKeyName(5, "CTRJAPAN.ICO");
            this.ImageList2.Images.SetKeyName(6, "CTRMEX.ICO");
            this.ImageList2.Images.SetKeyName(7, "CTRSKOR.ICO");
            this.ImageList2.Images.SetKeyName(8, "CTRSPAIN.ICO");
            this.ImageList2.Images.SetKeyName(9, "CTRUK.ICO");
            this.ImageList2.Images.SetKeyName(10, "CTRUSA.ICO");
            this.ImageList2.Images.SetKeyName(11, "FLGASTRL.ICO");
            this.ImageList2.Images.SetKeyName(12, "FLGAUSTA.ICO");
            this.ImageList2.Images.SetKeyName(13, "FLGBELG.ICO");
            this.ImageList2.Images.SetKeyName(14, "FLGBRAZL.ICO");
            this.ImageList2.Images.SetKeyName(15, "FLGCAN.ICO");
            this.ImageList2.Images.SetKeyName(16, "FLGDEN.ICO");
            this.ImageList2.Images.SetKeyName(17, "FLGFIN.ICO");
            this.ImageList2.Images.SetKeyName(18, "FLGFRAN.ICO");
            // 
            // ImageList1
            // 
            this.ImageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList1.ImageStream")));
            this.ImageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.ImageList1.Images.SetKeyName(0, "FLGGERM.ICO");
            this.ImageList1.Images.SetKeyName(1, "CTRCAN.ICO");
            this.ImageList1.Images.SetKeyName(2, "CTRFRAN.ICO");
            this.ImageList1.Images.SetKeyName(3, "CTRGERM.ICO");
            this.ImageList1.Images.SetKeyName(4, "CTRITALY.ICO");
            this.ImageList1.Images.SetKeyName(5, "CTRJAPAN.ICO");
            this.ImageList1.Images.SetKeyName(6, "CTRMEX.ICO");
            this.ImageList1.Images.SetKeyName(7, "CTRSKOR.ICO");
            this.ImageList1.Images.SetKeyName(8, "CTRSPAIN.ICO");
            this.ImageList1.Images.SetKeyName(9, "CTRUK.ICO");
            this.ImageList1.Images.SetKeyName(10, "CTRUSA.ICO");
            this.ImageList1.Images.SetKeyName(11, "FLGASTRL.ICO");
            this.ImageList1.Images.SetKeyName(12, "FLGAUSTA.ICO");
            this.ImageList1.Images.SetKeyName(13, "FLGBELG.ICO");
            this.ImageList1.Images.SetKeyName(14, "FLGBRAZL.ICO");
            this.ImageList1.Images.SetKeyName(15, "FLGCAN.ICO");
            this.ImageList1.Images.SetKeyName(16, "FLGDEN.ICO");
            this.ImageList1.Images.SetKeyName(17, "FLGFIN.ICO");
            this.ImageList1.Images.SetKeyName(18, "FLGFRAN.ICO");
            // 
            // FrmCustomers_ListView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(771, 457);
            this.Controls.Add(this.tabControl1);
            this.Name = "FrmCustomers_ListView";
            this.Text = "FrmCustomer_ListView";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.contextMenuStrip1.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.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     this.listView1            = new System.Windows.Forms.ListView();
     this.StevilkaColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.DatumColumnHeader    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.LokacijaColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ZnesekColumnHeader   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label1              = new System.Windows.Forms.Label();
     this.DodajButton         = new System.Windows.Forms.Button();
     this.ArhivButton         = new System.Windows.Forms.Button();
     this.UpdateButton        = new System.Windows.Forms.Button();
     this.DeleteButton        = new System.Windows.Forms.Button();
     this.IzvoziButton        = new System.Windows.Forms.Button();
     this.OsebniPodatkiButton = new System.Windows.Forms.Button();
     this.SkupajTextBox       = new System.Windows.Forms.TextBox();
     this.SkupajLabel         = new System.Windows.Forms.Label();
     this.OstaloButton        = new System.Windows.Forms.Button();
     this.OdjavaButton        = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.StevilkaColumnHeader,
         this.DatumColumnHeader,
         this.LokacijaColumnHeader,
         this.ZnesekColumnHeader
     });
     this.listView1.FullRowSelect = true;
     listViewGroup2.Header        = "ListViewGroup";
     listViewGroup2.Name          = "StevilkaListViewGroup1";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup2
     });
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(57, 75);
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(788, 245);
     this.listView1.TabIndex      = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // StevilkaColumnHeader
     //
     this.StevilkaColumnHeader.Text = "";
     //
     // DatumColumnHeader
     //
     this.DatumColumnHeader.Text  = "Datum";
     this.DatumColumnHeader.Width = 178;
     //
     // LokacijaColumnHeader
     //
     this.LokacijaColumnHeader.DisplayIndex = 3;
     this.LokacijaColumnHeader.Text         = "Lokacija";
     this.LokacijaColumnHeader.Width        = 172;
     //
     // ZnesekColumnHeader
     //
     this.ZnesekColumnHeader.DisplayIndex = 2;
     this.ZnesekColumnHeader.Text         = "Znesek";
     this.ZnesekColumnHeader.Width        = 168;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label1.ForeColor = System.Drawing.SystemColors.Control;
     this.label1.Location  = new System.Drawing.Point(310, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(241, 44);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Tvoji Stroški";
     //
     // DodajButton
     //
     this.DodajButton.BackColor = System.Drawing.Color.RoyalBlue;
     this.DodajButton.FlatAppearance.BorderColor        = System.Drawing.Color.Black;
     this.DodajButton.FlatAppearance.BorderSize         = 3;
     this.DodajButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.DodajButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.DodajButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.DodajButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.DodajButton.ForeColor = System.Drawing.SystemColors.Control;
     this.DodajButton.Location  = new System.Drawing.Point(919, 193);
     this.DodajButton.Name      = "DodajButton";
     this.DodajButton.Size      = new System.Drawing.Size(158, 53);
     this.DodajButton.TabIndex  = 2;
     this.DodajButton.Text      = "Dodaj";
     this.DodajButton.UseVisualStyleBackColor = false;
     this.DodajButton.Click += new System.EventHandler(this.DodajButton_Click);
     //
     // ArhivButton
     //
     this.ArhivButton.BackColor = System.Drawing.Color.RoyalBlue;
     this.ArhivButton.FlatAppearance.BorderColor        = System.Drawing.Color.Black;
     this.ArhivButton.FlatAppearance.BorderSize         = 3;
     this.ArhivButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.ArhivButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.ArhivButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ArhivButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.ArhivButton.ForeColor = System.Drawing.SystemColors.Control;
     this.ArhivButton.Location  = new System.Drawing.Point(919, 262);
     this.ArhivButton.Name      = "ArhivButton";
     this.ArhivButton.Size      = new System.Drawing.Size(158, 48);
     this.ArhivButton.TabIndex  = 3;
     this.ArhivButton.Text      = "Arhiv";
     this.ArhivButton.UseVisualStyleBackColor = false;
     this.ArhivButton.Click += new System.EventHandler(this.ArhivButton_Click);
     //
     // UpdateButton
     //
     this.UpdateButton.BackColor = System.Drawing.Color.RoyalBlue;
     this.UpdateButton.FlatAppearance.BorderColor        = System.Drawing.Color.Black;
     this.UpdateButton.FlatAppearance.BorderSize         = 3;
     this.UpdateButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.UpdateButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.UpdateButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.UpdateButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UpdateButton.ForeColor = System.Drawing.SystemColors.Control;
     this.UpdateButton.Location  = new System.Drawing.Point(535, 327);
     this.UpdateButton.Name      = "UpdateButton";
     this.UpdateButton.Size      = new System.Drawing.Size(150, 45);
     this.UpdateButton.TabIndex  = 4;
     this.UpdateButton.Text      = "Update";
     this.UpdateButton.UseVisualStyleBackColor = false;
     this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click);
     //
     // DeleteButton
     //
     this.DeleteButton.BackColor = System.Drawing.Color.RoyalBlue;
     this.DeleteButton.FlatAppearance.BorderColor        = System.Drawing.Color.Black;
     this.DeleteButton.FlatAppearance.BorderSize         = 3;
     this.DeleteButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.DeleteButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.DeleteButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.DeleteButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.DeleteButton.ForeColor = System.Drawing.SystemColors.Control;
     this.DeleteButton.Location  = new System.Drawing.Point(691, 327);
     this.DeleteButton.Name      = "DeleteButton";
     this.DeleteButton.Size      = new System.Drawing.Size(154, 45);
     this.DeleteButton.TabIndex  = 5;
     this.DeleteButton.Text      = "Delete";
     this.DeleteButton.UseVisualStyleBackColor = false;
     this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
     //
     // IzvoziButton
     //
     this.IzvoziButton.BackColor = System.Drawing.Color.RoyalBlue;
     this.IzvoziButton.FlatAppearance.BorderColor        = System.Drawing.Color.Black;
     this.IzvoziButton.FlatAppearance.BorderSize         = 3;
     this.IzvoziButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.IzvoziButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.IzvoziButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.IzvoziButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.IzvoziButton.ForeColor = System.Drawing.SystemColors.Control;
     this.IzvoziButton.Location  = new System.Drawing.Point(379, 327);
     this.IzvoziButton.Name      = "IzvoziButton";
     this.IzvoziButton.Size      = new System.Drawing.Size(150, 46);
     this.IzvoziButton.TabIndex  = 6;
     this.IzvoziButton.Text      = "Izvozi";
     this.IzvoziButton.UseVisualStyleBackColor = false;
     this.IzvoziButton.Click += new System.EventHandler(this.IzvoziButton_Click);
     //
     // OsebniPodatkiButton
     //
     this.OsebniPodatkiButton.BackColor = System.Drawing.Color.RoyalBlue;
     this.OsebniPodatkiButton.FlatAppearance.BorderColor        = System.Drawing.Color.Black;
     this.OsebniPodatkiButton.FlatAppearance.BorderSize         = 3;
     this.OsebniPodatkiButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.OsebniPodatkiButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.OsebniPodatkiButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.OsebniPodatkiButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.OsebniPodatkiButton.ForeColor = System.Drawing.SystemColors.Control;
     this.OsebniPodatkiButton.Location  = new System.Drawing.Point(919, 326);
     this.OsebniPodatkiButton.Name      = "OsebniPodatkiButton";
     this.OsebniPodatkiButton.Size      = new System.Drawing.Size(158, 46);
     this.OsebniPodatkiButton.TabIndex  = 7;
     this.OsebniPodatkiButton.Text      = "Osebni Podatki";
     this.OsebniPodatkiButton.UseVisualStyleBackColor = false;
     this.OsebniPodatkiButton.Click += new System.EventHandler(this.OsebniPodatkiButton_Click);
     //
     // SkupajTextBox
     //
     this.SkupajTextBox.Enabled  = false;
     this.SkupajTextBox.Location = new System.Drawing.Point(919, 120);
     this.SkupajTextBox.Name     = "SkupajTextBox";
     this.SkupajTextBox.Size     = new System.Drawing.Size(158, 22);
     this.SkupajTextBox.TabIndex = 8;
     //
     // SkupajLabel
     //
     this.SkupajLabel.AutoSize  = true;
     this.SkupajLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.SkupajLabel.ForeColor = System.Drawing.SystemColors.Control;
     this.SkupajLabel.Location  = new System.Drawing.Point(958, 75);
     this.SkupajLabel.Name      = "SkupajLabel";
     this.SkupajLabel.Size      = new System.Drawing.Size(79, 25);
     this.SkupajLabel.TabIndex  = 9;
     this.SkupajLabel.Text      = "Skupaj";
     //
     // OstaloButton
     //
     this.OstaloButton.BackColor = System.Drawing.Color.RoyalBlue;
     this.OstaloButton.FlatAppearance.BorderColor        = System.Drawing.Color.Black;
     this.OstaloButton.FlatAppearance.BorderSize         = 3;
     this.OstaloButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.OstaloButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.OstaloButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.OstaloButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.OstaloButton.ForeColor = System.Drawing.SystemColors.Control;
     this.OstaloButton.Location  = new System.Drawing.Point(1, 398);
     this.OstaloButton.Name      = "OstaloButton";
     this.OstaloButton.Size      = new System.Drawing.Size(148, 40);
     this.OstaloButton.TabIndex  = 10;
     this.OstaloButton.Text      = "Ostalo";
     this.OstaloButton.UseVisualStyleBackColor = false;
     this.OstaloButton.Click += new System.EventHandler(this.button1_Click);
     //
     // OdjavaButton
     //
     this.OdjavaButton.BackColor = System.Drawing.Color.RoyalBlue;
     this.OdjavaButton.FlatAppearance.BorderColor        = System.Drawing.Color.Black;
     this.OdjavaButton.FlatAppearance.BorderSize         = 3;
     this.OdjavaButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.OdjavaButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DodgerBlue;
     this.OdjavaButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.OdjavaButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.OdjavaButton.ForeColor = System.Drawing.SystemColors.Control;
     this.OdjavaButton.Location  = new System.Drawing.Point(1, 9);
     this.OdjavaButton.Name      = "OdjavaButton";
     this.OdjavaButton.Size      = new System.Drawing.Size(148, 40);
     this.OdjavaButton.TabIndex  = 11;
     this.OdjavaButton.Text      = "Odjava";
     this.OdjavaButton.UseVisualStyleBackColor = false;
     this.OdjavaButton.Click += new System.EventHandler(this.OdjavaButton_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.MidnightBlue;
     this.ClientSize          = new System.Drawing.Size(1191, 450);
     this.Controls.Add(this.OdjavaButton);
     this.Controls.Add(this.OstaloButton);
     this.Controls.Add(this.SkupajLabel);
     this.Controls.Add(this.SkupajTextBox);
     this.Controls.Add(this.OsebniPodatkiButton);
     this.Controls.Add(this.IzvoziButton);
     this.Controls.Add(this.DeleteButton);
     this.Controls.Add(this.UpdateButton);
     this.Controls.Add(this.ArhivButton);
     this.Controls.Add(this.DodajButton);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listView1);
     this.Name  = "MainForm";
     this.Text  = "MainForm";
     this.Load += new System.EventHandler(this.MainForm_Load);
     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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.ListViewGroup         listViewGroup1         = new System.Windows.Forms.ListViewGroup("Group1", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup         listViewGroup2         = new System.Windows.Forms.ListViewGroup("Group2", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewGroup         listViewGroup3         = new System.Windows.Forms.ListViewGroup("Group3", System.Windows.Forms.HorizontalAlignment.Right);
     System.Windows.Forms.ListViewItem          listViewItem1          = new System.Windows.Forms.ListViewItem(new string[] {
         "Item1",
         "Item1",
         "Item2"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
         "ItemText",
         "Code",
         "Name"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
         "Item3",
         "Column2",
         "Column3"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
         "ItemX",
         "item1",
         "item2",
         "item3"
     }, -1);
     this.lbText = new System.Windows.Forms.Label();
     this.entityBindingSource           = new System.Windows.Forms.BindingSource(this.components);
     this.dgContent                     = new System.Windows.Forms.DataGridView();
     this.codeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panelHeader                   = new System.Windows.Forms.Panel();
     this.label1           = new System.Windows.Forms.Label();
     this.panelFooter      = new System.Windows.Forms.Panel();
     this.listView1        = new System.Windows.Forms.ListView();
     this.Column_Title     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Column_Code      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Column_Name      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnDebug         = new System.Windows.Forms.Button();
     this.label2           = new System.Windows.Forms.Label();
     this.panelContent     = new System.Windows.Forms.Panel();
     this.panelSummary     = new System.Windows.Forms.Panel();
     this.lbSummary        = new System.Windows.Forms.Label();
     this.tbxText          = new System.Windows.Forms.TextBox();
     this.panelRightBorder = new System.Windows.Forms.Panel();
     this.label4           = new System.Windows.Forms.Label();
     this.panLeftBorder    = new System.Windows.Forms.Panel();
     this.label3           = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.entityBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgContent)).BeginInit();
     this.panelHeader.SuspendLayout();
     this.panelFooter.SuspendLayout();
     this.panelContent.SuspendLayout();
     this.panelSummary.SuspendLayout();
     this.panelRightBorder.SuspendLayout();
     this.panLeftBorder.SuspendLayout();
     this.SuspendLayout();
     //
     // lbText
     //
     this.lbText.AutoSize = true;
     this.lbText.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.entityBindingSource, "Code", true));
     this.lbText.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.entityBindingSource, "Name", true));
     this.lbText.Location = new System.Drawing.Point(8, 51);
     this.lbText.Name     = "lbText";
     this.lbText.Size     = new System.Drawing.Size(215, 18);
     this.lbText.TabIndex = 0;
     this.lbText.Text     = "Binding visible = flase";
     this.lbText.Click   += new System.EventHandler(this.lbText_Click);
     //
     // entityBindingSource
     //
     this.entityBindingSource.AllowNew   = false;
     this.entityBindingSource.DataSource = typeof(DynamicFormEngine.Entity);
     //
     // dgContent
     //
     this.dgContent.AllowUserToOrderColumns       = true;
     this.dgContent.AutoGenerateColumns           = false;
     this.dgContent.AutoSizeColumnsMode           = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dgContent.AutoSizeRowsMode              = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders;
     this.dgContent.BackgroundColor               = System.Drawing.Color.White;
     this.dgContent.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgContent.CellBorderStyle               = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.dgContent.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("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     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.dgContent.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgContent.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgContent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.codeDataGridViewTextBoxColumn,
         this.nameDataGridViewTextBoxColumn
     });
     this.dgContent.Cursor                     = System.Windows.Forms.Cursors.Default;
     this.dgContent.DataSource                 = this.entityBindingSource;
     dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
     dataGridViewCellStyle3.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle3.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgContent.DefaultCellStyle           = dataGridViewCellStyle3;
     this.dgContent.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.dgContent.GridColor                  = System.Drawing.Color.White;
     this.dgContent.Location                   = new System.Drawing.Point(130, 150);
     this.dgContent.MultiSelect                = false;
     this.dgContent.Name                       = "dgContent";
     dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.Font               = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgContent.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
     dataGridViewCellStyle5.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
     dataGridViewCellStyle5.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgContent.RowsDefaultCellStyle       = dataGridViewCellStyle5;
     this.dgContent.RowTemplate.Height         = 30;
     this.dgContent.Size                       = new System.Drawing.Size(1014, 1021);
     this.dgContent.TabIndex                   = 2;
     this.dgContent.DataBindingComplete       += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dgContent_DataBindingComplete);
     //
     // codeDataGridViewTextBoxColumn
     //
     this.codeDataGridViewTextBoxColumn.DataPropertyName = "Code";
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.codeDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
     this.codeDataGridViewTextBoxColumn.HeaderText       = "编号";
     this.codeDataGridViewTextBoxColumn.Name             = "codeDataGridViewTextBoxColumn";
     this.codeDataGridViewTextBoxColumn.Width            = 80;
     //
     // nameDataGridViewTextBoxColumn
     //
     this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
     this.nameDataGridViewTextBoxColumn.HeaderText       = "Name";
     this.nameDataGridViewTextBoxColumn.Name             = "nameDataGridViewTextBoxColumn";
     this.nameDataGridViewTextBoxColumn.Width            = 80;
     //
     // panelHeader
     //
     this.panelHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelHeader.Controls.Add(this.label1);
     this.panelHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelHeader.Location = new System.Drawing.Point(0, 0);
     this.panelHeader.Name     = "panelHeader";
     this.panelHeader.Size     = new System.Drawing.Size(1270, 171);
     this.panelHeader.TabIndex = 5;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(595, 8);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(62, 18);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Header";
     //
     // panelFooter
     //
     this.panelFooter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelFooter.Controls.Add(this.listView1);
     this.panelFooter.Controls.Add(this.btnDebug);
     this.panelFooter.Controls.Add(this.label2);
     this.panelFooter.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelFooter.Location = new System.Drawing.Point(0, 767);
     this.panelFooter.Name     = "panelFooter";
     this.panelFooter.Size     = new System.Drawing.Size(1270, 575);
     this.panelFooter.TabIndex = 7;
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Column_Title,
         this.Column_Code,
         this.Column_Name
     });
     this.listView1.GridLines       = true;
     listViewGroup1.Header          = "Group1";
     listViewGroup1.Name            = "listViewGroup1";
     listViewGroup2.Header          = "Group2";
     listViewGroup2.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup2.Name            = "listViewGroup2";
     listViewGroup3.Header          = "Group3";
     listViewGroup3.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Right;
     listViewGroup3.Name            = "Group3";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2,
         listViewGroup3
     });
     listViewItem1.Group = listViewGroup1;
     listViewItem2.Group = listViewGroup2;
     listViewItem3.Group = listViewGroup1;
     listViewItem4.Group = listViewGroup3;
     listViewItem4.UseItemStyleForSubItems = false;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4
     });
     this.listView1.Location = new System.Drawing.Point(25, 148);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(781, 314);
     this.listView1.TabIndex = 3;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // Column_Title
     //
     this.Column_Title.Width = 180;
     //
     // Column_Code
     //
     this.Column_Code.Width = 201;
     //
     // Column_Name
     //
     this.Column_Name.Width = 202;
     //
     // btnDebug
     //
     this.btnDebug.Location = new System.Drawing.Point(1020, 73);
     this.btnDebug.Name     = "btnDebug";
     this.btnDebug.Size     = new System.Drawing.Size(136, 39);
     this.btnDebug.TabIndex = 2;
     this.btnDebug.Text     = "Debug";
     this.btnDebug.UseVisualStyleBackColor = true;
     this.btnDebug.Click += new System.EventHandler(this.btnDebug_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(565, 65);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(62, 18);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Footer";
     //
     // panelContent
     //
     this.panelContent.AutoSize = true;
     this.panelContent.Controls.Add(this.dgContent);
     this.panelContent.Controls.Add(this.panelSummary);
     this.panelContent.Controls.Add(this.panelRightBorder);
     this.panelContent.Controls.Add(this.panLeftBorder);
     this.panelContent.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelContent.Location = new System.Drawing.Point(0, 171);
     this.panelContent.Name     = "panelContent";
     this.panelContent.Size     = new System.Drawing.Size(1270, 1171);
     this.panelContent.TabIndex = 8;
     //
     // panelSummary
     //
     this.panelSummary.Controls.Add(this.lbSummary);
     this.panelSummary.Controls.Add(this.lbText);
     this.panelSummary.Controls.Add(this.tbxText);
     this.panelSummary.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelSummary.Location = new System.Drawing.Point(130, 0);
     this.panelSummary.Margin   = new System.Windows.Forms.Padding(4);
     this.panelSummary.Name     = "panelSummary";
     this.panelSummary.Size     = new System.Drawing.Size(1014, 150);
     this.panelSummary.TabIndex = 9;
     //
     // lbSummary
     //
     this.lbSummary.AutoSize    = true;
     this.lbSummary.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lbSummary.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.entityBindingSource, "Code", true));
     this.lbSummary.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.entityBindingSource, "Name", true));
     this.lbSummary.Location = new System.Drawing.Point(450, 73);
     this.lbSummary.Name     = "lbSummary";
     this.lbSummary.Size     = new System.Drawing.Size(127, 20);
     this.lbSummary.TabIndex = 4;
     this.lbSummary.Text     = "panel Summary";
     //
     // tbxText
     //
     this.tbxText.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tbxText.Location    = new System.Drawing.Point(10, 92);
     this.tbxText.Margin      = new System.Windows.Forms.Padding(4);
     this.tbxText.Name        = "tbxText";
     this.tbxText.Size        = new System.Drawing.Size(231, 21);
     this.tbxText.TabIndex    = 3;
     this.tbxText.Text        = "Binding To Entity";
     //
     // panelRightBorder
     //
     this.panelRightBorder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelRightBorder.Controls.Add(this.label4);
     this.panelRightBorder.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelRightBorder.Location = new System.Drawing.Point(1144, 0);
     this.panelRightBorder.Margin   = new System.Windows.Forms.Padding(4);
     this.panelRightBorder.Name     = "panelRightBorder";
     this.panelRightBorder.Size     = new System.Drawing.Size(126, 1171);
     this.panelRightBorder.TabIndex = 8;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.entityBindingSource, "Code", true));
     this.label4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.entityBindingSource, "Name", true));
     this.label4.Location = new System.Drawing.Point(6, 2);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(125, 18);
     this.label4.TabIndex = 11;
     this.label4.Text     = "Right Padding";
     //
     // panLeftBorder
     //
     this.panLeftBorder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panLeftBorder.Controls.Add(this.label3);
     this.panLeftBorder.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panLeftBorder.Location = new System.Drawing.Point(0, 0);
     this.panLeftBorder.Margin   = new System.Windows.Forms.Padding(4);
     this.panLeftBorder.Name     = "panLeftBorder";
     this.panLeftBorder.Size     = new System.Drawing.Size(130, 1171);
     this.panLeftBorder.TabIndex = 7;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.entityBindingSource, "Code", true));
     this.label3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.entityBindingSource, "Name", true));
     this.label3.Location = new System.Drawing.Point(9, 2);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(116, 18);
     this.label3.TabIndex = 10;
     this.label3.Text     = "Left Padding";
     //
     // FormPrint
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1270, 1342);
     this.Controls.Add(this.panelFooter);
     this.Controls.Add(this.panelContent);
     this.Controls.Add(this.panelHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FormPrint";
     this.ShowIcon        = false;
     ((System.ComponentModel.ISupportInitialize)(this.entityBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgContent)).EndInit();
     this.panelHeader.ResumeLayout(false);
     this.panelHeader.PerformLayout();
     this.panelFooter.ResumeLayout(false);
     this.panelFooter.PerformLayout();
     this.panelContent.ResumeLayout(false);
     this.panelSummary.ResumeLayout(false);
     this.panelSummary.PerformLayout();
     this.panelRightBorder.ResumeLayout(false);
     this.panelRightBorder.PerformLayout();
     this.panLeftBorder.ResumeLayout(false);
     this.panLeftBorder.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #35
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Saved", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Frequent", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Recent", System.Windows.Forms.HorizontalAlignment.Left);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.listView = new System.Windows.Forms.ListView();
            this.indexColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.countCoppiedColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.countPastedColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.textColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.timer = new System.Windows.Forms.Timer(this.components);
            this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
            this.labelClipBoardManager = new System.Windows.Forms.Label();
            this.linkLabelGitHub = new System.Windows.Forms.LinkLabel();
            this.labelMinimize = new System.Windows.Forms.Label();
            this.contextMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // listView
            // 
            this.listView.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.listView.BackColor = System.Drawing.Color.WhiteSmoke;
            this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.indexColumnHeader,
            this.countCoppiedColumnHeader,
            this.countPastedColumnHeader,
            this.textColumnHeader});
            this.listView.ForeColor = System.Drawing.Color.Black;
            this.listView.FullRowSelect = true;
            this.listView.GridLines = true;
            listViewGroup1.Header = "Saved";
            listViewGroup1.Name = "savedListViewGroup";
            listViewGroup2.Header = "Frequent";
            listViewGroup2.Name = "frequentListViewGroup";
            listViewGroup3.Header = "Recent";
            listViewGroup3.Name = "recentListViewGroup";
            this.listView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2,
            listViewGroup3});
            this.listView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.listView.Location = new System.Drawing.Point(9, 46);
            this.listView.MultiSelect = false;
            this.listView.Name = "listView";
            this.listView.Scrollable = false;
            this.listView.Size = new System.Drawing.Size(265, 276);
            this.listView.TabIndex = 0;
            this.listView.UseCompatibleStateImageBehavior = false;
            this.listView.View = System.Windows.Forms.View.Details;
            this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
            this.listView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listView_KeyDown);
            this.listView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView_MouseClick);
            // 
            // indexColumnHeader
            // 
            this.indexColumnHeader.Text = "Index";
            this.indexColumnHeader.Width = 20;
            // 
            // countCoppiedColumnHeader
            // 
            this.countCoppiedColumnHeader.Text = "Copy Count";
            this.countCoppiedColumnHeader.Width = 0;
            // 
            // countPastedColumnHeader
            // 
            this.countPastedColumnHeader.Text = "Paste Count";
            this.countPastedColumnHeader.Width = 0;
            // 
            // textColumnHeader
            // 
            this.textColumnHeader.Text = "Content";
            this.textColumnHeader.Width = 242;
            // 
            // contextMenuStrip
            // 
            this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveToolStripMenuItem,
            this.removeToolStripMenuItem});
            this.contextMenuStrip.Name = "contextMenuStrip";
            this.contextMenuStrip.Size = new System.Drawing.Size(118, 48);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.saveToolStripMenuItem.Text = "Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
            // 
            // removeToolStripMenuItem
            // 
            this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
            this.removeToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.removeToolStripMenuItem.Text = "Remove";
            this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
            // 
            // notifyIcon
            // 
            this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
            this.notifyIcon.Text = "ClipBoard Manager";
            this.notifyIcon.Visible = true;
            this.notifyIcon.Click += new System.EventHandler(this.notifyIcon_Click);
            this.notifyIcon.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseClick);
            // 
            // labelClipBoardManager
            // 
            this.labelClipBoardManager.Font = new System.Drawing.Font("Trebuchet MS", 19F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelClipBoardManager.ForeColor = System.Drawing.Color.White;
            this.labelClipBoardManager.Location = new System.Drawing.Point(3, 9);
            this.labelClipBoardManager.Name = "labelClipBoardManager";
            this.labelClipBoardManager.Size = new System.Drawing.Size(269, 34);
            this.labelClipBoardManager.TabIndex = 1;
            this.labelClipBoardManager.Text = "ClipBoard Manager";
            this.labelClipBoardManager.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // linkLabelGitHub
            // 
            this.linkLabelGitHub.AutoSize = true;
            this.linkLabelGitHub.LinkColor = System.Drawing.Color.White;
            this.linkLabelGitHub.Location = new System.Drawing.Point(43, 335);
            this.linkLabelGitHub.Name = "linkLabelGitHub";
            this.linkLabelGitHub.Size = new System.Drawing.Size(184, 13);
            this.linkLabelGitHub.TabIndex = 2;
            this.linkLabelGitHub.TabStop = true;
            this.linkLabelGitHub.Text = "https://github.com/ralphite/ClipBoard";
            this.linkLabelGitHub.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelGitHub_LinkClicked);
            // 
            // labelMinimize
            // 
            this.labelMinimize.AutoSize = true;
            this.labelMinimize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.labelMinimize.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelMinimize.Location = new System.Drawing.Point(256, -1);
            this.labelMinimize.Name = "labelMinimize";
            this.labelMinimize.Size = new System.Drawing.Size(18, 26);
            this.labelMinimize.TabIndex = 3;
            this.labelMinimize.Text = "-";
            this.labelMinimize.Click += new System.EventHandler(this.labelMinimize_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.DodgerBlue;
            this.ClientSize = new System.Drawing.Size(284, 347);
            this.Controls.Add(this.labelMinimize);
            this.Controls.Add(this.linkLabelGitHub);
            this.Controls.Add(this.labelClipBoardManager);
            this.Controls.Add(this.listView);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "MainForm";
            this.Opacity = 0.96D;
            this.Text = "ClipBoard Manager";
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.Resize += new System.EventHandler(this.MainForm_Resize);
            this.contextMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
     System.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Standard", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Pointer", "pointer.png");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Static Text", "comp_st.png");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Dynamic Text", "comp_dt.png");
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Static Picture", "comp_sp.png");
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Dynamic Picture", "comp_dp.png");
     this.toolStrip          = new System.Windows.Forms.ToolStrip();
     this.btnFileNew         = new System.Windows.Forms.ToolStripButton();
     this.btnFileOpen        = new System.Windows.Forms.ToolStripButton();
     this.btnFileSave        = new System.Windows.Forms.ToolStripSplitButton();
     this.miFileSaveAs       = new System.Windows.Forms.ToolStripMenuItem();
     this.btnFileOpenBrowser = new System.Windows.Forms.ToolStripButton();
     this.sep1               = new System.Windows.Forms.ToolStripSeparator();
     this.btnEditCut         = new System.Windows.Forms.ToolStripButton();
     this.btnEditCopy        = new System.Windows.Forms.ToolStripButton();
     this.btnEditPaste       = new System.Windows.Forms.ToolStripButton();
     this.sep2               = new System.Windows.Forms.ToolStripSeparator();
     this.btnEditUndo        = new System.Windows.Forms.ToolStripButton();
     this.btnEditRedo        = new System.Windows.Forms.ToolStripButton();
     this.sep3               = new System.Windows.Forms.ToolStripSeparator();
     this.btnEditPointer     = new System.Windows.Forms.ToolStripButton();
     this.btnEditDelete      = new System.Windows.Forms.ToolStripButton();
     this.sep4               = new System.Windows.Forms.ToolStripSeparator();
     this.btnSettingsOptions = new System.Windows.Forms.ToolStripButton();
     this.btnHelpAbout       = new System.Windows.Forms.ToolStripButton();
     this.statusStrip        = new System.Windows.Forms.StatusStrip();
     this.lblStatus          = new System.Windows.Forms.ToolStripStatusLabel();
     this.tabControl         = new System.Windows.Forms.TabControl();
     this.pageComponents     = new System.Windows.Forms.TabPage();
     this.lvCompTypes        = new System.Windows.Forms.ListView();
     this.colCompName        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ilCompTypes        = new System.Windows.Forms.ImageList(this.components);
     this.pageProperties     = new System.Windows.Forms.TabPage();
     this.propertyGrid       = new System.Windows.Forms.PropertyGrid();
     this.cbSchComp          = new System.Windows.Forms.ComboBox();
     this.ofdScheme          = new System.Windows.Forms.OpenFileDialog();
     this.sfdScheme          = new System.Windows.Forms.SaveFileDialog();
     this.toolStrip.SuspendLayout();
     this.statusStrip.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.pageComponents.SuspendLayout();
     this.pageProperties.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip
     //
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnFileNew,
         this.btnFileOpen,
         this.btnFileSave,
         this.btnFileOpenBrowser,
         this.sep1,
         this.btnEditCut,
         this.btnEditCopy,
         this.btnEditPaste,
         this.sep2,
         this.btnEditUndo,
         this.btnEditRedo,
         this.sep3,
         this.btnEditPointer,
         this.btnEditDelete,
         this.sep4,
         this.btnSettingsOptions,
         this.btnHelpAbout
     });
     this.toolStrip.Location    = new System.Drawing.Point(0, 0);
     this.toolStrip.Name        = "toolStrip";
     this.toolStrip.Size        = new System.Drawing.Size(309, 25);
     this.toolStrip.TabIndex    = 0;
     this.toolStrip.MouseEnter += new System.EventHandler(this.FrmMain_MouseEnter);
     //
     // btnFileNew
     //
     this.btnFileNew.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnFileNew.Image                 = ((System.Drawing.Image)(resources.GetObject("btnFileNew.Image")));
     this.btnFileNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnFileNew.Name        = "btnFileNew";
     this.btnFileNew.Size        = new System.Drawing.Size(23, 22);
     this.btnFileNew.ToolTipText = "Create new scheme (Ctrl+N)";
     this.btnFileNew.Click      += new System.EventHandler(this.btnFileNew_Click);
     //
     // btnFileOpen
     //
     this.btnFileOpen.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnFileOpen.Image                 = ((System.Drawing.Image)(resources.GetObject("btnFileOpen.Image")));
     this.btnFileOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnFileOpen.Name        = "btnFileOpen";
     this.btnFileOpen.Size        = new System.Drawing.Size(23, 22);
     this.btnFileOpen.ToolTipText = "Open scheme (Ctrl+O)";
     this.btnFileOpen.Click      += new System.EventHandler(this.btnFileOpen_Click);
     //
     // btnFileSave
     //
     this.btnFileSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnFileSave.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miFileSaveAs
     });
     this.btnFileSave.Image = ((System.Drawing.Image)(resources.GetObject("btnFileSave.Image")));
     this.btnFileSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnFileSave.Name         = "btnFileSave";
     this.btnFileSave.Size         = new System.Drawing.Size(32, 22);
     this.btnFileSave.ToolTipText  = "Save scheme (Ctrl+S)";
     this.btnFileSave.ButtonClick += new System.EventHandler(this.btnFileSave_ButtonClick);
     //
     // miFileSaveAs
     //
     this.miFileSaveAs.Image  = ((System.Drawing.Image)(resources.GetObject("miFileSaveAs.Image")));
     this.miFileSaveAs.Name   = "miFileSaveAs";
     this.miFileSaveAs.Size   = new System.Drawing.Size(123, 22);
     this.miFileSaveAs.Text   = "Save As...";
     this.miFileSaveAs.Click += new System.EventHandler(this.miFileSaveAs_Click);
     //
     // btnFileOpenBrowser
     //
     this.btnFileOpenBrowser.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnFileOpenBrowser.Image                 = ((System.Drawing.Image)(resources.GetObject("btnFileOpenBrowser.Image")));
     this.btnFileOpenBrowser.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnFileOpenBrowser.Name        = "btnFileOpenBrowser";
     this.btnFileOpenBrowser.Size        = new System.Drawing.Size(23, 22);
     this.btnFileOpenBrowser.ToolTipText = "Open new browser tab";
     this.btnFileOpenBrowser.Click      += new System.EventHandler(this.btnFileOpenBrowser_Click);
     //
     // sep1
     //
     this.sep1.Name = "sep1";
     this.sep1.Size = new System.Drawing.Size(6, 25);
     //
     // btnEditCut
     //
     this.btnEditCut.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnEditCut.Image                 = ((System.Drawing.Image)(resources.GetObject("btnEditCut.Image")));
     this.btnEditCut.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEditCut.Name        = "btnEditCut";
     this.btnEditCut.Size        = new System.Drawing.Size(23, 22);
     this.btnEditCut.ToolTipText = "Cut scheme components (Ctrl+X)";
     this.btnEditCut.Click      += new System.EventHandler(this.btnEditCut_Click);
     //
     // btnEditCopy
     //
     this.btnEditCopy.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnEditCopy.Image                 = ((System.Drawing.Image)(resources.GetObject("btnEditCopy.Image")));
     this.btnEditCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEditCopy.Name        = "btnEditCopy";
     this.btnEditCopy.Size        = new System.Drawing.Size(23, 22);
     this.btnEditCopy.ToolTipText = "Copy scheme components (Ctrl+C)";
     this.btnEditCopy.Click      += new System.EventHandler(this.btnEditCopy_Click);
     //
     // btnEditPaste
     //
     this.btnEditPaste.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnEditPaste.Image                 = ((System.Drawing.Image)(resources.GetObject("btnEditPaste.Image")));
     this.btnEditPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEditPaste.Name        = "btnEditPaste";
     this.btnEditPaste.Size        = new System.Drawing.Size(23, 22);
     this.btnEditPaste.ToolTipText = "Paste scheme components (Ctrl+V)";
     this.btnEditPaste.Click      += new System.EventHandler(this.btnEditPaste_Click);
     //
     // sep2
     //
     this.sep2.Name = "sep2";
     this.sep2.Size = new System.Drawing.Size(6, 25);
     //
     // btnEditUndo
     //
     this.btnEditUndo.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnEditUndo.Image                 = ((System.Drawing.Image)(resources.GetObject("btnEditUndo.Image")));
     this.btnEditUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEditUndo.Name        = "btnEditUndo";
     this.btnEditUndo.Size        = new System.Drawing.Size(23, 22);
     this.btnEditUndo.ToolTipText = "Undo (Ctrl+Z)";
     this.btnEditUndo.Click      += new System.EventHandler(this.btnEditUndo_Click);
     //
     // btnEditRedo
     //
     this.btnEditRedo.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnEditRedo.Image                 = ((System.Drawing.Image)(resources.GetObject("btnEditRedo.Image")));
     this.btnEditRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEditRedo.Name        = "btnEditRedo";
     this.btnEditRedo.Size        = new System.Drawing.Size(23, 22);
     this.btnEditRedo.ToolTipText = "Redo (Ctrl+Y)";
     this.btnEditRedo.Click      += new System.EventHandler(this.btnEditRedo_Click);
     //
     // sep3
     //
     this.sep3.Name = "sep3";
     this.sep3.Size = new System.Drawing.Size(6, 25);
     //
     // btnEditPointer
     //
     this.btnEditPointer.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnEditPointer.Image                 = ((System.Drawing.Image)(resources.GetObject("btnEditPointer.Image")));
     this.btnEditPointer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEditPointer.Name        = "btnEditPointer";
     this.btnEditPointer.Size        = new System.Drawing.Size(23, 22);
     this.btnEditPointer.ToolTipText = "Cancel adding component (Esc)";
     this.btnEditPointer.Click      += new System.EventHandler(this.btnEditPointer_Click);
     //
     // btnEditDelete
     //
     this.btnEditDelete.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnEditDelete.Image                 = ((System.Drawing.Image)(resources.GetObject("btnEditDelete.Image")));
     this.btnEditDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEditDelete.Name        = "btnEditDelete";
     this.btnEditDelete.Size        = new System.Drawing.Size(23, 22);
     this.btnEditDelete.ToolTipText = "Delete selected components (Del)";
     this.btnEditDelete.Click      += new System.EventHandler(this.btnEditDelete_Click);
     //
     // sep4
     //
     this.sep4.Name = "sep4";
     this.sep4.Size = new System.Drawing.Size(6, 25);
     //
     // btnSettingsOptions
     //
     this.btnSettingsOptions.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnSettingsOptions.Image                 = ((System.Drawing.Image)(resources.GetObject("btnSettingsOptions.Image")));
     this.btnSettingsOptions.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSettingsOptions.Name        = "btnSettingsOptions";
     this.btnSettingsOptions.Size        = new System.Drawing.Size(23, 20);
     this.btnSettingsOptions.ToolTipText = "Settings";
     this.btnSettingsOptions.Click      += new System.EventHandler(this.btnSettingsOptions_Click);
     //
     // btnHelpAbout
     //
     this.btnHelpAbout.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnHelpAbout.Image                 = ((System.Drawing.Image)(resources.GetObject("btnHelpAbout.Image")));
     this.btnHelpAbout.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnHelpAbout.Name        = "btnHelpAbout";
     this.btnHelpAbout.Size        = new System.Drawing.Size(23, 20);
     this.btnHelpAbout.ToolTipText = "About";
     this.btnHelpAbout.Click      += new System.EventHandler(this.btnHelpAbout_Click);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblStatus
     });
     this.statusStrip.Location    = new System.Drawing.Point(0, 489);
     this.statusStrip.Name        = "statusStrip";
     this.statusStrip.Size        = new System.Drawing.Size(309, 22);
     this.statusStrip.TabIndex    = 2;
     this.statusStrip.MouseEnter += new System.EventHandler(this.FrmMain_MouseEnter);
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(52, 17);
     this.lblStatus.Text = "lblStatus";
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.pageComponents);
     this.tabControl.Controls.Add(this.pageProperties);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 25);
     this.tabControl.Multiline     = true;
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(309, 464);
     this.tabControl.TabIndex      = 1;
     this.tabControl.MouseEnter   += new System.EventHandler(this.FrmMain_MouseEnter);
     //
     // pageComponents
     //
     this.pageComponents.Controls.Add(this.lvCompTypes);
     this.pageComponents.Location = new System.Drawing.Point(4, 22);
     this.pageComponents.Name     = "pageComponents";
     this.pageComponents.Padding  = new System.Windows.Forms.Padding(3);
     this.pageComponents.Size     = new System.Drawing.Size(301, 438);
     this.pageComponents.TabIndex = 2;
     this.pageComponents.Text     = "Components";
     this.pageComponents.UseVisualStyleBackColor = true;
     //
     // lvCompTypes
     //
     this.lvCompTypes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colCompName
     });
     this.lvCompTypes.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvCompTypes.FullRowSelect = true;
     listViewGroup1.Header          = "Standard";
     listViewGroup1.Name            = "lvgStandard";
     this.lvCompTypes.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1
     });
     this.lvCompTypes.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lvCompTypes.HideSelection = false;
     listViewItem1.Group            = listViewGroup1;
     listViewItem1.IndentCount      = 1;
     listViewItem2.Group            = listViewGroup1;
     listViewItem2.IndentCount      = 1;
     listViewItem2.Tag         = "Scada.Scheme.Model.StaticText";
     listViewItem3.Group       = listViewGroup1;
     listViewItem3.IndentCount = 1;
     listViewItem3.Tag         = "Scada.Scheme.Model.DynamicText";
     listViewItem4.Group       = listViewGroup1;
     listViewItem4.IndentCount = 1;
     listViewItem4.Tag         = "Scada.Scheme.Model.StaticPicture";
     listViewItem5.Group       = listViewGroup1;
     listViewItem5.IndentCount = 1;
     listViewItem5.Tag         = "Scada.Scheme.Model.DynamicPicture";
     this.lvCompTypes.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5
     });
     this.lvCompTypes.LabelWrap      = false;
     this.lvCompTypes.Location       = new System.Drawing.Point(3, 3);
     this.lvCompTypes.MultiSelect    = false;
     this.lvCompTypes.Name           = "lvCompTypes";
     this.lvCompTypes.Size           = new System.Drawing.Size(295, 432);
     this.lvCompTypes.SmallImageList = this.ilCompTypes;
     this.lvCompTypes.TabIndex       = 0;
     this.lvCompTypes.UseCompatibleStateImageBehavior = false;
     this.lvCompTypes.View = System.Windows.Forms.View.Details;
     this.lvCompTypes.SelectedIndexChanged += new System.EventHandler(this.lvCompTypes_SelectedIndexChanged);
     //
     // colCompName
     //
     this.colCompName.Width = 250;
     //
     // ilCompTypes
     //
     this.ilCompTypes.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilCompTypes.ImageStream")));
     this.ilCompTypes.TransparentColor = System.Drawing.Color.Transparent;
     this.ilCompTypes.Images.SetKeyName(0, "pointer.png");
     this.ilCompTypes.Images.SetKeyName(1, "comp_st.png");
     this.ilCompTypes.Images.SetKeyName(2, "comp_dt.png");
     this.ilCompTypes.Images.SetKeyName(3, "comp_sp.png");
     this.ilCompTypes.Images.SetKeyName(4, "comp_dp.png");
     //
     // pageProperties
     //
     this.pageProperties.Controls.Add(this.propertyGrid);
     this.pageProperties.Controls.Add(this.cbSchComp);
     this.pageProperties.Location = new System.Drawing.Point(4, 22);
     this.pageProperties.Name     = "pageProperties";
     this.pageProperties.Padding  = new System.Windows.Forms.Padding(3);
     this.pageProperties.Size     = new System.Drawing.Size(301, 438);
     this.pageProperties.TabIndex = 0;
     this.pageProperties.Text     = "Properties";
     this.pageProperties.UseVisualStyleBackColor = true;
     //
     // propertyGrid
     //
     this.propertyGrid.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid.LineColor             = System.Drawing.SystemColors.ControlDark;
     this.propertyGrid.Location              = new System.Drawing.Point(3, 24);
     this.propertyGrid.Name                  = "propertyGrid";
     this.propertyGrid.Size                  = new System.Drawing.Size(295, 411);
     this.propertyGrid.TabIndex              = 1;
     this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged);
     //
     // cbSchComp
     //
     this.cbSchComp.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.cbSchComp.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbSchComp.FormattingEnabled     = true;
     this.cbSchComp.Location              = new System.Drawing.Point(3, 3);
     this.cbSchComp.Name                  = "cbSchComp";
     this.cbSchComp.Size                  = new System.Drawing.Size(295, 21);
     this.cbSchComp.TabIndex              = 0;
     this.cbSchComp.SelectedIndexChanged += new System.EventHandler(this.cbSchComp_SelectedIndexChanged);
     //
     // ofdScheme
     //
     this.ofdScheme.DefaultExt = "*.sch";
     this.ofdScheme.Filter     = "Schemes (*.sch)|*.sch|All Files (*.*)|*.*";
     //
     // sfdScheme
     //
     this.sfdScheme.DefaultExt = "*.sch";
     this.sfdScheme.Filter     = "Schemes (*.sch)|*.sch|All Files (*.*)|*.*";
     //
     // FrmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(309, 511);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.toolStrip);
     this.Controls.Add(this.statusStrip);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(200, 300);
     this.Name          = "FrmMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Scheme Editor";
     this.TopMost       = true;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
     this.Load         += new System.EventHandler(this.FrmMain_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.FrmMain_KeyDown);
     this.MouseEnter   += new System.EventHandler(this.FrmMain_MouseEnter);
     this.Move         += new System.EventHandler(this.FrmMain_Move);
     this.Resize       += new System.EventHandler(this.FrmMain_Resize);
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.tabControl.ResumeLayout(false);
     this.pageComponents.ResumeLayout(false);
     this.pageProperties.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Description", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
            "Replay Version",
            "1.21"}, -1);
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
            "Map Name",
            "DotA Allstars v6.48b.w3x"}, -1);
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
            "Map Location",
            "Maps\\Download\\"}, -1);
            System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
            "Host Name",
            "MYM^S1rro"}, -1);
            System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
            "Game Mode",
            "-ap"}, -1);
            System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
            "Game Length",
            "1:56:43"}, -1);
            System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] {
            "Sentinel Players",
            "5"}, -1);
            System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem(new string[] {
            "Scourge Players",
            "5"}, -1);
            System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new System.Windows.Forms.ListViewItem.ListViewSubItem[] {
            new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "Winner", System.Drawing.SystemColors.WindowText, System.Drawing.Color.Ivory, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)))),
            new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "Sentinel", System.Drawing.SystemColors.WindowText, System.Drawing.Color.Ivory, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))))}, -1);
            this.tabControl = new System.Windows.Forms.TabControl();
            this.browseTabPage = new System.Windows.Forms.TabPage();
            this.browser = new DotaHIT.Extras.FileBrowser();
            this.fixedSplitter = new System.Windows.Forms.Splitter();
            this.previewPanel = new System.Windows.Forms.Panel();
            this.playerColorsLL = new System.Windows.Forms.LinkLabel();
            this.scourgeRTB = new System.Windows.Forms.RichTextBox();
            this.sentinelRTB = new System.Windows.Forms.RichTextBox();
            this.hostTextBox = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.mapTextBox = new System.Windows.Forms.TextBox();
            this.userInfoPanel = new System.Windows.Forms.Panel();
            this.parseB = new System.Windows.Forms.Button();
            this.userInfoBLabel = new System.Windows.Forms.Label();
            this.userInfoALabel = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.browserMenu = new System.Windows.Forms.MenuStrip();
            this.replayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.parseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.extractToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.replayFinderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.parseTabPage = new System.Windows.Forms.TabPage();
            this.panel13 = new System.Windows.Forms.Panel();
            this.panel15 = new System.Windows.Forms.Panel();
            this.replayTabControl = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.chatlogRTB = new System.Windows.Forms.RichTextBox();
            this.killLogTabPage = new System.Windows.Forms.TabPage();
            this.killLogRTB = new System.Windows.Forms.RichTextBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.statisticsLV = new System.Windows.Forms.ListView();
            this.slotColumn = new System.Windows.Forms.ColumnHeader();
            this.playerColumn = new System.Windows.Forms.ColumnHeader();
            this.heroColumn = new System.Windows.Forms.ColumnHeader();
            this.apmColumn = new System.Windows.Forms.ColumnHeader();
            this.killsColumn = new System.Windows.Forms.ColumnHeader();
            this.deathsColumn = new System.Windows.Forms.ColumnHeader();
            this.creepKDColumn = new System.Windows.Forms.ColumnHeader();
            this.wardsColumn = new System.Windows.Forms.ColumnHeader();
            this.exportTabPage = new System.Windows.Forms.TabPage();
            this.namesCmbB = new System.Windows.Forms.ComboBox();
            this.includeNamesCB = new System.Windows.Forms.CheckBox();
            this.chooseFontB = new System.Windows.Forms.Button();
            this.fontTextBox = new System.Windows.Forms.TextBox();
            this.layoutCmbB = new System.Windows.Forms.ComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.shortLaneNamesCB = new System.Windows.Forms.CheckBox();
            this.label5 = new System.Windows.Forms.Label();
            this.exportIconWidthNumUD = new System.Windows.Forms.NumericUpDown();
            this.exportPreviewB = new System.Windows.Forms.CheckBox();
            this.heroTagB = new System.Windows.Forms.Button();
            this.replayExportRTB = new System.Windows.Forms.RichTextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.panel12 = new System.Windows.Forms.Panel();
            this.openBuildsInFormLL = new System.Windows.Forms.LinkLabel();
            this.closeReplayB = new System.Windows.Forms.Button();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.scourgeTeamToolStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton10 = new System.Windows.Forms.ToolStripButton();
            this.sentinelTeamToolStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
            this.versusLabel = new System.Windows.Forms.Label();
            this.panel14 = new System.Windows.Forms.Panel();
            this.infoLV = new System.Windows.Forms.ListView();
            this.valueColumnHeader = new System.Windows.Forms.ColumnHeader();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.panel1 = new System.Windows.Forms.Panel();
            this.mapPanel = new System.Windows.Forms.Panel();
            this.sentinelMiddleLineUpTS = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripButton17 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton18 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton19 = new System.Windows.Forms.ToolStripButton();
            this.sentinelTopLineUpTS = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripButton26 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton27 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton28 = new System.Windows.Forms.ToolStripButton();
            this.scourgeTopLineUpTS = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripButton23 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton24 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton25 = new System.Windows.Forms.ToolStripButton();
            this.scourgeMiddleLineUpTS = new System.Windows.Forms.ToolStrip();
            this.toolStripButton20 = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripButton22 = new System.Windows.Forms.ToolStripButton();
            this.scourgeBottomLineUpTS = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripButton14 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton15 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton16 = new System.Windows.Forms.ToolStripButton();
            this.sentinelBottomLineUpTS = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripButton11 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton12 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton13 = new System.Windows.Forms.ToolStripButton();
            this.playerContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.bringHeroIconToFrontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyPlayerNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyHeroNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabControl.SuspendLayout();
            this.browseTabPage.SuspendLayout();
            this.previewPanel.SuspendLayout();
            this.userInfoPanel.SuspendLayout();
            this.browserMenu.SuspendLayout();
            this.parseTabPage.SuspendLayout();
            this.panel13.SuspendLayout();
            this.panel15.SuspendLayout();
            this.replayTabControl.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.killLogTabPage.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.exportTabPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.exportIconWidthNumUD)).BeginInit();
            this.panel12.SuspendLayout();
            this.scourgeTeamToolStrip.SuspendLayout();
            this.sentinelTeamToolStrip.SuspendLayout();
            this.panel14.SuspendLayout();
            this.panel1.SuspendLayout();
            this.mapPanel.SuspendLayout();
            this.sentinelMiddleLineUpTS.SuspendLayout();
            this.sentinelTopLineUpTS.SuspendLayout();
            this.scourgeTopLineUpTS.SuspendLayout();
            this.scourgeMiddleLineUpTS.SuspendLayout();
            this.scourgeBottomLineUpTS.SuspendLayout();
            this.sentinelBottomLineUpTS.SuspendLayout();
            this.playerContextMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl
            // 
            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl.Controls.Add(this.browseTabPage);
            this.tabControl.Controls.Add(this.parseTabPage);
            this.tabControl.Location = new System.Drawing.Point(-4, -22);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(877, 541);
            this.tabControl.TabIndex = 1;
            // 
            // browseTabPage
            // 
            this.browseTabPage.Controls.Add(this.browser);
            this.browseTabPage.Controls.Add(this.fixedSplitter);
            this.browseTabPage.Controls.Add(this.previewPanel);
            this.browseTabPage.Controls.Add(this.browserMenu);
            this.browseTabPage.Location = new System.Drawing.Point(4, 22);
            this.browseTabPage.Name = "browseTabPage";
            this.browseTabPage.Size = new System.Drawing.Size(869, 515);
            this.browseTabPage.TabIndex = 0;
            this.browseTabPage.UseVisualStyleBackColor = true;
            // 
            // browser
            // 
            this.browser.BrowserPanelBackColor = System.Drawing.SystemColors.Control;
            this.browser.BrowserPanelPadding = new System.Windows.Forms.Padding(0);
            this.browser.Dock = System.Windows.Forms.DockStyle.Fill;
            this.browser.ExplorerBorderStyle = System.Windows.Forms.BorderStyle.None;
            this.browser.FileName = "";
            this.browser.Filter = "Replay files|*.w3g";
            this.browser.Location = new System.Drawing.Point(0, 147);
            this.browser.Name = "browser";
            this.browser.SelectedPath = "";
            this.browser.ShowExplorer = true;
            this.browser.ShowStatusBar = false;
            this.browser.ShowWar3ReplayShortCut = true;
            this.browser.Size = new System.Drawing.Size(869, 368);
            this.browser.TabIndex = 8;
            this.browser.SelectedPathChanged += new System.EventHandler(this.browser_SelectedPathChanged);
            this.browser.SelectedItemsChanged += new DotaHIT.Extras.FileBrowser.SelectedItemsChangedEventHandler(this.browser_SelectedItemsChanged);
            this.browser.FileOk += new System.ComponentModel.CancelEventHandler(this.browser_FileOk);
            // 
            // fixedSplitter
            // 
            this.fixedSplitter.BackColor = System.Drawing.Color.CornflowerBlue;
            this.fixedSplitter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fixedSplitter.Dock = System.Windows.Forms.DockStyle.Top;
            this.fixedSplitter.Enabled = false;
            this.fixedSplitter.Location = new System.Drawing.Point(0, 143);
            this.fixedSplitter.Name = "fixedSplitter";
            this.fixedSplitter.Size = new System.Drawing.Size(869, 4);
            this.fixedSplitter.TabIndex = 4;
            this.fixedSplitter.TabStop = false;
            // 
            // previewPanel
            // 
            this.previewPanel.BackColor = System.Drawing.Color.AliceBlue;
            this.previewPanel.Controls.Add(this.playerColorsLL);
            this.previewPanel.Controls.Add(this.scourgeRTB);
            this.previewPanel.Controls.Add(this.sentinelRTB);
            this.previewPanel.Controls.Add(this.hostTextBox);
            this.previewPanel.Controls.Add(this.label6);
            this.previewPanel.Controls.Add(this.mapTextBox);
            this.previewPanel.Controls.Add(this.userInfoPanel);
            this.previewPanel.Controls.Add(this.label3);
            this.previewPanel.Controls.Add(this.label2);
            this.previewPanel.Controls.Add(this.label1);
            this.previewPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.previewPanel.Location = new System.Drawing.Point(0, 24);
            this.previewPanel.Name = "previewPanel";
            this.previewPanel.Size = new System.Drawing.Size(869, 119);
            this.previewPanel.TabIndex = 7;
            // 
            // playerColorsLL
            // 
            this.playerColorsLL.ActiveLinkColor = System.Drawing.Color.DodgerBlue;
            this.playerColorsLL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.playerColorsLL.LinkColor = System.Drawing.Color.DimGray;
            this.playerColorsLL.Location = new System.Drawing.Point(638, 103);
            this.playerColorsLL.Name = "playerColorsLL";
            this.playerColorsLL.Size = new System.Drawing.Size(92, 13);
            this.playerColorsLL.TabIndex = 12;
            this.playerColorsLL.TabStop = true;
            this.playerColorsLL.Text = "Player Colors: Off";
            this.playerColorsLL.MouseDown += new System.Windows.Forms.MouseEventHandler(this.playerColorsLL_MouseDown);
            // 
            // scourgeRTB
            // 
            this.scourgeRTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.scourgeRTB.BackColor = System.Drawing.Color.AliceBlue;
            this.scourgeRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.scourgeRTB.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.scourgeRTB.ForeColor = System.Drawing.Color.Black;
            this.scourgeRTB.Location = new System.Drawing.Point(131, 78);
            this.scourgeRTB.Multiline = false;
            this.scourgeRTB.Name = "scourgeRTB";
            this.scourgeRTB.ReadOnly = true;
            this.scourgeRTB.Size = new System.Drawing.Size(599, 14);
            this.scourgeRTB.TabIndex = 11;
            this.scourgeRTB.Text = "ImbaQ, LightOfHeaven, vigoss, Virtus|Joilie";
            // 
            // sentinelRTB
            // 
            this.sentinelRTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.sentinelRTB.BackColor = System.Drawing.Color.AliceBlue;
            this.sentinelRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.sentinelRTB.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.sentinelRTB.ForeColor = System.Drawing.Color.Black;
            this.sentinelRTB.Location = new System.Drawing.Point(131, 55);
            this.sentinelRTB.Multiline = false;
            this.sentinelRTB.Name = "sentinelRTB";
            this.sentinelRTB.ReadOnly = true;
            this.sentinelRTB.Size = new System.Drawing.Size(599, 14);
            this.sentinelRTB.TabIndex = 10;
            this.sentinelRTB.Text = "ImbaQ, LightOfHeaven, vigoss, Virtus|Joilie";
            // 
            // hostTextBox
            // 
            this.hostTextBox.BackColor = System.Drawing.Color.AliceBlue;
            this.hostTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.hostTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.hostTextBox.Location = new System.Drawing.Point(131, 33);
            this.hostTextBox.Name = "hostTextBox";
            this.hostTextBox.ReadOnly = true;
            this.hostTextBox.Size = new System.Drawing.Size(202, 14);
            this.hostTextBox.TabIndex = 8;
            this.hostTextBox.Text = "MYM^S1rro";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label6.ForeColor = System.Drawing.Color.Black;
            this.label6.Location = new System.Drawing.Point(88, 33);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(37, 13);
            this.label6.TabIndex = 7;
            this.label6.Text = "Host:";
            // 
            // mapTextBox
            // 
            this.mapTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.mapTextBox.BackColor = System.Drawing.Color.AliceBlue;
            this.mapTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.mapTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.mapTextBox.Location = new System.Drawing.Point(131, 14);
            this.mapTextBox.Name = "mapTextBox";
            this.mapTextBox.ReadOnly = true;
            this.mapTextBox.Size = new System.Drawing.Size(599, 14);
            this.mapTextBox.TabIndex = 4;
            this.mapTextBox.Text = "Dota Allstars v.6.48b.w3x";
            // 
            // userInfoPanel
            // 
            this.userInfoPanel.BackColor = System.Drawing.Color.DodgerBlue;
            this.userInfoPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.userInfoPanel.Controls.Add(this.parseB);
            this.userInfoPanel.Controls.Add(this.userInfoBLabel);
            this.userInfoPanel.Controls.Add(this.userInfoALabel);
            this.userInfoPanel.Dock = System.Windows.Forms.DockStyle.Right;
            this.userInfoPanel.Location = new System.Drawing.Point(736, 0);
            this.userInfoPanel.Name = "userInfoPanel";
            this.userInfoPanel.Size = new System.Drawing.Size(133, 119);
            this.userInfoPanel.TabIndex = 3;
            // 
            // parseB
            // 
            this.parseB.BackColor = System.Drawing.Color.White;
            this.parseB.Enabled = false;
            this.parseB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.parseB.Location = new System.Drawing.Point(36, 89);
            this.parseB.Name = "parseB";
            this.parseB.Size = new System.Drawing.Size(65, 21);
            this.parseB.TabIndex = 6;
            this.parseB.Text = "parse";
            this.parseB.UseVisualStyleBackColor = false;
            this.parseB.Click += new System.EventHandler(this.parseB_Click);
            // 
            // userInfoBLabel
            // 
            this.userInfoBLabel.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.userInfoBLabel.ForeColor = System.Drawing.Color.White;
            this.userInfoBLabel.Location = new System.Drawing.Point(4, 61);
            this.userInfoBLabel.Name = "userInfoBLabel";
            this.userInfoBLabel.Size = new System.Drawing.Size(128, 19);
            this.userInfoBLabel.TabIndex = 5;
            this.userInfoBLabel.Text = "Replay File";
            this.userInfoBLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // userInfoALabel
            // 
            this.userInfoALabel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.userInfoALabel.ForeColor = System.Drawing.Color.White;
            this.userInfoALabel.Location = new System.Drawing.Point(3, 35);
            this.userInfoALabel.Name = "userInfoALabel";
            this.userInfoALabel.Size = new System.Drawing.Size(127, 22);
            this.userInfoALabel.TabIndex = 4;
            this.userInfoALabel.Text = "Select";
            this.userInfoALabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label3.ForeColor = System.Drawing.Color.Black;
            this.label3.Location = new System.Drawing.Point(90, 14);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(35, 13);
            this.label3.TabIndex = 2;
            this.label3.Text = "Map:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label2.ForeColor = System.Drawing.Color.Green;
            this.label2.Location = new System.Drawing.Point(22, 78);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(103, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Scourge Players:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label1.ForeColor = System.Drawing.Color.Red;
            this.label1.Location = new System.Drawing.Point(23, 55);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(102, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Sentinel Players:";
            // 
            // browserMenu
            // 
            this.browserMenu.BackColor = System.Drawing.Color.DodgerBlue;
            this.browserMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.replayToolStripMenuItem,
            this.toolsToolStripMenuItem});
            this.browserMenu.Location = new System.Drawing.Point(0, 0);
            this.browserMenu.Name = "browserMenu";
            this.browserMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.browserMenu.Size = new System.Drawing.Size(869, 24);
            this.browserMenu.TabIndex = 13;
            // 
            // replayToolStripMenuItem
            // 
            this.replayToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.parseToolStripMenuItem,
            this.extractToolStripMenuItem});
            this.replayToolStripMenuItem.ForeColor = System.Drawing.Color.White;
            this.replayToolStripMenuItem.Name = "replayToolStripMenuItem";
            this.replayToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
            this.replayToolStripMenuItem.Text = "Replay";
            // 
            // parseToolStripMenuItem
            // 
            this.parseToolStripMenuItem.Name = "parseToolStripMenuItem";
            this.parseToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
            this.parseToolStripMenuItem.Text = "Parse";
            this.parseToolStripMenuItem.Click += new System.EventHandler(this.parseToolStripMenuItem_Click);
            // 
            // extractToolStripMenuItem
            // 
            this.extractToolStripMenuItem.Name = "extractToolStripMenuItem";
            this.extractToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
            this.extractToolStripMenuItem.Text = "Extract data...";
            this.extractToolStripMenuItem.Click += new System.EventHandler(this.extractToolStripMenuItem_Click);
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.replayFinderToolStripMenuItem});
            this.toolsToolStripMenuItem.ForeColor = System.Drawing.Color.White;
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.toolsToolStripMenuItem.Text = "Tools";
            // 
            // replayFinderToolStripMenuItem
            // 
            this.replayFinderToolStripMenuItem.Name = "replayFinderToolStripMenuItem";
            this.replayFinderToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.replayFinderToolStripMenuItem.Text = "Replay Finder";
            this.replayFinderToolStripMenuItem.Click += new System.EventHandler(this.replayFinderToolStripMenuItem_Click);
            // 
            // parseTabPage
            // 
            this.parseTabPage.BackColor = System.Drawing.Color.DarkSlateGray;
            this.parseTabPage.Controls.Add(this.panel13);
            this.parseTabPage.Controls.Add(this.panel14);
            this.parseTabPage.Location = new System.Drawing.Point(4, 22);
            this.parseTabPage.Name = "parseTabPage";
            this.parseTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.parseTabPage.Size = new System.Drawing.Size(869, 515);
            this.parseTabPage.TabIndex = 1;
            this.parseTabPage.UseVisualStyleBackColor = true;
            // 
            // panel13
            // 
            this.panel13.Controls.Add(this.panel15);
            this.panel13.Controls.Add(this.panel12);
            this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel13.Location = new System.Drawing.Point(263, 3);
            this.panel13.Name = "panel13";
            this.panel13.Size = new System.Drawing.Size(603, 509);
            this.panel13.TabIndex = 8;
            // 
            // panel15
            // 
            this.panel15.BackColor = System.Drawing.Color.LightSteelBlue;
            this.panel15.Controls.Add(this.replayTabControl);
            this.panel15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel15.Location = new System.Drawing.Point(0, 258);
            this.panel15.Name = "panel15";
            this.panel15.Padding = new System.Windows.Forms.Padding(6, 6, 6, 0);
            this.panel15.Size = new System.Drawing.Size(603, 251);
            this.panel15.TabIndex = 9;
            // 
            // replayTabControl
            // 
            this.replayTabControl.Controls.Add(this.tabPage1);
            this.replayTabControl.Controls.Add(this.killLogTabPage);
            this.replayTabControl.Controls.Add(this.tabPage2);
            this.replayTabControl.Controls.Add(this.exportTabPage);
            this.replayTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.replayTabControl.Location = new System.Drawing.Point(6, 6);
            this.replayTabControl.Name = "replayTabControl";
            this.replayTabControl.SelectedIndex = 0;
            this.replayTabControl.ShowToolTips = true;
            this.replayTabControl.Size = new System.Drawing.Size(591, 245);
            this.replayTabControl.TabIndex = 8;
            this.replayTabControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.replayTabControl_MouseUp);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.chatlogRTB);
            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(583, 219);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Chat Log";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // chatlogRTB
            // 
            this.chatlogRTB.BackColor = System.Drawing.Color.Black;
            this.chatlogRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.chatlogRTB.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chatlogRTB.Location = new System.Drawing.Point(3, 3);
            this.chatlogRTB.Name = "chatlogRTB";
            this.chatlogRTB.ReadOnly = true;
            this.chatlogRTB.Size = new System.Drawing.Size(577, 213);
            this.chatlogRTB.TabIndex = 7;
            this.chatlogRTB.Text = "";
            // 
            // killLogTabPage
            // 
            this.killLogTabPage.Controls.Add(this.killLogRTB);
            this.killLogTabPage.Location = new System.Drawing.Point(4, 22);
            this.killLogTabPage.Name = "killLogTabPage";
            this.killLogTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.killLogTabPage.Size = new System.Drawing.Size(583, 219);
            this.killLogTabPage.TabIndex = 3;
            this.killLogTabPage.Text = "Kill Log";
            this.killLogTabPage.UseVisualStyleBackColor = true;
            // 
            // killLogRTB
            // 
            this.killLogRTB.BackColor = System.Drawing.Color.Black;
            this.killLogRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.killLogRTB.Dock = System.Windows.Forms.DockStyle.Fill;
            this.killLogRTB.Location = new System.Drawing.Point(3, 3);
            this.killLogRTB.Name = "killLogRTB";
            this.killLogRTB.ReadOnly = true;
            this.killLogRTB.Size = new System.Drawing.Size(577, 213);
            this.killLogRTB.TabIndex = 8;
            this.killLogRTB.Text = "";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.statisticsLV);
            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(583, 219);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Game Statistics";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // statisticsLV
            // 
            this.statisticsLV.BackColor = System.Drawing.Color.Ivory;
            this.statisticsLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.slotColumn,
            this.playerColumn,
            this.heroColumn,
            this.apmColumn,
            this.killsColumn,
            this.deathsColumn,
            this.creepKDColumn,
            this.wardsColumn});
            this.statisticsLV.Dock = System.Windows.Forms.DockStyle.Fill;
            this.statisticsLV.ForeColor = System.Drawing.Color.White;
            this.statisticsLV.FullRowSelect = true;
            this.statisticsLV.GridLines = true;
            this.statisticsLV.Location = new System.Drawing.Point(3, 3);
            this.statisticsLV.MultiSelect = false;
            this.statisticsLV.Name = "statisticsLV";
            this.statisticsLV.Size = new System.Drawing.Size(577, 213);
            this.statisticsLV.TabIndex = 0;
            this.statisticsLV.UseCompatibleStateImageBehavior = false;
            this.statisticsLV.View = System.Windows.Forms.View.Details;
            this.statisticsLV.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.statisticsLV_ColumnClick);
            // 
            // slotColumn
            // 
            this.slotColumn.Text = "Slot";
            this.slotColumn.Width = 34;
            // 
            // playerColumn
            // 
            this.playerColumn.Text = "Player";
            this.playerColumn.Width = 134;
            // 
            // heroColumn
            // 
            this.heroColumn.Text = "Hero";
            this.heroColumn.Width = 129;
            // 
            // apmColumn
            // 
            this.apmColumn.Text = "APM";
            this.apmColumn.Width = 39;
            // 
            // killsColumn
            // 
            this.killsColumn.Text = "Kills";
            this.killsColumn.Width = 35;
            // 
            // deathsColumn
            // 
            this.deathsColumn.Text = "Deaths";
            this.deathsColumn.Width = 49;
            // 
            // creepKDColumn
            // 
            this.creepKDColumn.Text = "Creep K/D";
            this.creepKDColumn.Width = 67;
            // 
            // wardsColumn
            // 
            this.wardsColumn.Text = "Wards T{O+S}";
            this.wardsColumn.Width = 86;
            // 
            // exportTabPage
            // 
            this.exportTabPage.BackColor = System.Drawing.Color.White;
            this.exportTabPage.Controls.Add(this.namesCmbB);
            this.exportTabPage.Controls.Add(this.includeNamesCB);
            this.exportTabPage.Controls.Add(this.chooseFontB);
            this.exportTabPage.Controls.Add(this.fontTextBox);
            this.exportTabPage.Controls.Add(this.layoutCmbB);
            this.exportTabPage.Controls.Add(this.label10);
            this.exportTabPage.Controls.Add(this.shortLaneNamesCB);
            this.exportTabPage.Controls.Add(this.label5);
            this.exportTabPage.Controls.Add(this.exportIconWidthNumUD);
            this.exportTabPage.Controls.Add(this.exportPreviewB);
            this.exportTabPage.Controls.Add(this.heroTagB);
            this.exportTabPage.Controls.Add(this.replayExportRTB);
            this.exportTabPage.Controls.Add(this.label9);
            this.exportTabPage.Location = new System.Drawing.Point(4, 22);
            this.exportTabPage.Name = "exportTabPage";
            this.exportTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.exportTabPage.Size = new System.Drawing.Size(583, 219);
            this.exportTabPage.TabIndex = 2;
            this.exportTabPage.Text = "Export";
            this.exportTabPage.UseVisualStyleBackColor = true;
            // 
            // namesCmbB
            // 
            this.namesCmbB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.namesCmbB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.namesCmbB.Enabled = false;
            this.namesCmbB.FormattingEnabled = true;
            this.namesCmbB.Items.AddRange(new object[] {
            "1st Name",
            "2nd Name",
            "1st + 2nd",
            "1st + The + 2nd"});
            this.namesCmbB.Location = new System.Drawing.Point(467, 132);
            this.namesCmbB.Name = "namesCmbB";
            this.namesCmbB.Size = new System.Drawing.Size(110, 21);
            this.namesCmbB.TabIndex = 13;
            this.namesCmbB.SelectedIndexChanged += new System.EventHandler(this.namesCmbB_SelectedIndexChanged);
            // 
            // includeNamesCB
            // 
            this.includeNamesCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.includeNamesCB.AutoSize = true;
            this.includeNamesCB.Location = new System.Drawing.Point(467, 109);
            this.includeNamesCB.Name = "includeNamesCB";
            this.includeNamesCB.Size = new System.Drawing.Size(85, 17);
            this.includeNamesCB.TabIndex = 12;
            this.includeNamesCB.Text = "Hero Names";
            this.includeNamesCB.UseVisualStyleBackColor = true;
            this.includeNamesCB.CheckedChanged += new System.EventHandler(this.includeNamesCB_CheckedChanged);
            // 
            // chooseFontB
            // 
            this.chooseFontB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chooseFontB.Location = new System.Drawing.Point(558, 31);
            this.chooseFontB.Name = "chooseFontB";
            this.chooseFontB.Size = new System.Drawing.Size(19, 23);
            this.chooseFontB.TabIndex = 11;
            this.chooseFontB.Text = "…";
            this.chooseFontB.UseVisualStyleBackColor = true;
            this.chooseFontB.Click += new System.EventHandler(this.chooseFontB_Click);
            // 
            // fontTextBox
            // 
            this.fontTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.fontTextBox.BackColor = System.Drawing.Color.White;
            this.fontTextBox.Location = new System.Drawing.Point(499, 33);
            this.fontTextBox.Name = "fontTextBox";
            this.fontTextBox.ReadOnly = true;
            this.fontTextBox.Size = new System.Drawing.Size(59, 20);
            this.fontTextBox.TabIndex = 10;
            // 
            // layoutCmbB
            // 
            this.layoutCmbB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.layoutCmbB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.layoutCmbB.FormattingEnabled = true;
            this.layoutCmbB.Items.AddRange(new object[] {
            "Vertical",
            "Horizontal"});
            this.layoutCmbB.Location = new System.Drawing.Point(501, 7);
            this.layoutCmbB.Name = "layoutCmbB";
            this.layoutCmbB.Size = new System.Drawing.Size(76, 21);
            this.layoutCmbB.TabIndex = 7;
            this.layoutCmbB.SelectedIndexChanged += new System.EventHandler(this.layoutCmbB_SelectedIndexChanged);
            // 
            // label10
            // 
            this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(468, 36);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(28, 13);
            this.label10.TabIndex = 9;
            this.label10.Text = "Font";
            // 
            // shortLaneNamesCB
            // 
            this.shortLaneNamesCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.shortLaneNamesCB.AutoSize = true;
            this.shortLaneNamesCB.Location = new System.Drawing.Point(474, 60);
            this.shortLaneNamesCB.Name = "shortLaneNamesCB";
            this.shortLaneNamesCB.Size = new System.Drawing.Size(106, 17);
            this.shortLaneNamesCB.TabIndex = 6;
            this.shortLaneNamesCB.Text = "short lane names";
            this.shortLaneNamesCB.UseVisualStyleBackColor = true;
            this.shortLaneNamesCB.CheckedChanged += new System.EventHandler(this.shortLaneNamesCB_CheckedChanged);
            // 
            // label5
            // 
            this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(469, 86);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(55, 13);
            this.label5.TabIndex = 5;
            this.label5.Text = "icon width";
            // 
            // exportIconWidthNumUD
            // 
            this.exportIconWidthNumUD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.exportIconWidthNumUD.Increment = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.exportIconWidthNumUD.Location = new System.Drawing.Point(528, 83);
            this.exportIconWidthNumUD.Maximum = new decimal(new int[] {
            64,
            0,
            0,
            0});
            this.exportIconWidthNumUD.Minimum = new decimal(new int[] {
            8,
            0,
            0,
            0});
            this.exportIconWidthNumUD.Name = "exportIconWidthNumUD";
            this.exportIconWidthNumUD.Size = new System.Drawing.Size(49, 20);
            this.exportIconWidthNumUD.TabIndex = 4;
            this.exportIconWidthNumUD.Value = new decimal(new int[] {
            18,
            0,
            0,
            0});
            this.exportIconWidthNumUD.ValueChanged += new System.EventHandler(this.shortLaneNamesCB_CheckedChanged);
            // 
            // exportPreviewB
            // 
            this.exportPreviewB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.exportPreviewB.Appearance = System.Windows.Forms.Appearance.Button;
            this.exportPreviewB.Location = new System.Drawing.Point(467, 160);
            this.exportPreviewB.Name = "exportPreviewB";
            this.exportPreviewB.Size = new System.Drawing.Size(108, 24);
            this.exportPreviewB.TabIndex = 3;
            this.exportPreviewB.Text = "preview";
            this.exportPreviewB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.exportPreviewB.UseVisualStyleBackColor = true;
            this.exportPreviewB.CheckedChanged += new System.EventHandler(this.exportPreviewB_CheckedChanged);
            // 
            // heroTagB
            // 
            this.heroTagB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.heroTagB.Location = new System.Drawing.Point(467, 190);
            this.heroTagB.Name = "heroTagB";
            this.heroTagB.Size = new System.Drawing.Size(108, 23);
            this.heroTagB.TabIndex = 2;
            this.heroTagB.Text = "hero<->tag";
            this.heroTagB.UseVisualStyleBackColor = true;
            this.heroTagB.Click += new System.EventHandler(this.heroTagB_Click);
            // 
            // replayExportRTB
            // 
            this.replayExportRTB.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.replayExportRTB.BackColor = System.Drawing.Color.White;
            this.replayExportRTB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.replayExportRTB.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.replayExportRTB.Location = new System.Drawing.Point(3, 6);
            this.replayExportRTB.Name = "replayExportRTB";
            this.replayExportRTB.Size = new System.Drawing.Size(459, 207);
            this.replayExportRTB.TabIndex = 0;
            this.replayExportRTB.Text = "select layout first";
            this.replayExportRTB.WordWrap = false;
            // 
            // label9
            // 
            this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(460, 10);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(39, 13);
            this.label9.TabIndex = 8;
            this.label9.Text = "Layout";
            // 
            // panel12
            // 
            this.panel12.BackColor = System.Drawing.Color.ForestGreen;
            this.panel12.Controls.Add(this.openBuildsInFormLL);
            this.panel12.Controls.Add(this.closeReplayB);
            this.panel12.Controls.Add(this.label8);
            this.panel12.Controls.Add(this.label7);
            this.panel12.Controls.Add(this.scourgeTeamToolStrip);
            this.panel12.Controls.Add(this.sentinelTeamToolStrip);
            this.panel12.Controls.Add(this.versusLabel);
            this.panel12.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel12.Location = new System.Drawing.Point(0, 0);
            this.panel12.Name = "panel12";
            this.panel12.Size = new System.Drawing.Size(603, 258);
            this.panel12.TabIndex = 6;
            // 
            // openBuildsInFormLL
            // 
            this.openBuildsInFormLL.ActiveLinkColor = System.Drawing.Color.White;
            this.openBuildsInFormLL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.openBuildsInFormLL.LinkColor = System.Drawing.Color.LightGray;
            this.openBuildsInFormLL.Location = new System.Drawing.Point(402, 242);
            this.openBuildsInFormLL.Name = "openBuildsInFormLL";
            this.openBuildsInFormLL.Size = new System.Drawing.Size(186, 13);
            this.openBuildsInFormLL.TabIndex = 14;
            this.openBuildsInFormLL.TabStop = true;
            this.openBuildsInFormLL.Text = "Open build orders in new window: Off";
            this.openBuildsInFormLL.MouseDown += new System.Windows.Forms.MouseEventHandler(this.openBuildsInFormLL_MouseDown);
            // 
            // closeReplayB
            // 
            this.closeReplayB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.closeReplayB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.closeReplayB.Location = new System.Drawing.Point(550, -1);
            this.closeReplayB.Name = "closeReplayB";
            this.closeReplayB.Size = new System.Drawing.Size(54, 25);
            this.closeReplayB.TabIndex = 9;
            this.closeReplayB.Text = "close";
            this.closeReplayB.UseVisualStyleBackColor = true;
            this.closeReplayB.Click += new System.EventHandler(this.closeReplayB_Click);
            // 
            // label8
            // 
            this.label8.Font = new System.Drawing.Font("Tahoma", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label8.ForeColor = System.Drawing.Color.Lime;
            this.label8.Location = new System.Drawing.Point(318, 6);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(271, 21);
            this.label8.TabIndex = 8;
            this.label8.Text = "The Scourge";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label7
            // 
            this.label7.Font = new System.Drawing.Font("Tahoma", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label7.ForeColor = System.Drawing.Color.Tomato;
            this.label7.Location = new System.Drawing.Point(15, 6);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(274, 21);
            this.label7.TabIndex = 6;
            this.label7.Text = "The Sentinel";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // scourgeTeamToolStrip
            // 
            this.scourgeTeamToolStrip.AutoSize = false;
            this.scourgeTeamToolStrip.BackColor = System.Drawing.Color.Transparent;
            this.scourgeTeamToolStrip.CanOverflow = false;
            this.scourgeTeamToolStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.scourgeTeamToolStrip.GripMargin = new System.Windows.Forms.Padding(0);
            this.scourgeTeamToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.scourgeTeamToolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.scourgeTeamToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton6,
            this.toolStripSeparator3,
            this.toolStripButton7,
            this.toolStripButton8,
            this.toolStripSeparator4,
            this.toolStripButton9,
            this.toolStripButton10});
            this.scourgeTeamToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
            this.scourgeTeamToolStrip.Location = new System.Drawing.Point(318, 36);
            this.scourgeTeamToolStrip.Name = "scourgeTeamToolStrip";
            this.scourgeTeamToolStrip.Padding = new System.Windows.Forms.Padding(0, 1, 1, 0);
            this.scourgeTeamToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.scourgeTeamToolStrip.Size = new System.Drawing.Size(270, 248);
            this.scourgeTeamToolStrip.TabIndex = 4;
            this.scourgeTeamToolStrip.Text = "toolStrip2";
            // 
            // toolStripButton6
            // 
            this.toolStripButton6.AutoToolTip = false;
            this.toolStripButton6.BackColor = System.Drawing.Color.Blue;
            this.toolStripButton6.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
            this.toolStripButton6.ForeColor = System.Drawing.Color.DarkGray;
            this.toolStripButton6.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton6.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton6.Name = "toolStripButton6";
            this.toolStripButton6.Size = new System.Drawing.Size(268, 28);
            this.toolStripButton6.Text = "LightOfHeaven12";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.BackColor = System.Drawing.Color.Cyan;
            this.toolStripSeparator3.ForeColor = System.Drawing.Color.Red;
            this.toolStripSeparator3.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(268, 6);
            // 
            // toolStripButton7
            // 
            this.toolStripButton7.BackColor = System.Drawing.Color.Cyan;
            this.toolStripButton7.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
            this.toolStripButton7.ForeColor = System.Drawing.Color.DarkGray;
            this.toolStripButton7.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton7.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton7.Name = "toolStripButton7";
            this.toolStripButton7.Size = new System.Drawing.Size(268, 28);
            this.toolStripButton7.Text = "LightOfHeaven12";
            // 
            // toolStripButton8
            // 
            this.toolStripButton8.BackColor = System.Drawing.Color.Orange;
            this.toolStripButton8.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
            this.toolStripButton8.ForeColor = System.Drawing.Color.DarkGray;
            this.toolStripButton8.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton8.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton8.Name = "toolStripButton8";
            this.toolStripButton8.Size = new System.Drawing.Size(268, 28);
            this.toolStripButton8.Text = "LightOfHeaven12";
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(268, 6);
            // 
            // toolStripButton9
            // 
            this.toolStripButton9.BackColor = System.Drawing.Color.HotPink;
            this.toolStripButton9.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
            this.toolStripButton9.ForeColor = System.Drawing.Color.White;
            this.toolStripButton9.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton9.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton9.Name = "toolStripButton9";
            this.toolStripButton9.Size = new System.Drawing.Size(268, 28);
            this.toolStripButton9.Text = "LightOfHeaven12";
            // 
            // toolStripButton10
            // 
            this.toolStripButton10.BackColor = System.Drawing.Color.Silver;
            this.toolStripButton10.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
            this.toolStripButton10.ForeColor = System.Drawing.Color.White;
            this.toolStripButton10.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton10.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton10.Name = "toolStripButton10";
            this.toolStripButton10.Size = new System.Drawing.Size(268, 28);
            this.toolStripButton10.Text = "LightOfHeaven12";
            // 
            // sentinelTeamToolStrip
            // 
            this.sentinelTeamToolStrip.AutoSize = false;
            this.sentinelTeamToolStrip.BackColor = System.Drawing.Color.Transparent;
            this.sentinelTeamToolStrip.CanOverflow = false;
            this.sentinelTeamToolStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.sentinelTeamToolStrip.GripMargin = new System.Windows.Forms.Padding(0);
            this.sentinelTeamToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.sentinelTeamToolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.sentinelTeamToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton1,
            this.toolStripSeparator1,
            this.toolStripButton2,
            this.toolStripButton3,
            this.toolStripSeparator2,
            this.toolStripButton4,
            this.toolStripSeparator5,
            this.toolStripButton5});
            this.sentinelTeamToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
            this.sentinelTeamToolStrip.Location = new System.Drawing.Point(18, 36);
            this.sentinelTeamToolStrip.Name = "sentinelTeamToolStrip";
            this.sentinelTeamToolStrip.Padding = new System.Windows.Forms.Padding(0, 1, 1, 0);
            this.sentinelTeamToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.sentinelTeamToolStrip.Size = new System.Drawing.Size(270, 229);
            this.sentinelTeamToolStrip.TabIndex = 3;
            this.sentinelTeamToolStrip.Text = "toolStrip1";
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.AutoToolTip = false;
            this.toolStripButton1.BackColor = System.Drawing.Color.Blue;
            this.toolStripButton1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
            this.toolStripButton1.ForeColor = System.Drawing.Color.DarkGray;
            this.toolStripButton1.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(268, 28);
            this.toolStripButton1.Text = "LightOfHeaven12 (Top)";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.BackColor = System.Drawing.Color.Cyan;
            this.toolStripSeparator1.ForeColor = System.Drawing.Color.Red;
            this.toolStripSeparator1.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(268, 6);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.BackColor = System.Drawing.Color.Cyan;
            this.toolStripButton2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
            this.toolStripButton2.ForeColor = System.Drawing.Color.DarkGray;
            this.toolStripButton2.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(268, 28);
            this.toolStripButton2.Text = "LightOfHeaven12 (Mid)";
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.BackColor = System.Drawing.Color.Orange;
            this.toolStripButton3.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
            this.toolStripButton3.ForeColor = System.Drawing.Color.DarkGray;
            this.toolStripButton3.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(268, 28);
            this.toolStripButton3.Text = "LightOfHeaven12";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(268, 6);
            // 
            // toolStripButton4
            // 
            this.toolStripButton4.BackColor = System.Drawing.Color.HotPink;
            this.toolStripButton4.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
            this.toolStripButton4.ForeColor = System.Drawing.Color.White;
            this.toolStripButton4.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton4.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton4.Name = "toolStripButton4";
            this.toolStripButton4.Size = new System.Drawing.Size(268, 28);
            this.toolStripButton4.Text = "LightOfHeaven12 (Bot)";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(268, 6);
            // 
            // toolStripButton5
            // 
            this.toolStripButton5.BackColor = System.Drawing.Color.Silver;
            this.toolStripButton5.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
            this.toolStripButton5.ForeColor = System.Drawing.Color.White;
            this.toolStripButton5.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton5.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton5.Name = "toolStripButton5";
            this.toolStripButton5.Size = new System.Drawing.Size(268, 28);
            this.toolStripButton5.Text = "LightOfHeaven12";
            // 
            // versusLabel
            // 
            this.versusLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.versusLabel.ForeColor = System.Drawing.Color.White;
            this.versusLabel.Location = new System.Drawing.Point(291, 36);
            this.versusLabel.Name = "versusLabel";
            this.versusLabel.Size = new System.Drawing.Size(25, 172);
            this.versusLabel.TabIndex = 5;
            this.versusLabel.Text = "VS";
            this.versusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panel14
            // 
            this.panel14.BackColor = System.Drawing.Color.LightSteelBlue;
            this.panel14.Controls.Add(this.infoLV);
            this.panel14.Controls.Add(this.panel1);
            this.panel14.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel14.Location = new System.Drawing.Point(3, 3);
            this.panel14.Name = "panel14";
            this.panel14.Size = new System.Drawing.Size(260, 509);
            this.panel14.TabIndex = 8;
            // 
            // infoLV
            // 
            this.infoLV.BackColor = System.Drawing.Color.Ivory;
            this.infoLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.valueColumnHeader,
            this.columnHeader1});
            this.infoLV.Dock = System.Windows.Forms.DockStyle.Fill;
            this.infoLV.GridLines = true;
            listViewGroup1.Header = "Description";
            listViewGroup1.Name = "listViewGroup1";
            this.infoLV.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1});
            this.infoLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            listViewItem1.Group = listViewGroup1;
            listViewItem2.Group = listViewGroup1;
            listViewItem3.Group = listViewGroup1;
            listViewItem4.Group = listViewGroup1;
            listViewItem5.Group = listViewGroup1;
            listViewItem6.Group = listViewGroup1;
            listViewItem7.Group = listViewGroup1;
            listViewItem8.Group = listViewGroup1;
            listViewItem9.Group = listViewGroup1;
            listViewItem9.UseItemStyleForSubItems = false;
            this.infoLV.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3,
            listViewItem4,
            listViewItem5,
            listViewItem6,
            listViewItem7,
            listViewItem8,
            listViewItem9});
            this.infoLV.Location = new System.Drawing.Point(0, 260);
            this.infoLV.MultiSelect = false;
            this.infoLV.Name = "infoLV";
            this.infoLV.Scrollable = false;
            this.infoLV.ShowItemToolTips = true;
            this.infoLV.Size = new System.Drawing.Size(260, 249);
            this.infoLV.TabIndex = 0;
            this.infoLV.UseCompatibleStateImageBehavior = false;
            this.infoLV.View = System.Windows.Forms.View.Details;
            // 
            // valueColumnHeader
            // 
            this.valueColumnHeader.Text = "";
            this.valueColumnHeader.Width = 100;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "";
            this.columnHeader1.Width = 142;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.mapPanel);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(260, 260);
            this.panel1.TabIndex = 6;
            // 
            // mapPanel
            // 
            this.mapPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.mapPanel.Controls.Add(this.sentinelMiddleLineUpTS);
            this.mapPanel.Controls.Add(this.sentinelTopLineUpTS);
            this.mapPanel.Controls.Add(this.scourgeTopLineUpTS);
            this.mapPanel.Controls.Add(this.scourgeMiddleLineUpTS);
            this.mapPanel.Controls.Add(this.scourgeBottomLineUpTS);
            this.mapPanel.Controls.Add(this.sentinelBottomLineUpTS);
            this.mapPanel.Location = new System.Drawing.Point(2, 2);
            this.mapPanel.Name = "mapPanel";
            this.mapPanel.Size = new System.Drawing.Size(256, 256);
            this.mapPanel.TabIndex = 1;
            // 
            // sentinelMiddleLineUpTS
            // 
            this.sentinelMiddleLineUpTS.AutoSize = false;
            this.sentinelMiddleLineUpTS.BackColor = System.Drawing.Color.Transparent;
            this.sentinelMiddleLineUpTS.CanOverflow = false;
            this.sentinelMiddleLineUpTS.Dock = System.Windows.Forms.DockStyle.None;
            this.sentinelMiddleLineUpTS.GripMargin = new System.Windows.Forms.Padding(0);
            this.sentinelMiddleLineUpTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.sentinelMiddleLineUpTS.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.sentinelMiddleLineUpTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel3,
            this.toolStripButton17,
            this.toolStripButton18,
            this.toolStripButton19});
            this.sentinelMiddleLineUpTS.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.sentinelMiddleLineUpTS.Location = new System.Drawing.Point(75, 123);
            this.sentinelMiddleLineUpTS.Name = "sentinelMiddleLineUpTS";
            this.sentinelMiddleLineUpTS.Padding = new System.Windows.Forms.Padding(0);
            this.sentinelMiddleLineUpTS.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.sentinelMiddleLineUpTS.Size = new System.Drawing.Size(52, 50);
            this.sentinelMiddleLineUpTS.TabIndex = 3;
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(10, 13);
            this.toolStripLabel3.Text = " ";
            // 
            // toolStripButton17
            // 
            this.toolStripButton17.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton17.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton17.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton17.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton17.Name = "toolStripButton17";
            this.toolStripButton17.Padding = new System.Windows.Forms.Padding(1, 1, 0, 0);
            this.toolStripButton17.Size = new System.Drawing.Size(25, 25);
            this.toolStripButton17.Text = "toolStripButton11";
            // 
            // toolStripButton18
            // 
            this.toolStripButton18.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton18.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton18.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton18.Name = "toolStripButton18";
            this.toolStripButton18.Size = new System.Drawing.Size(23, 4);
            this.toolStripButton18.Text = "toolStripButton12";
            // 
            // toolStripButton19
            // 
            this.toolStripButton19.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton19.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton19.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton19.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton19.Name = "toolStripButton19";
            this.toolStripButton19.Padding = new System.Windows.Forms.Padding(1, 1, 0, 0);
            this.toolStripButton19.Size = new System.Drawing.Size(25, 25);
            this.toolStripButton19.Text = "toolStripButton13";
            // 
            // sentinelTopLineUpTS
            // 
            this.sentinelTopLineUpTS.AutoSize = false;
            this.sentinelTopLineUpTS.BackColor = System.Drawing.Color.Transparent;
            this.sentinelTopLineUpTS.CanOverflow = false;
            this.sentinelTopLineUpTS.Dock = System.Windows.Forms.DockStyle.None;
            this.sentinelTopLineUpTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.sentinelTopLineUpTS.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.sentinelTopLineUpTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel6,
            this.toolStripButton26,
            this.toolStripButton27,
            this.toolStripButton28});
            this.sentinelTopLineUpTS.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.sentinelTopLineUpTS.Location = new System.Drawing.Point(0, 66);
            this.sentinelTopLineUpTS.Name = "sentinelTopLineUpTS";
            this.sentinelTopLineUpTS.Padding = new System.Windows.Forms.Padding(0);
            this.sentinelTopLineUpTS.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.sentinelTopLineUpTS.Size = new System.Drawing.Size(52, 50);
            this.sentinelTopLineUpTS.TabIndex = 6;
            // 
            // toolStripLabel6
            // 
            this.toolStripLabel6.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripLabel6.Name = "toolStripLabel6";
            this.toolStripLabel6.Size = new System.Drawing.Size(10, 13);
            this.toolStripLabel6.Text = " ";
            // 
            // toolStripButton26
            // 
            this.toolStripButton26.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton26.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton26.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton26.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton26.Name = "toolStripButton26";
            this.toolStripButton26.Size = new System.Drawing.Size(24, 24);
            this.toolStripButton26.Text = "toolStripButton11";
            // 
            // toolStripButton27
            // 
            this.toolStripButton27.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton27.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton27.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton27.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton27.Name = "toolStripButton27";
            this.toolStripButton27.Size = new System.Drawing.Size(24, 24);
            this.toolStripButton27.Text = "toolStripButton12";
            // 
            // toolStripButton28
            // 
            this.toolStripButton28.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton28.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton28.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton28.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton28.Name = "toolStripButton28";
            this.toolStripButton28.Size = new System.Drawing.Size(24, 24);
            this.toolStripButton28.Text = "toolStripButton13";
            // 
            // scourgeTopLineUpTS
            // 
            this.scourgeTopLineUpTS.AutoSize = false;
            this.scourgeTopLineUpTS.BackColor = System.Drawing.Color.Transparent;
            this.scourgeTopLineUpTS.CanOverflow = false;
            this.scourgeTopLineUpTS.Dock = System.Windows.Forms.DockStyle.None;
            this.scourgeTopLineUpTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.scourgeTopLineUpTS.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.scourgeTopLineUpTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel5,
            this.toolStripButton23,
            this.toolStripButton24,
            this.toolStripButton25});
            this.scourgeTopLineUpTS.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.scourgeTopLineUpTS.Location = new System.Drawing.Point(0, 14);
            this.scourgeTopLineUpTS.Name = "scourgeTopLineUpTS";
            this.scourgeTopLineUpTS.Padding = new System.Windows.Forms.Padding(0);
            this.scourgeTopLineUpTS.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.scourgeTopLineUpTS.Size = new System.Drawing.Size(52, 50);
            this.scourgeTopLineUpTS.TabIndex = 5;
            // 
            // toolStripLabel5
            // 
            this.toolStripLabel5.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripLabel5.Name = "toolStripLabel5";
            this.toolStripLabel5.Size = new System.Drawing.Size(10, 13);
            this.toolStripLabel5.Text = " ";
            // 
            // toolStripButton23
            // 
            this.toolStripButton23.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton23.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton23.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton23.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton23.Name = "toolStripButton23";
            this.toolStripButton23.Size = new System.Drawing.Size(24, 24);
            this.toolStripButton23.Text = "toolStripButton11";
            // 
            // toolStripButton24
            // 
            this.toolStripButton24.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton24.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton24.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton24.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton24.Name = "toolStripButton24";
            this.toolStripButton24.Size = new System.Drawing.Size(24, 24);
            this.toolStripButton24.Text = "toolStripButton12";
            // 
            // toolStripButton25
            // 
            this.toolStripButton25.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton25.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton25.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton25.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton25.Name = "toolStripButton25";
            this.toolStripButton25.Size = new System.Drawing.Size(24, 24);
            this.toolStripButton25.Text = "toolStripButton13";
            // 
            // scourgeMiddleLineUpTS
            // 
            this.scourgeMiddleLineUpTS.AutoSize = false;
            this.scourgeMiddleLineUpTS.BackColor = System.Drawing.Color.Transparent;
            this.scourgeMiddleLineUpTS.CanOverflow = false;
            this.scourgeMiddleLineUpTS.Dock = System.Windows.Forms.DockStyle.None;
            this.scourgeMiddleLineUpTS.GripMargin = new System.Windows.Forms.Padding(0);
            this.scourgeMiddleLineUpTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.scourgeMiddleLineUpTS.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.scourgeMiddleLineUpTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton20,
            this.toolStripLabel7,
            this.toolStripLabel4,
            this.toolStripButton22});
            this.scourgeMiddleLineUpTS.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.scourgeMiddleLineUpTS.Location = new System.Drawing.Point(116, 97);
            this.scourgeMiddleLineUpTS.Name = "scourgeMiddleLineUpTS";
            this.scourgeMiddleLineUpTS.Padding = new System.Windows.Forms.Padding(0);
            this.scourgeMiddleLineUpTS.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.scourgeMiddleLineUpTS.Size = new System.Drawing.Size(52, 50);
            this.scourgeMiddleLineUpTS.TabIndex = 4;
            // 
            // toolStripButton20
            // 
            this.toolStripButton20.BackColor = System.Drawing.Color.Red;
            this.toolStripButton20.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton20.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton20.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton20.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton20.Name = "toolStripButton20";
            this.toolStripButton20.Padding = new System.Windows.Forms.Padding(1, 1, 0, 0);
            this.toolStripButton20.Size = new System.Drawing.Size(25, 25);
            this.toolStripButton20.Text = "toolStripButton11";
            // 
            // toolStripLabel7
            // 
            this.toolStripLabel7.AutoSize = false;
            this.toolStripLabel7.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripLabel7.Name = "toolStripLabel7";
            this.toolStripLabel7.Size = new System.Drawing.Size(23, 22);
            this.toolStripLabel7.Text = " ";
            // 
            // toolStripLabel4
            // 
            this.toolStripLabel4.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripLabel4.Name = "toolStripLabel4";
            this.toolStripLabel4.Size = new System.Drawing.Size(10, 13);
            this.toolStripLabel4.Text = " ";
            // 
            // toolStripButton22
            // 
            this.toolStripButton22.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton22.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton22.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton22.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton22.Name = "toolStripButton22";
            this.toolStripButton22.Padding = new System.Windows.Forms.Padding(1, 1, 0, 0);
            this.toolStripButton22.Size = new System.Drawing.Size(25, 25);
            this.toolStripButton22.Text = "toolStripButton13";
            // 
            // scourgeBottomLineUpTS
            // 
            this.scourgeBottomLineUpTS.AutoSize = false;
            this.scourgeBottomLineUpTS.BackColor = System.Drawing.Color.Transparent;
            this.scourgeBottomLineUpTS.CanOverflow = false;
            this.scourgeBottomLineUpTS.Dock = System.Windows.Forms.DockStyle.None;
            this.scourgeBottomLineUpTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.scourgeBottomLineUpTS.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.scourgeBottomLineUpTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel2,
            this.toolStripButton14,
            this.toolStripButton15,
            this.toolStripButton16});
            this.scourgeBottomLineUpTS.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.scourgeBottomLineUpTS.Location = new System.Drawing.Point(204, 143);
            this.scourgeBottomLineUpTS.Name = "scourgeBottomLineUpTS";
            this.scourgeBottomLineUpTS.Padding = new System.Windows.Forms.Padding(0);
            this.scourgeBottomLineUpTS.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.scourgeBottomLineUpTS.Size = new System.Drawing.Size(52, 50);
            this.scourgeBottomLineUpTS.TabIndex = 2;
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(10, 13);
            this.toolStripLabel2.Text = " ";
            // 
            // toolStripButton14
            // 
            this.toolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton14.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton14.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton14.Name = "toolStripButton14";
            this.toolStripButton14.Padding = new System.Windows.Forms.Padding(1, 1, 0, 0);
            this.toolStripButton14.Size = new System.Drawing.Size(25, 25);
            this.toolStripButton14.Text = "toolStripButton11";
            // 
            // toolStripButton15
            // 
            this.toolStripButton15.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton15.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton15.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton15.Name = "toolStripButton15";
            this.toolStripButton15.Padding = new System.Windows.Forms.Padding(1, 1, 0, 0);
            this.toolStripButton15.Size = new System.Drawing.Size(25, 25);
            this.toolStripButton15.Text = "toolStripButton12";
            // 
            // toolStripButton16
            // 
            this.toolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton16.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton16.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton16.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripButton16.Name = "toolStripButton16";
            this.toolStripButton16.Padding = new System.Windows.Forms.Padding(1, 1, 0, 0);
            this.toolStripButton16.Size = new System.Drawing.Size(25, 25);
            this.toolStripButton16.Text = "toolStripButton13";
            // 
            // sentinelBottomLineUpTS
            // 
            this.sentinelBottomLineUpTS.AutoSize = false;
            this.sentinelBottomLineUpTS.BackColor = System.Drawing.Color.Transparent;
            this.sentinelBottomLineUpTS.CanOverflow = false;
            this.sentinelBottomLineUpTS.Dock = System.Windows.Forms.DockStyle.None;
            this.sentinelBottomLineUpTS.GripMargin = new System.Windows.Forms.Padding(0);
            this.sentinelBottomLineUpTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.sentinelBottomLineUpTS.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.sentinelBottomLineUpTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.toolStripButton11,
            this.toolStripButton12,
            this.toolStripButton13});
            this.sentinelBottomLineUpTS.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.sentinelBottomLineUpTS.Location = new System.Drawing.Point(204, 195);
            this.sentinelBottomLineUpTS.Name = "sentinelBottomLineUpTS";
            this.sentinelBottomLineUpTS.Padding = new System.Windows.Forms.Padding(0);
            this.sentinelBottomLineUpTS.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.sentinelBottomLineUpTS.Size = new System.Drawing.Size(52, 50);
            this.sentinelBottomLineUpTS.TabIndex = 1;
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Margin = new System.Windows.Forms.Padding(0);
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(10, 13);
            this.toolStripLabel1.Text = " ";
            // 
            // toolStripButton11
            // 
            this.toolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton11.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton11.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
            this.toolStripButton11.Name = "toolStripButton11";
            this.toolStripButton11.Size = new System.Drawing.Size(24, 24);
            this.toolStripButton11.Text = "toolStripButton11";
            // 
            // toolStripButton12
            // 
            this.toolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton12.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton12.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
            this.toolStripButton12.Name = "toolStripButton12";
            this.toolStripButton12.Size = new System.Drawing.Size(24, 24);
            this.toolStripButton12.Text = "toolStripButton12";
            // 
            // toolStripButton13
            // 
            this.toolStripButton13.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton13.Image = global::DotaHIT.Properties.Resources.armor;
            this.toolStripButton13.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton13.Margin = new System.Windows.Forms.Padding(1, 0, 0, 0);
            this.toolStripButton13.Name = "toolStripButton13";
            this.toolStripButton13.Size = new System.Drawing.Size(24, 24);
            this.toolStripButton13.Text = "toolStripButton13";
            // 
            // playerContextMenuStrip
            // 
            this.playerContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bringHeroIconToFrontToolStripMenuItem,
            this.copyPlayerNameToolStripMenuItem,
            this.copyHeroNameToolStripMenuItem});
            this.playerContextMenuStrip.Name = "playerContextMenuStrip";
            this.playerContextMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.playerContextMenuStrip.Size = new System.Drawing.Size(251, 70);
            // 
            // bringHeroIconToFrontToolStripMenuItem
            // 
            this.bringHeroIconToFrontToolStripMenuItem.Name = "bringHeroIconToFrontToolStripMenuItem";
            this.bringHeroIconToFrontToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.bringHeroIconToFrontToolStripMenuItem.Text = "Bring Hero Icon to Front (minimap)";
            this.bringHeroIconToFrontToolStripMenuItem.Click += new System.EventHandler(this.bringHeroIconToFrontToolStripMenuItem_Click);
            // 
            // copyPlayerNameToolStripMenuItem
            // 
            this.copyPlayerNameToolStripMenuItem.Name = "copyPlayerNameToolStripMenuItem";
            this.copyPlayerNameToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.copyPlayerNameToolStripMenuItem.Text = "Copy Player Name";
            this.copyPlayerNameToolStripMenuItem.Click += new System.EventHandler(this.copyPlayerNameToolStripMenuItem_Click);
            // 
            // copyHeroNameToolStripMenuItem
            // 
            this.copyHeroNameToolStripMenuItem.Name = "copyHeroNameToolStripMenuItem";
            this.copyHeroNameToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.copyHeroNameToolStripMenuItem.Text = "Copy Hero Name";
            this.copyHeroNameToolStripMenuItem.Click += new System.EventHandler(this.copyHeroNameToolStripMenuItem_Click);
            // 
            // ReplayBrowserForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
            this.ClientSize = new System.Drawing.Size(869, 515);
            this.Controls.Add(this.tabControl);
            this.DoubleBuffered = true;
            this.MainMenuStrip = this.browserMenu;
            this.Name = "ReplayBrowserForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "DotA H.I.T. Replay Browser/Parser";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ReplayParserForm_FormClosed);
            this.tabControl.ResumeLayout(false);
            this.browseTabPage.ResumeLayout(false);
            this.browseTabPage.PerformLayout();
            this.previewPanel.ResumeLayout(false);
            this.previewPanel.PerformLayout();
            this.userInfoPanel.ResumeLayout(false);
            this.browserMenu.ResumeLayout(false);
            this.browserMenu.PerformLayout();
            this.parseTabPage.ResumeLayout(false);
            this.panel13.ResumeLayout(false);
            this.panel15.ResumeLayout(false);
            this.replayTabControl.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.killLogTabPage.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.exportTabPage.ResumeLayout(false);
            this.exportTabPage.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.exportIconWidthNumUD)).EndInit();
            this.panel12.ResumeLayout(false);
            this.scourgeTeamToolStrip.ResumeLayout(false);
            this.scourgeTeamToolStrip.PerformLayout();
            this.sentinelTeamToolStrip.ResumeLayout(false);
            this.sentinelTeamToolStrip.PerformLayout();
            this.panel14.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.mapPanel.ResumeLayout(false);
            this.sentinelMiddleLineUpTS.ResumeLayout(false);
            this.sentinelMiddleLineUpTS.PerformLayout();
            this.sentinelTopLineUpTS.ResumeLayout(false);
            this.sentinelTopLineUpTS.PerformLayout();
            this.scourgeTopLineUpTS.ResumeLayout(false);
            this.scourgeTopLineUpTS.PerformLayout();
            this.scourgeMiddleLineUpTS.ResumeLayout(false);
            this.scourgeMiddleLineUpTS.PerformLayout();
            this.scourgeBottomLineUpTS.ResumeLayout(false);
            this.scourgeBottomLineUpTS.PerformLayout();
            this.sentinelBottomLineUpTS.ResumeLayout(false);
            this.sentinelBottomLineUpTS.PerformLayout();
            this.playerContextMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewGroup listViewGroup5 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup6 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     this.textBoxFirstName  = new System.Windows.Forms.TextBox();
     this.textBoxMiddleName = new System.Windows.Forms.TextBox();
     this.textBoxLastName   = new System.Windows.Forms.TextBox();
     this.textBoxPhone      = new System.Windows.Forms.TextBox();
     this.textBoxEmail      = new System.Windows.Forms.TextBox();
     this.labelFirstName    = new System.Windows.Forms.Label();
     this.labelMiddleName   = new System.Windows.Forms.Label();
     this.labelLastName     = new System.Windows.Forms.Label();
     this.labelPhone        = new System.Windows.Forms.Label();
     this.labelEmail        = new System.Windows.Forms.Label();
     this.buttonAdd         = new System.Windows.Forms.Button();
     this.buttonEdit        = new System.Windows.Forms.Button();
     this.buttonDel         = new System.Windows.Forms.Button();
     this.listViewClient    = new System.Windows.Forms.ListView();
     this.id            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // textBoxFirstName
     //
     this.textBoxFirstName.Location = new System.Drawing.Point(12, 45);
     this.textBoxFirstName.Name     = "textBoxFirstName";
     this.textBoxFirstName.Size     = new System.Drawing.Size(152, 20);
     this.textBoxFirstName.TabIndex = 0;
     //
     // textBoxMiddleName
     //
     this.textBoxMiddleName.Location = new System.Drawing.Point(12, 97);
     this.textBoxMiddleName.Name     = "textBoxMiddleName";
     this.textBoxMiddleName.Size     = new System.Drawing.Size(152, 20);
     this.textBoxMiddleName.TabIndex = 1;
     //
     // textBoxLastName
     //
     this.textBoxLastName.Location = new System.Drawing.Point(12, 149);
     this.textBoxLastName.Name     = "textBoxLastName";
     this.textBoxLastName.Size     = new System.Drawing.Size(152, 20);
     this.textBoxLastName.TabIndex = 2;
     //
     // textBoxPhone
     //
     this.textBoxPhone.Location = new System.Drawing.Point(12, 199);
     this.textBoxPhone.Name     = "textBoxPhone";
     this.textBoxPhone.Size     = new System.Drawing.Size(152, 20);
     this.textBoxPhone.TabIndex = 3;
     //
     // textBoxEmail
     //
     this.textBoxEmail.Location = new System.Drawing.Point(12, 248);
     this.textBoxEmail.Name     = "textBoxEmail";
     this.textBoxEmail.Size     = new System.Drawing.Size(152, 20);
     this.textBoxEmail.TabIndex = 4;
     //
     // labelFirstName
     //
     this.labelFirstName.AutoSize = true;
     this.labelFirstName.Location = new System.Drawing.Point(12, 29);
     this.labelFirstName.Name     = "labelFirstName";
     this.labelFirstName.Size     = new System.Drawing.Size(29, 13);
     this.labelFirstName.TabIndex = 5;
     this.labelFirstName.Text     = "Имя";
     //
     // labelMiddleName
     //
     this.labelMiddleName.AutoSize = true;
     this.labelMiddleName.Location = new System.Drawing.Point(9, 81);
     this.labelMiddleName.Name     = "labelMiddleName";
     this.labelMiddleName.Size     = new System.Drawing.Size(54, 13);
     this.labelMiddleName.TabIndex = 6;
     this.labelMiddleName.Text     = "Отчество";
     //
     // labelLastName
     //
     this.labelLastName.AutoSize = true;
     this.labelLastName.Location = new System.Drawing.Point(9, 133);
     this.labelLastName.Name     = "labelLastName";
     this.labelLastName.Size     = new System.Drawing.Size(56, 13);
     this.labelLastName.TabIndex = 7;
     this.labelLastName.Text     = "Фамилия";
     //
     // labelPhone
     //
     this.labelPhone.AutoSize = true;
     this.labelPhone.Location = new System.Drawing.Point(9, 183);
     this.labelPhone.Name     = "labelPhone";
     this.labelPhone.Size     = new System.Drawing.Size(52, 13);
     this.labelPhone.TabIndex = 8;
     this.labelPhone.Text     = "Телефон";
     //
     // labelEmail
     //
     this.labelEmail.AutoSize = true;
     this.labelEmail.Location = new System.Drawing.Point(12, 232);
     this.labelEmail.Name     = "labelEmail";
     this.labelEmail.Size     = new System.Drawing.Size(37, 13);
     this.labelEmail.TabIndex = 9;
     this.labelEmail.Text     = "Почта";
     //
     // buttonAdd
     //
     this.buttonAdd.Location = new System.Drawing.Point(354, 288);
     this.buttonAdd.Name     = "buttonAdd";
     this.buttonAdd.Size     = new System.Drawing.Size(95, 49);
     this.buttonAdd.TabIndex = 12;
     this.buttonAdd.Text     = "Создать";
     this.buttonAdd.UseVisualStyleBackColor = true;
     this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
     //
     // buttonEdit
     //
     this.buttonEdit.Location = new System.Drawing.Point(466, 288);
     this.buttonEdit.Name     = "buttonEdit";
     this.buttonEdit.Size     = new System.Drawing.Size(89, 49);
     this.buttonEdit.TabIndex = 13;
     this.buttonEdit.Text     = "Изменить";
     this.buttonEdit.UseVisualStyleBackColor = true;
     this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click);
     //
     // buttonDel
     //
     this.buttonDel.Location = new System.Drawing.Point(561, 288);
     this.buttonDel.Name     = "buttonDel";
     this.buttonDel.Size     = new System.Drawing.Size(89, 49);
     this.buttonDel.TabIndex = 14;
     this.buttonDel.Text     = "Удалить";
     this.buttonDel.UseVisualStyleBackColor = true;
     this.buttonDel.Click += new System.EventHandler(this.buttonDel_Click);
     //
     // listViewClient
     //
     this.listViewClient.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.id,
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5
     });
     this.listViewClient.FullRowSelect = true;
     this.listViewClient.GridLines     = true;
     listViewGroup5.Header             = "ListViewGroup";
     listViewGroup5.Name   = "listViewGroup1";
     listViewGroup6.Header = "ListViewGroup";
     listViewGroup6.Name   = "listViewGroup2";
     this.listViewClient.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup5,
         listViewGroup6
     });
     this.listViewClient.HideSelection = false;
     this.listViewClient.Location      = new System.Drawing.Point(202, 45);
     this.listViewClient.MultiSelect   = false;
     this.listViewClient.Name          = "listViewClient";
     this.listViewClient.Size          = new System.Drawing.Size(576, 223);
     this.listViewClient.TabIndex      = 15;
     this.listViewClient.UseCompatibleStateImageBehavior = false;
     this.listViewClient.View = System.Windows.Forms.View.Details;
     this.listViewClient.SelectedIndexChanged += new System.EventHandler(this.listViewClient_SelectedIndexChanged);
     //
     // id
     //
     this.id.Text = "id";
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Имя";
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Фамилия";
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Отчество";
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Телефон";
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Почта";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::Esoft_Project.Properties.Resources.esoft;
     this.pictureBox1.Location = new System.Drawing.Point(213, 343);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(263, 118);
     this.pictureBox1.TabIndex = 16;
     this.pictureBox1.TabStop  = false;
     //
     // FormClient
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(684, 462);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.listViewClient);
     this.Controls.Add(this.buttonDel);
     this.Controls.Add(this.buttonEdit);
     this.Controls.Add(this.buttonAdd);
     this.Controls.Add(this.labelEmail);
     this.Controls.Add(this.labelPhone);
     this.Controls.Add(this.labelLastName);
     this.Controls.Add(this.labelMiddleName);
     this.Controls.Add(this.labelFirstName);
     this.Controls.Add(this.textBoxEmail);
     this.Controls.Add(this.textBoxPhone);
     this.Controls.Add(this.textBoxLastName);
     this.Controls.Add(this.textBoxMiddleName);
     this.Controls.Add(this.textBoxFirstName);
     this.Name          = "FormClient";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Form2";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Input Data", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Bar Spacing", System.Windows.Forms.HorizontalAlignment.Left);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.tblLayMain = new System.Windows.Forms.TableLayoutPanel();
            this.grpInput = new System.Windows.Forms.GroupBox();
            this.staEndSta = new C3DCommonCtrls.StationCtrl();
            this.staBegSta = new C3DCommonCtrls.StationCtrl();
            this.labBegSta = new System.Windows.Forms.Label();
            this.txtNumBars = new System.Windows.Forms.TextBox();
            this.labNumBars = new System.Windows.Forms.Label();
            this.txtBundleCnt = new System.Windows.Forms.TextBox();
            this.labBundleCnt = new System.Windows.Forms.Label();
            this.labEndClr = new System.Windows.Forms.Label();
            this.lenEndClr = new C3DCommonCtrls.LengthTextBox();
            this.labBegClr = new System.Windows.Forms.Label();
            this.lenBegClr = new C3DCommonCtrls.LengthTextBox();
            this.labTargetSpa = new System.Windows.Forms.Label();
            this.lenTargetSpa = new C3DCommonCtrls.LengthTextBox();
            this.labSpaMethod = new System.Windows.Forms.Label();
            this.cmbSpaOptions = new System.Windows.Forms.ComboBox();
            this.barSzCtrl = new C3DCommonCtrls.BarSizeCtrl();
            this.labEndSta = new System.Windows.Forms.Label();
            this.panCalcActions = new System.Windows.Forms.Panel();
            this.btnSpacing = new System.Windows.Forms.Button();
            this.btnCalc = new System.Windows.Forms.Button();
            this.grpResults = new System.Windows.Forms.GroupBox();
            this.lstVwResults = new System.Windows.Forms.ListView();
            this.cHdrVariable = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.cHdrValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.panActions = new System.Windows.Forms.Panel();
            this.btnClose = new System.Windows.Forms.Button();
            this.btnAbout = new System.Windows.Forms.Button();
            this.tblLayMain.SuspendLayout();
            this.grpInput.SuspendLayout();
            this.panCalcActions.SuspendLayout();
            this.grpResults.SuspendLayout();
            this.panActions.SuspendLayout();
            this.SuspendLayout();
            // 
            // tblLayMain
            // 
            this.tblLayMain.ColumnCount = 1;
            this.tblLayMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tblLayMain.Controls.Add(this.grpResults, 0, 2);
            this.tblLayMain.Controls.Add(this.grpInput, 0, 0);
            this.tblLayMain.Controls.Add(this.panCalcActions, 0, 1);
            this.tblLayMain.Controls.Add(this.panActions, 0, 3);
            this.tblLayMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tblLayMain.Location = new System.Drawing.Point(0, 0);
            this.tblLayMain.Name = "tblLayMain";
            this.tblLayMain.RowCount = 4;
            this.tblLayMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 271F));
            this.tblLayMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
            this.tblLayMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tblLayMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
            this.tblLayMain.Size = new System.Drawing.Size(522, 735);
            this.tblLayMain.TabIndex = 4;
            // 
            // grpInput
            // 
            this.grpInput.Controls.Add(this.staEndSta);
            this.grpInput.Controls.Add(this.staBegSta);
            this.grpInput.Controls.Add(this.labBegSta);
            this.grpInput.Controls.Add(this.txtNumBars);
            this.grpInput.Controls.Add(this.labNumBars);
            this.grpInput.Controls.Add(this.txtBundleCnt);
            this.grpInput.Controls.Add(this.labBundleCnt);
            this.grpInput.Controls.Add(this.labEndClr);
            this.grpInput.Controls.Add(this.lenEndClr);
            this.grpInput.Controls.Add(this.labBegClr);
            this.grpInput.Controls.Add(this.lenBegClr);
            this.grpInput.Controls.Add(this.labTargetSpa);
            this.grpInput.Controls.Add(this.lenTargetSpa);
            this.grpInput.Controls.Add(this.labSpaMethod);
            this.grpInput.Controls.Add(this.cmbSpaOptions);
            this.grpInput.Controls.Add(this.barSzCtrl);
            this.grpInput.Controls.Add(this.labEndSta);
            this.grpInput.Location = new System.Drawing.Point(3, 3);
            this.grpInput.Name = "grpInput";
            this.grpInput.Size = new System.Drawing.Size(516, 264);
            this.grpInput.TabIndex = 1;
            this.grpInput.TabStop = false;
            this.grpInput.Text = "Input Options";
            // 
            // staEndSta
            // 
            this.staEndSta.Location = new System.Drawing.Point(334, 20);
            this.staEndSta.Name = "staEndSta";
            this.staEndSta.Size = new System.Drawing.Size(111, 30);
            this.staEndSta.Station = 0D;
            this.staEndSta.TabIndex = 17;
            // 
            // staBegSta
            // 
            this.staBegSta.Location = new System.Drawing.Point(119, 20);
            this.staBegSta.Name = "staBegSta";
            this.staBegSta.Size = new System.Drawing.Size(111, 30);
            this.staBegSta.Station = 0D;
            this.staBegSta.TabIndex = 16;
            // 
            // labBegSta
            // 
            this.labBegSta.AutoSize = true;
            this.labBegSta.Location = new System.Drawing.Point(24, 24);
            this.labBegSta.Name = "labBegSta";
            this.labBegSta.Size = new System.Drawing.Size(92, 17);
            this.labBegSta.TabIndex = 15;
            this.labBegSta.Text = "Begin Station";
            // 
            // txtNumBars
            // 
            this.txtNumBars.Location = new System.Drawing.Point(182, 147);
            this.txtNumBars.Name = "txtNumBars";
            this.txtNumBars.Size = new System.Drawing.Size(57, 22);
            this.txtNumBars.TabIndex = 8;
            this.txtNumBars.Text = "1";
            // 
            // labNumBars
            // 
            this.labNumBars.AutoSize = true;
            this.labNumBars.Location = new System.Drawing.Point(70, 150);
            this.labNumBars.Name = "labNumBars";
            this.labNumBars.Size = new System.Drawing.Size(107, 17);
            this.labNumBars.TabIndex = 7;
            this.labNumBars.Text = "Number of Bars";
            // 
            // txtBundleCnt
            // 
            this.txtBundleCnt.Location = new System.Drawing.Point(182, 119);
            this.txtBundleCnt.Name = "txtBundleCnt";
            this.txtBundleCnt.Size = new System.Drawing.Size(57, 22);
            this.txtBundleCnt.TabIndex = 6;
            this.txtBundleCnt.Text = "1";
            // 
            // labBundleCnt
            // 
            this.labBundleCnt.AutoSize = true;
            this.labBundleCnt.Location = new System.Drawing.Point(82, 122);
            this.labBundleCnt.Name = "labBundleCnt";
            this.labBundleCnt.Size = new System.Drawing.Size(93, 17);
            this.labBundleCnt.TabIndex = 5;
            this.labBundleCnt.Text = "Bundle Count";
            // 
            // labEndClr
            // 
            this.labEndClr.AutoSize = true;
            this.labEndClr.Location = new System.Drawing.Point(77, 234);
            this.labEndClr.Name = "labEndClr";
            this.labEndClr.Size = new System.Drawing.Size(101, 17);
            this.labEndClr.TabIndex = 13;
            this.labEndClr.Text = "End Clearance";
            // 
            // lenEndClr
            // 
            this.lenEndClr.KeepEnteredPrecision = false;
            this.lenEndClr.Location = new System.Drawing.Point(181, 229);
            this.lenEndClr.MaximumSize = new System.Drawing.Size(300, 30);
            this.lenEndClr.MinimumSize = new System.Drawing.Size(125, 30);
            this.lenEndClr.Name = "lenEndClr";
            this.lenEndClr.Precision = 4;
            this.lenEndClr.Size = new System.Drawing.Size(125, 30);
            this.lenEndClr.TabIndex = 14;
            // 
            // labBegClr
            // 
            this.labBegClr.AutoSize = true;
            this.labBegClr.Location = new System.Drawing.Point(66, 206);
            this.labBegClr.Name = "labBegClr";
            this.labBegClr.Size = new System.Drawing.Size(112, 17);
            this.labBegClr.TabIndex = 11;
            this.labBegClr.Text = "Begin Clearance";
            // 
            // lenBegClr
            // 
            this.lenBegClr.KeepEnteredPrecision = false;
            this.lenBegClr.Location = new System.Drawing.Point(181, 201);
            this.lenBegClr.MaximumSize = new System.Drawing.Size(300, 30);
            this.lenBegClr.MinimumSize = new System.Drawing.Size(125, 30);
            this.lenBegClr.Name = "lenBegClr";
            this.lenBegClr.Precision = 4;
            this.lenBegClr.Size = new System.Drawing.Size(125, 30);
            this.lenBegClr.TabIndex = 12;
            // 
            // labTargetSpa
            // 
            this.labTargetSpa.AutoSize = true;
            this.labTargetSpa.Location = new System.Drawing.Point(73, 178);
            this.labTargetSpa.Name = "labTargetSpa";
            this.labTargetSpa.Size = new System.Drawing.Size(105, 17);
            this.labTargetSpa.TabIndex = 9;
            this.labTargetSpa.Text = "Target Spacing";
            // 
            // lenTargetSpa
            // 
            this.lenTargetSpa.KeepEnteredPrecision = false;
            this.lenTargetSpa.Location = new System.Drawing.Point(181, 173);
            this.lenTargetSpa.MaximumSize = new System.Drawing.Size(300, 30);
            this.lenTargetSpa.MinimumSize = new System.Drawing.Size(125, 30);
            this.lenTargetSpa.Name = "lenTargetSpa";
            this.lenTargetSpa.Precision = 4;
            this.lenTargetSpa.Size = new System.Drawing.Size(125, 30);
            this.lenTargetSpa.TabIndex = 10;
            // 
            // labSpaMethod
            // 
            this.labSpaMethod.AutoSize = true;
            this.labSpaMethod.Location = new System.Drawing.Point(73, 59);
            this.labSpaMethod.Name = "labSpaMethod";
            this.labSpaMethod.Size = new System.Drawing.Size(105, 17);
            this.labSpaMethod.TabIndex = 2;
            this.labSpaMethod.Text = "Spacing Option";
            // 
            // cmbSpaOptions
            // 
            this.cmbSpaOptions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSpaOptions.FormattingEnabled = true;
            this.cmbSpaOptions.Location = new System.Drawing.Point(182, 56);
            this.cmbSpaOptions.Name = "cmbSpaOptions";
            this.cmbSpaOptions.Size = new System.Drawing.Size(296, 24);
            this.cmbSpaOptions.TabIndex = 3;
            // 
            // barSzCtrl
            // 
            this.barSzCtrl.Location = new System.Drawing.Point(113, 83);
            this.barSzCtrl.Name = "barSzCtrl";
            this.barSzCtrl.Size = new System.Drawing.Size(165, 32);
            this.barSzCtrl.TabIndex = 4;
            // 
            // labEndSta
            // 
            this.labEndSta.AutoSize = true;
            this.labEndSta.Location = new System.Drawing.Point(247, 24);
            this.labEndSta.Name = "labEndSta";
            this.labEndSta.Size = new System.Drawing.Size(81, 17);
            this.labEndSta.TabIndex = 0;
            this.labEndSta.Text = "End Station";
            // 
            // panCalcActions
            // 
            this.panCalcActions.Controls.Add(this.btnSpacing);
            this.panCalcActions.Controls.Add(this.btnCalc);
            this.panCalcActions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panCalcActions.Location = new System.Drawing.Point(3, 274);
            this.panCalcActions.Name = "panCalcActions";
            this.panCalcActions.Size = new System.Drawing.Size(516, 38);
            this.panCalcActions.TabIndex = 2;
            // 
            // btnSpacing
            // 
            this.btnSpacing.Location = new System.Drawing.Point(350, 5);
            this.btnSpacing.Name = "btnSpacing";
            this.btnSpacing.Size = new System.Drawing.Size(157, 29);
            this.btnSpacing.TabIndex = 5;
            this.btnSpacing.Text = "Spacing Distances...";
            this.btnSpacing.UseVisualStyleBackColor = true;
            // 
            // btnCalc
            // 
            this.btnCalc.Location = new System.Drawing.Point(215, 5);
            this.btnCalc.Name = "btnCalc";
            this.btnCalc.Size = new System.Drawing.Size(86, 29);
            this.btnCalc.TabIndex = 4;
            this.btnCalc.Text = "Calculate";
            this.btnCalc.UseVisualStyleBackColor = true;
            // 
            // grpResults
            // 
            this.grpResults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.grpResults.Controls.Add(this.lstVwResults);
            this.grpResults.Location = new System.Drawing.Point(3, 318);
            this.grpResults.Name = "grpResults";
            this.grpResults.Size = new System.Drawing.Size(516, 369);
            this.grpResults.TabIndex = 3;
            this.grpResults.TabStop = false;
            this.grpResults.Text = "Results";
            // 
            // lstVwResults
            // 
            this.lstVwResults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.lstVwResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.cHdrVariable,
            this.cHdrValue});
            this.lstVwResults.FullRowSelect = true;
            this.lstVwResults.GridLines = true;
            listViewGroup1.Header = "Input Data";
            listViewGroup1.Name = "lstVwInputGrp";
            listViewGroup2.Header = "Bar Spacing";
            listViewGroup2.Name = "lstVwOutputGrp";
            this.lstVwResults.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
            this.lstVwResults.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lstVwResults.Location = new System.Drawing.Point(9, 23);
            this.lstVwResults.Name = "lstVwResults";
            this.lstVwResults.Size = new System.Drawing.Size(498, 340);
            this.lstVwResults.TabIndex = 0;
            this.lstVwResults.UseCompatibleStateImageBehavior = false;
            this.lstVwResults.View = System.Windows.Forms.View.Details;
            // 
            // cHdrVariable
            // 
            this.cHdrVariable.Text = "Variable";
            this.cHdrVariable.Width = 200;
            // 
            // cHdrValue
            // 
            this.cHdrValue.Text = "Value";
            this.cHdrValue.Width = 256;
            // 
            // panActions
            // 
            this.panActions.Controls.Add(this.btnAbout);
            this.panActions.Controls.Add(this.btnClose);
            this.panActions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panActions.Location = new System.Drawing.Point(3, 693);
            this.panActions.Name = "panActions";
            this.panActions.Size = new System.Drawing.Size(516, 39);
            this.panActions.TabIndex = 4;
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(221, 7);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 29);
            this.btnClose.TabIndex = 0;
            this.btnClose.Text = "Close";
            this.btnClose.UseVisualStyleBackColor = true;
            // 
            // btnAbout
            // 
            this.btnAbout.Location = new System.Drawing.Point(432, 7);
            this.btnAbout.Name = "btnAbout";
            this.btnAbout.Size = new System.Drawing.Size(75, 29);
            this.btnAbout.TabIndex = 1;
            this.btnAbout.Text = "About";
            this.btnAbout.UseVisualStyleBackColor = true;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(522, 735);
            this.Controls.Add(this.tblLayMain);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(540, 900);
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(540, 780);
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Crimson3DX Bar Spacing Calculator";
            this.Load += new System.EventHandler(this.OnLoad);
            this.tblLayMain.ResumeLayout(false);
            this.grpInput.ResumeLayout(false);
            this.grpInput.PerformLayout();
            this.panCalcActions.ResumeLayout(false);
            this.grpResults.ResumeLayout(false);
            this.panActions.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #40
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.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("搜索引擎", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("下载引擎", System.Windows.Forms.HorizontalAlignment.Left);
     this.panel1      = new System.Windows.Forms.Panel();
     this.label2      = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label1      = new System.Windows.Forms.Label();
     this.panel2      = new System.Windows.Forms.Panel();
     this.lv          = new System.Windows.Forms.ListView();
     this.colName     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colVersion  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colReport   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colResult   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.il          = new System.Windows.Forms.ImageList(this.components);
     this.btnOk       = new System.Windows.Forms.Button();
     this.btnRecheck  = new System.Windows.Forms.Button();
     this.btnSetProxy = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Window;
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(717, 50);
     this.panel1.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(204, 19);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(416, 17);
     this.label2.TabIndex = 3;
     this.label2.Text     = "测试您的网络连接各引擎情况。如果出现错误,请检查网络设置和代理设置。";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::BtResourceGrabber.Properties.Resources.testtube;
     this.pictureBox1.Location = new System.Drawing.Point(15, 9);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(32, 32);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(53, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(145, 26);
     this.label1.TabIndex = 1;
     this.label1.Text     = "引擎可用性检测";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.panel2.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location  = new System.Drawing.Point(0, 49);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(717, 1);
     this.panel2.TabIndex  = 0;
     //
     // lv
     //
     this.lv.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.lv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colName,
         this.colVersion,
         this.colReport,
         this.colResult
     });
     this.lv.FullRowSelect = true;
     listViewGroup3.Header = "搜索引擎";
     listViewGroup3.Name   = "listViewGroup1";
     listViewGroup4.Header = "下载引擎";
     listViewGroup4.Name   = "listViewGroup2";
     this.lv.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup3,
         listViewGroup4
     });
     this.lv.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lv.HideSelection  = false;
     this.lv.Location       = new System.Drawing.Point(15, 56);
     this.lv.MultiSelect    = false;
     this.lv.Name           = "lv";
     this.lv.Size           = new System.Drawing.Size(690, 415);
     this.lv.SmallImageList = this.il;
     this.lv.TabIndex       = 0;
     this.lv.UseCompatibleStateImageBehavior = false;
     this.lv.View = System.Windows.Forms.View.Details;
     //
     // colName
     //
     this.colName.Text  = "引擎名";
     this.colName.Width = 224;
     //
     // colVersion
     //
     this.colVersion.Text  = "版本";
     this.colVersion.Width = 111;
     //
     // colReport
     //
     this.colReport.Text  = "引擎报告是否需要科学上网";
     this.colReport.Width = 168;
     //
     // colResult
     //
     this.colResult.Text  = "测试结果";
     this.colResult.Width = 118;
     //
     // il
     //
     this.il.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.il.ImageSize        = new System.Drawing.Size(20, 20);
     this.il.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnOk
     //
     this.btnOk.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnOk.Image                   = global::BtResourceGrabber.Properties.Resources.Clear_Green_Button;
     this.btnOk.Location                = new System.Drawing.Point(581, 477);
     this.btnOk.Name                    = "btnOk";
     this.btnOk.Size                    = new System.Drawing.Size(124, 25);
     this.btnOk.TabIndex                = 0;
     this.btnOk.Text                    = "确定(&O)";
     this.btnOk.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.btnOk.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnOk.UseVisualStyleBackColor = true;
     //
     // btnRecheck
     //
     this.btnRecheck.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnRecheck.Image                   = global::BtResourceGrabber.Properties.Resources.stock_repeat;
     this.btnRecheck.Location                = new System.Drawing.Point(136, 477);
     this.btnRecheck.Name                    = "btnRecheck";
     this.btnRecheck.Size                    = new System.Drawing.Size(118, 25);
     this.btnRecheck.TabIndex                = 2;
     this.btnRecheck.Text                    = "重新检测(&R)";
     this.btnRecheck.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.btnRecheck.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnRecheck.UseVisualStyleBackColor = true;
     //
     // btnSetProxy
     //
     this.btnSetProxy.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSetProxy.Image                   = global::BtResourceGrabber.Properties.Resources.stock_proxy;
     this.btnSetProxy.Location                = new System.Drawing.Point(12, 477);
     this.btnSetProxy.Name                    = "btnSetProxy";
     this.btnSetProxy.Size                    = new System.Drawing.Size(118, 25);
     this.btnSetProxy.TabIndex                = 1;
     this.btnSetProxy.Text                    = "设置代理(&O)";
     this.btnSetProxy.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSetProxy.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSetProxy.UseVisualStyleBackColor = true;
     //
     // EngineAvailabilityTest
     //
     this.AcceptButton        = this.btnOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnOk;
     this.ClientSize          = new System.Drawing.Size(717, 507);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnRecheck);
     this.Controls.Add(this.btnSetProxy);
     this.Controls.Add(this.lv);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "EngineAvailabilityTest";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "引擎可用性检测";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Varejo", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Atacado", System.Windows.Forms.HorizontalAlignment.Left);
            this.lst = new System.Windows.Forms.ListView();
            this.colNome = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colValor = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colComissãoFechada = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colEstorno = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colAReceber = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.bg = new System.ComponentModel.BackgroundWorker();
            this.SuspendLayout();
            // 
            // lst
            // 
            this.lst.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colNome,
            this.colValor,
            this.colComissãoFechada,
            this.colEstorno,
            this.colAReceber});
            this.lst.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lst.FullRowSelect = true;
            this.lst.GridLines = true;
            listViewGroup1.Header = "Varejo";
            listViewGroup1.Name = "Varejo";
            listViewGroup2.Header = "Atacado";
            listViewGroup2.Name = "Atacado";
            this.lst.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
            this.lst.HoverSelection = true;
            this.lst.Location = new System.Drawing.Point(0, 0);
            this.lst.Name = "lst";
            this.lst.Size = new System.Drawing.Size(464, 241);
            this.lst.TabIndex = 0;
            this.lst.UseCompatibleStateImageBehavior = false;
            this.lst.View = System.Windows.Forms.View.Details;
            // 
            // colNome
            // 
            this.colNome.Text = "Comissão Para";
            this.colNome.Width = 97;
            // 
            // colValor
            // 
            this.colValor.Text = "Aberto";
            this.colValor.Width = 115;
            // 
            // colComissãoFechada
            // 
            this.colComissãoFechada.Text = "Fechado";
            this.colComissãoFechada.Width = 115;
            // 
            // colEstorno
            // 
            this.colEstorno.Text = "Estorno";
            this.colEstorno.Width = 83;
            // 
            // colAReceber
            // 
            this.colAReceber.Text = "Pagamento";
            this.colAReceber.Width = 96;
            // 
            // bg
            // 
            this.bg.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bg_DoWork);
            this.bg.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bg_RunWorkerCompleted);
            // 
            // ListViewComissionados
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lst);
            this.Name = "ListViewComissionados";
            this.Size = new System.Drawing.Size(464, 241);
            this.ResumeLayout(false);

        }
Example #42
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Axis", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("POV Hats", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Buttons", System.Windows.Forms.HorizontalAlignment.Left);
     this.portSelector            = new System.Windows.Forms.ComboBox();
     this.gridRoot                = new System.Windows.Forms.TableLayoutPanel();
     this.gbDevBridge             = new System.Windows.Forms.GroupBox();
     this.gridDevBridge           = new System.Windows.Forms.TableLayoutPanel();
     this.gridSerialConf          = new System.Windows.Forms.TableLayoutPanel();
     this.label1                  = new System.Windows.Forms.Label();
     this.portRateSelector        = new System.Windows.Forms.ComboBox();
     this.gridSerialButtonsHolder = new System.Windows.Forms.TableLayoutPanel();
     this.btnSerialSwitch         = new System.Windows.Forms.Button();
     this.btnSerialPortsRescan    = new System.Windows.Forms.Button();
     this.label3                  = new System.Windows.Forms.Label();
     this.label4                  = new System.Windows.Forms.Label();
     this.txtDevAtt               = new System.Windows.Forms.Label();
     this.label6                  = new System.Windows.Forms.Label();
     this.label2                  = new System.Windows.Forms.Label();
     this.imgStatPortsFound       = new System.Windows.Forms.PictureBox();
     this.imgStatPortsParamOk     = new System.Windows.Forms.PictureBox();
     this.imgStatCOMOk            = new System.Windows.Forms.PictureBox();
     this.imgStatSerialData       = new System.Windows.Forms.PictureBox();
     this.gridJoyConf             = new System.Windows.Forms.TableLayoutPanel();
     this.label5                  = new System.Windows.Forms.Label();
     this.joyIDSelector           = new System.Windows.Forms.NumericUpDown();
     this.gridJoyButtonsHolder    = new System.Windows.Forms.TableLayoutPanel();
     this.btnJoyAttach            = new System.Windows.Forms.Button();
     this.btnJoyFeed              = new System.Windows.Forms.Button();
     this.label7                  = new System.Windows.Forms.Label();
     this.label8                  = new System.Windows.Forms.Label();
     this.label9                  = new System.Windows.Forms.Label();
     this.label10                 = new System.Windows.Forms.Label();
     this.imgStatvJoyOk           = new System.Windows.Forms.PictureBox();
     this.imgStatvJoyLib          = new System.Windows.Forms.PictureBox();
     this.imgStatvJoyDev          = new System.Windows.Forms.PictureBox();
     this.imgStatvJoyAttached     = new System.Windows.Forms.PictureBox();
     this.bridgeText              = new System.Windows.Forms.Label();
     this.gbMapping               = new System.Windows.Forms.GroupBox();
     this.gridMapping             = new System.Windows.Forms.TableLayoutPanel();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.button1                 = new System.Windows.Forms.Button();
     this.serval                  = new System.Windows.Forms.Label();
     this.maplist                 = new System.Windows.Forms.ListView();
     this.columnHeader1           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tooltiper               = new System.Windows.Forms.ToolTip(this.components);
     this.serial                  = new System.IO.Ports.SerialPort(this.components);
     this.bridgeGuard             = new System.Windows.Forms.Timer(this.components);
     this.gridRoot.SuspendLayout();
     this.gbDevBridge.SuspendLayout();
     this.gridDevBridge.SuspendLayout();
     this.gridSerialConf.SuspendLayout();
     this.gridSerialButtonsHolder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatPortsFound)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatPortsParamOk)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatCOMOk)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatSerialData)).BeginInit();
     this.gridJoyConf.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.joyIDSelector)).BeginInit();
     this.gridJoyButtonsHolder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatvJoyOk)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatvJoyLib)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatvJoyDev)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatvJoyAttached)).BeginInit();
     this.gbMapping.SuspendLayout();
     this.gridMapping.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // portSelector
     //
     this.gridSerialConf.SetColumnSpan(this.portSelector, 2);
     this.portSelector.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.portSelector.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.portSelector.FormattingEnabled     = true;
     this.portSelector.Location              = new System.Drawing.Point(221, 3);
     this.portSelector.Name                  = "portSelector";
     this.portSelector.Size                  = new System.Drawing.Size(64, 21);
     this.portSelector.Sorted                = true;
     this.portSelector.TabIndex              = 0;
     this.portSelector.SelectedIndexChanged += new System.EventHandler(this.PortSelector_SelectedIndexChanged);
     //
     // gridRoot
     //
     this.gridRoot.ColumnCount = 1;
     this.gridRoot.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.gridRoot.Controls.Add(this.gbDevBridge, 0, 0);
     this.gridRoot.Controls.Add(this.gbMapping, 0, 1);
     this.gridRoot.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridRoot.Location = new System.Drawing.Point(0, 0);
     this.gridRoot.Name     = "gridRoot";
     this.gridRoot.RowCount = 2;
     this.gridRoot.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 210F));
     this.gridRoot.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.gridRoot.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.gridRoot.Size     = new System.Drawing.Size(749, 422);
     this.gridRoot.TabIndex = 1;
     //
     // gbDevBridge
     //
     this.gbDevBridge.Controls.Add(this.gridDevBridge);
     this.gbDevBridge.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbDevBridge.Location = new System.Drawing.Point(3, 3);
     this.gbDevBridge.Name     = "gbDevBridge";
     this.gbDevBridge.Size     = new System.Drawing.Size(743, 204);
     this.gbDevBridge.TabIndex = 2;
     this.gbDevBridge.TabStop  = false;
     this.gbDevBridge.Text     = "Device Bridge";
     //
     // gridDevBridge
     //
     this.gridDevBridge.ColumnCount = 3;
     this.gridDevBridge.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
     this.gridDevBridge.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.gridDevBridge.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
     this.gridDevBridge.Controls.Add(this.gridSerialConf, 0, 0);
     this.gridDevBridge.Controls.Add(this.gridJoyConf, 2, 0);
     this.gridDevBridge.Controls.Add(this.bridgeText, 1, 0);
     this.gridDevBridge.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridDevBridge.Location = new System.Drawing.Point(3, 16);
     this.gridDevBridge.Name     = "gridDevBridge";
     this.gridDevBridge.RowCount = 1;
     this.gridDevBridge.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.gridDevBridge.Size     = new System.Drawing.Size(737, 185);
     this.gridDevBridge.TabIndex = 0;
     //
     // gridSerialConf
     //
     this.gridSerialConf.AutoSize    = true;
     this.gridSerialConf.ColumnCount = 3;
     this.gridSerialConf.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.gridSerialConf.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
     this.gridSerialConf.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.gridSerialConf.Controls.Add(this.label1, 0, 0);
     this.gridSerialConf.Controls.Add(this.portRateSelector, 1, 1);
     this.gridSerialConf.Controls.Add(this.portSelector, 1, 0);
     this.gridSerialConf.Controls.Add(this.gridSerialButtonsHolder, 0, 2);
     this.gridSerialConf.Controls.Add(this.label3, 0, 3);
     this.gridSerialConf.Controls.Add(this.label4, 0, 4);
     this.gridSerialConf.Controls.Add(this.txtDevAtt, 0, 5);
     this.gridSerialConf.Controls.Add(this.label6, 0, 6);
     this.gridSerialConf.Controls.Add(this.label2, 0, 1);
     this.gridSerialConf.Controls.Add(this.imgStatPortsFound, 2, 3);
     this.gridSerialConf.Controls.Add(this.imgStatPortsParamOk, 2, 4);
     this.gridSerialConf.Controls.Add(this.imgStatCOMOk, 2, 5);
     this.gridSerialConf.Controls.Add(this.imgStatSerialData, 2, 6);
     this.gridSerialConf.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridSerialConf.Location = new System.Drawing.Point(3, 3);
     this.gridSerialConf.Name     = "gridSerialConf";
     this.gridSerialConf.RowCount = 7;
     this.gridSerialConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.gridSerialConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.gridSerialConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.gridSerialConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.gridSerialConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.gridSerialConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.gridSerialConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.gridSerialConf.Size     = new System.Drawing.Size(288, 179);
     this.gridSerialConf.TabIndex = 0;
     //
     // label1
     //
     this.label1.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(3, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(54, 13);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Serial port";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // portRateSelector
     //
     this.gridSerialConf.SetColumnSpan(this.portRateSelector, 2);
     this.portRateSelector.Dock = System.Windows.Forms.DockStyle.Fill;
     this.portRateSelector.FormattingEnabled = true;
     this.portRateSelector.Items.AddRange(new object[] {
         "1200",
         "4800",
         "7200",
         "9600",
         "14400",
         "19200",
         "38400",
         "56000",
         "57600",
         "115200",
         "128000"
     });
     this.portRateSelector.Location     = new System.Drawing.Point(221, 29);
     this.portRateSelector.Name         = "portRateSelector";
     this.portRateSelector.Size         = new System.Drawing.Size(64, 21);
     this.portRateSelector.TabIndex     = 1;
     this.portRateSelector.Text         = "115200";
     this.portRateSelector.TextChanged += new System.EventHandler(this.PortRateSelector_ValueChanged);
     //
     // gridSerialButtonsHolder
     //
     this.gridSerialButtonsHolder.ColumnCount = 2;
     this.gridSerialConf.SetColumnSpan(this.gridSerialButtonsHolder, 3);
     this.gridSerialButtonsHolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.gridSerialButtonsHolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.gridSerialButtonsHolder.Controls.Add(this.btnSerialSwitch, 0, 0);
     this.gridSerialButtonsHolder.Controls.Add(this.btnSerialPortsRescan, 1, 0);
     this.gridSerialButtonsHolder.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridSerialButtonsHolder.Location = new System.Drawing.Point(3, 55);
     this.gridSerialButtonsHolder.Name     = "gridSerialButtonsHolder";
     this.gridSerialButtonsHolder.RowCount = 1;
     this.gridSerialButtonsHolder.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.gridSerialButtonsHolder.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
     this.gridSerialButtonsHolder.Size     = new System.Drawing.Size(282, 33);
     this.gridSerialButtonsHolder.TabIndex = 3;
     //
     // btnSerialSwitch
     //
     this.btnSerialSwitch.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnSerialSwitch.Location = new System.Drawing.Point(3, 3);
     this.btnSerialSwitch.Name     = "btnSerialSwitch";
     this.btnSerialSwitch.Size     = new System.Drawing.Size(135, 27);
     this.btnSerialSwitch.TabIndex = 0;
     this.btnSerialSwitch.Text     = "Attach";
     this.btnSerialSwitch.UseVisualStyleBackColor = true;
     this.btnSerialSwitch.Click += new System.EventHandler(this.BtnSerialSwitch_Click);
     //
     // btnSerialPortsRescan
     //
     this.btnSerialPortsRescan.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnSerialPortsRescan.Location = new System.Drawing.Point(144, 3);
     this.btnSerialPortsRescan.Name     = "btnSerialPortsRescan";
     this.btnSerialPortsRescan.Size     = new System.Drawing.Size(135, 27);
     this.btnSerialPortsRescan.TabIndex = 1;
     this.btnSerialPortsRescan.Text     = "Rescan";
     this.btnSerialPortsRescan.UseVisualStyleBackColor = true;
     this.btnSerialPortsRescan.Click += new System.EventHandler(this.BtnSerialPortsRescan_Click);
     //
     // label3
     //
     this.label3.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label3.AutoSize = true;
     this.gridSerialConf.SetColumnSpan(this.label3, 2);
     this.label3.Location = new System.Drawing.Point(3, 95);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(89, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Serial ports found";
     //
     // label4
     //
     this.label4.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label4.AutoSize = true;
     this.gridSerialConf.SetColumnSpan(this.label4, 2);
     this.label4.Location = new System.Drawing.Point(3, 117);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(107, 13);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Serial port configured";
     //
     // txtDevAtt
     //
     this.txtDevAtt.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.txtDevAtt.AutoSize = true;
     this.gridSerialConf.SetColumnSpan(this.txtDevAtt, 2);
     this.txtDevAtt.Location = new System.Drawing.Point(3, 139);
     this.txtDevAtt.Name     = "txtDevAtt";
     this.txtDevAtt.Size     = new System.Drawing.Size(86, 13);
     this.txtDevAtt.TabIndex = 4;
     this.txtDevAtt.Text     = "Device attached";
     //
     // label6
     //
     this.label6.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label6.AutoSize = true;
     this.gridSerialConf.SetColumnSpan(this.label6, 2);
     this.label6.Location = new System.Drawing.Point(3, 161);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(52, 13);
     this.label6.TabIndex = 4;
     this.label6.Text     = "Data flow";
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(78, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Serial data rate";
     //
     // imgStatPortsFound
     //
     this.imgStatPortsFound.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.imgStatPortsFound.Image    = global::SerialJoy.Properties.Resources.unkn;
     this.imgStatPortsFound.Location = new System.Drawing.Point(269, 94);
     this.imgStatPortsFound.Name     = "imgStatPortsFound";
     this.imgStatPortsFound.Size     = new System.Drawing.Size(16, 16);
     this.imgStatPortsFound.TabIndex = 5;
     this.imgStatPortsFound.TabStop  = false;
     //
     // imgStatPortsParamOk
     //
     this.imgStatPortsParamOk.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.imgStatPortsParamOk.Image    = global::SerialJoy.Properties.Resources.unkn;
     this.imgStatPortsParamOk.Location = new System.Drawing.Point(269, 116);
     this.imgStatPortsParamOk.Name     = "imgStatPortsParamOk";
     this.imgStatPortsParamOk.Size     = new System.Drawing.Size(16, 16);
     this.imgStatPortsParamOk.TabIndex = 5;
     this.imgStatPortsParamOk.TabStop  = false;
     //
     // imgStatCOMOk
     //
     this.imgStatCOMOk.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.imgStatCOMOk.Image    = global::SerialJoy.Properties.Resources.unkn;
     this.imgStatCOMOk.Location = new System.Drawing.Point(269, 138);
     this.imgStatCOMOk.Name     = "imgStatCOMOk";
     this.imgStatCOMOk.Size     = new System.Drawing.Size(16, 16);
     this.imgStatCOMOk.TabIndex = 5;
     this.imgStatCOMOk.TabStop  = false;
     //
     // imgStatSerialData
     //
     this.imgStatSerialData.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.imgStatSerialData.Image    = global::SerialJoy.Properties.Resources.unkn;
     this.imgStatSerialData.Location = new System.Drawing.Point(269, 160);
     this.imgStatSerialData.Name     = "imgStatSerialData";
     this.imgStatSerialData.Size     = new System.Drawing.Size(16, 16);
     this.imgStatSerialData.TabIndex = 5;
     this.imgStatSerialData.TabStop  = false;
     //
     // gridJoyConf
     //
     this.gridJoyConf.ColumnCount = 3;
     this.gridJoyConf.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.gridJoyConf.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
     this.gridJoyConf.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.gridJoyConf.Controls.Add(this.label5, 0, 0);
     this.gridJoyConf.Controls.Add(this.joyIDSelector, 1, 0);
     this.gridJoyConf.Controls.Add(this.gridJoyButtonsHolder, 0, 1);
     this.gridJoyConf.Controls.Add(this.label7, 0, 2);
     this.gridJoyConf.Controls.Add(this.label8, 0, 3);
     this.gridJoyConf.Controls.Add(this.label9, 0, 4);
     this.gridJoyConf.Controls.Add(this.label10, 0, 5);
     this.gridJoyConf.Controls.Add(this.imgStatvJoyOk, 2, 2);
     this.gridJoyConf.Controls.Add(this.imgStatvJoyLib, 2, 3);
     this.gridJoyConf.Controls.Add(this.imgStatvJoyDev, 2, 4);
     this.gridJoyConf.Controls.Add(this.imgStatvJoyAttached, 2, 5);
     this.gridJoyConf.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridJoyConf.Location = new System.Drawing.Point(444, 3);
     this.gridJoyConf.Name     = "gridJoyConf";
     this.gridJoyConf.RowCount = 6;
     this.gridJoyConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.gridJoyConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.gridJoyConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.gridJoyConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.gridJoyConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.gridJoyConf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.gridJoyConf.Size     = new System.Drawing.Size(290, 179);
     this.gridJoyConf.TabIndex = 1;
     //
     // label5
     //
     this.label5.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(3, 6);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(94, 13);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Joystick device ID";
     //
     // joyIDSelector
     //
     this.gridJoyConf.SetColumnSpan(this.joyIDSelector, 2);
     this.joyIDSelector.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.joyIDSelector.Location = new System.Drawing.Point(223, 3);
     this.joyIDSelector.Maximum  = new decimal(new int[] {
         16,
         0,
         0,
         0
     });
     this.joyIDSelector.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.joyIDSelector.Name     = "joyIDSelector";
     this.joyIDSelector.Size     = new System.Drawing.Size(64, 20);
     this.joyIDSelector.TabIndex = 1;
     this.joyIDSelector.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.joyIDSelector.ValueChanged += new System.EventHandler(this.joyIDupdate);
     //
     // gridJoyButtonsHolder
     //
     this.gridJoyButtonsHolder.ColumnCount = 2;
     this.gridJoyConf.SetColumnSpan(this.gridJoyButtonsHolder, 3);
     this.gridJoyButtonsHolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.gridJoyButtonsHolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.gridJoyButtonsHolder.Controls.Add(this.btnJoyAttach, 0, 0);
     this.gridJoyButtonsHolder.Controls.Add(this.btnJoyFeed, 1, 0);
     this.gridJoyButtonsHolder.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridJoyButtonsHolder.Location = new System.Drawing.Point(3, 29);
     this.gridJoyButtonsHolder.Name     = "gridJoyButtonsHolder";
     this.gridJoyButtonsHolder.RowCount = 1;
     this.gridJoyButtonsHolder.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.gridJoyButtonsHolder.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.gridJoyButtonsHolder.Size     = new System.Drawing.Size(284, 59);
     this.gridJoyButtonsHolder.TabIndex = 2;
     //
     // btnJoyAttach
     //
     this.btnJoyAttach.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnJoyAttach.Location = new System.Drawing.Point(3, 3);
     this.btnJoyAttach.Name     = "btnJoyAttach";
     this.btnJoyAttach.Size     = new System.Drawing.Size(136, 53);
     this.btnJoyAttach.TabIndex = 0;
     this.btnJoyAttach.Text     = "Attach";
     this.btnJoyAttach.UseVisualStyleBackColor = true;
     this.btnJoyAttach.Click += new System.EventHandler(this.BtnJoyAttach_Click);
     //
     // btnJoyFeed
     //
     this.btnJoyFeed.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnJoyFeed.Location = new System.Drawing.Point(145, 3);
     this.btnJoyFeed.Name     = "btnJoyFeed";
     this.btnJoyFeed.Size     = new System.Drawing.Size(136, 53);
     this.btnJoyFeed.TabIndex = 1;
     this.btnJoyFeed.Text     = "Follow serial";
     this.btnJoyFeed.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label7.AutoSize = true;
     this.gridJoyConf.SetColumnSpan(this.label7, 2);
     this.label7.Location = new System.Drawing.Point(3, 95);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(103, 13);
     this.label7.TabIndex = 4;
     this.label7.Text     = "Virtual joystick driver";
     //
     // label8
     //
     this.label8.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label8.AutoSize = true;
     this.gridJoyConf.SetColumnSpan(this.label8, 2);
     this.label8.Location = new System.Drawing.Point(3, 117);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(104, 13);
     this.label8.TabIndex = 4;
     this.label8.Text     = "Virtual joystick library";
     //
     // label9
     //
     this.label9.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label9.AutoSize = true;
     this.gridJoyConf.SetColumnSpan(this.label9, 2);
     this.label9.Location = new System.Drawing.Point(3, 139);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(100, 13);
     this.label9.TabIndex = 4;
     this.label9.Text     = "Virtual device ready";
     //
     // label10
     //
     this.label10.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label10.AutoSize = true;
     this.gridJoyConf.SetColumnSpan(this.label10, 2);
     this.label10.Location = new System.Drawing.Point(3, 161);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(86, 13);
     this.label10.TabIndex = 4;
     this.label10.Text     = "Device attached";
     //
     // imgStatvJoyOk
     //
     this.imgStatvJoyOk.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.imgStatvJoyOk.Image    = global::SerialJoy.Properties.Resources.unkn;
     this.imgStatvJoyOk.Location = new System.Drawing.Point(271, 94);
     this.imgStatvJoyOk.Name     = "imgStatvJoyOk";
     this.imgStatvJoyOk.Size     = new System.Drawing.Size(16, 16);
     this.imgStatvJoyOk.TabIndex = 5;
     this.imgStatvJoyOk.TabStop  = false;
     //
     // imgStatvJoyLib
     //
     this.imgStatvJoyLib.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.imgStatvJoyLib.Image    = global::SerialJoy.Properties.Resources.unkn;
     this.imgStatvJoyLib.Location = new System.Drawing.Point(271, 116);
     this.imgStatvJoyLib.Name     = "imgStatvJoyLib";
     this.imgStatvJoyLib.Size     = new System.Drawing.Size(16, 16);
     this.imgStatvJoyLib.TabIndex = 5;
     this.imgStatvJoyLib.TabStop  = false;
     //
     // imgStatvJoyDev
     //
     this.imgStatvJoyDev.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.imgStatvJoyDev.Image    = global::SerialJoy.Properties.Resources.unkn;
     this.imgStatvJoyDev.Location = new System.Drawing.Point(271, 138);
     this.imgStatvJoyDev.Name     = "imgStatvJoyDev";
     this.imgStatvJoyDev.Size     = new System.Drawing.Size(16, 16);
     this.imgStatvJoyDev.TabIndex = 5;
     this.imgStatvJoyDev.TabStop  = false;
     //
     // imgStatvJoyAttached
     //
     this.imgStatvJoyAttached.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.imgStatvJoyAttached.Image    = global::SerialJoy.Properties.Resources.unkn;
     this.imgStatvJoyAttached.Location = new System.Drawing.Point(271, 160);
     this.imgStatvJoyAttached.Name     = "imgStatvJoyAttached";
     this.imgStatvJoyAttached.Size     = new System.Drawing.Size(16, 16);
     this.imgStatvJoyAttached.TabIndex = 5;
     this.imgStatvJoyAttached.TabStop  = false;
     //
     // bridgeText
     //
     this.bridgeText.AutoSize  = true;
     this.bridgeText.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.bridgeText.Location  = new System.Drawing.Point(297, 0);
     this.bridgeText.Name      = "bridgeText";
     this.bridgeText.Size      = new System.Drawing.Size(141, 185);
     this.bridgeText.TabIndex  = 2;
     this.bridgeText.Text      = "Bridge not ready";
     this.bridgeText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gbMapping
     //
     this.gbMapping.Controls.Add(this.gridMapping);
     this.gbMapping.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbMapping.Location = new System.Drawing.Point(3, 213);
     this.gbMapping.Name     = "gbMapping";
     this.gbMapping.Size     = new System.Drawing.Size(743, 206);
     this.gbMapping.TabIndex = 5;
     this.gbMapping.TabStop  = false;
     this.gbMapping.Text     = "Mapping setup";
     //
     // gridMapping
     //
     this.gridMapping.ColumnCount = 1;
     this.gridMapping.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.gridMapping.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.gridMapping.Controls.Add(this.panel1, 0, 0);
     this.gridMapping.Controls.Add(this.maplist, 0, 1);
     this.gridMapping.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridMapping.Location = new System.Drawing.Point(3, 16);
     this.gridMapping.Name     = "gridMapping";
     this.gridMapping.RowCount = 2;
     this.gridMapping.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.32086F));
     this.gridMapping.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 79.67915F));
     this.gridMapping.Size     = new System.Drawing.Size(737, 187);
     this.gridMapping.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.serval);
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(413, 29);
     this.panel1.TabIndex = 4;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(3, 0);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(77, 30);
     this.button1.TabIndex = 2;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1_Click);
     //
     // serval
     //
     this.serval.AutoSize = true;
     this.serval.Location = new System.Drawing.Point(108, 9);
     this.serval.Name     = "serval";
     this.serval.Size     = new System.Drawing.Size(41, 13);
     this.serval.TabIndex = 3;
     this.serval.Text     = "label11";
     //
     // maplist
     //
     this.maplist.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8
     });
     this.maplist.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.maplist.FullRowSelect = true;
     listViewGroup1.Header      = "Axis";
     listViewGroup1.Name        = "listViewGroup1";
     listViewGroup2.Header      = "POV Hats";
     listViewGroup2.Name        = "listViewGroup2";
     listViewGroup3.Header      = "Buttons";
     listViewGroup3.Name        = "listViewGroup3";
     this.maplist.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2,
         listViewGroup3
     });
     this.maplist.Location    = new System.Drawing.Point(3, 41);
     this.maplist.MultiSelect = false;
     this.maplist.Name        = "maplist";
     this.maplist.Size        = new System.Drawing.Size(731, 143);
     this.maplist.TabIndex    = 5;
     this.maplist.UseCompatibleStateImageBehavior = false;
     this.maplist.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Joystick inputs";
     this.columnHeader1.Width = 85;
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "Available";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // columnHeader3
     //
     this.columnHeader3.Text      = "Channel";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Minimum";
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Maximum";
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Direction";
     //
     // columnHeader7
     //
     this.columnHeader7.Text      = "In";
     this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader8
     //
     this.columnHeader8.Text      = "Out";
     this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // serial
     //
     this.serial.BaudRate       = 115200;
     this.serial.ErrorReceived += new System.IO.Ports.SerialErrorReceivedEventHandler(this.Serial_ErrorReceived);
     this.serial.DataReceived  += new System.IO.Ports.SerialDataReceivedEventHandler(this.Serial_DataReceived);
     //
     // bridgeGuard
     //
     this.bridgeGuard.Interval = 500;
     this.bridgeGuard.Tick    += new System.EventHandler(this.BridgeGuard_Tick);
     //
     // main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(749, 422);
     this.Controls.Add(this.gridRoot);
     this.Name         = "main";
     this.Text         = "SerialJoy";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
     this.Load        += new System.EventHandler(this.Main_Load);
     this.gridRoot.ResumeLayout(false);
     this.gbDevBridge.ResumeLayout(false);
     this.gridDevBridge.ResumeLayout(false);
     this.gridDevBridge.PerformLayout();
     this.gridSerialConf.ResumeLayout(false);
     this.gridSerialConf.PerformLayout();
     this.gridSerialButtonsHolder.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.imgStatPortsFound)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatPortsParamOk)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatCOMOk)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatSerialData)).EndInit();
     this.gridJoyConf.ResumeLayout(false);
     this.gridJoyConf.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.joyIDSelector)).EndInit();
     this.gridJoyButtonsHolder.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.imgStatvJoyOk)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatvJoyLib)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatvJoyDev)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgStatvJoyAttached)).EndInit();
     this.gbMapping.ResumeLayout(false);
     this.gridMapping.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.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() {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Name", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("IpAddress", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Guid", System.Windows.Forms.HorizontalAlignment.Left);
            this.tbcLists = new System.Windows.Forms.TabControl();
            this.tabBanlist = new System.Windows.Forms.TabPage();
            this.spltBanlistManualBans = new System.Windows.Forms.SplitContainer();
            this.btnBanlistRefresh = new System.Windows.Forms.Button();
            this.picCloseOpenManualBans = new System.Windows.Forms.PictureBox();
            this.lnkCloseOpenManualBans = new System.Windows.Forms.LinkLabel();
            this.picClearLists = new System.Windows.Forms.PictureBox();
            this.picUnbanPlayer = new System.Windows.Forms.PictureBox();
            this.btnBanlistClearBanlist = new System.Windows.Forms.Button();
            this.btnBanlistUnban = new System.Windows.Forms.Button();
            this.lsvBanlist = new PRoCon.Controls.ControlsEx.ListViewNF();
            this.colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colIP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colGUID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colTimeRemaining = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colReason = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.rdoBanlistBc2GUID = new System.Windows.Forms.RadioButton();
            this.lblBanlistConfirmation = new System.Windows.Forms.Label();
            this.panel7 = new System.Windows.Forms.Panel();
            this.rdoBanlistTemporary = new System.Windows.Forms.RadioButton();
            this.rdoBanlistPermanent = new System.Windows.Forms.RadioButton();
            this.pnlBanlistTime = new System.Windows.Forms.Panel();
            this.lblBanlistTime = new System.Windows.Forms.Label();
            this.txtBanlistTime = new System.Windows.Forms.TextBox();
            this.cboBanlistTimeMultiplier = new System.Windows.Forms.ComboBox();
            this.picBanlistManualBanOkay = new System.Windows.Forms.PictureBox();
            this.picBanlistIPError = new System.Windows.Forms.PictureBox();
            this.picBanlistGUIDError = new System.Windows.Forms.PictureBox();
            this.txtBanlistManualBanIP = new System.Windows.Forms.TextBox();
            this.txtBanlistManualBanGUID = new System.Windows.Forms.TextBox();
            this.lblBanlistReason = new System.Windows.Forms.Label();
            this.cboBanlistReason = new System.Windows.Forms.ComboBox();
            this.btnBanlistAddBan = new System.Windows.Forms.Button();
            this.rdoBanlistPbGUID = new System.Windows.Forms.RadioButton();
            this.rdoBanlistIP = new System.Windows.Forms.RadioButton();
            this.rdoBanlistName = new System.Windows.Forms.RadioButton();
            this.txtBanlistManualBanName = new System.Windows.Forms.TextBox();
            this.tabMaplist = new System.Windows.Forms.TabPage();
            this.uscMaplist1 = new PRoCon.Controls.Maplist.uscMaplist();
            this.tabReservedSlots = new System.Windows.Forms.TabPage();
            this.lblMohNotice = new System.Windows.Forms.Label();
            this.pnlReservedPanel = new System.Windows.Forms.Panel();
            this.lblReservedCurrent = new System.Windows.Forms.Label();
            this.pnlReservedAddSoldierName = new System.Windows.Forms.Panel();
            this.txtReservedAddSoldierName = new System.Windows.Forms.TextBox();
            this.picReservedAddSoldierName = new System.Windows.Forms.PictureBox();
            this.lblReservedAddSoldierName = new System.Windows.Forms.Label();
            this.lnkReservedAddSoldierName = new System.Windows.Forms.LinkLabel();
            this.panel8 = new System.Windows.Forms.Panel();
            this.btnReservedRemoveSoldier = new System.Windows.Forms.Button();
            this.panel9 = new System.Windows.Forms.Panel();
            this.picReservedList = new System.Windows.Forms.PictureBox();
            this.panel10 = new System.Windows.Forms.Panel();
            this.lsvReservedList = new PRoCon.Controls.ControlsEx.ListViewNF();
            this.colSoldierNames = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.tabTextChatModeration = new System.Windows.Forms.TabPage();
            this.uscTextChatModerationListcs1 = new PRoCon.Controls.TextChatModeration.uscTextChatModerationListcs();
            this.tmrTimeoutCheck = new System.Windows.Forms.Timer(this.components);
            this.tmrRefreshBanlist = new System.Windows.Forms.Timer(this.components);
            this.ctxBanlistMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.unbanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.btnReservedSlotsListRefresh = new System.Windows.Forms.Button();
            this.tbcLists.SuspendLayout();
            this.tabBanlist.SuspendLayout();
            this.spltBanlistManualBans.Panel1.SuspendLayout();
            this.spltBanlistManualBans.Panel2.SuspendLayout();
            this.spltBanlistManualBans.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picCloseOpenManualBans)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picClearLists)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picUnbanPlayer)).BeginInit();
            this.panel7.SuspendLayout();
            this.pnlBanlistTime.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picBanlistManualBanOkay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBanlistIPError)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBanlistGUIDError)).BeginInit();
            this.tabMaplist.SuspendLayout();
            this.tabReservedSlots.SuspendLayout();
            this.pnlReservedPanel.SuspendLayout();
            this.pnlReservedAddSoldierName.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picReservedAddSoldierName)).BeginInit();
            this.panel8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picReservedList)).BeginInit();
            this.tabTextChatModeration.SuspendLayout();
            this.ctxBanlistMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // tbcLists
            // 
            this.tbcLists.Controls.Add(this.tabBanlist);
            this.tbcLists.Controls.Add(this.tabMaplist);
            this.tbcLists.Controls.Add(this.tabReservedSlots);
            this.tbcLists.Controls.Add(this.tabTextChatModeration);
            this.tbcLists.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tbcLists.Location = new System.Drawing.Point(0, 0);
            this.tbcLists.Name = "tbcLists";
            this.tbcLists.SelectedIndex = 0;
            this.tbcLists.Size = new System.Drawing.Size(1046, 856);
            this.tbcLists.TabIndex = 0;
            this.tbcLists.SelectedIndexChanged += new System.EventHandler(this.tbcLists_SelectedIndexChanged);
            // 
            // tabBanlist
            // 
            this.tabBanlist.Controls.Add(this.spltBanlistManualBans);
            this.tabBanlist.Location = new System.Drawing.Point(4, 24);
            this.tabBanlist.Name = "tabBanlist";
            this.tabBanlist.Padding = new System.Windows.Forms.Padding(8);
            this.tabBanlist.Size = new System.Drawing.Size(1038, 828);
            this.tabBanlist.TabIndex = 2;
            this.tabBanlist.Text = "Banlist";
            this.tabBanlist.UseVisualStyleBackColor = true;
            // 
            // spltBanlistManualBans
            // 
            this.spltBanlistManualBans.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spltBanlistManualBans.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.spltBanlistManualBans.IsSplitterFixed = true;
            this.spltBanlistManualBans.Location = new System.Drawing.Point(8, 8);
            this.spltBanlistManualBans.Name = "spltBanlistManualBans";
            this.spltBanlistManualBans.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // spltBanlistManualBans.Panel1
            // 
            this.spltBanlistManualBans.Panel1.Controls.Add(this.btnBanlistRefresh);
            this.spltBanlistManualBans.Panel1.Controls.Add(this.picCloseOpenManualBans);
            this.spltBanlistManualBans.Panel1.Controls.Add(this.lnkCloseOpenManualBans);
            this.spltBanlistManualBans.Panel1.Controls.Add(this.picClearLists);
            this.spltBanlistManualBans.Panel1.Controls.Add(this.picUnbanPlayer);
            this.spltBanlistManualBans.Panel1.Controls.Add(this.btnBanlistClearBanlist);
            this.spltBanlistManualBans.Panel1.Controls.Add(this.btnBanlistUnban);
            this.spltBanlistManualBans.Panel1.Controls.Add(this.lsvBanlist);
            // 
            // spltBanlistManualBans.Panel2
            // 
            this.spltBanlistManualBans.Panel2.Controls.Add(this.rdoBanlistBc2GUID);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.lblBanlistConfirmation);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.panel7);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.pnlBanlistTime);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.picBanlistManualBanOkay);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.picBanlistIPError);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.picBanlistGUIDError);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.txtBanlistManualBanIP);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.txtBanlistManualBanGUID);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.lblBanlistReason);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.cboBanlistReason);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.btnBanlistAddBan);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.rdoBanlistPbGUID);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.rdoBanlistIP);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.rdoBanlistName);
            this.spltBanlistManualBans.Panel2.Controls.Add(this.txtBanlistManualBanName);
            this.spltBanlistManualBans.Size = new System.Drawing.Size(1022, 812);
            this.spltBanlistManualBans.SplitterDistance = 690;
            this.spltBanlistManualBans.TabIndex = 94;
            // 
            // btnBanlistRefresh
            // 
            this.btnBanlistRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnBanlistRefresh.FlatAppearance.BorderSize = 0;
            this.btnBanlistRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnBanlistRefresh.Location = new System.Drawing.Point(3, 630);
            this.btnBanlistRefresh.Name = "btnBanlistRefresh";
            this.btnBanlistRefresh.Size = new System.Drawing.Size(35, 23);
            this.btnBanlistRefresh.TabIndex = 107;
            this.btnBanlistRefresh.UseVisualStyleBackColor = true;
            this.btnBanlistRefresh.Click += new System.EventHandler(this.btnBanlistRefresh_Click);
            // 
            // picCloseOpenManualBans
            // 
            this.picCloseOpenManualBans.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.picCloseOpenManualBans.Cursor = System.Windows.Forms.Cursors.Hand;
            this.picCloseOpenManualBans.Location = new System.Drawing.Point(8, 674);
            this.picCloseOpenManualBans.Name = "picCloseOpenManualBans";
            this.picCloseOpenManualBans.Size = new System.Drawing.Size(16, 16);
            this.picCloseOpenManualBans.TabIndex = 106;
            this.picCloseOpenManualBans.TabStop = false;
            this.picCloseOpenManualBans.Click += new System.EventHandler(this.picCloseOpenManualBans_Click);
            // 
            // lnkCloseOpenManualBans
            // 
            this.lnkCloseOpenManualBans.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(100)))), ((int)(((byte)(220)))));
            this.lnkCloseOpenManualBans.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lnkCloseOpenManualBans.AutoSize = true;
            this.lnkCloseOpenManualBans.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.lnkCloseOpenManualBans.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(100)))), ((int)(((byte)(220)))));
            this.lnkCloseOpenManualBans.Location = new System.Drawing.Point(24, 675);
            this.lnkCloseOpenManualBans.Name = "lnkCloseOpenManualBans";
            this.lnkCloseOpenManualBans.Size = new System.Drawing.Size(107, 15);
            this.lnkCloseOpenManualBans.TabIndex = 105;
            this.lnkCloseOpenManualBans.TabStop = true;
            this.lnkCloseOpenManualBans.Text = "Close manual bans";
            this.lnkCloseOpenManualBans.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkAddBan_LinkClicked);
            // 
            // picClearLists
            // 
            this.picClearLists.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.picClearLists.Location = new System.Drawing.Point(600, 634);
            this.picClearLists.Name = "picClearLists";
            this.picClearLists.Size = new System.Drawing.Size(16, 16);
            this.picClearLists.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picClearLists.TabIndex = 104;
            this.picClearLists.TabStop = false;
            // 
            // picUnbanPlayer
            // 
            this.picUnbanPlayer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.picUnbanPlayer.Location = new System.Drawing.Point(816, 634);
            this.picUnbanPlayer.Name = "picUnbanPlayer";
            this.picUnbanPlayer.Size = new System.Drawing.Size(16, 16);
            this.picUnbanPlayer.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picUnbanPlayer.TabIndex = 103;
            this.picUnbanPlayer.TabStop = false;
            // 
            // btnBanlistClearBanlist
            // 
            this.btnBanlistClearBanlist.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBanlistClearBanlist.Location = new System.Drawing.Point(622, 630);
            this.btnBanlistClearBanlist.Name = "btnBanlistClearBanlist";
            this.btnBanlistClearBanlist.Size = new System.Drawing.Size(172, 23);
            this.btnBanlistClearBanlist.TabIndex = 100;
            this.btnBanlistClearBanlist.Text = "Clear Banlist";
            this.btnBanlistClearBanlist.UseVisualStyleBackColor = true;
            this.btnBanlistClearBanlist.Click += new System.EventHandler(this.btnBanlistClearNameList_Click);
            // 
            // btnBanlistUnban
            // 
            this.btnBanlistUnban.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBanlistUnban.Enabled = false;
            this.btnBanlistUnban.Location = new System.Drawing.Point(838, 630);
            this.btnBanlistUnban.Name = "btnBanlistUnban";
            this.btnBanlistUnban.Size = new System.Drawing.Size(179, 23);
            this.btnBanlistUnban.TabIndex = 102;
            this.btnBanlistUnban.Text = "Unban Player";
            this.btnBanlistUnban.UseVisualStyleBackColor = true;
            this.btnBanlistUnban.Click += new System.EventHandler(this.btnBanlistUnban_Click);
            // 
            // lsvBanlist
            // 
            this.lsvBanlist.AllowColumnReorder = true;
            this.lsvBanlist.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.lsvBanlist.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colName,
            this.colIP,
            this.colGUID,
            this.colType,
            this.colTimeRemaining,
            this.colReason});
            this.lsvBanlist.FullRowSelect = true;
            this.lsvBanlist.GridLines = true;
            listViewGroup1.Header = "Name";
            listViewGroup1.Name = "lvgName";
            listViewGroup2.Header = "IpAddress";
            listViewGroup2.Name = "lvgIP";
            listViewGroup3.Header = "Guid";
            listViewGroup3.Name = "lvgGUID";
            this.lsvBanlist.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2,
            listViewGroup3});
            this.lsvBanlist.HideSelection = false;
            this.lsvBanlist.Location = new System.Drawing.Point(0, 0);
            this.lsvBanlist.MultiSelect = false;
            this.lsvBanlist.Name = "lsvBanlist";
            this.lsvBanlist.ShowGroups = false;
            this.lsvBanlist.ShowItemToolTips = true;
            this.lsvBanlist.Size = new System.Drawing.Size(1022, 624);
            this.lsvBanlist.TabIndex = 99;
            this.lsvBanlist.UseCompatibleStateImageBehavior = false;
            this.lsvBanlist.View = System.Windows.Forms.View.Details;
            this.lsvBanlist.SelectedIndexChanged += new System.EventHandler(this.lsvBanlist_SelectedIndexChanged);
            this.lsvBanlist.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lsvBanlist_MouseUp);
            // 
            // colName
            // 
            this.colName.Text = "Name";
            // 
            // colIP
            // 
            this.colIP.Text = "IpAddress";
            // 
            // colGUID
            // 
            this.colGUID.Text = "Guid";
            // 
            // colType
            // 
            this.colType.Text = "Type";
            // 
            // colTimeRemaining
            // 
            this.colTimeRemaining.Text = "Remaining";
            this.colTimeRemaining.Width = 106;
            // 
            // colReason
            // 
            this.colReason.Text = "Reason";
            // 
            // rdoBanlistBc2GUID
            // 
            this.rdoBanlistBc2GUID.AutoSize = true;
            this.rdoBanlistBc2GUID.Location = new System.Drawing.Point(278, 6);
            this.rdoBanlistBc2GUID.Name = "rdoBanlistBc2GUID";
            this.rdoBanlistBc2GUID.Size = new System.Drawing.Size(74, 19);
            this.rdoBanlistBc2GUID.TabIndex = 116;
            this.rdoBanlistBc2GUID.Text = "BC2 Guid";
            this.rdoBanlistBc2GUID.UseVisualStyleBackColor = true;
            this.rdoBanlistBc2GUID.CheckedChanged += new System.EventHandler(this.rdoBanlistBc2GUID_CheckedChanged);
            // 
            // lblBanlistConfirmation
            // 
            this.lblBanlistConfirmation.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.lblBanlistConfirmation.Location = new System.Drawing.Point(313, 57);
            this.lblBanlistConfirmation.Name = "lblBanlistConfirmation";
            this.lblBanlistConfirmation.Size = new System.Drawing.Size(497, 41);
            this.lblBanlistConfirmation.TabIndex = 115;
            this.lblBanlistConfirmation.TextAlign = System.Drawing.ContentAlignment.BottomRight;
            // 
            // panel7
            // 
            this.panel7.Controls.Add(this.rdoBanlistTemporary);
            this.panel7.Controls.Add(this.rdoBanlistPermanent);
            this.panel7.Location = new System.Drawing.Point(3, 53);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(136, 65);
            this.panel7.TabIndex = 114;
            // 
            // rdoBanlistTemporary
            // 
            this.rdoBanlistTemporary.AutoSize = true;
            this.rdoBanlistTemporary.Location = new System.Drawing.Point(5, 28);
            this.rdoBanlistTemporary.Name = "rdoBanlistTemporary";
            this.rdoBanlistTemporary.Size = new System.Drawing.Size(83, 19);
            this.rdoBanlistTemporary.TabIndex = 113;
            this.rdoBanlistTemporary.Text = "Temporary";
            this.rdoBanlistTemporary.UseVisualStyleBackColor = true;
            this.rdoBanlistTemporary.CheckedChanged += new System.EventHandler(this.rdoBanlistTemporary_CheckedChanged);
            // 
            // rdoBanlistPermanent
            // 
            this.rdoBanlistPermanent.AutoSize = true;
            this.rdoBanlistPermanent.Checked = true;
            this.rdoBanlistPermanent.Location = new System.Drawing.Point(5, 6);
            this.rdoBanlistPermanent.Name = "rdoBanlistPermanent";
            this.rdoBanlistPermanent.Size = new System.Drawing.Size(83, 19);
            this.rdoBanlistPermanent.TabIndex = 112;
            this.rdoBanlistPermanent.TabStop = true;
            this.rdoBanlistPermanent.Text = "Permanent";
            this.rdoBanlistPermanent.UseVisualStyleBackColor = true;
            this.rdoBanlistPermanent.CheckedChanged += new System.EventHandler(this.rdoBanlistPermanent_CheckedChanged);
            // 
            // pnlBanlistTime
            // 
            this.pnlBanlistTime.Controls.Add(this.lblBanlistTime);
            this.pnlBanlistTime.Controls.Add(this.txtBanlistTime);
            this.pnlBanlistTime.Controls.Add(this.cboBanlistTimeMultiplier);
            this.pnlBanlistTime.Enabled = false;
            this.pnlBanlistTime.Location = new System.Drawing.Point(142, 57);
            this.pnlBanlistTime.Name = "pnlBanlistTime";
            this.pnlBanlistTime.Size = new System.Drawing.Size(165, 58);
            this.pnlBanlistTime.TabIndex = 113;
            // 
            // lblBanlistTime
            // 
            this.lblBanlistTime.AutoSize = true;
            this.lblBanlistTime.Location = new System.Drawing.Point(3, 2);
            this.lblBanlistTime.Name = "lblBanlistTime";
            this.lblBanlistTime.Size = new System.Drawing.Size(37, 15);
            this.lblBanlistTime.TabIndex = 0;
            this.lblBanlistTime.Text = "Time:";
            // 
            // txtBanlistTime
            // 
            this.txtBanlistTime.Location = new System.Drawing.Point(6, 23);
            this.txtBanlistTime.MaxLength = 3;
            this.txtBanlistTime.Name = "txtBanlistTime";
            this.txtBanlistTime.Size = new System.Drawing.Size(39, 23);
            this.txtBanlistTime.TabIndex = 1;
            this.txtBanlistTime.Text = "1";
            this.txtBanlistTime.TextChanged += new System.EventHandler(this.txtBanlistTime_TextChanged);
            this.txtBanlistTime.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBanlistTime_KeyPress);
            // 
            // cboBanlistTimeMultiplier
            // 
            this.cboBanlistTimeMultiplier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboBanlistTimeMultiplier.FormattingEnabled = true;
            this.cboBanlistTimeMultiplier.Items.AddRange(new object[] {
            "Minutes",
            "Hours",
            "Days",
            "Weeks",
            "Months"});
            this.cboBanlistTimeMultiplier.Location = new System.Drawing.Point(53, 23);
            this.cboBanlistTimeMultiplier.Name = "cboBanlistTimeMultiplier";
            this.cboBanlistTimeMultiplier.Size = new System.Drawing.Size(102, 23);
            this.cboBanlistTimeMultiplier.TabIndex = 2;
            this.cboBanlistTimeMultiplier.SelectedIndexChanged += new System.EventHandler(this.cboBanlistTimeMultiplier_SelectedIndexChanged);
            // 
            // picBanlistManualBanOkay
            // 
            this.picBanlistManualBanOkay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.picBanlistManualBanOkay.Cursor = System.Windows.Forms.Cursors.Hand;
            this.picBanlistManualBanOkay.Location = new System.Drawing.Point(816, 82);
            this.picBanlistManualBanOkay.Name = "picBanlistManualBanOkay";
            this.picBanlistManualBanOkay.Size = new System.Drawing.Size(16, 16);
            this.picBanlistManualBanOkay.TabIndex = 109;
            this.picBanlistManualBanOkay.TabStop = false;
            this.picBanlistManualBanOkay.Visible = false;
            // 
            // picBanlistIPError
            // 
            this.picBanlistIPError.Cursor = System.Windows.Forms.Cursors.Hand;
            this.picBanlistIPError.Location = new System.Drawing.Point(121, 8);
            this.picBanlistIPError.Name = "picBanlistIPError";
            this.picBanlistIPError.Size = new System.Drawing.Size(16, 16);
            this.picBanlistIPError.TabIndex = 108;
            this.picBanlistIPError.TabStop = false;
            this.picBanlistIPError.Visible = false;
            // 
            // picBanlistGUIDError
            // 
            this.picBanlistGUIDError.Cursor = System.Windows.Forms.Cursors.Hand;
            this.picBanlistGUIDError.Location = new System.Drawing.Point(256, 9);
            this.picBanlistGUIDError.Name = "picBanlistGUIDError";
            this.picBanlistGUIDError.Size = new System.Drawing.Size(16, 16);
            this.picBanlistGUIDError.TabIndex = 107;
            this.picBanlistGUIDError.TabStop = false;
            this.picBanlistGUIDError.Visible = false;
            // 
            // txtBanlistManualBanIP
            // 
            this.txtBanlistManualBanIP.Enabled = false;
            this.txtBanlistManualBanIP.Location = new System.Drawing.Point(142, 28);
            this.txtBanlistManualBanIP.Name = "txtBanlistManualBanIP";
            this.txtBanlistManualBanIP.Size = new System.Drawing.Size(128, 23);
            this.txtBanlistManualBanIP.TabIndex = 67;
            this.txtBanlistManualBanIP.TextChanged += new System.EventHandler(this.txtBanlistManualBanIP_TextChanged);
            // 
            // txtBanlistManualBanGUID
            // 
            this.txtBanlistManualBanGUID.Enabled = false;
            this.txtBanlistManualBanGUID.Location = new System.Drawing.Point(276, 28);
            this.txtBanlistManualBanGUID.Name = "txtBanlistManualBanGUID";
            this.txtBanlistManualBanGUID.Size = new System.Drawing.Size(243, 23);
            this.txtBanlistManualBanGUID.TabIndex = 66;
            this.txtBanlistManualBanGUID.TextChanged += new System.EventHandler(this.txtBanlistManualBanGUID_TextChanged);
            // 
            // lblBanlistReason
            // 
            this.lblBanlistReason.AutoSize = true;
            this.lblBanlistReason.Location = new System.Drawing.Point(522, 10);
            this.lblBanlistReason.Name = "lblBanlistReason";
            this.lblBanlistReason.Size = new System.Drawing.Size(48, 15);
            this.lblBanlistReason.TabIndex = 65;
            this.lblBanlistReason.Text = "Reason:";
            // 
            // cboBanlistReason
            // 
            this.cboBanlistReason.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.cboBanlistReason.FormattingEnabled = true;
            this.cboBanlistReason.Items.AddRange(new object[] {
            "Team Killing",
            "Hacking/Cheating",
            "Admin abuse"});
            this.cboBanlistReason.Location = new System.Drawing.Point(525, 28);
            this.cboBanlistReason.Name = "cboBanlistReason";
            this.cboBanlistReason.Size = new System.Drawing.Size(492, 23);
            this.cboBanlistReason.TabIndex = 64;
            // 
            // btnBanlistAddBan
            // 
            this.btnBanlistAddBan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBanlistAddBan.Enabled = false;
            this.btnBanlistAddBan.ForeColor = System.Drawing.Color.Black;
            this.btnBanlistAddBan.Location = new System.Drawing.Point(838, 79);
            this.btnBanlistAddBan.Name = "btnBanlistAddBan";
            this.btnBanlistAddBan.Size = new System.Drawing.Size(179, 23);
            this.btnBanlistAddBan.TabIndex = 6;
            this.btnBanlistAddBan.Text = "Ban";
            this.btnBanlistAddBan.UseVisualStyleBackColor = true;
            this.btnBanlistAddBan.Click += new System.EventHandler(this.btnBanlistAddBan_Click);
            // 
            // rdoBanlistPbGUID
            // 
            this.rdoBanlistPbGUID.AutoSize = true;
            this.rdoBanlistPbGUID.Location = new System.Drawing.Point(386, 6);
            this.rdoBanlistPbGUID.Name = "rdoBanlistPbGUID";
            this.rdoBanlistPbGUID.Size = new System.Drawing.Size(67, 19);
            this.rdoBanlistPbGUID.TabIndex = 5;
            this.rdoBanlistPbGUID.Text = "PB Guid";
            this.rdoBanlistPbGUID.UseVisualStyleBackColor = true;
            this.rdoBanlistPbGUID.CheckedChanged += new System.EventHandler(this.rdoBanlistGUID_CheckedChanged);
            // 
            // rdoBanlistIP
            // 
            this.rdoBanlistIP.AutoSize = true;
            this.rdoBanlistIP.Location = new System.Drawing.Point(142, 6);
            this.rdoBanlistIP.Name = "rdoBanlistIP";
            this.rdoBanlistIP.Size = new System.Drawing.Size(77, 19);
            this.rdoBanlistIP.TabIndex = 4;
            this.rdoBanlistIP.Text = "IpAddress";
            this.rdoBanlistIP.UseVisualStyleBackColor = true;
            this.rdoBanlistIP.CheckedChanged += new System.EventHandler(this.rdoBanlistIP_CheckedChanged);
            // 
            // rdoBanlistName
            // 
            this.rdoBanlistName.AutoSize = true;
            this.rdoBanlistName.Checked = true;
            this.rdoBanlistName.Location = new System.Drawing.Point(8, 6);
            this.rdoBanlistName.Name = "rdoBanlistName";
            this.rdoBanlistName.Size = new System.Drawing.Size(57, 19);
            this.rdoBanlistName.TabIndex = 3;
            this.rdoBanlistName.TabStop = true;
            this.rdoBanlistName.Text = "Name";
            this.rdoBanlistName.UseVisualStyleBackColor = true;
            this.rdoBanlistName.CheckedChanged += new System.EventHandler(this.rdoBanlistName_CheckedChanged);
            // 
            // txtBanlistManualBanName
            // 
            this.txtBanlistManualBanName.Location = new System.Drawing.Point(8, 28);
            this.txtBanlistManualBanName.Name = "txtBanlistManualBanName";
            this.txtBanlistManualBanName.Size = new System.Drawing.Size(128, 23);
            this.txtBanlistManualBanName.TabIndex = 1;
            this.txtBanlistManualBanName.TextChanged += new System.EventHandler(this.txtBanlistManualBanName_TextChanged);
            // 
            // tabMaplist
            // 
            this.tabMaplist.Controls.Add(this.uscMaplist1);
            this.tabMaplist.Location = new System.Drawing.Point(4, 24);
            this.tabMaplist.Name = "tabMaplist";
            this.tabMaplist.Padding = new System.Windows.Forms.Padding(8);
            this.tabMaplist.Size = new System.Drawing.Size(1038, 828);
            this.tabMaplist.TabIndex = 0;
            this.tabMaplist.Text = "Maplist";
            this.tabMaplist.UseVisualStyleBackColor = true;
            // 
            // uscMaplist1
            // 
            this.uscMaplist1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uscMaplist1.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.uscMaplist1.Location = new System.Drawing.Point(8, 8);
            this.uscMaplist1.Name = "uscMaplist1";
            this.uscMaplist1.SettingFail = null;
            this.uscMaplist1.SettingLoading = null;
            this.uscMaplist1.SettingSuccess = null;
            this.uscMaplist1.Size = new System.Drawing.Size(1022, 812);
            this.uscMaplist1.TabIndex = 1;
            // 
            // tabReservedSlots
            // 
            this.tabReservedSlots.Controls.Add(this.lblMohNotice);
            this.tabReservedSlots.Controls.Add(this.pnlReservedPanel);
            this.tabReservedSlots.Location = new System.Drawing.Point(4, 24);
            this.tabReservedSlots.Name = "tabReservedSlots";
            this.tabReservedSlots.Padding = new System.Windows.Forms.Padding(8);
            this.tabReservedSlots.Size = new System.Drawing.Size(1038, 828);
            this.tabReservedSlots.TabIndex = 1;
            this.tabReservedSlots.Text = "Reserved Slots";
            this.tabReservedSlots.UseVisualStyleBackColor = true;
            // 
            // lblMohNotice
            // 
            this.lblMohNotice.AutoSize = true;
            this.lblMohNotice.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMohNotice.ForeColor = System.Drawing.Color.Maroon;
            this.lblMohNotice.Location = new System.Drawing.Point(11, 11);
            this.lblMohNotice.Name = "lblMohNotice";
            this.lblMohNotice.Size = new System.Drawing.Size(320, 17);
            this.lblMohNotice.TabIndex = 28;
            this.lblMohNotice.Text = "This panel is disabled for MoH until further notice";
            this.lblMohNotice.Visible = false;
            // 
            // pnlReservedPanel
            // 
            this.pnlReservedPanel.Controls.Add(this.lblReservedCurrent);
            this.pnlReservedPanel.Controls.Add(this.pnlReservedAddSoldierName);
            this.pnlReservedPanel.Controls.Add(this.panel8);
            this.pnlReservedPanel.Controls.Add(this.panel9);
            this.pnlReservedPanel.Controls.Add(this.picReservedList);
            this.pnlReservedPanel.Controls.Add(this.panel10);
            this.pnlReservedPanel.Controls.Add(this.lsvReservedList);
            this.pnlReservedPanel.Location = new System.Drawing.Point(229, 31);
            this.pnlReservedPanel.Name = "pnlReservedPanel";
            this.pnlReservedPanel.Size = new System.Drawing.Size(486, 445);
            this.pnlReservedPanel.TabIndex = 27;
            // 
            // lblReservedCurrent
            // 
            this.lblReservedCurrent.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.lblReservedCurrent.AutoSize = true;
            this.lblReservedCurrent.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblReservedCurrent.Location = new System.Drawing.Point(32, 17);
            this.lblReservedCurrent.Name = "lblReservedCurrent";
            this.lblReservedCurrent.Size = new System.Drawing.Size(131, 15);
            this.lblReservedCurrent.TabIndex = 14;
            this.lblReservedCurrent.Text = "Current reserved slots";
            // 
            // pnlReservedAddSoldierName
            // 
            this.pnlReservedAddSoldierName.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.pnlReservedAddSoldierName.Controls.Add(this.txtReservedAddSoldierName);
            this.pnlReservedAddSoldierName.Controls.Add(this.picReservedAddSoldierName);
            this.pnlReservedAddSoldierName.Controls.Add(this.lblReservedAddSoldierName);
            this.pnlReservedAddSoldierName.Controls.Add(this.lnkReservedAddSoldierName);
            this.pnlReservedAddSoldierName.Location = new System.Drawing.Point(35, 305);
            this.pnlReservedAddSoldierName.Name = "pnlReservedAddSoldierName";
            this.pnlReservedAddSoldierName.Size = new System.Drawing.Size(430, 60);
            this.pnlReservedAddSoldierName.TabIndex = 2;
            // 
            // txtReservedAddSoldierName
            // 
            this.txtReservedAddSoldierName.Location = new System.Drawing.Point(34, 27);
            this.txtReservedAddSoldierName.Name = "txtReservedAddSoldierName";
            this.txtReservedAddSoldierName.Size = new System.Drawing.Size(280, 23);
            this.txtReservedAddSoldierName.TabIndex = 1;
            this.txtReservedAddSoldierName.TextChanged += new System.EventHandler(this.txtReservedAddSoldierName_TextChanged);
            this.txtReservedAddSoldierName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtReservedAddSoldierName_KeyDown);
            // 
            // picReservedAddSoldierName
            // 
            this.picReservedAddSoldierName.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.picReservedAddSoldierName.Location = new System.Drawing.Point(12, 8);
            this.picReservedAddSoldierName.Name = "picReservedAddSoldierName";
            this.picReservedAddSoldierName.Size = new System.Drawing.Size(16, 16);
            this.picReservedAddSoldierName.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picReservedAddSoldierName.TabIndex = 102;
            this.picReservedAddSoldierName.TabStop = false;
            // 
            // lblReservedAddSoldierName
            // 
            this.lblReservedAddSoldierName.AutoSize = true;
            this.lblReservedAddSoldierName.Location = new System.Drawing.Point(31, 9);
            this.lblReservedAddSoldierName.Name = "lblReservedAddSoldierName";
            this.lblReservedAddSoldierName.Size = new System.Drawing.Size(161, 15);
            this.lblReservedAddSoldierName.TabIndex = 93;
            this.lblReservedAddSoldierName.Text = "Add a soldier name to the list";
            // 
            // lnkReservedAddSoldierName
            // 
            this.lnkReservedAddSoldierName.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(100)))), ((int)(((byte)(220)))));
            this.lnkReservedAddSoldierName.AutoSize = true;
            this.lnkReservedAddSoldierName.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.lnkReservedAddSoldierName.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(100)))), ((int)(((byte)(220)))));
            this.lnkReservedAddSoldierName.Location = new System.Drawing.Point(320, 30);
            this.lnkReservedAddSoldierName.Name = "lnkReservedAddSoldierName";
            this.lnkReservedAddSoldierName.Size = new System.Drawing.Size(67, 15);
            this.lnkReservedAddSoldierName.TabIndex = 2;
            this.lnkReservedAddSoldierName.TabStop = true;
            this.lnkReservedAddSoldierName.Text = "Add soldier";
            this.lnkReservedAddSoldierName.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkReservedAddSoldierName_LinkClicked);
            // 
            // panel8
            // 
            this.panel8.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.panel8.Controls.Add(this.btnReservedSlotsListRefresh);
            this.panel8.Controls.Add(this.btnReservedRemoveSoldier);
            this.panel8.Location = new System.Drawing.Point(424, 120);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(41, 100);
            this.panel8.TabIndex = 1;
            // 
            // btnReservedRemoveSoldier
            // 
            this.btnReservedRemoveSoldier.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.btnReservedRemoveSoldier.Enabled = false;
            this.btnReservedRemoveSoldier.FlatAppearance.BorderSize = 0;
            this.btnReservedRemoveSoldier.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReservedRemoveSoldier.Location = new System.Drawing.Point(3, 32);
            this.btnReservedRemoveSoldier.Name = "btnReservedRemoveSoldier";
            this.btnReservedRemoveSoldier.Size = new System.Drawing.Size(35, 23);
            this.btnReservedRemoveSoldier.TabIndex = 1;
            this.btnReservedRemoveSoldier.UseVisualStyleBackColor = true;
            this.btnReservedRemoveSoldier.Click += new System.EventHandler(this.btnReservedRemoveSoldier_Click);
            // 
            // panel9
            // 
            this.panel9.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.panel9.BackColor = System.Drawing.SystemColors.ControlLight;
            this.panel9.Location = new System.Drawing.Point(35, 289);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(424, 1);
            this.panel9.TabIndex = 95;
            // 
            // picReservedList
            // 
            this.picReservedList.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.picReservedList.Location = new System.Drawing.Point(47, 41);
            this.picReservedList.Name = "picReservedList";
            this.picReservedList.Size = new System.Drawing.Size(16, 16);
            this.picReservedList.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picReservedList.TabIndex = 91;
            this.picReservedList.TabStop = false;
            // 
            // panel10
            // 
            this.panel10.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.panel10.BackColor = System.Drawing.SystemColors.ControlLight;
            this.panel10.Location = new System.Drawing.Point(35, 25);
            this.panel10.Name = "panel10";
            this.panel10.Size = new System.Drawing.Size(424, 1);
            this.panel10.TabIndex = 16;
            // 
            // lsvReservedList
            // 
            this.lsvReservedList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
            this.lsvReservedList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colSoldierNames});
            this.lsvReservedList.FullRowSelect = true;
            this.lsvReservedList.HideSelection = false;
            this.lsvReservedList.Location = new System.Drawing.Point(69, 41);
            this.lsvReservedList.MultiSelect = false;
            this.lsvReservedList.Name = "lsvReservedList";
            this.lsvReservedList.Size = new System.Drawing.Size(349, 232);
            this.lsvReservedList.TabIndex = 0;
            this.lsvReservedList.UseCompatibleStateImageBehavior = false;
            this.lsvReservedList.View = System.Windows.Forms.View.Details;
            this.lsvReservedList.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lsvReservedList_ColumnClick);
            this.lsvReservedList.SelectedIndexChanged += new System.EventHandler(this.lsvReservedList_SelectedIndexChanged);
            // 
            // colSoldierNames
            // 
            this.colSoldierNames.Text = "Soldier Names";
            this.colSoldierNames.Width = 317;
            // 
            // tabTextChatModeration
            // 
            this.tabTextChatModeration.Controls.Add(this.uscTextChatModerationListcs1);
            this.tabTextChatModeration.Location = new System.Drawing.Point(4, 24);
            this.tabTextChatModeration.Name = "tabTextChatModeration";
            this.tabTextChatModeration.Padding = new System.Windows.Forms.Padding(3);
            this.tabTextChatModeration.Size = new System.Drawing.Size(1038, 828);
            this.tabTextChatModeration.TabIndex = 3;
            this.tabTextChatModeration.Text = "Text chat moderation";
            this.tabTextChatModeration.UseVisualStyleBackColor = true;
            // 
            // uscTextChatModerationListcs1
            // 
            this.uscTextChatModerationListcs1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uscTextChatModerationListcs1.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.uscTextChatModerationListcs1.Location = new System.Drawing.Point(3, 3);
            this.uscTextChatModerationListcs1.Name = "uscTextChatModerationListcs1";
            this.uscTextChatModerationListcs1.SettingFail = null;
            this.uscTextChatModerationListcs1.SettingLoading = null;
            this.uscTextChatModerationListcs1.SettingSuccess = null;
            this.uscTextChatModerationListcs1.Size = new System.Drawing.Size(1032, 822);
            this.uscTextChatModerationListcs1.TabIndex = 0;
            // 
            // tmrTimeoutCheck
            // 
            this.tmrTimeoutCheck.Tick += new System.EventHandler(this.tmrSettingsAnimator_Tick);
            // 
            // tmrRefreshBanlist
            // 
            this.tmrRefreshBanlist.Enabled = true;
            this.tmrRefreshBanlist.Interval = 15000;
            this.tmrRefreshBanlist.Tick += new System.EventHandler(this.tmrRefreshBanlist_Tick);
            // 
            // ctxBanlistMenuStrip
            // 
            this.ctxBanlistMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copyToolStripMenuItem,
            this.toolStripMenuItem1,
            this.unbanToolStripMenuItem});
            this.ctxBanlistMenuStrip.Name = "ctxBanlistMenuStrip";
            this.ctxBanlistMenuStrip.Size = new System.Drawing.Size(172, 54);
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
            this.copyToolStripMenuItem.Text = "Copy to Clipboard";
            this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(168, 6);
            // 
            // unbanToolStripMenuItem
            // 
            this.unbanToolStripMenuItem.Name = "unbanToolStripMenuItem";
            this.unbanToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
            this.unbanToolStripMenuItem.Text = "Unban";
            this.unbanToolStripMenuItem.Click += new System.EventHandler(this.unbanToolStripMenuItem_Click);
            // 
            // btnReservedSlotsListRefresh
            // 
            this.btnReservedSlotsListRefresh.FlatAppearance.BorderSize = 0;
            this.btnReservedSlotsListRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReservedSlotsListRefresh.Location = new System.Drawing.Point(3, 74);
            this.btnReservedSlotsListRefresh.Name = "btnReservedSlotsListRefresh";
            this.btnReservedSlotsListRefresh.Size = new System.Drawing.Size(35, 23);
            this.btnReservedSlotsListRefresh.TabIndex = 109;
            this.btnReservedSlotsListRefresh.UseVisualStyleBackColor = true;
            this.btnReservedSlotsListRefresh.Click += new System.EventHandler(this.btnReservedSlotsListRefresh_Click);
            // 
            // uscListControlPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tbcLists);
            this.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.Name = "uscListControlPanel";
            this.Size = new System.Drawing.Size(1046, 856);
            this.Load += new System.EventHandler(this.uscListControlPanel_Load);
            this.tbcLists.ResumeLayout(false);
            this.tabBanlist.ResumeLayout(false);
            this.spltBanlistManualBans.Panel1.ResumeLayout(false);
            this.spltBanlistManualBans.Panel1.PerformLayout();
            this.spltBanlistManualBans.Panel2.ResumeLayout(false);
            this.spltBanlistManualBans.Panel2.PerformLayout();
            this.spltBanlistManualBans.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picCloseOpenManualBans)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picClearLists)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picUnbanPlayer)).EndInit();
            this.panel7.ResumeLayout(false);
            this.panel7.PerformLayout();
            this.pnlBanlistTime.ResumeLayout(false);
            this.pnlBanlistTime.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picBanlistManualBanOkay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBanlistIPError)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBanlistGUIDError)).EndInit();
            this.tabMaplist.ResumeLayout(false);
            this.tabReservedSlots.ResumeLayout(false);
            this.tabReservedSlots.PerformLayout();
            this.pnlReservedPanel.ResumeLayout(false);
            this.pnlReservedPanel.PerformLayout();
            this.pnlReservedAddSoldierName.ResumeLayout(false);
            this.pnlReservedAddSoldierName.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picReservedAddSoldierName)).EndInit();
            this.panel8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picReservedList)).EndInit();
            this.tabTextChatModeration.ResumeLayout(false);
            this.ctxBanlistMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #44
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.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(ContactList));
     System.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("1", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("2", System.Windows.Forms.HorizontalAlignment.Center);
     this.MyMenu                   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripTextBox1        = new System.Windows.Forms.ToolStripTextBox();
     this.startToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.messageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ProfileImageList         = new System.Windows.Forms.ImageList(this.components);
     this.SearchButton             = new System.Windows.Forms.Button();
     this.SearchBox                = new System.Windows.Forms.TextBox();
     this.MyPictureBox             = new System.Windows.Forms.PictureBox();
     this.panel5                   = new System.Windows.Forms.Panel();
     this.PersonalMessage          = new System.Windows.Forms.Label();
     this.ContactlistView          = new System.Windows.Forms.ListView();
     this.columnHeader1            = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2            = new System.Windows.Forms.ColumnHeader();
     this.NickLabel                = new System.Windows.Forms.Label();
     this.MainButton               = new System.Windows.Forms.Button();
     this.StatusButton             = new System.Windows.Forms.Button();
     this.button4                  = new System.Windows.Forms.Button();
     this.button2                  = new System.Windows.Forms.Button();
     this.panel3                   = new System.Windows.Forms.Panel();
     this.MinToTray                = new System.Windows.Forms.Button();
     this.Title       = new System.Windows.Forms.Label();
     this.CloseButton = new System.Windows.Forms.Button();
     this.MyMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MyPictureBox)).BeginInit();
     this.panel5.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // MyMenu
     //
     this.MyMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripTextBox1,
         this.startToolStripMenuItem
     });
     this.MyMenu.Name = "MyMenu";
     this.MyMenu.Size = new System.Drawing.Size(161, 51);
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.toolStripTextBox1.Enabled   = false;
     this.toolStripTextBox1.Name      = "toolStripTextBox1";
     this.toolStripTextBox1.ReadOnly  = true;
     this.toolStripTextBox1.Size      = new System.Drawing.Size(100, 23);
     //
     // startToolStripMenuItem
     //
     this.startToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.messageToolStripMenuItem
     });
     this.startToolStripMenuItem.Name = "startToolStripMenuItem";
     this.startToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
     this.startToolStripMenuItem.Text = "Start";
     //
     // messageToolStripMenuItem
     //
     this.messageToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("messageToolStripMenuItem.Image")));
     this.messageToolStripMenuItem.Name   = "messageToolStripMenuItem";
     this.messageToolStripMenuItem.Size   = new System.Drawing.Size(120, 22);
     this.messageToolStripMenuItem.Text   = "Message";
     this.messageToolStripMenuItem.Click += new System.EventHandler(this.messageToolStripMenuItem_Click);
     //
     // ProfileImageList
     //
     this.ProfileImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ProfileImageList.ImageStream")));
     this.ProfileImageList.TransparentColor = System.Drawing.Color.Black;
     this.ProfileImageList.Images.SetKeyName(0, "online.png");
     this.ProfileImageList.Images.SetKeyName(1, "offline.png");
     //
     // SearchButton
     //
     this.SearchButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(203)))), ((int)(((byte)(242)))));
     this.SearchButton.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.SearchButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SearchButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SearchButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(81)))));
     this.SearchButton.Location  = new System.Drawing.Point(116, 59);
     this.SearchButton.Name      = "SearchButton";
     this.SearchButton.Size      = new System.Drawing.Size(38, 20);
     this.SearchButton.TabIndex  = 18;
     this.SearchButton.Text      = "&GO";
     this.SearchButton.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.SearchButton.UseVisualStyleBackColor = false;
     //
     // SearchBox
     //
     this.SearchBox.Anchor           = System.Windows.Forms.AnchorStyles.Top;
     this.SearchBox.BackColor        = System.Drawing.SystemColors.InactiveCaption;
     this.SearchBox.ContextMenuStrip = this.MyMenu;
     this.SearchBox.Location         = new System.Drawing.Point(8, 59);
     this.SearchBox.MaxLength        = 50;
     this.SearchBox.Name             = "SearchBox";
     this.SearchBox.Size             = new System.Drawing.Size(107, 20);
     this.SearchBox.TabIndex         = 9;
     this.SearchBox.TextChanged     += new System.EventHandler(this.SearchBox_TextChanged);
     this.SearchBox.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.SearchBox_KeyDown);
     //
     // MyPictureBox
     //
     this.MyPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.MyPictureBox.BorderStyle           = System.Windows.Forms.BorderStyle.Fixed3D;
     this.MyPictureBox.Location = new System.Drawing.Point(6, 7);
     this.MyPictureBox.Name     = "MyPictureBox";
     this.MyPictureBox.Size     = new System.Drawing.Size(45, 45);
     this.MyPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.MyPictureBox.TabIndex = 16;
     this.MyPictureBox.TabStop  = false;
     //
     // panel5
     //
     this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel5.Controls.Add(this.PersonalMessage);
     this.panel5.Controls.Add(this.ContactlistView);
     this.panel5.Controls.Add(this.SearchButton);
     this.panel5.Controls.Add(this.SearchBox);
     this.panel5.Controls.Add(this.MyPictureBox);
     this.panel5.Controls.Add(this.NickLabel);
     this.panel5.Controls.Add(this.MainButton);
     this.panel5.Controls.Add(this.StatusButton);
     this.panel5.Controls.Add(this.button4);
     this.panel5.Controls.Add(this.button2);
     this.panel5.Location = new System.Drawing.Point(-2, 23);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(162, 429);
     this.panel5.TabIndex = 12;
     this.panel5.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel5_Paint);
     //
     // PersonalMessage
     //
     this.PersonalMessage.Font         = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
     this.PersonalMessage.Location     = new System.Drawing.Point(58, 27);
     this.PersonalMessage.Name         = "PersonalMessage";
     this.PersonalMessage.Size         = new System.Drawing.Size(91, 12);
     this.PersonalMessage.TabIndex     = 20;
     this.PersonalMessage.Text         = "Personal Message";
     this.PersonalMessage.DoubleClick += new System.EventHandler(this.AwayString_DoubleClick);
     this.PersonalMessage.Click       += new System.EventHandler(this.PersonalMessage_Click);
     //
     // ContactlistView
     //
     this.ContactlistView.BackColor   = System.Drawing.Color.White;
     this.ContactlistView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ContactlistView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.ContactlistView.ContextMenuStrip = this.MyMenu;
     listViewGroup1.Header          = "1";
     listViewGroup1.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup1.Name            = "listViewGroup1";
     listViewGroup2.Header          = "2";
     listViewGroup2.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup2.Name            = "listViewGroup2";
     this.ContactlistView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.ContactlistView.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.None;
     this.ContactlistView.LargeImageList = this.ProfileImageList;
     this.ContactlistView.Location       = new System.Drawing.Point(4, 85);
     this.ContactlistView.Name           = "ContactlistView";
     this.ContactlistView.Size           = new System.Drawing.Size(151, 284);
     this.ContactlistView.SmallImageList = this.ProfileImageList;
     this.ContactlistView.TabIndex       = 19;
     this.ContactlistView.TileSize       = new System.Drawing.Size(1, 1);
     this.ContactlistView.UseCompatibleStateImageBehavior = false;
     this.ContactlistView.View                  = System.Windows.Forms.View.Details;
     this.ContactlistView.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.ContactlistView_MouseDoubleClick);
     this.ContactlistView.SelectedIndexChanged += new System.EventHandler(this.ContactlistView_SelectedIndexChanged);
     this.ContactlistView.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.ContactlistView_MouseDown);
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 1;
     //
     // columnHeader2
     //
     this.columnHeader2.Width = 1;
     //
     // NickLabel
     //
     this.NickLabel.AutoEllipsis = true;
     this.NickLabel.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.NickLabel.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.NickLabel.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(81)))));
     this.NickLabel.Location     = new System.Drawing.Point(57, 9);
     this.NickLabel.Name         = "NickLabel";
     this.NickLabel.Size         = new System.Drawing.Size(97, 18);
     this.NickLabel.TabIndex     = 15;
     this.NickLabel.Click       += new System.EventHandler(this.NickLabel_Click);
     //
     // MainButton
     //
     this.MainButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(203)))), ((int)(((byte)(242)))));
     this.MainButton.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.MainButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.MainButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(81)))));
     this.MainButton.Location  = new System.Drawing.Point(80, 400);
     this.MainButton.Name      = "MainButton";
     this.MainButton.Size      = new System.Drawing.Size(74, 23);
     this.MainButton.TabIndex  = 14;
     this.MainButton.Text      = "Main";
     this.MainButton.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.MainButton.UseVisualStyleBackColor = false;
     //
     // StatusButton
     //
     this.StatusButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(203)))), ((int)(((byte)(242)))));
     this.StatusButton.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.StatusButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.StatusButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StatusButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(81)))));
     this.StatusButton.Location  = new System.Drawing.Point(80, 375);
     this.StatusButton.Name      = "StatusButton";
     this.StatusButton.Size      = new System.Drawing.Size(74, 23);
     this.StatusButton.TabIndex  = 12;
     this.StatusButton.Text      = "&Online";
     this.StatusButton.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.StatusButton.UseVisualStyleBackColor = false;
     //
     // button4
     //
     this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(203)))), ((int)(((byte)(242)))));
     this.button4.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(81)))));
     this.button4.Location  = new System.Drawing.Point(3, 400);
     this.button4.Name      = "button4";
     this.button4.Size      = new System.Drawing.Size(74, 23);
     this.button4.TabIndex  = 13;
     this.button4.Text      = "My Details";
     this.button4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.button4.UseVisualStyleBackColor = false;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(203)))), ((int)(((byte)(242)))));
     this.button2.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(81)))));
     this.button2.Location  = new System.Drawing.Point(3, 375);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(74, 23);
     this.button2.TabIndex  = 11;
     this.button2.Text      = "Find Users";
     this.button2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(135)))), ((int)(((byte)(160)))));
     this.panel3.Controls.Add(this.MinToTray);
     this.panel3.Controls.Add(this.Title);
     this.panel3.Controls.Add(this.CloseButton);
     this.panel3.Location   = new System.Drawing.Point(-2, 0);
     this.panel3.Name       = "panel3";
     this.panel3.Size       = new System.Drawing.Size(165, 23);
     this.panel3.TabIndex   = 11;
     this.panel3.Paint     += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     this.panel3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel3_MouseMove);
     this.panel3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel3_MouseDown);
     //
     // MinToTray
     //
     this.MinToTray.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(203)))), ((int)(((byte)(242)))));
     this.MinToTray.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.MinToTray.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.MinToTray.Font      = new System.Drawing.Font("Gautami", 6.25F, System.Drawing.FontStyle.Bold);
     this.MinToTray.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(81)))));
     this.MinToTray.Location  = new System.Drawing.Point(116, 3);
     this.MinToTray.Name      = "MinToTray";
     this.MinToTray.Size      = new System.Drawing.Size(17, 17);
     this.MinToTray.TabIndex  = 9;
     this.MinToTray.Text      = "-";
     this.MinToTray.UseVisualStyleBackColor = false;
     //
     // Title
     //
     this.Title.AutoSize  = true;
     this.Title.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, System.Drawing.FontStyle.Bold);
     this.Title.ForeColor = System.Drawing.Color.Black;
     this.Title.Location  = new System.Drawing.Point(14, 3);
     this.Title.Name      = "Title";
     this.Title.Size      = new System.Drawing.Size(62, 15);
     this.Title.TabIndex  = 8;
     this.Title.Text      = "LiveChat";
     //
     // CloseButton
     //
     this.CloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(203)))), ((int)(((byte)(242)))));
     this.CloseButton.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.CloseButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CloseButton.Font      = new System.Drawing.Font("Gautami", 5.25F, System.Drawing.FontStyle.Bold);
     this.CloseButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(81)))));
     this.CloseButton.Location  = new System.Drawing.Point(139, 3);
     this.CloseButton.Name      = "CloseButton";
     this.CloseButton.Size      = new System.Drawing.Size(17, 17);
     this.CloseButton.TabIndex  = 7;
     this.CloseButton.Text      = "X";
     this.CloseButton.UseVisualStyleBackColor = false;
     this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
     //
     // ContactList
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(216)))), ((int)(((byte)(228)))));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize            = new System.Drawing.Size(158, 452);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel3);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "ContactList";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "LiveChat - Contact List";
     this.TransparencyKey = System.Drawing.Color.Gray;
     this.Load           += new System.EventHandler(this.ContactList_Load);
     this.MyMenu.ResumeLayout(false);
     this.MyMenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MyPictureBox)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Neutral", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Team: 1", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Team: 2", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Team: 3", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup5 = new System.Windows.Forms.ListViewGroup("Team: 4", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup6 = new System.Windows.Forms.ListViewGroup("Team: 5", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup7 = new System.Windows.Forms.ListViewGroup("Team: 6", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup8 = new System.Windows.Forms.ListViewGroup("Team: 7", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup9 = new System.Windows.Forms.ListViewGroup("Team: 8", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup10 = new System.Windows.Forms.ListViewGroup("Team: 9", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup11 = new System.Windows.Forms.ListViewGroup("Team: 10", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup12 = new System.Windows.Forms.ListViewGroup("Team: 11", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup13 = new System.Windows.Forms.ListViewGroup("Team: 12", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup14 = new System.Windows.Forms.ListViewGroup("Team: 13", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup15 = new System.Windows.Forms.ListViewGroup("Team: 14", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup16 = new System.Windows.Forms.ListViewGroup("Team: 15", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup17 = new System.Windows.Forms.ListViewGroup("Team: 16", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup18 = new System.Windows.Forms.ListViewGroup("Neutral", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup19 = new System.Windows.Forms.ListViewGroup("Team: 1", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup20 = new System.Windows.Forms.ListViewGroup("Team: 2", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup21 = new System.Windows.Forms.ListViewGroup("Team: 3", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup22 = new System.Windows.Forms.ListViewGroup("Team: 4", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup23 = new System.Windows.Forms.ListViewGroup("Team: 5", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup24 = new System.Windows.Forms.ListViewGroup("Team: 6", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup25 = new System.Windows.Forms.ListViewGroup("Team: 7", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup26 = new System.Windows.Forms.ListViewGroup("Team: 8", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup27 = new System.Windows.Forms.ListViewGroup("Team: 9", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup28 = new System.Windows.Forms.ListViewGroup("Team: 10", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup29 = new System.Windows.Forms.ListViewGroup("Team: 11", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup30 = new System.Windows.Forms.ListViewGroup("Team: 12", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup31 = new System.Windows.Forms.ListViewGroup("Team: 13", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup32 = new System.Windows.Forms.ListViewGroup("Team: 14", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup33 = new System.Windows.Forms.ListViewGroup("Team: 15", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup34 = new System.Windows.Forms.ListViewGroup("Team: 16", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup35 = new System.Windows.Forms.ListViewGroup("Neutral", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup36 = new System.Windows.Forms.ListViewGroup("Team: 1", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup37 = new System.Windows.Forms.ListViewGroup("Team: 2", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup38 = new System.Windows.Forms.ListViewGroup("Team: 3", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup39 = new System.Windows.Forms.ListViewGroup("Team: 4", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup40 = new System.Windows.Forms.ListViewGroup("Team: 5", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup41 = new System.Windows.Forms.ListViewGroup("Team: 6", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup42 = new System.Windows.Forms.ListViewGroup("Team: 7", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup43 = new System.Windows.Forms.ListViewGroup("Team: 8", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup44 = new System.Windows.Forms.ListViewGroup("Team: 9", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup45 = new System.Windows.Forms.ListViewGroup("Team: 10", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup46 = new System.Windows.Forms.ListViewGroup("Team: 11", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup47 = new System.Windows.Forms.ListViewGroup("Team: 12", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup48 = new System.Windows.Forms.ListViewGroup("Team: 13", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup49 = new System.Windows.Forms.ListViewGroup("Team: 14", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup50 = new System.Windows.Forms.ListViewGroup("Team: 15", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup51 = new System.Windows.Forms.ListViewGroup("Team: 16", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup52 = new System.Windows.Forms.ListViewGroup("Neutral", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup53 = new System.Windows.Forms.ListViewGroup("Team: 1", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup54 = new System.Windows.Forms.ListViewGroup("Team: 2", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup55 = new System.Windows.Forms.ListViewGroup("Team: 3", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup56 = new System.Windows.Forms.ListViewGroup("Team: 4", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup57 = new System.Windows.Forms.ListViewGroup("Team: 5", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup58 = new System.Windows.Forms.ListViewGroup("Team: 6", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup59 = new System.Windows.Forms.ListViewGroup("Team: 7", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup60 = new System.Windows.Forms.ListViewGroup("Team: 8", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup61 = new System.Windows.Forms.ListViewGroup("Team: 9", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup62 = new System.Windows.Forms.ListViewGroup("Team: 10", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup63 = new System.Windows.Forms.ListViewGroup("Team: 11", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup64 = new System.Windows.Forms.ListViewGroup("Team: 12", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup65 = new System.Windows.Forms.ListViewGroup("Team: 13", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup66 = new System.Windows.Forms.ListViewGroup("Team: 14", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup67 = new System.Windows.Forms.ListViewGroup("Team: 15", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup68 = new System.Windows.Forms.ListViewGroup("Team: 16", System.Windows.Forms.HorizontalAlignment.Left);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(uscPlayerListPanel));
            this.spltListAdditionalInfo = new System.Windows.Forms.SplitContainer();
            this.cboEndRound = new System.Windows.Forms.ComboBox();
            this.spltFourSplit = new System.Windows.Forms.SplitContainer();
            this.spltTwoSplit = new System.Windows.Forms.SplitContainer();
            this.lsvTeamOnePlayers = new PRoCon.Controls.ControlsEx.ListViewNF();
            this.colSlotID1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colTags1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPlayerName1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colSquad1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKit1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colScore1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKills1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDeaths1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKdr1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPing1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.lsvTeamTwoPlayers = new PRoCon.Controls.ControlsEx.ListViewNF();
            this.colSlotID2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colTags2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPlayerName2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colSquad2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKit2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colScore2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKills2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDeaths2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKdr2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPing2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.spltBottomTwoSplit = new System.Windows.Forms.SplitContainer();
            this.lsvTeamThreePlayers = new PRoCon.Controls.ControlsEx.ListViewNF();
            this.colSlotID3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colTags3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPlayerName3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colSquad3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKit3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colScore3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKills3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDeaths3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKdr3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPing3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.lsvTeamFourPlayers = new PRoCon.Controls.ControlsEx.ListViewNF();
            this.colSlotID4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colTags4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPlayerName4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colSquad4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKit4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colScore4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKills4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDeaths4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colKdr4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPing4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.btnSplitTeams = new System.Windows.Forms.Button();
            this.btnCloseAdditionalInfo = new System.Windows.Forms.Button();
            this.chkPlayerListShowTeams = new System.Windows.Forms.CheckBox();
            this.spltInfoPunish = new System.Windows.Forms.SplitContainer();
            this.pnlAdditionalInfo = new System.Windows.Forms.Panel();
            this.lblPlayersInventory = new System.Windows.Forms.Label();
            this.lblInventory = new System.Windows.Forms.Label();
            this.txtPlayerListSelectedBc2GUID = new System.Windows.Forms.TextBox();
            this.lblEAGuid = new System.Windows.Forms.Label();
            this.txtPlayerListSelectedIP = new System.Windows.Forms.TextBox();
            this.txtPlayerListSelectedGUID = new System.Windows.Forms.TextBox();
            this.lblPlayerListSelectedName = new System.Windows.Forms.Label();
            this.panel15 = new System.Windows.Forms.Panel();
            this.btnPlayerListSelectedCheese = new System.Windows.Forms.Button();
            this.lblIP = new System.Windows.Forms.Label();
            this.lblGUID = new System.Windows.Forms.Label();
            this.tbcCourtMartial = new System.Windows.Forms.TabControl();
            this.tabCourtMartialBFBC = new System.Windows.Forms.TabPage();
            this.kbpBfbcPunishPanel = new uscPlayerPunishPanel();
            this.tabCourtMartialPunkbuster = new System.Windows.Forms.TabPage();
            this.kbpPunkbusterPunishPanel = new uscPlayerPunishPanel();
            this.tmrKillDeathHighlight = new System.Windows.Forms.Timer(this.components);
            this.ctxPlayerOptions = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.moveToSquadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.attackersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.defendersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.noSquadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.alphaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.betaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.charlieToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.textChatModerationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mutedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.normalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.voiceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.adminToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.reservedSlotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.spectatorListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.statsLookupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statsLookupToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.statsLookupToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.statsLookupToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.statsLookupToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.punkBusterScreenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.colRank1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colRank2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colRank3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colRank4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colTime1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colTime2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colTime3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colTime4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colType1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colType2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colType3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colType4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.spltListAdditionalInfo.Panel1.SuspendLayout();
            this.spltListAdditionalInfo.Panel2.SuspendLayout();
            this.spltListAdditionalInfo.SuspendLayout();
            this.spltFourSplit.Panel1.SuspendLayout();
            this.spltFourSplit.Panel2.SuspendLayout();
            this.spltFourSplit.SuspendLayout();
            this.spltTwoSplit.Panel1.SuspendLayout();
            this.spltTwoSplit.Panel2.SuspendLayout();
            this.spltTwoSplit.SuspendLayout();
            this.spltBottomTwoSplit.Panel1.SuspendLayout();
            this.spltBottomTwoSplit.Panel2.SuspendLayout();
            this.spltBottomTwoSplit.SuspendLayout();
            this.spltInfoPunish.Panel1.SuspendLayout();
            this.spltInfoPunish.Panel2.SuspendLayout();
            this.spltInfoPunish.SuspendLayout();
            this.pnlAdditionalInfo.SuspendLayout();
            this.tbcCourtMartial.SuspendLayout();
            this.tabCourtMartialBFBC.SuspendLayout();
            this.tabCourtMartialPunkbuster.SuspendLayout();
            this.ctxPlayerOptions.SuspendLayout();
            this.SuspendLayout();
            // 
            // spltListAdditionalInfo
            // 
            this.spltListAdditionalInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spltListAdditionalInfo.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.spltListAdditionalInfo.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.spltListAdditionalInfo.IsSplitterFixed = true;
            this.spltListAdditionalInfo.Location = new System.Drawing.Point(0, 0);
            this.spltListAdditionalInfo.Name = "spltListAdditionalInfo";
            this.spltListAdditionalInfo.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // spltListAdditionalInfo.Panel1
            // 
            this.spltListAdditionalInfo.Panel1.Controls.Add(this.cboEndRound);
            this.spltListAdditionalInfo.Panel1.Controls.Add(this.spltFourSplit);
            this.spltListAdditionalInfo.Panel1.Controls.Add(this.btnSplitTeams);
            this.spltListAdditionalInfo.Panel1.Controls.Add(this.btnCloseAdditionalInfo);
            this.spltListAdditionalInfo.Panel1.Controls.Add(this.chkPlayerListShowTeams);
            // 
            // spltListAdditionalInfo.Panel2
            // 
            this.spltListAdditionalInfo.Panel2.Controls.Add(this.spltInfoPunish);
            this.spltListAdditionalInfo.Size = new System.Drawing.Size(896, 708);
            this.spltListAdditionalInfo.SplitterDistance = 509;
            this.spltListAdditionalInfo.TabIndex = 20;
            // 
            // cboEndRound
            // 
            this.cboEndRound.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.cboEndRound.CausesValidation = false;
            this.cboEndRound.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboEndRound.FormattingEnabled = true;
            this.cboEndRound.Items.AddRange(new object[] {
            "Select winning team to end round:",
            "Team 1",
            "Team 2",
            "Team 3",
            "Team 4"});
            this.cboEndRound.Location = new System.Drawing.Point(332, 484);
            this.cboEndRound.MaxDropDownItems = 5;
            this.cboEndRound.Name = "cboEndRound";
            this.cboEndRound.Size = new System.Drawing.Size(300, 23);
            this.cboEndRound.TabIndex = 33;
            this.cboEndRound.SelectedIndexChanged += new System.EventHandler(this.cboEndRound_SelectedIndexChanged);
            // 
            // spltFourSplit
            // 
            this.spltFourSplit.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.spltFourSplit.Location = new System.Drawing.Point(0, 0);
            this.spltFourSplit.Name = "spltFourSplit";
            this.spltFourSplit.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // spltFourSplit.Panel1
            // 
            this.spltFourSplit.Panel1.Controls.Add(this.spltTwoSplit);
            // 
            // spltFourSplit.Panel2
            // 
            this.spltFourSplit.Panel2.Controls.Add(this.spltBottomTwoSplit);
            this.spltFourSplit.Size = new System.Drawing.Size(896, 483);
            this.spltFourSplit.SplitterDistance = 241;
            this.spltFourSplit.TabIndex = 32;
            this.spltFourSplit.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.spltFourSplit_SplitterMoved);
            // 
            // spltTwoSplit
            // 
            this.spltTwoSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spltTwoSplit.Location = new System.Drawing.Point(0, 0);
            this.spltTwoSplit.Name = "spltTwoSplit";
            // 
            // spltTwoSplit.Panel1
            // 
            this.spltTwoSplit.Panel1.Controls.Add(this.lsvTeamOnePlayers);
            // 
            // spltTwoSplit.Panel2
            // 
            this.spltTwoSplit.Panel2.Controls.Add(this.lsvTeamTwoPlayers);
            this.spltTwoSplit.Size = new System.Drawing.Size(896, 241);
            this.spltTwoSplit.SplitterDistance = 443;
            this.spltTwoSplit.TabIndex = 31;
            this.spltTwoSplit.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.spltTwoSplit_SplitterMoved);
            // 
            // lsvTeamOnePlayers
            // 
            this.lsvTeamOnePlayers.AllowDrop = true;
            this.lsvTeamOnePlayers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colSlotID1,
            this.colTags1,
            this.colPlayerName1,
            this.colSquad1,
            this.colKit1,
            this.colScore1,
            this.colKills1,
            this.colDeaths1,
            this.colKdr1,
            this.colPing1,
            this.colRank1,
            this.colTime1,
            this.colType1});
            this.lsvTeamOnePlayers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lsvTeamOnePlayers.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.lsvTeamOnePlayers.FullRowSelect = true;
            listViewGroup1.Header = "Neutral";
            listViewGroup1.Name = "team0";
            listViewGroup2.Header = "Team: 1";
            listViewGroup2.Name = "team1";
            listViewGroup3.Header = "Team: 2";
            listViewGroup3.Name = "team2";
            listViewGroup4.Header = "Team: 3";
            listViewGroup4.Name = "team3";
            listViewGroup5.Header = "Team: 4";
            listViewGroup5.Name = "team4";
            listViewGroup6.Header = "Team: 5";
            listViewGroup6.Name = "team5";
            listViewGroup7.Header = "Team: 6";
            listViewGroup7.Name = "team6";
            listViewGroup8.Header = "Team: 7";
            listViewGroup8.Name = "team7";
            listViewGroup9.Header = "Team: 8";
            listViewGroup9.Name = "team8";
            listViewGroup10.Header = "Team: 9";
            listViewGroup10.Name = "team9";
            listViewGroup11.Header = "Team: 10";
            listViewGroup11.Name = "team10";
            listViewGroup12.Header = "Team: 11";
            listViewGroup12.Name = "team11";
            listViewGroup13.Header = "Team: 12";
            listViewGroup13.Name = "team12";
            listViewGroup14.Header = "Team: 13";
            listViewGroup14.Name = "team13";
            listViewGroup15.Header = "Team: 14";
            listViewGroup15.Name = "team14";
            listViewGroup16.Header = "Team: 15";
            listViewGroup16.Name = "team15";
            listViewGroup17.Header = "Team: 16";
            listViewGroup17.Name = "team16";
            this.lsvTeamOnePlayers.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2,
            listViewGroup3,
            listViewGroup4,
            listViewGroup5,
            listViewGroup6,
            listViewGroup7,
            listViewGroup8,
            listViewGroup9,
            listViewGroup10,
            listViewGroup11,
            listViewGroup12,
            listViewGroup13,
            listViewGroup14,
            listViewGroup15,
            listViewGroup16,
            listViewGroup17});
            this.lsvTeamOnePlayers.HideSelection = false;
            this.lsvTeamOnePlayers.Location = new System.Drawing.Point(0, 0);
            this.lsvTeamOnePlayers.MultiSelect = false;
            this.lsvTeamOnePlayers.Name = "lsvTeamOnePlayers";
            this.lsvTeamOnePlayers.ShowItemToolTips = true;
            this.lsvTeamOnePlayers.Size = new System.Drawing.Size(443, 241);
            this.lsvTeamOnePlayers.TabIndex = 27;
            this.lsvTeamOnePlayers.UseCompatibleStateImageBehavior = false;
            this.lsvTeamOnePlayers.View = System.Windows.Forms.View.Details;
            this.lsvTeamOnePlayers.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lsvPlayers_ColumnClick);
            this.lsvTeamOnePlayers.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.lsvPlayers_ItemDrag);
            this.lsvTeamOnePlayers.SelectedIndexChanged += new System.EventHandler(this.lsvPlayers_SelectedIndexChanged);
            this.lsvTeamOnePlayers.DragDrop += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragDrop);
            this.lsvTeamOnePlayers.DragEnter += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragEnter);
            this.lsvTeamOnePlayers.DragOver += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragOver);
            this.lsvTeamOnePlayers.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lsvPlayers_MouseDoubleClick);
            this.lsvTeamOnePlayers.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lsvPlayers_MouseDown);
            // 
            // colSlotID1
            // 
            this.colSlotID1.Text = "ID#";
            // 
            // colTags1
            // 
            this.colTags1.Text = "Tags";
            this.colTags1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // colPlayerName1
            // 
            this.colPlayerName1.Text = "Name";
            // 
            // colSquad1
            // 
            this.colSquad1.Text = "Squad";
            // 
            // colKit1
            // 
            this.colKit1.Text = "Kit";
            // 
            // colScore1
            // 
            this.colScore1.Text = "Score";
            // 
            // colKills1
            // 
            this.colKills1.Text = "Kills";
            // 
            // colDeaths1
            // 
            this.colDeaths1.Text = "Deaths";
            // 
            // colKdr1
            // 
            this.colKdr1.Text = "K/D r";
            // 
            // colPing1
            // 
            this.colPing1.Text = "Ping";
            // 
            // colRank1
            // 
            this.colRank1.Text = "Rank";
            // 
            // colTime1
            // 
            this.colTime1.Text = "PlayTime";
            // 
            // colType1
            // 
            this.colType1.Text = "Type";
            // 
            // lsvTeamTwoPlayers
            // 
            this.lsvTeamTwoPlayers.AllowDrop = true;
            this.lsvTeamTwoPlayers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colSlotID2,
            this.colTags2,
            this.colPlayerName2,
            this.colSquad2,
            this.colKit2,
            this.colScore2,
            this.colKills2,
            this.colDeaths2,
            this.colKdr2,
            this.colPing2,
            this.colRank2,
            this.colTime2,
            this.colType2});
            this.lsvTeamTwoPlayers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lsvTeamTwoPlayers.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.lsvTeamTwoPlayers.FullRowSelect = true;
            listViewGroup18.Header = "Neutral";
            listViewGroup18.Name = "team0";
            listViewGroup19.Header = "Team: 1";
            listViewGroup19.Name = "team1";
            listViewGroup20.Header = "Team: 2";
            listViewGroup20.Name = "team2";
            listViewGroup21.Header = "Team: 3";
            listViewGroup21.Name = "team3";
            listViewGroup22.Header = "Team: 4";
            listViewGroup22.Name = "team4";
            listViewGroup23.Header = "Team: 5";
            listViewGroup23.Name = "team5";
            listViewGroup24.Header = "Team: 6";
            listViewGroup24.Name = "team6";
            listViewGroup25.Header = "Team: 7";
            listViewGroup25.Name = "team7";
            listViewGroup26.Header = "Team: 8";
            listViewGroup26.Name = "team8";
            listViewGroup27.Header = "Team: 9";
            listViewGroup27.Name = "team9";
            listViewGroup28.Header = "Team: 10";
            listViewGroup28.Name = "team10";
            listViewGroup29.Header = "Team: 11";
            listViewGroup29.Name = "team11";
            listViewGroup30.Header = "Team: 12";
            listViewGroup30.Name = "team12";
            listViewGroup31.Header = "Team: 13";
            listViewGroup31.Name = "team13";
            listViewGroup32.Header = "Team: 14";
            listViewGroup32.Name = "team14";
            listViewGroup33.Header = "Team: 15";
            listViewGroup33.Name = "team15";
            listViewGroup34.Header = "Team: 16";
            listViewGroup34.Name = "team16";
            this.lsvTeamTwoPlayers.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup18,
            listViewGroup19,
            listViewGroup20,
            listViewGroup21,
            listViewGroup22,
            listViewGroup23,
            listViewGroup24,
            listViewGroup25,
            listViewGroup26,
            listViewGroup27,
            listViewGroup28,
            listViewGroup29,
            listViewGroup30,
            listViewGroup31,
            listViewGroup32,
            listViewGroup33,
            listViewGroup34});
            this.lsvTeamTwoPlayers.HideSelection = false;
            this.lsvTeamTwoPlayers.Location = new System.Drawing.Point(0, 0);
            this.lsvTeamTwoPlayers.MultiSelect = false;
            this.lsvTeamTwoPlayers.Name = "lsvTeamTwoPlayers";
            this.lsvTeamTwoPlayers.ShowItemToolTips = true;
            this.lsvTeamTwoPlayers.Size = new System.Drawing.Size(449, 241);
            this.lsvTeamTwoPlayers.TabIndex = 28;
            this.lsvTeamTwoPlayers.UseCompatibleStateImageBehavior = false;
            this.lsvTeamTwoPlayers.View = System.Windows.Forms.View.Details;
            this.lsvTeamTwoPlayers.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lsvPlayers_ColumnClick);
            this.lsvTeamTwoPlayers.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.lsvPlayers_ItemDrag);
            this.lsvTeamTwoPlayers.SelectedIndexChanged += new System.EventHandler(this.lsvPlayers_SelectedIndexChanged);
            this.lsvTeamTwoPlayers.DragDrop += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragDrop);
            this.lsvTeamTwoPlayers.DragEnter += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragEnter);
            this.lsvTeamTwoPlayers.DragOver += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragOver);
            this.lsvTeamTwoPlayers.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lsvPlayers_MouseDoubleClick);
            this.lsvTeamTwoPlayers.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lsvPlayers_MouseDown);
            // 
            // colSlotID2
            // 
            this.colSlotID2.Text = "ID#";
            // 
            // colTags2
            // 
            this.colTags2.Text = "Tags";
            this.colTags2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // colPlayerName2
            // 
            this.colPlayerName2.Text = "Name";
            // 
            // colSquad2
            // 
            this.colSquad2.Text = "Squad";
            // 
            // colKit2
            // 
            this.colKit2.Text = "Kit";
            // 
            // colScore2
            // 
            this.colScore2.Text = "Score";
            // 
            // colKills2
            // 
            this.colKills2.Text = "Kills";
            // 
            // colDeaths2
            // 
            this.colDeaths2.Text = "Deaths";
            // 
            // colKdr2
            // 
            this.colKdr2.Text = "K/D r";
            // 
            // colPing2
            // 
            this.colPing2.Text = "Ping";
            // 
            // colRank2
            // 
            this.colRank2.Text = "Rank";
            // 
            // colTime2
            // 
            this.colTime2.Text = "PlayTime";
            // 
            // colType2
            // 
            this.colType2.Text = "Type";
            // 
            // spltBottomTwoSplit
            // 
            this.spltBottomTwoSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spltBottomTwoSplit.Location = new System.Drawing.Point(0, 0);
            this.spltBottomTwoSplit.Name = "spltBottomTwoSplit";
            // 
            // spltBottomTwoSplit.Panel1
            // 
            this.spltBottomTwoSplit.Panel1.Controls.Add(this.lsvTeamThreePlayers);
            // 
            // spltBottomTwoSplit.Panel2
            // 
            this.spltBottomTwoSplit.Panel2.Controls.Add(this.lsvTeamFourPlayers);
            this.spltBottomTwoSplit.Size = new System.Drawing.Size(896, 238);
            this.spltBottomTwoSplit.SplitterDistance = 443;
            this.spltBottomTwoSplit.TabIndex = 32;
            this.spltBottomTwoSplit.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.spltBottomTwoSplit_SplitterMoved);
            // 
            // lsvTeamThreePlayers
            // 
            this.lsvTeamThreePlayers.AllowDrop = true;
            this.lsvTeamThreePlayers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colSlotID3,
            this.colTags3,
            this.colPlayerName3,
            this.colSquad3,
            this.colKit3,
            this.colScore3,
            this.colKills3,
            this.colDeaths3,
            this.colKdr3,
            this.colPing3,
            this.colRank3,
            this.colTime3,
            this.colType3});
            this.lsvTeamThreePlayers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lsvTeamThreePlayers.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.lsvTeamThreePlayers.FullRowSelect = true;
            listViewGroup35.Header = "Neutral";
            listViewGroup35.Name = "team0";
            listViewGroup36.Header = "Team: 1";
            listViewGroup36.Name = "team1";
            listViewGroup37.Header = "Team: 2";
            listViewGroup37.Name = "team2";
            listViewGroup38.Header = "Team: 3";
            listViewGroup38.Name = "team3";
            listViewGroup39.Header = "Team: 4";
            listViewGroup39.Name = "team4";
            listViewGroup40.Header = "Team: 5";
            listViewGroup40.Name = "team5";
            listViewGroup41.Header = "Team: 6";
            listViewGroup41.Name = "team6";
            listViewGroup42.Header = "Team: 7";
            listViewGroup42.Name = "team7";
            listViewGroup43.Header = "Team: 8";
            listViewGroup43.Name = "team8";
            listViewGroup44.Header = "Team: 9";
            listViewGroup44.Name = "team9";
            listViewGroup45.Header = "Team: 10";
            listViewGroup45.Name = "team10";
            listViewGroup46.Header = "Team: 11";
            listViewGroup46.Name = "team11";
            listViewGroup47.Header = "Team: 12";
            listViewGroup47.Name = "team12";
            listViewGroup48.Header = "Team: 13";
            listViewGroup48.Name = "team13";
            listViewGroup49.Header = "Team: 14";
            listViewGroup49.Name = "team14";
            listViewGroup50.Header = "Team: 15";
            listViewGroup50.Name = "team15";
            listViewGroup51.Header = "Team: 16";
            listViewGroup51.Name = "team16";
            this.lsvTeamThreePlayers.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup35,
            listViewGroup36,
            listViewGroup37,
            listViewGroup38,
            listViewGroup39,
            listViewGroup40,
            listViewGroup41,
            listViewGroup42,
            listViewGroup43,
            listViewGroup44,
            listViewGroup45,
            listViewGroup46,
            listViewGroup47,
            listViewGroup48,
            listViewGroup49,
            listViewGroup50,
            listViewGroup51});
            this.lsvTeamThreePlayers.HideSelection = false;
            this.lsvTeamThreePlayers.Location = new System.Drawing.Point(0, 0);
            this.lsvTeamThreePlayers.MultiSelect = false;
            this.lsvTeamThreePlayers.Name = "lsvTeamThreePlayers";
            this.lsvTeamThreePlayers.ShowItemToolTips = true;
            this.lsvTeamThreePlayers.Size = new System.Drawing.Size(443, 238);
            this.lsvTeamThreePlayers.TabIndex = 27;
            this.lsvTeamThreePlayers.UseCompatibleStateImageBehavior = false;
            this.lsvTeamThreePlayers.View = System.Windows.Forms.View.Details;
            this.lsvTeamThreePlayers.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lsvPlayers_ColumnClick);
            this.lsvTeamThreePlayers.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.lsvPlayers_ItemDrag);
            this.lsvTeamThreePlayers.SelectedIndexChanged += new System.EventHandler(this.lsvPlayers_SelectedIndexChanged);
            this.lsvTeamThreePlayers.DragDrop += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragDrop);
            this.lsvTeamThreePlayers.DragEnter += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragEnter);
            this.lsvTeamThreePlayers.DragOver += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragOver);
            this.lsvTeamThreePlayers.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lsvPlayers_MouseDoubleClick);
            this.lsvTeamThreePlayers.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lsvPlayers_MouseDown);
            // 
            // colSlotID3
            // 
            this.colSlotID3.Text = "ID#";
            // 
            // colTags3
            // 
            this.colTags3.Text = "Tags";
            this.colTags3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // colPlayerName3
            // 
            this.colPlayerName3.Text = "Name";
            // 
            // colSquad3
            // 
            this.colSquad3.Text = "Squad";
            // 
            // colKit3
            // 
            this.colKit3.Text = "Kit";
            // 
            // colScore3
            // 
            this.colScore3.Text = "Score";
            // 
            // colKills3
            // 
            this.colKills3.Text = "Kills";
            // 
            // colDeaths3
            // 
            this.colDeaths3.Text = "Deaths";
            // 
            // colKdr3
            // 
            this.colKdr3.Text = "K/D r";
            // 
            // colPing3
            // 
            this.colPing3.Text = "Ping";
            // 
            // colRank3
            // 
            this.colRank3.Text = "Rank";
            // 
            // colTime3
            // 
            this.colTime3.Text = "PlayTime";
            //
            // colType3
            this.colType3.Text = "Type";
            // 
            // lsvTeamFourPlayers
            // 
            this.lsvTeamFourPlayers.AllowDrop = true;
            this.lsvTeamFourPlayers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colSlotID4,
            this.colTags4,
            this.colPlayerName4,
            this.colSquad4,
            this.colKit4,
            this.colScore4,
            this.colKills4,
            this.colDeaths4,
            this.colKdr4,
            this.colPing4,
            this.colRank4,
            this.colTime4,
            this.colType4});
            this.lsvTeamFourPlayers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lsvTeamFourPlayers.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.lsvTeamFourPlayers.FullRowSelect = true;
            listViewGroup52.Header = "Neutral";
            listViewGroup52.Name = "team0";
            listViewGroup53.Header = "Team: 1";
            listViewGroup53.Name = "team1";
            listViewGroup54.Header = "Team: 2";
            listViewGroup54.Name = "team2";
            listViewGroup55.Header = "Team: 3";
            listViewGroup55.Name = "team3";
            listViewGroup56.Header = "Team: 4";
            listViewGroup56.Name = "team4";
            listViewGroup57.Header = "Team: 5";
            listViewGroup57.Name = "team5";
            listViewGroup58.Header = "Team: 6";
            listViewGroup58.Name = "team6";
            listViewGroup59.Header = "Team: 7";
            listViewGroup59.Name = "team7";
            listViewGroup60.Header = "Team: 8";
            listViewGroup60.Name = "team8";
            listViewGroup61.Header = "Team: 9";
            listViewGroup61.Name = "team9";
            listViewGroup62.Header = "Team: 10";
            listViewGroup62.Name = "team10";
            listViewGroup63.Header = "Team: 11";
            listViewGroup63.Name = "team11";
            listViewGroup64.Header = "Team: 12";
            listViewGroup64.Name = "team12";
            listViewGroup65.Header = "Team: 13";
            listViewGroup65.Name = "team13";
            listViewGroup66.Header = "Team: 14";
            listViewGroup66.Name = "team14";
            listViewGroup67.Header = "Team: 15";
            listViewGroup67.Name = "team15";
            listViewGroup68.Header = "Team: 16";
            listViewGroup68.Name = "team16";
            this.lsvTeamFourPlayers.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup52,
            listViewGroup53,
            listViewGroup54,
            listViewGroup55,
            listViewGroup56,
            listViewGroup57,
            listViewGroup58,
            listViewGroup59,
            listViewGroup60,
            listViewGroup61,
            listViewGroup62,
            listViewGroup63,
            listViewGroup64,
            listViewGroup65,
            listViewGroup66,
            listViewGroup67,
            listViewGroup68});
            this.lsvTeamFourPlayers.HideSelection = false;
            this.lsvTeamFourPlayers.Location = new System.Drawing.Point(0, 0);
            this.lsvTeamFourPlayers.MultiSelect = false;
            this.lsvTeamFourPlayers.Name = "lsvTeamFourPlayers";
            this.lsvTeamFourPlayers.ShowItemToolTips = true;
            this.lsvTeamFourPlayers.Size = new System.Drawing.Size(449, 238);
            this.lsvTeamFourPlayers.TabIndex = 28;
            this.lsvTeamFourPlayers.UseCompatibleStateImageBehavior = false;
            this.lsvTeamFourPlayers.View = System.Windows.Forms.View.Details;
            this.lsvTeamFourPlayers.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lsvPlayers_ColumnClick);
            this.lsvTeamFourPlayers.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.lsvPlayers_ItemDrag);
            this.lsvTeamFourPlayers.SelectedIndexChanged += new System.EventHandler(this.lsvPlayers_SelectedIndexChanged);
            this.lsvTeamFourPlayers.DragDrop += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragDrop);
            this.lsvTeamFourPlayers.DragEnter += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragEnter);
            this.lsvTeamFourPlayers.DragOver += new System.Windows.Forms.DragEventHandler(this.lsvPlayers_DragOver);
            this.lsvTeamFourPlayers.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lsvPlayers_MouseDoubleClick);
            this.lsvTeamFourPlayers.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lsvPlayers_MouseDown);
            // 
            // colSlotID4
            // 
            this.colSlotID4.Text = "ID#";
            // 
            // colTags4
            // 
            this.colTags4.Text = "Tags";
            this.colTags4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // colPlayerName4
            // 
            this.colPlayerName4.Text = "Name";
            // 
            // colSquad4
            // 
            this.colSquad4.Text = "Squad";
            // 
            // colKit4
            // 
            this.colKit4.Text = "Kit";
            // 
            // colScore4
            // 
            this.colScore4.Text = "Score";
            // 
            // colKills4
            // 
            this.colKills4.Text = "Kills";
            // 
            // colDeaths4
            // 
            this.colDeaths4.Text = "Deaths";
            // 
            // colKdr4
            // 
            this.colKdr4.Text = "K/D r";
            // 
            // colPing4
            // 
            this.colPing4.Text = "Ping";
            // 
            // colRank4
            // 
            this.colRank4.Text = "Rank";
            // 
            // colTime4
            // 
            this.colTime4.Text = "PlayTime";
            // 
            // colType4
            // 
            this.colType4.Text = "Type";
            // 
            // btnSplitTeams
            // 
            this.btnSplitTeams.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnSplitTeams.FlatAppearance.BorderSize = 0;
            this.btnSplitTeams.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSplitTeams.Location = new System.Drawing.Point(3, 485);
            this.btnSplitTeams.Name = "btnSplitTeams";
            this.btnSplitTeams.Size = new System.Drawing.Size(35, 23);
            this.btnSplitTeams.TabIndex = 30;
            this.btnSplitTeams.UseVisualStyleBackColor = true;
            this.btnSplitTeams.Click += new System.EventHandler(this.btnSplitTeams_Click);
            // 
            // btnCloseAdditionalInfo
            // 
            this.btnCloseAdditionalInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCloseAdditionalInfo.Enabled = false;
            this.btnCloseAdditionalInfo.FlatAppearance.BorderSize = 0;
            this.btnCloseAdditionalInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCloseAdditionalInfo.Location = new System.Drawing.Point(861, 485);
            this.btnCloseAdditionalInfo.Name = "btnCloseAdditionalInfo";
            this.btnCloseAdditionalInfo.Size = new System.Drawing.Size(35, 23);
            this.btnCloseAdditionalInfo.TabIndex = 26;
            this.btnCloseAdditionalInfo.UseVisualStyleBackColor = true;
            this.btnCloseAdditionalInfo.Click += new System.EventHandler(this.btnCloseAdditionalInfo_Click);
            // 
            // chkPlayerListShowTeams
            // 
            this.chkPlayerListShowTeams.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chkPlayerListShowTeams.AutoSize = true;
            this.chkPlayerListShowTeams.Checked = true;
            this.chkPlayerListShowTeams.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkPlayerListShowTeams.Location = new System.Drawing.Point(44, 488);
            this.chkPlayerListShowTeams.Name = "chkPlayerListShowTeams";
            this.chkPlayerListShowTeams.Size = new System.Drawing.Size(90, 19);
            this.chkPlayerListShowTeams.TabIndex = 21;
            this.chkPlayerListShowTeams.Text = "Show teams";
            this.chkPlayerListShowTeams.UseVisualStyleBackColor = true;
            this.chkPlayerListShowTeams.Visible = false;
            this.chkPlayerListShowTeams.CheckedChanged += new System.EventHandler(this.chkPlayerListShowTeams_CheckedChanged);
            // 
            // spltInfoPunish
            // 
            this.spltInfoPunish.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spltInfoPunish.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.spltInfoPunish.IsSplitterFixed = true;
            this.spltInfoPunish.Location = new System.Drawing.Point(0, 0);
            this.spltInfoPunish.Name = "spltInfoPunish";
            // 
            // spltInfoPunish.Panel1
            // 
            this.spltInfoPunish.Panel1.Controls.Add(this.pnlAdditionalInfo);
            // 
            // spltInfoPunish.Panel2
            // 
            this.spltInfoPunish.Panel2.Controls.Add(this.tbcCourtMartial);
            this.spltInfoPunish.Size = new System.Drawing.Size(896, 195);
            this.spltInfoPunish.SplitterDistance = 441;
            this.spltInfoPunish.TabIndex = 0;
            // 
            // pnlAdditionalInfo
            // 
            this.pnlAdditionalInfo.Controls.Add(this.lblPlayersInventory);
            this.pnlAdditionalInfo.Controls.Add(this.lblInventory);
            this.pnlAdditionalInfo.Controls.Add(this.txtPlayerListSelectedBc2GUID);
            this.pnlAdditionalInfo.Controls.Add(this.lblEAGuid);
            this.pnlAdditionalInfo.Controls.Add(this.txtPlayerListSelectedIP);
            this.pnlAdditionalInfo.Controls.Add(this.txtPlayerListSelectedGUID);
            this.pnlAdditionalInfo.Controls.Add(this.lblPlayerListSelectedName);
            this.pnlAdditionalInfo.Controls.Add(this.panel15);
            this.pnlAdditionalInfo.Controls.Add(this.btnPlayerListSelectedCheese);
            this.pnlAdditionalInfo.Controls.Add(this.lblIP);
            this.pnlAdditionalInfo.Controls.Add(this.lblGUID);
            this.pnlAdditionalInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlAdditionalInfo.Location = new System.Drawing.Point(0, 0);
            this.pnlAdditionalInfo.Name = "pnlAdditionalInfo";
            this.pnlAdditionalInfo.Size = new System.Drawing.Size(441, 195);
            this.pnlAdditionalInfo.TabIndex = 7;
            // 
            // lblPlayersInventory
            // 
            this.lblPlayersInventory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblPlayersInventory.Location = new System.Drawing.Point(77, 118);
            this.lblPlayersInventory.Name = "lblPlayersInventory";
            this.lblPlayersInventory.Size = new System.Drawing.Size(353, 50);
            this.lblPlayersInventory.TabIndex = 25;
            // 
            // lblInventory
            // 
            this.lblInventory.AutoSize = true;
            this.lblInventory.Location = new System.Drawing.Point(11, 118);
            this.lblInventory.Name = "lblInventory";
            this.lblInventory.Size = new System.Drawing.Size(60, 15);
            this.lblInventory.TabIndex = 24;
            this.lblInventory.Text = "Inventory:";
            // 
            // txtPlayerListSelectedBc2GUID
            // 
            this.txtPlayerListSelectedBc2GUID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtPlayerListSelectedBc2GUID.BackColor = System.Drawing.SystemColors.Window;
            this.txtPlayerListSelectedBc2GUID.Location = new System.Drawing.Point(77, 85);
            this.txtPlayerListSelectedBc2GUID.Name = "txtPlayerListSelectedBc2GUID";
            this.txtPlayerListSelectedBc2GUID.ReadOnly = true;
            this.txtPlayerListSelectedBc2GUID.Size = new System.Drawing.Size(353, 23);
            this.txtPlayerListSelectedBc2GUID.TabIndex = 23;
            // 
            // lblEAGuid
            // 
            this.lblEAGuid.AutoSize = true;
            this.lblEAGuid.Location = new System.Drawing.Point(19, 88);
            this.lblEAGuid.Name = "lblEAGuid";
            this.lblEAGuid.Size = new System.Drawing.Size(52, 15);
            this.lblEAGuid.TabIndex = 22;
            this.lblEAGuid.Text = "EA Guid:";
            // 
            // txtPlayerListSelectedIP
            // 
            this.txtPlayerListSelectedIP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtPlayerListSelectedIP.BackColor = System.Drawing.SystemColors.Window;
            this.txtPlayerListSelectedIP.Location = new System.Drawing.Point(77, 56);
            this.txtPlayerListSelectedIP.Name = "txtPlayerListSelectedIP";
            this.txtPlayerListSelectedIP.ReadOnly = true;
            this.txtPlayerListSelectedIP.Size = new System.Drawing.Size(353, 23);
            this.txtPlayerListSelectedIP.TabIndex = 21;
            // 
            // txtPlayerListSelectedGUID
            // 
            this.txtPlayerListSelectedGUID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtPlayerListSelectedGUID.BackColor = System.Drawing.SystemColors.Window;
            this.txtPlayerListSelectedGUID.Location = new System.Drawing.Point(77, 27);
            this.txtPlayerListSelectedGUID.Name = "txtPlayerListSelectedGUID";
            this.txtPlayerListSelectedGUID.ReadOnly = true;
            this.txtPlayerListSelectedGUID.Size = new System.Drawing.Size(353, 23);
            this.txtPlayerListSelectedGUID.TabIndex = 20;
            // 
            // lblPlayerListSelectedName
            // 
            this.lblPlayerListSelectedName.AutoSize = true;
            this.lblPlayerListSelectedName.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPlayerListSelectedName.Location = new System.Drawing.Point(3, 2);
            this.lblPlayerListSelectedName.Name = "lblPlayerListSelectedName";
            this.lblPlayerListSelectedName.Size = new System.Drawing.Size(0, 17);
            this.lblPlayerListSelectedName.TabIndex = 18;
            // 
            // panel15
            // 
            this.panel15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel15.BackColor = System.Drawing.SystemColors.ControlLight;
            this.panel15.Location = new System.Drawing.Point(12, 13);
            this.panel15.Name = "panel15";
            this.panel15.Size = new System.Drawing.Size(418, 1);
            this.panel15.TabIndex = 19;
            // 
            // btnPlayerListSelectedCheese
            // 
            this.btnPlayerListSelectedCheese.Image = ((System.Drawing.Image)(resources.GetObject("btnPlayerListSelectedCheese.Image")));
            this.btnPlayerListSelectedCheese.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnPlayerListSelectedCheese.Location = new System.Drawing.Point(12, 141);
            this.btnPlayerListSelectedCheese.Name = "btnPlayerListSelectedCheese";
            this.btnPlayerListSelectedCheese.Size = new System.Drawing.Size(47, 27);
            this.btnPlayerListSelectedCheese.TabIndex = 17;
            this.btnPlayerListSelectedCheese.Text = "Cheese ";
            this.btnPlayerListSelectedCheese.UseVisualStyleBackColor = true;
            this.btnPlayerListSelectedCheese.Visible = false;
            // 
            // lblIP
            // 
            this.lblIP.AutoSize = true;
            this.lblIP.Location = new System.Drawing.Point(51, 59);
            this.lblIP.Name = "lblIP";
            this.lblIP.Size = new System.Drawing.Size(20, 15);
            this.lblIP.TabIndex = 15;
            this.lblIP.Text = "IP:";
            this.lblIP.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // lblGUID
            // 
            this.lblGUID.AutoSize = true;
            this.lblGUID.Location = new System.Drawing.Point(19, 30);
            this.lblGUID.Name = "lblGUID";
            this.lblGUID.Size = new System.Drawing.Size(52, 15);
            this.lblGUID.TabIndex = 13;
            this.lblGUID.Text = "PB Guid:";
            // 
            // tbcCourtMartial
            // 
            this.tbcCourtMartial.Controls.Add(this.tabCourtMartialBFBC);
            this.tbcCourtMartial.Controls.Add(this.tabCourtMartialPunkbuster);
            this.tbcCourtMartial.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tbcCourtMartial.Enabled = false;
            this.tbcCourtMartial.Location = new System.Drawing.Point(0, 0);
            this.tbcCourtMartial.Name = "tbcCourtMartial";
            this.tbcCourtMartial.SelectedIndex = 0;
            this.tbcCourtMartial.Size = new System.Drawing.Size(451, 195);
            this.tbcCourtMartial.TabIndex = 10;
            // 
            // tabCourtMartialBFBC
            // 
            this.tabCourtMartialBFBC.Controls.Add(this.kbpBfbcPunishPanel);
            this.tabCourtMartialBFBC.Location = new System.Drawing.Point(4, 24);
            this.tabCourtMartialBFBC.Name = "tabCourtMartialBFBC";
            this.tabCourtMartialBFBC.Padding = new System.Windows.Forms.Padding(3);
            this.tabCourtMartialBFBC.Size = new System.Drawing.Size(443, 167);
            this.tabCourtMartialBFBC.TabIndex = 0;
            this.tabCourtMartialBFBC.Text = "BFBC2";
            this.tabCourtMartialBFBC.UseVisualStyleBackColor = true;
            // 
            // kbpBfbcPunishPanel
            // 
            this.kbpBfbcPunishPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.kbpBfbcPunishPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.kbpBfbcPunishPanel.GUID = "";
            this.kbpBfbcPunishPanel.IP = "";
            this.kbpBfbcPunishPanel.Location = new System.Drawing.Point(3, 3);
            this.kbpBfbcPunishPanel.MaximumSize = new System.Drawing.Size(464, 181);
            this.kbpBfbcPunishPanel.Name = "kbpBfbcPunishPanel";
            this.kbpBfbcPunishPanel.Size = new System.Drawing.Size(437, 161);
            this.kbpBfbcPunishPanel.SlotID = "";
            this.kbpBfbcPunishPanel.SoldierName = "";
            this.kbpBfbcPunishPanel.TabIndex = 1;
            // 
            // tabCourtMartialPunkbuster
            // 
            this.tabCourtMartialPunkbuster.Controls.Add(this.kbpPunkbusterPunishPanel);
            this.tabCourtMartialPunkbuster.Location = new System.Drawing.Point(4, 24);
            this.tabCourtMartialPunkbuster.Name = "tabCourtMartialPunkbuster";
            this.tabCourtMartialPunkbuster.Padding = new System.Windows.Forms.Padding(3);
            this.tabCourtMartialPunkbuster.Size = new System.Drawing.Size(443, 167);
            this.tabCourtMartialPunkbuster.TabIndex = 1;
            this.tabCourtMartialPunkbuster.Text = "Punkbuster";
            this.tabCourtMartialPunkbuster.UseVisualStyleBackColor = true;
            // 
            // kbpPunkbusterPunishPanel
            // 
            this.kbpPunkbusterPunishPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.kbpPunkbusterPunishPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.kbpPunkbusterPunishPanel.GUID = "";
            this.kbpPunkbusterPunishPanel.IP = "";
            this.kbpPunkbusterPunishPanel.Location = new System.Drawing.Point(3, 3);
            this.kbpPunkbusterPunishPanel.Name = "kbpPunkbusterPunishPanel";
            this.kbpPunkbusterPunishPanel.Size = new System.Drawing.Size(437, 161);
            this.kbpPunkbusterPunishPanel.SlotID = "";
            this.kbpPunkbusterPunishPanel.SoldierName = "";
            this.kbpPunkbusterPunishPanel.TabIndex = 0;
            // 
            // tmrKillDeathHighlight
            // 
            this.tmrKillDeathHighlight.Interval = 500;
            this.tmrKillDeathHighlight.Tick += new System.EventHandler(this.tmrKillDeathHighlight_Tick);
            // 
            // ctxPlayerOptions
            // 
            this.ctxPlayerOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.moveToSquadToolStripMenuItem,
            this.textChatModerationToolStripMenuItem,
            this.reservedSlotToolStripMenuItem,
            this.spectatorListToolStripMenuItem,
            this.toolStripMenuItem2,
            this.statsLookupToolStripMenuItem,
            this.punkBusterScreenshotToolStripMenuItem});
            this.ctxPlayerOptions.Name = "ctxPlayerOptions";
            this.ctxPlayerOptions.ShowCheckMargin = true;
            this.ctxPlayerOptions.ShowImageMargin = false;
            this.ctxPlayerOptions.Size = new System.Drawing.Size(196, 120);
            // 
            // moveToSquadToolStripMenuItem
            // 
            this.moveToSquadToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.attackersToolStripMenuItem,
            this.defendersToolStripMenuItem,
            this.toolStripMenuItem1,
            this.noSquadToolStripMenuItem,
            this.alphaToolStripMenuItem,
            this.betaToolStripMenuItem,
            this.charlieToolStripMenuItem});
            this.moveToSquadToolStripMenuItem.Name = "moveToSquadToolStripMenuItem";
            this.moveToSquadToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.moveToSquadToolStripMenuItem.Text = "Move X to..";
            // 
            // attackersToolStripMenuItem
            // 
            this.attackersToolStripMenuItem.Name = "attackersToolStripMenuItem";
            this.attackersToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.attackersToolStripMenuItem.Text = "Attackers";
            // 
            // defendersToolStripMenuItem
            // 
            this.defendersToolStripMenuItem.Name = "defendersToolStripMenuItem";
            this.defendersToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.defendersToolStripMenuItem.Text = "Defenders";
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(124, 6);
            // 
            // noSquadToolStripMenuItem
            // 
            this.noSquadToolStripMenuItem.Name = "noSquadToolStripMenuItem";
            this.noSquadToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.noSquadToolStripMenuItem.Text = "No Squad";
            // 
            // alphaToolStripMenuItem
            // 
            this.alphaToolStripMenuItem.Name = "alphaToolStripMenuItem";
            this.alphaToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.alphaToolStripMenuItem.Text = "Alpha";
            // 
            // betaToolStripMenuItem
            // 
            this.betaToolStripMenuItem.Name = "betaToolStripMenuItem";
            this.betaToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.betaToolStripMenuItem.Text = "Beta";
            // 
            // charlieToolStripMenuItem
            // 
            this.charlieToolStripMenuItem.Name = "charlieToolStripMenuItem";
            this.charlieToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.charlieToolStripMenuItem.Text = "Charlie";
            // 
            // textChatModerationToolStripMenuItem
            // 
            this.textChatModerationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mutedToolStripMenuItem,
            this.normalToolStripMenuItem,
            this.voiceToolStripMenuItem,
            this.adminToolStripMenuItem});
            this.textChatModerationToolStripMenuItem.Name = "textChatModerationToolStripMenuItem";
            this.textChatModerationToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.textChatModerationToolStripMenuItem.Text = "Text Chat Moderation";
            // 
            // mutedToolStripMenuItem
            // 
            this.mutedToolStripMenuItem.Name = "mutedToolStripMenuItem";
            this.mutedToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.mutedToolStripMenuItem.Text = "Muted";
            this.mutedToolStripMenuItem.Click += new System.EventHandler(this.mutedToolStripMenuItem_Click);
            // 
            // normalToolStripMenuItem
            // 
            this.normalToolStripMenuItem.Name = "normalToolStripMenuItem";
            this.normalToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.normalToolStripMenuItem.Text = "Normal";
            this.normalToolStripMenuItem.Click += new System.EventHandler(this.normalToolStripMenuItem_Click);
            // 
            // voiceToolStripMenuItem
            // 
            this.voiceToolStripMenuItem.Name = "voiceToolStripMenuItem";
            this.voiceToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.voiceToolStripMenuItem.Text = "Voice";
            this.voiceToolStripMenuItem.Click += new System.EventHandler(this.voiceToolStripMenuItem_Click);
            // 
            // adminToolStripMenuItem
            // 
            this.adminToolStripMenuItem.Name = "adminToolStripMenuItem";
            this.adminToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.adminToolStripMenuItem.Text = "Admin";
            this.adminToolStripMenuItem.Click += new System.EventHandler(this.adminToolStripMenuItem_Click);
            // 
            // reservedSlotToolStripMenuItem
            // 
            this.reservedSlotToolStripMenuItem.Name = "reservedSlotToolStripMenuItem";
            this.reservedSlotToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.reservedSlotToolStripMenuItem.Text = "Reserved Slot";
            this.reservedSlotToolStripMenuItem.Click += new System.EventHandler(this.reservedSlotToolStripMenuItem_Click);
            // 
            // spectatorListToolStripMenuItem
            // 
            this.spectatorListToolStripMenuItem.Name = "spectatorListToolStripMenuItem";
            this.spectatorListToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.spectatorListToolStripMenuItem.Text = "Spectator list";
            this.spectatorListToolStripMenuItem.Click += new System.EventHandler(this.spectatorListToolStripMenuItem_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(192, 6);
            // 
            // statsLookupToolStripMenuItem
            // 
            this.statsLookupToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statsLookupToolStripMenuItem1,
            this.statsLookupToolStripMenuItem2,
            this.statsLookupToolStripMenuItem3,
            this.statsLookupToolStripMenuItem4});
            this.statsLookupToolStripMenuItem.Name = "statsLookupToolStripMenuItem";
            this.statsLookupToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.statsLookupToolStripMenuItem.Text = "Stats Lookup";
            this.statsLookupToolStripMenuItem.Click += new System.EventHandler(this.statsLookupToolStripMenuItem_Click);
            // 
            // statsLookupToolStripMenuItem1
            // 
            this.statsLookupToolStripMenuItem1.Name = "statsLookupToolStripMenuItem1";
            this.statsLookupToolStripMenuItem1.Size = new System.Drawing.Size(127, 22);
            this.statsLookupToolStripMenuItem1.Text = "Metabans";
            // 
            // statsLookupToolStripMenuItem2
            // 
            this.statsLookupToolStripMenuItem2.Name = "statsLookupToolStripMenuItem2";
            this.statsLookupToolStripMenuItem2.Size = new System.Drawing.Size(127, 22);
            this.statsLookupToolStripMenuItem2.Text = "Custom-2";
            // 
            // statsLookupToolStripMenuItem3
            // 
            this.statsLookupToolStripMenuItem3.Name = "statsLookupToolStripMenuItem3";
            this.statsLookupToolStripMenuItem3.Size = new System.Drawing.Size(127, 22);
            this.statsLookupToolStripMenuItem3.Text = "Custum-3";
            // 
            // statsLookupToolStripMenuItem4
            // 
            this.statsLookupToolStripMenuItem4.Name = "statsLookupToolStripMenuItem4";
            this.statsLookupToolStripMenuItem4.Size = new System.Drawing.Size(127, 22);
            this.statsLookupToolStripMenuItem4.Text = "Custom-4";
            // 
            // punkBusterScreenshotToolStripMenuItem
            // 
            this.punkBusterScreenshotToolStripMenuItem.Name = "punkBusterScreenshotToolStripMenuItem";
            this.punkBusterScreenshotToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.punkBusterScreenshotToolStripMenuItem.Text = "PunkBuster Screenshot";
            this.punkBusterScreenshotToolStripMenuItem.Click += new System.EventHandler(this.punkBusterScreenshotToolStripMenuItem_Click);
            // 
            // uscPlayerListPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.spltListAdditionalInfo);
            this.DoubleBuffered = true;
            this.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.Name = "uscPlayerListPanel";
            this.Size = new System.Drawing.Size(896, 708);
            this.Load += new System.EventHandler(this.uscPlayerListPanel_Load);
            this.Resize += new System.EventHandler(this.uscPlayerListPanel_Resize);
            this.spltListAdditionalInfo.Panel1.ResumeLayout(false);
            this.spltListAdditionalInfo.Panel1.PerformLayout();
            this.spltListAdditionalInfo.Panel2.ResumeLayout(false);
            this.spltListAdditionalInfo.ResumeLayout(false);
            this.spltFourSplit.Panel1.ResumeLayout(false);
            this.spltFourSplit.Panel2.ResumeLayout(false);
            this.spltFourSplit.ResumeLayout(false);
            this.spltTwoSplit.Panel1.ResumeLayout(false);
            this.spltTwoSplit.Panel2.ResumeLayout(false);
            this.spltTwoSplit.ResumeLayout(false);
            this.spltBottomTwoSplit.Panel1.ResumeLayout(false);
            this.spltBottomTwoSplit.Panel2.ResumeLayout(false);
            this.spltBottomTwoSplit.ResumeLayout(false);
            this.spltInfoPunish.Panel1.ResumeLayout(false);
            this.spltInfoPunish.Panel2.ResumeLayout(false);
            this.spltInfoPunish.ResumeLayout(false);
            this.pnlAdditionalInfo.ResumeLayout(false);
            this.pnlAdditionalInfo.PerformLayout();
            this.tbcCourtMartial.ResumeLayout(false);
            this.tabCourtMartialBFBC.ResumeLayout(false);
            this.tabCourtMartialPunkbuster.ResumeLayout(false);
            this.ctxPlayerOptions.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #46
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.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Public Commands", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Moderator Commands", System.Windows.Forms.HorizontalAlignment.Left);
     this.tabControl1     = new System.Windows.Forms.TabControl();
     this.tabPage1        = new System.Windows.Forms.TabPage();
     this.commandList     = 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.CommandsContext = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addNewCommandToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.removeSelectedCommandToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabPage6                           = new System.Windows.Forms.TabPage();
     this.tabControl3                        = new System.Windows.Forms.TabControl();
     this.tabPage7                           = new System.Windows.Forms.TabPage();
     this.groupBox3                          = new System.Windows.Forms.GroupBox();
     this.button8                            = new System.Windows.Forms.Button();
     this.button9                            = new System.Windows.Forms.Button();
     this.groupBox2                          = new System.Windows.Forms.GroupBox();
     this.button6                            = new System.Windows.Forms.Button();
     this.button7                            = new System.Windows.Forms.Button();
     this.groupBox1                          = new System.Windows.Forms.GroupBox();
     this.button5                            = new System.Windows.Forms.Button();
     this.button4                            = new System.Windows.Forms.Button();
     this.tabPage8                           = new System.Windows.Forms.TabPage();
     this.blacklistedWords                   = new System.Windows.Forms.ListBox();
     this.BlacklistedWordsContext            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addNewWordToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.loadWordsFromFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeSelectedToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.clearListToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.tabPage3                           = new System.Windows.Forms.TabPage();
     this.tabControl2                        = new System.Windows.Forms.TabControl();
     this.tabPage4                           = new System.Windows.Forms.TabPage();
     this.GiveawayWinner                     = new System.Windows.Forms.Label();
     this.label2  = new System.Windows.Forms.Label();
     this.button3 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.MultipleGiveawayEntries    = new System.Windows.Forms.CheckBox();
     this.currentGiveawayEntrieCount = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.acceptGiveawayEntries = new System.Windows.Forms.CheckBox();
     this.tabPage5        = new System.Windows.Forms.TabPage();
     this.giveawayEntries = new System.Windows.Forms.ListBox();
     this.tabPage2        = new System.Windows.Forms.TabPage();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.Chatlog         = new System.Windows.Forms.TextBox();
     this.tabPage9        = new System.Windows.Forms.TabPage();
     this.groupBox4       = new System.Windows.Forms.GroupBox();
     this.modList         = new System.Windows.Forms.ListBox();
     this.modListContext  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addModeratorToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.removeSelectedModeratorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.clearListToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.CommandsContext.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabControl3.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage8.SuspendLayout();
     this.BlacklistedWordsContext.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage9.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.modListContext.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage9);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(384, 261);
     this.tabControl1.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.commandList);
     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(376, 235);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Commands";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // commandList
     //
     this.commandList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.commandList.ContextMenuStrip = this.CommandsContext;
     this.commandList.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.commandList.FullRowSelect    = true;
     this.commandList.GridLines        = true;
     listViewGroup3.Header             = "Public Commands";
     listViewGroup3.Name   = "all";
     listViewGroup4.Header = "Moderator Commands";
     listViewGroup4.Name   = "mod";
     this.commandList.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup3,
         listViewGroup4
     });
     this.commandList.Location    = new System.Drawing.Point(3, 3);
     this.commandList.MultiSelect = false;
     this.commandList.Name        = "commandList";
     this.commandList.Size        = new System.Drawing.Size(370, 229);
     this.commandList.TabIndex    = 0;
     this.commandList.UseCompatibleStateImageBehavior = false;
     this.commandList.View = System.Windows.Forms.View.Details;
     this.commandList.SelectedIndexChanged += new System.EventHandler(this.commandsList_SelectedIndexChanged);
     this.commandList.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.commandsList_MouseDoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Command";
     this.columnHeader1.Width = 154;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Info";
     this.columnHeader2.Width = 197;
     //
     // CommandsContext
     //
     this.CommandsContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addNewCommandToolStripMenuItem,
         this.removeSelectedCommandToolStripMenuItem
     });
     this.CommandsContext.Name     = "CommandsContext";
     this.CommandsContext.Size     = new System.Drawing.Size(222, 48);
     this.CommandsContext.Opening += new System.ComponentModel.CancelEventHandler(this.CommandsContext_Opening);
     //
     // addNewCommandToolStripMenuItem
     //
     this.addNewCommandToolStripMenuItem.Name   = "addNewCommandToolStripMenuItem";
     this.addNewCommandToolStripMenuItem.Size   = new System.Drawing.Size(221, 22);
     this.addNewCommandToolStripMenuItem.Text   = "Add new command";
     this.addNewCommandToolStripMenuItem.Click += new System.EventHandler(this.addNewCommandToolStripMenuItem_Click);
     //
     // removeSelectedCommandToolStripMenuItem
     //
     this.removeSelectedCommandToolStripMenuItem.Name   = "removeSelectedCommandToolStripMenuItem";
     this.removeSelectedCommandToolStripMenuItem.Size   = new System.Drawing.Size(221, 22);
     this.removeSelectedCommandToolStripMenuItem.Text   = "Remove selected command";
     this.removeSelectedCommandToolStripMenuItem.Click += new System.EventHandler(this.removeSelectedCommandToolStripMenuItem_Click);
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.tabControl3);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name     = "tabPage6";
     this.tabPage6.Size     = new System.Drawing.Size(376, 235);
     this.tabPage6.TabIndex = 3;
     this.tabPage6.Text     = "Chat Control";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // tabControl3
     //
     this.tabControl3.Alignment = System.Windows.Forms.TabAlignment.Bottom;
     this.tabControl3.Controls.Add(this.tabPage7);
     this.tabControl3.Controls.Add(this.tabPage8);
     this.tabControl3.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl3.Location      = new System.Drawing.Point(0, 0);
     this.tabControl3.Name          = "tabControl3";
     this.tabControl3.SelectedIndex = 0;
     this.tabControl3.Size          = new System.Drawing.Size(376, 235);
     this.tabControl3.TabIndex      = 1;
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.groupBox3);
     this.tabPage7.Controls.Add(this.groupBox2);
     this.tabPage7.Controls.Add(this.groupBox1);
     this.tabPage7.Location = new System.Drawing.Point(4, 4);
     this.tabPage7.Name     = "tabPage7";
     this.tabPage7.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage7.Size     = new System.Drawing.Size(368, 209);
     this.tabPage7.TabIndex = 0;
     this.tabPage7.Text     = "Main";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.button8);
     this.groupBox3.Controls.Add(this.button9);
     this.groupBox3.Location = new System.Drawing.Point(4, 124);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(356, 53);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Slow (30 sec interval)";
     //
     // button8
     //
     this.button8.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button8.Location = new System.Drawing.Point(192, 19);
     this.button8.Name     = "button8";
     this.button8.Size     = new System.Drawing.Size(158, 23);
     this.button8.TabIndex = 1;
     this.button8.Text     = "Disable";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button9
     //
     this.button9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.button9.Location = new System.Drawing.Point(6, 19);
     this.button9.Name     = "button9";
     this.button9.Size     = new System.Drawing.Size(162, 23);
     this.button9.TabIndex = 0;
     this.button9.Text     = "Enable";
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.button6);
     this.groupBox2.Controls.Add(this.button7);
     this.groupBox2.Location = new System.Drawing.Point(6, 65);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(356, 53);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Subscribers only";
     //
     // button6
     //
     this.button6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button6.Location = new System.Drawing.Point(190, 19);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(160, 23);
     this.button6.TabIndex = 1;
     this.button6.Text     = "Disable";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // button7
     //
     this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.button7.Location = new System.Drawing.Point(6, 19);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(160, 23);
     this.button7.TabIndex = 0;
     this.button7.Text     = "Enable";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.button5);
     this.groupBox1.Controls.Add(this.button4);
     this.groupBox1.Location = new System.Drawing.Point(6, 6);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(356, 53);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "AntiBot";
     //
     // button5
     //
     this.button5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button5.Location = new System.Drawing.Point(190, 19);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(160, 23);
     this.button5.TabIndex = 1;
     this.button5.Text     = "Disable";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button4
     //
     this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.button4.Location = new System.Drawing.Point(6, 19);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(160, 23);
     this.button4.TabIndex = 0;
     this.button4.Text     = "Enable";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // tabPage8
     //
     this.tabPage8.Controls.Add(this.blacklistedWords);
     this.tabPage8.Location = new System.Drawing.Point(4, 4);
     this.tabPage8.Name     = "tabPage8";
     this.tabPage8.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage8.Size     = new System.Drawing.Size(368, 209);
     this.tabPage8.TabIndex = 1;
     this.tabPage8.Text     = "Blacklist Words";
     this.tabPage8.UseVisualStyleBackColor = true;
     //
     // blacklistedWords
     //
     this.blacklistedWords.ContextMenuStrip  = this.BlacklistedWordsContext;
     this.blacklistedWords.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.blacklistedWords.FormattingEnabled = true;
     this.blacklistedWords.Location          = new System.Drawing.Point(3, 3);
     this.blacklistedWords.Name              = "blacklistedWords";
     this.blacklistedWords.Size              = new System.Drawing.Size(362, 203);
     this.blacklistedWords.TabIndex          = 0;
     //
     // BlacklistedWordsContext
     //
     this.BlacklistedWordsContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addNewWordToolStripMenuItem,
         this.loadWordsFromFileToolStripMenuItem,
         this.removeSelectedToolStripMenuItem,
         this.clearListToolStripMenuItem
     });
     this.BlacklistedWordsContext.Name = "BlacklistedWordsContext";
     this.BlacklistedWordsContext.Size = new System.Drawing.Size(184, 92);
     //
     // addNewWordToolStripMenuItem
     //
     this.addNewWordToolStripMenuItem.Name   = "addNewWordToolStripMenuItem";
     this.addNewWordToolStripMenuItem.Size   = new System.Drawing.Size(183, 22);
     this.addNewWordToolStripMenuItem.Text   = "Add new word";
     this.addNewWordToolStripMenuItem.Click += new System.EventHandler(this.addNewWordToolStripMenuItem_Click);
     //
     // loadWordsFromFileToolStripMenuItem
     //
     this.loadWordsFromFileToolStripMenuItem.Name   = "loadWordsFromFileToolStripMenuItem";
     this.loadWordsFromFileToolStripMenuItem.Size   = new System.Drawing.Size(183, 22);
     this.loadWordsFromFileToolStripMenuItem.Text   = "Load words from file";
     this.loadWordsFromFileToolStripMenuItem.Click += new System.EventHandler(this.loadWordsFromFileToolStripMenuItem_Click);
     //
     // removeSelectedToolStripMenuItem
     //
     this.removeSelectedToolStripMenuItem.Name   = "removeSelectedToolStripMenuItem";
     this.removeSelectedToolStripMenuItem.Size   = new System.Drawing.Size(183, 22);
     this.removeSelectedToolStripMenuItem.Text   = "remove selected";
     this.removeSelectedToolStripMenuItem.Click += new System.EventHandler(this.removeSelectedToolStripMenuItem_Click);
     //
     // clearListToolStripMenuItem
     //
     this.clearListToolStripMenuItem.Name   = "clearListToolStripMenuItem";
     this.clearListToolStripMenuItem.Size   = new System.Drawing.Size(183, 22);
     this.clearListToolStripMenuItem.Text   = "Clear list";
     this.clearListToolStripMenuItem.Click += new System.EventHandler(this.clearListToolStripMenuItem_Click);
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.tabControl2);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(376, 235);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Giveaway";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // tabControl2
     //
     this.tabControl2.Alignment = System.Windows.Forms.TabAlignment.Bottom;
     this.tabControl2.Controls.Add(this.tabPage4);
     this.tabControl2.Controls.Add(this.tabPage5);
     this.tabControl2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl2.Location      = new System.Drawing.Point(0, 0);
     this.tabControl2.Multiline     = true;
     this.tabControl2.Name          = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size          = new System.Drawing.Size(376, 235);
     this.tabControl2.TabIndex      = 0;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.GiveawayWinner);
     this.tabPage4.Controls.Add(this.label2);
     this.tabPage4.Controls.Add(this.button3);
     this.tabPage4.Controls.Add(this.button2);
     this.tabPage4.Controls.Add(this.button1);
     this.tabPage4.Controls.Add(this.MultipleGiveawayEntries);
     this.tabPage4.Controls.Add(this.currentGiveawayEntrieCount);
     this.tabPage4.Controls.Add(this.label1);
     this.tabPage4.Controls.Add(this.acceptGiveawayEntries);
     this.tabPage4.Location = new System.Drawing.Point(4, 4);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size     = new System.Drawing.Size(368, 209);
     this.tabPage4.TabIndex = 0;
     this.tabPage4.Text     = "Main";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // GiveawayWinner
     //
     this.GiveawayWinner.AutoSize  = true;
     this.GiveawayWinner.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.GiveawayWinner.ForeColor = System.Drawing.Color.Lime;
     this.GiveawayWinner.Location  = new System.Drawing.Point(89, 84);
     this.GiveawayWinner.Name      = "GiveawayWinner";
     this.GiveawayWinner.Size      = new System.Drawing.Size(106, 20);
     this.GiveawayWinner.TabIndex  = 8;
     this.GiveawayWinner.Text      = "-BahNahNah-";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(6, 81);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(76, 24);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Winner:";
     //
     // button3
     //
     this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.button3.Location = new System.Drawing.Point(6, 147);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(354, 23);
     this.button3.TabIndex = 6;
     this.button3.Text     = "Say giveaway commands";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Location = new System.Drawing.Point(6, 171);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(354, 24);
     this.button2.TabIndex = 5;
     this.button2.Text     = "Clear current entries";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(6, 108);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(354, 38);
     this.button1.TabIndex = 4;
     this.button1.Text     = "Draw a winner";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // MultipleGiveawayEntries
     //
     this.MultipleGiveawayEntries.AutoSize = true;
     this.MultipleGiveawayEntries.Location = new System.Drawing.Point(6, 26);
     this.MultipleGiveawayEntries.Name     = "MultipleGiveawayEntries";
     this.MultipleGiveawayEntries.Size     = new System.Drawing.Size(96, 17);
     this.MultipleGiveawayEntries.TabIndex = 3;
     this.MultipleGiveawayEntries.Text     = "Multiple entries";
     this.MultipleGiveawayEntries.UseVisualStyleBackColor = true;
     //
     // currentGiveawayEntrieCount
     //
     this.currentGiveawayEntrieCount.AutoSize = true;
     this.currentGiveawayEntrieCount.Location = new System.Drawing.Point(95, 46);
     this.currentGiveawayEntrieCount.Name     = "currentGiveawayEntrieCount";
     this.currentGiveawayEntrieCount.Size     = new System.Drawing.Size(13, 13);
     this.currentGiveawayEntrieCount.TabIndex = 2;
     this.currentGiveawayEntrieCount.Text     = "0";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 46);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(83, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Current entered:";
     //
     // acceptGiveawayEntries
     //
     this.acceptGiveawayEntries.AutoSize = true;
     this.acceptGiveawayEntries.Location = new System.Drawing.Point(6, 6);
     this.acceptGiveawayEntries.Name     = "acceptGiveawayEntries";
     this.acceptGiveawayEntries.Size     = new System.Drawing.Size(95, 17);
     this.acceptGiveawayEntries.TabIndex = 0;
     this.acceptGiveawayEntries.Text     = "Accept Entries";
     this.acceptGiveawayEntries.UseVisualStyleBackColor = true;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.giveawayEntries);
     this.tabPage5.Location = new System.Drawing.Point(4, 4);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size     = new System.Drawing.Size(363, 219);
     this.tabPage5.TabIndex = 1;
     this.tabPage5.Text     = "Entries";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // giveawayEntries
     //
     this.giveawayEntries.Dock = System.Windows.Forms.DockStyle.Fill;
     this.giveawayEntries.FormattingEnabled = true;
     this.giveawayEntries.Location          = new System.Drawing.Point(3, 3);
     this.giveawayEntries.Name     = "giveawayEntries";
     this.giveawayEntries.Size     = new System.Drawing.Size(357, 213);
     this.giveawayEntries.TabIndex = 0;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.textBox1);
     this.tabPage2.Controls.Add(this.Chatlog);
     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(376, 235);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Raw Chat";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location  = new System.Drawing.Point(3, 209);
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(381, 20);
     this.textBox1.TabIndex  = 1;
     this.textBox1.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
     //
     // Chatlog
     //
     this.Chatlog.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.Chatlog.Location  = new System.Drawing.Point(3, 3);
     this.Chatlog.Multiline = true;
     this.Chatlog.Name      = "Chatlog";
     this.Chatlog.ReadOnly  = true;
     this.Chatlog.Size      = new System.Drawing.Size(381, 198);
     this.Chatlog.TabIndex  = 0;
     this.Chatlog.Text      = "Made by BahNahNah\r\nuid=2388291\r\n";
     this.Chatlog.WordWrap  = false;
     //
     // tabPage9
     //
     this.tabPage9.Controls.Add(this.groupBox4);
     this.tabPage9.Location = new System.Drawing.Point(4, 22);
     this.tabPage9.Name     = "tabPage9";
     this.tabPage9.Size     = new System.Drawing.Size(376, 235);
     this.tabPage9.TabIndex = 4;
     this.tabPage9.Text     = "Bot settings";
     this.tabPage9.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.modList);
     this.groupBox4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox4.Location = new System.Drawing.Point(0, 0);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(376, 235);
     this.groupBox4.TabIndex = 0;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Bot Moderator list";
     //
     // modList
     //
     this.modList.ContextMenuStrip  = this.modListContext;
     this.modList.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.modList.FormattingEnabled = true;
     this.modList.Items.AddRange(new object[] {
         "bahnahnah"
     });
     this.modList.Location = new System.Drawing.Point(3, 16);
     this.modList.Name     = "modList";
     this.modList.Size     = new System.Drawing.Size(370, 216);
     this.modList.TabIndex = 0;
     //
     // modListContext
     //
     this.modListContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addModeratorToolStripMenuItem,
         this.removeSelectedModeratorToolStripMenuItem,
         this.clearListToolStripMenuItem1
     });
     this.modListContext.Name = "modListContext";
     this.modListContext.Size = new System.Drawing.Size(223, 70);
     //
     // addModeratorToolStripMenuItem
     //
     this.addModeratorToolStripMenuItem.Name   = "addModeratorToolStripMenuItem";
     this.addModeratorToolStripMenuItem.Size   = new System.Drawing.Size(222, 22);
     this.addModeratorToolStripMenuItem.Text   = "Add moderator";
     this.addModeratorToolStripMenuItem.Click += new System.EventHandler(this.addModeratorToolStripMenuItem_Click);
     //
     // removeSelectedModeratorToolStripMenuItem
     //
     this.removeSelectedModeratorToolStripMenuItem.Name   = "removeSelectedModeratorToolStripMenuItem";
     this.removeSelectedModeratorToolStripMenuItem.Size   = new System.Drawing.Size(222, 22);
     this.removeSelectedModeratorToolStripMenuItem.Text   = "Remove selected moderator";
     this.removeSelectedModeratorToolStripMenuItem.Click += new System.EventHandler(this.removeSelectedModeratorToolStripMenuItem_Click);
     //
     // clearListToolStripMenuItem1
     //
     this.clearListToolStripMenuItem1.Name   = "clearListToolStripMenuItem1";
     this.clearListToolStripMenuItem1.Size   = new System.Drawing.Size(222, 22);
     this.clearListToolStripMenuItem1.Text   = "Clear list";
     this.clearListToolStripMenuItem1.Click += new System.EventHandler(this.clearListToolStripMenuItem1_Click);
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(384, 261);
     this.Controls.Add(this.tabControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.KeyPreview      = true;
     this.MinimumSize     = new System.Drawing.Size(400, 300);
     this.Name            = "MainWindow";
     this.Text            = "TwitchBot - BahNahNah";
     this.Load           += new System.EventHandler(this.MainWindow_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.CommandsContext.ResumeLayout(false);
     this.tabPage6.ResumeLayout(false);
     this.tabControl3.ResumeLayout(false);
     this.tabPage7.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tabPage8.ResumeLayout(false);
     this.BlacklistedWordsContext.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.tabControl2.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.tabPage9.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.modListContext.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MinerForm));
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("CPU", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("GPU", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("USB", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Proxy", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup5 = new System.Windows.Forms.ListViewGroup("Network", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            this.coinStatsTimer = new System.Windows.Forms.Timer(this.components);
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
            this.notifyIconMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.startMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.stopMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.showAppMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.quitAppMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.restartTimer = new System.Windows.Forms.Timer(this.components);
            this.coinPopupMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.largeImageList = new System.Windows.Forms.ImageList(this.components);
            this.smallImageList = new System.Windows.Forms.ImageList(this.components);
            this.deviceListContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.detectDevicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.quickSwitchPopupItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dummyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.historyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.processLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aPIMonitorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.coinsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.strategiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.perksToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.quickCoinMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.columnHeaderMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.dummyToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.startupMiningPanel = new System.Windows.Forms.Panel();
            this.startStartupMiningButton = new System.Windows.Forms.Button();
            this.cancelStartupMiningButton = new System.Windows.Forms.Button();
            this.countdownLabel = new System.Windows.Forms.Label();
            this.advancedAreaContainer = new System.Windows.Forms.SplitContainer();
            this.instancesContainer = new System.Windows.Forms.SplitContainer();
            this.detailsAreaContainer = new System.Windows.Forms.SplitContainer();
            this.deviceListView = new MultiMiner.Utility.Forms.ListViewEx();
            this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.driverColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.coinColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.difficultyColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.priceColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.exchangeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.profitabilityColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.poolColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.tempColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.fanColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.hashrateColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.currentRateColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.effectiveColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.incomeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.acceptedColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.rejectedColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.errorsColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.utilityColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.intensityColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.detailsControl1 = new MultiMiner.Win.Controls.DetailsControl();
            this.advancedTabControl = new System.Windows.Forms.TabControl();
            this.historyPage = new System.Windows.Forms.TabPage();
            this.historyGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.startPriceColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.endPriceColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.AcceptedShares = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.durationColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.devicesColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.openLogMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.logProcessCloseArgsBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.processLogPage = new System.Windows.Forms.TabPage();
            this.processLogGridView = new System.Windows.Forms.DataGridView();
            this.dateTimeDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.executablePathDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.argumentsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Reason = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.logLaunchArgsBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.apiMonitorPage = new System.Windows.Forms.TabPage();
            this.apiLogGridView = new System.Windows.Forms.DataGridView();
            this.dateTimeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CoinName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.requestDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.responseDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.apiLogEntryBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.panel2 = new System.Windows.Forms.Panel();
            this.closeApiButton = new System.Windows.Forms.Button();
            this.processLogMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.launchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.footerPanel = new System.Windows.Forms.Panel();
            this.incomeSummaryLabel = new System.Windows.Forms.Label();
            this.coinChooseSuffixLabel = new System.Windows.Forms.Label();
            this.coinApiLinkLabel = new System.Windows.Forms.LinkLabel();
            this.coinChoosePrefixLabel = new System.Windows.Forms.Label();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.detailsToggleButton = new System.Windows.Forms.ToolStripButton();
            this.strategiesLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.strategyCountdownLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.sha256RateLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.scryptRateLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.deviceTotalLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.standardToolBar = new System.Windows.Forms.ToolStrip();
            this.startButton = new System.Windows.Forms.ToolStripButton();
            this.stopButton = new System.Windows.Forms.ToolStripSplitButton();
            this.restartButton = new System.Windows.Forms.ToolStripMenuItem();
            this.settingsSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.settingsButton = new System.Windows.Forms.ToolStripSplitButton();
            this.coinsButton = new System.Windows.Forms.ToolStripMenuItem();
            this.strategiesButton = new System.Windows.Forms.ToolStripMenuItem();
            this.perksButton = new System.Windows.Forms.ToolStripMenuItem();
            this.saveSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.saveButton = new System.Windows.Forms.ToolStripButton();
            this.cancelButton = new System.Windows.Forms.ToolStripButton();
            this.aboutButton = new System.Windows.Forms.ToolStripButton();
            this.listViewStyleButton = new System.Windows.Forms.ToolStripSplitButton();
            this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.advancedMenuItem = new System.Windows.Forms.ToolStripDropDownButton();
            this.detectDevicesButton = new System.Windows.Forms.ToolStripMenuItem();
            this.quickSwitchItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dummyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.historySeperator = new System.Windows.Forms.ToolStripSeparator();
            this.historyButton = new System.Windows.Forms.ToolStripMenuItem();
            this.processLogButton = new System.Windows.Forms.ToolStripMenuItem();
            this.apiMonitorButton = new System.Windows.Forms.ToolStripMenuItem();
            this.dynamicIntensitySeparator = new System.Windows.Forms.ToolStripSeparator();
            this.dynamicIntensityButton = new System.Windows.Forms.ToolStripMenuItem();
            this.accessibleMenu = new System.Windows.Forms.MenuStrip();
            this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.restartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cancelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.settingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.coinsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.strategiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.perksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.largeIconsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.smallIconsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.listToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.detailsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.tilesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.advancedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.scanHardwareToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.quickSwitchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dummyToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.historyMenuSeperator = new System.Windows.Forms.ToolStripSeparator();
            this.historyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.processLogToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.aPIMonitorToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.dynamicIntensityMenuSeperator = new System.Windows.Forms.ToolStripSeparator();
            this.dynamicIntensityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.networkDeviceContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.networkDevicePoolMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.aToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.bToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.restartMiningToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.notifyIconMenuStrip.SuspendLayout();
            this.deviceListContextMenu.SuspendLayout();
            this.columnHeaderMenu.SuspendLayout();
            this.startupMiningPanel.SuspendLayout();
            this.advancedAreaContainer.Panel1.SuspendLayout();
            this.advancedAreaContainer.Panel2.SuspendLayout();
            this.advancedAreaContainer.SuspendLayout();
            this.instancesContainer.Panel2.SuspendLayout();
            this.instancesContainer.SuspendLayout();
            this.detailsAreaContainer.Panel1.SuspendLayout();
            this.detailsAreaContainer.Panel2.SuspendLayout();
            this.detailsAreaContainer.SuspendLayout();
            this.advancedTabControl.SuspendLayout();
            this.historyPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.historyGridView)).BeginInit();
            this.openLogMenu.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.logProcessCloseArgsBindingSource)).BeginInit();
            this.processLogPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.processLogGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.logLaunchArgsBindingSource)).BeginInit();
            this.apiMonitorPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.apiLogGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.apiLogEntryBindingSource)).BeginInit();
            this.panel2.SuspendLayout();
            this.processLogMenu.SuspendLayout();
            this.footerPanel.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.standardToolBar.SuspendLayout();
            this.accessibleMenu.SuspendLayout();
            this.networkDeviceContextMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // coinStatsTimer
            // 
            this.coinStatsTimer.Enabled = true;
            this.coinStatsTimer.Interval = 900000;
            this.coinStatsTimer.Tick += new System.EventHandler(this.coinStatsTimer_Tick);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "network_application.png");
            this.imageList1.Images.SetKeyName(1, "window_text.png");
            this.imageList1.Images.SetKeyName(2, "history.png");
            // 
            // notifyIcon1
            // 
            this.notifyIcon1.ContextMenuStrip = this.notifyIconMenuStrip;
            this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
            this.notifyIcon1.Text = "MultiMiner - Stopped";
            this.notifyIcon1.BalloonTipClicked += new System.EventHandler(this.notifyIcon1_BalloonTipClicked);
            this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
            // 
            // notifyIconMenuStrip
            // 
            this.notifyIconMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.startMenuItem,
            this.stopMenuItem,
            this.toolStripSeparator4,
            this.showAppMenuItem,
            this.quitAppMenuItem});
            this.notifyIconMenuStrip.Name = "contextMenuStrip1";
            this.notifyIconMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.notifyIconMenuStrip.Size = new System.Drawing.Size(104, 98);
            // 
            // startMenuItem
            // 
            this.startMenuItem.Image = global::MultiMiner.Win.Properties.Resources.computer_control_play;
            this.startMenuItem.Name = "startMenuItem";
            this.startMenuItem.Size = new System.Drawing.Size(103, 22);
            this.startMenuItem.Text = "Start";
            this.startMenuItem.Click += new System.EventHandler(this.startMenuItem_Click);
            // 
            // stopMenuItem
            // 
            this.stopMenuItem.Image = global::MultiMiner.Win.Properties.Resources.computer_control_stop;
            this.stopMenuItem.Name = "stopMenuItem";
            this.stopMenuItem.Size = new System.Drawing.Size(103, 22);
            this.stopMenuItem.Text = "Stop";
            this.stopMenuItem.Click += new System.EventHandler(this.stopMenuItem_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(100, 6);
            // 
            // showAppMenuItem
            // 
            this.showAppMenuItem.Image = global::MultiMiner.Win.Properties.Resources.application;
            this.showAppMenuItem.Name = "showAppMenuItem";
            this.showAppMenuItem.Size = new System.Drawing.Size(103, 22);
            this.showAppMenuItem.Text = "Show";
            this.showAppMenuItem.Click += new System.EventHandler(this.showAppMenuItem_Click);
            // 
            // quitAppMenuItem
            // 
            this.quitAppMenuItem.Image = global::MultiMiner.Win.Properties.Resources.application_delete;
            this.quitAppMenuItem.Name = "quitAppMenuItem";
            this.quitAppMenuItem.Size = new System.Drawing.Size(103, 22);
            this.quitAppMenuItem.Text = "Quit";
            this.quitAppMenuItem.Click += new System.EventHandler(this.quitAppMenuItem_Click);
            // 
            // restartTimer
            // 
            this.restartTimer.Tick += new System.EventHandler(this.restartTimer_Tick);
            // 
            // coinPopupMenu
            // 
            this.coinPopupMenu.Name = "coinPopupMenu";
            this.coinPopupMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.coinPopupMenu.Size = new System.Drawing.Size(61, 4);
            // 
            // largeImageList
            // 
            this.largeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("largeImageList.ImageStream")));
            this.largeImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.largeImageList.Images.SetKeyName(0, "hardware.png");
            this.largeImageList.Images.SetKeyName(1, "usb_connector.png");
            this.largeImageList.Images.SetKeyName(2, "link_network-list.png");
            this.largeImageList.Images.SetKeyName(3, "cpu_front.png");
            this.largeImageList.Images.SetKeyName(4, "hardware-internet.png");
            // 
            // smallImageList
            // 
            this.smallImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("smallImageList.ImageStream")));
            this.smallImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.smallImageList.Images.SetKeyName(0, "hardware.png");
            this.smallImageList.Images.SetKeyName(1, "usb_connector.png");
            this.smallImageList.Images.SetKeyName(2, "link_network-list.png");
            this.smallImageList.Images.SetKeyName(3, "cpu_front.png");
            this.smallImageList.Images.SetKeyName(4, "hardware-internet.png");
            // 
            // deviceListContextMenu
            // 
            this.deviceListContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.detectDevicesToolStripMenuItem,
            this.quickSwitchPopupItem,
            this.toolStripSeparator1,
            this.historyToolStripMenuItem,
            this.processLogToolStripMenuItem,
            this.aPIMonitorToolStripMenuItem,
            this.toolStripSeparator2,
            this.coinsToolStripMenuItem,
            this.strategiesToolStripMenuItem,
            this.perksToolStripMenuItem1,
            this.settingsToolStripMenuItem});
            this.deviceListContextMenu.Name = "deviceListContextMenu";
            this.deviceListContextMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.deviceListContextMenu.Size = new System.Drawing.Size(154, 214);
            this.deviceListContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.deviceListContextMenu_Opening);
            // 
            // detectDevicesToolStripMenuItem
            // 
            this.detectDevicesToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.hardware_find;
            this.detectDevicesToolStripMenuItem.Name = "detectDevicesToolStripMenuItem";
            this.detectDevicesToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.detectDevicesToolStripMenuItem.Text = "Scan Hardware";
            this.detectDevicesToolStripMenuItem.Click += new System.EventHandler(this.detectDevicesToolStripMenuItem_Click);
            // 
            // quickSwitchPopupItem
            // 
            this.quickSwitchPopupItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.dummyToolStripMenuItem1});
            this.quickSwitchPopupItem.Image = global::MultiMiner.Win.Properties.Resources.list_arrow_right;
            this.quickSwitchPopupItem.Name = "quickSwitchPopupItem";
            this.quickSwitchPopupItem.Size = new System.Drawing.Size(153, 22);
            this.quickSwitchPopupItem.Text = "Quick Switch";
            this.quickSwitchPopupItem.DropDownOpening += new System.EventHandler(this.quickSwitchPopupItem_DropDownOpening);
            // 
            // dummyToolStripMenuItem1
            // 
            this.dummyToolStripMenuItem1.Name = "dummyToolStripMenuItem1";
            this.dummyToolStripMenuItem1.Size = new System.Drawing.Size(117, 22);
            this.dummyToolStripMenuItem1.Text = "Dummy";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(150, 6);
            // 
            // historyToolStripMenuItem
            // 
            this.historyToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.history;
            this.historyToolStripMenuItem.Name = "historyToolStripMenuItem";
            this.historyToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.historyToolStripMenuItem.Text = "History";
            this.historyToolStripMenuItem.Click += new System.EventHandler(this.historyToolStripMenuItem_Click);
            // 
            // processLogToolStripMenuItem
            // 
            this.processLogToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.window_text;
            this.processLogToolStripMenuItem.Name = "processLogToolStripMenuItem";
            this.processLogToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.processLogToolStripMenuItem.Text = "Process Log";
            this.processLogToolStripMenuItem.Click += new System.EventHandler(this.processLogToolStripMenuItem_Click);
            // 
            // aPIMonitorToolStripMenuItem
            // 
            this.aPIMonitorToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.network_application;
            this.aPIMonitorToolStripMenuItem.Name = "aPIMonitorToolStripMenuItem";
            this.aPIMonitorToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.aPIMonitorToolStripMenuItem.Text = "API Monitor";
            this.aPIMonitorToolStripMenuItem.Click += new System.EventHandler(this.aPIMonitorToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(150, 6);
            // 
            // coinsToolStripMenuItem
            // 
            this.coinsToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.application_gear;
            this.coinsToolStripMenuItem.Name = "coinsToolStripMenuItem";
            this.coinsToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.coinsToolStripMenuItem.Text = "Coins";
            this.coinsToolStripMenuItem.Click += new System.EventHandler(this.coinsToolStripMenuItem_Click);
            // 
            // strategiesToolStripMenuItem
            // 
            this.strategiesToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.application_execute;
            this.strategiesToolStripMenuItem.Name = "strategiesToolStripMenuItem";
            this.strategiesToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.strategiesToolStripMenuItem.Text = "Strategies";
            this.strategiesToolStripMenuItem.Click += new System.EventHandler(this.strategiesToolStripMenuItem_Click);
            // 
            // perksToolStripMenuItem1
            // 
            this.perksToolStripMenuItem1.Image = global::MultiMiner.Win.Properties.Resources.application_add;
            this.perksToolStripMenuItem1.Name = "perksToolStripMenuItem1";
            this.perksToolStripMenuItem1.Size = new System.Drawing.Size(153, 22);
            this.perksToolStripMenuItem1.Text = "Perks";
            this.perksToolStripMenuItem1.Click += new System.EventHandler(this.perksToolStripMenuItem1_Click);
            // 
            // settingsToolStripMenuItem
            // 
            this.settingsToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.application_option;
            this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
            this.settingsToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.settingsToolStripMenuItem.Text = "Settings";
            this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
            // 
            // quickCoinMenu
            // 
            this.quickCoinMenu.Name = "quickCoinMenu";
            this.quickCoinMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.quickCoinMenu.Size = new System.Drawing.Size(61, 4);
            // 
            // columnHeaderMenu
            // 
            this.columnHeaderMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.dummyToolStripMenuItem2});
            this.columnHeaderMenu.Name = "columnHeaderMenu";
            this.columnHeaderMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.columnHeaderMenu.Size = new System.Drawing.Size(118, 26);
            this.columnHeaderMenu.Opening += new System.ComponentModel.CancelEventHandler(this.columnHeaderMenu_Opening);
            // 
            // dummyToolStripMenuItem2
            // 
            this.dummyToolStripMenuItem2.Name = "dummyToolStripMenuItem2";
            this.dummyToolStripMenuItem2.Size = new System.Drawing.Size(117, 22);
            this.dummyToolStripMenuItem2.Text = "Dummy";
            // 
            // startupMiningPanel
            // 
            this.startupMiningPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.startupMiningPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.startupMiningPanel.Controls.Add(this.startStartupMiningButton);
            this.startupMiningPanel.Controls.Add(this.cancelStartupMiningButton);
            this.startupMiningPanel.Controls.Add(this.countdownLabel);
            this.startupMiningPanel.Location = new System.Drawing.Point(460, 220);
            this.startupMiningPanel.Name = "startupMiningPanel";
            this.startupMiningPanel.Size = new System.Drawing.Size(372, 42);
            this.startupMiningPanel.TabIndex = 6;
            this.startupMiningPanel.Visible = false;
            // 
            // startStartupMiningButton
            // 
            this.startStartupMiningButton.Location = new System.Drawing.Point(336, 7);
            this.startStartupMiningButton.Name = "startStartupMiningButton";
            this.startStartupMiningButton.Size = new System.Drawing.Size(24, 27);
            this.startStartupMiningButton.TabIndex = 6;
            this.startStartupMiningButton.Text = "▶";
            this.startStartupMiningButton.UseVisualStyleBackColor = true;
            this.startStartupMiningButton.Click += new System.EventHandler(this.startStartupMiningButton_Click);
            // 
            // cancelStartupMiningButton
            // 
            this.cancelStartupMiningButton.Location = new System.Drawing.Point(269, 7);
            this.cancelStartupMiningButton.Name = "cancelStartupMiningButton";
            this.cancelStartupMiningButton.Size = new System.Drawing.Size(68, 27);
            this.cancelStartupMiningButton.TabIndex = 5;
            this.cancelStartupMiningButton.Text = "Cancel";
            this.cancelStartupMiningButton.UseVisualStyleBackColor = true;
            this.cancelStartupMiningButton.Click += new System.EventHandler(this.cancelStartupMiningButton_Click);
            // 
            // countdownLabel
            // 
            this.countdownLabel.AutoSize = true;
            this.countdownLabel.Location = new System.Drawing.Point(6, 13);
            this.countdownLabel.Name = "countdownLabel";
            this.countdownLabel.Size = new System.Drawing.Size(250, 15);
            this.countdownLabel.TabIndex = 0;
            this.countdownLabel.Text = "Mining will start automatically in 45 seconds...";
            // 
            // advancedAreaContainer
            // 
            this.advancedAreaContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.advancedAreaContainer.Location = new System.Drawing.Point(0, 49);
            this.advancedAreaContainer.Name = "advancedAreaContainer";
            this.advancedAreaContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // advancedAreaContainer.Panel1
            // 
            this.advancedAreaContainer.Panel1.Controls.Add(this.instancesContainer);
            // 
            // advancedAreaContainer.Panel2
            // 
            this.advancedAreaContainer.Panel2.Controls.Add(this.advancedTabControl);
            this.advancedAreaContainer.Panel2.Controls.Add(this.panel2);
            this.advancedAreaContainer.Panel2Collapsed = true;
            this.advancedAreaContainer.Size = new System.Drawing.Size(1293, 375);
            this.advancedAreaContainer.SplitterDistance = 232;
            this.advancedAreaContainer.SplitterWidth = 5;
            this.advancedAreaContainer.TabIndex = 10;
            this.advancedAreaContainer.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.advancedAreaContainer_SplitterMoved);
            // 
            // instancesContainer
            // 
            this.instancesContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.instancesContainer.Location = new System.Drawing.Point(0, 0);
            this.instancesContainer.Name = "instancesContainer";
            this.instancesContainer.Panel1Collapsed = true;
            // 
            // instancesContainer.Panel2
            // 
            this.instancesContainer.Panel2.Controls.Add(this.detailsAreaContainer);
            this.instancesContainer.Size = new System.Drawing.Size(1293, 375);
            this.instancesContainer.SplitterDistance = 186;
            this.instancesContainer.TabIndex = 4;
            // 
            // detailsAreaContainer
            // 
            this.detailsAreaContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.detailsAreaContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.detailsAreaContainer.Location = new System.Drawing.Point(0, 0);
            this.detailsAreaContainer.Name = "detailsAreaContainer";
            // 
            // detailsAreaContainer.Panel1
            // 
            this.detailsAreaContainer.Panel1.Controls.Add(this.deviceListView);
            // 
            // detailsAreaContainer.Panel2
            // 
            this.detailsAreaContainer.Panel2.Controls.Add(this.detailsControl1);
            this.detailsAreaContainer.Size = new System.Drawing.Size(1293, 375);
            this.detailsAreaContainer.SplitterDistance = 1033;
            this.detailsAreaContainer.SplitterWidth = 3;
            this.detailsAreaContainer.TabIndex = 3;
            // 
            // deviceListView
            // 
            this.deviceListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.deviceListView.CheckBoxes = true;
            this.deviceListView.CheckFromDoubleClick = false;
            this.deviceListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.nameColumnHeader,
            this.driverColumnHeader,
            this.coinColumnHeader,
            this.difficultyColumnHeader,
            this.priceColumnHeader,
            this.exchangeColumnHeader,
            this.profitabilityColumnHeader,
            this.poolColumnHeader,
            this.tempColumnHeader,
            this.fanColumnHeader,
            this.hashrateColumnHeader,
            this.currentRateColumnHeader,
            this.effectiveColumnHeader,
            this.incomeColumnHeader,
            this.acceptedColumnHeader,
            this.rejectedColumnHeader,
            this.errorsColumnHeader,
            this.utilityColumnHeader,
            this.intensityColumnHeader});
            this.deviceListView.ContextMenuStrip = this.columnHeaderMenu;
            this.deviceListView.Dock = System.Windows.Forms.DockStyle.Fill;
            listViewGroup1.Header = "CPU";
            listViewGroup1.Name = "cpuListViewGroup";
            listViewGroup2.Header = "GPU";
            listViewGroup2.Name = "gpuListViewGroup";
            listViewGroup3.Header = "USB";
            listViewGroup3.Name = "usbListViewGroup";
            listViewGroup4.Header = "Proxy";
            listViewGroup4.Name = "proxyListViewGroup";
            listViewGroup5.Header = "Network";
            listViewGroup5.Name = "networkListViewGroup";
            this.deviceListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2,
            listViewGroup3,
            listViewGroup4,
            listViewGroup5});
            this.deviceListView.LabelEdit = true;
            this.deviceListView.LargeImageList = this.largeImageList;
            this.deviceListView.Location = new System.Drawing.Point(0, 0);
            this.deviceListView.Name = "deviceListView";
            this.deviceListView.Size = new System.Drawing.Size(1033, 375);
            this.deviceListView.SmallImageList = this.smallImageList;
            this.deviceListView.TabIndex = 2;
            this.deviceListView.UseCompatibleStateImageBehavior = false;
            this.deviceListView.View = System.Windows.Forms.View.Details;
            this.deviceListView.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.deviceListView_AfterLabelEdit);
            this.deviceListView.BeforeLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.deviceListView_BeforeLabelEdit);
            this.deviceListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.deviceListView_ColumnClick);
            this.deviceListView.ColumnWidthChanging += new System.Windows.Forms.ColumnWidthChangingEventHandler(this.deviceListView_ColumnWidthChanging);
            this.deviceListView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.deviceListView_ItemCheck);
            this.deviceListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.deviceListView_ItemChecked);
            this.deviceListView.SelectedIndexChanged += new System.EventHandler(this.deviceListView_SelectedIndexChanged);
            this.deviceListView.DoubleClick += new System.EventHandler(this.deviceListView_DoubleClick);
            this.deviceListView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.deviceListView_MouseClick);
            this.deviceListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.deviceListView_MouseUp);
            // 
            // nameColumnHeader
            // 
            this.nameColumnHeader.Text = "Name";
            // 
            // driverColumnHeader
            // 
            this.driverColumnHeader.Text = "Driver";
            // 
            // coinColumnHeader
            // 
            this.coinColumnHeader.Text = "Coin";
            // 
            // difficultyColumnHeader
            // 
            this.difficultyColumnHeader.Text = "Difficulty";
            this.difficultyColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // priceColumnHeader
            // 
            this.priceColumnHeader.Text = "Price";
            this.priceColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // exchangeColumnHeader
            // 
            this.exchangeColumnHeader.Text = "Exchange";
            this.exchangeColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // profitabilityColumnHeader
            // 
            this.profitabilityColumnHeader.Text = "Profitability";
            this.profitabilityColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.profitabilityColumnHeader.Width = 80;
            // 
            // poolColumnHeader
            // 
            this.poolColumnHeader.Text = "Pool";
            // 
            // tempColumnHeader
            // 
            this.tempColumnHeader.Text = "Temp";
            this.tempColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // fanColumnHeader
            // 
            this.fanColumnHeader.Text = "Fan";
            this.fanColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // hashrateColumnHeader
            // 
            this.hashrateColumnHeader.Text = "Average";
            this.hashrateColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // currentRateColumnHeader
            // 
            this.currentRateColumnHeader.Text = "Current";
            this.currentRateColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // effectiveColumnHeader
            // 
            this.effectiveColumnHeader.Text = "Effective";
            this.effectiveColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // incomeColumnHeader
            // 
            this.incomeColumnHeader.Text = "Daily";
            this.incomeColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // acceptedColumnHeader
            // 
            this.acceptedColumnHeader.Text = "Accepted";
            this.acceptedColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // rejectedColumnHeader
            // 
            this.rejectedColumnHeader.Text = "Rejected";
            this.rejectedColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // errorsColumnHeader
            // 
            this.errorsColumnHeader.Text = "Errors";
            this.errorsColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // utilityColumnHeader
            // 
            this.utilityColumnHeader.Text = "Utility";
            this.utilityColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // intensityColumnHeader
            // 
            this.intensityColumnHeader.Text = "Intensity";
            // 
            // detailsControl1
            // 
            this.detailsControl1.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.detailsControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.detailsControl1.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.detailsControl1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.detailsControl1.Location = new System.Drawing.Point(0, 0);
            this.detailsControl1.Name = "detailsControl1";
            this.detailsControl1.Size = new System.Drawing.Size(257, 375);
            this.detailsControl1.TabIndex = 0;
            this.detailsControl1.CloseClicked += new MultiMiner.Win.Controls.DetailsControl.CloseClickedHandler(this.detailsControl1_CloseClicked);
            // 
            // advancedTabControl
            // 
            this.advancedTabControl.Controls.Add(this.historyPage);
            this.advancedTabControl.Controls.Add(this.processLogPage);
            this.advancedTabControl.Controls.Add(this.apiMonitorPage);
            this.advancedTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.advancedTabControl.ImageList = this.imageList1;
            this.advancedTabControl.Location = new System.Drawing.Point(0, 26);
            this.advancedTabControl.Name = "advancedTabControl";
            this.advancedTabControl.SelectedIndex = 0;
            this.advancedTabControl.Size = new System.Drawing.Size(150, 20);
            this.advancedTabControl.TabIndex = 15;
            // 
            // historyPage
            // 
            this.historyPage.Controls.Add(this.historyGridView);
            this.historyPage.ImageIndex = 2;
            this.historyPage.Location = new System.Drawing.Point(4, 24);
            this.historyPage.Name = "historyPage";
            this.historyPage.Padding = new System.Windows.Forms.Padding(3);
            this.historyPage.Size = new System.Drawing.Size(142, 0);
            this.historyPage.TabIndex = 2;
            this.historyPage.Text = "History";
            this.historyPage.UseVisualStyleBackColor = true;
            // 
            // historyGridView
            // 
            this.historyGridView.AllowUserToAddRows = false;
            this.historyGridView.AllowUserToDeleteRows = false;
            this.historyGridView.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.historyGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.historyGridView.AutoGenerateColumns = false;
            this.historyGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.historyGridView.BackgroundColor = System.Drawing.SystemColors.Window;
            this.historyGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.historyGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.historyGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn8,
            this.dataGridViewTextBoxColumn9,
            this.dataGridViewTextBoxColumn10,
            this.dataGridViewTextBoxColumn11,
            this.startPriceColumn,
            this.endPriceColumn,
            this.AcceptedShares,
            this.durationColumn,
            this.devicesColumn});
            this.historyGridView.ContextMenuStrip = this.openLogMenu;
            this.historyGridView.DataSource = this.logProcessCloseArgsBindingSource;
            this.historyGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.historyGridView.Location = new System.Drawing.Point(3, 3);
            this.historyGridView.Name = "historyGridView";
            this.historyGridView.ReadOnly = true;
            this.historyGridView.RowHeadersVisible = false;
            this.historyGridView.Size = new System.Drawing.Size(136, 0);
            this.historyGridView.TabIndex = 0;
            this.historyGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.historyGridView_CellFormatting);
            this.historyGridView.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.historyGridView_RowsAdded);
            // 
            // dataGridViewTextBoxColumn8
            // 
            this.dataGridViewTextBoxColumn8.DataPropertyName = "StartDate";
            this.dataGridViewTextBoxColumn8.HeaderText = "Start Date/Time";
            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
            this.dataGridViewTextBoxColumn8.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn9
            // 
            this.dataGridViewTextBoxColumn9.DataPropertyName = "EndDate";
            this.dataGridViewTextBoxColumn9.HeaderText = "End Date/Time";
            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
            this.dataGridViewTextBoxColumn9.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn10
            // 
            this.dataGridViewTextBoxColumn10.DataPropertyName = "CoinName";
            this.dataGridViewTextBoxColumn10.HeaderText = "Coin Name";
            this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
            this.dataGridViewTextBoxColumn10.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn11
            // 
            this.dataGridViewTextBoxColumn11.DataPropertyName = "CoinSymbol";
            this.dataGridViewTextBoxColumn11.FillWeight = 80F;
            this.dataGridViewTextBoxColumn11.HeaderText = "Coin Symbol";
            this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
            this.dataGridViewTextBoxColumn11.ReadOnly = true;
            // 
            // startPriceColumn
            // 
            this.startPriceColumn.DataPropertyName = "StartPrice";
            this.startPriceColumn.HeaderText = "Start Price";
            this.startPriceColumn.Name = "startPriceColumn";
            this.startPriceColumn.ReadOnly = true;
            // 
            // endPriceColumn
            // 
            this.endPriceColumn.DataPropertyName = "EndPrice";
            this.endPriceColumn.HeaderText = "End Price";
            this.endPriceColumn.Name = "endPriceColumn";
            this.endPriceColumn.ReadOnly = true;
            // 
            // AcceptedShares
            // 
            this.AcceptedShares.DataPropertyName = "AcceptedShares";
            this.AcceptedShares.FillWeight = 85F;
            this.AcceptedShares.HeaderText = "Accepted Shares";
            this.AcceptedShares.Name = "AcceptedShares";
            this.AcceptedShares.ReadOnly = true;
            // 
            // durationColumn
            // 
            this.durationColumn.HeaderText = "Duration";
            this.durationColumn.Name = "durationColumn";
            this.durationColumn.ReadOnly = true;
            // 
            // devicesColumn
            // 
            this.devicesColumn.FillWeight = 120F;
            this.devicesColumn.HeaderText = "Devices";
            this.devicesColumn.Name = "devicesColumn";
            this.devicesColumn.ReadOnly = true;
            // 
            // openLogMenu
            // 
            this.openLogMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openLogToolStripMenuItem});
            this.openLogMenu.Name = "contextMenuStrip1";
            this.openLogMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.openLogMenu.Size = new System.Drawing.Size(148, 26);
            // 
            // openLogToolStripMenuItem
            // 
            this.openLogToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.document_find;
            this.openLogToolStripMenuItem.Name = "openLogToolStripMenuItem";
            this.openLogToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
            this.openLogToolStripMenuItem.Text = "Open Log File";
            this.openLogToolStripMenuItem.Click += new System.EventHandler(this.openLogToolStripMenuItem_Click);
            // 
            // logProcessCloseArgsBindingSource
            // 
            this.logProcessCloseArgsBindingSource.DataSource = typeof(MultiMiner.Engine.LogProcessCloseArgs);
            // 
            // processLogPage
            // 
            this.processLogPage.Controls.Add(this.processLogGridView);
            this.processLogPage.ImageIndex = 1;
            this.processLogPage.Location = new System.Drawing.Point(4, 24);
            this.processLogPage.Name = "processLogPage";
            this.processLogPage.Padding = new System.Windows.Forms.Padding(3);
            this.processLogPage.Size = new System.Drawing.Size(142, 0);
            this.processLogPage.TabIndex = 1;
            this.processLogPage.Text = "Process Log";
            this.processLogPage.UseVisualStyleBackColor = true;
            // 
            // processLogGridView
            // 
            this.processLogGridView.AllowUserToAddRows = false;
            this.processLogGridView.AllowUserToDeleteRows = false;
            this.processLogGridView.AllowUserToOrderColumns = true;
            this.processLogGridView.AllowUserToResizeRows = false;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.WhiteSmoke;
            this.processLogGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
            this.processLogGridView.AutoGenerateColumns = false;
            this.processLogGridView.BackgroundColor = System.Drawing.SystemColors.Window;
            this.processLogGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.processLogGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.processLogGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dateTimeDataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn1,
            this.executablePathDataGridViewTextBoxColumn,
            this.argumentsDataGridViewTextBoxColumn,
            this.Reason});
            this.processLogGridView.DataSource = this.logLaunchArgsBindingSource;
            this.processLogGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.processLogGridView.Location = new System.Drawing.Point(3, 3);
            this.processLogGridView.Name = "processLogGridView";
            this.processLogGridView.ReadOnly = true;
            this.processLogGridView.RowHeadersVisible = false;
            this.processLogGridView.Size = new System.Drawing.Size(136, 0);
            this.processLogGridView.TabIndex = 14;
            this.processLogGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.processLogGridView_CellFormatting);
            this.processLogGridView.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.processLogGridView_CellMouseDown);
            this.processLogGridView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.processLogGridView_MouseDown);
            // 
            // dateTimeDataGridViewTextBoxColumn1
            // 
            this.dateTimeDataGridViewTextBoxColumn1.DataPropertyName = "DateTime";
            this.dateTimeDataGridViewTextBoxColumn1.HeaderText = "Date/Time";
            this.dateTimeDataGridViewTextBoxColumn1.Name = "dateTimeDataGridViewTextBoxColumn1";
            this.dateTimeDataGridViewTextBoxColumn1.ReadOnly = true;
            this.dateTimeDataGridViewTextBoxColumn1.Width = 125;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "CoinName";
            this.dataGridViewTextBoxColumn1.HeaderText = "Coin Name";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            // 
            // executablePathDataGridViewTextBoxColumn
            // 
            this.executablePathDataGridViewTextBoxColumn.DataPropertyName = "ExecutablePath";
            this.executablePathDataGridViewTextBoxColumn.HeaderText = "Executable Path";
            this.executablePathDataGridViewTextBoxColumn.Name = "executablePathDataGridViewTextBoxColumn";
            this.executablePathDataGridViewTextBoxColumn.ReadOnly = true;
            this.executablePathDataGridViewTextBoxColumn.Width = 250;
            // 
            // argumentsDataGridViewTextBoxColumn
            // 
            this.argumentsDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.argumentsDataGridViewTextBoxColumn.DataPropertyName = "Arguments";
            this.argumentsDataGridViewTextBoxColumn.HeaderText = "Arguments";
            this.argumentsDataGridViewTextBoxColumn.Name = "argumentsDataGridViewTextBoxColumn";
            this.argumentsDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // Reason
            // 
            this.Reason.DataPropertyName = "Reason";
            this.Reason.HeaderText = "Reason";
            this.Reason.Name = "Reason";
            this.Reason.ReadOnly = true;
            // 
            // logLaunchArgsBindingSource
            // 
            this.logLaunchArgsBindingSource.DataSource = typeof(MultiMiner.Xgminer.LogLaunchArgs);
            // 
            // apiMonitorPage
            // 
            this.apiMonitorPage.Controls.Add(this.apiLogGridView);
            this.apiMonitorPage.ImageIndex = 0;
            this.apiMonitorPage.Location = new System.Drawing.Point(4, 24);
            this.apiMonitorPage.Name = "apiMonitorPage";
            this.apiMonitorPage.Padding = new System.Windows.Forms.Padding(3);
            this.apiMonitorPage.Size = new System.Drawing.Size(142, 0);
            this.apiMonitorPage.TabIndex = 0;
            this.apiMonitorPage.Text = "API Monitor";
            this.apiMonitorPage.UseVisualStyleBackColor = true;
            // 
            // apiLogGridView
            // 
            this.apiLogGridView.AllowUserToAddRows = false;
            this.apiLogGridView.AllowUserToDeleteRows = false;
            this.apiLogGridView.AllowUserToOrderColumns = true;
            this.apiLogGridView.AllowUserToResizeRows = false;
            dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
            this.apiLogGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
            this.apiLogGridView.AutoGenerateColumns = false;
            this.apiLogGridView.BackgroundColor = System.Drawing.SystemColors.Window;
            this.apiLogGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.apiLogGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.apiLogGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dateTimeDataGridViewTextBoxColumn,
            this.CoinName,
            this.requestDataGridViewTextBoxColumn,
            this.responseDataGridViewTextBoxColumn});
            this.apiLogGridView.ContextMenuStrip = this.openLogMenu;
            this.apiLogGridView.DataSource = this.apiLogEntryBindingSource;
            this.apiLogGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.apiLogGridView.Location = new System.Drawing.Point(3, 3);
            this.apiLogGridView.Name = "apiLogGridView";
            this.apiLogGridView.RowHeadersVisible = false;
            this.apiLogGridView.Size = new System.Drawing.Size(136, 0);
            this.apiLogGridView.TabIndex = 13;
            this.apiLogGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.apiLogGridView_CellFormatting);
            // 
            // dateTimeDataGridViewTextBoxColumn
            // 
            this.dateTimeDataGridViewTextBoxColumn.DataPropertyName = "DateTime";
            this.dateTimeDataGridViewTextBoxColumn.HeaderText = "Date/Time";
            this.dateTimeDataGridViewTextBoxColumn.Name = "dateTimeDataGridViewTextBoxColumn";
            this.dateTimeDataGridViewTextBoxColumn.ReadOnly = true;
            this.dateTimeDataGridViewTextBoxColumn.Width = 125;
            // 
            // CoinName
            // 
            this.CoinName.DataPropertyName = "CoinName";
            this.CoinName.HeaderText = "Coin Name";
            this.CoinName.Name = "CoinName";
            this.CoinName.ReadOnly = true;
            // 
            // requestDataGridViewTextBoxColumn
            // 
            this.requestDataGridViewTextBoxColumn.DataPropertyName = "Request";
            this.requestDataGridViewTextBoxColumn.HeaderText = "Request";
            this.requestDataGridViewTextBoxColumn.Name = "requestDataGridViewTextBoxColumn";
            this.requestDataGridViewTextBoxColumn.ReadOnly = true;
            this.requestDataGridViewTextBoxColumn.Width = 125;
            // 
            // responseDataGridViewTextBoxColumn
            // 
            this.responseDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.responseDataGridViewTextBoxColumn.DataPropertyName = "Response";
            this.responseDataGridViewTextBoxColumn.HeaderText = "Response";
            this.responseDataGridViewTextBoxColumn.Name = "responseDataGridViewTextBoxColumn";
            this.responseDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // apiLogEntryBindingSource
            // 
            this.apiLogEntryBindingSource.DataSource = typeof(MultiMiner.Win.Data.ApiLogEntry);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.closeApiButton);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(150, 26);
            this.panel2.TabIndex = 14;
            // 
            // closeApiButton
            // 
            this.closeApiButton.AccessibleName = "Close";
            this.closeApiButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.closeApiButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.closeApiButton.Location = new System.Drawing.Point(127, 0);
            this.closeApiButton.Name = "closeApiButton";
            this.closeApiButton.Size = new System.Drawing.Size(22, 22);
            this.closeApiButton.TabIndex = 0;
            this.closeApiButton.Text = "✖";
            this.closeApiButton.UseVisualStyleBackColor = true;
            this.closeApiButton.Click += new System.EventHandler(this.closeApiButton_Click);
            // 
            // processLogMenu
            // 
            this.processLogMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.launchToolStripMenuItem});
            this.processLogMenu.Name = "processLogMenu";
            this.processLogMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.processLogMenu.Size = new System.Drawing.Size(114, 26);
            // 
            // launchToolStripMenuItem
            // 
            this.launchToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.application_control_play;
            this.launchToolStripMenuItem.Name = "launchToolStripMenuItem";
            this.launchToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
            this.launchToolStripMenuItem.Text = "Launch";
            this.launchToolStripMenuItem.Click += new System.EventHandler(this.launchToolStripMenuItem_Click);
            // 
            // footerPanel
            // 
            this.footerPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.footerPanel.Controls.Add(this.incomeSummaryLabel);
            this.footerPanel.Controls.Add(this.coinChooseSuffixLabel);
            this.footerPanel.Controls.Add(this.coinApiLinkLabel);
            this.footerPanel.Controls.Add(this.coinChoosePrefixLabel);
            this.footerPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.footerPanel.Location = new System.Drawing.Point(0, 424);
            this.footerPanel.Name = "footerPanel";
            this.footerPanel.Size = new System.Drawing.Size(1293, 35);
            this.footerPanel.TabIndex = 9;
            // 
            // incomeSummaryLabel
            // 
            this.incomeSummaryLabel.AutoSize = true;
            this.incomeSummaryLabel.Dock = System.Windows.Forms.DockStyle.Right;
            this.incomeSummaryLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
            this.incomeSummaryLabel.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.incomeSummaryLabel.Location = new System.Drawing.Point(1149, 0);
            this.incomeSummaryLabel.MinimumSize = new System.Drawing.Size(35, 0);
            this.incomeSummaryLabel.Name = "incomeSummaryLabel";
            this.incomeSummaryLabel.Padding = new System.Windows.Forms.Padding(0, 10, 8, 0);
            this.incomeSummaryLabel.Size = new System.Drawing.Size(144, 25);
            this.incomeSummaryLabel.TabIndex = 3;
            this.incomeSummaryLabel.Text = "label1 and test and test";
            this.incomeSummaryLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // coinChooseSuffixLabel
            // 
            this.coinChooseSuffixLabel.AutoSize = true;
            this.coinChooseSuffixLabel.Location = new System.Drawing.Point(327, 11);
            this.coinChooseSuffixLabel.Name = "coinChooseSuffixLabel";
            this.coinChooseSuffixLabel.Size = new System.Drawing.Size(28, 15);
            this.coinChooseSuffixLabel.TabIndex = 2;
            this.coinChooseSuffixLabel.Text = "API.";
            // 
            // coinApiLinkLabel
            // 
            this.coinApiLinkLabel.AutoSize = true;
            this.coinApiLinkLabel.Location = new System.Drawing.Point(217, 11);
            this.coinApiLinkLabel.Name = "coinApiLinkLabel";
            this.coinApiLinkLabel.Size = new System.Drawing.Size(99, 15);
            this.coinApiLinkLabel.TabIndex = 1;
            this.coinApiLinkLabel.TabStop = true;
            this.coinApiLinkLabel.Text = "CoinChoose.com";
            this.coinApiLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.coinChooseLink_LinkClicked);
            // 
            // coinChoosePrefixLabel
            // 
            this.coinChoosePrefixLabel.AutoSize = true;
            this.coinChoosePrefixLabel.Location = new System.Drawing.Point(5, 11);
            this.coinChoosePrefixLabel.Name = "coinChoosePrefixLabel";
            this.coinChoosePrefixLabel.Size = new System.Drawing.Size(209, 15);
            this.coinChoosePrefixLabel.TabIndex = 0;
            this.coinChoosePrefixLabel.Text = "Pricing and profitability retrieved from";
            // 
            // statusStrip1
            // 
            this.statusStrip1.AccessibleName = "";
            this.statusStrip1.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar;
            this.statusStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.detailsToggleButton,
            this.strategiesLabel,
            this.strategyCountdownLabel,
            this.sha256RateLabel,
            this.scryptRateLabel,
            this.deviceTotalLabel});
            this.statusStrip1.Location = new System.Drawing.Point(0, 459);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
            this.statusStrip1.Size = new System.Drawing.Size(1293, 22);
            this.statusStrip1.TabIndex = 8;
            this.statusStrip1.TabStop = true;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // detailsToggleButton
            // 
            this.detailsToggleButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.detailsToggleButton.Image = ((System.Drawing.Image)(resources.GetObject("detailsToggleButton.Image")));
            this.detailsToggleButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.detailsToggleButton.Name = "detailsToggleButton";
            this.detailsToggleButton.Size = new System.Drawing.Size(92, 20);
            this.detailsToggleButton.Text = "▾ Fewer details";
            this.detailsToggleButton.Click += new System.EventHandler(this.detailsToggleButton_ButtonClick);
            // 
            // strategiesLabel
            // 
            this.strategiesLabel.AutoSize = false;
            this.strategiesLabel.Name = "strategiesLabel";
            this.strategiesLabel.Size = new System.Drawing.Size(125, 17);
            this.strategiesLabel.Text = "Strategies: enabled";
            this.strategiesLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // strategyCountdownLabel
            // 
            this.strategyCountdownLabel.AutoSize = false;
            this.strategyCountdownLabel.Name = "strategyCountdownLabel";
            this.strategyCountdownLabel.Size = new System.Drawing.Size(180, 17);
            this.strategyCountdownLabel.Text = "Time until strategy check: 60s";
            this.strategyCountdownLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // sha256RateLabel
            // 
            this.sha256RateLabel.AutoSize = false;
            this.sha256RateLabel.Name = "sha256RateLabel";
            this.sha256RateLabel.Size = new System.Drawing.Size(649, 17);
            this.sha256RateLabel.Spring = true;
            this.sha256RateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // scryptRateLabel
            // 
            this.scryptRateLabel.AutoSize = false;
            this.scryptRateLabel.Name = "scryptRateLabel";
            this.scryptRateLabel.Size = new System.Drawing.Size(150, 17);
            this.scryptRateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // deviceTotalLabel
            // 
            this.deviceTotalLabel.AutoSize = false;
            this.deviceTotalLabel.Name = "deviceTotalLabel";
            this.deviceTotalLabel.Size = new System.Drawing.Size(80, 17);
            this.deviceTotalLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // standardToolBar
            // 
            this.standardToolBar.AccessibleName = "";
            this.standardToolBar.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.standardToolBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.standardToolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.standardToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.startButton,
            this.stopButton,
            this.settingsSeparator,
            this.settingsButton,
            this.saveSeparator,
            this.saveButton,
            this.cancelButton,
            this.aboutButton,
            this.listViewStyleButton,
            this.advancedMenuItem});
            this.standardToolBar.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
            this.standardToolBar.Location = new System.Drawing.Point(0, 24);
            this.standardToolBar.Name = "standardToolBar";
            this.standardToolBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.standardToolBar.Size = new System.Drawing.Size(1293, 25);
            this.standardToolBar.TabIndex = 7;
            this.standardToolBar.TabStop = true;
            this.standardToolBar.Text = "toolStrip1";
            // 
            // startButton
            // 
            this.startButton.AccessibleName = "Start";
            this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
            this.startButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.startButton.Name = "startButton";
            this.startButton.Size = new System.Drawing.Size(51, 22);
            this.startButton.Text = "Start";
            this.startButton.ToolTipText = "Start mining";
            this.startButton.Click += new System.EventHandler(this.startButton_Click);
            // 
            // stopButton
            // 
            this.stopButton.AccessibleName = "Stop";
            this.stopButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.restartButton});
            this.stopButton.Enabled = false;
            this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
            this.stopButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.stopButton.Name = "stopButton";
            this.stopButton.Size = new System.Drawing.Size(63, 22);
            this.stopButton.Text = "Stop";
            this.stopButton.ToolTipText = "Stop mining";
            this.stopButton.ButtonClick += new System.EventHandler(this.stopButton_Click);
            // 
            // restartButton
            // 
            this.restartButton.AccessibleName = "Restart";
            this.restartButton.Image = global::MultiMiner.Win.Properties.Resources.computer_update;
            this.restartButton.Name = "restartButton";
            this.restartButton.Size = new System.Drawing.Size(110, 22);
            this.restartButton.Text = "Restart";
            this.restartButton.ToolTipText = "Restart mining";
            this.restartButton.Click += new System.EventHandler(this.restartButton_Click);
            // 
            // settingsSeparator
            // 
            this.settingsSeparator.Name = "settingsSeparator";
            this.settingsSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // settingsButton
            // 
            this.settingsButton.AccessibleName = "Settings";
            this.settingsButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.coinsButton,
            this.strategiesButton,
            this.perksButton});
            this.settingsButton.Image = global::MultiMiner.Win.Properties.Resources.application_option;
            this.settingsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.settingsButton.Name = "settingsButton";
            this.settingsButton.Size = new System.Drawing.Size(81, 22);
            this.settingsButton.Text = "Settings";
            this.settingsButton.ToolTipText = "Configure application settings";
            this.settingsButton.ButtonClick += new System.EventHandler(this.settingsButton_ButtonClick);
            // 
            // coinsButton
            // 
            this.coinsButton.AccessibleName = "Coins";
            this.coinsButton.Image = global::MultiMiner.Win.Properties.Resources.application_gear;
            this.coinsButton.Name = "coinsButton";
            this.coinsButton.Size = new System.Drawing.Size(125, 22);
            this.coinsButton.Text = "Coins";
            this.coinsButton.ToolTipText = "Configure coins and pools";
            this.coinsButton.Click += new System.EventHandler(this.coinsButton_Click_1);
            // 
            // strategiesButton
            // 
            this.strategiesButton.AccessibleName = "Strategies";
            this.strategiesButton.Image = global::MultiMiner.Win.Properties.Resources.application_execute;
            this.strategiesButton.Name = "strategiesButton";
            this.strategiesButton.Size = new System.Drawing.Size(125, 22);
            this.strategiesButton.Text = "Strategies";
            this.strategiesButton.ToolTipText = "Configure profitability strategies";
            this.strategiesButton.Click += new System.EventHandler(this.strategiesButton_Click_1);
            // 
            // perksButton
            // 
            this.perksButton.AccessibleName = "Perks";
            this.perksButton.Image = global::MultiMiner.Win.Properties.Resources.application_add;
            this.perksButton.Name = "perksButton";
            this.perksButton.Size = new System.Drawing.Size(125, 22);
            this.perksButton.Text = "Perks";
            this.perksButton.Click += new System.EventHandler(this.perksToolStripMenuItem_Click);
            // 
            // saveSeparator
            // 
            this.saveSeparator.Name = "saveSeparator";
            this.saveSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // saveButton
            // 
            this.saveButton.AccessibleName = "Save";
            this.saveButton.Enabled = false;
            this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image")));
            this.saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveButton.Name = "saveButton";
            this.saveButton.Size = new System.Drawing.Size(51, 22);
            this.saveButton.Text = "Save";
            this.saveButton.ToolTipText = "Save changes";
            this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
            // 
            // cancelButton
            // 
            this.cancelButton.AccessibleName = "Cancel";
            this.cancelButton.Enabled = false;
            this.cancelButton.Image = ((System.Drawing.Image)(resources.GetObject("cancelButton.Image")));
            this.cancelButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.Size = new System.Drawing.Size(63, 22);
            this.cancelButton.Text = "Cancel";
            this.cancelButton.ToolTipText = "Cancel changes";
            this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
            // 
            // aboutButton
            // 
            this.aboutButton.AccessibleName = "Advanced";
            this.aboutButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.aboutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.aboutButton.Image = global::MultiMiner.Win.Properties.Resources.application_info;
            this.aboutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.aboutButton.Name = "aboutButton";
            this.aboutButton.Size = new System.Drawing.Size(23, 22);
            this.aboutButton.Text = "About";
            this.aboutButton.Click += new System.EventHandler(this.aboutButton_Click);
            // 
            // listViewStyleButton
            // 
            this.listViewStyleButton.AccessibleName = "View";
            this.listViewStyleButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.listViewStyleButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.listViewStyleButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.largeIconsToolStripMenuItem,
            this.smallIconsToolStripMenuItem,
            this.listToolStripMenuItem,
            this.detailsToolStripMenuItem,
            this.tilesToolStripMenuItem});
            this.listViewStyleButton.Image = global::MultiMiner.Win.Properties.Resources.view_list;
            this.listViewStyleButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.listViewStyleButton.Name = "listViewStyleButton";
            this.listViewStyleButton.Size = new System.Drawing.Size(32, 22);
            this.listViewStyleButton.Text = "toolStripSplitButton1";
            this.listViewStyleButton.ToolTipText = "Change your view";
            this.listViewStyleButton.ButtonClick += new System.EventHandler(this.listViewStyleButton_ButtonClick);
            // 
            // largeIconsToolStripMenuItem
            // 
            this.largeIconsToolStripMenuItem.AccessibleName = "Large icons";
            this.largeIconsToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.view_medium_icons;
            this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
            this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.largeIconsToolStripMenuItem.Text = "Large Icons";
            this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
            // 
            // smallIconsToolStripMenuItem
            // 
            this.smallIconsToolStripMenuItem.AccessibleName = "Small icons";
            this.smallIconsToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.view_small_icons;
            this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
            this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.smallIconsToolStripMenuItem.Text = "Small Icons";
            this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
            // 
            // listToolStripMenuItem
            // 
            this.listToolStripMenuItem.AccessibleName = "List";
            this.listToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.view_list;
            this.listToolStripMenuItem.Name = "listToolStripMenuItem";
            this.listToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.listToolStripMenuItem.Text = "List";
            this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
            // 
            // detailsToolStripMenuItem
            // 
            this.detailsToolStripMenuItem.AccessibleName = "Details";
            this.detailsToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.view_details;
            this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem";
            this.detailsToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.detailsToolStripMenuItem.Text = "Details";
            this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click);
            // 
            // tilesToolStripMenuItem
            // 
            this.tilesToolStripMenuItem.AccessibleName = "Tiles";
            this.tilesToolStripMenuItem.Image = global::MultiMiner.Win.Properties.Resources.view_large_icons;
            this.tilesToolStripMenuItem.Name = "tilesToolStripMenuItem";
            this.tilesToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.tilesToolStripMenuItem.Text = "Tiles";
            this.tilesToolStripMenuItem.Click += new System.EventHandler(this.tilesToolStripMenuItem_Click);
            // 
            // advancedMenuItem
            // 
            this.advancedMenuItem.AccessibleName = "About";
            this.advancedMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.advancedMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.advancedMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.detectDevicesButton,
            this.quickSwitchItem,
            this.historySeperator,
            this.historyButton,
            this.processLogButton,
            this.apiMonitorButton,
            this.dynamicIntensitySeparator,
            this.dynamicIntensityButton});
            this.advancedMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("advancedMenuItem.Image")));
            this.advancedMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.advancedMenuItem.Name = "advancedMenuItem";
            this.advancedMenuItem.Size = new System.Drawing.Size(29, 22);
            this.advancedMenuItem.Text = "Advanced";
            this.advancedMenuItem.ToolTipText = "Advanced tools";
            this.advancedMenuItem.DropDownOpening += new System.EventHandler(this.advancedMenuItem_DropDownOpening);
            // 
            // detectDevicesButton
            // 
            this.detectDevicesButton.Image = global::MultiMiner.Win.Properties.Resources.hardware_find;
            this.detectDevicesButton.Name = "detectDevicesButton";
            this.detectDevicesButton.Size = new System.Drawing.Size(169, 22);
            this.detectDevicesButton.Text = "Scan Hardware";
            this.detectDevicesButton.ToolTipText = "Scan for mining capable devices";
            this.detectDevicesButton.Click += new System.EventHandler(this.detectDevicesButton_Click);
            // 
            // quickSwitchItem
            // 
            this.quickSwitchItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.dummyToolStripMenuItem});
            this.quickSwitchItem.Image = global::MultiMiner.Win.Properties.Resources.list_arrow_right;
            this.quickSwitchItem.Name = "quickSwitchItem";
            this.quickSwitchItem.Size = new System.Drawing.Size(169, 22);
            this.quickSwitchItem.Text = "Quick Switch";
            this.quickSwitchItem.ToolTipText = "Switch all devices to a coin";
            this.quickSwitchItem.DropDownOpening += new System.EventHandler(this.quickSwitchItem_DropDownOpening);
            // 
            // dummyToolStripMenuItem
            // 
            this.dummyToolStripMenuItem.Name = "dummyToolStripMenuItem";
            this.dummyToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.dummyToolStripMenuItem.Text = "Dummy";
            // 
            // historySeperator
            // 
            this.historySeperator.Name = "historySeperator";
            this.historySeperator.Size = new System.Drawing.Size(166, 6);
            // 
            // historyButton
            // 
            this.historyButton.Image = global::MultiMiner.Win.Properties.Resources.history;
            this.historyButton.Name = "historyButton";
            this.historyButton.Size = new System.Drawing.Size(169, 22);
            this.historyButton.Text = "History";
            this.historyButton.ToolTipText = "Display a history of coins mined";
            this.historyButton.Click += new System.EventHandler(this.historyButton_Click);
            // 
            // processLogButton
            // 
            this.processLogButton.Image = global::MultiMiner.Win.Properties.Resources.window_text;
            this.processLogButton.Name = "processLogButton";
            this.processLogButton.Size = new System.Drawing.Size(169, 22);
            this.processLogButton.Text = "Process Log";
            this.processLogButton.ToolTipText = "Display a log of processes launched";
            this.processLogButton.Click += new System.EventHandler(this.processLogButton_Click);
            // 
            // apiMonitorButton
            // 
            this.apiMonitorButton.Image = global::MultiMiner.Win.Properties.Resources.network_application;
            this.apiMonitorButton.Name = "apiMonitorButton";
            this.apiMonitorButton.Size = new System.Drawing.Size(169, 22);
            this.apiMonitorButton.Text = "API Monitor";
            this.apiMonitorButton.ToolTipText = "Display a log of RPC API calls";
            this.apiMonitorButton.Click += new System.EventHandler(this.apiMonitorButton_Click);
            // 
            // dynamicIntensitySeparator
            // 
            this.dynamicIntensitySeparator.Name = "dynamicIntensitySeparator";
            this.dynamicIntensitySeparator.Size = new System.Drawing.Size(166, 6);
            // 
            // dynamicIntensityButton
            // 
            this.dynamicIntensityButton.Checked = true;
            this.dynamicIntensityButton.CheckOnClick = true;
            this.dynamicIntensityButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.dynamicIntensityButton.Name = "dynamicIntensityButton";
            this.dynamicIntensityButton.Size = new System.Drawing.Size(169, 22);
            this.dynamicIntensityButton.Text = "Dynamic Intensity";
            this.dynamicIntensityButton.ToolTipText = "Dynamic GPU intensity";
            this.dynamicIntensityButton.Click += new System.EventHandler(this.dynamicIntensityButton_Click);
            // 
            // accessibleMenu
            // 
            this.accessibleMenu.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
            this.accessibleMenu.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.accessibleMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.actionsToolStripMenuItem,
            this.toolsToolStripMenuItem,
            this.viewToolStripMenuItem,
            this.advancedToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.accessibleMenu.Location = new System.Drawing.Point(0, 0);
            this.accessibleMenu.Name = "accessibleMenu";
            this.accessibleMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.accessibleMenu.Size = new System.Drawing.Size(1293, 24);
            this.accessibleMenu.TabIndex = 11;
            this.accessibleMenu.Text = "menuStrip1";
            // 
            // actionsToolStripMenuItem
            // 
            this.actionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.startToolStripMenuItem,
            this.stopToolStripMenuItem,
            this.restartToolStripMenuItem,
            this.toolStripSeparator3,
            this.saveToolStripMenuItem,
            this.cancelToolStripMenuItem});
            this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem";
            this.actionsToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.actionsToolStripMenuItem.Text = "&Actions";
            // 
            // startToolStripMenuItem
            // 
            this.startToolStripMenuItem.Name = "startToolStripMenuItem";
            this.startToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
            this.startToolStripMenuItem.Text = "&Start";
            this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click);
            // 
            // stopToolStripMenuItem
            // 
            this.stopToolStripMenuItem.Name = "stopToolStripMenuItem";
            this.stopToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
            this.stopToolStripMenuItem.Text = "S&top";
            this.stopToolStripMenuItem.Click += new System.EventHandler(this.stopToolStripMenuItem_Click);
            // 
            // restartToolStripMenuItem
            // 
            this.restartToolStripMenuItem.Name = "restartToolStripMenuItem";
            this.restartToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
            this.restartToolStripMenuItem.Text = "&Restart";
            this.restartToolStripMenuItem.Click += new System.EventHandler(this.restartToolStripMenuItem_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(107, 6);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
            this.saveToolStripMenuItem.Text = "S&ave";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
            // 
            // cancelToolStripMenuItem
            // 
            this.cancelToolStripMenuItem.Name = "cancelToolStripMenuItem";
            this.cancelToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
            this.cancelToolStripMenuItem.Text = "&Cancel";
            this.cancelToolStripMenuItem.Click += new System.EventHandler(this.cancelToolStripMenuItem_Click);
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.settingsToolStripMenuItem1,
            this.coinsToolStripMenuItem1,
            this.strategiesToolStripMenuItem1,
            this.perksToolStripMenuItem});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
            this.toolsToolStripMenuItem.Text = "&Tools";
            // 
            // settingsToolStripMenuItem1
            // 
            this.settingsToolStripMenuItem1.Name = "settingsToolStripMenuItem1";
            this.settingsToolStripMenuItem1.Size = new System.Drawing.Size(125, 22);
            this.settingsToolStripMenuItem1.Text = "&Settings";
            this.settingsToolStripMenuItem1.Click += new System.EventHandler(this.settingsToolStripMenuItem1_Click);
            // 
            // coinsToolStripMenuItem1
            // 
            this.coinsToolStripMenuItem1.Name = "coinsToolStripMenuItem1";
            this.coinsToolStripMenuItem1.Size = new System.Drawing.Size(125, 22);
            this.coinsToolStripMenuItem1.Text = "&Coins";
            this.coinsToolStripMenuItem1.Click += new System.EventHandler(this.coinsToolStripMenuItem1_Click);
            // 
            // strategiesToolStripMenuItem1
            // 
            this.strategiesToolStripMenuItem1.Name = "strategiesToolStripMenuItem1";
            this.strategiesToolStripMenuItem1.Size = new System.Drawing.Size(125, 22);
            this.strategiesToolStripMenuItem1.Text = "S&trategies";
            this.strategiesToolStripMenuItem1.Click += new System.EventHandler(this.strategiesToolStripMenuItem1_Click);
            // 
            // perksToolStripMenuItem
            // 
            this.perksToolStripMenuItem.Name = "perksToolStripMenuItem";
            this.perksToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
            this.perksToolStripMenuItem.Text = "&Perks";
            this.perksToolStripMenuItem.Click += new System.EventHandler(this.perksToolStripMenuItem_Click_1);
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.largeIconsToolStripMenuItem1,
            this.smallIconsToolStripMenuItem1,
            this.listToolStripMenuItem1,
            this.detailsToolStripMenuItem1,
            this.tilesToolStripMenuItem1});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.viewToolStripMenuItem.Text = "&View";
            // 
            // largeIconsToolStripMenuItem1
            // 
            this.largeIconsToolStripMenuItem1.Name = "largeIconsToolStripMenuItem1";
            this.largeIconsToolStripMenuItem1.Size = new System.Drawing.Size(134, 22);
            this.largeIconsToolStripMenuItem1.Text = "&Large Icons";
            this.largeIconsToolStripMenuItem1.Click += new System.EventHandler(this.largeIconsToolStripMenuItem1_Click);
            // 
            // smallIconsToolStripMenuItem1
            // 
            this.smallIconsToolStripMenuItem1.Name = "smallIconsToolStripMenuItem1";
            this.smallIconsToolStripMenuItem1.Size = new System.Drawing.Size(134, 22);
            this.smallIconsToolStripMenuItem1.Text = "&Small Icons";
            this.smallIconsToolStripMenuItem1.Click += new System.EventHandler(this.smallIconsToolStripMenuItem1_Click);
            // 
            // listToolStripMenuItem1
            // 
            this.listToolStripMenuItem1.Name = "listToolStripMenuItem1";
            this.listToolStripMenuItem1.Size = new System.Drawing.Size(134, 22);
            this.listToolStripMenuItem1.Text = "L&ist";
            this.listToolStripMenuItem1.Click += new System.EventHandler(this.listToolStripMenuItem1_Click);
            // 
            // detailsToolStripMenuItem1
            // 
            this.detailsToolStripMenuItem1.Name = "detailsToolStripMenuItem1";
            this.detailsToolStripMenuItem1.Size = new System.Drawing.Size(134, 22);
            this.detailsToolStripMenuItem1.Text = "&Details";
            this.detailsToolStripMenuItem1.Click += new System.EventHandler(this.detailsToolStripMenuItem1_Click);
            // 
            // tilesToolStripMenuItem1
            // 
            this.tilesToolStripMenuItem1.Name = "tilesToolStripMenuItem1";
            this.tilesToolStripMenuItem1.Size = new System.Drawing.Size(134, 22);
            this.tilesToolStripMenuItem1.Text = "&Tiles";
            this.tilesToolStripMenuItem1.Click += new System.EventHandler(this.tilesToolStripMenuItem1_Click);
            // 
            // advancedToolStripMenuItem
            // 
            this.advancedToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.scanHardwareToolStripMenuItem,
            this.quickSwitchToolStripMenuItem,
            this.historyMenuSeperator,
            this.historyToolStripMenuItem1,
            this.processLogToolStripMenuItem1,
            this.aPIMonitorToolStripMenuItem1,
            this.dynamicIntensityMenuSeperator,
            this.dynamicIntensityToolStripMenuItem});
            this.advancedToolStripMenuItem.Name = "advancedToolStripMenuItem";
            this.advancedToolStripMenuItem.Size = new System.Drawing.Size(72, 20);
            this.advancedToolStripMenuItem.Text = "A&dvanced";
            this.advancedToolStripMenuItem.DropDownOpening += new System.EventHandler(this.advancedToolStripMenuItem_DropDownOpening);
            // 
            // scanHardwareToolStripMenuItem
            // 
            this.scanHardwareToolStripMenuItem.Name = "scanHardwareToolStripMenuItem";
            this.scanHardwareToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.scanHardwareToolStripMenuItem.Text = "&Scan Hardware";
            this.scanHardwareToolStripMenuItem.Click += new System.EventHandler(this.scanHardwareToolStripMenuItem_Click);
            // 
            // quickSwitchToolStripMenuItem
            // 
            this.quickSwitchToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.dummyToolStripMenuItem3});
            this.quickSwitchToolStripMenuItem.Name = "quickSwitchToolStripMenuItem";
            this.quickSwitchToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.quickSwitchToolStripMenuItem.Text = "&Quick Switch";
            this.quickSwitchToolStripMenuItem.DropDownOpening += new System.EventHandler(this.quickSwitchToolStripMenuItem_DropDownOpening);
            // 
            // dummyToolStripMenuItem3
            // 
            this.dummyToolStripMenuItem3.Name = "dummyToolStripMenuItem3";
            this.dummyToolStripMenuItem3.Size = new System.Drawing.Size(117, 22);
            this.dummyToolStripMenuItem3.Text = "Dummy";
            // 
            // historyMenuSeperator
            // 
            this.historyMenuSeperator.Name = "historyMenuSeperator";
            this.historyMenuSeperator.Size = new System.Drawing.Size(166, 6);
            // 
            // historyToolStripMenuItem1
            // 
            this.historyToolStripMenuItem1.Name = "historyToolStripMenuItem1";
            this.historyToolStripMenuItem1.Size = new System.Drawing.Size(169, 22);
            this.historyToolStripMenuItem1.Text = "&History";
            this.historyToolStripMenuItem1.Click += new System.EventHandler(this.historyToolStripMenuItem1_Click);
            // 
            // processLogToolStripMenuItem1
            // 
            this.processLogToolStripMenuItem1.Name = "processLogToolStripMenuItem1";
            this.processLogToolStripMenuItem1.Size = new System.Drawing.Size(169, 22);
            this.processLogToolStripMenuItem1.Text = "&Process Log";
            this.processLogToolStripMenuItem1.Click += new System.EventHandler(this.processLogToolStripMenuItem1_Click);
            // 
            // aPIMonitorToolStripMenuItem1
            // 
            this.aPIMonitorToolStripMenuItem1.Name = "aPIMonitorToolStripMenuItem1";
            this.aPIMonitorToolStripMenuItem1.Size = new System.Drawing.Size(169, 22);
            this.aPIMonitorToolStripMenuItem1.Text = "&API Monitor";
            this.aPIMonitorToolStripMenuItem1.Click += new System.EventHandler(this.aPIMonitorToolStripMenuItem1_Click);
            // 
            // dynamicIntensityMenuSeperator
            // 
            this.dynamicIntensityMenuSeperator.Name = "dynamicIntensityMenuSeperator";
            this.dynamicIntensityMenuSeperator.Size = new System.Drawing.Size(166, 6);
            // 
            // dynamicIntensityToolStripMenuItem
            // 
            this.dynamicIntensityToolStripMenuItem.CheckOnClick = true;
            this.dynamicIntensityToolStripMenuItem.Name = "dynamicIntensityToolStripMenuItem";
            this.dynamicIntensityToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.dynamicIntensityToolStripMenuItem.Text = "&Dynamic Intensity";
            this.dynamicIntensityToolStripMenuItem.Click += new System.EventHandler(this.dynamicIntensityToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.helpToolStripMenuItem.Text = "&Help";
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
            this.aboutToolStripMenuItem.Text = "&About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // networkDeviceContextMenu
            // 
            this.networkDeviceContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.networkDevicePoolMenu,
            this.restartMiningToolStripMenuItem});
            this.networkDeviceContextMenu.Name = "remoteDeviceContextMenu";
            this.networkDeviceContextMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.networkDeviceContextMenu.Size = new System.Drawing.Size(152, 48);
            // 
            // networkDevicePoolMenu
            // 
            this.networkDevicePoolMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aToolStripMenuItem,
            this.bToolStripMenuItem});
            this.networkDevicePoolMenu.Name = "networkDevicePoolMenu";
            this.networkDevicePoolMenu.Size = new System.Drawing.Size(151, 22);
            this.networkDevicePoolMenu.Text = "Switch Pool";
            // 
            // aToolStripMenuItem
            // 
            this.aToolStripMenuItem.Name = "aToolStripMenuItem";
            this.aToolStripMenuItem.Size = new System.Drawing.Size(82, 22);
            this.aToolStripMenuItem.Text = "A";
            // 
            // bToolStripMenuItem
            // 
            this.bToolStripMenuItem.Name = "bToolStripMenuItem";
            this.bToolStripMenuItem.Size = new System.Drawing.Size(82, 22);
            this.bToolStripMenuItem.Text = "B";
            // 
            // restartMiningToolStripMenuItem
            // 
            this.restartMiningToolStripMenuItem.Name = "restartMiningToolStripMenuItem";
            this.restartMiningToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.restartMiningToolStripMenuItem.Text = "Restart Mining";
            this.restartMiningToolStripMenuItem.Click += new System.EventHandler(this.restartMiningToolStripMenuItem_Click);
            // 
            // MinerForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1293, 481);
            this.Controls.Add(this.startupMiningPanel);
            this.Controls.Add(this.advancedAreaContainer);
            this.Controls.Add(this.footerPanel);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.standardToolBar);
            this.Controls.Add(this.accessibleMenu);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.accessibleMenu;
            this.Name = "MinerForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
            this.Text = "MultiMiner";
            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.ResizeEnd += new System.EventHandler(this.MainForm_ResizeEnd);
            this.Resize += new System.EventHandler(this.MainForm_Resize);
            this.notifyIconMenuStrip.ResumeLayout(false);
            this.deviceListContextMenu.ResumeLayout(false);
            this.columnHeaderMenu.ResumeLayout(false);
            this.startupMiningPanel.ResumeLayout(false);
            this.startupMiningPanel.PerformLayout();
            this.advancedAreaContainer.Panel1.ResumeLayout(false);
            this.advancedAreaContainer.Panel2.ResumeLayout(false);
            this.advancedAreaContainer.ResumeLayout(false);
            this.instancesContainer.Panel2.ResumeLayout(false);
            this.instancesContainer.ResumeLayout(false);
            this.detailsAreaContainer.Panel1.ResumeLayout(false);
            this.detailsAreaContainer.Panel2.ResumeLayout(false);
            this.detailsAreaContainer.ResumeLayout(false);
            this.advancedTabControl.ResumeLayout(false);
            this.historyPage.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.historyGridView)).EndInit();
            this.openLogMenu.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.logProcessCloseArgsBindingSource)).EndInit();
            this.processLogPage.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.processLogGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.logLaunchArgsBindingSource)).EndInit();
            this.apiMonitorPage.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.apiLogGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.apiLogEntryBindingSource)).EndInit();
            this.panel2.ResumeLayout(false);
            this.processLogMenu.ResumeLayout(false);
            this.footerPanel.ResumeLayout(false);
            this.footerPanel.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.standardToolBar.ResumeLayout(false);
            this.standardToolBar.PerformLayout();
            this.accessibleMenu.ResumeLayout(false);
            this.accessibleMenu.PerformLayout();
            this.networkDeviceContextMenu.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #48
0
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
 ///
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Group1", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Group2", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup5 = new System.Windows.Forms.ListViewGroup("Group1", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup6 = new System.Windows.Forms.ListViewGroup("Group2", System.Windows.Forms.HorizontalAlignment.Left);
     this.gpSubject      = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.plSubject      = new System.Windows.Forms.Panel();
     this.LoadingSubject = new System.Windows.Forms.PictureBox();
     this.lvSubject      = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.lnConfig       = new System.Windows.Forms.LinkLabel();
     this.btnPrint       = new DevComponents.DotNetBar.ButtonX();
     this.btnClose       = new DevComponents.DotNetBar.ButtonX();
     this.groupPanel1    = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.panel1         = new System.Windows.Forms.Panel();
     this.LoadingDomain  = new System.Windows.Forms.PictureBox();
     this.lvDomain       = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.cboSchoolYear  = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX5        = new DevComponents.DotNetBar.LabelX();
     this.cboSemester    = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX6        = new DevComponents.DotNetBar.LabelX();
     this.labelX8        = new DevComponents.DotNetBar.LabelX();
     this.cbExam         = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.checkBoxX1     = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.gpSubject.SuspendLayout();
     this.plSubject.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LoadingSubject)).BeginInit();
     this.groupPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LoadingDomain)).BeginInit();
     this.SuspendLayout();
     //
     // gpSubject
     //
     this.gpSubject.BackColor        = System.Drawing.Color.Transparent;
     this.gpSubject.CanvasColor      = System.Drawing.SystemColors.Control;
     this.gpSubject.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.gpSubject.Controls.Add(this.plSubject);
     this.gpSubject.Location = new System.Drawing.Point(11, 77);
     this.gpSubject.Name     = "gpSubject";
     this.gpSubject.Size     = new System.Drawing.Size(266, 252);
     //
     //
     //
     this.gpSubject.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.gpSubject.Style.BackColorGradientAngle = 90;
     this.gpSubject.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.gpSubject.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.gpSubject.Style.BorderBottomWidth      = 1;
     this.gpSubject.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.gpSubject.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.gpSubject.Style.BorderLeftWidth        = 1;
     this.gpSubject.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.gpSubject.Style.BorderRightWidth       = 1;
     this.gpSubject.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.gpSubject.Style.BorderTopWidth      = 1;
     this.gpSubject.Style.Class               = "";
     this.gpSubject.Style.CornerDiameter      = 4;
     this.gpSubject.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.gpSubject.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.gpSubject.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.gpSubject.StyleMouseDown.Class      = "";
     this.gpSubject.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.gpSubject.StyleMouseOver.Class      = "";
     this.gpSubject.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.gpSubject.TabIndex = 6;
     this.gpSubject.Text     = "科目";
     //
     // plSubject
     //
     this.plSubject.Controls.Add(this.LoadingSubject);
     this.plSubject.Controls.Add(this.lvSubject);
     this.plSubject.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.plSubject.Location = new System.Drawing.Point(0, 0);
     this.plSubject.Name     = "plSubject";
     this.plSubject.Padding  = new System.Windows.Forms.Padding(3);
     this.plSubject.Size     = new System.Drawing.Size(260, 225);
     this.plSubject.TabIndex = 0;
     //
     // LoadingSubject
     //
     this.LoadingSubject.BackColor = System.Drawing.Color.White;
     this.LoadingSubject.Image     = global::KaoHsiung.ClassExamScoreReportV2.Prc.loading;
     this.LoadingSubject.Location  = new System.Drawing.Point(114, 96);
     this.LoadingSubject.Name      = "LoadingSubject";
     this.LoadingSubject.Size      = new System.Drawing.Size(32, 32);
     this.LoadingSubject.TabIndex  = 1;
     this.LoadingSubject.TabStop   = false;
     //
     // lvSubject
     //
     this.lvSubject.AutoArrange = false;
     //
     //
     //
     this.lvSubject.Border.Class      = "ListViewBorder";
     this.lvSubject.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lvSubject.CheckBoxes        = true;
     this.lvSubject.Dock   = System.Windows.Forms.DockStyle.Fill;
     listViewGroup3.Header = "Group1";
     listViewGroup3.Name   = "listViewGroup1";
     listViewGroup4.Header = "Group2";
     listViewGroup4.Name   = "listViewGroup2";
     this.lvSubject.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup3,
         listViewGroup4
     });
     this.lvSubject.HideSelection = false;
     this.lvSubject.Location      = new System.Drawing.Point(3, 3);
     this.lvSubject.Name          = "lvSubject";
     this.lvSubject.Size          = new System.Drawing.Size(254, 219);
     this.lvSubject.TabIndex      = 0;
     this.lvSubject.Tag           = "";
     this.lvSubject.UseCompatibleStateImageBehavior = false;
     this.lvSubject.View = System.Windows.Forms.View.List;
     //
     // lnConfig
     //
     this.lnConfig.AutoSize     = true;
     this.lnConfig.BackColor    = System.Drawing.Color.Transparent;
     this.lnConfig.Location     = new System.Drawing.Point(6, 337);
     this.lnConfig.Name         = "lnConfig";
     this.lnConfig.Size         = new System.Drawing.Size(125, 17);
     this.lnConfig.TabIndex     = 8;
     this.lnConfig.TabStop      = true;
     this.lnConfig.Tag          = "StatusVarying";
     this.lnConfig.Text         = "列印項目及排名設定";
     this.lnConfig.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnConfig_LinkClicked);
     //
     // btnPrint
     //
     this.btnPrint.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnPrint.BackColor      = System.Drawing.Color.Transparent;
     this.btnPrint.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnPrint.Enabled        = false;
     this.btnPrint.Location       = new System.Drawing.Point(299, 335);
     this.btnPrint.Name           = "btnPrint";
     this.btnPrint.Size           = new System.Drawing.Size(75, 23);
     this.btnPrint.TabIndex       = 9;
     this.btnPrint.Tag            = "StatusVarying";
     this.btnPrint.Text           = "列印";
     this.btnPrint.Click         += new System.EventHandler(this.btnPrint_Click);
     //
     // btnClose
     //
     this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnClose.BackColor      = System.Drawing.Color.Transparent;
     this.btnClose.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnClose.Location       = new System.Drawing.Point(380, 335);
     this.btnClose.Name           = "btnClose";
     this.btnClose.Size           = new System.Drawing.Size(65, 23);
     this.btnClose.TabIndex       = 10;
     this.btnClose.Text           = "關閉";
     this.btnClose.Click         += new System.EventHandler(this.btnClose_Click);
     //
     // groupPanel1
     //
     this.groupPanel1.BackColor        = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.panel1);
     this.groupPanel1.Location = new System.Drawing.Point(285, 77);
     this.groupPanel1.Name     = "groupPanel1";
     this.groupPanel1.Size     = new System.Drawing.Size(160, 252);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth      = 1;
     this.groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth        = 1;
     this.groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth       = 1;
     this.groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth      = 1;
     this.groupPanel1.Style.Class               = "";
     this.groupPanel1.Style.CornerDiameter      = 4;
     this.groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class      = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class      = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 7;
     this.groupPanel1.Text     = "領域";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.LoadingDomain);
     this.panel1.Controls.Add(this.lvDomain);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(3);
     this.panel1.Size     = new System.Drawing.Size(154, 225);
     this.panel1.TabIndex = 0;
     //
     // LoadingDomain
     //
     this.LoadingDomain.BackColor = System.Drawing.Color.White;
     this.LoadingDomain.Image     = global::KaoHsiung.ClassExamScoreReportV2.Prc.loading;
     this.LoadingDomain.Location  = new System.Drawing.Point(61, 96);
     this.LoadingDomain.Name      = "LoadingDomain";
     this.LoadingDomain.Size      = new System.Drawing.Size(32, 32);
     this.LoadingDomain.TabIndex  = 1;
     this.LoadingDomain.TabStop   = false;
     //
     // lvDomain
     //
     this.lvDomain.AutoArrange = false;
     //
     //
     //
     this.lvDomain.Border.Class      = "ListViewBorder";
     this.lvDomain.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lvDomain.CheckBoxes        = true;
     this.lvDomain.Dock    = System.Windows.Forms.DockStyle.Fill;
     listViewGroup5.Header = "Group1";
     listViewGroup5.Name   = "listViewGroup1";
     listViewGroup6.Header = "Group2";
     listViewGroup6.Name   = "listViewGroup2";
     this.lvDomain.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup5,
         listViewGroup6
     });
     this.lvDomain.HideSelection = false;
     this.lvDomain.Location      = new System.Drawing.Point(3, 3);
     this.lvDomain.Name          = "lvDomain";
     this.lvDomain.Size          = new System.Drawing.Size(148, 219);
     this.lvDomain.TabIndex      = 0;
     this.lvDomain.Tag           = "";
     this.lvDomain.UseCompatibleStateImageBehavior = false;
     this.lvDomain.View = System.Windows.Forms.View.List;
     //
     // cboSchoolYear
     //
     this.cboSchoolYear.DisplayMember     = "Text";
     this.cboSchoolYear.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboSchoolYear.FormattingEnabled = true;
     this.cboSchoolYear.ItemHeight        = 19;
     this.cboSchoolYear.Location          = new System.Drawing.Point(72, 10);
     this.cboSchoolYear.Name     = "cboSchoolYear";
     this.cboSchoolYear.Size     = new System.Drawing.Size(98, 25);
     this.cboSchoolYear.TabIndex = 1;
     this.cboSchoolYear.Tag      = "StatusVarying";
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class      = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.ForeColor = System.Drawing.SystemColors.ControlText;
     this.labelX5.Location  = new System.Drawing.Point(176, 11);
     this.labelX5.Name      = "labelX5";
     this.labelX5.Size      = new System.Drawing.Size(34, 23);
     this.labelX5.TabIndex  = 2;
     this.labelX5.Text      = "學期";
     //
     // cboSemester
     //
     this.cboSemester.DisplayMember     = "Text";
     this.cboSemester.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboSemester.FormattingEnabled = true;
     this.cboSemester.ItemHeight        = 19;
     this.cboSemester.Location          = new System.Drawing.Point(212, 10);
     this.cboSemester.Name     = "cboSemester";
     this.cboSemester.Size     = new System.Drawing.Size(103, 25);
     this.cboSemester.TabIndex = 3;
     this.cboSemester.Tag      = "StatusVarying";
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class      = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.labelX6.Location  = new System.Drawing.Point(12, 11);
     this.labelX6.Name      = "labelX6";
     this.labelX6.Size      = new System.Drawing.Size(47, 23);
     this.labelX6.TabIndex  = 0;
     this.labelX6.Text      = "學年度";
     //
     // labelX8
     //
     this.labelX8.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX8.BackgroundStyle.Class      = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location      = new System.Drawing.Point(12, 43);
     this.labelX8.Name          = "labelX8";
     this.labelX8.Size          = new System.Drawing.Size(58, 23);
     this.labelX8.TabIndex      = 4;
     this.labelX8.Text          = "選擇試別";
     this.labelX8.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // cbExam
     //
     this.cbExam.DisplayMember     = "Text";
     this.cbExam.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbExam.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbExam.FormattingEnabled = true;
     this.cbExam.ItemHeight        = 19;
     this.cbExam.Location          = new System.Drawing.Point(72, 42);
     this.cbExam.Name     = "cbExam";
     this.cbExam.Size     = new System.Drawing.Size(243, 25);
     this.cbExam.TabIndex = 5;
     this.cbExam.Tag      = "StatusVarying";
     //
     // checkBoxX1
     //
     this.checkBoxX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.checkBoxX1.BackgroundStyle.Class      = "";
     this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX1.Location = new System.Drawing.Point(147, 335);
     this.checkBoxX1.Name     = "checkBoxX1";
     this.checkBoxX1.Size     = new System.Drawing.Size(146, 23);
     this.checkBoxX1.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX1.TabIndex = 12;
     this.checkBoxX1.Text     = "彈性領域不列入計算";
     //
     // MainForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(456, 367);
     this.Controls.Add(this.checkBoxX1);
     this.Controls.Add(this.cboSchoolYear);
     this.Controls.Add(this.labelX5);
     this.Controls.Add(this.cboSemester);
     this.Controls.Add(this.labelX6);
     this.Controls.Add(this.labelX8);
     this.Controls.Add(this.cbExam);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.lnConfig);
     this.Controls.Add(this.gpSubject);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name           = "MainForm";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "班級評量成績單";
     this.Load          += new System.EventHandler(this.MainForm_Load);
     this.gpSubject.ResumeLayout(false);
     this.plSubject.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.LoadingSubject)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.LoadingDomain)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("test", System.Windows.Forms.HorizontalAlignment.Left);
			System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("testing");
			this._toolListView = new System.Windows.Forms.ListView();
			this._panelForControls = new System.Windows.Forms.Panel();
			this.panel1 = new System.Windows.Forms.Panel();
			this._editLink = new System.Windows.Forms.LinkLabel();
			this._invitationToMetadataPanel = new System.Windows.Forms.Panel();
			this._copyExemplarMetadata = new Palaso.UI.WindowsForms.Widgets.BetterLinkLabel();
			this.betterLabel1 = new Palaso.UI.WindowsForms.Widgets.BetterLabel();
			this._editMetadataLink = new System.Windows.Forms.LinkLabel();
			this._metadataDisplayControl = new Palaso.UI.WindowsForms.ClearShare.WinFormsUI.MetadataDisplayControl();
			this._currentImageBox = new System.Windows.Forms.PictureBox();
			this._toolTip = new System.Windows.Forms.ToolTip(this.components);
			this._l10nSharpExtender = new L10NSharp.UI.L10NSharpExtender(this.components);
			this.panel1.SuspendLayout();
			this._invitationToMetadataPanel.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this._currentImageBox)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this._l10nSharpExtender)).BeginInit();
			this.SuspendLayout();
			//
			// _toolListView
			//
			this._toolListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
			| System.Windows.Forms.AnchorStyles.Left)));
			this._toolListView.BackColor = System.Drawing.SystemColors.Control;
			this._toolListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
			listViewGroup1.Header = "test";
			listViewGroup1.Name = "listViewGroup1";
			this._toolListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
			listViewGroup1});
			this._toolListView.HideSelection = false;
			this._toolListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
			listViewItem1});
			this._toolListView.Location = new System.Drawing.Point(0, 0);
			this._toolListView.Name = "_toolListView";
			this._toolListView.ShowGroups = false;
			this._toolListView.Size = new System.Drawing.Size(112, 495);
			this._toolListView.TabIndex = 0;
			this._toolListView.UseCompatibleStateImageBehavior = false;
			this._toolListView.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
			//
			// _panelForControls
			//
			this._panelForControls.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._panelForControls.BackColor = System.Drawing.SystemColors.Control;
			this._panelForControls.Location = new System.Drawing.Point(118, 0);
			this._panelForControls.Name = "_panelForControls";
			this._panelForControls.Size = new System.Drawing.Size(424, 495);
			this._panelForControls.TabIndex = 3;
			//
			// panel1
			//
			this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
			| System.Windows.Forms.AnchorStyles.Right)));
			this.panel1.Controls.Add(this._editLink);
			this.panel1.Controls.Add(this._invitationToMetadataPanel);
			this.panel1.Controls.Add(this._metadataDisplayControl);
			this.panel1.Controls.Add(this._currentImageBox);
			this.panel1.Location = new System.Drawing.Point(548, 2);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(267, 496);
			this.panel1.TabIndex = 5;
			//
			// _editLink
			//
			this._editLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this._editLink.AutoSize = true;
			this._editLink.LinkColor = System.Drawing.Color.Black;
			this._l10nSharpExtender.SetLocalizableToolTip(this._editLink, null);
			this._l10nSharpExtender.SetLocalizationComment(this._editLink, null);
			this._l10nSharpExtender.SetLocalizingId(this._editLink, "ImageToolbox.EditMetadataLink");
			this._editLink.Location = new System.Drawing.Point(12, 473);
			this._editLink.Name = "_editLink";
			this._editLink.Size = new System.Drawing.Size(34, 13);
			this._editLink.TabIndex = 9;
			this._editLink.TabStop = true;
			this._editLink.Text = "Edit...";
			this._editLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnEditMetadataLink_LinkClicked);
			//
			// _invitationToMetadataPanel
			//
			this._invitationToMetadataPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this._invitationToMetadataPanel.Controls.Add(this._copyExemplarMetadata);
			this._invitationToMetadataPanel.Controls.Add(this.betterLabel1);
			this._invitationToMetadataPanel.Controls.Add(this._editMetadataLink);
			this._invitationToMetadataPanel.Location = new System.Drawing.Point(9, 271);
			this._invitationToMetadataPanel.Name = "_invitationToMetadataPanel";
			this._invitationToMetadataPanel.Size = new System.Drawing.Size(251, 195);
			this._invitationToMetadataPanel.TabIndex = 8;
			//
			// _copyExemplarMetadata
			//
			this._copyExemplarMetadata.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
			| System.Windows.Forms.AnchorStyles.Right)));
			this._copyExemplarMetadata.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this._copyExemplarMetadata.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Underline);
			this._copyExemplarMetadata.ForeColor = System.Drawing.Color.Blue;
			this._l10nSharpExtender.SetLocalizableToolTip(this._copyExemplarMetadata, null);
			this._l10nSharpExtender.SetLocalizationComment(this._copyExemplarMetadata, null);
			this._l10nSharpExtender.SetLocalizationPriority(this._copyExemplarMetadata, L10NSharp.LocalizationPriority.NotLocalizable);
			this._l10nSharpExtender.SetLocalizingId(this._copyExemplarMetadata, "ImageToolbox.CopyExemplar");
			this._copyExemplarMetadata.Location = new System.Drawing.Point(5, 104);
			this._copyExemplarMetadata.Multiline = true;
			this._copyExemplarMetadata.Name = "_copyExemplarMetadata";
			this._copyExemplarMetadata.ReadOnly = true;
			this._copyExemplarMetadata.Size = new System.Drawing.Size(237, 17);
			this._copyExemplarMetadata.TabIndex = 11;
			this._copyExemplarMetadata.TabStop = false;
			this._copyExemplarMetadata.Text = "Copy Exemplar that is really long";
			this._copyExemplarMetadata.URL = null;
			this._copyExemplarMetadata.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OnCopyExemplar_MouseClick);
			//
			// betterLabel1
			//
			this.betterLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
			| System.Windows.Forms.AnchorStyles.Right)));
			this.betterLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.betterLabel1.Enabled = false;
			this.betterLabel1.Font = new System.Drawing.Font("Segoe UI", 9F);
			this._l10nSharpExtender.SetLocalizableToolTip(this.betterLabel1, null);
			this._l10nSharpExtender.SetLocalizationComment(this.betterLabel1, null);
			this._l10nSharpExtender.SetLocalizingId(this.betterLabel1, "ImageToolbox.PromptForMissingMetadata");
			this.betterLabel1.Location = new System.Drawing.Point(0, 6);
			this.betterLabel1.Multiline = true;
			this.betterLabel1.Name = "betterLabel1";
			this.betterLabel1.ReadOnly = true;
			this.betterLabel1.Size = new System.Drawing.Size(245, 65);
			this.betterLabel1.TabIndex = 9;
			this.betterLabel1.TabStop = false;
			this.betterLabel1.Text = "This image does not know:\r\n\r\nWho created it?\r\nWho can use it?";
			//
			// _editMetadataLink
			//
			this._editMetadataLink.AutoSize = true;
			this._editMetadataLink.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this._l10nSharpExtender.SetLocalizableToolTip(this._editMetadataLink, null);
			this._l10nSharpExtender.SetLocalizationComment(this._editMetadataLink, null);
			this._l10nSharpExtender.SetLocalizingId(this._editMetadataLink, "ImageToolbox.SetUpMetadataLink");
			this._editMetadataLink.Location = new System.Drawing.Point(4, 82);
			this._editMetadataLink.Name = "_editMetadataLink";
			this._editMetadataLink.Size = new System.Drawing.Size(119, 19);
			this._editMetadataLink.TabIndex = 8;
			this._editMetadataLink.TabStop = true;
			this._editMetadataLink.Text = "Set up metadata...";
			this._editMetadataLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnEditMetadataLink_LinkClicked);
			//
			// _metadataDisplayControl
			//
			this._metadataDisplayControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
			| System.Windows.Forms.AnchorStyles.Right)));
			this._l10nSharpExtender.SetLocalizableToolTip(this._metadataDisplayControl, null);
			this._l10nSharpExtender.SetLocalizationComment(this._metadataDisplayControl, null);
			this._l10nSharpExtender.SetLocalizingId(this._metadataDisplayControl, "ImageToolboxControl.MetadataDisplayControl");
			this._metadataDisplayControl.Location = new System.Drawing.Point(7, 298);
			this._metadataDisplayControl.Name = "_metadataDisplayControl";
			this._metadataDisplayControl.Size = new System.Drawing.Size(253, 172);
			this._metadataDisplayControl.TabIndex = 6;
			//
			// _currentImageBox
			//
			this._currentImageBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
			| System.Windows.Forms.AnchorStyles.Right)));
			this._currentImageBox.BackColor = System.Drawing.SystemColors.Control;
			this._l10nSharpExtender.SetLocalizableToolTip(this._currentImageBox, null);
			this._l10nSharpExtender.SetLocalizationComment(this._currentImageBox, null);
			this._l10nSharpExtender.SetLocalizingId(this._currentImageBox, "ImageToolboxControl._currentImageBox");
			this._currentImageBox.Location = new System.Drawing.Point(7, 0);
			this._currentImageBox.MinimumSize = new System.Drawing.Size(251, 245);
			this._currentImageBox.Name = "_currentImageBox";
			this._currentImageBox.Size = new System.Drawing.Size(253, 245);
			this._currentImageBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
			this._currentImageBox.TabIndex = 5;
			this._currentImageBox.TabStop = false;
			//
			// _l10nSharpExtender
			//
			this._l10nSharpExtender.LocalizationManagerId = "Palaso";
			this._l10nSharpExtender.PrefixForNewItems = "ImageToolbox";
			//
			// ImageToolboxControl
			//
			this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.Controls.Add(this.panel1);
			this.Controls.Add(this._panelForControls);
			this.Controls.Add(this._toolListView);
			this._l10nSharpExtender.SetLocalizableToolTip(this, null);
			this._l10nSharpExtender.SetLocalizationComment(this, null);
			this._l10nSharpExtender.SetLocalizingId(this, "ImageToolboxControl.ImageToolboxControl");
			this.Name = "ImageToolboxControl";
			this.Size = new System.Drawing.Size(814, 498);
			this.Load += new System.EventHandler(this.OnLoad);
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			this._invitationToMetadataPanel.ResumeLayout(false);
			this._invitationToMetadataPanel.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this._currentImageBox)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this._l10nSharpExtender)).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.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Applications", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("Plugin Management", System.Windows.Forms.HorizontalAlignment.Left);
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(StarterForm));
     this.startButton             = new System.Windows.Forms.Button();
     this.largeImageList          = new System.Windows.Forms.ImageList(this.components);
     this.applicationsListView    = new System.Windows.Forms.ListView();
     this.nameColumnHeader        = new System.Windows.Forms.ColumnHeader();
     this.versionColumnHeader     = new System.Windows.Forms.ColumnHeader();
     this.descriptionColumnHeader = new System.Windows.Forms.ColumnHeader();
     this.smallImageList          = new System.Windows.Forms.ImageList(this.components);
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.showLargeIconsButton = new System.Windows.Forms.RadioButton();
     this.showDetailsButton    = new System.Windows.Forms.RadioButton();
     this.aboutButton          = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // startButton
     //
     this.startButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.startButton.Enabled  = false;
     this.startButton.Location = new System.Drawing.Point(498, 511);
     this.startButton.Name     = "startButton";
     this.startButton.Size     = new System.Drawing.Size(75, 23);
     this.startButton.TabIndex = 1;
     this.startButton.Text     = "&Start";
     this.toolTip.SetToolTip(this.startButton, "Start Selected Application");
     this.startButton.UseVisualStyleBackColor = true;
     this.startButton.Click += new System.EventHandler(this.applicationsListView_ItemActivate);
     //
     // largeImageList
     //
     this.largeImageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.largeImageList.ImageSize        = new System.Drawing.Size(32, 32);
     this.largeImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // applicationsListView
     //
     this.applicationsListView.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.applicationsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.nameColumnHeader,
         this.versionColumnHeader,
         this.descriptionColumnHeader
     });
     listViewGroup1.Header = "Applications";
     listViewGroup1.Name   = "Applications";
     listViewGroup2.Header = "Plugin Management";
     listViewGroup2.Name   = "Plugin Management";
     this.applicationsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.applicationsListView.LargeImageList   = this.largeImageList;
     this.applicationsListView.Location         = new System.Drawing.Point(12, 12);
     this.applicationsListView.MultiSelect      = false;
     this.applicationsListView.Name             = "applicationsListView";
     this.applicationsListView.ShowItemToolTips = true;
     this.applicationsListView.Size             = new System.Drawing.Size(642, 493);
     this.applicationsListView.SmallImageList   = this.smallImageList;
     this.applicationsListView.TabIndex         = 0;
     this.applicationsListView.UseCompatibleStateImageBehavior = false;
     this.applicationsListView.ItemActivate         += new System.EventHandler(this.applicationsListView_ItemActivate);
     this.applicationsListView.SelectedIndexChanged += new System.EventHandler(this.applicationsListView_SelectedIndexChanged);
     //
     // nameColumnHeader
     //
     this.nameColumnHeader.Text  = "Name";
     this.nameColumnHeader.Width = 125;
     //
     // versionColumnHeader
     //
     this.versionColumnHeader.Text = "Version";
     //
     // descriptionColumnHeader
     //
     this.descriptionColumnHeader.Text  = "Description";
     this.descriptionColumnHeader.Width = 453;
     //
     // smallImageList
     //
     this.smallImageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.smallImageList.ImageSize        = new System.Drawing.Size(16, 16);
     this.smallImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // showLargeIconsButton
     //
     this.showLargeIconsButton.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.showLargeIconsButton.Appearance = System.Windows.Forms.Appearance.Button;
     this.showLargeIconsButton.Checked    = true;
     this.showLargeIconsButton.Image      = global::HeuristicLab.PluginInfrastructure.Resources.ShowIcons;
     this.showLargeIconsButton.Location   = new System.Drawing.Point(12, 511);
     this.showLargeIconsButton.Name       = "showLargeIconsButton";
     this.showLargeIconsButton.Size       = new System.Drawing.Size(23, 23);
     this.showLargeIconsButton.TabIndex   = 2;
     this.showLargeIconsButton.TabStop    = true;
     this.toolTip.SetToolTip(this.showLargeIconsButton, "Show Large Icons");
     this.showLargeIconsButton.UseVisualStyleBackColor = false;
     this.showLargeIconsButton.Click += new System.EventHandler(this.largeIconsButton_Click);
     //
     // showDetailsButton
     //
     this.showDetailsButton.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.showDetailsButton.Appearance = System.Windows.Forms.Appearance.Button;
     this.showDetailsButton.Image      = global::HeuristicLab.PluginInfrastructure.Resources.ShowDetails;
     this.showDetailsButton.Location   = new System.Drawing.Point(41, 511);
     this.showDetailsButton.Name       = "showDetailsButton";
     this.showDetailsButton.Size       = new System.Drawing.Size(23, 23);
     this.showDetailsButton.TabIndex   = 3;
     this.toolTip.SetToolTip(this.showDetailsButton, "Show Details");
     this.showDetailsButton.UseVisualStyleBackColor = false;
     this.showDetailsButton.Click += new System.EventHandler(this.detailsButton_Click);
     //
     // aboutButton
     //
     this.aboutButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.aboutButton.Location = new System.Drawing.Point(579, 511);
     this.aboutButton.Name     = "aboutButton";
     this.aboutButton.Size     = new System.Drawing.Size(75, 23);
     this.aboutButton.TabIndex = 4;
     this.aboutButton.Text     = "&About...";
     this.aboutButton.UseVisualStyleBackColor = true;
     this.aboutButton.Click += new System.EventHandler(this.aboutButton_Click);
     //
     // StarterForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize          = new System.Drawing.Size(666, 546);
     this.Controls.Add(this.aboutButton);
     this.Controls.Add(this.showDetailsButton);
     this.Controls.Add(this.showLargeIconsButton);
     this.Controls.Add(this.applicationsListView);
     this.Controls.Add(this.startButton);
     this.Icon         = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
     this.Name         = "StarterForm";
     this.Text         = "HeuristicLab Starter";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.StarterForm_FormClosing);
     this.Load        += new System.EventHandler(this.StarterForm_Load);
     this.ResumeLayout(false);
 }
Example #51
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
                             "",
                             "",
                             "",
                             ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
                             "",
                             "",
                             "",
                             "",
                             ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
                             "",
                             "",
                             ""}, -1);
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("");
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("");
     System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Node6");
     System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Node7");
     System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Node4", new System.Windows.Forms.TreeNode[] {
                             treeNode1,
                             treeNode2});
     System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Node8");
     System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("Node9");
     System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Node5", new System.Windows.Forms.TreeNode[] {
                             treeNode4,
                             treeNode5});
     System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("Node1", new System.Windows.Forms.TreeNode[] {
                             treeNode3,
                             treeNode6});
     System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("Node10");
     System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Node11");
     System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Node2", new System.Windows.Forms.TreeNode[] {
                             treeNode8,
                             treeNode9});
     System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Node12");
     System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Node13");
     System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("Node3", new System.Windows.Forms.TreeNode[] {
                             treeNode11,
                             treeNode12});
     System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("Node0", new System.Windows.Forms.TreeNode[] {
                             treeNode7,
                             treeNode10,
                             treeNode13});
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinFormsFull));
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
     this.checkedListBox2 = new System.Windows.Forms.CheckedListBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.domainUpDown1 = new System.Windows.Forms.DomainUpDown();
     this.domainUpDown2 = new System.Windows.Forms.DomainUpDown();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.radioButton4 = new System.Windows.Forms.RadioButton();
     this.radioButton3 = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.radioButton6 = new System.Windows.Forms.RadioButton();
     this.radioButton5 = new System.Windows.Forms.RadioButton();
     this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
     this.hScrollBar2 = new System.Windows.Forms.HScrollBar();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.listBox2 = new System.Windows.Forms.ListBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.listView2 = new System.Windows.Forms.ListView();
     this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
     this.panel1 = new System.Windows.Forms.Panel();
     this.progressBar3 = new System.Windows.Forms.ProgressBar();
     this.radioButton8 = new System.Windows.Forms.RadioButton();
     this.radioButton7 = new System.Windows.Forms.RadioButton();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.progressBar2 = new System.Windows.Forms.ProgressBar();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.radioButton10 = new System.Windows.Forms.RadioButton();
     this.radioButton9 = new System.Windows.Forms.RadioButton();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.radioButton12 = new System.Windows.Forms.RadioButton();
     this.radioButton11 = new System.Windows.Forms.RadioButton();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.checkBox3 = new System.Windows.Forms.CheckBox();
     this.comboBox3 = new System.Windows.Forms.ComboBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.checkedListBox3 = new System.Windows.Forms.CheckedListBox();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.trackBar1 = new System.Windows.Forms.TrackBar();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
     this.webBrowser1 = new System.Windows.Forms.WebBrowser();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripProgressBar2 = new System.Windows.Forms.ToolStripProgressBar();
     this.statusStrip2 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.dropDown2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dropDowns2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dropDown222ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dropDown1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSplitButton2 = new System.Windows.Forms.ToolStripSplitButton();
     this.splitButton2ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.splitButton22ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.splitButton1ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.colorDialog1 = new System.Windows.Forms.ColorDialog();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.fontDialog1 = new System.Windows.Forms.FontDialog();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip2 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.miscToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.level2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.level3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.level4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.splitButton1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.splitButton2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.splitButton22ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
     this.dropDownButton1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dropDownButton2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripProgressBar3 = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.comboBox4 = new System.Windows.Forms.ComboBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.flowLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.splitContainer1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.statusStrip2.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.menuStrip2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     // 
     // button1
     // 
     this.button1.Location = new System.Drawing.Point(26, 114);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     // 
     // button2
     // 
     this.button2.Location = new System.Drawing.Point(26, 143);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 1;
     this.button2.Text = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     // 
     // checkBox1
     // 
     this.checkBox1.Location = new System.Drawing.Point(26, 172);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(104, 16);
     this.checkBox1.TabIndex = 2;
     this.checkBox1.Text = "checkBox1";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1CheckedChanged);
     this.checkBox1.Click += new System.EventHandler(this.CheckBox1Click);
     // 
     // checkBox2
     // 
     this.checkBox2.Location = new System.Drawing.Point(26, 194);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(104, 19);
     this.checkBox2.TabIndex = 3;
     this.checkBox2.Text = "checkBox2";
     this.checkBox2.UseVisualStyleBackColor = true;
     // 
     // comboBox1
     // 
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
                             "a1",
                             "b2",
                             "c3"});
     this.comboBox1.Location = new System.Drawing.Point(26, 219);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex = 4;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1SelectedIndexChanged);
     // 
     // comboBox2
     // 
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location = new System.Drawing.Point(26, 246);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(121, 21);
     this.comboBox2.TabIndex = 5;
     // 
     // label1
     // 
     this.label1.Location = new System.Drawing.Point(30, 280);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(100, 15);
     this.label1.TabIndex = 6;
     this.label1.Text = "label1";
     // 
     // label2
     // 
     this.label2.Enabled = false;
     this.label2.Location = new System.Drawing.Point(30, 304);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 17);
     this.label2.TabIndex = 7;
     this.label2.Text = "label2";
     // 
     // radioButton1
     // 
     this.radioButton1.Location = new System.Drawing.Point(30, 324);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(104, 18);
     this.radioButton1.TabIndex = 8;
     this.radioButton1.TabStop = true;
     this.radioButton1.Text = "radioButton1";
     this.radioButton1.UseVisualStyleBackColor = true;
     // 
     // radioButton2
     // 
     this.radioButton2.Enabled = false;
     this.radioButton2.Location = new System.Drawing.Point(30, 348);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(104, 20);
     this.radioButton2.TabIndex = 9;
     this.radioButton2.TabStop = true;
     this.radioButton2.Text = "radioButton2";
     this.radioButton2.UseVisualStyleBackColor = true;
     // 
     // textBox1
     // 
     this.textBox1.Location = new System.Drawing.Point(30, 374);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 10;
     // 
     // textBox2
     // 
     this.textBox2.Location = new System.Drawing.Point(30, 400);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(100, 20);
     this.textBox2.TabIndex = 11;
     // 
     // checkedListBox1
     // 
     this.checkedListBox1.FormattingEnabled = true;
     this.checkedListBox1.Items.AddRange(new object[] {
                             "a1",
                             "b2",
                             "c3"});
     this.checkedListBox1.Location = new System.Drawing.Point(30, 426);
     this.checkedListBox1.Name = "checkedListBox1";
     this.checkedListBox1.Size = new System.Drawing.Size(120, 49);
     this.checkedListBox1.TabIndex = 12;
     this.checkedListBox1.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.CheckedListBox1ItemCheck);
     this.checkedListBox1.Click += new System.EventHandler(this.CheckedListBox1Click);
     this.checkedListBox1.SelectedIndexChanged += new System.EventHandler(this.CheckedListBox1SelectedIndexChanged);
     // 
     // checkedListBox2
     // 
     this.checkedListBox2.FormattingEnabled = true;
     this.checkedListBox2.Location = new System.Drawing.Point(30, 481);
     this.checkedListBox2.Name = "checkedListBox2";
     this.checkedListBox2.Size = new System.Drawing.Size(120, 49);
     this.checkedListBox2.TabIndex = 13;
     // 
     // dateTimePicker1
     // 
     this.dateTimePicker1.Location = new System.Drawing.Point(30, 536);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(200, 20);
     this.dateTimePicker1.TabIndex = 14;
     // 
     // dateTimePicker2
     // 
     this.dateTimePicker2.Location = new System.Drawing.Point(30, 562);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(200, 20);
     this.dateTimePicker2.TabIndex = 15;
     // 
     // domainUpDown1
     // 
     this.domainUpDown1.Location = new System.Drawing.Point(30, 588);
     this.domainUpDown1.Name = "domainUpDown1";
     this.domainUpDown1.Size = new System.Drawing.Size(120, 20);
     this.domainUpDown1.TabIndex = 16;
     this.domainUpDown1.Text = "domainUpDown1";
     // 
     // domainUpDown2
     // 
     this.domainUpDown2.Enabled = false;
     this.domainUpDown2.Location = new System.Drawing.Point(30, 614);
     this.domainUpDown2.Name = "domainUpDown2";
     this.domainUpDown2.Size = new System.Drawing.Size(120, 20);
     this.domainUpDown2.TabIndex = 17;
     this.domainUpDown2.Text = "domainUpDown2";
     // 
     // flowLayoutPanel1
     // 
     this.flowLayoutPanel1.Controls.Add(this.radioButton4);
     this.flowLayoutPanel1.Controls.Add(this.radioButton3);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(30, 640);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(185, 90);
     this.flowLayoutPanel1.TabIndex = 18;
     // 
     // radioButton4
     // 
     this.radioButton4.Location = new System.Drawing.Point(3, 3);
     this.radioButton4.Name = "radioButton4";
     this.radioButton4.Size = new System.Drawing.Size(104, 18);
     this.radioButton4.TabIndex = 1;
     this.radioButton4.TabStop = true;
     this.radioButton4.Text = "radioButton4";
     this.radioButton4.UseVisualStyleBackColor = true;
     // 
     // radioButton3
     // 
     this.radioButton3.Location = new System.Drawing.Point(3, 27);
     this.radioButton3.Name = "radioButton3";
     this.radioButton3.Size = new System.Drawing.Size(104, 24);
     this.radioButton3.TabIndex = 0;
     this.radioButton3.TabStop = true;
     this.radioButton3.Text = "radioButton3";
     this.radioButton3.UseVisualStyleBackColor = true;
     // 
     // groupBox1
     // 
     this.groupBox1.Controls.Add(this.radioButton6);
     this.groupBox1.Controls.Add(this.radioButton5);
     this.groupBox1.Location = new System.Drawing.Point(30, 736);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(185, 98);
     this.groupBox1.TabIndex = 19;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "groupBox1";
     // 
     // radioButton6
     // 
     this.radioButton6.Location = new System.Drawing.Point(3, 49);
     this.radioButton6.Name = "radioButton6";
     this.radioButton6.Size = new System.Drawing.Size(98, 23);
     this.radioButton6.TabIndex = 1;
     this.radioButton6.TabStop = true;
     this.radioButton6.Text = "radioButton6";
     this.radioButton6.UseVisualStyleBackColor = true;
     // 
     // radioButton5
     // 
     this.radioButton5.Location = new System.Drawing.Point(6, 19);
     this.radioButton5.Name = "radioButton5";
     this.radioButton5.Size = new System.Drawing.Size(104, 24);
     this.radioButton5.TabIndex = 0;
     this.radioButton5.TabStop = true;
     this.radioButton5.Text = "radioButton5";
     this.radioButton5.UseVisualStyleBackColor = true;
     // 
     // hScrollBar1
     // 
     this.hScrollBar1.Location = new System.Drawing.Point(19, 22);
     this.hScrollBar1.Name = "hScrollBar1";
     this.hScrollBar1.Size = new System.Drawing.Size(80, 17);
     this.hScrollBar1.TabIndex = 20;
     // 
     // hScrollBar2
     // 
     this.hScrollBar2.Location = new System.Drawing.Point(19, 53);
     this.hScrollBar2.Name = "hScrollBar2";
     this.hScrollBar2.Size = new System.Drawing.Size(80, 17);
     this.hScrollBar2.TabIndex = 21;
     // 
     // linkLabel1
     // 
     this.linkLabel1.Location = new System.Drawing.Point(189, 178);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(100, 16);
     this.linkLabel1.TabIndex = 22;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "linkLabel1";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1LinkClicked);
     this.linkLabel1.Click += new System.EventHandler(this.LinkLabel1Click);
     // 
     // linkLabel2
     // 
     this.linkLabel2.Location = new System.Drawing.Point(189, 200);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(100, 19);
     this.linkLabel2.TabIndex = 23;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "linkLabel2";
     // 
     // listBox1
     // 
     this.listBox1.FormattingEnabled = true;
     this.listBox1.Items.AddRange(new object[] {
                             "a1",
                             "b2",
                             "c3",
                             "d4",
                             "e5",
                             "f6",
                             "g7",
                             "h8"});
     this.listBox1.Location = new System.Drawing.Point(189, 226);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(120, 56);
     this.listBox1.TabIndex = 24;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1SelectedIndexChanged);
     // 
     // listBox2
     // 
     this.listBox2.FormattingEnabled = true;
     this.listBox2.Location = new System.Drawing.Point(189, 299);
     this.listBox2.Name = "listBox2";
     this.listBox2.Size = new System.Drawing.Size(120, 56);
     this.listBox2.TabIndex = 25;
     // 
     // listView1
     // 
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                             this.columnHeader1,
                             this.columnHeader2,
                             this.columnHeader3});
     listViewGroup1.Header = "ListViewGroup";
     listViewGroup1.Name = "listViewGroup1";
     listViewGroup2.Header = "ListViewGroup";
     listViewGroup2.Name = "listViewGroup2";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
                             listViewGroup1,
                             listViewGroup2});
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
                             listViewItem1,
                             listViewItem2,
                             listViewItem3,
                             listViewItem4,
                             listViewItem5});
     this.listView1.Location = new System.Drawing.Point(189, 374);
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(221, 101);
     this.listView1.TabIndex = 26;
     this.listView1.UseCompatibleStateImageBehavior = false;
     // 
     // listView2
     // 
     this.listView2.Location = new System.Drawing.Point(250, 485);
     this.listView2.Name = "listView2";
     this.listView2.Size = new System.Drawing.Size(160, 97);
     this.listView2.TabIndex = 27;
     this.listView2.UseCompatibleStateImageBehavior = false;
     // 
     // maskedTextBox1
     // 
     this.maskedTextBox1.Location = new System.Drawing.Point(223, 588);
     this.maskedTextBox1.Name = "maskedTextBox1";
     this.maskedTextBox1.Size = new System.Drawing.Size(187, 20);
     this.maskedTextBox1.TabIndex = 28;
     // 
     // maskedTextBox2
     // 
     this.maskedTextBox2.Location = new System.Drawing.Point(223, 613);
     this.maskedTextBox2.Name = "maskedTextBox2";
     this.maskedTextBox2.Size = new System.Drawing.Size(187, 20);
     this.maskedTextBox2.TabIndex = 29;
     // 
     // monthCalendar1
     // 
     this.monthCalendar1.Location = new System.Drawing.Point(223, 646);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 30;
     // 
     // numericUpDown1
     // 
     this.numericUpDown1.Location = new System.Drawing.Point(290, 120);
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(120, 20);
     this.numericUpDown1.TabIndex = 31;
     // 
     // numericUpDown2
     // 
     this.numericUpDown2.Location = new System.Drawing.Point(290, 149);
     this.numericUpDown2.Name = "numericUpDown2";
     this.numericUpDown2.Size = new System.Drawing.Size(120, 20);
     this.numericUpDown2.TabIndex = 32;
     // 
     // panel1
     // 
     this.panel1.Controls.Add(this.progressBar3);
     this.panel1.Controls.Add(this.radioButton8);
     this.panel1.Controls.Add(this.radioButton7);
     this.panel1.Location = new System.Drawing.Point(332, 199);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(118, 155);
     this.panel1.TabIndex = 33;
     // 
     // progressBar3
     // 
     this.progressBar3.Location = new System.Drawing.Point(14, 77);
     this.progressBar3.Name = "progressBar3";
     this.progressBar3.Size = new System.Drawing.Size(91, 23);
     this.progressBar3.TabIndex = 2;
     // 
     // radioButton8
     // 
     this.radioButton8.Location = new System.Drawing.Point(11, 47);
     this.radioButton8.Name = "radioButton8";
     this.radioButton8.Size = new System.Drawing.Size(104, 24);
     this.radioButton8.TabIndex = 1;
     this.radioButton8.TabStop = true;
     this.radioButton8.Text = "radioButton8";
     this.radioButton8.UseVisualStyleBackColor = true;
     // 
     // radioButton7
     // 
     this.radioButton7.Location = new System.Drawing.Point(14, 20);
     this.radioButton7.Name = "radioButton7";
     this.radioButton7.Size = new System.Drawing.Size(91, 21);
     this.radioButton7.TabIndex = 0;
     this.radioButton7.TabStop = true;
     this.radioButton7.Text = "radioButton7";
     this.radioButton7.UseVisualStyleBackColor = true;
     // 
     // pictureBox1
     // 
     this.pictureBox1.Location = new System.Drawing.Point(440, 110);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(88, 77);
     this.pictureBox1.TabIndex = 34;
     this.pictureBox1.TabStop = false;
     // 
     // progressBar1
     // 
     this.progressBar1.Location = new System.Drawing.Point(398, 815);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(91, 18);
     this.progressBar1.TabIndex = 2;
     // 
     // progressBar2
     // 
     this.progressBar2.Location = new System.Drawing.Point(246, 820);
     this.progressBar2.Name = "progressBar2";
     this.progressBar2.Size = new System.Drawing.Size(146, 13);
     this.progressBar2.TabIndex = 35;
     // 
     // propertyGrid1
     // 
     this.propertyGrid1.Location = new System.Drawing.Point(685, 221);
     this.propertyGrid1.Name = "propertyGrid1";
     this.propertyGrid1.Size = new System.Drawing.Size(136, 78);
     this.propertyGrid1.TabIndex = 36;
     // 
     // richTextBox1
     // 
     this.richTextBox1.Location = new System.Drawing.Point(550, 112);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.Size = new System.Drawing.Size(111, 74);
     this.richTextBox1.TabIndex = 37;
     this.richTextBox1.Text = "";
     // 
     // splitContainer1
     // 
     this.splitContainer1.Location = new System.Drawing.Point(416, 374);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Size = new System.Drawing.Size(245, 101);
     this.splitContainer1.SplitterDistance = 81;
     this.splitContainer1.TabIndex = 38;
     // 
     // tabControl1
     // 
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location = new System.Drawing.Point(466, 199);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(195, 156);
     this.tabControl1.TabIndex = 39;
     this.tabControl1.Click += new System.EventHandler(this.TabControl1Click);
     // 
     // tabPage1
     // 
     this.tabPage1.Controls.Add(this.radioButton10);
     this.tabPage1.Controls.Add(this.radioButton9);
     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(187, 130);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     // 
     // radioButton10
     // 
     this.radioButton10.Location = new System.Drawing.Point(6, 30);
     this.radioButton10.Name = "radioButton10";
     this.radioButton10.Size = new System.Drawing.Size(138, 19);
     this.radioButton10.TabIndex = 1;
     this.radioButton10.TabStop = true;
     this.radioButton10.Text = "radioButton10";
     this.radioButton10.UseVisualStyleBackColor = true;
     // 
     // radioButton9
     // 
     this.radioButton9.Location = new System.Drawing.Point(6, 6);
     this.radioButton9.Name = "radioButton9";
     this.radioButton9.Size = new System.Drawing.Size(138, 18);
     this.radioButton9.TabIndex = 0;
     this.radioButton9.TabStop = true;
     this.radioButton9.Text = "radioButton9";
     this.radioButton9.UseVisualStyleBackColor = true;
     // 
     // tabPage2
     // 
     this.tabPage2.Controls.Add(this.radioButton12);
     this.tabPage2.Controls.Add(this.radioButton11);
     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(187, 130);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     this.tabPage2.Click += new System.EventHandler(this.TabPage2Click);
     // 
     // radioButton12
     // 
     this.radioButton12.Location = new System.Drawing.Point(6, 33);
     this.radioButton12.Name = "radioButton12";
     this.radioButton12.Size = new System.Drawing.Size(135, 24);
     this.radioButton12.TabIndex = 1;
     this.radioButton12.TabStop = true;
     this.radioButton12.Text = "radioButton12";
     this.radioButton12.UseVisualStyleBackColor = true;
     // 
     // radioButton11
     // 
     this.radioButton11.Location = new System.Drawing.Point(6, 6);
     this.radioButton11.Name = "radioButton11";
     this.radioButton11.Size = new System.Drawing.Size(135, 21);
     this.radioButton11.TabIndex = 0;
     this.radioButton11.TabStop = true;
     this.radioButton11.Text = "radioButton11";
     this.radioButton11.UseVisualStyleBackColor = true;
     // 
     // tableLayoutPanel1
     // 
     this.tableLayoutPanel1.ColumnCount = 2;
     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, 50F));
     this.tableLayoutPanel1.Controls.Add(this.checkBox3, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.comboBox3, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.textBox3, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.checkedListBox3, 1, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(420, 485);
     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.Size = new System.Drawing.Size(241, 97);
     this.tableLayoutPanel1.TabIndex = 40;
     // 
     // checkBox3
     // 
     this.checkBox3.Location = new System.Drawing.Point(3, 3);
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.Size = new System.Drawing.Size(114, 20);
     this.checkBox3.TabIndex = 0;
     this.checkBox3.Text = "checkBox3";
     this.checkBox3.UseVisualStyleBackColor = true;
     // 
     // comboBox3
     // 
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Location = new System.Drawing.Point(123, 3);
     this.comboBox3.Name = "comboBox3";
     this.comboBox3.Size = new System.Drawing.Size(97, 21);
     this.comboBox3.TabIndex = 1;
     // 
     // textBox3
     // 
     this.textBox3.Location = new System.Drawing.Point(3, 51);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(96, 20);
     this.textBox3.TabIndex = 2;
     // 
     // checkedListBox3
     // 
     this.checkedListBox3.FormattingEnabled = true;
     this.checkedListBox3.Location = new System.Drawing.Point(123, 51);
     this.checkedListBox3.Name = "checkedListBox3";
     this.checkedListBox3.Size = new System.Drawing.Size(97, 19);
     this.checkedListBox3.TabIndex = 3;
     // 
     // trackBar1
     // 
     this.trackBar1.Location = new System.Drawing.Point(420, 588);
     this.trackBar1.Name = "trackBar1";
     this.trackBar1.Size = new System.Drawing.Size(104, 45);
     this.trackBar1.TabIndex = 41;
     // 
     // treeView1
     // 
     this.treeView1.Location = new System.Drawing.Point(685, 110);
     this.treeView1.Name = "treeView1";
     treeNode1.Name = "Node6";
     treeNode1.Text = "Node6";
     treeNode2.Name = "Node7";
     treeNode2.Text = "Node7";
     treeNode3.Name = "Node4";
     treeNode3.Text = "Node4";
     treeNode4.Name = "Node8";
     treeNode4.Text = "Node8";
     treeNode5.Name = "Node9";
     treeNode5.Text = "Node9";
     treeNode6.Name = "Node5";
     treeNode6.Text = "Node5";
     treeNode7.Name = "Node1";
     treeNode7.Text = "Node1";
     treeNode8.Name = "Node10";
     treeNode8.Text = "Node10";
     treeNode9.Name = "Node11";
     treeNode9.Text = "Node11";
     treeNode10.Name = "Node2";
     treeNode10.Text = "Node2";
     treeNode11.Name = "Node12";
     treeNode11.Text = "Node12";
     treeNode12.Name = "Node13";
     treeNode12.Text = "Node13";
     treeNode13.Name = "Node3";
     treeNode13.Text = "Node3";
     treeNode14.Name = "Node0";
     treeNode14.Text = "Node0";
     this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
                             treeNode14});
     this.treeView1.Size = new System.Drawing.Size(143, 103);
     this.treeView1.TabIndex = 42;
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1AfterSelect);
     this.treeView1.Click += new System.EventHandler(this.TreeView1Click);
     // 
     // vScrollBar1
     // 
     this.vScrollBar1.Location = new System.Drawing.Point(470, 640);
     this.vScrollBar1.Name = "vScrollBar1";
     this.vScrollBar1.Size = new System.Drawing.Size(15, 78);
     this.vScrollBar1.TabIndex = 43;
     // 
     // webBrowser1
     // 
     this.webBrowser1.Location = new System.Drawing.Point(543, 588);
     this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowser1.Name = "webBrowser1";
     this.webBrowser1.Size = new System.Drawing.Size(278, 246);
     this.webBrowser1.TabIndex = 44;
     // 
     // contextMenuStrip1
     // 
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
     // 
     // statusStrip1
     // 
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.toolStripProgressBar2});
     this.statusStrip1.Location = new System.Drawing.Point(0, 874);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(846, 22);
     this.statusStrip1.TabIndex = 47;
     this.statusStrip1.Text = "statusStrip1";
     // 
     // toolStripProgressBar2
     // 
     this.toolStripProgressBar2.Name = "toolStripProgressBar2";
     this.toolStripProgressBar2.Size = new System.Drawing.Size(100, 16);
     // 
     // statusStrip2
     // 
     this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.toolStripStatusLabel1,
                             this.toolStripProgressBar1,
                             this.toolStripDropDownButton1,
                             this.toolStripSplitButton2});
     this.statusStrip2.Location = new System.Drawing.Point(0, 852);
     this.statusStrip2.Name = "statusStrip2";
     this.statusStrip2.Size = new System.Drawing.Size(846, 22);
     this.statusStrip2.TabIndex = 48;
     this.statusStrip2.Text = "statusStrip2";
     // 
     // toolStripStatusLabel1
     // 
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     // 
     // toolStripProgressBar1
     // 
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
     // 
     // toolStripDropDownButton1
     // 
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.dropDown2ToolStripMenuItem,
                             this.dropDown1ToolStripMenuItem});
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 20);
     this.toolStripDropDownButton1.Text = "toolStripDropDownButton1";
     // 
     // dropDown2ToolStripMenuItem
     // 
     this.dropDown2ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.dropDowns2ToolStripMenuItem});
     this.dropDown2ToolStripMenuItem.Name = "dropDown2ToolStripMenuItem";
     this.dropDown2ToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
     this.dropDown2ToolStripMenuItem.Text = "DropDown2";
     // 
     // dropDowns2ToolStripMenuItem
     // 
     this.dropDowns2ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.dropDown222ToolStripMenuItem});
     this.dropDowns2ToolStripMenuItem.Name = "dropDowns2ToolStripMenuItem";
     this.dropDowns2ToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
     this.dropDowns2ToolStripMenuItem.Text = "DropDowns_2";
     // 
     // dropDown222ToolStripMenuItem
     // 
     this.dropDown222ToolStripMenuItem.Name = "dropDown222ToolStripMenuItem";
     this.dropDown222ToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
     this.dropDown222ToolStripMenuItem.Text = "DropDown2_2_2";
     // 
     // dropDown1ToolStripMenuItem
     // 
     this.dropDown1ToolStripMenuItem.Name = "dropDown1ToolStripMenuItem";
     this.dropDown1ToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
     this.dropDown1ToolStripMenuItem.Text = "DropDown1";
     // 
     // toolStripSplitButton2
     // 
     this.toolStripSplitButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.splitButton2ToolStripMenuItem1,
                             this.splitButton1ToolStripMenuItem1});
     this.toolStripSplitButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton2.Image")));
     this.toolStripSplitButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton2.Name = "toolStripSplitButton2";
     this.toolStripSplitButton2.Size = new System.Drawing.Size(32, 20);
     this.toolStripSplitButton2.Text = "toolStripSplitButton2";
     this.toolStripSplitButton2.ButtonClick += new System.EventHandler(this.ToolStripSplitButton2ButtonClick);
     // 
     // splitButton2ToolStripMenuItem1
     // 
     this.splitButton2ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.splitButton22ToolStripMenuItem});
     this.splitButton2ToolStripMenuItem1.Name = "splitButton2ToolStripMenuItem1";
     this.splitButton2ToolStripMenuItem1.Size = new System.Drawing.Size(139, 22);
     this.splitButton2ToolStripMenuItem1.Text = "SplitButton2";
     // 
     // splitButton22ToolStripMenuItem
     // 
     this.splitButton22ToolStripMenuItem.Name = "splitButton22ToolStripMenuItem";
     this.splitButton22ToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
     this.splitButton22ToolStripMenuItem.Text = "SplitButton2_2";
     // 
     // splitButton1ToolStripMenuItem1
     // 
     this.splitButton1ToolStripMenuItem1.Name = "splitButton1ToolStripMenuItem1";
     this.splitButton1ToolStripMenuItem1.Size = new System.Drawing.Size(139, 22);
     this.splitButton1ToolStripMenuItem1.Text = "SplitButton1";
     // 
     // contextMenuStrip2
     // 
     this.contextMenuStrip2.Name = "contextMenuStrip2";
     this.contextMenuStrip2.Size = new System.Drawing.Size(61, 4);
     // 
     // toolStripContainer1
     // 
     // 
     // toolStripContainer1.ContentPanel
     // 
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(150, 150);
     this.toolStripContainer1.Location = new System.Drawing.Point(680, 392);
     this.toolStripContainer1.Name = "toolStripContainer1";
     this.toolStripContainer1.Size = new System.Drawing.Size(150, 175);
     this.toolStripContainer1.TabIndex = 53;
     this.toolStripContainer1.Text = "toolStripContainer1";
     // 
     // errorProvider1
     // 
     this.errorProvider1.ContainerControl = this;
     // 
     // fontDialog1
     // 
     this.fontDialog1.Color = System.Drawing.SystemColors.ControlText;
     // 
     // imageList1
     // 
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     // 
     // openFileDialog1
     // 
     this.openFileDialog1.FileName = "openFileDialog1";
     // 
     // menuStrip1
     // 
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.projectToolStripMenuItem,
                             this.databaseToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 24);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(846, 24);
     this.menuStrip1.TabIndex = 54;
     this.menuStrip1.Text = "menuStrip1";
     // 
     // projectToolStripMenuItem
     // 
     this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.openToolStripMenuItem1});
     this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
     this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
     this.projectToolStripMenuItem.Text = "Project";
     // 
     // openToolStripMenuItem1
     // 
     this.openToolStripMenuItem1.Name = "openToolStripMenuItem1";
     this.openToolStripMenuItem1.Size = new System.Drawing.Size(103, 22);
     this.openToolStripMenuItem1.Text = "Open";
     // 
     // databaseToolStripMenuItem
     // 
     this.databaseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.connectToolStripMenuItem});
     this.databaseToolStripMenuItem.Name = "databaseToolStripMenuItem";
     this.databaseToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
     this.databaseToolStripMenuItem.Text = "Database";
     // 
     // connectToolStripMenuItem
     // 
     this.connectToolStripMenuItem.Name = "connectToolStripMenuItem";
     this.connectToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
     this.connectToolStripMenuItem.Text = "Connect";
     // 
     // menuStrip2
     // 
     this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.fileToolStripMenuItem,
                             this.editToolStripMenuItem,
                             this.toolsToolStripMenuItem,
                             this.helpToolStripMenuItem});
     this.menuStrip2.Location = new System.Drawing.Point(0, 0);
     this.menuStrip2.Name = "menuStrip2";
     this.menuStrip2.Size = new System.Drawing.Size(846, 24);
     this.menuStrip2.TabIndex = 55;
     this.menuStrip2.Text = "menuStrip2";
     // 
     // fileToolStripMenuItem
     // 
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.newToolStripMenuItem,
                             this.openToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     // 
     // newToolStripMenuItem
     // 
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
     this.newToolStripMenuItem.Text = "New";
     // 
     // openToolStripMenuItem
     // 
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
     this.openToolStripMenuItem.Text = "Open";
     // 
     // editToolStripMenuItem
     // 
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.cutToolStripMenuItem,
                             this.copyToolStripMenuItem,
                             this.pasteToolStripMenuItem,
                             this.miscToolStripMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     // 
     // cutToolStripMenuItem
     // 
     this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
     this.cutToolStripMenuItem.Text = "Cut";
     // 
     // copyToolStripMenuItem
     // 
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
     this.copyToolStripMenuItem.Text = "Copy";
     // 
     // pasteToolStripMenuItem
     // 
     this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
     this.pasteToolStripMenuItem.Text = "Paste";
     // 
     // miscToolStripMenuItem
     // 
     this.miscToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.level2ToolStripMenuItem});
     this.miscToolStripMenuItem.Name = "miscToolStripMenuItem";
     this.miscToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
     this.miscToolStripMenuItem.Text = "Misc";
     // 
     // level2ToolStripMenuItem
     // 
     this.level2ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.level3ToolStripMenuItem});
     this.level2ToolStripMenuItem.Name = "level2ToolStripMenuItem";
     this.level2ToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.level2ToolStripMenuItem.Text = "Level2";
     // 
     // level3ToolStripMenuItem
     // 
     this.level3ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.level4ToolStripMenuItem});
     this.level3ToolStripMenuItem.Name = "level3ToolStripMenuItem";
     this.level3ToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.level3ToolStripMenuItem.Text = "Level3";
     // 
     // level4ToolStripMenuItem
     // 
     this.level4ToolStripMenuItem.Name = "level4ToolStripMenuItem";
     this.level4ToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.level4ToolStripMenuItem.Text = "Level4";
     // 
     // toolsToolStripMenuItem
     // 
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.optionsToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "Tools";
     // 
     // optionsToolStripMenuItem
     // 
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.optionsToolStripMenuItem.Text = "Options";
     // 
     // helpToolStripMenuItem
     // 
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     // 
     // toolStrip1
     // 
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.toolStripButton1,
                             this.toolStripLabel1,
                             this.toolStripSplitButton1,
                             this.toolStripDropDownButton2,
                             this.toolStripSeparator1,
                             this.toolStripComboBox1,
                             this.toolStripSeparator2,
                             this.toolStripTextBox1,
                             this.toolStripSeparator3,
                             this.toolStripProgressBar3});
     this.toolStrip1.Location = new System.Drawing.Point(0, 48);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(846, 25);
     this.toolStrip1.TabIndex = 56;
     this.toolStrip1.Text = "toolStrip1";
     // 
     // toolStripButton1
     // 
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "toolStripButton1";
     // 
     // toolStripLabel1
     // 
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(86, 22);
     this.toolStripLabel1.Text = "toolStripLabel1";
     // 
     // toolStripSplitButton1
     // 
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.splitButton1ToolStripMenuItem,
                             this.splitButton2ToolStripMenuItem});
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
     this.toolStripSplitButton1.Text = "toolStripSplitButton1";
     // 
     // splitButton1ToolStripMenuItem
     // 
     this.splitButton1ToolStripMenuItem.Name = "splitButton1ToolStripMenuItem";
     this.splitButton1ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
     this.splitButton1ToolStripMenuItem.Text = "SplitButton1";
     // 
     // splitButton2ToolStripMenuItem
     // 
     this.splitButton2ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.splitButton22ToolStripMenuItem1});
     this.splitButton2ToolStripMenuItem.Name = "splitButton2ToolStripMenuItem";
     this.splitButton2ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
     this.splitButton2ToolStripMenuItem.Text = "SplitButton2";
     // 
     // splitButton22ToolStripMenuItem1
     // 
     this.splitButton22ToolStripMenuItem1.Name = "splitButton22ToolStripMenuItem1";
     this.splitButton22ToolStripMenuItem1.Size = new System.Drawing.Size(150, 22);
     this.splitButton22ToolStripMenuItem1.Text = "SplitButton2_2";
     // 
     // toolStripDropDownButton2
     // 
     this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.dropDownButton1ToolStripMenuItem,
                             this.dropDownButton2ToolStripMenuItem});
     this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
     this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
     this.toolStripDropDownButton2.Size = new System.Drawing.Size(29, 22);
     this.toolStripDropDownButton2.Text = "toolStripDropDownButton2";
     // 
     // dropDownButton1ToolStripMenuItem
     // 
     this.dropDownButton1ToolStripMenuItem.Name = "dropDownButton1ToolStripMenuItem";
     this.dropDownButton1ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     this.dropDownButton1ToolStripMenuItem.Text = "DropDownButton1";
     // 
     // dropDownButton2ToolStripMenuItem
     // 
     this.dropDownButton2ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.toolStripMenuItem2});
     this.dropDownButton2ToolStripMenuItem.Name = "dropDownButton2ToolStripMenuItem";
     this.dropDownButton2ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     this.dropDownButton2ToolStripMenuItem.Text = "DropDownButton2";
     // 
     // toolStripMenuItem2
     // 
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(91, 22);
     this.toolStripMenuItem2.Text = "2_2";
     // 
     // toolStripSeparator1
     // 
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     // 
     // toolStripComboBox1
     // 
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(121, 25);
     // 
     // toolStripSeparator2
     // 
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     // 
     // toolStripTextBox1
     // 
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(100, 25);
     // 
     // toolStripSeparator3
     // 
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     // 
     // toolStripProgressBar3
     // 
     this.toolStripProgressBar3.Name = "toolStripProgressBar3";
     this.toolStripProgressBar3.Size = new System.Drawing.Size(100, 22);
     // 
     // toolStrip2
     // 
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                             this.toolStripSeparator4,
                             this.toolStripSeparator5,
                             this.toolStripSeparator6});
     this.toolStrip2.Location = new System.Drawing.Point(0, 73);
     this.toolStrip2.Name = "toolStrip2";
     this.toolStrip2.Size = new System.Drawing.Size(846, 25);
     this.toolStrip2.TabIndex = 57;
     this.toolStrip2.Text = "toolStrip2";
     // 
     // toolStripSeparator4
     // 
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     // 
     // toolStripSeparator5
     // 
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     // 
     // toolStripSeparator6
     // 
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     // 
     // comboBox4
     // 
     this.comboBox4.FormattingEnabled = true;
     this.comboBox4.Items.AddRange(new object[] {
                             "a01",
                             "b02",
                             "c03"});
     this.comboBox4.Location = new System.Drawing.Point(685, 321);
     this.comboBox4.Name = "comboBox4";
     this.comboBox4.Size = new System.Drawing.Size(121, 21);
     this.comboBox4.TabIndex = 58;
     // 
     // groupBox2
     // 
     this.groupBox2.Controls.Add(this.hScrollBar1);
     this.groupBox2.Controls.Add(this.hScrollBar2);
     this.groupBox2.Location = new System.Drawing.Point(161, 101);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(113, 74);
     this.groupBox2.TabIndex = 59;
     this.groupBox2.TabStop = false;
     // 
     // WinFormsFull
     // 
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(846, 896);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.comboBox4);
     this.Controls.Add(this.toolStrip2);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.toolStripContainer1);
     this.Controls.Add(this.statusStrip2);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.menuStrip2);
     this.Controls.Add(this.webBrowser1);
     this.Controls.Add(this.vScrollBar1);
     this.Controls.Add(this.treeView1);
     this.Controls.Add(this.trackBar1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.progressBar2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.numericUpDown2);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.maskedTextBox2);
     this.Controls.Add(this.maskedTextBox1);
     this.Controls.Add(this.listView2);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.listBox2);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.linkLabel2);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.domainUpDown2);
     this.Controls.Add(this.domainUpDown1);
     this.Controls.Add(this.dateTimePicker2);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.checkedListBox2);
     this.Controls.Add(this.checkedListBox1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.radioButton2);
     this.Controls.Add(this.radioButton1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Name = "WinFormsFull";
     this.Text = "WinFormsFull";
     this.flowLayoutPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.statusStrip2.ResumeLayout(false);
     this.statusStrip2.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.menuStrip2.ResumeLayout(false);
     this.menuStrip2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewGroup listViewGroup11 = new System.Windows.Forms.ListViewGroup("Black listed", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup12 = new System.Windows.Forms.ListViewGroup("White listed", System.Windows.Forms.HorizontalAlignment.Left);
     this.button1         = new System.Windows.Forms.Button();
     this.listView1       = new System.Windows.Forms.ListView();
     this.Ip_address      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Is_black_listed = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.On_Server       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.txb_ip          = new System.Windows.Forms.TextBox();
     this.lbl_IP          = new System.Windows.Forms.Label();
     this.lbl_times       = new System.Windows.Forms.Label();
     this.btn_close       = new System.Windows.Forms.Button();
     this.Times           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Returncode      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button1.Location  = new System.Drawing.Point(608, 118);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(75, 21);
     this.button1.TabIndex  = 0;
     this.button1.Text      = "Test IP";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Ip_address,
         this.Is_black_listed,
         this.On_Server,
         this.Times,
         this.Returncode
     });
     listViewGroup11.Header = "Black listed";
     listViewGroup11.Name   = "Black_listed";
     listViewGroup12.Header = "White listed";
     listViewGroup12.Name   = "White_listed";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup11,
         listViewGroup12
     });
     this.listView1.Location = new System.Drawing.Point(12, 11);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(564, 381);
     this.listView1.TabIndex = 2;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // Ip_address
     //
     this.Ip_address.Text  = "Ip address";
     this.Ip_address.Width = 91;
     //
     // Is_black_listed
     //
     this.Is_black_listed.Text  = "Is black listed";
     this.Is_black_listed.Width = 81;
     //
     // On_Server
     //
     this.On_Server.Text  = "On Server";
     this.On_Server.Width = 121;
     //
     // txb_ip
     //
     this.txb_ip.Location = new System.Drawing.Point(608, 71);
     this.txb_ip.Name     = "txb_ip";
     this.txb_ip.Size     = new System.Drawing.Size(178, 21);
     this.txb_ip.TabIndex = 3;
     this.txb_ip.Text     = " 111.23.152.101";
     //
     // lbl_IP
     //
     this.lbl_IP.AutoSize = true;
     this.lbl_IP.Location = new System.Drawing.Point(606, 45);
     this.lbl_IP.Name     = "lbl_IP";
     this.lbl_IP.Size     = new System.Drawing.Size(47, 12);
     this.lbl_IP.TabIndex = 4;
     this.lbl_IP.Text     = "Test IP";
     //
     // lbl_times
     //
     this.lbl_times.AutoSize = true;
     this.lbl_times.Location = new System.Drawing.Point(553, 204);
     this.lbl_times.Name     = "lbl_times";
     this.lbl_times.Size     = new System.Drawing.Size(0, 12);
     this.lbl_times.TabIndex = 6;
     //
     // btn_close
     //
     this.btn_close.Location = new System.Drawing.Point(608, 281);
     this.btn_close.Name     = "btn_close";
     this.btn_close.Size     = new System.Drawing.Size(75, 23);
     this.btn_close.TabIndex = 7;
     this.btn_close.Text     = "¹Ø±Õ";
     this.btn_close.UseVisualStyleBackColor = true;
     this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
     //
     // Times
     //
     this.Times.Text  = "Times";
     this.Times.Width = 120;
     //
     // Returncode
     //
     this.Returncode.Text  = "Returncode";
     this.Returncode.Width = 100;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(826, 402);
     this.Controls.Add(this.btn_close);
     this.Controls.Add(this.lbl_times);
     this.Controls.Add(this.lbl_IP);
     this.Controls.Add(this.txb_ip);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.button1);
     this.Name = "Form1";
     this.Text = "DNSBL lookup test application by Paw Jershauge";
     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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("上午", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("下午", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("晚上", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("    ");
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("     ");
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("     ");
            System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("");
            this.panelFree = new System.Windows.Forms.Panel();
            this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.checkBox7 = new System.Windows.Forms.CheckBox();
            this.checkBox6 = new System.Windows.Forms.CheckBox();
            this.checkBox5 = new System.Windows.Forms.CheckBox();
            this.checkBox4 = new System.Windows.Forms.CheckBox();
            this.checkBox3 = new System.Windows.Forms.CheckBox();
            this.checkBox0 = new System.Windows.Forms.CheckBox();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.chkBatchAdd = new System.Windows.Forms.CheckBox();
            this.listView3 = new System.Windows.Forms.ListView();
            this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tBEnd = new System.Windows.Forms.TextBox();
            this.tBStart = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.checkBox1_1 = new System.Windows.Forms.CheckBox();
            this.checkBox1_2 = new System.Windows.Forms.CheckBox();
            this.checkBox1_3 = new System.Windows.Forms.CheckBox();
            this.checkBox1_4 = new System.Windows.Forms.CheckBox();
            this.checkBox1_5 = new System.Windows.Forms.CheckBox();
            this.checkBox7_12 = new System.Windows.Forms.CheckBox();
            this.checkBox1_6 = new System.Windows.Forms.CheckBox();
            this.checkBox7_11 = new System.Windows.Forms.CheckBox();
            this.checkBox1_7 = new System.Windows.Forms.CheckBox();
            this.checkBox7_10 = new System.Windows.Forms.CheckBox();
            this.checkBox1_8 = new System.Windows.Forms.CheckBox();
            this.tBWeek = new System.Windows.Forms.TextBox();
            this.checkBox7_9 = new System.Windows.Forms.CheckBox();
            this.lblWeek = new System.Windows.Forms.Label();
            this.checkBox1_9 = new System.Windows.Forms.CheckBox();
            this.checkBox7_8 = new System.Windows.Forms.CheckBox();
            this.checkBox1_10 = new System.Windows.Forms.CheckBox();
            this.checkBox7_7 = new System.Windows.Forms.CheckBox();
            this.checkBox1_11 = new System.Windows.Forms.CheckBox();
            this.checkBox7_6 = new System.Windows.Forms.CheckBox();
            this.checkBox1_12 = new System.Windows.Forms.CheckBox();
            this.checkBox7_5 = new System.Windows.Forms.CheckBox();
            this.checkBox2_1 = new System.Windows.Forms.CheckBox();
            this.checkBox7_4 = new System.Windows.Forms.CheckBox();
            this.checkBox2_2 = new System.Windows.Forms.CheckBox();
            this.checkBox7_3 = new System.Windows.Forms.CheckBox();
            this.checkBox2_3 = new System.Windows.Forms.CheckBox();
            this.checkBox7_2 = new System.Windows.Forms.CheckBox();
            this.checkBox2_4 = new System.Windows.Forms.CheckBox();
            this.checkBox7_1 = new System.Windows.Forms.CheckBox();
            this.checkBox2_5 = new System.Windows.Forms.CheckBox();
            this.checkBox6_12 = new System.Windows.Forms.CheckBox();
            this.checkBox2_6 = new System.Windows.Forms.CheckBox();
            this.checkBox6_11 = new System.Windows.Forms.CheckBox();
            this.checkBox2_7 = new System.Windows.Forms.CheckBox();
            this.checkBox6_10 = new System.Windows.Forms.CheckBox();
            this.checkBox2_8 = new System.Windows.Forms.CheckBox();
            this.checkBox6_9 = new System.Windows.Forms.CheckBox();
            this.checkBox2_9 = new System.Windows.Forms.CheckBox();
            this.checkBox6_8 = new System.Windows.Forms.CheckBox();
            this.checkBox2_10 = new System.Windows.Forms.CheckBox();
            this.checkBox6_7 = new System.Windows.Forms.CheckBox();
            this.checkBox2_11 = new System.Windows.Forms.CheckBox();
            this.checkBox6_6 = new System.Windows.Forms.CheckBox();
            this.checkBox2_12 = new System.Windows.Forms.CheckBox();
            this.checkBox6_5 = new System.Windows.Forms.CheckBox();
            this.checkBox3_1 = new System.Windows.Forms.CheckBox();
            this.checkBox6_4 = new System.Windows.Forms.CheckBox();
            this.checkBox3_2 = new System.Windows.Forms.CheckBox();
            this.checkBox6_3 = new System.Windows.Forms.CheckBox();
            this.checkBox3_3 = new System.Windows.Forms.CheckBox();
            this.checkBox6_2 = new System.Windows.Forms.CheckBox();
            this.checkBox3_4 = new System.Windows.Forms.CheckBox();
            this.checkBox6_1 = new System.Windows.Forms.CheckBox();
            this.checkBox3_5 = new System.Windows.Forms.CheckBox();
            this.checkBox5_12 = new System.Windows.Forms.CheckBox();
            this.checkBox3_6 = new System.Windows.Forms.CheckBox();
            this.checkBox5_11 = new System.Windows.Forms.CheckBox();
            this.checkBox3_7 = new System.Windows.Forms.CheckBox();
            this.checkBox5_10 = new System.Windows.Forms.CheckBox();
            this.checkBox3_8 = new System.Windows.Forms.CheckBox();
            this.checkBox5_9 = new System.Windows.Forms.CheckBox();
            this.checkBox3_9 = new System.Windows.Forms.CheckBox();
            this.checkBox5_8 = new System.Windows.Forms.CheckBox();
            this.checkBox3_10 = new System.Windows.Forms.CheckBox();
            this.checkBox5_7 = new System.Windows.Forms.CheckBox();
            this.checkBox3_11 = new System.Windows.Forms.CheckBox();
            this.checkBox5_6 = new System.Windows.Forms.CheckBox();
            this.checkBox3_12 = new System.Windows.Forms.CheckBox();
            this.checkBox5_5 = new System.Windows.Forms.CheckBox();
            this.checkBox4_1 = new System.Windows.Forms.CheckBox();
            this.checkBox5_4 = new System.Windows.Forms.CheckBox();
            this.checkBox4_2 = new System.Windows.Forms.CheckBox();
            this.checkBox5_3 = new System.Windows.Forms.CheckBox();
            this.checkBox4_3 = new System.Windows.Forms.CheckBox();
            this.checkBox5_2 = new System.Windows.Forms.CheckBox();
            this.checkBox4_4 = new System.Windows.Forms.CheckBox();
            this.checkBox5_1 = new System.Windows.Forms.CheckBox();
            this.checkBox4_5 = new System.Windows.Forms.CheckBox();
            this.checkBox4_12 = new System.Windows.Forms.CheckBox();
            this.checkBox4_6 = new System.Windows.Forms.CheckBox();
            this.checkBox4_11 = new System.Windows.Forms.CheckBox();
            this.checkBox4_7 = new System.Windows.Forms.CheckBox();
            this.checkBox4_10 = new System.Windows.Forms.CheckBox();
            this.checkBox4_8 = new System.Windows.Forms.CheckBox();
            this.checkBox4_9 = new System.Windows.Forms.CheckBox();
            this.listView2 = new System.Windows.Forms.ListView();
            this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.panelFree.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelFree
            // 
            this.panelFree.Controls.Add(this.buttonX6);
            this.panelFree.Controls.Add(this.buttonX5);
            this.panelFree.Controls.Add(this.buttonX4);
            this.panelFree.Controls.Add(this.buttonX3);
            this.panelFree.Controls.Add(this.buttonX2);
            this.panelFree.Controls.Add(this.buttonX1);
            this.panelFree.Controls.Add(this.progressBar1);
            this.panelFree.Controls.Add(this.checkBox7);
            this.panelFree.Controls.Add(this.checkBox6);
            this.panelFree.Controls.Add(this.checkBox5);
            this.panelFree.Controls.Add(this.checkBox4);
            this.panelFree.Controls.Add(this.checkBox3);
            this.panelFree.Controls.Add(this.checkBox0);
            this.panelFree.Controls.Add(this.checkBox2);
            this.panelFree.Controls.Add(this.checkBox1);
            this.panelFree.Controls.Add(this.chkBatchAdd);
            this.panelFree.Controls.Add(this.listView3);
            this.panelFree.Controls.Add(this.groupBox2);
            this.panelFree.Controls.Add(this.checkBox1_1);
            this.panelFree.Controls.Add(this.checkBox1_2);
            this.panelFree.Controls.Add(this.checkBox1_3);
            this.panelFree.Controls.Add(this.checkBox1_4);
            this.panelFree.Controls.Add(this.checkBox1_5);
            this.panelFree.Controls.Add(this.checkBox7_12);
            this.panelFree.Controls.Add(this.checkBox1_6);
            this.panelFree.Controls.Add(this.checkBox7_11);
            this.panelFree.Controls.Add(this.checkBox1_7);
            this.panelFree.Controls.Add(this.checkBox7_10);
            this.panelFree.Controls.Add(this.checkBox1_8);
            this.panelFree.Controls.Add(this.tBWeek);
            this.panelFree.Controls.Add(this.checkBox7_9);
            this.panelFree.Controls.Add(this.lblWeek);
            this.panelFree.Controls.Add(this.checkBox1_9);
            this.panelFree.Controls.Add(this.checkBox7_8);
            this.panelFree.Controls.Add(this.checkBox1_10);
            this.panelFree.Controls.Add(this.checkBox7_7);
            this.panelFree.Controls.Add(this.checkBox1_11);
            this.panelFree.Controls.Add(this.checkBox7_6);
            this.panelFree.Controls.Add(this.checkBox1_12);
            this.panelFree.Controls.Add(this.checkBox7_5);
            this.panelFree.Controls.Add(this.checkBox2_1);
            this.panelFree.Controls.Add(this.checkBox7_4);
            this.panelFree.Controls.Add(this.checkBox2_2);
            this.panelFree.Controls.Add(this.checkBox7_3);
            this.panelFree.Controls.Add(this.checkBox2_3);
            this.panelFree.Controls.Add(this.checkBox7_2);
            this.panelFree.Controls.Add(this.checkBox2_4);
            this.panelFree.Controls.Add(this.checkBox7_1);
            this.panelFree.Controls.Add(this.checkBox2_5);
            this.panelFree.Controls.Add(this.checkBox6_12);
            this.panelFree.Controls.Add(this.checkBox2_6);
            this.panelFree.Controls.Add(this.checkBox6_11);
            this.panelFree.Controls.Add(this.checkBox2_7);
            this.panelFree.Controls.Add(this.checkBox6_10);
            this.panelFree.Controls.Add(this.checkBox2_8);
            this.panelFree.Controls.Add(this.checkBox6_9);
            this.panelFree.Controls.Add(this.checkBox2_9);
            this.panelFree.Controls.Add(this.checkBox6_8);
            this.panelFree.Controls.Add(this.checkBox2_10);
            this.panelFree.Controls.Add(this.checkBox6_7);
            this.panelFree.Controls.Add(this.checkBox2_11);
            this.panelFree.Controls.Add(this.checkBox6_6);
            this.panelFree.Controls.Add(this.checkBox2_12);
            this.panelFree.Controls.Add(this.checkBox6_5);
            this.panelFree.Controls.Add(this.checkBox3_1);
            this.panelFree.Controls.Add(this.checkBox6_4);
            this.panelFree.Controls.Add(this.checkBox3_2);
            this.panelFree.Controls.Add(this.checkBox6_3);
            this.panelFree.Controls.Add(this.checkBox3_3);
            this.panelFree.Controls.Add(this.checkBox6_2);
            this.panelFree.Controls.Add(this.checkBox3_4);
            this.panelFree.Controls.Add(this.checkBox6_1);
            this.panelFree.Controls.Add(this.checkBox3_5);
            this.panelFree.Controls.Add(this.checkBox5_12);
            this.panelFree.Controls.Add(this.checkBox3_6);
            this.panelFree.Controls.Add(this.checkBox5_11);
            this.panelFree.Controls.Add(this.checkBox3_7);
            this.panelFree.Controls.Add(this.checkBox5_10);
            this.panelFree.Controls.Add(this.checkBox3_8);
            this.panelFree.Controls.Add(this.checkBox5_9);
            this.panelFree.Controls.Add(this.checkBox3_9);
            this.panelFree.Controls.Add(this.checkBox5_8);
            this.panelFree.Controls.Add(this.checkBox3_10);
            this.panelFree.Controls.Add(this.checkBox5_7);
            this.panelFree.Controls.Add(this.checkBox3_11);
            this.panelFree.Controls.Add(this.checkBox5_6);
            this.panelFree.Controls.Add(this.checkBox3_12);
            this.panelFree.Controls.Add(this.checkBox5_5);
            this.panelFree.Controls.Add(this.checkBox4_1);
            this.panelFree.Controls.Add(this.checkBox5_4);
            this.panelFree.Controls.Add(this.checkBox4_2);
            this.panelFree.Controls.Add(this.checkBox5_3);
            this.panelFree.Controls.Add(this.checkBox4_3);
            this.panelFree.Controls.Add(this.checkBox5_2);
            this.panelFree.Controls.Add(this.checkBox4_4);
            this.panelFree.Controls.Add(this.checkBox5_1);
            this.panelFree.Controls.Add(this.checkBox4_5);
            this.panelFree.Controls.Add(this.checkBox4_12);
            this.panelFree.Controls.Add(this.checkBox4_6);
            this.panelFree.Controls.Add(this.checkBox4_11);
            this.panelFree.Controls.Add(this.checkBox4_7);
            this.panelFree.Controls.Add(this.checkBox4_10);
            this.panelFree.Controls.Add(this.checkBox4_8);
            this.panelFree.Controls.Add(this.checkBox4_9);
            this.panelFree.Controls.Add(this.listView2);
            this.panelFree.Location = new System.Drawing.Point(12, 12);
            this.panelFree.Name = "panelFree";
            this.panelFree.Size = new System.Drawing.Size(732, 398);
            this.panelFree.TabIndex = 175;
            // 
            // buttonX6
            // 
            this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX6.Location = new System.Drawing.Point(646, 368);
            this.buttonX6.Name = "buttonX6";
            this.buttonX6.Size = new System.Drawing.Size(75, 23);
            this.buttonX6.TabIndex = 205;
            this.buttonX6.Text = "保存";
            this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
            // 
            // buttonX5
            // 
            this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX5.Location = new System.Drawing.Point(583, 325);
            this.buttonX5.Name = "buttonX5";
            this.buttonX5.Size = new System.Drawing.Size(75, 23);
            this.buttonX5.TabIndex = 204;
            this.buttonX5.Text = "移除勾选";
            this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
            // 
            // buttonX4
            // 
            this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX4.Location = new System.Drawing.Point(502, 325);
            this.buttonX4.Name = "buttonX4";
            this.buttonX4.Size = new System.Drawing.Size(75, 23);
            this.buttonX4.TabIndex = 203;
            this.buttonX4.Text = "清空全部";
            this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
            // 
            // buttonX3
            // 
            this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX3.Location = new System.Drawing.Point(428, 337);
            this.buttonX3.Name = "buttonX3";
            this.buttonX3.Size = new System.Drawing.Size(47, 23);
            this.buttonX3.TabIndex = 202;
            this.buttonX3.Text = "转到";
            this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click);
            // 
            // buttonX2
            // 
            this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX2.Location = new System.Drawing.Point(375, 337);
            this.buttonX2.Name = "buttonX2";
            this.buttonX2.Size = new System.Drawing.Size(47, 23);
            this.buttonX2.TabIndex = 201;
            this.buttonX2.Text = "下一周";
            this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX1.Location = new System.Drawing.Point(322, 337);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(47, 23);
            this.buttonX1.TabIndex = 200;
            this.buttonX1.Text = "上一周";
            this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // progressBar1
            // 
            this.progressBar1.Location = new System.Drawing.Point(202, 366);
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(438, 23);
            this.progressBar1.TabIndex = 198;
            // 
            // checkBox7
            // 
            this.checkBox7.AutoCheck = false;
            this.checkBox7.AutoSize = true;
            this.checkBox7.Location = new System.Drawing.Point(419, 8);
            this.checkBox7.Name = "checkBox7";
            this.checkBox7.Size = new System.Drawing.Size(15, 14);
            this.checkBox7.TabIndex = 197;
            this.checkBox7.ThreeState = true;
            this.checkBox7.UseVisualStyleBackColor = true;
            this.checkBox7.Click += new System.EventHandler(this.checkBox0_Click);
            // 
            // checkBox6
            // 
            this.checkBox6.AutoCheck = false;
            this.checkBox6.AutoSize = true;
            this.checkBox6.Location = new System.Drawing.Point(359, 8);
            this.checkBox6.Name = "checkBox6";
            this.checkBox6.Size = new System.Drawing.Size(15, 14);
            this.checkBox6.TabIndex = 197;
            this.checkBox6.ThreeState = true;
            this.checkBox6.UseVisualStyleBackColor = true;
            this.checkBox6.Click += new System.EventHandler(this.checkBox0_Click);
            // 
            // checkBox5
            // 
            this.checkBox5.AutoCheck = false;
            this.checkBox5.AutoSize = true;
            this.checkBox5.Location = new System.Drawing.Point(299, 8);
            this.checkBox5.Name = "checkBox5";
            this.checkBox5.Size = new System.Drawing.Size(15, 14);
            this.checkBox5.TabIndex = 197;
            this.checkBox5.ThreeState = true;
            this.checkBox5.UseVisualStyleBackColor = true;
            this.checkBox5.Click += new System.EventHandler(this.checkBox0_Click);
            // 
            // checkBox4
            // 
            this.checkBox4.AutoCheck = false;
            this.checkBox4.AutoSize = true;
            this.checkBox4.Location = new System.Drawing.Point(239, 8);
            this.checkBox4.Name = "checkBox4";
            this.checkBox4.Size = new System.Drawing.Size(15, 14);
            this.checkBox4.TabIndex = 197;
            this.checkBox4.ThreeState = true;
            this.checkBox4.UseVisualStyleBackColor = true;
            this.checkBox4.Click += new System.EventHandler(this.checkBox0_Click);
            // 
            // checkBox3
            // 
            this.checkBox3.AutoCheck = false;
            this.checkBox3.AutoSize = true;
            this.checkBox3.Location = new System.Drawing.Point(182, 8);
            this.checkBox3.Name = "checkBox3";
            this.checkBox3.Size = new System.Drawing.Size(15, 14);
            this.checkBox3.TabIndex = 197;
            this.checkBox3.ThreeState = true;
            this.checkBox3.UseVisualStyleBackColor = true;
            this.checkBox3.Click += new System.EventHandler(this.checkBox0_Click);
            // 
            // checkBox0
            // 
            this.checkBox0.AutoCheck = false;
            this.checkBox0.AutoSize = true;
            this.checkBox0.Location = new System.Drawing.Point(5, 7);
            this.checkBox0.Name = "checkBox0";
            this.checkBox0.Size = new System.Drawing.Size(48, 16);
            this.checkBox0.TabIndex = 197;
            this.checkBox0.Text = "时间";
            this.checkBox0.ThreeState = true;
            this.checkBox0.UseVisualStyleBackColor = true;
            this.checkBox0.Click += new System.EventHandler(this.checkBox0_Click_1);
            // 
            // checkBox2
            // 
            this.checkBox2.AutoCheck = false;
            this.checkBox2.AutoSize = true;
            this.checkBox2.Location = new System.Drawing.Point(121, 8);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(15, 14);
            this.checkBox2.TabIndex = 197;
            this.checkBox2.ThreeState = true;
            this.checkBox2.UseVisualStyleBackColor = true;
            this.checkBox2.Click += new System.EventHandler(this.checkBox0_Click);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoCheck = false;
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(56, 8);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(15, 14);
            this.checkBox1.TabIndex = 197;
            this.checkBox1.ThreeState = true;
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.Click += new System.EventHandler(this.checkBox0_Click);
            // 
            // chkBatchAdd
            // 
            this.chkBatchAdd.AutoSize = true;
            this.chkBatchAdd.Location = new System.Drawing.Point(11, 327);
            this.chkBatchAdd.Name = "chkBatchAdd";
            this.chkBatchAdd.Size = new System.Drawing.Size(72, 16);
            this.chkBatchAdd.TabIndex = 0;
            this.chkBatchAdd.Text = "批量增加";
            this.chkBatchAdd.UseVisualStyleBackColor = true;
            this.chkBatchAdd.CheckedChanged += new System.EventHandler(this.chkBatchAdd_CheckedChanged);
            // 
            // listView3
            // 
            this.listView3.CheckBoxes = true;
            this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader11,
            this.columnHeader12});
            this.listView3.FullRowSelect = true;
            this.listView3.Location = new System.Drawing.Point(502, 3);
            this.listView3.Name = "listView3";
            this.listView3.Size = new System.Drawing.Size(229, 316);
            this.listView3.TabIndex = 90;
            this.listView3.UseCompatibleStateImageBehavior = false;
            this.listView3.View = System.Windows.Forms.View.Details;
            this.listView3.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView3_ItemChecked);
            this.listView3.SelectedIndexChanged += new System.EventHandler(this.listView3_SelectedIndexChanged);
            // 
            // columnHeader11
            // 
            this.columnHeader11.Text = "姓名";
            this.columnHeader11.Width = 72;
            // 
            // columnHeader12
            // 
            this.columnHeader12.Text = "空闲时间";
            this.columnHeader12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader12.Width = 148;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.tBEnd);
            this.groupBox2.Controls.Add(this.tBStart);
            this.groupBox2.Controls.Add(this.label11);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Enabled = false;
            this.groupBox2.Location = new System.Drawing.Point(3, 325);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(182, 66);
            this.groupBox2.TabIndex = 188;
            this.groupBox2.TabStop = false;
            // 
            // tBEnd
            // 
            this.tBEnd.Location = new System.Drawing.Point(123, 37);
            this.tBEnd.Name = "tBEnd";
            this.tBEnd.Size = new System.Drawing.Size(22, 21);
            this.tBEnd.TabIndex = 2;
            this.tBEnd.Text = "20";
            this.tBEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tBEnd.TextChanged += new System.EventHandler(this.tBEnd_TextChanged);
            this.tBEnd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBEnd_KeyPress);
            this.tBEnd.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tBEnd_KeyUp);
            // 
            // tBStart
            // 
            this.tBStart.Location = new System.Drawing.Point(41, 37);
            this.tBStart.Name = "tBStart";
            this.tBStart.Size = new System.Drawing.Size(22, 21);
            this.tBStart.TabIndex = 2;
            this.tBStart.Text = "1";
            this.tBStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tBStart.TextChanged += new System.EventHandler(this.tBEnd_TextChanged);
            this.tBStart.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBEnd_KeyPress);
            this.tBStart.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tBEnd_KeyUp);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(151, 41);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(17, 12);
            this.label11.TabIndex = 1;
            this.label11.Text = "周";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(69, 41);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(35, 12);
            this.label9.TabIndex = 1;
            this.label9.Text = "周 —";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(102, 41);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(17, 12);
            this.label10.TabIndex = 1;
            this.label10.Text = "第";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(22, 41);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(17, 12);
            this.label8.TabIndex = 1;
            this.label8.Text = "第";
            // 
            // checkBox1_1
            // 
            this.checkBox1_1.AutoSize = true;
            this.checkBox1_1.Location = new System.Drawing.Point(73, 43);
            this.checkBox1_1.Name = "checkBox1_1";
            this.checkBox1_1.Size = new System.Drawing.Size(30, 16);
            this.checkBox1_1.TabIndex = 85;
            this.checkBox1_1.Text = "1";
            this.checkBox1_1.UseVisualStyleBackColor = true;
            this.checkBox1_1.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox1_2
            // 
            this.checkBox1_2.AutoSize = true;
            this.checkBox1_2.Location = new System.Drawing.Point(73, 65);
            this.checkBox1_2.Name = "checkBox1_2";
            this.checkBox1_2.Size = new System.Drawing.Size(30, 16);
            this.checkBox1_2.TabIndex = 86;
            this.checkBox1_2.Text = "2";
            this.checkBox1_2.UseVisualStyleBackColor = true;
            this.checkBox1_2.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox1_3
            // 
            this.checkBox1_3.AutoSize = true;
            this.checkBox1_3.Location = new System.Drawing.Point(73, 87);
            this.checkBox1_3.Name = "checkBox1_3";
            this.checkBox1_3.Size = new System.Drawing.Size(30, 16);
            this.checkBox1_3.TabIndex = 87;
            this.checkBox1_3.Text = "3";
            this.checkBox1_3.UseVisualStyleBackColor = true;
            this.checkBox1_3.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox1_4
            // 
            this.checkBox1_4.AutoSize = true;
            this.checkBox1_4.Location = new System.Drawing.Point(73, 109);
            this.checkBox1_4.Name = "checkBox1_4";
            this.checkBox1_4.Size = new System.Drawing.Size(30, 16);
            this.checkBox1_4.TabIndex = 88;
            this.checkBox1_4.Text = "4";
            this.checkBox1_4.UseVisualStyleBackColor = true;
            this.checkBox1_4.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox1_5
            // 
            this.checkBox1_5.AutoSize = true;
            this.checkBox1_5.Location = new System.Drawing.Point(73, 131);
            this.checkBox1_5.Name = "checkBox1_5";
            this.checkBox1_5.Size = new System.Drawing.Size(30, 16);
            this.checkBox1_5.TabIndex = 89;
            this.checkBox1_5.Text = "5";
            this.checkBox1_5.UseVisualStyleBackColor = true;
            this.checkBox1_5.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox7_12
            // 
            this.checkBox7_12.AutoSize = true;
            this.checkBox7_12.Location = new System.Drawing.Point(436, 289);
            this.checkBox7_12.Name = "checkBox7_12";
            this.checkBox7_12.Size = new System.Drawing.Size(36, 16);
            this.checkBox7_12.TabIndex = 168;
            this.checkBox7_12.Text = "12";
            this.checkBox7_12.UseVisualStyleBackColor = true;
            this.checkBox7_12.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox1_6
            // 
            this.checkBox1_6.AutoSize = true;
            this.checkBox1_6.Location = new System.Drawing.Point(73, 153);
            this.checkBox1_6.Name = "checkBox1_6";
            this.checkBox1_6.Size = new System.Drawing.Size(30, 16);
            this.checkBox1_6.TabIndex = 90;
            this.checkBox1_6.Text = "6";
            this.checkBox1_6.UseVisualStyleBackColor = true;
            this.checkBox1_6.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox7_11
            // 
            this.checkBox7_11.AutoSize = true;
            this.checkBox7_11.Location = new System.Drawing.Point(436, 267);
            this.checkBox7_11.Name = "checkBox7_11";
            this.checkBox7_11.Size = new System.Drawing.Size(36, 16);
            this.checkBox7_11.TabIndex = 167;
            this.checkBox7_11.Text = "11";
            this.checkBox7_11.UseVisualStyleBackColor = true;
            this.checkBox7_11.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox1_7
            // 
            this.checkBox1_7.AutoSize = true;
            this.checkBox1_7.Location = new System.Drawing.Point(73, 175);
            this.checkBox1_7.Name = "checkBox1_7";
            this.checkBox1_7.Size = new System.Drawing.Size(30, 16);
            this.checkBox1_7.TabIndex = 91;
            this.checkBox1_7.Text = "7";
            this.checkBox1_7.UseVisualStyleBackColor = true;
            this.checkBox1_7.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox7_10
            // 
            this.checkBox7_10.AutoSize = true;
            this.checkBox7_10.Location = new System.Drawing.Point(436, 245);
            this.checkBox7_10.Name = "checkBox7_10";
            this.checkBox7_10.Size = new System.Drawing.Size(36, 16);
            this.checkBox7_10.TabIndex = 166;
            this.checkBox7_10.Text = "10";
            this.checkBox7_10.UseVisualStyleBackColor = true;
            this.checkBox7_10.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox1_8
            // 
            this.checkBox1_8.AutoSize = true;
            this.checkBox1_8.Location = new System.Drawing.Point(73, 197);
            this.checkBox1_8.Name = "checkBox1_8";
            this.checkBox1_8.Size = new System.Drawing.Size(30, 16);
            this.checkBox1_8.TabIndex = 92;
            this.checkBox1_8.Text = "8";
            this.checkBox1_8.UseVisualStyleBackColor = true;
            this.checkBox1_8.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // tBWeek
            // 
            this.tBWeek.Location = new System.Drawing.Point(247, 337);
            this.tBWeek.Name = "tBWeek";
            this.tBWeek.Size = new System.Drawing.Size(55, 21);
            this.tBWeek.TabIndex = 173;
            this.tBWeek.Text = "1";
            this.tBWeek.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tBWeek.TextChanged += new System.EventHandler(this.tBWeek_TextChanged);
            this.tBWeek.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tBWeek_KeyPress);
            this.tBWeek.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tBWeek_KeyUp);
            // 
            // checkBox7_9
            // 
            this.checkBox7_9.AutoSize = true;
            this.checkBox7_9.Location = new System.Drawing.Point(436, 219);
            this.checkBox7_9.Name = "checkBox7_9";
            this.checkBox7_9.Size = new System.Drawing.Size(30, 16);
            this.checkBox7_9.TabIndex = 165;
            this.checkBox7_9.Text = "9";
            this.checkBox7_9.UseVisualStyleBackColor = true;
            this.checkBox7_9.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // lblWeek
            // 
            this.lblWeek.AutoSize = true;
            this.lblWeek.Location = new System.Drawing.Point(200, 340);
            this.lblWeek.Name = "lblWeek";
            this.lblWeek.Size = new System.Drawing.Size(41, 12);
            this.lblWeek.TabIndex = 172;
            this.lblWeek.Text = "周次:";
            // 
            // checkBox1_9
            // 
            this.checkBox1_9.AutoSize = true;
            this.checkBox1_9.Location = new System.Drawing.Point(73, 219);
            this.checkBox1_9.Name = "checkBox1_9";
            this.checkBox1_9.Size = new System.Drawing.Size(30, 16);
            this.checkBox1_9.TabIndex = 93;
            this.checkBox1_9.Text = "9";
            this.checkBox1_9.UseVisualStyleBackColor = true;
            this.checkBox1_9.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox7_8
            // 
            this.checkBox7_8.AutoSize = true;
            this.checkBox7_8.Location = new System.Drawing.Point(436, 197);
            this.checkBox7_8.Name = "checkBox7_8";
            this.checkBox7_8.Size = new System.Drawing.Size(30, 16);
            this.checkBox7_8.TabIndex = 164;
            this.checkBox7_8.Text = "8";
            this.checkBox7_8.UseVisualStyleBackColor = true;
            this.checkBox7_8.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox1_10
            // 
            this.checkBox1_10.AutoSize = true;
            this.checkBox1_10.Location = new System.Drawing.Point(73, 245);
            this.checkBox1_10.Name = "checkBox1_10";
            this.checkBox1_10.Size = new System.Drawing.Size(36, 16);
            this.checkBox1_10.TabIndex = 94;
            this.checkBox1_10.Text = "10";
            this.checkBox1_10.UseVisualStyleBackColor = true;
            this.checkBox1_10.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox7_7
            // 
            this.checkBox7_7.AutoSize = true;
            this.checkBox7_7.Location = new System.Drawing.Point(436, 175);
            this.checkBox7_7.Name = "checkBox7_7";
            this.checkBox7_7.Size = new System.Drawing.Size(30, 16);
            this.checkBox7_7.TabIndex = 163;
            this.checkBox7_7.Text = "7";
            this.checkBox7_7.UseVisualStyleBackColor = true;
            this.checkBox7_7.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox1_11
            // 
            this.checkBox1_11.AutoSize = true;
            this.checkBox1_11.Location = new System.Drawing.Point(73, 267);
            this.checkBox1_11.Name = "checkBox1_11";
            this.checkBox1_11.Size = new System.Drawing.Size(36, 16);
            this.checkBox1_11.TabIndex = 95;
            this.checkBox1_11.Text = "11";
            this.checkBox1_11.UseVisualStyleBackColor = true;
            this.checkBox1_11.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox7_6
            // 
            this.checkBox7_6.AutoSize = true;
            this.checkBox7_6.Location = new System.Drawing.Point(436, 153);
            this.checkBox7_6.Name = "checkBox7_6";
            this.checkBox7_6.Size = new System.Drawing.Size(30, 16);
            this.checkBox7_6.TabIndex = 162;
            this.checkBox7_6.Text = "6";
            this.checkBox7_6.UseVisualStyleBackColor = true;
            this.checkBox7_6.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox1_12
            // 
            this.checkBox1_12.AutoSize = true;
            this.checkBox1_12.Location = new System.Drawing.Point(73, 289);
            this.checkBox1_12.Name = "checkBox1_12";
            this.checkBox1_12.Size = new System.Drawing.Size(36, 16);
            this.checkBox1_12.TabIndex = 96;
            this.checkBox1_12.Text = "12";
            this.checkBox1_12.UseVisualStyleBackColor = true;
            this.checkBox1_12.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox7_5
            // 
            this.checkBox7_5.AutoSize = true;
            this.checkBox7_5.Location = new System.Drawing.Point(436, 131);
            this.checkBox7_5.Name = "checkBox7_5";
            this.checkBox7_5.Size = new System.Drawing.Size(30, 16);
            this.checkBox7_5.TabIndex = 161;
            this.checkBox7_5.Text = "5";
            this.checkBox7_5.UseVisualStyleBackColor = true;
            this.checkBox7_5.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_1
            // 
            this.checkBox2_1.AutoSize = true;
            this.checkBox2_1.Location = new System.Drawing.Point(142, 43);
            this.checkBox2_1.Name = "checkBox2_1";
            this.checkBox2_1.Size = new System.Drawing.Size(30, 16);
            this.checkBox2_1.TabIndex = 97;
            this.checkBox2_1.Text = "1";
            this.checkBox2_1.UseVisualStyleBackColor = true;
            this.checkBox2_1.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox7_4
            // 
            this.checkBox7_4.AutoSize = true;
            this.checkBox7_4.Location = new System.Drawing.Point(436, 109);
            this.checkBox7_4.Name = "checkBox7_4";
            this.checkBox7_4.Size = new System.Drawing.Size(30, 16);
            this.checkBox7_4.TabIndex = 160;
            this.checkBox7_4.Text = "4";
            this.checkBox7_4.UseVisualStyleBackColor = true;
            this.checkBox7_4.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_2
            // 
            this.checkBox2_2.AutoSize = true;
            this.checkBox2_2.Location = new System.Drawing.Point(142, 65);
            this.checkBox2_2.Name = "checkBox2_2";
            this.checkBox2_2.Size = new System.Drawing.Size(30, 16);
            this.checkBox2_2.TabIndex = 98;
            this.checkBox2_2.Text = "2";
            this.checkBox2_2.UseVisualStyleBackColor = true;
            this.checkBox2_2.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox7_3
            // 
            this.checkBox7_3.AutoSize = true;
            this.checkBox7_3.Location = new System.Drawing.Point(436, 87);
            this.checkBox7_3.Name = "checkBox7_3";
            this.checkBox7_3.Size = new System.Drawing.Size(30, 16);
            this.checkBox7_3.TabIndex = 159;
            this.checkBox7_3.Text = "3";
            this.checkBox7_3.UseVisualStyleBackColor = true;
            this.checkBox7_3.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_3
            // 
            this.checkBox2_3.AutoSize = true;
            this.checkBox2_3.Location = new System.Drawing.Point(142, 87);
            this.checkBox2_3.Name = "checkBox2_3";
            this.checkBox2_3.Size = new System.Drawing.Size(30, 16);
            this.checkBox2_3.TabIndex = 99;
            this.checkBox2_3.Text = "3";
            this.checkBox2_3.UseVisualStyleBackColor = true;
            this.checkBox2_3.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox7_2
            // 
            this.checkBox7_2.AutoSize = true;
            this.checkBox7_2.Location = new System.Drawing.Point(436, 65);
            this.checkBox7_2.Name = "checkBox7_2";
            this.checkBox7_2.Size = new System.Drawing.Size(30, 16);
            this.checkBox7_2.TabIndex = 158;
            this.checkBox7_2.Text = "2";
            this.checkBox7_2.UseVisualStyleBackColor = true;
            this.checkBox7_2.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_4
            // 
            this.checkBox2_4.AutoSize = true;
            this.checkBox2_4.Location = new System.Drawing.Point(142, 109);
            this.checkBox2_4.Name = "checkBox2_4";
            this.checkBox2_4.Size = new System.Drawing.Size(30, 16);
            this.checkBox2_4.TabIndex = 100;
            this.checkBox2_4.Text = "4";
            this.checkBox2_4.UseVisualStyleBackColor = true;
            this.checkBox2_4.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox7_1
            // 
            this.checkBox7_1.AutoSize = true;
            this.checkBox7_1.Location = new System.Drawing.Point(436, 43);
            this.checkBox7_1.Name = "checkBox7_1";
            this.checkBox7_1.Size = new System.Drawing.Size(30, 16);
            this.checkBox7_1.TabIndex = 157;
            this.checkBox7_1.Text = "1";
            this.checkBox7_1.UseVisualStyleBackColor = true;
            this.checkBox7_1.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_5
            // 
            this.checkBox2_5.AutoSize = true;
            this.checkBox2_5.Location = new System.Drawing.Point(142, 131);
            this.checkBox2_5.Name = "checkBox2_5";
            this.checkBox2_5.Size = new System.Drawing.Size(30, 16);
            this.checkBox2_5.TabIndex = 101;
            this.checkBox2_5.Text = "5";
            this.checkBox2_5.UseVisualStyleBackColor = true;
            this.checkBox2_5.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_12
            // 
            this.checkBox6_12.AutoSize = true;
            this.checkBox6_12.Location = new System.Drawing.Point(375, 289);
            this.checkBox6_12.Name = "checkBox6_12";
            this.checkBox6_12.Size = new System.Drawing.Size(36, 16);
            this.checkBox6_12.TabIndex = 156;
            this.checkBox6_12.Text = "12";
            this.checkBox6_12.UseVisualStyleBackColor = true;
            this.checkBox6_12.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_6
            // 
            this.checkBox2_6.AutoSize = true;
            this.checkBox2_6.Location = new System.Drawing.Point(142, 153);
            this.checkBox2_6.Name = "checkBox2_6";
            this.checkBox2_6.Size = new System.Drawing.Size(30, 16);
            this.checkBox2_6.TabIndex = 102;
            this.checkBox2_6.Text = "6";
            this.checkBox2_6.UseVisualStyleBackColor = true;
            this.checkBox2_6.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_11
            // 
            this.checkBox6_11.AutoSize = true;
            this.checkBox6_11.Location = new System.Drawing.Point(375, 267);
            this.checkBox6_11.Name = "checkBox6_11";
            this.checkBox6_11.Size = new System.Drawing.Size(36, 16);
            this.checkBox6_11.TabIndex = 155;
            this.checkBox6_11.Text = "11";
            this.checkBox6_11.UseVisualStyleBackColor = true;
            this.checkBox6_11.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_7
            // 
            this.checkBox2_7.AutoSize = true;
            this.checkBox2_7.Location = new System.Drawing.Point(142, 175);
            this.checkBox2_7.Name = "checkBox2_7";
            this.checkBox2_7.Size = new System.Drawing.Size(30, 16);
            this.checkBox2_7.TabIndex = 103;
            this.checkBox2_7.Text = "7";
            this.checkBox2_7.UseVisualStyleBackColor = true;
            this.checkBox2_7.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_10
            // 
            this.checkBox6_10.AutoSize = true;
            this.checkBox6_10.Location = new System.Drawing.Point(375, 245);
            this.checkBox6_10.Name = "checkBox6_10";
            this.checkBox6_10.Size = new System.Drawing.Size(36, 16);
            this.checkBox6_10.TabIndex = 154;
            this.checkBox6_10.Text = "10";
            this.checkBox6_10.UseVisualStyleBackColor = true;
            this.checkBox6_10.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_8
            // 
            this.checkBox2_8.AutoSize = true;
            this.checkBox2_8.Location = new System.Drawing.Point(142, 197);
            this.checkBox2_8.Name = "checkBox2_8";
            this.checkBox2_8.Size = new System.Drawing.Size(30, 16);
            this.checkBox2_8.TabIndex = 104;
            this.checkBox2_8.Text = "8";
            this.checkBox2_8.UseVisualStyleBackColor = true;
            this.checkBox2_8.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_9
            // 
            this.checkBox6_9.AutoSize = true;
            this.checkBox6_9.Location = new System.Drawing.Point(375, 219);
            this.checkBox6_9.Name = "checkBox6_9";
            this.checkBox6_9.Size = new System.Drawing.Size(30, 16);
            this.checkBox6_9.TabIndex = 153;
            this.checkBox6_9.Text = "9";
            this.checkBox6_9.UseVisualStyleBackColor = true;
            this.checkBox6_9.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_9
            // 
            this.checkBox2_9.AutoSize = true;
            this.checkBox2_9.Location = new System.Drawing.Point(142, 219);
            this.checkBox2_9.Name = "checkBox2_9";
            this.checkBox2_9.Size = new System.Drawing.Size(30, 16);
            this.checkBox2_9.TabIndex = 105;
            this.checkBox2_9.Text = "9";
            this.checkBox2_9.UseVisualStyleBackColor = true;
            this.checkBox2_9.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_8
            // 
            this.checkBox6_8.AutoSize = true;
            this.checkBox6_8.Location = new System.Drawing.Point(375, 197);
            this.checkBox6_8.Name = "checkBox6_8";
            this.checkBox6_8.Size = new System.Drawing.Size(30, 16);
            this.checkBox6_8.TabIndex = 152;
            this.checkBox6_8.Text = "8";
            this.checkBox6_8.UseVisualStyleBackColor = true;
            this.checkBox6_8.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_10
            // 
            this.checkBox2_10.AutoSize = true;
            this.checkBox2_10.Location = new System.Drawing.Point(142, 245);
            this.checkBox2_10.Name = "checkBox2_10";
            this.checkBox2_10.Size = new System.Drawing.Size(36, 16);
            this.checkBox2_10.TabIndex = 106;
            this.checkBox2_10.Text = "10";
            this.checkBox2_10.UseVisualStyleBackColor = true;
            this.checkBox2_10.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_7
            // 
            this.checkBox6_7.AutoSize = true;
            this.checkBox6_7.Location = new System.Drawing.Point(375, 175);
            this.checkBox6_7.Name = "checkBox6_7";
            this.checkBox6_7.Size = new System.Drawing.Size(30, 16);
            this.checkBox6_7.TabIndex = 151;
            this.checkBox6_7.Text = "7";
            this.checkBox6_7.UseVisualStyleBackColor = true;
            this.checkBox6_7.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_11
            // 
            this.checkBox2_11.AutoSize = true;
            this.checkBox2_11.Location = new System.Drawing.Point(142, 267);
            this.checkBox2_11.Name = "checkBox2_11";
            this.checkBox2_11.Size = new System.Drawing.Size(36, 16);
            this.checkBox2_11.TabIndex = 107;
            this.checkBox2_11.Text = "11";
            this.checkBox2_11.UseVisualStyleBackColor = true;
            this.checkBox2_11.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_6
            // 
            this.checkBox6_6.AutoSize = true;
            this.checkBox6_6.Location = new System.Drawing.Point(375, 153);
            this.checkBox6_6.Name = "checkBox6_6";
            this.checkBox6_6.Size = new System.Drawing.Size(30, 16);
            this.checkBox6_6.TabIndex = 150;
            this.checkBox6_6.Text = "6";
            this.checkBox6_6.UseVisualStyleBackColor = true;
            this.checkBox6_6.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox2_12
            // 
            this.checkBox2_12.AutoSize = true;
            this.checkBox2_12.Location = new System.Drawing.Point(142, 289);
            this.checkBox2_12.Name = "checkBox2_12";
            this.checkBox2_12.Size = new System.Drawing.Size(36, 16);
            this.checkBox2_12.TabIndex = 108;
            this.checkBox2_12.Text = "12";
            this.checkBox2_12.UseVisualStyleBackColor = true;
            this.checkBox2_12.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_5
            // 
            this.checkBox6_5.AutoSize = true;
            this.checkBox6_5.Location = new System.Drawing.Point(375, 131);
            this.checkBox6_5.Name = "checkBox6_5";
            this.checkBox6_5.Size = new System.Drawing.Size(30, 16);
            this.checkBox6_5.TabIndex = 149;
            this.checkBox6_5.Text = "5";
            this.checkBox6_5.UseVisualStyleBackColor = true;
            this.checkBox6_5.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_1
            // 
            this.checkBox3_1.AutoSize = true;
            this.checkBox3_1.Location = new System.Drawing.Point(202, 43);
            this.checkBox3_1.Name = "checkBox3_1";
            this.checkBox3_1.Size = new System.Drawing.Size(30, 16);
            this.checkBox3_1.TabIndex = 109;
            this.checkBox3_1.Text = "1";
            this.checkBox3_1.UseVisualStyleBackColor = true;
            this.checkBox3_1.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_4
            // 
            this.checkBox6_4.AutoSize = true;
            this.checkBox6_4.Location = new System.Drawing.Point(375, 109);
            this.checkBox6_4.Name = "checkBox6_4";
            this.checkBox6_4.Size = new System.Drawing.Size(30, 16);
            this.checkBox6_4.TabIndex = 148;
            this.checkBox6_4.Text = "4";
            this.checkBox6_4.UseVisualStyleBackColor = true;
            this.checkBox6_4.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_2
            // 
            this.checkBox3_2.AutoSize = true;
            this.checkBox3_2.Location = new System.Drawing.Point(202, 65);
            this.checkBox3_2.Name = "checkBox3_2";
            this.checkBox3_2.Size = new System.Drawing.Size(30, 16);
            this.checkBox3_2.TabIndex = 110;
            this.checkBox3_2.Text = "2";
            this.checkBox3_2.UseVisualStyleBackColor = true;
            this.checkBox3_2.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_3
            // 
            this.checkBox6_3.AutoSize = true;
            this.checkBox6_3.Location = new System.Drawing.Point(375, 87);
            this.checkBox6_3.Name = "checkBox6_3";
            this.checkBox6_3.Size = new System.Drawing.Size(30, 16);
            this.checkBox6_3.TabIndex = 147;
            this.checkBox6_3.Text = "3";
            this.checkBox6_3.UseVisualStyleBackColor = true;
            this.checkBox6_3.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_3
            // 
            this.checkBox3_3.AutoSize = true;
            this.checkBox3_3.Location = new System.Drawing.Point(202, 87);
            this.checkBox3_3.Name = "checkBox3_3";
            this.checkBox3_3.Size = new System.Drawing.Size(30, 16);
            this.checkBox3_3.TabIndex = 111;
            this.checkBox3_3.Text = "3";
            this.checkBox3_3.UseVisualStyleBackColor = true;
            this.checkBox3_3.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_2
            // 
            this.checkBox6_2.AutoSize = true;
            this.checkBox6_2.Location = new System.Drawing.Point(375, 65);
            this.checkBox6_2.Name = "checkBox6_2";
            this.checkBox6_2.Size = new System.Drawing.Size(30, 16);
            this.checkBox6_2.TabIndex = 146;
            this.checkBox6_2.Text = "2";
            this.checkBox6_2.UseVisualStyleBackColor = true;
            this.checkBox6_2.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_4
            // 
            this.checkBox3_4.AutoSize = true;
            this.checkBox3_4.Location = new System.Drawing.Point(202, 109);
            this.checkBox3_4.Name = "checkBox3_4";
            this.checkBox3_4.Size = new System.Drawing.Size(30, 16);
            this.checkBox3_4.TabIndex = 112;
            this.checkBox3_4.Text = "4";
            this.checkBox3_4.UseVisualStyleBackColor = true;
            this.checkBox3_4.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox6_1
            // 
            this.checkBox6_1.AutoSize = true;
            this.checkBox6_1.Location = new System.Drawing.Point(375, 43);
            this.checkBox6_1.Name = "checkBox6_1";
            this.checkBox6_1.Size = new System.Drawing.Size(30, 16);
            this.checkBox6_1.TabIndex = 145;
            this.checkBox6_1.Text = "1";
            this.checkBox6_1.UseVisualStyleBackColor = true;
            this.checkBox6_1.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_5
            // 
            this.checkBox3_5.AutoSize = true;
            this.checkBox3_5.Location = new System.Drawing.Point(202, 131);
            this.checkBox3_5.Name = "checkBox3_5";
            this.checkBox3_5.Size = new System.Drawing.Size(30, 16);
            this.checkBox3_5.TabIndex = 113;
            this.checkBox3_5.Text = "5";
            this.checkBox3_5.UseVisualStyleBackColor = true;
            this.checkBox3_5.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_12
            // 
            this.checkBox5_12.AutoSize = true;
            this.checkBox5_12.Location = new System.Drawing.Point(313, 289);
            this.checkBox5_12.Name = "checkBox5_12";
            this.checkBox5_12.Size = new System.Drawing.Size(36, 16);
            this.checkBox5_12.TabIndex = 144;
            this.checkBox5_12.Text = "12";
            this.checkBox5_12.UseVisualStyleBackColor = true;
            this.checkBox5_12.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_6
            // 
            this.checkBox3_6.AutoSize = true;
            this.checkBox3_6.Location = new System.Drawing.Point(202, 153);
            this.checkBox3_6.Name = "checkBox3_6";
            this.checkBox3_6.Size = new System.Drawing.Size(30, 16);
            this.checkBox3_6.TabIndex = 114;
            this.checkBox3_6.Text = "6";
            this.checkBox3_6.UseVisualStyleBackColor = true;
            this.checkBox3_6.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_11
            // 
            this.checkBox5_11.AutoSize = true;
            this.checkBox5_11.Location = new System.Drawing.Point(313, 267);
            this.checkBox5_11.Name = "checkBox5_11";
            this.checkBox5_11.Size = new System.Drawing.Size(36, 16);
            this.checkBox5_11.TabIndex = 143;
            this.checkBox5_11.Text = "11";
            this.checkBox5_11.UseVisualStyleBackColor = true;
            this.checkBox5_11.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_7
            // 
            this.checkBox3_7.AutoSize = true;
            this.checkBox3_7.Location = new System.Drawing.Point(202, 175);
            this.checkBox3_7.Name = "checkBox3_7";
            this.checkBox3_7.Size = new System.Drawing.Size(30, 16);
            this.checkBox3_7.TabIndex = 115;
            this.checkBox3_7.Text = "7";
            this.checkBox3_7.UseVisualStyleBackColor = true;
            this.checkBox3_7.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_10
            // 
            this.checkBox5_10.AutoSize = true;
            this.checkBox5_10.Location = new System.Drawing.Point(313, 245);
            this.checkBox5_10.Name = "checkBox5_10";
            this.checkBox5_10.Size = new System.Drawing.Size(36, 16);
            this.checkBox5_10.TabIndex = 142;
            this.checkBox5_10.Text = "10";
            this.checkBox5_10.UseVisualStyleBackColor = true;
            this.checkBox5_10.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_8
            // 
            this.checkBox3_8.AutoSize = true;
            this.checkBox3_8.Location = new System.Drawing.Point(202, 197);
            this.checkBox3_8.Name = "checkBox3_8";
            this.checkBox3_8.Size = new System.Drawing.Size(30, 16);
            this.checkBox3_8.TabIndex = 116;
            this.checkBox3_8.Text = "8";
            this.checkBox3_8.UseVisualStyleBackColor = true;
            this.checkBox3_8.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_9
            // 
            this.checkBox5_9.AutoSize = true;
            this.checkBox5_9.Location = new System.Drawing.Point(313, 219);
            this.checkBox5_9.Name = "checkBox5_9";
            this.checkBox5_9.Size = new System.Drawing.Size(30, 16);
            this.checkBox5_9.TabIndex = 141;
            this.checkBox5_9.Text = "9";
            this.checkBox5_9.UseVisualStyleBackColor = true;
            this.checkBox5_9.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_9
            // 
            this.checkBox3_9.AutoSize = true;
            this.checkBox3_9.Location = new System.Drawing.Point(202, 219);
            this.checkBox3_9.Name = "checkBox3_9";
            this.checkBox3_9.Size = new System.Drawing.Size(30, 16);
            this.checkBox3_9.TabIndex = 117;
            this.checkBox3_9.Text = "9";
            this.checkBox3_9.UseVisualStyleBackColor = true;
            this.checkBox3_9.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_8
            // 
            this.checkBox5_8.AutoSize = true;
            this.checkBox5_8.Location = new System.Drawing.Point(313, 197);
            this.checkBox5_8.Name = "checkBox5_8";
            this.checkBox5_8.Size = new System.Drawing.Size(30, 16);
            this.checkBox5_8.TabIndex = 140;
            this.checkBox5_8.Text = "8";
            this.checkBox5_8.UseVisualStyleBackColor = true;
            this.checkBox5_8.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_10
            // 
            this.checkBox3_10.AutoSize = true;
            this.checkBox3_10.Location = new System.Drawing.Point(202, 245);
            this.checkBox3_10.Name = "checkBox3_10";
            this.checkBox3_10.Size = new System.Drawing.Size(36, 16);
            this.checkBox3_10.TabIndex = 118;
            this.checkBox3_10.Text = "10";
            this.checkBox3_10.UseVisualStyleBackColor = true;
            this.checkBox3_10.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_7
            // 
            this.checkBox5_7.AutoSize = true;
            this.checkBox5_7.Location = new System.Drawing.Point(313, 175);
            this.checkBox5_7.Name = "checkBox5_7";
            this.checkBox5_7.Size = new System.Drawing.Size(30, 16);
            this.checkBox5_7.TabIndex = 139;
            this.checkBox5_7.Text = "7";
            this.checkBox5_7.UseVisualStyleBackColor = true;
            this.checkBox5_7.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_11
            // 
            this.checkBox3_11.AutoSize = true;
            this.checkBox3_11.Location = new System.Drawing.Point(202, 267);
            this.checkBox3_11.Name = "checkBox3_11";
            this.checkBox3_11.Size = new System.Drawing.Size(36, 16);
            this.checkBox3_11.TabIndex = 119;
            this.checkBox3_11.Text = "11";
            this.checkBox3_11.UseVisualStyleBackColor = true;
            this.checkBox3_11.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_6
            // 
            this.checkBox5_6.AutoSize = true;
            this.checkBox5_6.Location = new System.Drawing.Point(313, 153);
            this.checkBox5_6.Name = "checkBox5_6";
            this.checkBox5_6.Size = new System.Drawing.Size(30, 16);
            this.checkBox5_6.TabIndex = 138;
            this.checkBox5_6.Text = "6";
            this.checkBox5_6.UseVisualStyleBackColor = true;
            this.checkBox5_6.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox3_12
            // 
            this.checkBox3_12.AutoSize = true;
            this.checkBox3_12.Location = new System.Drawing.Point(202, 289);
            this.checkBox3_12.Name = "checkBox3_12";
            this.checkBox3_12.Size = new System.Drawing.Size(36, 16);
            this.checkBox3_12.TabIndex = 120;
            this.checkBox3_12.Text = "12";
            this.checkBox3_12.UseVisualStyleBackColor = true;
            this.checkBox3_12.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_5
            // 
            this.checkBox5_5.AutoSize = true;
            this.checkBox5_5.Location = new System.Drawing.Point(313, 131);
            this.checkBox5_5.Name = "checkBox5_5";
            this.checkBox5_5.Size = new System.Drawing.Size(30, 16);
            this.checkBox5_5.TabIndex = 137;
            this.checkBox5_5.Text = "5";
            this.checkBox5_5.UseVisualStyleBackColor = true;
            this.checkBox5_5.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_1
            // 
            this.checkBox4_1.AutoSize = true;
            this.checkBox4_1.Location = new System.Drawing.Point(257, 43);
            this.checkBox4_1.Name = "checkBox4_1";
            this.checkBox4_1.Size = new System.Drawing.Size(30, 16);
            this.checkBox4_1.TabIndex = 121;
            this.checkBox4_1.Text = "1";
            this.checkBox4_1.UseVisualStyleBackColor = true;
            this.checkBox4_1.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_4
            // 
            this.checkBox5_4.AutoSize = true;
            this.checkBox5_4.Location = new System.Drawing.Point(313, 109);
            this.checkBox5_4.Name = "checkBox5_4";
            this.checkBox5_4.Size = new System.Drawing.Size(30, 16);
            this.checkBox5_4.TabIndex = 136;
            this.checkBox5_4.Text = "4";
            this.checkBox5_4.UseVisualStyleBackColor = true;
            this.checkBox5_4.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_2
            // 
            this.checkBox4_2.AutoSize = true;
            this.checkBox4_2.Location = new System.Drawing.Point(257, 65);
            this.checkBox4_2.Name = "checkBox4_2";
            this.checkBox4_2.Size = new System.Drawing.Size(30, 16);
            this.checkBox4_2.TabIndex = 122;
            this.checkBox4_2.Text = "2";
            this.checkBox4_2.UseVisualStyleBackColor = true;
            this.checkBox4_2.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_3
            // 
            this.checkBox5_3.AutoSize = true;
            this.checkBox5_3.Location = new System.Drawing.Point(313, 87);
            this.checkBox5_3.Name = "checkBox5_3";
            this.checkBox5_3.Size = new System.Drawing.Size(30, 16);
            this.checkBox5_3.TabIndex = 135;
            this.checkBox5_3.Text = "3";
            this.checkBox5_3.UseVisualStyleBackColor = true;
            this.checkBox5_3.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_3
            // 
            this.checkBox4_3.AutoSize = true;
            this.checkBox4_3.Location = new System.Drawing.Point(257, 87);
            this.checkBox4_3.Name = "checkBox4_3";
            this.checkBox4_3.Size = new System.Drawing.Size(30, 16);
            this.checkBox4_3.TabIndex = 123;
            this.checkBox4_3.Text = "3";
            this.checkBox4_3.UseVisualStyleBackColor = true;
            this.checkBox4_3.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_2
            // 
            this.checkBox5_2.AutoSize = true;
            this.checkBox5_2.Location = new System.Drawing.Point(313, 65);
            this.checkBox5_2.Name = "checkBox5_2";
            this.checkBox5_2.Size = new System.Drawing.Size(30, 16);
            this.checkBox5_2.TabIndex = 134;
            this.checkBox5_2.Text = "2";
            this.checkBox5_2.UseVisualStyleBackColor = true;
            this.checkBox5_2.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_4
            // 
            this.checkBox4_4.AutoSize = true;
            this.checkBox4_4.Location = new System.Drawing.Point(257, 109);
            this.checkBox4_4.Name = "checkBox4_4";
            this.checkBox4_4.Size = new System.Drawing.Size(30, 16);
            this.checkBox4_4.TabIndex = 124;
            this.checkBox4_4.Text = "4";
            this.checkBox4_4.UseVisualStyleBackColor = true;
            this.checkBox4_4.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox5_1
            // 
            this.checkBox5_1.AutoSize = true;
            this.checkBox5_1.Location = new System.Drawing.Point(313, 43);
            this.checkBox5_1.Name = "checkBox5_1";
            this.checkBox5_1.Size = new System.Drawing.Size(30, 16);
            this.checkBox5_1.TabIndex = 133;
            this.checkBox5_1.Text = "1";
            this.checkBox5_1.UseVisualStyleBackColor = true;
            this.checkBox5_1.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_5
            // 
            this.checkBox4_5.AutoSize = true;
            this.checkBox4_5.Location = new System.Drawing.Point(257, 131);
            this.checkBox4_5.Name = "checkBox4_5";
            this.checkBox4_5.Size = new System.Drawing.Size(30, 16);
            this.checkBox4_5.TabIndex = 125;
            this.checkBox4_5.Text = "5";
            this.checkBox4_5.UseVisualStyleBackColor = true;
            this.checkBox4_5.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_12
            // 
            this.checkBox4_12.AutoSize = true;
            this.checkBox4_12.Location = new System.Drawing.Point(257, 289);
            this.checkBox4_12.Name = "checkBox4_12";
            this.checkBox4_12.Size = new System.Drawing.Size(36, 16);
            this.checkBox4_12.TabIndex = 132;
            this.checkBox4_12.Text = "12";
            this.checkBox4_12.UseVisualStyleBackColor = true;
            this.checkBox4_12.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_6
            // 
            this.checkBox4_6.AutoSize = true;
            this.checkBox4_6.Location = new System.Drawing.Point(257, 153);
            this.checkBox4_6.Name = "checkBox4_6";
            this.checkBox4_6.Size = new System.Drawing.Size(30, 16);
            this.checkBox4_6.TabIndex = 126;
            this.checkBox4_6.Text = "6";
            this.checkBox4_6.UseVisualStyleBackColor = true;
            this.checkBox4_6.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_11
            // 
            this.checkBox4_11.AutoSize = true;
            this.checkBox4_11.Location = new System.Drawing.Point(257, 267);
            this.checkBox4_11.Name = "checkBox4_11";
            this.checkBox4_11.Size = new System.Drawing.Size(36, 16);
            this.checkBox4_11.TabIndex = 131;
            this.checkBox4_11.Text = "11";
            this.checkBox4_11.UseVisualStyleBackColor = true;
            this.checkBox4_11.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_7
            // 
            this.checkBox4_7.AutoSize = true;
            this.checkBox4_7.Location = new System.Drawing.Point(257, 175);
            this.checkBox4_7.Name = "checkBox4_7";
            this.checkBox4_7.Size = new System.Drawing.Size(30, 16);
            this.checkBox4_7.TabIndex = 127;
            this.checkBox4_7.Text = "7";
            this.checkBox4_7.UseVisualStyleBackColor = true;
            this.checkBox4_7.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_10
            // 
            this.checkBox4_10.AutoSize = true;
            this.checkBox4_10.Location = new System.Drawing.Point(257, 245);
            this.checkBox4_10.Name = "checkBox4_10";
            this.checkBox4_10.Size = new System.Drawing.Size(36, 16);
            this.checkBox4_10.TabIndex = 130;
            this.checkBox4_10.Text = "10";
            this.checkBox4_10.UseVisualStyleBackColor = true;
            this.checkBox4_10.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_8
            // 
            this.checkBox4_8.AutoSize = true;
            this.checkBox4_8.Location = new System.Drawing.Point(257, 197);
            this.checkBox4_8.Name = "checkBox4_8";
            this.checkBox4_8.Size = new System.Drawing.Size(30, 16);
            this.checkBox4_8.TabIndex = 128;
            this.checkBox4_8.Text = "8";
            this.checkBox4_8.UseVisualStyleBackColor = true;
            this.checkBox4_8.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // checkBox4_9
            // 
            this.checkBox4_9.AutoSize = true;
            this.checkBox4_9.Location = new System.Drawing.Point(257, 219);
            this.checkBox4_9.Name = "checkBox4_9";
            this.checkBox4_9.Size = new System.Drawing.Size(30, 16);
            this.checkBox4_9.TabIndex = 129;
            this.checkBox4_9.Text = "9";
            this.checkBox4_9.UseVisualStyleBackColor = true;
            this.checkBox4_9.CheckedChanged += new System.EventHandler(this.checkBox1_1_CheckedChanged);
            // 
            // listView2
            // 
            this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader10,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader7,
            this.columnHeader8,
            this.columnHeader9});
            this.listView2.Font = new System.Drawing.Font("宋体", 9F);
            this.listView2.GridLines = true;
            listViewGroup1.Header = "上午";
            listViewGroup1.Name = "listViewGroup1";
            listViewGroup2.Header = "下午";
            listViewGroup2.Name = "listViewGroup2";
            listViewGroup3.Header = "晚上";
            listViewGroup3.Name = "listViewGroup3";
            this.listView2.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2,
            listViewGroup3});
            this.listView2.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            listViewItem1.Group = listViewGroup1;
            listViewItem1.StateImageIndex = 0;
            listViewItem2.Group = listViewGroup3;
            listViewItem3.Group = listViewGroup2;
            listViewItem4.Group = listViewGroup1;
            listViewItem5.Group = listViewGroup1;
            listViewItem6.Group = listViewGroup1;
            listViewItem7.Group = listViewGroup2;
            listViewItem8.Group = listViewGroup2;
            listViewItem9.Group = listViewGroup1;
            listViewItem10.Group = listViewGroup2;
            this.listView2.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3,
            listViewItem4,
            listViewItem5,
            listViewItem6,
            listViewItem7,
            listViewItem8,
            listViewItem9,
            listViewItem10});
            this.listView2.Location = new System.Drawing.Point(3, 1);
            this.listView2.Name = "listView2";
            this.listView2.Size = new System.Drawing.Size(493, 316);
            this.listView2.TabIndex = 1;
            this.listView2.UseCompatibleStateImageBehavior = false;
            this.listView2.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader10
            // 
            this.columnHeader10.Text = "时间";
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "星期一";
            this.columnHeader3.Width = 66;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "星期二";
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "星期三";
            this.columnHeader5.Width = 57;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "星期四";
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "星期五";
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "星期六";
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "星期日";
            this.columnHeader9.Width = 66;
            // 
            // frmSupervisor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(752, 420);
            this.Controls.Add(this.panelFree);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(768, 459);
            this.Name = "frmSupervisor";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "督导教师空闲时间";
            this.Load += new System.EventHandler(this.frmSupervisor_Load);
            this.panelFree.ResumeLayout(false);
            this.panelFree.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }
Example #54
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Panel                     panel3;
     System.Windows.Forms.Panel                     panel2;
     System.Windows.Forms.Panel                     panel1;
     System.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Local", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("Github", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup3 = new System.Windows.Forms.ListViewGroup("Nexus Mods", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.Panel                     panel5;
     System.Windows.Forms.Label                     labelSearch;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewMain));
     this.buttonDownloadMod    = new System.Windows.Forms.Button();
     this.comboBoxModState     = new System.Windows.Forms.ComboBox();
     this.buttonModShowDesc    = new System.Windows.Forms.Button();
     this.buttonLocalModDelete = new System.Windows.Forms.Button();
     this.panel4                                 = new System.Windows.Forms.Panel();
     this.labelModIDesc                          = new System.Windows.Forms.Label();
     this.labelModName                           = new System.Windows.Forms.Label();
     this.labelModLink                           = new System.Windows.Forms.Label();
     this.listViewCompactMods                    = new System.Windows.Forms.ListView();
     this.columnHeaderActive                     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderName                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderIDesc                      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderAuthor                     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderSite                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.textBoxModSearch                       = new System.Windows.Forms.TextBox();
     this.buttonLoadMoreMods                     = new System.Windows.Forms.Button();
     this.splitContainer1                        = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel1                      = new System.Windows.Forms.TableLayoutPanel();
     this.menuStrip1                             = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     this.installPatchToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.removePatchToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.downloadLatestPatcherToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.lookForProgramUpdateToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.downloadAllModUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.configurationToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.hideLogToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.skipStartToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.lookForModUpdatesToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                    = new System.Windows.Forms.ToolStripSeparator();
     this.githubTokenToolStripMenuItem           = new System.Windows.Forms.ToolStripTextBox();
     this.helpToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     this.githubPageToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.terraTechForumPageToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.terraTechWikiPageToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.tTMMDownloadPageToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.richTextBoxLog                         = new System.Windows.Forms.RichTextBox();
     panel3      = new System.Windows.Forms.Panel();
     panel2      = new System.Windows.Forms.Panel();
     panel1      = new System.Windows.Forms.Panel();
     panel5      = new System.Windows.Forms.Panel();
     labelSearch = new System.Windows.Forms.Label();
     panel3.SuspendLayout();
     panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     panel1.SuspendLayout();
     panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel3
     //
     panel3.AutoSize     = true;
     panel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     panel3.Controls.Add(this.buttonDownloadMod);
     panel3.Controls.Add(this.comboBoxModState);
     panel3.Controls.Add(this.buttonModShowDesc);
     panel3.Controls.Add(this.buttonLocalModDelete);
     panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     panel3.Location = new System.Drawing.Point(0, 329);
     panel3.Margin   = new System.Windows.Forms.Padding(0);
     panel3.Name     = "panel3";
     panel3.Size     = new System.Drawing.Size(585, 25);
     panel3.TabIndex = 2;
     //
     // buttonDownloadMod
     //
     this.buttonDownloadMod.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonDownloadMod.Location = new System.Drawing.Point(121, 0);
     this.buttonDownloadMod.Name     = "buttonDownloadMod";
     this.buttonDownloadMod.Size     = new System.Drawing.Size(304, 25);
     this.buttonDownloadMod.TabIndex = 7;
     this.buttonDownloadMod.Text     = "Download";
     this.buttonDownloadMod.UseVisualStyleBackColor = true;
     this.buttonDownloadMod.Click += new System.EventHandler(this.GetModFromCloud);
     //
     // comboBoxModState
     //
     this.comboBoxModState.Dock = System.Windows.Forms.DockStyle.Left;
     this.comboBoxModState.FormattingEnabled = true;
     this.comboBoxModState.Items.AddRange(new object[] {
         "Enabled",
         "Disabled"
     });
     this.comboBoxModState.Location              = new System.Drawing.Point(0, 0);
     this.comboBoxModState.Name                  = "comboBoxModState";
     this.comboBoxModState.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxModState.TabIndex              = 6;
     this.comboBoxModState.Visible               = false;
     this.comboBoxModState.SelectedIndexChanged += new System.EventHandler(this.LocalModStateChanged);
     //
     // buttonModShowDesc
     //
     this.buttonModShowDesc.Dock     = System.Windows.Forms.DockStyle.Right;
     this.buttonModShowDesc.Enabled  = false;
     this.buttonModShowDesc.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonModShowDesc.Location = new System.Drawing.Point(425, 0);
     this.buttonModShowDesc.Name     = "buttonModShowDesc";
     this.buttonModShowDesc.Size     = new System.Drawing.Size(80, 25);
     this.buttonModShowDesc.TabIndex = 1;
     this.buttonModShowDesc.Text     = "Description";
     this.buttonModShowDesc.UseVisualStyleBackColor = true;
     //
     // buttonLocalModDelete
     //
     this.buttonLocalModDelete.Dock     = System.Windows.Forms.DockStyle.Right;
     this.buttonLocalModDelete.Location = new System.Drawing.Point(505, 0);
     this.buttonLocalModDelete.Name     = "buttonLocalModDelete";
     this.buttonLocalModDelete.Size     = new System.Drawing.Size(80, 25);
     this.buttonLocalModDelete.TabIndex = 0;
     this.buttonLocalModDelete.Text     = "Delete Mod";
     this.buttonLocalModDelete.UseVisualStyleBackColor = true;
     this.buttonLocalModDelete.Visible = false;
     this.buttonLocalModDelete.Click  += new System.EventHandler(this.PromptDeleteMod);
     //
     // panel2
     //
     panel2.AutoSize     = true;
     panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     panel2.Controls.Add(this.panel4);
     panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     panel2.Location = new System.Drawing.Point(3, 292);
     panel2.Name     = "panel2";
     panel2.Size     = new System.Drawing.Size(579, 34);
     panel2.TabIndex = 1;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.labelModIDesc);
     this.panel4.Controls.Add(this.labelModName);
     this.panel4.Controls.Add(this.labelModLink);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Margin   = new System.Windows.Forms.Padding(0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(579, 34);
     this.panel4.TabIndex = 6;
     //
     // labelModIDesc
     //
     this.labelModIDesc.AutoSize  = true;
     this.labelModIDesc.Dock      = System.Windows.Forms.DockStyle.Left;
     this.labelModIDesc.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.labelModIDesc.Location  = new System.Drawing.Point(0, 20);
     this.labelModIDesc.Name      = "labelModIDesc";
     this.labelModIDesc.Size      = new System.Drawing.Size(236, 13);
     this.labelModIDesc.TabIndex  = 0;
     this.labelModIDesc.Text      = "An inline description describing the selected mod";
     //
     // labelModName
     //
     this.labelModName.AutoSize = true;
     this.labelModName.Dock     = System.Windows.Forms.DockStyle.Top;
     this.labelModName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.labelModName.Location = new System.Drawing.Point(0, 0);
     this.labelModName.Name     = "labelModName";
     this.labelModName.Size     = new System.Drawing.Size(51, 20);
     this.labelModName.TabIndex = 3;
     this.labelModName.Text     = "Name";
     //
     // labelModLink
     //
     this.labelModLink.AutoSize      = true;
     this.labelModLink.Cursor        = System.Windows.Forms.Cursors.WaitCursor;
     this.labelModLink.Dock          = System.Windows.Forms.DockStyle.Right;
     this.labelModLink.ForeColor     = System.Drawing.Color.Blue;
     this.labelModLink.Location      = new System.Drawing.Point(407, 0);
     this.labelModLink.Name          = "labelModLink";
     this.labelModLink.Size          = new System.Drawing.Size(172, 13);
     this.labelModLink.TabIndex      = 5;
     this.labelModLink.Text          = "A link to the site that holds the mod";
     this.labelModLink.UseWaitCursor = true;
     this.labelModLink.Click        += new System.EventHandler(this.OpenModLink);
     //
     // panel1
     //
     panel1.AutoSize     = true;
     panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     panel1.Controls.Add(this.listViewCompactMods);
     panel1.Controls.Add(panel5);
     panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     panel1.Location = new System.Drawing.Point(3, 3);
     panel1.Name     = "panel1";
     panel1.Size     = new System.Drawing.Size(579, 283);
     panel1.TabIndex = 0;
     //
     // listViewCompactMods
     //
     this.listViewCompactMods.AutoArrange = false;
     this.listViewCompactMods.CheckBoxes  = true;
     this.listViewCompactMods.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeaderActive,
         this.columnHeaderName,
         this.columnHeaderIDesc,
         this.columnHeaderAuthor,
         this.columnHeaderSite
     });
     this.listViewCompactMods.Dock = System.Windows.Forms.DockStyle.Fill;
     listViewGroup1.Header         = "Local";
     listViewGroup1.Name           = "listViewGroupLocal";
     listViewGroup2.Header         = "Github";
     listViewGroup2.Name           = "listViewGroupGithub";
     listViewGroup3.Header         = "Nexus Mods";
     listViewGroup3.Name           = "listViewGroupNexusMods";
     this.listViewCompactMods.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2,
         listViewGroup3
     });
     this.listViewCompactMods.HideSelection = false;
     this.listViewCompactMods.Location      = new System.Drawing.Point(0, 20);
     this.listViewCompactMods.MultiSelect   = false;
     this.listViewCompactMods.Name          = "listViewCompactMods";
     this.listViewCompactMods.Size          = new System.Drawing.Size(579, 263);
     this.listViewCompactMods.Sorting       = System.Windows.Forms.SortOrder.Ascending;
     this.listViewCompactMods.TabIndex      = 3;
     this.listViewCompactMods.UseCompatibleStateImageBehavior = false;
     this.listViewCompactMods.View                  = System.Windows.Forms.View.Details;
     this.listViewCompactMods.ItemCheck            += new System.Windows.Forms.ItemCheckEventHandler(this.SetModActive);
     this.listViewCompactMods.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // columnHeaderActive
     //
     this.columnHeaderActive.Text  = "State";
     this.columnHeaderActive.Width = 70;
     //
     // columnHeaderName
     //
     this.columnHeaderName.Text  = "Name";
     this.columnHeaderName.Width = 206;
     //
     // columnHeaderIDesc
     //
     this.columnHeaderIDesc.Text  = "Short Description";
     this.columnHeaderIDesc.Width = 199;
     //
     // columnHeaderAuthor
     //
     this.columnHeaderAuthor.Text  = "Author";
     this.columnHeaderAuthor.Width = 85;
     //
     // columnHeaderSite
     //
     this.columnHeaderSite.Text  = "Site";
     this.columnHeaderSite.Width = 0;
     //
     // panel5
     //
     panel5.Controls.Add(this.textBoxModSearch);
     panel5.Controls.Add(labelSearch);
     panel5.Controls.Add(this.buttonLoadMoreMods);
     panel5.Dock     = System.Windows.Forms.DockStyle.Top;
     panel5.Location = new System.Drawing.Point(0, 0);
     panel5.Name     = "panel5";
     panel5.Size     = new System.Drawing.Size(579, 20);
     panel5.TabIndex = 4;
     //
     // textBoxModSearch
     //
     this.textBoxModSearch.Dock         = System.Windows.Forms.DockStyle.Top;
     this.textBoxModSearch.Location     = new System.Drawing.Point(44, 0);
     this.textBoxModSearch.Name         = "textBoxModSearch";
     this.textBoxModSearch.Size         = new System.Drawing.Size(460, 20);
     this.textBoxModSearch.TabIndex     = 3;
     this.textBoxModSearch.TextChanged += new System.EventHandler(this.textBoxModSearch_TextChanged);
     //
     // labelSearch
     //
     labelSearch.AutoSize  = true;
     labelSearch.Dock      = System.Windows.Forms.DockStyle.Left;
     labelSearch.Location  = new System.Drawing.Point(0, 0);
     labelSearch.Name      = "labelSearch";
     labelSearch.Size      = new System.Drawing.Size(44, 13);
     labelSearch.TabIndex  = 4;
     labelSearch.Text      = "Search:";
     labelSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // buttonLoadMoreMods
     //
     this.buttonLoadMoreMods.Dock     = System.Windows.Forms.DockStyle.Right;
     this.buttonLoadMoreMods.Location = new System.Drawing.Point(504, 0);
     this.buttonLoadMoreMods.Name     = "buttonLoadMoreMods";
     this.buttonLoadMoreMods.Size     = new System.Drawing.Size(75, 20);
     this.buttonLoadMoreMods.TabIndex = 2;
     this.buttonLoadMoreMods.Text     = "Load more";
     this.buttonLoadMoreMods.UseVisualStyleBackColor = true;
     this.buttonLoadMoreMods.Visible = false;
     this.buttonLoadMoreMods.Click  += new System.EventHandler(this.buttonLoadMoreMods_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
     this.splitContainer1.Panel1.Controls.Add(this.menuStrip1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.richTextBoxLog);
     this.splitContainer1.Size             = new System.Drawing.Size(960, 378);
     this.splitContainer1.SplitterDistance = 585;
     this.splitContainer1.TabIndex         = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel1.ColumnCount  = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(panel3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(panel2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(panel1, 0, 0);
     this.tableLayoutPanel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
     this.tableLayoutPanel1.Location  = new System.Drawing.Point(0, 24);
     this.tableLayoutPanel1.Name      = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount  = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(585, 354);
     this.tableLayoutPanel1.TabIndex = 4;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.configurationToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(585, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.installPatchToolStripMenuItem,
         this.removePatchToolStripMenuItem,
         this.downloadLatestPatcherToolStripMenuItem,
         this.lookForProgramUpdateToolStripMenuItem,
         this.downloadAllModUpdatesToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // installPatchToolStripMenuItem
     //
     this.installPatchToolStripMenuItem.Name   = "installPatchToolStripMenuItem";
     this.installPatchToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     this.installPatchToolStripMenuItem.Text   = "Install Patch";
     this.installPatchToolStripMenuItem.Click += new System.EventHandler(this.InstallPatch);
     //
     // removePatchToolStripMenuItem
     //
     this.removePatchToolStripMenuItem.Name   = "removePatchToolStripMenuItem";
     this.removePatchToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     this.removePatchToolStripMenuItem.Text   = "Remove Patch";
     this.removePatchToolStripMenuItem.Click += new System.EventHandler(this.UninstallPatch);
     //
     // downloadLatestPatcherToolStripMenuItem
     //
     this.downloadLatestPatcherToolStripMenuItem.Name   = "downloadLatestPatcherToolStripMenuItem";
     this.downloadLatestPatcherToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     this.downloadLatestPatcherToolStripMenuItem.Text   = "Download Latest Patcher";
     this.downloadLatestPatcherToolStripMenuItem.Click += new System.EventHandler(this.DownloadPatcher);
     //
     // lookForProgramUpdateToolStripMenuItem
     //
     this.lookForProgramUpdateToolStripMenuItem.Name   = "lookForProgramUpdateToolStripMenuItem";
     this.lookForProgramUpdateToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     this.lookForProgramUpdateToolStripMenuItem.Text   = "Look for Program Update";
     this.lookForProgramUpdateToolStripMenuItem.Click += new System.EventHandler(this.lookForProgramUpdateToolStripMenuItem_Click);
     //
     // downloadAllModUpdatesToolStripMenuItem
     //
     this.downloadAllModUpdatesToolStripMenuItem.Name   = "downloadAllModUpdatesToolStripMenuItem";
     this.downloadAllModUpdatesToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     this.downloadAllModUpdatesToolStripMenuItem.Text   = "Download All Mod Updates";
     this.downloadAllModUpdatesToolStripMenuItem.Click += new System.EventHandler(this.TryUpdateAll);
     //
     // configurationToolStripMenuItem
     //
     this.configurationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hideLogToolStripMenuItem,
         this.skipStartToolStripMenuItem,
         this.lookForModUpdatesToolStripMenuItem,
         this.toolStripSeparator1,
         this.githubTokenToolStripMenuItem
     });
     this.configurationToolStripMenuItem.Name   = "configurationToolStripMenuItem";
     this.configurationToolStripMenuItem.Size   = new System.Drawing.Size(93, 20);
     this.configurationToolStripMenuItem.Text   = "Configuration";
     this.configurationToolStripMenuItem.Click += new System.EventHandler(this.ConfigurationToolStripMenuItem_Click);
     //
     // hideLogToolStripMenuItem
     //
     this.hideLogToolStripMenuItem.Name   = "hideLogToolStripMenuItem";
     this.hideLogToolStripMenuItem.Size   = new System.Drawing.Size(240, 22);
     this.hideLogToolStripMenuItem.Text   = "Hide Log";
     this.hideLogToolStripMenuItem.Click += new System.EventHandler(this.hideLogToolStripMenuItem_Click);
     //
     // skipStartToolStripMenuItem
     //
     this.skipStartToolStripMenuItem.Name   = "skipStartToolStripMenuItem";
     this.skipStartToolStripMenuItem.Size   = new System.Drawing.Size(240, 22);
     this.skipStartToolStripMenuItem.Text   = "Skip Start";
     this.skipStartToolStripMenuItem.Click += new System.EventHandler(this.skipStartToolStripMenuItem_Click);
     //
     // lookForModUpdatesToolStripMenuItem
     //
     this.lookForModUpdatesToolStripMenuItem.Checked    = true;
     this.lookForModUpdatesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.lookForModUpdatesToolStripMenuItem.Enabled    = false;
     this.lookForModUpdatesToolStripMenuItem.Name       = "lookForModUpdatesToolStripMenuItem";
     this.lookForModUpdatesToolStripMenuItem.Size       = new System.Drawing.Size(240, 22);
     this.lookForModUpdatesToolStripMenuItem.Text       = "Look for Mod Updates";
     this.lookForModUpdatesToolStripMenuItem.Click     += new System.EventHandler(this.lookForModUpdatesToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(237, 6);
     //
     // githubTokenToolStripMenuItem
     //
     this.githubTokenToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.githubTokenToolStripMenuItem.Name = "githubTokenToolStripMenuItem";
     this.githubTokenToolStripMenuItem.Size = new System.Drawing.Size(180, 23);
     this.githubTokenToolStripMenuItem.Text = "Github Token";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.githubPageToolStripMenuItem,
         this.terraTechForumPageToolStripMenuItem,
         this.terraTechWikiPageToolStripMenuItem,
         this.tTMMDownloadPageToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // githubPageToolStripMenuItem
     //
     this.githubPageToolStripMenuItem.Name   = "githubPageToolStripMenuItem";
     this.githubPageToolStripMenuItem.Size   = new System.Drawing.Size(194, 22);
     this.githubPageToolStripMenuItem.Text   = "Github page";
     this.githubPageToolStripMenuItem.Click += new System.EventHandler(this.githubPageToolStripMenuItem_Click);
     //
     // terraTechForumPageToolStripMenuItem
     //
     this.terraTechForumPageToolStripMenuItem.Name   = "terraTechForumPageToolStripMenuItem";
     this.terraTechForumPageToolStripMenuItem.Size   = new System.Drawing.Size(194, 22);
     this.terraTechForumPageToolStripMenuItem.Text   = "TerraTech Forum page";
     this.terraTechForumPageToolStripMenuItem.Click += new System.EventHandler(this.terraTechForumPageToolStripMenuItem_Click);
     //
     // terraTechWikiPageToolStripMenuItem
     //
     this.terraTechWikiPageToolStripMenuItem.Name   = "terraTechWikiPageToolStripMenuItem";
     this.terraTechWikiPageToolStripMenuItem.Size   = new System.Drawing.Size(194, 22);
     this.terraTechWikiPageToolStripMenuItem.Text   = "TerraTech Wiki page";
     this.terraTechWikiPageToolStripMenuItem.Click += new System.EventHandler(this.terraTechWikiPageToolStripMenuItem_Click);
     //
     // tTMMDownloadPageToolStripMenuItem
     //
     this.tTMMDownloadPageToolStripMenuItem.Name   = "tTMMDownloadPageToolStripMenuItem";
     this.tTMMDownloadPageToolStripMenuItem.Size   = new System.Drawing.Size(194, 22);
     this.tTMMDownloadPageToolStripMenuItem.Text   = "TTMM Download Page";
     this.tTMMDownloadPageToolStripMenuItem.Click += new System.EventHandler(this.tTMMDownloadPageToolStripMenuItem_Click);
     //
     // richTextBoxLog
     //
     this.richTextBoxLog.BackColor = System.Drawing.Color.Black;
     this.richTextBoxLog.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxLog.ForeColor = System.Drawing.Color.Gainsboro;
     this.richTextBoxLog.Location  = new System.Drawing.Point(0, 0);
     this.richTextBoxLog.Name      = "richTextBoxLog";
     this.richTextBoxLog.Size      = new System.Drawing.Size(371, 378);
     this.richTextBoxLog.TabIndex  = 0;
     this.richTextBoxLog.Text      = "";
     //
     // NewMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(960, 378);
     this.Controls.Add(this.splitContainer1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "NewMain";
     this.Text          = "TerraTech Mod Manager";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.IsClosing);
     this.Load         += new System.EventHandler(this.NewMain_Load);
     panel3.ResumeLayout(false);
     panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     panel1.ResumeLayout(false);
     panel5.ResumeLayout(false);
     panel5.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #55
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(uxHealing));
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Health", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Mana", System.Windows.Forms.HorizontalAlignment.Left);
            this.potionExhaustionText = new System.Windows.Forms.TextBox();
            this.potionExhaustionLabel = new System.Windows.Forms.Label();
            this.spellExhaustionLabel = new System.Windows.Forms.Label();
            this.spellExhaustionText = new System.Windows.Forms.TextBox();
            this.paralyzeCheck = new System.Windows.Forms.CheckBox();
            this.antidoteCheck = new System.Windows.Forms.CheckBox();
            this.uxHealthMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.uxItemHealth = new System.Windows.Forms.ToolStripMenuItem();
            this.uxUHHealth = new System.Windows.Forms.ToolStripMenuItem();
            this.uxIHHealth = new System.Windows.Forms.ToolStripMenuItem();
            this.uxSmallHealthPotion = new System.Windows.Forms.ToolStripMenuItem();
            this.uxHealthPotion = new System.Windows.Forms.ToolStripMenuItem();
            this.uxStrongHealthPotion = new System.Windows.Forms.ToolStripMenuItem();
            this.uxGreatHealthPotion = new System.Windows.Forms.ToolStripMenuItem();
            this.uxUltimateHealthPotion = new System.Windows.Forms.ToolStripMenuItem();
            this.uxHealthSpiritPotion = new System.Windows.Forms.ToolStripMenuItem();
            this.uxSpellHealth = new System.Windows.Forms.ToolStripMenuItem();
            this.uxSpellWords = new System.Windows.Forms.ToolStripTextBox();
            this.uxSpellMana = new System.Windows.Forms.ToolStripTextBox();
            this.uxAddSpellHealth = new System.Windows.Forms.ToolStripMenuItem();
            this.uxKeyHealth = new System.Windows.Forms.ToolStripMenuItem();
            this.uxSeletKeyHealth = new System.Windows.Forms.ToolStripComboBox();
            this.uxKeyManaCost = new System.Windows.Forms.ToolStripTextBox();
            this.uxAddKeyHealth = new System.Windows.Forms.ToolStripMenuItem();
            this.uxHealthAdd = new System.Windows.Forms.Button();
            this.uxPercent = new System.Windows.Forms.HScrollBar();
            this.uxManaAdd = new System.Windows.Forms.Button();
            this.uxManaMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.uxItemMana = new System.Windows.Forms.ToolStripMenuItem();
            this.uxManaPotion = new System.Windows.Forms.ToolStripMenuItem();
            this.uxStrongManaPotion = new System.Windows.Forms.ToolStripMenuItem();
            this.uxGreatManaPotion = new System.Windows.Forms.ToolStripMenuItem();
            this.uxManaSpiritPotion = new System.Windows.Forms.ToolStripMenuItem();
            this.uxKeyMana = new System.Windows.Forms.ToolStripMenuItem();
            this.uxSelectKeyMana = new System.Windows.Forms.ToolStripComboBox();
            this.uxAddKeyMana = new System.Windows.Forms.ToolStripMenuItem();
            this.uxLabelPercent = new System.Windows.Forms.Label();
            this.uxOptions = new System.Windows.Forms.GroupBox();
            this.uxEnable = new System.Windows.Forms.CheckBox();
            this.uxDelete = new System.Windows.Forms.Button();
            this.uxList = new System.Windows.Forms.ListView();
            this.uxColumnPercent = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.uxColumnAction = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.uxColumnMana = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.uxClear = new System.Windows.Forms.Button();
            this.uxHealthMenu.SuspendLayout();
            this.uxManaMenu.SuspendLayout();
            this.uxOptions.SuspendLayout();
            this.SuspendLayout();
            // 
            // potionExhaustionText
            // 
            this.potionExhaustionText.Location = new System.Drawing.Point(104, 42);
            this.potionExhaustionText.Name = "potionExhaustionText";
            this.potionExhaustionText.Size = new System.Drawing.Size(53, 20);
            this.potionExhaustionText.TabIndex = 2;
            this.potionExhaustionText.Text = "700";
            this.potionExhaustionText.TextChanged += new System.EventHandler(this.potionExhaustionText_TextChanged);
            this.potionExhaustionText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.potionExhaustionText_KeyPress);
            // 
            // potionExhaustionLabel
            // 
            this.potionExhaustionLabel.AutoSize = true;
            this.potionExhaustionLabel.Location = new System.Drawing.Point(3, 45);
            this.potionExhaustionLabel.Name = "potionExhaustionLabel";
            this.potionExhaustionLabel.Size = new System.Drawing.Size(95, 13);
            this.potionExhaustionLabel.TabIndex = 3;
            this.potionExhaustionLabel.Text = "Potion Exhaustion:";
            // 
            // spellExhaustionLabel
            // 
            this.spellExhaustionLabel.AutoSize = true;
            this.spellExhaustionLabel.Location = new System.Drawing.Point(3, 20);
            this.spellExhaustionLabel.Name = "spellExhaustionLabel";
            this.spellExhaustionLabel.Size = new System.Drawing.Size(88, 13);
            this.spellExhaustionLabel.TabIndex = 5;
            this.spellExhaustionLabel.Text = "Spell Exhaustion:";
            // 
            // spellExhaustionText
            // 
            this.spellExhaustionText.Location = new System.Drawing.Point(104, 17);
            this.spellExhaustionText.Name = "spellExhaustionText";
            this.spellExhaustionText.Size = new System.Drawing.Size(53, 20);
            this.spellExhaustionText.TabIndex = 4;
            this.spellExhaustionText.Text = "1080";
            this.spellExhaustionText.TextChanged += new System.EventHandler(this.spellExhaustionText_TextChanged);
            this.spellExhaustionText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.potionExhaustionText_KeyPress);
            // 
            // paralyzeCheck
            // 
            this.paralyzeCheck.AutoSize = true;
            this.paralyzeCheck.Location = new System.Drawing.Point(157, 19);
            this.paralyzeCheck.Name = "paralyzeCheck";
            this.paralyzeCheck.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.paralyzeCheck.Size = new System.Drawing.Size(91, 17);
            this.paralyzeCheck.TabIndex = 6;
            this.paralyzeCheck.Text = "Paralyze Heal";
            this.paralyzeCheck.UseVisualStyleBackColor = true;
            this.paralyzeCheck.CheckedChanged += new System.EventHandler(this.paralyzeCheck_CheckedChanged);
            // 
            // antidoteCheck
            // 
            this.antidoteCheck.AutoSize = true;
            this.antidoteCheck.Enabled = false;
            this.antidoteCheck.Location = new System.Drawing.Point(165, 44);
            this.antidoteCheck.Name = "antidoteCheck";
            this.antidoteCheck.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.antidoteCheck.Size = new System.Drawing.Size(83, 17);
            this.antidoteCheck.TabIndex = 7;
            this.antidoteCheck.Text = "Poison Heal";
            this.antidoteCheck.UseVisualStyleBackColor = true;
            this.antidoteCheck.CheckedChanged += new System.EventHandler(this.antidoteCheck_CheckedChanged);
            // 
            // uxHealthMenu
            // 
            this.uxHealthMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.uxItemHealth,
            this.uxSpellHealth,
            this.uxKeyHealth});
            this.uxHealthMenu.Name = "addHealthMenu";
            this.uxHealthMenu.Size = new System.Drawing.Size(153, 92);
            // 
            // uxItemHealth
            // 
            this.uxItemHealth.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.uxUHHealth,
            this.uxIHHealth,
            this.uxSmallHealthPotion,
            this.uxHealthPotion,
            this.uxStrongHealthPotion,
            this.uxGreatHealthPotion,
            this.uxUltimateHealthPotion,
            this.uxHealthSpiritPotion});
            this.uxItemHealth.Enabled = false;
            this.uxItemHealth.Name = "uxItemHealth";
            this.uxItemHealth.Size = new System.Drawing.Size(152, 22);
            this.uxItemHealth.Text = "Item";
            this.uxItemHealth.Visible = false;
            // 
            // uxUHHealth
            // 
            this.uxUHHealth.Enabled = false;
            this.uxUHHealth.Image = ((System.Drawing.Image)(resources.GetObject("uxUHHealth.Image")));
            this.uxUHHealth.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxUHHealth.Name = "uxUHHealth";
            this.uxUHHealth.Size = new System.Drawing.Size(211, 38);
            this.uxUHHealth.Text = "Ultimate Healing Rune";
            this.uxUHHealth.Visible = false;
            this.uxUHHealth.Click += new System.EventHandler(this.addHealth);
            // 
            // uxIHHealth
            // 
            this.uxIHHealth.Enabled = false;
            this.uxIHHealth.Image = ((System.Drawing.Image)(resources.GetObject("uxIHHealth.Image")));
            this.uxIHHealth.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxIHHealth.Name = "uxIHHealth";
            this.uxIHHealth.Size = new System.Drawing.Size(211, 38);
            this.uxIHHealth.Text = "Intense Healing Rune";
            this.uxIHHealth.Visible = false;
            this.uxIHHealth.Click += new System.EventHandler(this.addHealth);
            // 
            // uxSmallHealthPotion
            // 
            this.uxSmallHealthPotion.Enabled = false;
            this.uxSmallHealthPotion.Image = ((System.Drawing.Image)(resources.GetObject("uxSmallHealthPotion.Image")));
            this.uxSmallHealthPotion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxSmallHealthPotion.Name = "uxSmallHealthPotion";
            this.uxSmallHealthPotion.Size = new System.Drawing.Size(211, 38);
            this.uxSmallHealthPotion.Text = "Small Health Potion";
            this.uxSmallHealthPotion.Visible = false;
            this.uxSmallHealthPotion.Click += new System.EventHandler(this.addHealth);
            // 
            // uxHealthPotion
            // 
            this.uxHealthPotion.Enabled = false;
            this.uxHealthPotion.Image = ((System.Drawing.Image)(resources.GetObject("uxHealthPotion.Image")));
            this.uxHealthPotion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxHealthPotion.Name = "uxHealthPotion";
            this.uxHealthPotion.Size = new System.Drawing.Size(211, 38);
            this.uxHealthPotion.Text = "Health Potion";
            this.uxHealthPotion.Visible = false;
            this.uxHealthPotion.Click += new System.EventHandler(this.addHealth);
            // 
            // uxStrongHealthPotion
            // 
            this.uxStrongHealthPotion.Enabled = false;
            this.uxStrongHealthPotion.Image = ((System.Drawing.Image)(resources.GetObject("uxStrongHealthPotion.Image")));
            this.uxStrongHealthPotion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxStrongHealthPotion.Name = "uxStrongHealthPotion";
            this.uxStrongHealthPotion.Size = new System.Drawing.Size(211, 38);
            this.uxStrongHealthPotion.Text = "Strong Health Potion";
            this.uxStrongHealthPotion.Visible = false;
            this.uxStrongHealthPotion.Click += new System.EventHandler(this.addHealth);
            // 
            // uxGreatHealthPotion
            // 
            this.uxGreatHealthPotion.Enabled = false;
            this.uxGreatHealthPotion.Image = ((System.Drawing.Image)(resources.GetObject("uxGreatHealthPotion.Image")));
            this.uxGreatHealthPotion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxGreatHealthPotion.Name = "uxGreatHealthPotion";
            this.uxGreatHealthPotion.Size = new System.Drawing.Size(211, 38);
            this.uxGreatHealthPotion.Text = "Great Health Potion";
            this.uxGreatHealthPotion.Visible = false;
            this.uxGreatHealthPotion.Click += new System.EventHandler(this.addHealth);
            // 
            // uxUltimateHealthPotion
            // 
            this.uxUltimateHealthPotion.Enabled = false;
            this.uxUltimateHealthPotion.Image = ((System.Drawing.Image)(resources.GetObject("uxUltimateHealthPotion.Image")));
            this.uxUltimateHealthPotion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxUltimateHealthPotion.Name = "uxUltimateHealthPotion";
            this.uxUltimateHealthPotion.Size = new System.Drawing.Size(211, 38);
            this.uxUltimateHealthPotion.Text = "Ultimate Health Potion";
            this.uxUltimateHealthPotion.Visible = false;
            this.uxUltimateHealthPotion.Click += new System.EventHandler(this.addHealth);
            // 
            // uxHealthSpiritPotion
            // 
            this.uxHealthSpiritPotion.Enabled = false;
            this.uxHealthSpiritPotion.Image = ((System.Drawing.Image)(resources.GetObject("uxHealthSpiritPotion.Image")));
            this.uxHealthSpiritPotion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxHealthSpiritPotion.Name = "uxHealthSpiritPotion";
            this.uxHealthSpiritPotion.Size = new System.Drawing.Size(211, 38);
            this.uxHealthSpiritPotion.Text = "Great Spirit Potion";
            this.uxHealthSpiritPotion.Visible = false;
            this.uxHealthSpiritPotion.Click += new System.EventHandler(this.addHealth);
            // 
            // uxSpellHealth
            // 
            this.uxSpellHealth.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.uxSpellWords,
            this.uxSpellMana,
            this.uxAddSpellHealth});
            this.uxSpellHealth.Enabled = false;
            this.uxSpellHealth.Name = "uxSpellHealth";
            this.uxSpellHealth.Size = new System.Drawing.Size(152, 22);
            this.uxSpellHealth.Text = "Spell";
            this.uxSpellHealth.Visible = false;
            // 
            // uxSpellWords
            // 
            this.uxSpellWords.Enabled = false;
            this.uxSpellWords.ForeColor = System.Drawing.SystemColors.GrayText;
            this.uxSpellWords.Name = "uxSpellWords";
            this.uxSpellWords.Size = new System.Drawing.Size(100, 23);
            this.uxSpellWords.Tag = "Spell";
            this.uxSpellWords.Text = "Spell";
            this.uxSpellWords.Visible = false;
            this.uxSpellWords.Enter += new System.EventHandler(this.spellHealth_Enter);
            this.uxSpellWords.Leave += new System.EventHandler(this.spellHealth_Leave);
            this.uxSpellWords.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.spellHealth_KeyPress);
            // 
            // uxSpellMana
            // 
            this.uxSpellMana.ForeColor = System.Drawing.SystemColors.GrayText;
            this.uxSpellMana.Name = "uxSpellMana";
            this.uxSpellMana.Size = new System.Drawing.Size(100, 23);
            this.uxSpellMana.Tag = "Mana Cost";
            this.uxSpellMana.Text = "Mana Cost";
            this.uxSpellMana.Enter += new System.EventHandler(this.spellHealth_Enter);
            this.uxSpellMana.Leave += new System.EventHandler(this.spellHealth_Leave);
            this.uxSpellMana.KeyDown += new System.Windows.Forms.KeyEventHandler(this.uxSpellMana_KeyDown);
            // 
            // uxAddSpellHealth
            // 
            this.uxAddSpellHealth.Image = ((System.Drawing.Image)(resources.GetObject("uxAddSpellHealth.Image")));
            this.uxAddSpellHealth.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxAddSpellHealth.Name = "uxAddSpellHealth";
            this.uxAddSpellHealth.Size = new System.Drawing.Size(176, 38);
            this.uxAddSpellHealth.Text = "Add";
            this.uxAddSpellHealth.Click += new System.EventHandler(this.addHealth);
            // 
            // uxKeyHealth
            // 
            this.uxKeyHealth.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.uxSeletKeyHealth,
            this.uxKeyManaCost,
            this.uxAddKeyHealth});
            this.uxKeyHealth.Name = "uxKeyHealth";
            this.uxKeyHealth.Size = new System.Drawing.Size(152, 22);
            this.uxKeyHealth.Text = "Hotkey";
            // 
            // uxSeletKeyHealth
            // 
            this.uxSeletKeyHealth.Items.AddRange(new object[] {
            "F1",
            "F2",
            "F3",
            "F4",
            "F5",
            "F6",
            "F7",
            "F8",
            "F9",
            "F10",
            "F11",
            "F12",
            "Control + F1",
            "Control + F2",
            "Control + F3",
            "Control + F4",
            "Control + F5",
            "Control + F6",
            "Control + F7",
            "Control + F8",
            "Control + F9",
            "Control + F10",
            "Control + F11",
            "Control + F12",
            "Shift + F1",
            "Shift + F2",
            "Shift + F3",
            "Shift + F4",
            "Shift + F5",
            "Shift + F6",
            "Shift + F7",
            "Shift + F8",
            "Shift + F9",
            "Shift + F10",
            "Shift + F11",
            "Shift + F12"});
            this.uxSeletKeyHealth.Name = "uxSeletKeyHealth";
            this.uxSeletKeyHealth.Size = new System.Drawing.Size(121, 23);
            this.uxSeletKeyHealth.Text = "Hotkey to use";
            // 
            // uxKeyManaCost
            // 
            this.uxKeyManaCost.ForeColor = System.Drawing.SystemColors.GrayText;
            this.uxKeyManaCost.Name = "uxKeyManaCost";
            this.uxKeyManaCost.Size = new System.Drawing.Size(100, 23);
            this.uxKeyManaCost.Tag = "Mana Cost";
            this.uxKeyManaCost.Text = "Mana Cost";
            this.uxKeyManaCost.Enter += new System.EventHandler(this.uxKeyManaCost_Enter);
            this.uxKeyManaCost.Leave += new System.EventHandler(this.uxKeyManaCost_Leave);
            // 
            // uxAddKeyHealth
            // 
            this.uxAddKeyHealth.Image = ((System.Drawing.Image)(resources.GetObject("uxAddKeyHealth.Image")));
            this.uxAddKeyHealth.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxAddKeyHealth.Name = "uxAddKeyHealth";
            this.uxAddKeyHealth.Size = new System.Drawing.Size(197, 38);
            this.uxAddKeyHealth.Text = "Add";
            this.uxAddKeyHealth.Click += new System.EventHandler(this.addHealth);
            // 
            // uxHealthAdd
            // 
            this.uxHealthAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uxHealthAdd.ForeColor = System.Drawing.Color.Firebrick;
            this.uxHealthAdd.Location = new System.Drawing.Point(12, 251);
            this.uxHealthAdd.Name = "uxHealthAdd";
            this.uxHealthAdd.Size = new System.Drawing.Size(98, 23);
            this.uxHealthAdd.TabIndex = 10;
            this.uxHealthAdd.Text = "Add Health";
            this.uxHealthAdd.UseVisualStyleBackColor = true;
            this.uxHealthAdd.Click += new System.EventHandler(this.addHealthButton_Click);
            // 
            // uxPercent
            // 
            this.uxPercent.LargeChange = 5;
            this.uxPercent.Location = new System.Drawing.Point(12, 235);
            this.uxPercent.Name = "uxPercent";
            this.uxPercent.Size = new System.Drawing.Size(254, 13);
            this.uxPercent.TabIndex = 1;
            this.uxPercent.Value = 50;
            this.uxPercent.Scroll += new System.Windows.Forms.ScrollEventHandler(this.uxPercent_Scroll);
            // 
            // uxManaAdd
            // 
            this.uxManaAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uxManaAdd.ForeColor = System.Drawing.Color.RoyalBlue;
            this.uxManaAdd.Location = new System.Drawing.Point(168, 251);
            this.uxManaAdd.Name = "uxManaAdd";
            this.uxManaAdd.Size = new System.Drawing.Size(98, 23);
            this.uxManaAdd.TabIndex = 11;
            this.uxManaAdd.Text = "Add Mana";
            this.uxManaAdd.UseVisualStyleBackColor = true;
            this.uxManaAdd.Click += new System.EventHandler(this.uxMana_Click);
            // 
            // uxManaMenu
            // 
            this.uxManaMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.uxItemMana,
            this.uxKeyMana});
            this.uxManaMenu.Name = "addHealthMenu";
            this.uxManaMenu.Size = new System.Drawing.Size(113, 48);
            // 
            // uxItemMana
            // 
            this.uxItemMana.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.uxManaPotion,
            this.uxStrongManaPotion,
            this.uxGreatManaPotion,
            this.uxManaSpiritPotion});
            this.uxItemMana.Enabled = false;
            this.uxItemMana.Name = "uxItemMana";
            this.uxItemMana.Size = new System.Drawing.Size(112, 22);
            this.uxItemMana.Text = "Item";
            this.uxItemMana.Visible = false;
            // 
            // uxManaPotion
            // 
            this.uxManaPotion.Enabled = false;
            this.uxManaPotion.Image = ((System.Drawing.Image)(resources.GetObject("uxManaPotion.Image")));
            this.uxManaPotion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxManaPotion.Name = "uxManaPotion";
            this.uxManaPotion.Size = new System.Drawing.Size(196, 38);
            this.uxManaPotion.Text = "Mana Potion";
            this.uxManaPotion.Visible = false;
            this.uxManaPotion.Click += new System.EventHandler(this.addMana);
            // 
            // uxStrongManaPotion
            // 
            this.uxStrongManaPotion.Enabled = false;
            this.uxStrongManaPotion.Image = ((System.Drawing.Image)(resources.GetObject("uxStrongManaPotion.Image")));
            this.uxStrongManaPotion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxStrongManaPotion.Name = "uxStrongManaPotion";
            this.uxStrongManaPotion.Size = new System.Drawing.Size(196, 38);
            this.uxStrongManaPotion.Text = "Strong Mana Potion";
            this.uxStrongManaPotion.Visible = false;
            this.uxStrongManaPotion.Click += new System.EventHandler(this.addMana);
            // 
            // uxGreatManaPotion
            // 
            this.uxGreatManaPotion.Enabled = false;
            this.uxGreatManaPotion.Image = ((System.Drawing.Image)(resources.GetObject("uxGreatManaPotion.Image")));
            this.uxGreatManaPotion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxGreatManaPotion.Name = "uxGreatManaPotion";
            this.uxGreatManaPotion.Size = new System.Drawing.Size(196, 38);
            this.uxGreatManaPotion.Text = "Great Mana Potion";
            this.uxGreatManaPotion.Visible = false;
            this.uxGreatManaPotion.Click += new System.EventHandler(this.addMana);
            // 
            // uxManaSpiritPotion
            // 
            this.uxManaSpiritPotion.Enabled = false;
            this.uxManaSpiritPotion.Image = ((System.Drawing.Image)(resources.GetObject("uxManaSpiritPotion.Image")));
            this.uxManaSpiritPotion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxManaSpiritPotion.Name = "uxManaSpiritPotion";
            this.uxManaSpiritPotion.Size = new System.Drawing.Size(196, 38);
            this.uxManaSpiritPotion.Text = "Great Spirit Potion";
            this.uxManaSpiritPotion.Visible = false;
            this.uxManaSpiritPotion.Click += new System.EventHandler(this.addMana);
            // 
            // uxKeyMana
            // 
            this.uxKeyMana.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.uxSelectKeyMana,
            this.uxAddKeyMana});
            this.uxKeyMana.Name = "uxKeyMana";
            this.uxKeyMana.Size = new System.Drawing.Size(112, 22);
            this.uxKeyMana.Text = "Hotkey";
            // 
            // uxSelectKeyMana
            // 
            this.uxSelectKeyMana.Items.AddRange(new object[] {
            "F1",
            "F2",
            "F3",
            "F4",
            "F5",
            "F6",
            "F7",
            "F8",
            "F9",
            "F10",
            "F11",
            "F12",
            "Control + F1",
            "Control + F2",
            "Control + F3",
            "Control + F4",
            "Control + F5",
            "Control + F6",
            "Control + F7",
            "Control + F8",
            "Control + F9",
            "Control + F10",
            "Control + F11",
            "Control + F12",
            "Shift + F1",
            "Shift + F2",
            "Shift + F3",
            "Shift + F4",
            "Shift + F5",
            "Shift + F6",
            "Shift + F7",
            "Shift + F8",
            "Shift + F9",
            "Shift + F10",
            "Shift + F11",
            "Shift + F12"});
            this.uxSelectKeyMana.Name = "uxSelectKeyMana";
            this.uxSelectKeyMana.Size = new System.Drawing.Size(121, 23);
            this.uxSelectKeyMana.Text = "Hotkey to use";
            // 
            // uxAddKeyMana
            // 
            this.uxAddKeyMana.Image = ((System.Drawing.Image)(resources.GetObject("uxAddKeyMana.Image")));
            this.uxAddKeyMana.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.uxAddKeyMana.Name = "uxAddKeyMana";
            this.uxAddKeyMana.Size = new System.Drawing.Size(197, 38);
            this.uxAddKeyMana.Text = "Add";
            this.uxAddKeyMana.Click += new System.EventHandler(this.addMana);
            // 
            // uxLabelPercent
            // 
            this.uxLabelPercent.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uxLabelPercent.Location = new System.Drawing.Point(116, 251);
            this.uxLabelPercent.Name = "uxLabelPercent";
            this.uxLabelPercent.Size = new System.Drawing.Size(46, 23);
            this.uxLabelPercent.TabIndex = 12;
            this.uxLabelPercent.Text = "50%";
            this.uxLabelPercent.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // uxOptions
            // 
            this.uxOptions.Controls.Add(this.spellExhaustionLabel);
            this.uxOptions.Controls.Add(this.antidoteCheck);
            this.uxOptions.Controls.Add(this.potionExhaustionLabel);
            this.uxOptions.Controls.Add(this.uxEnable);
            this.uxOptions.Controls.Add(this.paralyzeCheck);
            this.uxOptions.Controls.Add(this.spellExhaustionText);
            this.uxOptions.Controls.Add(this.potionExhaustionText);
            this.uxOptions.Location = new System.Drawing.Point(12, 309);
            this.uxOptions.Name = "uxOptions";
            this.uxOptions.Size = new System.Drawing.Size(254, 91);
            this.uxOptions.TabIndex = 13;
            this.uxOptions.TabStop = false;
            this.uxOptions.Text = "Options";
            // 
            // uxEnable
            // 
            this.uxEnable.AutoSize = true;
            this.uxEnable.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uxEnable.Location = new System.Drawing.Point(178, 65);
            this.uxEnable.Name = "uxEnable";
            this.uxEnable.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.uxEnable.Size = new System.Drawing.Size(70, 20);
            this.uxEnable.TabIndex = 16;
            this.uxEnable.Text = "Enable";
            this.uxEnable.UseVisualStyleBackColor = true;
            this.uxEnable.CheckedChanged += new System.EventHandler(this.uxEnable_CheckedChanged);
            // 
            // uxDelete
            // 
            this.uxDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uxDelete.Location = new System.Drawing.Point(12, 280);
            this.uxDelete.Name = "uxDelete";
            this.uxDelete.Size = new System.Drawing.Size(124, 23);
            this.uxDelete.TabIndex = 14;
            this.uxDelete.Text = "Delete Selected";
            this.uxDelete.UseVisualStyleBackColor = true;
            this.uxDelete.Click += new System.EventHandler(this.uxDelete_Click);
            // 
            // uxList
            // 
            this.uxList.AllowColumnReorder = true;
            this.uxList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.uxColumnPercent,
            this.uxColumnAction,
            this.uxColumnMana});
            this.uxList.FullRowSelect = true;
            this.uxList.GridLines = true;
            listViewGroup1.Header = "Health";
            listViewGroup1.Name = "uxGroupHealth";
            listViewGroup2.Header = "Mana";
            listViewGroup2.Name = "uxGroupMana";
            this.uxList.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
            this.uxList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.uxList.Location = new System.Drawing.Point(12, 12);
            this.uxList.Name = "uxList";
            this.uxList.Size = new System.Drawing.Size(254, 220);
            this.uxList.Sorting = System.Windows.Forms.SortOrder.Descending;
            this.uxList.TabIndex = 1;
            this.uxList.UseCompatibleStateImageBehavior = false;
            this.uxList.View = System.Windows.Forms.View.Details;
            // 
            // uxColumnPercent
            // 
            this.uxColumnPercent.DisplayIndex = 1;
            this.uxColumnPercent.Text = "Percent";
            this.uxColumnPercent.Width = 50;
            // 
            // uxColumnAction
            // 
            this.uxColumnAction.DisplayIndex = 0;
            this.uxColumnAction.Text = "Action";
            this.uxColumnAction.Width = 142;
            // 
            // uxColumnMana
            // 
            this.uxColumnMana.Text = "Mana";
            this.uxColumnMana.Width = 50;
            // 
            // uxClear
            // 
            this.uxClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uxClear.Location = new System.Drawing.Point(142, 280);
            this.uxClear.Name = "uxClear";
            this.uxClear.Size = new System.Drawing.Size(124, 23);
            this.uxClear.TabIndex = 15;
            this.uxClear.Text = "Clear List";
            this.uxClear.UseVisualStyleBackColor = true;
            this.uxClear.Click += new System.EventHandler(this.uxClear_Click);
            // 
            // uxHealing
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(277, 408);
            this.Controls.Add(this.uxList);
            this.Controls.Add(this.uxOptions);
            this.Controls.Add(this.uxPercent);
            this.Controls.Add(this.uxLabelPercent);
            this.Controls.Add(this.uxHealthAdd);
            this.Controls.Add(this.uxManaAdd);
            this.Controls.Add(this.uxClear);
            this.Controls.Add(this.uxDelete);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "uxHealing";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Healing";
            this.TopMost = true;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.uxHealing_FormClosing);
            this.Load += new System.EventHandler(this.HealingForm_Load);
            this.uxHealthMenu.ResumeLayout(false);
            this.uxManaMenu.ResumeLayout(false);
            this.uxOptions.ResumeLayout(false);
            this.uxOptions.PerformLayout();
            this.ResumeLayout(false);

        }
Example #56
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Loaded", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Pending", System.Windows.Forms.HorizontalAlignment.Left);
     this.listView1               = new System.Windows.Forms.ListView();
     this.chName                  = new System.Windows.Forms.ColumnHeader();
     this.actionList1             = new Crad.Windows.Forms.Actions.ActionList();
     this.actAdd                  = new Crad.Windows.Forms.Actions.Action();
     this.actRemove               = new Crad.Windows.Forms.Actions.Action();
     this.actEnableMonitor        = new Crad.Windows.Forms.Actions.Action();
     this.tsbtnAdd                = new System.Windows.Forms.ToolStripButton();
     this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripButton1        = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2        = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1              = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator1     = new System.Windows.Forms.ToolStripSeparator();
     this.openFileDialog1         = new System.Windows.Forms.OpenFileDialog();
     this.contextModuleMenu       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.statusStrip1            = new System.Windows.Forms.StatusStrip();
     this.tslblCount              = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.actionList1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.contextModuleMenu.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chName
     });
     this.listView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     listViewGroup1.Header        = "Loaded";
     listViewGroup1.Name          = "lvgLoaded";
     listViewGroup2.Header        = "Pending";
     listViewGroup2.Name          = "lvgPending";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.listView1.Location = new System.Drawing.Point(0, 25);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(465, 274);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View       = System.Windows.Forms.View.Details;
     this.listView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ListView1MouseDown);
     //
     // chName
     //
     this.chName.Text  = "Name";
     this.chName.Width = 381;
     //
     // actionList1
     //
     this.actionList1.Actions.Add(this.actAdd);
     this.actionList1.Actions.Add(this.actRemove);
     this.actionList1.Actions.Add(this.actEnableMonitor);
     this.actionList1.ContainerControl = this;
     //
     // actAdd
     //
     this.actAdd.Text        = "Load";
     this.actAdd.ToolTipText = "Load";
     this.actAdd.Update     += new System.EventHandler(this.ActAddUpdate);
     this.actAdd.Execute    += new System.EventHandler(this.ActAddExecute);
     //
     // actRemove
     //
     this.actRemove.Text        = "Unload";
     this.actRemove.ToolTipText = "Unload";
     this.actRemove.Update     += new System.EventHandler(this.ActRemoveUpdate);
     this.actRemove.Execute    += new System.EventHandler(this.ActRemoveExecute);
     //
     // actEnableMonitor
     //
     this.actEnableMonitor.CheckOnClick = true;
     this.actEnableMonitor.Text         = "Monitor Folder";
     this.actEnableMonitor.ToolTipText  = "Monitor Folder";
     this.actEnableMonitor.Execute     += new System.EventHandler(this.ActEnableMonitorExecute);
     //
     // tsbtnAdd
     //
     this.actionList1.SetAction(this.tsbtnAdd, this.actAdd);
     this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtnAdd.Name = "tsbtnAdd";
     this.tsbtnAdd.Size = new System.Drawing.Size(53, 22);
     this.tsbtnAdd.Text = "Load";
     //
     // removeToolStripMenuItem
     //
     this.actionList1.SetAction(this.removeToolStripMenuItem, this.actRemove);
     this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
     this.removeToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
     this.removeToolStripMenuItem.Text = "Unload";
     //
     // toolStripButton1
     //
     this.actionList1.SetAction(this.toolStripButton1, this.actRemove);
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(65, 22);
     this.toolStripButton1.Text = "Unload";
     //
     // toolStripButton2
     //
     this.actionList1.SetAction(this.toolStripButton2, this.actEnableMonitor);
     this.toolStripButton2.CheckOnClick          = true;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(106, 22);
     this.toolStripButton2.Text = "Monitor Folder";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbtnAdd,
         this.toolStripButton1,
         this.toolStripSeparator1,
         this.toolStripButton2
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(465, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // openFileDialog1
     //
     this.openFileDialog1.Filter      = "Text files (*.txt)|*.txt|MIB files (*.mib)|*.mib|All files (*.*)|*.*";
     this.openFileDialog1.Multiselect = true;
     //
     // contextModuleMenu
     //
     this.contextModuleMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.removeToolStripMenuItem
     });
     this.contextModuleMenu.Name = "contextModuleMenu";
     this.contextModuleMenu.Size = new System.Drawing.Size(113, 26);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tslblCount
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 277);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(465, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // tslblCount
     //
     this.tslblCount.Name = "tslblCount";
     this.tslblCount.Size = new System.Drawing.Size(10, 17);
     this.tslblCount.Text = " ";
     //
     // ModuleListPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(465, 299);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.toolStrip1);
     this.Font    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name    = "ModuleListPanel";
     this.TabText = "Module List";
     this.Load   += new System.EventHandler(this.ModuleListPanelLoad);
     ((System.ComponentModel.ISupportInitialize)(this.actionList1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.contextModuleMenu.ResumeLayout(false);
     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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Loaded Plugins", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Previously loaded Plugins", System.Windows.Forms.HorizontalAlignment.Left);
            this.lvPlugin = new WikiFunctions.Controls.NoFlickerExtendedListView();
            this.colName = new System.Windows.Forms.ColumnHeader();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.loadPluginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.pluginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.loadNewPluginsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.label1 = new System.Windows.Forms.Label();
            this.lblPluginCount = new System.Windows.Forms.Label();
            this.contextMenuStrip1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lvPlugin
            // 
            this.lvPlugin.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.lvPlugin.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colName});
            this.lvPlugin.ContextMenuStrip = this.contextMenuStrip1;
            listViewGroup1.Header = "Loaded Plugins";
            listViewGroup1.Name = "groupLoaded";
            listViewGroup2.Header = "Previously loaded Plugins";
            listViewGroup2.Name = "groupPrevious";
            this.lvPlugin.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2});
            this.lvPlugin.Location = new System.Drawing.Point(12, 47);
            this.lvPlugin.Name = "lvPlugin";
            this.lvPlugin.Size = new System.Drawing.Size(384, 231);
            this.lvPlugin.TabIndex = 0;
            this.lvPlugin.UseCompatibleStateImageBehavior = false;
            this.lvPlugin.View = System.Windows.Forms.View.Details;
            // 
            // colName
            // 
            this.colName.Text = "Plugin Name";
            this.colName.Width = 379;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.loadPluginToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(138, 26);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // loadPluginToolStripMenuItem
            // 
            this.loadPluginToolStripMenuItem.Name = "loadPluginToolStripMenuItem";
            this.loadPluginToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
            this.loadPluginToolStripMenuItem.Text = "Load Plugin";
            this.loadPluginToolStripMenuItem.Click += new System.EventHandler(this.loadPluginToolStripMenuItem_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.pluginToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(408, 24);
            this.menuStrip1.TabIndex = 1;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // pluginToolStripMenuItem
            // 
            this.pluginToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.loadNewPluginsToolStripMenuItem});
            this.pluginToolStripMenuItem.Name = "pluginToolStripMenuItem";
            this.pluginToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
            this.pluginToolStripMenuItem.Text = "Plugin";
            // 
            // loadNewPluginsToolStripMenuItem
            // 
            this.loadNewPluginsToolStripMenuItem.Name = "loadNewPluginsToolStripMenuItem";
            this.loadNewPluginsToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.loadNewPluginsToolStripMenuItem.Text = "Load new Plugin(s)";
            this.loadNewPluginsToolStripMenuItem.Click += new System.EventHandler(this.loadNewPluginsToolStripMenuItem_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 31);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(73, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "No of Plugins:";
            // 
            // lblPluginCount
            // 
            this.lblPluginCount.AutoSize = true;
            this.lblPluginCount.Location = new System.Drawing.Point(91, 31);
            this.lblPluginCount.Name = "lblPluginCount";
            this.lblPluginCount.Size = new System.Drawing.Size(13, 13);
            this.lblPluginCount.TabIndex = 3;
            this.lblPluginCount.Text = "0";
            // 
            // PluginManager
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(408, 290);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.lvPlugin);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lblPluginCount);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "PluginManager";
            this.ShowIcon = false;
            this.Text = "Plugin Manager";
            this.Load += new System.EventHandler(this.PluginManager_Load);
            this.contextMenuStrip1.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #58
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(ListViewSecrets));
     System.Windows.Forms.ListViewGroup             listViewGroup6  = new System.Windows.Forms.ListViewGroup("", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewGroup             listViewGroup7  = new System.Windows.Forms.ListViewGroup("", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewGroup             listViewGroup8  = new System.Windows.Forms.ListViewGroup("", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewGroup             listViewGroup9  = new System.Windows.Forms.ListViewGroup("", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewGroup             listViewGroup10 = new System.Windows.Forms.ListViewGroup("", System.Windows.Forms.HorizontalAlignment.Center);
     this.columnHeader1      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.uxSmallImageList   = new System.Windows.Forms.ImageList(this.components);
     this.uxMenuStripColumns = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.SuspendLayout();
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Name";
     this.columnHeader1.Width = 450;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Updated";
     this.columnHeader2.Width = 140;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Changed by";
     this.columnHeader3.Width = 200;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Expires";
     this.columnHeader4.Width = 100;
     //
     // uxSmallImageList
     //
     this.uxSmallImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("uxSmallImageList.ImageStream")));
     this.uxSmallImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.uxSmallImageList.Images.SetKeyName(0, "empty.png");
     this.uxSmallImageList.Images.SetKeyName(1, "medal_bronze_1.png");
     this.uxSmallImageList.Images.SetKeyName(2, "medal_bronze_delete.png");
     this.uxSmallImageList.Images.SetKeyName(3, "certificate2.png");
     this.uxSmallImageList.Images.SetKeyName(4, "certificate2_disabled.png");
     this.uxSmallImageList.Images.SetKeyName(5, "key.png");
     this.uxSmallImageList.Images.SetKeyName(6, "key_delete.png");
     //
     // uxMenuStripColumns
     //
     this.uxMenuStripColumns.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.uxMenuStripColumns.Name             = "uxMenuStripColumns";
     this.uxMenuStripColumns.Size             = new System.Drawing.Size(67, 4);
     //
     // ListViewSecrets
     //
     this.AllowColumnReorder = true;
     this.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.FullRowSelect              = true;
     listViewGroup6.Header           = "";
     listViewGroup6.HeaderAlignment  = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup6.Name             = "Search Results";
     listViewGroup7.Header           = "";
     listViewGroup7.HeaderAlignment  = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup7.Name             = "Favorites";
     listViewGroup8.Header           = "";
     listViewGroup8.HeaderAlignment  = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup8.Name             = "Certificates";
     listViewGroup9.Header           = "";
     listViewGroup9.HeaderAlignment  = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup9.Name             = "Key Vault Certificates";
     listViewGroup10.Header          = "";
     listViewGroup10.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup10.Name            = "Secrets";
     listViewGroup10.Tag             = "";
     this.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup6,
         listViewGroup7,
         listViewGroup8,
         listViewGroup9,
         listViewGroup10
     });
     this.HideSelection    = false;
     this.ShowItemToolTips = true;
     this.SmallImageList   = this.uxSmallImageList;
     this.Sorting          = System.Windows.Forms.SortOrder.Ascending;
     this.UseCompatibleStateImageBehavior = false;
     this.View         = System.Windows.Forms.View.Details;
     this.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.ListViewSecrets_ColumnClick);
     this.ResumeLayout(false);
 }
Example #59
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Options));
            System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Global Shortcuts", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Preview Window Shortcuts", System.Windows.Forms.HorizontalAlignment.Left);
            System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Save", 0);
            System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Upload", 1);
            System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("Edit", 2);
            System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem(new string[] {
            "Delete"}, 3, System.Drawing.Color.Empty, System.Drawing.SystemColors.Window, null);
            this.btClose = new System.Windows.Forms.Button();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.ilTabIcons = new System.Windows.Forms.ImageList(this.components);
            this.flpTabContainer = new System.Windows.Forms.FlowLayoutPanel();
            this.btGeneralTab = new System.Windows.Forms.Button();
            this.btShortcutsTab = new System.Windows.Forms.Button();
            this.btUploadingTab = new System.Windows.Forms.Button();
            this.btRegisterTab = new System.Windows.Forms.Button();
            this.pnWindowButtons = new System.Windows.Forms.Panel();
            this.llResetOptions = new System.Windows.Forms.LinkLabel();
            this.tcOptions = new ProSnap.TablessControl();
            this.tpPreviewWindow = new System.Windows.Forms.TabPage();
            this.btCrash = new System.Windows.Forms.Button();
            this.btManualUpdate = new System.Windows.Forms.Button();
            this.llOpenLogFolder = new System.Windows.Forms.LinkLabel();
            this.label13 = new System.Windows.Forms.Label();
            this.linkLabel2 = new System.Windows.Forms.LinkLabel();
            this.cbDefaultFileType = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.rbPreviewTakeFocus = new System.Windows.Forms.RadioButton();
            this.rbPreviewLeaveFocus = new System.Windows.Forms.RadioButton();
            this.label9 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.nudDelayTime = new System.Windows.Forms.NumericUpDown();
            this.label5 = new System.Windows.Forms.Label();
            this.pnPreviewLocationChooser = new System.Windows.Forms.Panel();
            this.cbPreviewCenter = new System.Windows.Forms.CheckBox();
            this.cbPreviewLowerRight = new System.Windows.Forms.CheckBox();
            this.cbPreviewUpperRight = new System.Windows.Forms.CheckBox();
            this.cbPreviewLowerLeft = new System.Windows.Forms.CheckBox();
            this.cbPreviewUpperLeft = new System.Windows.Forms.CheckBox();
            this.pbDesktopPreview = new System.Windows.Forms.PictureBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.tpShortcuts = new System.Windows.Forms.TabPage();
            this.lvShortcuts = new ProSnap.ListView();
            this.chKeyCombo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chActions = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label11 = new System.Windows.Forms.Label();
            this.flpShortcutActions = new System.Windows.Forms.FlowLayoutPanel();
            this.btAddShortcut = new System.Windows.Forms.Button();
            this.btEditShortcut = new System.Windows.Forms.Button();
            this.btRemoveShortcut = new System.Windows.Forms.Button();
            this.tpButtons = new System.Windows.Forms.TabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.listBox2 = new System.Windows.Forms.ListBox();
            this.button3 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.listView1 = new ProSnap.ListView();
            this.tpUploading = new System.Windows.Forms.TabPage();
            this.button4 = new System.Windows.Forms.Button();
            this.lvUploadProfiles = new ProSnap.ListView();
            this.chUploadService = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label12 = new System.Windows.Forms.Label();
            this.flpUploadServiceButtons = new System.Windows.Forms.FlowLayoutPanel();
            this.btAddUploadService = new System.Windows.Forms.Button();
            this.btEditUploadService = new System.Windows.Forms.Button();
            this.btRemoveUploadService = new System.Windows.Forms.Button();
            this.tpRegistration = new System.Windows.Forms.TabPage();
            this.label17 = new System.Windows.Forms.Label();
            this.tbRegistrationKey = new System.Windows.Forms.TextBox();
            this.llRegistrationKey = new System.Windows.Forms.LinkLabel();
            this.label16 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.flpTabContainer.SuspendLayout();
            this.pnWindowButtons.SuspendLayout();
            this.tcOptions.SuspendLayout();
            this.tpPreviewWindow.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudDelayTime)).BeginInit();
            this.pnPreviewLocationChooser.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbDesktopPreview)).BeginInit();
            this.tpShortcuts.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.flpShortcutActions.SuspendLayout();
            this.tpButtons.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tpUploading.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.flpUploadServiceButtons.SuspendLayout();
            this.tpRegistration.SuspendLayout();
            this.SuspendLayout();
            // 
            // btClose
            // 
            this.btClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btClose.AutoSize = true;
            this.btClose.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.btClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btClose.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btClose.Location = new System.Drawing.Point(399, 7);
            this.btClose.Name = "btClose";
            this.btClose.Padding = new System.Windows.Forms.Padding(12, 0, 12, 0);
            this.btClose.Size = new System.Drawing.Size(70, 25);
            this.btClose.TabIndex = 0;
            this.btClose.Text = "Close";
            this.btClose.UseVisualStyleBackColor = true;
            this.btClose.Click += new System.EventHandler(this.btClose_Click);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "document_stroke_32x32_black.png");
            this.imageList1.Images.SetKeyName(1, "cloud_upload_32x32_black.png");
            this.imageList1.Images.SetKeyName(2, "image_32x32_black.png");
            this.imageList1.Images.SetKeyName(3, "x_28x28_black.png");
            // 
            // ilTabIcons
            // 
            this.ilTabIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilTabIcons.ImageStream")));
            this.ilTabIcons.TransparentColor = System.Drawing.Color.Transparent;
            this.ilTabIcons.Images.SetKeyName(0, "cog_alt_32x32.png");
            this.ilTabIcons.Images.SetKeyName(1, "at_32x32.png");
            this.ilTabIcons.Images.SetKeyName(2, "cloud_upload_32x32.png");
            this.ilTabIcons.Images.SetKeyName(3, "check_32x26.png");
            // 
            // flpTabContainer
            // 
            this.flpTabContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.flpTabContainer.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.flpTabContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.flpTabContainer.Controls.Add(this.btGeneralTab);
            this.flpTabContainer.Controls.Add(this.btShortcutsTab);
            this.flpTabContainer.Controls.Add(this.btUploadingTab);
            this.flpTabContainer.Controls.Add(this.btRegisterTab);
            this.flpTabContainer.Location = new System.Drawing.Point(-1, -2);
            this.flpTabContainer.Name = "flpTabContainer";
            this.flpTabContainer.Size = new System.Drawing.Size(480, 60);
            this.flpTabContainer.TabIndex = 2;
            // 
            // btGeneralTab
            // 
            this.btGeneralTab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btGeneralTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(209)))), ((int)(((byte)(234)))));
            this.btGeneralTab.FlatAppearance.BorderColor = System.Drawing.SystemColors.Highlight;
            this.btGeneralTab.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(209)))), ((int)(((byte)(234)))));
            this.btGeneralTab.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(209)))), ((int)(((byte)(234)))));
            this.btGeneralTab.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btGeneralTab.Image = global::ProSnap.Properties.Resources.cog_alt_32x32;
            this.btGeneralTab.Location = new System.Drawing.Point(5, 0);
            this.btGeneralTab.Margin = new System.Windows.Forms.Padding(5, 0, 0, 0);
            this.btGeneralTab.Name = "btGeneralTab";
            this.btGeneralTab.Size = new System.Drawing.Size(60, 60);
            this.btGeneralTab.TabIndex = 3;
            this.btGeneralTab.Text = "\r\nGeneral";
            this.btGeneralTab.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btGeneralTab.UseVisualStyleBackColor = false;
            this.btGeneralTab.Click += new System.EventHandler(this.btGeneralTab_Click);
            // 
            // btShortcutsTab
            // 
            this.btShortcutsTab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btShortcutsTab.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.btShortcutsTab.FlatAppearance.BorderColor = System.Drawing.SystemColors.ControlLightLight;
            this.btShortcutsTab.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(209)))), ((int)(((byte)(234)))));
            this.btShortcutsTab.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(209)))), ((int)(((byte)(234)))));
            this.btShortcutsTab.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btShortcutsTab.Image = global::ProSnap.Properties.Resources.at_32x32;
            this.btShortcutsTab.Location = new System.Drawing.Point(70, 0);
            this.btShortcutsTab.Margin = new System.Windows.Forms.Padding(5, 0, 0, 0);
            this.btShortcutsTab.Name = "btShortcutsTab";
            this.btShortcutsTab.Size = new System.Drawing.Size(67, 60);
            this.btShortcutsTab.TabIndex = 3;
            this.btShortcutsTab.Text = "\r\nShortcuts";
            this.btShortcutsTab.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btShortcutsTab.UseVisualStyleBackColor = false;
            this.btShortcutsTab.Click += new System.EventHandler(this.btShortcutsTab_Click);
            // 
            // btUploadingTab
            // 
            this.btUploadingTab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btUploadingTab.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.btUploadingTab.FlatAppearance.BorderColor = System.Drawing.SystemColors.ControlLightLight;
            this.btUploadingTab.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(209)))), ((int)(((byte)(234)))));
            this.btUploadingTab.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(209)))), ((int)(((byte)(234)))));
            this.btUploadingTab.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btUploadingTab.Image = global::ProSnap.Properties.Resources.cloud_upload_32x32_black;
            this.btUploadingTab.Location = new System.Drawing.Point(142, 0);
            this.btUploadingTab.Margin = new System.Windows.Forms.Padding(5, 0, 0, 0);
            this.btUploadingTab.Name = "btUploadingTab";
            this.btUploadingTab.Size = new System.Drawing.Size(60, 60);
            this.btUploadingTab.TabIndex = 3;
            this.btUploadingTab.Text = "\r\nUpload";
            this.btUploadingTab.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btUploadingTab.UseVisualStyleBackColor = false;
            this.btUploadingTab.Click += new System.EventHandler(this.btUploadingTab_Click);
            // 
            // btRegisterTab
            // 
            this.btRegisterTab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btRegisterTab.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.btRegisterTab.FlatAppearance.BorderColor = System.Drawing.SystemColors.ControlLightLight;
            this.btRegisterTab.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(209)))), ((int)(((byte)(234)))));
            this.btRegisterTab.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(209)))), ((int)(((byte)(234)))));
            this.btRegisterTab.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btRegisterTab.Image = global::ProSnap.Properties.Resources.check_32x26;
            this.btRegisterTab.Location = new System.Drawing.Point(207, 0);
            this.btRegisterTab.Margin = new System.Windows.Forms.Padding(5, 0, 0, 0);
            this.btRegisterTab.Name = "btRegisterTab";
            this.btRegisterTab.Size = new System.Drawing.Size(60, 60);
            this.btRegisterTab.TabIndex = 3;
            this.btRegisterTab.Text = "\r\nRegister";
            this.btRegisterTab.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btRegisterTab.UseVisualStyleBackColor = false;
            this.btRegisterTab.Click += new System.EventHandler(this.btRegisterTab_Click);
            // 
            // pnWindowButtons
            // 
            this.pnWindowButtons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pnWindowButtons.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnWindowButtons.Controls.Add(this.llResetOptions);
            this.pnWindowButtons.Controls.Add(this.btClose);
            this.pnWindowButtons.ForeColor = System.Drawing.SystemColors.ControlText;
            this.pnWindowButtons.Location = new System.Drawing.Point(-1, 638);
            this.pnWindowButtons.Name = "pnWindowButtons";
            this.pnWindowButtons.Size = new System.Drawing.Size(480, 40);
            this.pnWindowButtons.TabIndex = 3;
            // 
            // llResetOptions
            // 
            this.llResetOptions.AutoSize = true;
            this.llResetOptions.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(69)))), ((int)(((byte)(173)))));
            this.llResetOptions.Location = new System.Drawing.Point(3, 12);
            this.llResetOptions.Name = "llResetOptions";
            this.llResetOptions.Size = new System.Drawing.Size(102, 15);
            this.llResetOptions.TabIndex = 36;
            this.llResetOptions.TabStop = true;
            this.llResetOptions.Text = "Reset all options...";
            this.llResetOptions.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llResetOptions_LinkClicked);
            // 
            // tcOptions
            // 
            this.tcOptions.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.tcOptions.Controls.Add(this.tpPreviewWindow);
            this.tcOptions.Controls.Add(this.tpShortcuts);
            this.tcOptions.Controls.Add(this.tpButtons);
            this.tcOptions.Controls.Add(this.tpUploading);
            this.tcOptions.Controls.Add(this.tpRegistration);
            this.tcOptions.ImageList = this.ilTabIcons;
            this.tcOptions.ItemSize = new System.Drawing.Size(100, 20);
            this.tcOptions.Location = new System.Drawing.Point(1, 60);
            this.tcOptions.Margin = new System.Windows.Forms.Padding(0);
            this.tcOptions.Name = "tcOptions";
            this.tcOptions.SelectedIndex = 0;
            this.tcOptions.Size = new System.Drawing.Size(477, 576);
            this.tcOptions.TabIndex = 1;
            this.tcOptions.SelectedIndexChanged += new System.EventHandler(this.tcOptions_SelectedIndexChanged);
            // 
            // tpPreviewWindow
            // 
            this.tpPreviewWindow.AutoScroll = true;
            this.tpPreviewWindow.Controls.Add(this.btCrash);
            this.tpPreviewWindow.Controls.Add(this.btManualUpdate);
            this.tpPreviewWindow.Controls.Add(this.llOpenLogFolder);
            this.tpPreviewWindow.Controls.Add(this.label13);
            this.tpPreviewWindow.Controls.Add(this.linkLabel2);
            this.tpPreviewWindow.Controls.Add(this.cbDefaultFileType);
            this.tpPreviewWindow.Controls.Add(this.label8);
            this.tpPreviewWindow.Controls.Add(this.label10);
            this.tpPreviewWindow.Controls.Add(this.rbPreviewTakeFocus);
            this.tpPreviewWindow.Controls.Add(this.rbPreviewLeaveFocus);
            this.tpPreviewWindow.Controls.Add(this.label9);
            this.tpPreviewWindow.Controls.Add(this.label7);
            this.tpPreviewWindow.Controls.Add(this.nudDelayTime);
            this.tpPreviewWindow.Controls.Add(this.label5);
            this.tpPreviewWindow.Controls.Add(this.pnPreviewLocationChooser);
            this.tpPreviewWindow.Controls.Add(this.label3);
            this.tpPreviewWindow.Controls.Add(this.label4);
            this.tpPreviewWindow.Location = new System.Drawing.Point(0, 0);
            this.tpPreviewWindow.Name = "tpPreviewWindow";
            this.tpPreviewWindow.Padding = new System.Windows.Forms.Padding(3);
            this.tpPreviewWindow.Size = new System.Drawing.Size(477, 576);
            this.tpPreviewWindow.TabIndex = 1;
            this.tpPreviewWindow.Tag = "general";
            this.tpPreviewWindow.Text = "General";
            this.tpPreviewWindow.UseVisualStyleBackColor = true;
            // 
            // btCrash
            // 
            this.btCrash.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btCrash.AutoSize = true;
            this.btCrash.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.btCrash.Location = new System.Drawing.Point(380, 493);
            this.btCrash.Name = "btCrash";
            this.btCrash.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.btCrash.Size = new System.Drawing.Size(91, 25);
            this.btCrash.TabIndex = 31;
            this.btCrash.Text = "Test Crash...";
            this.btCrash.UseVisualStyleBackColor = true;
            this.btCrash.Visible = false;
            // 
            // btManualUpdate
            // 
            this.btManualUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btManualUpdate.AutoSize = true;
            this.btManualUpdate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.btManualUpdate.Location = new System.Drawing.Point(344, 527);
            this.btManualUpdate.Name = "btManualUpdate";
            this.btManualUpdate.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.btManualUpdate.Size = new System.Drawing.Size(127, 25);
            this.btManualUpdate.TabIndex = 30;
            this.btManualUpdate.Text = "Check for update...";
            this.btManualUpdate.UseVisualStyleBackColor = true;
            // 
            // llOpenLogFolder
            // 
            this.llOpenLogFolder.AutoSize = true;
            this.llOpenLogFolder.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(69)))), ((int)(((byte)(173)))));
            this.llOpenLogFolder.Location = new System.Drawing.Point(8, 493);
            this.llOpenLogFolder.Name = "llOpenLogFolder";
            this.llOpenLogFolder.Size = new System.Drawing.Size(187, 15);
            this.llOpenLogFolder.TabIndex = 27;
            this.llOpenLogFolder.TabStop = true;
            this.llOpenLogFolder.Text = "Open application folder location...";
            this.llOpenLogFolder.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llOpenLogFolder_LinkClicked);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(8, 522);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(247, 15);
            this.label13.TabIndex = 26;
            this.label13.Text = "Have feedback, a comment, or a suggestion? ";
            // 
            // linkLabel2
            // 
            this.linkLabel2.AutoSize = true;
            this.linkLabel2.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(69)))), ((int)(((byte)(173)))));
            this.linkLabel2.Location = new System.Drawing.Point(21, 537);
            this.linkLabel2.Name = "linkLabel2";
            this.linkLabel2.Size = new System.Drawing.Size(163, 15);
            this.linkLabel2.TabIndex = 25;
            this.linkLabel2.TabStop = true;
            this.linkLabel2.Text = "Visit the application website...";
            // 
            // cbDefaultFileType
            // 
            this.cbDefaultFileType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDefaultFileType.FormattingEnabled = true;
            this.cbDefaultFileType.Items.AddRange(new object[] {
            "PNG File (*.png)",
            "Bitmap (*.bmp)",
            "Jpeg (*.jpg)",
            "Gif (*.gif)"});
            this.cbDefaultFileType.Location = new System.Drawing.Point(28, 455);
            this.cbDefaultFileType.Name = "cbDefaultFileType";
            this.cbDefaultFileType.Size = new System.Drawing.Size(180, 23);
            this.cbDefaultFileType.TabIndex = 23;
            this.cbDefaultFileType.SelectedIndexChanged += new System.EventHandler(this.cbDefaultFileType_SelectedIndexChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.Location = new System.Drawing.Point(24, 437);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(306, 15);
            this.label8.TabIndex = 22;
            this.label8.Text = "(This will also set the file type for screenshot drag && drop)";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(8, 421);
            this.label10.Margin = new System.Windows.Forms.Padding(5);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(136, 15);
            this.label10.TabIndex = 21;
            this.label10.Text = "Default Save-as file type:";
            // 
            // rbPreviewTakeFocus
            // 
            this.rbPreviewTakeFocus.AutoSize = true;
            this.rbPreviewTakeFocus.Location = new System.Drawing.Point(27, 394);
            this.rbPreviewTakeFocus.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.rbPreviewTakeFocus.Name = "rbPreviewTakeFocus";
            this.rbPreviewTakeFocus.Size = new System.Drawing.Size(137, 19);
            this.rbPreviewTakeFocus.TabIndex = 2;
            this.rbPreviewTakeFocus.Text = "Show, and take focus";
            this.rbPreviewTakeFocus.UseVisualStyleBackColor = true;
            this.rbPreviewTakeFocus.CheckedChanged += new System.EventHandler(this.rbPreviewFocus_CheckedChanged);
            // 
            // rbPreviewLeaveFocus
            // 
            this.rbPreviewLeaveFocus.AutoSize = true;
            this.rbPreviewLeaveFocus.Checked = true;
            this.rbPreviewLeaveFocus.Location = new System.Drawing.Point(27, 375);
            this.rbPreviewLeaveFocus.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.rbPreviewLeaveFocus.Name = "rbPreviewLeaveFocus";
            this.rbPreviewLeaveFocus.Size = new System.Drawing.Size(166, 19);
            this.rbPreviewLeaveFocus.TabIndex = 1;
            this.rbPreviewLeaveFocus.TabStop = true;
            this.rbPreviewLeaveFocus.Text = "Show, but don\'t take focus";
            this.rbPreviewLeaveFocus.UseVisualStyleBackColor = true;
            this.rbPreviewLeaveFocus.CheckedChanged += new System.EventHandler(this.rbPreviewFocus_CheckedChanged);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.Location = new System.Drawing.Point(24, 310);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(265, 15);
            this.label9.TabIndex = 20;
            this.label9.Text = "(Setting 0 will keep the window open indefinitely)";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(8, 359);
            this.label7.Margin = new System.Windows.Forms.Padding(5);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(140, 15);
            this.label7.TabIndex = 17;
            this.label7.Text = "Preview activation mode:";
            // 
            // nudDelayTime
            // 
            this.nudDelayTime.Location = new System.Drawing.Point(27, 328);
            this.nudDelayTime.Maximum = new decimal(new int[] {
            60,
            0,
            0,
            0});
            this.nudDelayTime.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            -2147483648});
            this.nudDelayTime.Name = "nudDelayTime";
            this.nudDelayTime.Size = new System.Drawing.Size(49, 23);
            this.nudDelayTime.TabIndex = 0;
            this.nudDelayTime.ValueChanged += new System.EventHandler(this.nudDelayTime_ValueChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(78, 330);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(50, 15);
            this.label5.TabIndex = 9;
            this.label5.Text = "seconds";
            // 
            // pnPreviewLocationChooser
            // 
            this.pnPreviewLocationChooser.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.pnPreviewLocationChooser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnPreviewLocationChooser.Controls.Add(this.cbPreviewCenter);
            this.pnPreviewLocationChooser.Controls.Add(this.cbPreviewLowerRight);
            this.pnPreviewLocationChooser.Controls.Add(this.cbPreviewUpperRight);
            this.pnPreviewLocationChooser.Controls.Add(this.cbPreviewLowerLeft);
            this.pnPreviewLocationChooser.Controls.Add(this.cbPreviewUpperLeft);
            this.pnPreviewLocationChooser.Controls.Add(this.pbDesktopPreview);
            this.pnPreviewLocationChooser.Location = new System.Drawing.Point(28, 31);
            this.pnPreviewLocationChooser.Name = "pnPreviewLocationChooser";
            this.pnPreviewLocationChooser.Size = new System.Drawing.Size(280, 246);
            this.pnPreviewLocationChooser.TabIndex = 15;
            // 
            // cbPreviewCenter
            // 
            this.cbPreviewCenter.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.cbPreviewCenter.AutoCheck = false;
            this.cbPreviewCenter.Location = new System.Drawing.Point(132, 116);
            this.cbPreviewCenter.Margin = new System.Windows.Forms.Padding(0);
            this.cbPreviewCenter.Name = "cbPreviewCenter";
            this.cbPreviewCenter.Size = new System.Drawing.Size(13, 13);
            this.cbPreviewCenter.TabIndex = 2;
            this.cbPreviewCenter.UseVisualStyleBackColor = true;
            this.cbPreviewCenter.CheckedChanged += new System.EventHandler(this.cbPreview_CheckedChanged);
            this.cbPreviewCenter.Click += new System.EventHandler(this.cbPreviewLocationCheckbox_Click);
            // 
            // cbPreviewLowerRight
            // 
            this.cbPreviewLowerRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cbPreviewLowerRight.AutoCheck = false;
            this.cbPreviewLowerRight.Checked = true;
            this.cbPreviewLowerRight.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbPreviewLowerRight.Location = new System.Drawing.Point(255, 221);
            this.cbPreviewLowerRight.Margin = new System.Windows.Forms.Padding(0, 0, 10, 10);
            this.cbPreviewLowerRight.Name = "cbPreviewLowerRight";
            this.cbPreviewLowerRight.Size = new System.Drawing.Size(13, 13);
            this.cbPreviewLowerRight.TabIndex = 0;
            this.cbPreviewLowerRight.UseVisualStyleBackColor = true;
            this.cbPreviewLowerRight.CheckedChanged += new System.EventHandler(this.cbPreview_CheckedChanged);
            this.cbPreviewLowerRight.Click += new System.EventHandler(this.cbPreviewLocationCheckbox_Click);
            // 
            // cbPreviewUpperRight
            // 
            this.cbPreviewUpperRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbPreviewUpperRight.AutoCheck = false;
            this.cbPreviewUpperRight.Location = new System.Drawing.Point(255, 10);
            this.cbPreviewUpperRight.Margin = new System.Windows.Forms.Padding(0, 10, 10, 0);
            this.cbPreviewUpperRight.Name = "cbPreviewUpperRight";
            this.cbPreviewUpperRight.Size = new System.Drawing.Size(13, 13);
            this.cbPreviewUpperRight.TabIndex = 1;
            this.cbPreviewUpperRight.UseVisualStyleBackColor = true;
            this.cbPreviewUpperRight.CheckedChanged += new System.EventHandler(this.cbPreview_CheckedChanged);
            this.cbPreviewUpperRight.Click += new System.EventHandler(this.cbPreviewLocationCheckbox_Click);
            // 
            // cbPreviewLowerLeft
            // 
            this.cbPreviewLowerLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.cbPreviewLowerLeft.AutoCheck = false;
            this.cbPreviewLowerLeft.Location = new System.Drawing.Point(10, 221);
            this.cbPreviewLowerLeft.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
            this.cbPreviewLowerLeft.Name = "cbPreviewLowerLeft";
            this.cbPreviewLowerLeft.Size = new System.Drawing.Size(13, 13);
            this.cbPreviewLowerLeft.TabIndex = 5;
            this.cbPreviewLowerLeft.UseVisualStyleBackColor = true;
            this.cbPreviewLowerLeft.CheckedChanged += new System.EventHandler(this.cbPreview_CheckedChanged);
            this.cbPreviewLowerLeft.Click += new System.EventHandler(this.cbPreviewLocationCheckbox_Click);
            // 
            // cbPreviewUpperLeft
            // 
            this.cbPreviewUpperLeft.AutoCheck = false;
            this.cbPreviewUpperLeft.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cbPreviewUpperLeft.Location = new System.Drawing.Point(10, 10);
            this.cbPreviewUpperLeft.Margin = new System.Windows.Forms.Padding(10, 10, 0, 0);
            this.cbPreviewUpperLeft.Name = "cbPreviewUpperLeft";
            this.cbPreviewUpperLeft.Size = new System.Drawing.Size(13, 13);
            this.cbPreviewUpperLeft.TabIndex = 3;
            this.cbPreviewUpperLeft.UseVisualStyleBackColor = true;
            this.cbPreviewUpperLeft.CheckedChanged += new System.EventHandler(this.cbPreview_CheckedChanged);
            this.cbPreviewUpperLeft.Click += new System.EventHandler(this.cbPreviewLocationCheckbox_Click);
            // 
            // pbDesktopPreview
            // 
            this.pbDesktopPreview.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pbDesktopPreview.Location = new System.Drawing.Point(0, 0);
            this.pbDesktopPreview.Name = "pbDesktopPreview";
            this.pbDesktopPreview.Size = new System.Drawing.Size(278, 244);
            this.pbDesktopPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pbDesktopPreview.TabIndex = 15;
            this.pbDesktopPreview.TabStop = false;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(8, 8);
            this.label3.Margin = new System.Windows.Forms.Padding(5);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(140, 15);
            this.label3.TabIndex = 1;
            this.label3.Text = "Preview pop-up location:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(8, 294);
            this.label4.Margin = new System.Windows.Forms.Padding(5);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(141, 15);
            this.label4.TabIndex = 7;
            this.label4.Text = "Preview auto-close delay:";
            // 
            // tpShortcuts
            // 
            this.tpShortcuts.AutoScroll = true;
            this.tpShortcuts.Controls.Add(this.lvShortcuts);
            this.tpShortcuts.Controls.Add(this.groupBox2);
            this.tpShortcuts.Controls.Add(this.flpShortcutActions);
            this.tpShortcuts.Location = new System.Drawing.Point(0, 0);
            this.tpShortcuts.Name = "tpShortcuts";
            this.tpShortcuts.Padding = new System.Windows.Forms.Padding(3);
            this.tpShortcuts.Size = new System.Drawing.Size(477, 576);
            this.tpShortcuts.TabIndex = 3;
            this.tpShortcuts.Tag = "shortcuts";
            this.tpShortcuts.Text = "Shortcut Keys";
            this.tpShortcuts.UseVisualStyleBackColor = true;
            // 
            // lvShortcuts
            // 
            this.lvShortcuts.CheckBoxes = true;
            this.lvShortcuts.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.chKeyCombo,
            this.chActions});
            this.lvShortcuts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvShortcuts.FullRowSelect = true;
            listViewGroup3.Header = "Global Shortcuts";
            listViewGroup3.Name = "lvgGlobal";
            listViewGroup4.Header = "Preview Window Shortcuts";
            listViewGroup4.Name = "lvgPreview";
            this.lvShortcuts.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup3,
            listViewGroup4});
            this.lvShortcuts.HideSelection = false;
            this.lvShortcuts.Location = new System.Drawing.Point(3, 59);
            this.lvShortcuts.MultiSelect = false;
            this.lvShortcuts.Name = "lvShortcuts";
            this.lvShortcuts.Size = new System.Drawing.Size(471, 488);
            this.lvShortcuts.TabIndex = 0;
            this.lvShortcuts.UseCompatibleStateImageBehavior = false;
            this.lvShortcuts.View = System.Windows.Forms.View.Details;
            this.lvShortcuts.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvShortcuts_ItemChecked);
            this.lvShortcuts.SelectedIndexChanged += new System.EventHandler(this.lvShortcuts_SelectedIndexChanged);
            // 
            // chKeyCombo
            // 
            this.chKeyCombo.Text = "Key Combo";
            this.chKeyCombo.Width = 118;
            // 
            // chActions
            // 
            this.chActions.Text = "Actions";
            this.chActions.Width = 292;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label11);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox2.Location = new System.Drawing.Point(3, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.groupBox2.Size = new System.Drawing.Size(471, 56);
            this.groupBox2.TabIndex = 26;
            this.groupBox2.TabStop = false;
            // 
            // label11
            // 
            this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label11.Location = new System.Drawing.Point(3, 16);
            this.label11.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(465, 37);
            this.label11.TabIndex = 25;
            this.label11.Text = "These are the keyboard shortcuts ProSnap is configured to respond to. Un-checking" +
    " a shortcut will temporarily disable it.";
            // 
            // flpShortcutActions
            // 
            this.flpShortcutActions.AutoSize = true;
            this.flpShortcutActions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.flpShortcutActions.Controls.Add(this.btAddShortcut);
            this.flpShortcutActions.Controls.Add(this.btEditShortcut);
            this.flpShortcutActions.Controls.Add(this.btRemoveShortcut);
            this.flpShortcutActions.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.flpShortcutActions.Location = new System.Drawing.Point(3, 547);
            this.flpShortcutActions.Name = "flpShortcutActions";
            this.flpShortcutActions.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.flpShortcutActions.Size = new System.Drawing.Size(471, 26);
            this.flpShortcutActions.TabIndex = 24;
            // 
            // btAddShortcut
            // 
            this.btAddShortcut.AutoSize = true;
            this.btAddShortcut.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.btAddShortcut.Location = new System.Drawing.Point(3, 3);
            this.btAddShortcut.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.btAddShortcut.Name = "btAddShortcut";
            this.btAddShortcut.Padding = new System.Windows.Forms.Padding(14, 0, 14, 0);
            this.btAddShortcut.Size = new System.Drawing.Size(114, 23);
            this.btAddShortcut.TabIndex = 0;
            this.btAddShortcut.Text = "Add shortcut...";
            this.btAddShortcut.UseVisualStyleBackColor = true;
            this.btAddShortcut.Click += new System.EventHandler(this.btAddShortcut_Click);
            // 
            // btEditShortcut
            // 
            this.btEditShortcut.AutoSize = true;
            this.btEditShortcut.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.btEditShortcut.Location = new System.Drawing.Point(120, 3);
            this.btEditShortcut.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.btEditShortcut.Name = "btEditShortcut";
            this.btEditShortcut.Padding = new System.Windows.Forms.Padding(8, 0, 8, 0);
            this.btEditShortcut.Size = new System.Drawing.Size(103, 23);
            this.btEditShortcut.TabIndex = 1;
            this.btEditShortcut.Text = "Edit selected...";
            this.btEditShortcut.UseVisualStyleBackColor = true;
            this.btEditShortcut.Click += new System.EventHandler(this.btEditShortcut_Click);
            // 
            // btRemoveShortcut
            // 
            this.btRemoveShortcut.AutoSize = true;
            this.btRemoveShortcut.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.btRemoveShortcut.Location = new System.Drawing.Point(226, 3);
            this.btRemoveShortcut.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.btRemoveShortcut.Name = "btRemoveShortcut";
            this.btRemoveShortcut.Padding = new System.Windows.Forms.Padding(8, 0, 8, 0);
            this.btRemoveShortcut.Size = new System.Drawing.Size(116, 23);
            this.btRemoveShortcut.TabIndex = 2;
            this.btRemoveShortcut.Text = "Remove selected";
            this.btRemoveShortcut.UseVisualStyleBackColor = true;
            this.btRemoveShortcut.Click += new System.EventHandler(this.btRemoveShortcut_Click);
            // 
            // tpButtons
            // 
            this.tpButtons.AutoScroll = true;
            this.tpButtons.Controls.Add(this.groupBox1);
            this.tpButtons.Controls.Add(this.listView1);
            this.tpButtons.Location = new System.Drawing.Point(0, 0);
            this.tpButtons.Name = "tpButtons";
            this.tpButtons.Padding = new System.Windows.Forms.Padding(3);
            this.tpButtons.Size = new System.Drawing.Size(477, 576);
            this.tpButtons.TabIndex = 0;
            this.tpButtons.Tag = "buttons";
            this.tpButtons.Text = "Button Options";
            this.tpButtons.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.listBox1);
            this.groupBox1.Controls.Add(this.listBox2);
            this.groupBox1.Controls.Add(this.button3);
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(6, 62);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(537, 505);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Selected Button Properties";
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 15;
            this.listBox1.Location = new System.Drawing.Point(11, 101);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(170, 229);
            this.listBox1.TabIndex = 12;
            // 
            // listBox2
            // 
            this.listBox2.FormattingEnabled = true;
            this.listBox2.ItemHeight = 15;
            this.listBox2.Location = new System.Drawing.Point(256, 101);
            this.listBox2.Name = "listBox2";
            this.listBox2.Size = new System.Drawing.Size(170, 229);
            this.listBox2.TabIndex = 11;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(211, 213);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(25, 23);
            this.button3.TabIndex = 10;
            this.button3.Text = ">";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(211, 184);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(25, 23);
            this.button2.TabIndex = 9;
            this.button2.Text = "<";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(8, 78);
            this.label2.Margin = new System.Windows.Forms.Padding(5);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 15);
            this.label2.TabIndex = 7;
            this.label2.Text = "Click actions:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(8, 24);
            this.label6.Margin = new System.Windows.Forms.Padding(5);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(42, 15);
            this.label6.TabIndex = 4;
            this.label6.Text = "Name:";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(275, 47);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(119, 23);
            this.button1.TabIndex = 6;
            this.button1.Text = "Choose icon...";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(11, 47);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(170, 23);
            this.textBox1.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(272, 24);
            this.label1.Margin = new System.Windows.Forms.Padding(5);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(33, 15);
            this.label1.TabIndex = 5;
            this.label1.Text = "Icon:";
            // 
            // listView1
            // 
            this.listView1.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.listView1.FullRowSelect = true;
            this.listView1.GridLines = true;
            this.listView1.HideSelection = false;
            listViewItem5.StateImageIndex = 0;
            listViewItem8.StateImageIndex = 0;
            this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem5,
            listViewItem6,
            listViewItem7,
            listViewItem8});
            this.listView1.LargeImageList = this.imageList1;
            this.listView1.Location = new System.Drawing.Point(121, 3);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.Scrollable = false;
            this.listView1.Size = new System.Drawing.Size(274, 50);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            // 
            // tpUploading
            // 
            this.tpUploading.Controls.Add(this.button4);
            this.tpUploading.Controls.Add(this.lvUploadProfiles);
            this.tpUploading.Controls.Add(this.groupBox3);
            this.tpUploading.Controls.Add(this.flpUploadServiceButtons);
            this.tpUploading.Location = new System.Drawing.Point(0, 0);
            this.tpUploading.Name = "tpUploading";
            this.tpUploading.Padding = new System.Windows.Forms.Padding(3);
            this.tpUploading.Size = new System.Drawing.Size(477, 576);
            this.tpUploading.TabIndex = 4;
            this.tpUploading.Tag = "uploading";
            this.tpUploading.Text = "Upload Services";
            this.tpUploading.UseVisualStyleBackColor = true;
            // 
            // button4
            // 
            this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button4.AutoSize = true;
            this.button4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.button4.Location = new System.Drawing.Point(6, 656);
            this.button4.Name = "button4";
            this.button4.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.button4.Size = new System.Drawing.Size(188, 23);
            this.button4.TabIndex = 37;
            this.button4.Text = "Reset upload services to default...";
            this.button4.UseVisualStyleBackColor = true;
            // 
            // lvUploadProfiles
            // 
            this.lvUploadProfiles.CheckBoxes = true;
            this.lvUploadProfiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.chUploadService});
            this.lvUploadProfiles.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvUploadProfiles.FullRowSelect = true;
            this.lvUploadProfiles.HideSelection = false;
            this.lvUploadProfiles.LabelEdit = true;
            this.lvUploadProfiles.Location = new System.Drawing.Point(3, 59);
            this.lvUploadProfiles.MultiSelect = false;
            this.lvUploadProfiles.Name = "lvUploadProfiles";
            this.lvUploadProfiles.Size = new System.Drawing.Size(471, 488);
            this.lvUploadProfiles.TabIndex = 0;
            this.lvUploadProfiles.UseCompatibleStateImageBehavior = false;
            this.lvUploadProfiles.View = System.Windows.Forms.View.Details;
            this.lvUploadProfiles.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvUploadProfiles_ItemChecked);
            this.lvUploadProfiles.SelectedIndexChanged += new System.EventHandler(this.lvUploadProfiles_SelectedIndexChanged);
            // 
            // chUploadService
            // 
            this.chUploadService.Text = "Service Name";
            this.chUploadService.Width = 393;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.label12);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox3.Location = new System.Drawing.Point(3, 3);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.groupBox3.Size = new System.Drawing.Size(471, 56);
            this.groupBox3.TabIndex = 38;
            this.groupBox3.TabStop = false;
            // 
            // label12
            // 
            this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label12.Location = new System.Drawing.Point(3, 16);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(465, 37);
            this.label12.TabIndex = 25;
            this.label12.Text = "These are the upload services ProSnap can send screenshots to. The checked servic" +
    "e is the default one that will be used when the upload button is clicked.";
            // 
            // flpUploadServiceButtons
            // 
            this.flpUploadServiceButtons.AutoSize = true;
            this.flpUploadServiceButtons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.flpUploadServiceButtons.Controls.Add(this.btAddUploadService);
            this.flpUploadServiceButtons.Controls.Add(this.btEditUploadService);
            this.flpUploadServiceButtons.Controls.Add(this.btRemoveUploadService);
            this.flpUploadServiceButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.flpUploadServiceButtons.Location = new System.Drawing.Point(3, 547);
            this.flpUploadServiceButtons.Name = "flpUploadServiceButtons";
            this.flpUploadServiceButtons.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.flpUploadServiceButtons.Size = new System.Drawing.Size(471, 26);
            this.flpUploadServiceButtons.TabIndex = 27;
            // 
            // btAddUploadService
            // 
            this.btAddUploadService.AutoSize = true;
            this.btAddUploadService.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.btAddUploadService.Location = new System.Drawing.Point(3, 3);
            this.btAddUploadService.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.btAddUploadService.Name = "btAddUploadService";
            this.btAddUploadService.Padding = new System.Windows.Forms.Padding(14, 0, 14, 0);
            this.btAddUploadService.Size = new System.Drawing.Size(145, 23);
            this.btAddUploadService.TabIndex = 0;
            this.btAddUploadService.Text = "Add upload service...";
            this.btAddUploadService.UseVisualStyleBackColor = true;
            this.btAddUploadService.Click += new System.EventHandler(this.btAddUploadService_Click);
            // 
            // btEditUploadService
            // 
            this.btEditUploadService.AutoSize = true;
            this.btEditUploadService.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.btEditUploadService.Location = new System.Drawing.Point(151, 3);
            this.btEditUploadService.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.btEditUploadService.Name = "btEditUploadService";
            this.btEditUploadService.Padding = new System.Windows.Forms.Padding(8, 0, 8, 0);
            this.btEditUploadService.Size = new System.Drawing.Size(103, 23);
            this.btEditUploadService.TabIndex = 1;
            this.btEditUploadService.Text = "Edit selected...";
            this.btEditUploadService.UseVisualStyleBackColor = true;
            this.btEditUploadService.Click += new System.EventHandler(this.btEditUploadService_Click);
            // 
            // btRemoveUploadService
            // 
            this.btRemoveUploadService.AutoSize = true;
            this.btRemoveUploadService.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.btRemoveUploadService.Location = new System.Drawing.Point(257, 3);
            this.btRemoveUploadService.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.btRemoveUploadService.Name = "btRemoveUploadService";
            this.btRemoveUploadService.Padding = new System.Windows.Forms.Padding(8, 0, 8, 0);
            this.btRemoveUploadService.Size = new System.Drawing.Size(116, 23);
            this.btRemoveUploadService.TabIndex = 2;
            this.btRemoveUploadService.Text = "Remove selected";
            this.btRemoveUploadService.UseVisualStyleBackColor = true;
            this.btRemoveUploadService.Click += new System.EventHandler(this.btRemoveUploadService_Click);
            // 
            // tpRegistration
            // 
            this.tpRegistration.AutoScroll = true;
            this.tpRegistration.Controls.Add(this.label17);
            this.tpRegistration.Controls.Add(this.tbRegistrationKey);
            this.tpRegistration.Controls.Add(this.llRegistrationKey);
            this.tpRegistration.Controls.Add(this.label16);
            this.tpRegistration.Controls.Add(this.label15);
            this.tpRegistration.Controls.Add(this.label14);
            this.tpRegistration.Location = new System.Drawing.Point(0, 0);
            this.tpRegistration.Name = "tpRegistration";
            this.tpRegistration.Size = new System.Drawing.Size(477, 576);
            this.tpRegistration.TabIndex = 2;
            this.tpRegistration.Tag = "registration";
            this.tpRegistration.Text = "Registration";
            this.tpRegistration.UseVisualStyleBackColor = true;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(24, 55);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(263, 15);
            this.label17.TabIndex = 6;
            this.label17.Text = "● Feel good about supporting app development!";
            // 
            // tbRegistrationKey
            // 
            this.tbRegistrationKey.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbRegistrationKey.Location = new System.Drawing.Point(27, 119);
            this.tbRegistrationKey.Multiline = true;
            this.tbRegistrationKey.Name = "tbRegistrationKey";
            this.tbRegistrationKey.Size = new System.Drawing.Size(383, 133);
            this.tbRegistrationKey.TabIndex = 0;
            // 
            // llRegistrationKey
            // 
            this.llRegistrationKey.AutoSize = true;
            this.llRegistrationKey.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(69)))), ((int)(((byte)(173)))));
            this.llRegistrationKey.Location = new System.Drawing.Point(24, 101);
            this.llRegistrationKey.Name = "llRegistrationKey";
            this.llRegistrationKey.Size = new System.Drawing.Size(284, 15);
            this.llRegistrationKey.TabIndex = 4;
            this.llRegistrationKey.TabStop = true;
            this.llRegistrationKey.Text = "Go here to get a registration key, then paste it below:";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(24, 40);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(378, 15);
            this.label16.TabIndex = 3;
            this.label16.Text = "● Upload images to OAuth-enabled services (such as Imgur accounts)!";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(24, 70);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(255, 15);
            this.label15.TabIndex = 2;
            this.label15.Text = "● Register however many computers you want!";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label14.Location = new System.Drawing.Point(8, 3);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(364, 25);
            this.label14.TabIndex = 1;
            this.label14.Text = "Buy a registration key, get bonus features!";
            // 
            // Options
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.CancelButton = this.btClose;
            this.ClientSize = new System.Drawing.Size(478, 677);
            this.Controls.Add(this.pnWindowButtons);
            this.Controls.Add(this.tcOptions);
            this.Controls.Add(this.flpTabContainer);
            this.DoubleBuffered = true;
            this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Options";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ProSnap Options";
            this.flpTabContainer.ResumeLayout(false);
            this.pnWindowButtons.ResumeLayout(false);
            this.pnWindowButtons.PerformLayout();
            this.tcOptions.ResumeLayout(false);
            this.tpPreviewWindow.ResumeLayout(false);
            this.tpPreviewWindow.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudDelayTime)).EndInit();
            this.pnPreviewLocationChooser.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pbDesktopPreview)).EndInit();
            this.tpShortcuts.ResumeLayout(false);
            this.tpShortcuts.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.flpShortcutActions.ResumeLayout(false);
            this.flpShortcutActions.PerformLayout();
            this.tpButtons.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tpUploading.ResumeLayout(false);
            this.tpUploading.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.flpUploadServiceButtons.ResumeLayout(false);
            this.flpUploadServiceButtons.PerformLayout();
            this.tpRegistration.ResumeLayout(false);
            this.tpRegistration.PerformLayout();
            this.ResumeLayout(false);

        }
Example #60
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewGroup listViewGroup6  = new System.Windows.Forms.ListViewGroup("Tables", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup7  = new System.Windows.Forms.ListViewGroup("Views", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup8  = new System.Windows.Forms.ListViewGroup("Procedures", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup9  = new System.Windows.Forms.ListViewGroup("Functions", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup10 = new System.Windows.Forms.ListViewGroup("Triggers", System.Windows.Forms.HorizontalAlignment.Left);
     this.tableLayout    = new System.Windows.Forms.TableLayoutPanel();
     this.panel1         = new System.Windows.Forms.Panel();
     this.panel2         = new System.Windows.Forms.Panel();
     this.lvwDifferences = new System.Windows.Forms.ListView();
     this.chName         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label1         = new System.Windows.Forms.Label();
     this.lblVersion     = new System.Windows.Forms.Label();
     this.cmdClose       = new System.Windows.Forms.Button();
     this.cmdSelectAll   = new System.Windows.Forms.Button();
     this.cmdGenerate    = new System.Windows.Forms.Button();
     this.saveDialog     = new System.Windows.Forms.SaveFileDialog();
     this.tableLayout.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayout
     //
     this.tableLayout.ColumnCount = 2;
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 64.93591F));
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.06409F));
     this.tableLayout.Controls.Add(this.lvwDifferences, 0, 1);
     this.tableLayout.Controls.Add(this.panel1, 0, 0);
     this.tableLayout.Controls.Add(this.panel2, 1, 0);
     this.tableLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayout.Location = new System.Drawing.Point(0, 0);
     this.tableLayout.Name     = "tableLayout";
     this.tableLayout.RowCount = 2;
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayout.Size     = new System.Drawing.Size(432, 456);
     this.tableLayout.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lblVersion);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(274, 39);
     this.panel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.cmdGenerate);
     this.panel2.Controls.Add(this.cmdSelectAll);
     this.panel2.Controls.Add(this.cmdClose);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(283, 3);
     this.panel2.Name     = "panel2";
     this.tableLayout.SetRowSpan(this.panel2, 2);
     this.panel2.Size     = new System.Drawing.Size(146, 450);
     this.panel2.TabIndex = 1;
     //
     // lvwDifferences
     //
     this.lvwDifferences.CheckBoxes = true;
     this.lvwDifferences.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chName
     });
     this.lvwDifferences.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvwDifferences.FullRowSelect = true;
     this.lvwDifferences.GridLines     = true;
     listViewGroup6.Header             = "Tables";
     listViewGroup6.Name    = "lvgTables";
     listViewGroup7.Header  = "Views";
     listViewGroup7.Name    = "lvgViews";
     listViewGroup8.Header  = "Procedures";
     listViewGroup8.Name    = "lvgProcedures";
     listViewGroup9.Header  = "Functions";
     listViewGroup9.Name    = "lvgFunctions";
     listViewGroup10.Header = "Triggers";
     listViewGroup10.Name   = "lvgTriggers";
     this.lvwDifferences.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup6,
         listViewGroup7,
         listViewGroup8,
         listViewGroup9,
         listViewGroup10
     });
     this.lvwDifferences.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvwDifferences.Location    = new System.Drawing.Point(3, 48);
     this.lvwDifferences.Name        = "lvwDifferences";
     this.lvwDifferences.Size        = new System.Drawing.Size(274, 405);
     this.lvwDifferences.TabIndex    = 4;
     this.lvwDifferences.UseCompatibleStateImageBehavior = false;
     this.lvwDifferences.View = System.Windows.Forms.View.Details;
     //
     // chName
     //
     this.chName.Text  = "Name";
     this.chName.Width = 268;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(45, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Version:";
     //
     // lblVersion
     //
     this.lblVersion.AutoSize = true;
     this.lblVersion.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVersion.Location = new System.Drawing.Point(71, 10);
     this.lblVersion.Name     = "lblVersion";
     this.lblVersion.Size     = new System.Drawing.Size(0, 13);
     this.lblVersion.TabIndex = 1;
     //
     // cmdClose
     //
     this.cmdClose.Location = new System.Drawing.Point(13, 408);
     this.cmdClose.Name     = "cmdClose";
     this.cmdClose.Size     = new System.Drawing.Size(124, 23);
     this.cmdClose.TabIndex = 0;
     this.cmdClose.Text     = "&Close";
     this.cmdClose.UseVisualStyleBackColor = true;
     this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdSelectAll
     //
     this.cmdSelectAll.Location = new System.Drawing.Point(13, 16);
     this.cmdSelectAll.Name     = "cmdSelectAll";
     this.cmdSelectAll.Size     = new System.Drawing.Size(124, 23);
     this.cmdSelectAll.TabIndex = 1;
     this.cmdSelectAll.Text     = "Select/Unselect All";
     this.cmdSelectAll.UseVisualStyleBackColor = true;
     //
     // cmdGenerate
     //
     this.cmdGenerate.Location = new System.Drawing.Point(13, 45);
     this.cmdGenerate.Name     = "cmdGenerate";
     this.cmdGenerate.Size     = new System.Drawing.Size(124, 23);
     this.cmdGenerate.TabIndex = 2;
     this.cmdGenerate.Text     = "Generate Script File";
     this.cmdGenerate.UseVisualStyleBackColor = true;
     this.cmdGenerate.Click += new System.EventHandler(this.cmdGenerate_Click);
     //
     // saveDialog
     //
     this.saveDialog.DefaultExt = "sql";
     //
     // frmDiff
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(432, 456);
     this.Controls.Add(this.tableLayout);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MinimumSize     = new System.Drawing.Size(300, 300);
     this.Name            = "frmDiff";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Version Differences";
     this.tableLayout.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }