/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     groupBox1 = new System.Windows.Forms.GroupBox();
     lb_Cnt    = new System.Windows.Forms.Label();
     gv_Data   = new System.Windows.Forms.DataGridView();
     lb_Date   = new System.Windows.Forms.Label();
     groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)gv_Data).BeginInit();
     SuspendLayout();
     groupBox1.Controls.Add(lb_Date);
     groupBox1.Controls.Add(lb_Cnt);
     groupBox1.Controls.Add(gv_Data);
     groupBox1.Font                      = new System.Drawing.Font("新細明體", 10f);
     groupBox1.Location                  = new System.Drawing.Point(13, 13);
     groupBox1.Name                      = "groupBox1";
     groupBox1.Size                      = new System.Drawing.Size(895, 524);
     groupBox1.TabIndex                  = 0;
     groupBox1.TabStop                   = false;
     groupBox1.Text                      = "疫苗接種人次統計表";
     lb_Cnt.AutoSize                     = true;
     lb_Cnt.Location                     = new System.Drawing.Point(7, 23);
     lb_Cnt.Name                         = "lb_Cnt";
     lb_Cnt.Size                         = new System.Drawing.Size(0, 14);
     lb_Cnt.TabIndex                     = 1;
     gv_Data.AllowUserToAddRows          = false;
     gv_Data.AllowUserToDeleteRows       = false;
     gv_Data.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     gv_Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     gv_Data.Location                    = new System.Drawing.Point(7, 45);
     gv_Data.Name                        = "gv_Data";
     gv_Data.ReadOnly                    = true;
     gv_Data.RowHeadersVisible           = false;
     gv_Data.RowTemplate.Height          = 24;
     gv_Data.Size                        = new System.Drawing.Size(882, 473);
     gv_Data.TabIndex                    = 0;
     lb_Date.AutoSize                    = true;
     lb_Date.Location                    = new System.Drawing.Point(690, 24);
     lb_Date.Name                        = "lb_Date";
     lb_Date.Size                        = new System.Drawing.Size(0, 14);
     lb_Date.TabIndex                    = 2;
     base.AutoScaleDimensions            = new System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode                  = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize                     = new System.Drawing.Size(920, 549);
     base.Controls.Add(groupBox1);
     base.MaximizeBox   = false;
     base.MinimizeBox   = false;
     base.Name          = "Form_StatisticsPrint";
     base.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text       = "離線版預防接種登錄";
     base.Load += new System.EventHandler(Form_StatisticsPrint_Load);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)gv_Data).EndInit();
     ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     groupBox1  = new System.Windows.Forms.GroupBox();
     btn_Cancel = new System.Windows.Forms.Button();
     btn_Export = new System.Windows.Forms.Button();
     label1     = new System.Windows.Forms.Label();
     groupBox1.SuspendLayout();
     SuspendLayout();
     groupBox1.Controls.Add(btn_Cancel);
     groupBox1.Controls.Add(btn_Export);
     groupBox1.Controls.Add(label1);
     groupBox1.Font      = new System.Drawing.Font("新細明體", 10f);
     groupBox1.Location  = new System.Drawing.Point(12, 12);
     groupBox1.Name      = "groupBox1";
     groupBox1.Size      = new System.Drawing.Size(388, 185);
     groupBox1.TabIndex  = 0;
     groupBox1.TabStop   = false;
     groupBox1.Text      = "匯出檔案";
     btn_Cancel.Location = new System.Drawing.Point(65, 135);
     btn_Cancel.Name     = "btn_Cancel";
     btn_Cancel.Size     = new System.Drawing.Size(118, 29);
     btn_Cancel.TabIndex = 2;
     btn_Cancel.Text     = "取消";
     btn_Cancel.UseVisualStyleBackColor = true;
     btn_Cancel.Click   += new System.EventHandler(btn_Cancel_Click);
     btn_Export.Location = new System.Drawing.Point(201, 135);
     btn_Export.Name     = "btn_Export";
     btn_Export.Size     = new System.Drawing.Size(118, 29);
     btn_Export.TabIndex = 1;
     btn_Export.Text     = "確定";
     btn_Export.UseVisualStyleBackColor = true;
     btn_Export.Click        += new System.EventHandler(btn_Export_Click);
     label1.AutoSize          = true;
     label1.Location          = new System.Drawing.Point(7, 23);
     label1.Name              = "label1";
     label1.Size              = new System.Drawing.Size(367, 70);
     label1.TabIndex          = 0;
     label1.Text              = "1.匯出後請儘速確認檔案資料正確性\r\n2.匯出之紀錄若有問題請於電子檔直接修改再行匯入\r\n3.已匯出之接種紀錄將於隔日重新登入應用程式時全部清除\r\n\r\n直接匯出檔案請按“確定”";
     base.AutoScaleDimensions = new System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new System.Drawing.Size(408, 204);
     base.Controls.Add(groupBox1);
     base.MaximizeBox   = false;
     base.MinimizeBox   = false;
     base.Name          = "Form_Export";
     base.ShowInTaskbar = false;
     base.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text = "離線版預防接種登錄";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDialog));
			lblNameAndVersion = new System.Windows.Forms.Label();
			lblAuthor = new System.Windows.Forms.Label();
			pictureBox1 = new System.Windows.Forms.PictureBox();
			groupBox1 = new System.Windows.Forms.GroupBox();
			((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
			groupBox1.SuspendLayout();
			base.SuspendLayout();
			resources.ApplyResources(lblNameAndVersion, "lblNameAndVersion");
			lblNameAndVersion.BackColor = System.Drawing.Color.Transparent;
			lblNameAndVersion.ForeColor = System.Drawing.Color.Black;
			lblNameAndVersion.Name = "lblNameAndVersion";
			resources.ApplyResources(lblAuthor, "lblAuthor");
			lblAuthor.BackColor = System.Drawing.Color.Transparent;
			lblAuthor.ForeColor = System.Drawing.Color.Black;
			lblAuthor.Name = "lblAuthor";
			resources.ApplyResources(pictureBox1, "pictureBox1");
			pictureBox1.Name = "pictureBox1";
			pictureBox1.TabStop = false;
			groupBox1.Controls.Add(pictureBox1);
			groupBox1.Controls.Add(lblNameAndVersion);
			groupBox1.Controls.Add(lblAuthor);
			resources.ApplyResources(groupBox1, "groupBox1");
			groupBox1.Name = "groupBox1";
			groupBox1.TabStop = false;
			resources.ApplyResources(this, "$this");
			base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			BackColor = System.Drawing.SystemColors.Control;
			base.Controls.Add(groupBox1);
			base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			base.KeyPreview = true;
			base.Name = "AboutDialog";
			base.ShowInTaskbar = false;
			base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			base.Click += AboutDialog_Click;
			base.KeyDown += AboutDialog_KeyDown;
			((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
			groupBox1.ResumeLayout(false);
			groupBox1.PerformLayout();
			base.ResumeLayout(false);
		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			System.Windows.Forms.GroupBox groupBox1;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClickActionKeystrokePropertyComponentControl));
			this.label1 = new System.Windows.Forms.Label();
			this._keyStrokeCaptureBox = new ClearCanvas.Desktop.View.WinForms.KeyStrokeCaptureBox();
			groupBox1 = new System.Windows.Forms.GroupBox();
			groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			groupBox1.Controls.Add(this.label1);
			groupBox1.Controls.Add(this._keyStrokeCaptureBox);
			resources.ApplyResources(groupBox1, "groupBox1");
			groupBox1.Name = "groupBox1";
			groupBox1.TabStop = false;
			// 
			// label1
			// 
			resources.ApplyResources(this.label1, "label1");
			this.label1.Name = "label1";
			// 
			// _keyStrokeCaptureBox
			// 
			resources.ApplyResources(this._keyStrokeCaptureBox, "_keyStrokeCaptureBox");
			this._keyStrokeCaptureBox.Name = "_keyStrokeCaptureBox";
			this._keyStrokeCaptureBox.ShowClearButton = true;
			this._keyStrokeCaptureBox.ValidateKeyStroke += new ClearCanvas.Desktop.View.WinForms.ValidateKeyStrokeEventHandler(this._keyStrokeCaptureBox_ValidateKeyStroke);
			// 
			// ClickActionKeystrokePropertyComponentControl
			// 
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(groupBox1);
			this.Name = "ClickActionKeystrokePropertyComponentControl";
			groupBox1.ResumeLayout(false);
			groupBox1.PerformLayout();
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBox1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClickActionKeystrokePropertyComponentControl));
     this.label1 = new System.Windows.Forms.Label();
     this._keyStrokeCaptureBox = new Macro.Desktop.View.WinForms.KeyStrokeCaptureBox();
     groupBox1 = new System.Windows.Forms.GroupBox();
     groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.label1);
     groupBox1.Controls.Add(this._keyStrokeCaptureBox);
     resources.ApplyResources(groupBox1, "groupBox1");
     groupBox1.Name    = "groupBox1";
     groupBox1.TabStop = false;
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // _keyStrokeCaptureBox
     //
     resources.ApplyResources(this._keyStrokeCaptureBox, "_keyStrokeCaptureBox");
     this._keyStrokeCaptureBox.Name               = "_keyStrokeCaptureBox";
     this._keyStrokeCaptureBox.ShowClearButton    = true;
     this._keyStrokeCaptureBox.ValidateKeyStroke += new Macro.Desktop.View.WinForms.ValidateKeyStrokeEventHandler(this._keyStrokeCaptureBox_ValidateKeyStroke);
     //
     // ClickActionKeystrokePropertyComponentControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(groupBox1);
     this.Name = "ClickActionKeystrokePropertyComponentControl";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#6
0
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改
 /// 這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox GPsys;
     this.BOOLhdd       = new System.Windows.Forms.CheckBox();
     this.clone_ip      = new System.Windows.Forms.Button();
     this.file_des      = new System.Windows.Forms.Label();
     this.file_sel      = new System.Windows.Forms.Button();
     this.SVsat         = new System.Windows.Forms.Label();
     this.LAB_99999010  = new System.Windows.Forms.Label();
     this.LAB_999999020 = new System.Windows.Forms.Label();
     this.LAB99001      = new System.Windows.Forms.Label();
     this.user_ip_inp   = new System.Windows.Forms.TextBox();
     this.checkip       = new System.Windows.Forms.Button();
     this.use_local_ip  = new System.Windows.Forms.CheckBox();
     this.able_time_new = new System.Windows.Forms.CheckBox();
     this.LAB9999001    = new System.Windows.Forms.Label();
     this.renewTI       = new System.Windows.Forms.NumericUpDown();
     this.noap          = new System.Windows.Forms.CheckBox();
     this.svCLS         = new System.Windows.Forms.Button();
     this.txtPort       = new System.Windows.Forms.TextBox();
     this.SVon          = new System.Windows.Forms.Button();
     this.conS          = new System.Windows.Forms.RichTextBox();
     this.ipSHOW        = new System.Windows.Forms.Label();
     this.LAB99997      = new System.Windows.Forms.Label();
     this.lblTime       = new System.Windows.Forms.Label();
     this.LAB99999      = new System.Windows.Forms.Label();
     this.GPget         = new System.Windows.Forms.GroupBox();
     this.GPsend        = new System.Windows.Forms.GroupBox();
     this.LAB99000      = new System.Windows.Forms.Label();
     this.EndTHING      = new System.Windows.Forms.Label();
     this.LAB99990      = new System.Windows.Forms.Label();
     this.LAB99980      = new System.Windows.Forms.Label();
     this.da4           = new System.Windows.Forms.TextBox();
     this.da3           = new System.Windows.Forms.TextBox();
     this.da2           = new System.Windows.Forms.TextBox();
     this.da1           = new System.Windows.Forms.TextBox();
     this.satBOXsub     = new System.Windows.Forms.Button();
     this.LAB99994      = new System.Windows.Forms.Label();
     this.LAB99993      = new System.Windows.Forms.Label();
     this.LAB99992      = new System.Windows.Forms.Label();
     this.LAB99991      = new System.Windows.Forms.Label();
     this.da0           = new System.Windows.Forms.TextBox();
     this.LAB99970      = new System.Windows.Forms.Label();
     this.hhmmssSHOW    = new System.Windows.Forms.Label();
     this.STARTTHING    = new System.Windows.Forms.Label();
     this.gui_group     = new System.Windows.Forms.GroupBox();
     this.gui_stb       = new System.Windows.Forms.Button();
     this.gui_set       = new System.Windows.Forms.Button();
     this.gui_mt        = new System.Windows.Forms.Button();
     this.gui_fly       = new System.Windows.Forms.Button();
     GPsys = new System.Windows.Forms.GroupBox();
     GPsys.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.renewTI)).BeginInit();
     this.GPsend.SuspendLayout();
     this.gui_group.SuspendLayout();
     this.SuspendLayout();
     //
     // GPsys
     //
     GPsys.Controls.Add(this.BOOLhdd);
     GPsys.Controls.Add(this.clone_ip);
     GPsys.Controls.Add(this.file_des);
     GPsys.Controls.Add(this.file_sel);
     GPsys.Controls.Add(this.SVsat);
     GPsys.Controls.Add(this.LAB_99999010);
     GPsys.Controls.Add(this.LAB_999999020);
     GPsys.Controls.Add(this.LAB99001);
     GPsys.Controls.Add(this.user_ip_inp);
     GPsys.Controls.Add(this.checkip);
     GPsys.Controls.Add(this.use_local_ip);
     GPsys.Controls.Add(this.able_time_new);
     GPsys.Controls.Add(this.LAB9999001);
     GPsys.Controls.Add(this.renewTI);
     GPsys.Controls.Add(this.noap);
     GPsys.Controls.Add(this.svCLS);
     GPsys.Controls.Add(this.txtPort);
     GPsys.Controls.Add(this.SVon);
     GPsys.Controls.Add(this.conS);
     GPsys.Controls.Add(this.ipSHOW);
     GPsys.Controls.Add(this.LAB99997);
     GPsys.Controls.Add(this.lblTime);
     GPsys.Controls.Add(this.LAB99999);
     GPsys.Location = new System.Drawing.Point(13, 324);
     GPsys.Name     = "GPsys";
     GPsys.Size     = new System.Drawing.Size(742, 155);
     GPsys.TabIndex = 2;
     GPsys.TabStop  = false;
     GPsys.Text     = "system";
     //
     // BOOLhdd
     //
     this.BOOLhdd.AutoSize = true;
     this.BOOLhdd.Location = new System.Drawing.Point(142, 132);
     this.BOOLhdd.Name     = "BOOLhdd";
     this.BOOLhdd.Size     = new System.Drawing.Size(72, 16);
     this.BOOLhdd.TabIndex = 24;
     this.BOOLhdd.Text     = "硬碟紀錄";
     this.BOOLhdd.UseVisualStyleBackColor = true;
     //
     // clone_ip
     //
     this.clone_ip.Location = new System.Drawing.Point(198, 43);
     this.clone_ip.Name     = "clone_ip";
     this.clone_ip.Size     = new System.Drawing.Size(44, 23);
     this.clone_ip.TabIndex = 23;
     this.clone_ip.Text     = "複製";
     this.clone_ip.UseVisualStyleBackColor = true;
     this.clone_ip.Click += new System.EventHandler(this.clone_ip_Click);
     //
     // file_des
     //
     this.file_des.AutoSize = true;
     this.file_des.Location = new System.Drawing.Point(318, 133);
     this.file_des.Name     = "file_des";
     this.file_des.Size     = new System.Drawing.Size(49, 12);
     this.file_des.TabIndex = 22;
     this.file_des.Text     = "loading...";
     this.file_des.Click   += new System.EventHandler(this.file_des_Click);
     //
     // file_sel
     //
     this.file_sel.Location = new System.Drawing.Point(237, 128);
     this.file_sel.Name     = "file_sel";
     this.file_sel.Size     = new System.Drawing.Size(75, 23);
     this.file_sel.TabIndex = 21;
     this.file_sel.Text     = "後送";
     this.file_sel.UseVisualStyleBackColor = true;
     this.file_sel.Click += new System.EventHandler(this.file_sel_Click);
     //
     // SVsat
     //
     this.SVsat.AutoSize = true;
     this.SVsat.Location = new System.Drawing.Point(396, 80);
     this.SVsat.Name     = "SVsat";
     this.SVsat.Size     = new System.Drawing.Size(49, 12);
     this.SVsat.TabIndex = 20;
     this.SVsat.Text     = "loading...";
     //
     // LAB_99999010
     //
     this.LAB_99999010.AutoSize = true;
     this.LAB_99999010.Location = new System.Drawing.Point(400, 54);
     this.LAB_99999010.Name     = "LAB_99999010";
     this.LAB_99999010.Size     = new System.Drawing.Size(29, 12);
     this.LAB_99999010.TabIndex = 19;
     this.LAB_99999010.Text     = "狀態";
     //
     // LAB_999999020
     //
     this.LAB_999999020.AutoSize = true;
     this.LAB_999999020.Location = new System.Drawing.Point(94, 79);
     this.LAB_999999020.Name     = "LAB_999999020";
     this.LAB_999999020.Size     = new System.Drawing.Size(29, 12);
     this.LAB_999999020.TabIndex = 18;
     this.LAB_999999020.Text     = "監聽";
     //
     // LAB99001
     //
     this.LAB99001.AutoSize = true;
     this.LAB99001.Location = new System.Drawing.Point(255, 22);
     this.LAB99001.Name     = "LAB99001";
     this.LAB99001.Size     = new System.Drawing.Size(57, 12);
     this.LAB99001.TabIndex = 17;
     this.LAB99001.Text     = "port numb.";
     //
     // user_ip_inp
     //
     this.user_ip_inp.Enabled  = false;
     this.user_ip_inp.Location = new System.Drawing.Point(142, 70);
     this.user_ip_inp.Name     = "user_ip_inp";
     this.user_ip_inp.Size     = new System.Drawing.Size(100, 22);
     this.user_ip_inp.TabIndex = 16;
     //
     // checkip
     //
     this.checkip.Location = new System.Drawing.Point(28, 43);
     this.checkip.Name     = "checkip";
     this.checkip.Size     = new System.Drawing.Size(50, 23);
     this.checkip.TabIndex = 15;
     this.checkip.Text     = "check";
     this.checkip.UseVisualStyleBackColor = true;
     this.checkip.Click += new System.EventHandler(this.checkip_Click);
     //
     // use_local_ip
     //
     this.use_local_ip.AutoSize = true;
     this.use_local_ip.Location = new System.Drawing.Point(9, 72);
     this.use_local_ip.Name     = "use_local_ip";
     this.use_local_ip.Size     = new System.Drawing.Size(72, 16);
     this.use_local_ip.TabIndex = 14;
     this.use_local_ip.Text     = "區域網路";
     this.use_local_ip.UseVisualStyleBackColor = true;
     this.use_local_ip.CheckedChanged         += new System.EventHandler(this.use_local_ip_CheckedChanged);
     //
     // able_time_new
     //
     this.able_time_new.AutoSize   = true;
     this.able_time_new.Checked    = true;
     this.able_time_new.CheckState = System.Windows.Forms.CheckState.Checked;
     this.able_time_new.Location   = new System.Drawing.Point(6, 128);
     this.able_time_new.Name       = "able_time_new";
     this.able_time_new.Size       = new System.Drawing.Size(72, 16);
     this.able_time_new.TabIndex   = 13;
     this.able_time_new.Text       = "定時刷新";
     this.able_time_new.UseVisualStyleBackColor = true;
     //
     // LAB9999001
     //
     this.LAB9999001.AutoSize = true;
     this.LAB9999001.Location = new System.Drawing.Point(92, 107);
     this.LAB9999001.Name     = "LAB9999001";
     this.LAB9999001.Size     = new System.Drawing.Size(53, 12);
     this.LAB9999001.TabIndex = 12;
     this.LAB9999001.Text     = "刷新時間";
     //
     // renewTI
     //
     this.renewTI.Location = new System.Drawing.Point(161, 105);
     this.renewTI.Name     = "renewTI";
     this.renewTI.Size     = new System.Drawing.Size(120, 22);
     this.renewTI.TabIndex = 11;
     this.renewTI.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.renewTI.ValueChanged += new System.EventHandler(this.renewTI_ValueChanged);
     //
     // noap
     //
     this.noap.AutoSize = true;
     this.noap.Location = new System.Drawing.Point(7, 106);
     this.noap.Name     = "noap";
     this.noap.Size     = new System.Drawing.Size(60, 16);
     this.noap.TabIndex = 10;
     this.noap.Text     = "無附加";
     this.noap.UseVisualStyleBackColor = true;
     //
     // svCLS
     //
     this.svCLS.Location = new System.Drawing.Point(318, 95);
     this.svCLS.Name     = "svCLS";
     this.svCLS.Size     = new System.Drawing.Size(75, 23);
     this.svCLS.TabIndex = 9;
     this.svCLS.Text     = "伺服器關閉";
     this.svCLS.UseVisualStyleBackColor = true;
     this.svCLS.Click += new System.EventHandler(this.svCLS_Click);
     //
     // txtPort
     //
     this.txtPort.Location = new System.Drawing.Point(318, 18);
     this.txtPort.Name     = "txtPort";
     this.txtPort.Size     = new System.Drawing.Size(100, 22);
     this.txtPort.TabIndex = 8;
     this.txtPort.Text     = "9999";
     //
     // SVon
     //
     this.SVon.Location = new System.Drawing.Point(318, 49);
     this.SVon.Name     = "SVon";
     this.SVon.Size     = new System.Drawing.Size(75, 39);
     this.SVon.TabIndex = 7;
     this.SVon.Text     = "伺服器啟動";
     this.SVon.UseVisualStyleBackColor = true;
     this.SVon.Click += new System.EventHandler(this.SVon_Click);
     //
     // conS
     //
     this.conS.Location = new System.Drawing.Point(450, 18);
     this.conS.Name     = "conS";
     this.conS.Size     = new System.Drawing.Size(285, 96);
     this.conS.TabIndex = 6;
     this.conS.Text     = "";
     //
     // ipSHOW
     //
     this.ipSHOW.AutoSize = true;
     this.ipSHOW.Location = new System.Drawing.Point(92, 54);
     this.ipSHOW.Name     = "ipSHOW";
     this.ipSHOW.Size     = new System.Drawing.Size(49, 12);
     this.ipSHOW.TabIndex = 5;
     this.ipSHOW.Text     = "loading...";
     //
     // LAB99997
     //
     this.LAB99997.AutoSize = true;
     this.LAB99997.Location = new System.Drawing.Point(7, 54);
     this.LAB99997.Name     = "LAB99997";
     this.LAB99997.Size     = new System.Drawing.Size(14, 12);
     this.LAB99997.TabIndex = 3;
     this.LAB99997.Text     = "ip";
     //
     // lblTime
     //
     this.lblTime.AutoSize = true;
     this.lblTime.Location = new System.Drawing.Point(94, 22);
     this.lblTime.Name     = "lblTime";
     this.lblTime.Size     = new System.Drawing.Size(33, 12);
     this.lblTime.TabIndex = 1;
     this.lblTime.Text     = "label2";
     //
     // LAB99999
     //
     this.LAB99999.AutoSize = true;
     this.LAB99999.Location = new System.Drawing.Point(7, 22);
     this.LAB99999.Name     = "LAB99999";
     this.LAB99999.Size     = new System.Drawing.Size(53, 12);
     this.LAB99999.TabIndex = 0;
     this.LAB99999.Text     = "系統時間";
     //
     // GPget
     //
     this.GPget.Location = new System.Drawing.Point(13, 13);
     this.GPget.Name     = "GPget";
     this.GPget.Size     = new System.Drawing.Size(742, 100);
     this.GPget.TabIndex = 0;
     this.GPget.TabStop  = false;
     this.GPget.Text     = "get";
     //
     // GPsend
     //
     this.GPsend.CausesValidation = false;
     this.GPsend.Controls.Add(this.LAB99000);
     this.GPsend.Controls.Add(this.EndTHING);
     this.GPsend.Controls.Add(this.LAB99990);
     this.GPsend.Controls.Add(this.LAB99980);
     this.GPsend.Controls.Add(this.da4);
     this.GPsend.Controls.Add(this.da3);
     this.GPsend.Controls.Add(this.da2);
     this.GPsend.Controls.Add(this.da1);
     this.GPsend.Controls.Add(this.satBOXsub);
     this.GPsend.Controls.Add(this.LAB99994);
     this.GPsend.Controls.Add(this.LAB99993);
     this.GPsend.Controls.Add(this.LAB99992);
     this.GPsend.Controls.Add(this.LAB99991);
     this.GPsend.Controls.Add(this.da0);
     this.GPsend.Controls.Add(this.LAB99970);
     this.GPsend.Controls.Add(this.hhmmssSHOW);
     this.GPsend.Controls.Add(this.STARTTHING);
     this.GPsend.Location = new System.Drawing.Point(13, 120);
     this.GPsend.Name     = "GPsend";
     this.GPsend.Size     = new System.Drawing.Size(742, 184);
     this.GPsend.TabIndex = 1;
     this.GPsend.TabStop  = false;
     this.GPsend.Text     = "send";
     //
     // LAB99000
     //
     this.LAB99000.AutoSize = true;
     this.LAB99000.Location = new System.Drawing.Point(11, 91);
     this.LAB99000.Name     = "LAB99000";
     this.LAB99000.Size     = new System.Drawing.Size(29, 12);
     this.LAB99000.TabIndex = 16;
     this.LAB99000.Text     = "結束";
     //
     // EndTHING
     //
     this.EndTHING.AutoSize = true;
     this.EndTHING.Location = new System.Drawing.Point(9, 122);
     this.EndTHING.Name     = "EndTHING";
     this.EndTHING.Size     = new System.Drawing.Size(11, 12);
     this.EndTHING.TabIndex = 15;
     this.EndTHING.Text     = "~";
     //
     // LAB99990
     //
     this.LAB99990.AutoSize = true;
     this.LAB99990.Location = new System.Drawing.Point(402, 94);
     this.LAB99990.Name     = "LAB99990";
     this.LAB99990.Size     = new System.Drawing.Size(37, 12);
     this.LAB99990.TabIndex = 14;
     this.LAB99990.Text     = "z/mot3";
     //
     // LAB99980
     //
     this.LAB99980.AutoSize = true;
     this.LAB99980.Location = new System.Drawing.Point(402, 60);
     this.LAB99980.Name     = "LAB99980";
     this.LAB99980.Size     = new System.Drawing.Size(38, 12);
     this.LAB99980.TabIndex = 13;
     this.LAB99980.Text     = "y/mot2";
     //
     // da4
     //
     this.da4.Location = new System.Drawing.Point(441, 134);
     this.da4.Name     = "da4";
     this.da4.Size     = new System.Drawing.Size(100, 22);
     this.da4.TabIndex = 12;
     //
     // da3
     //
     this.da3.Location = new System.Drawing.Point(441, 91);
     this.da3.Name     = "da3";
     this.da3.Size     = new System.Drawing.Size(100, 22);
     this.da3.TabIndex = 11;
     //
     // da2
     //
     this.da2.Location = new System.Drawing.Point(441, 53);
     this.da2.Name     = "da2";
     this.da2.Size     = new System.Drawing.Size(100, 22);
     this.da2.TabIndex = 10;
     //
     // da1
     //
     this.da1.Location = new System.Drawing.Point(441, 18);
     this.da1.Name     = "da1";
     this.da1.Size     = new System.Drawing.Size(100, 22);
     this.da1.TabIndex = 9;
     //
     // satBOXsub
     //
     this.satBOXsub.Location = new System.Drawing.Point(651, 22);
     this.satBOXsub.Name     = "satBOXsub";
     this.satBOXsub.Size     = new System.Drawing.Size(75, 50);
     this.satBOXsub.TabIndex = 8;
     this.satBOXsub.Text     = "狀態傳送";
     this.satBOXsub.UseVisualStyleBackColor = true;
     this.satBOXsub.Click += new System.EventHandler(this.satBOXsub_Click);
     //
     // LAB99994
     //
     this.LAB99994.AutoSize = true;
     this.LAB99994.Location = new System.Drawing.Point(392, 137);
     this.LAB99994.Name     = "LAB99994";
     this.LAB99994.Size     = new System.Drawing.Size(43, 12);
     this.LAB99994.TabIndex = 7;
     this.LAB99994.Text     = "alt/mot4";
     //
     // LAB99993
     //
     this.LAB99993.AutoSize = true;
     this.LAB99993.Location = new System.Drawing.Point(250, 21);
     this.LAB99993.Name     = "LAB99993";
     this.LAB99993.Size     = new System.Drawing.Size(53, 12);
     this.LAB99993.TabIndex = 6;
     this.LAB99993.Text     = "現實時間";
     //
     // LAB99992
     //
     this.LAB99992.AutoSize = true;
     this.LAB99992.Location = new System.Drawing.Point(94, 21);
     this.LAB99992.Name     = "LAB99992";
     this.LAB99992.Size     = new System.Drawing.Size(29, 12);
     this.LAB99992.TabIndex = 5;
     this.LAB99992.Text     = "狀態";
     //
     // LAB99991
     //
     this.LAB99991.AutoSize = true;
     this.LAB99991.Location = new System.Drawing.Point(9, 22);
     this.LAB99991.Name     = "LAB99991";
     this.LAB99991.Size     = new System.Drawing.Size(29, 12);
     this.LAB99991.TabIndex = 4;
     this.LAB99991.Text     = "起始";
     //
     // da0
     //
     this.da0.Location = new System.Drawing.Point(94, 50);
     this.da0.Name     = "da0";
     this.da0.Size     = new System.Drawing.Size(100, 22);
     this.da0.TabIndex = 3;
     //
     // LAB99970
     //
     this.LAB99970.AutoSize = true;
     this.LAB99970.Location = new System.Drawing.Point(402, 22);
     this.LAB99970.Name     = "LAB99970";
     this.LAB99970.Size     = new System.Drawing.Size(38, 12);
     this.LAB99970.TabIndex = 2;
     this.LAB99970.Text     = "x/mot1";
     //
     // hhmmssSHOW
     //
     this.hhmmssSHOW.AutoSize = true;
     this.hhmmssSHOW.Location = new System.Drawing.Point(248, 53);
     this.hhmmssSHOW.Name     = "hhmmssSHOW";
     this.hhmmssSHOW.Size     = new System.Drawing.Size(33, 12);
     this.hhmmssSHOW.TabIndex = 1;
     this.hhmmssSHOW.Text     = "label2";
     //
     // STARTTHING
     //
     this.STARTTHING.AutoSize = true;
     this.STARTTHING.Location = new System.Drawing.Point(7, 53);
     this.STARTTHING.Name     = "STARTTHING";
     this.STARTTHING.Size     = new System.Drawing.Size(11, 12);
     this.STARTTHING.TabIndex = 0;
     this.STARTTHING.Text     = "$";
     //
     // gui_group
     //
     this.gui_group.Controls.Add(this.gui_stb);
     this.gui_group.Controls.Add(this.gui_set);
     this.gui_group.Controls.Add(this.gui_mt);
     this.gui_group.Controls.Add(this.gui_fly);
     this.gui_group.Location = new System.Drawing.Point(767, 120);
     this.gui_group.Name     = "gui_group";
     this.gui_group.Size     = new System.Drawing.Size(229, 183);
     this.gui_group.TabIndex = 3;
     this.gui_group.TabStop  = false;
     this.gui_group.Text     = "gui";
     //
     // gui_stb
     //
     this.gui_stb.Location = new System.Drawing.Point(87, 23);
     this.gui_stb.Name     = "gui_stb";
     this.gui_stb.Size     = new System.Drawing.Size(68, 141);
     this.gui_stb.TabIndex = 3;
     this.gui_stb.Text     = "待命";
     this.gui_stb.UseVisualStyleBackColor = true;
     this.gui_stb.Click += new System.EventHandler(this.gui_stb_Click);
     //
     // gui_set
     //
     this.gui_set.Location = new System.Drawing.Point(13, 122);
     this.gui_set.Name     = "gui_set";
     this.gui_set.Size     = new System.Drawing.Size(68, 42);
     this.gui_set.TabIndex = 2;
     this.gui_set.Text     = "設定";
     this.gui_set.UseVisualStyleBackColor = true;
     this.gui_set.Click += new System.EventHandler(this.gui_set_Click);
     //
     // gui_mt
     //
     this.gui_mt.Location = new System.Drawing.Point(13, 71);
     this.gui_mt.Name     = "gui_mt";
     this.gui_mt.Size     = new System.Drawing.Size(68, 42);
     this.gui_mt.TabIndex = 1;
     this.gui_mt.Text     = "馬達控制";
     this.gui_mt.UseVisualStyleBackColor = true;
     this.gui_mt.Click += new System.EventHandler(this.gui_mt_Click);
     //
     // gui_fly
     //
     this.gui_fly.Location = new System.Drawing.Point(13, 22);
     this.gui_fly.Name     = "gui_fly";
     this.gui_fly.Size     = new System.Drawing.Size(68, 43);
     this.gui_fly.TabIndex = 0;
     this.gui_fly.Text     = "飛行";
     this.gui_fly.UseVisualStyleBackColor = true;
     this.gui_fly.Click += new System.EventHandler(this.gui_fly_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1035, 491);
     this.Controls.Add(this.gui_group);
     this.Controls.Add(GPsys);
     this.Controls.Add(this.GPsend);
     this.Controls.Add(this.GPget);
     this.Name  = "Form1";
     this.Text  = "phonelf_windows";
     this.Load += new System.EventHandler(this.Form1_Load);
     GPsys.ResumeLayout(false);
     GPsys.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.renewTI)).EndInit();
     this.GPsend.ResumeLayout(false);
     this.GPsend.PerformLayout();
     this.gui_group.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.SplitContainer splitContainer1;
     System.Windows.Forms.GroupBox       groupBox1;
     System.Windows.Forms.GroupBox       groupBox2;
     this.bt_link_unlink        = new System.Windows.Forms.Button();
     this.groupBox6             = new System.Windows.Forms.GroupBox();
     this.rb4_slave_3           = new System.Windows.Forms.RadioButton();
     this.rb4_slave_2           = new System.Windows.Forms.RadioButton();
     this.rb4_slave_1           = new System.Windows.Forms.RadioButton();
     this.groupBox5             = new System.Windows.Forms.GroupBox();
     this.rb3_slave_3           = new System.Windows.Forms.RadioButton();
     this.rb3_slave_2           = new System.Windows.Forms.RadioButton();
     this.rb3_slave_1           = new System.Windows.Forms.RadioButton();
     this.groupBox4             = new System.Windows.Forms.GroupBox();
     this.rb2_master_3          = new System.Windows.Forms.RadioButton();
     this.rb2_master_2          = new System.Windows.Forms.RadioButton();
     this.rb2_master_1          = new System.Windows.Forms.RadioButton();
     this.groupBox3             = new System.Windows.Forms.GroupBox();
     this.rb1_master_3          = new System.Windows.Forms.RadioButton();
     this.rb1_master_2          = new System.Windows.Forms.RadioButton();
     this.rb1_master_1          = new System.Windows.Forms.RadioButton();
     this.tb_num_of_chked_boxes = new System.Windows.Forms.TextBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.checkBox5                  = new System.Windows.Forms.CheckBox();
     this.checkBox4                  = new System.Windows.Forms.CheckBox();
     this.checkBox3                  = new System.Windows.Forms.CheckBox();
     this.checkBox2                  = new System.Windows.Forms.CheckBox();
     this.checkBox1                  = new System.Windows.Forms.CheckBox();
     this.rb_txt_normal              = new System.Windows.Forms.RadioButton();
     this.rb_txt_italic              = new System.Windows.Forms.RadioButton();
     this.rb_txt_bold                = new System.Windows.Forms.RadioButton();
     this.label2                     = new System.Windows.Forms.Label();
     this.label1                     = new System.Windows.Forms.Label();
     this.lbl_shift_names_basic      = new System.Windows.Forms.Label();
     this.bt_shift_names_with_colors = new System.Windows.Forms.Button();
     this.bt_shift_names_basic       = new System.Windows.Forms.Button();
     this.groupBox7                  = new System.Windows.Forms.GroupBox();
     this.groupBox8                  = new System.Windows.Forms.GroupBox();
     splitContainer1                 = new System.Windows.Forms.SplitContainer();
     groupBox1 = new System.Windows.Forms.GroupBox();
     groupBox2 = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     groupBox1.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     groupBox2.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.groupBox8.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     splitContainer1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     splitContainer1.IsSplitterFixed = true;
     splitContainer1.Location        = new System.Drawing.Point(0, 0);
     splitContainer1.Name            = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(groupBox1);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(groupBox2);
     splitContainer1.Size             = new System.Drawing.Size(504, 260);
     splitContainer1.SplitterDistance = 226;
     splitContainer1.TabIndex         = 0;
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.bt_link_unlink);
     groupBox1.Controls.Add(this.groupBox6);
     groupBox1.Controls.Add(this.groupBox5);
     groupBox1.Controls.Add(this.groupBox4);
     groupBox1.Controls.Add(this.groupBox3);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(0, 0);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(224, 258);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Link Usage";
     //
     // bt_link_unlink
     //
     this.bt_link_unlink.Location = new System.Drawing.Point(68, 213);
     this.bt_link_unlink.Name     = "bt_link_unlink";
     this.bt_link_unlink.Size     = new System.Drawing.Size(75, 23);
     this.bt_link_unlink.TabIndex = 2;
     this.bt_link_unlink.Tag      = "0";
     this.bt_link_unlink.Text     = "Link";
     this.bt_link_unlink.UseVisualStyleBackColor = true;
     this.bt_link_unlink.Click += new System.EventHandler(this.bt_link_unlink_Click);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.rb4_slave_3);
     this.groupBox6.Controls.Add(this.rb4_slave_2);
     this.groupBox6.Controls.Add(this.rb4_slave_1);
     this.groupBox6.Location = new System.Drawing.Point(112, 116);
     this.groupBox6.Name     = "groupBox6";
     this.groupBox6.Size     = new System.Drawing.Size(103, 91);
     this.groupBox6.TabIndex = 1;
     this.groupBox6.TabStop  = false;
     this.groupBox6.Text     = "Slave";
     //
     // rb4_slave_3
     //
     this.rb4_slave_3.AutoSize = true;
     this.rb4_slave_3.Location = new System.Drawing.Point(6, 65);
     this.rb4_slave_3.Name     = "rb4_slave_3";
     this.rb4_slave_3.Size     = new System.Drawing.Size(91, 17);
     this.rb4_slave_3.TabIndex = 2;
     this.rb4_slave_3.Text     = "radioButton43";
     this.rb4_slave_3.UseVisualStyleBackColor = true;
     //
     // rb4_slave_2
     //
     this.rb4_slave_2.AutoSize = true;
     this.rb4_slave_2.Checked  = true;
     this.rb4_slave_2.Location = new System.Drawing.Point(6, 42);
     this.rb4_slave_2.Name     = "rb4_slave_2";
     this.rb4_slave_2.Size     = new System.Drawing.Size(91, 17);
     this.rb4_slave_2.TabIndex = 1;
     this.rb4_slave_2.TabStop  = true;
     this.rb4_slave_2.Text     = "radioButton42";
     this.rb4_slave_2.UseVisualStyleBackColor = true;
     //
     // rb4_slave_1
     //
     this.rb4_slave_1.AutoSize = true;
     this.rb4_slave_1.Location = new System.Drawing.Point(6, 19);
     this.rb4_slave_1.Name     = "rb4_slave_1";
     this.rb4_slave_1.Size     = new System.Drawing.Size(91, 17);
     this.rb4_slave_1.TabIndex = 0;
     this.rb4_slave_1.Tag      = "0";
     this.rb4_slave_1.Text     = "radioButton41";
     this.rb4_slave_1.UseVisualStyleBackColor = true;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.rb3_slave_3);
     this.groupBox5.Controls.Add(this.rb3_slave_2);
     this.groupBox5.Controls.Add(this.rb3_slave_1);
     this.groupBox5.Location = new System.Drawing.Point(3, 116);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(103, 91);
     this.groupBox5.TabIndex = 1;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Slave";
     //
     // rb3_slave_3
     //
     this.rb3_slave_3.AutoSize = true;
     this.rb3_slave_3.Location = new System.Drawing.Point(6, 65);
     this.rb3_slave_3.Name     = "rb3_slave_3";
     this.rb3_slave_3.Size     = new System.Drawing.Size(91, 17);
     this.rb3_slave_3.TabIndex = 2;
     this.rb3_slave_3.Text     = "radioButton33";
     this.rb3_slave_3.UseVisualStyleBackColor = true;
     //
     // rb3_slave_2
     //
     this.rb3_slave_2.AutoSize = true;
     this.rb3_slave_2.Checked  = true;
     this.rb3_slave_2.Location = new System.Drawing.Point(6, 42);
     this.rb3_slave_2.Name     = "rb3_slave_2";
     this.rb3_slave_2.Size     = new System.Drawing.Size(91, 17);
     this.rb3_slave_2.TabIndex = 1;
     this.rb3_slave_2.TabStop  = true;
     this.rb3_slave_2.Text     = "radioButton32";
     this.rb3_slave_2.UseVisualStyleBackColor = true;
     //
     // rb3_slave_1
     //
     this.rb3_slave_1.AutoSize = true;
     this.rb3_slave_1.Location = new System.Drawing.Point(6, 19);
     this.rb3_slave_1.Name     = "rb3_slave_1";
     this.rb3_slave_1.Size     = new System.Drawing.Size(91, 17);
     this.rb3_slave_1.TabIndex = 0;
     this.rb3_slave_1.Tag      = "0";
     this.rb3_slave_1.Text     = "radioButton31";
     this.rb3_slave_1.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.rb2_master_3);
     this.groupBox4.Controls.Add(this.rb2_master_2);
     this.groupBox4.Controls.Add(this.rb2_master_1);
     this.groupBox4.Location = new System.Drawing.Point(112, 19);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(103, 91);
     this.groupBox4.TabIndex = 1;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Master";
     //
     // rb2_master_3
     //
     this.rb2_master_3.AutoSize = true;
     this.rb2_master_3.Location = new System.Drawing.Point(6, 65);
     this.rb2_master_3.Name     = "rb2_master_3";
     this.rb2_master_3.Size     = new System.Drawing.Size(91, 17);
     this.rb2_master_3.TabIndex = 2;
     this.rb2_master_3.Text     = "radioButton23";
     this.rb2_master_3.UseVisualStyleBackColor = true;
     //
     // rb2_master_2
     //
     this.rb2_master_2.AutoSize = true;
     this.rb2_master_2.Checked  = true;
     this.rb2_master_2.Location = new System.Drawing.Point(6, 42);
     this.rb2_master_2.Name     = "rb2_master_2";
     this.rb2_master_2.Size     = new System.Drawing.Size(91, 17);
     this.rb2_master_2.TabIndex = 1;
     this.rb2_master_2.TabStop  = true;
     this.rb2_master_2.Text     = "radioButton22";
     this.rb2_master_2.UseVisualStyleBackColor = true;
     //
     // rb2_master_1
     //
     this.rb2_master_1.AutoSize = true;
     this.rb2_master_1.Location = new System.Drawing.Point(6, 19);
     this.rb2_master_1.Name     = "rb2_master_1";
     this.rb2_master_1.Size     = new System.Drawing.Size(91, 17);
     this.rb2_master_1.TabIndex = 0;
     this.rb2_master_1.Tag      = "0";
     this.rb2_master_1.Text     = "radioButton21";
     this.rb2_master_1.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.rb1_master_3);
     this.groupBox3.Controls.Add(this.rb1_master_2);
     this.groupBox3.Controls.Add(this.rb1_master_1);
     this.groupBox3.Location = new System.Drawing.Point(3, 19);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(103, 91);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Master";
     //
     // rb1_master_3
     //
     this.rb1_master_3.AutoSize = true;
     this.rb1_master_3.Location = new System.Drawing.Point(6, 65);
     this.rb1_master_3.Name     = "rb1_master_3";
     this.rb1_master_3.Size     = new System.Drawing.Size(91, 17);
     this.rb1_master_3.TabIndex = 2;
     this.rb1_master_3.Text     = "radioButton13";
     this.rb1_master_3.UseVisualStyleBackColor = true;
     //
     // rb1_master_2
     //
     this.rb1_master_2.AutoSize = true;
     this.rb1_master_2.Checked  = true;
     this.rb1_master_2.Location = new System.Drawing.Point(6, 42);
     this.rb1_master_2.Name     = "rb1_master_2";
     this.rb1_master_2.Size     = new System.Drawing.Size(91, 17);
     this.rb1_master_2.TabIndex = 1;
     this.rb1_master_2.TabStop  = true;
     this.rb1_master_2.Text     = "radioButton12";
     this.rb1_master_2.UseVisualStyleBackColor = true;
     //
     // rb1_master_1
     //
     this.rb1_master_1.AutoSize = true;
     this.rb1_master_1.Location = new System.Drawing.Point(6, 19);
     this.rb1_master_1.Name     = "rb1_master_1";
     this.rb1_master_1.Size     = new System.Drawing.Size(91, 17);
     this.rb1_master_1.TabIndex = 0;
     this.rb1_master_1.Tag      = "0";
     this.rb1_master_1.Text     = "radioButton11";
     this.rb1_master_1.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     groupBox2.Controls.Add(this.groupBox8);
     groupBox2.Controls.Add(this.groupBox7);
     groupBox2.Controls.Add(this.label1);
     groupBox2.Controls.Add(this.lbl_shift_names_basic);
     groupBox2.Controls.Add(this.bt_shift_names_with_colors);
     groupBox2.Controls.Add(this.bt_shift_names_basic);
     groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox2.Location = new System.Drawing.Point(0, 0);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(272, 258);
     groupBox2.TabIndex = 0;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "CS Utils Usage";
     //
     // tb_num_of_chked_boxes
     //
     this.tb_num_of_chked_boxes.Location  = new System.Drawing.Point(205, 39);
     this.tb_num_of_chked_boxes.Name      = "tb_num_of_chked_boxes";
     this.tb_num_of_chked_boxes.ReadOnly  = true;
     this.tb_num_of_chked_boxes.Size      = new System.Drawing.Size(28, 20);
     this.tb_num_of_chked_boxes.TabIndex  = 6;
     this.tb_num_of_chked_boxes.Text      = "0";
     this.tb_num_of_chked_boxes.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 42);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(163, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Number Of Checked Checboxes:";
     //
     // checkBox5
     //
     this.checkBox5.AutoSize = true;
     this.checkBox5.Location = new System.Drawing.Point(215, 19);
     this.checkBox5.Name     = "checkBox5";
     this.checkBox5.Size     = new System.Drawing.Size(44, 17);
     this.checkBox5.TabIndex = 4;
     this.checkBox5.Text     = "cb5";
     this.checkBox5.UseVisualStyleBackColor = true;
     this.checkBox5.CheckedChanged         += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox4
     //
     this.checkBox4.AutoSize = true;
     this.checkBox4.Location = new System.Drawing.Point(165, 19);
     this.checkBox4.Name     = "checkBox4";
     this.checkBox4.Size     = new System.Drawing.Size(44, 17);
     this.checkBox4.TabIndex = 4;
     this.checkBox4.Text     = "cb4";
     this.checkBox4.UseVisualStyleBackColor = true;
     this.checkBox4.CheckedChanged         += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.AutoSize = true;
     this.checkBox3.Location = new System.Drawing.Point(115, 19);
     this.checkBox3.Name     = "checkBox3";
     this.checkBox3.Size     = new System.Drawing.Size(44, 17);
     this.checkBox3.TabIndex = 4;
     this.checkBox3.Text     = "cb3";
     this.checkBox3.UseVisualStyleBackColor = true;
     this.checkBox3.CheckedChanged         += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(65, 19);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(44, 17);
     this.checkBox2.TabIndex = 4;
     this.checkBox2.Text     = "cb2";
     this.checkBox2.UseVisualStyleBackColor = true;
     this.checkBox2.CheckedChanged         += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(15, 19);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(44, 17);
     this.checkBox1.TabIndex = 4;
     this.checkBox1.Text     = "cb1";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // rb_txt_normal
     //
     this.rb_txt_normal.AutoSize = true;
     this.rb_txt_normal.Checked  = true;
     this.rb_txt_normal.Location = new System.Drawing.Point(205, 14);
     this.rb_txt_normal.Name     = "rb_txt_normal";
     this.rb_txt_normal.Size     = new System.Drawing.Size(58, 17);
     this.rb_txt_normal.TabIndex = 3;
     this.rb_txt_normal.TabStop  = true;
     this.rb_txt_normal.Tag      = "0";
     this.rb_txt_normal.Text     = "Normal";
     this.rb_txt_normal.UseVisualStyleBackColor = true;
     this.rb_txt_normal.CheckedChanged         += new System.EventHandler(this.rb_txt_bold_CheckedChanged);
     //
     // rb_txt_italic
     //
     this.rb_txt_italic.AutoSize = true;
     this.rb_txt_italic.Location = new System.Drawing.Point(152, 14);
     this.rb_txt_italic.Name     = "rb_txt_italic";
     this.rb_txt_italic.Size     = new System.Drawing.Size(47, 17);
     this.rb_txt_italic.TabIndex = 3;
     this.rb_txt_italic.Tag      = "2";
     this.rb_txt_italic.Text     = "Italic";
     this.rb_txt_italic.UseVisualStyleBackColor = true;
     this.rb_txt_italic.CheckedChanged         += new System.EventHandler(this.rb_txt_bold_CheckedChanged);
     //
     // rb_txt_bold
     //
     this.rb_txt_bold.AutoSize = true;
     this.rb_txt_bold.Location = new System.Drawing.Point(100, 14);
     this.rb_txt_bold.Name     = "rb_txt_bold";
     this.rb_txt_bold.Size     = new System.Drawing.Size(46, 17);
     this.rb_txt_bold.TabIndex = 3;
     this.rb_txt_bold.Tag      = "1";
     this.rb_txt_bold.Text     = "Bold";
     this.rb_txt_bold.UseVisualStyleBackColor = true;
     this.rb_txt_bold.CheckedChanged         += new System.EventHandler(this.rb_txt_bold_CheckedChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(83, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Make All Texts: ";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 84);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(160, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Enumerate With Custom Objects";
     //
     // lbl_shift_names_basic
     //
     this.lbl_shift_names_basic.AutoSize = true;
     this.lbl_shift_names_basic.Location = new System.Drawing.Point(6, 34);
     this.lbl_shift_names_basic.Name     = "lbl_shift_names_basic";
     this.lbl_shift_names_basic.Size     = new System.Drawing.Size(148, 13);
     this.lbl_shift_names_basic.TabIndex = 1;
     this.lbl_shift_names_basic.Text     = "Enumerate Names by Clicking";
     //
     // bt_shift_names_with_colors
     //
     this.bt_shift_names_with_colors.Location = new System.Drawing.Point(26, 100);
     this.bt_shift_names_with_colors.Name     = "bt_shift_names_with_colors";
     this.bt_shift_names_with_colors.Size     = new System.Drawing.Size(75, 23);
     this.bt_shift_names_with_colors.TabIndex = 0;
     this.bt_shift_names_with_colors.Text     = "Enumerate";
     this.bt_shift_names_with_colors.UseVisualStyleBackColor = true;
     this.bt_shift_names_with_colors.Click += new System.EventHandler(this.bt_shift_names_with_colors_Click);
     //
     // bt_shift_names_basic
     //
     this.bt_shift_names_basic.Location = new System.Drawing.Point(26, 50);
     this.bt_shift_names_basic.Name     = "bt_shift_names_basic";
     this.bt_shift_names_basic.Size     = new System.Drawing.Size(75, 23);
     this.bt_shift_names_basic.TabIndex = 0;
     this.bt_shift_names_basic.Text     = "Enumerate";
     this.bt_shift_names_basic.UseVisualStyleBackColor = true;
     this.bt_shift_names_basic.Click += new System.EventHandler(this.bt_shift_names_basic_Click);
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.checkBox2);
     this.groupBox7.Controls.Add(this.tb_num_of_chked_boxes);
     this.groupBox7.Controls.Add(this.checkBox1);
     this.groupBox7.Controls.Add(this.label3);
     this.groupBox7.Controls.Add(this.checkBox3);
     this.groupBox7.Controls.Add(this.checkBox5);
     this.groupBox7.Controls.Add(this.checkBox4);
     this.groupBox7.Location = new System.Drawing.Point(3, 181);
     this.groupBox7.Name     = "groupBox7";
     this.groupBox7.Size     = new System.Drawing.Size(263, 66);
     this.groupBox7.TabIndex = 7;
     this.groupBox7.TabStop  = false;
     this.groupBox7.Text     = "GetAll<T> Usage";
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.rb_txt_bold);
     this.groupBox8.Controls.Add(this.label2);
     this.groupBox8.Controls.Add(this.rb_txt_normal);
     this.groupBox8.Controls.Add(this.rb_txt_italic);
     this.groupBox8.Location = new System.Drawing.Point(3, 133);
     this.groupBox8.Name     = "groupBox8";
     this.groupBox8.Size     = new System.Drawing.Size(263, 42);
     this.groupBox8.TabIndex = 8;
     this.groupBox8.TabStop  = false;
     this.groupBox8.Text     = "MakeAll<T> Usage";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(504, 260);
     this.Controls.Add(splitContainer1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     groupBox1.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.groupBox8.ResumeLayout(false);
     this.groupBox8.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBoxJpeg;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JpegFormatDialog));
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanelJpeg;
     System.Windows.Forms.Label            labelQuality;
     System.Windows.Forms.Label            labelColorFormat;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanelColorFormat;
     this.numericUpDownJpegQuality = new System.Windows.Forms.NumericUpDown();
     this.radioButtonJpegQuality   = new System.Windows.Forms.RadioButton();
     this.radioButtonQFactor       = new System.Windows.Forms.RadioButton();
     this.numericUpDownQFactor     = new System.Windows.Forms.NumericUpDown();
     this.radioButtonGrayscale     = new System.Windows.Forms.RadioButton();
     this.radioButtonColor         = new System.Windows.Forms.RadioButton();
     groupBoxJpeg                = new System.Windows.Forms.GroupBox();
     tableLayoutPanelJpeg        = new System.Windows.Forms.TableLayoutPanel();
     labelQuality                = new System.Windows.Forms.Label();
     labelColorFormat            = new System.Windows.Forms.Label();
     tableLayoutPanelColorFormat = new System.Windows.Forms.TableLayoutPanel();
     groupBoxJpeg.SuspendLayout();
     tableLayoutPanelJpeg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownJpegQuality)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownQFactor)).BeginInit();
     tableLayoutPanelColorFormat.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxJpeg
     //
     resources.ApplyResources(groupBoxJpeg, "groupBoxJpeg");
     groupBoxJpeg.Controls.Add(tableLayoutPanelJpeg);
     groupBoxJpeg.Name    = "groupBoxJpeg";
     groupBoxJpeg.TabStop = false;
     //
     // tableLayoutPanelJpeg
     //
     resources.ApplyResources(tableLayoutPanelJpeg, "tableLayoutPanelJpeg");
     tableLayoutPanelJpeg.Controls.Add(labelQuality, 0, 0);
     tableLayoutPanelJpeg.Controls.Add(this.numericUpDownJpegQuality, 2, 0);
     tableLayoutPanelJpeg.Controls.Add(this.radioButtonJpegQuality, 1, 0);
     tableLayoutPanelJpeg.Controls.Add(this.radioButtonQFactor, 1, 1);
     tableLayoutPanelJpeg.Controls.Add(this.numericUpDownQFactor, 2, 1);
     tableLayoutPanelJpeg.Controls.Add(labelColorFormat, 0, 2);
     tableLayoutPanelJpeg.Controls.Add(tableLayoutPanelColorFormat, 1, 2);
     tableLayoutPanelJpeg.Name = "tableLayoutPanelJpeg";
     //
     // labelQuality
     //
     resources.ApplyResources(labelQuality, "labelQuality");
     labelQuality.Name = "labelQuality";
     tableLayoutPanelJpeg.SetRowSpan(labelQuality, 2);
     //
     // numericUpDownJpegQuality
     //
     resources.ApplyResources(this.numericUpDownJpegQuality, "numericUpDownJpegQuality");
     this.numericUpDownJpegQuality.Name  = "numericUpDownJpegQuality";
     this.numericUpDownJpegQuality.Value = new decimal(new int[] {
         75,
         0,
         0,
         0
     });
     //
     // radioButtonJpegQuality
     //
     resources.ApplyResources(this.radioButtonJpegQuality, "radioButtonJpegQuality");
     this.radioButtonJpegQuality.Checked = true;
     this.radioButtonJpegQuality.Name    = "radioButtonJpegQuality";
     this.radioButtonJpegQuality.TabStop = true;
     this.radioButtonJpegQuality.UseVisualStyleBackColor = true;
     //
     // radioButtonQFactor
     //
     resources.ApplyResources(this.radioButtonQFactor, "radioButtonQFactor");
     this.radioButtonQFactor.Name = "radioButtonQFactor";
     this.radioButtonQFactor.UseVisualStyleBackColor = true;
     //
     // numericUpDownQFactor
     //
     resources.ApplyResources(this.numericUpDownQFactor, "numericUpDownQFactor");
     this.numericUpDownQFactor.DecimalPlaces = 1;
     this.numericUpDownQFactor.Maximum       = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownQFactor.Name  = "numericUpDownQFactor";
     this.numericUpDownQFactor.Value = new decimal(new int[] {
         5,
         0,
         0,
         65536
     });
     //
     // labelColorFormat
     //
     resources.ApplyResources(labelColorFormat, "labelColorFormat");
     labelColorFormat.Name = "labelColorFormat";
     //
     // tableLayoutPanelColorFormat
     //
     resources.ApplyResources(tableLayoutPanelColorFormat, "tableLayoutPanelColorFormat");
     tableLayoutPanelJpeg.SetColumnSpan(tableLayoutPanelColorFormat, 2);
     tableLayoutPanelColorFormat.Controls.Add(this.radioButtonGrayscale, 0, 0);
     tableLayoutPanelColorFormat.Controls.Add(this.radioButtonColor, 1, 0);
     tableLayoutPanelColorFormat.Name = "tableLayoutPanelColorFormat";
     //
     // radioButtonGrayscale
     //
     resources.ApplyResources(this.radioButtonGrayscale, "radioButtonGrayscale");
     this.radioButtonGrayscale.Name = "radioButtonGrayscale";
     this.radioButtonGrayscale.UseVisualStyleBackColor = true;
     //
     // radioButtonColor
     //
     resources.ApplyResources(this.radioButtonColor, "radioButtonColor");
     this.radioButtonColor.Checked = true;
     this.radioButtonColor.Name    = "radioButtonColor";
     this.radioButtonColor.TabStop = true;
     this.radioButtonColor.UseVisualStyleBackColor = true;
     //
     // JpegFormatDialog
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(groupBoxJpeg);
     this.Name = "JpegFormatDialog";
     groupBoxJpeg.ResumeLayout(false);
     groupBoxJpeg.PerformLayout();
     tableLayoutPanelJpeg.ResumeLayout(false);
     tableLayoutPanelJpeg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownJpegQuality)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownQFactor)).EndInit();
     tableLayoutPanelColorFormat.ResumeLayout(false);
     tableLayoutPanelColorFormat.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#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.Windows.Forms.Button   unsubscribeButton;
     System.Windows.Forms.Button   subscribeButton;
     System.Windows.Forms.GroupBox subscriptionsGroupBox;
     System.Windows.Forms.GroupBox newSubscriptionGroupBox;
     System.Windows.Forms.Label    serviceAddressLabel;
     System.Windows.Forms.Button   lookupButton;
     System.Windows.Forms.Label    eventLabel;
     System.Windows.Forms.Label    contractLabel;
     System.Windows.Forms.Label    mexAddressLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManagerForm));
     this.m_SubscriptionsGrid = new System.Windows.Forms.DataGridView();
     this.m_AddressDataGridViewTextBoxColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_EventsContractDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_EventOperationDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_SubscriptionsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.m_ServiceAddress             = new System.Windows.Forms.TextBox();
     this.m_EventTypeComboBox          = new System.Windows.Forms.ComboBox();
     this.m_ContractComboBox           = new System.Windows.Forms.ComboBox();
     this.m_MEXAddressTextBox          = new System.Windows.Forms.TextBox();
     unsubscribeButton       = new System.Windows.Forms.Button();
     subscribeButton         = new System.Windows.Forms.Button();
     subscriptionsGroupBox   = new System.Windows.Forms.GroupBox();
     newSubscriptionGroupBox = new System.Windows.Forms.GroupBox();
     serviceAddressLabel     = new System.Windows.Forms.Label();
     lookupButton            = new System.Windows.Forms.Button();
     eventLabel      = new System.Windows.Forms.Label();
     contractLabel   = new System.Windows.Forms.Label();
     mexAddressLabel = new System.Windows.Forms.Label();
     subscriptionsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_SubscriptionsGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_SubscriptionsBindingSource)).BeginInit();
     newSubscriptionGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // unsubscribeButton
     //
     unsubscribeButton.Location = new System.Drawing.Point(513, 34);
     unsubscribeButton.Name     = "unsubscribeButton";
     unsubscribeButton.Size     = new System.Drawing.Size(75, 23);
     unsubscribeButton.TabIndex = 2;
     unsubscribeButton.Text     = "Unsubscribe";
     unsubscribeButton.UseVisualStyleBackColor = true;
     unsubscribeButton.Click += new System.EventHandler(this.OnUnsubscribe);
     //
     // subscribeButton
     //
     subscribeButton.Location = new System.Drawing.Point(513, 90);
     subscribeButton.Name     = "subscribeButton";
     subscribeButton.Size     = new System.Drawing.Size(75, 23);
     subscribeButton.TabIndex = 3;
     subscribeButton.Text     = "Subscribe";
     subscribeButton.UseVisualStyleBackColor = true;
     subscribeButton.Click += new System.EventHandler(this.OnSubscribe);
     //
     // subscriptionsGroupBox
     //
     subscriptionsGroupBox.Controls.Add(this.m_SubscriptionsGrid);
     subscriptionsGroupBox.Controls.Add(unsubscribeButton);
     subscriptionsGroupBox.Location = new System.Drawing.Point(12, 139);
     subscriptionsGroupBox.Name     = "subscriptionsGroupBox";
     subscriptionsGroupBox.Size     = new System.Drawing.Size(594, 169);
     subscriptionsGroupBox.TabIndex = 4;
     subscriptionsGroupBox.TabStop  = false;
     subscriptionsGroupBox.Text     = "Available Subscriptions:";
     //
     // m_SubscriptionsGrid
     //
     this.m_SubscriptionsGrid.AutoGenerateColumns         = false;
     this.m_SubscriptionsGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_SubscriptionsGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.m_AddressDataGridViewTextBoxColumn,
         this.m_EventsContractDataGridViewTextBoxColumn,
         this.m_EventOperationDataGridViewTextBoxColumn
     });
     this.m_SubscriptionsGrid.DataSource = this.m_SubscriptionsBindingSource;
     this.m_SubscriptionsGrid.Location   = new System.Drawing.Point(7, 34);
     this.m_SubscriptionsGrid.Name       = "m_SubscriptionsGrid";
     this.m_SubscriptionsGrid.Size       = new System.Drawing.Size(496, 129);
     this.m_SubscriptionsGrid.TabIndex   = 0;
     //
     // m_AddressDataGridViewTextBoxColumn
     //
     this.m_AddressDataGridViewTextBoxColumn.DataPropertyName = "Address";
     this.m_AddressDataGridViewTextBoxColumn.HeaderText       = "Address";
     this.m_AddressDataGridViewTextBoxColumn.Name             = "m_AddressDataGridViewTextBoxColumn";
     //
     // m_EventsContractDataGridViewTextBoxColumn
     //
     this.m_EventsContractDataGridViewTextBoxColumn.DataPropertyName = "EventsContract";
     this.m_EventsContractDataGridViewTextBoxColumn.HeaderText       = "EventsContract";
     this.m_EventsContractDataGridViewTextBoxColumn.Name             = "m_EventsContractDataGridViewTextBoxColumn";
     //
     // m_EventOperationDataGridViewTextBoxColumn
     //
     this.m_EventOperationDataGridViewTextBoxColumn.DataPropertyName = "EventOperation";
     this.m_EventOperationDataGridViewTextBoxColumn.HeaderText       = "EventOperation";
     this.m_EventOperationDataGridViewTextBoxColumn.Name             = "m_EventOperationDataGridViewTextBoxColumn";
     //
     // m_SubscriptionsBindingSource
     //
     this.m_SubscriptionsBindingSource.DataSource = typeof(PersistentSubscription[]);
     //
     // newSubscriptionGroupBox
     //
     newSubscriptionGroupBox.Controls.Add(this.m_ServiceAddress);
     newSubscriptionGroupBox.Controls.Add(serviceAddressLabel);
     newSubscriptionGroupBox.Controls.Add(this.m_EventTypeComboBox);
     newSubscriptionGroupBox.Controls.Add(this.m_ContractComboBox);
     newSubscriptionGroupBox.Controls.Add(lookupButton);
     newSubscriptionGroupBox.Controls.Add(subscribeButton);
     newSubscriptionGroupBox.Controls.Add(this.m_MEXAddressTextBox);
     newSubscriptionGroupBox.Controls.Add(eventLabel);
     newSubscriptionGroupBox.Controls.Add(contractLabel);
     newSubscriptionGroupBox.Controls.Add(mexAddressLabel);
     newSubscriptionGroupBox.Location = new System.Drawing.Point(12, 12);
     newSubscriptionGroupBox.Name     = "newSubscriptionGroupBox";
     newSubscriptionGroupBox.Size     = new System.Drawing.Size(593, 121);
     newSubscriptionGroupBox.TabIndex = 5;
     newSubscriptionGroupBox.TabStop  = false;
     newSubscriptionGroupBox.Text     = "New Subscription:";
     //
     // m_ServiceAddress
     //
     this.m_ServiceAddress.Location = new System.Drawing.Point(6, 92);
     this.m_ServiceAddress.Name     = "m_ServiceAddress";
     this.m_ServiceAddress.Size     = new System.Drawing.Size(493, 20);
     this.m_ServiceAddress.TabIndex = 7;
     //
     // serviceAddressLabel
     //
     serviceAddressLabel.AutoSize = true;
     serviceAddressLabel.Location = new System.Drawing.Point(6, 76);
     serviceAddressLabel.Name     = "serviceAddressLabel";
     serviceAddressLabel.Size     = new System.Drawing.Size(87, 13);
     serviceAddressLabel.TabIndex = 6;
     serviceAddressLabel.Text     = "Service Address:";
     //
     // m_EventTypeComboBox
     //
     this.m_EventTypeComboBox.Location = new System.Drawing.Point(402, 43);
     this.m_EventTypeComboBox.Name     = "m_EventTypeComboBox";
     this.m_EventTypeComboBox.Size     = new System.Drawing.Size(100, 21);
     this.m_EventTypeComboBox.TabIndex = 5;
     //
     // m_ContractComboBox
     //
     this.m_ContractComboBox.Location     = new System.Drawing.Point(296, 43);
     this.m_ContractComboBox.Name         = "m_ContractComboBox";
     this.m_ContractComboBox.Size         = new System.Drawing.Size(100, 21);
     this.m_ContractComboBox.TabIndex     = 4;
     this.m_ContractComboBox.TextChanged += new System.EventHandler(this.OnContractChanged);
     //
     // lookupButton
     //
     lookupButton.Location = new System.Drawing.Point(513, 43);
     lookupButton.Name     = "lookupButton";
     lookupButton.Size     = new System.Drawing.Size(75, 23);
     lookupButton.TabIndex = 3;
     lookupButton.Text     = "Lookup";
     lookupButton.UseVisualStyleBackColor = true;
     lookupButton.Click += new System.EventHandler(this.LookupSubscription);
     //
     // m_MEXAddressTextBox
     //
     this.m_MEXAddressTextBox.Location = new System.Drawing.Point(6, 43);
     this.m_MEXAddressTextBox.Name     = "m_MEXAddressTextBox";
     this.m_MEXAddressTextBox.Size     = new System.Drawing.Size(284, 20);
     this.m_MEXAddressTextBox.TabIndex = 3;
     this.m_MEXAddressTextBox.Text     = "http://localhost/PersistentSubscriber/MyPersistentSubscriber1.svc";
     //
     // eventLabel
     //
     eventLabel.AutoSize = true;
     eventLabel.Location = new System.Drawing.Point(399, 27);
     eventLabel.Name     = "eventLabel";
     eventLabel.Size     = new System.Drawing.Size(38, 13);
     eventLabel.TabIndex = 2;
     eventLabel.Text     = "Event:";
     //
     // contractLabel
     //
     contractLabel.AutoSize = true;
     contractLabel.Location = new System.Drawing.Point(293, 27);
     contractLabel.Name     = "contractLabel";
     contractLabel.Size     = new System.Drawing.Size(50, 13);
     contractLabel.TabIndex = 1;
     contractLabel.Text     = "Contract:";
     //
     // mexAddressLabel
     //
     mexAddressLabel.AutoSize = true;
     mexAddressLabel.Location = new System.Drawing.Point(6, 27);
     mexAddressLabel.Name     = "mexAddressLabel";
     mexAddressLabel.Size     = new System.Drawing.Size(74, 13);
     mexAddressLabel.TabIndex = 0;
     mexAddressLabel.Text     = "MEX Address:";
     //
     // ManagerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(614, 318);
     this.Controls.Add(newSubscriptionGroupBox);
     this.Controls.Add(subscriptionsGroupBox);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox  = false;
     this.MinimizeBox  = false;
     this.Name         = "ManagerForm";
     this.Text         = "Persistent Subscription Manager";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnClosing);
     this.Load        += new System.EventHandler(this.OnLoad);
     subscriptionsGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_SubscriptionsGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_SubscriptionsBindingSource)).EndInit();
     newSubscriptionGroupBox.ResumeLayout(false);
     newSubscriptionGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label    labelPassword;
     System.Windows.Forms.GroupBox securityGroup;
     System.Windows.Forms.GroupBox encodingGroup;
     System.Windows.Forms.GroupBox dateTimeGroup;
     System.Windows.Forms.GroupBox databaseGroup;
     System.Windows.Forms.Label    cacheSizeLabel;
     System.Windows.Forms.Label    pageSizeLabel;
     System.Windows.Forms.GroupBox syncGroup;
     this.passwordTextBox    = new System.Windows.Forms.TextBox();
     this.utf16RadioButton   = new System.Windows.Forms.RadioButton();
     this.utf8RadioButton    = new System.Windows.Forms.RadioButton();
     this.ticksRadioButton   = new System.Windows.Forms.RadioButton();
     this.iso8601RadioButton = new System.Windows.Forms.RadioButton();
     this.cacheSizeTextbox   = new System.Windows.Forms.TextBox();
     this.pageSizeTextBox    = new System.Windows.Forms.TextBox();
     this.fileTextBox        = new System.Windows.Forms.TextBox();
     this.browseButton       = new System.Windows.Forms.Button();
     this.newDatabase        = new System.Windows.Forms.Button();
     this.offRadioButton     = new System.Windows.Forms.RadioButton();
     this.normalRadioButton  = new System.Windows.Forms.RadioButton();
     this.fullRadioButton    = new System.Windows.Forms.RadioButton();
     this.julianRadioButton  = new System.Windows.Forms.RadioButton();
     labelPassword           = new System.Windows.Forms.Label();
     securityGroup           = new System.Windows.Forms.GroupBox();
     encodingGroup           = new System.Windows.Forms.GroupBox();
     dateTimeGroup           = new System.Windows.Forms.GroupBox();
     databaseGroup           = new System.Windows.Forms.GroupBox();
     cacheSizeLabel          = new System.Windows.Forms.Label();
     pageSizeLabel           = new System.Windows.Forms.Label();
     syncGroup = new System.Windows.Forms.GroupBox();
     securityGroup.SuspendLayout();
     encodingGroup.SuspendLayout();
     dateTimeGroup.SuspendLayout();
     databaseGroup.SuspendLayout();
     syncGroup.SuspendLayout();
     this.SuspendLayout();
     //
     // labelPassword
     //
     labelPassword.AutoSize = true;
     labelPassword.Location = new System.Drawing.Point(6, 23);
     labelPassword.Name     = "labelPassword";
     labelPassword.Size     = new System.Drawing.Size(53, 13);
     labelPassword.TabIndex = 0;
     labelPassword.Text     = "Password";
     //
     // securityGroup
     //
     securityGroup.Controls.Add(this.passwordTextBox);
     securityGroup.Controls.Add(labelPassword);
     securityGroup.Location = new System.Drawing.Point(3, 263);
     securityGroup.Name     = "securityGroup";
     securityGroup.Size     = new System.Drawing.Size(306, 56);
     securityGroup.TabIndex = 10;
     securityGroup.TabStop  = false;
     securityGroup.Text     = "Encryption";
     //
     // passwordTextBox
     //
     this.passwordTextBox.Location = new System.Drawing.Point(65, 20);
     this.passwordTextBox.Name     = "passwordTextBox";
     this.passwordTextBox.Size     = new System.Drawing.Size(235, 21);
     this.passwordTextBox.TabIndex = 1;
     this.passwordTextBox.UseSystemPasswordChar = true;
     this.passwordTextBox.Leave += new System.EventHandler(this.passwordTextBox_Leave);
     //
     // encodingGroup
     //
     encodingGroup.Controls.Add(this.utf16RadioButton);
     encodingGroup.Controls.Add(this.utf8RadioButton);
     encodingGroup.Location = new System.Drawing.Point(3, 159);
     encodingGroup.Name     = "encodingGroup";
     encodingGroup.Size     = new System.Drawing.Size(75, 98);
     encodingGroup.TabIndex = 7;
     encodingGroup.TabStop  = false;
     encodingGroup.Text     = "Encoding";
     //
     // utf16RadioButton
     //
     this.utf16RadioButton.AutoSize = true;
     this.utf16RadioButton.Location = new System.Drawing.Point(6, 44);
     this.utf16RadioButton.Name     = "utf16RadioButton";
     this.utf16RadioButton.Size     = new System.Drawing.Size(60, 17);
     this.utf16RadioButton.TabIndex = 1;
     this.utf16RadioButton.TabStop  = true;
     this.utf16RadioButton.Text     = "UTF-16";
     this.utf16RadioButton.UseVisualStyleBackColor = true;
     this.utf16RadioButton.CheckedChanged         += new System.EventHandler(this.encoding_Changed);
     //
     // utf8RadioButton
     //
     this.utf8RadioButton.AutoSize = true;
     this.utf8RadioButton.Checked  = true;
     this.utf8RadioButton.Location = new System.Drawing.Point(7, 21);
     this.utf8RadioButton.Name     = "utf8RadioButton";
     this.utf8RadioButton.Size     = new System.Drawing.Size(54, 17);
     this.utf8RadioButton.TabIndex = 0;
     this.utf8RadioButton.TabStop  = true;
     this.utf8RadioButton.Text     = "UTF-8";
     this.utf8RadioButton.UseVisualStyleBackColor = true;
     this.utf8RadioButton.CheckedChanged         += new System.EventHandler(this.encoding_Changed);
     //
     // dateTimeGroup
     //
     dateTimeGroup.Controls.Add(this.julianRadioButton);
     dateTimeGroup.Controls.Add(this.ticksRadioButton);
     dateTimeGroup.Controls.Add(this.iso8601RadioButton);
     dateTimeGroup.Location = new System.Drawing.Point(84, 159);
     dateTimeGroup.Name     = "dateTimeGroup";
     dateTimeGroup.Size     = new System.Drawing.Size(113, 98);
     dateTimeGroup.TabIndex = 8;
     dateTimeGroup.TabStop  = false;
     dateTimeGroup.Text     = "Date/Time Format";
     //
     // ticksRadioButton
     //
     this.ticksRadioButton.AutoSize = true;
     this.ticksRadioButton.Location = new System.Drawing.Point(7, 66);
     this.ticksRadioButton.Name     = "ticksRadioButton";
     this.ticksRadioButton.Size     = new System.Drawing.Size(48, 17);
     this.ticksRadioButton.TabIndex = 1;
     this.ticksRadioButton.TabStop  = true;
     this.ticksRadioButton.Text     = "Ticks";
     this.ticksRadioButton.UseVisualStyleBackColor = true;
     this.ticksRadioButton.CheckedChanged         += new System.EventHandler(this.datetime_Changed);
     //
     // iso8601RadioButton
     //
     this.iso8601RadioButton.AutoSize = true;
     this.iso8601RadioButton.Checked  = true;
     this.iso8601RadioButton.Location = new System.Drawing.Point(7, 21);
     this.iso8601RadioButton.Name     = "iso8601RadioButton";
     this.iso8601RadioButton.Size     = new System.Drawing.Size(71, 17);
     this.iso8601RadioButton.TabIndex = 0;
     this.iso8601RadioButton.TabStop  = true;
     this.iso8601RadioButton.Text     = "ISO-8601";
     this.iso8601RadioButton.UseVisualStyleBackColor = true;
     this.iso8601RadioButton.CheckedChanged         += new System.EventHandler(this.datetime_Changed);
     //
     // databaseGroup
     //
     databaseGroup.Controls.Add(cacheSizeLabel);
     databaseGroup.Controls.Add(this.cacheSizeTextbox);
     databaseGroup.Controls.Add(pageSizeLabel);
     databaseGroup.Controls.Add(this.pageSizeTextBox);
     databaseGroup.Controls.Add(this.fileTextBox);
     databaseGroup.Controls.Add(this.browseButton);
     databaseGroup.Controls.Add(this.newDatabase);
     databaseGroup.Location = new System.Drawing.Point(3, 3);
     databaseGroup.Name     = "databaseGroup";
     databaseGroup.Size     = new System.Drawing.Size(306, 150);
     databaseGroup.TabIndex = 8;
     databaseGroup.TabStop  = false;
     databaseGroup.Text     = "Database";
     //
     // cacheSizeLabel
     //
     cacheSizeLabel.AutoSize = true;
     cacheSizeLabel.Location = new System.Drawing.Point(7, 116);
     cacheSizeLabel.Name     = "cacheSizeLabel";
     cacheSizeLabel.Size     = new System.Drawing.Size(59, 13);
     cacheSizeLabel.TabIndex = 5;
     cacheSizeLabel.Text     = "Cache Size";
     //
     // cacheSizeTextbox
     //
     this.cacheSizeTextbox.Location = new System.Drawing.Point(72, 113);
     this.cacheSizeTextbox.Name     = "cacheSizeTextbox";
     this.cacheSizeTextbox.Size     = new System.Drawing.Size(100, 21);
     this.cacheSizeTextbox.TabIndex = 6;
     this.cacheSizeTextbox.Text     = "2000";
     this.cacheSizeTextbox.Leave   += new System.EventHandler(this.cacheSizeTextbox_Leave);
     //
     // pageSizeLabel
     //
     pageSizeLabel.AutoSize = true;
     pageSizeLabel.Location = new System.Drawing.Point(13, 89);
     pageSizeLabel.Name     = "pageSizeLabel";
     pageSizeLabel.Size     = new System.Drawing.Size(53, 13);
     pageSizeLabel.TabIndex = 3;
     pageSizeLabel.Text     = "Page Size";
     //
     // pageSizeTextBox
     //
     this.pageSizeTextBox.Location = new System.Drawing.Point(72, 86);
     this.pageSizeTextBox.Name     = "pageSizeTextBox";
     this.pageSizeTextBox.Size     = new System.Drawing.Size(100, 21);
     this.pageSizeTextBox.TabIndex = 4;
     this.pageSizeTextBox.Text     = "1024";
     this.pageSizeTextBox.Leave   += new System.EventHandler(this.pageSizeTextBox_Leave);
     //
     // fileTextBox
     //
     this.fileTextBox.Location = new System.Drawing.Point(6, 20);
     this.fileTextBox.Name     = "fileTextBox";
     this.fileTextBox.Size     = new System.Drawing.Size(294, 21);
     this.fileTextBox.TabIndex = 0;
     this.fileTextBox.Leave   += new System.EventHandler(this.fileTextBox_Leave);
     //
     // browseButton
     //
     this.browseButton.Location = new System.Drawing.Point(6, 47);
     this.browseButton.Name     = "browseButton";
     this.browseButton.Size     = new System.Drawing.Size(75, 23);
     this.browseButton.TabIndex = 1;
     this.browseButton.Text     = "&Browse ...";
     this.browseButton.UseVisualStyleBackColor = true;
     this.browseButton.Click += new System.EventHandler(this.browseButton_Click);
     //
     // newDatabase
     //
     this.newDatabase.Location = new System.Drawing.Point(87, 47);
     this.newDatabase.Name     = "newDatabase";
     this.newDatabase.Size     = new System.Drawing.Size(75, 23);
     this.newDatabase.TabIndex = 2;
     this.newDatabase.Text     = "&New ...";
     this.newDatabase.UseVisualStyleBackColor = true;
     this.newDatabase.Click += new System.EventHandler(this.newDatabase_Click);
     //
     // syncGroup
     //
     syncGroup.Controls.Add(this.offRadioButton);
     syncGroup.Controls.Add(this.normalRadioButton);
     syncGroup.Controls.Add(this.fullRadioButton);
     syncGroup.Location = new System.Drawing.Point(204, 159);
     syncGroup.Name     = "syncGroup";
     syncGroup.Size     = new System.Drawing.Size(105, 98);
     syncGroup.TabIndex = 9;
     syncGroup.TabStop  = false;
     syncGroup.Text     = "Synchronization";
     //
     // offRadioButton
     //
     this.offRadioButton.AutoSize = true;
     this.offRadioButton.Location = new System.Drawing.Point(6, 66);
     this.offRadioButton.Name     = "offRadioButton";
     this.offRadioButton.Size     = new System.Drawing.Size(41, 17);
     this.offRadioButton.TabIndex = 2;
     this.offRadioButton.Text     = "Off";
     this.offRadioButton.UseVisualStyleBackColor = true;
     this.offRadioButton.CheckedChanged         += new System.EventHandler(this.sync_Changed);
     //
     // normalRadioButton
     //
     this.normalRadioButton.AutoSize = true;
     this.normalRadioButton.Checked  = true;
     this.normalRadioButton.Location = new System.Drawing.Point(6, 43);
     this.normalRadioButton.Name     = "normalRadioButton";
     this.normalRadioButton.Size     = new System.Drawing.Size(58, 17);
     this.normalRadioButton.TabIndex = 1;
     this.normalRadioButton.TabStop  = true;
     this.normalRadioButton.Text     = "Normal";
     this.normalRadioButton.UseVisualStyleBackColor = true;
     this.normalRadioButton.CheckedChanged         += new System.EventHandler(this.sync_Changed);
     //
     // fullRadioButton
     //
     this.fullRadioButton.AutoSize = true;
     this.fullRadioButton.Location = new System.Drawing.Point(6, 20);
     this.fullRadioButton.Name     = "fullRadioButton";
     this.fullRadioButton.Size     = new System.Drawing.Size(41, 17);
     this.fullRadioButton.TabIndex = 0;
     this.fullRadioButton.Text     = "Full";
     this.fullRadioButton.UseVisualStyleBackColor = true;
     this.fullRadioButton.CheckedChanged         += new System.EventHandler(this.sync_Changed);
     //
     // julianRadioButton
     //
     this.julianRadioButton.AutoSize = true;
     this.julianRadioButton.Location = new System.Drawing.Point(7, 44);
     this.julianRadioButton.Name     = "julianRadioButton";
     this.julianRadioButton.Size     = new System.Drawing.Size(74, 17);
     this.julianRadioButton.TabIndex = 2;
     this.julianRadioButton.TabStop  = true;
     this.julianRadioButton.Text     = "Julian Day";
     this.julianRadioButton.UseVisualStyleBackColor = true;
     this.julianRadioButton.CheckedChanged         += new System.EventHandler(this.datetime_Changed);
     //
     // SQLiteConnectionUIControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(syncGroup);
     this.Controls.Add(databaseGroup);
     this.Controls.Add(dateTimeGroup);
     this.Controls.Add(encodingGroup);
     this.Controls.Add(securityGroup);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "SQLiteConnectionUIControl";
     this.Size = new System.Drawing.Size(312, 322);
     securityGroup.ResumeLayout(false);
     securityGroup.PerformLayout();
     encodingGroup.ResumeLayout(false);
     encodingGroup.PerformLayout();
     dateTimeGroup.ResumeLayout(false);
     dateTimeGroup.PerformLayout();
     databaseGroup.ResumeLayout(false);
     databaseGroup.PerformLayout();
     syncGroup.ResumeLayout(false);
     syncGroup.PerformLayout();
     this.ResumeLayout(false);
 }
示例#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.GroupBox _apacheGrpBox;
     System.Windows.Forms.GroupBox _iisGrpBox;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetupForm));
     this.label1              = new System.Windows.Forms.Label();
     this._removeApacheBtn    = new System.Windows.Forms.Button();
     this._installApacheBtn   = new System.Windows.Forms.Button();
     this._apacheCmbBox       = new System.Windows.Forms.ComboBox();
     this._selectApacheBtn    = new System.Windows.Forms.Button();
     this.label2              = new System.Windows.Forms.Label();
     this._removeIISBtn       = new System.Windows.Forms.Button();
     this._installIISBtn      = new System.Windows.Forms.Button();
     this._selectIISBtn       = new System.Windows.Forms.Button();
     this._iisScriptsTxtBox   = new System.Windows.Forms.TextBox();
     this._root               = new System.Windows.Forms.TableLayoutPanel();
     this._generalGrp         = new System.Windows.Forms.GroupBox();
     this._resinCmbBox        = new System.Windows.Forms.ComboBox();
     this._selectResinBtn     = new System.Windows.Forms.Button();
     this._resinLogoImg       = new System.Windows.Forms.PictureBox();
     this._resinLbl           = new System.Windows.Forms.Label();
     this._tabControl         = new System.Windows.Forms.TabControl();
     this._servicesTab        = new System.Windows.Forms.TabPage();
     this._watchDogPortLbl    = new System.Windows.Forms.Label();
     this._watchdogPortTxtBox = new System.Windows.Forms.TextBox();
     this._extraParamsTxbBox  = new System.Windows.Forms.TextBox();
     this._extraParams        = new System.Windows.Forms.Label();
     this._serverCmbBox       = new System.Windows.Forms.ComboBox();
     this._serverLbl          = new System.Windows.Forms.Label();
     this._debugPortLbl       = new System.Windows.Forms.Label();
     this._debugPortTxtBox    = new System.Windows.Forms.TextBox();
     this._jmxPortLbl         = new System.Windows.Forms.Label();
     this._jmxPortTxtBox      = new System.Windows.Forms.TextBox();
     this._selectResinConfBtn = new System.Windows.Forms.Button();
     this._resinConfTxtBox    = new System.Windows.Forms.TextBox();
     this._servicePassTxtBox  = new System.Windows.Forms.TextBox();
     this._serviceNameTxtBox  = new System.Windows.Forms.TextBox();
     this._logDirTxtBox       = new System.Windows.Forms.TextBox();
     this._resinRootTxtBox    = new System.Windows.Forms.TextBox();
     this._javaHomeCmbBox     = new System.Windows.Forms.ComboBox();
     this._resinConfLbl       = new System.Windows.Forms.Label();
     this._previewCmbBox      = new System.Windows.Forms.ComboBox();
     this._previewLbl         = new System.Windows.Forms.Label();
     this._serviceUserCmbBox  = new System.Windows.Forms.ComboBox();
     this._servicePassLbl     = new System.Windows.Forms.Label();
     this._serviceUserLbl     = new System.Windows.Forms.Label();
     this._serviceRefreshBtn  = new System.Windows.Forms.Button();
     this._serviceRemoveBtn   = new System.Windows.Forms.Button();
     this._serviceInstallBtn  = new System.Windows.Forms.Button();
     this._serviceNameLbl     = new System.Windows.Forms.Label();
     this._servicesLbl        = new System.Windows.Forms.Label();
     this._servicesCmbBox     = new System.Windows.Forms.ComboBox();
     this._selectLogDirBtn    = new System.Windows.Forms.Button();
     this._logDirLbl          = new System.Windows.Forms.Label();
     this._selectResinRootBtn = new System.Windows.Forms.Button();
     this._resinRootLbl       = new System.Windows.Forms.Label();
     this._selectJavaHomeBtn  = new System.Windows.Forms.Button();
     this._javaHomeLbl        = new System.Windows.Forms.Label();
     this._pluginsTab         = new System.Windows.Forms.TabPage();
     this._folderDlg          = new System.Windows.Forms.FolderBrowserDialog();
     this._fileDlg            = new System.Windows.Forms.OpenFileDialog();
     this._errorProvider      = new System.Windows.Forms.ErrorProvider(this.components);
     this.log                = new System.Diagnostics.EventLog();
     this.ElasticIpLabel     = new System.Windows.Forms.Label();
     this.ElasticAddressEdit = new System.Windows.Forms.TextBox();
     this.ElasticPortLbl     = new System.Windows.Forms.Label();
     this.ElasticPortEdit    = new System.Windows.Forms.TextBox();
     _apacheGrpBox           = new System.Windows.Forms.GroupBox();
     _iisGrpBox              = new System.Windows.Forms.GroupBox();
     _apacheGrpBox.SuspendLayout();
     _iisGrpBox.SuspendLayout();
     this._root.SuspendLayout();
     this._generalGrp.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._resinLogoImg)).BeginInit();
     this._tabControl.SuspendLayout();
     this._servicesTab.SuspendLayout();
     this._pluginsTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.log)).BeginInit();
     this.SuspendLayout();
     //
     // _apacheGrpBox
     //
     _apacheGrpBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     _apacheGrpBox.Controls.Add(this.label1);
     _apacheGrpBox.Controls.Add(this._removeApacheBtn);
     _apacheGrpBox.Controls.Add(this._installApacheBtn);
     _apacheGrpBox.Controls.Add(this._apacheCmbBox);
     _apacheGrpBox.Controls.Add(this._selectApacheBtn);
     _apacheGrpBox.Location = new System.Drawing.Point(0, 0);
     _apacheGrpBox.Margin   = new System.Windows.Forms.Padding(0);
     _apacheGrpBox.Name     = "_apacheGrpBox";
     _apacheGrpBox.Padding  = new System.Windows.Forms.Padding(0);
     _apacheGrpBox.Size     = new System.Drawing.Size(458, 113);
     _apacheGrpBox.TabIndex = 31;
     _apacheGrpBox.TabStop  = false;
     _apacheGrpBox.Text     = "Apache";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(75, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Apache Home";
     //
     // _removeApacheBtn
     //
     this._removeApacheBtn.Location = new System.Drawing.Point(391, 85);
     this._removeApacheBtn.Name     = "_removeApacheBtn";
     this._removeApacheBtn.Size     = new System.Drawing.Size(61, 22);
     this._removeApacheBtn.TabIndex = 34;
     this._removeApacheBtn.Text     = "Remove";
     this._removeApacheBtn.UseVisualStyleBackColor = true;
     this._removeApacheBtn.Click += new System.EventHandler(this.RemoveApacheBtnClick);
     //
     // _installApacheBtn
     //
     this._installApacheBtn.Location = new System.Drawing.Point(321, 85);
     this._installApacheBtn.Name     = "_installApacheBtn";
     this._installApacheBtn.Size     = new System.Drawing.Size(61, 22);
     this._installApacheBtn.TabIndex = 33;
     this._installApacheBtn.Text     = "Install";
     this._installApacheBtn.UseVisualStyleBackColor = true;
     this._installApacheBtn.Click += new System.EventHandler(this.InstallApacheBtnClick);
     //
     // _apacheCmbBox
     //
     this._apacheCmbBox.FormattingEnabled = true;
     this._errorProvider.SetIconAlignment(this._apacheCmbBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     this._apacheCmbBox.Location = new System.Drawing.Point(97, 29);
     this._apacheCmbBox.Name     = "_apacheCmbBox";
     this._apacheCmbBox.Size     = new System.Drawing.Size(285, 21);
     this._apacheCmbBox.TabIndex = 32;
     this._apacheCmbBox.Text     = "Select Apache Server ...";
     this._apacheCmbBox.SelectionChangeCommitted += new System.EventHandler(this.ApacheCmbBoxSelectionChangeCommitted);
     this._apacheCmbBox.TextChanged += new System.EventHandler(this.ApacheCmbBoxTextChanged);
     this._apacheCmbBox.Leave       += new System.EventHandler(this.ApacheCmbBoxLeave);
     //
     // _selectApacheBtn
     //
     this._selectApacheBtn.Location = new System.Drawing.Point(391, 29);
     this._selectApacheBtn.Name     = "_selectApacheBtn";
     this._selectApacheBtn.Size     = new System.Drawing.Size(61, 22);
     this._selectApacheBtn.TabIndex = 31;
     this._selectApacheBtn.Text     = "...";
     this._selectApacheBtn.UseVisualStyleBackColor = true;
     this._selectApacheBtn.Click += new System.EventHandler(this.SelectApacheBtnClick);
     //
     // _iisGrpBox
     //
     _iisGrpBox.Controls.Add(this.label2);
     _iisGrpBox.Controls.Add(this._removeIISBtn);
     _iisGrpBox.Controls.Add(this._installIISBtn);
     _iisGrpBox.Controls.Add(this._selectIISBtn);
     _iisGrpBox.Controls.Add(this._iisScriptsTxtBox);
     _iisGrpBox.Location = new System.Drawing.Point(0, 130);
     _iisGrpBox.Margin   = new System.Windows.Forms.Padding(0);
     _iisGrpBox.Name     = "_iisGrpBox";
     _iisGrpBox.Padding  = new System.Windows.Forms.Padding(0);
     _iisGrpBox.Size     = new System.Drawing.Size(458, 113);
     _iisGrpBox.TabIndex = 32;
     _iisGrpBox.TabStop  = false;
     _iisGrpBox.Text     = "IIS";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 35);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(55, 13);
     this.label2.TabIndex = 36;
     this.label2.Text     = "IIS Scripts";
     //
     // _removeIISBtn
     //
     this._removeIISBtn.Location = new System.Drawing.Point(391, 84);
     this._removeIISBtn.Name     = "_removeIISBtn";
     this._removeIISBtn.Size     = new System.Drawing.Size(61, 22);
     this._removeIISBtn.TabIndex = 37;
     this._removeIISBtn.Text     = "Remove";
     this._removeIISBtn.UseVisualStyleBackColor = true;
     this._removeIISBtn.Click += new System.EventHandler(this.RemoveIISBtnClick);
     //
     // _installIISBtn
     //
     this._installIISBtn.Location = new System.Drawing.Point(321, 84);
     this._installIISBtn.Name     = "_installIISBtn";
     this._installIISBtn.Size     = new System.Drawing.Size(61, 22);
     this._installIISBtn.TabIndex = 36;
     this._installIISBtn.Text     = "Install";
     this._installIISBtn.UseVisualStyleBackColor = true;
     this._installIISBtn.Click += new System.EventHandler(this.InstallIISBtnClick);
     //
     // _selectIISBtn
     //
     this._selectIISBtn.Location = new System.Drawing.Point(391, 31);
     this._selectIISBtn.Name     = "_selectIISBtn";
     this._selectIISBtn.Size     = new System.Drawing.Size(61, 22);
     this._selectIISBtn.TabIndex = 31;
     this._selectIISBtn.Text     = "...";
     this._selectIISBtn.UseVisualStyleBackColor = true;
     this._selectIISBtn.Click += new System.EventHandler(this.SelectIISBtnClick);
     //
     // _iisScriptsTxtBox
     //
     this._iisScriptsTxtBox.Location     = new System.Drawing.Point(97, 32);
     this._iisScriptsTxtBox.Name         = "_iisScriptsTxtBox";
     this._iisScriptsTxtBox.Size         = new System.Drawing.Size(285, 20);
     this._iisScriptsTxtBox.TabIndex     = 30;
     this._iisScriptsTxtBox.TextChanged += new System.EventHandler(this.IisScriptsTxtBoxTextChanged);
     //
     // _root
     //
     this._root.AutoSize    = true;
     this._root.ColumnCount = 1;
     this._root.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this._root.Controls.Add(this._generalGrp, 0, 0);
     this._root.Controls.Add(this._tabControl, 0, 1);
     this._root.Location = new System.Drawing.Point(1, 3);
     this._root.Name     = "_root";
     this._root.RowCount = 2;
     this._root.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this._root.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 568F));
     this._root.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this._root.Size     = new System.Drawing.Size(484, 653);
     this._root.TabIndex = 0;
     //
     // _generalGrp
     //
     this._generalGrp.AutoSize     = true;
     this._generalGrp.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this._generalGrp.Controls.Add(this._resinCmbBox);
     this._generalGrp.Controls.Add(this._selectResinBtn);
     this._generalGrp.Controls.Add(this._resinLogoImg);
     this._generalGrp.Controls.Add(this._resinLbl);
     this._generalGrp.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._generalGrp.Location = new System.Drawing.Point(3, 3);
     this._generalGrp.Name     = "_generalGrp";
     this._generalGrp.Size     = new System.Drawing.Size(478, 79);
     this._generalGrp.TabIndex = 0;
     this._generalGrp.TabStop  = false;
     this._generalGrp.Text     = "General";
     //
     // _resinCmbBox
     //
     this._errorProvider.SetIconAlignment(this._resinCmbBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     this._resinCmbBox.Location = new System.Drawing.Point(105, 34);
     this._resinCmbBox.Name     = "_resinCmbBox";
     this._resinCmbBox.Size     = new System.Drawing.Size(281, 21);
     this._resinCmbBox.TabIndex = 1;
     this._resinCmbBox.SelectionChangeCommitted += new System.EventHandler(this.ResinSelectectionCommitted);
     this._resinCmbBox.TextChanged += new System.EventHandler(this.ResinCmbBoxTextChanged);
     this._resinCmbBox.Leave       += new System.EventHandler(this.ResinCmbBoxLeaving);
     //
     // _selectResinBtn
     //
     this._selectResinBtn.BackColor = System.Drawing.Color.Transparent;
     this._selectResinBtn.ForeColor = System.Drawing.SystemColors.ControlText;
     this._selectResinBtn.Location  = new System.Drawing.Point(395, 34);
     this._selectResinBtn.Name      = "_selectResinBtn";
     this._selectResinBtn.Size      = new System.Drawing.Size(61, 22);
     this._selectResinBtn.TabIndex  = 2;
     this._selectResinBtn.Text      = "...";
     this._selectResinBtn.UseVisualStyleBackColor = false;
     this._selectResinBtn.Click += new System.EventHandler(this.SelectResinBtnClick);
     //
     // _resinLogoImg
     //
     this._resinLogoImg.BackColor = System.Drawing.Color.Transparent;
     this._resinLogoImg.Image     = ((System.Drawing.Image)(resources.GetObject("_resinLogoImg.Image")));
     this._resinLogoImg.Location  = new System.Drawing.Point(385, -1);
     this._resinLogoImg.Name      = "_resinLogoImg";
     this._resinLogoImg.Size      = new System.Drawing.Size(87, 48);
     this._resinLogoImg.TabIndex  = 3;
     this._resinLogoImg.TabStop   = false;
     //
     // _resinLbl
     //
     this._resinLbl.AutoSize = true;
     this._resinLbl.Location = new System.Drawing.Point(20, 36);
     this._resinLbl.Name     = "_resinLbl";
     this._resinLbl.Size     = new System.Drawing.Size(65, 13);
     this._resinLbl.TabIndex = 0;
     this._resinLbl.Text     = "Resin Home";
     //
     // _tabControl
     //
     this._tabControl.Controls.Add(this._servicesTab);
     this._tabControl.Controls.Add(this._pluginsTab);
     this._tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this._tabControl.Location      = new System.Drawing.Point(3, 88);
     this._tabControl.Name          = "_tabControl";
     this._tabControl.SelectedIndex = 0;
     this._tabControl.Size          = new System.Drawing.Size(478, 562);
     this._tabControl.TabIndex      = 1;
     //
     // _servicesTab
     //
     this._servicesTab.Controls.Add(this.ElasticPortLbl);
     this._servicesTab.Controls.Add(this.ElasticPortEdit);
     this._servicesTab.Controls.Add(this.ElasticIpLabel);
     this._servicesTab.Controls.Add(this.ElasticAddressEdit);
     this._servicesTab.Controls.Add(this._watchDogPortLbl);
     this._servicesTab.Controls.Add(this._watchdogPortTxtBox);
     this._servicesTab.Controls.Add(this._extraParamsTxbBox);
     this._servicesTab.Controls.Add(this._extraParams);
     this._servicesTab.Controls.Add(this._serverCmbBox);
     this._servicesTab.Controls.Add(this._serverLbl);
     this._servicesTab.Controls.Add(this._debugPortLbl);
     this._servicesTab.Controls.Add(this._debugPortTxtBox);
     this._servicesTab.Controls.Add(this._jmxPortLbl);
     this._servicesTab.Controls.Add(this._jmxPortTxtBox);
     this._servicesTab.Controls.Add(this._selectResinConfBtn);
     this._servicesTab.Controls.Add(this._resinConfTxtBox);
     this._servicesTab.Controls.Add(this._servicePassTxtBox);
     this._servicesTab.Controls.Add(this._serviceNameTxtBox);
     this._servicesTab.Controls.Add(this._logDirTxtBox);
     this._servicesTab.Controls.Add(this._resinRootTxtBox);
     this._servicesTab.Controls.Add(this._javaHomeCmbBox);
     this._servicesTab.Controls.Add(this._resinConfLbl);
     this._servicesTab.Controls.Add(this._previewCmbBox);
     this._servicesTab.Controls.Add(this._previewLbl);
     this._servicesTab.Controls.Add(this._serviceUserCmbBox);
     this._servicesTab.Controls.Add(this._servicePassLbl);
     this._servicesTab.Controls.Add(this._serviceUserLbl);
     this._servicesTab.Controls.Add(this._serviceRefreshBtn);
     this._servicesTab.Controls.Add(this._serviceRemoveBtn);
     this._servicesTab.Controls.Add(this._serviceInstallBtn);
     this._servicesTab.Controls.Add(this._serviceNameLbl);
     this._servicesTab.Controls.Add(this._servicesLbl);
     this._servicesTab.Controls.Add(this._servicesCmbBox);
     this._servicesTab.Controls.Add(this._selectLogDirBtn);
     this._servicesTab.Controls.Add(this._logDirLbl);
     this._servicesTab.Controls.Add(this._selectResinRootBtn);
     this._servicesTab.Controls.Add(this._resinRootLbl);
     this._servicesTab.Controls.Add(this._selectJavaHomeBtn);
     this._servicesTab.Controls.Add(this._javaHomeLbl);
     this._servicesTab.Location = new System.Drawing.Point(4, 22);
     this._servicesTab.Name     = "_servicesTab";
     this._servicesTab.Padding  = new System.Windows.Forms.Padding(3);
     this._servicesTab.Size     = new System.Drawing.Size(470, 536);
     this._servicesTab.TabIndex = 0;
     this._servicesTab.Text     = "Resin Windows Service Install";
     this._servicesTab.UseVisualStyleBackColor = true;
     //
     // _watchDogPortLbl
     //
     this._watchDogPortLbl.AutoSize = true;
     this._watchDogPortLbl.Location = new System.Drawing.Point(15, 361);
     this._watchDogPortLbl.Name     = "_watchDogPortLbl";
     this._watchDogPortLbl.Size     = new System.Drawing.Size(81, 13);
     this._watchDogPortLbl.TabIndex = 44;
     this._watchDogPortLbl.Text     = "WatchDog Port";
     //
     // _watchdogPortTxtBox
     //
     this._watchdogPortTxtBox.Location = new System.Drawing.Point(101, 356);
     this._watchdogPortTxtBox.Name     = "_watchdogPortTxtBox";
     this._watchdogPortTxtBox.Size     = new System.Drawing.Size(281, 20);
     this._watchdogPortTxtBox.TabIndex = 43;
     //
     // _extraParamsTxbBox
     //
     this._extraParamsTxbBox.Location = new System.Drawing.Point(101, 437);
     this._extraParamsTxbBox.Name     = "_extraParamsTxbBox";
     this._extraParamsTxbBox.Size     = new System.Drawing.Size(281, 20);
     this._extraParamsTxbBox.TabIndex = 42;
     //
     // _extraParams
     //
     this._extraParams.AutoSize = true;
     this._extraParams.Location = new System.Drawing.Point(15, 440);
     this._extraParams.Name     = "_extraParams";
     this._extraParams.Size     = new System.Drawing.Size(69, 13);
     this._extraParams.TabIndex = 41;
     this._extraParams.Text     = "Extra Params";
     //
     // _serverCmbBox
     //
     this._serverCmbBox.FormattingEnabled = true;
     this._errorProvider.SetIconAlignment(this._serverCmbBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     this._serverCmbBox.Location              = new System.Drawing.Point(101, 268);
     this._serverCmbBox.Name                  = "_serverCmbBox";
     this._serverCmbBox.Size                  = new System.Drawing.Size(281, 21);
     this._serverCmbBox.TabIndex              = 40;
     this._serverCmbBox.SelectedValueChanged += new System.EventHandler(this.ServerSelectionChanged);
     this._serverCmbBox.Leave                += new System.EventHandler(this.ServerCmbBoxLeave);
     //
     // _serverLbl
     //
     this._serverLbl.AutoSize = true;
     this._serverLbl.Location = new System.Drawing.Point(15, 274);
     this._serverLbl.Name     = "_serverLbl";
     this._serverLbl.Size     = new System.Drawing.Size(38, 13);
     this._serverLbl.TabIndex = 39;
     this._serverLbl.Text     = "Server";
     //
     // _debugPortLbl
     //
     this._debugPortLbl.AutoSize = true;
     this._debugPortLbl.Location = new System.Drawing.Point(15, 415);
     this._debugPortLbl.Name     = "_debugPortLbl";
     this._debugPortLbl.Size     = new System.Drawing.Size(61, 13);
     this._debugPortLbl.TabIndex = 38;
     this._debugPortLbl.Text     = "Debug Port";
     //
     // _debugPortTxtBox
     //
     this._debugPortTxtBox.Location = new System.Drawing.Point(101, 410);
     this._debugPortTxtBox.Name     = "_debugPortTxtBox";
     this._debugPortTxtBox.Size     = new System.Drawing.Size(281, 20);
     this._debugPortTxtBox.TabIndex = 37;
     //
     // _jmxPortLbl
     //
     this._jmxPortLbl.AutoSize = true;
     this._jmxPortLbl.Location = new System.Drawing.Point(16, 388);
     this._jmxPortLbl.Name     = "_jmxPortLbl";
     this._jmxPortLbl.Size     = new System.Drawing.Size(50, 13);
     this._jmxPortLbl.TabIndex = 36;
     this._jmxPortLbl.Text     = "JMX Port";
     //
     // _jmxPortTxtBox
     //
     this._jmxPortTxtBox.Location = new System.Drawing.Point(101, 383);
     this._jmxPortTxtBox.Name     = "_jmxPortTxtBox";
     this._jmxPortTxtBox.Size     = new System.Drawing.Size(281, 20);
     this._jmxPortTxtBox.TabIndex = 35;
     //
     // _selectResinConfBtn
     //
     this._selectResinConfBtn.Location = new System.Drawing.Point(391, 103);
     this._selectResinConfBtn.Name     = "_selectResinConfBtn";
     this._selectResinConfBtn.Size     = new System.Drawing.Size(61, 22);
     this._selectResinConfBtn.TabIndex = 28;
     this._selectResinConfBtn.Text     = "...";
     this._selectResinConfBtn.UseVisualStyleBackColor = true;
     this._selectResinConfBtn.Click += new System.EventHandler(this.SelectResinConf);
     //
     // _resinConfTxtBox
     //
     this._errorProvider.SetIconAlignment(this._resinConfTxtBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     this._resinConfTxtBox.Location     = new System.Drawing.Point(101, 105);
     this._resinConfTxtBox.Name         = "_resinConfTxtBox";
     this._resinConfTxtBox.Size         = new System.Drawing.Size(281, 20);
     this._resinConfTxtBox.TabIndex     = 27;
     this._resinConfTxtBox.TextChanged += new System.EventHandler(this.ResinConfTxtBoxTextChanged);
     this._resinConfTxtBox.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.ResinConfTxtBoxKeyPress);
     this._resinConfTxtBox.Leave       += new System.EventHandler(this.ResinConfTxtBoxLeaving);
     //
     // _servicePassTxtBox
     //
     this._errorProvider.SetIconAlignment(this._servicePassTxtBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     this._servicePassTxtBox.Location              = new System.Drawing.Point(101, 213);
     this._servicePassTxtBox.Name                  = "_servicePassTxtBox";
     this._servicePassTxtBox.PasswordChar          = '*';
     this._servicePassTxtBox.Size                  = new System.Drawing.Size(281, 20);
     this._servicePassTxtBox.TabIndex              = 22;
     this._servicePassTxtBox.UseSystemPasswordChar = true;
     //
     // _serviceNameTxtBox
     //
     this._errorProvider.SetIconAlignment(this._serviceNameTxtBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     this._serviceNameTxtBox.Location     = new System.Drawing.Point(101, 160);
     this._serviceNameTxtBox.Name         = "_serviceNameTxtBox";
     this._serviceNameTxtBox.Size         = new System.Drawing.Size(281, 20);
     this._serviceNameTxtBox.TabIndex     = 15;
     this._serviceNameTxtBox.TextChanged += new System.EventHandler(this.ServiceNameTxtBoxTextChanged);
     this._serviceNameTxtBox.Leave       += new System.EventHandler(this.ServiceNameTxtBoxLeaving);
     //
     // _logDirTxtBox
     //
     this._logDirTxtBox.Location = new System.Drawing.Point(101, 134);
     this._logDirTxtBox.Name     = "_logDirTxtBox";
     this._logDirTxtBox.Size     = new System.Drawing.Size(281, 20);
     this._logDirTxtBox.TabIndex = 10;
     this._logDirTxtBox.Leave   += new System.EventHandler(this.LogDirTxtBoxLeaving);
     //
     // _resinRootTxtBox
     //
     this._errorProvider.SetIconAlignment(this._resinRootTxtBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     this._resinRootTxtBox.Location  = new System.Drawing.Point(101, 77);
     this._resinRootTxtBox.Name      = "_resinRootTxtBox";
     this._resinRootTxtBox.Size      = new System.Drawing.Size(281, 20);
     this._resinRootTxtBox.TabIndex  = 7;
     this._resinRootTxtBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ResinRootTxtBoxKeyPress);
     this._resinRootTxtBox.Leave    += new System.EventHandler(this.ResinRootTxtBoxLeaving);
     //
     // _javaHomeCmbBox
     //
     this._errorProvider.SetIconAlignment(this._javaHomeCmbBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     this._javaHomeCmbBox.Location     = new System.Drawing.Point(101, 49);
     this._javaHomeCmbBox.Name         = "_javaHomeCmbBox";
     this._javaHomeCmbBox.Size         = new System.Drawing.Size(281, 21);
     this._javaHomeCmbBox.TabIndex     = 4;
     this._javaHomeCmbBox.TextChanged += new System.EventHandler(this.JavaHomeCmbBoxTextChanged);
     this._javaHomeCmbBox.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.JavaHomeCmbBoxKeyPress);
     this._javaHomeCmbBox.Leave       += new System.EventHandler(this.JavaHomeCmbBoxLeaving);
     //
     // _resinConfLbl
     //
     this._resinConfLbl.AutoSize = true;
     this._resinConfLbl.Location = new System.Drawing.Point(16, 108);
     this._resinConfLbl.Name     = "_resinConfLbl";
     this._resinConfLbl.Size     = new System.Drawing.Size(59, 13);
     this._resinConfLbl.TabIndex = 26;
     this._resinConfLbl.Text     = "Resin Conf";
     //
     // _previewCmbBox
     //
     this._previewCmbBox.FormattingEnabled = true;
     this._previewCmbBox.Items.AddRange(new object[] {
         "No",
         "Yes"
     });
     this._previewCmbBox.Location  = new System.Drawing.Point(101, 241);
     this._previewCmbBox.Name      = "_previewCmbBox";
     this._previewCmbBox.Size      = new System.Drawing.Size(281, 21);
     this._previewCmbBox.TabIndex  = 25;
     this._previewCmbBox.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.PreviewCmbBoxKeyDown);
     this._previewCmbBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PreviewCmbBoxKeyPress);
     //
     // _previewLbl
     //
     this._previewLbl.AutoSize = true;
     this._previewLbl.Location = new System.Drawing.Point(16, 245);
     this._previewLbl.Name     = "_previewLbl";
     this._previewLbl.Size     = new System.Drawing.Size(45, 13);
     this._previewLbl.TabIndex = 24;
     this._previewLbl.Text     = "Preview";
     //
     // _serviceUserCmbBox
     //
     this._serviceUserCmbBox.FormattingEnabled = true;
     this._errorProvider.SetIconAlignment(this._serviceUserCmbBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     this._serviceUserCmbBox.Location = new System.Drawing.Point(101, 186);
     this._serviceUserCmbBox.Name     = "_serviceUserCmbBox";
     this._serviceUserCmbBox.Size     = new System.Drawing.Size(281, 21);
     this._serviceUserCmbBox.TabIndex = 23;
     this._serviceUserCmbBox.SelectionChangeCommitted += new System.EventHandler(this.ServiceUserCmbBoxSelectionChangeCommitted);
     this._serviceUserCmbBox.TextChanged += new System.EventHandler(this.ServiceUserCmbBoxTextChanged);
     //
     // _servicePassLbl
     //
     this._servicePassLbl.AutoSize = true;
     this._servicePassLbl.Location = new System.Drawing.Point(16, 216);
     this._servicePassLbl.Name     = "_servicePassLbl";
     this._servicePassLbl.Size     = new System.Drawing.Size(53, 13);
     this._servicePassLbl.TabIndex = 21;
     this._servicePassLbl.Text     = "Password";
     //
     // _serviceUserLbl
     //
     this._serviceUserLbl.AutoSize = true;
     this._serviceUserLbl.Location = new System.Drawing.Point(16, 190);
     this._serviceUserLbl.Name     = "_serviceUserLbl";
     this._serviceUserLbl.Size     = new System.Drawing.Size(68, 13);
     this._serviceUserLbl.TabIndex = 19;
     this._serviceUserLbl.Text     = "Service User";
     //
     // _serviceRefreshBtn
     //
     this._serviceRefreshBtn.Location = new System.Drawing.Point(391, 490);
     this._serviceRefreshBtn.Name     = "_serviceRefreshBtn";
     this._serviceRefreshBtn.Size     = new System.Drawing.Size(61, 22);
     this._serviceRefreshBtn.TabIndex = 18;
     this._serviceRefreshBtn.Text     = "Refresh";
     this._serviceRefreshBtn.UseVisualStyleBackColor = true;
     this._serviceRefreshBtn.Click += new System.EventHandler(this.ServiceRefreshBtnClick);
     //
     // _serviceRemoveBtn
     //
     this._serviceRemoveBtn.Location = new System.Drawing.Point(293, 490);
     this._serviceRemoveBtn.Name     = "_serviceRemoveBtn";
     this._serviceRemoveBtn.Size     = new System.Drawing.Size(93, 22);
     this._serviceRemoveBtn.TabIndex = 17;
     this._serviceRemoveBtn.Text     = "Remove";
     this._serviceRemoveBtn.UseVisualStyleBackColor = true;
     this._serviceRemoveBtn.Click += new System.EventHandler(this.ServiceRemoveBtnClick);
     //
     // _serviceInstallBtn
     //
     this._serviceInstallBtn.Location = new System.Drawing.Point(195, 490);
     this._serviceInstallBtn.Name     = "_serviceInstallBtn";
     this._serviceInstallBtn.Size     = new System.Drawing.Size(93, 22);
     this._serviceInstallBtn.TabIndex = 16;
     this._serviceInstallBtn.Text     = "Install/Change";
     this._serviceInstallBtn.UseVisualStyleBackColor = true;
     this._serviceInstallBtn.Click += new System.EventHandler(this.ServiceInstallBtnClick);
     //
     // _serviceNameLbl
     //
     this._serviceNameLbl.AutoSize = true;
     this._serviceNameLbl.Location = new System.Drawing.Point(16, 163);
     this._serviceNameLbl.Name     = "_serviceNameLbl";
     this._serviceNameLbl.Size     = new System.Drawing.Size(74, 13);
     this._serviceNameLbl.TabIndex = 14;
     this._serviceNameLbl.Text     = "Service Name";
     //
     // _servicesLbl
     //
     this._servicesLbl.AutoSize = true;
     this._servicesLbl.Location = new System.Drawing.Point(15, 10);
     this._servicesLbl.Name     = "_servicesLbl";
     this._servicesLbl.Size     = new System.Drawing.Size(48, 13);
     this._servicesLbl.TabIndex = 13;
     this._servicesLbl.Text     = "Services";
     //
     // _servicesCmbBox
     //
     this._servicesCmbBox.FormattingEnabled = true;
     this._servicesCmbBox.Location          = new System.Drawing.Point(101, 10);
     this._servicesCmbBox.Name                  = "_servicesCmbBox";
     this._servicesCmbBox.Size                  = new System.Drawing.Size(281, 21);
     this._servicesCmbBox.TabIndex              = 12;
     this._servicesCmbBox.SelectedValueChanged += new System.EventHandler(this.ServiceSelectionChanged);
     this._servicesCmbBox.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.ServicesCmbBoxKeyPress);
     //
     // _selectLogDirBtn
     //
     this._selectLogDirBtn.Location = new System.Drawing.Point(391, 132);
     this._selectLogDirBtn.Name     = "_selectLogDirBtn";
     this._selectLogDirBtn.Size     = new System.Drawing.Size(61, 22);
     this._selectLogDirBtn.TabIndex = 11;
     this._selectLogDirBtn.Text     = "...";
     this._selectLogDirBtn.UseVisualStyleBackColor = true;
     this._selectLogDirBtn.Click += new System.EventHandler(this.SelectLogDirectory);
     //
     // _logDirLbl
     //
     this._logDirLbl.AutoSize = true;
     this._logDirLbl.Location = new System.Drawing.Point(16, 137);
     this._logDirLbl.Name     = "_logDirLbl";
     this._logDirLbl.Size     = new System.Drawing.Size(70, 13);
     this._logDirLbl.TabIndex = 9;
     this._logDirLbl.Text     = "Log Directory";
     //
     // _selectResinRootBtn
     //
     this._selectResinRootBtn.Location = new System.Drawing.Point(391, 75);
     this._selectResinRootBtn.Name     = "_selectResinRootBtn";
     this._selectResinRootBtn.Size     = new System.Drawing.Size(61, 22);
     this._selectResinRootBtn.TabIndex = 8;
     this._selectResinRootBtn.Text     = "...";
     this._selectResinRootBtn.UseVisualStyleBackColor = true;
     this._selectResinRootBtn.Click += new System.EventHandler(this.SelectResinRoot);
     //
     // _resinRootLbl
     //
     this._resinRootLbl.AutoSize = true;
     this._resinRootLbl.Location = new System.Drawing.Point(16, 80);
     this._resinRootLbl.Name     = "_resinRootLbl";
     this._resinRootLbl.Size     = new System.Drawing.Size(60, 13);
     this._resinRootLbl.TabIndex = 6;
     this._resinRootLbl.Text     = "Resin Root";
     //
     // _selectJavaHomeBtn
     //
     this._selectJavaHomeBtn.Location = new System.Drawing.Point(391, 49);
     this._selectJavaHomeBtn.Name     = "_selectJavaHomeBtn";
     this._selectJavaHomeBtn.Size     = new System.Drawing.Size(61, 22);
     this._selectJavaHomeBtn.TabIndex = 5;
     this._selectJavaHomeBtn.Text     = "...";
     this._selectJavaHomeBtn.UseVisualStyleBackColor = true;
     this._selectJavaHomeBtn.Click += new System.EventHandler(this.SelectJavaHome);
     //
     // _javaHomeLbl
     //
     this._javaHomeLbl.AutoSize = true;
     this._javaHomeLbl.Location = new System.Drawing.Point(16, 54);
     this._javaHomeLbl.Name     = "_javaHomeLbl";
     this._javaHomeLbl.Size     = new System.Drawing.Size(61, 13);
     this._javaHomeLbl.TabIndex = 3;
     this._javaHomeLbl.Text     = "Java Home";
     //
     // _pluginsTab
     //
     this._pluginsTab.Controls.Add(_iisGrpBox);
     this._pluginsTab.Controls.Add(_apacheGrpBox);
     this._pluginsTab.Location = new System.Drawing.Point(4, 22);
     this._pluginsTab.Name     = "_pluginsTab";
     this._pluginsTab.Padding  = new System.Windows.Forms.Padding(3);
     this._pluginsTab.Size     = new System.Drawing.Size(470, 536);
     this._pluginsTab.TabIndex = 1;
     this._pluginsTab.Text     = "Web Server Plugins";
     this._pluginsTab.UseVisualStyleBackColor = true;
     this._pluginsTab.Enter += new System.EventHandler(this.PluginsTabEnter);
     //
     // _folderDlg
     //
     this._folderDlg.Description         = "Please locate your Resin installation";
     this._folderDlg.RootFolder          = System.Environment.SpecialFolder.MyComputer;
     this._folderDlg.ShowNewFolderButton = false;
     //
     // _errorProvider
     //
     this._errorProvider.ContainerControl = this;
     //
     // log
     //
     this.log.Log = "Application";
     this.log.SynchronizingObject = this;
     //
     // ElasticIpLabel
     //
     this.ElasticIpLabel.AutoSize = true;
     this.ElasticIpLabel.Location = new System.Drawing.Point(15, 303);
     this.ElasticIpLabel.Name     = "ElasticIpLabel";
     this.ElasticIpLabel.Size     = new System.Drawing.Size(51, 13);
     this.ElasticIpLabel.TabIndex = 46;
     this.ElasticIpLabel.Text     = "Elastic IP";
     //
     // ElasticIPEdit
     //
     this.ElasticAddressEdit.Location = new System.Drawing.Point(101, 298);
     this.ElasticAddressEdit.Name     = "ElasticIPEdit";
     this.ElasticAddressEdit.Size     = new System.Drawing.Size(281, 20);
     this.ElasticAddressEdit.TabIndex = 45;
     //
     // ElasticPortLbl
     //
     this.ElasticPortLbl.AutoSize = true;
     this.ElasticPortLbl.Location = new System.Drawing.Point(15, 331);
     this.ElasticPortLbl.Name     = "ElasticPortLbl";
     this.ElasticPortLbl.Size     = new System.Drawing.Size(60, 13);
     this.ElasticPortLbl.TabIndex = 48;
     this.ElasticPortLbl.Text     = "Elastic Port";
     //
     // ElasticPortEdit
     //
     this.ElasticPortEdit.Location = new System.Drawing.Point(101, 326);
     this.ElasticPortEdit.Name     = "ElasticPortEdit";
     this.ElasticPortEdit.Size     = new System.Drawing.Size(281, 20);
     this.ElasticPortEdit.TabIndex = 47;
     //
     // SetupForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize          = new System.Drawing.Size(722, 717);
     this.Controls.Add(this._root);
     this.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "SetupForm";
     this.Text         = "Resin Setup";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SetupFormClosing);
     _apacheGrpBox.ResumeLayout(false);
     _apacheGrpBox.PerformLayout();
     _iisGrpBox.ResumeLayout(false);
     _iisGrpBox.PerformLayout();
     this._root.ResumeLayout(false);
     this._root.PerformLayout();
     this._generalGrp.ResumeLayout(false);
     this._generalGrp.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._resinLogoImg)).EndInit();
     this._tabControl.ResumeLayout(false);
     this._servicesTab.ResumeLayout(false);
     this._servicesTab.PerformLayout();
     this._pluginsTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.log)).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.GroupBox spoilsGroupBox;
            System.Windows.Forms.Label x100GilLabel;
            System.Windows.Forms.Label warTrophyLabel;
            System.Windows.Forms.Label bonusMoneyLabel;
            System.Windows.Forms.Label teamColorLabel;
            System.Windows.Forms.Label hLabel2;
            System.Windows.Forms.Label hLabel1;
            System.Windows.Forms.Label initialDirectionLabel;
            System.Windows.Forms.Label jobsUnlockedLabel;
            System.Windows.Forms.Label unitIdLabel;
            System.Windows.Forms.Label jobLabel;
            System.Windows.Forms.Label spriteSetLabel;
            System.Windows.Forms.Label braveryLabel;
            System.Windows.Forms.Label faithLabel;
            System.Windows.Forms.Label birthdayLabel;
            System.Windows.Forms.GroupBox aiGroupBox;
            System.Windows.Forms.Label nameLabel;
            System.Windows.Forms.Label levelLabel;
            System.Windows.Forms.Label yLabel;
            System.Windows.Forms.Label paletteLabel;
            System.Windows.Forms.GroupBox equipmentGroupBox;
            System.Windows.Forms.Label accessoryLabel;
            System.Windows.Forms.Label bodyLabel;
            System.Windows.Forms.Label headLabel;
            System.Windows.Forms.Label leftHandLabel;
            System.Windows.Forms.Label rightHandLabel;
            System.Windows.Forms.Label xLabel;
            System.Windows.Forms.GroupBox skillsGroupBox;
            System.Windows.Forms.Label movementSkillLabel;
            System.Windows.Forms.Label supportSkillLabel;
            System.Windows.Forms.Label reactionSkillLabel;
            System.Windows.Forms.Label secondarySkillLabel;
            System.Windows.Forms.Label primarySkillLabel;
            this.bonusMoneySpinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.warTrophyComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.clbAIFlags2 = new FFTPatcher.Controls.CheckedListBoxNoHighlightWithDefault();
            this.clbAIFlags1 = new FFTPatcher.Controls.CheckedListBoxNoHighlightWithDefault();
            this.labelTargetY = new System.Windows.Forms.Label();
            this.labelTargetX = new System.Windows.Forms.Label();
            this.targetLabel = new System.Windows.Forms.Label();
            this.targetYSpinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.targetXSpinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.targetSpinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.rightHandComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.accessoryComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.leftHandComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.bodyComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.headComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.primarySkillComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.movementComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.secondaryActionComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.supportComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.reactionComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.unknownGroupBox = new System.Windows.Forms.GroupBox();
            this.unknown12Spinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.unknown10Spinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.upperLevelCheckBox = new System.Windows.Forms.CheckBox();
            this.teamColorComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.facingDirectionComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.levelComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.dayComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.faithComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.braveryComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.preRequisiteJobComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.flags2CheckedListBox = new FFTPatcher.Controls.CheckedListBoxNoHighlightWithDefault();
            this.spriteSetComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.jobComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.unitIDSpinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.specialNameComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.flags1CheckedListBox = new FFTPatcher.Controls.CheckedListBoxNoHighlightWithDefault();
            this.jobLevelSpinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.monthComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            this.paletteSpinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.ySpinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.xSpinner = new FFTPatcher.Controls.NumericUpDownWithDefault();
            this.experienceLabel = new System.Windows.Forms.Label();
            this.experienceComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
            spoilsGroupBox = new System.Windows.Forms.GroupBox();
            x100GilLabel = new System.Windows.Forms.Label();
            warTrophyLabel = new System.Windows.Forms.Label();
            bonusMoneyLabel = new System.Windows.Forms.Label();
            teamColorLabel = new System.Windows.Forms.Label();
            hLabel2 = new System.Windows.Forms.Label();
            hLabel1 = new System.Windows.Forms.Label();
            initialDirectionLabel = new System.Windows.Forms.Label();
            jobsUnlockedLabel = new System.Windows.Forms.Label();
            unitIdLabel = new System.Windows.Forms.Label();
            jobLabel = new System.Windows.Forms.Label();
            spriteSetLabel = new System.Windows.Forms.Label();
            braveryLabel = new System.Windows.Forms.Label();
            faithLabel = new System.Windows.Forms.Label();
            birthdayLabel = new System.Windows.Forms.Label();
            aiGroupBox = new System.Windows.Forms.GroupBox();
            nameLabel = new System.Windows.Forms.Label();
            levelLabel = new System.Windows.Forms.Label();
            yLabel = new System.Windows.Forms.Label();
            paletteLabel = new System.Windows.Forms.Label();
            equipmentGroupBox = new System.Windows.Forms.GroupBox();
            accessoryLabel = new System.Windows.Forms.Label();
            bodyLabel = new System.Windows.Forms.Label();
            headLabel = new System.Windows.Forms.Label();
            leftHandLabel = new System.Windows.Forms.Label();
            rightHandLabel = new System.Windows.Forms.Label();
            xLabel = new System.Windows.Forms.Label();
            skillsGroupBox = new System.Windows.Forms.GroupBox();
            movementSkillLabel = new System.Windows.Forms.Label();
            supportSkillLabel = new System.Windows.Forms.Label();
            reactionSkillLabel = new System.Windows.Forms.Label();
            secondarySkillLabel = new System.Windows.Forms.Label();
            primarySkillLabel = new System.Windows.Forms.Label();
            spoilsGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bonusMoneySpinner)).BeginInit();
            aiGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.targetYSpinner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.targetXSpinner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.targetSpinner)).BeginInit();
            equipmentGroupBox.SuspendLayout();
            skillsGroupBox.SuspendLayout();
            this.unknownGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.unknown12Spinner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.unknown10Spinner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.unitIDSpinner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.jobLevelSpinner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.paletteSpinner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ySpinner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xSpinner)).BeginInit();
            this.SuspendLayout();
            // 
            // spoilsGroupBox
            // 
            spoilsGroupBox.AutoSize = true;
            spoilsGroupBox.Controls.Add(x100GilLabel);
            spoilsGroupBox.Controls.Add(warTrophyLabel);
            spoilsGroupBox.Controls.Add(bonusMoneyLabel);
            spoilsGroupBox.Controls.Add(this.bonusMoneySpinner);
            spoilsGroupBox.Controls.Add(this.warTrophyComboBox);
            spoilsGroupBox.Location = new System.Drawing.Point(211, 226);
            spoilsGroupBox.Name = "spoilsGroupBox";
            spoilsGroupBox.Size = new System.Drawing.Size(211, 103);
            spoilsGroupBox.TabIndex = 42;
            spoilsGroupBox.TabStop = false;
            spoilsGroupBox.Text = "Spoils";
            // 
            // x100GilLabel
            // 
            x100GilLabel.AutoSize = true;
            x100GilLabel.Location = new System.Drawing.Point(142, 25);
            x100GilLabel.Name = "x100GilLabel";
            x100GilLabel.Size = new System.Drawing.Size(48, 13);
            x100GilLabel.TabIndex = 44;
            x100GilLabel.Text = "x 100 Gil";
            // 
            // warTrophyLabel
            // 
            warTrophyLabel.AutoSize = true;
            warTrophyLabel.Location = new System.Drawing.Point(7, 47);
            warTrophyLabel.Name = "warTrophyLabel";
            warTrophyLabel.Size = new System.Drawing.Size(63, 13);
            warTrophyLabel.TabIndex = 43;
            warTrophyLabel.Text = "War Trophy";
            // 
            // bonusMoneyLabel
            // 
            bonusMoneyLabel.AutoSize = true;
            bonusMoneyLabel.Location = new System.Drawing.Point(7, 25);
            bonusMoneyLabel.Name = "bonusMoneyLabel";
            bonusMoneyLabel.Size = new System.Drawing.Size(72, 13);
            bonusMoneyLabel.TabIndex = 42;
            bonusMoneyLabel.Text = "Bonus Money";
            // 
            // bonusMoneySpinner
            // 
            this.bonusMoneySpinner.Location = new System.Drawing.Point(84, 23);
            this.bonusMoneySpinner.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.bonusMoneySpinner.Name = "bonusMoneySpinner";
            this.bonusMoneySpinner.Size = new System.Drawing.Size(52, 20);
            this.bonusMoneySpinner.TabIndex = 5;
            this.bonusMoneySpinner.Tag = "BonusMoney";
            this.bonusMoneySpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // warTrophyComboBox
            // 
            this.warTrophyComboBox.BackColor = System.Drawing.SystemColors.Window;
            this.warTrophyComboBox.ForeColor = System.Drawing.SystemColors.WindowText;
            this.warTrophyComboBox.FormattingEnabled = true;
            this.warTrophyComboBox.Location = new System.Drawing.Point(84, 44);
            this.warTrophyComboBox.Name = "warTrophyComboBox";
            this.warTrophyComboBox.Size = new System.Drawing.Size(121, 21);
            this.warTrophyComboBox.TabIndex = 41;
            this.warTrophyComboBox.Tag = "WarTrophy";
            // 
            // teamColorLabel
            // 
            teamColorLabel.AutoSize = true;
            teamColorLabel.Location = new System.Drawing.Point(292, 136);
            teamColorLabel.Name = "teamColorLabel";
            teamColorLabel.Size = new System.Drawing.Size(61, 13);
            teamColorLabel.TabIndex = 40;
            teamColorLabel.Text = "Team Color";
            // 
            // hLabel2
            // 
            hLabel2.AutoSize = true;
            hLabel2.Location = new System.Drawing.Point(128, 139);
            hLabel2.Name = "hLabel2";
            hLabel2.Size = new System.Drawing.Size(13, 13);
            hLabel2.TabIndex = 38;
            hLabel2.Text = "h";
            // 
            // hLabel1
            // 
            hLabel1.AutoSize = true;
            hLabel1.Location = new System.Drawing.Point(256, 139);
            hLabel1.Name = "hLabel1";
            hLabel1.Size = new System.Drawing.Size(13, 13);
            hLabel1.TabIndex = 37;
            hLabel1.Text = "h";
            // 
            // initialDirectionLabel
            // 
            initialDirectionLabel.AutoSize = true;
            initialDirectionLabel.Location = new System.Drawing.Point(2, 202);
            initialDirectionLabel.Name = "initialDirectionLabel";
            initialDirectionLabel.Size = new System.Drawing.Size(74, 13);
            initialDirectionLabel.TabIndex = 36;
            initialDirectionLabel.Text = "Initial direction";
            // 
            // jobsUnlockedLabel
            // 
            jobsUnlockedLabel.AutoSize = true;
            jobsUnlockedLabel.Location = new System.Drawing.Point(2, 180);
            jobsUnlockedLabel.Name = "jobsUnlockedLabel";
            jobsUnlockedLabel.Size = new System.Drawing.Size(76, 13);
            jobsUnlockedLabel.TabIndex = 34;
            jobsUnlockedLabel.Text = "Jobs unlocked";
            // 
            // unitIdLabel
            // 
            unitIdLabel.AutoSize = true;
            unitIdLabel.Location = new System.Drawing.Point(160, 137);
            unitIdLabel.Name = "unitIdLabel";
            unitIdLabel.Size = new System.Drawing.Size(40, 13);
            unitIdLabel.TabIndex = 32;
            unitIdLabel.Text = "Unit ID";
            // 
            // jobLabel
            // 
            jobLabel.AutoSize = true;
            jobLabel.Location = new System.Drawing.Point(2, 72);
            jobLabel.Name = "jobLabel";
            jobLabel.Size = new System.Drawing.Size(24, 13);
            jobLabel.TabIndex = 31;
            jobLabel.Text = "Job";
            // 
            // spriteSetLabel
            // 
            spriteSetLabel.AutoSize = true;
            spriteSetLabel.Location = new System.Drawing.Point(2, 6);
            spriteSetLabel.Name = "spriteSetLabel";
            spriteSetLabel.Size = new System.Drawing.Size(53, 13);
            spriteSetLabel.TabIndex = 17;
            spriteSetLabel.Text = "Sprite Set";
            // 
            // braveryLabel
            // 
            braveryLabel.AutoSize = true;
            braveryLabel.Location = new System.Drawing.Point(160, 117);
            braveryLabel.Name = "braveryLabel";
            braveryLabel.Size = new System.Drawing.Size(43, 13);
            braveryLabel.TabIndex = 20;
            braveryLabel.Text = "Bravery";
            // 
            // faithLabel
            // 
            faithLabel.AutoSize = true;
            faithLabel.Location = new System.Drawing.Point(2, 117);
            faithLabel.Name = "faithLabel";
            faithLabel.Size = new System.Drawing.Size(30, 13);
            faithLabel.TabIndex = 21;
            faithLabel.Text = "Faith";
            // 
            // birthdayLabel
            // 
            birthdayLabel.AutoSize = true;
            birthdayLabel.Location = new System.Drawing.Point(2, 49);
            birthdayLabel.Name = "birthdayLabel";
            birthdayLabel.Size = new System.Drawing.Size(49, 13);
            birthdayLabel.TabIndex = 19;
            birthdayLabel.Text = "Birthdate";
            // 
            // aiGroupBox
            // 
            aiGroupBox.Controls.Add(this.clbAIFlags2);
            aiGroupBox.Controls.Add(this.clbAIFlags1);
            aiGroupBox.Controls.Add(this.labelTargetY);
            aiGroupBox.Controls.Add(this.labelTargetX);
            aiGroupBox.Controls.Add(this.targetLabel);
            aiGroupBox.Controls.Add(this.targetYSpinner);
            aiGroupBox.Controls.Add(this.targetXSpinner);
            aiGroupBox.Controls.Add(this.targetSpinner);
            aiGroupBox.Location = new System.Drawing.Point(211, 346);
            aiGroupBox.Name = "aiGroupBox";
            aiGroupBox.Size = new System.Drawing.Size(367, 162);
            aiGroupBox.TabIndex = 19;
            aiGroupBox.TabStop = false;
            aiGroupBox.Text = "AI";
            // 
            // clbAIFlags2
            // 
            this.clbAIFlags2.FormattingEnabled = true;
            this.clbAIFlags2.Items.AddRange(new object[] {
            "",
            "",
            "",
            "",
            "",
            "Save CT",
            "",
            ""});
            this.clbAIFlags2.Location = new System.Drawing.Point(252, 23);
            this.clbAIFlags2.Name = "clbAIFlags2";
            this.clbAIFlags2.Size = new System.Drawing.Size(109, 124);
            this.clbAIFlags2.TabIndex = 47;
            // 
            // clbAIFlags1
            // 
            this.clbAIFlags1.FormattingEnabled = true;
            this.clbAIFlags1.Items.AddRange(new object[] {
            "",
            "Focus Unit",
            "Stay Near X/Y",
            "Aggressive",
            "Defensive",
            "",
            "",
            ""});
            this.clbAIFlags1.Location = new System.Drawing.Point(138, 23);
            this.clbAIFlags1.Name = "clbAIFlags1";
            this.clbAIFlags1.Size = new System.Drawing.Size(108, 124);
            this.clbAIFlags1.TabIndex = 46;
            // 
            // labelTargetY
            // 
            this.labelTargetY.AutoSize = true;
            this.labelTargetY.Location = new System.Drawing.Point(7, 77);
            this.labelTargetY.Name = "labelTargetY";
            this.labelTargetY.Size = new System.Drawing.Size(48, 13);
            this.labelTargetY.TabIndex = 45;
            this.labelTargetY.Text = "Target Y";
            // 
            // labelTargetX
            // 
            this.labelTargetX.AutoSize = true;
            this.labelTargetX.Location = new System.Drawing.Point(7, 51);
            this.labelTargetX.Name = "labelTargetX";
            this.labelTargetX.Size = new System.Drawing.Size(48, 13);
            this.labelTargetX.TabIndex = 44;
            this.labelTargetX.Text = "Target X";
            // 
            // targetLabel
            // 
            this.targetLabel.AutoSize = true;
            this.targetLabel.Location = new System.Drawing.Point(7, 23);
            this.targetLabel.Name = "targetLabel";
            this.targetLabel.Size = new System.Drawing.Size(74, 13);
            this.targetLabel.TabIndex = 43;
            this.targetLabel.Text = "Target Unit ID";
            // 
            // targetYSpinner
            // 
            this.targetYSpinner.Hexadecimal = true;
            this.targetYSpinner.Location = new System.Drawing.Point(87, 75);
            this.targetYSpinner.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.targetYSpinner.Name = "targetYSpinner";
            this.targetYSpinner.Size = new System.Drawing.Size(45, 20);
            this.targetYSpinner.TabIndex = 8;
            this.targetYSpinner.Tag = "TargetY";
            this.targetYSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // targetXSpinner
            // 
            this.targetXSpinner.Hexadecimal = true;
            this.targetXSpinner.Location = new System.Drawing.Point(87, 49);
            this.targetXSpinner.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.targetXSpinner.Name = "targetXSpinner";
            this.targetXSpinner.Size = new System.Drawing.Size(45, 20);
            this.targetXSpinner.TabIndex = 7;
            this.targetXSpinner.Tag = "TargetX";
            this.targetXSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // targetSpinner
            // 
            this.targetSpinner.Hexadecimal = true;
            this.targetSpinner.Location = new System.Drawing.Point(87, 23);
            this.targetSpinner.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.targetSpinner.Name = "targetSpinner";
            this.targetSpinner.Size = new System.Drawing.Size(45, 20);
            this.targetSpinner.TabIndex = 10;
            this.targetSpinner.Tag = "Target";
            this.targetSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // nameLabel
            // 
            nameLabel.AutoSize = true;
            nameLabel.Location = new System.Drawing.Point(2, 28);
            nameLabel.Name = "nameLabel";
            nameLabel.Size = new System.Drawing.Size(35, 13);
            nameLabel.TabIndex = 18;
            nameLabel.Tag = "SpecialName";
            nameLabel.Text = "Name";
            // 
            // levelLabel
            // 
            levelLabel.AutoSize = true;
            levelLabel.Location = new System.Drawing.Point(2, 94);
            levelLabel.Name = "levelLabel";
            levelLabel.Size = new System.Drawing.Size(33, 13);
            levelLabel.TabIndex = 23;
            levelLabel.Text = "Level";
            // 
            // yLabel
            // 
            yLabel.AutoSize = true;
            yLabel.Location = new System.Drawing.Point(160, 158);
            yLabel.Name = "yLabel";
            yLabel.Size = new System.Drawing.Size(14, 13);
            yLabel.TabIndex = 29;
            yLabel.Text = "Y";
            // 
            // paletteLabel
            // 
            paletteLabel.AutoSize = true;
            paletteLabel.Location = new System.Drawing.Point(2, 137);
            paletteLabel.Name = "paletteLabel";
            paletteLabel.Size = new System.Drawing.Size(40, 13);
            paletteLabel.TabIndex = 24;
            paletteLabel.Text = "Palette";
            // 
            // equipmentGroupBox
            // 
            equipmentGroupBox.Controls.Add(accessoryLabel);
            equipmentGroupBox.Controls.Add(bodyLabel);
            equipmentGroupBox.Controls.Add(headLabel);
            equipmentGroupBox.Controls.Add(leftHandLabel);
            equipmentGroupBox.Controls.Add(rightHandLabel);
            equipmentGroupBox.Controls.Add(this.rightHandComboBox);
            equipmentGroupBox.Controls.Add(this.accessoryComboBox);
            equipmentGroupBox.Controls.Add(this.leftHandComboBox);
            equipmentGroupBox.Controls.Add(this.bodyComboBox);
            equipmentGroupBox.Controls.Add(this.headComboBox);
            equipmentGroupBox.Location = new System.Drawing.Point(5, 370);
            equipmentGroupBox.Name = "equipmentGroupBox";
            equipmentGroupBox.Size = new System.Drawing.Size(200, 138);
            equipmentGroupBox.TabIndex = 18;
            equipmentGroupBox.TabStop = false;
            equipmentGroupBox.Text = "Equipment";
            // 
            // accessoryLabel
            // 
            accessoryLabel.AutoSize = true;
            accessoryLabel.Location = new System.Drawing.Point(7, 106);
            accessoryLabel.Name = "accessoryLabel";
            accessoryLabel.Size = new System.Drawing.Size(56, 13);
            accessoryLabel.TabIndex = 34;
            accessoryLabel.Text = "Accessory";
            // 
            // bodyLabel
            // 
            bodyLabel.AutoSize = true;
            bodyLabel.Location = new System.Drawing.Point(7, 84);
            bodyLabel.Name = "bodyLabel";
            bodyLabel.Size = new System.Drawing.Size(31, 13);
            bodyLabel.TabIndex = 33;
            bodyLabel.Text = "Body";
            // 
            // headLabel
            // 
            headLabel.AutoSize = true;
            headLabel.Location = new System.Drawing.Point(7, 62);
            headLabel.Name = "headLabel";
            headLabel.Size = new System.Drawing.Size(33, 13);
            headLabel.TabIndex = 32;
            headLabel.Text = "Head";
            // 
            // leftHandLabel
            // 
            leftHandLabel.AutoSize = true;
            leftHandLabel.Location = new System.Drawing.Point(7, 40);
            leftHandLabel.Name = "leftHandLabel";
            leftHandLabel.Size = new System.Drawing.Size(54, 13);
            leftHandLabel.TabIndex = 31;
            leftHandLabel.Text = "Left Hand";
            // 
            // rightHandLabel
            // 
            rightHandLabel.AutoSize = true;
            rightHandLabel.Location = new System.Drawing.Point(7, 18);
            rightHandLabel.Name = "rightHandLabel";
            rightHandLabel.Size = new System.Drawing.Size(61, 13);
            rightHandLabel.TabIndex = 30;
            rightHandLabel.Text = "Right Hand";
            // 
            // rightHandComboBox
            // 
            this.rightHandComboBox.FormattingEnabled = true;
            this.rightHandComboBox.Location = new System.Drawing.Point(74, 15);
            this.rightHandComboBox.Name = "rightHandComboBox";
            this.rightHandComboBox.Size = new System.Drawing.Size(121, 21);
            this.rightHandComboBox.TabIndex = 0;
            this.rightHandComboBox.Tag = "RightHand";
            // 
            // accessoryComboBox
            // 
            this.accessoryComboBox.FormattingEnabled = true;
            this.accessoryComboBox.Location = new System.Drawing.Point(74, 103);
            this.accessoryComboBox.Name = "accessoryComboBox";
            this.accessoryComboBox.Size = new System.Drawing.Size(121, 21);
            this.accessoryComboBox.TabIndex = 4;
            this.accessoryComboBox.Tag = "Accessory";
            // 
            // leftHandComboBox
            // 
            this.leftHandComboBox.FormattingEnabled = true;
            this.leftHandComboBox.Location = new System.Drawing.Point(74, 37);
            this.leftHandComboBox.Name = "leftHandComboBox";
            this.leftHandComboBox.Size = new System.Drawing.Size(121, 21);
            this.leftHandComboBox.TabIndex = 1;
            this.leftHandComboBox.Tag = "LeftHand";
            // 
            // bodyComboBox
            // 
            this.bodyComboBox.FormattingEnabled = true;
            this.bodyComboBox.Location = new System.Drawing.Point(74, 81);
            this.bodyComboBox.Name = "bodyComboBox";
            this.bodyComboBox.Size = new System.Drawing.Size(121, 21);
            this.bodyComboBox.TabIndex = 3;
            this.bodyComboBox.Tag = "Body";
            // 
            // headComboBox
            // 
            this.headComboBox.FormattingEnabled = true;
            this.headComboBox.Location = new System.Drawing.Point(74, 59);
            this.headComboBox.Name = "headComboBox";
            this.headComboBox.Size = new System.Drawing.Size(121, 21);
            this.headComboBox.TabIndex = 2;
            this.headComboBox.Tag = "Head";
            // 
            // xLabel
            // 
            xLabel.AutoSize = true;
            xLabel.Location = new System.Drawing.Point(2, 158);
            xLabel.Name = "xLabel";
            xLabel.Size = new System.Drawing.Size(14, 13);
            xLabel.TabIndex = 28;
            xLabel.Text = "X";
            // 
            // skillsGroupBox
            // 
            skillsGroupBox.Controls.Add(movementSkillLabel);
            skillsGroupBox.Controls.Add(supportSkillLabel);
            skillsGroupBox.Controls.Add(reactionSkillLabel);
            skillsGroupBox.Controls.Add(secondarySkillLabel);
            skillsGroupBox.Controls.Add(primarySkillLabel);
            skillsGroupBox.Controls.Add(this.primarySkillComboBox);
            skillsGroupBox.Controls.Add(this.movementComboBox);
            skillsGroupBox.Controls.Add(this.secondaryActionComboBox);
            skillsGroupBox.Controls.Add(this.supportComboBox);
            skillsGroupBox.Controls.Add(this.reactionComboBox);
            skillsGroupBox.Location = new System.Drawing.Point(5, 226);
            skillsGroupBox.Name = "skillsGroupBox";
            skillsGroupBox.Size = new System.Drawing.Size(200, 138);
            skillsGroupBox.TabIndex = 17;
            skillsGroupBox.TabStop = false;
            skillsGroupBox.Text = "Skills";
            // 
            // movementSkillLabel
            // 
            movementSkillLabel.AutoSize = true;
            movementSkillLabel.Location = new System.Drawing.Point(7, 106);
            movementSkillLabel.Name = "movementSkillLabel";
            movementSkillLabel.Size = new System.Drawing.Size(57, 13);
            movementSkillLabel.TabIndex = 24;
            movementSkillLabel.Text = "Movement";
            // 
            // supportSkillLabel
            // 
            supportSkillLabel.AutoSize = true;
            supportSkillLabel.Location = new System.Drawing.Point(7, 84);
            supportSkillLabel.Name = "supportSkillLabel";
            supportSkillLabel.Size = new System.Drawing.Size(44, 13);
            supportSkillLabel.TabIndex = 23;
            supportSkillLabel.Text = "Support";
            // 
            // reactionSkillLabel
            // 
            reactionSkillLabel.AutoSize = true;
            reactionSkillLabel.Location = new System.Drawing.Point(7, 62);
            reactionSkillLabel.Name = "reactionSkillLabel";
            reactionSkillLabel.Size = new System.Drawing.Size(50, 13);
            reactionSkillLabel.TabIndex = 22;
            reactionSkillLabel.Text = "Reaction";
            // 
            // secondarySkillLabel
            // 
            secondarySkillLabel.AutoSize = true;
            secondarySkillLabel.Location = new System.Drawing.Point(7, 40);
            secondarySkillLabel.Name = "secondarySkillLabel";
            secondarySkillLabel.Size = new System.Drawing.Size(58, 13);
            secondarySkillLabel.TabIndex = 21;
            secondarySkillLabel.Text = "Secondary";
            // 
            // primarySkillLabel
            // 
            primarySkillLabel.AutoSize = true;
            primarySkillLabel.Location = new System.Drawing.Point(7, 18);
            primarySkillLabel.Name = "primarySkillLabel";
            primarySkillLabel.Size = new System.Drawing.Size(41, 13);
            primarySkillLabel.TabIndex = 20;
            primarySkillLabel.Text = "Primary";
            // 
            // primarySkillComboBox
            // 
            this.primarySkillComboBox.FormattingEnabled = true;
            this.primarySkillComboBox.Location = new System.Drawing.Point(74, 15);
            this.primarySkillComboBox.Name = "primarySkillComboBox";
            this.primarySkillComboBox.Size = new System.Drawing.Size(121, 21);
            this.primarySkillComboBox.TabIndex = 0;
            this.primarySkillComboBox.Tag = "SkillSet";
            // 
            // movementComboBox
            // 
            this.movementComboBox.FormattingEnabled = true;
            this.movementComboBox.Location = new System.Drawing.Point(74, 103);
            this.movementComboBox.Name = "movementComboBox";
            this.movementComboBox.Size = new System.Drawing.Size(121, 21);
            this.movementComboBox.TabIndex = 4;
            this.movementComboBox.Tag = "Movement";
            // 
            // secondaryActionComboBox
            // 
            this.secondaryActionComboBox.FormattingEnabled = true;
            this.secondaryActionComboBox.Location = new System.Drawing.Point(74, 37);
            this.secondaryActionComboBox.Name = "secondaryActionComboBox";
            this.secondaryActionComboBox.Size = new System.Drawing.Size(121, 21);
            this.secondaryActionComboBox.TabIndex = 1;
            this.secondaryActionComboBox.Tag = "SecondaryAction";
            // 
            // supportComboBox
            // 
            this.supportComboBox.FormattingEnabled = true;
            this.supportComboBox.Location = new System.Drawing.Point(74, 81);
            this.supportComboBox.Name = "supportComboBox";
            this.supportComboBox.Size = new System.Drawing.Size(121, 21);
            this.supportComboBox.TabIndex = 3;
            this.supportComboBox.Tag = "Support";
            // 
            // reactionComboBox
            // 
            this.reactionComboBox.FormattingEnabled = true;
            this.reactionComboBox.Location = new System.Drawing.Point(74, 59);
            this.reactionComboBox.Name = "reactionComboBox";
            this.reactionComboBox.Size = new System.Drawing.Size(121, 21);
            this.reactionComboBox.TabIndex = 2;
            this.reactionComboBox.Tag = "Reaction";
            // 
            // unknownGroupBox
            // 
            this.unknownGroupBox.Controls.Add(this.unknown12Spinner);
            this.unknownGroupBox.Controls.Add(this.unknown10Spinner);
            this.unknownGroupBox.Location = new System.Drawing.Point(428, 226);
            this.unknownGroupBox.Name = "unknownGroupBox";
            this.unknownGroupBox.Size = new System.Drawing.Size(150, 103);
            this.unknownGroupBox.TabIndex = 45;
            this.unknownGroupBox.TabStop = false;
            this.unknownGroupBox.Text = "Unknown";
            // 
            // unknown12Spinner
            // 
            this.unknown12Spinner.Hexadecimal = true;
            this.unknown12Spinner.Location = new System.Drawing.Point(70, 25);
            this.unknown12Spinner.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.unknown12Spinner.Name = "unknown12Spinner";
            this.unknown12Spinner.Size = new System.Drawing.Size(45, 20);
            this.unknown12Spinner.TabIndex = 13;
            this.unknown12Spinner.Tag = "Unknown12";
            this.unknown12Spinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // unknown10Spinner
            // 
            this.unknown10Spinner.Hexadecimal = true;
            this.unknown10Spinner.Location = new System.Drawing.Point(14, 25);
            this.unknown10Spinner.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.unknown10Spinner.Name = "unknown10Spinner";
            this.unknown10Spinner.Size = new System.Drawing.Size(45, 20);
            this.unknown10Spinner.TabIndex = 11;
            this.unknown10Spinner.Tag = "Unknown10";
            this.unknown10Spinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // upperLevelCheckBox
            // 
            this.upperLevelCheckBox.AutoSize = true;
            this.upperLevelCheckBox.Location = new System.Drawing.Point(209, 201);
            this.upperLevelCheckBox.Name = "upperLevelCheckBox";
            this.upperLevelCheckBox.Size = new System.Drawing.Size(80, 17);
            this.upperLevelCheckBox.TabIndex = 44;
            this.upperLevelCheckBox.Text = "Upper level";
            this.upperLevelCheckBox.UseVisualStyleBackColor = true;
            // 
            // teamColorComboBox
            // 
            this.teamColorComboBox.BackColor = System.Drawing.SystemColors.Window;
            this.teamColorComboBox.ForeColor = System.Drawing.SystemColors.WindowText;
            this.teamColorComboBox.FormattingEnabled = true;
            this.teamColorComboBox.Location = new System.Drawing.Point(366, 133);
            this.teamColorComboBox.Name = "teamColorComboBox";
            this.teamColorComboBox.Size = new System.Drawing.Size(121, 21);
            this.teamColorComboBox.TabIndex = 39;
            this.teamColorComboBox.Tag = "TeamColor";
            // 
            // facingDirectionComboBox
            // 
            this.facingDirectionComboBox.FormattingEnabled = true;
            this.facingDirectionComboBox.Location = new System.Drawing.Point(82, 199);
            this.facingDirectionComboBox.Name = "facingDirectionComboBox";
            this.facingDirectionComboBox.Size = new System.Drawing.Size(121, 21);
            this.facingDirectionComboBox.TabIndex = 14;
            this.facingDirectionComboBox.Tag = "FacingDirection";
            // 
            // levelComboBox
            // 
            this.levelComboBox.FormattingEnabled = true;
            this.levelComboBox.Location = new System.Drawing.Point(82, 91);
            this.levelComboBox.Name = "levelComboBox";
            this.levelComboBox.Size = new System.Drawing.Size(142, 21);
            this.levelComboBox.TabIndex = 5;
            this.levelComboBox.Tag = "Level";
            // 
            // dayComboBox
            // 
            this.dayComboBox.FormattingEnabled = true;
            this.dayComboBox.Location = new System.Drawing.Point(225, 47);
            this.dayComboBox.Name = "dayComboBox";
            this.dayComboBox.Size = new System.Drawing.Size(68, 21);
            this.dayComboBox.TabIndex = 3;
            this.dayComboBox.Tag = "Day";
            // 
            // faithComboBox
            // 
            this.faithComboBox.FormattingEnabled = true;
            this.faithComboBox.Location = new System.Drawing.Point(82, 113);
            this.faithComboBox.Name = "faithComboBox";
            this.faithComboBox.Size = new System.Drawing.Size(65, 21);
            this.faithComboBox.TabIndex = 6;
            this.faithComboBox.Tag = "Faith";
            // 
            // braveryComboBox
            // 
            this.braveryComboBox.FormattingEnabled = true;
            this.braveryComboBox.Location = new System.Drawing.Point(209, 113);
            this.braveryComboBox.Name = "braveryComboBox";
            this.braveryComboBox.Size = new System.Drawing.Size(65, 21);
            this.braveryComboBox.TabIndex = 7;
            this.braveryComboBox.Tag = "Bravery";
            // 
            // preRequisiteJobComboBox
            // 
            this.preRequisiteJobComboBox.FormattingEnabled = true;
            this.preRequisiteJobComboBox.Location = new System.Drawing.Point(82, 177);
            this.preRequisiteJobComboBox.Name = "preRequisiteJobComboBox";
            this.preRequisiteJobComboBox.Size = new System.Drawing.Size(121, 21);
            this.preRequisiteJobComboBox.TabIndex = 12;
            this.preRequisiteJobComboBox.Tag = "PrerequisiteJob";
            // 
            // flags2CheckedListBox
            // 
            this.flags2CheckedListBox.FormattingEnabled = true;
            this.flags2CheckedListBox.Items.AddRange(new object[] {
            "Always Present",
            "Randomly Present",
            "Control",
            "Immortal",
            "",
            ""});
            this.flags2CheckedListBox.Location = new System.Drawing.Point(422, 3);
            this.flags2CheckedListBox.Name = "flags2CheckedListBox";
            this.flags2CheckedListBox.Size = new System.Drawing.Size(121, 124);
            this.flags2CheckedListBox.TabIndex = 16;
            this.flags2CheckedListBox.TabStop = false;
            // 
            // spriteSetComboBox
            // 
            this.spriteSetComboBox.FormattingEnabled = true;
            this.spriteSetComboBox.Location = new System.Drawing.Point(82, 3);
            this.spriteSetComboBox.Name = "spriteSetComboBox";
            this.spriteSetComboBox.Size = new System.Drawing.Size(142, 21);
            this.spriteSetComboBox.TabIndex = 0;
            this.spriteSetComboBox.Tag = "SpriteSet";
            // 
            // jobComboBox
            // 
            this.jobComboBox.FormattingEnabled = true;
            this.jobComboBox.Location = new System.Drawing.Point(82, 69);
            this.jobComboBox.Name = "jobComboBox";
            this.jobComboBox.Size = new System.Drawing.Size(142, 21);
            this.jobComboBox.TabIndex = 4;
            this.jobComboBox.Tag = "Job";
            // 
            // unitIDSpinner
            // 
            this.unitIDSpinner.Hexadecimal = true;
            this.unitIDSpinner.Location = new System.Drawing.Point(209, 135);
            this.unitIDSpinner.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.unitIDSpinner.Name = "unitIDSpinner";
            this.unitIDSpinner.Size = new System.Drawing.Size(45, 20);
            this.unitIDSpinner.TabIndex = 9;
            this.unitIDSpinner.Tag = "UnitID";
            this.unitIDSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // specialNameComboBox
            // 
            this.specialNameComboBox.FormattingEnabled = true;
            this.specialNameComboBox.Location = new System.Drawing.Point(82, 25);
            this.specialNameComboBox.Name = "specialNameComboBox";
            this.specialNameComboBox.Size = new System.Drawing.Size(142, 21);
            this.specialNameComboBox.TabIndex = 1;
            this.specialNameComboBox.Tag = "SpecialName";
            // 
            // flags1CheckedListBox
            // 
            this.flags1CheckedListBox.FormattingEnabled = true;
            this.flags1CheckedListBox.Items.AddRange(new object[] {
            "Male",
            "Female",
            "Monster",
            "Join After Event",
            "Load Formation",
            "Has ??? stats",
            "",
            "Save Formation"});
            this.flags1CheckedListBox.Location = new System.Drawing.Point(295, 3);
            this.flags1CheckedListBox.Name = "flags1CheckedListBox";
            this.flags1CheckedListBox.Size = new System.Drawing.Size(121, 124);
            this.flags1CheckedListBox.TabIndex = 15;
            this.flags1CheckedListBox.TabStop = false;
            // 
            // jobLevelSpinner
            // 
            this.jobLevelSpinner.Location = new System.Drawing.Point(209, 177);
            this.jobLevelSpinner.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.jobLevelSpinner.Name = "jobLevelSpinner";
            this.jobLevelSpinner.Size = new System.Drawing.Size(45, 20);
            this.jobLevelSpinner.TabIndex = 13;
            this.jobLevelSpinner.Tag = "PrerequisiteJobLevel";
            this.jobLevelSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // monthComboBox
            // 
            this.monthComboBox.FormattingEnabled = true;
            this.monthComboBox.Location = new System.Drawing.Point(82, 47);
            this.monthComboBox.Name = "monthComboBox";
            this.monthComboBox.Size = new System.Drawing.Size(142, 21);
            this.monthComboBox.TabIndex = 2;
            this.monthComboBox.Tag = "Month";
            // 
            // paletteSpinner
            // 
            this.paletteSpinner.Hexadecimal = true;
            this.paletteSpinner.Location = new System.Drawing.Point(82, 135);
            this.paletteSpinner.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.paletteSpinner.Name = "paletteSpinner";
            this.paletteSpinner.Size = new System.Drawing.Size(45, 20);
            this.paletteSpinner.TabIndex = 8;
            this.paletteSpinner.Tag = "Palette";
            this.paletteSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // ySpinner
            // 
            this.ySpinner.Location = new System.Drawing.Point(209, 156);
            this.ySpinner.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.ySpinner.Name = "ySpinner";
            this.ySpinner.Size = new System.Drawing.Size(45, 20);
            this.ySpinner.TabIndex = 11;
            this.ySpinner.Tag = "Y";
            this.ySpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // xSpinner
            // 
            this.xSpinner.Location = new System.Drawing.Point(82, 156);
            this.xSpinner.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.xSpinner.Name = "xSpinner";
            this.xSpinner.Size = new System.Drawing.Size(45, 20);
            this.xSpinner.TabIndex = 10;
            this.xSpinner.Tag = "X";
            this.xSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // experienceLabel
            // 
            this.experienceLabel.AutoSize = true;
            this.experienceLabel.Location = new System.Drawing.Point(293, 163);
            this.experienceLabel.Name = "experienceLabel";
            this.experienceLabel.Size = new System.Drawing.Size(60, 13);
            this.experienceLabel.TabIndex = 46;
            this.experienceLabel.Text = "Experience";
            // 
            // experienceComboBox
            // 
            this.experienceComboBox.BackColor = System.Drawing.SystemColors.Window;
            this.experienceComboBox.ForeColor = System.Drawing.SystemColors.WindowText;
            this.experienceComboBox.FormattingEnabled = true;
            this.experienceComboBox.Location = new System.Drawing.Point(366, 159);
            this.experienceComboBox.Name = "experienceComboBox";
            this.experienceComboBox.Size = new System.Drawing.Size(91, 21);
            this.experienceComboBox.TabIndex = 47;
            this.experienceComboBox.Tag = "Experience";
            // 
            // EventUnitEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.Controls.Add(this.experienceComboBox);
            this.Controls.Add(this.experienceLabel);
            this.Controls.Add(this.unknownGroupBox);
            this.Controls.Add(this.upperLevelCheckBox);
            this.Controls.Add(spoilsGroupBox);
            this.Controls.Add(teamColorLabel);
            this.Controls.Add(this.teamColorComboBox);
            this.Controls.Add(hLabel2);
            this.Controls.Add(hLabel1);
            this.Controls.Add(initialDirectionLabel);
            this.Controls.Add(this.facingDirectionComboBox);
            this.Controls.Add(this.levelComboBox);
            this.Controls.Add(this.dayComboBox);
            this.Controls.Add(this.faithComboBox);
            this.Controls.Add(this.braveryComboBox);
            this.Controls.Add(jobsUnlockedLabel);
            this.Controls.Add(this.preRequisiteJobComboBox);
            this.Controls.Add(unitIdLabel);
            this.Controls.Add(this.flags2CheckedListBox);
            this.Controls.Add(jobLabel);
            this.Controls.Add(spriteSetLabel);
            this.Controls.Add(this.spriteSetComboBox);
            this.Controls.Add(braveryLabel);
            this.Controls.Add(this.jobComboBox);
            this.Controls.Add(faithLabel);
            this.Controls.Add(this.unitIDSpinner);
            this.Controls.Add(this.specialNameComboBox);
            this.Controls.Add(birthdayLabel);
            this.Controls.Add(aiGroupBox);
            this.Controls.Add(this.flags1CheckedListBox);
            this.Controls.Add(this.jobLevelSpinner);
            this.Controls.Add(nameLabel);
            this.Controls.Add(levelLabel);
            this.Controls.Add(yLabel);
            this.Controls.Add(paletteLabel);
            this.Controls.Add(this.monthComboBox);
            this.Controls.Add(equipmentGroupBox);
            this.Controls.Add(xLabel);
            this.Controls.Add(this.paletteSpinner);
            this.Controls.Add(skillsGroupBox);
            this.Controls.Add(this.ySpinner);
            this.Controls.Add(this.xSpinner);
            this.Name = "EventUnitEditor";
            this.Size = new System.Drawing.Size(581, 511);
            spoilsGroupBox.ResumeLayout(false);
            spoilsGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bonusMoneySpinner)).EndInit();
            aiGroupBox.ResumeLayout(false);
            aiGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.targetYSpinner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.targetXSpinner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.targetSpinner)).EndInit();
            equipmentGroupBox.ResumeLayout(false);
            equipmentGroupBox.PerformLayout();
            skillsGroupBox.ResumeLayout(false);
            skillsGroupBox.PerformLayout();
            this.unknownGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.unknown12Spinner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.unknown10Spinner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.unitIDSpinner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.jobLevelSpinner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.paletteSpinner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ySpinner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xSpinner)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#13
0
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent() {
      System.Windows.Forms.StatusStrip ssBottom;
      System.Windows.Forms.GroupBox gbSourceImage;
      System.Windows.Forms.GroupBox gbTargetImage;
      System.Windows.Forms.FlowLayoutPanel flpActions;
      System.Windows.Forms.GroupBox gbAdvanced;
      System.Windows.Forms.GroupBox gbBorderPixelHandling;
      System.Windows.Forms.Label label7;
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
      System.Windows.Forms.Label label6;
      System.Windows.Forms.Label label5;
      System.Windows.Forms.Label label4;
      System.Windows.Forms.GroupBox gbTargetResolution;
      System.Windows.Forms.Label label9;
      System.Windows.Forms.Label label8;
      System.Windows.Forms.Label label2;
      System.Windows.Forms.Label label1;
      System.Windows.Forms.GroupBox gbMethod;
      System.Windows.Forms.GroupBox gbDescription;
      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
      this.tssBusy = new System.Windows.Forms.ToolStripStatusLabel();
      this.tssBenchmark = new System.Windows.Forms.ToolStripStatusLabel();
      this.iwhSourceImage = new ImageResizer.UserControls.ImageWithDetails();
      this.iwhTargetImage = new ImageResizer.UserControls.ImageWithDetails();
      this.butResize = new System.Windows.Forms.Button();
      this.butSwitch = new System.Windows.Forms.Button();
      this.butRepeat = new System.Windows.Forms.Button();
      this.nudRadius = new System.Windows.Forms.NumericUpDown();
      this.lblRadius = new System.Windows.Forms.Label();
      this.lblRepititionCount = new System.Windows.Forms.Label();
      this.nudRepetitionCount = new System.Windows.Forms.NumericUpDown();
      this.chkUseCenteredGrid = new System.Windows.Forms.CheckBox();
      this.chkUseThresholds = new System.Windows.Forms.CheckBox();
      this.cmbVerticalBPH = new System.Windows.Forms.ComboBox();
      this.cmbHorizontalBPH = new System.Windows.Forms.ComboBox();
      this.chkKeepAspect = new System.Windows.Forms.CheckBox();
      this.nudWidth = new System.Windows.Forms.NumericUpDown();
      this.nudHeight = new System.Windows.Forms.NumericUpDown();
      this.cmbResizeMethod = new System.Windows.Forms.ComboBox();
      this.txtDescription = new System.Windows.Forms.TextBox();
      this.msMain = new System.Windows.Forms.MenuStrip();
      this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
      this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.sourceImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.stretchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.centerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.zoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.targetImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.stretchToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
      this.centerToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
      this.zoomToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
      this.scriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
      this.showToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.executeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.wikiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
      this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.tlpMainLayout = new System.Windows.Forms.TableLayoutPanel();
      this.pnMiddle = new System.Windows.Forms.Panel();
      this.gbKernelFunction = new System.Windows.Forms.GroupBox();
      this.chtKernel = new System.Windows.Forms.DataVisualization.Charting.Chart();
      this.gbActions = new System.Windows.Forms.GroupBox();
      this.ofdOpenFile = new System.Windows.Forms.OpenFileDialog();
      this.sfdSave = new System.Windows.Forms.SaveFileDialog();
      this.ofdOpenScript = new System.Windows.Forms.OpenFileDialog();
      this.sfdSaveScript = new System.Windows.Forms.SaveFileDialog();
      ssBottom = new System.Windows.Forms.StatusStrip();
      gbSourceImage = new System.Windows.Forms.GroupBox();
      gbTargetImage = new System.Windows.Forms.GroupBox();
      flpActions = new System.Windows.Forms.FlowLayoutPanel();
      gbAdvanced = new System.Windows.Forms.GroupBox();
      gbBorderPixelHandling = new System.Windows.Forms.GroupBox();
      label7 = new System.Windows.Forms.Label();
      label6 = new System.Windows.Forms.Label();
      label5 = new System.Windows.Forms.Label();
      label4 = new System.Windows.Forms.Label();
      gbTargetResolution = new System.Windows.Forms.GroupBox();
      label9 = new System.Windows.Forms.Label();
      label8 = new System.Windows.Forms.Label();
      label2 = new System.Windows.Forms.Label();
      label1 = new System.Windows.Forms.Label();
      gbMethod = new System.Windows.Forms.GroupBox();
      gbDescription = new System.Windows.Forms.GroupBox();
      ssBottom.SuspendLayout();
      gbSourceImage.SuspendLayout();
      gbTargetImage.SuspendLayout();
      flpActions.SuspendLayout();
      gbAdvanced.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.nudRadius)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.nudRepetitionCount)).BeginInit();
      gbBorderPixelHandling.SuspendLayout();
      gbTargetResolution.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.nudWidth)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.nudHeight)).BeginInit();
      gbMethod.SuspendLayout();
      gbDescription.SuspendLayout();
      this.msMain.SuspendLayout();
      this.tlpMainLayout.SuspendLayout();
      this.pnMiddle.SuspendLayout();
      this.gbKernelFunction.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.chtKernel)).BeginInit();
      this.gbActions.SuspendLayout();
      this.SuspendLayout();
      // 
      // ssBottom
      // 
      ssBottom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tssBusy,
            this.tssBenchmark});
      ssBottom.Location = new System.Drawing.Point(0, 580);
      ssBottom.Name = "ssBottom";
      ssBottom.Size = new System.Drawing.Size(889, 22);
      ssBottom.TabIndex = 1;
      ssBottom.Text = "statusStrip1";
      // 
      // tssBusy
      // 
      this.tssBusy.Image = global::ImageResizer.Properties.Resources.ProgressCircularBlue;
      this.tssBusy.Name = "tssBusy";
      this.tssBusy.Size = new System.Drawing.Size(75, 17);
      this.tssBusy.Text = "Resizing...";
      this.tssBusy.Visible = false;
      // 
      // tssBenchmark
      // 
      this.tssBenchmark.Name = "tssBenchmark";
      this.tssBenchmark.Size = new System.Drawing.Size(0, 17);
      // 
      // gbSourceImage
      // 
      gbSourceImage.Controls.Add(this.iwhSourceImage);
      gbSourceImage.Dock = System.Windows.Forms.DockStyle.Fill;
      gbSourceImage.Location = new System.Drawing.Point(3, 3);
      gbSourceImage.Name = "gbSourceImage";
      gbSourceImage.Size = new System.Drawing.Size(288, 550);
      gbSourceImage.TabIndex = 0;
      gbSourceImage.TabStop = false;
      gbSourceImage.Text = "Source Image";
      // 
      // iwhSourceImage
      // 
      this.iwhSourceImage.AllowDrop = true;
      this.iwhSourceImage.Dock = System.Windows.Forms.DockStyle.Fill;
      this.iwhSourceImage.Location = new System.Drawing.Point(3, 16);
      this.iwhSourceImage.Name = "iwhSourceImage";
      this.iwhSourceImage.Size = new System.Drawing.Size(282, 531);
      this.iwhSourceImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
      this.iwhSourceImage.TabIndex = 0;
      this.iwhSourceImage.Click += new System.EventHandler(this.iwhSourceImage_Click);
      this.iwhSourceImage.DragDrop += new System.Windows.Forms.DragEventHandler(this.iwhSourceImage_DragDrop);
      this.iwhSourceImage.DragEnter += new System.Windows.Forms.DragEventHandler(this.iwhSourceImage_DragEnter);
      // 
      // gbTargetImage
      // 
      gbTargetImage.Controls.Add(this.iwhTargetImage);
      gbTargetImage.Dock = System.Windows.Forms.DockStyle.Fill;
      gbTargetImage.Location = new System.Drawing.Point(597, 3);
      gbTargetImage.Name = "gbTargetImage";
      gbTargetImage.Size = new System.Drawing.Size(289, 550);
      gbTargetImage.TabIndex = 1;
      gbTargetImage.TabStop = false;
      gbTargetImage.Text = "Target Image";
      // 
      // iwhTargetImage
      // 
      this.iwhTargetImage.Dock = System.Windows.Forms.DockStyle.Fill;
      this.iwhTargetImage.Location = new System.Drawing.Point(3, 16);
      this.iwhTargetImage.Name = "iwhTargetImage";
      this.iwhTargetImage.Size = new System.Drawing.Size(283, 531);
      this.iwhTargetImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
      this.iwhTargetImage.TabIndex = 0;
      this.iwhTargetImage.Click += new System.EventHandler(this.iwhTargetImage_Click);
      // 
      // flpActions
      // 
      flpActions.AutoSize = true;
      flpActions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      flpActions.Controls.Add(this.butResize);
      flpActions.Controls.Add(this.butSwitch);
      flpActions.Controls.Add(this.butRepeat);
      flpActions.Dock = System.Windows.Forms.DockStyle.Top;
      flpActions.Location = new System.Drawing.Point(3, 16);
      flpActions.Name = "flpActions";
      flpActions.Size = new System.Drawing.Size(288, 29);
      flpActions.TabIndex = 0;
      // 
      // butResize
      // 
      this.butResize.Image = global::ImageResizer.Properties.Resources.Resize;
      this.butResize.Location = new System.Drawing.Point(3, 3);
      this.butResize.Name = "butResize";
      this.butResize.Size = new System.Drawing.Size(75, 23);
      this.butResize.TabIndex = 0;
      this.butResize.Text = "Resize";
      this.butResize.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.butResize.UseVisualStyleBackColor = true;
      this.butResize.Click += new System.EventHandler(this.btResize_Click);
      // 
      // butSwitch
      // 
      this.butSwitch.Image = global::ImageResizer.Properties.Resources.Switch;
      this.butSwitch.Location = new System.Drawing.Point(84, 3);
      this.butSwitch.Name = "butSwitch";
      this.butSwitch.Size = new System.Drawing.Size(75, 23);
      this.butSwitch.TabIndex = 0;
      this.butSwitch.Text = "Switch";
      this.butSwitch.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.butSwitch.UseVisualStyleBackColor = true;
      this.butSwitch.Click += new System.EventHandler(this.btSwitch_Click);
      // 
      // butRepeat
      // 
      this.butRepeat.Image = global::ImageResizer.Properties.Resources.Repeat;
      this.butRepeat.Location = new System.Drawing.Point(165, 3);
      this.butRepeat.Name = "butRepeat";
      this.butRepeat.Size = new System.Drawing.Size(75, 23);
      this.butRepeat.TabIndex = 0;
      this.butRepeat.Text = "Repeat";
      this.butRepeat.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.butRepeat.UseVisualStyleBackColor = true;
      this.butRepeat.Click += new System.EventHandler(this.btRepeat_Click);
      // 
      // gbAdvanced
      // 
      gbAdvanced.AutoSize = true;
      gbAdvanced.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      gbAdvanced.Controls.Add(this.nudRadius);
      gbAdvanced.Controls.Add(this.lblRadius);
      gbAdvanced.Controls.Add(this.lblRepititionCount);
      gbAdvanced.Controls.Add(this.nudRepetitionCount);
      gbAdvanced.Controls.Add(this.chkUseCenteredGrid);
      gbAdvanced.Controls.Add(this.chkUseThresholds);
      gbAdvanced.Dock = System.Windows.Forms.DockStyle.Top;
      gbAdvanced.Location = new System.Drawing.Point(0, 285);
      gbAdvanced.Name = "gbAdvanced";
      gbAdvanced.Size = new System.Drawing.Size(294, 130);
      gbAdvanced.TabIndex = 3;
      gbAdvanced.TabStop = false;
      gbAdvanced.Text = "Advanced";
      // 
      // nudRadius
      // 
      this.nudRadius.DecimalPlaces = 2;
      this.nudRadius.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
      this.nudRadius.Location = new System.Drawing.Point(57, 91);
      this.nudRadius.Minimum = new decimal(new int[] {
            5,
            0,
            0,
            65536});
      this.nudRadius.Name = "nudRadius";
      this.nudRadius.Size = new System.Drawing.Size(49, 20);
      this.nudRadius.TabIndex = 3;
      this.nudRadius.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
      this.nudRadius.ValueChanged += new System.EventHandler(this.nudRadius_ValueChanged);
      // 
      // lblRadius
      // 
      this.lblRadius.AutoSize = true;
      this.lblRadius.Location = new System.Drawing.Point(6, 93);
      this.lblRadius.Name = "lblRadius";
      this.lblRadius.Size = new System.Drawing.Size(40, 13);
      this.lblRadius.TabIndex = 2;
      this.lblRadius.Text = "Radius";
      // 
      // lblRepititionCount
      // 
      this.lblRepititionCount.AutoSize = true;
      this.lblRepititionCount.Location = new System.Drawing.Point(6, 44);
      this.lblRepititionCount.Name = "lblRepititionCount";
      this.lblRepititionCount.Size = new System.Drawing.Size(42, 13);
      this.lblRepititionCount.TabIndex = 2;
      this.lblRepititionCount.Text = "Repeat";
      // 
      // nudRepetitionCount
      // 
      this.nudRepetitionCount.Location = new System.Drawing.Point(57, 42);
      this.nudRepetitionCount.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
      this.nudRepetitionCount.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
      this.nudRepetitionCount.Name = "nudRepetitionCount";
      this.nudRepetitionCount.Size = new System.Drawing.Size(49, 20);
      this.nudRepetitionCount.TabIndex = 1;
      this.nudRepetitionCount.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
      // 
      // chkUseCenteredGrid
      // 
      this.chkUseCenteredGrid.AutoSize = true;
      this.chkUseCenteredGrid.Location = new System.Drawing.Point(6, 68);
      this.chkUseCenteredGrid.Name = "chkUseCenteredGrid";
      this.chkUseCenteredGrid.Size = new System.Drawing.Size(113, 17);
      this.chkUseCenteredGrid.TabIndex = 0;
      this.chkUseCenteredGrid.Text = "Use Centered Grid";
      this.chkUseCenteredGrid.UseVisualStyleBackColor = true;
      // 
      // chkUseThresholds
      // 
      this.chkUseThresholds.AutoSize = true;
      this.chkUseThresholds.Location = new System.Drawing.Point(6, 19);
      this.chkUseThresholds.Name = "chkUseThresholds";
      this.chkUseThresholds.Size = new System.Drawing.Size(100, 17);
      this.chkUseThresholds.TabIndex = 0;
      this.chkUseThresholds.Text = "Use Thresholds";
      this.chkUseThresholds.UseVisualStyleBackColor = true;
      // 
      // gbBorderPixelHandling
      // 
      gbBorderPixelHandling.AutoSize = true;
      gbBorderPixelHandling.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      gbBorderPixelHandling.Controls.Add(label7);
      gbBorderPixelHandling.Controls.Add(label6);
      gbBorderPixelHandling.Controls.Add(this.cmbVerticalBPH);
      gbBorderPixelHandling.Controls.Add(this.cmbHorizontalBPH);
      gbBorderPixelHandling.Controls.Add(label5);
      gbBorderPixelHandling.Controls.Add(label4);
      gbBorderPixelHandling.Dock = System.Windows.Forms.DockStyle.Top;
      gbBorderPixelHandling.Location = new System.Drawing.Point(0, 199);
      gbBorderPixelHandling.Name = "gbBorderPixelHandling";
      gbBorderPixelHandling.Size = new System.Drawing.Size(294, 86);
      gbBorderPixelHandling.TabIndex = 3;
      gbBorderPixelHandling.TabStop = false;
      gbBorderPixelHandling.Text = "Border pixel handling";
      // 
      // label7
      // 
      label7.Image = ((System.Drawing.Image)(resources.GetObject("label7.Image")));
      label7.Location = new System.Drawing.Point(259, 51);
      label7.Name = "label7";
      label7.Size = new System.Drawing.Size(16, 16);
      label7.TabIndex = 2;
      // 
      // label6
      // 
      label6.Image = ((System.Drawing.Image)(resources.GetObject("label6.Image")));
      label6.Location = new System.Drawing.Point(259, 22);
      label6.Name = "label6";
      label6.Size = new System.Drawing.Size(16, 16);
      label6.TabIndex = 2;
      // 
      // cmbVerticalBPH
      // 
      this.cmbVerticalBPH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.cmbVerticalBPH.FormattingEnabled = true;
      this.cmbVerticalBPH.Location = new System.Drawing.Point(90, 46);
      this.cmbVerticalBPH.Name = "cmbVerticalBPH";
      this.cmbVerticalBPH.Size = new System.Drawing.Size(161, 21);
      this.cmbVerticalBPH.TabIndex = 1;
      // 
      // cmbHorizontalBPH
      // 
      this.cmbHorizontalBPH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.cmbHorizontalBPH.FormattingEnabled = true;
      this.cmbHorizontalBPH.Location = new System.Drawing.Point(90, 19);
      this.cmbHorizontalBPH.Name = "cmbHorizontalBPH";
      this.cmbHorizontalBPH.Size = new System.Drawing.Size(161, 21);
      this.cmbHorizontalBPH.TabIndex = 1;
      // 
      // label5
      // 
      label5.AutoSize = true;
      label5.Location = new System.Drawing.Point(6, 49);
      label5.Name = "label5";
      label5.Size = new System.Drawing.Size(49, 13);
      label5.TabIndex = 0;
      label5.Text = "Vertically";
      // 
      // label4
      // 
      label4.AutoSize = true;
      label4.Location = new System.Drawing.Point(6, 22);
      label4.Name = "label4";
      label4.Size = new System.Drawing.Size(61, 13);
      label4.TabIndex = 0;
      label4.Text = "Horizontally";
      // 
      // gbTargetResolution
      // 
      gbTargetResolution.AutoSize = true;
      gbTargetResolution.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      gbTargetResolution.Controls.Add(this.chkKeepAspect);
      gbTargetResolution.Controls.Add(label9);
      gbTargetResolution.Controls.Add(label8);
      gbTargetResolution.Controls.Add(this.nudWidth);
      gbTargetResolution.Controls.Add(this.nudHeight);
      gbTargetResolution.Controls.Add(label2);
      gbTargetResolution.Controls.Add(label1);
      gbTargetResolution.Dock = System.Windows.Forms.DockStyle.Top;
      gbTargetResolution.Location = new System.Drawing.Point(0, 115);
      gbTargetResolution.Name = "gbTargetResolution";
      gbTargetResolution.Size = new System.Drawing.Size(294, 84);
      gbTargetResolution.TabIndex = 3;
      gbTargetResolution.TabStop = false;
      gbTargetResolution.Text = "Target Resolution";
      // 
      // chkKeepAspect
      // 
      this.chkKeepAspect.AutoSize = true;
      this.chkKeepAspect.Location = new System.Drawing.Point(201, 32);
      this.chkKeepAspect.Name = "chkKeepAspect";
      this.chkKeepAspect.Size = new System.Drawing.Size(87, 17);
      this.chkKeepAspect.TabIndex = 3;
      this.chkKeepAspect.Text = "Keep Aspect";
      this.chkKeepAspect.UseVisualStyleBackColor = true;
      this.chkKeepAspect.CheckedChanged += new System.EventHandler(this.chkKeepAspect_CheckedChanged);
      // 
      // label9
      // 
      label9.Image = ((System.Drawing.Image)(resources.GetObject("label9.Image")));
      label9.Location = new System.Drawing.Point(132, 21);
      label9.Name = "label9";
      label9.Size = new System.Drawing.Size(16, 16);
      label9.TabIndex = 2;
      // 
      // label8
      // 
      label8.Image = ((System.Drawing.Image)(resources.GetObject("label8.Image")));
      label8.Location = new System.Drawing.Point(132, 47);
      label8.Name = "label8";
      label8.Size = new System.Drawing.Size(16, 16);
      label8.TabIndex = 2;
      // 
      // nudWidth
      // 
      this.nudWidth.Increment = new decimal(new int[] {
            16,
            0,
            0,
            0});
      this.nudWidth.Location = new System.Drawing.Point(57, 19);
      this.nudWidth.Maximum = new decimal(new int[] {
            32768,
            0,
            0,
            0});
      this.nudWidth.Name = "nudWidth";
      this.nudWidth.Size = new System.Drawing.Size(68, 20);
      this.nudWidth.TabIndex = 1;
      this.nudWidth.ValueChanged += new System.EventHandler(this.nudWidth_ValueChanged);
      // 
      // nudHeight
      // 
      this.nudHeight.Increment = new decimal(new int[] {
            16,
            0,
            0,
            0});
      this.nudHeight.Location = new System.Drawing.Point(57, 45);
      this.nudHeight.Maximum = new decimal(new int[] {
            32768,
            0,
            0,
            0});
      this.nudHeight.Name = "nudHeight";
      this.nudHeight.Size = new System.Drawing.Size(68, 20);
      this.nudHeight.TabIndex = 1;
      this.nudHeight.ValueChanged += new System.EventHandler(this.nudHeight_ValueChanged);
      // 
      // label2
      // 
      label2.AutoSize = true;
      label2.Location = new System.Drawing.Point(6, 47);
      label2.Name = "label2";
      label2.Size = new System.Drawing.Size(38, 13);
      label2.TabIndex = 0;
      label2.Text = "Height";
      // 
      // label1
      // 
      label1.AutoSize = true;
      label1.Location = new System.Drawing.Point(6, 21);
      label1.Name = "label1";
      label1.Size = new System.Drawing.Size(35, 13);
      label1.TabIndex = 0;
      label1.Text = "Width";
      // 
      // gbMethod
      // 
      gbMethod.AutoSize = true;
      gbMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      gbMethod.Controls.Add(this.cmbResizeMethod);
      gbMethod.Dock = System.Windows.Forms.DockStyle.Top;
      gbMethod.Location = new System.Drawing.Point(0, 0);
      gbMethod.Name = "gbMethod";
      gbMethod.Size = new System.Drawing.Size(294, 59);
      gbMethod.TabIndex = 3;
      gbMethod.TabStop = false;
      gbMethod.Text = "Method";
      // 
      // cmbResizeMethod
      // 
      this.cmbResizeMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.cmbResizeMethod.FormattingEnabled = true;
      this.cmbResizeMethod.Location = new System.Drawing.Point(6, 19);
      this.cmbResizeMethod.Name = "cmbResizeMethod";
      this.cmbResizeMethod.Size = new System.Drawing.Size(282, 21);
      this.cmbResizeMethod.TabIndex = 0;
      this.cmbResizeMethod.SelectedValueChanged += new System.EventHandler(this.cbResizeMethod_SelectedValueChanged);
      // 
      // gbDescription
      // 
      gbDescription.AutoSize = true;
      gbDescription.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      gbDescription.Controls.Add(this.txtDescription);
      gbDescription.Dock = System.Windows.Forms.DockStyle.Top;
      gbDescription.Location = new System.Drawing.Point(0, 59);
      gbDescription.Name = "gbDescription";
      gbDescription.Size = new System.Drawing.Size(294, 56);
      gbDescription.TabIndex = 5;
      gbDescription.TabStop = false;
      gbDescription.Text = "Description";
      // 
      // txtDescription
      // 
      this.txtDescription.Dock = System.Windows.Forms.DockStyle.Top;
      this.txtDescription.Location = new System.Drawing.Point(3, 16);
      this.txtDescription.Multiline = true;
      this.txtDescription.Name = "txtDescription";
      this.txtDescription.ReadOnly = true;
      this.txtDescription.Size = new System.Drawing.Size(288, 37);
      this.txtDescription.TabIndex = 0;
      // 
      // msMain
      // 
      this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.viewToolStripMenuItem,
            this.scriptToolStripMenuItem,
            this.helpToolStripMenuItem});
      this.msMain.Location = new System.Drawing.Point(0, 0);
      this.msMain.Name = "msMain";
      this.msMain.Size = new System.Drawing.Size(889, 24);
      this.msMain.TabIndex = 0;
      this.msMain.Text = "menuStrip1";
      // 
      // fileToolStripMenuItem
      // 
      this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.closeToolStripMenuItem,
            this.toolStripSeparator1,
            this.exitToolStripMenuItem});
      this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
      this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
      this.fileToolStripMenuItem.Text = "File";
      // 
      // openToolStripMenuItem
      // 
      this.openToolStripMenuItem.Name = "openToolStripMenuItem";
      this.openToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
      this.openToolStripMenuItem.Text = "Open";
      this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
      // 
      // saveToolStripMenuItem
      // 
      this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
      this.saveToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
      this.saveToolStripMenuItem.Text = "Save";
      this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
      // 
      // saveAsToolStripMenuItem
      // 
      this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
      this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
      this.saveAsToolStripMenuItem.Text = "Save As";
      this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
      // 
      // closeToolStripMenuItem
      // 
      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
      this.closeToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
      this.closeToolStripMenuItem.Text = "Close";
      this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
      // 
      // toolStripSeparator1
      // 
      this.toolStripSeparator1.Name = "toolStripSeparator1";
      this.toolStripSeparator1.Size = new System.Drawing.Size(111, 6);
      // 
      // exitToolStripMenuItem
      // 
      this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
      this.exitToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
      this.exitToolStripMenuItem.Text = "Exit";
      this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
      // 
      // viewToolStripMenuItem
      // 
      this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.sourceImageToolStripMenuItem,
            this.targetImageToolStripMenuItem});
      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
      this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
      this.viewToolStripMenuItem.Text = "View";
      // 
      // sourceImageToolStripMenuItem
      // 
      this.sourceImageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.stretchToolStripMenuItem,
            this.centerToolStripMenuItem,
            this.zoomToolStripMenuItem});
      this.sourceImageToolStripMenuItem.Name = "sourceImageToolStripMenuItem";
      this.sourceImageToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
      this.sourceImageToolStripMenuItem.Text = "Source Image";
      // 
      // stretchToolStripMenuItem
      // 
      this.stretchToolStripMenuItem.Name = "stretchToolStripMenuItem";
      this.stretchToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
      this.stretchToolStripMenuItem.Text = "Stretch";
      this.stretchToolStripMenuItem.Click += new System.EventHandler(this.stretchToolStripMenuItem_Click);
      // 
      // centerToolStripMenuItem
      // 
      this.centerToolStripMenuItem.Name = "centerToolStripMenuItem";
      this.centerToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
      this.centerToolStripMenuItem.Text = "Actual";
      this.centerToolStripMenuItem.Click += new System.EventHandler(this.centerToolStripMenuItem_Click);
      // 
      // zoomToolStripMenuItem
      // 
      this.zoomToolStripMenuItem.Name = "zoomToolStripMenuItem";
      this.zoomToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
      this.zoomToolStripMenuItem.Text = "Fit";
      this.zoomToolStripMenuItem.Click += new System.EventHandler(this.zoomToolStripMenuItem_Click);
      // 
      // targetImageToolStripMenuItem
      // 
      this.targetImageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.stretchToolStripMenuItem1,
            this.centerToolStripMenuItem1,
            this.zoomToolStripMenuItem1});
      this.targetImageToolStripMenuItem.Name = "targetImageToolStripMenuItem";
      this.targetImageToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
      this.targetImageToolStripMenuItem.Text = "Target Image";
      // 
      // stretchToolStripMenuItem1
      // 
      this.stretchToolStripMenuItem1.Name = "stretchToolStripMenuItem1";
      this.stretchToolStripMenuItem1.Size = new System.Drawing.Size(111, 22);
      this.stretchToolStripMenuItem1.Text = "Stretch";
      this.stretchToolStripMenuItem1.Click += new System.EventHandler(this.stretchToolStripMenuItem1_Click);
      // 
      // centerToolStripMenuItem1
      // 
      this.centerToolStripMenuItem1.Name = "centerToolStripMenuItem1";
      this.centerToolStripMenuItem1.Size = new System.Drawing.Size(111, 22);
      this.centerToolStripMenuItem1.Text = "Actual";
      this.centerToolStripMenuItem1.Click += new System.EventHandler(this.centerToolStripMenuItem1_Click);
      // 
      // zoomToolStripMenuItem1
      // 
      this.zoomToolStripMenuItem1.Name = "zoomToolStripMenuItem1";
      this.zoomToolStripMenuItem1.Size = new System.Drawing.Size(111, 22);
      this.zoomToolStripMenuItem1.Text = "Fit";
      this.zoomToolStripMenuItem1.Click += new System.EventHandler(this.zoomToolStripMenuItem1_Click);
      // 
      // scriptToolStripMenuItem
      // 
      this.scriptToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.clearToolStripMenuItem,
            this.loadToolStripMenuItem,
            this.saveToolStripMenuItem1,
            this.toolStripSeparator3,
            this.showToolStripMenuItem,
            this.executeToolStripMenuItem});
      this.scriptToolStripMenuItem.Name = "scriptToolStripMenuItem";
      this.scriptToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
      this.scriptToolStripMenuItem.Text = "Script";
      // 
      // clearToolStripMenuItem
      // 
      this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
      this.clearToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
      this.clearToolStripMenuItem.Text = "Clear";
      this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click);
      // 
      // loadToolStripMenuItem
      // 
      this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
      this.loadToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
      this.loadToolStripMenuItem.Text = "Load";
      this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
      // 
      // saveToolStripMenuItem1
      // 
      this.saveToolStripMenuItem1.Name = "saveToolStripMenuItem1";
      this.saveToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
      this.saveToolStripMenuItem1.Text = "Save";
      this.saveToolStripMenuItem1.Click += new System.EventHandler(this.saveToolStripMenuItem1_Click);
      // 
      // toolStripSeparator3
      // 
      this.toolStripSeparator3.Name = "toolStripSeparator3";
      this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6);
      // 
      // showToolStripMenuItem
      // 
      this.showToolStripMenuItem.Name = "showToolStripMenuItem";
      this.showToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
      this.showToolStripMenuItem.Text = "Show";
      this.showToolStripMenuItem.Click += new System.EventHandler(this.showToolStripMenuItem_Click);
      // 
      // executeToolStripMenuItem
      // 
      this.executeToolStripMenuItem.Name = "executeToolStripMenuItem";
      this.executeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
      this.executeToolStripMenuItem.Text = "Execute";
      this.executeToolStripMenuItem.Click += new System.EventHandler(this.executeToolStripMenuItem_Click);
      // 
      // helpToolStripMenuItem
      // 
      this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.wikiToolStripMenuItem,
            this.toolStripSeparator2,
            this.aboutToolStripMenuItem});
      this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
      this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
      this.helpToolStripMenuItem.Text = "Help";
      // 
      // wikiToolStripMenuItem
      // 
      this.wikiToolStripMenuItem.Name = "wikiToolStripMenuItem";
      this.wikiToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
      this.wikiToolStripMenuItem.Text = "Wiki";
      this.wikiToolStripMenuItem.Click += new System.EventHandler(this.wikiToolStripMenuItem_Click);
      // 
      // toolStripSeparator2
      // 
      this.toolStripSeparator2.Name = "toolStripSeparator2";
      this.toolStripSeparator2.Size = new System.Drawing.Size(104, 6);
      // 
      // 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);
      // 
      // tlpMainLayout
      // 
      this.tlpMainLayout.ColumnCount = 3;
      this.tlpMainLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
      this.tlpMainLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
      this.tlpMainLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
      this.tlpMainLayout.Controls.Add(gbSourceImage, 0, 0);
      this.tlpMainLayout.Controls.Add(gbTargetImage, 2, 0);
      this.tlpMainLayout.Controls.Add(this.pnMiddle, 1, 0);
      this.tlpMainLayout.Dock = System.Windows.Forms.DockStyle.Fill;
      this.tlpMainLayout.Location = new System.Drawing.Point(0, 24);
      this.tlpMainLayout.Name = "tlpMainLayout";
      this.tlpMainLayout.RowCount = 1;
      this.tlpMainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
      this.tlpMainLayout.Size = new System.Drawing.Size(889, 556);
      this.tlpMainLayout.TabIndex = 2;
      // 
      // pnMiddle
      // 
      this.pnMiddle.Controls.Add(this.gbKernelFunction);
      this.pnMiddle.Controls.Add(this.gbActions);
      this.pnMiddle.Controls.Add(gbAdvanced);
      this.pnMiddle.Controls.Add(gbBorderPixelHandling);
      this.pnMiddle.Controls.Add(gbTargetResolution);
      this.pnMiddle.Controls.Add(gbDescription);
      this.pnMiddle.Controls.Add(gbMethod);
      this.pnMiddle.Dock = System.Windows.Forms.DockStyle.Fill;
      this.pnMiddle.Location = new System.Drawing.Point(297, 3);
      this.pnMiddle.Name = "pnMiddle";
      this.pnMiddle.Size = new System.Drawing.Size(294, 550);
      this.pnMiddle.TabIndex = 2;
      // 
      // gbKernelFunction
      // 
      this.gbKernelFunction.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      this.gbKernelFunction.Controls.Add(this.chtKernel);
      this.gbKernelFunction.Dock = System.Windows.Forms.DockStyle.Fill;
      this.gbKernelFunction.Location = new System.Drawing.Point(0, 463);
      this.gbKernelFunction.Name = "gbKernelFunction";
      this.gbKernelFunction.Size = new System.Drawing.Size(294, 87);
      this.gbKernelFunction.TabIndex = 6;
      this.gbKernelFunction.TabStop = false;
      this.gbKernelFunction.Text = "Kernel";
      // 
      // chtKernel
      // 
      this.chtKernel.BackColor = System.Drawing.SystemColors.Control;
      chartArea1.Name = "chaChart";
      this.chtKernel.ChartAreas.Add(chartArea1);
      this.chtKernel.Dock = System.Windows.Forms.DockStyle.Fill;
      this.chtKernel.Location = new System.Drawing.Point(3, 16);
      this.chtKernel.Name = "chtKernel";
      series1.ChartArea = "chaChart";
      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
      series1.Name = "dsKernelData";
      this.chtKernel.Series.Add(series1);
      this.chtKernel.Size = new System.Drawing.Size(288, 68);
      this.chtKernel.TabIndex = 0;
      this.chtKernel.Text = "chart1";
      // 
      // gbActions
      // 
      this.gbActions.AutoSize = true;
      this.gbActions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      this.gbActions.Controls.Add(flpActions);
      this.gbActions.Dock = System.Windows.Forms.DockStyle.Top;
      this.gbActions.Location = new System.Drawing.Point(0, 415);
      this.gbActions.Name = "gbActions";
      this.gbActions.Size = new System.Drawing.Size(294, 48);
      this.gbActions.TabIndex = 4;
      this.gbActions.TabStop = false;
      this.gbActions.Text = "Actions";
      // 
      // ofdOpenFile
      // 
      this.ofdOpenFile.FileName = "InputImage";
      this.ofdOpenFile.Filter = "Image Files|*.bmp;*.jpg;*.jpeg;*.png;*.gif";
      this.ofdOpenFile.RestoreDirectory = true;
      this.ofdOpenFile.Title = "Select Image to resize";
      // 
      // sfdSave
      // 
      this.sfdSave.DefaultExt = "png";
      this.sfdSave.FileName = "OutputImage";
      this.sfdSave.Filter = "Portable Network Graphics|*.png|JPEG Files|*.jpg;*.jpeg|Windows Bitmap|*.bmp|Grap" +
    "hics Interchange Format|*.gif|Image Files|*.bmp;*.jpg;*.jpeg;*.png;*.gif";
      this.sfdSave.RestoreDirectory = true;
      this.sfdSave.Title = "Enter filename";
      // 
      // ofdOpenScript
      // 
      this.ofdOpenScript.DefaultExt = "irs";
      this.ofdOpenScript.FileName = "InputScript";
      this.ofdOpenScript.Filter = "Image Resizer Script Files|*.irs|All files|*.*";
      this.ofdOpenScript.RestoreDirectory = true;
      this.ofdOpenScript.Title = "Select script to load";
      // 
      // sfdSaveScript
      // 
      this.sfdSaveScript.DefaultExt = "irs";
      this.sfdSaveScript.FileName = "OutputScript";
      this.sfdSaveScript.Filter = "Image Resizer Script Files|*.irs|All files|*.*";
      this.sfdSaveScript.RestoreDirectory = true;
      this.sfdSaveScript.Title = "Enter filename";
      // 
      // MainForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(889, 602);
      this.Controls.Add(this.tlpMainLayout);
      this.Controls.Add(ssBottom);
      this.Controls.Add(this.msMain);
      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
      this.MainMenuStrip = this.msMain;
      this.MinimumSize = new System.Drawing.Size(600, 600);
      this.Name = "MainForm";
      this.Text = "ImageResizer";
      ssBottom.ResumeLayout(false);
      ssBottom.PerformLayout();
      gbSourceImage.ResumeLayout(false);
      gbTargetImage.ResumeLayout(false);
      flpActions.ResumeLayout(false);
      gbAdvanced.ResumeLayout(false);
      gbAdvanced.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.nudRadius)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.nudRepetitionCount)).EndInit();
      gbBorderPixelHandling.ResumeLayout(false);
      gbBorderPixelHandling.PerformLayout();
      gbTargetResolution.ResumeLayout(false);
      gbTargetResolution.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.nudWidth)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.nudHeight)).EndInit();
      gbMethod.ResumeLayout(false);
      gbDescription.ResumeLayout(false);
      gbDescription.PerformLayout();
      this.msMain.ResumeLayout(false);
      this.msMain.PerformLayout();
      this.tlpMainLayout.ResumeLayout(false);
      this.pnMiddle.ResumeLayout(false);
      this.pnMiddle.PerformLayout();
      this.gbKernelFunction.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.chtKernel)).EndInit();
      this.gbActions.ResumeLayout(false);
      this.gbActions.PerformLayout();
      this.ResumeLayout(false);
      this.PerformLayout();

    }
示例#14
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label8;
            System.Windows.Forms.GroupBox groupBox2;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnaForm));
            this.lblKod = new System.Windows.Forms.TextBox();
            this.btnKodOlustur = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.lblSinyalKalitesi = new System.Windows.Forms.Label();
            this.lblIlerleme = new System.Windows.Forms.Label();
            this.btnIptal = new System.Windows.Forms.Button();
            this.btnOgren = new System.Windows.Forms.Button();
            this.lblTasiyiciFrekans = new System.Windows.Forms.Label();
            this.pbSinyalKalitesi = new System.Windows.Forms.ProgressBar();
            this.pbIlerleme = new System.Windows.Forms.ProgressBar();
            this.gbOgrenmeSonucu = new System.Windows.Forms.GroupBox();
            this.btnTest = new System.Windows.Forms.Button();
            this.btnKoduSakla = new System.Windows.Forms.Button();
            this.tbEylemAdi = new System.Windows.Forms.TextBox();
            this.lblIRKodu = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            label8 = new System.Windows.Forms.Label();
            groupBox2 = new System.Windows.Forms.GroupBox();
            groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.gbOgrenmeSonucu.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(10, 20);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(43, 13);
            label1.TabIndex = 1;
            label1.Text = "İlerleme";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(10, 50);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(71, 13);
            label2.TabIndex = 3;
            label2.Text = "Sinyal Kalitesi";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(10, 80);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(83, 13);
            label3.TabIndex = 4;
            label3.Text = "Taşıyıcı Frekans";
            // 
            // label4
            // 
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(10, 20);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(46, 13);
            label4.TabIndex = 0;
            label4.Text = "IR Kodu";
            // 
            // label8
            // 
            label8.AutoSize = true;
            label8.Location = new System.Drawing.Point(10, 43);
            label8.Name = "label8";
            label8.Size = new System.Drawing.Size(53, 13);
            label8.TabIndex = 4;
            label8.Text = "Eylem Adı";
            // 
            // groupBox2
            // 
            groupBox2.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)));
            groupBox2.Controls.Add(this.lblKod);
            groupBox2.Controls.Add(this.btnKodOlustur);
            groupBox2.Location = new System.Drawing.Point(13, 254);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(441, 217);
            groupBox2.TabIndex = 2;
            groupBox2.TabStop = false;
            groupBox2.Text = "Kod Üretimi";
            // 
            // lblKod
            // 
            this.lblKod.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.lblKod.Location = new System.Drawing.Point(13, 45);
            this.lblKod.Multiline = true;
            this.lblKod.Name = "lblKod";
            this.lblKod.Size = new System.Drawing.Size(422, 166);
            this.lblKod.TabIndex = 1;
            // 
            // btnKodOlustur
            // 
            this.btnKodOlustur.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnKodOlustur.Location = new System.Drawing.Point(360, 19);
            this.btnKodOlustur.Name = "btnKodOlustur";
            this.btnKodOlustur.Size = new System.Drawing.Size(75, 23);
            this.btnKodOlustur.TabIndex = 0;
            this.btnKodOlustur.Text = "&Kod Oluştur";
            this.btnKodOlustur.UseVisualStyleBackColor = true;
            this.btnKodOlustur.Click += new System.EventHandler(this.btnKodOlustur_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.lblSinyalKalitesi);
            this.groupBox1.Controls.Add(this.lblIlerleme);
            this.groupBox1.Controls.Add(this.btnIptal);
            this.groupBox1.Controls.Add(this.btnOgren);
            this.groupBox1.Controls.Add(this.lblTasiyiciFrekans);
            this.groupBox1.Controls.Add(label3);
            this.groupBox1.Controls.Add(label2);
            this.groupBox1.Controls.Add(this.pbSinyalKalitesi);
            this.groupBox1.Controls.Add(label1);
            this.groupBox1.Controls.Add(this.pbIlerleme);
            this.groupBox1.Location = new System.Drawing.Point(13, 13);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(441, 130);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Öğrenme";
            // 
            // lblSinyalKalitesi
            // 
            this.lblSinyalKalitesi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblSinyalKalitesi.AutoSize = true;
            this.lblSinyalKalitesi.Location = new System.Drawing.Point(399, 50);
            this.lblSinyalKalitesi.Name = "lblSinyalKalitesi";
            this.lblSinyalKalitesi.Size = new System.Drawing.Size(21, 13);
            this.lblSinyalKalitesi.TabIndex = 9;
            this.lblSinyalKalitesi.Text = "%0";
            // 
            // lblIlerleme
            // 
            this.lblIlerleme.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblIlerleme.AutoSize = true;
            this.lblIlerleme.Location = new System.Drawing.Point(399, 20);
            this.lblIlerleme.Name = "lblIlerleme";
            this.lblIlerleme.Size = new System.Drawing.Size(21, 13);
            this.lblIlerleme.TabIndex = 8;
            this.lblIlerleme.Text = "%0";
            // 
            // btnIptal
            // 
            this.btnIptal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnIptal.Enabled = false;
            this.btnIptal.Location = new System.Drawing.Point(360, 100);
            this.btnIptal.Name = "btnIptal";
            this.btnIptal.Size = new System.Drawing.Size(75, 23);
            this.btnIptal.TabIndex = 7;
            this.btnIptal.Text = "&İptal";
            this.btnIptal.UseVisualStyleBackColor = true;
            this.btnIptal.Click += new System.EventHandler(this.btnIptal_Click);
            // 
            // btnOgren
            // 
            this.btnOgren.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOgren.Location = new System.Drawing.Point(279, 100);
            this.btnOgren.Name = "btnOgren";
            this.btnOgren.Size = new System.Drawing.Size(75, 23);
            this.btnOgren.TabIndex = 6;
            this.btnOgren.Text = "&Öğren";
            this.btnOgren.UseVisualStyleBackColor = true;
            this.btnOgren.Click += new System.EventHandler(this.btnOgren_Click);
            // 
            // lblTasiyiciFrekans
            // 
            this.lblTasiyiciFrekans.AutoSize = true;
            this.lblTasiyiciFrekans.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.lblTasiyiciFrekans.Location = new System.Drawing.Point(99, 80);
            this.lblTasiyiciFrekans.Name = "lblTasiyiciFrekans";
            this.lblTasiyiciFrekans.Size = new System.Drawing.Size(11, 13);
            this.lblTasiyiciFrekans.TabIndex = 5;
            this.lblTasiyiciFrekans.Text = "-";
            // 
            // pbSinyalKalitesi
            // 
            this.pbSinyalKalitesi.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pbSinyalKalitesi.Location = new System.Drawing.Point(99, 45);
            this.pbSinyalKalitesi.Name = "pbSinyalKalitesi";
            this.pbSinyalKalitesi.Size = new System.Drawing.Size(293, 23);
            this.pbSinyalKalitesi.TabIndex = 2;
            // 
            // pbIlerleme
            // 
            this.pbIlerleme.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pbIlerleme.Location = new System.Drawing.Point(99, 15);
            this.pbIlerleme.Name = "pbIlerleme";
            this.pbIlerleme.Size = new System.Drawing.Size(293, 23);
            this.pbIlerleme.TabIndex = 0;
            // 
            // gbOgrenmeSonucu
            // 
            this.gbOgrenmeSonucu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.gbOgrenmeSonucu.Controls.Add(this.btnTest);
            this.gbOgrenmeSonucu.Controls.Add(this.btnKoduSakla);
            this.gbOgrenmeSonucu.Controls.Add(this.tbEylemAdi);
            this.gbOgrenmeSonucu.Controls.Add(label8);
            this.gbOgrenmeSonucu.Controls.Add(this.lblIRKodu);
            this.gbOgrenmeSonucu.Controls.Add(label4);
            this.gbOgrenmeSonucu.Enabled = false;
            this.gbOgrenmeSonucu.Location = new System.Drawing.Point(13, 150);
            this.gbOgrenmeSonucu.Name = "gbOgrenmeSonucu";
            this.gbOgrenmeSonucu.Size = new System.Drawing.Size(441, 97);
            this.gbOgrenmeSonucu.TabIndex = 1;
            this.gbOgrenmeSonucu.TabStop = false;
            this.gbOgrenmeSonucu.Text = "Öğrenme Sonucu";
            // 
            // btnTest
            // 
            this.btnTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnTest.Location = new System.Drawing.Point(279, 68);
            this.btnTest.Name = "btnTest";
            this.btnTest.Size = new System.Drawing.Size(75, 23);
            this.btnTest.TabIndex = 7;
            this.btnTest.Text = "&Test Et";
            this.btnTest.UseVisualStyleBackColor = true;
            this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
            // 
            // btnKoduSakla
            // 
            this.btnKoduSakla.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnKoduSakla.Location = new System.Drawing.Point(360, 68);
            this.btnKoduSakla.Name = "btnKoduSakla";
            this.btnKoduSakla.Size = new System.Drawing.Size(75, 23);
            this.btnKoduSakla.TabIndex = 6;
            this.btnKoduSakla.Text = "&Sakla";
            this.btnKoduSakla.UseVisualStyleBackColor = true;
            this.btnKoduSakla.Click += new System.EventHandler(this.btnKoduSakla_Click);
            // 
            // tbEylemAdi
            // 
            this.tbEylemAdi.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbEylemAdi.Location = new System.Drawing.Point(99, 39);
            this.tbEylemAdi.Name = "tbEylemAdi";
            this.tbEylemAdi.Size = new System.Drawing.Size(336, 20);
            this.tbEylemAdi.TabIndex = 5;
            // 
            // lblIRKodu
            // 
            this.lblIRKodu.AutoSize = true;
            this.lblIRKodu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.lblIRKodu.Location = new System.Drawing.Point(99, 20);
            this.lblIRKodu.Name = "lblIRKodu";
            this.lblIRKodu.Size = new System.Drawing.Size(11, 13);
            this.lblIRKodu.TabIndex = 2;
            this.lblIRKodu.Text = "-";
            // 
            // AnaForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(466, 483);
            this.Controls.Add(groupBox2);
            this.Controls.Add(this.gbOgrenmeSonucu);
            this.Controls.Add(this.groupBox1);
            this.Name = "AnaForm";
            this.Text = "IR Kod üretici";
            groupBox2.ResumeLayout(false);
            groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.gbOgrenmeSonucu.ResumeLayout(false);
            this.gbOgrenmeSonucu.PerformLayout();
            this.ResumeLayout(false);

        }
示例#15
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.GroupBox groupBox4;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.GroupBox groupBox5;
            System.Windows.Forms.GroupBox groupBox3;
            System.Windows.Forms.Button btnSendPrimary;
            System.Windows.Forms.Button btnReplySecondary;
            this.numDeviceId = new System.Windows.Forms.NumericUpDown();
            this.lbStatus = new System.Windows.Forms.Label();
            this.btnDisable = new System.Windows.Forms.Button();
            this.btnEnable = new System.Windows.Forms.Button();
            this.numPort = new System.Windows.Forms.NumericUpDown();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.radioPassiveMode = new System.Windows.Forms.RadioButton();
            this.radioActiveMode = new System.Windows.Forms.RadioButton();
            this.txtRecvSecondary = new System.Windows.Forms.TextBox();
            this.txtSendPrimary = new System.Windows.Forms.TextBox();
            this.txtReplySeconary = new System.Windows.Forms.TextBox();
            this.txtRecvPrimary = new System.Windows.Forms.TextBox();
            this.lstUnreplyMsg = new System.Windows.Forms.ListBox();
            this.recvMessageBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.numBufferSize = new System.Windows.Forms.NumericUpDown();
            this.label4 = new System.Windows.Forms.Label();
            groupBox1 = new System.Windows.Forms.GroupBox();
            label3 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            groupBox4 = new System.Windows.Forms.GroupBox();
            groupBox2 = new System.Windows.Forms.GroupBox();
            groupBox5 = new System.Windows.Forms.GroupBox();
            groupBox3 = new System.Windows.Forms.GroupBox();
            btnSendPrimary = new System.Windows.Forms.Button();
            btnReplySecondary = new System.Windows.Forms.Button();
            groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numDeviceId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numPort)).BeginInit();
            groupBox4.SuspendLayout();
            groupBox2.SuspendLayout();
            groupBox5.SuspendLayout();
            groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.recvMessageBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numBufferSize)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            groupBox1.Controls.Add(this.label4);
            groupBox1.Controls.Add(this.numBufferSize);
            groupBox1.Controls.Add(this.numDeviceId);
            groupBox1.Controls.Add(label3);
            groupBox1.Controls.Add(this.lbStatus);
            groupBox1.Controls.Add(this.btnDisable);
            groupBox1.Controls.Add(this.btnEnable);
            groupBox1.Controls.Add(this.numPort);
            groupBox1.Controls.Add(label2);
            groupBox1.Controls.Add(label1);
            groupBox1.Controls.Add(this.txtAddress);
            groupBox1.Controls.Add(this.radioPassiveMode);
            groupBox1.Controls.Add(this.radioActiveMode);
            groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            groupBox1.Location = new System.Drawing.Point(0, 0);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(1214, 70);
            groupBox1.TabIndex = 1;
            groupBox1.TabStop = false;
            groupBox1.Text = "Config";
            // 
            // numDeviceId
            // 
            this.numDeviceId.Location = new System.Drawing.Point(405, 30);
            this.numDeviceId.Maximum = new decimal(new int[] {
            65535,
            0,
            0,
            0});
            this.numDeviceId.Name = "numDeviceId";
            this.numDeviceId.Size = new System.Drawing.Size(43, 22);
            this.numDeviceId.TabIndex = 10;
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(349, 35);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(50, 12);
            label3.TabIndex = 9;
            label3.Text = "Device Id";
            // 
            // lbStatus
            // 
            this.lbStatus.AutoSize = true;
            this.lbStatus.Font = new System.Drawing.Font("PMingLiU", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.lbStatus.Location = new System.Drawing.Point(857, 25);
            this.lbStatus.Name = "lbStatus";
            this.lbStatus.Size = new System.Drawing.Size(94, 32);
            this.lbStatus.TabIndex = 8;
            this.lbStatus.Text = "Status";
            // 
            // btnDisable
            // 
            this.btnDisable.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnDisable.Enabled = false;
            this.btnDisable.Location = new System.Drawing.Point(742, 30);
            this.btnDisable.Name = "btnDisable";
            this.btnDisable.Size = new System.Drawing.Size(75, 23);
            this.btnDisable.TabIndex = 7;
            this.btnDisable.Text = "Disable";
            this.btnDisable.UseVisualStyleBackColor = true;
            this.btnDisable.Click += new System.EventHandler(this.btnDisable_Click);
            // 
            // btnEnable
            // 
            this.btnEnable.Location = new System.Drawing.Point(661, 30);
            this.btnEnable.Name = "btnEnable";
            this.btnEnable.Size = new System.Drawing.Size(75, 23);
            this.btnEnable.TabIndex = 6;
            this.btnEnable.Text = "Enable";
            this.btnEnable.UseVisualStyleBackColor = true;
            this.btnEnable.Click += new System.EventHandler(this.btnEnable_Click);
            // 
            // numPort
            // 
            this.numPort.Location = new System.Drawing.Point(280, 30);
            this.numPort.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.numPort.Minimum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.numPort.Name = "numPort";
            this.numPort.Size = new System.Drawing.Size(52, 22);
            this.numPort.TabIndex = 5;
            this.numPort.Value = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(250, 35);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(24, 12);
            label2.TabIndex = 4;
            label2.Text = "Port";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(80, 35);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(15, 12);
            label1.TabIndex = 3;
            label1.Text = "IP";
            // 
            // txtAddress
            // 
            this.txtAddress.Location = new System.Drawing.Point(101, 30);
            this.txtAddress.Name = "txtAddress";
            this.txtAddress.Size = new System.Drawing.Size(143, 22);
            this.txtAddress.TabIndex = 2;
            this.txtAddress.Text = "127.0.0.1";
            // 
            // radioPassiveMode
            // 
            this.radioPassiveMode.AutoSize = true;
            this.radioPassiveMode.Location = new System.Drawing.Point(12, 42);
            this.radioPassiveMode.Name = "radioPassiveMode";
            this.radioPassiveMode.Size = new System.Drawing.Size(56, 16);
            this.radioPassiveMode.TabIndex = 1;
            this.radioPassiveMode.Text = "Passive";
            this.radioPassiveMode.UseVisualStyleBackColor = true;
            // 
            // radioActiveMode
            // 
            this.radioActiveMode.AutoSize = true;
            this.radioActiveMode.Checked = true;
            this.radioActiveMode.Location = new System.Drawing.Point(12, 20);
            this.radioActiveMode.Name = "radioActiveMode";
            this.radioActiveMode.Size = new System.Drawing.Size(53, 16);
            this.radioActiveMode.TabIndex = 0;
            this.radioActiveMode.TabStop = true;
            this.radioActiveMode.Text = "Active";
            this.radioActiveMode.UseVisualStyleBackColor = true;
            // 
            // groupBox4
            // 
            groupBox4.Controls.Add(this.txtRecvSecondary);
            groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox4.Location = new System.Drawing.Point(0, 300);
            groupBox4.Name = "groupBox4";
            groupBox4.Size = new System.Drawing.Size(449, 277);
            groupBox4.TabIndex = 5;
            groupBox4.TabStop = false;
            groupBox4.Text = "Received Secondary Message";
            // 
            // txtRecvSecondary
            // 
            this.txtRecvSecondary.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtRecvSecondary.Location = new System.Drawing.Point(3, 18);
            this.txtRecvSecondary.Multiline = true;
            this.txtRecvSecondary.Name = "txtRecvSecondary";
            this.txtRecvSecondary.ReadOnly = true;
            this.txtRecvSecondary.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtRecvSecondary.Size = new System.Drawing.Size(443, 256);
            this.txtRecvSecondary.TabIndex = 0;
            this.txtRecvSecondary.WordWrap = false;
            // 
            // groupBox2
            // 
            groupBox2.Controls.Add(this.txtSendPrimary);
            groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
            groupBox2.Location = new System.Drawing.Point(0, 0);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(449, 277);
            groupBox2.TabIndex = 3;
            groupBox2.TabStop = false;
            groupBox2.Text = "Send Primary Message";
            // 
            // txtSendPrimary
            // 
            this.txtSendPrimary.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtSendPrimary.Location = new System.Drawing.Point(3, 18);
            this.txtSendPrimary.Multiline = true;
            this.txtSendPrimary.Name = "txtSendPrimary";
            this.txtSendPrimary.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtSendPrimary.Size = new System.Drawing.Size(443, 256);
            this.txtSendPrimary.TabIndex = 1;
            this.txtSendPrimary.WordWrap = false;
            // 
            // groupBox5
            // 
            groupBox5.Controls.Add(this.txtReplySeconary);
            groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox5.Location = new System.Drawing.Point(0, 300);
            groupBox5.Name = "groupBox5";
            groupBox5.Size = new System.Drawing.Size(492, 254);
            groupBox5.TabIndex = 2;
            groupBox5.TabStop = false;
            groupBox5.Text = "Reply Secondary Message";
            // 
            // txtReplySeconary
            // 
            this.txtReplySeconary.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtReplySeconary.Location = new System.Drawing.Point(3, 18);
            this.txtReplySeconary.Multiline = true;
            this.txtReplySeconary.Name = "txtReplySeconary";
            this.txtReplySeconary.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtReplySeconary.Size = new System.Drawing.Size(486, 233);
            this.txtReplySeconary.TabIndex = 0;
            this.txtReplySeconary.WordWrap = false;
            // 
            // groupBox3
            // 
            groupBox3.Controls.Add(this.txtRecvPrimary);
            groupBox3.Controls.Add(this.lstUnreplyMsg);
            groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
            groupBox3.Location = new System.Drawing.Point(0, 0);
            groupBox3.Name = "groupBox3";
            groupBox3.Size = new System.Drawing.Size(492, 300);
            groupBox3.TabIndex = 0;
            groupBox3.TabStop = false;
            groupBox3.Text = "Received Primary Message";
            // 
            // txtRecvPrimary
            // 
            this.txtRecvPrimary.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtRecvPrimary.Location = new System.Drawing.Point(208, 18);
            this.txtRecvPrimary.Multiline = true;
            this.txtRecvPrimary.Name = "txtRecvPrimary";
            this.txtRecvPrimary.ReadOnly = true;
            this.txtRecvPrimary.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtRecvPrimary.Size = new System.Drawing.Size(281, 279);
            this.txtRecvPrimary.TabIndex = 1;
            this.txtRecvPrimary.WordWrap = false;
            // 
            // lstUnreplyMsg
            // 
            this.lstUnreplyMsg.DataSource = this.recvMessageBindingSource;
            this.lstUnreplyMsg.DisplayMember = "Msg";
            this.lstUnreplyMsg.Dock = System.Windows.Forms.DockStyle.Left;
            this.lstUnreplyMsg.FormattingEnabled = true;
            this.lstUnreplyMsg.ItemHeight = 12;
            this.lstUnreplyMsg.Location = new System.Drawing.Point(3, 18);
            this.lstUnreplyMsg.Name = "lstUnreplyMsg";
            this.lstUnreplyMsg.Size = new System.Drawing.Size(205, 279);
            this.lstUnreplyMsg.TabIndex = 0;
            this.lstUnreplyMsg.SelectedIndexChanged += new System.EventHandler(this.lstUnreplyMsg_SelectedIndexChanged);
            // 
            // recvMessageBindingSource
            // 
            this.recvMessageBindingSource.DataSource = typeof(Secs4Net.PrimaryMessageWrapper);
            // 
            // btnSendPrimary
            // 
            btnSendPrimary.Dock = System.Windows.Forms.DockStyle.Top;
            btnSendPrimary.Location = new System.Drawing.Point(0, 277);
            btnSendPrimary.Name = "btnSendPrimary";
            btnSendPrimary.Size = new System.Drawing.Size(449, 23);
            btnSendPrimary.TabIndex = 4;
            btnSendPrimary.Text = "Send";
            btnSendPrimary.UseVisualStyleBackColor = true;
            btnSendPrimary.Click += new System.EventHandler(this.btnSendPrimary_Click);
            // 
            // btnReplySecondary
            // 
            btnReplySecondary.Dock = System.Windows.Forms.DockStyle.Bottom;
            btnReplySecondary.Location = new System.Drawing.Point(0, 554);
            btnReplySecondary.Name = "btnReplySecondary";
            btnReplySecondary.Size = new System.Drawing.Size(492, 23);
            btnReplySecondary.TabIndex = 1;
            btnReplySecondary.Text = "Reply";
            btnReplySecondary.UseVisualStyleBackColor = true;
            btnReplySecondary.Click += new System.EventHandler(this.btnReplySecondary_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(groupBox4);
            this.splitContainer1.Panel1.Controls.Add(btnSendPrimary);
            this.splitContainer1.Panel1.Controls.Add(groupBox2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(groupBox5);
            this.splitContainer1.Panel2.Controls.Add(btnReplySecondary);
            this.splitContainer1.Panel2.Controls.Add(groupBox3);
            this.splitContainer1.Size = new System.Drawing.Size(945, 577);
            this.splitContainer1.SplitterDistance = 449;
            this.splitContainer1.TabIndex = 3;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(0, 70);
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.richTextBox1);
            this.splitContainer2.Size = new System.Drawing.Size(1214, 577);
            this.splitContainer2.SplitterDistance = 945;
            this.splitContainer2.TabIndex = 11;
            // 
            // richTextBox1
            // 
            this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox1.Location = new System.Drawing.Point(0, 0);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.ReadOnly = true;
            this.richTextBox1.Size = new System.Drawing.Size(265, 577);
            this.richTextBox1.TabIndex = 1;
            this.richTextBox1.Text = "";
            this.richTextBox1.WordWrap = false;
            // 
            // numBufferSize
            // 
            this.numBufferSize.Location = new System.Drawing.Point(535, 30);
            this.numBufferSize.Maximum = new decimal(new int[] {
            65535,
            0,
            0,
            0});
            this.numBufferSize.Name = "numBufferSize";
            this.numBufferSize.Size = new System.Drawing.Size(77, 22);
            this.numBufferSize.TabIndex = 11;
            this.numBufferSize.Value = new decimal(new int[] {
            65535,
            0,
            0,
            0});
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(471, 35);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(58, 12);
            this.label4.TabIndex = 12;
            this.label4.Text = "Buffer Size";
            // 
            // Form1
            // 
            this.AcceptButton = this.btnEnable;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnDisable;
            this.ClientSize = new System.Drawing.Size(1214, 647);
            this.Controls.Add(this.splitContainer2);
            this.Controls.Add(groupBox1);
            this.Name = "Form1";
            this.Text = "SECS Device";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numDeviceId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numPort)).EndInit();
            groupBox4.ResumeLayout(false);
            groupBox4.PerformLayout();
            groupBox2.ResumeLayout(false);
            groupBox2.PerformLayout();
            groupBox5.ResumeLayout(false);
            groupBox5.PerformLayout();
            groupBox3.ResumeLayout(false);
            groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.recvMessageBindingSource)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numBufferSize)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
			System.Windows.Forms.Label label1;
			System.Windows.Forms.Label label2;
			System.Windows.Forms.Label label3;
			System.Windows.Forms.Label label4;
			System.Windows.Forms.Label label5;
			System.Windows.Forms.GroupBox groupBox1;
			System.Windows.Forms.GroupBox groupBox2;
			System.Windows.Forms.GroupBox groupBox3;
			System.Windows.Forms.GroupBox groupBox4;
			System.Windows.Forms.Label label6;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MessageFileEditor));
			this.eventNotSet = new System.Windows.Forms.CheckBox();
			this.eventFlag = new System.Windows.Forms.NumericUpDown();
			this.eventRemoveButton = new System.Windows.Forms.Button();
			this.eventAddButton = new System.Windows.Forms.Button();
			this.eventFlagNum = new System.Windows.Forms.ComboBox();
			this.npcNotSet = new System.Windows.Forms.CheckBox();
			this.npcFlag = new System.Windows.Forms.NumericUpDown();
			this.npcFlagRemoveButton = new System.Windows.Forms.Button();
			this.npcFlagAddButton = new System.Windows.Forms.Button();
			this.npcFlagNum = new System.Windows.Forms.ComboBox();
			this.big = new System.Windows.Forms.CheckBox();
			this.gamma = new System.Windows.Forms.CheckBox();
			this.amy = new System.Windows.Forms.CheckBox();
			this.tikal = new System.Windows.Forms.CheckBox();
			this.knuckles = new System.Windows.Forms.CheckBox();
			this.tails = new System.Windows.Forms.CheckBox();
			this.eggman = new System.Windows.Forms.CheckBox();
			this.sonic = new System.Windows.Forms.CheckBox();
			this.line = new System.Windows.Forms.RichTextBox();
			this.lineRemoveButton = new System.Windows.Forms.Button();
			this.lineAddButton = new System.Windows.Forms.Button();
			this.lineNum = new System.Windows.Forms.ComboBox();
			this.field = new System.Windows.Forms.ComboBox();
			this.character = new System.Windows.Forms.ComboBox();
			this.language = new System.Windows.Forms.ComboBox();
			this.loadButton = new System.Windows.Forms.Button();
			this.saveButton = new System.Windows.Forms.Button();
			this.panel2 = new System.Windows.Forms.Panel();
			this.panel3 = new System.Windows.Forms.Panel();
			this.setEventUnset = new System.Windows.Forms.CheckBox();
			this.setEventNum = new System.Windows.Forms.NumericUpDown();
			this.setEventFlag = new System.Windows.Forms.CheckBox();
			this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
			this.voice = new System.Windows.Forms.CheckBox();
			this.groupRemoveButton = new System.Windows.Forms.Button();
			this.groupAddButton = new System.Windows.Forms.Button();
			this.groupNum = new System.Windows.Forms.ComboBox();
			this.npcID = new System.Windows.Forms.ComboBox();
			this.npcRemoveButton = new System.Windows.Forms.Button();
			this.npcAddButton = new System.Windows.Forms.Button();
			this.searchButton = new System.Windows.Forms.Button();
			this.voiceNum = new SADXTweaker2.FileListControl();
			label1 = new System.Windows.Forms.Label();
			label2 = new System.Windows.Forms.Label();
			label3 = new System.Windows.Forms.Label();
			label4 = new System.Windows.Forms.Label();
			label5 = new System.Windows.Forms.Label();
			groupBox1 = new System.Windows.Forms.GroupBox();
			groupBox2 = new System.Windows.Forms.GroupBox();
			groupBox3 = new System.Windows.Forms.GroupBox();
			groupBox4 = new System.Windows.Forms.GroupBox();
			label6 = new System.Windows.Forms.Label();
			groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.eventFlag)).BeginInit();
			groupBox2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.npcFlag)).BeginInit();
			groupBox3.SuspendLayout();
			groupBox4.SuspendLayout();
			this.panel2.SuspendLayout();
			this.panel3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.setEventNum)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
			this.SuspendLayout();
			// 
			// label1
			// 
			label1.AutoSize = true;
			label1.Location = new System.Drawing.Point(12, 15);
			label1.Name = "label1";
			label1.Size = new System.Drawing.Size(32, 13);
			label1.TabIndex = 0;
			label1.Text = "Field:";
			// 
			// label2
			// 
			label2.AutoSize = true;
			label2.Location = new System.Drawing.Point(12, 42);
			label2.Name = "label2";
			label2.Size = new System.Drawing.Size(56, 13);
			label2.TabIndex = 1;
			label2.Text = "Character:";
			// 
			// label3
			// 
			label3.AutoSize = true;
			label3.Location = new System.Drawing.Point(12, 69);
			label3.Name = "label3";
			label3.Size = new System.Drawing.Size(58, 13);
			label3.TabIndex = 2;
			label3.Text = "Language:";
			// 
			// label4
			// 
			label4.AutoSize = true;
			label4.Location = new System.Drawing.Point(12, 125);
			label4.Name = "label4";
			label4.Size = new System.Drawing.Size(46, 13);
			label4.TabIndex = 8;
			label4.Text = "NPC ID:";
			// 
			// label5
			// 
			label5.AutoSize = true;
			label5.Location = new System.Drawing.Point(12, 8);
			label5.Name = "label5";
			label5.Size = new System.Drawing.Size(39, 13);
			label5.TabIndex = 0;
			label5.Text = "Group:";
			// 
			// groupBox1
			// 
			groupBox1.AutoSize = true;
			groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			groupBox1.Controls.Add(this.eventNotSet);
			groupBox1.Controls.Add(this.eventFlag);
			groupBox1.Controls.Add(this.eventRemoveButton);
			groupBox1.Controls.Add(this.eventAddButton);
			groupBox1.Controls.Add(this.eventFlagNum);
			groupBox1.Location = new System.Drawing.Point(12, 3);
			groupBox1.Name = "groupBox1";
			groupBox1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0);
			groupBox1.Size = new System.Drawing.Size(238, 82);
			groupBox1.TabIndex = 0;
			groupBox1.TabStop = false;
			groupBox1.Text = "Event Flags";
			// 
			// eventNotSet
			// 
			this.eventNotSet.AutoSize = true;
			this.eventNotSet.Enabled = false;
			this.eventNotSet.Location = new System.Drawing.Point(62, 47);
			this.eventNotSet.Name = "eventNotSet";
			this.eventNotSet.Size = new System.Drawing.Size(68, 17);
			this.eventNotSet.TabIndex = 9;
			this.eventNotSet.Text = "Not Set?";
			this.eventNotSet.UseVisualStyleBackColor = true;
			this.eventNotSet.CheckedChanged += new System.EventHandler(this.eventFlag_ValueChanged);
			// 
			// eventFlag
			// 
			this.eventFlag.Enabled = false;
			this.eventFlag.Hexadecimal = true;
			this.eventFlag.Location = new System.Drawing.Point(6, 46);
			this.eventFlag.Maximum = new decimal(new int[] {
            511,
            0,
            0,
            0});
			this.eventFlag.Name = "eventFlag";
			this.eventFlag.Size = new System.Drawing.Size(50, 20);
			this.eventFlag.TabIndex = 8;
			this.eventFlag.ValueChanged += new System.EventHandler(this.eventFlag_ValueChanged);
			// 
			// eventRemoveButton
			// 
			this.eventRemoveButton.AutoSize = true;
			this.eventRemoveButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.eventRemoveButton.Enabled = false;
			this.eventRemoveButton.Location = new System.Drawing.Point(175, 17);
			this.eventRemoveButton.Name = "eventRemoveButton";
			this.eventRemoveButton.Size = new System.Drawing.Size(57, 23);
			this.eventRemoveButton.TabIndex = 7;
			this.eventRemoveButton.Text = "Remove";
			this.eventRemoveButton.UseVisualStyleBackColor = true;
			this.eventRemoveButton.Click += new System.EventHandler(this.eventRemoveButton_Click);
			// 
			// eventAddButton
			// 
			this.eventAddButton.AutoSize = true;
			this.eventAddButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.eventAddButton.Location = new System.Drawing.Point(133, 17);
			this.eventAddButton.Name = "eventAddButton";
			this.eventAddButton.Size = new System.Drawing.Size(36, 23);
			this.eventAddButton.TabIndex = 6;
			this.eventAddButton.Text = "Add";
			this.eventAddButton.UseVisualStyleBackColor = true;
			this.eventAddButton.Click += new System.EventHandler(this.eventAddButton_Click);
			// 
			// eventFlagNum
			// 
			this.eventFlagNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.eventFlagNum.FormattingEnabled = true;
			this.eventFlagNum.Location = new System.Drawing.Point(6, 19);
			this.eventFlagNum.Name = "eventFlagNum";
			this.eventFlagNum.Size = new System.Drawing.Size(121, 21);
			this.eventFlagNum.TabIndex = 5;
			this.eventFlagNum.SelectedIndexChanged += new System.EventHandler(this.eventFlagNum_SelectedIndexChanged);
			// 
			// groupBox2
			// 
			groupBox2.AutoSize = true;
			groupBox2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			groupBox2.Controls.Add(this.npcNotSet);
			groupBox2.Controls.Add(this.npcFlag);
			groupBox2.Controls.Add(this.npcFlagRemoveButton);
			groupBox2.Controls.Add(this.npcFlagAddButton);
			groupBox2.Controls.Add(this.npcFlagNum);
			groupBox2.Location = new System.Drawing.Point(12, 91);
			groupBox2.Name = "groupBox2";
			groupBox2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0);
			groupBox2.Size = new System.Drawing.Size(238, 82);
			groupBox2.TabIndex = 1;
			groupBox2.TabStop = false;
			groupBox2.Text = "NPC Flags";
			// 
			// npcNotSet
			// 
			this.npcNotSet.AutoSize = true;
			this.npcNotSet.Enabled = false;
			this.npcNotSet.Location = new System.Drawing.Point(62, 47);
			this.npcNotSet.Name = "npcNotSet";
			this.npcNotSet.Size = new System.Drawing.Size(68, 17);
			this.npcNotSet.TabIndex = 9;
			this.npcNotSet.Text = "Not Set?";
			this.npcNotSet.UseVisualStyleBackColor = true;
			this.npcNotSet.CheckedChanged += new System.EventHandler(this.npcFlag_ValueChanged);
			// 
			// npcFlag
			// 
			this.npcFlag.Enabled = false;
			this.npcFlag.Hexadecimal = true;
			this.npcFlag.Location = new System.Drawing.Point(6, 46);
			this.npcFlag.Maximum = new decimal(new int[] {
            511,
            0,
            0,
            0});
			this.npcFlag.Name = "npcFlag";
			this.npcFlag.Size = new System.Drawing.Size(50, 20);
			this.npcFlag.TabIndex = 8;
			this.npcFlag.ValueChanged += new System.EventHandler(this.npcFlag_ValueChanged);
			// 
			// npcFlagRemoveButton
			// 
			this.npcFlagRemoveButton.AutoSize = true;
			this.npcFlagRemoveButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.npcFlagRemoveButton.Enabled = false;
			this.npcFlagRemoveButton.Location = new System.Drawing.Point(175, 17);
			this.npcFlagRemoveButton.Name = "npcFlagRemoveButton";
			this.npcFlagRemoveButton.Size = new System.Drawing.Size(57, 23);
			this.npcFlagRemoveButton.TabIndex = 7;
			this.npcFlagRemoveButton.Text = "Remove";
			this.npcFlagRemoveButton.UseVisualStyleBackColor = true;
			this.npcFlagRemoveButton.Click += new System.EventHandler(this.npcFlagRemoveButton_Click);
			// 
			// npcFlagAddButton
			// 
			this.npcFlagAddButton.AutoSize = true;
			this.npcFlagAddButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.npcFlagAddButton.Location = new System.Drawing.Point(133, 17);
			this.npcFlagAddButton.Name = "npcFlagAddButton";
			this.npcFlagAddButton.Size = new System.Drawing.Size(36, 23);
			this.npcFlagAddButton.TabIndex = 6;
			this.npcFlagAddButton.Text = "Add";
			this.npcFlagAddButton.UseVisualStyleBackColor = true;
			this.npcFlagAddButton.Click += new System.EventHandler(this.npcFlagAddButton_Click);
			// 
			// npcFlagNum
			// 
			this.npcFlagNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.npcFlagNum.FormattingEnabled = true;
			this.npcFlagNum.Location = new System.Drawing.Point(6, 19);
			this.npcFlagNum.Name = "npcFlagNum";
			this.npcFlagNum.Size = new System.Drawing.Size(121, 21);
			this.npcFlagNum.TabIndex = 5;
			this.npcFlagNum.SelectedIndexChanged += new System.EventHandler(this.npcFlagNum_SelectedIndexChanged);
			// 
			// groupBox3
			// 
			groupBox3.AutoSize = true;
			groupBox3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			groupBox3.Controls.Add(this.big);
			groupBox3.Controls.Add(this.gamma);
			groupBox3.Controls.Add(this.amy);
			groupBox3.Controls.Add(this.tikal);
			groupBox3.Controls.Add(this.knuckles);
			groupBox3.Controls.Add(this.tails);
			groupBox3.Controls.Add(this.eggman);
			groupBox3.Controls.Add(this.sonic);
			groupBox3.Location = new System.Drawing.Point(12, 179);
			groupBox3.Name = "groupBox3";
			groupBox3.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0);
			groupBox3.Size = new System.Drawing.Size(266, 75);
			groupBox3.TabIndex = 2;
			groupBox3.TabStop = false;
			groupBox3.Text = "Characters";
			// 
			// big
			// 
			this.big.AutoSize = true;
			this.big.Checked = true;
			this.big.CheckState = System.Windows.Forms.CheckState.Checked;
			this.big.Location = new System.Drawing.Point(181, 42);
			this.big.Name = "big";
			this.big.Size = new System.Drawing.Size(41, 17);
			this.big.TabIndex = 7;
			this.big.Text = "Big";
			this.big.UseVisualStyleBackColor = true;
			this.big.CheckedChanged += new System.EventHandler(this.character_CheckedChanged);
			// 
			// gamma
			// 
			this.gamma.AutoSize = true;
			this.gamma.Checked = true;
			this.gamma.CheckState = System.Windows.Forms.CheckState.Checked;
			this.gamma.Location = new System.Drawing.Point(113, 42);
			this.gamma.Name = "gamma";
			this.gamma.Size = new System.Drawing.Size(62, 17);
			this.gamma.TabIndex = 6;
			this.gamma.Text = "Gamma";
			this.gamma.UseVisualStyleBackColor = true;
			this.gamma.CheckedChanged += new System.EventHandler(this.character_CheckedChanged);
			// 
			// amy
			// 
			this.amy.AutoSize = true;
			this.amy.Checked = true;
			this.amy.CheckState = System.Windows.Forms.CheckState.Checked;
			this.amy.Location = new System.Drawing.Point(61, 42);
			this.amy.Name = "amy";
			this.amy.Size = new System.Drawing.Size(46, 17);
			this.amy.TabIndex = 5;
			this.amy.Text = "Amy";
			this.amy.UseVisualStyleBackColor = true;
			this.amy.CheckedChanged += new System.EventHandler(this.character_CheckedChanged);
			// 
			// tikal
			// 
			this.tikal.AutoSize = true;
			this.tikal.Checked = true;
			this.tikal.CheckState = System.Windows.Forms.CheckState.Checked;
			this.tikal.Location = new System.Drawing.Point(6, 42);
			this.tikal.Name = "tikal";
			this.tikal.Size = new System.Drawing.Size(49, 17);
			this.tikal.TabIndex = 4;
			this.tikal.Text = "Tikal";
			this.tikal.UseVisualStyleBackColor = true;
			this.tikal.CheckedChanged += new System.EventHandler(this.character_CheckedChanged);
			// 
			// knuckles
			// 
			this.knuckles.AutoSize = true;
			this.knuckles.Checked = true;
			this.knuckles.CheckState = System.Windows.Forms.CheckState.Checked;
			this.knuckles.Location = new System.Drawing.Point(190, 19);
			this.knuckles.Name = "knuckles";
			this.knuckles.Size = new System.Drawing.Size(70, 17);
			this.knuckles.TabIndex = 3;
			this.knuckles.Text = "Knuckles";
			this.knuckles.UseVisualStyleBackColor = true;
			this.knuckles.CheckedChanged += new System.EventHandler(this.character_CheckedChanged);
			// 
			// tails
			// 
			this.tails.AutoSize = true;
			this.tails.Checked = true;
			this.tails.CheckState = System.Windows.Forms.CheckState.Checked;
			this.tails.Location = new System.Drawing.Point(136, 19);
			this.tails.Name = "tails";
			this.tails.Size = new System.Drawing.Size(48, 17);
			this.tails.TabIndex = 2;
			this.tails.Text = "Tails";
			this.tails.UseVisualStyleBackColor = true;
			this.tails.CheckedChanged += new System.EventHandler(this.character_CheckedChanged);
			// 
			// eggman
			// 
			this.eggman.AutoSize = true;
			this.eggman.Checked = true;
			this.eggman.CheckState = System.Windows.Forms.CheckState.Checked;
			this.eggman.Location = new System.Drawing.Point(65, 19);
			this.eggman.Name = "eggman";
			this.eggman.Size = new System.Drawing.Size(65, 17);
			this.eggman.TabIndex = 1;
			this.eggman.Text = "Eggman";
			this.eggman.UseVisualStyleBackColor = true;
			this.eggman.CheckedChanged += new System.EventHandler(this.character_CheckedChanged);
			// 
			// sonic
			// 
			this.sonic.AutoSize = true;
			this.sonic.Checked = true;
			this.sonic.CheckState = System.Windows.Forms.CheckState.Checked;
			this.sonic.Location = new System.Drawing.Point(6, 19);
			this.sonic.Name = "sonic";
			this.sonic.Size = new System.Drawing.Size(53, 17);
			this.sonic.TabIndex = 0;
			this.sonic.Text = "Sonic";
			this.sonic.UseVisualStyleBackColor = true;
			this.sonic.CheckedChanged += new System.EventHandler(this.character_CheckedChanged);
			// 
			// groupBox4
			// 
			groupBox4.AutoSize = true;
			groupBox4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			groupBox4.Controls.Add(this.line);
			groupBox4.Controls.Add(this.lineRemoveButton);
			groupBox4.Controls.Add(this.lineAddButton);
			groupBox4.Controls.Add(this.lineNum);
			groupBox4.Controls.Add(label6);
			groupBox4.Location = new System.Drawing.Point(12, 323);
			groupBox4.Name = "groupBox4";
			groupBox4.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0);
			groupBox4.Size = new System.Drawing.Size(321, 121);
			groupBox4.TabIndex = 12;
			groupBox4.TabStop = false;
			groupBox4.Text = "Text";
			// 
			// line
			// 
			this.line.AcceptsTab = true;
			this.line.DetectUrls = false;
			this.line.Enabled = false;
			this.line.Location = new System.Drawing.Point(6, 46);
			this.line.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
			this.line.Name = "line";
			this.line.Size = new System.Drawing.Size(309, 62);
			this.line.TabIndex = 11;
			this.line.Text = "";
			this.line.TextChanged += new System.EventHandler(this.line_TextChanged);
			// 
			// lineRemoveButton
			// 
			this.lineRemoveButton.AutoSize = true;
			this.lineRemoveButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.lineRemoveButton.Enabled = false;
			this.lineRemoveButton.Location = new System.Drawing.Point(211, 17);
			this.lineRemoveButton.Name = "lineRemoveButton";
			this.lineRemoveButton.Size = new System.Drawing.Size(57, 23);
			this.lineRemoveButton.TabIndex = 10;
			this.lineRemoveButton.Text = "Remove";
			this.lineRemoveButton.UseVisualStyleBackColor = true;
			this.lineRemoveButton.Click += new System.EventHandler(this.lineRemoveButton_Click);
			// 
			// lineAddButton
			// 
			this.lineAddButton.AutoSize = true;
			this.lineAddButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.lineAddButton.Location = new System.Drawing.Point(169, 17);
			this.lineAddButton.Name = "lineAddButton";
			this.lineAddButton.Size = new System.Drawing.Size(36, 23);
			this.lineAddButton.TabIndex = 9;
			this.lineAddButton.Text = "Add";
			this.lineAddButton.UseVisualStyleBackColor = true;
			this.lineAddButton.Click += new System.EventHandler(this.lineAddButton_Click);
			// 
			// lineNum
			// 
			this.lineNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.lineNum.FormattingEnabled = true;
			this.lineNum.Location = new System.Drawing.Point(42, 19);
			this.lineNum.Name = "lineNum";
			this.lineNum.Size = new System.Drawing.Size(121, 21);
			this.lineNum.TabIndex = 8;
			this.lineNum.SelectedIndexChanged += new System.EventHandler(this.lineNum_SelectedIndexChanged);
			// 
			// label6
			// 
			label6.AutoSize = true;
			label6.Location = new System.Drawing.Point(6, 22);
			label6.Name = "label6";
			label6.Size = new System.Drawing.Size(30, 13);
			label6.TabIndex = 0;
			label6.Text = "Line:";
			// 
			// field
			// 
			this.field.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.field.FormattingEnabled = true;
			this.field.Items.AddRange(new object[] {
            "Station Square",
            "Mystic Ruins",
            "The Past"});
			this.field.Location = new System.Drawing.Point(50, 12);
			this.field.Name = "field";
			this.field.Size = new System.Drawing.Size(121, 21);
			this.field.TabIndex = 3;
			this.field.SelectedIndexChanged += new System.EventHandler(this.field_SelectedIndexChanged);
			// 
			// character
			// 
			this.character.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.character.FormattingEnabled = true;
			this.character.Items.AddRange(new object[] {
            "Sonic",
            "Tails",
            "Knuckles",
            "Amy",
            "Gamma",
            "Big",
            "Last"});
			this.character.Location = new System.Drawing.Point(74, 39);
			this.character.Name = "character";
			this.character.Size = new System.Drawing.Size(121, 21);
			this.character.TabIndex = 4;
			this.character.SelectedIndexChanged += new System.EventHandler(this.field_SelectedIndexChanged);
			// 
			// language
			// 
			this.language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.language.FormattingEnabled = true;
			this.language.Items.AddRange(new object[] {
            "Japanese",
            "English",
            "French",
            "Spanish",
            "German"});
			this.language.Location = new System.Drawing.Point(76, 66);
			this.language.Name = "language";
			this.language.Size = new System.Drawing.Size(121, 21);
			this.language.TabIndex = 5;
			this.language.SelectedIndexChanged += new System.EventHandler(this.field_SelectedIndexChanged);
			// 
			// loadButton
			// 
			this.loadButton.Enabled = false;
			this.loadButton.Location = new System.Drawing.Point(12, 93);
			this.loadButton.Name = "loadButton";
			this.loadButton.Size = new System.Drawing.Size(75, 23);
			this.loadButton.TabIndex = 6;
			this.loadButton.Text = "Load";
			this.loadButton.UseVisualStyleBackColor = true;
			this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
			// 
			// saveButton
			// 
			this.saveButton.Location = new System.Drawing.Point(93, 93);
			this.saveButton.Name = "saveButton";
			this.saveButton.Size = new System.Drawing.Size(75, 23);
			this.saveButton.TabIndex = 7;
			this.saveButton.Text = "Save";
			this.saveButton.UseVisualStyleBackColor = true;
			this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
			// 
			// panel2
			// 
			this.panel2.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.panel2.Controls.Add(this.panel3);
			this.panel2.Controls.Add(this.groupRemoveButton);
			this.panel2.Controls.Add(this.groupAddButton);
			this.panel2.Controls.Add(this.groupNum);
			this.panel2.Controls.Add(label5);
			this.panel2.Enabled = false;
			this.panel2.Location = new System.Drawing.Point(0, 149);
			this.panel2.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(403, 487);
			this.panel2.TabIndex = 10;
			// 
			// panel3
			// 
			this.panel3.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.panel3.AutoScroll = true;
			this.panel3.Controls.Add(groupBox4);
			this.panel3.Controls.Add(this.setEventUnset);
			this.panel3.Controls.Add(this.setEventNum);
			this.panel3.Controls.Add(this.setEventFlag);
			this.panel3.Controls.Add(this.axWindowsMediaPlayer1);
			this.panel3.Controls.Add(this.voiceNum);
			this.panel3.Controls.Add(this.voice);
			this.panel3.Controls.Add(groupBox3);
			this.panel3.Controls.Add(groupBox2);
			this.panel3.Controls.Add(groupBox1);
			this.panel3.Enabled = false;
			this.panel3.Location = new System.Drawing.Point(0, 32);
			this.panel3.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
			this.panel3.Name = "panel3";
			this.panel3.Size = new System.Drawing.Size(403, 455);
			this.panel3.TabIndex = 4;
			// 
			// setEventUnset
			// 
			this.setEventUnset.AutoSize = true;
			this.setEventUnset.Enabled = false;
			this.setEventUnset.Location = new System.Drawing.Point(170, 298);
			this.setEventUnset.Name = "setEventUnset";
			this.setEventUnset.Size = new System.Drawing.Size(54, 17);
			this.setEventUnset.TabIndex = 11;
			this.setEventUnset.Text = "Unset";
			this.setEventUnset.UseVisualStyleBackColor = true;
			this.setEventUnset.CheckedChanged += new System.EventHandler(this.setEventNum_ValueChanged);
			// 
			// setEventNum
			// 
			this.setEventNum.Enabled = false;
			this.setEventNum.Hexadecimal = true;
			this.setEventNum.Location = new System.Drawing.Point(114, 297);
			this.setEventNum.Maximum = new decimal(new int[] {
            511,
            0,
            0,
            0});
			this.setEventNum.Name = "setEventNum";
			this.setEventNum.Size = new System.Drawing.Size(50, 20);
			this.setEventNum.TabIndex = 10;
			this.setEventNum.ValueChanged += new System.EventHandler(this.setEventNum_ValueChanged);
			// 
			// setEventFlag
			// 
			this.setEventFlag.AutoSize = true;
			this.setEventFlag.Location = new System.Drawing.Point(12, 298);
			this.setEventFlag.Name = "setEventFlag";
			this.setEventFlag.Size = new System.Drawing.Size(96, 17);
			this.setEventFlag.TabIndex = 7;
			this.setEventFlag.Text = "Set Event Flag";
			this.setEventFlag.UseVisualStyleBackColor = true;
			this.setEventFlag.CheckedChanged += new System.EventHandler(this.setEventFlag_CheckedChanged);
			// 
			// axWindowsMediaPlayer1
			// 
			this.axWindowsMediaPlayer1.Enabled = true;
			this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(178, 260);
			this.axWindowsMediaPlayer1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
			this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
			this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
			this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(218, 34);
			this.axWindowsMediaPlayer1.TabIndex = 6;
			// 
			// voice
			// 
			this.voice.AutoSize = true;
			this.voice.Location = new System.Drawing.Point(12, 265);
			this.voice.Name = "voice";
			this.voice.Size = new System.Drawing.Size(76, 17);
			this.voice.TabIndex = 3;
			this.voice.Text = "Play Voice";
			this.voice.UseVisualStyleBackColor = true;
			this.voice.CheckedChanged += new System.EventHandler(this.voice_CheckedChanged);
			// 
			// groupRemoveButton
			// 
			this.groupRemoveButton.AutoSize = true;
			this.groupRemoveButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.groupRemoveButton.Enabled = false;
			this.groupRemoveButton.Location = new System.Drawing.Point(226, 3);
			this.groupRemoveButton.Name = "groupRemoveButton";
			this.groupRemoveButton.Size = new System.Drawing.Size(57, 23);
			this.groupRemoveButton.TabIndex = 3;
			this.groupRemoveButton.Text = "Remove";
			this.groupRemoveButton.UseVisualStyleBackColor = true;
			this.groupRemoveButton.Click += new System.EventHandler(this.groupRemoveButton_Click);
			// 
			// groupAddButton
			// 
			this.groupAddButton.AutoSize = true;
			this.groupAddButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.groupAddButton.Location = new System.Drawing.Point(184, 3);
			this.groupAddButton.Name = "groupAddButton";
			this.groupAddButton.Size = new System.Drawing.Size(36, 23);
			this.groupAddButton.TabIndex = 2;
			this.groupAddButton.Text = "Add";
			this.groupAddButton.UseVisualStyleBackColor = true;
			this.groupAddButton.Click += new System.EventHandler(this.groupAddButton_Click);
			// 
			// groupNum
			// 
			this.groupNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.groupNum.FormattingEnabled = true;
			this.groupNum.Location = new System.Drawing.Point(57, 5);
			this.groupNum.Name = "groupNum";
			this.groupNum.Size = new System.Drawing.Size(121, 21);
			this.groupNum.TabIndex = 1;
			this.groupNum.SelectedIndexChanged += new System.EventHandler(this.groupNum_SelectedIndexChanged);
			// 
			// npcID
			// 
			this.npcID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.npcID.FormattingEnabled = true;
			this.npcID.Location = new System.Drawing.Point(64, 122);
			this.npcID.Name = "npcID";
			this.npcID.Size = new System.Drawing.Size(121, 21);
			this.npcID.TabIndex = 9;
			this.npcID.SelectedIndexChanged += new System.EventHandler(this.npcID_SelectedIndexChanged);
			// 
			// npcRemoveButton
			// 
			this.npcRemoveButton.AutoSize = true;
			this.npcRemoveButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.npcRemoveButton.Enabled = false;
			this.npcRemoveButton.Location = new System.Drawing.Point(233, 120);
			this.npcRemoveButton.Name = "npcRemoveButton";
			this.npcRemoveButton.Size = new System.Drawing.Size(57, 23);
			this.npcRemoveButton.TabIndex = 12;
			this.npcRemoveButton.Text = "Remove";
			this.npcRemoveButton.UseVisualStyleBackColor = true;
			this.npcRemoveButton.Click += new System.EventHandler(this.npcRemoveButton_Click);
			// 
			// npcAddButton
			// 
			this.npcAddButton.AutoSize = true;
			this.npcAddButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.npcAddButton.Location = new System.Drawing.Point(191, 120);
			this.npcAddButton.Name = "npcAddButton";
			this.npcAddButton.Size = new System.Drawing.Size(36, 23);
			this.npcAddButton.TabIndex = 11;
			this.npcAddButton.Text = "Add";
			this.npcAddButton.UseVisualStyleBackColor = true;
			this.npcAddButton.Click += new System.EventHandler(this.npcAddButton_Click);
			// 
			// searchButton
			// 
			this.searchButton.AutoSize = true;
			this.searchButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.searchButton.Location = new System.Drawing.Point(174, 93);
			this.searchButton.Name = "searchButton";
			this.searchButton.Size = new System.Drawing.Size(61, 23);
			this.searchButton.TabIndex = 13;
			this.searchButton.Text = "Find Text";
			this.searchButton.UseVisualStyleBackColor = true;
			this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
			// 
			// voiceNum
			// 
			this.voiceNum.Directory = null;
			this.voiceNum.Enabled = false;
			this.voiceNum.Extension = "wma";
			this.voiceNum.Location = new System.Drawing.Point(94, 260);
			this.voiceNum.Name = "voiceNum";
			this.voiceNum.Size = new System.Drawing.Size(74, 23);
			this.voiceNum.TabIndex = 4;
			this.voiceNum.Title = "Voice File";
			this.voiceNum.Value = "0000";
			this.voiceNum.ValueChanged += new System.EventHandler(this.voiceNum_ValueChanged);
			// 
			// MessageFileEditor
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(403, 636);
			this.Controls.Add(this.searchButton);
			this.Controls.Add(this.npcRemoveButton);
			this.Controls.Add(this.npcAddButton);
			this.Controls.Add(this.panel2);
			this.Controls.Add(this.npcID);
			this.Controls.Add(label4);
			this.Controls.Add(this.saveButton);
			this.Controls.Add(this.loadButton);
			this.Controls.Add(this.language);
			this.Controls.Add(this.character);
			this.Controls.Add(this.field);
			this.Controls.Add(label3);
			this.Controls.Add(label2);
			this.Controls.Add(label1);
			this.Name = "MessageFileEditor";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.Text = "Message File Editor";
			this.Load += new System.EventHandler(this.MessageFileEditor_Load);
			groupBox1.ResumeLayout(false);
			groupBox1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.eventFlag)).EndInit();
			groupBox2.ResumeLayout(false);
			groupBox2.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.npcFlag)).EndInit();
			groupBox3.ResumeLayout(false);
			groupBox3.PerformLayout();
			groupBox4.ResumeLayout(false);
			groupBox4.PerformLayout();
			this.panel2.ResumeLayout(false);
			this.panel2.PerformLayout();
			this.panel3.ResumeLayout(false);
			this.panel3.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.setEventNum)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZYBaseFrom));
     System.Windows.Forms.GroupBox groupBox11;
     this.tbPatName1      = new System.Windows.Forms.TextBox();
     this.label31         = new System.Windows.Forms.Label();
     this.tbInpatNo1      = new GWMHIS.PublicControls.InpatientNOTextBox(this.components);
     this.label222        = new System.Windows.Forms.Label();
     this.toolStrip1      = new System.Windows.Forms.ToolStrip();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel22         = new System.Windows.Forms.Panel();
     this.panel4          = new System.Windows.Forms.Panel();
     this.lvPatList       = 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.columnHeader4   = new System.Windows.Forms.ColumnHeader();
     this.panel33         = new System.Windows.Forms.Panel();
     this.panel11         = new System.Windows.Forms.Panel();
     this.btbrush         = new System.Windows.Forms.Button();
     this.rbinout         = new System.Windows.Forms.RadioButton();
     this.checkBox1       = new System.Windows.Forms.CheckBox();
     this.label41         = new System.Windows.Forms.Label();
     this.label119        = new System.Windows.Forms.Label();
     this.chbDept         = new System.Windows.Forms.CheckBox();
     this.cbdate          = new System.Windows.Forms.CheckBox();
     this.rbOut           = new System.Windows.Forms.RadioButton();
     this.rbin            = new System.Windows.Forms.RadioButton();
     this.cbDept          = new System.Windows.Forms.ComboBox();
     this.dtpEnd          = new System.Windows.Forms.DateTimePicker();
     this.dtpBegin        = new System.Windows.Forms.DateTimePicker();
     groupBox11           = new System.Windows.Forms.GroupBox();
     this.plBaseToolbar.SuspendLayout();
     this.plBaseWorkArea.SuspendLayout();
     groupBox11.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel22.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel33.SuspendLayout();
     this.panel11.SuspendLayout();
     this.SuspendLayout();
     //
     // plBaseToolbar
     //
     this.plBaseToolbar.Controls.Add(this.toolStrip1);
     this.plBaseToolbar.Size    = new System.Drawing.Size(1016, 34);
     this.plBaseToolbar.Visible = false;
     //
     // baseImageList
     //
     this.baseImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("baseImageList.ImageStream")));
     this.baseImageList.Images.SetKeyName(0, "table_delete.gif");
     this.baseImageList.Images.SetKeyName(1, "search_big.GIF");
     this.baseImageList.Images.SetKeyName(2, "Save.GIF");
     this.baseImageList.Images.SetKeyName(3, "Print.GIF");
     this.baseImageList.Images.SetKeyName(4, "page_user_dark.gif");
     this.baseImageList.Images.SetKeyName(5, "page_refresh.gif");
     this.baseImageList.Images.SetKeyName(6, "page_key.gif");
     this.baseImageList.Images.SetKeyName(7, "page_edit.gif");
     this.baseImageList.Images.SetKeyName(8, "page_cross.gif");
     this.baseImageList.Images.SetKeyName(9, "list_users.gif");
     this.baseImageList.Images.SetKeyName(10, "icon_package_get.gif");
     this.baseImageList.Images.SetKeyName(11, "icon_network.gif");
     this.baseImageList.Images.SetKeyName(12, "icon_history.gif");
     this.baseImageList.Images.SetKeyName(13, "icon_accept.gif");
     this.baseImageList.Images.SetKeyName(14, "folder_page.gif");
     this.baseImageList.Images.SetKeyName(15, "folder_new.gif");
     this.baseImageList.Images.SetKeyName(16, "Exit.GIF");
     this.baseImageList.Images.SetKeyName(17, "Delete.GIF");
     this.baseImageList.Images.SetKeyName(18, "copy.gif");
     this.baseImageList.Images.SetKeyName(19, "action_stop.gif");
     this.baseImageList.Images.SetKeyName(20, "action_refresh.gif");
     //
     // plBaseStatus
     //
     this.plBaseStatus.Location = new System.Drawing.Point(0, 708);
     this.plBaseStatus.Size     = new System.Drawing.Size(1016, 26);
     this.plBaseStatus.Visible  = false;
     //
     // plBaseWorkArea
     //
     this.plBaseWorkArea.Controls.Add(this.splitContainer1);
     this.plBaseWorkArea.Location = new System.Drawing.Point(0, 68);
     this.plBaseWorkArea.Size     = new System.Drawing.Size(1016, 640);
     //
     // plTitle
     //
     this.plTitle.Size = new System.Drawing.Size(1016, 34);
     //
     // groupBox11
     //
     groupBox11.Controls.Add(this.tbPatName1);
     groupBox11.Controls.Add(this.label31);
     groupBox11.Controls.Add(this.tbInpatNo1);
     groupBox11.Controls.Add(this.label222);
     groupBox11.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox11.Location = new System.Drawing.Point(0, 0);
     groupBox11.Name     = "groupBox11";
     groupBox11.Size     = new System.Drawing.Size(217, 67);
     groupBox11.TabIndex = 19;
     groupBox11.TabStop  = false;
     groupBox11.Text     = "检索病人";
     //
     // tbPatName1
     //
     this.tbPatName1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.tbPatName1.Location     = new System.Drawing.Point(51, 39);
     this.tbPatName1.Name         = "tbPatName1";
     this.tbPatName1.Size         = new System.Drawing.Size(147, 21);
     this.tbPatName1.TabIndex     = 4;
     this.tbPatName1.TextChanged += new System.EventHandler(this.tbPatName_TextChanged);
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(7, 43);
     this.label31.Name     = "label31";
     this.label31.Size     = new System.Drawing.Size(41, 12);
     this.label31.TabIndex = 3;
     this.label31.Text     = "病人名";
     //
     // tbInpatNo1
     //
     this.tbInpatNo1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.tbInpatNo1.BackColor             = System.Drawing.Color.White;
     this.tbInpatNo1.EnabledFalseBackColor = System.Drawing.SystemColors.Control;
     this.tbInpatNo1.EnabledTrueBackColor  = System.Drawing.SystemColors.Window;
     this.tbInpatNo1.EnterBackColor        = System.Drawing.SystemColors.Window;
     this.tbInpatNo1.EnterForeColor        = System.Drawing.SystemColors.WindowText;
     this.tbInpatNo1.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbInpatNo1.ForeColor       = System.Drawing.Color.Black;
     this.tbInpatNo1.Location        = new System.Drawing.Point(51, 16);
     this.tbInpatNo1.Name            = "tbInpatNo1";
     this.tbInpatNo1.NextControl     = null;
     this.tbInpatNo1.PreviousControl = null;
     this.tbInpatNo1.Size            = new System.Drawing.Size(147, 21);
     this.tbInpatNo1.TabIndex        = 2;
     this.tbInpatNo1.Text            = "00000000";
     this.tbInpatNo1.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.tbInpatNo_KeyDown);
     //
     // label222
     //
     this.label222.AutoSize = true;
     this.label222.Location = new System.Drawing.Point(7, 21);
     this.label222.Name     = "label222";
     this.label222.Size     = new System.Drawing.Size(41, 12);
     this.label222.TabIndex = 0;
     this.label222.Text     = "住院号";
     //
     // toolStrip1
     //
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(1016, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // splitContainer1
     //
     this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     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.panel22);
     this.splitContainer1.Panel1.Controls.Add(this.panel11);
     this.splitContainer1.Size             = new System.Drawing.Size(1016, 640);
     this.splitContainer1.SplitterDistance = 221;
     this.splitContainer1.TabIndex         = 0;
     //
     // panel22
     //
     this.panel22.Controls.Add(this.panel4);
     this.panel22.Controls.Add(this.panel33);
     this.panel22.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel22.Location = new System.Drawing.Point(0, 154);
     this.panel22.Name     = "panel22";
     this.panel22.Size     = new System.Drawing.Size(217, 482);
     this.panel22.TabIndex = 20;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.lvPatList);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 67);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(217, 415);
     this.panel4.TabIndex = 3;
     //
     // lvPatList
     //
     this.lvPatList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.lvPatList.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvPatList.Font          = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lvPatList.FullRowSelect = true;
     this.lvPatList.GridLines     = true;
     this.lvPatList.Location      = new System.Drawing.Point(0, 0);
     this.lvPatList.MultiSelect   = false;
     this.lvPatList.Name          = "lvPatList";
     this.lvPatList.Size          = new System.Drawing.Size(217, 415);
     this.lvPatList.TabIndex      = 2;
     this.lvPatList.UseCompatibleStateImageBehavior = false;
     this.lvPatList.View         = System.Windows.Forms.View.Details;
     this.lvPatList.DoubleClick += new System.EventHandler(this.lvPatList_DoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "住院号";
     this.columnHeader1.Width = 80;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "姓名";
     this.columnHeader2.Width = 80;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "性别";
     this.columnHeader3.Width = 50;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "床位";
     this.columnHeader4.Width = 100;
     //
     // panel33
     //
     this.panel33.Controls.Add(groupBox11);
     this.panel33.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel33.Location = new System.Drawing.Point(0, 0);
     this.panel33.Name     = "panel33";
     this.panel33.Size     = new System.Drawing.Size(217, 67);
     this.panel33.TabIndex = 0;
     //
     // panel11
     //
     this.panel11.Controls.Add(this.btbrush);
     this.panel11.Controls.Add(this.rbinout);
     this.panel11.Controls.Add(this.checkBox1);
     this.panel11.Controls.Add(this.label41);
     this.panel11.Controls.Add(this.label119);
     this.panel11.Controls.Add(this.chbDept);
     this.panel11.Controls.Add(this.cbdate);
     this.panel11.Controls.Add(this.rbOut);
     this.panel11.Controls.Add(this.rbin);
     this.panel11.Controls.Add(this.cbDept);
     this.panel11.Controls.Add(this.dtpEnd);
     this.panel11.Controls.Add(this.dtpBegin);
     this.panel11.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel11.Location = new System.Drawing.Point(0, 0);
     this.panel11.Name     = "panel11";
     this.panel11.Size     = new System.Drawing.Size(217, 154);
     this.panel11.TabIndex = 0;
     //
     // btbrush
     //
     this.btbrush.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.btbrush.Location = new System.Drawing.Point(0, 131);
     this.btbrush.Name     = "btbrush";
     this.btbrush.Size     = new System.Drawing.Size(217, 23);
     this.btbrush.TabIndex = 24;
     this.btbrush.Text     = "刷新";
     this.btbrush.UseVisualStyleBackColor = true;
     this.btbrush.Click += new System.EventHandler(this.llabrush_LinkClicked);
     //
     // rbinout
     //
     this.rbinout.AutoSize = true;
     this.rbinout.Font     = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.rbinout.Location = new System.Drawing.Point(60, 86);
     this.rbinout.Name     = "rbinout";
     this.rbinout.Size     = new System.Drawing.Size(95, 18);
     this.rbinout.TabIndex = 23;
     this.rbinout.Text     = "出院未结算";
     this.rbinout.UseVisualStyleBackColor = true;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize  = true;
     this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBox1.Location  = new System.Drawing.Point(7, 110);
     this.checkBox1.Name      = "checkBox1";
     this.checkBox1.Size      = new System.Drawing.Size(82, 16);
     this.checkBox1.TabIndex  = 22;
     this.checkBox1.Text      = "手术室病人";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Location = new System.Drawing.Point(95, 112);
     this.label41.Name     = "label41";
     this.label41.Size     = new System.Drawing.Size(29, 12);
     this.label41.TabIndex = 20;
     this.label41.Text     = "人数";
     //
     // label119
     //
     this.label119.AutoSize  = true;
     this.label119.ForeColor = System.Drawing.Color.Blue;
     this.label119.Location  = new System.Drawing.Point(128, 112);
     this.label119.Name      = "label119";
     this.label119.Size      = new System.Drawing.Size(29, 12);
     this.label119.TabIndex  = 18;
     this.label119.Text      = "0 人";
     //
     // chbDept
     //
     this.chbDept.AutoSize  = true;
     this.chbDept.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chbDept.Location  = new System.Drawing.Point(3, 53);
     this.chbDept.Name      = "chbDept";
     this.chbDept.Size      = new System.Drawing.Size(46, 16);
     this.chbDept.TabIndex  = 17;
     this.chbDept.Text      = "科室";
     this.chbDept.UseVisualStyleBackColor = true;
     this.chbDept.CheckedChanged         += new System.EventHandler(this.chbDept_CheckedChanged);
     //
     // cbdate
     //
     this.cbdate.AutoSize  = true;
     this.cbdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbdate.Location  = new System.Drawing.Point(3, 6);
     this.cbdate.Name      = "cbdate";
     this.cbdate.Size      = new System.Drawing.Size(46, 16);
     this.cbdate.TabIndex  = 14;
     this.cbdate.Text      = "日期";
     this.cbdate.UseVisualStyleBackColor = true;
     this.cbdate.CheckedChanged         += new System.EventHandler(this.cbdate_CheckedChanged);
     //
     // rbOut
     //
     this.rbOut.AutoSize = true;
     this.rbOut.Font     = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.rbOut.Location = new System.Drawing.Point(159, 86);
     this.rbOut.Name     = "rbOut";
     this.rbOut.Size     = new System.Drawing.Size(53, 18);
     this.rbOut.TabIndex = 12;
     this.rbOut.Text     = "出院";
     this.rbOut.UseVisualStyleBackColor = true;
     this.rbOut.CheckedChanged         += new System.EventHandler(this.rbOut_CheckedChanged);
     //
     // rbin
     //
     this.rbin.AutoSize = true;
     this.rbin.Checked  = true;
     this.rbin.Font     = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.rbin.Location = new System.Drawing.Point(7, 86);
     this.rbin.Name     = "rbin";
     this.rbin.Size     = new System.Drawing.Size(53, 18);
     this.rbin.TabIndex = 11;
     this.rbin.TabStop  = true;
     this.rbin.Text     = "在院";
     this.rbin.UseVisualStyleBackColor = true;
     this.rbin.CheckedChanged         += new System.EventHandler(this.rbin_CheckedChanged);
     //
     // cbDept
     //
     this.cbDept.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.cbDept.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDept.Enabled           = false;
     this.cbDept.Font              = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbDept.FormattingEnabled = true;
     this.cbDept.Location          = new System.Drawing.Point(55, 50);
     this.cbDept.Name              = "cbDept";
     this.cbDept.Size              = new System.Drawing.Size(143, 21);
     this.cbDept.TabIndex          = 10;
     //
     // dtpEnd
     //
     this.dtpEnd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.dtpEnd.CustomFormat = "yyyy-MM-dd";
     this.dtpEnd.Enabled      = false;
     this.dtpEnd.Font         = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dtpEnd.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEnd.Location     = new System.Drawing.Point(55, 23);
     this.dtpEnd.Name         = "dtpEnd";
     this.dtpEnd.Size         = new System.Drawing.Size(143, 23);
     this.dtpEnd.TabIndex     = 8;
     //
     // dtpBegin
     //
     this.dtpBegin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.dtpBegin.CustomFormat = "yyyy-MM-dd";
     this.dtpBegin.Enabled      = false;
     this.dtpBegin.Font         = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dtpBegin.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpBegin.Location     = new System.Drawing.Point(55, 0);
     this.dtpBegin.Name         = "dtpBegin";
     this.dtpBegin.Size         = new System.Drawing.Size(143, 23);
     this.dtpBegin.TabIndex     = 7;
     //
     // ZYBaseFrom
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1016, 734);
     this.FormTitle           = "住院收费";
     this.Name  = "ZYBaseFrom";
     this.Text  = "";
     this.Load += new System.EventHandler(this.ZYBaseFrom_Load);
     this.plBaseToolbar.ResumeLayout(false);
     this.plBaseToolbar.PerformLayout();
     this.plBaseWorkArea.ResumeLayout(false);
     groupBox11.ResumeLayout(false);
     groupBox11.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel22.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel33.ResumeLayout(false);
     this.panel11.ResumeLayout(false);
     this.panel11.PerformLayout();
     this.ResumeLayout(false);
 }
示例#18
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.Button btnSend;
            System.Windows.Forms.MenuStrip menu;
            System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
            System.Windows.Forms.ToolStripMenuItem menuItemClearScreen;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
            System.Windows.Forms.ToolStripMenuItem reloadSpecialControlFileToolStripMenuItem;
            System.Windows.Forms.ToolStripMenuItem menuItemReloadGemXml;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
            System.Windows.Forms.ToolStripMenuItem publishZServiceToolStripMenuItem;
            System.Windows.Forms.ToolStripMenuItem menuItemExit;
            System.Windows.Forms.ToolStripMenuItem sECSToolStripMenuItem;
            System.Windows.Forms.ToolStripMenuItem menuItemSECSMessageList;
            System.Windows.Forms.ToolStripMenuItem defineLinkToolStripMenuItem;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
            System.Windows.Forms.ToolStripMenuItem menuItemEnableLinkTest;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
            System.Windows.Forms.ToolStripMenuItem configToolStripMenuItem;
            System.Windows.Forms.ToolStripMenuItem menuItemEapConfig;
            System.Windows.Forms.ToolStripMenuItem menuItemGemConfig;
            System.Windows.Forms.StatusStrip statusbar;
            System.Windows.Forms.SplitContainer splitContainer2;
            this.txtMsg = new System.Windows.Forms.TextBox();
            this.menuItemGemEnable = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemGemDisable = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemSecsTrace = new System.Windows.Forms.ToolStripMenuItem();
            this.eqpAddressStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.eapDriverLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.gemStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.listBoxSecsMessages = new System.Windows.Forms.ListBox();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.rtxtScreen = new System.Windows.Forms.RichTextBox();
            groupBox1 = new System.Windows.Forms.GroupBox();
            btnSend = new System.Windows.Forms.Button();
            menu = new System.Windows.Forms.MenuStrip();
            fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            menuItemClearScreen = new System.Windows.Forms.ToolStripMenuItem();
            toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            reloadSpecialControlFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            menuItemReloadGemXml = new System.Windows.Forms.ToolStripMenuItem();
            toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            publishZServiceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            menuItemExit = new System.Windows.Forms.ToolStripMenuItem();
            sECSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            menuItemSECSMessageList = new System.Windows.Forms.ToolStripMenuItem();
            defineLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            menuItemEnableLinkTest = new System.Windows.Forms.ToolStripMenuItem();
            toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            configToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            menuItemEapConfig = new System.Windows.Forms.ToolStripMenuItem();
            menuItemGemConfig = new System.Windows.Forms.ToolStripMenuItem();
            statusbar = new System.Windows.Forms.StatusStrip();
            splitContainer2 = new System.Windows.Forms.SplitContainer();
            groupBox1.SuspendLayout();
            menu.SuspendLayout();
            statusbar.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
            splitContainer2.Panel1.SuspendLayout();
            splitContainer2.Panel2.SuspendLayout();
            splitContainer2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            groupBox1.Controls.Add(this.txtMsg);
            groupBox1.Controls.Add(btnSend);
            groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            groupBox1.Location = new System.Drawing.Point(0, 0);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(96, 207);
            groupBox1.TabIndex = 5;
            groupBox1.TabStop = false;
            groupBox1.Text = "Message";
            // 
            // txtMsg
            // 
            this.txtMsg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtMsg.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtMsg.Location = new System.Drawing.Point(3, 18);
            this.txtMsg.Multiline = true;
            this.txtMsg.Name = "txtMsg";
            this.txtMsg.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtMsg.Size = new System.Drawing.Size(90, 162);
            this.txtMsg.TabIndex = 2;
            this.txtMsg.WordWrap = false;
            // 
            // btnSend
            // 
            btnSend.Dock = System.Windows.Forms.DockStyle.Bottom;
            btnSend.Location = new System.Drawing.Point(3, 180);
            btnSend.Name = "btnSend";
            btnSend.Size = new System.Drawing.Size(90, 24);
            btnSend.TabIndex = 1;
            btnSend.Text = "Send";
            btnSend.Click += new System.EventHandler(this.btnSend_Click);
            // 
            // menu
            // 
            menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            fileToolStripMenuItem,
            sECSToolStripMenuItem,
            configToolStripMenuItem});
            menu.Location = new System.Drawing.Point(0, 0);
            menu.Name = "menu";
            menu.Size = new System.Drawing.Size(642, 24);
            menu.TabIndex = 0;
            menu.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            menuItemClearScreen,
            toolStripSeparator5,
            reloadSpecialControlFileToolStripMenuItem,
            menuItemReloadGemXml,
            toolStripSeparator1,
            publishZServiceToolStripMenuItem,
            menuItemExit});
            fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            fileToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
            fileToolStripMenuItem.Text = "File";
            // 
            // menuItemClearScreen
            // 
            menuItemClearScreen.Name = "menuItemClearScreen";
            menuItemClearScreen.Size = new System.Drawing.Size(226, 22);
            menuItemClearScreen.Text = "Clear Screen";
            menuItemClearScreen.Click += new System.EventHandler(this.menuItemClearScreen_Click);
            // 
            // toolStripSeparator5
            // 
            toolStripSeparator5.Name = "toolStripSeparator5";
            toolStripSeparator5.Size = new System.Drawing.Size(223, 6);
            // 
            // reloadSpecialControlFileToolStripMenuItem
            // 
            reloadSpecialControlFileToolStripMenuItem.Name = "reloadSpecialControlFileToolStripMenuItem";
            reloadSpecialControlFileToolStripMenuItem.Size = new System.Drawing.Size(226, 22);
            reloadSpecialControlFileToolStripMenuItem.Text = "Reload Special Control File";
            reloadSpecialControlFileToolStripMenuItem.Click += new System.EventHandler(this.reloadSpecialControlFileToolStripMenuItem_Click);
            // 
            // menuItemReloadGemXml
            // 
            menuItemReloadGemXml.Name = "menuItemReloadGemXml";
            menuItemReloadGemXml.Size = new System.Drawing.Size(226, 22);
            menuItemReloadGemXml.Text = "Reload Gem.xml";
            menuItemReloadGemXml.Click += new System.EventHandler(this.menuItemReloadGemXml_Click);
            // 
            // toolStripSeparator1
            // 
            toolStripSeparator1.Name = "toolStripSeparator1";
            toolStripSeparator1.Size = new System.Drawing.Size(223, 6);
            // 
            // publishZServiceToolStripMenuItem
            // 
            publishZServiceToolStripMenuItem.Name = "publishZServiceToolStripMenuItem";
            publishZServiceToolStripMenuItem.Size = new System.Drawing.Size(226, 22);
            publishZServiceToolStripMenuItem.Text = "Publish Z Service";
            publishZServiceToolStripMenuItem.Click += new System.EventHandler(this.publishZServiceToolStripMenuItem_Click);
            // 
            // menuItemExit
            // 
            menuItemExit.Name = "menuItemExit";
            menuItemExit.Size = new System.Drawing.Size(226, 22);
            menuItemExit.Text = "Exit";
            menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
            // 
            // sECSToolStripMenuItem
            // 
            sECSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            menuItemSECSMessageList,
            defineLinkToolStripMenuItem,
            toolStripSeparator2,
            this.menuItemGemEnable,
            this.menuItemGemDisable,
            toolStripSeparator3,
            menuItemEnableLinkTest,
            toolStripSeparator4,
            this.menuItemSecsTrace});
            sECSToolStripMenuItem.Name = "sECSToolStripMenuItem";
            sECSToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
            sECSToolStripMenuItem.Text = "SECS";
            // 
            // menuItemSECSMessageList
            // 
            menuItemSECSMessageList.CheckOnClick = true;
            menuItemSECSMessageList.Name = "menuItemSECSMessageList";
            menuItemSECSMessageList.Size = new System.Drawing.Size(178, 22);
            menuItemSECSMessageList.Text = "SECS Message List";
            menuItemSECSMessageList.Click += new System.EventHandler(this.menuItemSecsMessagestList_Click);
            // 
            // defineLinkToolStripMenuItem
            // 
            defineLinkToolStripMenuItem.Name = "defineLinkToolStripMenuItem";
            defineLinkToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
            defineLinkToolStripMenuItem.Text = "Define Link";
            defineLinkToolStripMenuItem.Click += new System.EventHandler(this.defineLinkToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            toolStripSeparator2.Name = "toolStripSeparator2";
            toolStripSeparator2.Size = new System.Drawing.Size(175, 6);
            // 
            // menuItemGemEnable
            // 
            this.menuItemGemEnable.Name = "menuItemGemEnable";
            this.menuItemGemEnable.Size = new System.Drawing.Size(178, 22);
            this.menuItemGemEnable.Text = "Enable";
            this.menuItemGemEnable.Click += new System.EventHandler(this.menuItemGemEnable_Click);
            // 
            // menuItemGemDisable
            // 
            this.menuItemGemDisable.Name = "menuItemGemDisable";
            this.menuItemGemDisable.Size = new System.Drawing.Size(178, 22);
            this.menuItemGemDisable.Text = "Disable";
            this.menuItemGemDisable.Click += new System.EventHandler(this.menuItemGemDisable_Click);
            // 
            // toolStripSeparator3
            // 
            toolStripSeparator3.Name = "toolStripSeparator3";
            toolStripSeparator3.Size = new System.Drawing.Size(175, 6);
            // 
            // menuItemEnableLinkTest
            // 
            menuItemEnableLinkTest.CheckOnClick = true;
            menuItemEnableLinkTest.Name = "menuItemEnableLinkTest";
            menuItemEnableLinkTest.Size = new System.Drawing.Size(178, 22);
            menuItemEnableLinkTest.Text = "Link Test";
            menuItemEnableLinkTest.Click += new System.EventHandler(this.enableTraceLogToolStripMenuItem_Click);
            // 
            // toolStripSeparator4
            // 
            toolStripSeparator4.Name = "toolStripSeparator4";
            toolStripSeparator4.Size = new System.Drawing.Size(175, 6);
            // 
            // menuItemSecsTrace
            // 
            this.menuItemSecsTrace.CheckOnClick = true;
            this.menuItemSecsTrace.Name = "menuItemSecsTrace";
            this.menuItemSecsTrace.Size = new System.Drawing.Size(178, 22);
            this.menuItemSecsTrace.Text = "Trace On Screen";
            this.menuItemSecsTrace.Click += new System.EventHandler(this.menuItemSecsTrace_Click);
            // 
            // configToolStripMenuItem
            // 
            configToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            menuItemEapConfig,
            menuItemGemConfig});
            configToolStripMenuItem.Name = "configToolStripMenuItem";
            configToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
            configToolStripMenuItem.Text = "Config";
            // 
            // menuItemEapConfig
            // 
            menuItemEapConfig.Name = "menuItemEapConfig";
            menuItemEapConfig.Size = new System.Drawing.Size(102, 22);
            menuItemEapConfig.Text = "EAP";
            menuItemEapConfig.Click += new System.EventHandler(this.menuItemEapConfig_Click);
            // 
            // menuItemGemConfig
            // 
            menuItemGemConfig.Name = "menuItemGemConfig";
            menuItemGemConfig.Size = new System.Drawing.Size(102, 22);
            menuItemGemConfig.Text = "GEM";
            menuItemGemConfig.Click += new System.EventHandler(this.menuItemGemConfig_Click);
            // 
            // statusbar
            // 
            statusbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.eqpAddressStatusLabel,
            this.eapDriverLabel,
            this.gemStatusLabel});
            statusbar.Location = new System.Drawing.Point(0, 441);
            statusbar.Name = "statusbar";
            statusbar.Size = new System.Drawing.Size(642, 22);
            statusbar.TabIndex = 1;
            // 
            // eqpAddressStatusLabel
            // 
            this.eqpAddressStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Bump;
            this.eqpAddressStatusLabel.Name = "eqpAddressStatusLabel";
            this.eqpAddressStatusLabel.Size = new System.Drawing.Size(47, 17);
            this.eqpAddressStatusLabel.Text = "EQP IP:";
            // 
            // eapDriverLabel
            // 
            this.eapDriverLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) 
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)));
            this.eapDriverLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
            this.eapDriverLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.eapDriverLabel.Name = "eapDriverLabel";
            this.eapDriverLabel.Size = new System.Drawing.Size(476, 17);
            this.eapDriverLabel.Spring = true;
            this.eapDriverLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // gemStatusLabel
            // 
            this.gemStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.gemStatusLabel.Name = "gemStatusLabel";
            this.gemStatusLabel.Size = new System.Drawing.Size(104, 17);
            this.gemStatusLabel.Text = "SECS GEM Status";
            // 
            // splitContainer2
            // 
            splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            splitContainer2.Location = new System.Drawing.Point(0, 0);
            splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            splitContainer2.Panel1.Controls.Add(this.listBoxSecsMessages);
            // 
            // splitContainer2.Panel2
            // 
            splitContainer2.Panel2.Controls.Add(groupBox1);
            splitContainer2.Size = new System.Drawing.Size(150, 207);
            splitContainer2.TabIndex = 0;
            splitContainer2.TabStop = false;
            // 
            // listBoxSecsMessages
            // 
            this.listBoxSecsMessages.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.listBoxSecsMessages.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBoxSecsMessages.ItemHeight = 12;
            this.listBoxSecsMessages.Location = new System.Drawing.Point(0, 0);
            this.listBoxSecsMessages.Name = "listBoxSecsMessages";
            this.listBoxSecsMessages.Size = new System.Drawing.Size(50, 207);
            this.listBoxSecsMessages.TabIndex = 1;
            this.listBoxSecsMessages.SelectedIndexChanged += new System.EventHandler(this.listBoxSecsMessageList_SelectedIndexChanged);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.IsSplitterFixed = true;
            this.splitContainer1.Location = new System.Drawing.Point(0, 24);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(splitContainer2);
            this.splitContainer1.Panel1Collapsed = true;
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.rtxtScreen);
            this.splitContainer1.Size = new System.Drawing.Size(642, 417);
            this.splitContainer1.SplitterDistance = 207;
            this.splitContainer1.TabIndex = 10;
            // 
            // rtxtScreen
            // 
            this.rtxtScreen.BackColor = System.Drawing.Color.White;
            this.rtxtScreen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.rtxtScreen.DetectUrls = false;
            this.rtxtScreen.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtxtScreen.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rtxtScreen.Location = new System.Drawing.Point(0, 0);
            this.rtxtScreen.MaxLength = 8192;
            this.rtxtScreen.Name = "rtxtScreen";
            this.rtxtScreen.ReadOnly = true;
            this.rtxtScreen.ShortcutsEnabled = false;
            this.rtxtScreen.Size = new System.Drawing.Size(642, 417);
            this.rtxtScreen.TabIndex = 8;
            this.rtxtScreen.TabStop = false;
            this.rtxtScreen.Text = "";
            this.rtxtScreen.WordWrap = false;
            // 
            // HostMainForm
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(642, 463);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(statusbar);
            this.Controls.Add(menu);
            this.MainMenuStrip = menu;
            this.Name = "HostMainForm";
            this.Text = "MainForm";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            menu.ResumeLayout(false);
            menu.PerformLayout();
            statusbar.ResumeLayout(false);
            statusbar.PerformLayout();
            splitContainer2.Panel1.ResumeLayout(false);
            splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit();
            splitContainer2.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#19
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.ColumnHeader columnHeader1;
     System.Windows.Forms.ColumnHeader columnHeader2;
     System.Windows.Forms.GroupBox     groupBox1;
     System.Windows.Forms.GroupBox     groupBox2;
     this.comicDefinitionsList  = new System.Windows.Forms.ListView();
     this.txtOverrideStartUrl   = new System.Windows.Forms.TextBox();
     this.chkOverrideStartUrl   = new System.Windows.Forms.CheckBox();
     this.outputContextMenu     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.startButton           = new System.Windows.Forms.Button();
     this.closeButton           = new System.Windows.Forms.Button();
     this.pauseButton           = new System.Windows.Forms.Button();
     this.abortButton           = new System.Windows.Forms.Button();
     this.lblFoundStrips        = new System.Windows.Forms.Label();
     this.eventsRichTextBox     = new Woofy.Core.ExRichTextBox();
     columnHeader1 = new System.Windows.Forms.ColumnHeader();
     columnHeader2 = new System.Windows.Forms.ColumnHeader();
     groupBox1     = new System.Windows.Forms.GroupBox();
     groupBox2     = new System.Windows.Forms.GroupBox();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     this.outputContextMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // columnHeader1
     //
     columnHeader1.Text  = "Comic";
     columnHeader1.Width = 390;
     //
     // columnHeader2
     //
     columnHeader2.Text  = "Definition Author";
     columnHeader2.Width = 180;
     //
     // groupBox1
     //
     groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox1.Controls.Add(this.comicDefinitionsList);
     groupBox1.Controls.Add(this.txtOverrideStartUrl);
     groupBox1.Controls.Add(this.chkOverrideStartUrl);
     groupBox1.Location = new System.Drawing.Point(12, 12);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(588, 334);
     groupBox1.TabIndex = 15;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Test Selection";
     //
     // comicDefinitionsList
     //
     this.comicDefinitionsList.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.comicDefinitionsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         columnHeader1,
         columnHeader2
     });
     this.comicDefinitionsList.Cursor        = System.Windows.Forms.Cursors.Default;
     this.comicDefinitionsList.FullRowSelect = true;
     this.comicDefinitionsList.GridLines     = true;
     this.comicDefinitionsList.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.comicDefinitionsList.HideSelection = false;
     this.comicDefinitionsList.Location      = new System.Drawing.Point(6, 19);
     this.comicDefinitionsList.MultiSelect   = false;
     this.comicDefinitionsList.Name          = "comicDefinitionsList";
     this.comicDefinitionsList.Size          = new System.Drawing.Size(576, 258);
     this.comicDefinitionsList.TabIndex      = 7;
     this.comicDefinitionsList.UseCompatibleStateImageBehavior = false;
     this.comicDefinitionsList.View         = System.Windows.Forms.View.Details;
     this.comicDefinitionsList.DoubleClick += new System.EventHandler(this.comicDefinitionsList_DoubleClick);
     //
     // txtOverrideStartUrl
     //
     this.txtOverrideStartUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.txtOverrideStartUrl.Enabled  = false;
     this.txtOverrideStartUrl.Location = new System.Drawing.Point(5, 303);
     this.txtOverrideStartUrl.Margin   = new System.Windows.Forms.Padding(2);
     this.txtOverrideStartUrl.Name     = "txtOverrideStartUrl";
     this.txtOverrideStartUrl.Size     = new System.Drawing.Size(577, 20);
     this.txtOverrideStartUrl.TabIndex = 14;
     //
     // chkOverrideStartUrl
     //
     this.chkOverrideStartUrl.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkOverrideStartUrl.AutoSize = true;
     this.chkOverrideStartUrl.Location = new System.Drawing.Point(5, 282);
     this.chkOverrideStartUrl.Margin   = new System.Windows.Forms.Padding(2);
     this.chkOverrideStartUrl.Name     = "chkOverrideStartUrl";
     this.chkOverrideStartUrl.Size     = new System.Drawing.Size(103, 17);
     this.chkOverrideStartUrl.TabIndex = 13;
     this.chkOverrideStartUrl.Text     = "Override start url";
     this.chkOverrideStartUrl.UseVisualStyleBackColor = true;
     this.chkOverrideStartUrl.CheckedChanged         += new System.EventHandler(this.chkOverrideStartUrl_CheckedChanged);
     //
     // groupBox2
     //
     groupBox2.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)));
     groupBox2.Controls.Add(this.eventsRichTextBox);
     groupBox2.Location = new System.Drawing.Point(12, 352);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(588, 305);
     groupBox2.TabIndex = 16;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Output";
     //
     // outputContextMenu
     //
     this.outputContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copyToolStripMenuItem
     });
     this.outputContextMenu.Name = "outputContextMenu";
     this.outputContextMenu.Size = new System.Drawing.Size(150, 26);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Image        = global::Woofy.Properties.Resources.Copy;
     this.copyToolStripMenuItem.Name         = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.copyToolStripMenuItem.Size         = new System.Drawing.Size(149, 22);
     this.copyToolStripMenuItem.Text         = "&Copy";
     this.copyToolStripMenuItem.Click       += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // startButton
     //
     this.startButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.startButton.Location = new System.Drawing.Point(444, 663);
     this.startButton.Name     = "startButton";
     this.startButton.Size     = new System.Drawing.Size(75, 23);
     this.startButton.TabIndex = 2;
     this.startButton.Text     = "Start";
     this.startButton.UseVisualStyleBackColor = true;
     this.startButton.Click += new System.EventHandler(this.startDebugButton_Click);
     //
     // closeButton
     //
     this.closeButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.closeButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.closeButton.Location                = new System.Drawing.Point(525, 663);
     this.closeButton.Name                    = "closeButton";
     this.closeButton.Size                    = new System.Drawing.Size(75, 23);
     this.closeButton.TabIndex                = 3;
     this.closeButton.Text                    = "Close";
     this.closeButton.UseVisualStyleBackColor = true;
     this.closeButton.Click                  += new System.EventHandler(this.cancelButton_Click);
     //
     // pauseButton
     //
     this.pauseButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.pauseButton.Location = new System.Drawing.Point(444, 663);
     this.pauseButton.Name     = "pauseButton";
     this.pauseButton.Size     = new System.Drawing.Size(75, 23);
     this.pauseButton.TabIndex = 17;
     this.pauseButton.Text     = "Pause";
     this.pauseButton.UseVisualStyleBackColor = true;
     this.pauseButton.Visible = false;
     this.pauseButton.Click  += new System.EventHandler(this.pauseButton_Click);
     //
     // abortButton
     //
     this.abortButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.abortButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.abortButton.Location                = new System.Drawing.Point(525, 663);
     this.abortButton.Name                    = "abortButton";
     this.abortButton.Size                    = new System.Drawing.Size(75, 23);
     this.abortButton.TabIndex                = 18;
     this.abortButton.Text                    = "Abort";
     this.abortButton.UseVisualStyleBackColor = true;
     this.abortButton.Visible                 = false;
     this.abortButton.Click                  += new System.EventHandler(this.abortButton_Click);
     //
     // lblFoundStrips
     //
     this.lblFoundStrips.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblFoundStrips.AutoSize = true;
     this.lblFoundStrips.Location = new System.Drawing.Point(9, 673);
     this.lblFoundStrips.Name     = "lblFoundStrips";
     this.lblFoundStrips.Size     = new System.Drawing.Size(100, 13);
     this.lblFoundStrips.TabIndex = 7;
     this.lblFoundStrips.Text     = "Found <009> strips.";
     this.lblFoundStrips.Visible  = false;
     //
     // eventsRichTextBox
     //
     this.eventsRichTextBox.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.eventsRichTextBox.ContextMenuStrip = this.outputContextMenu;
     this.eventsRichTextBox.HiglightColor    = Woofy.Core.RtfColor.White;
     this.eventsRichTextBox.Location         = new System.Drawing.Point(6, 19);
     this.eventsRichTextBox.Name             = "eventsRichTextBox";
     this.eventsRichTextBox.ReadOnly         = true;
     this.eventsRichTextBox.Size             = new System.Drawing.Size(576, 280);
     this.eventsRichTextBox.TabIndex         = 6;
     this.eventsRichTextBox.Text             = "";
     this.eventsRichTextBox.TextColor        = Woofy.Core.RtfColor.Black;
     this.eventsRichTextBox.LinkClicked     += new System.Windows.Forms.LinkClickedEventHandler(this.eventsRichTextBox_LinkClicked);
     //
     // DefinitionsDebugForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(612, 698);
     this.Controls.Add(this.abortButton);
     this.Controls.Add(this.pauseButton);
     this.Controls.Add(this.lblFoundStrips);
     this.Controls.Add(groupBox2);
     this.Controls.Add(groupBox1);
     this.Controls.Add(this.closeButton);
     this.Controls.Add(this.startButton);
     this.MinimizeBox   = false;
     this.Name          = "DefinitionsDebugForm";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Debug Comic Definitions";
     this.Load         += new System.EventHandler(this.DefinitionsDebugForm_Load);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.DefinitionsDebugForm_FormClosing);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     groupBox2.ResumeLayout(false);
     this.outputContextMenu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#20
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.Label label14;
            System.Windows.Forms.Label label1;
            this.lbSeq11 = new System.Windows.Forms.Label();
            this.lbSeq10 = new System.Windows.Forms.Label();
            this.lbSeq9 = new System.Windows.Forms.Label();
            this.lbSeq8 = new System.Windows.Forms.Label();
            this.lbSeq7 = new System.Windows.Forms.Label();
            this.lbSeq6 = new System.Windows.Forms.Label();
            this.lbSeq5 = new System.Windows.Forms.Label();
            this.lbSeq4 = new System.Windows.Forms.Label();
            this.lbSeq3 = new System.Windows.Forms.Label();
            this.lbSeq2 = new System.Windows.Forms.Label();
            this.lbSeq1 = new System.Windows.Forms.Label();
            this.tbSequenceLength = new System.Windows.Forms.TextBox();
            this.btnPad1 = new System.Windows.Forms.Button();
            this.btnPad2 = new System.Windows.Forms.Button();
            this.btnPad4 = new System.Windows.Forms.Button();
            this.btnPad5 = new System.Windows.Forms.Button();
            this.btnPad3 = new System.Windows.Forms.Button();
            this.btnJoin = new System.Windows.Forms.Button();
            groupBox1 = new System.Windows.Forms.GroupBox();
            label14 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            groupBox1.Controls.Add(label14);
            groupBox1.Controls.Add(this.lbSeq11);
            groupBox1.Controls.Add(this.lbSeq10);
            groupBox1.Controls.Add(this.lbSeq9);
            groupBox1.Controls.Add(this.lbSeq8);
            groupBox1.Controls.Add(this.lbSeq7);
            groupBox1.Controls.Add(this.lbSeq6);
            groupBox1.Controls.Add(this.lbSeq5);
            groupBox1.Controls.Add(this.lbSeq4);
            groupBox1.Controls.Add(this.lbSeq3);
            groupBox1.Controls.Add(this.lbSeq2);
            groupBox1.Controls.Add(this.lbSeq1);
            groupBox1.Controls.Add(this.tbSequenceLength);
            groupBox1.Controls.Add(label1);
            groupBox1.Location = new System.Drawing.Point(13, 13);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(374, 95);
            groupBox1.TabIndex = 0;
            groupBox1.TabStop = false;
            groupBox1.Text = "Current Sequence";
            // 
            // label14
            // 
            label14.AutoSize = true;
            label14.Location = new System.Drawing.Point(352, 54);
            label14.Name = "label14";
            label14.Size = new System.Drawing.Size(16, 13);
            label14.TabIndex = 14;
            label14.Text = "...";
            // 
            // lbSeq11
            // 
            this.lbSeq11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbSeq11.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbSeq11.Location = new System.Drawing.Point(323, 45);
            this.lbSeq11.Name = "lbSeq11";
            this.lbSeq11.Size = new System.Drawing.Size(23, 22);
            this.lbSeq11.TabIndex = 12;
            this.lbSeq11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbSeq10
            // 
            this.lbSeq10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbSeq10.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbSeq10.Location = new System.Drawing.Point(294, 45);
            this.lbSeq10.Name = "lbSeq10";
            this.lbSeq10.Size = new System.Drawing.Size(23, 22);
            this.lbSeq10.TabIndex = 11;
            this.lbSeq10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbSeq9
            // 
            this.lbSeq9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbSeq9.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbSeq9.Location = new System.Drawing.Point(265, 45);
            this.lbSeq9.Name = "lbSeq9";
            this.lbSeq9.Size = new System.Drawing.Size(23, 22);
            this.lbSeq9.TabIndex = 10;
            this.lbSeq9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbSeq8
            // 
            this.lbSeq8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbSeq8.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbSeq8.Location = new System.Drawing.Point(236, 45);
            this.lbSeq8.Name = "lbSeq8";
            this.lbSeq8.Size = new System.Drawing.Size(23, 22);
            this.lbSeq8.TabIndex = 9;
            this.lbSeq8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbSeq7
            // 
            this.lbSeq7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbSeq7.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbSeq7.Location = new System.Drawing.Point(207, 45);
            this.lbSeq7.Name = "lbSeq7";
            this.lbSeq7.Size = new System.Drawing.Size(23, 22);
            this.lbSeq7.TabIndex = 8;
            this.lbSeq7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbSeq6
            // 
            this.lbSeq6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbSeq6.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbSeq6.Location = new System.Drawing.Point(178, 45);
            this.lbSeq6.Name = "lbSeq6";
            this.lbSeq6.Size = new System.Drawing.Size(23, 22);
            this.lbSeq6.TabIndex = 7;
            this.lbSeq6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbSeq5
            // 
            this.lbSeq5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbSeq5.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbSeq5.Location = new System.Drawing.Point(149, 45);
            this.lbSeq5.Name = "lbSeq5";
            this.lbSeq5.Size = new System.Drawing.Size(23, 22);
            this.lbSeq5.TabIndex = 6;
            this.lbSeq5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbSeq4
            // 
            this.lbSeq4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbSeq4.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbSeq4.Location = new System.Drawing.Point(120, 45);
            this.lbSeq4.Name = "lbSeq4";
            this.lbSeq4.Size = new System.Drawing.Size(23, 22);
            this.lbSeq4.TabIndex = 5;
            this.lbSeq4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbSeq3
            // 
            this.lbSeq3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbSeq3.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbSeq3.Location = new System.Drawing.Point(91, 45);
            this.lbSeq3.Name = "lbSeq3";
            this.lbSeq3.Size = new System.Drawing.Size(23, 22);
            this.lbSeq3.TabIndex = 4;
            this.lbSeq3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbSeq2
            // 
            this.lbSeq2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbSeq2.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbSeq2.Location = new System.Drawing.Point(62, 45);
            this.lbSeq2.Name = "lbSeq2";
            this.lbSeq2.Size = new System.Drawing.Size(23, 22);
            this.lbSeq2.TabIndex = 3;
            this.lbSeq2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbSeq1
            // 
            this.lbSeq1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbSeq1.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbSeq1.Location = new System.Drawing.Point(6, 45);
            this.lbSeq1.Name = "lbSeq1";
            this.lbSeq1.Size = new System.Drawing.Size(50, 43);
            this.lbSeq1.TabIndex = 2;
            this.lbSeq1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tbSequenceLength
            // 
            this.tbSequenceLength.Enabled = false;
            this.tbSequenceLength.Location = new System.Drawing.Point(56, 17);
            this.tbSequenceLength.Name = "tbSequenceLength";
            this.tbSequenceLength.Size = new System.Drawing.Size(100, 20);
            this.tbSequenceLength.TabIndex = 1;
            this.tbSequenceLength.Text = "No sequence yet";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(7, 20);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(43, 13);
            label1.TabIndex = 0;
            label1.Text = "Length:";
            // 
            // btnPad1
            // 
            this.btnPad1.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPad1.Location = new System.Drawing.Point(94, 114);
            this.btnPad1.Name = "btnPad1";
            this.btnPad1.Size = new System.Drawing.Size(75, 55);
            this.btnPad1.TabIndex = 1;
            this.btnPad1.Tag = 1;
            this.btnPad1.Text = "B1";
            this.btnPad1.UseVisualStyleBackColor = true;
            this.btnPad1.Click += new System.EventHandler(this.btnPad_Click);
            // 
            // btnPad2
            // 
            this.btnPad2.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPad2.Location = new System.Drawing.Point(13, 175);
            this.btnPad2.Name = "btnPad2";
            this.btnPad2.Size = new System.Drawing.Size(75, 55);
            this.btnPad2.TabIndex = 2;
            this.btnPad2.Tag = 2;
            this.btnPad2.Text = "B2";
            this.btnPad2.UseVisualStyleBackColor = true;
            this.btnPad2.Click += new System.EventHandler(this.btnPad_Click);
            // 
            // btnPad4
            // 
            this.btnPad4.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPad4.Location = new System.Drawing.Point(175, 175);
            this.btnPad4.Name = "btnPad4";
            this.btnPad4.Size = new System.Drawing.Size(75, 55);
            this.btnPad4.TabIndex = 3;
            this.btnPad4.Tag = 4;
            this.btnPad4.Text = "B4";
            this.btnPad4.UseVisualStyleBackColor = true;
            this.btnPad4.Click += new System.EventHandler(this.btnPad_Click);
            // 
            // btnPad5
            // 
            this.btnPad5.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPad5.Location = new System.Drawing.Point(94, 236);
            this.btnPad5.Name = "btnPad5";
            this.btnPad5.Size = new System.Drawing.Size(75, 55);
            this.btnPad5.TabIndex = 4;
            this.btnPad5.Tag = 5;
            this.btnPad5.Text = "B5";
            this.btnPad5.UseVisualStyleBackColor = true;
            this.btnPad5.Click += new System.EventHandler(this.btnPad_Click);
            // 
            // btnPad3
            // 
            this.btnPad3.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPad3.Location = new System.Drawing.Point(94, 175);
            this.btnPad3.Name = "btnPad3";
            this.btnPad3.Size = new System.Drawing.Size(75, 55);
            this.btnPad3.TabIndex = 5;
            this.btnPad3.Tag = 3;
            this.btnPad3.Text = "B3";
            this.btnPad3.UseVisualStyleBackColor = true;
            this.btnPad3.Click += new System.EventHandler(this.btnPad_Click);
            // 
            // btnJoin
            // 
            this.btnJoin.Location = new System.Drawing.Point(278, 114);
            this.btnJoin.Name = "btnJoin";
            this.btnJoin.Size = new System.Drawing.Size(109, 23);
            this.btnJoin.TabIndex = 6;
            this.btnJoin.Text = "Join Game";
            this.btnJoin.UseVisualStyleBackColor = true;
            this.btnJoin.Click += new System.EventHandler(this.btnJoin_Click);
            // 
            // GamePad
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(399, 301);
            this.Controls.Add(this.btnJoin);
            this.Controls.Add(this.btnPad3);
            this.Controls.Add(this.btnPad5);
            this.Controls.Add(this.btnPad4);
            this.Controls.Add(this.btnPad2);
            this.Controls.Add(this.btnPad1);
            this.Controls.Add(groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "GamePad";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Text = "GamePad";
            this.Load += new System.EventHandler(this.GamePad_Load);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.Label    label1;
     System.Windows.Forms.GroupBox groupBox2;
     System.Windows.Forms.Label    label2;
     this.textBoxReadValue   = new System.Windows.Forms.TextBox();
     this.buttonRead         = new System.Windows.Forms.Button();
     this.comboBoxReadBlock  = new System.Windows.Forms.ComboBox();
     this.buttonWrite        = new System.Windows.Forms.Button();
     this.textBoxWriteValue  = new System.Windows.Forms.TextBox();
     this.comboBoxWriteBlock = new System.Windows.Forms.ComboBox();
     this.label3             = new System.Windows.Forms.Label();
     this.textBoxUID         = new System.Windows.Forms.TextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.textBoxSAK         = new System.Windows.Forms.TextBox();
     groupBox1 = new System.Windows.Forms.GroupBox();
     label1    = new System.Windows.Forms.Label();
     groupBox2 = new System.Windows.Forms.GroupBox();
     label2    = new System.Windows.Forms.Label();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.textBoxReadValue);
     groupBox1.Controls.Add(this.buttonRead);
     groupBox1.Controls.Add(this.comboBoxReadBlock);
     groupBox1.Controls.Add(label1);
     groupBox1.Location = new System.Drawing.Point(13, 13);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(345, 107);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Read";
     //
     // textBoxReadValue
     //
     this.textBoxReadValue.Font     = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.textBoxReadValue.Location = new System.Drawing.Point(8, 76);
     this.textBoxReadValue.Name     = "textBoxReadValue";
     this.textBoxReadValue.ReadOnly = true;
     this.textBoxReadValue.Size     = new System.Drawing.Size(331, 19);
     this.textBoxReadValue.TabIndex = 3;
     //
     // buttonRead
     //
     this.buttonRead.Location = new System.Drawing.Point(187, 27);
     this.buttonRead.Name     = "buttonRead";
     this.buttonRead.Size     = new System.Drawing.Size(75, 23);
     this.buttonRead.TabIndex = 2;
     this.buttonRead.Text     = "Read";
     this.buttonRead.UseVisualStyleBackColor = true;
     this.buttonRead.Click += new System.EventHandler(this.buttonRead_Click);
     //
     // comboBoxReadBlock
     //
     this.comboBoxReadBlock.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxReadBlock.FormattingEnabled = true;
     this.comboBoxReadBlock.Items.AddRange(new object[] {
         "0x00-",
         "0x01-",
         "0x02-",
         "0x03-",
         "0x04-",
         "0x05-",
         "0x06-",
         "0x07-",
         "0x08-",
         "0x09-",
         "0x0A-",
         "0x0B-",
         "0x0C-",
         "0x0D-",
         "0x0E-",
         "0x0F-",
         "0x10-",
         "0x11-",
         "0x12-",
         "0x13-",
         "0x14-",
         "0x15-",
         "0x16-",
         "0x17-",
         "0x18-",
         "0x19-",
         "0x1A-",
         "0x1B-",
         "0x1C-",
         "0x1D-",
         "0x1E-",
         "0x1F-",
         "0x20-",
         "0x21-",
         "0x22-",
         "0x23-",
         "0x24-",
         "0x25-",
         "0x26-",
         "0x27-",
         "0x28-",
         "0x29-",
         "0x2A-",
         "0x2B-"
     });
     this.comboBoxReadBlock.Location = new System.Drawing.Point(50, 29);
     this.comboBoxReadBlock.Name     = "comboBoxReadBlock";
     this.comboBoxReadBlock.Size     = new System.Drawing.Size(121, 20);
     this.comboBoxReadBlock.TabIndex = 1;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(6, 32);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(30, 12);
     label1.TabIndex = 0;
     label1.Text     = "Page";
     //
     // groupBox2
     //
     groupBox2.Controls.Add(this.buttonWrite);
     groupBox2.Controls.Add(this.textBoxWriteValue);
     groupBox2.Controls.Add(label2);
     groupBox2.Controls.Add(this.comboBoxWriteBlock);
     groupBox2.Location = new System.Drawing.Point(13, 149);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(345, 108);
     groupBox2.TabIndex = 1;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Write";
     //
     // buttonWrite
     //
     this.buttonWrite.Enabled  = false;
     this.buttonWrite.Location = new System.Drawing.Point(187, 29);
     this.buttonWrite.Name     = "buttonWrite";
     this.buttonWrite.Size     = new System.Drawing.Size(75, 23);
     this.buttonWrite.TabIndex = 4;
     this.buttonWrite.Text     = "Write";
     this.buttonWrite.UseVisualStyleBackColor = true;
     this.buttonWrite.Click += new System.EventHandler(this.buttonWrite_Click);
     //
     // textBoxWriteValue
     //
     this.textBoxWriteValue.Font         = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.textBoxWriteValue.Location     = new System.Drawing.Point(8, 75);
     this.textBoxWriteValue.Name         = "textBoxWriteValue";
     this.textBoxWriteValue.Size         = new System.Drawing.Size(331, 19);
     this.textBoxWriteValue.TabIndex     = 3;
     this.textBoxWriteValue.TextChanged += new System.EventHandler(this.textBoxWriteValue_TextChanged);
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(6, 34);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(30, 12);
     label2.TabIndex = 0;
     label2.Text     = "Page";
     //
     // comboBoxWriteBlock
     //
     this.comboBoxWriteBlock.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxWriteBlock.FormattingEnabled = true;
     this.comboBoxWriteBlock.Items.AddRange(new object[] {
         "0x04",
         "0x05",
         "0x06",
         "0x07",
         "0x08",
         "0x09",
         "0x0A",
         "0x0B",
         "0x0C",
         "0x0D",
         "0x0E",
         "0x0F",
         "0x10",
         "0x11",
         "0x12",
         "0x13",
         "0x14",
         "0x15",
         "0x16",
         "0x17",
         "0x18",
         "0x19",
         "0x1A",
         "0x1B",
         "0x1C",
         "0x1D",
         "0x1E",
         "0x1F",
         "0x20",
         "0x21",
         "0x22",
         "0x23",
         "0x24",
         "0x25",
         "0x26",
         "0x27"
     });
     this.comboBoxWriteBlock.Location = new System.Drawing.Point(50, 31);
     this.comboBoxWriteBlock.Name     = "comboBoxWriteBlock";
     this.comboBoxWriteBlock.Size     = new System.Drawing.Size(121, 20);
     this.comboBoxWriteBlock.TabIndex = 1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(19, 276);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(24, 12);
     this.label3.TabIndex = 2;
     this.label3.Text     = "UID";
     //
     // textBoxUID
     //
     this.textBoxUID.Font     = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.textBoxUID.Location = new System.Drawing.Point(49, 273);
     this.textBoxUID.Name     = "textBoxUID";
     this.textBoxUID.ReadOnly = true;
     this.textBoxUID.Size     = new System.Drawing.Size(179, 19);
     this.textBoxUID.TabIndex = 3;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(270, 276);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(27, 12);
     this.label4.TabIndex = 4;
     this.label4.Text     = "SAK";
     //
     // textBoxSAK
     //
     this.textBoxSAK.Location = new System.Drawing.Point(303, 273);
     this.textBoxSAK.Name     = "textBoxSAK";
     this.textBoxSAK.ReadOnly = true;
     this.textBoxSAK.Size     = new System.Drawing.Size(46, 19);
     this.textBoxSAK.TabIndex = 5;
     //
     // UltralightReadWrite
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(370, 309);
     this.Controls.Add(this.textBoxSAK);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textBoxUID);
     this.Controls.Add(this.label3);
     this.Controls.Add(groupBox2);
     this.Controls.Add(groupBox1);
     this.Name        = "UltralightReadWrite";
     this.Text        = "Mifare Ultralight Read/Write";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FelicaLiteReadWrite_FormClosed);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     groupBox2.ResumeLayout(false);
     groupBox2.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.GroupBox groupBox1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOPTICSAnalyzer));
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.Panel panel1;
            System.Windows.Forms.Label label10;
            System.Windows.Forms.Label label9;
            System.Windows.Forms.Label label8;
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.GroupBox groupBox4;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.StatusStrip statusStrip1;
            this.lvImages = new System.Windows.Forms.ListView();
            this.imgListStatus = new System.Windows.Forms.ImageList(this.components);
            this.btnRefresh = new System.Windows.Forms.Button();
            this.picHistogram = new System.Windows.Forms.PictureBox();
            this.nudSelectionB = new System.Windows.Forms.NumericUpDown();
            this.nudSelectionA = new System.Windows.Forms.NumericUpDown();
            this.cmbWidth = new System.Windows.Forms.ComboBox();
            this.cmbHeight = new System.Windows.Forms.ComboBox();
            this.nudThreshold = new System.Windows.Forms.NumericUpDown();
            this.lblUnreachable = new System.Windows.Forms.Label();
            this.lblNotReachable = new System.Windows.Forms.Label();
            this.picThumbnail = new System.Windows.Forms.PictureBox();
            this.txtImageRDist = new System.Windows.Forms.TextBox();
            this.txtImageIndex = new System.Windows.Forms.TextBox();
            this.txtImagePath = new System.Windows.Forms.TextBox();
            this.lblConfigPath = new System.Windows.Forms.ToolStripStatusLabel();
            groupBox1 = new System.Windows.Forms.GroupBox();
            groupBox2 = new System.Windows.Forms.GroupBox();
            panel1 = new System.Windows.Forms.Panel();
            label10 = new System.Windows.Forms.Label();
            label9 = new System.Windows.Forms.Label();
            label8 = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            label6 = new System.Windows.Forms.Label();
            groupBox4 = new System.Windows.Forms.GroupBox();
            label3 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            statusStrip1 = new System.Windows.Forms.StatusStrip();
            groupBox1.SuspendLayout();
            groupBox2.SuspendLayout();
            panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picHistogram)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudSelectionB)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudSelectionA)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudThreshold)).BeginInit();
            groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picThumbnail)).BeginInit();
            statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            groupBox1.Controls.Add(this.lvImages);
            groupBox1.Location = new System.Drawing.Point(12, 9);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(873, 462);
            groupBox1.TabIndex = 0;
            groupBox1.TabStop = false;
            groupBox1.Text = "Selected Images";
            // 
            // lvImages
            // 
            this.lvImages.BackColor = System.Drawing.SystemColors.ControlDark;
            this.lvImages.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvImages.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lvImages.Location = new System.Drawing.Point(3, 18);
            this.lvImages.MultiSelect = false;
            this.lvImages.Name = "lvImages";
            this.lvImages.ShowGroups = false;
            this.lvImages.Size = new System.Drawing.Size(867, 441);
            this.lvImages.StateImageList = this.imgListStatus;
            this.lvImages.TabIndex = 0;
            this.lvImages.TileSize = new System.Drawing.Size(128, 128);
            this.lvImages.UseCompatibleStateImageBehavior = false;
            this.lvImages.SelectedIndexChanged += new System.EventHandler(this.lvImages_SelectedIndexChanged);
            this.lvImages.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvImages_KeyDown);
            // 
            // imgListStatus
            // 
            this.imgListStatus.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListStatus.ImageStream")));
            this.imgListStatus.TransparentColor = System.Drawing.Color.Transparent;
            this.imgListStatus.Images.SetKeyName(0, "green.png");
            this.imgListStatus.Images.SetKeyName(1, "red.png");
            // 
            // groupBox2
            // 
            groupBox2.Controls.Add(this.btnRefresh);
            groupBox2.Controls.Add(panel1);
            groupBox2.Controls.Add(label10);
            groupBox2.Controls.Add(this.nudSelectionB);
            groupBox2.Controls.Add(this.nudSelectionA);
            groupBox2.Controls.Add(label9);
            groupBox2.Controls.Add(this.cmbWidth);
            groupBox2.Controls.Add(this.cmbHeight);
            groupBox2.Controls.Add(this.nudThreshold);
            groupBox2.Controls.Add(label8);
            groupBox2.Controls.Add(label7);
            groupBox2.Controls.Add(label6);
            groupBox2.Location = new System.Drawing.Point(12, 480);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(1464, 410);
            groupBox2.TabIndex = 1;
            groupBox2.TabStop = false;
            groupBox2.Text = "Reachability Plot";
            // 
            // btnRefresh
            // 
            this.btnRefresh.Location = new System.Drawing.Point(1319, 21);
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.Size = new System.Drawing.Size(139, 30);
            this.btnRefresh.TabIndex = 9;
            this.btnRefresh.Text = "Refresh";
            this.btnRefresh.UseVisualStyleBackColor = true;
            this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
            // 
            // panel1
            // 
            panel1.AutoScroll = true;
            panel1.BackColor = System.Drawing.Color.White;
            panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            panel1.Controls.Add(this.picHistogram);
            panel1.Location = new System.Drawing.Point(6, 56);
            panel1.Name = "panel1";
            panel1.Size = new System.Drawing.Size(1452, 348);
            panel1.TabIndex = 12;
            // 
            // picHistogram
            // 
            this.picHistogram.Location = new System.Drawing.Point(4, 4);
            this.picHistogram.Name = "picHistogram";
            this.picHistogram.Size = new System.Drawing.Size(925, 213);
            this.picHistogram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picHistogram.TabIndex = 0;
            this.picHistogram.TabStop = false;
            this.picHistogram.Paint += new System.Windows.Forms.PaintEventHandler(this.picHistogram_Paint);
            this.picHistogram.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picHistogram_MouseDown);
            this.picHistogram.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picHistogram_MouseMove);
            this.picHistogram.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picHistogram_MouseUp);
            // 
            // label10
            // 
            label10.AutoSize = true;
            label10.Location = new System.Drawing.Point(643, 30);
            label10.Name = "label10";
            label10.Size = new System.Drawing.Size(116, 17);
            label10.TabIndex = 11;
            label10.Text = "Selection Index B";
            // 
            // nudSelectionB
            // 
            this.nudSelectionB.Location = new System.Drawing.Point(765, 27);
            this.nudSelectionB.Name = "nudSelectionB";
            this.nudSelectionB.Size = new System.Drawing.Size(82, 22);
            this.nudSelectionB.TabIndex = 7;
            this.nudSelectionB.ValueChanged += new System.EventHandler(this.nudSelectionB_ValueChanged);
            // 
            // nudSelectionA
            // 
            this.nudSelectionA.Location = new System.Drawing.Point(555, 28);
            this.nudSelectionA.Name = "nudSelectionA";
            this.nudSelectionA.Size = new System.Drawing.Size(82, 22);
            this.nudSelectionA.TabIndex = 6;
            this.nudSelectionA.ValueChanged += new System.EventHandler(this.nudSelectionA_ValueChanged);
            // 
            // label9
            // 
            label9.AutoSize = true;
            label9.Location = new System.Drawing.Point(431, 29);
            label9.Name = "label9";
            label9.Size = new System.Drawing.Size(116, 17);
            label9.TabIndex = 8;
            label9.Text = "Selection Index A";
            // 
            // cmbWidth
            // 
            this.cmbWidth.FormattingEnabled = true;
            this.cmbWidth.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "20",
            "25",
            "30",
            "50",
            "75",
            "100",
            "200",
            "400",
            "500"});
            this.cmbWidth.Location = new System.Drawing.Point(95, 26);
            this.cmbWidth.Name = "cmbWidth";
            this.cmbWidth.Size = new System.Drawing.Size(71, 24);
            this.cmbWidth.TabIndex = 4;
            this.cmbWidth.Text = "100";
            this.cmbWidth.TextChanged += new System.EventHandler(this.cmbWidth_TextChanged);
            // 
            // cmbHeight
            // 
            this.cmbHeight.FormattingEnabled = true;
            this.cmbHeight.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "20",
            "25",
            "30",
            "50",
            "75",
            "100",
            "200",
            "400",
            "500"});
            this.cmbHeight.Location = new System.Drawing.Point(266, 27);
            this.cmbHeight.Name = "cmbHeight";
            this.cmbHeight.Size = new System.Drawing.Size(71, 24);
            this.cmbHeight.TabIndex = 5;
            this.cmbHeight.Text = "25";
            this.cmbHeight.TextChanged += new System.EventHandler(this.cmbHeight_TextChanged);
            // 
            // nudThreshold
            // 
            this.nudThreshold.Location = new System.Drawing.Point(1073, 27);
            this.nudThreshold.Maximum = new decimal(new int[] {
            -727379968,
            232,
            0,
            0});
            this.nudThreshold.Name = "nudThreshold";
            this.nudThreshold.Size = new System.Drawing.Size(113, 22);
            this.nudThreshold.TabIndex = 8;
            this.nudThreshold.ValueChanged += new System.EventHandler(this.nudThreshold_ValueChanged);
            // 
            // label8
            // 
            label8.AutoSize = true;
            label8.Location = new System.Drawing.Point(868, 29);
            label8.Name = "label8";
            label8.Size = new System.Drawing.Size(199, 17);
            label8.TabIndex = 4;
            label8.Text = "Reachability Outlier Threshold";
            // 
            // label7
            // 
            label7.AutoSize = true;
            label7.Location = new System.Drawing.Point(172, 30);
            label7.Name = "label7";
            label7.Size = new System.Drawing.Size(88, 17);
            label7.TabIndex = 3;
            label7.Text = "Scale Height";
            // 
            // label6
            // 
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(6, 29);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(83, 17);
            label6.TabIndex = 2;
            label6.Text = "Scale Width";
            // 
            // groupBox4
            // 
            groupBox4.Controls.Add(this.lblUnreachable);
            groupBox4.Controls.Add(this.lblNotReachable);
            groupBox4.Controls.Add(this.picThumbnail);
            groupBox4.Controls.Add(this.txtImageRDist);
            groupBox4.Controls.Add(this.txtImageIndex);
            groupBox4.Controls.Add(this.txtImagePath);
            groupBox4.Controls.Add(label3);
            groupBox4.Controls.Add(label2);
            groupBox4.Controls.Add(label1);
            groupBox4.Location = new System.Drawing.Point(891, 9);
            groupBox4.Name = "groupBox4";
            groupBox4.Size = new System.Drawing.Size(585, 462);
            groupBox4.TabIndex = 3;
            groupBox4.TabStop = false;
            groupBox4.Text = "Selected Image";
            // 
            // lblUnreachable
            // 
            this.lblUnreachable.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.lblUnreachable.Location = new System.Drawing.Point(18, 365);
            this.lblUnreachable.Name = "lblUnreachable";
            this.lblUnreachable.Size = new System.Drawing.Size(172, 49);
            this.lblUnreachable.TabIndex = 8;
            this.lblUnreachable.Text = "UNREACHABLE";
            this.lblUnreachable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblUnreachable.Visible = false;
            // 
            // lblNotReachable
            // 
            this.lblNotReachable.BackColor = System.Drawing.Color.Yellow;
            this.lblNotReachable.Location = new System.Drawing.Point(18, 303);
            this.lblNotReachable.Name = "lblNotReachable";
            this.lblNotReachable.Size = new System.Drawing.Size(172, 48);
            this.lblNotReachable.TabIndex = 7;
            this.lblNotReachable.Text = "OUT OF THRESHOLD";
            this.lblNotReachable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblNotReachable.Visible = false;
            // 
            // picThumbnail
            // 
            this.picThumbnail.Location = new System.Drawing.Point(196, 46);
            this.picThumbnail.Name = "picThumbnail";
            this.picThumbnail.Size = new System.Drawing.Size(384, 403);
            this.picThumbnail.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picThumbnail.TabIndex = 6;
            this.picThumbnail.TabStop = false;
            this.picThumbnail.DoubleClick += new System.EventHandler(this.picThumbnail_DoubleClick);
            // 
            // txtImageRDist
            // 
            this.txtImageRDist.Location = new System.Drawing.Point(10, 116);
            this.txtImageRDist.Name = "txtImageRDist";
            this.txtImageRDist.ReadOnly = true;
            this.txtImageRDist.Size = new System.Drawing.Size(126, 22);
            this.txtImageRDist.TabIndex = 3;
            // 
            // txtImageIndex
            // 
            this.txtImageIndex.Location = new System.Drawing.Point(59, 53);
            this.txtImageIndex.Name = "txtImageIndex";
            this.txtImageIndex.ReadOnly = true;
            this.txtImageIndex.Size = new System.Drawing.Size(77, 22);
            this.txtImageIndex.TabIndex = 2;
            // 
            // txtImagePath
            // 
            this.txtImagePath.Location = new System.Drawing.Point(59, 21);
            this.txtImagePath.Name = "txtImagePath";
            this.txtImagePath.ReadOnly = true;
            this.txtImagePath.Size = new System.Drawing.Size(468, 22);
            this.txtImagePath.TabIndex = 1;
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(7, 96);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(144, 17);
            label3.TabIndex = 2;
            label3.Text = "Reachability Distance";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(12, 56);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(41, 17);
            label2.TabIndex = 1;
            label2.Text = "Index";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(16, 21);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(37, 17);
            label1.TabIndex = 0;
            label1.Text = "Path";
            // 
            // statusStrip1
            // 
            statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lblConfigPath});
            statusStrip1.Location = new System.Drawing.Point(0, 893);
            statusStrip1.Name = "statusStrip1";
            statusStrip1.Size = new System.Drawing.Size(1488, 25);
            statusStrip1.TabIndex = 4;
            statusStrip1.Text = "jo";
            // 
            // lblConfigPath
            // 
            this.lblConfigPath.Name = "lblConfigPath";
            this.lblConfigPath.Size = new System.Drawing.Size(151, 20);
            this.lblConfigPath.Text = "toolStripStatusLabel1";
            // 
            // frmOPTICSAnalyzer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1488, 918);
            this.Controls.Add(statusStrip1);
            this.Controls.Add(groupBox4);
            this.Controls.Add(groupBox2);
            this.Controls.Add(groupBox1);
            this.Name = "frmOPTICSAnalyzer";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "OPTICSAnalyzer";
            groupBox1.ResumeLayout(false);
            groupBox2.ResumeLayout(false);
            groupBox2.PerformLayout();
            panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picHistogram)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudSelectionB)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudSelectionA)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudThreshold)).EndInit();
            groupBox4.ResumeLayout(false);
            groupBox4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picThumbnail)).EndInit();
            statusStrip1.ResumeLayout(false);
            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.Label roleLabel;
         System.Windows.Forms.Button createRoleButton;
         System.Windows.Forms.Button closeButton;
         System.Windows.Forms.GroupBox newRoleGroup;
         System.Windows.Forms.GroupBox createdGroup;
         System.Windows.Forms.ColumnHeader createdUsersHeader;
         this.m_RoleTextBox = new System.Windows.Forms.TextBox();
         this.m_CreatedRolesListView = new CredentialsManagerClient.ListViewEx();
         this.m_RoleValidator = new System.Windows.Forms.ErrorProvider(this.components);
         roleLabel = new System.Windows.Forms.Label();
         createRoleButton = new System.Windows.Forms.Button();
         closeButton = new System.Windows.Forms.Button();
         newRoleGroup = new System.Windows.Forms.GroupBox();
         createdGroup = new System.Windows.Forms.GroupBox();
         createdUsersHeader = new System.Windows.Forms.ColumnHeader();
         newRoleGroup.SuspendLayout();
         createdGroup.SuspendLayout();
         ((System.ComponentModel.ISupportInitialize)(this.m_RoleValidator)).BeginInit();
         this.SuspendLayout();
         // 
         // roleLabel
         // 
         roleLabel.AutoSize = true;
         roleLabel.Location = new System.Drawing.Point(10,18);
         roleLabel.Name = "roleLabel";
         roleLabel.Size = new System.Drawing.Size(32,13);
         roleLabel.TabIndex = 0;
         roleLabel.Text = "Role:";
         // 
         // createRoleButton
         // 
         createRoleButton.Location = new System.Drawing.Point(154,34);
         createRoleButton.Name = "createRoleButton";
         createRoleButton.Size = new System.Drawing.Size(75,23);
         createRoleButton.TabIndex = 4;
         createRoleButton.Text = "Create Role";
         createRoleButton.Click += new System.EventHandler(this.OnCreateRole);
         // 
         // closeButton
         // 
         closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
         closeButton.Location = new System.Drawing.Point(160,248);
         closeButton.Name = "closeButton";
         closeButton.Size = new System.Drawing.Size(75,23);
         closeButton.TabIndex = 5;
         closeButton.Text = "Close";
         closeButton.Click += new System.EventHandler(this.OnClosed);
         // 
         // newRoleGroup
         // 
         newRoleGroup.Controls.Add(createRoleButton);
         newRoleGroup.Controls.Add(roleLabel);
         newRoleGroup.Controls.Add(this.m_RoleTextBox);
         newRoleGroup.Location = new System.Drawing.Point(6,11);
         newRoleGroup.Name = "newRoleGroup";
         newRoleGroup.Size = new System.Drawing.Size(237,67);
         newRoleGroup.TabIndex = 6;
         newRoleGroup.TabStop = false;
         newRoleGroup.Text = "New Role:";
         // 
         // m_RoleTextBox
         // 
         this.m_RoleTextBox.Location = new System.Drawing.Point(11,36);
         this.m_RoleTextBox.Name = "m_RoleTextBox";
         this.m_RoleTextBox.Size = new System.Drawing.Size(121,20);
         this.m_RoleTextBox.TabIndex = 1;
         // 
         // createdGroup
         // 
         createdGroup.Controls.Add(this.m_CreatedRolesListView);
         createdGroup.Location = new System.Drawing.Point(6,84);
         createdGroup.Name = "createdGroup";
         createdGroup.Size = new System.Drawing.Size(141,187);
         createdGroup.TabIndex = 17;
         createdGroup.TabStop = false;
         createdGroup.Text = "Created Roles";
         // 
         // m_CreatedRolesListView
         // 
         this.m_CreatedRolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            createdUsersHeader});
         this.m_CreatedRolesListView.FullRowSelect = true;
         this.m_CreatedRolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
         this.m_CreatedRolesListView.Location = new System.Drawing.Point(7,16);
         this.m_CreatedRolesListView.MultiSelect = false;
         this.m_CreatedRolesListView.Name = "m_CreatedRolesListView";
         this.m_CreatedRolesListView.ShowGroups = false;
         this.m_CreatedRolesListView.Size = new System.Drawing.Size(125,165);
         this.m_CreatedRolesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
         this.m_CreatedRolesListView.TabIndex = 0;
         this.m_CreatedRolesListView.UseCompatibleStateImageBehavior = false;
         this.m_CreatedRolesListView.View = System.Windows.Forms.View.SmallIcon;
         // 
         // createdUsersHeader
         // 
         createdUsersHeader.Width = 300;
         // 
         // m_RoleValidator
         // 
         this.m_RoleValidator.ContainerControl = this;
         // 
         // CreateRoleDialog
         // 
         this.AcceptButton = createRoleButton;
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.CancelButton = closeButton;
         this.ClientSize = new System.Drawing.Size(248,279);
         this.Controls.Add(createdGroup);
         this.Controls.Add(newRoleGroup);
         this.Controls.Add(closeButton);
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
         this.MaximizeBox = false;
         this.MinimizeBox = false;
         this.Name = "CreateRoleDialog";
         this.ShowIcon = false;
         this.Text = "New Role Dialog";
         newRoleGroup.ResumeLayout(false);
         newRoleGroup.PerformLayout();
         createdGroup.ResumeLayout(false);
         ((System.ComponentModel.ISupportInitialize)(this.m_RoleValidator)).EndInit();
         this.ResumeLayout(false);

      }
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      System.Windows.Forms.Label labelPassword;
      System.Windows.Forms.GroupBox securityGroup;
      System.Windows.Forms.GroupBox encodingGroup;
      System.Windows.Forms.GroupBox dateTimeGroup;
      System.Windows.Forms.GroupBox databaseGroup;
      System.Windows.Forms.Label cacheSizeLabel;
      System.Windows.Forms.Label pageSizeLabel;
      System.Windows.Forms.GroupBox syncGroup;
      this.passwordTextBox = new System.Windows.Forms.TextBox();
      this.utf16RadioButton = new System.Windows.Forms.RadioButton();
      this.utf8RadioButton = new System.Windows.Forms.RadioButton();
      this.ticksRadioButton = new System.Windows.Forms.RadioButton();
      this.iso8601RadioButton = new System.Windows.Forms.RadioButton();
      this.cacheSizeTextbox = new System.Windows.Forms.TextBox();
      this.pageSizeTextBox = new System.Windows.Forms.TextBox();
      this.fileTextBox = new System.Windows.Forms.TextBox();
      this.browseButton = new System.Windows.Forms.Button();
      this.newDatabase = new System.Windows.Forms.Button();
      this.offRadioButton = new System.Windows.Forms.RadioButton();
      this.normalRadioButton = new System.Windows.Forms.RadioButton();
      this.fullRadioButton = new System.Windows.Forms.RadioButton();
      this.julianRadioButton = new System.Windows.Forms.RadioButton();
      labelPassword = new System.Windows.Forms.Label();
      securityGroup = new System.Windows.Forms.GroupBox();
      encodingGroup = new System.Windows.Forms.GroupBox();
      dateTimeGroup = new System.Windows.Forms.GroupBox();
      databaseGroup = new System.Windows.Forms.GroupBox();
      cacheSizeLabel = new System.Windows.Forms.Label();
      pageSizeLabel = new System.Windows.Forms.Label();
      syncGroup = new System.Windows.Forms.GroupBox();
      securityGroup.SuspendLayout();
      encodingGroup.SuspendLayout();
      dateTimeGroup.SuspendLayout();
      databaseGroup.SuspendLayout();
      syncGroup.SuspendLayout();
      this.SuspendLayout();
      // 
      // labelPassword
      // 
      labelPassword.AutoSize = true;
      labelPassword.Location = new System.Drawing.Point(6, 23);
      labelPassword.Name = "labelPassword";
      labelPassword.Size = new System.Drawing.Size(53, 13);
      labelPassword.TabIndex = 0;
      labelPassword.Text = "Password";
      // 
      // securityGroup
      // 
      securityGroup.Controls.Add(this.passwordTextBox);
      securityGroup.Controls.Add(labelPassword);
      securityGroup.Location = new System.Drawing.Point(3, 263);
      securityGroup.Name = "securityGroup";
      securityGroup.Size = new System.Drawing.Size(306, 56);
      securityGroup.TabIndex = 10;
      securityGroup.TabStop = false;
      securityGroup.Text = "Encryption";
      // 
      // passwordTextBox
      // 
      this.passwordTextBox.Location = new System.Drawing.Point(65, 20);
      this.passwordTextBox.Name = "passwordTextBox";
      this.passwordTextBox.Size = new System.Drawing.Size(235, 21);
      this.passwordTextBox.TabIndex = 1;
      this.passwordTextBox.UseSystemPasswordChar = true;
      this.passwordTextBox.Leave += new System.EventHandler(this.passwordTextBox_Leave);
      // 
      // encodingGroup
      // 
      encodingGroup.Controls.Add(this.utf16RadioButton);
      encodingGroup.Controls.Add(this.utf8RadioButton);
      encodingGroup.Location = new System.Drawing.Point(3, 159);
      encodingGroup.Name = "encodingGroup";
      encodingGroup.Size = new System.Drawing.Size(75, 98);
      encodingGroup.TabIndex = 7;
      encodingGroup.TabStop = false;
      encodingGroup.Text = "Encoding";
      // 
      // utf16RadioButton
      // 
      this.utf16RadioButton.AutoSize = true;
      this.utf16RadioButton.Location = new System.Drawing.Point(6, 44);
      this.utf16RadioButton.Name = "utf16RadioButton";
      this.utf16RadioButton.Size = new System.Drawing.Size(60, 17);
      this.utf16RadioButton.TabIndex = 1;
      this.utf16RadioButton.TabStop = true;
      this.utf16RadioButton.Text = "UTF-16";
      this.utf16RadioButton.UseVisualStyleBackColor = true;
      this.utf16RadioButton.CheckedChanged += new System.EventHandler(this.encoding_Changed);
      // 
      // utf8RadioButton
      // 
      this.utf8RadioButton.AutoSize = true;
      this.utf8RadioButton.Checked = true;
      this.utf8RadioButton.Location = new System.Drawing.Point(7, 21);
      this.utf8RadioButton.Name = "utf8RadioButton";
      this.utf8RadioButton.Size = new System.Drawing.Size(54, 17);
      this.utf8RadioButton.TabIndex = 0;
      this.utf8RadioButton.TabStop = true;
      this.utf8RadioButton.Text = "UTF-8";
      this.utf8RadioButton.UseVisualStyleBackColor = true;
      this.utf8RadioButton.CheckedChanged += new System.EventHandler(this.encoding_Changed);
      // 
      // dateTimeGroup
      // 
      dateTimeGroup.Controls.Add(this.julianRadioButton);
      dateTimeGroup.Controls.Add(this.ticksRadioButton);
      dateTimeGroup.Controls.Add(this.iso8601RadioButton);
      dateTimeGroup.Location = new System.Drawing.Point(84, 159);
      dateTimeGroup.Name = "dateTimeGroup";
      dateTimeGroup.Size = new System.Drawing.Size(113, 98);
      dateTimeGroup.TabIndex = 8;
      dateTimeGroup.TabStop = false;
      dateTimeGroup.Text = "Date/Time Format";
      // 
      // ticksRadioButton
      // 
      this.ticksRadioButton.AutoSize = true;
      this.ticksRadioButton.Location = new System.Drawing.Point(7, 66);
      this.ticksRadioButton.Name = "ticksRadioButton";
      this.ticksRadioButton.Size = new System.Drawing.Size(48, 17);
      this.ticksRadioButton.TabIndex = 1;
      this.ticksRadioButton.TabStop = true;
      this.ticksRadioButton.Text = "Ticks";
      this.ticksRadioButton.UseVisualStyleBackColor = true;
      this.ticksRadioButton.CheckedChanged += new System.EventHandler(this.datetime_Changed);
      // 
      // iso8601RadioButton
      // 
      this.iso8601RadioButton.AutoSize = true;
      this.iso8601RadioButton.Checked = true;
      this.iso8601RadioButton.Location = new System.Drawing.Point(7, 21);
      this.iso8601RadioButton.Name = "iso8601RadioButton";
      this.iso8601RadioButton.Size = new System.Drawing.Size(71, 17);
      this.iso8601RadioButton.TabIndex = 0;
      this.iso8601RadioButton.TabStop = true;
      this.iso8601RadioButton.Text = "ISO-8601";
      this.iso8601RadioButton.UseVisualStyleBackColor = true;
      this.iso8601RadioButton.CheckedChanged += new System.EventHandler(this.datetime_Changed);
      // 
      // databaseGroup
      // 
      databaseGroup.Controls.Add(cacheSizeLabel);
      databaseGroup.Controls.Add(this.cacheSizeTextbox);
      databaseGroup.Controls.Add(pageSizeLabel);
      databaseGroup.Controls.Add(this.pageSizeTextBox);
      databaseGroup.Controls.Add(this.fileTextBox);
      databaseGroup.Controls.Add(this.browseButton);
      databaseGroup.Controls.Add(this.newDatabase);
      databaseGroup.Location = new System.Drawing.Point(3, 3);
      databaseGroup.Name = "databaseGroup";
      databaseGroup.Size = new System.Drawing.Size(306, 150);
      databaseGroup.TabIndex = 8;
      databaseGroup.TabStop = false;
      databaseGroup.Text = "Database";
      // 
      // cacheSizeLabel
      // 
      cacheSizeLabel.AutoSize = true;
      cacheSizeLabel.Location = new System.Drawing.Point(7, 116);
      cacheSizeLabel.Name = "cacheSizeLabel";
      cacheSizeLabel.Size = new System.Drawing.Size(59, 13);
      cacheSizeLabel.TabIndex = 5;
      cacheSizeLabel.Text = "Cache Size";
      // 
      // cacheSizeTextbox
      // 
      this.cacheSizeTextbox.Location = new System.Drawing.Point(72, 113);
      this.cacheSizeTextbox.Name = "cacheSizeTextbox";
      this.cacheSizeTextbox.Size = new System.Drawing.Size(100, 21);
      this.cacheSizeTextbox.TabIndex = 6;
      this.cacheSizeTextbox.Text = "2000";
      this.cacheSizeTextbox.Leave += new System.EventHandler(this.cacheSizeTextbox_Leave);
      // 
      // pageSizeLabel
      // 
      pageSizeLabel.AutoSize = true;
      pageSizeLabel.Location = new System.Drawing.Point(13, 89);
      pageSizeLabel.Name = "pageSizeLabel";
      pageSizeLabel.Size = new System.Drawing.Size(53, 13);
      pageSizeLabel.TabIndex = 3;
      pageSizeLabel.Text = "Page Size";
      // 
      // pageSizeTextBox
      // 
      this.pageSizeTextBox.Location = new System.Drawing.Point(72, 86);
      this.pageSizeTextBox.Name = "pageSizeTextBox";
      this.pageSizeTextBox.Size = new System.Drawing.Size(100, 21);
      this.pageSizeTextBox.TabIndex = 4;
      this.pageSizeTextBox.Text = "1024";
      this.pageSizeTextBox.Leave += new System.EventHandler(this.pageSizeTextBox_Leave);
      // 
      // fileTextBox
      // 
      this.fileTextBox.Location = new System.Drawing.Point(6, 20);
      this.fileTextBox.Name = "fileTextBox";
      this.fileTextBox.Size = new System.Drawing.Size(294, 21);
      this.fileTextBox.TabIndex = 0;
      this.fileTextBox.Leave += new System.EventHandler(this.fileTextBox_Leave);
      // 
      // browseButton
      // 
      this.browseButton.Location = new System.Drawing.Point(6, 47);
      this.browseButton.Name = "browseButton";
      this.browseButton.Size = new System.Drawing.Size(75, 23);
      this.browseButton.TabIndex = 1;
      this.browseButton.Text = "&Browse ...";
      this.browseButton.UseVisualStyleBackColor = true;
      this.browseButton.Click += new System.EventHandler(this.browseButton_Click);
      // 
      // newDatabase
      // 
      this.newDatabase.Location = new System.Drawing.Point(87, 47);
      this.newDatabase.Name = "newDatabase";
      this.newDatabase.Size = new System.Drawing.Size(75, 23);
      this.newDatabase.TabIndex = 2;
      this.newDatabase.Text = "&New ...";
      this.newDatabase.UseVisualStyleBackColor = true;
      this.newDatabase.Click += new System.EventHandler(this.newDatabase_Click);
      // 
      // syncGroup
      // 
      syncGroup.Controls.Add(this.offRadioButton);
      syncGroup.Controls.Add(this.normalRadioButton);
      syncGroup.Controls.Add(this.fullRadioButton);
      syncGroup.Location = new System.Drawing.Point(204, 159);
      syncGroup.Name = "syncGroup";
      syncGroup.Size = new System.Drawing.Size(105, 98);
      syncGroup.TabIndex = 9;
      syncGroup.TabStop = false;
      syncGroup.Text = "Synchronization";
      // 
      // offRadioButton
      // 
      this.offRadioButton.AutoSize = true;
      this.offRadioButton.Location = new System.Drawing.Point(6, 66);
      this.offRadioButton.Name = "offRadioButton";
      this.offRadioButton.Size = new System.Drawing.Size(41, 17);
      this.offRadioButton.TabIndex = 2;
      this.offRadioButton.Text = "Off";
      this.offRadioButton.UseVisualStyleBackColor = true;
      this.offRadioButton.CheckedChanged += new System.EventHandler(this.sync_Changed);
      // 
      // normalRadioButton
      // 
      this.normalRadioButton.AutoSize = true;
      this.normalRadioButton.Checked = true;
      this.normalRadioButton.Location = new System.Drawing.Point(6, 43);
      this.normalRadioButton.Name = "normalRadioButton";
      this.normalRadioButton.Size = new System.Drawing.Size(58, 17);
      this.normalRadioButton.TabIndex = 1;
      this.normalRadioButton.TabStop = true;
      this.normalRadioButton.Text = "Normal";
      this.normalRadioButton.UseVisualStyleBackColor = true;
      this.normalRadioButton.CheckedChanged += new System.EventHandler(this.sync_Changed);
      // 
      // fullRadioButton
      // 
      this.fullRadioButton.AutoSize = true;
      this.fullRadioButton.Location = new System.Drawing.Point(6, 20);
      this.fullRadioButton.Name = "fullRadioButton";
      this.fullRadioButton.Size = new System.Drawing.Size(41, 17);
      this.fullRadioButton.TabIndex = 0;
      this.fullRadioButton.Text = "Full";
      this.fullRadioButton.UseVisualStyleBackColor = true;
      this.fullRadioButton.CheckedChanged += new System.EventHandler(this.sync_Changed);
      // 
      // julianRadioButton
      // 
      this.julianRadioButton.AutoSize = true;
      this.julianRadioButton.Location = new System.Drawing.Point(7, 44);
      this.julianRadioButton.Name = "julianRadioButton";
      this.julianRadioButton.Size = new System.Drawing.Size(74, 17);
      this.julianRadioButton.TabIndex = 2;
      this.julianRadioButton.TabStop = true;
      this.julianRadioButton.Text = "Julian Day";
      this.julianRadioButton.UseVisualStyleBackColor = true;
      this.julianRadioButton.CheckedChanged += new System.EventHandler(this.datetime_Changed);
      // 
      // SQLiteConnectionUIControl
      // 
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
      this.Controls.Add(syncGroup);
      this.Controls.Add(databaseGroup);
      this.Controls.Add(dateTimeGroup);
      this.Controls.Add(encodingGroup);
      this.Controls.Add(securityGroup);
      this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.Name = "SQLiteConnectionUIControl";
      this.Size = new System.Drawing.Size(312, 322);
      securityGroup.ResumeLayout(false);
      securityGroup.PerformLayout();
      encodingGroup.ResumeLayout(false);
      encodingGroup.PerformLayout();
      dateTimeGroup.ResumeLayout(false);
      dateTimeGroup.PerformLayout();
      databaseGroup.ResumeLayout(false);
      databaseGroup.PerformLayout();
      syncGroup.ResumeLayout(false);
      syncGroup.PerformLayout();
      this.ResumeLayout(false);

    }
示例#25
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.ToolStrip toolStrip1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LiveCapture));
            this.queueCap = new System.Windows.Forms.Button();
            this.captureFrame = new System.Windows.Forms.NumericUpDown();
            this.captureDelay = new System.Windows.Forms.NumericUpDown();
            this.triggerCapture = new System.Windows.Forms.Button();
            this.deleteMenu = new System.Windows.Forms.ToolStripButton();
            this.saveMenu = new System.Windows.Forms.ToolStripButton();
            this.openMenu = new System.Windows.Forms.ToolStripSplitButton();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newInstanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.captures = new System.Windows.Forms.ListView();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.connectionIcon = new System.Windows.Forms.Label();
            this.connectionStatus = new System.Windows.Forms.Label();
            this.childProcessLabel = new System.Windows.Forms.Label();
            this.childProcesses = new System.Windows.Forms.ListView();
            this.rightclickContext = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.newInstanceToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.saveThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.captureCountdown = new System.Windows.Forms.Timer(this.components);
            this.childUpdateTimer = new System.Windows.Forms.Timer(this.components);
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            groupBox1 = new System.Windows.Forms.GroupBox();
            toolStrip1 = new System.Windows.Forms.ToolStrip();
            groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.captureFrame)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.captureDelay)).BeginInit();
            toolStrip1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.rightclickContext.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 205);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(98, 13);
            label1.TabIndex = 6;
            label1.Text = "Captures collected:";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(6, 21);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(74, 13);
            label2.TabIndex = 2;
            label2.Text = "Capture Delay";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(6, 50);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(86, 13);
            label3.TabIndex = 3;
            label3.Text = "Capture Frame #";
            // 
            // groupBox1
            // 
            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)));
            groupBox1.Controls.Add(this.queueCap);
            groupBox1.Controls.Add(this.captureFrame);
            groupBox1.Controls.Add(label3);
            groupBox1.Controls.Add(label2);
            groupBox1.Controls.Add(this.captureDelay);
            groupBox1.Controls.Add(this.triggerCapture);
            groupBox1.Location = new System.Drawing.Point(3, 34);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(351, 75);
            groupBox1.TabIndex = 7;
            groupBox1.TabStop = false;
            groupBox1.Text = "Tools";
            // 
            // queueCap
            // 
            this.queueCap.Location = new System.Drawing.Point(222, 44);
            this.queueCap.Name = "queueCap";
            this.queueCap.Size = new System.Drawing.Size(92, 23);
            this.queueCap.TabIndex = 4;
            this.queueCap.Text = "Queue Capture";
            this.queueCap.UseVisualStyleBackColor = true;
            this.queueCap.Click += new System.EventHandler(this.queueCap_Click);
            // 
            // captureFrame
            // 
            this.captureFrame.Location = new System.Drawing.Point(96, 46);
            this.captureFrame.Maximum = new decimal(new int[] {
            10000000,
            0,
            0,
            0});
            this.captureFrame.Minimum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.captureFrame.Name = "captureFrame";
            this.captureFrame.Size = new System.Drawing.Size(120, 20);
            this.captureFrame.TabIndex = 3;
            this.captureFrame.ThousandsSeparator = true;
            this.captureFrame.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            // 
            // captureDelay
            // 
            this.captureDelay.Location = new System.Drawing.Point(96, 19);
            this.captureDelay.Name = "captureDelay";
            this.captureDelay.Size = new System.Drawing.Size(120, 20);
            this.captureDelay.TabIndex = 1;
            // 
            // triggerCapture
            // 
            this.triggerCapture.Location = new System.Drawing.Point(222, 17);
            this.triggerCapture.Name = "triggerCapture";
            this.triggerCapture.Size = new System.Drawing.Size(92, 23);
            this.triggerCapture.TabIndex = 2;
            this.triggerCapture.Text = "Trigger Capture";
            this.triggerCapture.UseVisualStyleBackColor = true;
            this.triggerCapture.Click += new System.EventHandler(this.triggerCapture_Click);
            // 
            // toolStrip1
            // 
            toolStrip1.CanOverflow = false;
            toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
            toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.deleteMenu,
            this.saveMenu,
            this.openMenu});
            toolStrip1.Location = new System.Drawing.Point(0, 375);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            toolStrip1.Size = new System.Drawing.Size(357, 25);
            toolStrip1.Stretch = true;
            toolStrip1.TabIndex = 8;
            toolStrip1.Text = "toolStrip1";
            // 
            // deleteMenu
            // 
            this.deleteMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.deleteMenu.Image = ((System.Drawing.Image)(resources.GetObject("deleteMenu.Image")));
            this.deleteMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.deleteMenu.Name = "deleteMenu";
            this.deleteMenu.Size = new System.Drawing.Size(42, 22);
            this.deleteMenu.Text = "Delete";
            this.deleteMenu.Click += new System.EventHandler(this.deleteCapture_Click);
            // 
            // saveMenu
            // 
            this.saveMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.saveMenu.Image = ((System.Drawing.Image)(resources.GetObject("saveMenu.Image")));
            this.saveMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveMenu.Name = "saveMenu";
            this.saveMenu.Size = new System.Drawing.Size(35, 22);
            this.saveMenu.Text = "Save";
            this.saveMenu.Click += new System.EventHandler(this.saveCapture_Click);
            // 
            // openMenu
            // 
            this.openMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.openMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem,
            this.newInstanceToolStripMenuItem});
            this.openMenu.Image = ((System.Drawing.Image)(resources.GetObject("openMenu.Image")));
            this.openMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openMenu.Name = "openMenu";
            this.openMenu.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.openMenu.Size = new System.Drawing.Size(49, 22);
            this.openMenu.Text = "Open";
            this.openMenu.ButtonClick += new System.EventHandler(this.openCapture_Click);
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.openToolStripMenuItem.Text = "In &this instance";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openCapture_Click);
            // 
            // newInstanceToolStripMenuItem
            // 
            this.newInstanceToolStripMenuItem.Name = "newInstanceToolStripMenuItem";
            this.newInstanceToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
            this.newInstanceToolStripMenuItem.Text = "In &new instance";
            this.newInstanceToolStripMenuItem.Click += new System.EventHandler(this.openNewWindow_Click);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.Controls.Add(this.captures, 0, 5);
            this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(label1, 0, 4);
            this.tableLayoutPanel1.Controls.Add(groupBox1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(toolStrip1, 0, 6);
            this.tableLayoutPanel1.Controls.Add(this.childProcessLabel, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.childProcesses, 0, 3);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 7;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.Size = new System.Drawing.Size(357, 400);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // captures
            // 
            this.captures.Dock = System.Windows.Forms.DockStyle.Fill;
            this.captures.FullRowSelect = true;
            this.captures.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.captures.Location = new System.Drawing.Point(3, 221);
            this.captures.Name = "captures";
            this.captures.Size = new System.Drawing.Size(351, 151);
            this.captures.TabIndex = 6;
            this.captures.TileSize = new System.Drawing.Size(300, 100);
            this.captures.UseCompatibleStateImageBehavior = false;
            this.captures.View = System.Windows.Forms.View.Tile;
            this.captures.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.captures_ItemSelectionChanged);
            this.captures.KeyUp += new System.Windows.Forms.KeyEventHandler(this.captures_KeyUp);
            this.captures.MouseClick += new System.Windows.Forms.MouseEventHandler(this.captures_MouseClick);
            this.captures.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.captures_MouseDoubleClick);
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.connectionIcon);
            this.flowLayoutPanel1.Controls.Add(this.connectionStatus);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(351, 25);
            this.flowLayoutPanel1.TabIndex = 4;
            this.flowLayoutPanel1.WrapContents = false;
            // 
            // connectionIcon
            // 
            this.connectionIcon.Image = global::renderdocui.Properties.Resources.hourglass;
            this.connectionIcon.Location = new System.Drawing.Point(3, 0);
            this.connectionIcon.Name = "connectionIcon";
            this.connectionIcon.Size = new System.Drawing.Size(21, 23);
            this.connectionIcon.TabIndex = 1;
            this.connectionIcon.Text = "     ";
            // 
            // connectionStatus
            // 
            this.connectionStatus.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.connectionStatus.AutoSize = true;
            this.connectionStatus.Location = new System.Drawing.Point(30, 5);
            this.connectionStatus.Name = "connectionStatus";
            this.connectionStatus.Size = new System.Drawing.Size(70, 13);
            this.connectionStatus.TabIndex = 2;
            this.connectionStatus.Text = "Connecting...";
            this.connectionStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // childProcessLabel
            // 
            this.childProcessLabel.Location = new System.Drawing.Point(3, 112);
            this.childProcessLabel.Name = "childProcessLabel";
            this.childProcessLabel.Size = new System.Drawing.Size(85, 28);
            this.childProcessLabel.TabIndex = 9;
            this.childProcessLabel.Text = "Child Processes:";
            this.childProcessLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // childProcesses
            // 
            this.childProcesses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.childProcesses.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.childProcesses.Location = new System.Drawing.Point(3, 143);
            this.childProcesses.MinimumSize = new System.Drawing.Size(0, 40);
            this.childProcesses.Name = "childProcesses";
            this.childProcesses.Size = new System.Drawing.Size(351, 40);
            this.childProcesses.TabIndex = 5;
            this.childProcesses.UseCompatibleStateImageBehavior = false;
            this.childProcesses.View = System.Windows.Forms.View.Tile;
            this.childProcesses.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.childProcesses_MouseDoubleClick);
            // 
            // rightclickContext
            // 
            this.rightclickContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openThisCaptureToolStripMenuItem,
            this.saveThisCaptureToolStripMenuItem,
            this.deleteThisCaptureToolStripMenuItem});
            this.rightclickContext.Name = "rightclickContext";
            this.rightclickContext.Size = new System.Drawing.Size(124, 70);
            // 
            // openThisCaptureToolStripMenuItem
            // 
            this.openThisCaptureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem1,
            this.newInstanceToolStripMenuItem1});
            this.openThisCaptureToolStripMenuItem.Name = "openThisCaptureToolStripMenuItem";
            this.openThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
            this.openThisCaptureToolStripMenuItem.Text = "&Open in...";
            // 
            // openToolStripMenuItem1
            // 
            this.openToolStripMenuItem1.Name = "openToolStripMenuItem1";
            this.openToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
            this.openToolStripMenuItem1.Text = "This instance";
            this.openToolStripMenuItem1.Click += new System.EventHandler(this.openCapture_Click);
            // 
            // newInstanceToolStripMenuItem1
            // 
            this.newInstanceToolStripMenuItem1.Name = "newInstanceToolStripMenuItem1";
            this.newInstanceToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
            this.newInstanceToolStripMenuItem1.Text = "New instance";
            this.newInstanceToolStripMenuItem1.Click += new System.EventHandler(this.openNewWindow_Click);
            // 
            // saveThisCaptureToolStripMenuItem
            // 
            this.saveThisCaptureToolStripMenuItem.Name = "saveThisCaptureToolStripMenuItem";
            this.saveThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
            this.saveThisCaptureToolStripMenuItem.Text = "&Save";
            this.saveThisCaptureToolStripMenuItem.Click += new System.EventHandler(this.saveCapture_Click);
            // 
            // deleteThisCaptureToolStripMenuItem
            // 
            this.deleteThisCaptureToolStripMenuItem.Name = "deleteThisCaptureToolStripMenuItem";
            this.deleteThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
            this.deleteThisCaptureToolStripMenuItem.Text = "&Delete";
            this.deleteThisCaptureToolStripMenuItem.Click += new System.EventHandler(this.deleteCapture_Click);
            // 
            // captureCountdown
            // 
            this.captureCountdown.Interval = 1000;
            this.captureCountdown.Tick += new System.EventHandler(this.captureCountdown_Tick);
            // 
            // childUpdateTimer
            // 
            this.childUpdateTimer.Enabled = true;
            this.childUpdateTimer.Tick += new System.EventHandler(this.childUpdateTimer_Tick);
            // 
            // LiveCapture
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(357, 400);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "LiveCapture";
            this.Text = "Connecting...";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LiveCapture_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LiveCapture_FormClosed);
            this.Shown += new System.EventHandler(this.LiveCapture_Shown);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.captureFrame)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.captureDelay)).EndInit();
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            this.rightclickContext.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()
		{
			Janus.Windows.GridEX.GridEXLayout gridEX1_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KeyboardEditor));
			gridEX1 = new Janus.Windows.GridEX.GridEX();
			checkWin = new System.Windows.Forms.CheckBox();
			comboKey = new System.Windows.Forms.ComboBox();
			checkControl = new System.Windows.Forms.CheckBox();
			checkShift = new System.Windows.Forms.CheckBox();
			checkAlt = new System.Windows.Forms.CheckBox();
			btnApply = new System.Windows.Forms.Button();
			btnReset = new System.Windows.Forms.Button();
			btnDefault = new System.Windows.Forms.Button();
			uiGroupBox1 = new System.Windows.Forms.GroupBox();
			lblDescription = new System.Windows.Forms.Label();
			lblDefaultKeyString = new System.Windows.Forms.Label();
			panel1 = new System.Windows.Forms.Panel();
			panel2 = new System.Windows.Forms.Panel();
			((System.ComponentModel.ISupportInitialize)gridEX1).BeginInit();
			uiGroupBox1.SuspendLayout();
			panel1.SuspendLayout();
			panel2.SuspendLayout();
			base.SuspendLayout();
			gridEX1.AllowColumnDrag = false;
			gridEX1.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
			gridEX1.AutomaticSort = false;
			gridEX1.ColumnAutoResize = true;
			gridEX1.ColumnHeaders = Janus.Windows.GridEX.InheritableBoolean.False;
			resources.ApplyResources(gridEX1_DesignTimeLayout, "gridEX1_DesignTimeLayout");
			gridEX1.DesignTimeLayout = gridEX1_DesignTimeLayout;
			resources.ApplyResources(gridEX1, "gridEX1");
			gridEX1.EnterKeyBehavior = Janus.Windows.GridEX.EnterKeyBehavior.None;
			gridEX1.FocusStyle = Janus.Windows.GridEX.FocusStyle.Solid;
			gridEX1.GridLineColor = System.Drawing.Color.Silver;
			gridEX1.GridLines = Janus.Windows.GridEX.GridLines.Horizontal;
			gridEX1.GroupByBoxVisible = false;
			gridEX1.HideSelection = Janus.Windows.GridEX.HideSelection.HighlightInactive;
			gridEX1.Name = "gridEX1";
			gridEX1.TabKeyBehavior = Janus.Windows.GridEX.TabKeyBehavior.ControlNavigation;
			gridEX1.FormattingRow += gridEX1_FormattingRow;
			gridEX1.SelectionChanged += gridEX1_SelectionChanged;
			resources.ApplyResources(checkWin, "checkWin");
			checkWin.Name = "checkWin";
			checkWin.CheckedChanged += Check_Changed;
			resources.ApplyResources(comboKey, "comboKey");
			comboKey.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			comboKey.Name = "comboKey";
			comboKey.SelectedIndexChanged += comboKey_SelectedIndexChanged;
			resources.ApplyResources(checkControl, "checkControl");
			checkControl.Name = "checkControl";
			checkControl.CheckedChanged += Check_Changed;
			resources.ApplyResources(checkShift, "checkShift");
			checkShift.Name = "checkShift";
			checkShift.CheckedChanged += Check_Changed;
			resources.ApplyResources(checkAlt, "checkAlt");
			checkAlt.Name = "checkAlt";
			checkAlt.CheckedChanged += Check_Changed;
			resources.ApplyResources(btnApply, "btnApply");
			btnApply.Name = "btnApply";
			btnApply.Click += btnApply_Click;
			resources.ApplyResources(btnReset, "btnReset");
			btnReset.Name = "btnReset";
			btnReset.Click += btnReset_Click;
			resources.ApplyResources(btnDefault, "btnDefault");
			btnDefault.Name = "btnDefault";
			btnDefault.Click += btnDefault_Click;
			uiGroupBox1.Controls.Add(lblDescription);
			uiGroupBox1.Controls.Add(comboKey);
			uiGroupBox1.Controls.Add(checkAlt);
			uiGroupBox1.Controls.Add(checkShift);
			uiGroupBox1.Controls.Add(checkControl);
			uiGroupBox1.Controls.Add(checkWin);
			uiGroupBox1.Controls.Add(lblDefaultKeyString);
			resources.ApplyResources(uiGroupBox1, "uiGroupBox1");
			uiGroupBox1.Name = "uiGroupBox1";
			uiGroupBox1.TabStop = false;
			resources.ApplyResources(lblDescription, "lblDescription");
			lblDescription.Name = "lblDescription";
			resources.ApplyResources(lblDefaultKeyString, "lblDefaultKeyString");
			lblDefaultKeyString.BackColor = System.Drawing.Color.Transparent;
			lblDefaultKeyString.ForeColor = System.Drawing.Color.MidnightBlue;
			lblDefaultKeyString.Name = "lblDefaultKeyString";
			panel1.Controls.Add(btnDefault);
			panel1.Controls.Add(btnApply);
			panel1.Controls.Add(btnReset);
			resources.ApplyResources(panel1, "panel1");
			panel1.Name = "panel1";
			panel2.Controls.Add(uiGroupBox1);
			resources.ApplyResources(panel2, "panel2");
			panel2.Name = "panel2";
			resources.ApplyResources(this, "$this");
			base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			base.Controls.Add(gridEX1);
			base.Controls.Add(panel2);
			base.Controls.Add(panel1);
			base.Name = "KeyboardEditor";
			((System.ComponentModel.ISupportInitialize)gridEX1).EndInit();
			uiGroupBox1.ResumeLayout(false);
			uiGroupBox1.PerformLayout();
			panel1.ResumeLayout(false);
			panel2.ResumeLayout(false);
			base.ResumeLayout(false);
		}
        /// <summary>
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.GroupBox groupBox1;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LineStyleDialog));
            this.dashDotDotRadioButton = new System.Windows.Forms.RadioButton();
            this.dotRadioButton = new System.Windows.Forms.RadioButton();
            this.dashDotRadioButton = new System.Windows.Forms.RadioButton();
            this.dashRadioButton = new System.Windows.Forms.RadioButton();
            this.solidRadioButton = new System.Windows.Forms.RadioButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lineTextBox = new System.Windows.Forms.TextBox();
            this.LSApplyButton = new System.Windows.Forms.Button();
            this.LSCloseButton = new System.Windows.Forms.Button();
            groupBox1 = new System.Windows.Forms.GroupBox();
            groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            resources.ApplyResources(groupBox1, "groupBox1");
            groupBox1.Controls.Add(this.dashDotDotRadioButton);
            groupBox1.Controls.Add(this.dotRadioButton);
            groupBox1.Controls.Add(this.dashDotRadioButton);
            groupBox1.Controls.Add(this.dashRadioButton);
            groupBox1.Controls.Add(this.solidRadioButton);
            groupBox1.Name = "groupBox1";
            groupBox1.TabStop = false;
            // 
            // dashDotDotRadioButton
            // 
            resources.ApplyResources(this.dashDotDotRadioButton, "dashDotDotRadioButton");
            this.dashDotDotRadioButton.Image = global::Ecell.IDE.Plugins.TracerWindow.Properties.Resources.dashdotdot;
            this.dashDotDotRadioButton.Name = "dashDotDotRadioButton";
            this.dashDotDotRadioButton.TabStop = true;
            this.dashDotDotRadioButton.UseVisualStyleBackColor = true;
            // 
            // dotRadioButton
            // 
            resources.ApplyResources(this.dotRadioButton, "dotRadioButton");
            this.dotRadioButton.Image = global::Ecell.IDE.Plugins.TracerWindow.Properties.Resources.dot;
            this.dotRadioButton.Name = "dotRadioButton";
            this.dotRadioButton.TabStop = true;
            this.dotRadioButton.UseVisualStyleBackColor = true;
            // 
            // dashDotRadioButton
            // 
            resources.ApplyResources(this.dashDotRadioButton, "dashDotRadioButton");
            this.dashDotRadioButton.Image = global::Ecell.IDE.Plugins.TracerWindow.Properties.Resources.dashdot;
            this.dashDotRadioButton.Name = "dashDotRadioButton";
            this.dashDotRadioButton.TabStop = true;
            this.dashDotRadioButton.UseVisualStyleBackColor = true;
            // 
            // dashRadioButton
            // 
            resources.ApplyResources(this.dashRadioButton, "dashRadioButton");
            this.dashRadioButton.Image = global::Ecell.IDE.Plugins.TracerWindow.Properties.Resources.dash;
            this.dashRadioButton.Name = "dashRadioButton";
            this.dashRadioButton.TabStop = true;
            this.dashRadioButton.UseVisualStyleBackColor = true;
            // 
            // solidRadioButton
            // 
            resources.ApplyResources(this.solidRadioButton, "solidRadioButton");
            this.solidRadioButton.Image = global::Ecell.IDE.Plugins.TracerWindow.Properties.Resources.solid;
            this.solidRadioButton.Name = "solidRadioButton";
            this.solidRadioButton.TabStop = true;
            this.solidRadioButton.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lineTextBox);
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // lineTextBox
            // 
            resources.ApplyResources(this.lineTextBox, "lineTextBox");
            this.lineTextBox.Name = "lineTextBox";
            this.lineTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.lineTextBox_Validating);
            // 
            // LSApplyButton
            // 
            resources.ApplyResources(this.LSApplyButton, "LSApplyButton");
            this.LSApplyButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.LSApplyButton.Name = "LSApplyButton";
            this.LSApplyButton.UseVisualStyleBackColor = true;
            // 
            // LSCloseButton
            // 
            resources.ApplyResources(this.LSCloseButton, "LSCloseButton");
            this.LSCloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.LSCloseButton.Name = "LSCloseButton";
            this.LSCloseButton.UseVisualStyleBackColor = true;
            this.LSCloseButton.Click += new System.EventHandler(this.LineCancelButton_Click);
            // 
            // LineStyleDialog
            // 
            this.AcceptButton = this.LSApplyButton;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.LSCloseButton;
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(groupBox1);
            this.Controls.Add(this.LSApplyButton);
            this.Controls.Add(this.LSCloseButton);
            this.Name = "LineStyleDialog";
            this.Shown += new System.EventHandler(this.LineStyleShown);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LineStyleDialogClosing);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.GroupBox printModeGroup;
            this.selectTileBtn = new System.Windows.Forms.Button();
            this.tilingFullBtn = new System.Windows.Forms.RadioButton();
            this.tilingLinesBtn = new System.Windows.Forms.RadioButton();
            this.tileFullBtn = new System.Windows.Forms.RadioButton();
            this.tileLinesBtn = new System.Windows.Forms.RadioButton();
            this.okBtn = new System.Windows.Forms.Button();
            this.cancelBtn = new System.Windows.Forms.Button();
            printModeGroup = new System.Windows.Forms.GroupBox();
            printModeGroup.SuspendLayout();
            this.SuspendLayout();
            // 
            // printModeGroup
            // 
            printModeGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            printModeGroup.Controls.Add(this.selectTileBtn);
            printModeGroup.Controls.Add(this.tilingFullBtn);
            printModeGroup.Controls.Add(this.tilingLinesBtn);
            printModeGroup.Controls.Add(this.tileFullBtn);
            printModeGroup.Controls.Add(this.tileLinesBtn);
            printModeGroup.Location = new System.Drawing.Point(12, 12);
            printModeGroup.Name = "printModeGroup";
            printModeGroup.Size = new System.Drawing.Size(461, 111);
            printModeGroup.TabIndex = 6;
            printModeGroup.TabStop = false;
            printModeGroup.Text = "Print mode";
            // 
            // selectTileBtn
            // 
            this.selectTileBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.selectTileBtn.Location = new System.Drawing.Point(380, 82);
            this.selectTileBtn.Name = "selectTileBtn";
            this.selectTileBtn.Size = new System.Drawing.Size(75, 23);
            this.selectTileBtn.TabIndex = 7;
            this.selectTileBtn.Text = "&Select tile...";
            this.selectTileBtn.UseVisualStyleBackColor = true;
            this.selectTileBtn.Click += new System.EventHandler(this.selectTileBtn_Click);
            // 
            // tilingFullBtn
            // 
            this.tilingFullBtn.AutoSize = true;
            this.tilingFullBtn.Location = new System.Drawing.Point(6, 19);
            this.tilingFullBtn.Name = "tilingFullBtn";
            this.tilingFullBtn.Size = new System.Drawing.Size(116, 17);
            this.tilingFullBtn.TabIndex = 0;
            this.tilingFullBtn.TabStop = true;
            this.tilingFullBtn.Text = "Full tiling with styles";
            this.tilingFullBtn.UseVisualStyleBackColor = true;
            this.tilingFullBtn.CheckedChanged += new System.EventHandler(this.modeBtn_CheckedChanged);
            // 
            // tilingLinesBtn
            // 
            this.tilingLinesBtn.AutoSize = true;
            this.tilingLinesBtn.Location = new System.Drawing.Point(6, 42);
            this.tilingLinesBtn.Name = "tilingLinesBtn";
            this.tilingLinesBtn.Size = new System.Drawing.Size(148, 17);
            this.tilingLinesBtn.TabIndex = 1;
            this.tilingLinesBtn.TabStop = true;
            this.tilingLinesBtn.Text = "Full tiling with outlines only";
            this.tilingLinesBtn.UseVisualStyleBackColor = true;
            this.tilingLinesBtn.CheckedChanged += new System.EventHandler(this.modeBtn_CheckedChanged);
            // 
            // tileFullBtn
            // 
            this.tileFullBtn.AutoSize = true;
            this.tileFullBtn.Location = new System.Drawing.Point(6, 65);
            this.tileFullBtn.Name = "tileFullBtn";
            this.tileFullBtn.Size = new System.Drawing.Size(116, 17);
            this.tileFullBtn.TabIndex = 2;
            this.tileFullBtn.TabStop = true;
            this.tileFullBtn.Text = "Single tile with style";
            this.tileFullBtn.UseVisualStyleBackColor = true;
            this.tileFullBtn.CheckedChanged += new System.EventHandler(this.modeBtn_CheckedChanged);
            // 
            // tileLinesBtn
            // 
            this.tileLinesBtn.AutoSize = true;
            this.tileLinesBtn.Location = new System.Drawing.Point(6, 88);
            this.tileLinesBtn.Name = "tileLinesBtn";
            this.tileLinesBtn.Size = new System.Drawing.Size(148, 17);
            this.tileLinesBtn.TabIndex = 3;
            this.tileLinesBtn.TabStop = true;
            this.tileLinesBtn.Text = "Single tile with outline only";
            this.tileLinesBtn.UseVisualStyleBackColor = true;
            this.tileLinesBtn.CheckedChanged += new System.EventHandler(this.modeBtn_CheckedChanged);
            // 
            // okBtn
            // 
            this.okBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.okBtn.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okBtn.Location = new System.Drawing.Point(398, 129);
            this.okBtn.Name = "okBtn";
            this.okBtn.Size = new System.Drawing.Size(75, 23);
            this.okBtn.TabIndex = 4;
            this.okBtn.Text = "&OK";
            this.okBtn.UseVisualStyleBackColor = true;
            // 
            // cancelBtn
            // 
            this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelBtn.Location = new System.Drawing.Point(317, 129);
            this.cancelBtn.Name = "cancelBtn";
            this.cancelBtn.Size = new System.Drawing.Size(75, 23);
            this.cancelBtn.TabIndex = 5;
            this.cancelBtn.Text = "&Cancel";
            this.cancelBtn.UseVisualStyleBackColor = true;
            // 
            // TilingPrintSettingsDialog
            // 
            this.AcceptButton = this.okBtn;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cancelBtn;
            this.ClientSize = new System.Drawing.Size(485, 164);
            this.Controls.Add(printModeGroup);
            this.Controls.Add(this.cancelBtn);
            this.Controls.Add(this.okBtn);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TilingPrintSettingsDialog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Tiling print settings";
            this.TopMost = true;
            printModeGroup.ResumeLayout(false);
            printModeGroup.PerformLayout();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBox1;
     this.rbModels    = new System.Windows.Forms.RadioButton();
     this.rbUI        = new System.Windows.Forms.RadioButton();
     this.rbBLL       = new System.Windows.Forms.RadioButton();
     this.rbPres      = new System.Windows.Forms.RadioButton();
     this.rbDAL       = new System.Windows.Forms.RadioButton();
     this.panel1      = new System.Windows.Forms.Panel();
     this.label2      = new System.Windows.Forms.Label();
     this.panel2      = new System.Windows.Forms.Panel();
     this.btnCancel   = new System.Windows.Forms.Button();
     this.btnOK       = new System.Windows.Forms.Button();
     this.panel3      = new System.Windows.Forms.Panel();
     this.rbInterface = new System.Windows.Forms.RadioButton();
     groupBox1        = new System.Windows.Forms.GroupBox();
     groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.rbInterface);
     groupBox1.Controls.Add(this.rbModels);
     groupBox1.Controls.Add(this.rbUI);
     groupBox1.Controls.Add(this.rbBLL);
     groupBox1.Controls.Add(this.rbPres);
     groupBox1.Controls.Add(this.rbDAL);
     groupBox1.Location = new System.Drawing.Point(12, 20);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(249, 167);
     groupBox1.TabIndex = 6;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Layer Type";
     //
     // rbModels
     //
     this.rbModels.AutoSize = true;
     this.rbModels.Location = new System.Drawing.Point(32, 122);
     this.rbModels.Name     = "rbModels";
     this.rbModels.Size     = new System.Drawing.Size(88, 17);
     this.rbModels.TabIndex = 5;
     this.rbModels.TabStop  = true;
     this.rbModels.Text     = "Models Layer";
     this.rbModels.UseVisualStyleBackColor = true;
     //
     // rbUI
     //
     this.rbUI.AutoSize = true;
     this.rbUI.Location = new System.Drawing.Point(32, 53);
     this.rbUI.Name     = "rbUI";
     this.rbUI.Size     = new System.Drawing.Size(113, 17);
     this.rbUI.TabIndex = 2;
     this.rbUI.TabStop  = true;
     this.rbUI.Text     = "UI Workflow Layer";
     this.rbUI.UseVisualStyleBackColor = true;
     //
     // rbBLL
     //
     this.rbBLL.AutoSize = true;
     this.rbBLL.Location = new System.Drawing.Point(32, 76);
     this.rbBLL.Name     = "rbBLL";
     this.rbBLL.Size     = new System.Drawing.Size(96, 17);
     this.rbBLL.TabIndex = 3;
     this.rbBLL.TabStop  = true;
     this.rbBLL.Text     = "Business Layer";
     this.rbBLL.UseVisualStyleBackColor = true;
     //
     // rbPres
     //
     this.rbPres.AutoSize = true;
     this.rbPres.Location = new System.Drawing.Point(32, 30);
     this.rbPres.Name     = "rbPres";
     this.rbPres.Size     = new System.Drawing.Size(152, 17);
     this.rbPres.TabIndex = 1;
     this.rbPres.TabStop  = true;
     this.rbPres.Text     = "Generic presentation Layer";
     this.rbPres.UseVisualStyleBackColor = true;
     //
     // rbDAL
     //
     this.rbDAL.AutoSize = true;
     this.rbDAL.Location = new System.Drawing.Point(32, 99);
     this.rbDAL.Name     = "rbDAL";
     this.rbDAL.Size     = new System.Drawing.Size(115, 17);
     this.rbDAL.TabIndex = 4;
     this.rbDAL.TabStop  = true;
     this.rbDAL.Text     = "Data Access Layer";
     this.rbDAL.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label2);
     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(273, 40);
     this.panel1.TabIndex = 0;
     //
     // label2
     //
     this.label2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(273, 40);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Select the target layer type :";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnCancel);
     this.panel2.Controls.Add(this.btnOK);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 245);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(273, 47);
     this.panel2.TabIndex = 1;
     //
     // 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(186, 12);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 1;
     this.btnCancel.Text                    = "Annuler";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // btnOK
     //
     this.btnOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(105, 12);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 0;
     this.btnOK.Text     = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // panel3
     //
     this.panel3.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.panel3.Controls.Add(groupBox1);
     this.panel3.Location = new System.Drawing.Point(0, 40);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(273, 208);
     this.panel3.TabIndex = 3;
     //
     // rbInterface
     //
     this.rbInterface.AutoSize = true;
     this.rbInterface.Location = new System.Drawing.Point(32, 145);
     this.rbInterface.Name     = "rbInterface";
     this.rbInterface.Size     = new System.Drawing.Size(96, 17);
     this.rbInterface.TabIndex = 6;
     this.rbInterface.TabStop  = true;
     this.rbInterface.Text     = "Interface Layer";
     this.rbInterface.UseVisualStyleBackColor = true;
     //
     // ImportProjectWizard
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(273, 292);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     this.Name          = "ImportProjectWizard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Importation";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#30
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.Label label8;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.Label label21;
            System.Windows.Forms.Label label22;
            System.Windows.Forms.Label label23;
            System.Windows.Forms.Label label24;
            System.Windows.Forms.Label label25;
            System.Windows.Forms.Label label26;
            System.Windows.Forms.Label label27;
            System.Windows.Forms.Label label29;
            System.Windows.Forms.Label label30;
            System.Windows.Forms.Label label31;
            System.Windows.Forms.Label label32;
            this.m_SatelliteMode = new System.Windows.Forms.ComboBox();
            this.m_SatelliteName = new System.Windows.Forms.ComboBox();
            this.m_Frequency = new System.Windows.Forms.TextBox();
            this.m_Station = new System.Windows.Forms.TextBox();
            this.m_OurMode = new System.Windows.Forms.ComboBox();
            this.m_OurLocator = new System.Windows.Forms.TextBox();
            this.m_OurBand = new System.Windows.Forms.ComboBox();
            this.m_OurOperator = new System.Windows.Forms.TextBox();
            this.m_MatchesKnownCalls = new System.Windows.Forms.ListBox();
            this.m_MatchesThisContest = new System.Windows.Forms.ListBox();
            this.m_OnlineStatus = new System.Windows.Forms.Label();
            this.m_Time = new System.Windows.Forms.TextBox();
            this.m_Band = new System.Windows.Forms.TextBox();
            this.m_Callsign = new System.Windows.Forms.TextBox();
            this.m_RstSent = new System.Windows.Forms.TextBox();
            this.m_SerialSent = new System.Windows.Forms.TextBox();
            this.m_RstReceived = new System.Windows.Forms.TextBox();
            this.m_Locator = new System.Windows.Forms.TextBox();
            this.m_SerialReceived = new System.Windows.Forms.TextBox();
            this.m_Comments = new System.Windows.Forms.TextBox();
            this.m_Distance = new System.Windows.Forms.TextBox();
            this.m_Beam = new System.Windows.Forms.TextBox();
            this.m_Notes = new System.Windows.Forms.Label();
            this.m_ContactTable = new System.Windows.Forms.TableLayoutPanel();
            this.m_RedrawTimer = new System.Windows.Forms.Timer(this.components);
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.logToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aDIFToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.knownCallsignsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aDIFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cabrilloToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.rEG1TESTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.multipleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.m_OnlyMyQSOs = new System.Windows.Forms.ToolStripMenuItem();
            this.m_PerformQRZLookups = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.winKeyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.rigControlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.QrzUserSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.wipeQSOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.transverterOffisetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            groupBox1 = new System.Windows.Forms.GroupBox();
            label8 = new System.Windows.Forms.Label();
            label6 = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            groupBox2 = new System.Windows.Forms.GroupBox();
            label21 = new System.Windows.Forms.Label();
            label22 = new System.Windows.Forms.Label();
            label23 = new System.Windows.Forms.Label();
            label24 = new System.Windows.Forms.Label();
            label25 = new System.Windows.Forms.Label();
            label26 = new System.Windows.Forms.Label();
            label27 = new System.Windows.Forms.Label();
            label29 = new System.Windows.Forms.Label();
            label30 = new System.Windows.Forms.Label();
            label31 = new System.Windows.Forms.Label();
            label32 = new System.Windows.Forms.Label();
            groupBox1.SuspendLayout();
            groupBox2.SuspendLayout();
            this.m_ContactTable.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            groupBox1.Controls.Add(this.m_SatelliteMode);
            groupBox1.Controls.Add(this.m_SatelliteName);
            groupBox1.Controls.Add(label8);
            groupBox1.Controls.Add(label6);
            groupBox1.Controls.Add(label7);
            groupBox1.Controls.Add(this.m_Frequency);
            groupBox1.Controls.Add(this.m_Station);
            groupBox1.Controls.Add(label5);
            groupBox1.Controls.Add(label4);
            groupBox1.Controls.Add(label3);
            groupBox1.Controls.Add(label2);
            groupBox1.Controls.Add(label1);
            groupBox1.Controls.Add(this.m_OurMode);
            groupBox1.Controls.Add(this.m_OurLocator);
            groupBox1.Controls.Add(this.m_OurBand);
            groupBox1.Controls.Add(this.m_OurOperator);
            groupBox1.Location = new System.Drawing.Point(400, 27);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(392, 147);
            groupBox1.TabIndex = 0;
            groupBox1.TabStop = false;
            groupBox1.Text = "Operator / Station details";
            // 
            // m_SatelliteMode
            // 
            this.m_SatelliteMode.FormattingEnabled = true;
            this.m_SatelliteMode.Items.AddRange(new object[] {
            "",
            "U/V",
            "V/U"});
            this.m_SatelliteMode.Location = new System.Drawing.Point(294, 106);
            this.m_SatelliteMode.Name = "m_SatelliteMode";
            this.m_SatelliteMode.Size = new System.Drawing.Size(81, 21);
            this.m_SatelliteMode.TabIndex = 19;
            this.m_SatelliteMode.TabStop = false;
            // 
            // m_SatelliteName
            // 
            this.m_SatelliteName.FormattingEnabled = true;
            this.m_SatelliteName.Items.AddRange(new object[] {
            "",
            "AO-7",
            "AO-72",
            "FO-29",
            "SO-50",
            "VO-52"});
            this.m_SatelliteName.Location = new System.Drawing.Point(294, 80);
            this.m_SatelliteName.Name = "m_SatelliteName";
            this.m_SatelliteName.Size = new System.Drawing.Size(81, 21);
            this.m_SatelliteName.TabIndex = 18;
            this.m_SatelliteName.TabStop = false;
            // 
            // label8
            // 
            label8.AutoSize = true;
            label8.Location = new System.Drawing.Point(207, 109);
            label8.Name = "label8";
            label8.Size = new System.Drawing.Size(76, 13);
            label8.TabIndex = 17;
            label8.Text = "Satellite mode:";
            // 
            // label6
            // 
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(207, 83);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(76, 13);
            label6.TabIndex = 15;
            label6.Text = "Satellite name:";
            // 
            // label7
            // 
            label7.AutoSize = true;
            label7.Location = new System.Drawing.Point(21, 83);
            label7.Name = "label7";
            label7.Size = new System.Drawing.Size(60, 13);
            label7.TabIndex = 13;
            label7.Text = "Frequency:";
            // 
            // m_Frequency
            // 
            this.m_Frequency.Location = new System.Drawing.Point(87, 80);
            this.m_Frequency.Name = "m_Frequency";
            this.m_Frequency.Size = new System.Drawing.Size(100, 20);
            this.m_Frequency.TabIndex = 12;
            this.m_Frequency.TabStop = false;
            this.m_Frequency.Text = "145.500.000";
            // 
            // m_Station
            // 
            this.m_Station.Location = new System.Drawing.Point(294, 27);
            this.m_Station.Name = "m_Station";
            this.m_Station.Size = new System.Drawing.Size(81, 20);
            this.m_Station.TabIndex = 10;
            this.m_Station.TabStop = false;
            this.m_Station.Text = "1";
            this.m_Station.TextChanged += new System.EventHandler(this.m_Station_TextChanged);
            // 
            // label5
            // 
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(207, 30);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(81, 13);
            label5.TabIndex = 8;
            label5.Text = "Station number:";
            // 
            // label4
            // 
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(207, 56);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(46, 13);
            label4.TabIndex = 7;
            label4.Text = "Locator:";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(21, 109);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(37, 13);
            label3.TabIndex = 6;
            label3.Text = "Mode:";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(21, 56);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(35, 13);
            label2.TabIndex = 5;
            label2.Text = "Band:";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(21, 30);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(51, 13);
            label1.TabIndex = 4;
            label1.Text = "Operator:";
            // 
            // m_OurMode
            // 
            this.m_OurMode.FormattingEnabled = true;
            this.m_OurMode.Location = new System.Drawing.Point(87, 106);
            this.m_OurMode.Name = "m_OurMode";
            this.m_OurMode.Size = new System.Drawing.Size(100, 21);
            this.m_OurMode.TabIndex = 2;
            this.m_OurMode.TabStop = false;
            this.m_OurMode.Text = "SSB";
            this.m_OurMode.SelectedIndexChanged += new System.EventHandler(this.m_OurMode_SelectedIndexChanged);
            // 
            // m_OurLocator
            // 
            this.m_OurLocator.Location = new System.Drawing.Point(294, 53);
            this.m_OurLocator.Name = "m_OurLocator";
            this.m_OurLocator.Size = new System.Drawing.Size(81, 20);
            this.m_OurLocator.TabIndex = 3;
            this.m_OurLocator.TabStop = false;
            this.m_OurLocator.Text = "JO01GI";
            this.m_OurLocator.TextChanged += new System.EventHandler(this.m_OurLocator_TextChanged);
            // 
            // m_OurBand
            // 
            this.m_OurBand.FormattingEnabled = true;
            this.m_OurBand.Location = new System.Drawing.Point(87, 53);
            this.m_OurBand.Name = "m_OurBand";
            this.m_OurBand.Size = new System.Drawing.Size(100, 21);
            this.m_OurBand.TabIndex = 1;
            this.m_OurBand.TabStop = false;
            this.m_OurBand.Text = "70cm";
            this.m_OurBand.SelectedIndexChanged += new System.EventHandler(this.m_OurBand_SelectedIndexChanged);
            // 
            // m_OurOperator
            // 
            this.m_OurOperator.Location = new System.Drawing.Point(87, 27);
            this.m_OurOperator.Name = "m_OurOperator";
            this.m_OurOperator.Size = new System.Drawing.Size(100, 20);
            this.m_OurOperator.TabIndex = 0;
            this.m_OurOperator.TabStop = false;
            this.m_OurOperator.Text = "M0VFC";
            this.m_OurOperator.TextChanged += new System.EventHandler(this.m_OurOperator_TextChanged);
            // 
            // groupBox2
            // 
            groupBox2.Controls.Add(this.m_MatchesKnownCalls);
            groupBox2.Controls.Add(this.m_MatchesThisContest);
            groupBox2.Location = new System.Drawing.Point(12, 27);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(382, 147);
            groupBox2.TabIndex = 14;
            groupBox2.TabStop = false;
            groupBox2.Text = "Callsign matches";
            // 
            // m_MatchesKnownCalls
            // 
            this.m_MatchesKnownCalls.FormattingEnabled = true;
            this.m_MatchesKnownCalls.Location = new System.Drawing.Point(202, 27);
            this.m_MatchesKnownCalls.Name = "m_MatchesKnownCalls";
            this.m_MatchesKnownCalls.Size = new System.Drawing.Size(165, 95);
            this.m_MatchesKnownCalls.TabIndex = 1;
            // 
            // m_MatchesThisContest
            // 
            this.m_MatchesThisContest.FormattingEnabled = true;
            this.m_MatchesThisContest.Location = new System.Drawing.Point(13, 27);
            this.m_MatchesThisContest.Name = "m_MatchesThisContest";
            this.m_MatchesThisContest.Size = new System.Drawing.Size(176, 95);
            this.m_MatchesThisContest.TabIndex = 0;
            // 
            // label21
            // 
            label21.AutoSize = true;
            label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label21.Location = new System.Drawing.Point(0, 0);
            label21.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            label21.Name = "label21";
            label21.Size = new System.Drawing.Size(36, 13);
            label21.TabIndex = 13;
            label21.Text = "Band";
            // 
            // label22
            // 
            label22.AutoSize = true;
            label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label22.Location = new System.Drawing.Point(41, 0);
            label22.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            label22.Name = "label22";
            label22.Size = new System.Drawing.Size(34, 13);
            label22.TabIndex = 14;
            label22.Text = "Time";
            // 
            // label23
            // 
            label23.AutoSize = true;
            label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label23.Location = new System.Drawing.Point(82, 0);
            label23.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            label23.Name = "label23";
            label23.Size = new System.Drawing.Size(51, 13);
            label23.TabIndex = 15;
            label23.Text = "Callsign";
            // 
            // label24
            // 
            label24.AutoSize = true;
            label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label24.Location = new System.Drawing.Point(180, 0);
            label24.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            label24.Name = "label24";
            label24.Size = new System.Drawing.Size(33, 13);
            label24.TabIndex = 16;
            label24.Text = "Sent";
            // 
            // label25
            // 
            label25.AutoSize = true;
            label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label25.Location = new System.Drawing.Point(231, 0);
            label25.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            label25.Name = "label25";
            label25.Size = new System.Drawing.Size(39, 13);
            label25.TabIndex = 17;
            label25.Text = "Serial";
            // 
            // label26
            // 
            label26.AutoSize = true;
            label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label26.Location = new System.Drawing.Point(282, 0);
            label26.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            label26.Name = "label26";
            label26.Size = new System.Drawing.Size(37, 13);
            label26.TabIndex = 18;
            label26.Text = "Recv";
            // 
            // label27
            // 
            label27.AutoSize = true;
            label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label27.Location = new System.Drawing.Point(333, 0);
            label27.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            label27.Name = "label27";
            label27.Size = new System.Drawing.Size(39, 13);
            label27.TabIndex = 19;
            label27.Text = "Serial";
            // 
            // label29
            // 
            label29.AutoSize = true;
            label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label29.Location = new System.Drawing.Point(384, 0);
            label29.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            label29.Name = "label29";
            label29.Size = new System.Drawing.Size(50, 13);
            label29.TabIndex = 21;
            label29.Text = "Locator";
            // 
            // label30
            // 
            label30.AutoSize = true;
            label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label30.Location = new System.Drawing.Point(445, 0);
            label30.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            label30.Name = "label30";
            label30.Size = new System.Drawing.Size(29, 13);
            label30.TabIndex = 22;
            label30.Text = "Dist";
            // 
            // label31
            // 
            label31.AutoSize = true;
            label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label31.Location = new System.Drawing.Point(498, 0);
            label31.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            label31.Name = "label31";
            label31.Size = new System.Drawing.Size(38, 13);
            label31.TabIndex = 23;
            label31.Text = "Beam";
            // 
            // label32
            // 
            label32.AutoSize = true;
            label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label32.Location = new System.Drawing.Point(539, 0);
            label32.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            label32.Name = "label32";
            label32.Size = new System.Drawing.Size(64, 13);
            label32.TabIndex = 24;
            label32.Text = "Comments";
            // 
            // m_OnlineStatus
            // 
            this.m_OnlineStatus.BackColor = System.Drawing.Color.PaleGreen;
            this.m_OnlineStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_OnlineStatus.Location = new System.Drawing.Point(631, 0);
            this.m_OnlineStatus.Name = "m_OnlineStatus";
            this.m_OnlineStatus.Size = new System.Drawing.Size(165, 24);
            this.m_OnlineStatus.TabIndex = 14;
            this.m_OnlineStatus.Text = "Online";
            this.m_OnlineStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // m_Time
            // 
            this.m_Time.Location = new System.Drawing.Point(44, 193);
            this.m_Time.Name = "m_Time";
            this.m_Time.ReadOnly = true;
            this.m_Time.Size = new System.Drawing.Size(35, 20);
            this.m_Time.TabIndex = 1;
            this.m_Time.TabStop = false;
            this.m_Time.Text = "2359";
            this.m_Time.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentQSOKeyDown);
            // 
            // m_Band
            // 
            this.m_Band.Location = new System.Drawing.Point(3, 193);
            this.m_Band.Name = "m_Band";
            this.m_Band.ReadOnly = true;
            this.m_Band.Size = new System.Drawing.Size(35, 20);
            this.m_Band.TabIndex = 0;
            this.m_Band.TabStop = false;
            this.m_Band.Text = "70cm";
            this.m_Band.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentQSOKeyDown);
            // 
            // m_Callsign
            // 
            this.m_Callsign.Location = new System.Drawing.Point(85, 193);
            this.m_Callsign.Name = "m_Callsign";
            this.m_Callsign.Size = new System.Drawing.Size(92, 20);
            this.m_Callsign.TabIndex = 2;
            this.m_Callsign.Text = "GB100CAM/P";
            this.m_Callsign.TextChanged += new System.EventHandler(this.m_Callsign_TextChanged);
            this.m_Callsign.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentQSOKeyDown);
            this.m_Callsign.Leave += new System.EventHandler(this.m_Callsign_Leave);
            // 
            // m_RstSent
            // 
            this.m_RstSent.Location = new System.Drawing.Point(183, 193);
            this.m_RstSent.Name = "m_RstSent";
            this.m_RstSent.Size = new System.Drawing.Size(45, 20);
            this.m_RstSent.TabIndex = 3;
            this.m_RstSent.Text = "59+40";
            this.m_RstSent.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentQSOKeyDown);
            // 
            // m_SerialSent
            // 
            this.m_SerialSent.Location = new System.Drawing.Point(234, 193);
            this.m_SerialSent.Name = "m_SerialSent";
            this.m_SerialSent.ReadOnly = true;
            this.m_SerialSent.Size = new System.Drawing.Size(45, 20);
            this.m_SerialSent.TabIndex = 4;
            this.m_SerialSent.TabStop = false;
            this.m_SerialSent.Text = "1234";
            this.m_SerialSent.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentQSOKeyDown);
            // 
            // m_RstReceived
            // 
            this.m_RstReceived.Location = new System.Drawing.Point(285, 193);
            this.m_RstReceived.Name = "m_RstReceived";
            this.m_RstReceived.Size = new System.Drawing.Size(45, 20);
            this.m_RstReceived.TabIndex = 5;
            this.m_RstReceived.Text = "59+40";
            this.m_RstReceived.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentQSOKeyDown);
            // 
            // m_Locator
            // 
            this.m_Locator.Location = new System.Drawing.Point(387, 193);
            this.m_Locator.Name = "m_Locator";
            this.m_Locator.Size = new System.Drawing.Size(55, 20);
            this.m_Locator.TabIndex = 7;
            this.m_Locator.Text = "AB12CD";
            this.m_Locator.TextChanged += new System.EventHandler(this.m_Locator_TextChanged);
            this.m_Locator.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentQSOKeyDown);
            this.m_Locator.KeyUp += new System.Windows.Forms.KeyEventHandler(this.m_Locator_KeyUp);
            // 
            // m_SerialReceived
            // 
            this.m_SerialReceived.Location = new System.Drawing.Point(336, 193);
            this.m_SerialReceived.Name = "m_SerialReceived";
            this.m_SerialReceived.Size = new System.Drawing.Size(45, 20);
            this.m_SerialReceived.TabIndex = 6;
            this.m_SerialReceived.Text = "0001";
            this.m_SerialReceived.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentQSOKeyDown);
            this.m_SerialReceived.KeyUp += new System.Windows.Forms.KeyEventHandler(this.m_SerialReceived_KeyUp);
            // 
            // m_Comments
            // 
            this.m_Comments.Location = new System.Drawing.Point(542, 193);
            this.m_Comments.Name = "m_Comments";
            this.m_Comments.Size = new System.Drawing.Size(172, 20);
            this.m_Comments.TabIndex = 10;
            this.m_Comments.Text = "This was a very nice QSO";
            this.m_Comments.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentQSOKeyDown);
            // 
            // m_Distance
            // 
            this.m_Distance.Location = new System.Drawing.Point(448, 193);
            this.m_Distance.Name = "m_Distance";
            this.m_Distance.ReadOnly = true;
            this.m_Distance.Size = new System.Drawing.Size(47, 20);
            this.m_Distance.TabIndex = 8;
            this.m_Distance.TabStop = false;
            this.m_Distance.Text = "23km";
            this.m_Distance.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentQSOKeyDown);
            // 
            // m_Beam
            // 
            this.m_Beam.Location = new System.Drawing.Point(501, 193);
            this.m_Beam.Name = "m_Beam";
            this.m_Beam.ReadOnly = true;
            this.m_Beam.Size = new System.Drawing.Size(35, 20);
            this.m_Beam.TabIndex = 9;
            this.m_Beam.TabStop = false;
            this.m_Beam.Text = "090";
            this.m_Beam.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentQSOKeyDown);
            // 
            // m_Notes
            // 
            this.m_Notes.Location = new System.Drawing.Point(12, 399);
            this.m_Notes.Name = "m_Notes";
            this.m_Notes.Size = new System.Drawing.Size(780, 18);
            this.m_Notes.TabIndex = 13;
            this.m_Notes.Text = "Notes go down here...";
            this.m_Notes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // m_ContactTable
            // 
            this.m_ContactTable.ColumnCount = 12;
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.m_ContactTable.Controls.Add(label32, 10, 0);
            this.m_ContactTable.Controls.Add(label31, 9, 0);
            this.m_ContactTable.Controls.Add(label30, 8, 0);
            this.m_ContactTable.Controls.Add(label29, 7, 0);
            this.m_ContactTable.Controls.Add(label27, 6, 0);
            this.m_ContactTable.Controls.Add(label26, 5, 0);
            this.m_ContactTable.Controls.Add(label25, 4, 0);
            this.m_ContactTable.Controls.Add(label24, 3, 0);
            this.m_ContactTable.Controls.Add(label23, 2, 0);
            this.m_ContactTable.Controls.Add(label22, 1, 0);
            this.m_ContactTable.Controls.Add(label21, 0, 0);
            this.m_ContactTable.Controls.Add(this.m_Band, 0, 9);
            this.m_ContactTable.Controls.Add(this.m_Time, 1, 9);
            this.m_ContactTable.Controls.Add(this.m_Callsign, 2, 9);
            this.m_ContactTable.Controls.Add(this.m_RstSent, 3, 9);
            this.m_ContactTable.Controls.Add(this.m_Comments, 10, 9);
            this.m_ContactTable.Controls.Add(this.m_Beam, 9, 9);
            this.m_ContactTable.Controls.Add(this.m_SerialSent, 4, 9);
            this.m_ContactTable.Controls.Add(this.m_Distance, 8, 9);
            this.m_ContactTable.Controls.Add(this.m_RstReceived, 5, 9);
            this.m_ContactTable.Controls.Add(this.m_SerialReceived, 6, 9);
            this.m_ContactTable.Controls.Add(this.m_Locator, 7, 9);
            this.m_ContactTable.Location = new System.Drawing.Point(12, 180);
            this.m_ContactTable.Name = "m_ContactTable";
            this.m_ContactTable.RowCount = 10;
            this.m_ContactTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.m_ContactTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.m_ContactTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.m_ContactTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.m_ContactTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.m_ContactTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.m_ContactTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.m_ContactTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.m_ContactTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.m_ContactTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.m_ContactTable.Size = new System.Drawing.Size(780, 216);
            this.m_ContactTable.TabIndex = 1;
            // 
            // m_RedrawTimer
            // 
            this.m_RedrawTimer.Interval = 2500;
            this.m_RedrawTimer.Tick += new System.EventHandler(this.m_RedrawTimer_Tick);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.logToolStripMenuItem,
            this.viewToolStripMenuItem,
            this.optionsToolStripMenuItem,
            this.wipeQSOToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(796, 24);
            this.menuStrip1.TabIndex = 15;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // logToolStripMenuItem
            // 
            this.logToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openLogToolStripMenuItem,
            this.importToolStripMenuItem,
            this.exportToolStripMenuItem});
            this.logToolStripMenuItem.Name = "logToolStripMenuItem";
            this.logToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
            this.logToolStripMenuItem.Text = "&Log";
            // 
            // openLogToolStripMenuItem
            // 
            this.openLogToolStripMenuItem.Name = "openLogToolStripMenuItem";
            this.openLogToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
            this.openLogToolStripMenuItem.Text = "&Open log...";
            this.openLogToolStripMenuItem.Click += new System.EventHandler(this.openLogToolStripMenuItem_Click);
            // 
            // importToolStripMenuItem
            // 
            this.importToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aDIFToolStripMenuItem1,
            this.knownCallsignsToolStripMenuItem});
            this.importToolStripMenuItem.Name = "importToolStripMenuItem";
            this.importToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
            this.importToolStripMenuItem.Text = "&Import";
            // 
            // aDIFToolStripMenuItem1
            // 
            this.aDIFToolStripMenuItem1.Name = "aDIFToolStripMenuItem1";
            this.aDIFToolStripMenuItem1.Size = new System.Drawing.Size(170, 22);
            this.aDIFToolStripMenuItem1.Text = "&ADIF...";
            this.aDIFToolStripMenuItem1.Click += new System.EventHandler(this.ImportAdif);
            // 
            // knownCallsignsToolStripMenuItem
            // 
            this.knownCallsignsToolStripMenuItem.Name = "knownCallsignsToolStripMenuItem";
            this.knownCallsignsToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
            this.knownCallsignsToolStripMenuItem.Text = "&Known Callsigns...";
            this.knownCallsignsToolStripMenuItem.Click += new System.EventHandler(this.ImportKnownCallsigns);
            // 
            // exportToolStripMenuItem
            // 
            this.exportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aDIFToolStripMenuItem,
            this.cabrilloToolStripMenuItem,
            this.rEG1TESTToolStripMenuItem,
            this.multipleToolStripMenuItem});
            this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
            this.exportToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
            this.exportToolStripMenuItem.Text = "&Export";
            // 
            // aDIFToolStripMenuItem
            // 
            this.aDIFToolStripMenuItem.Name = "aDIFToolStripMenuItem";
            this.aDIFToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.aDIFToolStripMenuItem.Text = "&ADIF...";
            this.aDIFToolStripMenuItem.Click += new System.EventHandler(this.ExportAdif);
            // 
            // cabrilloToolStripMenuItem
            // 
            this.cabrilloToolStripMenuItem.Name = "cabrilloToolStripMenuItem";
            this.cabrilloToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.cabrilloToolStripMenuItem.Text = "&Cabrillo...";
            this.cabrilloToolStripMenuItem.Click += new System.EventHandler(this.ExportCabrillo);
            // 
            // rEG1TESTToolStripMenuItem
            // 
            this.rEG1TESTToolStripMenuItem.Name = "rEG1TESTToolStripMenuItem";
            this.rEG1TESTToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.rEG1TESTToolStripMenuItem.Text = "&REG1TEST...";
            this.rEG1TESTToolStripMenuItem.Click += new System.EventHandler(this.m_Export_Click);
            // 
            // multipleToolStripMenuItem
            // 
            this.multipleToolStripMenuItem.Name = "multipleToolStripMenuItem";
            this.multipleToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.multipleToolStripMenuItem.Text = "Multiple...";
            this.multipleToolStripMenuItem.Click += new System.EventHandler(this.ExportMultiple);
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_OnlyMyQSOs,
            this.m_PerformQRZLookups});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.viewToolStripMenuItem.Text = "&View";
            // 
            // m_OnlyMyQSOs
            // 
            this.m_OnlyMyQSOs.Name = "m_OnlyMyQSOs";
            this.m_OnlyMyQSOs.Size = new System.Drawing.Size(169, 22);
            this.m_OnlyMyQSOs.Text = "Only my QSOs";
            this.m_OnlyMyQSOs.Click += new System.EventHandler(this.OnlyMyQSOsClicked);
            // 
            // m_PerformQRZLookups
            // 
            this.m_PerformQRZLookups.CheckOnClick = true;
            this.m_PerformQRZLookups.Name = "m_PerformQRZLookups";
            this.m_PerformQRZLookups.Size = new System.Drawing.Size(169, 22);
            this.m_PerformQRZLookups.Text = "QRZ.com lookups";
            this.m_PerformQRZLookups.CheckedChanged += new System.EventHandler(this.m_PerformQRZLookups_CheckedChanged);
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.winKeyToolStripMenuItem,
            this.rigControlToolStripMenuItem,
            this.QrzUserSetupToolStripMenuItem,
            this.transverterOffisetToolStripMenuItem});
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
            this.optionsToolStripMenuItem.Text = "&Options";
            // 
            // winKeyToolStripMenuItem
            // 
            this.winKeyToolStripMenuItem.Name = "winKeyToolStripMenuItem";
            this.winKeyToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.winKeyToolStripMenuItem.Text = "WinKey...";
            // 
            // rigControlToolStripMenuItem
            // 
            this.rigControlToolStripMenuItem.Name = "rigControlToolStripMenuItem";
            this.rigControlToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.rigControlToolStripMenuItem.Text = "Rig Control...";
            // 
            // QrzUserSetupToolStripMenuItem
            // 
            this.QrzUserSetupToolStripMenuItem.Name = "QrzUserSetupToolStripMenuItem";
            this.QrzUserSetupToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.QrzUserSetupToolStripMenuItem.Text = "QRZ.com User Setup...";
            this.QrzUserSetupToolStripMenuItem.Click += new System.EventHandler(this.QrzUserSetupToolStripMenuItem_Click);
            // 
            // wipeQSOToolStripMenuItem
            // 
            this.wipeQSOToolStripMenuItem.Name = "wipeQSOToolStripMenuItem";
            this.wipeQSOToolStripMenuItem.Size = new System.Drawing.Size(73, 20);
            this.wipeQSOToolStripMenuItem.Text = "&Wipe QSO";
            this.wipeQSOToolStripMenuItem.Click += new System.EventHandler(this.WipeQSOClicked);
            // 
            // transverterOffisetToolStripMenuItem
            // 
            this.transverterOffisetToolStripMenuItem.Name = "transverterOffisetToolStripMenuItem";
            this.transverterOffisetToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.transverterOffisetToolStripMenuItem.Text = "Transverter offiset...";
            this.transverterOffisetToolStripMenuItem.Click += new System.EventHandler(this.SetTransverterOffset);
            // 
            // ContestForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(796, 423);
            this.Controls.Add(this.m_OnlineStatus);
            this.Controls.Add(this.m_ContactTable);
            this.Controls.Add(groupBox2);
            this.Controls.Add(this.m_Notes);
            this.Controls.Add(groupBox1);
            this.Controls.Add(this.menuStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "ContestForm";
            this.Text = "CamLog";
            this.Load += new System.EventHandler(this.ContestForm_Load);
            this.Shown += new System.EventHandler(this.ContestForm_Shown);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ContestForm_KeyDown);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            groupBox2.ResumeLayout(false);
            this.m_ContactTable.ResumeLayout(false);
            this.m_ContactTable.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox grpHotkeys;
     System.Windows.Forms.Button   btnOK;
     System.Windows.Forms.Button   btnCancel;
     this.txtTSChar          = new System.Windows.Forms.TextBox();
     this.chkTSShift         = new System.Windows.Forms.CheckBox();
     this.chkTSCtrl          = new System.Windows.Forms.CheckBox();
     this.chkTSAlt           = new System.Windows.Forms.CheckBox();
     this.chkSaveTime        = new System.Windows.Forms.CheckBox();
     this.txtSTChar          = new System.Windows.Forms.TextBox();
     this.chkSTShift         = new System.Windows.Forms.CheckBox();
     this.chkSTCtrl          = new System.Windows.Forms.CheckBox();
     this.chkSTAlt           = new System.Windows.Forms.CheckBox();
     this.chkToggleStopwatch = new System.Windows.Forms.CheckBox();
     grpHotkeys = new System.Windows.Forms.GroupBox();
     btnOK      = new System.Windows.Forms.Button();
     btnCancel  = new System.Windows.Forms.Button();
     grpHotkeys.SuspendLayout();
     this.SuspendLayout();
     //
     // grpHotkeys
     //
     grpHotkeys.Controls.Add(this.txtTSChar);
     grpHotkeys.Controls.Add(this.chkTSShift);
     grpHotkeys.Controls.Add(this.chkTSCtrl);
     grpHotkeys.Controls.Add(this.chkTSAlt);
     grpHotkeys.Controls.Add(this.chkSaveTime);
     grpHotkeys.Controls.Add(this.txtSTChar);
     grpHotkeys.Controls.Add(this.chkSTShift);
     grpHotkeys.Controls.Add(this.chkSTCtrl);
     grpHotkeys.Controls.Add(this.chkSTAlt);
     grpHotkeys.Controls.Add(this.chkToggleStopwatch);
     grpHotkeys.Location = new System.Drawing.Point(13, 13);
     grpHotkeys.Name     = "grpHotkeys";
     grpHotkeys.Size     = new System.Drawing.Size(340, 70);
     grpHotkeys.TabIndex = 0;
     grpHotkeys.TabStop  = false;
     grpHotkeys.Text     = "Global Hotkeys";
     //
     // txtTSChar
     //
     this.txtTSChar.Location = new System.Drawing.Point(289, 40);
     this.txtTSChar.Name     = "txtTSChar";
     this.txtTSChar.Size     = new System.Drawing.Size(37, 20);
     this.txtTSChar.TabIndex = 9;
     //
     // chkTSShift
     //
     this.chkTSShift.AutoSize = true;
     this.chkTSShift.Location = new System.Drawing.Point(235, 42);
     this.chkTSShift.Name     = "chkTSShift";
     this.chkTSShift.Size     = new System.Drawing.Size(47, 17);
     this.chkTSShift.TabIndex = 8;
     this.chkTSShift.Text     = "Shift";
     this.chkTSShift.UseVisualStyleBackColor = true;
     //
     // chkTSCtrl
     //
     this.chkTSCtrl.AutoSize = true;
     this.chkTSCtrl.Location = new System.Drawing.Point(188, 42);
     this.chkTSCtrl.Name     = "chkTSCtrl";
     this.chkTSCtrl.Size     = new System.Drawing.Size(41, 17);
     this.chkTSCtrl.TabIndex = 7;
     this.chkTSCtrl.Text     = "Ctrl";
     this.chkTSCtrl.UseVisualStyleBackColor = true;
     //
     // chkTSAlt
     //
     this.chkTSAlt.AutoSize = true;
     this.chkTSAlt.Location = new System.Drawing.Point(144, 42);
     this.chkTSAlt.Name     = "chkTSAlt";
     this.chkTSAlt.Size     = new System.Drawing.Size(38, 17);
     this.chkTSAlt.TabIndex = 6;
     this.chkTSAlt.Text     = "Alt";
     this.chkTSAlt.UseVisualStyleBackColor = true;
     //
     // chkSaveTime
     //
     this.chkSaveTime.AutoSize = true;
     this.chkSaveTime.Location = new System.Drawing.Point(10, 42);
     this.chkSaveTime.Name     = "chkSaveTime";
     this.chkSaveTime.Size     = new System.Drawing.Size(125, 17);
     this.chkSaveTime.TabIndex = 5;
     this.chkSaveTime.Text     = "Stopwatch save &time";
     this.chkSaveTime.UseVisualStyleBackColor = true;
     //
     // txtSTChar
     //
     this.txtSTChar.Location = new System.Drawing.Point(289, 17);
     this.txtSTChar.Name     = "txtSTChar";
     this.txtSTChar.Size     = new System.Drawing.Size(37, 20);
     this.txtSTChar.TabIndex = 4;
     //
     // chkSTShift
     //
     this.chkSTShift.AutoSize = true;
     this.chkSTShift.Location = new System.Drawing.Point(235, 19);
     this.chkSTShift.Name     = "chkSTShift";
     this.chkSTShift.Size     = new System.Drawing.Size(47, 17);
     this.chkSTShift.TabIndex = 3;
     this.chkSTShift.Text     = "Shift";
     this.chkSTShift.UseVisualStyleBackColor = true;
     //
     // chkSTCtrl
     //
     this.chkSTCtrl.AutoSize = true;
     this.chkSTCtrl.Location = new System.Drawing.Point(188, 19);
     this.chkSTCtrl.Name     = "chkSTCtrl";
     this.chkSTCtrl.Size     = new System.Drawing.Size(41, 17);
     this.chkSTCtrl.TabIndex = 2;
     this.chkSTCtrl.Text     = "Ctrl";
     this.chkSTCtrl.UseVisualStyleBackColor = true;
     //
     // chkSTAlt
     //
     this.chkSTAlt.AutoSize = true;
     this.chkSTAlt.Location = new System.Drawing.Point(144, 19);
     this.chkSTAlt.Name     = "chkSTAlt";
     this.chkSTAlt.Size     = new System.Drawing.Size(38, 17);
     this.chkSTAlt.TabIndex = 1;
     this.chkSTAlt.Text     = "Alt";
     this.chkSTAlt.UseVisualStyleBackColor = true;
     //
     // chkToggleStopwatch
     //
     this.chkToggleStopwatch.AutoSize = true;
     this.chkToggleStopwatch.Location = new System.Drawing.Point(10, 19);
     this.chkToggleStopwatch.Name     = "chkToggleStopwatch";
     this.chkToggleStopwatch.Size     = new System.Drawing.Size(125, 17);
     this.chkToggleStopwatch.TabIndex = 0;
     this.chkToggleStopwatch.Text     = "Stopwatch &start/stop";
     this.chkToggleStopwatch.UseVisualStyleBackColor = true;
     //
     // btnOK
     //
     btnOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     btnOK.Location = new System.Drawing.Point(197, 93);
     btnOK.Name     = "btnOK";
     btnOK.Size     = new System.Drawing.Size(75, 23);
     btnOK.TabIndex = 1;
     btnOK.Text     = "&OK";
     btnOK.UseVisualStyleBackColor = true;
     btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     btnCancel.Location                = new System.Drawing.Point(278, 93);
     btnCancel.Name                    = "btnCancel";
     btnCancel.Size                    = new System.Drawing.Size(75, 23);
     btnCancel.TabIndex                = 2;
     btnCancel.Text                    = "&Cancel";
     btnCancel.UseVisualStyleBackColor = true;
     //
     // ProgramOptionsForm
     //
     this.AcceptButton        = btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = btnCancel;
     this.ClientSize          = new System.Drawing.Size(365, 126);
     this.Controls.Add(btnCancel);
     this.Controls.Add(btnOK);
     this.Controls.Add(grpHotkeys);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ProgramOptionsForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Maneubo Options";
     grpHotkeys.ResumeLayout(false);
     grpHotkeys.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TabPage tabPageGeneral;
            System.Windows.Forms.GroupBox groupBoxLogonUser;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.TabPage tabPageServices;
            System.Windows.Forms.GroupBox groupBoxAnonymous;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.GroupBox groupBoxFromBits;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.ColumnHeader columnHeaderProcess;
            System.Windows.Forms.ColumnHeader columnHeaderSessionId;
            System.Windows.Forms.ColumnHeader columnHeaderUserName;
            this.groupBoxServiceAccounts = new System.Windows.Forms.GroupBox();
            this.btnCreateSystem = new System.Windows.Forms.Button();
            this.btnCreateNetworkService = new System.Windows.Forms.Button();
            this.btnCreateLocalService = new System.Windows.Forms.Button();
            this.radioLUS4U = new System.Windows.Forms.RadioButton();
            this.radioLUNormal = new System.Windows.Forms.RadioButton();
            this.txtLUPassword = new System.Windows.Forms.TextBox();
            this.comboBoxS4ULogonType = new System.Windows.Forms.ComboBox();
            this.btnCreteS4U = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.txtS4URealm = new System.Windows.Forms.TextBox();
            this.txtS4UUserName = new System.Windows.Forms.TextBox();
            this.labelUsername = new System.Windows.Forms.Label();
            this.btnCreateAnonymous = new System.Windows.Forms.Button();
            this.btnClipboardToken = new System.Windows.Forms.Button();
            this.btnPipeConnect = new System.Windows.Forms.Button();
            this.btnStartServer = new System.Windows.Forms.Button();
            this.txtPipeName = new System.Windows.Forms.TextBox();
            this.btnCreateFromBits = new System.Windows.Forms.Button();
            this.tabControlTests = new System.Windows.Forms.TabControl();
            this.tabPageProcesses = new System.Windows.Forms.TabPage();
            this.btnFilter = new System.Windows.Forms.Button();
            this.txtFilter = new System.Windows.Forms.TextBox();
            this.checkBoxUnrestricted = new System.Windows.Forms.CheckBox();
            this.btnCurrentProcess = new System.Windows.Forms.Button();
            this.treeViewProcesses = new System.Windows.Forms.TreeView();
            this.contextMenuStripProcesses = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openTokenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshTokenHandlesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPageThreads = new System.Windows.Forms.TabPage();
            this.listViewThreads = new System.Windows.Forms.ListView();
            this.columnHeaderTID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeaderTokenUser = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeaderImpLevel = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStripThreads = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItemOpenThreadToken = new System.Windows.Forms.ToolStripMenuItem();
            this.openProcessTokenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemRefreshThreads = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPageSessions = new System.Windows.Forms.TabPage();
            this.listViewSessions = new System.Windows.Forms.ListView();
            this.contextMenuStripSessions = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openSessionTokenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            tabPageGeneral = new System.Windows.Forms.TabPage();
            groupBoxLogonUser = new System.Windows.Forms.GroupBox();
            label6 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            tabPageServices = new System.Windows.Forms.TabPage();
            groupBoxAnonymous = new System.Windows.Forms.GroupBox();
            groupBox2 = new System.Windows.Forms.GroupBox();
            groupBox1 = new System.Windows.Forms.GroupBox();
            label3 = new System.Windows.Forms.Label();
            groupBoxFromBits = new System.Windows.Forms.GroupBox();
            label4 = new System.Windows.Forms.Label();
            columnHeaderProcess = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderSessionId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            columnHeaderUserName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            tabPageGeneral.SuspendLayout();
            this.groupBoxServiceAccounts.SuspendLayout();
            groupBoxLogonUser.SuspendLayout();
            tabPageServices.SuspendLayout();
            groupBoxAnonymous.SuspendLayout();
            groupBox2.SuspendLayout();
            groupBox1.SuspendLayout();
            groupBoxFromBits.SuspendLayout();
            this.tabControlTests.SuspendLayout();
            this.tabPageProcesses.SuspendLayout();
            this.contextMenuStripProcesses.SuspendLayout();
            this.tabPageThreads.SuspendLayout();
            this.contextMenuStripThreads.SuspendLayout();
            this.tabPageSessions.SuspendLayout();
            this.contextMenuStripSessions.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabPageGeneral
            // 
            tabPageGeneral.Controls.Add(this.groupBoxServiceAccounts);
            tabPageGeneral.Controls.Add(groupBoxLogonUser);
            tabPageGeneral.Location = new System.Drawing.Point(4, 22);
            tabPageGeneral.Name = "tabPageGeneral";
            tabPageGeneral.Padding = new System.Windows.Forms.Padding(3);
            tabPageGeneral.Size = new System.Drawing.Size(600, 397);
            tabPageGeneral.TabIndex = 3;
            tabPageGeneral.Text = "Logon User";
            tabPageGeneral.UseVisualStyleBackColor = true;
            // 
            // groupBoxServiceAccounts
            // 
            this.groupBoxServiceAccounts.Controls.Add(this.btnCreateSystem);
            this.groupBoxServiceAccounts.Controls.Add(this.btnCreateNetworkService);
            this.groupBoxServiceAccounts.Controls.Add(this.btnCreateLocalService);
            this.groupBoxServiceAccounts.Location = new System.Drawing.Point(6, 195);
            this.groupBoxServiceAccounts.Name = "groupBoxServiceAccounts";
            this.groupBoxServiceAccounts.Size = new System.Drawing.Size(308, 51);
            this.groupBoxServiceAccounts.TabIndex = 2;
            this.groupBoxServiceAccounts.TabStop = false;
            this.groupBoxServiceAccounts.Text = "Service Accounts";
            // 
            // btnCreateSystem
            // 
            this.btnCreateSystem.Location = new System.Drawing.Point(221, 19);
            this.btnCreateSystem.Name = "btnCreateSystem";
            this.btnCreateSystem.Size = new System.Drawing.Size(75, 23);
            this.btnCreateSystem.TabIndex = 13;
            this.btnCreateSystem.Text = "System";
            this.btnCreateSystem.UseVisualStyleBackColor = true;
            this.btnCreateSystem.Click += new System.EventHandler(this.btnCreateSystem_Click);
            // 
            // btnCreateNetworkService
            // 
            this.btnCreateNetworkService.Location = new System.Drawing.Point(112, 19);
            this.btnCreateNetworkService.Name = "btnCreateNetworkService";
            this.btnCreateNetworkService.Size = new System.Drawing.Size(103, 23);
            this.btnCreateNetworkService.TabIndex = 12;
            this.btnCreateNetworkService.Text = "Network Service";
            this.btnCreateNetworkService.UseVisualStyleBackColor = true;
            this.btnCreateNetworkService.Click += new System.EventHandler(this.btnCreateNetworkService_Click);
            // 
            // btnCreateLocalService
            // 
            this.btnCreateLocalService.Location = new System.Drawing.Point(14, 19);
            this.btnCreateLocalService.Name = "btnCreateLocalService";
            this.btnCreateLocalService.Size = new System.Drawing.Size(92, 23);
            this.btnCreateLocalService.TabIndex = 11;
            this.btnCreateLocalService.Text = "Local Service";
            this.btnCreateLocalService.UseVisualStyleBackColor = true;
            this.btnCreateLocalService.Click += new System.EventHandler(this.btnCreateLocalService_Click);
            // 
            // groupBoxLogonUser
            // 
            groupBoxLogonUser.Controls.Add(this.radioLUS4U);
            groupBoxLogonUser.Controls.Add(this.radioLUNormal);
            groupBoxLogonUser.Controls.Add(this.txtLUPassword);
            groupBoxLogonUser.Controls.Add(label6);
            groupBoxLogonUser.Controls.Add(this.comboBoxS4ULogonType);
            groupBoxLogonUser.Controls.Add(label2);
            groupBoxLogonUser.Controls.Add(this.btnCreteS4U);
            groupBoxLogonUser.Controls.Add(this.label1);
            groupBoxLogonUser.Controls.Add(this.txtS4URealm);
            groupBoxLogonUser.Controls.Add(this.txtS4UUserName);
            groupBoxLogonUser.Controls.Add(this.labelUsername);
            groupBoxLogonUser.Location = new System.Drawing.Point(6, 6);
            groupBoxLogonUser.Name = "groupBoxLogonUser";
            groupBoxLogonUser.Size = new System.Drawing.Size(308, 183);
            groupBoxLogonUser.TabIndex = 0;
            groupBoxLogonUser.TabStop = false;
            groupBoxLogonUser.Text = "Logon User";
            // 
            // radioLUS4U
            // 
            this.radioLUS4U.AutoSize = true;
            this.radioLUS4U.Location = new System.Drawing.Point(90, 19);
            this.radioLUS4U.Name = "radioLUS4U";
            this.radioLUS4U.Size = new System.Drawing.Size(105, 17);
            this.radioLUS4U.TabIndex = 17;
            this.radioLUS4U.Text = "Services 4 Users";
            this.radioLUS4U.UseVisualStyleBackColor = true;
            this.radioLUS4U.CheckedChanged += new System.EventHandler(this.radioLUS4U_CheckedChanged);
            // 
            // radioLUNormal
            // 
            this.radioLUNormal.AutoSize = true;
            this.radioLUNormal.Checked = true;
            this.radioLUNormal.Location = new System.Drawing.Point(16, 19);
            this.radioLUNormal.Name = "radioLUNormal";
            this.radioLUNormal.Size = new System.Drawing.Size(58, 17);
            this.radioLUNormal.TabIndex = 16;
            this.radioLUNormal.TabStop = true;
            this.radioLUNormal.Text = "Normal";
            this.radioLUNormal.UseVisualStyleBackColor = true;
            // 
            // txtLUPassword
            // 
            this.txtLUPassword.Location = new System.Drawing.Point(90, 98);
            this.txtLUPassword.Name = "txtLUPassword";
            this.txtLUPassword.Size = new System.Drawing.Size(195, 20);
            this.txtLUPassword.TabIndex = 15;
            this.txtLUPassword.UseSystemPasswordChar = true;
            // 
            // label6
            // 
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(13, 99);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(56, 13);
            label6.TabIndex = 14;
            label6.Text = "Password:"******"comboBoxS4ULogonType";
            this.comboBoxS4ULogonType.Size = new System.Drawing.Size(121, 21);
            this.comboBoxS4ULogonType.TabIndex = 11;
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(13, 127);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(67, 13);
            label2.TabIndex = 10;
            label2.Text = "Logon Type:";
            // 
            // btnCreteS4U
            // 
            this.btnCreteS4U.Location = new System.Drawing.Point(16, 151);
            this.btnCreteS4U.Name = "btnCreteS4U";
            this.btnCreteS4U.Size = new System.Drawing.Size(75, 23);
            this.btnCreteS4U.TabIndex = 9;
            this.btnCreteS4U.Text = "Create";
            this.btnCreteS4U.UseVisualStyleBackColor = true;
            this.btnCreteS4U.Click += new System.EventHandler(this.btnTestS4U_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 72);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(46, 13);
            this.label1.TabIndex = 8;
            this.label1.Text = "Domain:";
            // 
            // txtS4URealm
            // 
            this.txtS4URealm.Location = new System.Drawing.Point(90, 72);
            this.txtS4URealm.Name = "txtS4URealm";
            this.txtS4URealm.Size = new System.Drawing.Size(195, 20);
            this.txtS4URealm.TabIndex = 7;
            // 
            // txtS4UUserName
            // 
            this.txtS4UUserName.Location = new System.Drawing.Point(90, 45);
            this.txtS4UUserName.Name = "txtS4UUserName";
            this.txtS4UUserName.Size = new System.Drawing.Size(195, 20);
            this.txtS4UUserName.TabIndex = 6;
            // 
            // labelUsername
            // 
            this.labelUsername.AutoSize = true;
            this.labelUsername.Location = new System.Drawing.Point(13, 48);
            this.labelUsername.Name = "labelUsername";
            this.labelUsername.Size = new System.Drawing.Size(58, 13);
            this.labelUsername.TabIndex = 5;
            this.labelUsername.Text = "Username:"******"tabPageServices";
            tabPageServices.Padding = new System.Windows.Forms.Padding(3);
            tabPageServices.Size = new System.Drawing.Size(600, 397);
            tabPageServices.TabIndex = 4;
            tabPageServices.Text = "Services";
            tabPageServices.UseVisualStyleBackColor = true;
            // 
            // groupBoxAnonymous
            // 
            groupBoxAnonymous.Controls.Add(this.btnCreateAnonymous);
            groupBoxAnonymous.Location = new System.Drawing.Point(8, 229);
            groupBoxAnonymous.Name = "groupBoxAnonymous";
            groupBoxAnonymous.Size = new System.Drawing.Size(296, 53);
            groupBoxAnonymous.TabIndex = 3;
            groupBoxAnonymous.TabStop = false;
            groupBoxAnonymous.Text = "Anonymous Token";
            // 
            // btnCreateAnonymous
            // 
            this.btnCreateAnonymous.Location = new System.Drawing.Point(6, 19);
            this.btnCreateAnonymous.Name = "btnCreateAnonymous";
            this.btnCreateAnonymous.Size = new System.Drawing.Size(75, 23);
            this.btnCreateAnonymous.TabIndex = 10;
            this.btnCreateAnonymous.Text = "Create";
            this.btnCreateAnonymous.UseVisualStyleBackColor = true;
            this.btnCreateAnonymous.Click += new System.EventHandler(this.btnCreateAnonymous_Click);
            // 
            // groupBox2
            // 
            groupBox2.Controls.Add(this.btnClipboardToken);
            groupBox2.Location = new System.Drawing.Point(8, 170);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(296, 53);
            groupBox2.TabIndex = 2;
            groupBox2.TabStop = false;
            groupBox2.Text = "Win32 Clipboard Token";
            // 
            // btnClipboardToken
            // 
            this.btnClipboardToken.Location = new System.Drawing.Point(6, 19);
            this.btnClipboardToken.Name = "btnClipboardToken";
            this.btnClipboardToken.Size = new System.Drawing.Size(75, 23);
            this.btnClipboardToken.TabIndex = 2;
            this.btnClipboardToken.Text = "Create";
            this.btnClipboardToken.UseVisualStyleBackColor = true;
            this.btnClipboardToken.Click += new System.EventHandler(this.btnClipboardToken_Click);
            // 
            // groupBox1
            // 
            groupBox1.Controls.Add(this.btnPipeConnect);
            groupBox1.Controls.Add(this.btnStartServer);
            groupBox1.Controls.Add(this.txtPipeName);
            groupBox1.Controls.Add(label3);
            groupBox1.Location = new System.Drawing.Point(8, 67);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(296, 97);
            groupBox1.TabIndex = 1;
            groupBox1.TabStop = false;
            groupBox1.Text = "Named Pipe";
            // 
            // btnPipeConnect
            // 
            this.btnPipeConnect.Location = new System.Drawing.Point(109, 62);
            this.btnPipeConnect.Name = "btnPipeConnect";
            this.btnPipeConnect.Size = new System.Drawing.Size(75, 23);
            this.btnPipeConnect.TabIndex = 10;
            this.btnPipeConnect.Text = "Connect";
            this.btnPipeConnect.UseVisualStyleBackColor = true;
            this.btnPipeConnect.Click += new System.EventHandler(this.btnPipeConnect_Click);
            // 
            // btnStartServer
            // 
            this.btnStartServer.Location = new System.Drawing.Point(6, 62);
            this.btnStartServer.Name = "btnStartServer";
            this.btnStartServer.Size = new System.Drawing.Size(75, 23);
            this.btnStartServer.TabIndex = 9;
            this.btnStartServer.Text = "Start Server";
            this.btnStartServer.UseVisualStyleBackColor = true;
            this.btnStartServer.Click += new System.EventHandler(this.btnStartServer_Click);
            // 
            // txtPipeName
            // 
            this.txtPipeName.Location = new System.Drawing.Point(83, 23);
            this.txtPipeName.Name = "txtPipeName";
            this.txtPipeName.Size = new System.Drawing.Size(195, 20);
            this.txtPipeName.TabIndex = 8;
            this.txtPipeName.Text = "dummypipe";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(6, 26);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(62, 13);
            label3.TabIndex = 7;
            label3.Text = "Pipe Name:";
            // 
            // groupBoxFromBits
            // 
            groupBoxFromBits.Controls.Add(this.btnCreateFromBits);
            groupBoxFromBits.Location = new System.Drawing.Point(8, 6);
            groupBoxFromBits.Name = "groupBoxFromBits";
            groupBoxFromBits.Size = new System.Drawing.Size(296, 55);
            groupBoxFromBits.TabIndex = 0;
            groupBoxFromBits.TabStop = false;
            groupBoxFromBits.Text = "Token from BITS";
            // 
            // btnCreateFromBits
            // 
            this.btnCreateFromBits.Enabled = false;
            this.btnCreateFromBits.Location = new System.Drawing.Point(6, 19);
            this.btnCreateFromBits.Name = "btnCreateFromBits";
            this.btnCreateFromBits.Size = new System.Drawing.Size(75, 23);
            this.btnCreateFromBits.TabIndex = 1;
            this.btnCreateFromBits.Text = "Create";
            this.btnCreateFromBits.UseVisualStyleBackColor = true;
            this.btnCreateFromBits.Click += new System.EventHandler(this.btnCreateFromBits_Click);
            // 
            // label4
            // 
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(109, 11);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(63, 13);
            label4.TabIndex = 3;
            label4.Text = "Name Filter:";
            // 
            // columnHeaderProcess
            // 
            columnHeaderProcess.Text = "Process";
            columnHeaderProcess.Width = 71;
            // 
            // columnHeaderSessionId
            // 
            columnHeaderSessionId.Text = "Session ID";
            columnHeaderSessionId.Width = 81;
            // 
            // columnHeaderUserName
            // 
            columnHeaderUserName.Text = "User Name";
            columnHeaderUserName.Width = 248;
            // 
            // tabControlTests
            // 
            this.tabControlTests.Controls.Add(this.tabPageProcesses);
            this.tabControlTests.Controls.Add(this.tabPageThreads);
            this.tabControlTests.Controls.Add(tabPageGeneral);
            this.tabControlTests.Controls.Add(tabPageServices);
            this.tabControlTests.Controls.Add(this.tabPageSessions);
            this.tabControlTests.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlTests.Location = new System.Drawing.Point(0, 0);
            this.tabControlTests.Name = "tabControlTests";
            this.tabControlTests.SelectedIndex = 0;
            this.tabControlTests.Size = new System.Drawing.Size(608, 423);
            this.tabControlTests.TabIndex = 0;
            // 
            // tabPageProcesses
            // 
            this.tabPageProcesses.Controls.Add(this.btnFilter);
            this.tabPageProcesses.Controls.Add(this.txtFilter);
            this.tabPageProcesses.Controls.Add(label4);
            this.tabPageProcesses.Controls.Add(this.checkBoxUnrestricted);
            this.tabPageProcesses.Controls.Add(this.btnCurrentProcess);
            this.tabPageProcesses.Controls.Add(this.treeViewProcesses);
            this.tabPageProcesses.Location = new System.Drawing.Point(4, 22);
            this.tabPageProcesses.Name = "tabPageProcesses";
            this.tabPageProcesses.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageProcesses.Size = new System.Drawing.Size(600, 397);
            this.tabPageProcesses.TabIndex = 2;
            this.tabPageProcesses.Text = "Processes";
            this.tabPageProcesses.UseVisualStyleBackColor = true;
            // 
            // btnFilter
            // 
            this.btnFilter.Location = new System.Drawing.Point(438, 5);
            this.btnFilter.Name = "btnFilter";
            this.btnFilter.Size = new System.Drawing.Size(75, 23);
            this.btnFilter.TabIndex = 5;
            this.btnFilter.Text = "Apply Filter";
            this.btnFilter.UseVisualStyleBackColor = true;
            this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
            // 
            // txtFilter
            // 
            this.txtFilter.Location = new System.Drawing.Point(178, 8);
            this.txtFilter.Name = "txtFilter";
            this.txtFilter.Size = new System.Drawing.Size(140, 20);
            this.txtFilter.TabIndex = 4;
            // 
            // checkBoxUnrestricted
            // 
            this.checkBoxUnrestricted.AutoSize = true;
            this.checkBoxUnrestricted.Location = new System.Drawing.Point(324, 8);
            this.checkBoxUnrestricted.Name = "checkBoxUnrestricted";
            this.checkBoxUnrestricted.Size = new System.Drawing.Size(108, 17);
            this.checkBoxUnrestricted.TabIndex = 2;
            this.checkBoxUnrestricted.Text = "Hide Unrestricted";
            this.checkBoxUnrestricted.UseVisualStyleBackColor = true;
            // 
            // btnCurrentProcess
            // 
            this.btnCurrentProcess.Location = new System.Drawing.Point(3, 6);
            this.btnCurrentProcess.Name = "btnCurrentProcess";
            this.btnCurrentProcess.Size = new System.Drawing.Size(100, 23);
            this.btnCurrentProcess.TabIndex = 1;
            this.btnCurrentProcess.Text = "Current Process";
            this.btnCurrentProcess.UseVisualStyleBackColor = true;
            this.btnCurrentProcess.Click += new System.EventHandler(this.btnCurrentProcess_Click);
            // 
            // treeViewProcesses
            // 
            this.treeViewProcesses.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.treeViewProcesses.ContextMenuStrip = this.contextMenuStripProcesses;
            this.treeViewProcesses.Location = new System.Drawing.Point(3, 31);
            this.treeViewProcesses.Name = "treeViewProcesses";
            this.treeViewProcesses.Size = new System.Drawing.Size(594, 363);
            this.treeViewProcesses.TabIndex = 0;
            this.treeViewProcesses.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeViewProcesses_MouseDown);
            // 
            // contextMenuStripProcesses
            // 
            this.contextMenuStripProcesses.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openTokenToolStripMenuItem,
            this.refreshToolStripMenuItem,
            this.refreshTokenHandlesToolStripMenuItem});
            this.contextMenuStripProcesses.Name = "contextMenuStripProcesses";
            this.contextMenuStripProcesses.Size = new System.Drawing.Size(195, 70);
            // 
            // openTokenToolStripMenuItem
            // 
            this.openTokenToolStripMenuItem.Name = "openTokenToolStripMenuItem";
            this.openTokenToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
            this.openTokenToolStripMenuItem.Text = "Open Token";
            this.openTokenToolStripMenuItem.Click += new System.EventHandler(this.openTokenToolStripMenuItem_Click);
            // 
            // refreshToolStripMenuItem
            // 
            this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
            this.refreshToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.refreshToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
            this.refreshToolStripMenuItem.Text = "Refresh";
            this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
            // 
            // refreshTokenHandlesToolStripMenuItem
            // 
            this.refreshTokenHandlesToolStripMenuItem.Name = "refreshTokenHandlesToolStripMenuItem";
            this.refreshTokenHandlesToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
            this.refreshTokenHandlesToolStripMenuItem.Text = "Refresh Token Handles";
            this.refreshTokenHandlesToolStripMenuItem.Click += new System.EventHandler(this.refreshTokenHandlesToolStripMenuItem_Click);
            // 
            // tabPageThreads
            // 
            this.tabPageThreads.Controls.Add(this.listViewThreads);
            this.tabPageThreads.Location = new System.Drawing.Point(4, 22);
            this.tabPageThreads.Name = "tabPageThreads";
            this.tabPageThreads.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageThreads.Size = new System.Drawing.Size(600, 397);
            this.tabPageThreads.TabIndex = 5;
            this.tabPageThreads.Text = "Threads";
            this.tabPageThreads.UseVisualStyleBackColor = true;
            // 
            // listViewThreads
            // 
            this.listViewThreads.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeaderProcess,
            this.columnHeaderTID,
            this.columnHeaderTokenUser,
            this.columnHeaderImpLevel});
            this.listViewThreads.ContextMenuStrip = this.contextMenuStripThreads;
            this.listViewThreads.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewThreads.FullRowSelect = true;
            this.listViewThreads.Location = new System.Drawing.Point(3, 3);
            this.listViewThreads.Name = "listViewThreads";
            this.listViewThreads.Size = new System.Drawing.Size(594, 391);
            this.listViewThreads.TabIndex = 0;
            this.listViewThreads.UseCompatibleStateImageBehavior = false;
            this.listViewThreads.View = System.Windows.Forms.View.Details;
            this.listViewThreads.DoubleClick += new System.EventHandler(this.toolStripMenuItemOpenThreadToken_Click);
            // 
            // columnHeaderTID
            // 
            this.columnHeaderTID.Text = "Thread ID";
            this.columnHeaderTID.Width = 89;
            // 
            // columnHeaderTokenUser
            // 
            this.columnHeaderTokenUser.Text = "User";
            this.columnHeaderTokenUser.Width = 257;
            // 
            // columnHeaderImpLevel
            // 
            this.columnHeaderImpLevel.Text = "Impersonation Level";
            this.columnHeaderImpLevel.Width = 149;
            // 
            // contextMenuStripThreads
            // 
            this.contextMenuStripThreads.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItemOpenThreadToken,
            this.openProcessTokenToolStripMenuItem,
            this.toolStripMenuItemRefreshThreads});
            this.contextMenuStripThreads.Name = "contextMenuStripProcesses";
            this.contextMenuStripThreads.Size = new System.Drawing.Size(182, 70);
            // 
            // toolStripMenuItemOpenThreadToken
            // 
            this.toolStripMenuItemOpenThreadToken.Name = "toolStripMenuItemOpenThreadToken";
            this.toolStripMenuItemOpenThreadToken.Size = new System.Drawing.Size(181, 22);
            this.toolStripMenuItemOpenThreadToken.Text = "Open Thread Token";
            this.toolStripMenuItemOpenThreadToken.Click += new System.EventHandler(this.toolStripMenuItemOpenThreadToken_Click);
            // 
            // openProcessTokenToolStripMenuItem
            // 
            this.openProcessTokenToolStripMenuItem.Name = "openProcessTokenToolStripMenuItem";
            this.openProcessTokenToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.openProcessTokenToolStripMenuItem.Text = "Open Process Token";
            this.openProcessTokenToolStripMenuItem.Click += new System.EventHandler(this.openProcessTokenToolStripMenuItem_Click);
            // 
            // toolStripMenuItemRefreshThreads
            // 
            this.toolStripMenuItemRefreshThreads.Name = "toolStripMenuItemRefreshThreads";
            this.toolStripMenuItemRefreshThreads.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.toolStripMenuItemRefreshThreads.Size = new System.Drawing.Size(181, 22);
            this.toolStripMenuItemRefreshThreads.Text = "Refresh";
            this.toolStripMenuItemRefreshThreads.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
            // 
            // tabPageSessions
            // 
            this.tabPageSessions.Controls.Add(this.listViewSessions);
            this.tabPageSessions.Location = new System.Drawing.Point(4, 22);
            this.tabPageSessions.Name = "tabPageSessions";
            this.tabPageSessions.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageSessions.Size = new System.Drawing.Size(600, 397);
            this.tabPageSessions.TabIndex = 6;
            this.tabPageSessions.Text = "Sessions";
            this.tabPageSessions.UseVisualStyleBackColor = true;
            // 
            // listViewSessions
            // 
            this.listViewSessions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeaderSessionId,
            columnHeaderUserName});
            this.listViewSessions.ContextMenuStrip = this.contextMenuStripSessions;
            this.listViewSessions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewSessions.FullRowSelect = true;
            this.listViewSessions.Location = new System.Drawing.Point(3, 3);
            this.listViewSessions.MultiSelect = false;
            this.listViewSessions.Name = "listViewSessions";
            this.listViewSessions.Size = new System.Drawing.Size(594, 391);
            this.listViewSessions.TabIndex = 0;
            this.listViewSessions.UseCompatibleStateImageBehavior = false;
            this.listViewSessions.View = System.Windows.Forms.View.Details;
            // 
            // contextMenuStripSessions
            // 
            this.contextMenuStripSessions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openSessionTokenToolStripMenuItem,
            this.refreshSessionsToolStripMenuItem});
            this.contextMenuStripSessions.Name = "contextMenuStripSessions";
            this.contextMenuStripSessions.Size = new System.Drawing.Size(139, 48);
            // 
            // openSessionTokenToolStripMenuItem
            // 
            this.openSessionTokenToolStripMenuItem.Name = "openSessionTokenToolStripMenuItem";
            this.openSessionTokenToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.openSessionTokenToolStripMenuItem.Text = "Open Token";
            this.openSessionTokenToolStripMenuItem.Click += new System.EventHandler(this.openSessionTokenToolStripMenuItem_Click);
            // 
            // refreshSessionsToolStripMenuItem
            // 
            this.refreshSessionsToolStripMenuItem.Name = "refreshSessionsToolStripMenuItem";
            this.refreshSessionsToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.refreshSessionsToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.refreshSessionsToolStripMenuItem.Text = "Refresh";
            this.refreshSessionsToolStripMenuItem.Click += new System.EventHandler(this.refreshSessionsToolStripMenuItem_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(608, 423);
            this.Controls.Add(this.tabControlTests);
            this.Name = "MainForm";
            this.Text = "Token Viewer";
            this.Load += new System.EventHandler(this.MainForm_Load);
            tabPageGeneral.ResumeLayout(false);
            this.groupBoxServiceAccounts.ResumeLayout(false);
            groupBoxLogonUser.ResumeLayout(false);
            groupBoxLogonUser.PerformLayout();
            tabPageServices.ResumeLayout(false);
            groupBoxAnonymous.ResumeLayout(false);
            groupBox2.ResumeLayout(false);
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            groupBoxFromBits.ResumeLayout(false);
            this.tabControlTests.ResumeLayout(false);
            this.tabPageProcesses.ResumeLayout(false);
            this.tabPageProcesses.PerformLayout();
            this.contextMenuStripProcesses.ResumeLayout(false);
            this.tabPageThreads.ResumeLayout(false);
            this.contextMenuStripThreads.ResumeLayout(false);
            this.tabPageSessions.ResumeLayout(false);
            this.contextMenuStripSessions.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label    jobTypeLabel;
     System.Windows.Forms.Label    preferredStatsLabel;
     System.Windows.Forms.Label    priceLabel;
     System.Windows.Forms.Label    plusLabel;
     System.Windows.Forms.Label    daysLabel;
     System.Windows.Forms.Label    toLabel;
     System.Windows.Forms.Label    rewardLabel;
     System.Windows.Forms.Label    townLabel;
     System.Windows.Forms.GroupBox prereqGroupBox;
     System.Windows.Forms.Label    unlockedLabel;
     System.Windows.Forms.Label    prereqTypeLabel;
     System.Windows.Forms.GroupBox unknownGroupBox;
     this.dateRangeLabel             = new System.Windows.Forms.Label();
     this.unlockedComboBox           = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.certainDateComboBox        = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.certainDateLabel           = new System.Windows.Forms.Label();
     this.completeJobComboBox        = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.completeJobLabel           = new System.Windows.Forms.Label();
     this.rawByteLabel               = new System.Windows.Forms.Label();
     this.prereqByteSpinner          = new FFTPatcher.Controls.NumericUpDownWithDefault();
     this.prereqTypeComboBox         = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.unknown0x0FSpinner         = new FFTPatcher.Controls.NumericUpDownWithDefault();
     this.jobTypeComboBox            = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.preferredStatsComboBox     = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.price1ComboBox             = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.price2ComboBox             = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.minDaysSpinner             = new FFTPatcher.Controls.NumericUpDownWithDefault();
     this.maxDaysSpinner             = new FFTPatcher.Controls.NumericUpDownWithDefault();
     this.rewardComboBox             = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.townComboBox               = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.baseJpRewardComboBox       = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.baseGilRewardComboBox      = new FFTPatcher.Controls.ComboBoxWithDefault();
     this.randomSuccessClassComboBox = new FFTPatcher.Controls.ComboBoxWithDefault();
     jobTypeLabel        = new System.Windows.Forms.Label();
     preferredStatsLabel = new System.Windows.Forms.Label();
     priceLabel          = new System.Windows.Forms.Label();
     plusLabel           = new System.Windows.Forms.Label();
     daysLabel           = new System.Windows.Forms.Label();
     toLabel             = new System.Windows.Forms.Label();
     rewardLabel         = new System.Windows.Forms.Label();
     townLabel           = new System.Windows.Forms.Label();
     prereqGroupBox      = new System.Windows.Forms.GroupBox();
     unlockedLabel       = new System.Windows.Forms.Label();
     prereqTypeLabel     = new System.Windows.Forms.Label();
     unknownGroupBox     = new System.Windows.Forms.GroupBox();
     prereqGroupBox.SuspendLayout();
     unknownGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // jobTypeLabel
     //
     jobTypeLabel.AutoSize = true;
     jobTypeLabel.Location = new System.Drawing.Point(3, 6);
     jobTypeLabel.Name     = "jobTypeLabel";
     jobTypeLabel.Size     = new System.Drawing.Size(47, 13);
     jobTypeLabel.TabIndex = 1;
     jobTypeLabel.Text     = "Job type";
     //
     // preferredStatsLabel
     //
     preferredStatsLabel.AutoSize = true;
     preferredStatsLabel.Location = new System.Drawing.Point(3, 33);
     preferredStatsLabel.Name     = "preferredStatsLabel";
     preferredStatsLabel.Size     = new System.Drawing.Size(75, 13);
     preferredStatsLabel.TabIndex = 3;
     preferredStatsLabel.Text     = "Preferred stats";
     //
     // priceLabel
     //
     priceLabel.AutoSize = true;
     priceLabel.Location = new System.Drawing.Point(3, 61);
     priceLabel.Name     = "priceLabel";
     priceLabel.Size     = new System.Drawing.Size(31, 13);
     priceLabel.TabIndex = 4;
     priceLabel.Text     = "Price";
     //
     // plusLabel
     //
     plusLabel.AutoSize = true;
     plusLabel.Location = new System.Drawing.Point(159, 61);
     plusLabel.Name     = "plusLabel";
     plusLabel.Size     = new System.Drawing.Size(13, 13);
     plusLabel.TabIndex = 7;
     plusLabel.Text     = "+";
     //
     // daysLabel
     //
     daysLabel.AutoSize = true;
     daysLabel.Location = new System.Drawing.Point(3, 89);
     daysLabel.Name     = "daysLabel";
     daysLabel.Size     = new System.Drawing.Size(31, 13);
     daysLabel.TabIndex = 8;
     daysLabel.Text     = "Days";
     //
     // toLabel
     //
     toLabel.AutoSize = true;
     toLabel.Location = new System.Drawing.Point(158, 89);
     toLabel.Name     = "toLabel";
     toLabel.Size     = new System.Drawing.Size(16, 13);
     toLabel.TabIndex = 11;
     toLabel.Text     = "to";
     //
     // rewardLabel
     //
     rewardLabel.AutoSize = true;
     rewardLabel.Location = new System.Drawing.Point(3, 116);
     rewardLabel.Name     = "rewardLabel";
     rewardLabel.Size     = new System.Drawing.Size(44, 13);
     rewardLabel.TabIndex = 13;
     rewardLabel.Text     = "Reward";
     //
     // townLabel
     //
     townLabel.AutoSize = true;
     townLabel.Location = new System.Drawing.Point(3, 143);
     townLabel.Name     = "townLabel";
     townLabel.Size     = new System.Drawing.Size(34, 13);
     townLabel.TabIndex = 15;
     townLabel.Text     = "Town";
     //
     // prereqGroupBox
     //
     prereqGroupBox.AutoSize     = true;
     prereqGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     prereqGroupBox.Controls.Add(this.dateRangeLabel);
     prereqGroupBox.Controls.Add(this.unlockedComboBox);
     prereqGroupBox.Controls.Add(unlockedLabel);
     prereqGroupBox.Controls.Add(this.certainDateComboBox);
     prereqGroupBox.Controls.Add(this.certainDateLabel);
     prereqGroupBox.Controls.Add(this.completeJobComboBox);
     prereqGroupBox.Controls.Add(this.completeJobLabel);
     prereqGroupBox.Controls.Add(this.rawByteLabel);
     prereqGroupBox.Controls.Add(this.prereqByteSpinner);
     prereqGroupBox.Controls.Add(prereqTypeLabel);
     prereqGroupBox.Controls.Add(this.prereqTypeComboBox);
     prereqGroupBox.Location = new System.Drawing.Point(253, 3);
     prereqGroupBox.Name     = "prereqGroupBox";
     prereqGroupBox.Size     = new System.Drawing.Size(283, 179);
     prereqGroupBox.TabIndex = 9;
     prereqGroupBox.TabStop  = false;
     prereqGroupBox.Text     = "Prerequisites";
     //
     // dateRangeLabel
     //
     this.dateRangeLabel.AutoSize = true;
     this.dateRangeLabel.Location = new System.Drawing.Point(102, 123);
     this.dateRangeLabel.Name     = "dateRangeLabel";
     this.dateRangeLabel.Size     = new System.Drawing.Size(0, 13);
     this.dateRangeLabel.TabIndex = 24;
     //
     // unlockedComboBox
     //
     this.unlockedComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.unlockedComboBox.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.unlockedComboBox.FormattingEnabled = true;
     this.unlockedComboBox.Location          = new System.Drawing.Point(64, 139);
     this.unlockedComboBox.Name                  = "unlockedComboBox";
     this.unlockedComboBox.Size                  = new System.Drawing.Size(213, 21);
     this.unlockedComboBox.TabIndex              = 4;
     this.unlockedComboBox.Tag                   = "WhenUnlocked";
     this.unlockedComboBox.SelectedIndexChanged += new System.EventHandler(this.unlockedComboBox_SelectedIndexChanged);
     //
     // unlockedLabel
     //
     unlockedLabel.AutoSize = true;
     unlockedLabel.Location = new System.Drawing.Point(6, 142);
     unlockedLabel.Name     = "unlockedLabel";
     unlockedLabel.Size     = new System.Drawing.Size(53, 13);
     unlockedLabel.TabIndex = 23;
     unlockedLabel.Text     = "Unlocked";
     //
     // certainDateComboBox
     //
     this.certainDateComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.certainDateComboBox.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.certainDateComboBox.FormattingEnabled = true;
     this.certainDateComboBox.Location          = new System.Drawing.Point(93, 99);
     this.certainDateComboBox.Name                  = "certainDateComboBox";
     this.certainDateComboBox.Size                  = new System.Drawing.Size(184, 21);
     this.certainDateComboBox.TabIndex              = 3;
     this.certainDateComboBox.Tag                   = "PrereqZodiac";
     this.certainDateComboBox.SelectedIndexChanged += new System.EventHandler(this.certainDateComboBox_SelectedIndexChanged);
     //
     // certainDateLabel
     //
     this.certainDateLabel.AutoSize = true;
     this.certainDateLabel.Location = new System.Drawing.Point(19, 102);
     this.certainDateLabel.Name     = "certainDateLabel";
     this.certainDateLabel.Size     = new System.Drawing.Size(64, 13);
     this.certainDateLabel.TabIndex = 21;
     this.certainDateLabel.Text     = "Certain date";
     //
     // completeJobComboBox
     //
     this.completeJobComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.completeJobComboBox.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.completeJobComboBox.FormattingEnabled = true;
     this.completeJobComboBox.Location          = new System.Drawing.Point(93, 72);
     this.completeJobComboBox.Name                  = "completeJobComboBox";
     this.completeJobComboBox.Size                  = new System.Drawing.Size(184, 21);
     this.completeJobComboBox.TabIndex              = 2;
     this.completeJobComboBox.Tag                   = "PrereqProp";
     this.completeJobComboBox.SelectedIndexChanged += new System.EventHandler(this.completeJobComboBox_SelectedIndexChanged);
     //
     // completeJobLabel
     //
     this.completeJobLabel.AutoSize = true;
     this.completeJobLabel.Location = new System.Drawing.Point(19, 75);
     this.completeJobLabel.Name     = "completeJobLabel";
     this.completeJobLabel.Size     = new System.Drawing.Size(68, 13);
     this.completeJobLabel.TabIndex = 19;
     this.completeJobLabel.Text     = "Complete job";
     //
     // rawByteLabel
     //
     this.rawByteLabel.AutoSize = true;
     this.rawByteLabel.Location = new System.Drawing.Point(6, 48);
     this.rawByteLabel.Name     = "rawByteLabel";
     this.rawByteLabel.Size     = new System.Drawing.Size(52, 13);
     this.rawByteLabel.TabIndex = 18;
     this.rawByteLabel.Text     = "Raw byte";
     //
     // prereqByteSpinner
     //
     this.prereqByteSpinner.Hexadecimal = true;
     this.prereqByteSpinner.Location    = new System.Drawing.Point(64, 46);
     this.prereqByteSpinner.Maximum     = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.prereqByteSpinner.Name          = "prereqByteSpinner";
     this.prereqByteSpinner.Size          = new System.Drawing.Size(69, 20);
     this.prereqByteSpinner.TabIndex      = 1;
     this.prereqByteSpinner.Tag           = "PrereqByte";
     this.prereqByteSpinner.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.prereqByteSpinner.ValueChanged += new System.EventHandler(this.prereqByteSpinner_ValueChanged);
     //
     // prereqTypeLabel
     //
     prereqTypeLabel.AutoSize = true;
     prereqTypeLabel.Location = new System.Drawing.Point(6, 22);
     prereqTypeLabel.Name     = "prereqTypeLabel";
     prereqTypeLabel.Size     = new System.Drawing.Size(31, 13);
     prereqTypeLabel.TabIndex = 17;
     prereqTypeLabel.Text     = "Type";
     //
     // prereqTypeComboBox
     //
     this.prereqTypeComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.prereqTypeComboBox.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.prereqTypeComboBox.FormattingEnabled = true;
     this.prereqTypeComboBox.Location          = new System.Drawing.Point(64, 19);
     this.prereqTypeComboBox.Name                  = "prereqTypeComboBox";
     this.prereqTypeComboBox.Size                  = new System.Drawing.Size(213, 21);
     this.prereqTypeComboBox.TabIndex              = 0;
     this.prereqTypeComboBox.Tag                   = "PrereqType";
     this.prereqTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.prereqTypeComboBox_SelectedIndexChanged);
     //
     // unknownGroupBox
     //
     unknownGroupBox.AutoSize = true;
     unknownGroupBox.Controls.Add(this.unknown0x0FSpinner);
     unknownGroupBox.Location = new System.Drawing.Point(6, 167);
     unknownGroupBox.Name     = "unknownGroupBox";
     unknownGroupBox.Size     = new System.Drawing.Size(72, 84);
     unknownGroupBox.TabIndex = 8;
     unknownGroupBox.TabStop  = false;
     unknownGroupBox.Text     = "Unknown";
     //
     // unknown0x0FSpinner
     //
     this.unknown0x0FSpinner.Hexadecimal = true;
     this.unknown0x0FSpinner.Location    = new System.Drawing.Point(6, 22);
     this.unknown0x0FSpinner.Maximum     = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.unknown0x0FSpinner.Name          = "unknown0x0FSpinner";
     this.unknown0x0FSpinner.Size          = new System.Drawing.Size(41, 20);
     this.unknown0x0FSpinner.TabIndex      = 3;
     this.unknown0x0FSpinner.Tag           = "Unknown0x0F";
     this.unknown0x0FSpinner.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.unknown0x0FSpinner.ValueChanged += new System.EventHandler(this.spinner_ValueChanged);
     //
     // jobTypeComboBox
     //
     this.jobTypeComboBox.FormattingEnabled = true;
     this.jobTypeComboBox.Location          = new System.Drawing.Point(84, 3);
     this.jobTypeComboBox.Name                  = "jobTypeComboBox";
     this.jobTypeComboBox.Size                  = new System.Drawing.Size(121, 21);
     this.jobTypeComboBox.TabIndex              = 0;
     this.jobTypeComboBox.Tag                   = "Type";
     this.jobTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.enumComboBox_SelectedIndexChanged);
     //
     // preferredStatsComboBox
     //
     this.preferredStatsComboBox.FormattingEnabled = true;
     this.preferredStatsComboBox.Location          = new System.Drawing.Point(84, 30);
     this.preferredStatsComboBox.Name                  = "preferredStatsComboBox";
     this.preferredStatsComboBox.Size                  = new System.Drawing.Size(121, 21);
     this.preferredStatsComboBox.TabIndex              = 1;
     this.preferredStatsComboBox.Tag                   = "BraveFaith";
     this.preferredStatsComboBox.SelectedIndexChanged += new System.EventHandler(this.enumComboBox_SelectedIndexChanged);
     //
     // price1ComboBox
     //
     this.price1ComboBox.FormattingEnabled = true;
     this.price1ComboBox.Location          = new System.Drawing.Point(84, 57);
     this.price1ComboBox.Name                  = "price1ComboBox";
     this.price1ComboBox.Size                  = new System.Drawing.Size(69, 21);
     this.price1ComboBox.TabIndex              = 2;
     this.price1ComboBox.Tag                   = "PriceIndex1";
     this.price1ComboBox.SelectedIndexChanged += new System.EventHandler(this.priceComboBox_SelectedIndexChanged);
     //
     // price2ComboBox
     //
     this.price2ComboBox.FormattingEnabled = true;
     this.price2ComboBox.Location          = new System.Drawing.Point(178, 57);
     this.price2ComboBox.Name                  = "price2ComboBox";
     this.price2ComboBox.Size                  = new System.Drawing.Size(69, 21);
     this.price2ComboBox.TabIndex              = 3;
     this.price2ComboBox.Tag                   = "PriceIndex2";
     this.price2ComboBox.SelectedIndexChanged += new System.EventHandler(this.priceComboBox_SelectedIndexChanged);
     //
     // minDaysSpinner
     //
     this.minDaysSpinner.Location = new System.Drawing.Point(84, 87);
     this.minDaysSpinner.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.minDaysSpinner.Name          = "minDaysSpinner";
     this.minDaysSpinner.Size          = new System.Drawing.Size(69, 20);
     this.minDaysSpinner.TabIndex      = 4;
     this.minDaysSpinner.Tag           = "MinDays";
     this.minDaysSpinner.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.minDaysSpinner.ValueChanged += new System.EventHandler(this.spinner_ValueChanged);
     //
     // maxDaysSpinner
     //
     this.maxDaysSpinner.Location = new System.Drawing.Point(178, 87);
     this.maxDaysSpinner.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.maxDaysSpinner.Name          = "maxDaysSpinner";
     this.maxDaysSpinner.Size          = new System.Drawing.Size(69, 20);
     this.maxDaysSpinner.TabIndex      = 5;
     this.maxDaysSpinner.Tag           = "MaxDays";
     this.maxDaysSpinner.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.maxDaysSpinner.ValueChanged += new System.EventHandler(this.spinner_ValueChanged);
     //
     // rewardComboBox
     //
     this.rewardComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.rewardComboBox.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.rewardComboBox.FormattingEnabled = true;
     this.rewardComboBox.Location          = new System.Drawing.Point(84, 113);
     this.rewardComboBox.Name                  = "rewardComboBox";
     this.rewardComboBox.Size                  = new System.Drawing.Size(121, 21);
     this.rewardComboBox.TabIndex              = 6;
     this.rewardComboBox.Tag                   = "Reward";
     this.rewardComboBox.SelectedIndexChanged += new System.EventHandler(this.rewardComboBox_SelectedIndexChanged);
     //
     // townComboBox
     //
     this.townComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.townComboBox.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.townComboBox.FormattingEnabled = true;
     this.townComboBox.Location          = new System.Drawing.Point(84, 140);
     this.townComboBox.Name                  = "townComboBox";
     this.townComboBox.Size                  = new System.Drawing.Size(163, 21);
     this.townComboBox.TabIndex              = 7;
     this.townComboBox.Tag                   = "Town";
     this.townComboBox.SelectedIndexChanged += new System.EventHandler(this.enumComboBox_SelectedIndexChanged);
     //
     // baseJpRewardComboBox
     //
     this.baseJpRewardComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.baseJpRewardComboBox.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.baseJpRewardComboBox.FormattingEnabled = true;
     this.baseJpRewardComboBox.Location          = new System.Drawing.Point(262, 188);
     this.baseJpRewardComboBox.Name                  = "baseJpRewardComboBox";
     this.baseJpRewardComboBox.Size                  = new System.Drawing.Size(69, 21);
     this.baseJpRewardComboBox.TabIndex              = 16;
     this.baseJpRewardComboBox.Tag                   = "BaseSmallReward";
     this.baseJpRewardComboBox.SelectedIndexChanged += new System.EventHandler(this.baseJpRewardComboBox_SelectedIndexChanged);
     //
     // baseGilRewardComboBox
     //
     this.baseGilRewardComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.baseGilRewardComboBox.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.baseGilRewardComboBox.FormattingEnabled = true;
     this.baseGilRewardComboBox.Location          = new System.Drawing.Point(262, 215);
     this.baseGilRewardComboBox.Name                  = "baseGilRewardComboBox";
     this.baseGilRewardComboBox.Size                  = new System.Drawing.Size(69, 21);
     this.baseGilRewardComboBox.TabIndex              = 17;
     this.baseGilRewardComboBox.Tag                   = "BaseLargeReward";
     this.baseGilRewardComboBox.SelectedIndexChanged += new System.EventHandler(this.baseGilRewardComboBox_SelectedIndexChanged);
     //
     // randomSuccessClassComboBox
     //
     this.randomSuccessClassComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.randomSuccessClassComboBox.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.randomSuccessClassComboBox.FormattingEnabled = true;
     this.randomSuccessClassComboBox.Location          = new System.Drawing.Point(358, 188);
     this.randomSuccessClassComboBox.Name                  = "randomSuccessClassComboBox";
     this.randomSuccessClassComboBox.Size                  = new System.Drawing.Size(123, 21);
     this.randomSuccessClassComboBox.TabIndex              = 18;
     this.randomSuccessClassComboBox.Tag                   = "RandomSuccessClass";
     this.randomSuccessClassComboBox.SelectedIndexChanged += new System.EventHandler(this.randomSuccessClassComboBox_SelectedIndexChanged);
     //
     // PropositionEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.randomSuccessClassComboBox);
     this.Controls.Add(this.baseGilRewardComboBox);
     this.Controls.Add(this.baseJpRewardComboBox);
     this.Controls.Add(unknownGroupBox);
     this.Controls.Add(prereqGroupBox);
     this.Controls.Add(townLabel);
     this.Controls.Add(this.townComboBox);
     this.Controls.Add(rewardLabel);
     this.Controls.Add(this.rewardComboBox);
     this.Controls.Add(toLabel);
     this.Controls.Add(this.maxDaysSpinner);
     this.Controls.Add(this.minDaysSpinner);
     this.Controls.Add(daysLabel);
     this.Controls.Add(plusLabel);
     this.Controls.Add(this.price2ComboBox);
     this.Controls.Add(this.price1ComboBox);
     this.Controls.Add(priceLabel);
     this.Controls.Add(preferredStatsLabel);
     this.Controls.Add(this.preferredStatsComboBox);
     this.Controls.Add(jobTypeLabel);
     this.Controls.Add(this.jobTypeComboBox);
     this.Name = "PropositionEditor";
     this.Size = new System.Drawing.Size(539, 254);
     prereqGroupBox.ResumeLayout(false);
     prereqGroupBox.PerformLayout();
     unknownGroupBox.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#34
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.GroupBox groupBox2;
			System.Windows.Forms.Label label12;
			System.Windows.Forms.Label label11;
			System.Windows.Forms.Label label10;
			System.Windows.Forms.Label label9;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FwFontTab));
			this.m_lstWritingSystems = new System.Windows.Forms.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.m_FontAttributes = new SIL.FieldWorks.FwCoreDlgControls.FwFontAttributes();
			this.m_cboFontSize = new SIL.FieldWorks.FwCoreDlgControls.FwInheritablePropComboBox();
			this.m_cboFontNames = new SIL.FieldWorks.FwCoreDlgControls.FwInheritablePropComboBox();
			groupBox2 = new System.Windows.Forms.GroupBox();
			label12 = new System.Windows.Forms.Label();
			label11 = new System.Windows.Forms.Label();
			label10 = new System.Windows.Forms.Label();
			label9 = new System.Windows.Forms.Label();
			groupBox2.SuspendLayout();
			this.SuspendLayout();
			//
			// groupBox2
			//
			groupBox2.Controls.Add(this.m_FontAttributes);
			groupBox2.Controls.Add(this.m_cboFontSize);
			groupBox2.Controls.Add(label12);
			groupBox2.Controls.Add(this.m_cboFontNames);
			groupBox2.Controls.Add(label11);
			resources.ApplyResources(groupBox2, "groupBox2");
			groupBox2.Name = "groupBox2";
			groupBox2.TabStop = false;
			//
			// label12
			//
			resources.ApplyResources(label12, "label12");
			label12.Name = "label12";
			//
			// label11
			//
			resources.ApplyResources(label11, "label11");
			label11.Name = "label11";
			//
			// label10
			//
			resources.ApplyResources(label10, "label10");
			label10.Name = "label10";
			//
			// label9
			//
			resources.ApplyResources(label9, "label9");
			label9.Name = "label9";
			//
			// m_lstWritingSystems
			//
			this.m_lstWritingSystems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
			this.columnHeader1,
			this.columnHeader2});
			this.m_lstWritingSystems.HideSelection = false;
			resources.ApplyResources(this.m_lstWritingSystems, "m_lstWritingSystems");
			this.m_lstWritingSystems.MultiSelect = false;
			this.m_lstWritingSystems.Name = "m_lstWritingSystems";
			this.m_lstWritingSystems.UseCompatibleStateImageBehavior = false;
			this.m_lstWritingSystems.View = System.Windows.Forms.View.Details;
			this.m_lstWritingSystems.SelectedIndexChanged += new System.EventHandler(this.m_lstWritingSystems_SelectedIndexChanged);
			//
			// columnHeader1
			//
			resources.ApplyResources(this.columnHeader1, "columnHeader1");
			//
			// columnHeader2
			//
			resources.ApplyResources(this.columnHeader2, "columnHeader2");
			//
			// m_FontAttributes
			//
			this.m_FontAttributes.FontFeaturesTag = true;
			resources.ApplyResources(this.m_FontAttributes, "m_FontAttributes");
			this.m_FontAttributes.Name = "m_FontAttributes";
			this.m_FontAttributes.ShowingInheritedProperties = false;
			this.m_FontAttributes.ValueChanged += new System.EventHandler(this.ValueChanged);
			//
			// m_cboFontSize
			//
			this.m_cboFontSize.AdjustedSelectedIndex = -1;
			this.m_cboFontSize.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.m_cboFontSize.FormattingEnabled = true;
			this.m_cboFontSize.Items.AddRange(new object[] {
			resources.GetString("m_cboFontSize.Items"),
			resources.GetString("m_cboFontSize.Items1"),
			resources.GetString("m_cboFontSize.Items2"),
			resources.GetString("m_cboFontSize.Items3"),
			resources.GetString("m_cboFontSize.Items4"),
			resources.GetString("m_cboFontSize.Items5"),
			resources.GetString("m_cboFontSize.Items6"),
			resources.GetString("m_cboFontSize.Items7"),
			resources.GetString("m_cboFontSize.Items8"),
			resources.GetString("m_cboFontSize.Items9"),
			resources.GetString("m_cboFontSize.Items10"),
			resources.GetString("m_cboFontSize.Items11"),
			resources.GetString("m_cboFontSize.Items12"),
			resources.GetString("m_cboFontSize.Items13"),
			resources.GetString("m_cboFontSize.Items14"),
			resources.GetString("m_cboFontSize.Items15"),
			resources.GetString("m_cboFontSize.Items16")});
			resources.ApplyResources(this.m_cboFontSize, "m_cboFontSize");
			this.m_cboFontSize.Name = "m_cboFontSize";
			this.m_cboFontSize.ShowingInheritedProperties = true;
			this.m_cboFontSize.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
			this.m_cboFontSize.TextUpdate += new System.EventHandler(this.m_cboFontSize_TextUpdate);
			//
			// m_cboFontNames
			//
			this.m_cboFontNames.AdjustedSelectedIndex = -1;
			this.m_cboFontNames.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.m_cboFontNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.m_cboFontNames.FormattingEnabled = true;
			resources.ApplyResources(this.m_cboFontNames, "m_cboFontNames");
			this.m_cboFontNames.Name = "m_cboFontNames";
			this.m_cboFontNames.ShowingInheritedProperties = true;
			this.m_cboFontNames.SelectedIndexChanged += new System.EventHandler(this.m_cboFontNames_SelectedIndexChanged);
			//
			// FwFontTab
			//
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(groupBox2);
			this.Controls.Add(label10);
			this.Controls.Add(this.m_lstWritingSystems);
			this.Controls.Add(label9);
			this.Name = "FwFontTab";
			groupBox2.ResumeLayout(false);
			groupBox2.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.GroupBox listeningGroup;
         System.Windows.Forms.GroupBox listeningModeGroup;
         System.Windows.Forms.Label uriLabel;
         this.m_UniqueRadioButton = new System.Windows.Forms.RadioButton();
         this.m_ExplicitRadioButton = new System.Windows.Forms.RadioButton();
         this.m_ListeningTextBox = new System.Windows.Forms.TextBox();
         this.m_NameLabel = new System.Windows.Forms.Label();
         listeningGroup = new System.Windows.Forms.GroupBox();
         listeningModeGroup = new System.Windows.Forms.GroupBox();
         uriLabel = new System.Windows.Forms.Label();
         listeningGroup.SuspendLayout();
         listeningModeGroup.SuspendLayout();
         this.SuspendLayout();
         // 
         // listeningGroup
         // 
         listeningGroup.Controls.Add(listeningModeGroup);
         listeningGroup.Controls.Add(this.m_ListeningTextBox);
         listeningGroup.Controls.Add(uriLabel);
         listeningGroup.Location = new System.Drawing.Point(15,39);
         listeningGroup.Name = "listeningGroup";
         listeningGroup.Size = new System.Drawing.Size(353,150);
         listeningGroup.TabIndex = 2;
         listeningGroup.TabStop = false;
         listeningGroup.Text = "Listening";
         // 
         // listeningModeGroup
         // 
         listeningModeGroup.Controls.Add(this.m_UniqueRadioButton);
         listeningModeGroup.Controls.Add(this.m_ExplicitRadioButton);
         listeningModeGroup.Location = new System.Drawing.Point(8,68);
         listeningModeGroup.Name = "listeningModeGroup";
         listeningModeGroup.Size = new System.Drawing.Size(114,73);
         listeningModeGroup.TabIndex = 2;
         listeningModeGroup.TabStop = false;
         listeningModeGroup.Text = "Listening Mode";
         // 
         // m_UniqueRadioButton
         // 
         this.m_UniqueRadioButton.AutoSize = true;
         this.m_UniqueRadioButton.Location = new System.Drawing.Point(5,43);
         this.m_UniqueRadioButton.Name = "m_UniqueRadioButton";
         this.m_UniqueRadioButton.Size = new System.Drawing.Size(59,17);
         this.m_UniqueRadioButton.TabIndex = 1;
         this.m_UniqueRadioButton.TabStop = true;
         this.m_UniqueRadioButton.Text = "Unique";
         this.m_UniqueRadioButton.UseVisualStyleBackColor = true;
         // 
         // m_ExplicitRadioButton
         // 
         this.m_ExplicitRadioButton.AutoSize = true;
         this.m_ExplicitRadioButton.Location = new System.Drawing.Point(5,20);
         this.m_ExplicitRadioButton.Name = "m_ExplicitRadioButton";
         this.m_ExplicitRadioButton.Size = new System.Drawing.Size(58,17);
         this.m_ExplicitRadioButton.TabIndex = 0;
         this.m_ExplicitRadioButton.TabStop = true;
         this.m_ExplicitRadioButton.Text = "Explicit";
         this.m_ExplicitRadioButton.UseVisualStyleBackColor = true;
         // 
         // m_ListeningTextBox
         // 
         this.m_ListeningTextBox.Location = new System.Drawing.Point(8,32);
         this.m_ListeningTextBox.Name = "m_ListeningTextBox";
         this.m_ListeningTextBox.Size = new System.Drawing.Size(338,20);
         this.m_ListeningTextBox.TabIndex = 1;
         // 
         // uriLabel
         // 
         uriLabel.AutoSize = true;
         uriLabel.Location = new System.Drawing.Point(5,16);
         uriLabel.Name = "uriLabel";
         uriLabel.Size = new System.Drawing.Size(80,13);
         uriLabel.TabIndex = 0;
         uriLabel.Text = "Listenning URI:";
         // 
         // m_NameLabel
         // 
         this.m_NameLabel.AutoSize = true;
         this.m_NameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif",10F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
         this.m_NameLabel.Location = new System.Drawing.Point(12,9);
         this.m_NameLabel.Name = "m_NameLabel";
         this.m_NameLabel.Size = new System.Drawing.Size(59,17);
         this.m_NameLabel.TabIndex = 1;
         this.m_NameLabel.Text = "Name: ";
         // 
         // EndpointViewControl
         // 
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
         this.BackColor = System.Drawing.SystemColors.Control;
         this.Controls.Add(listeningGroup);
         this.Controls.Add(this.m_NameLabel);
         this.Name = "EndpointViewControl";
         listeningGroup.ResumeLayout(false);
         listeningGroup.PerformLayout();
         listeningModeGroup.ResumeLayout(false);
         listeningModeGroup.PerformLayout();
         this.ResumeLayout(false);
         this.PerformLayout();

      }
示例#36
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.GroupBox sceapGroupBox;
            System.Windows.Forms.GroupBox scusGroupBox;
            System.Windows.Forms.GroupBox battleBinGroupBox;
            System.Windows.Forms.Button cancelButton;
            System.Windows.Forms.Button isoBrowseButton;
            System.Windows.Forms.Label isoLabel;
            System.Windows.Forms.GroupBox worldBinGroupBox;
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.sceapBrowseButton = new System.Windows.Forms.Button();
            this.sceapFileNameTextBox = new System.Windows.Forms.TextBox();
            this.useCustomSceapRadioButton = new System.Windows.Forms.RadioButton();
            this.useDefaultSceapRadioButton = new System.Windows.Forms.RadioButton();
            this.dontChangeSceapRadioButton = new System.Windows.Forms.RadioButton();
            this.scusCheckedListBox = new System.Windows.Forms.CheckedListBox();
            this.battleCheckedListBox = new System.Windows.Forms.CheckedListBox();
            this.sceapOpenFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.entd1CheckBox = new System.Windows.Forms.CheckBox();
            this.entd2CheckBox = new System.Windows.Forms.CheckBox();
            this.entd3CheckBox = new System.Windows.Forms.CheckBox();
            this.entd4CheckBox = new System.Windows.Forms.CheckBox();
            this.eccCheckBox = new System.Windows.Forms.CheckBox();
            this.okButton = new System.Windows.Forms.Button();
            this.patchIsoDialog = new System.Windows.Forms.SaveFileDialog();
            this.isoPathTextBox = new System.Windows.Forms.TextBox();
            this.storeInventoryCheckBox = new System.Windows.Forms.CheckBox();
            sceapGroupBox = new System.Windows.Forms.GroupBox();
            scusGroupBox = new System.Windows.Forms.GroupBox();
            battleBinGroupBox = new System.Windows.Forms.GroupBox();
            cancelButton = new System.Windows.Forms.Button();
            isoBrowseButton = new System.Windows.Forms.Button();
            isoLabel = new System.Windows.Forms.Label();
            worldBinGroupBox = new System.Windows.Forms.GroupBox();
            sceapGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            scusGroupBox.SuspendLayout();
            battleBinGroupBox.SuspendLayout();
            worldBinGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // sceapGroupBox
            // 
            sceapGroupBox.AutoSize = true;
            sceapGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            sceapGroupBox.Controls.Add(this.pictureBox1);
            sceapGroupBox.Controls.Add(this.sceapBrowseButton);
            sceapGroupBox.Controls.Add(this.sceapFileNameTextBox);
            sceapGroupBox.Controls.Add(this.useCustomSceapRadioButton);
            sceapGroupBox.Controls.Add(this.useDefaultSceapRadioButton);
            sceapGroupBox.Controls.Add(this.dontChangeSceapRadioButton);
            sceapGroupBox.Location = new System.Drawing.Point(172, 106);
            sceapGroupBox.Name = "sceapGroupBox";
            sceapGroupBox.Size = new System.Drawing.Size(333, 171);
            sceapGroupBox.TabIndex = 3;
            sceapGroupBox.TabStop = false;
            sceapGroupBox.Text = "SCEAP.DAT";
            // 
            // pictureBox1
            // 
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox1.Location = new System.Drawing.Point(7, 120);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(320, 32);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBox1.TabIndex = 14;
            this.pictureBox1.TabStop = false;
            // 
            // sceapBrowseButton
            // 
            this.sceapBrowseButton.AutoSize = true;
            this.sceapBrowseButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.sceapBrowseButton.Enabled = false;
            this.sceapBrowseButton.Location = new System.Drawing.Point(179, 91);
            this.sceapBrowseButton.Name = "sceapBrowseButton";
            this.sceapBrowseButton.Size = new System.Drawing.Size(26, 23);
            this.sceapBrowseButton.TabIndex = 4;
            this.sceapBrowseButton.Text = "...";
            this.sceapBrowseButton.UseVisualStyleBackColor = true;
            this.sceapBrowseButton.Click += new System.EventHandler(this.sceapBrowseButton_Click);
            // 
            // sceapFileNameTextBox
            // 
            this.sceapFileNameTextBox.Location = new System.Drawing.Point(24, 92);
            this.sceapFileNameTextBox.Name = "sceapFileNameTextBox";
            this.sceapFileNameTextBox.ReadOnly = true;
            this.sceapFileNameTextBox.Size = new System.Drawing.Size(149, 20);
            this.sceapFileNameTextBox.TabIndex = 3;
            // 
            // useCustomSceapRadioButton
            // 
            this.useCustomSceapRadioButton.AutoSize = true;
            this.useCustomSceapRadioButton.Location = new System.Drawing.Point(7, 68);
            this.useCustomSceapRadioButton.Name = "useCustomSceapRadioButton";
            this.useCustomSceapRadioButton.Size = new System.Drawing.Size(144, 17);
            this.useCustomSceapRadioButton.TabIndex = 2;
            this.useCustomSceapRadioButton.Text = "Use custom SCEAP.DAT";
            this.useCustomSceapRadioButton.UseVisualStyleBackColor = true;
            this.useCustomSceapRadioButton.CheckedChanged += new System.EventHandler(this.sceapRadioButton_CheckedChanged);
            // 
            // useDefaultSceapRadioButton
            // 
            this.useDefaultSceapRadioButton.AutoSize = true;
            this.useDefaultSceapRadioButton.Location = new System.Drawing.Point(7, 44);
            this.useDefaultSceapRadioButton.Name = "useDefaultSceapRadioButton";
            this.useDefaultSceapRadioButton.Size = new System.Drawing.Size(166, 17);
            this.useDefaultSceapRadioButton.TabIndex = 1;
            this.useDefaultSceapRadioButton.Text = "Use FFTPatcher SCEAP.DAT";
            this.useDefaultSceapRadioButton.UseVisualStyleBackColor = true;
            this.useDefaultSceapRadioButton.CheckedChanged += new System.EventHandler(this.sceapRadioButton_CheckedChanged);
            // 
            // dontChangeSceapRadioButton
            // 
            this.dontChangeSceapRadioButton.AutoSize = true;
            this.dontChangeSceapRadioButton.Checked = true;
            this.dontChangeSceapRadioButton.Location = new System.Drawing.Point(7, 20);
            this.dontChangeSceapRadioButton.Name = "dontChangeSceapRadioButton";
            this.dontChangeSceapRadioButton.Size = new System.Drawing.Size(152, 17);
            this.dontChangeSceapRadioButton.TabIndex = 0;
            this.dontChangeSceapRadioButton.TabStop = true;
            this.dontChangeSceapRadioButton.Text = "Don\'t change SCEAP.DAT";
            this.dontChangeSceapRadioButton.UseVisualStyleBackColor = true;
            this.dontChangeSceapRadioButton.CheckedChanged += new System.EventHandler(this.sceapRadioButton_CheckedChanged);
            // 
            // scusGroupBox
            // 
            scusGroupBox.AutoSize = true;
            scusGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            scusGroupBox.Controls.Add(this.scusCheckedListBox);
            scusGroupBox.Location = new System.Drawing.Point(12, 12);
            scusGroupBox.Name = "scusGroupBox";
            scusGroupBox.Size = new System.Drawing.Size(154, 207);
            scusGroupBox.TabIndex = 0;
            scusGroupBox.TabStop = false;
            scusGroupBox.Text = "SCUS_942.21";
            // 
            // scusCheckedListBox
            // 
            this.scusCheckedListBox.FormattingEnabled = true;
            this.scusCheckedListBox.Items.AddRange(new object[] {
            "Abilities",
            "Items",
            "Item Attributes",
            "Jobs",
            "Job Levels",
            "Skillsets",
            "Monster Skills",
            "Action Menus",
            "Status Attributes",
            "Inflict Status",
            "Poach Probabilities"});
            this.scusCheckedListBox.Location = new System.Drawing.Point(6, 19);
            this.scusCheckedListBox.Name = "scusCheckedListBox";
            this.scusCheckedListBox.Size = new System.Drawing.Size(142, 169);
            this.scusCheckedListBox.TabIndex = 0;
            this.scusCheckedListBox.Tag = "SCUS_942.21";
            this.scusCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox1_ItemCheck);
            // 
            // battleBinGroupBox
            // 
            battleBinGroupBox.AutoSize = true;
            battleBinGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            battleBinGroupBox.Controls.Add(this.battleCheckedListBox);
            battleBinGroupBox.Location = new System.Drawing.Point(172, 12);
            battleBinGroupBox.Name = "battleBinGroupBox";
            battleBinGroupBox.Size = new System.Drawing.Size(132, 87);
            battleBinGroupBox.TabIndex = 1;
            battleBinGroupBox.TabStop = false;
            battleBinGroupBox.Text = "BATTLE.BIN";
            // 
            // battleCheckedListBox
            // 
            this.battleCheckedListBox.FormattingEnabled = true;
            this.battleCheckedListBox.Items.AddRange(new object[] {
            "Ability Effects",
            "Move-Find Items"});
            this.battleCheckedListBox.Location = new System.Drawing.Point(6, 19);
            this.battleCheckedListBox.Name = "battleCheckedListBox";
            this.battleCheckedListBox.Size = new System.Drawing.Size(120, 49);
            this.battleCheckedListBox.TabIndex = 0;
            this.battleCheckedListBox.Tag = "BATTLE.BIN";
            this.battleCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox1_ItemCheck);
            // 
            // cancelButton
            // 
            cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            cancelButton.Location = new System.Drawing.Point(428, 377);
            cancelButton.Name = "cancelButton";
            cancelButton.Size = new System.Drawing.Size(75, 23);
            cancelButton.TabIndex = 13;
            cancelButton.Text = "Cancel";
            cancelButton.UseVisualStyleBackColor = true;
            // 
            // isoBrowseButton
            // 
            isoBrowseButton.AutoSize = true;
            isoBrowseButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            isoBrowseButton.Location = new System.Drawing.Point(291, 338);
            isoBrowseButton.Name = "isoBrowseButton";
            isoBrowseButton.Size = new System.Drawing.Size(26, 23);
            isoBrowseButton.TabIndex = 11;
            isoBrowseButton.Text = "...";
            isoBrowseButton.UseVisualStyleBackColor = true;
            isoBrowseButton.Click += new System.EventHandler(this.isoBrowseButton_Click);
            // 
            // isoLabel
            // 
            isoLabel.AutoSize = true;
            isoLabel.Location = new System.Drawing.Point(12, 324);
            isoLabel.Name = "isoLabel";
            isoLabel.Size = new System.Drawing.Size(25, 13);
            isoLabel.TabIndex = 13;
            isoLabel.Text = "ISO";
            // 
            // sceapOpenFileDialog
            // 
            this.sceapOpenFileDialog.FileName = "SCEAP.DAT";
            this.sceapOpenFileDialog.Filter = "SCEAP.DAT|SCEAP.DAT";
            this.sceapOpenFileDialog.ShowReadOnly = true;
            // 
            // entd1CheckBox
            // 
            this.entd1CheckBox.AutoSize = true;
            this.entd1CheckBox.Location = new System.Drawing.Point(12, 225);
            this.entd1CheckBox.Name = "entd1CheckBox";
            this.entd1CheckBox.Size = new System.Drawing.Size(87, 17);
            this.entd1CheckBox.TabIndex = 4;
            this.entd1CheckBox.Tag = "ENTD1";
            this.entd1CheckBox.Text = "ENTD1.ENT";
            this.entd1CheckBox.UseVisualStyleBackColor = true;
            this.entd1CheckBox.CheckedChanged += new System.EventHandler(this.entd2CheckBox_CheckedChanged);
            // 
            // entd2CheckBox
            // 
            this.entd2CheckBox.AutoSize = true;
            this.entd2CheckBox.Location = new System.Drawing.Point(12, 248);
            this.entd2CheckBox.Name = "entd2CheckBox";
            this.entd2CheckBox.Size = new System.Drawing.Size(87, 17);
            this.entd2CheckBox.TabIndex = 5;
            this.entd2CheckBox.Tag = "ENTD2";
            this.entd2CheckBox.Text = "ENTD2.ENT";
            this.entd2CheckBox.UseVisualStyleBackColor = true;
            this.entd2CheckBox.CheckedChanged += new System.EventHandler(this.entd2CheckBox_CheckedChanged);
            // 
            // entd3CheckBox
            // 
            this.entd3CheckBox.AutoSize = true;
            this.entd3CheckBox.Location = new System.Drawing.Point(12, 271);
            this.entd3CheckBox.Name = "entd3CheckBox";
            this.entd3CheckBox.Size = new System.Drawing.Size(87, 17);
            this.entd3CheckBox.TabIndex = 6;
            this.entd3CheckBox.Tag = "ENTD3";
            this.entd3CheckBox.Text = "ENTD3.ENT";
            this.entd3CheckBox.UseVisualStyleBackColor = true;
            this.entd3CheckBox.CheckedChanged += new System.EventHandler(this.entd2CheckBox_CheckedChanged);
            // 
            // entd4CheckBox
            // 
            this.entd4CheckBox.AutoSize = true;
            this.entd4CheckBox.Location = new System.Drawing.Point(12, 294);
            this.entd4CheckBox.Name = "entd4CheckBox";
            this.entd4CheckBox.Size = new System.Drawing.Size(87, 17);
            this.entd4CheckBox.TabIndex = 7;
            this.entd4CheckBox.Tag = "ENTD4";
            this.entd4CheckBox.Text = "ENTD4.ENT";
            this.entd4CheckBox.UseVisualStyleBackColor = true;
            this.entd4CheckBox.CheckedChanged += new System.EventHandler(this.entd2CheckBox_CheckedChanged);
            // 
            // eccCheckBox
            // 
            this.eccCheckBox.AutoSize = true;
            this.eccCheckBox.Checked = true;
            this.eccCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
            this.eccCheckBox.Location = new System.Drawing.Point(172, 287);
            this.eccCheckBox.Name = "eccCheckBox";
            this.eccCheckBox.Size = new System.Drawing.Size(103, 17);
            this.eccCheckBox.TabIndex = 8;
            this.eccCheckBox.Tag = "RegenECC";
            this.eccCheckBox.Text = "Regen ISO ECC";
            this.eccCheckBox.UseVisualStyleBackColor = true;
            this.eccCheckBox.CheckedChanged += new System.EventHandler(this.entd2CheckBox_CheckedChanged);
            // 
            // okButton
            // 
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.Enabled = false;
            this.okButton.Location = new System.Drawing.Point(346, 377);
            this.okButton.Name = "okButton";
            this.okButton.Size = new System.Drawing.Size(75, 23);
            this.okButton.TabIndex = 12;
            this.okButton.Text = "OK";
            this.okButton.UseVisualStyleBackColor = true;
            // 
            // patchIsoDialog
            // 
            this.patchIsoDialog.CheckFileExists = true;
            this.patchIsoDialog.Filter = "ISO images|*.iso;*.bin;*.img|All files|*.*";
            this.patchIsoDialog.OverwritePrompt = false;
            // 
            // isoPathTextBox
            // 
            this.isoPathTextBox.Location = new System.Drawing.Point(12, 340);
            this.isoPathTextBox.Name = "isoPathTextBox";
            this.isoPathTextBox.ReadOnly = true;
            this.isoPathTextBox.Size = new System.Drawing.Size(273, 20);
            this.isoPathTextBox.TabIndex = 10;
            // 
            // worldBinGroupBox
            // 
            worldBinGroupBox.Controls.Add(this.storeInventoryCheckBox);
            worldBinGroupBox.Location = new System.Drawing.Point(310, 12);
            worldBinGroupBox.Name = "worldBinGroupBox";
            worldBinGroupBox.Size = new System.Drawing.Size(136, 88);
            worldBinGroupBox.TabIndex = 14;
            worldBinGroupBox.TabStop = false;
            worldBinGroupBox.Text = "WORLD.BIN";
            // 
            // storeInventoryCheckBox
            // 
            this.storeInventoryCheckBox.AutoSize = true;
            this.storeInventoryCheckBox.Location = new System.Drawing.Point(6, 19);
            this.storeInventoryCheckBox.Name = "storeInventoryCheckBox";
            this.storeInventoryCheckBox.Size = new System.Drawing.Size(98, 17);
            this.storeInventoryCheckBox.TabIndex = 0;
            this.storeInventoryCheckBox.Tag = "StoreInventory";
            this.storeInventoryCheckBox.Text = "Store Inventory";
            this.storeInventoryCheckBox.UseVisualStyleBackColor = true;
            // 
            // PatchPSXForm
            // 
            this.AcceptButton = this.okButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = cancelButton;
            this.ClientSize = new System.Drawing.Size(511, 408);
            this.ControlBox = false;
            this.Controls.Add(worldBinGroupBox);
            this.Controls.Add(isoLabel);
            this.Controls.Add(isoBrowseButton);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.isoPathTextBox);
            this.Controls.Add(cancelButton);
            this.Controls.Add(this.eccCheckBox);
            this.Controls.Add(this.entd4CheckBox);
            this.Controls.Add(this.entd3CheckBox);
            this.Controls.Add(this.entd2CheckBox);
            this.Controls.Add(this.entd1CheckBox);
            this.Controls.Add(battleBinGroupBox);
            this.Controls.Add(scusGroupBox);
            this.Controls.Add(sceapGroupBox);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Name = "PatchPSXForm";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "Patch PSX ISO";
            sceapGroupBox.ResumeLayout(false);
            sceapGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            scusGroupBox.ResumeLayout(false);
            battleBinGroupBox.ResumeLayout(false);
            worldBinGroupBox.ResumeLayout(false);
            worldBinGroupBox.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label                     label1;
     System.Windows.Forms.SplitContainer            splitContainer1;
     System.Windows.Forms.GroupBox                  groupBox1;
     System.Windows.Forms.SplitContainer            splitContainer2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.guiJoinGroupBox   = new System.Windows.Forms.GroupBox();
     this.guiJoinSubColumn  = new System.Windows.Forms.ComboBox();
     this.guiJoinTable      = new System.Windows.Forms.ComboBox();
     this.guiJoinMainColumn = new System.Windows.Forms.ComboBox();
     this.guiJoin           = new System.Windows.Forms.Button();
     this.guiFilterGroupBox = new System.Windows.Forms.GroupBox();
     this.guiFilterValue    = new System.Windows.Forms.NumericUpDown();
     this.guiFilterPred     = new System.Windows.Forms.ComboBox();
     this.guiFilterColumn   = new System.Windows.Forms.ComboBox();
     this.guiFilter         = new System.Windows.Forms.Button();
     this.guiMathGroupBox   = new System.Windows.Forms.GroupBox();
     this.guiMathAlgo       = new System.Windows.Forms.ComboBox();
     this.guiMathColumn     = new System.Windows.Forms.ComboBox();
     this.guiMath           = new System.Windows.Forms.Button();
     this.guiSortGroupBox   = new System.Windows.Forms.GroupBox();
     this.guiSortDirection  = new System.Windows.Forms.ComboBox();
     this.guiSortColumn     = new System.Windows.Forms.ComboBox();
     this.guiSort           = new System.Windows.Forms.Button();
     this.guiSearchGroupBox = new System.Windows.Forms.GroupBox();
     this.guiSearchColumn   = new System.Windows.Forms.ComboBox();
     this.guiSearhPattern   = new System.Windows.Forms.TextBox();
     this.guiSearch         = new System.Windows.Forms.Button();
     this.guiTables         = new System.Windows.Forms.ComboBox();
     this.guiUpdateTable    = new System.Windows.Forms.Button();
     this.guiQueryTable     = new System.Windows.Forms.Button();
     this.guiDGV            = new System.Windows.Forms.DataGridView();
     this.guiDGVJoin        = new System.Windows.Forms.DataGridView();
     this.guiJoinUpdate     = new System.Windows.Forms.Button();
     label1          = new System.Windows.Forms.Label();
     splitContainer1 = new System.Windows.Forms.SplitContainer();
     groupBox1       = new System.Windows.Forms.GroupBox();
     splitContainer2 = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     this.guiJoinGroupBox.SuspendLayout();
     this.guiFilterGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.guiFilterValue)).BeginInit();
     this.guiMathGroupBox.SuspendLayout();
     this.guiSortGroupBox.SuspendLayout();
     this.guiSearchGroupBox.SuspendLayout();
     groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
     splitContainer2.Panel1.SuspendLayout();
     splitContainer2.Panel2.SuspendLayout();
     splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.guiDGV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.guiDGVJoin)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(6, 30);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(34, 13);
     label1.TabIndex = 1;
     label1.Text     = "Table";
     //
     // splitContainer1
     //
     splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location = new System.Drawing.Point(0, 0);
     splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this.guiJoinGroupBox);
     splitContainer1.Panel1.Controls.Add(this.guiFilterGroupBox);
     splitContainer1.Panel1.Controls.Add(this.guiMathGroupBox);
     splitContainer1.Panel1.Controls.Add(this.guiSortGroupBox);
     splitContainer1.Panel1.Controls.Add(this.guiSearchGroupBox);
     splitContainer1.Panel1.Controls.Add(groupBox1);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(splitContainer2);
     splitContainer1.Size             = new System.Drawing.Size(708, 693);
     splitContainer1.SplitterDistance = 177;
     splitContainer1.SplitterWidth    = 3;
     splitContainer1.TabIndex         = 100;
     //
     // guiJoinGroupBox
     //
     this.guiJoinGroupBox.Controls.Add(this.guiJoinSubColumn);
     this.guiJoinGroupBox.Controls.Add(this.guiJoinTable);
     this.guiJoinGroupBox.Controls.Add(this.guiJoinMainColumn);
     this.guiJoinGroupBox.Controls.Add(this.guiJoinUpdate);
     this.guiJoinGroupBox.Controls.Add(this.guiJoin);
     this.guiJoinGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.guiJoinGroupBox.Enabled  = false;
     this.guiJoinGroupBox.Location = new System.Drawing.Point(0, 534);
     this.guiJoinGroupBox.Name     = "guiJoinGroupBox";
     this.guiJoinGroupBox.Size     = new System.Drawing.Size(177, 156);
     this.guiJoinGroupBox.TabIndex = 9;
     this.guiJoinGroupBox.TabStop  = false;
     this.guiJoinGroupBox.Text     = "Joining";
     //
     // guiJoinSubColumn
     //
     this.guiJoinSubColumn.FormattingEnabled = true;
     this.guiJoinSubColumn.Items.AddRange(new object[] {
         "<",
         "<=",
         "=",
         ">=",
         ">"
     });
     this.guiJoinSubColumn.Location = new System.Drawing.Point(6, 73);
     this.guiJoinSubColumn.Name     = "guiJoinSubColumn";
     this.guiJoinSubColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiJoinSubColumn.TabIndex = 5;
     //
     // guiJoinTable
     //
     this.guiJoinTable.FormattingEnabled = true;
     this.guiJoinTable.Location          = new System.Drawing.Point(6, 46);
     this.guiJoinTable.Name                  = "guiJoinTable";
     this.guiJoinTable.Size                  = new System.Drawing.Size(166, 21);
     this.guiJoinTable.TabIndex              = 5;
     this.guiJoinTable.SelectedIndexChanged += new System.EventHandler(this.guiJoinTable_SelectedIndexChanged);
     //
     // guiJoinMainColumn
     //
     this.guiJoinMainColumn.FormattingEnabled = true;
     this.guiJoinMainColumn.Location          = new System.Drawing.Point(6, 19);
     this.guiJoinMainColumn.Name     = "guiJoinMainColumn";
     this.guiJoinMainColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiJoinMainColumn.TabIndex = 0;
     //
     // guiJoin
     //
     this.guiJoin.Location = new System.Drawing.Point(6, 100);
     this.guiJoin.Name     = "guiJoin";
     this.guiJoin.Size     = new System.Drawing.Size(166, 23);
     this.guiJoin.TabIndex = 4;
     this.guiJoin.Text     = "Joining";
     this.guiJoin.UseVisualStyleBackColor = true;
     this.guiJoin.Click += new System.EventHandler(this.guiJoin_Click);
     //
     // guiFilterGroupBox
     //
     this.guiFilterGroupBox.Controls.Add(this.guiFilterValue);
     this.guiFilterGroupBox.Controls.Add(this.guiFilterPred);
     this.guiFilterGroupBox.Controls.Add(this.guiFilterColumn);
     this.guiFilterGroupBox.Controls.Add(this.guiFilter);
     this.guiFilterGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.guiFilterGroupBox.Enabled  = false;
     this.guiFilterGroupBox.Location = new System.Drawing.Point(0, 406);
     this.guiFilterGroupBox.Name     = "guiFilterGroupBox";
     this.guiFilterGroupBox.Size     = new System.Drawing.Size(177, 128);
     this.guiFilterGroupBox.TabIndex = 8;
     this.guiFilterGroupBox.TabStop  = false;
     this.guiFilterGroupBox.Text     = "Filter";
     //
     // guiFilterValue
     //
     this.guiFilterValue.Location = new System.Drawing.Point(9, 73);
     this.guiFilterValue.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.guiFilterValue.Minimum = new decimal(new int[] {
         65536,
         0,
         0,
         -2147483648
     });
     this.guiFilterValue.Name      = "guiFilterValue";
     this.guiFilterValue.Size      = new System.Drawing.Size(163, 20);
     this.guiFilterValue.TabIndex  = 6;
     this.guiFilterValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // guiFilterPred
     //
     this.guiFilterPred.FormattingEnabled = true;
     this.guiFilterPred.Items.AddRange(new object[] {
         "<",
         "<=",
         "=",
         ">=",
         ">"
     });
     this.guiFilterPred.Location = new System.Drawing.Point(42, 46);
     this.guiFilterPred.Name     = "guiFilterPred";
     this.guiFilterPred.Size     = new System.Drawing.Size(94, 21);
     this.guiFilterPred.TabIndex = 5;
     //
     // guiFilterColumn
     //
     this.guiFilterColumn.FormattingEnabled = true;
     this.guiFilterColumn.Location          = new System.Drawing.Point(6, 19);
     this.guiFilterColumn.Name     = "guiFilterColumn";
     this.guiFilterColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiFilterColumn.TabIndex = 0;
     //
     // guiFilter
     //
     this.guiFilter.Location = new System.Drawing.Point(6, 100);
     this.guiFilter.Name     = "guiFilter";
     this.guiFilter.Size     = new System.Drawing.Size(166, 23);
     this.guiFilter.TabIndex = 4;
     this.guiFilter.Text     = "Filter";
     this.guiFilter.UseVisualStyleBackColor = true;
     this.guiFilter.Click += new System.EventHandler(this.guiFilter_Click);
     //
     // guiMathGroupBox
     //
     this.guiMathGroupBox.Controls.Add(this.guiMathAlgo);
     this.guiMathGroupBox.Controls.Add(this.guiMathColumn);
     this.guiMathGroupBox.Controls.Add(this.guiMath);
     this.guiMathGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.guiMathGroupBox.Enabled  = false;
     this.guiMathGroupBox.Location = new System.Drawing.Point(0, 303);
     this.guiMathGroupBox.Name     = "guiMathGroupBox";
     this.guiMathGroupBox.Size     = new System.Drawing.Size(177, 103);
     this.guiMathGroupBox.TabIndex = 7;
     this.guiMathGroupBox.TabStop  = false;
     this.guiMathGroupBox.Text     = "Math";
     //
     // guiMathAlgo
     //
     this.guiMathAlgo.FormattingEnabled = true;
     this.guiMathAlgo.Items.AddRange(new object[] {
         "min",
         "max",
         "average",
         "sum"
     });
     this.guiMathAlgo.Location = new System.Drawing.Point(6, 45);
     this.guiMathAlgo.Name     = "guiMathAlgo";
     this.guiMathAlgo.Size     = new System.Drawing.Size(166, 21);
     this.guiMathAlgo.TabIndex = 5;
     //
     // guiMathColumn
     //
     this.guiMathColumn.FormattingEnabled = true;
     this.guiMathColumn.Location          = new System.Drawing.Point(6, 19);
     this.guiMathColumn.Name     = "guiMathColumn";
     this.guiMathColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiMathColumn.TabIndex = 0;
     //
     // guiMath
     //
     this.guiMath.Location = new System.Drawing.Point(6, 72);
     this.guiMath.Name     = "guiMath";
     this.guiMath.Size     = new System.Drawing.Size(166, 23);
     this.guiMath.TabIndex = 4;
     this.guiMath.Text     = "Evaluate";
     this.guiMath.UseVisualStyleBackColor = true;
     this.guiMath.Click += new System.EventHandler(this.guiMath_Click);
     //
     // guiSortGroupBox
     //
     this.guiSortGroupBox.Controls.Add(this.guiSortDirection);
     this.guiSortGroupBox.Controls.Add(this.guiSortColumn);
     this.guiSortGroupBox.Controls.Add(this.guiSort);
     this.guiSortGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.guiSortGroupBox.Enabled  = false;
     this.guiSortGroupBox.Location = new System.Drawing.Point(0, 193);
     this.guiSortGroupBox.Name     = "guiSortGroupBox";
     this.guiSortGroupBox.Size     = new System.Drawing.Size(177, 110);
     this.guiSortGroupBox.TabIndex = 6;
     this.guiSortGroupBox.TabStop  = false;
     this.guiSortGroupBox.Text     = "Sort";
     //
     // guiSortDirection
     //
     this.guiSortDirection.FormattingEnabled = true;
     this.guiSortDirection.Items.AddRange(new object[] {
         "ascending",
         "descending"
     });
     this.guiSortDirection.Location = new System.Drawing.Point(6, 45);
     this.guiSortDirection.Name     = "guiSortDirection";
     this.guiSortDirection.Size     = new System.Drawing.Size(166, 21);
     this.guiSortDirection.TabIndex = 5;
     //
     // guiSortColumn
     //
     this.guiSortColumn.FormattingEnabled = true;
     this.guiSortColumn.Location          = new System.Drawing.Point(6, 19);
     this.guiSortColumn.Name     = "guiSortColumn";
     this.guiSortColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiSortColumn.TabIndex = 0;
     //
     // guiSort
     //
     this.guiSort.Location = new System.Drawing.Point(6, 72);
     this.guiSort.Name     = "guiSort";
     this.guiSort.Size     = new System.Drawing.Size(166, 23);
     this.guiSort.TabIndex = 4;
     this.guiSort.Text     = "Sort";
     this.guiSort.UseVisualStyleBackColor = true;
     this.guiSort.Click += new System.EventHandler(this.guiSort_Click);
     //
     // guiSearchGroupBox
     //
     this.guiSearchGroupBox.Controls.Add(this.guiSearchColumn);
     this.guiSearchGroupBox.Controls.Add(this.guiSearhPattern);
     this.guiSearchGroupBox.Controls.Add(this.guiSearch);
     this.guiSearchGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.guiSearchGroupBox.Enabled  = false;
     this.guiSearchGroupBox.Location = new System.Drawing.Point(0, 83);
     this.guiSearchGroupBox.Name     = "guiSearchGroupBox";
     this.guiSearchGroupBox.Size     = new System.Drawing.Size(177, 110);
     this.guiSearchGroupBox.TabIndex = 5;
     this.guiSearchGroupBox.TabStop  = false;
     this.guiSearchGroupBox.Text     = "Search";
     //
     // guiSearchColumn
     //
     this.guiSearchColumn.FormattingEnabled = true;
     this.guiSearchColumn.Location          = new System.Drawing.Point(6, 19);
     this.guiSearchColumn.Name     = "guiSearchColumn";
     this.guiSearchColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiSearchColumn.TabIndex = 0;
     //
     // guiSearhPattern
     //
     this.guiSearhPattern.Location = new System.Drawing.Point(6, 46);
     this.guiSearhPattern.Name     = "guiSearhPattern";
     this.guiSearhPattern.Size     = new System.Drawing.Size(166, 20);
     this.guiSearhPattern.TabIndex = 3;
     //
     // guiSearch
     //
     this.guiSearch.Location = new System.Drawing.Point(6, 72);
     this.guiSearch.Name     = "guiSearch";
     this.guiSearch.Size     = new System.Drawing.Size(166, 23);
     this.guiSearch.TabIndex = 4;
     this.guiSearch.Text     = "Search";
     this.guiSearch.UseVisualStyleBackColor = true;
     this.guiSearch.Click += new System.EventHandler(this.guiSearch_Click);
     //
     // groupBox1
     //
     groupBox1.Controls.Add(label1);
     groupBox1.Controls.Add(this.guiTables);
     groupBox1.Controls.Add(this.guiUpdateTable);
     groupBox1.Controls.Add(this.guiQueryTable);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     groupBox1.Location = new System.Drawing.Point(0, 0);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(177, 83);
     groupBox1.TabIndex = 5;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Table";
     //
     // guiTables
     //
     this.guiTables.FormattingEnabled = true;
     this.guiTables.Location          = new System.Drawing.Point(51, 27);
     this.guiTables.Name     = "guiTables";
     this.guiTables.Size     = new System.Drawing.Size(121, 21);
     this.guiTables.TabIndex = 0;
     //
     // guiUpdateTable
     //
     this.guiUpdateTable.Enabled  = false;
     this.guiUpdateTable.Location = new System.Drawing.Point(90, 54);
     this.guiUpdateTable.Name     = "guiUpdateTable";
     this.guiUpdateTable.Size     = new System.Drawing.Size(82, 23);
     this.guiUpdateTable.TabIndex = 4;
     this.guiUpdateTable.Text     = "Update table";
     this.guiUpdateTable.UseVisualStyleBackColor = true;
     this.guiUpdateTable.Click += new System.EventHandler(this.guiUpdateTable_Click);
     //
     // guiQueryTable
     //
     this.guiQueryTable.Location = new System.Drawing.Point(9, 54);
     this.guiQueryTable.Name     = "guiQueryTable";
     this.guiQueryTable.Size     = new System.Drawing.Size(75, 23);
     this.guiQueryTable.TabIndex = 4;
     this.guiQueryTable.Text     = "Query table";
     this.guiQueryTable.UseVisualStyleBackColor = true;
     this.guiQueryTable.Click += new System.EventHandler(this.guiQueryTable_Click);
     //
     // splitContainer2
     //
     splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitContainer2.Location    = new System.Drawing.Point(0, 0);
     splitContainer2.Name        = "splitContainer2";
     splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     splitContainer2.Panel1.Controls.Add(this.guiDGV);
     //
     // splitContainer2.Panel2
     //
     splitContainer2.Panel2.Controls.Add(this.guiDGVJoin);
     splitContainer2.Size             = new System.Drawing.Size(528, 693);
     splitContainer2.SplitterDistance = 345;
     splitContainer2.SplitterWidth    = 3;
     splitContainer2.TabIndex         = 12;
     //
     // guiDGV
     //
     this.guiDGV.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.guiDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.guiDGV.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.guiDGV.Location          = new System.Drawing.Point(0, 0);
     this.guiDGV.MultiSelect       = false;
     this.guiDGV.Name              = "guiDGV";
     this.guiDGV.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.guiDGV.Size              = new System.Drawing.Size(528, 345);
     this.guiDGV.TabIndex          = 10;
     this.guiDGV.SelectionChanged += new System.EventHandler(this.guiDGV_SelectionChanged);
     //
     // guiDGVJoin
     //
     this.guiDGVJoin.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.guiDGVJoin.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.guiDGVJoin.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.guiDGVJoin.Location      = new System.Drawing.Point(0, 0);
     this.guiDGVJoin.MultiSelect   = false;
     this.guiDGVJoin.Name          = "guiDGVJoin";
     this.guiDGVJoin.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.guiDGVJoin.Size          = new System.Drawing.Size(528, 345);
     this.guiDGVJoin.TabIndex      = 11;
     //
     // guiJoinUpdate
     //
     this.guiJoinUpdate.Location = new System.Drawing.Point(6, 129);
     this.guiJoinUpdate.Name     = "guiJoinUpdate";
     this.guiJoinUpdate.Size     = new System.Drawing.Size(166, 23);
     this.guiJoinUpdate.TabIndex = 4;
     this.guiJoinUpdate.Text     = "Update SubTable";
     this.guiJoinUpdate.UseVisualStyleBackColor = true;
     this.guiJoinUpdate.Click += new System.EventHandler(this.guiJoinUpdate_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(708, 693);
     this.Controls.Add(splitContainer1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "MainForm";
     this.Text  = "Hospital DB - Lab8";
     this.Load += new System.EventHandler(this.MainForm_Load);
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     this.guiJoinGroupBox.ResumeLayout(false);
     this.guiFilterGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.guiFilterValue)).EndInit();
     this.guiMathGroupBox.ResumeLayout(false);
     this.guiSortGroupBox.ResumeLayout(false);
     this.guiSearchGroupBox.ResumeLayout(false);
     this.guiSearchGroupBox.PerformLayout();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     splitContainer2.Panel1.ResumeLayout(false);
     splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit();
     splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.guiDGV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.guiDGVJoin)).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.ToolTip toolTip;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NodejsIntellisenseOptionsControl));
            System.Windows.Forms.GroupBox intellisenseLevelGroupBox;
            System.Windows.Forms.GroupBox saveToDiskGroupBox;
            this._saveToDiskDisabledRadioButton = new System.Windows.Forms.RadioButton();
            this._saveToDiskEnabledRadioButton = new System.Windows.Forms.RadioButton();
            this._fullIntelliSenseRadioButton = new System.Windows.Forms.RadioButton();
            this._noIntelliSenseRadioButton = new System.Windows.Forms.RadioButton();
            this._mediumIntelliSenseRadioButton = new System.Windows.Forms.RadioButton();
            this._previewIntelliSenseRadioButton = new System.Windows.Forms.RadioButton();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this._analysisLogMax = new System.Windows.Forms.ComboBox();
            this._analysisLogMaxLabel = new System.Windows.Forms.Label();
            this._analysisPreviewFeedbackLinkLabel = new System.Windows.Forms.LinkLabel();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this._selectionInCompletionListGroupBox = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this._completionCommittedBy = new System.Windows.Forms.TextBox();
            this._completionCommittedByLabel = new System.Windows.Forms.Label();
            toolTip = new System.Windows.Forms.ToolTip(this.components);
            intellisenseLevelGroupBox = new System.Windows.Forms.GroupBox();
            saveToDiskGroupBox = new System.Windows.Forms.GroupBox();
            intellisenseLevelGroupBox.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            saveToDiskGroupBox.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this._selectionInCompletionListGroupBox.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.SuspendLayout();
            // 
            // _saveToDiskDisabledRadioButton
            // 
            resources.ApplyResources(this._saveToDiskDisabledRadioButton, "_saveToDiskDisabledRadioButton");
            this._saveToDiskDisabledRadioButton.Name = "_saveToDiskDisabledRadioButton";
            this._saveToDiskDisabledRadioButton.TabStop = true;
            toolTip.SetToolTip(this._saveToDiskDisabledRadioButton, resources.GetString("_saveToDiskDisabledRadioButton.ToolTip"));
            this._saveToDiskDisabledRadioButton.UseVisualStyleBackColor = true;
            // 
            // _saveToDiskEnabledRadioButton
            // 
            resources.ApplyResources(this._saveToDiskEnabledRadioButton, "_saveToDiskEnabledRadioButton");
            this._saveToDiskEnabledRadioButton.Name = "_saveToDiskEnabledRadioButton";
            this._saveToDiskEnabledRadioButton.TabStop = true;
            toolTip.SetToolTip(this._saveToDiskEnabledRadioButton, resources.GetString("_saveToDiskEnabledRadioButton.ToolTip"));
            this._saveToDiskEnabledRadioButton.UseVisualStyleBackColor = true;
            // 
            // _fullIntelliSenseRadioButton
            // 
            resources.ApplyResources(this._fullIntelliSenseRadioButton, "_fullIntelliSenseRadioButton");
            this._fullIntelliSenseRadioButton.Name = "_fullIntelliSenseRadioButton";
            this._fullIntelliSenseRadioButton.TabStop = true;
            toolTip.SetToolTip(this._fullIntelliSenseRadioButton, resources.GetString("_fullIntelliSenseRadioButton.ToolTip"));
            this._fullIntelliSenseRadioButton.UseVisualStyleBackColor = true;
            // 
            // _noIntelliSenseRadioButton
            // 
            resources.ApplyResources(this._noIntelliSenseRadioButton, "_noIntelliSenseRadioButton");
            this._noIntelliSenseRadioButton.Name = "_noIntelliSenseRadioButton";
            this._noIntelliSenseRadioButton.TabStop = true;
            toolTip.SetToolTip(this._noIntelliSenseRadioButton, resources.GetString("_noIntelliSenseRadioButton.ToolTip"));
            this._noIntelliSenseRadioButton.UseVisualStyleBackColor = true;
            // 
            // _mediumIntelliSenseRadioButton
            // 
            resources.ApplyResources(this._mediumIntelliSenseRadioButton, "_mediumIntelliSenseRadioButton");
            this._mediumIntelliSenseRadioButton.Name = "_mediumIntelliSenseRadioButton";
            this._mediumIntelliSenseRadioButton.TabStop = true;
            toolTip.SetToolTip(this._mediumIntelliSenseRadioButton, resources.GetString("_mediumIntelliSenseRadioButton.ToolTip"));
            this._mediumIntelliSenseRadioButton.UseVisualStyleBackColor = true;
            // 
            // _previewIntelliSenseRadioButton
            // 
            resources.ApplyResources(this._previewIntelliSenseRadioButton, "_previewIntelliSenseRadioButton");
            this._previewIntelliSenseRadioButton.Name = "_previewIntelliSenseRadioButton";
            this._previewIntelliSenseRadioButton.TabStop = true;
            toolTip.SetToolTip(this._previewIntelliSenseRadioButton, resources.GetString("_previewIntelliSenseRadioButton.ToolTip"));
            this._previewIntelliSenseRadioButton.UseVisualStyleBackColor = true;
            // 
            // intellisenseLevelGroupBox
            // 
            resources.ApplyResources(intellisenseLevelGroupBox, "intellisenseLevelGroupBox");
            intellisenseLevelGroupBox.Controls.Add(this.tableLayoutPanel2);
            intellisenseLevelGroupBox.Name = "intellisenseLevelGroupBox";
            intellisenseLevelGroupBox.TabStop = false;
            // 
            // tableLayoutPanel2
            // 
            resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
            this.tableLayoutPanel2.Controls.Add(this._previewIntelliSenseRadioButton, 0, 4);
            this.tableLayoutPanel2.Controls.Add(this._mediumIntelliSenseRadioButton, 0, 2);
            this.tableLayoutPanel2.Controls.Add(this._analysisLogMax, 1, 5);
            this.tableLayoutPanel2.Controls.Add(this._noIntelliSenseRadioButton, 0, 3);
            this.tableLayoutPanel2.Controls.Add(this._analysisLogMaxLabel, 0, 5);
            this.tableLayoutPanel2.Controls.Add(this._fullIntelliSenseRadioButton, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this._analysisPreviewFeedbackLinkLabel, 1, 4);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            // 
            // _analysisLogMax
            // 
            resources.ApplyResources(this._analysisLogMax, "_analysisLogMax");
            this._analysisLogMax.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._analysisLogMax.FormattingEnabled = true;
            this._analysisLogMax.Items.AddRange(new object[] {
            resources.GetString("_analysisLogMax.Items"),
            resources.GetString("_analysisLogMax.Items1"),
            resources.GetString("_analysisLogMax.Items2"),
            resources.GetString("_analysisLogMax.Items3"),
            resources.GetString("_analysisLogMax.Items4"),
            resources.GetString("_analysisLogMax.Items5"),
            resources.GetString("_analysisLogMax.Items6")});
            this._analysisLogMax.Name = "_analysisLogMax";
            // 
            // _analysisLogMaxLabel
            // 
            resources.ApplyResources(this._analysisLogMaxLabel, "_analysisLogMaxLabel");
            this._analysisLogMaxLabel.Name = "_analysisLogMaxLabel";
            // 
            // _analysisPreviewFeedbackLinkLabel
            // 
            resources.ApplyResources(this._analysisPreviewFeedbackLinkLabel, "_analysisPreviewFeedbackLinkLabel");
            this._analysisPreviewFeedbackLinkLabel.Name = "_analysisPreviewFeedbackLinkLabel";
            this._analysisPreviewFeedbackLinkLabel.TabStop = true;
            this._analysisPreviewFeedbackLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this._analysisPreviewFeedbackLinkLabel_LinkClicked);
            // 
            // saveToDiskGroupBox
            // 
            resources.ApplyResources(saveToDiskGroupBox, "saveToDiskGroupBox");
            saveToDiskGroupBox.Controls.Add(this.tableLayoutPanel4);
            saveToDiskGroupBox.Name = "saveToDiskGroupBox";
            saveToDiskGroupBox.TabStop = false;
            // 
            // tableLayoutPanel4
            // 
            resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
            this.tableLayoutPanel4.Controls.Add(this._saveToDiskDisabledRadioButton, 0, 1);
            this.tableLayoutPanel4.Controls.Add(this._saveToDiskEnabledRadioButton, 0, 0);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            // 
            // tableLayoutPanel1
            // 
            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
            this.tableLayoutPanel1.Controls.Add(this._selectionInCompletionListGroupBox, 0, 2);
            this.tableLayoutPanel1.Controls.Add(saveToDiskGroupBox, 0, 1);
            this.tableLayoutPanel1.Controls.Add(intellisenseLevelGroupBox, 0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            // 
            // _selectionInCompletionListGroupBox
            // 
            resources.ApplyResources(this._selectionInCompletionListGroupBox, "_selectionInCompletionListGroupBox");
            this._selectionInCompletionListGroupBox.Controls.Add(this.tableLayoutPanel3);
            this._selectionInCompletionListGroupBox.Name = "_selectionInCompletionListGroupBox";
            this._selectionInCompletionListGroupBox.TabStop = false;
            // 
            // tableLayoutPanel3
            // 
            resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
            this.tableLayoutPanel3.Controls.Add(this._completionCommittedBy, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this._completionCommittedByLabel, 0, 0);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            // 
            // _completionCommittedBy
            // 
            resources.ApplyResources(this._completionCommittedBy, "_completionCommittedBy");
            this._completionCommittedBy.Name = "_completionCommittedBy";
            // 
            // _completionCommittedByLabel
            // 
            resources.ApplyResources(this._completionCommittedByLabel, "_completionCommittedByLabel");
            this._completionCommittedByLabel.Name = "_completionCommittedByLabel";
            // 
            // NodejsIntellisenseOptionsControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "NodejsIntellisenseOptionsControl";
            intellisenseLevelGroupBox.ResumeLayout(false);
            intellisenseLevelGroupBox.PerformLayout();
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            saveToDiskGroupBox.ResumeLayout(false);
            saveToDiskGroupBox.PerformLayout();
            this.tableLayoutPanel4.ResumeLayout(false);
            this.tableLayoutPanel4.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this._selectionInCompletionListGroupBox.ResumeLayout(false);
            this._selectionInCompletionListGroupBox.PerformLayout();
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
			System.Windows.Forms.GroupBox groupBox1;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BufferFormatSpecifier));
			this.formatText = new System.Windows.Forms.TextBox();
			this.helpText = new System.Windows.Forms.Label();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.errors = new System.Windows.Forms.Label();
			this.apply = new System.Windows.Forms.Button();
			this.hideHelp = new System.Windows.Forms.Button();
			groupBox1 = new System.Windows.Forms.GroupBox();
			groupBox1.SuspendLayout();
			this.tableLayoutPanel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			groupBox1.Controls.Add(this.formatText);
			groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			groupBox1.Location = new System.Drawing.Point(3, 195);
			groupBox1.Name = "groupBox1";
			groupBox1.Size = new System.Drawing.Size(556, 227);
			groupBox1.TabIndex = 0;
			groupBox1.TabStop = false;
			groupBox1.Text = "Format";
			// 
			// formatText
			// 
			this.formatText.Dock = System.Windows.Forms.DockStyle.Fill;
			this.formatText.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.formatText.Location = new System.Drawing.Point(3, 16);
			this.formatText.Multiline = true;
			this.formatText.Name = "formatText";
			this.formatText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.formatText.Size = new System.Drawing.Size(550, 208);
			this.formatText.TabIndex = 0;
			this.formatText.Text = "float4 asd; // blah blah\r\nfloat3 bar;";
			this.formatText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.formatText_KeyDown);
			// 
			// helpText
			// 
			this.helpText.AutoSize = true;
			this.helpText.Location = new System.Drawing.Point(8, 8);
			this.helpText.Margin = new System.Windows.Forms.Padding(8);
			this.helpText.Name = "helpText";
			this.helpText.Size = new System.Drawing.Size(517, 130);
			this.helpText.TabIndex = 1;
			this.helpText.Text = resources.GetString("helpText.Text");
			// 
			// tableLayoutPanel1
			// 
			this.tableLayoutPanel1.ColumnCount = 2;
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.Controls.Add(groupBox1, 0, 2);
			this.tableLayoutPanel1.Controls.Add(this.helpText, 0, 0);
			this.tableLayoutPanel1.Controls.Add(this.errors, 0, 1);
			this.tableLayoutPanel1.Controls.Add(this.apply, 1, 2);
			this.tableLayoutPanel1.Controls.Add(this.hideHelp, 1, 0);
			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
			this.tableLayoutPanel1.RowCount = 3;
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel1.Size = new System.Drawing.Size(643, 425);
			this.tableLayoutPanel1.TabIndex = 0;
			// 
			// errors
			// 
			this.tableLayoutPanel1.SetColumnSpan(this.errors, 2);
			this.errors.Dock = System.Windows.Forms.DockStyle.Fill;
			this.errors.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.errors.ForeColor = System.Drawing.Color.DarkRed;
			this.errors.Location = new System.Drawing.Point(3, 146);
			this.errors.Name = "errors";
			this.errors.Size = new System.Drawing.Size(637, 46);
			this.errors.TabIndex = 3;
			// 
			// apply
			// 
			this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.apply.Location = new System.Drawing.Point(572, 394);
			this.apply.Margin = new System.Windows.Forms.Padding(8);
			this.apply.Name = "apply";
			this.apply.Size = new System.Drawing.Size(63, 23);
			this.apply.TabIndex = 1;
			this.apply.Text = "Apply";
			this.apply.UseVisualStyleBackColor = true;
			this.apply.Click += new System.EventHandler(this.apply_Click);
			// 
			// hideHelp
			// 
			this.hideHelp.Location = new System.Drawing.Point(565, 3);
			this.hideHelp.Name = "hideHelp";
			this.hideHelp.Size = new System.Drawing.Size(75, 23);
			this.hideHelp.TabIndex = 4;
			this.hideHelp.Text = "Hide Help";
			this.hideHelp.UseVisualStyleBackColor = true;
			this.hideHelp.Click += new System.EventHandler(this.hideHelp_Click);
			// 
			// BufferFormatSpecifier
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.tableLayoutPanel1);
			this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.Name = "BufferFormatSpecifier";
			this.Size = new System.Drawing.Size(643, 425);
			groupBox1.ResumeLayout(false);
			groupBox1.PerformLayout();
			this.tableLayoutPanel1.ResumeLayout(false);
			this.tableLayoutPanel1.PerformLayout();
			this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.Label    label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BufferFormatSpecifier));
     this.formatText        = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.apply             = new System.Windows.Forms.Button();
     this.errors            = new System.Windows.Forms.Label();
     groupBox1 = new System.Windows.Forms.GroupBox();
     label1    = new System.Windows.Forms.Label();
     groupBox1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.formatText);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(3, 117);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(650, 141);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Format";
     //
     // formatText
     //
     this.formatText.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.formatText.Font       = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.formatText.Location   = new System.Drawing.Point(3, 16);
     this.formatText.Multiline  = true;
     this.formatText.Name       = "formatText";
     this.formatText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.formatText.Size       = new System.Drawing.Size(644, 122);
     this.formatText.TabIndex   = 0;
     this.formatText.Text       = "float4 asd; // blah blah\r\nfloat3 bar;";
     this.formatText.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.formatText_KeyDown);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(8, 8);
     label1.Margin   = new System.Windows.Forms.Padding(8);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(549, 52);
     label1.TabIndex = 1;
     label1.Text     = resources.GetString("label1.Text");
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(groupBox1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.apply, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.errors, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(656, 300);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // apply
     //
     this.apply.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.apply.Location = new System.Drawing.Point(585, 269);
     this.apply.Margin   = new System.Windows.Forms.Padding(8);
     this.apply.Name     = "apply";
     this.apply.Size     = new System.Drawing.Size(63, 23);
     this.apply.TabIndex = 2;
     this.apply.Text     = "Apply";
     this.apply.UseVisualStyleBackColor = true;
     this.apply.Click += new System.EventHandler(this.apply_Click);
     //
     // errors
     //
     this.errors.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.errors.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.errors.ForeColor = System.Drawing.Color.DarkRed;
     this.errors.Location  = new System.Drawing.Point(3, 68);
     this.errors.Name      = "errors";
     this.errors.Size      = new System.Drawing.Size(650, 46);
     this.errors.TabIndex  = 3;
     //
     // BufferFormatSpecifier
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(656, 300);
     this.Controls.Add(this.tableLayoutPanel1);
     this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
                                                                   | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
                                                                  | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)
                                                                 | WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "BufferFormatSpecifier";
     this.ShowInTaskbar   = false;
     this.Text            = "Buffer Format";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Panel bottomPanel;
            System.Windows.Forms.Label lblMainWindowPage;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
            System.Windows.Forms.Label lblSize;
            System.Windows.Forms.GroupBox groupBox15;
            System.Windows.Forms.GroupBox groupBox7;
            System.Windows.Forms.Label lblGeneralPage;
            System.Windows.Forms.Label lblEnvironment;
            System.Windows.Forms.Label lblSkillPlannerPage;
            System.Windows.Forms.Label lblNetworkPageAPIProvider;
            System.Windows.Forms.Label lblNetworkPageProxy;
            System.Windows.Forms.Label label12;
            System.Windows.Forms.Label label11;
            System.Windows.Forms.Label lblHTTP;
            System.Windows.Forms.Label lblEmailNotificationPage;
            System.Windows.Forms.Label lblEmailServer;
            System.Windows.Forms.Label lblFromAddress;
            System.Windows.Forms.Label lblToAddress;
            System.Windows.Forms.Label lblEmailPassword;
            System.Windows.Forms.Label lblEmailUsername;
            System.Windows.Forms.Label lblPortNumber;
            System.Windows.Forms.Label lblNotificationsPage;
            System.Windows.Forms.Label lblTrayIconPage;
            System.Windows.Forms.GroupBox systemTrayIconGroupBox;
            System.Windows.Forms.Label lblSchedulerUIPage;
            System.Windows.Forms.Label lblText;
            System.Windows.Forms.Label lblBlockingEvents;
            System.Windows.Forms.Label lblRecurringEvents;
            System.Windows.Forms.Label lblSimpleEvents;
            System.Windows.Forms.Label lblReminder;
            System.Windows.Forms.Label lblURI;
            System.Windows.Forms.Label lblPassword;
            System.Windows.Forms.Label lblGoogleEmail;
            System.Windows.Forms.Label lblEarlyReminder;
            System.Windows.Forms.Label lblLateReminder;
            System.Windows.Forms.Label lblExternalCalendarPage;
            System.Windows.Forms.Label lblG15Page;
            System.Windows.Forms.Label lblCycleTrainingSeconds;
            System.Windows.Forms.Label lblG15CycleCharSeconds;
            System.Windows.Forms.Label lblIgbServerPage;
            System.Windows.Forms.Label lblIGBPort;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel28;
            System.Windows.Forms.Label igbHelpLabel;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.GroupBox gbSkillBrowserIconSet;
            System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Node1");
            System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Node2");
            System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Node3");
            System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Node4");
            System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("Node5");
            System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Node6");
            System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("Node7");
            System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("Node8");
            System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Node0", new System.Windows.Forms.TreeNode[] {
            treeNode1,
            treeNode2,
            treeNode3,
            treeNode4,
            treeNode5,
            treeNode6,
            treeNode7,
            treeNode8});
            System.Windows.Forms.Label label2;
            System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Updates", 11, 11);
            System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Network", 7, 7);
            System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Logitech Keyboards", 4, 4);
            System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("IGB Server", 3, 3);
            System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("General", 10, 10, new System.Windows.Forms.TreeNode[] {
            treeNode10,
            treeNode11,
            treeNode12,
            treeNode13});
            System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("Main Window", 6, 6);
            System.Windows.Forms.TreeNode treeNode16 = new System.Windows.Forms.TreeNode("Icons", 13, 13);
            System.Windows.Forms.TreeNode treeNode17 = new System.Windows.Forms.TreeNode("Messages", 14, 14);
            System.Windows.Forms.TreeNode treeNode18 = new System.Windows.Forms.TreeNode("Skill Planner", 8, 8, new System.Windows.Forms.TreeNode[] {
            treeNode16,
            treeNode17});
            System.Windows.Forms.TreeNode treeNode19 = new System.Windows.Forms.TreeNode("System Tray Icon", 2, 2);
            System.Windows.Forms.TreeNode treeNode20 = new System.Windows.Forms.TreeNode("External Calendar", 5, 5);
            System.Windows.Forms.TreeNode treeNode21 = new System.Windows.Forms.TreeNode("Scheduler", 1, 1, new System.Windows.Forms.TreeNode[] {
            treeNode20});
            System.Windows.Forms.TreeNode treeNode22 = new System.Windows.Forms.TreeNode("Skill Completion Mails", 12, 12);
            System.Windows.Forms.TreeNode treeNode23 = new System.Windows.Forms.TreeNode("Notifications", 9, 9, new System.Windows.Forms.TreeNode[] {
            treeNode22});
            System.Windows.Forms.TreeNode treeNode24 = new System.Windows.Forms.TreeNode("BattleClinic Service", 15, 15);
            this.applyButton = new System.Windows.Forms.Button();
            this.okButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.cbColorQueuedSkills = new System.Windows.Forms.CheckBox();
            this.cbShowPrereqMetSkills = new System.Windows.Forms.CheckBox();
            this.cbColorPartialSkills = new System.Windows.Forms.CheckBox();
            this.cbAlwaysShowSkillQueueTime = new System.Windows.Forms.CheckBox();
            this.cbShowNonPublicSkills = new System.Windows.Forms.CheckBox();
            this.cbShowAllPublicSkills = new System.Windows.Forms.CheckBox();
            this.cbWindowsTitleList = new System.Windows.Forms.ComboBox();
            this.cbSkillInTitle = new System.Windows.Forms.CheckBox();
            this.cbTitleToTime = new System.Windows.Forms.CheckBox();
            this.rbSystemTrayOptionsNever = new System.Windows.Forms.RadioButton();
            this.rbSystemTrayOptionsAlways = new System.Windows.Forms.RadioButton();
            this.rbSystemTrayOptionsMinimized = new System.Windows.Forms.RadioButton();
            this.igbUrlTextBox = new System.Windows.Forms.TextBox();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.cbSkillIconSet = new System.Windows.Forms.ComboBox();
            this.tvlist = new System.Windows.Forms.TreeView();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.flowLayoutPanel9 = new System.Windows.Forms.FlowLayoutPanel();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.checkBox3 = new System.Windows.Forms.CheckBox();
            this.chName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ttToolTipCodes = new System.Windows.Forms.ToolTip(this.components);
            this.cbUseIncreasedContrastOnOverview = new System.Windows.Forms.CheckBox();
            this.overviewGroupCharactersInTrainingCheckBox = new System.Windows.Forms.CheckBox();
            this.overviewShowSkillQueueTrainingTimeCheckBox = new System.Windows.Forms.CheckBox();
            this.overviewShowWalletCheckBox = new System.Windows.Forms.CheckBox();
            this.overviewShowPortraitCheckBox = new System.Windows.Forms.CheckBox();
            this.cbShowOverViewTab = new System.Windows.Forms.CheckBox();
            this.colorDialog = new System.Windows.Forms.ColorDialog();
            this.treeView = new System.Windows.Forms.TreeView();
            this.imageList = new System.Windows.Forms.ImageList(this.components);
            this.leftPanel = new System.Windows.Forms.Panel();
            this.multiPanel = new EVEMon.Controls.MultiPanel();
            this.mainWindowPage = new EVEMon.Controls.MultiPanelPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.overviewPanel = new System.Windows.Forms.Panel();
            this.overviewPortraitSizeComboBox = new System.Windows.Forms.ComboBox();
            this.generalPage = new EVEMon.Controls.MultiPanelPage();
            this.cbWorksafeMode = new System.Windows.Forms.CheckBox();
            this.compatibilityCombo = new System.Windows.Forms.ComboBox();
            this.runAtStartupComboBox = new System.Windows.Forms.CheckBox();
            this.skillPlannerPage = new EVEMon.Controls.MultiPanelPage();
            this.cbAdvanceEntryAdd = new System.Windows.Forms.CheckBox();
            this.cbSummaryOnMultiSelectOnly = new System.Windows.Forms.CheckBox();
            this.cbHighlightQueuedSiklls = new System.Windows.Forms.CheckBox();
            this.cbHighlightPartialSkills = new System.Windows.Forms.CheckBox();
            this.cbHighlightConflicts = new System.Windows.Forms.CheckBox();
            this.cbHighlightPrerequisites = new System.Windows.Forms.CheckBox();
            this.cbHighlightPlannedSkills = new System.Windows.Forms.CheckBox();
            this.networkPage = new EVEMon.Controls.MultiPanelPage();
            this.ApiProxyGroupBox = new System.Windows.Forms.GroupBox();
            this.btnDeleteAPIServer = new System.Windows.Forms.Button();
            this.btnAddAPIServer = new System.Windows.Forms.Button();
            this.cbAPIServer = new System.Windows.Forms.ComboBox();
            this.btnEditAPIServer = new System.Windows.Forms.Button();
            this.ProxyServerGroupBox = new System.Windows.Forms.GroupBox();
            this.customProxyCheckBox = new System.Windows.Forms.CheckBox();
            this.customProxyPanel = new System.Windows.Forms.Panel();
            this.proxyPortTextBox = new System.Windows.Forms.TextBox();
            this.proxyAuthenticationButton = new System.Windows.Forms.Button();
            this.proxyHttpHostTextBox = new System.Windows.Forms.TextBox();
            this.emailNotificationsPage = new EVEMon.Controls.MultiPanelPage();
            this.mailNotificationPanel = new System.Windows.Forms.FlowLayoutPanel();
            this.cbEmailUseShortFormat = new System.Windows.Forms.CheckBox();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.tlpEmailSettings = new System.Windows.Forms.TableLayoutPanel();
            this.tbMailServer = new System.Windows.Forms.TextBox();
            this.tbFromAddress = new System.Windows.Forms.TextBox();
            this.tbToAddress = new System.Windows.Forms.TextBox();
            this.cbEmailServerRequireSsl = new System.Windows.Forms.CheckBox();
            this.cbEmailAuthRequired = new System.Windows.Forms.CheckBox();
            this.tlpEmailAuthTable = new System.Windows.Forms.TableLayoutPanel();
            this.tbEmailUsername = new System.Windows.Forms.TextBox();
            this.tbEmailPassword = new System.Windows.Forms.TextBox();
            this.emailPortTextBox = new System.Windows.Forms.TextBox();
            this.btnTestEmail = new System.Windows.Forms.Button();
            this.mailNotificationCheckBox = new System.Windows.Forms.CheckBox();
            this.notificationsPage = new EVEMon.Controls.MultiPanelPage();
            this.notificationsControl = new EVEMon.SettingsUI.NotificationsControl();
            this.cbPlaySoundOnSkillComplete = new System.Windows.Forms.CheckBox();
            this.trayIconPage = new EVEMon.Controls.MultiPanelPage();
            this.mainWindowBehaviourGroupBox = new System.Windows.Forms.GroupBox();
            this.rbMinToTaskBar = new System.Windows.Forms.RadioButton();
            this.rbMinToTray = new System.Windows.Forms.RadioButton();
            this.rbExitEVEMon = new System.Windows.Forms.RadioButton();
            this.trayIconPopupGroupBox = new System.Windows.Forms.GroupBox();
            this.trayPopupDisabledRadio = new System.Windows.Forms.RadioButton();
            this.trayPopupButton = new System.Windows.Forms.Button();
            this.trayPopupRadio = new System.Windows.Forms.RadioButton();
            this.trayTooltipRadio = new System.Windows.Forms.RadioButton();
            this.trayTooltipButton = new System.Windows.Forms.Button();
            this.updatesPage = new EVEMon.Controls.MultiPanelPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnResetUpdateQueryTimers = new System.Windows.Forms.Button();
            this.updateSettingsControl = new EVEMon.SettingsUI.UpdateSettingsControl();
            this.lblUpdatesPage = new System.Windows.Forms.Label();
            this.cbCheckTimeOnStartup = new System.Windows.Forms.CheckBox();
            this.cbCheckForUpdates = new System.Windows.Forms.CheckBox();
            this.schedulerUIPage = new EVEMon.Controls.MultiPanelPage();
            this.panelColorText = new System.Windows.Forms.Panel();
            this.panelColorRecurring2 = new System.Windows.Forms.Panel();
            this.panelColorRecurring1 = new System.Windows.Forms.Panel();
            this.panelColorSingle2 = new System.Windows.Forms.Panel();
            this.panelColorSingle1 = new System.Windows.Forms.Panel();
            this.panelColorBlocking = new System.Windows.Forms.Panel();
            this.externalCalendarPage = new EVEMon.Controls.MultiPanelPage();
            this.externalCalendarPanel = new System.Windows.Forms.Panel();
            this.rbMSOutlook = new System.Windows.Forms.RadioButton();
            this.dtpLateReminder = new System.Windows.Forms.DateTimePicker();
            this.tbReminder = new System.Windows.Forms.TextBox();
            this.dtpEarlyReminder = new System.Windows.Forms.DateTimePicker();
            this.gbGoogle = new System.Windows.Forms.GroupBox();
            this.cbGoogleReminder = new System.Windows.Forms.ComboBox();
            this.tbGoogleURI = new System.Windows.Forms.TextBox();
            this.tbGooglePassword = new System.Windows.Forms.TextBox();
            this.tbGoogleEmail = new System.Windows.Forms.TextBox();
            this.rbGoogle = new System.Windows.Forms.RadioButton();
            this.cbUseAlterateReminder = new System.Windows.Forms.CheckBox();
            this.cbSetReminder = new System.Windows.Forms.CheckBox();
            this.externalCalendarCheckbox = new System.Windows.Forms.CheckBox();
            this.g15Page = new EVEMon.Controls.MultiPanelPage();
            this.g15CheckBox = new System.Windows.Forms.CheckBox();
            this.g15Panel = new System.Windows.Forms.Panel();
            this.cbG15ShowEVETime = new System.Windows.Forms.CheckBox();
            this.cbG15ShowTime = new System.Windows.Forms.CheckBox();
            this.panelCycleQueueInfo = new System.Windows.Forms.Panel();
            this.cbG15CycleTimes = new System.Windows.Forms.CheckBox();
            this.ACycleTimesInterval = new System.Windows.Forms.NumericUpDown();
            this.panelCycleCharInfo = new System.Windows.Forms.Panel();
            this.cbG15ACycle = new System.Windows.Forms.CheckBox();
            this.ACycleInterval = new System.Windows.Forms.NumericUpDown();
            this.igbServerPage = new EVEMon.Controls.MultiPanelPage();
            this.igbCheckBox = new System.Windows.Forms.CheckBox();
            this.igbFlowPanel = new System.Windows.Forms.FlowLayoutPanel();
            this.flowLayoutPanel27 = new System.Windows.Forms.FlowLayoutPanel();
            this.igbPortTextBox = new System.Windows.Forms.TextBox();
            this.cbIGBPublic = new System.Windows.Forms.CheckBox();
            this.iconsPage = new EVEMon.Controls.MultiPanelPage();
            this.messagesPage = new EVEMon.Controls.MultiPanelPage();
            this.gbMessageBox = new System.Windows.Forms.GroupBox();
            this.lblPrioritesConflict = new System.Windows.Forms.Label();
            this.btnPrioritiesReset = new System.Windows.Forms.Button();
            this.ObsoleteEntryRemovalGroupBox = new System.Windows.Forms.GroupBox();
            this.RemoveAllLabel = new System.Windows.Forms.Label();
            this.AlwaysAskLabel = new System.Windows.Forms.Label();
            this.RemoveConfirmedLabel = new System.Windows.Forms.Label();
            this.alwaysAskRadioButton = new System.Windows.Forms.RadioButton();
            this.removeAllRadioButton = new System.Windows.Forms.RadioButton();
            this.removeConfirmedRadioButton = new System.Windows.Forms.RadioButton();
            this.battleClinicServicePage = new EVEMon.Controls.MultiPanelPage();
            this.settingsFileStorageGroupBox = new System.Windows.Forms.GroupBox();
            this.settingsFileStorageControl = new EVEMon.SettingsUI.SettingsFileStorageControl();
            this.BattleClinicLinkLabel = new System.Windows.Forms.LinkLabel();
            this.bcCredentialsGroupBox = new System.Windows.Forms.GroupBox();
            this.battleClinicAPIControl = new EVEMon.SettingsUI.BattleClinicAPIControl();
            bottomPanel = new System.Windows.Forms.Panel();
            lblMainWindowPage = new System.Windows.Forms.Label();
            lblSize = new System.Windows.Forms.Label();
            groupBox15 = new System.Windows.Forms.GroupBox();
            groupBox7 = new System.Windows.Forms.GroupBox();
            lblGeneralPage = new System.Windows.Forms.Label();
            lblEnvironment = new System.Windows.Forms.Label();
            lblSkillPlannerPage = new System.Windows.Forms.Label();
            lblNetworkPageAPIProvider = new System.Windows.Forms.Label();
            lblNetworkPageProxy = new System.Windows.Forms.Label();
            label12 = new System.Windows.Forms.Label();
            label11 = new System.Windows.Forms.Label();
            lblHTTP = new System.Windows.Forms.Label();
            lblEmailNotificationPage = new System.Windows.Forms.Label();
            lblEmailServer = new System.Windows.Forms.Label();
            lblFromAddress = new System.Windows.Forms.Label();
            lblToAddress = new System.Windows.Forms.Label();
            lblEmailPassword = new System.Windows.Forms.Label();
            lblEmailUsername = new System.Windows.Forms.Label();
            lblPortNumber = new System.Windows.Forms.Label();
            lblNotificationsPage = new System.Windows.Forms.Label();
            lblTrayIconPage = new System.Windows.Forms.Label();
            systemTrayIconGroupBox = new System.Windows.Forms.GroupBox();
            lblSchedulerUIPage = new System.Windows.Forms.Label();
            lblText = new System.Windows.Forms.Label();
            lblBlockingEvents = new System.Windows.Forms.Label();
            lblRecurringEvents = new System.Windows.Forms.Label();
            lblSimpleEvents = new System.Windows.Forms.Label();
            lblReminder = new System.Windows.Forms.Label();
            lblURI = new System.Windows.Forms.Label();
            lblPassword = new System.Windows.Forms.Label();
            lblGoogleEmail = new System.Windows.Forms.Label();
            lblEarlyReminder = new System.Windows.Forms.Label();
            lblLateReminder = new System.Windows.Forms.Label();
            lblExternalCalendarPage = new System.Windows.Forms.Label();
            lblG15Page = new System.Windows.Forms.Label();
            lblCycleTrainingSeconds = new System.Windows.Forms.Label();
            lblG15CycleCharSeconds = new System.Windows.Forms.Label();
            lblIgbServerPage = new System.Windows.Forms.Label();
            lblIGBPort = new System.Windows.Forms.Label();
            flowLayoutPanel28 = new System.Windows.Forms.FlowLayoutPanel();
            igbHelpLabel = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            gbSkillBrowserIconSet = new System.Windows.Forms.GroupBox();
            label2 = new System.Windows.Forms.Label();
            bottomPanel.SuspendLayout();
            groupBox15.SuspendLayout();
            groupBox7.SuspendLayout();
            systemTrayIconGroupBox.SuspendLayout();
            flowLayoutPanel28.SuspendLayout();
            gbSkillBrowserIconSet.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.flowLayoutPanel9.SuspendLayout();
            this.leftPanel.SuspendLayout();
            this.multiPanel.SuspendLayout();
            this.mainWindowPage.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.overviewPanel.SuspendLayout();
            this.generalPage.SuspendLayout();
            this.skillPlannerPage.SuspendLayout();
            this.networkPage.SuspendLayout();
            this.ApiProxyGroupBox.SuspendLayout();
            this.ProxyServerGroupBox.SuspendLayout();
            this.customProxyPanel.SuspendLayout();
            this.emailNotificationsPage.SuspendLayout();
            this.mailNotificationPanel.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.tlpEmailSettings.SuspendLayout();
            this.tlpEmailAuthTable.SuspendLayout();
            this.notificationsPage.SuspendLayout();
            this.trayIconPage.SuspendLayout();
            this.mainWindowBehaviourGroupBox.SuspendLayout();
            this.trayIconPopupGroupBox.SuspendLayout();
            this.updatesPage.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.schedulerUIPage.SuspendLayout();
            this.externalCalendarPage.SuspendLayout();
            this.externalCalendarPanel.SuspendLayout();
            this.gbGoogle.SuspendLayout();
            this.g15Page.SuspendLayout();
            this.g15Panel.SuspendLayout();
            this.panelCycleQueueInfo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ACycleTimesInterval)).BeginInit();
            this.panelCycleCharInfo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ACycleInterval)).BeginInit();
            this.igbServerPage.SuspendLayout();
            this.igbFlowPanel.SuspendLayout();
            this.flowLayoutPanel27.SuspendLayout();
            this.iconsPage.SuspendLayout();
            this.messagesPage.SuspendLayout();
            this.gbMessageBox.SuspendLayout();
            this.ObsoleteEntryRemovalGroupBox.SuspendLayout();
            this.battleClinicServicePage.SuspendLayout();
            this.settingsFileStorageGroupBox.SuspendLayout();
            this.bcCredentialsGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // bottomPanel
            // 
            bottomPanel.BackColor = System.Drawing.SystemColors.ControlLight;
            bottomPanel.Controls.Add(this.applyButton);
            bottomPanel.Controls.Add(this.okButton);
            bottomPanel.Controls.Add(this.cancelButton);
            bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            bottomPanel.Location = new System.Drawing.Point(0, 436);
            bottomPanel.Name = "bottomPanel";
            bottomPanel.Size = new System.Drawing.Size(644, 46);
            bottomPanel.TabIndex = 8;
            // 
            // applyButton
            // 
            this.applyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.applyButton.Location = new System.Drawing.Point(557, 11);
            this.applyButton.Name = "applyButton";
            this.applyButton.Size = new System.Drawing.Size(75, 23);
            this.applyButton.TabIndex = 4;
            this.applyButton.Text = "&Apply";
            this.applyButton.UseVisualStyleBackColor = true;
            this.applyButton.Click += new System.EventHandler(this.applyButton_Click);
            // 
            // okButton
            // 
            this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.okButton.Location = new System.Drawing.Point(395, 11);
            this.okButton.Name = "okButton";
            this.okButton.Size = new System.Drawing.Size(75, 23);
            this.okButton.TabIndex = 3;
            this.okButton.Text = "&OK";
            this.okButton.UseVisualStyleBackColor = true;
            this.okButton.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // cancelButton
            // 
            this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.Location = new System.Drawing.Point(476, 11);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.Size = new System.Drawing.Size(75, 23);
            this.cancelButton.TabIndex = 2;
            this.cancelButton.Text = "&Cancel";
            this.cancelButton.UseVisualStyleBackColor = true;
            this.cancelButton.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // lblMainWindowPage
            // 
            lblMainWindowPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblMainWindowPage.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblMainWindowPage.Location = new System.Drawing.Point(4, 20);
            lblMainWindowPage.Name = "lblMainWindowPage";
            lblMainWindowPage.Size = new System.Drawing.Size(424, 44);
            lblMainWindowPage.TabIndex = 19;
            lblMainWindowPage.Text = resources.GetString("lblMainWindowPage.Text");
            // 
            // lblSize
            // 
            lblSize.AutoSize = true;
            lblSize.Location = new System.Drawing.Point(20, 52);
            lblSize.Name = "lblSize";
            lblSize.Size = new System.Drawing.Size(26, 13);
            lblSize.TabIndex = 31;
            lblSize.Text = "Size";
            // 
            // groupBox15
            // 
            groupBox15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            groupBox15.Controls.Add(this.cbColorQueuedSkills);
            groupBox15.Controls.Add(this.cbShowPrereqMetSkills);
            groupBox15.Controls.Add(this.cbColorPartialSkills);
            groupBox15.Controls.Add(this.cbAlwaysShowSkillQueueTime);
            groupBox15.Controls.Add(this.cbShowNonPublicSkills);
            groupBox15.Controls.Add(this.cbShowAllPublicSkills);
            groupBox15.Location = new System.Drawing.Point(3, 180);
            groupBox15.Name = "groupBox15";
            groupBox15.Size = new System.Drawing.Size(426, 85);
            groupBox15.TabIndex = 7;
            groupBox15.TabStop = false;
            groupBox15.Text = "Character Monitor";
            // 
            // cbColorQueuedSkills
            // 
            this.cbColorQueuedSkills.AutoSize = true;
            this.cbColorQueuedSkills.Location = new System.Drawing.Point(188, 38);
            this.cbColorQueuedSkills.Name = "cbColorQueuedSkills";
            this.cbColorQueuedSkills.Size = new System.Drawing.Size(135, 17);
            this.cbColorQueuedSkills.TabIndex = 13;
            this.cbColorQueuedSkills.Text = "Highlight Queued Skills";
            this.ttToolTipCodes.SetToolTip(this.cbColorQueuedSkills, "When enabled, highlights all\r\nqueued skills in character\'s skill list");
            this.cbColorQueuedSkills.UseVisualStyleBackColor = true;
            // 
            // cbShowPrereqMetSkills
            // 
            this.cbShowPrereqMetSkills.AutoSize = true;
            this.cbShowPrereqMetSkills.Location = new System.Drawing.Point(15, 57);
            this.cbShowPrereqMetSkills.Name = "cbShowPrereqMetSkills";
            this.cbShowPrereqMetSkills.Size = new System.Drawing.Size(158, 17);
            this.cbShowPrereqMetSkills.TabIndex = 12;
            this.cbShowPrereqMetSkills.Text = "Show Also Prereq-Met Skills";
            this.ttToolTipCodes.SetToolTip(this.cbShowPrereqMetSkills, "When enabled, shows all prerequisites\r\nmet skills in character\'s skill list");
            this.cbShowPrereqMetSkills.UseVisualStyleBackColor = true;
            // 
            // cbColorPartialSkills
            // 
            this.cbColorPartialSkills.AutoSize = true;
            this.cbColorPartialSkills.Location = new System.Drawing.Point(188, 20);
            this.cbColorPartialSkills.Name = "cbColorPartialSkills";
            this.cbColorPartialSkills.Size = new System.Drawing.Size(172, 17);
            this.cbColorPartialSkills.TabIndex = 11;
            this.cbColorPartialSkills.Text = "Highlight Partially Trained Skills";
            this.ttToolTipCodes.SetToolTip(this.cbColorPartialSkills, "When enabled, highlights all partially\r\ntrained skills in character\'s skill list");
            this.cbColorPartialSkills.UseVisualStyleBackColor = true;
            // 
            // cbAlwaysShowSkillQueueTime
            // 
            this.cbAlwaysShowSkillQueueTime.AutoSize = true;
            this.cbAlwaysShowSkillQueueTime.Location = new System.Drawing.Point(188, 57);
            this.cbAlwaysShowSkillQueueTime.Name = "cbAlwaysShowSkillQueueTime";
            this.cbAlwaysShowSkillQueueTime.Size = new System.Drawing.Size(213, 17);
            this.cbAlwaysShowSkillQueueTime.TabIndex = 2;
            this.cbAlwaysShowSkillQueueTime.Text = "Always show time above the skill queue";
            this.ttToolTipCodes.SetToolTip(this.cbAlwaysShowSkillQueueTime, "When enabled, always displays the total\r\nqueue time above the skill queue bar");
            this.cbAlwaysShowSkillQueueTime.UseVisualStyleBackColor = true;
            // 
            // cbShowNonPublicSkills
            // 
            this.cbShowNonPublicSkills.AutoSize = true;
            this.cbShowNonPublicSkills.Enabled = false;
            this.cbShowNonPublicSkills.Location = new System.Drawing.Point(15, 38);
            this.cbShowNonPublicSkills.Name = "cbShowNonPublicSkills";
            this.cbShowNonPublicSkills.Size = new System.Drawing.Size(158, 17);
            this.cbShowNonPublicSkills.TabIndex = 1;
            this.cbShowNonPublicSkills.Text = "Show Also Non-Public Skills";
            this.ttToolTipCodes.SetToolTip(this.cbShowNonPublicSkills, "When enabled, shows all non-public skills in character\'s skill list");
            this.cbShowNonPublicSkills.UseVisualStyleBackColor = true;
            // 
            // cbShowAllPublicSkills
            // 
            this.cbShowAllPublicSkills.AutoSize = true;
            this.cbShowAllPublicSkills.Location = new System.Drawing.Point(15, 20);
            this.cbShowAllPublicSkills.Name = "cbShowAllPublicSkills";
            this.cbShowAllPublicSkills.Size = new System.Drawing.Size(149, 17);
            this.cbShowAllPublicSkills.TabIndex = 0;
            this.cbShowAllPublicSkills.Text = "Show Also All Public Skills";
            this.ttToolTipCodes.SetToolTip(this.cbShowAllPublicSkills, "When enabled, shows all public skills in character\'s skill list");
            this.cbShowAllPublicSkills.UseVisualStyleBackColor = true;
            this.cbShowAllPublicSkills.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // groupBox7
            // 
            groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            groupBox7.Controls.Add(this.cbWindowsTitleList);
            groupBox7.Controls.Add(this.cbSkillInTitle);
            groupBox7.Controls.Add(this.cbTitleToTime);
            groupBox7.Location = new System.Drawing.Point(3, 67);
            groupBox7.Name = "groupBox7";
            groupBox7.Size = new System.Drawing.Size(426, 105);
            groupBox7.TabIndex = 14;
            groupBox7.TabStop = false;
            groupBox7.Text = "Window Title";
            // 
            // cbWindowsTitleList
            // 
            this.cbWindowsTitleList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbWindowsTitleList.FormattingEnabled = true;
            this.cbWindowsTitleList.Items.AddRange(new object[] {
            "Single character - finishing skill next",
            "Single character - selected character",
            "Multi character - finishing skill next first",
            "Multi character - selected character first "});
            this.cbWindowsTitleList.Location = new System.Drawing.Point(15, 66);
            this.cbWindowsTitleList.Name = "cbWindowsTitleList";
            this.cbWindowsTitleList.Size = new System.Drawing.Size(224, 21);
            this.cbWindowsTitleList.TabIndex = 1;
            // 
            // cbSkillInTitle
            // 
            this.cbSkillInTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.cbSkillInTitle.AutoSize = true;
            this.cbSkillInTitle.Location = new System.Drawing.Point(15, 43);
            this.cbSkillInTitle.Name = "cbSkillInTitle";
            this.cbSkillInTitle.Size = new System.Drawing.Size(121, 17);
            this.cbSkillInTitle.TabIndex = 7;
            this.cbSkillInTitle.Text = "Show skill in training";
            this.ttToolTipCodes.SetToolTip(this.cbSkillInTitle, "When enabled, shows the character\'s skill\r\nin training according to choice below");
            this.cbSkillInTitle.UseVisualStyleBackColor = true;
            // 
            // cbTitleToTime
            // 
            this.cbTitleToTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.cbTitleToTime.AutoSize = true;
            this.cbTitleToTime.Location = new System.Drawing.Point(15, 20);
            this.cbTitleToTime.Margin = new System.Windows.Forms.Padding(12, 3, 3, 3);
            this.cbTitleToTime.Name = "cbTitleToTime";
            this.cbTitleToTime.Size = new System.Drawing.Size(193, 17);
            this.cbTitleToTime.TabIndex = 6;
            this.cbTitleToTime.Text = "Show character info in window title";
            this.ttToolTipCodes.SetToolTip(this.cbTitleToTime, "When enabled, shows the character\'s info in window title");
            this.cbTitleToTime.UseVisualStyleBackColor = true;
            this.cbTitleToTime.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // lblGeneralPage
            // 
            lblGeneralPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblGeneralPage.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblGeneralPage.Location = new System.Drawing.Point(4, 34);
            lblGeneralPage.Name = "lblGeneralPage";
            lblGeneralPage.Size = new System.Drawing.Size(424, 28);
            lblGeneralPage.TabIndex = 20;
            lblGeneralPage.Text = "Select whether EVEMon will start every time you startup your system. You can also" +
                " choose to disable EVEMon\'s graphics and select the enviroment it will run in.";
            // 
            // lblEnvironment
            // 
            lblEnvironment.AutoSize = true;
            lblEnvironment.Location = new System.Drawing.Point(3, 181);
            lblEnvironment.Name = "lblEnvironment";
            lblEnvironment.Size = new System.Drawing.Size(222, 13);
            lblEnvironment.TabIndex = 1;
            lblEnvironment.Text = "Environment (requires restart to take effect)";
            // 
            // lblSkillPlannerPage
            // 
            lblSkillPlannerPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblSkillPlannerPage.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblSkillPlannerPage.Location = new System.Drawing.Point(4, 20);
            lblSkillPlannerPage.Name = "lblSkillPlannerPage";
            lblSkillPlannerPage.Size = new System.Drawing.Size(424, 28);
            lblSkillPlannerPage.TabIndex = 19;
            lblSkillPlannerPage.Text = "You can select whether to highlight any entry in the Skill Planner according to i" +
                "ts status and more.";
            // 
            // lblNetworkPageAPIProvider
            // 
            lblNetworkPageAPIProvider.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblNetworkPageAPIProvider.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblNetworkPageAPIProvider.Location = new System.Drawing.Point(12, 17);
            lblNetworkPageAPIProvider.Name = "lblNetworkPageAPIProvider";
            lblNetworkPageAPIProvider.Size = new System.Drawing.Size(374, 29);
            lblNetworkPageAPIProvider.TabIndex = 8;
            lblNetworkPageAPIProvider.Text = "By default, EVEMon queries CCP for the API data. You can implement your own provi" +
                "der and make EVEMon use it.";
            // 
            // lblNetworkPageProxy
            // 
            lblNetworkPageProxy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblNetworkPageProxy.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblNetworkPageProxy.Location = new System.Drawing.Point(9, 17);
            lblNetworkPageProxy.Name = "lblNetworkPageProxy";
            lblNetworkPageProxy.Size = new System.Drawing.Size(382, 32);
            lblNetworkPageProxy.TabIndex = 8;
            lblNetworkPageProxy.Text = "By default, EVEMon will use the same Proxy settings as Internet Explorer (can be " +
                "configured through the Control Panel).";
            // 
            // label12
            // 
            label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            label12.Location = new System.Drawing.Point(50, 8);
            label12.Name = "label12";
            label12.Size = new System.Drawing.Size(165, 13);
            label12.TabIndex = 3;
            label12.Text = "Host/IP Address";
            label12.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // label11
            // 
            label11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            label11.Location = new System.Drawing.Point(221, 8);
            label11.Name = "label11";
            label11.Size = new System.Drawing.Size(39, 13);
            label11.TabIndex = 4;
            label11.Text = "Port";
            label11.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblHTTP
            // 
            lblHTTP.AutoSize = true;
            lblHTTP.Location = new System.Drawing.Point(8, 27);
            lblHTTP.Name = "lblHTTP";
            lblHTTP.Size = new System.Drawing.Size(36, 13);
            lblHTTP.TabIndex = 0;
            lblHTTP.Text = "HTTP:";
            lblHTTP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblEmailNotificationPage
            // 
            lblEmailNotificationPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblEmailNotificationPage.AutoSize = true;
            lblEmailNotificationPage.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblEmailNotificationPage.Location = new System.Drawing.Point(4, 40);
            lblEmailNotificationPage.Name = "lblEmailNotificationPage";
            lblEmailNotificationPage.Size = new System.Drawing.Size(366, 13);
            lblEmailNotificationPage.TabIndex = 19;
            lblEmailNotificationPage.Text = "EVEMon can send you an email whenever a skill level completes its training.";
            // 
            // lblEmailServer
            // 
            lblEmailServer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblEmailServer.AutoSize = true;
            lblEmailServer.Location = new System.Drawing.Point(9, 0);
            lblEmailServer.Name = "lblEmailServer";
            lblEmailServer.Size = new System.Drawing.Size(70, 27);
            lblEmailServer.TabIndex = 0;
            lblEmailServer.Text = "Email Server:";
            lblEmailServer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblFromAddress
            // 
            lblFromAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblFromAddress.AutoSize = true;
            lblFromAddress.Location = new System.Drawing.Point(3, 162);
            lblFromAddress.Name = "lblFromAddress";
            lblFromAddress.Size = new System.Drawing.Size(76, 27);
            lblFromAddress.TabIndex = 1;
            lblFromAddress.Text = "From address:";
            lblFromAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblToAddress
            // 
            lblToAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblToAddress.AutoSize = true;
            lblToAddress.Location = new System.Drawing.Point(15, 189);
            lblToAddress.Name = "lblToAddress";
            lblToAddress.Size = new System.Drawing.Size(64, 27);
            lblToAddress.TabIndex = 2;
            lblToAddress.Text = "To address:";
            lblToAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblEmailPassword
            // 
            lblEmailPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblEmailPassword.AutoSize = true;
            lblEmailPassword.Location = new System.Drawing.Point(5, 27);
            lblEmailPassword.Name = "lblEmailPassword";
            lblEmailPassword.Size = new System.Drawing.Size(57, 27);
            lblEmailPassword.TabIndex = 8;
            lblEmailPassword.Text = "Password:"******"lblEmailUsername";
            lblEmailUsername.Size = new System.Drawing.Size(59, 27);
            lblEmailUsername.TabIndex = 7;
            lblEmailUsername.Text = "Username:"******"lblPortNumber";
            lblPortNumber.Size = new System.Drawing.Size(71, 27);
            lblPortNumber.TabIndex = 10;
            lblPortNumber.Text = "Port Number:";
            lblPortNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblNotificationsPage
            // 
            lblNotificationsPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblNotificationsPage.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblNotificationsPage.Location = new System.Drawing.Point(4, 14);
            lblNotificationsPage.Name = "lblNotificationsPage";
            lblNotificationsPage.Size = new System.Drawing.Size(424, 43);
            lblNotificationsPage.TabIndex = 19;
            lblNotificationsPage.Text = "You can choose what notifications will be shown in your system\'s tray notificatio" +
                "n area or in EVEMon\'s main window and when. You can also toggle the sound notifi" +
                "cation upon skill completion on or off.";
            // 
            // lblTrayIconPage
            // 
            lblTrayIconPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblTrayIconPage.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblTrayIconPage.Location = new System.Drawing.Point(4, 20);
            lblTrayIconPage.Name = "lblTrayIconPage";
            lblTrayIconPage.Size = new System.Drawing.Size(424, 31);
            lblTrayIconPage.TabIndex = 18;
            lblTrayIconPage.Text = "Here you can set the visible status of EVEMon\'s Tray Icon, configure the style of" +
                " the Tray Icon\'s popup info and EVEMon\'s behaviour upon pressing the Close butto" +
                "n.\r\n";
            // 
            // systemTrayIconGroupBox
            // 
            systemTrayIconGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            systemTrayIconGroupBox.Controls.Add(this.rbSystemTrayOptionsNever);
            systemTrayIconGroupBox.Controls.Add(this.rbSystemTrayOptionsAlways);
            systemTrayIconGroupBox.Controls.Add(this.rbSystemTrayOptionsMinimized);
            systemTrayIconGroupBox.Location = new System.Drawing.Point(9, 68);
            systemTrayIconGroupBox.Name = "systemTrayIconGroupBox";
            systemTrayIconGroupBox.Size = new System.Drawing.Size(419, 100);
            systemTrayIconGroupBox.TabIndex = 9;
            systemTrayIconGroupBox.TabStop = false;
            systemTrayIconGroupBox.Text = "Show System Tray Icon";
            // 
            // rbSystemTrayOptionsNever
            // 
            this.rbSystemTrayOptionsNever.AutoSize = true;
            this.rbSystemTrayOptionsNever.Location = new System.Drawing.Point(6, 20);
            this.rbSystemTrayOptionsNever.Name = "rbSystemTrayOptionsNever";
            this.rbSystemTrayOptionsNever.Padding = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.rbSystemTrayOptionsNever.Size = new System.Drawing.Size(57, 17);
            this.rbSystemTrayOptionsNever.TabIndex = 1;
            this.rbSystemTrayOptionsNever.TabStop = true;
            this.rbSystemTrayOptionsNever.Tag = "";
            this.rbSystemTrayOptionsNever.Text = "Never";
            this.rbSystemTrayOptionsNever.UseVisualStyleBackColor = true;
            this.rbSystemTrayOptionsNever.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // rbSystemTrayOptionsAlways
            // 
            this.rbSystemTrayOptionsAlways.AutoSize = true;
            this.rbSystemTrayOptionsAlways.Location = new System.Drawing.Point(6, 66);
            this.rbSystemTrayOptionsAlways.Name = "rbSystemTrayOptionsAlways";
            this.rbSystemTrayOptionsAlways.Padding = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.rbSystemTrayOptionsAlways.Size = new System.Drawing.Size(61, 17);
            this.rbSystemTrayOptionsAlways.TabIndex = 3;
            this.rbSystemTrayOptionsAlways.TabStop = true;
            this.rbSystemTrayOptionsAlways.Tag = "";
            this.rbSystemTrayOptionsAlways.Text = "Always";
            this.rbSystemTrayOptionsAlways.UseVisualStyleBackColor = true;
            // 
            // rbSystemTrayOptionsMinimized
            // 
            this.rbSystemTrayOptionsMinimized.AutoSize = true;
            this.rbSystemTrayOptionsMinimized.Location = new System.Drawing.Point(6, 43);
            this.rbSystemTrayOptionsMinimized.Name = "rbSystemTrayOptionsMinimized";
            this.rbSystemTrayOptionsMinimized.Padding = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.rbSystemTrayOptionsMinimized.Size = new System.Drawing.Size(106, 17);
            this.rbSystemTrayOptionsMinimized.TabIndex = 2;
            this.rbSystemTrayOptionsMinimized.TabStop = true;
            this.rbSystemTrayOptionsMinimized.Tag = "";
            this.rbSystemTrayOptionsMinimized.Text = "When Minimized";
            this.rbSystemTrayOptionsMinimized.UseVisualStyleBackColor = true;
            // 
            // lblSchedulerUIPage
            // 
            lblSchedulerUIPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblSchedulerUIPage.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblSchedulerUIPage.Location = new System.Drawing.Point(6, 34);
            lblSchedulerUIPage.Name = "lblSchedulerUIPage";
            lblSchedulerUIPage.Size = new System.Drawing.Size(422, 45);
            lblSchedulerUIPage.TabIndex = 6;
            lblSchedulerUIPage.Text = "Select the colors used in the scheduler. Using the scheduler, EVEMon can warn you" +
                " about skill that will complete at times you will be away from your computer.";
            // 
            // lblText
            // 
            lblText.AutoSize = true;
            lblText.Location = new System.Drawing.Point(6, 109);
            lblText.Name = "lblText";
            lblText.Size = new System.Drawing.Size(33, 13);
            lblText.TabIndex = 5;
            lblText.Text = "Text:";
            // 
            // lblBlockingEvents
            // 
            lblBlockingEvents.AutoSize = true;
            lblBlockingEvents.Location = new System.Drawing.Point(6, 132);
            lblBlockingEvents.Name = "lblBlockingEvents";
            lblBlockingEvents.Size = new System.Drawing.Size(85, 13);
            lblBlockingEvents.TabIndex = 0;
            lblBlockingEvents.Text = "Blocking Events:";
            // 
            // lblRecurringEvents
            // 
            lblRecurringEvents.AutoSize = true;
            lblRecurringEvents.Location = new System.Drawing.Point(6, 180);
            lblRecurringEvents.Name = "lblRecurringEvents";
            lblRecurringEvents.Size = new System.Drawing.Size(93, 13);
            lblRecurringEvents.TabIndex = 1;
            lblRecurringEvents.Text = "Recurring Events:";
            // 
            // lblSimpleEvents
            // 
            lblSimpleEvents.AutoSize = true;
            lblSimpleEvents.Location = new System.Drawing.Point(6, 157);
            lblSimpleEvents.Name = "lblSimpleEvents";
            lblSimpleEvents.Size = new System.Drawing.Size(77, 13);
            lblSimpleEvents.TabIndex = 2;
            lblSimpleEvents.Text = "Simple Events:";
            // 
            // lblReminder
            // 
            lblReminder.AutoSize = true;
            lblReminder.Location = new System.Drawing.Point(6, 107);
            lblReminder.Name = "lblReminder";
            lblReminder.Size = new System.Drawing.Size(56, 13);
            lblReminder.TabIndex = 6;
            lblReminder.Text = "Reminder:";
            // 
            // lblURI
            // 
            lblURI.AutoSize = true;
            lblURI.Location = new System.Drawing.Point(6, 80);
            lblURI.Name = "lblURI";
            lblURI.Size = new System.Drawing.Size(29, 13);
            lblURI.TabIndex = 5;
            lblURI.Text = "URI:";
            // 
            // lblPassword
            // 
            lblPassword.AutoSize = true;
            lblPassword.Location = new System.Drawing.Point(6, 52);
            lblPassword.Name = "lblPassword";
            lblPassword.Size = new System.Drawing.Size(57, 13);
            lblPassword.TabIndex = 1;
            lblPassword.Text = "Password:"******"lblGoogleEmail";
            lblGoogleEmail.Size = new System.Drawing.Size(71, 13);
            lblGoogleEmail.TabIndex = 0;
            lblGoogleEmail.Text = "Google Email:";
            // 
            // lblEarlyReminder
            // 
            lblEarlyReminder.AutoSize = true;
            lblEarlyReminder.Location = new System.Drawing.Point(30, 228);
            lblEarlyReminder.Name = "lblEarlyReminder";
            lblEarlyReminder.Size = new System.Drawing.Size(83, 13);
            lblEarlyReminder.TabIndex = 4;
            lblEarlyReminder.Text = "Early Reminder:";
            // 
            // lblLateReminder
            // 
            lblLateReminder.AutoSize = true;
            lblLateReminder.Location = new System.Drawing.Point(195, 228);
            lblLateReminder.Name = "lblLateReminder";
            lblLateReminder.Size = new System.Drawing.Size(80, 13);
            lblLateReminder.TabIndex = 6;
            lblLateReminder.Text = "Late Reminder:";
            // 
            // lblExternalCalendarPage
            // 
            lblExternalCalendarPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblExternalCalendarPage.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblExternalCalendarPage.Location = new System.Drawing.Point(3, 32);
            lblExternalCalendarPage.Name = "lblExternalCalendarPage";
            lblExternalCalendarPage.Size = new System.Drawing.Size(429, 35);
            lblExternalCalendarPage.TabIndex = 11;
            lblExternalCalendarPage.Text = "EVEMon can import scheduler entries from Outlook or Google calendars to emphasize" +
                " the skills that will complete at times you won\'t be available.";
            // 
            // lblG15Page
            // 
            lblG15Page.AutoSize = true;
            lblG15Page.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblG15Page.Location = new System.Drawing.Point(3, 40);
            lblG15Page.Name = "lblG15Page";
            lblG15Page.Size = new System.Drawing.Size(339, 13);
            lblG15Page.TabIndex = 5;
            lblG15Page.Text = "EVEMon supports the LCD display of the Logitech G15/G19 keyboard.";
            // 
            // lblCycleTrainingSeconds
            // 
            lblCycleTrainingSeconds.AutoSize = true;
            lblCycleTrainingSeconds.Location = new System.Drawing.Point(265, 6);
            lblCycleTrainingSeconds.Margin = new System.Windows.Forms.Padding(3, 6, 3, 0);
            lblCycleTrainingSeconds.Name = "lblCycleTrainingSeconds";
            lblCycleTrainingSeconds.Size = new System.Drawing.Size(46, 13);
            lblCycleTrainingSeconds.TabIndex = 9;
            lblCycleTrainingSeconds.Text = "seconds";
            // 
            // lblG15CycleCharSeconds
            // 
            lblG15CycleCharSeconds.AutoSize = true;
            lblG15CycleCharSeconds.Location = new System.Drawing.Point(186, 6);
            lblG15CycleCharSeconds.Margin = new System.Windows.Forms.Padding(3, 6, 3, 0);
            lblG15CycleCharSeconds.Name = "lblG15CycleCharSeconds";
            lblG15CycleCharSeconds.Size = new System.Drawing.Size(46, 13);
            lblG15CycleCharSeconds.TabIndex = 6;
            lblG15CycleCharSeconds.Text = "seconds";
            // 
            // lblIgbServerPage
            // 
            lblIgbServerPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            lblIgbServerPage.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            lblIgbServerPage.Location = new System.Drawing.Point(4, 34);
            lblIgbServerPage.Name = "lblIgbServerPage";
            lblIgbServerPage.Size = new System.Drawing.Size(424, 48);
            lblIgbServerPage.TabIndex = 5;
            lblIgbServerPage.Text = "When this option is checked and EVEMon running, you can open the in-game browser " +
                "and type the address provided below to give a quick look at your plans and the s" +
                "killbooks you need to buy.\r\n";
            // 
            // lblIGBPort
            // 
            lblIGBPort.AutoSize = true;
            lblIGBPort.Dock = System.Windows.Forms.DockStyle.Left;
            lblIGBPort.Location = new System.Drawing.Point(3, 0);
            lblIGBPort.Name = "lblIGBPort";
            lblIGBPort.Size = new System.Drawing.Size(50, 26);
            lblIGBPort.TabIndex = 6;
            lblIGBPort.Text = "IGB Port:";
            lblIGBPort.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // flowLayoutPanel28
            // 
            flowLayoutPanel28.Controls.Add(igbHelpLabel);
            flowLayoutPanel28.Controls.Add(this.igbUrlTextBox);
            flowLayoutPanel28.Location = new System.Drawing.Point(12, 37);
            flowLayoutPanel28.Name = "flowLayoutPanel28";
            flowLayoutPanel28.Size = new System.Drawing.Size(334, 22);
            flowLayoutPanel28.TabIndex = 11;
            // 
            // igbHelpLabel
            // 
            igbHelpLabel.AutoSize = true;
            igbHelpLabel.Location = new System.Drawing.Point(3, 3);
            igbHelpLabel.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            igbHelpLabel.Name = "igbHelpLabel";
            igbHelpLabel.Size = new System.Drawing.Size(181, 13);
            igbHelpLabel.TabIndex = 8;
            igbHelpLabel.Text = "Open the in-game browser and type :";
            // 
            // igbUrlTextBox
            // 
            this.igbUrlTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.igbUrlTextBox.Location = new System.Drawing.Point(190, 3);
            this.igbUrlTextBox.Name = "igbUrlTextBox";
            this.igbUrlTextBox.ReadOnly = true;
            this.igbUrlTextBox.Size = new System.Drawing.Size(120, 14);
            this.igbUrlTextBox.TabIndex = 10;
            this.igbUrlTextBox.Text = "http://localhost:80/";
            // 
            // label1
            // 
            label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            label1.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            label1.Location = new System.Drawing.Point(4, 20);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(424, 32);
            label1.TabIndex = 15;
            label1.Text = "You can customize the icons used in the skill planner; if you have a good idea fo" +
                "r a set of icons instructions to create your own can be found on BattleClinic.";
            // 
            // gbSkillBrowserIconSet
            // 
            gbSkillBrowserIconSet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            gbSkillBrowserIconSet.Controls.Add(this.tableLayoutPanel4);
            gbSkillBrowserIconSet.Location = new System.Drawing.Point(7, 55);
            gbSkillBrowserIconSet.Name = "gbSkillBrowserIconSet";
            gbSkillBrowserIconSet.Size = new System.Drawing.Size(225, 204);
            gbSkillBrowserIconSet.TabIndex = 14;
            gbSkillBrowserIconSet.TabStop = false;
            gbSkillBrowserIconSet.Text = "Skill Browser Icon Set";
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.AutoSize = true;
            this.tableLayoutPanel4.ColumnCount = 1;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel4.Controls.Add(this.cbSkillIconSet, 0, 0);
            this.tableLayoutPanel4.Controls.Add(this.tvlist, 0, 1);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 17);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 2;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel4.Size = new System.Drawing.Size(219, 184);
            this.tableLayoutPanel4.TabIndex = 15;
            // 
            // cbSkillIconSet
            // 
            this.cbSkillIconSet.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cbSkillIconSet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbSkillIconSet.FormattingEnabled = true;
            this.cbSkillIconSet.Location = new System.Drawing.Point(3, 3);
            this.cbSkillIconSet.Name = "cbSkillIconSet";
            this.cbSkillIconSet.Size = new System.Drawing.Size(213, 21);
            this.cbSkillIconSet.TabIndex = 3;
            this.cbSkillIconSet.SelectedIndexChanged += new System.EventHandler(this.skillIconSetComboBox_SelectedIndexChanged);
            // 
            // tvlist
            // 
            this.tvlist.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.tvlist.Location = new System.Drawing.Point(3, 30);
            this.tvlist.Name = "tvlist";
            treeNode1.Name = "Node1";
            treeNode1.Text = "Node1";
            treeNode2.Name = "Node2";
            treeNode2.Text = "Node2";
            treeNode3.Name = "Node3";
            treeNode3.Text = "Node3";
            treeNode4.Name = "Node4";
            treeNode4.Text = "Node4";
            treeNode5.Name = "Node5";
            treeNode5.Text = "Node5";
            treeNode6.Name = "Node6";
            treeNode6.Text = "Node6";
            treeNode7.Name = "Node7";
            treeNode7.Text = "Node7";
            treeNode8.Name = "Node8";
            treeNode8.Text = "Node8";
            treeNode9.Name = "Node0";
            treeNode9.Text = "Node0";
            this.tvlist.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode9});
            this.tvlist.Size = new System.Drawing.Size(213, 151);
            this.tvlist.TabIndex = 9;
            // 
            // label2
            // 
            label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            label2.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            label2.Location = new System.Drawing.Point(5, 30);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(424, 28);
            label2.TabIndex = 24;
            label2.Text = "You can configure how EVEMon handles skills that appear to be completed and reset" +
                " the appearing messages behavior.";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.AutoSize = true;
            this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.Controls.Add(this.label6, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.label7, 0, 0);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 4;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(200, 100);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // label6
            // 
            this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(3, 60);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(90, 40);
            this.label6.TabIndex = 8;
            this.label6.Text = "Server Password:"******"label7";
            this.label7.Size = new System.Drawing.Size(69, 20);
            this.label7.TabIndex = 0;
            this.label7.Text = "Email Server:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(22, 101);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(73, 26);
            this.label8.TabIndex = 1;
            this.label8.Text = "From address:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // flowLayoutPanel9
            // 
            this.flowLayoutPanel9.AutoSize = true;
            this.flowLayoutPanel9.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.flowLayoutPanel9.Controls.Add(this.checkBox1);
            this.flowLayoutPanel9.Controls.Add(this.checkBox2);
            this.flowLayoutPanel9.Controls.Add(this.checkBox3);
            this.flowLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel9.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.flowLayoutPanel9.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel9.Name = "flowLayoutPanel9";
            this.flowLayoutPanel9.Padding = new System.Windows.Forms.Padding(9, 0, 9, 0);
            this.flowLayoutPanel9.Size = new System.Drawing.Size(356, 70);
            this.flowLayoutPanel9.TabIndex = 3;
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(12, 3);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(102, 17);
            this.checkBox1.TabIndex = 0;
            this.checkBox1.Text = "Minimize to Tray";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.checkBox2.Location = new System.Drawing.Point(12, 26);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(171, 17);
            this.checkBox2.TabIndex = 1;
            this.checkBox2.Text = "Set window title to training time";
            this.checkBox2.UseVisualStyleBackColor = true;
            // 
            // checkBox3
            // 
            this.checkBox3.AutoSize = true;
            this.checkBox3.Location = new System.Drawing.Point(12, 49);
            this.checkBox3.Name = "checkBox3";
            this.checkBox3.Size = new System.Drawing.Size(264, 17);
            this.checkBox3.TabIndex = 2;
            this.checkBox3.Text = "Run in \"safe for work\" mode (no portraits or colors)";
            this.checkBox3.UseVisualStyleBackColor = true;
            // 
            // chName
            // 
            this.chName.Text = "Sample";
            // 
            // cbUseIncreasedContrastOnOverview
            // 
            this.cbUseIncreasedContrastOnOverview.AutoSize = true;
            this.cbUseIncreasedContrastOnOverview.Location = new System.Drawing.Point(190, 20);
            this.cbUseIncreasedContrastOnOverview.Name = "cbUseIncreasedContrastOnOverview";
            this.cbUseIncreasedContrastOnOverview.Size = new System.Drawing.Size(137, 17);
            this.cbUseIncreasedContrastOnOverview.TabIndex = 34;
            this.cbUseIncreasedContrastOnOverview.Text = "Use Increased Contrast";
            this.ttToolTipCodes.SetToolTip(this.cbUseIncreasedContrastOnOverview, "When enabled, increases the contrast of the shown info");
            this.cbUseIncreasedContrastOnOverview.UseVisualStyleBackColor = true;
            // 
            // overviewGroupCharactersInTrainingCheckBox
            // 
            this.overviewGroupCharactersInTrainingCheckBox.AutoSize = true;
            this.overviewGroupCharactersInTrainingCheckBox.Location = new System.Drawing.Point(161, 26);
            this.overviewGroupCharactersInTrainingCheckBox.Name = "overviewGroupCharactersInTrainingCheckBox";
            this.overviewGroupCharactersInTrainingCheckBox.Size = new System.Drawing.Size(167, 17);
            this.overviewGroupCharactersInTrainingCheckBox.TabIndex = 33;
            this.overviewGroupCharactersInTrainingCheckBox.Text = "Group Character\'s In Training";
            this.ttToolTipCodes.SetToolTip(this.overviewGroupCharactersInTrainingCheckBox, "When enabled, groups the character\'s\r\nthat are currently in training");
            this.overviewGroupCharactersInTrainingCheckBox.UseVisualStyleBackColor = true;
            // 
            // overviewShowSkillQueueTrainingTimeCheckBox
            // 
            this.overviewShowSkillQueueTrainingTimeCheckBox.AutoSize = true;
            this.overviewShowSkillQueueTrainingTimeCheckBox.Location = new System.Drawing.Point(161, 3);
            this.overviewShowSkillQueueTrainingTimeCheckBox.Name = "overviewShowSkillQueueTrainingTimeCheckBox";
            this.overviewShowSkillQueueTrainingTimeCheckBox.Size = new System.Drawing.Size(173, 17);
            this.overviewShowSkillQueueTrainingTimeCheckBox.TabIndex = 32;
            this.overviewShowSkillQueueTrainingTimeCheckBox.Text = "Show Skill Queue Training Time";
            this.ttToolTipCodes.SetToolTip(this.overviewShowSkillQueueTrainingTimeCheckBox, "When enabled, shows the character\'s\r\nskill queue training time");
            this.overviewShowSkillQueueTrainingTimeCheckBox.UseVisualStyleBackColor = true;
            // 
            // overviewShowWalletCheckBox
            // 
            this.overviewShowWalletCheckBox.AutoSize = true;
            this.overviewShowWalletCheckBox.Location = new System.Drawing.Point(3, 3);
            this.overviewShowWalletCheckBox.Name = "overviewShowWalletCheckBox";
            this.overviewShowWalletCheckBox.Size = new System.Drawing.Size(125, 17);
            this.overviewShowWalletCheckBox.TabIndex = 30;
            this.overviewShowWalletCheckBox.Text = "Show Wallet Balance";
            this.ttToolTipCodes.SetToolTip(this.overviewShowWalletCheckBox, "When enabled, shows the character\'s wallet balance");
            this.overviewShowWalletCheckBox.UseVisualStyleBackColor = true;
            // 
            // overviewShowPortraitCheckBox
            // 
            this.overviewShowPortraitCheckBox.AutoSize = true;
            this.overviewShowPortraitCheckBox.Location = new System.Drawing.Point(3, 26);
            this.overviewShowPortraitCheckBox.Name = "overviewShowPortraitCheckBox";
            this.overviewShowPortraitCheckBox.Size = new System.Drawing.Size(142, 17);
            this.overviewShowPortraitCheckBox.TabIndex = 26;
            this.overviewShowPortraitCheckBox.Text = "Show Character Portrait";
            this.ttToolTipCodes.SetToolTip(this.overviewShowPortraitCheckBox, "When enabled, shows the character\'s portrait\r\nas a thumbnail alongside the charac" +
                    "ter\'s name");
            this.overviewShowPortraitCheckBox.UseVisualStyleBackColor = true;
            // 
            // cbShowOverViewTab
            // 
            this.cbShowOverViewTab.AutoSize = true;
            this.cbShowOverViewTab.Location = new System.Drawing.Point(14, 20);
            this.cbShowOverViewTab.Name = "cbShowOverViewTab";
            this.cbShowOverViewTab.Size = new System.Drawing.Size(129, 17);
            this.cbShowOverViewTab.TabIndex = 0;
            this.cbShowOverViewTab.Text = "Show \"Overview\" tab";
            this.ttToolTipCodes.SetToolTip(this.cbShowOverViewTab, "When enabled, shows the Overview tab");
            this.cbShowOverViewTab.UseVisualStyleBackColor = true;
            this.cbShowOverViewTab.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // treeView
            // 
            this.treeView.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.treeView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.treeView.FullRowSelect = true;
            this.treeView.HideSelection = false;
            this.treeView.ImageIndex = 0;
            this.treeView.ImageList = this.imageList;
            this.treeView.ItemHeight = 20;
            this.treeView.Location = new System.Drawing.Point(6, 6);
            this.treeView.Name = "treeView";
            treeNode10.ImageIndex = 11;
            treeNode10.Name = "Node9";
            treeNode10.SelectedImageIndex = 11;
            treeNode10.Tag = "updatesPage";
            treeNode10.Text = "Updates";
            treeNode11.ImageIndex = 7;
            treeNode11.Name = "Node5";
            treeNode11.SelectedImageIndex = 7;
            treeNode11.Tag = "networkPage";
            treeNode11.Text = "Network";
            treeNode12.ImageIndex = 4;
            treeNode12.Name = "g15Node";
            treeNode12.SelectedImageIndex = 4;
            treeNode12.Tag = "g15Page";
            treeNode12.Text = "Logitech Keyboards";
            treeNode13.ImageIndex = 3;
            treeNode13.Name = "Node2";
            treeNode13.SelectedImageIndex = 3;
            treeNode13.Tag = "igbServerPage";
            treeNode13.Text = "IGB Server";
            treeNode14.ImageIndex = 10;
            treeNode14.Name = "generalNode";
            treeNode14.SelectedImageIndex = 10;
            treeNode14.Tag = "generalPage";
            treeNode14.Text = "General";
            treeNode15.ImageIndex = 6;
            treeNode15.Name = "Node3";
            treeNode15.SelectedImageIndex = 6;
            treeNode15.Tag = "mainWindowPage";
            treeNode15.Text = "Main Window";
            treeNode16.ImageIndex = 13;
            treeNode16.Name = "IconsNode";
            treeNode16.SelectedImageIndex = 13;
            treeNode16.Tag = "iconsPage";
            treeNode16.Text = "Icons";
            treeNode17.ImageIndex = 14;
            treeNode17.Name = "MassagesNode";
            treeNode17.SelectedImageIndex = 14;
            treeNode17.Tag = "messagesPage";
            treeNode17.Text = "Messages";
            treeNode18.ImageIndex = 8;
            treeNode18.Name = "Node4";
            treeNode18.SelectedImageIndex = 8;
            treeNode18.Tag = "skillPlannerPage";
            treeNode18.Text = "Skill Planner";
            treeNode19.ImageIndex = 2;
            treeNode19.Name = "trayIconNode";
            treeNode19.SelectedImageIndex = 2;
            treeNode19.Tag = "trayIconPage";
            treeNode19.Text = "System Tray Icon";
            treeNode20.ImageIndex = 5;
            treeNode20.Name = "Node11";
            treeNode20.SelectedImageIndex = 5;
            treeNode20.Tag = "externalCalendarPage";
            treeNode20.Text = "External Calendar";
            treeNode21.ImageIndex = 1;
            treeNode21.Name = "Node10";
            treeNode21.SelectedImageIndex = 1;
            treeNode21.Tag = "schedulerUIPage";
            treeNode21.Text = "Scheduler";
            treeNode22.ImageIndex = 12;
            treeNode22.Name = "Node7";
            treeNode22.SelectedImageIndex = 12;
            treeNode22.Tag = "emailNotificationsPage";
            treeNode22.Text = "Skill Completion Mails";
            treeNode23.ImageIndex = 9;
            treeNode23.Name = "Node2";
            treeNode23.SelectedImageIndex = 9;
            treeNode23.Tag = "notificationsPage";
            treeNode23.Text = "Notifications";
            treeNode24.ImageIndex = 15;
            treeNode24.Name = "BattleClinicWebServiceNode";
            treeNode24.SelectedImageIndex = 15;
            treeNode24.Tag = "battleClinicServicePage";
            treeNode24.Text = "BattleClinic Service";
            this.treeView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode14,
            treeNode15,
            treeNode18,
            treeNode19,
            treeNode21,
            treeNode23,
            treeNode24});
            this.treeView.SelectedImageIndex = 0;
            this.treeView.ShowLines = false;
            this.treeView.ShowPlusMinus = false;
            this.treeView.ShowRootLines = false;
            this.treeView.Size = new System.Drawing.Size(187, 424);
            this.treeView.TabIndex = 6;
            this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
            // 
            // imageList
            // 
            this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
            this.imageList.TransparentColor = System.Drawing.Color.Empty;
            this.imageList.Images.SetKeyName(0, "Transparent.png");
            this.imageList.Images.SetKeyName(1, "Calendar.png");
            this.imageList.Images.SetKeyName(2, "EVEMon16.png");
            this.imageList.Images.SetKeyName(3, "IGB Server.png");
            this.imageList.Images.SetKeyName(4, "Logitech Keyboard.png");
            this.imageList.Images.SetKeyName(5, "gcalendar.png");
            this.imageList.Images.SetKeyName(6, "MainWindow.png");
            this.imageList.Images.SetKeyName(7, "Online.png");
            this.imageList.Images.SetKeyName(8, "Plan.png");
            this.imageList.Images.SetKeyName(9, "Problem.png");
            this.imageList.Images.SetKeyName(10, "Settings.png");
            this.imageList.Images.SetKeyName(11, "Update3.png");
            this.imageList.Images.SetKeyName(12, "Email.png");
            this.imageList.Images.SetKeyName(13, "book.png");
            this.imageList.Images.SetKeyName(14, "messagebox.png");
            this.imageList.Images.SetKeyName(15, "BattleClinic.png");
            // 
            // leftPanel
            // 
            this.leftPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.leftPanel.Controls.Add(this.treeView);
            this.leftPanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.leftPanel.Location = new System.Drawing.Point(0, 0);
            this.leftPanel.Name = "leftPanel";
            this.leftPanel.Padding = new System.Windows.Forms.Padding(6);
            this.leftPanel.Size = new System.Drawing.Size(199, 436);
            this.leftPanel.TabIndex = 9;
            // 
            // multiPanel
            // 
            this.multiPanel.Controls.Add(this.mainWindowPage);
            this.multiPanel.Controls.Add(this.generalPage);
            this.multiPanel.Controls.Add(this.skillPlannerPage);
            this.multiPanel.Controls.Add(this.networkPage);
            this.multiPanel.Controls.Add(this.emailNotificationsPage);
            this.multiPanel.Controls.Add(this.notificationsPage);
            this.multiPanel.Controls.Add(this.trayIconPage);
            this.multiPanel.Controls.Add(this.updatesPage);
            this.multiPanel.Controls.Add(this.schedulerUIPage);
            this.multiPanel.Controls.Add(this.externalCalendarPage);
            this.multiPanel.Controls.Add(this.g15Page);
            this.multiPanel.Controls.Add(this.igbServerPage);
            this.multiPanel.Controls.Add(this.iconsPage);
            this.multiPanel.Controls.Add(this.messagesPage);
            this.multiPanel.Controls.Add(this.battleClinicServicePage);
            this.multiPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.multiPanel.Location = new System.Drawing.Point(199, 0);
            this.multiPanel.Name = "multiPanel";
            this.multiPanel.Padding = new System.Windows.Forms.Padding(5);
            this.multiPanel.SelectedPage = this.mainWindowPage;
            this.multiPanel.Size = new System.Drawing.Size(445, 436);
            this.multiPanel.TabIndex = 7;
            // 
            // mainWindowPage
            // 
            this.mainWindowPage.Controls.Add(lblMainWindowPage);
            this.mainWindowPage.Controls.Add(this.groupBox2);
            this.mainWindowPage.Controls.Add(groupBox15);
            this.mainWindowPage.Controls.Add(groupBox7);
            this.mainWindowPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainWindowPage.Location = new System.Drawing.Point(5, 5);
            this.mainWindowPage.Name = "mainWindowPage";
            this.mainWindowPage.Size = new System.Drawing.Size(435, 426);
            this.mainWindowPage.TabIndex = 1;
            this.mainWindowPage.Text = "mainWindowPage";
            // 
            // 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.cbUseIncreasedContrastOnOverview);
            this.groupBox2.Controls.Add(this.overviewPanel);
            this.groupBox2.Controls.Add(this.cbShowOverViewTab);
            this.groupBox2.Location = new System.Drawing.Point(1, 274);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(428, 127);
            this.groupBox2.TabIndex = 15;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Overview";
            // 
            // overviewPanel
            // 
            this.overviewPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.overviewPanel.Controls.Add(this.overviewGroupCharactersInTrainingCheckBox);
            this.overviewPanel.Controls.Add(this.overviewShowSkillQueueTrainingTimeCheckBox);
            this.overviewPanel.Controls.Add(this.overviewShowWalletCheckBox);
            this.overviewPanel.Controls.Add(lblSize);
            this.overviewPanel.Controls.Add(this.overviewShowPortraitCheckBox);
            this.overviewPanel.Controls.Add(this.overviewPortraitSizeComboBox);
            this.overviewPanel.Location = new System.Drawing.Point(29, 43);
            this.overviewPanel.Name = "overviewPanel";
            this.overviewPanel.Size = new System.Drawing.Size(393, 79);
            this.overviewPanel.TabIndex = 32;
            // 
            // overviewPortraitSizeComboBox
            // 
            this.overviewPortraitSizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.overviewPortraitSizeComboBox.FormattingEnabled = true;
            this.overviewPortraitSizeComboBox.Location = new System.Drawing.Point(52, 49);
            this.overviewPortraitSizeComboBox.Name = "overviewPortraitSizeComboBox";
            this.overviewPortraitSizeComboBox.Size = new System.Drawing.Size(93, 21);
            this.overviewPortraitSizeComboBox.TabIndex = 28;
            // 
            // generalPage
            // 
            this.generalPage.Controls.Add(lblGeneralPage);
            this.generalPage.Controls.Add(this.cbWorksafeMode);
            this.generalPage.Controls.Add(this.compatibilityCombo);
            this.generalPage.Controls.Add(lblEnvironment);
            this.generalPage.Controls.Add(this.runAtStartupComboBox);
            this.generalPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.generalPage.Location = new System.Drawing.Point(5, 5);
            this.generalPage.Name = "generalPage";
            this.generalPage.Size = new System.Drawing.Size(435, 426);
            this.generalPage.TabIndex = 0;
            this.generalPage.Text = "generalPage";
            this.generalPage.Visible = false;
            // 
            // cbWorksafeMode
            // 
            this.cbWorksafeMode.AutoSize = true;
            this.cbWorksafeMode.Location = new System.Drawing.Point(3, 131);
            this.cbWorksafeMode.Name = "cbWorksafeMode";
            this.cbWorksafeMode.Size = new System.Drawing.Size(271, 17);
            this.cbWorksafeMode.TabIndex = 6;
            this.cbWorksafeMode.Text = "Run in \"safe for work\" mode (no portraits or colors)";
            this.cbWorksafeMode.UseVisualStyleBackColor = true;
            this.cbWorksafeMode.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // compatibilityCombo
            // 
            this.compatibilityCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.compatibilityCombo.FormattingEnabled = true;
            this.compatibilityCombo.Items.AddRange(new object[] {
            "Windows",
            "Wine"});
            this.compatibilityCombo.Location = new System.Drawing.Point(231, 178);
            this.compatibilityCombo.Name = "compatibilityCombo";
            this.compatibilityCombo.Size = new System.Drawing.Size(121, 21);
            this.compatibilityCombo.TabIndex = 7;
            // 
            // runAtStartupComboBox
            // 
            this.runAtStartupComboBox.AutoSize = true;
            this.runAtStartupComboBox.Location = new System.Drawing.Point(3, 88);
            this.runAtStartupComboBox.Name = "runAtStartupComboBox";
            this.runAtStartupComboBox.Size = new System.Drawing.Size(138, 17);
            this.runAtStartupComboBox.TabIndex = 5;
            this.runAtStartupComboBox.Text = "Run EVEMon at Startup";
            this.runAtStartupComboBox.UseVisualStyleBackColor = true;
            // 
            // skillPlannerPage
            // 
            this.skillPlannerPage.Controls.Add(this.cbAdvanceEntryAdd);
            this.skillPlannerPage.Controls.Add(this.cbSummaryOnMultiSelectOnly);
            this.skillPlannerPage.Controls.Add(lblSkillPlannerPage);
            this.skillPlannerPage.Controls.Add(this.cbHighlightQueuedSiklls);
            this.skillPlannerPage.Controls.Add(this.cbHighlightPartialSkills);
            this.skillPlannerPage.Controls.Add(this.cbHighlightConflicts);
            this.skillPlannerPage.Controls.Add(this.cbHighlightPrerequisites);
            this.skillPlannerPage.Controls.Add(this.cbHighlightPlannedSkills);
            this.skillPlannerPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.skillPlannerPage.Location = new System.Drawing.Point(5, 5);
            this.skillPlannerPage.Name = "skillPlannerPage";
            this.skillPlannerPage.Size = new System.Drawing.Size(435, 426);
            this.skillPlannerPage.TabIndex = 3;
            this.skillPlannerPage.Text = "skillPlannerPage";
            this.skillPlannerPage.Visible = false;
            // 
            // cbAdvanceEntryAdd
            // 
            this.cbAdvanceEntryAdd.AutoSize = true;
            this.cbAdvanceEntryAdd.Location = new System.Drawing.Point(14, 198);
            this.cbAdvanceEntryAdd.Name = "cbAdvanceEntryAdd";
            this.cbAdvanceEntryAdd.Size = new System.Drawing.Size(211, 17);
            this.cbAdvanceEntryAdd.TabIndex = 21;
            this.cbAdvanceEntryAdd.Text = "Set Priority When Adding Skills To Plan";
            this.cbAdvanceEntryAdd.UseVisualStyleBackColor = true;
            // 
            // cbSummaryOnMultiSelectOnly
            // 
            this.cbSummaryOnMultiSelectOnly.AutoSize = true;
            this.cbSummaryOnMultiSelectOnly.Location = new System.Drawing.Point(14, 175);
            this.cbSummaryOnMultiSelectOnly.Name = "cbSummaryOnMultiSelectOnly";
            this.cbSummaryOnMultiSelectOnly.Size = new System.Drawing.Size(232, 17);
            this.cbSummaryOnMultiSelectOnly.TabIndex = 20;
            this.cbSummaryOnMultiSelectOnly.Text = "Show Plan Summary Only On \"Multi-Select\"";
            this.cbSummaryOnMultiSelectOnly.UseVisualStyleBackColor = true;
            // 
            // cbHighlightQueuedSiklls
            // 
            this.cbHighlightQueuedSiklls.AutoSize = true;
            this.cbHighlightQueuedSiklls.Location = new System.Drawing.Point(14, 152);
            this.cbHighlightQueuedSiklls.Name = "cbHighlightQueuedSiklls";
            this.cbHighlightQueuedSiklls.Size = new System.Drawing.Size(135, 17);
            this.cbHighlightQueuedSiklls.TabIndex = 14;
            this.cbHighlightQueuedSiklls.Text = "Highlight Queued Skills";
            this.cbHighlightQueuedSiklls.UseVisualStyleBackColor = true;
            // 
            // cbHighlightPartialSkills
            // 
            this.cbHighlightPartialSkills.AutoSize = true;
            this.cbHighlightPartialSkills.Location = new System.Drawing.Point(14, 129);
            this.cbHighlightPartialSkills.Name = "cbHighlightPartialSkills";
            this.cbHighlightPartialSkills.Size = new System.Drawing.Size(172, 17);
            this.cbHighlightPartialSkills.TabIndex = 10;
            this.cbHighlightPartialSkills.Text = "Highlight Partially Trained Skills";
            this.cbHighlightPartialSkills.UseVisualStyleBackColor = true;
            // 
            // cbHighlightConflicts
            // 
            this.cbHighlightConflicts.AutoSize = true;
            this.cbHighlightConflicts.Location = new System.Drawing.Point(14, 83);
            this.cbHighlightConflicts.Name = "cbHighlightConflicts";
            this.cbHighlightConflicts.Size = new System.Drawing.Size(158, 17);
            this.cbHighlightConflicts.TabIndex = 9;
            this.cbHighlightConflicts.Text = "Highlight Schedule Conflicts";
            this.cbHighlightConflicts.UseVisualStyleBackColor = true;
            // 
            // cbHighlightPrerequisites
            // 
            this.cbHighlightPrerequisites.AutoSize = true;
            this.cbHighlightPrerequisites.Location = new System.Drawing.Point(14, 106);
            this.cbHighlightPrerequisites.Name = "cbHighlightPrerequisites";
            this.cbHighlightPrerequisites.Size = new System.Drawing.Size(130, 17);
            this.cbHighlightPrerequisites.TabIndex = 8;
            this.cbHighlightPrerequisites.Text = "Highlight Prerequisites";
            this.cbHighlightPrerequisites.UseVisualStyleBackColor = true;
            // 
            // cbHighlightPlannedSkills
            // 
            this.cbHighlightPlannedSkills.AutoSize = true;
            this.cbHighlightPlannedSkills.Location = new System.Drawing.Point(14, 60);
            this.cbHighlightPlannedSkills.Name = "cbHighlightPlannedSkills";
            this.cbHighlightPlannedSkills.Size = new System.Drawing.Size(136, 17);
            this.cbHighlightPlannedSkills.TabIndex = 0;
            this.cbHighlightPlannedSkills.Text = "Highlight Planned Skills";
            this.cbHighlightPlannedSkills.UseVisualStyleBackColor = true;
            // 
            // networkPage
            // 
            this.networkPage.Controls.Add(this.ApiProxyGroupBox);
            this.networkPage.Controls.Add(this.ProxyServerGroupBox);
            this.networkPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.networkPage.Location = new System.Drawing.Point(5, 5);
            this.networkPage.Name = "networkPage";
            this.networkPage.Size = new System.Drawing.Size(435, 426);
            this.networkPage.TabIndex = 4;
            this.networkPage.Text = "networkPage";
            this.networkPage.Visible = false;
            // 
            // ApiProxyGroupBox
            // 
            this.ApiProxyGroupBox.Controls.Add(lblNetworkPageAPIProvider);
            this.ApiProxyGroupBox.Controls.Add(this.btnDeleteAPIServer);
            this.ApiProxyGroupBox.Controls.Add(this.btnAddAPIServer);
            this.ApiProxyGroupBox.Controls.Add(this.cbAPIServer);
            this.ApiProxyGroupBox.Controls.Add(this.btnEditAPIServer);
            this.ApiProxyGroupBox.Location = new System.Drawing.Point(3, 235);
            this.ApiProxyGroupBox.Name = "ApiProxyGroupBox";
            this.ApiProxyGroupBox.Size = new System.Drawing.Size(392, 122);
            this.ApiProxyGroupBox.TabIndex = 7;
            this.ApiProxyGroupBox.TabStop = false;
            this.ApiProxyGroupBox.Text = "API Provider";
            // 
            // btnDeleteAPIServer
            // 
            this.btnDeleteAPIServer.Location = new System.Drawing.Point(174, 85);
            this.btnDeleteAPIServer.Name = "btnDeleteAPIServer";
            this.btnDeleteAPIServer.Size = new System.Drawing.Size(75, 23);
            this.btnDeleteAPIServer.TabIndex = 4;
            this.btnDeleteAPIServer.Text = "Delete";
            this.btnDeleteAPIServer.UseVisualStyleBackColor = true;
            this.btnDeleteAPIServer.Click += new System.EventHandler(this.btnDeleteAPIServer_Click);
            // 
            // btnAddAPIServer
            // 
            this.btnAddAPIServer.Location = new System.Drawing.Point(12, 85);
            this.btnAddAPIServer.Name = "btnAddAPIServer";
            this.btnAddAPIServer.Size = new System.Drawing.Size(75, 23);
            this.btnAddAPIServer.TabIndex = 2;
            this.btnAddAPIServer.Text = "Add";
            this.btnAddAPIServer.UseVisualStyleBackColor = true;
            this.btnAddAPIServer.Click += new System.EventHandler(this.btnAddAPIServer_Click);
            // 
            // cbAPIServer
            // 
            this.cbAPIServer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAPIServer.FormattingEnabled = true;
            this.cbAPIServer.Location = new System.Drawing.Point(12, 58);
            this.cbAPIServer.Name = "cbAPIServer";
            this.cbAPIServer.Size = new System.Drawing.Size(233, 21);
            this.cbAPIServer.TabIndex = 0;
            this.cbAPIServer.SelectedIndexChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // btnEditAPIServer
            // 
            this.btnEditAPIServer.Location = new System.Drawing.Point(93, 85);
            this.btnEditAPIServer.Name = "btnEditAPIServer";
            this.btnEditAPIServer.Size = new System.Drawing.Size(75, 23);
            this.btnEditAPIServer.TabIndex = 3;
            this.btnEditAPIServer.Text = "Edit";
            this.btnEditAPIServer.UseVisualStyleBackColor = true;
            this.btnEditAPIServer.Click += new System.EventHandler(this.btnEditAPIServer_Click);
            // 
            // ProxyServerGroupBox
            // 
            this.ProxyServerGroupBox.Controls.Add(this.customProxyCheckBox);
            this.ProxyServerGroupBox.Controls.Add(lblNetworkPageProxy);
            this.ProxyServerGroupBox.Controls.Add(this.customProxyPanel);
            this.ProxyServerGroupBox.Location = new System.Drawing.Point(3, 31);
            this.ProxyServerGroupBox.Name = "ProxyServerGroupBox";
            this.ProxyServerGroupBox.Size = new System.Drawing.Size(392, 157);
            this.ProxyServerGroupBox.TabIndex = 0;
            this.ProxyServerGroupBox.TabStop = false;
            this.ProxyServerGroupBox.Text = "Proxy Server Settings";
            // 
            // customProxyCheckBox
            // 
            this.customProxyCheckBox.AutoSize = true;
            this.customProxyCheckBox.Location = new System.Drawing.Point(9, 74);
            this.customProxyCheckBox.Name = "customProxyCheckBox";
            this.customProxyCheckBox.Size = new System.Drawing.Size(119, 17);
            this.customProxyCheckBox.TabIndex = 9;
            this.customProxyCheckBox.Text = "Use a custom proxy";
            this.customProxyCheckBox.UseVisualStyleBackColor = true;
            this.customProxyCheckBox.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // customProxyPanel
            // 
            this.customProxyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.customProxyPanel.Controls.Add(this.proxyPortTextBox);
            this.customProxyPanel.Controls.Add(label12);
            this.customProxyPanel.Controls.Add(this.proxyAuthenticationButton);
            this.customProxyPanel.Controls.Add(label11);
            this.customProxyPanel.Controls.Add(lblHTTP);
            this.customProxyPanel.Controls.Add(this.proxyHttpHostTextBox);
            this.customProxyPanel.Location = new System.Drawing.Point(17, 97);
            this.customProxyPanel.Name = "customProxyPanel";
            this.customProxyPanel.Size = new System.Drawing.Size(369, 54);
            this.customProxyPanel.TabIndex = 6;
            // 
            // proxyPortTextBox
            // 
            this.proxyPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.proxyPortTextBox.Location = new System.Drawing.Point(222, 24);
            this.proxyPortTextBox.MaxLength = 5;
            this.proxyPortTextBox.Name = "proxyPortTextBox";
            this.proxyPortTextBox.Size = new System.Drawing.Size(38, 21);
            this.proxyPortTextBox.TabIndex = 2;
            this.proxyPortTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.proxyPortTextBox_Validating);
            // 
            // proxyAuthenticationButton
            // 
            this.proxyAuthenticationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.proxyAuthenticationButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.proxyAuthenticationButton.Location = new System.Drawing.Point(266, 22);
            this.proxyAuthenticationButton.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.proxyAuthenticationButton.Name = "proxyAuthenticationButton";
            this.proxyAuthenticationButton.Size = new System.Drawing.Size(97, 23);
            this.proxyAuthenticationButton.TabIndex = 5;
            this.proxyAuthenticationButton.Text = "Authentication...";
            this.proxyAuthenticationButton.UseVisualStyleBackColor = true;
            this.proxyAuthenticationButton.Click += new System.EventHandler(this.proxyAuthenticationButton_Click);
            // 
            // proxyHttpHostTextBox
            // 
            this.proxyHttpHostTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.proxyHttpHostTextBox.Location = new System.Drawing.Point(50, 24);
            this.proxyHttpHostTextBox.Name = "proxyHttpHostTextBox";
            this.proxyHttpHostTextBox.Size = new System.Drawing.Size(165, 21);
            this.proxyHttpHostTextBox.TabIndex = 1;
            // 
            // emailNotificationsPage
            // 
            this.emailNotificationsPage.Controls.Add(lblEmailNotificationPage);
            this.emailNotificationsPage.Controls.Add(this.mailNotificationPanel);
            this.emailNotificationsPage.Controls.Add(this.mailNotificationCheckBox);
            this.emailNotificationsPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.emailNotificationsPage.Location = new System.Drawing.Point(5, 5);
            this.emailNotificationsPage.Name = "emailNotificationsPage";
            this.emailNotificationsPage.Size = new System.Drawing.Size(435, 426);
            this.emailNotificationsPage.TabIndex = 6;
            this.emailNotificationsPage.Text = "emailNotificationsPage";
            this.emailNotificationsPage.Visible = false;
            // 
            // mailNotificationPanel
            // 
            this.mailNotificationPanel.AutoSize = true;
            this.mailNotificationPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.mailNotificationPanel.Controls.Add(this.cbEmailUseShortFormat);
            this.mailNotificationPanel.Controls.Add(this.tableLayoutPanel2);
            this.mailNotificationPanel.Controls.Add(this.btnTestEmail);
            this.mailNotificationPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.mailNotificationPanel.Location = new System.Drawing.Point(3, 104);
            this.mailNotificationPanel.Name = "mailNotificationPanel";
            this.mailNotificationPanel.Padding = new System.Windows.Forms.Padding(9, 0, 9, 0);
            this.mailNotificationPanel.Size = new System.Drawing.Size(362, 285);
            this.mailNotificationPanel.TabIndex = 1;
            this.mailNotificationPanel.WrapContents = false;
            // 
            // cbEmailUseShortFormat
            // 
            this.cbEmailUseShortFormat.AutoSize = true;
            this.cbEmailUseShortFormat.Location = new System.Drawing.Point(12, 3);
            this.cbEmailUseShortFormat.Name = "cbEmailUseShortFormat";
            this.cbEmailUseShortFormat.Size = new System.Drawing.Size(179, 17);
            this.cbEmailUseShortFormat.TabIndex = 2;
            this.cbEmailUseShortFormat.Text = "Use Short Format (SMS-Friendly)";
            this.cbEmailUseShortFormat.UseVisualStyleBackColor = true;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.tableLayoutPanel2.ColumnCount = 3;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.Controls.Add(this.tlpEmailSettings, 1, 0);
            this.tableLayoutPanel2.Location = new System.Drawing.Point(12, 26);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 1;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 227F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 227F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(338, 227);
            this.tableLayoutPanel2.TabIndex = 1;
            // 
            // tlpEmailSettings
            // 
            this.tlpEmailSettings.AutoSize = true;
            this.tlpEmailSettings.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.tlpEmailSettings.ColumnCount = 2;
            this.tlpEmailSettings.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tlpEmailSettings.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tlpEmailSettings.Controls.Add(lblEmailServer, 0, 0);
            this.tlpEmailSettings.Controls.Add(lblFromAddress, 0, 5);
            this.tlpEmailSettings.Controls.Add(lblToAddress, 0, 6);
            this.tlpEmailSettings.Controls.Add(this.tbMailServer, 1, 0);
            this.tlpEmailSettings.Controls.Add(this.tbFromAddress, 1, 5);
            this.tlpEmailSettings.Controls.Add(this.tbToAddress, 1, 6);
            this.tlpEmailSettings.Controls.Add(this.cbEmailServerRequireSsl, 1, 2);
            this.tlpEmailSettings.Controls.Add(this.cbEmailAuthRequired, 1, 3);
            this.tlpEmailSettings.Controls.Add(this.tlpEmailAuthTable, 1, 4);
            this.tlpEmailSettings.Controls.Add(this.emailPortTextBox, 1, 1);
            this.tlpEmailSettings.Controls.Add(lblPortNumber, 0, 1);
            this.tlpEmailSettings.Location = new System.Drawing.Point(22, 3);
            this.tlpEmailSettings.Name = "tlpEmailSettings";
            this.tlpEmailSettings.RowCount = 7;
            this.tlpEmailSettings.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tlpEmailSettings.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tlpEmailSettings.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tlpEmailSettings.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tlpEmailSettings.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tlpEmailSettings.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tlpEmailSettings.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tlpEmailSettings.Size = new System.Drawing.Size(294, 216);
            this.tlpEmailSettings.TabIndex = 2;
            // 
            // tbMailServer
            // 
            this.tbMailServer.Location = new System.Drawing.Point(85, 3);
            this.tbMailServer.Name = "tbMailServer";
            this.tbMailServer.Size = new System.Drawing.Size(152, 21);
            this.tbMailServer.TabIndex = 1;
            // 
            // tbFromAddress
            // 
            this.tbFromAddress.Location = new System.Drawing.Point(85, 165);
            this.tbFromAddress.Name = "tbFromAddress";
            this.tbFromAddress.Size = new System.Drawing.Size(206, 21);
            this.tbFromAddress.TabIndex = 1;
            // 
            // tbToAddress
            // 
            this.tbToAddress.Location = new System.Drawing.Point(85, 192);
            this.tbToAddress.Name = "tbToAddress";
            this.tbToAddress.Size = new System.Drawing.Size(206, 21);
            this.tbToAddress.TabIndex = 1;
            // 
            // cbEmailServerRequireSsl
            // 
            this.cbEmailServerRequireSsl.AutoSize = true;
            this.cbEmailServerRequireSsl.Location = new System.Drawing.Point(85, 57);
            this.cbEmailServerRequireSsl.Name = "cbEmailServerRequireSsl";
            this.cbEmailServerRequireSsl.Size = new System.Drawing.Size(114, 17);
            this.cbEmailServerRequireSsl.TabIndex = 1;
            this.cbEmailServerRequireSsl.Text = "Connect using SSL";
            this.cbEmailServerRequireSsl.UseVisualStyleBackColor = true;
            // 
            // cbEmailAuthRequired
            // 
            this.cbEmailAuthRequired.AutoSize = true;
            this.cbEmailAuthRequired.Location = new System.Drawing.Point(85, 80);
            this.cbEmailAuthRequired.Name = "cbEmailAuthRequired";
            this.cbEmailAuthRequired.Size = new System.Drawing.Size(125, 17);
            this.cbEmailAuthRequired.TabIndex = 1;
            this.cbEmailAuthRequired.Text = "Server requires login";
            this.cbEmailAuthRequired.UseVisualStyleBackColor = true;
            this.cbEmailAuthRequired.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // tlpEmailAuthTable
            // 
            this.tlpEmailAuthTable.AutoSize = true;
            this.tlpEmailAuthTable.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.tlpEmailAuthTable.ColumnCount = 2;
            this.tlpEmailAuthTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tlpEmailAuthTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tlpEmailAuthTable.Controls.Add(lblEmailPassword, 0, 1);
            this.tlpEmailAuthTable.Controls.Add(lblEmailUsername, 0, 0);
            this.tlpEmailAuthTable.Controls.Add(this.tbEmailUsername, 1, 0);
            this.tlpEmailAuthTable.Controls.Add(this.tbEmailPassword, 1, 1);
            this.tlpEmailAuthTable.Location = new System.Drawing.Point(85, 103);
            this.tlpEmailAuthTable.Margin = new System.Windows.Forms.Padding(3, 3, 3, 5);
            this.tlpEmailAuthTable.Name = "tlpEmailAuthTable";
            this.tlpEmailAuthTable.RowCount = 2;
            this.tlpEmailAuthTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tlpEmailAuthTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tlpEmailAuthTable.Size = new System.Drawing.Size(200, 54);
            this.tlpEmailAuthTable.TabIndex = 8;
            // 
            // tbEmailUsername
            // 
            this.tbEmailUsername.Location = new System.Drawing.Point(68, 3);
            this.tbEmailUsername.Name = "tbEmailUsername";
            this.tbEmailUsername.Size = new System.Drawing.Size(129, 21);
            this.tbEmailUsername.TabIndex = 1;
            // 
            // tbEmailPassword
            // 
            this.tbEmailPassword.Location = new System.Drawing.Point(68, 30);
            this.tbEmailPassword.Name = "tbEmailPassword";
            this.tbEmailPassword.PasswordChar = '*';
            this.tbEmailPassword.Size = new System.Drawing.Size(129, 21);
            this.tbEmailPassword.TabIndex = 1;
            // 
            // emailPortTextBox
            // 
            this.emailPortTextBox.Location = new System.Drawing.Point(85, 30);
            this.emailPortTextBox.Name = "emailPortTextBox";
            this.emailPortTextBox.Size = new System.Drawing.Size(152, 21);
            this.emailPortTextBox.TabIndex = 1;
            this.emailPortTextBox.Text = "25";
            // 
            // btnTestEmail
            // 
            this.btnTestEmail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnTestEmail.Location = new System.Drawing.Point(240, 259);
            this.btnTestEmail.Name = "btnTestEmail";
            this.btnTestEmail.Size = new System.Drawing.Size(110, 23);
            this.btnTestEmail.TabIndex = 10;
            this.btnTestEmail.Text = "Send Test Email";
            this.btnTestEmail.UseVisualStyleBackColor = true;
            this.btnTestEmail.Click += new System.EventHandler(this.emailTestButton_Click);
            // 
            // mailNotificationCheckBox
            // 
            this.mailNotificationCheckBox.AutoSize = true;
            this.mailNotificationCheckBox.Location = new System.Drawing.Point(3, 81);
            this.mailNotificationCheckBox.Name = "mailNotificationCheckBox";
            this.mailNotificationCheckBox.Size = new System.Drawing.Size(215, 17);
            this.mailNotificationCheckBox.TabIndex = 1;
            this.mailNotificationCheckBox.Text = "Send email when skill training completes";
            this.mailNotificationCheckBox.UseVisualStyleBackColor = true;
            this.mailNotificationCheckBox.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // notificationsPage
            // 
            this.notificationsPage.Controls.Add(lblNotificationsPage);
            this.notificationsPage.Controls.Add(this.notificationsControl);
            this.notificationsPage.Controls.Add(this.cbPlaySoundOnSkillComplete);
            this.notificationsPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.notificationsPage.Location = new System.Drawing.Point(5, 5);
            this.notificationsPage.Name = "notificationsPage";
            this.notificationsPage.Size = new System.Drawing.Size(435, 426);
            this.notificationsPage.TabIndex = 7;
            this.notificationsPage.Text = "notificationsPage";
            this.notificationsPage.Visible = false;
            // 
            // notificationsControl
            // 
            this.notificationsControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.notificationsControl.AutoScroll = true;
            this.notificationsControl.BackColor = System.Drawing.SystemColors.Window;
            this.notificationsControl.Location = new System.Drawing.Point(3, 56);
            this.notificationsControl.Name = "notificationsControl";
            this.notificationsControl.Settings = null;
            this.notificationsControl.Size = new System.Drawing.Size(429, 341);
            this.notificationsControl.TabIndex = 4;
            // 
            // cbPlaySoundOnSkillComplete
            // 
            this.cbPlaySoundOnSkillComplete.AutoSize = true;
            this.cbPlaySoundOnSkillComplete.Location = new System.Drawing.Point(3, 403);
            this.cbPlaySoundOnSkillComplete.Name = "cbPlaySoundOnSkillComplete";
            this.cbPlaySoundOnSkillComplete.Size = new System.Drawing.Size(216, 17);
            this.cbPlaySoundOnSkillComplete.TabIndex = 3;
            this.cbPlaySoundOnSkillComplete.Text = "Play sound when skill training completes";
            this.cbPlaySoundOnSkillComplete.UseVisualStyleBackColor = true;
            // 
            // trayIconPage
            // 
            this.trayIconPage.Controls.Add(lblTrayIconPage);
            this.trayIconPage.Controls.Add(this.mainWindowBehaviourGroupBox);
            this.trayIconPage.Controls.Add(this.trayIconPopupGroupBox);
            this.trayIconPage.Controls.Add(systemTrayIconGroupBox);
            this.trayIconPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trayIconPage.Location = new System.Drawing.Point(5, 5);
            this.trayIconPage.Name = "trayIconPage";
            this.trayIconPage.Size = new System.Drawing.Size(435, 426);
            this.trayIconPage.TabIndex = 8;
            this.trayIconPage.Text = "trayIconPage";
            this.trayIconPage.Visible = false;
            // 
            // mainWindowBehaviourGroupBox
            // 
            this.mainWindowBehaviourGroupBox.Controls.Add(this.rbMinToTaskBar);
            this.mainWindowBehaviourGroupBox.Controls.Add(this.rbMinToTray);
            this.mainWindowBehaviourGroupBox.Controls.Add(this.rbExitEVEMon);
            this.mainWindowBehaviourGroupBox.Location = new System.Drawing.Point(9, 307);
            this.mainWindowBehaviourGroupBox.Name = "mainWindowBehaviourGroupBox";
            this.mainWindowBehaviourGroupBox.Size = new System.Drawing.Size(419, 91);
            this.mainWindowBehaviourGroupBox.TabIndex = 17;
            this.mainWindowBehaviourGroupBox.TabStop = false;
            this.mainWindowBehaviourGroupBox.Text = "Main Window Close Behaviour";
            // 
            // rbMinToTaskBar
            // 
            this.rbMinToTaskBar.AutoSize = true;
            this.rbMinToTaskBar.Location = new System.Drawing.Point(12, 66);
            this.rbMinToTaskBar.Name = "rbMinToTaskBar";
            this.rbMinToTaskBar.Size = new System.Drawing.Size(285, 17);
            this.rbMinToTaskBar.TabIndex = 2;
            this.rbMinToTaskBar.TabStop = true;
            this.rbMinToTaskBar.Text = "Minimize to the taskbar (Recommended for Windows 7)";
            this.rbMinToTaskBar.UseVisualStyleBackColor = true;
            // 
            // rbMinToTray
            // 
            this.rbMinToTray.AutoSize = true;
            this.rbMinToTray.Location = new System.Drawing.Point(12, 43);
            this.rbMinToTray.Name = "rbMinToTray";
            this.rbMinToTray.Size = new System.Drawing.Size(291, 17);
            this.rbMinToTray.TabIndex = 1;
            this.rbMinToTray.TabStop = true;
            this.rbMinToTray.Text = "Minimize to the system tray (Recommended for XP/Vista)";
            this.rbMinToTray.UseVisualStyleBackColor = true;
            // 
            // rbExitEVEMon
            // 
            this.rbExitEVEMon.AutoSize = true;
            this.rbExitEVEMon.Location = new System.Drawing.Point(12, 20);
            this.rbExitEVEMon.Name = "rbExitEVEMon";
            this.rbExitEVEMon.Size = new System.Drawing.Size(87, 17);
            this.rbExitEVEMon.TabIndex = 0;
            this.rbExitEVEMon.TabStop = true;
            this.rbExitEVEMon.Text = "Exit EVEMon";
            this.rbExitEVEMon.UseVisualStyleBackColor = true;
            // 
            // trayIconPopupGroupBox
            // 
            this.trayIconPopupGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.trayIconPopupGroupBox.Controls.Add(this.trayPopupDisabledRadio);
            this.trayIconPopupGroupBox.Controls.Add(this.trayPopupButton);
            this.trayIconPopupGroupBox.Controls.Add(this.trayPopupRadio);
            this.trayIconPopupGroupBox.Controls.Add(this.trayTooltipRadio);
            this.trayIconPopupGroupBox.Controls.Add(this.trayTooltipButton);
            this.trayIconPopupGroupBox.Location = new System.Drawing.Point(9, 184);
            this.trayIconPopupGroupBox.Name = "trayIconPopupGroupBox";
            this.trayIconPopupGroupBox.Size = new System.Drawing.Size(419, 104);
            this.trayIconPopupGroupBox.TabIndex = 10;
            this.trayIconPopupGroupBox.TabStop = false;
            this.trayIconPopupGroupBox.Text = "Icon Popup Style";
            // 
            // trayPopupDisabledRadio
            // 
            this.trayPopupDisabledRadio.AutoSize = true;
            this.trayPopupDisabledRadio.Location = new System.Drawing.Point(6, 78);
            this.trayPopupDisabledRadio.Name = "trayPopupDisabledRadio";
            this.trayPopupDisabledRadio.Size = new System.Drawing.Size(66, 17);
            this.trayPopupDisabledRadio.TabIndex = 5;
            this.trayPopupDisabledRadio.TabStop = true;
            this.trayPopupDisabledRadio.Text = "Disabled";
            this.trayPopupDisabledRadio.UseVisualStyleBackColor = true;
            // 
            // trayPopupButton
            // 
            this.trayPopupButton.Location = new System.Drawing.Point(69, 46);
            this.trayPopupButton.Name = "trayPopupButton";
            this.trayPopupButton.Size = new System.Drawing.Size(75, 23);
            this.trayPopupButton.TabIndex = 4;
            this.trayPopupButton.Text = "Configure";
            this.trayPopupButton.UseVisualStyleBackColor = true;
            this.trayPopupButton.Click += new System.EventHandler(this.trayPopupButton_Click);
            // 
            // trayPopupRadio
            // 
            this.trayPopupRadio.AutoSize = true;
            this.trayPopupRadio.Location = new System.Drawing.Point(6, 49);
            this.trayPopupRadio.Name = "trayPopupRadio";
            this.trayPopupRadio.Size = new System.Drawing.Size(56, 17);
            this.trayPopupRadio.TabIndex = 3;
            this.trayPopupRadio.TabStop = true;
            this.trayPopupRadio.Text = "Popup";
            this.trayPopupRadio.UseVisualStyleBackColor = true;
            // 
            // trayTooltipRadio
            // 
            this.trayTooltipRadio.AutoSize = true;
            this.trayTooltipRadio.Location = new System.Drawing.Point(6, 20);
            this.trayTooltipRadio.Name = "trayTooltipRadio";
            this.trayTooltipRadio.Size = new System.Drawing.Size(57, 17);
            this.trayTooltipRadio.TabIndex = 0;
            this.trayTooltipRadio.TabStop = true;
            this.trayTooltipRadio.Text = "Tooltip";
            this.trayTooltipRadio.UseVisualStyleBackColor = true;
            // 
            // trayTooltipButton
            // 
            this.trayTooltipButton.Location = new System.Drawing.Point(69, 17);
            this.trayTooltipButton.Name = "trayTooltipButton";
            this.trayTooltipButton.Size = new System.Drawing.Size(75, 23);
            this.trayTooltipButton.TabIndex = 2;
            this.trayTooltipButton.Text = "Configure";
            this.trayTooltipButton.UseVisualStyleBackColor = true;
            this.trayTooltipButton.Click += new System.EventHandler(this.trayTooltipButton_Click);
            // 
            // updatesPage
            // 
            this.updatesPage.Controls.Add(this.groupBox1);
            this.updatesPage.Controls.Add(this.updateSettingsControl);
            this.updatesPage.Controls.Add(this.lblUpdatesPage);
            this.updatesPage.Controls.Add(this.cbCheckTimeOnStartup);
            this.updatesPage.Controls.Add(this.cbCheckForUpdates);
            this.updatesPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.updatesPage.Location = new System.Drawing.Point(5, 5);
            this.updatesPage.Name = "updatesPage";
            this.updatesPage.Size = new System.Drawing.Size(435, 426);
            this.updatesPage.TabIndex = 9;
            this.updatesPage.Text = "updatesPage";
            this.updatesPage.Visible = false;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnResetUpdateQueryTimers);
            this.groupBox1.Location = new System.Drawing.Point(320, 35);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(105, 45);
            this.groupBox1.TabIndex = 12;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Queries Updater";
            // 
            // btnResetUpdateQueryTimers
            // 
            this.btnResetUpdateQueryTimers.Location = new System.Drawing.Point(15, 15);
            this.btnResetUpdateQueryTimers.Name = "btnResetUpdateQueryTimers";
            this.btnResetUpdateQueryTimers.Size = new System.Drawing.Size(75, 23);
            this.btnResetUpdateQueryTimers.TabIndex = 11;
            this.btnResetUpdateQueryTimers.Text = "Update All";
            this.btnResetUpdateQueryTimers.UseVisualStyleBackColor = true;
            this.btnResetUpdateQueryTimers.Click += new System.EventHandler(this.btnUpdateQueryTimers_Click);
            // 
            // updateSettingsControl
            // 
            this.updateSettingsControl.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.updateSettingsControl.AutoScroll = true;
            this.updateSettingsControl.Location = new System.Drawing.Point(11, 85);
            this.updateSettingsControl.Name = "updateSettingsControl";
            this.updateSettingsControl.Settings = null;
            this.updateSettingsControl.Size = new System.Drawing.Size(413, 340);
            this.updateSettingsControl.TabIndex = 10;
            // 
            // lblUpdatesPage
            // 
            this.lblUpdatesPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblUpdatesPage.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            this.lblUpdatesPage.Location = new System.Drawing.Point(3, 2);
            this.lblUpdatesPage.Name = "lblUpdatesPage";
            this.lblUpdatesPage.Size = new System.Drawing.Size(429, 34);
            this.lblUpdatesPage.TabIndex = 9;
            this.lblUpdatesPage.Text = "The following settings help reducing the network load, especially for high-latenc" +
                "y connections and clients with many characters.";
            // 
            // cbCheckTimeOnStartup
            // 
            this.cbCheckTimeOnStartup.AutoSize = true;
            this.cbCheckTimeOnStartup.Location = new System.Drawing.Point(15, 39);
            this.cbCheckTimeOnStartup.Name = "cbCheckTimeOnStartup";
            this.cbCheckTimeOnStartup.Size = new System.Drawing.Size(201, 17);
            this.cbCheckTimeOnStartup.TabIndex = 0;
            this.cbCheckTimeOnStartup.Text = "Check the computer clock on startup";
            this.cbCheckTimeOnStartup.UseVisualStyleBackColor = true;
            // 
            // cbCheckForUpdates
            // 
            this.cbCheckForUpdates.AutoSize = true;
            this.cbCheckForUpdates.Location = new System.Drawing.Point(15, 62);
            this.cbCheckForUpdates.Name = "cbCheckForUpdates";
            this.cbCheckForUpdates.Size = new System.Drawing.Size(158, 17);
            this.cbCheckForUpdates.TabIndex = 0;
            this.cbCheckForUpdates.Text = "Check for EVEMon updates";
            this.cbCheckForUpdates.UseVisualStyleBackColor = true;
            // 
            // schedulerUIPage
            // 
            this.schedulerUIPage.Controls.Add(lblSchedulerUIPage);
            this.schedulerUIPage.Controls.Add(this.panelColorText);
            this.schedulerUIPage.Controls.Add(lblText);
            this.schedulerUIPage.Controls.Add(this.panelColorRecurring2);
            this.schedulerUIPage.Controls.Add(lblBlockingEvents);
            this.schedulerUIPage.Controls.Add(this.panelColorRecurring1);
            this.schedulerUIPage.Controls.Add(lblRecurringEvents);
            this.schedulerUIPage.Controls.Add(this.panelColorSingle2);
            this.schedulerUIPage.Controls.Add(lblSimpleEvents);
            this.schedulerUIPage.Controls.Add(this.panelColorSingle1);
            this.schedulerUIPage.Controls.Add(this.panelColorBlocking);
            this.schedulerUIPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.schedulerUIPage.Location = new System.Drawing.Point(5, 5);
            this.schedulerUIPage.Name = "schedulerUIPage";
            this.schedulerUIPage.Size = new System.Drawing.Size(435, 426);
            this.schedulerUIPage.TabIndex = 10;
            this.schedulerUIPage.Text = "schedulerUIPage";
            this.schedulerUIPage.Visible = false;
            // 
            // panelColorText
            // 
            this.panelColorText.BackColor = System.Drawing.Color.White;
            this.panelColorText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelColorText.Cursor = System.Windows.Forms.Cursors.Hand;
            this.panelColorText.Location = new System.Drawing.Point(107, 105);
            this.panelColorText.Name = "panelColorText";
            this.panelColorText.Size = new System.Drawing.Size(43, 17);
            this.panelColorText.TabIndex = 4;
            this.panelColorText.Click += new System.EventHandler(this.colorPanel_Click);
            // 
            // panelColorRecurring2
            // 
            this.panelColorRecurring2.BackColor = System.Drawing.Color.LightGreen;
            this.panelColorRecurring2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelColorRecurring2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.panelColorRecurring2.Location = new System.Drawing.Point(156, 176);
            this.panelColorRecurring2.Name = "panelColorRecurring2";
            this.panelColorRecurring2.Size = new System.Drawing.Size(43, 17);
            this.panelColorRecurring2.TabIndex = 4;
            this.panelColorRecurring2.Click += new System.EventHandler(this.colorPanel_Click);
            // 
            // panelColorRecurring1
            // 
            this.panelColorRecurring1.BackColor = System.Drawing.Color.Green;
            this.panelColorRecurring1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelColorRecurring1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.panelColorRecurring1.Location = new System.Drawing.Point(107, 176);
            this.panelColorRecurring1.Name = "panelColorRecurring1";
            this.panelColorRecurring1.Size = new System.Drawing.Size(43, 17);
            this.panelColorRecurring1.TabIndex = 4;
            this.panelColorRecurring1.Click += new System.EventHandler(this.colorPanel_Click);
            // 
            // panelColorSingle2
            // 
            this.panelColorSingle2.BackColor = System.Drawing.Color.LightBlue;
            this.panelColorSingle2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelColorSingle2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.panelColorSingle2.Location = new System.Drawing.Point(156, 153);
            this.panelColorSingle2.Name = "panelColorSingle2";
            this.panelColorSingle2.Size = new System.Drawing.Size(43, 17);
            this.panelColorSingle2.TabIndex = 4;
            this.panelColorSingle2.Click += new System.EventHandler(this.colorPanel_Click);
            // 
            // panelColorSingle1
            // 
            this.panelColorSingle1.BackColor = System.Drawing.Color.Blue;
            this.panelColorSingle1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelColorSingle1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.panelColorSingle1.Location = new System.Drawing.Point(107, 153);
            this.panelColorSingle1.Name = "panelColorSingle1";
            this.panelColorSingle1.Size = new System.Drawing.Size(43, 17);
            this.panelColorSingle1.TabIndex = 4;
            this.panelColorSingle1.Click += new System.EventHandler(this.colorPanel_Click);
            // 
            // panelColorBlocking
            // 
            this.panelColorBlocking.BackColor = System.Drawing.Color.Red;
            this.panelColorBlocking.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelColorBlocking.Cursor = System.Windows.Forms.Cursors.Hand;
            this.panelColorBlocking.Location = new System.Drawing.Point(107, 128);
            this.panelColorBlocking.Name = "panelColorBlocking";
            this.panelColorBlocking.Size = new System.Drawing.Size(43, 17);
            this.panelColorBlocking.TabIndex = 3;
            this.panelColorBlocking.Click += new System.EventHandler(this.colorPanel_Click);
            // 
            // externalCalendarPage
            // 
            this.externalCalendarPage.Controls.Add(this.externalCalendarPanel);
            this.externalCalendarPage.Controls.Add(lblExternalCalendarPage);
            this.externalCalendarPage.Controls.Add(this.externalCalendarCheckbox);
            this.externalCalendarPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.externalCalendarPage.Location = new System.Drawing.Point(5, 5);
            this.externalCalendarPage.Name = "externalCalendarPage";
            this.externalCalendarPage.Size = new System.Drawing.Size(435, 426);
            this.externalCalendarPage.TabIndex = 11;
            this.externalCalendarPage.Text = "externalCalendarPage";
            this.externalCalendarPage.Visible = false;
            // 
            // externalCalendarPanel
            // 
            this.externalCalendarPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.externalCalendarPanel.Controls.Add(this.rbMSOutlook);
            this.externalCalendarPanel.Controls.Add(this.dtpLateReminder);
            this.externalCalendarPanel.Controls.Add(this.tbReminder);
            this.externalCalendarPanel.Controls.Add(this.dtpEarlyReminder);
            this.externalCalendarPanel.Controls.Add(this.gbGoogle);
            this.externalCalendarPanel.Controls.Add(this.rbGoogle);
            this.externalCalendarPanel.Controls.Add(this.cbUseAlterateReminder);
            this.externalCalendarPanel.Controls.Add(lblEarlyReminder);
            this.externalCalendarPanel.Controls.Add(this.cbSetReminder);
            this.externalCalendarPanel.Controls.Add(lblLateReminder);
            this.externalCalendarPanel.Location = new System.Drawing.Point(3, 119);
            this.externalCalendarPanel.Name = "externalCalendarPanel";
            this.externalCalendarPanel.Size = new System.Drawing.Size(429, 262);
            this.externalCalendarPanel.TabIndex = 12;
            // 
            // rbMSOutlook
            // 
            this.rbMSOutlook.AutoSize = true;
            this.rbMSOutlook.Checked = true;
            this.rbMSOutlook.Location = new System.Drawing.Point(3, 5);
            this.rbMSOutlook.Name = "rbMSOutlook";
            this.rbMSOutlook.Size = new System.Drawing.Size(79, 17);
            this.rbMSOutlook.TabIndex = 1;
            this.rbMSOutlook.TabStop = true;
            this.rbMSOutlook.Text = "MS Outlook";
            this.rbMSOutlook.UseVisualStyleBackColor = true;
            this.rbMSOutlook.Click += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // dtpLateReminder
            // 
            this.dtpLateReminder.Format = System.Windows.Forms.DateTimePickerFormat.Time;
            this.dtpLateReminder.Location = new System.Drawing.Point(281, 224);
            this.dtpLateReminder.Name = "dtpLateReminder";
            this.dtpLateReminder.ShowUpDown = true;
            this.dtpLateReminder.Size = new System.Drawing.Size(72, 21);
            this.dtpLateReminder.TabIndex = 10;
            this.dtpLateReminder.Value = new System.DateTime(2007, 9, 21, 0, 0, 0, 0);
            // 
            // tbReminder
            // 
            this.tbReminder.Location = new System.Drawing.Point(88, 171);
            this.tbReminder.Name = "tbReminder";
            this.tbReminder.Size = new System.Drawing.Size(35, 21);
            this.tbReminder.TabIndex = 7;
            this.tbReminder.Text = "5";
            this.tbReminder.Validating += new System.ComponentModel.CancelEventHandler(this.tbReminder_Validating);
            // 
            // dtpEarlyReminder
            // 
            this.dtpEarlyReminder.Format = System.Windows.Forms.DateTimePickerFormat.Time;
            this.dtpEarlyReminder.Location = new System.Drawing.Point(119, 224);
            this.dtpEarlyReminder.Name = "dtpEarlyReminder";
            this.dtpEarlyReminder.ShowUpDown = true;
            this.dtpEarlyReminder.Size = new System.Drawing.Size(70, 21);
            this.dtpEarlyReminder.TabIndex = 9;
            this.dtpEarlyReminder.Value = new System.DateTime(2007, 9, 21, 0, 0, 0, 0);
            // 
            // gbGoogle
            // 
            this.gbGoogle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.gbGoogle.Controls.Add(this.cbGoogleReminder);
            this.gbGoogle.Controls.Add(lblReminder);
            this.gbGoogle.Controls.Add(lblURI);
            this.gbGoogle.Controls.Add(this.tbGoogleURI);
            this.gbGoogle.Controls.Add(this.tbGooglePassword);
            this.gbGoogle.Controls.Add(this.tbGoogleEmail);
            this.gbGoogle.Controls.Add(lblPassword);
            this.gbGoogle.Controls.Add(lblGoogleEmail);
            this.gbGoogle.Enabled = false;
            this.gbGoogle.Location = new System.Drawing.Point(2, 28);
            this.gbGoogle.Name = "gbGoogle";
            this.gbGoogle.Size = new System.Drawing.Size(423, 137);
            this.gbGoogle.TabIndex = 3;
            this.gbGoogle.TabStop = false;
            this.gbGoogle.Text = "Google Information";
            // 
            // cbGoogleReminder
            // 
            this.cbGoogleReminder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbGoogleReminder.FormattingEnabled = true;
            this.cbGoogleReminder.Items.AddRange(new object[] {
            "Alert",
            "All",
            "Email",
            "None",
            "SMS",
            "Unspecified"});
            this.cbGoogleReminder.Location = new System.Drawing.Point(83, 104);
            this.cbGoogleReminder.Name = "cbGoogleReminder";
            this.cbGoogleReminder.Size = new System.Drawing.Size(121, 21);
            this.cbGoogleReminder.TabIndex = 7;
            // 
            // tbGoogleURI
            // 
            this.tbGoogleURI.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tbGoogleURI.Location = new System.Drawing.Point(83, 76);
            this.tbGoogleURI.Name = "tbGoogleURI";
            this.tbGoogleURI.Size = new System.Drawing.Size(334, 21);
            this.tbGoogleURI.TabIndex = 5;
            this.tbGoogleURI.Text = "http://www.google.com/calendar/feeds/default/private/full";
            // 
            // tbGooglePassword
            // 
            this.tbGooglePassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tbGooglePassword.Location = new System.Drawing.Point(83, 49);
            this.tbGooglePassword.Name = "tbGooglePassword";
            this.tbGooglePassword.PasswordChar = '*';
            this.tbGooglePassword.Size = new System.Drawing.Size(334, 21);
            this.tbGooglePassword.TabIndex = 4;
            // 
            // tbGoogleEmail
            // 
            this.tbGoogleEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tbGoogleEmail.Location = new System.Drawing.Point(83, 21);
            this.tbGoogleEmail.Name = "tbGoogleEmail";
            this.tbGoogleEmail.Size = new System.Drawing.Size(334, 21);
            this.tbGoogleEmail.TabIndex = 3;
            // 
            // rbGoogle
            // 
            this.rbGoogle.AutoSize = true;
            this.rbGoogle.Location = new System.Drawing.Point(88, 4);
            this.rbGoogle.Name = "rbGoogle";
            this.rbGoogle.Size = new System.Drawing.Size(58, 17);
            this.rbGoogle.TabIndex = 2;
            this.rbGoogle.Text = "Google";
            this.rbGoogle.UseVisualStyleBackColor = true;
            this.rbGoogle.Click += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // cbUseAlterateReminder
            // 
            this.cbUseAlterateReminder.AutoSize = true;
            this.cbUseAlterateReminder.Checked = true;
            this.cbUseAlterateReminder.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbUseAlterateReminder.Location = new System.Drawing.Point(11, 198);
            this.cbUseAlterateReminder.Name = "cbUseAlterateReminder";
            this.cbUseAlterateReminder.Size = new System.Drawing.Size(136, 17);
            this.cbUseAlterateReminder.TabIndex = 8;
            this.cbUseAlterateReminder.Text = "Use alternate reminder";
            this.cbUseAlterateReminder.UseVisualStyleBackColor = true;
            // 
            // cbSetReminder
            // 
            this.cbSetReminder.AutoSize = true;
            this.cbSetReminder.Checked = true;
            this.cbSetReminder.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbSetReminder.Location = new System.Drawing.Point(11, 173);
            this.cbSetReminder.Name = "cbSetReminder";
            this.cbSetReminder.Size = new System.Drawing.Size(71, 17);
            this.cbSetReminder.TabIndex = 6;
            this.cbSetReminder.Text = "Reminder";
            this.cbSetReminder.UseVisualStyleBackColor = true;
            // 
            // externalCalendarCheckbox
            // 
            this.externalCalendarCheckbox.AutoSize = true;
            this.externalCalendarCheckbox.Location = new System.Drawing.Point(6, 98);
            this.externalCalendarCheckbox.Name = "externalCalendarCheckbox";
            this.externalCalendarCheckbox.Size = new System.Drawing.Size(169, 17);
            this.externalCalendarCheckbox.TabIndex = 0;
            this.externalCalendarCheckbox.Text = "Use External Calendar (Import)";
            this.externalCalendarCheckbox.UseVisualStyleBackColor = true;
            this.externalCalendarCheckbox.Click += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // g15Page
            // 
            this.g15Page.Controls.Add(this.g15CheckBox);
            this.g15Page.Controls.Add(lblG15Page);
            this.g15Page.Controls.Add(this.g15Panel);
            this.g15Page.Dock = System.Windows.Forms.DockStyle.Fill;
            this.g15Page.Location = new System.Drawing.Point(5, 5);
            this.g15Page.Name = "g15Page";
            this.g15Page.Size = new System.Drawing.Size(435, 426);
            this.g15Page.TabIndex = 13;
            this.g15Page.Text = "g15Page";
            this.g15Page.Visible = false;
            // 
            // g15CheckBox
            // 
            this.g15CheckBox.AutoSize = true;
            this.g15CheckBox.Location = new System.Drawing.Point(6, 102);
            this.g15CheckBox.Name = "g15CheckBox";
            this.g15CheckBox.Size = new System.Drawing.Size(130, 17);
            this.g15CheckBox.TabIndex = 0;
            this.g15CheckBox.Text = "Use G15/G19 Display";
            this.g15CheckBox.UseVisualStyleBackColor = true;
            this.g15CheckBox.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // g15Panel
            // 
            this.g15Panel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.g15Panel.Controls.Add(this.cbG15ShowEVETime);
            this.g15Panel.Controls.Add(this.cbG15ShowTime);
            this.g15Panel.Controls.Add(this.panelCycleQueueInfo);
            this.g15Panel.Controls.Add(this.panelCycleCharInfo);
            this.g15Panel.Location = new System.Drawing.Point(6, 125);
            this.g15Panel.Margin = new System.Windows.Forms.Padding(0);
            this.g15Panel.Name = "g15Panel";
            this.g15Panel.Size = new System.Drawing.Size(399, 112);
            this.g15Panel.TabIndex = 7;
            // 
            // cbG15ShowEVETime
            // 
            this.cbG15ShowEVETime.AutoSize = true;
            this.cbG15ShowEVETime.Location = new System.Drawing.Point(10, 59);
            this.cbG15ShowEVETime.Name = "cbG15ShowEVETime";
            this.cbG15ShowEVETime.Size = new System.Drawing.Size(103, 17);
            this.cbG15ShowEVETime.TabIndex = 9;
            this.cbG15ShowEVETime.Text = "Show EVE Time";
            this.cbG15ShowEVETime.UseVisualStyleBackColor = true;
            // 
            // cbG15ShowTime
            // 
            this.cbG15ShowTime.AutoSize = true;
            this.cbG15ShowTime.Location = new System.Drawing.Point(114, 59);
            this.cbG15ShowTime.Name = "cbG15ShowTime";
            this.cbG15ShowTime.Size = new System.Drawing.Size(116, 17);
            this.cbG15ShowTime.TabIndex = 8;
            this.cbG15ShowTime.Text = "Show System Time";
            this.cbG15ShowTime.UseVisualStyleBackColor = true;
            // 
            // panelCycleQueueInfo
            // 
            this.panelCycleQueueInfo.AutoSize = true;
            this.panelCycleQueueInfo.Controls.Add(this.cbG15CycleTimes);
            this.panelCycleQueueInfo.Controls.Add(this.ACycleTimesInterval);
            this.panelCycleQueueInfo.Controls.Add(lblCycleTrainingSeconds);
            this.panelCycleQueueInfo.Location = new System.Drawing.Point(7, 29);
            this.panelCycleQueueInfo.Name = "panelCycleQueueInfo";
            this.panelCycleQueueInfo.Size = new System.Drawing.Size(315, 28);
            this.panelCycleQueueInfo.TabIndex = 7;
            // 
            // cbG15CycleTimes
            // 
            this.cbG15CycleTimes.AutoSize = true;
            this.cbG15CycleTimes.Location = new System.Drawing.Point(3, 5);
            this.cbG15CycleTimes.Margin = new System.Windows.Forms.Padding(3, 5, 0, 3);
            this.cbG15CycleTimes.Name = "cbG15CycleTimes";
            this.cbG15CycleTimes.Size = new System.Drawing.Size(212, 17);
            this.cbG15CycleTimes.TabIndex = 7;
            this.cbG15CycleTimes.Text = "Cycle Characters Skill Queue info every";
            this.cbG15CycleTimes.UseVisualStyleBackColor = true;
            this.cbG15CycleTimes.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // ACycleTimesInterval
            // 
            this.ACycleTimesInterval.AutoSize = true;
            this.ACycleTimesInterval.Location = new System.Drawing.Point(221, 4);
            this.ACycleTimesInterval.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.ACycleTimesInterval.Maximum = new decimal(new int[] {
            120,
            0,
            0,
            0});
            this.ACycleTimesInterval.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ACycleTimesInterval.Name = "ACycleTimesInterval";
            this.ACycleTimesInterval.Size = new System.Drawing.Size(45, 21);
            this.ACycleTimesInterval.TabIndex = 8;
            this.ACycleTimesInterval.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            // 
            // panelCycleCharInfo
            // 
            this.panelCycleCharInfo.AutoSize = true;
            this.panelCycleCharInfo.Controls.Add(this.cbG15ACycle);
            this.panelCycleCharInfo.Controls.Add(this.ACycleInterval);
            this.panelCycleCharInfo.Controls.Add(lblG15CycleCharSeconds);
            this.panelCycleCharInfo.Location = new System.Drawing.Point(7, 3);
            this.panelCycleCharInfo.Name = "panelCycleCharInfo";
            this.panelCycleCharInfo.Size = new System.Drawing.Size(236, 28);
            this.panelCycleCharInfo.TabIndex = 6;
            // 
            // cbG15ACycle
            // 
            this.cbG15ACycle.AutoSize = true;
            this.cbG15ACycle.Location = new System.Drawing.Point(3, 5);
            this.cbG15ACycle.Margin = new System.Windows.Forms.Padding(3, 5, 0, 3);
            this.cbG15ACycle.Name = "cbG15ACycle";
            this.cbG15ACycle.Size = new System.Drawing.Size(135, 17);
            this.cbG15ACycle.TabIndex = 4;
            this.cbG15ACycle.Text = "Cycle Characters every";
            this.cbG15ACycle.UseVisualStyleBackColor = true;
            this.cbG15ACycle.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // ACycleInterval
            // 
            this.ACycleInterval.AutoSize = true;
            this.ACycleInterval.Location = new System.Drawing.Point(142, 4);
            this.ACycleInterval.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.ACycleInterval.Maximum = new decimal(new int[] {
            120,
            0,
            0,
            0});
            this.ACycleInterval.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ACycleInterval.Name = "ACycleInterval";
            this.ACycleInterval.Size = new System.Drawing.Size(45, 21);
            this.ACycleInterval.TabIndex = 5;
            this.ACycleInterval.Value = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.ACycleInterval.ValueChanged += new System.EventHandler(this.ACycleInterval_ValueChanged);
            // 
            // igbServerPage
            // 
            this.igbServerPage.Controls.Add(this.igbCheckBox);
            this.igbServerPage.Controls.Add(lblIgbServerPage);
            this.igbServerPage.Controls.Add(this.igbFlowPanel);
            this.igbServerPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.igbServerPage.Location = new System.Drawing.Point(5, 5);
            this.igbServerPage.Name = "igbServerPage";
            this.igbServerPage.Size = new System.Drawing.Size(435, 426);
            this.igbServerPage.TabIndex = 14;
            this.igbServerPage.Text = "igbServerPage";
            this.igbServerPage.Visible = false;
            // 
            // igbCheckBox
            // 
            this.igbCheckBox.AutoSize = true;
            this.igbCheckBox.Location = new System.Drawing.Point(7, 115);
            this.igbCheckBox.Name = "igbCheckBox";
            this.igbCheckBox.Size = new System.Drawing.Size(121, 17);
            this.igbCheckBox.TabIndex = 3;
            this.igbCheckBox.Text = "Run IGB Mini-server";
            this.igbCheckBox.UseVisualStyleBackColor = true;
            this.igbCheckBox.CheckedChanged += new System.EventHandler(this.OnMustEnableOrDisable);
            // 
            // igbFlowPanel
            // 
            this.igbFlowPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.igbFlowPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.igbFlowPanel.Controls.Add(this.flowLayoutPanel27);
            this.igbFlowPanel.Controls.Add(flowLayoutPanel28);
            this.igbFlowPanel.Controls.Add(this.cbIGBPublic);
            this.igbFlowPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.igbFlowPanel.Location = new System.Drawing.Point(7, 138);
            this.igbFlowPanel.Name = "igbFlowPanel";
            this.igbFlowPanel.Padding = new System.Windows.Forms.Padding(9, 0, 9, 0);
            this.igbFlowPanel.Size = new System.Drawing.Size(413, 95);
            this.igbFlowPanel.TabIndex = 4;
            // 
            // flowLayoutPanel27
            // 
            this.flowLayoutPanel27.Controls.Add(lblIGBPort);
            this.flowLayoutPanel27.Controls.Add(this.igbPortTextBox);
            this.flowLayoutPanel27.Location = new System.Drawing.Point(12, 3);
            this.flowLayoutPanel27.Name = "flowLayoutPanel27";
            this.flowLayoutPanel27.Size = new System.Drawing.Size(125, 28);
            this.flowLayoutPanel27.TabIndex = 7;
            // 
            // igbPortTextBox
            // 
            this.igbPortTextBox.Location = new System.Drawing.Point(59, 3);
            this.igbPortTextBox.MaxLength = 5;
            this.igbPortTextBox.Name = "igbPortTextBox";
            this.igbPortTextBox.Size = new System.Drawing.Size(35, 21);
            this.igbPortTextBox.TabIndex = 8;
            this.igbPortTextBox.Text = "80";
            this.igbPortTextBox.TextChanged += new System.EventHandler(this.igbPortTextBox_TextChanged);
            this.igbPortTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.igbPortTextBox_Validating);
            // 
            // cbIGBPublic
            // 
            this.cbIGBPublic.AutoSize = true;
            this.cbIGBPublic.Location = new System.Drawing.Point(12, 65);
            this.cbIGBPublic.Name = "cbIGBPublic";
            this.cbIGBPublic.Size = new System.Drawing.Size(165, 17);
            this.cbIGBPublic.TabIndex = 4;
            this.cbIGBPublic.Text = "Make IGB Mini-server public?";
            this.cbIGBPublic.UseVisualStyleBackColor = true;
            // 
            // iconsPage
            // 
            this.iconsPage.Controls.Add(label1);
            this.iconsPage.Controls.Add(gbSkillBrowserIconSet);
            this.iconsPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.iconsPage.Location = new System.Drawing.Point(5, 5);
            this.iconsPage.Name = "iconsPage";
            this.iconsPage.Size = new System.Drawing.Size(435, 426);
            this.iconsPage.TabIndex = 16;
            this.iconsPage.Text = "iconsPage";
            // 
            // messagesPage
            // 
            this.messagesPage.Controls.Add(this.gbMessageBox);
            this.messagesPage.Controls.Add(label2);
            this.messagesPage.Controls.Add(this.ObsoleteEntryRemovalGroupBox);
            this.messagesPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.messagesPage.Location = new System.Drawing.Point(5, 5);
            this.messagesPage.Name = "messagesPage";
            this.messagesPage.Size = new System.Drawing.Size(435, 426);
            this.messagesPage.TabIndex = 17;
            this.messagesPage.Text = "messagesPage";
            // 
            // gbMessageBox
            // 
            this.gbMessageBox.Controls.Add(this.lblPrioritesConflict);
            this.gbMessageBox.Controls.Add(this.btnPrioritiesReset);
            this.gbMessageBox.Location = new System.Drawing.Point(5, 314);
            this.gbMessageBox.Name = "gbMessageBox";
            this.gbMessageBox.Size = new System.Drawing.Size(424, 58);
            this.gbMessageBox.TabIndex = 25;
            this.gbMessageBox.TabStop = false;
            this.gbMessageBox.Text = "Pop-up Messages";
            // 
            // lblPrioritesConflict
            // 
            this.lblPrioritesConflict.AutoSize = true;
            this.lblPrioritesConflict.Location = new System.Drawing.Point(20, 25);
            this.lblPrioritesConflict.Name = "lblPrioritesConflict";
            this.lblPrioritesConflict.Size = new System.Drawing.Size(87, 13);
            this.lblPrioritesConflict.TabIndex = 1;
            this.lblPrioritesConflict.Text = "Priorities Conflict";
            // 
            // btnPrioritiesReset
            // 
            this.btnPrioritiesReset.Location = new System.Drawing.Point(332, 20);
            this.btnPrioritiesReset.Name = "btnPrioritiesReset";
            this.btnPrioritiesReset.Size = new System.Drawing.Size(75, 23);
            this.btnPrioritiesReset.TabIndex = 0;
            this.btnPrioritiesReset.Text = "Reset";
            this.btnPrioritiesReset.UseVisualStyleBackColor = true;
            this.btnPrioritiesReset.Click += new System.EventHandler(this.btnPrioritiesReset_Click);
            // 
            // ObsoleteEntryRemovalGroupBox
            // 
            this.ObsoleteEntryRemovalGroupBox.Controls.Add(this.RemoveAllLabel);
            this.ObsoleteEntryRemovalGroupBox.Controls.Add(this.AlwaysAskLabel);
            this.ObsoleteEntryRemovalGroupBox.Controls.Add(this.RemoveConfirmedLabel);
            this.ObsoleteEntryRemovalGroupBox.Controls.Add(this.alwaysAskRadioButton);
            this.ObsoleteEntryRemovalGroupBox.Controls.Add(this.removeAllRadioButton);
            this.ObsoleteEntryRemovalGroupBox.Controls.Add(this.removeConfirmedRadioButton);
            this.ObsoleteEntryRemovalGroupBox.Location = new System.Drawing.Point(5, 120);
            this.ObsoleteEntryRemovalGroupBox.Name = "ObsoleteEntryRemovalGroupBox";
            this.ObsoleteEntryRemovalGroupBox.Size = new System.Drawing.Size(425, 187);
            this.ObsoleteEntryRemovalGroupBox.TabIndex = 23;
            this.ObsoleteEntryRemovalGroupBox.TabStop = false;
            this.ObsoleteEntryRemovalGroupBox.Text = "Obsolete Plan Entry Removal";
            // 
            // RemoveAllLabel
            // 
            this.RemoveAllLabel.Location = new System.Drawing.Point(24, 144);
            this.RemoveAllLabel.Name = "RemoveAllLabel";
            this.RemoveAllLabel.Size = new System.Drawing.Size(394, 27);
            this.RemoveAllLabel.TabIndex = 5;
            this.RemoveAllLabel.Text = "If EVEMon believes a skill level has been completed, whether it has been confirme" +
                "d by the API or not it will be removed when the plan is opened.";
            // 
            // AlwaysAskLabel
            // 
            this.AlwaysAskLabel.Location = new System.Drawing.Point(24, 91);
            this.AlwaysAskLabel.Name = "AlwaysAskLabel";
            this.AlwaysAskLabel.Size = new System.Drawing.Size(394, 27);
            this.AlwaysAskLabel.TabIndex = 4;
            this.AlwaysAskLabel.Text = "Always display the \"Obsolete Entries\" link at the bottom of the skill planner bef" +
                "ore removing entries.";
            // 
            // RemoveConfirmedLabel
            // 
            this.RemoveConfirmedLabel.Location = new System.Drawing.Point(24, 39);
            this.RemoveConfirmedLabel.Name = "RemoveConfirmedLabel";
            this.RemoveConfirmedLabel.Size = new System.Drawing.Size(394, 27);
            this.RemoveConfirmedLabel.TabIndex = 3;
            this.RemoveConfirmedLabel.Text = "Once the API has confirmed a skill level has completed it is removed the next tim" +
                "e a plan is opened. This is the default behaviour.";
            // 
            // alwaysAskRadioButton
            // 
            this.alwaysAskRadioButton.AutoSize = true;
            this.alwaysAskRadioButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.alwaysAskRadioButton.Location = new System.Drawing.Point(7, 73);
            this.alwaysAskRadioButton.Name = "alwaysAskRadioButton";
            this.alwaysAskRadioButton.Size = new System.Drawing.Size(88, 17);
            this.alwaysAskRadioButton.TabIndex = 2;
            this.alwaysAskRadioButton.TabStop = true;
            this.alwaysAskRadioButton.Text = "Always ask";
            this.alwaysAskRadioButton.UseVisualStyleBackColor = true;
            // 
            // removeAllRadioButton
            // 
            this.removeAllRadioButton.AutoSize = true;
            this.removeAllRadioButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.removeAllRadioButton.Location = new System.Drawing.Point(7, 126);
            this.removeAllRadioButton.Name = "removeAllRadioButton";
            this.removeAllRadioButton.Size = new System.Drawing.Size(245, 17);
            this.removeAllRadioButton.TabIndex = 1;
            this.removeAllRadioButton.TabStop = true;
            this.removeAllRadioButton.Text = "Remove entry once training completes";
            this.removeAllRadioButton.UseVisualStyleBackColor = true;
            // 
            // removeConfirmedRadioButton
            // 
            this.removeConfirmedRadioButton.AutoSize = true;
            this.removeConfirmedRadioButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.removeConfirmedRadioButton.Location = new System.Drawing.Point(7, 21);
            this.removeConfirmedRadioButton.Name = "removeConfirmedRadioButton";
            this.removeConfirmedRadioButton.Size = new System.Drawing.Size(264, 17);
            this.removeConfirmedRadioButton.TabIndex = 0;
            this.removeConfirmedRadioButton.TabStop = true;
            this.removeConfirmedRadioButton.Text = "Remove confirmed entry (Recommended)";
            this.removeConfirmedRadioButton.UseVisualStyleBackColor = true;
            // 
            // battleClinicServicePage
            // 
            this.battleClinicServicePage.Controls.Add(this.settingsFileStorageGroupBox);
            this.battleClinicServicePage.Controls.Add(this.BattleClinicLinkLabel);
            this.battleClinicServicePage.Controls.Add(this.bcCredentialsGroupBox);
            this.battleClinicServicePage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.battleClinicServicePage.Location = new System.Drawing.Point(5, 5);
            this.battleClinicServicePage.Name = "battleClinicServicePage";
            this.battleClinicServicePage.Size = new System.Drawing.Size(435, 426);
            this.battleClinicServicePage.TabIndex = 18;
            this.battleClinicServicePage.Text = "battleClinicServicePage";
            // 
            // settingsFileStorageGroupBox
            // 
            this.settingsFileStorageGroupBox.Controls.Add(this.settingsFileStorageControl);
            this.settingsFileStorageGroupBox.Location = new System.Drawing.Point(6, 282);
            this.settingsFileStorageGroupBox.Name = "settingsFileStorageGroupBox";
            this.settingsFileStorageGroupBox.Size = new System.Drawing.Size(422, 127);
            this.settingsFileStorageGroupBox.TabIndex = 3;
            this.settingsFileStorageGroupBox.TabStop = false;
            this.settingsFileStorageGroupBox.Text = "Settings File Storage";
            // 
            // settingsFileStorageControl
            // 
            this.settingsFileStorageControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.settingsFileStorageControl.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.settingsFileStorageControl.Location = new System.Drawing.Point(3, 17);
            this.settingsFileStorageControl.Name = "settingsFileStorageControl";
            this.settingsFileStorageControl.Size = new System.Drawing.Size(416, 107);
            this.settingsFileStorageControl.TabIndex = 0;
            // 
            // BattleClinicLinkLabel
            // 
            this.BattleClinicLinkLabel.ForeColor = System.Drawing.SystemColors.MenuHighlight;
            this.BattleClinicLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(228, 12);
            this.BattleClinicLinkLabel.Location = new System.Drawing.Point(6, 18);
            this.BattleClinicLinkLabel.Name = "BattleClinicLinkLabel";
            this.BattleClinicLinkLabel.Size = new System.Drawing.Size(419, 45);
            this.BattleClinicLinkLabel.TabIndex = 2;
            this.BattleClinicLinkLabel.TabStop = true;
            this.BattleClinicLinkLabel.Text = resources.GetString("BattleClinicLinkLabel.Text");
            this.BattleClinicLinkLabel.UseCompatibleTextRendering = true;
            this.BattleClinicLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.BattleClinicLinkLabel_LinkClicked);
            // 
            // bcCredentialsGroupBox
            // 
            this.bcCredentialsGroupBox.Controls.Add(this.battleClinicAPIControl);
            this.bcCredentialsGroupBox.Location = new System.Drawing.Point(6, 78);
            this.bcCredentialsGroupBox.Name = "bcCredentialsGroupBox";
            this.bcCredentialsGroupBox.Size = new System.Drawing.Size(422, 183);
            this.bcCredentialsGroupBox.TabIndex = 1;
            this.bcCredentialsGroupBox.TabStop = false;
            this.bcCredentialsGroupBox.Text = "BattleClinic API Credentials";
            // 
            // battleClinicAPIControl
            // 
            this.battleClinicAPIControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.battleClinicAPIControl.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.battleClinicAPIControl.Location = new System.Drawing.Point(3, 17);
            this.battleClinicAPIControl.Name = "battleClinicAPIControl";
            this.battleClinicAPIControl.Size = new System.Drawing.Size(416, 163);
            this.battleClinicAPIControl.TabIndex = 0;
            // 
            // SettingsForm
            // 
            this.AcceptButton = this.okButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.CancelButton = this.cancelButton;
            this.ClientSize = new System.Drawing.Size(644, 482);
            this.Controls.Add(this.multiPanel);
            this.Controls.Add(this.leftPanel);
            this.Controls.Add(bottomPanel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(400, 400);
            this.Name = "SettingsForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "EVEMon Settings";
            this.Load += new System.EventHandler(this.SettingsForm_Load);
            bottomPanel.ResumeLayout(false);
            groupBox15.ResumeLayout(false);
            groupBox15.PerformLayout();
            groupBox7.ResumeLayout(false);
            groupBox7.PerformLayout();
            systemTrayIconGroupBox.ResumeLayout(false);
            systemTrayIconGroupBox.PerformLayout();
            flowLayoutPanel28.ResumeLayout(false);
            flowLayoutPanel28.PerformLayout();
            gbSkillBrowserIconSet.ResumeLayout(false);
            gbSkillBrowserIconSet.PerformLayout();
            this.tableLayoutPanel4.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.flowLayoutPanel9.ResumeLayout(false);
            this.flowLayoutPanel9.PerformLayout();
            this.leftPanel.ResumeLayout(false);
            this.multiPanel.ResumeLayout(false);
            this.mainWindowPage.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.overviewPanel.ResumeLayout(false);
            this.overviewPanel.PerformLayout();
            this.generalPage.ResumeLayout(false);
            this.generalPage.PerformLayout();
            this.skillPlannerPage.ResumeLayout(false);
            this.skillPlannerPage.PerformLayout();
            this.networkPage.ResumeLayout(false);
            this.ApiProxyGroupBox.ResumeLayout(false);
            this.ProxyServerGroupBox.ResumeLayout(false);
            this.ProxyServerGroupBox.PerformLayout();
            this.customProxyPanel.ResumeLayout(false);
            this.customProxyPanel.PerformLayout();
            this.emailNotificationsPage.ResumeLayout(false);
            this.emailNotificationsPage.PerformLayout();
            this.mailNotificationPanel.ResumeLayout(false);
            this.mailNotificationPanel.PerformLayout();
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            this.tlpEmailSettings.ResumeLayout(false);
            this.tlpEmailSettings.PerformLayout();
            this.tlpEmailAuthTable.ResumeLayout(false);
            this.tlpEmailAuthTable.PerformLayout();
            this.notificationsPage.ResumeLayout(false);
            this.notificationsPage.PerformLayout();
            this.trayIconPage.ResumeLayout(false);
            this.mainWindowBehaviourGroupBox.ResumeLayout(false);
            this.mainWindowBehaviourGroupBox.PerformLayout();
            this.trayIconPopupGroupBox.ResumeLayout(false);
            this.trayIconPopupGroupBox.PerformLayout();
            this.updatesPage.ResumeLayout(false);
            this.updatesPage.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.schedulerUIPage.ResumeLayout(false);
            this.schedulerUIPage.PerformLayout();
            this.externalCalendarPage.ResumeLayout(false);
            this.externalCalendarPage.PerformLayout();
            this.externalCalendarPanel.ResumeLayout(false);
            this.externalCalendarPanel.PerformLayout();
            this.gbGoogle.ResumeLayout(false);
            this.gbGoogle.PerformLayout();
            this.g15Page.ResumeLayout(false);
            this.g15Page.PerformLayout();
            this.g15Panel.ResumeLayout(false);
            this.g15Panel.PerformLayout();
            this.panelCycleQueueInfo.ResumeLayout(false);
            this.panelCycleQueueInfo.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ACycleTimesInterval)).EndInit();
            this.panelCycleCharInfo.ResumeLayout(false);
            this.panelCycleCharInfo.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ACycleInterval)).EndInit();
            this.igbServerPage.ResumeLayout(false);
            this.igbServerPage.PerformLayout();
            this.igbFlowPanel.ResumeLayout(false);
            this.igbFlowPanel.PerformLayout();
            this.flowLayoutPanel27.ResumeLayout(false);
            this.flowLayoutPanel27.PerformLayout();
            this.iconsPage.ResumeLayout(false);
            this.messagesPage.ResumeLayout(false);
            this.gbMessageBox.ResumeLayout(false);
            this.gbMessageBox.PerformLayout();
            this.ObsoleteEntryRemovalGroupBox.ResumeLayout(false);
            this.ObsoleteEntryRemovalGroupBox.PerformLayout();
            this.battleClinicServicePage.ResumeLayout(false);
            this.settingsFileStorageGroupBox.ResumeLayout(false);
            this.bcCredentialsGroupBox.ResumeLayout(false);
            this.ResumeLayout(false);

        }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.Label label3;
			System.Windows.Forms.Label label2;
			System.Windows.Forms.GroupBox groupBox2;
			System.Windows.Forms.Label label1;
			System.Windows.Forms.Label label5;
			this.txtRemoteMachine = new System.Windows.Forms.TextBox();
			this.chkUseRemoteMachine = new System.Windows.Forms.CheckBox();
			this.btnBrowseWorkingDirectory = new System.Windows.Forms.Button();
			this.txtWorkingDirectory = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.txtExtraOptions = new System.Windows.Forms.TextBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.btnStartBrowser = new System.Windows.Forms.RadioButton();
			this.btnStartProgram = new System.Windows.Forms.RadioButton();
			this.btnStartClass = new System.Windows.Forms.RadioButton();
			this.txtStartBrowser = new System.Windows.Forms.TextBox();
			this.txtStartProgram = new System.Windows.Forms.TextBox();
			this.txtStartClass = new System.Windows.Forms.TextBox();
			this.txtCommandLine = new System.Windows.Forms.TextBox();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.txtJvmArguments = new System.Windows.Forms.TextBox();
			this.txtAgentArguments = new System.Windows.Forms.TextBox();
			label3 = new System.Windows.Forms.Label();
			label2 = new System.Windows.Forms.Label();
			groupBox2 = new System.Windows.Forms.GroupBox();
			label1 = new System.Windows.Forms.Label();
			label5 = new System.Windows.Forms.Label();
			groupBox2.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.SuspendLayout();
			// 
			// label3
			// 
			label3.AutoSize = true;
			label3.Location = new System.Drawing.Point(39, 192);
			label3.Name = "label3";
			label3.Size = new System.Drawing.Size(77, 13);
			label3.TabIndex = 2;
			label3.Text = "Command Line";
			// 
			// label2
			// 
			label2.AutoSize = true;
			label2.Location = new System.Drawing.Point(39, 22);
			label2.Name = "label2";
			label2.Size = new System.Drawing.Size(128, 13);
			label2.TabIndex = 0;
			label2.Text = "Command line arguments:";
			// 
			// groupBox2
			// 
			groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
			| System.Windows.Forms.AnchorStyles.Right)));
			groupBox2.Controls.Add(this.txtRemoteMachine);
			groupBox2.Controls.Add(this.chkUseRemoteMachine);
			groupBox2.Controls.Add(this.btnBrowseWorkingDirectory);
			groupBox2.Controls.Add(this.txtWorkingDirectory);
			groupBox2.Controls.Add(this.label4);
			groupBox2.Controls.Add(this.txtExtraOptions);
			groupBox2.Controls.Add(label2);
			groupBox2.Location = new System.Drawing.Point(3, 112);
			groupBox2.Name = "groupBox2";
			groupBox2.Size = new System.Drawing.Size(553, 159);
			groupBox2.TabIndex = 1;
			groupBox2.TabStop = false;
			groupBox2.Text = "Start Options";
			// 
			// txtRemoteMachine
			// 
			this.txtRemoteMachine.Location = new System.Drawing.Point(190, 131);
			this.txtRemoteMachine.Name = "txtRemoteMachine";
			this.txtRemoteMachine.Size = new System.Drawing.Size(318, 20);
			this.txtRemoteMachine.TabIndex = 6;
			this.txtRemoteMachine.TextChanged += new System.EventHandler(this.HandleCommandLineAffectingChange);
			// 
			// chkUseRemoteMachine
			// 
			this.chkUseRemoteMachine.AutoSize = true;
			this.chkUseRemoteMachine.Location = new System.Drawing.Point(42, 133);
			this.chkUseRemoteMachine.Name = "chkUseRemoteMachine";
			this.chkUseRemoteMachine.Size = new System.Drawing.Size(126, 17);
			this.chkUseRemoteMachine.TabIndex = 5;
			this.chkUseRemoteMachine.Text = "Use remote machine:";
			this.chkUseRemoteMachine.UseVisualStyleBackColor = true;
			this.chkUseRemoteMachine.CheckedChanged += new System.EventHandler(this.HandleStateAffectingChange);
			// 
			// btnBrowseWorkingDirectory
			// 
			this.btnBrowseWorkingDirectory.Location = new System.Drawing.Point(514, 103);
			this.btnBrowseWorkingDirectory.Name = "btnBrowseWorkingDirectory";
			this.btnBrowseWorkingDirectory.Size = new System.Drawing.Size(27, 23);
			this.btnBrowseWorkingDirectory.TabIndex = 4;
			this.btnBrowseWorkingDirectory.Text = "...";
			this.btnBrowseWorkingDirectory.UseVisualStyleBackColor = true;
			// 
			// txtWorkingDirectory
			// 
			this.txtWorkingDirectory.Location = new System.Drawing.Point(190, 105);
			this.txtWorkingDirectory.Name = "txtWorkingDirectory";
			this.txtWorkingDirectory.Size = new System.Drawing.Size(318, 20);
			this.txtWorkingDirectory.TabIndex = 3;
			this.txtWorkingDirectory.TextChanged += new System.EventHandler(this.HandleCommandLineAffectingChange);
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(39, 108);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(93, 13);
			this.label4.TabIndex = 2;
			this.label4.Text = "Working directory:";
			// 
			// txtExtraOptions
			// 
			this.txtExtraOptions.Location = new System.Drawing.Point(190, 19);
			this.txtExtraOptions.Multiline = true;
			this.txtExtraOptions.Name = "txtExtraOptions";
			this.txtExtraOptions.Size = new System.Drawing.Size(318, 80);
			this.txtExtraOptions.TabIndex = 1;
			this.txtExtraOptions.TextChanged += new System.EventHandler(this.HandleCommandLineAffectingChange);
			// 
			// label1
			// 
			label1.AutoSize = true;
			label1.Location = new System.Drawing.Point(39, 22);
			label1.Name = "label1";
			label1.Size = new System.Drawing.Size(134, 13);
			label1.TabIndex = 0;
			label1.Text = "Virtual machine arguments:";
			// 
			// 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.btnStartBrowser);
			this.groupBox1.Controls.Add(this.btnStartProgram);
			this.groupBox1.Controls.Add(this.btnStartClass);
			this.groupBox1.Controls.Add(this.txtStartBrowser);
			this.groupBox1.Controls.Add(this.txtStartProgram);
			this.groupBox1.Controls.Add(this.txtStartClass);
			this.groupBox1.Location = new System.Drawing.Point(3, 3);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(553, 103);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Start Action";
			// 
			// btnStartBrowser
			// 
			this.btnStartBrowser.AutoSize = true;
			this.btnStartBrowser.Location = new System.Drawing.Point(42, 73);
			this.btnStartBrowser.Name = "btnStartBrowser";
			this.btnStartBrowser.Size = new System.Drawing.Size(137, 17);
			this.btnStartBrowser.TabIndex = 4;
			this.btnStartBrowser.TabStop = true;
			this.btnStartBrowser.Text = "Start browser with URL:";
			this.btnStartBrowser.UseVisualStyleBackColor = true;
			this.btnStartBrowser.CheckedChanged += new System.EventHandler(this.HandleStateAffectingChange);
			// 
			// btnStartProgram
			// 
			this.btnStartProgram.AutoSize = true;
			this.btnStartProgram.Location = new System.Drawing.Point(42, 47);
			this.btnStartProgram.Name = "btnStartProgram";
			this.btnStartProgram.Size = new System.Drawing.Size(131, 17);
			this.btnStartProgram.TabIndex = 2;
			this.btnStartProgram.TabStop = true;
			this.btnStartProgram.Text = "Start external program:";
			this.btnStartProgram.UseVisualStyleBackColor = true;
			this.btnStartProgram.CheckedChanged += new System.EventHandler(this.HandleStateAffectingChange);
			// 
			// btnStartClass
			// 
			this.btnStartClass.AutoSize = true;
			this.btnStartClass.Location = new System.Drawing.Point(42, 21);
			this.btnStartClass.Name = "btnStartClass";
			this.btnStartClass.Size = new System.Drawing.Size(142, 17);
			this.btnStartClass.TabIndex = 0;
			this.btnStartClass.TabStop = true;
			this.btnStartClass.Text = "Start class within project:";
			this.btnStartClass.UseVisualStyleBackColor = true;
			this.btnStartClass.CheckedChanged += new System.EventHandler(this.HandleStateAffectingChange);
			// 
			// txtStartBrowser
			// 
			this.txtStartBrowser.Location = new System.Drawing.Point(190, 72);
			this.txtStartBrowser.Name = "txtStartBrowser";
			this.txtStartBrowser.Size = new System.Drawing.Size(318, 20);
			this.txtStartBrowser.TabIndex = 5;
			this.txtStartBrowser.TextChanged += new System.EventHandler(this.HandleCommandLineAffectingChange);
			// 
			// txtStartProgram
			// 
			this.txtStartProgram.Location = new System.Drawing.Point(190, 46);
			this.txtStartProgram.Name = "txtStartProgram";
			this.txtStartProgram.Size = new System.Drawing.Size(318, 20);
			this.txtStartProgram.TabIndex = 3;
			this.txtStartProgram.TextChanged += new System.EventHandler(this.HandleCommandLineAffectingChange);
			// 
			// txtStartClass
			// 
			this.txtStartClass.Location = new System.Drawing.Point(190, 20);
			this.txtStartClass.Name = "txtStartClass";
			this.txtStartClass.Size = new System.Drawing.Size(318, 20);
			this.txtStartClass.TabIndex = 1;
			this.txtStartClass.TextChanged += new System.EventHandler(this.HandleCommandLineAffectingChange);
			// 
			// txtCommandLine
			// 
			this.txtCommandLine.Location = new System.Drawing.Point(42, 208);
			this.txtCommandLine.Multiline = true;
			this.txtCommandLine.Name = "txtCommandLine";
			this.txtCommandLine.ReadOnly = true;
			this.txtCommandLine.Size = new System.Drawing.Size(355, 98);
			this.txtCommandLine.TabIndex = 3;
			// 
			// 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.txtCommandLine);
			this.groupBox3.Controls.Add(label3);
			this.groupBox3.Controls.Add(this.txtAgentArguments);
			this.groupBox3.Controls.Add(label5);
			this.groupBox3.Controls.Add(this.txtJvmArguments);
			this.groupBox3.Controls.Add(label1);
			this.groupBox3.Location = new System.Drawing.Point(3, 277);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(553, 320);
			this.groupBox3.TabIndex = 2;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Java Virtual Machine";
			// 
			// txtJvmArguments
			// 
			this.txtJvmArguments.Location = new System.Drawing.Point(190, 19);
			this.txtJvmArguments.Multiline = true;
			this.txtJvmArguments.Name = "txtJvmArguments";
			this.txtJvmArguments.Size = new System.Drawing.Size(318, 80);
			this.txtJvmArguments.TabIndex = 1;
			this.txtJvmArguments.TextChanged += new System.EventHandler(this.HandleCommandLineAffectingChange);
			// 
			// label5
			// 
			label5.AutoSize = true;
			label5.Location = new System.Drawing.Point(39, 108);
			label5.Name = "label5";
			label5.Size = new System.Drawing.Size(90, 13);
			label5.TabIndex = 0;
			label5.Text = "Agent arguments:";
			// 
			// txtAgentArguments
			// 
			this.txtAgentArguments.Location = new System.Drawing.Point(190, 105);
			this.txtAgentArguments.Multiline = true;
			this.txtAgentArguments.Name = "txtAgentArguments";
			this.txtAgentArguments.Size = new System.Drawing.Size(318, 80);
			this.txtAgentArguments.TabIndex = 1;
			this.txtAgentArguments.TextChanged += new System.EventHandler(this.HandleCommandLineAffectingChange);
			// 
			// DartDebugPropertyPagePanel
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoSize = true;
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(groupBox2);
			this.Controls.Add(this.groupBox1);
			this.MinimumSize = new System.Drawing.Size(563, 533);
			this.Name = "DartDebugPropertyPagePanel";
			this.Size = new System.Drawing.Size(563, 757);
			groupBox2.ResumeLayout(false);
			groupBox2.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupBox3.ResumeLayout(false);
			this.groupBox3.PerformLayout();
			this.ResumeLayout(false);

		}
示例#43
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.Label    label1;
     System.Windows.Forms.GroupBox groupBox2;
     System.Windows.Forms.Label    label2;
     this.comboBoxReadBlock   = new System.Windows.Forms.ComboBox();
     this.label4              = new System.Windows.Forms.Label();
     this.textBoxReadValue    = new System.Windows.Forms.TextBox();
     this.buttonRead          = new System.Windows.Forms.Button();
     this.comboBoxReadSector  = new System.Windows.Forms.ComboBox();
     this.comboBoxWriteBlock  = new System.Windows.Forms.ComboBox();
     this.label5              = new System.Windows.Forms.Label();
     this.buttonWrite         = new System.Windows.Forms.Button();
     this.textBoxWriteValue   = new System.Windows.Forms.TextBox();
     this.comboBoxWriteSector = new System.Windows.Forms.ComboBox();
     this.label3              = new System.Windows.Forms.Label();
     this.textBoxUID          = new System.Windows.Forms.TextBox();
     groupBox1 = new System.Windows.Forms.GroupBox();
     label1    = new System.Windows.Forms.Label();
     groupBox2 = new System.Windows.Forms.GroupBox();
     label2    = new System.Windows.Forms.Label();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.comboBoxReadBlock);
     groupBox1.Controls.Add(this.label4);
     groupBox1.Controls.Add(this.textBoxReadValue);
     groupBox1.Controls.Add(this.buttonRead);
     groupBox1.Controls.Add(this.comboBoxReadSector);
     groupBox1.Controls.Add(label1);
     groupBox1.Location = new System.Drawing.Point(13, 13);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(345, 107);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Read";
     //
     // comboBoxReadBlock
     //
     this.comboBoxReadBlock.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxReadBlock.FormattingEnabled = true;
     this.comboBoxReadBlock.Items.AddRange(new object[] {
         "0",
         "1",
         "2",
         "3"
     });
     this.comboBoxReadBlock.Location = new System.Drawing.Point(50, 47);
     this.comboBoxReadBlock.Name     = "comboBoxReadBlock";
     this.comboBoxReadBlock.Size     = new System.Drawing.Size(93, 20);
     this.comboBoxReadBlock.TabIndex = 5;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(10, 50);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(34, 12);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Block";
     //
     // textBoxReadValue
     //
     this.textBoxReadValue.Font     = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.textBoxReadValue.Location = new System.Drawing.Point(8, 76);
     this.textBoxReadValue.Name     = "textBoxReadValue";
     this.textBoxReadValue.ReadOnly = true;
     this.textBoxReadValue.Size     = new System.Drawing.Size(331, 19);
     this.textBoxReadValue.TabIndex = 3;
     //
     // buttonRead
     //
     this.buttonRead.Location = new System.Drawing.Point(253, 27);
     this.buttonRead.Name     = "buttonRead";
     this.buttonRead.Size     = new System.Drawing.Size(75, 23);
     this.buttonRead.TabIndex = 2;
     this.buttonRead.Text     = "Read";
     this.buttonRead.UseVisualStyleBackColor = true;
     this.buttonRead.Click += new System.EventHandler(this.buttonRead_Click);
     //
     // comboBoxReadSector
     //
     this.comboBoxReadSector.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxReadSector.FormattingEnabled = true;
     this.comboBoxReadSector.Items.AddRange(new object[] {
         "0x00",
         "0x01",
         "0x02",
         "0x03",
         "0x04",
         "0x05",
         "0x06",
         "0x07",
         "0x08",
         "0x09",
         "0x0A",
         "0x0B",
         "0x0C",
         "0x0D",
         "0x0E",
         "0x0F"
     });
     this.comboBoxReadSector.Location = new System.Drawing.Point(50, 24);
     this.comboBoxReadSector.Name     = "comboBoxReadSector";
     this.comboBoxReadSector.Size     = new System.Drawing.Size(93, 20);
     this.comboBoxReadSector.TabIndex = 1;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(6, 27);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(38, 12);
     label1.TabIndex = 0;
     label1.Text     = "Sector";
     //
     // groupBox2
     //
     groupBox2.Controls.Add(this.comboBoxWriteBlock);
     groupBox2.Controls.Add(this.label5);
     groupBox2.Controls.Add(this.buttonWrite);
     groupBox2.Controls.Add(this.textBoxWriteValue);
     groupBox2.Controls.Add(label2);
     groupBox2.Controls.Add(this.comboBoxWriteSector);
     groupBox2.Location = new System.Drawing.Point(13, 149);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(345, 108);
     groupBox2.TabIndex = 1;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Write";
     //
     // comboBoxWriteBlock
     //
     this.comboBoxWriteBlock.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxWriteBlock.FormattingEnabled = true;
     this.comboBoxWriteBlock.Items.AddRange(new object[] {
         "0",
         "1",
         "2"
     });
     this.comboBoxWriteBlock.Location = new System.Drawing.Point(50, 50);
     this.comboBoxWriteBlock.Name     = "comboBoxWriteBlock";
     this.comboBoxWriteBlock.Size     = new System.Drawing.Size(93, 20);
     this.comboBoxWriteBlock.TabIndex = 6;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 53);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(34, 12);
     this.label5.TabIndex = 5;
     this.label5.Text     = "Block";
     //
     // buttonWrite
     //
     this.buttonWrite.Enabled  = false;
     this.buttonWrite.Location = new System.Drawing.Point(187, 29);
     this.buttonWrite.Name     = "buttonWrite";
     this.buttonWrite.Size     = new System.Drawing.Size(75, 23);
     this.buttonWrite.TabIndex = 4;
     this.buttonWrite.Text     = "Write";
     this.buttonWrite.UseVisualStyleBackColor = true;
     this.buttonWrite.Click += new System.EventHandler(this.buttonWrite_Click);
     //
     // textBoxWriteValue
     //
     this.textBoxWriteValue.Font         = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.textBoxWriteValue.Location     = new System.Drawing.Point(8, 75);
     this.textBoxWriteValue.Name         = "textBoxWriteValue";
     this.textBoxWriteValue.Size         = new System.Drawing.Size(331, 19);
     this.textBoxWriteValue.TabIndex     = 3;
     this.textBoxWriteValue.TextChanged += new System.EventHandler(this.textBoxWriteValue_TextChanged);
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(6, 29);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(38, 12);
     label2.TabIndex = 0;
     label2.Text     = "Sector";
     //
     // comboBoxWriteSector
     //
     this.comboBoxWriteSector.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxWriteSector.FormattingEnabled = true;
     this.comboBoxWriteSector.Items.AddRange(new object[] {
         "0x00",
         "0x01",
         "0x02",
         "0x03",
         "0x04",
         "0x05",
         "0x06",
         "0x07",
         "0x08",
         "0x09",
         "0x0A",
         "0x0B",
         "0x0C",
         "0x0D",
         "0x0E",
         "0x0F"
     });
     this.comboBoxWriteSector.Location = new System.Drawing.Point(50, 26);
     this.comboBoxWriteSector.Name     = "comboBoxWriteSector";
     this.comboBoxWriteSector.Size     = new System.Drawing.Size(93, 20);
     this.comboBoxWriteSector.TabIndex = 1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(19, 276);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(24, 12);
     this.label3.TabIndex = 2;
     this.label3.Text     = "UID";
     //
     // textBoxUID
     //
     this.textBoxUID.Font     = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.textBoxUID.Location = new System.Drawing.Point(49, 273);
     this.textBoxUID.Name     = "textBoxUID";
     this.textBoxUID.ReadOnly = true;
     this.textBoxUID.Size     = new System.Drawing.Size(179, 19);
     this.textBoxUID.TabIndex = 3;
     //
     // UltralightReadWrite
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(370, 309);
     this.Controls.Add(this.textBoxUID);
     this.Controls.Add(this.label3);
     this.Controls.Add(groupBox2);
     this.Controls.Add(groupBox1);
     this.Name        = "UltralightReadWrite";
     this.Text        = "Mifare Classic Read/Write";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FelicaLiteReadWrite_FormClosed);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#44
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.Label    label2;
     System.Windows.Forms.Label    label1;
     this.exportButton         = new System.Windows.Forms.Button();
     this.okButton             = new System.Windows.Forms.Button();
     this.cancelButton         = new System.Windows.Forms.Button();
     this.saveFileDialog       = new System.Windows.Forms.SaveFileDialog();
     this.groupBox             = new System.Windows.Forms.GroupBox();
     this.openButton           = new System.Windows.Forms.Button();
     this.textBox              = new System.Windows.Forms.TextBox();
     this.customRadioButton    = new System.Windows.Forms.RadioButton();
     this.cipherRadioButton    = new System.Windows.Forms.RadioButton();
     this.plainRadioButton     = new System.Windows.Forms.RadioButton();
     this.openFileDialog       = new System.Windows.Forms.OpenFileDialog();
     this.panel                = new System.Windows.Forms.Panel();
     this.cryptoapiRadioButton = new System.Windows.Forms.RadioButton();
     this.frameworkRadioButton = new System.Windows.Forms.RadioButton();
     groupBox1 = new System.Windows.Forms.GroupBox();
     label2    = new System.Windows.Forms.Label();
     label1    = new System.Windows.Forms.Label();
     this.groupBox.SuspendLayout();
     groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // exportButton
     //
     this.exportButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exportButton.Location = new System.Drawing.Point(374, 57);
     this.exportButton.Name     = "exportButton";
     this.exportButton.Size     = new System.Drawing.Size(94, 23);
     this.exportButton.TabIndex = 3;
     this.exportButton.Text     = "导出签名...";
     this.exportButton.UseVisualStyleBackColor = true;
     this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
     //
     // okButton
     //
     this.okButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.okButton.Location                = new System.Drawing.Point(505, 19);
     this.okButton.Name                    = "okButton";
     this.okButton.Size                    = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex                = 4;
     this.okButton.Text                    = "确定";
     this.okButton.UseVisualStyleBackColor = true;
     //
     // cancelButton
     //
     this.cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new System.Drawing.Point(506, 49);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 5;
     this.cancelButton.Text                    = "取消";
     this.cancelButton.UseVisualStyleBackColor = true;
     //
     // groupBox
     //
     this.groupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox.Controls.Add(this.openButton);
     this.groupBox.Controls.Add(this.textBox);
     this.groupBox.Controls.Add(this.customRadioButton);
     this.groupBox.Controls.Add(this.cipherRadioButton);
     this.groupBox.Controls.Add(this.plainRadioButton);
     this.groupBox.Location = new System.Drawing.Point(12, 12);
     this.groupBox.Name     = "groupBox";
     this.groupBox.Size     = new System.Drawing.Size(487, 153);
     this.groupBox.TabIndex = 6;
     this.groupBox.TabStop  = false;
     this.groupBox.Text     = "对象";
     //
     // openButton
     //
     this.openButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.openButton.Location = new System.Drawing.Point(393, 121);
     this.openButton.Name     = "openButton";
     this.openButton.Size     = new System.Drawing.Size(75, 23);
     this.openButton.TabIndex = 4;
     this.openButton.Text     = "浏览...";
     this.openButton.UseVisualStyleBackColor = true;
     this.openButton.Click += new System.EventHandler(this.openButton_Click);
     //
     // textBox
     //
     this.textBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox.Location     = new System.Drawing.Point(34, 94);
     this.textBox.Name         = "textBox";
     this.textBox.Size         = new System.Drawing.Size(434, 21);
     this.textBox.TabIndex     = 3;
     this.textBox.TextChanged += new System.EventHandler(this.textBox_TextChanged);
     //
     // customRadioButton
     //
     this.customRadioButton.AutoSize = true;
     this.customRadioButton.Checked  = true;
     this.customRadioButton.Location = new System.Drawing.Point(16, 71);
     this.customRadioButton.Name     = "customRadioButton";
     this.customRadioButton.Size     = new System.Drawing.Size(107, 16);
     this.customRadioButton.TabIndex = 2;
     this.customRadioButton.TabStop  = true;
     this.customRadioButton.Text     = "下面指定的文件";
     this.customRadioButton.UseVisualStyleBackColor = true;
     this.customRadioButton.CheckedChanged         += new System.EventHandler(this.customRadioButton_CheckedChanged);
     //
     // cipherRadioButton
     //
     this.cipherRadioButton.AutoSize = true;
     this.cipherRadioButton.Location = new System.Drawing.Point(16, 48);
     this.cipherRadioButton.Name     = "cipherRadioButton";
     this.cipherRadioButton.Size     = new System.Drawing.Size(47, 16);
     this.cipherRadioButton.TabIndex = 1;
     this.cipherRadioButton.TabStop  = true;
     this.cipherRadioButton.Text     = "密文";
     this.cipherRadioButton.UseVisualStyleBackColor = true;
     this.cipherRadioButton.CheckedChanged         += new System.EventHandler(this.cipherRadioButton_CheckedChanged);
     //
     // plainRadioButton
     //
     this.plainRadioButton.AutoSize = true;
     this.plainRadioButton.Location = new System.Drawing.Point(16, 25);
     this.plainRadioButton.Name     = "plainRadioButton";
     this.plainRadioButton.Size     = new System.Drawing.Size(47, 16);
     this.plainRadioButton.TabIndex = 0;
     this.plainRadioButton.TabStop  = true;
     this.plainRadioButton.Text     = "明文";
     this.plainRadioButton.UseVisualStyleBackColor = true;
     this.plainRadioButton.CheckedChanged         += new System.EventHandler(this.plainRadioButton_CheckedChanged);
     //
     // groupBox1
     //
     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)));
     groupBox1.Controls.Add(this.panel);
     groupBox1.Controls.Add(label2);
     groupBox1.Controls.Add(this.cryptoapiRadioButton);
     groupBox1.Controls.Add(this.frameworkRadioButton);
     groupBox1.Controls.Add(this.exportButton);
     groupBox1.Controls.Add(label1);
     groupBox1.Location = new System.Drawing.Point(12, 171);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(487, 183);
     groupBox1.TabIndex = 8;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "签名";
     //
     // panel
     //
     this.panel.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.panel.Location = new System.Drawing.Point(16, 85);
     this.panel.Name     = "panel";
     this.panel.Size     = new System.Drawing.Size(452, 92);
     this.panel.TabIndex = 4;
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(14, 70);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(41, 12);
     label2.TabIndex = 3;
     label2.Text     = "内容:";
     //
     // cryptoapiRadioButton
     //
     this.cryptoapiRadioButton.AutoSize = true;
     this.cryptoapiRadioButton.Location = new System.Drawing.Point(109, 45);
     this.cryptoapiRadioButton.Name     = "cryptoapiRadioButton";
     this.cryptoapiRadioButton.Size     = new System.Drawing.Size(113, 16);
     this.cryptoapiRadioButton.TabIndex = 2;
     this.cryptoapiRadioButton.Text     = "Win32 CryptoAPI";
     this.cryptoapiRadioButton.UseVisualStyleBackColor = true;
     //
     // frameworkRadioButton
     //
     this.frameworkRadioButton.AutoSize = true;
     this.frameworkRadioButton.Checked  = true;
     this.frameworkRadioButton.Location = new System.Drawing.Point(109, 23);
     this.frameworkRadioButton.Name     = "frameworkRadioButton";
     this.frameworkRadioButton.Size     = new System.Drawing.Size(155, 16);
     this.frameworkRadioButton.TabIndex = 1;
     this.frameworkRadioButton.TabStop  = true;
     this.frameworkRadioButton.Text     = ".NET Framework加密类库";
     this.frameworkRadioButton.UseVisualStyleBackColor = true;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(14, 23);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(89, 12);
     label1.TabIndex = 0;
     label1.Text     = "签名验证环境:";
     //
     // SignForm
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(592, 366);
     this.Controls.Add(groupBox1);
     this.Controls.Add(this.groupBox);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(700, 500);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(300, 300);
     this.Name          = "SignForm";
     this.Opacity       = 0.9;
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "签名";
     this.groupBox.ResumeLayout(false);
     this.groupBox.PerformLayout();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddServerWindow));
     okButton             = new System.Windows.Forms.Button();
     cancelButton         = new System.Windows.Forms.Button();
     testConnectionButton = new System.Windows.Forms.Button();
     addNewServerGroupBox = new System.Windows.Forms.GroupBox();
     optionalLabel3       = new System.Windows.Forms.Label();
     optionalLabel2       = new System.Windows.Forms.Label();
     optionalLabel1       = new System.Windows.Forms.Label();
     FriendlyNameTextBox  = new System.Windows.Forms.TextBox();
     friendlyNameLabel    = new System.Windows.Forms.Label();
     passwordTextBox      = new System.Windows.Forms.TextBox();
     usernameTextBox      = new System.Windows.Forms.TextBox();
     serverAddressTextBox = new System.Windows.Forms.TextBox();
     passwordLabel        = new System.Windows.Forms.Label();
     usernameLabel        = new System.Windows.Forms.Label();
     serverAddressLabel   = new System.Windows.Forms.Label();
     addNewServerGroupBox.SuspendLayout();
     SuspendLayout();
     //
     // okButton
     //
     okButton.Location = new System.Drawing.Point(207, 185);
     okButton.Name     = "okButton";
     okButton.Size     = new System.Drawing.Size(75, 23);
     okButton.TabIndex = 50;
     okButton.Text     = "&OK";
     okButton.UseVisualStyleBackColor = true;
     okButton.Click += new System.EventHandler(OkButtonClick);
     //
     // cancelButton
     //
     cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     cancelButton.Location                = new System.Drawing.Point(290, 185);
     cancelButton.Name                    = "cancelButton";
     cancelButton.Size                    = new System.Drawing.Size(75, 23);
     cancelButton.TabIndex                = 51;
     cancelButton.Text                    = "&Cancel";
     cancelButton.UseVisualStyleBackColor = true;
     cancelButton.Click                  += new System.EventHandler(CancelButtonClick);
     //
     // testConnectionButton
     //
     testConnectionButton.Enabled  = false;
     testConnectionButton.Location = new System.Drawing.Point(96, 130);
     testConnectionButton.Name     = "testConnectionButton";
     testConnectionButton.Size     = new System.Drawing.Size(100, 23);
     testConnectionButton.TabIndex = 4;
     testConnectionButton.Text     = "&Test Connection";
     testConnectionButton.UseVisualStyleBackColor = true;
     testConnectionButton.Click += new System.EventHandler(TestConnectionButtonClick);
     //
     // addNewServerGroupBox
     //
     addNewServerGroupBox.Controls.Add(optionalLabel3);
     addNewServerGroupBox.Controls.Add(optionalLabel2);
     addNewServerGroupBox.Controls.Add(optionalLabel1);
     addNewServerGroupBox.Controls.Add(FriendlyNameTextBox);
     addNewServerGroupBox.Controls.Add(friendlyNameLabel);
     addNewServerGroupBox.Controls.Add(passwordTextBox);
     addNewServerGroupBox.Controls.Add(usernameTextBox);
     addNewServerGroupBox.Controls.Add(serverAddressTextBox);
     addNewServerGroupBox.Controls.Add(passwordLabel);
     addNewServerGroupBox.Controls.Add(usernameLabel);
     addNewServerGroupBox.Controls.Add(serverAddressLabel);
     addNewServerGroupBox.Controls.Add(testConnectionButton);
     addNewServerGroupBox.Location = new System.Drawing.Point(13, 13);
     addNewServerGroupBox.Name     = "addNewServerGroupBox";
     addNewServerGroupBox.Size     = new System.Drawing.Size(352, 166);
     addNewServerGroupBox.TabIndex = 3;
     addNewServerGroupBox.TabStop  = false;
     addNewServerGroupBox.Text     = "Add new server";
     //
     // optionalLabel3
     //
     optionalLabel3.AutoSize  = true;
     optionalLabel3.ForeColor = System.Drawing.Color.Silver;
     optionalLabel3.Location  = new System.Drawing.Point(226, 107);
     optionalLabel3.Name      = "optionalLabel3";
     optionalLabel3.Size      = new System.Drawing.Size(50, 13);
     optionalLabel3.TabIndex  = 13;
     optionalLabel3.Text      = "(optional)";
     //
     // optionalLabel2
     //
     optionalLabel2.AutoSize  = true;
     optionalLabel2.ForeColor = System.Drawing.Color.Silver;
     optionalLabel2.Location  = new System.Drawing.Point(226, 80);
     optionalLabel2.Name      = "optionalLabel2";
     optionalLabel2.Size      = new System.Drawing.Size(50, 13);
     optionalLabel2.TabIndex  = 12;
     optionalLabel2.Text      = "(optional)";
     //
     // optionalLabel1
     //
     optionalLabel1.AutoSize  = true;
     optionalLabel1.ForeColor = System.Drawing.Color.Silver;
     optionalLabel1.Location  = new System.Drawing.Point(226, 53);
     optionalLabel1.Name      = "optionalLabel1";
     optionalLabel1.Size      = new System.Drawing.Size(50, 13);
     optionalLabel1.TabIndex  = 11;
     optionalLabel1.Text      = "(optional)";
     //
     // FriendlyNameTextBox
     //
     FriendlyNameTextBox.Location = new System.Drawing.Point(96, 50);
     FriendlyNameTextBox.Name     = "FriendlyNameTextBox";
     FriendlyNameTextBox.Size     = new System.Drawing.Size(124, 20);
     FriendlyNameTextBox.TabIndex = 1;
     FriendlyNameTextBox.Text     = "Bamboo";
     //
     // friendlyNameLabel
     //
     friendlyNameLabel.AutoSize = true;
     friendlyNameLabel.Location = new System.Drawing.Point(10, 53);
     friendlyNameLabel.Name     = "friendlyNameLabel";
     friendlyNameLabel.Size     = new System.Drawing.Size(77, 13);
     friendlyNameLabel.TabIndex = 9;
     friendlyNameLabel.Text     = "Friendly Name:";
     //
     // passwordTextBox
     //
     passwordTextBox.Location     = new System.Drawing.Point(96, 104);
     passwordTextBox.Name         = "passwordTextBox";
     passwordTextBox.PasswordChar = '●';
     passwordTextBox.Size         = new System.Drawing.Size(124, 20);
     passwordTextBox.TabIndex     = 3;
     passwordTextBox.Text         = "London10";
     //
     // usernameTextBox
     //
     usernameTextBox.Location = new System.Drawing.Point(96, 77);
     usernameTextBox.Name     = "usernameTextBox";
     usernameTextBox.Size     = new System.Drawing.Size(124, 20);
     usernameTextBox.TabIndex = 2;
     usernameTextBox.Text     = "tom.hall";
     //
     // serverAddressTextBox
     //
     serverAddressTextBox.Location     = new System.Drawing.Point(96, 24);
     serverAddressTextBox.Name         = "serverAddressTextBox";
     serverAddressTextBox.Size         = new System.Drawing.Size(241, 20);
     serverAddressTextBox.TabIndex     = 0;
     serverAddressTextBox.Text         = "http://bamboo.isobardevelopment.com";
     serverAddressTextBox.TextChanged += new System.EventHandler(ServerAddressTextBoxTextChanged);
     //
     // passwordLabel
     //
     passwordLabel.AutoSize = true;
     passwordLabel.Location = new System.Drawing.Point(10, 107);
     passwordLabel.Name     = "passwordLabel";
     passwordLabel.Size     = new System.Drawing.Size(56, 13);
     passwordLabel.TabIndex = 5;
     passwordLabel.Text     = "Password:"******"usernameLabel";
     usernameLabel.Size     = new System.Drawing.Size(58, 13);
     usernameLabel.TabIndex = 4;
     usernameLabel.Text     = "Username:"******"serverAddressLabel";
     serverAddressLabel.Size     = new System.Drawing.Size(82, 13);
     serverAddressLabel.TabIndex = 3;
     serverAddressLabel.Text     = "Server Address:";
     //
     // AddServer
     //
     AcceptButton        = okButton;
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     CancelButton        = cancelButton;
     ClientSize          = new System.Drawing.Size(383, 220);
     ControlBox          = false;
     Controls.Add(addNewServerGroupBox);
     Controls.Add(cancelButton);
     Controls.Add(okButton);
     Icon          = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     Name          = "AddServer";
     ShowInTaskbar = false;
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Add new server...";
     TopMost       = true;
     addNewServerGroupBox.ResumeLayout(false);
     addNewServerGroupBox.PerformLayout();
     ResumeLayout(false);
 }
示例#46
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label    _sizeLabel;
     System.Windows.Forms.Label    label1;
     System.Windows.Forms.Label    label2;
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.Label    label6;
     System.Windows.Forms.Label    label3;
     System.Windows.Forms.Label    label4;
     System.Windows.Forms.GroupBox groupBox3;
     System.Windows.Forms.Label    label5;
     System.Windows.Forms.Button   embedHelp;
     System.Windows.Forms.Label    label7;
     System.Windows.Forms.Button   atomicPixelsHelp;
     this._bottomOffsetTextbox   = new System.Windows.Forms.TextBox();
     this._topOffsetTextbox      = new System.Windows.Forms.TextBox();
     this._hintCombo             = new System.Windows.Forms.ComboBox();
     this._bottomColorDisplay    = new System.Windows.Forms.Panel();
     this._topColorDisplay       = new System.Windows.Forms.Panel();
     this._strikeoutOption       = new System.Windows.Forms.CheckBox();
     this._underlineOption       = new System.Windows.Forms.CheckBox();
     this._italicOption          = new System.Windows.Forms.CheckBox();
     this._boldOption            = new System.Windows.Forms.CheckBox();
     this._sizeCombo             = new System.Windows.Forms.ComboBox();
     this._savePNGButton         = new System.Windows.Forms.Button();
     this._alphaPreviewCheckbox  = new System.Windows.Forms.CheckBox();
     this._copyToClipboardButton = new System.Windows.Forms.Button();
     this._previewTextEntry      = new System.Windows.Forms.TextBox();
     this._fontsList             = new System.Windows.Forms.ListBox();
     this._fontPreview           = new System.Windows.Forms.Panel();
     this._outputPreview         = new System.Windows.Forms.Panel();
     this._outputImageSizeLabel  = new System.Windows.Forms.Label();
     this._characterSetControl   = new System.Windows.Forms.TextBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this._resetCharacterSetButton = new System.Windows.Forms.Button();
     this._alphaOnlyControl        = new System.Windows.Forms.CheckBox();
     this.menuStrip1                         = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                = new System.Windows.Forms.ToolStripSeparator();
     this.loadConfigurationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportFontImageToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.fontSystemToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this._fontSystemDotNetControl           = new System.Windows.Forms.ToolStripMenuItem();
     this._fontSystemWin32Control            = new System.Windows.Forms.ToolStripMenuItem();
     this._embedConfigurationOption          = new System.Windows.Forms.CheckBox();
     this._atomicPixelsControl               = new System.Windows.Forms.TextBox();
     this._handleSpecialSuffix               = new System.Windows.Forms.CheckBox();
     _sizeLabel       = new System.Windows.Forms.Label();
     label1           = new System.Windows.Forms.Label();
     label2           = new System.Windows.Forms.Label();
     groupBox1        = new System.Windows.Forms.GroupBox();
     label6           = new System.Windows.Forms.Label();
     label3           = new System.Windows.Forms.Label();
     label4           = new System.Windows.Forms.Label();
     groupBox3        = new System.Windows.Forms.GroupBox();
     label5           = new System.Windows.Forms.Label();
     embedHelp        = new System.Windows.Forms.Button();
     label7           = new System.Windows.Forms.Label();
     atomicPixelsHelp = new System.Windows.Forms.Button();
     groupBox1.SuspendLayout();
     groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // _sizeLabel
     //
     _sizeLabel.AutoSize  = true;
     _sizeLabel.Location  = new System.Drawing.Point(10, 34);
     _sizeLabel.Name      = "_sizeLabel";
     _sizeLabel.Size      = new System.Drawing.Size(27, 13);
     _sizeLabel.TabIndex  = 2;
     _sizeLabel.Text      = "Size";
     _sizeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(464, 19);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(45, 13);
     label1.TabIndex = 4;
     label1.Text     = "Preview";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(6, 100);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(80, 13);
     label2.TabIndex = 6;
     label2.Text     = "Output Preview";
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this._bottomOffsetTextbox);
     groupBox1.Controls.Add(this._topOffsetTextbox);
     groupBox1.Controls.Add(label6);
     groupBox1.Controls.Add(this._hintCombo);
     groupBox1.Controls.Add(this._bottomColorDisplay);
     groupBox1.Controls.Add(label3);
     groupBox1.Controls.Add(this._topColorDisplay);
     groupBox1.Controls.Add(this._strikeoutOption);
     groupBox1.Controls.Add(this._underlineOption);
     groupBox1.Controls.Add(this._italicOption);
     groupBox1.Controls.Add(this._boldOption);
     groupBox1.Controls.Add(this._sizeCombo);
     groupBox1.Controls.Add(_sizeLabel);
     groupBox1.Location = new System.Drawing.Point(272, 19);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(177, 277);
     groupBox1.TabIndex = 9;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Style";
     //
     // _bottomOffsetTextbox
     //
     this._bottomOffsetTextbox.Location     = new System.Drawing.Point(146, 189);
     this._bottomOffsetTextbox.Name         = "_bottomOffsetTextbox";
     this._bottomOffsetTextbox.Size         = new System.Drawing.Size(25, 20);
     this._bottomOffsetTextbox.TabIndex     = 14;
     this._bottomOffsetTextbox.TextChanged += new System.EventHandler(this._bottomOffsetTextbox_TextChanged);
     //
     // _topOffsetTextbox
     //
     this._topOffsetTextbox.Location     = new System.Drawing.Point(146, 166);
     this._topOffsetTextbox.Name         = "_topOffsetTextbox";
     this._topOffsetTextbox.Size         = new System.Drawing.Size(25, 20);
     this._topOffsetTextbox.TabIndex     = 13;
     this._topOffsetTextbox.TextChanged += new System.EventHandler(this._topOffsetTextbox_TextChanged);
     //
     // label6
     //
     label6.AutoSize = true;
     label6.Location = new System.Drawing.Point(12, 182);
     label6.Name     = "label6";
     label6.Size     = new System.Drawing.Size(96, 13);
     label6.TabIndex = 12;
     label6.Text     = "Top/Bottom Colors";
     //
     // _hintCombo
     //
     this._hintCombo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._hintCombo.FormattingEnabled = true;
     this._hintCombo.Location          = new System.Drawing.Point(13, 241);
     this._hintCombo.Name                  = "_hintCombo";
     this._hintCombo.Size                  = new System.Drawing.Size(151, 21);
     this._hintCombo.TabIndex              = 7;
     this._hintCombo.SelectedIndexChanged += new System.EventHandler(this.hintCombo_SelectedIndexChanged);
     //
     // _bottomColorDisplay
     //
     this._bottomColorDisplay.BackColor   = System.Drawing.SystemColors.ButtonHighlight;
     this._bottomColorDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this._bottomColorDisplay.Location    = new System.Drawing.Point(118, 189);
     this._bottomColorDisplay.Name        = "_bottomColorDisplay";
     this._bottomColorDisplay.Size        = new System.Drawing.Size(22, 20);
     this._bottomColorDisplay.TabIndex    = 9;
     this._bottomColorDisplay.Click      += new System.EventHandler(this._bottomColorDisplay_Click);
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(10, 225);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(102, 13);
     label3.TabIndex = 11;
     label3.Text     = "Text Rendering Hint";
     //
     // _topColorDisplay
     //
     this._topColorDisplay.BackColor   = System.Drawing.SystemColors.ButtonHighlight;
     this._topColorDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this._topColorDisplay.Location    = new System.Drawing.Point(118, 166);
     this._topColorDisplay.Name        = "_topColorDisplay";
     this._topColorDisplay.Size        = new System.Drawing.Size(22, 20);
     this._topColorDisplay.TabIndex    = 7;
     this._topColorDisplay.Click      += new System.EventHandler(this._topColorDisplay_Click);
     //
     // _strikeoutOption
     //
     this._strikeoutOption.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._strikeoutOption.Location   = new System.Drawing.Point(46, 137);
     this._strikeoutOption.Name       = "_strikeoutOption";
     this._strikeoutOption.Size       = new System.Drawing.Size(73, 20);
     this._strikeoutOption.TabIndex   = 6;
     this._strikeoutOption.Text       = "Strikeout";
     this._strikeoutOption.UseVisualStyleBackColor = true;
     this._strikeoutOption.CheckedChanged         += new System.EventHandler(this._strikeoutOption_CheckedChanged);
     //
     // _underlineOption
     //
     this._underlineOption.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._underlineOption.Location   = new System.Drawing.Point(46, 114);
     this._underlineOption.Name       = "_underlineOption";
     this._underlineOption.Size       = new System.Drawing.Size(73, 20);
     this._underlineOption.TabIndex   = 5;
     this._underlineOption.Text       = "Underline";
     this._underlineOption.UseVisualStyleBackColor = true;
     this._underlineOption.CheckedChanged         += new System.EventHandler(this._underlineOption_CheckedChanged);
     //
     // _italicOption
     //
     this._italicOption.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._italicOption.Location   = new System.Drawing.Point(47, 91);
     this._italicOption.Name       = "_italicOption";
     this._italicOption.Size       = new System.Drawing.Size(73, 20);
     this._italicOption.TabIndex   = 4;
     this._italicOption.Text       = "Italic";
     this._italicOption.UseVisualStyleBackColor = true;
     this._italicOption.CheckedChanged         += new System.EventHandler(this._italicOption_CheckedChanged);
     //
     // _boldOption
     //
     this._boldOption.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._boldOption.Location   = new System.Drawing.Point(47, 68);
     this._boldOption.Name       = "_boldOption";
     this._boldOption.Size       = new System.Drawing.Size(73, 20);
     this._boldOption.TabIndex   = 3;
     this._boldOption.Text       = "Bold";
     this._boldOption.UseVisualStyleBackColor = true;
     this._boldOption.CheckedChanged         += new System.EventHandler(this._boldOption_CheckedChanged);
     //
     // _sizeCombo
     //
     this._sizeCombo.FormattingEnabled = true;
     this._sizeCombo.Location          = new System.Drawing.Point(43, 31);
     this._sizeCombo.Name                  = "_sizeCombo";
     this._sizeCombo.Size                  = new System.Drawing.Size(121, 21);
     this._sizeCombo.TabIndex              = 2;
     this._sizeCombo.SelectedIndexChanged += new System.EventHandler(this._sizeCombo_SelectedIndexChanged);
     this._sizeCombo.TextUpdate           += new System.EventHandler(this._sizeCombo_TextUpdate);
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(6, 66);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(72, 13);
     label4.TabIndex = 10;
     label4.Text     = "Character Set";
     //
     // groupBox3
     //
     groupBox3.Controls.Add(this._savePNGButton);
     groupBox3.Controls.Add(this._alphaPreviewCheckbox);
     groupBox3.Controls.Add(this._copyToClipboardButton);
     groupBox3.Controls.Add(this._previewTextEntry);
     groupBox3.Controls.Add(this._fontsList);
     groupBox3.Controls.Add(label5);
     groupBox3.Controls.Add(this._fontPreview);
     groupBox3.Controls.Add(groupBox1);
     groupBox3.Controls.Add(label1);
     groupBox3.Location = new System.Drawing.Point(12, 27);
     groupBox3.Name     = "groupBox3";
     groupBox3.Size     = new System.Drawing.Size(809, 301);
     groupBox3.TabIndex = 13;
     groupBox3.TabStop  = false;
     groupBox3.Text     = "Font";
     //
     // _savePNGButton
     //
     this._savePNGButton.Location = new System.Drawing.Point(573, 84);
     this._savePNGButton.Name     = "_savePNGButton";
     this._savePNGButton.Size     = new System.Drawing.Size(103, 20);
     this._savePNGButton.TabIndex = 15;
     this._savePNGButton.Text     = "Save PNG";
     this._savePNGButton.UseVisualStyleBackColor = true;
     this._savePNGButton.Click += new System.EventHandler(this._savePNGButton_Click);
     //
     // _alphaPreviewCheckbox
     //
     this._alphaPreviewCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._alphaPreviewCheckbox.Location   = new System.Drawing.Point(703, 84);
     this._alphaPreviewCheckbox.Name       = "_alphaPreviewCheckbox";
     this._alphaPreviewCheckbox.Size       = new System.Drawing.Size(98, 20);
     this._alphaPreviewCheckbox.TabIndex   = 14;
     this._alphaPreviewCheckbox.Text       = "Alpha Preview";
     this._alphaPreviewCheckbox.UseVisualStyleBackColor = true;
     this._alphaPreviewCheckbox.CheckedChanged         += new System.EventHandler(this._alphaPreviewCheckbox_CheckedChanged);
     //
     // _copyToClipboardButton
     //
     this._copyToClipboardButton.Location = new System.Drawing.Point(464, 84);
     this._copyToClipboardButton.Name     = "_copyToClipboardButton";
     this._copyToClipboardButton.Size     = new System.Drawing.Size(103, 20);
     this._copyToClipboardButton.TabIndex = 12;
     this._copyToClipboardButton.Text     = "Copy to Clipboard";
     this._copyToClipboardButton.UseVisualStyleBackColor = true;
     this._copyToClipboardButton.Click += new System.EventHandler(this._copyToClipboardButton_Click);
     //
     // _previewTextEntry
     //
     this._previewTextEntry.Location     = new System.Drawing.Point(542, 47);
     this._previewTextEntry.Name         = "_previewTextEntry";
     this._previewTextEntry.Size         = new System.Drawing.Size(261, 20);
     this._previewTextEntry.TabIndex     = 12;
     this._previewTextEntry.TextChanged += new System.EventHandler(this._previewTextEntry_TextChanged);
     //
     // _fontsList
     //
     this._fontsList.FormattingEnabled = true;
     this._fontsList.Location          = new System.Drawing.Point(6, 19);
     this._fontsList.Name                  = "_fontsList";
     this._fontsList.Size                  = new System.Drawing.Size(260, 277);
     this._fontsList.TabIndex              = 1;
     this._fontsList.SelectedIndexChanged += new System.EventHandler(this._fontsList_SelectedIndexChanged);
     //
     // label5
     //
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(464, 50);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(69, 13);
     label5.TabIndex = 13;
     label5.Text     = "Preview Text";
     //
     // _fontPreview
     //
     this._fontPreview.BackColor   = System.Drawing.SystemColors.ActiveBorder;
     this._fontPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this._fontPreview.Location    = new System.Drawing.Point(464, 110);
     this._fontPreview.Name        = "_fontPreview";
     this._fontPreview.Size        = new System.Drawing.Size(339, 185);
     this._fontPreview.TabIndex    = 0;
     this._fontPreview.Paint      += new System.Windows.Forms.PaintEventHandler(this._fontPreview_Paint);
     //
     // embedHelp
     //
     embedHelp.Location = new System.Drawing.Point(311, 31);
     embedHelp.Name     = "embedHelp";
     embedHelp.Size     = new System.Drawing.Size(19, 21);
     embedHelp.TabIndex = 11;
     embedHelp.Text     = "?";
     embedHelp.UseVisualStyleBackColor = true;
     embedHelp.Click += new System.EventHandler(this.embedHelp_Click);
     //
     // _outputPreview
     //
     this._outputPreview.BackColor   = System.Drawing.SystemColors.ActiveBorder;
     this._outputPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this._outputPreview.Location    = new System.Drawing.Point(6, 116);
     this._outputPreview.Name        = "_outputPreview";
     this._outputPreview.Size        = new System.Drawing.Size(797, 392);
     this._outputPreview.TabIndex    = 5;
     this._outputPreview.Paint      += new System.Windows.Forms.PaintEventHandler(this._outputPreview_Paint);
     //
     // _outputImageSizeLabel
     //
     this._outputImageSizeLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._outputImageSizeLabel.Location  = new System.Drawing.Point(9, 100);
     this._outputImageSizeLabel.Name      = "_outputImageSizeLabel";
     this._outputImageSizeLabel.Size      = new System.Drawing.Size(794, 13);
     this._outputImageSizeLabel.TabIndex  = 8;
     this._outputImageSizeLabel.Text      = "[dimensions]";
     this._outputImageSizeLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // _characterSetControl
     //
     this._characterSetControl.Location     = new System.Drawing.Point(84, 63);
     this._characterSetControl.Name         = "_characterSetControl";
     this._characterSetControl.Size         = new System.Drawing.Size(638, 20);
     this._characterSetControl.TabIndex     = 9;
     this._characterSetControl.TextChanged += new System.EventHandler(this._characterSetControl_TextChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this._handleSpecialSuffix);
     this.groupBox2.Controls.Add(atomicPixelsHelp);
     this.groupBox2.Controls.Add(this._atomicPixelsControl);
     this.groupBox2.Controls.Add(label7);
     this.groupBox2.Controls.Add(embedHelp);
     this.groupBox2.Controls.Add(this._resetCharacterSetButton);
     this.groupBox2.Controls.Add(this._alphaOnlyControl);
     this.groupBox2.Controls.Add(this._characterSetControl);
     this.groupBox2.Controls.Add(label4);
     this.groupBox2.Controls.Add(this._outputPreview);
     this.groupBox2.Controls.Add(label2);
     this.groupBox2.Controls.Add(this._outputImageSizeLabel);
     this.groupBox2.Location = new System.Drawing.Point(12, 346);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(809, 514);
     this.groupBox2.TabIndex = 12;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Export";
     //
     // _resetCharacterSetButton
     //
     this._resetCharacterSetButton.Location = new System.Drawing.Point(728, 63);
     this._resetCharacterSetButton.Name     = "_resetCharacterSetButton";
     this._resetCharacterSetButton.Size     = new System.Drawing.Size(75, 20);
     this._resetCharacterSetButton.TabIndex = 10;
     this._resetCharacterSetButton.Text     = "Reset";
     this._resetCharacterSetButton.UseVisualStyleBackColor = true;
     this._resetCharacterSetButton.Click += new System.EventHandler(this._resetCharacterSetButton_Click);
     //
     // _alphaOnlyControl
     //
     this._alphaOnlyControl.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._alphaOnlyControl.Location   = new System.Drawing.Point(6, 32);
     this._alphaOnlyControl.Name       = "_alphaOnlyControl";
     this._alphaOnlyControl.Size       = new System.Drawing.Size(90, 20);
     this._alphaOnlyControl.TabIndex   = 7;
     this._alphaOnlyControl.Text       = "Alpha Only";
     this._alphaOnlyControl.UseVisualStyleBackColor = true;
     this._alphaOnlyControl.CheckedChanged         += new System.EventHandler(this._alphaOnlyControl_CheckedChanged);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.fontSystemToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(833, 24);
     this.menuStrip1.TabIndex = 14;
     this.menuStrip1.Text     = "_menu";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openToolStripMenuItem,
         this.saveToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         this.toolStripSeparator1,
         this.loadConfigurationToolStripMenuItem,
         this.exportFontImageToolStripMenuItem,
         this.toolStripSeparator2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name         = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size         = new System.Drawing.Size(224, 22);
     this.openToolStripMenuItem.Text         = "&Open";
     this.openToolStripMenuItem.Click       += new System.EventHandler(this.openMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name         = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size         = new System.Drawing.Size(224, 22);
     this.saveToolStripMenuItem.Text         = "&Save";
     this.saveToolStripMenuItem.Click       += new System.EventHandler(this.saveMenuItem_Click);
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name   = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size   = new System.Drawing.Size(224, 22);
     this.saveAsToolStripMenuItem.Text   = "Save &As";
     this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(221, 6);
     //
     // loadConfigurationToolStripMenuItem
     //
     this.loadConfigurationToolStripMenuItem.Name         = "loadConfigurationToolStripMenuItem";
     this.loadConfigurationToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
     this.loadConfigurationToolStripMenuItem.Size         = new System.Drawing.Size(224, 22);
     this.loadConfigurationToolStripMenuItem.Text         = "&Import Configuration";
     this.loadConfigurationToolStripMenuItem.Click       += new System.EventHandler(this.importConfigurationMenuItem_Click);
     //
     // exportFontImageToolStripMenuItem
     //
     this.exportFontImageToolStripMenuItem.Name         = "exportFontImageToolStripMenuItem";
     this.exportFontImageToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
     this.exportFontImageToolStripMenuItem.Size         = new System.Drawing.Size(224, 22);
     this.exportFontImageToolStripMenuItem.Text         = "Export &Configuration";
     this.exportFontImageToolStripMenuItem.Click       += new System.EventHandler(this.exportConfigurationMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(221, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(224, 22);
     this.exitToolStripMenuItem.Text   = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
     //
     // fontSystemToolStripMenuItem
     //
     this.fontSystemToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._fontSystemDotNetControl,
         this._fontSystemWin32Control
     });
     this.fontSystemToolStripMenuItem.Name = "fontSystemToolStripMenuItem";
     this.fontSystemToolStripMenuItem.Size = new System.Drawing.Size(84, 20);
     this.fontSystemToolStripMenuItem.Text = "Font &System";
     //
     // _fontSystemDotNetControl
     //
     this._fontSystemDotNetControl.Name   = "_fontSystemDotNetControl";
     this._fontSystemDotNetControl.Size   = new System.Drawing.Size(107, 22);
     this._fontSystemDotNetControl.Text   = ".NET";
     this._fontSystemDotNetControl.Click += new System.EventHandler(this._fontSystemDotNetControl_Click);
     //
     // _fontSystemWin32Control
     //
     this._fontSystemWin32Control.Name   = "_fontSystemWin32Control";
     this._fontSystemWin32Control.Size   = new System.Drawing.Size(107, 22);
     this._fontSystemWin32Control.Text   = "Win32";
     this._fontSystemWin32Control.Click += new System.EventHandler(this._fontSystemWin32Control_Click);
     //
     // _embedConfigurationOption
     //
     this._embedConfigurationOption.AutoSize   = true;
     this._embedConfigurationOption.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._embedConfigurationOption.Checked    = true;
     this._embedConfigurationOption.CheckState = System.Windows.Forms.CheckState.Checked;
     this._embedConfigurationOption.Location   = new System.Drawing.Point(139, 380);
     this._embedConfigurationOption.Name       = "_embedConfigurationOption";
     this._embedConfigurationOption.Size       = new System.Drawing.Size(178, 17);
     this._embedConfigurationOption.TabIndex   = 8;
     this._embedConfigurationOption.Text       = "Embed Configuration in Font File";
     this._embedConfigurationOption.UseVisualStyleBackColor = true;
     //
     // _atomicPixelsControl
     //
     this._atomicPixelsControl.Location     = new System.Drawing.Point(442, 31);
     this._atomicPixelsControl.Name         = "_atomicPixelsControl";
     this._atomicPixelsControl.Size         = new System.Drawing.Size(40, 20);
     this._atomicPixelsControl.TabIndex     = 14;
     this._atomicPixelsControl.TextChanged += new System.EventHandler(this._atomicPixelsControl_TextChanged);
     //
     // label7
     //
     label7.AutoSize = true;
     label7.Location = new System.Drawing.Point(357, 34);
     label7.Name     = "label7";
     label7.Size     = new System.Drawing.Size(79, 13);
     label7.TabIndex = 15;
     label7.Text     = "# Atomic Pixels";
     //
     // atomicPixelsHelp
     //
     atomicPixelsHelp.Location = new System.Drawing.Point(488, 31);
     atomicPixelsHelp.Name     = "atomicPixelsHelp";
     atomicPixelsHelp.Size     = new System.Drawing.Size(19, 21);
     atomicPixelsHelp.TabIndex = 16;
     atomicPixelsHelp.Text     = "?";
     atomicPixelsHelp.UseVisualStyleBackColor = true;
     atomicPixelsHelp.Click += new System.EventHandler(this.atomicPixelsHelp_Click);
     //
     // _handleSpecialSuffix
     //
     this._handleSpecialSuffix.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._handleSpecialSuffix.Location   = new System.Drawing.Point(552, 32);
     this._handleSpecialSuffix.Name       = "_handleSpecialSuffix";
     this._handleSpecialSuffix.Size       = new System.Drawing.Size(134, 20);
     this._handleSpecialSuffix.TabIndex   = 17;
     this._handleSpecialSuffix.Text       = "Handle Special Suffix";
     this._handleSpecialSuffix.UseVisualStyleBackColor = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(833, 864);
     this.Controls.Add(this._embedConfigurationOption);
     this.Controls.Add(groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainForm";
     this.Text          = "Sudo Font";
     this.Activated    += new System.EventHandler(this.MainForm_Activated);
     this.Deactivate   += new System.EventHandler(this.MainForm_Deactivate);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Shown        += new System.EventHandler(this.MainForm_Shown);
     this.Move         += new System.EventHandler(this.MainForm_Move);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     groupBox3.ResumeLayout(false);
     groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.Button browse;
            this.fileFormat = new System.Windows.Forms.ComboBox();
            this.jpegCompression = new System.Windows.Forms.NumericUpDown();
            this.ok = new System.Windows.Forms.Button();
            this.cancel = new System.Windows.Forms.Button();
            this.alphaLDRGroup = new System.Windows.Forms.GroupBox();
            this.alphaMap = new System.Windows.Forms.ComboBox();
            this.alphaCol = new System.Windows.Forms.Button();
            this.blackPoint = new System.Windows.Forms.TextBox();
            this.whitePoint = new System.Windows.Forms.TextBox();
            this.sliceGroup = new System.Windows.Forms.GroupBox();
            this.exportAllSlices = new System.Windows.Forms.CheckBox();
            this.oneSlice = new System.Windows.Forms.CheckBox();
            this.sliceSelect = new System.Windows.Forms.ComboBox();
            this.mapSlicesToGrid = new System.Windows.Forms.CheckBox();
            this.gridWidth = new System.Windows.Forms.NumericUpDown();
            this.cubeCruciform = new System.Windows.Forms.CheckBox();
            this.mipGroup = new System.Windows.Forms.GroupBox();
            this.exportAllMips = new System.Windows.Forms.CheckBox();
            this.oneMip = new System.Windows.Forms.CheckBox();
            this.mipSelect = new System.Windows.Forms.ComboBox();
            this.sampleGroup = new System.Windows.Forms.GroupBox();
            this.oneSample = new System.Windows.Forms.CheckBox();
            this.sampleSelect = new System.Windows.Forms.ComboBox();
            this.mapSampleArray = new System.Windows.Forms.CheckBox();
            this.colorDialog = new System.Windows.Forms.ColorDialog();
            this.resolveSamples = new System.Windows.Forms.CheckBox();
            this.filename = new System.Windows.Forms.TextBox();
            this.saveTexDialog = new System.Windows.Forms.SaveFileDialog();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            groupBox1 = new System.Windows.Forms.GroupBox();
            flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
            flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
            label3 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
            flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
            flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
            groupBox2 = new System.Windows.Forms.GroupBox();
            browse = new System.Windows.Forms.Button();
            tableLayoutPanel1.SuspendLayout();
            groupBox1.SuspendLayout();
            flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.jpegCompression)).BeginInit();
            flowLayoutPanel2.SuspendLayout();
            this.alphaLDRGroup.SuspendLayout();
            flowLayoutPanel3.SuspendLayout();
            this.sliceGroup.SuspendLayout();
            flowLayoutPanel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridWidth)).BeginInit();
            this.mipGroup.SuspendLayout();
            flowLayoutPanel4.SuspendLayout();
            this.sampleGroup.SuspendLayout();
            flowLayoutPanel5.SuspendLayout();
            groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.AutoSize = true;
            tableLayoutPanel1.ColumnCount = 1;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.Controls.Add(groupBox1, 0, 1);
            tableLayoutPanel1.Controls.Add(flowLayoutPanel2, 0, 6);
            tableLayoutPanel1.Controls.Add(this.alphaLDRGroup, 0, 5);
            tableLayoutPanel1.Controls.Add(this.sliceGroup, 0, 4);
            tableLayoutPanel1.Controls.Add(this.mipGroup, 0, 2);
            tableLayoutPanel1.Controls.Add(this.sampleGroup, 0, 3);
            tableLayoutPanel1.Controls.Add(groupBox2, 0, 0);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 7;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.Size = new System.Drawing.Size(375, 521);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // groupBox1
            // 
            groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            groupBox1.AutoSize = true;
            groupBox1.Controls.Add(flowLayoutPanel1);
            groupBox1.Location = new System.Drawing.Point(3, 53);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(369, 72);
            groupBox1.TabIndex = 0;
            groupBox1.TabStop = false;
            groupBox1.Text = "File Format";
            // 
            // flowLayoutPanel1
            // 
            flowLayoutPanel1.AutoSize = true;
            flowLayoutPanel1.Controls.Add(label1);
            flowLayoutPanel1.Controls.Add(this.fileFormat);
            flowLayoutPanel1.Controls.Add(label2);
            flowLayoutPanel1.Controls.Add(this.jpegCompression);
            flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel1.Name = "flowLayoutPanel1";
            flowLayoutPanel1.Size = new System.Drawing.Size(363, 53);
            flowLayoutPanel1.TabIndex = 0;
            // 
            // label1
            // 
            label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 7);
            label1.MinimumSize = new System.Drawing.Size(150, 0);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(150, 13);
            label1.TabIndex = 1;
            label1.Text = "File Format:";
            label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // fileFormat
            // 
            this.fileFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel1.SetFlowBreak(this.fileFormat, true);
            this.fileFormat.FormattingEnabled = true;
            this.fileFormat.Location = new System.Drawing.Point(159, 3);
            this.fileFormat.Name = "fileFormat";
            this.fileFormat.Size = new System.Drawing.Size(121, 21);
            this.fileFormat.TabIndex = 0;
            this.fileFormat.SelectedIndexChanged += new System.EventHandler(this.fileFormat_SelectedIndexChanged);
            // 
            // label2
            // 
            label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(3, 33);
            label2.MinimumSize = new System.Drawing.Size(150, 0);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(150, 13);
            label2.TabIndex = 2;
            label2.Text = "JPEG Compression:";
            label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // jpegCompression
            // 
            this.jpegCompression.Location = new System.Drawing.Point(159, 30);
            this.jpegCompression.Name = "jpegCompression";
            this.jpegCompression.Size = new System.Drawing.Size(120, 20);
            this.jpegCompression.TabIndex = 3;
            this.jpegCompression.ValueChanged += new System.EventHandler(this.jpegCompression_ValueChanged);
            // 
            // flowLayoutPanel2
            // 
            flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            flowLayoutPanel2.AutoSize = true;
            flowLayoutPanel2.Controls.Add(this.ok);
            flowLayoutPanel2.Controls.Add(this.cancel);
            flowLayoutPanel2.Location = new System.Drawing.Point(210, 513);
            flowLayoutPanel2.Name = "flowLayoutPanel2";
            flowLayoutPanel2.Size = new System.Drawing.Size(162, 29);
            flowLayoutPanel2.TabIndex = 1;
            // 
            // ok
            // 
            this.ok.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.ok.Location = new System.Drawing.Point(3, 3);
            this.ok.Name = "ok";
            this.ok.Size = new System.Drawing.Size(75, 23);
            this.ok.TabIndex = 1;
            this.ok.Text = "Save";
            this.ok.UseVisualStyleBackColor = true;
            this.ok.Click += new System.EventHandler(this.ok_Click);
            // 
            // cancel
            // 
            this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancel.Location = new System.Drawing.Point(84, 3);
            this.cancel.Name = "cancel";
            this.cancel.Size = new System.Drawing.Size(75, 23);
            this.cancel.TabIndex = 0;
            this.cancel.Text = "Cancel";
            this.cancel.UseVisualStyleBackColor = true;
            // 
            // alphaLDRGroup
            // 
            this.alphaLDRGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.alphaLDRGroup.AutoSize = true;
            this.alphaLDRGroup.Controls.Add(flowLayoutPanel3);
            this.alphaLDRGroup.Location = new System.Drawing.Point(3, 428);
            this.alphaLDRGroup.Name = "alphaLDRGroup";
            this.alphaLDRGroup.Size = new System.Drawing.Size(369, 79);
            this.alphaLDRGroup.TabIndex = 2;
            this.alphaLDRGroup.TabStop = false;
            this.alphaLDRGroup.Text = "Alpha Handling";
            // 
            // flowLayoutPanel3
            // 
            flowLayoutPanel3.AutoSize = true;
            flowLayoutPanel3.Controls.Add(label3);
            flowLayoutPanel3.Controls.Add(this.alphaMap);
            flowLayoutPanel3.Controls.Add(this.alphaCol);
            flowLayoutPanel3.Controls.Add(label4);
            flowLayoutPanel3.Controls.Add(this.blackPoint);
            flowLayoutPanel3.Controls.Add(label5);
            flowLayoutPanel3.Controls.Add(this.whitePoint);
            flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel3.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel3.Name = "flowLayoutPanel3";
            flowLayoutPanel3.Size = new System.Drawing.Size(363, 60);
            flowLayoutPanel3.TabIndex = 0;
            // 
            // label3
            // 
            label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(3, 7);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(80, 13);
            label3.TabIndex = 1;
            label3.Text = "Alpha mapping:";
            label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // alphaMap
            // 
            this.alphaMap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.alphaMap.FormattingEnabled = true;
            this.alphaMap.Items.AddRange(new object[] {
            "Discard",
            "Blend to Colour",
            "Blend to Checkerboard"});
            this.alphaMap.Location = new System.Drawing.Point(89, 3);
            this.alphaMap.Name = "alphaMap";
            this.alphaMap.Size = new System.Drawing.Size(148, 21);
            this.alphaMap.TabIndex = 0;
            this.alphaMap.SelectedIndexChanged += new System.EventHandler(this.alphaMap_SelectedIndexChanged);
            // 
            // alphaCol
            // 
            flowLayoutPanel3.SetFlowBreak(this.alphaCol, true);
            this.alphaCol.Location = new System.Drawing.Point(243, 3);
            this.alphaCol.Name = "alphaCol";
            this.alphaCol.Size = new System.Drawing.Size(110, 21);
            this.alphaCol.TabIndex = 2;
            this.alphaCol.Text = "Background Colour";
            this.alphaCol.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.alphaCol.UseVisualStyleBackColor = true;
            this.alphaCol.Click += new System.EventHandler(this.alphaCol_Click);
            // 
            // label4
            // 
            label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(3, 40);
            label4.Margin = new System.Windows.Forms.Padding(3, 7, 3, 0);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(64, 13);
            label4.TabIndex = 3;
            label4.Text = "Black Point:";
            label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // blackPoint
            // 
            this.blackPoint.Location = new System.Drawing.Point(73, 37);
            this.blackPoint.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
            this.blackPoint.Name = "blackPoint";
            this.blackPoint.Size = new System.Drawing.Size(100, 20);
            this.blackPoint.TabIndex = 5;
            this.blackPoint.TextChanged += new System.EventHandler(this.blackPoint_TextChanged);
            // 
            // label5
            // 
            label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(179, 40);
            label5.Margin = new System.Windows.Forms.Padding(3, 7, 3, 0);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(65, 13);
            label5.TabIndex = 4;
            label5.Text = "White Point:";
            label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // whitePoint
            // 
            this.whitePoint.Location = new System.Drawing.Point(250, 37);
            this.whitePoint.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
            this.whitePoint.Name = "whitePoint";
            this.whitePoint.Size = new System.Drawing.Size(100, 20);
            this.whitePoint.TabIndex = 6;
            this.whitePoint.TextChanged += new System.EventHandler(this.whitePoint_TextChanged);
            // 
            // sliceGroup
            // 
            this.sliceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sliceGroup.AutoSize = true;
            this.sliceGroup.Controls.Add(flowLayoutPanel6);
            this.sliceGroup.Location = new System.Drawing.Point(3, 304);
            this.sliceGroup.Name = "sliceGroup";
            this.sliceGroup.Size = new System.Drawing.Size(369, 118);
            this.sliceGroup.TabIndex = 5;
            this.sliceGroup.TabStop = false;
            this.sliceGroup.Text = "Array/Depth Slices";
            // 
            // flowLayoutPanel6
            // 
            flowLayoutPanel6.AutoSize = true;
            flowLayoutPanel6.Controls.Add(this.exportAllSlices);
            flowLayoutPanel6.Controls.Add(this.oneSlice);
            flowLayoutPanel6.Controls.Add(this.sliceSelect);
            flowLayoutPanel6.Controls.Add(this.mapSlicesToGrid);
            flowLayoutPanel6.Controls.Add(this.gridWidth);
            flowLayoutPanel6.Controls.Add(this.cubeCruciform);
            flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel6.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel6.Name = "flowLayoutPanel6";
            flowLayoutPanel6.Size = new System.Drawing.Size(363, 99);
            flowLayoutPanel6.TabIndex = 0;
            // 
            // exportAllSlices
            // 
            this.exportAllSlices.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            flowLayoutPanel6.SetFlowBreak(this.exportAllSlices, true);
            this.exportAllSlices.Location = new System.Drawing.Point(3, 3);
            this.exportAllSlices.MinimumSize = new System.Drawing.Size(120, 0);
            this.exportAllSlices.Name = "exportAllSlices";
            this.exportAllSlices.Size = new System.Drawing.Size(120, 17);
            this.exportAllSlices.TabIndex = 0;
            this.exportAllSlices.Text = "Export All Slices";
            this.exportAllSlices.UseVisualStyleBackColor = true;
            this.exportAllSlices.CheckedChanged += new System.EventHandler(this.exportAllSlices_CheckedChanged);
            // 
            // oneSlice
            // 
            this.oneSlice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.oneSlice.AutoSize = true;
            this.oneSlice.Location = new System.Drawing.Point(3, 28);
            this.oneSlice.MinimumSize = new System.Drawing.Size(120, 0);
            this.oneSlice.Name = "oneSlice";
            this.oneSlice.Size = new System.Drawing.Size(120, 17);
            this.oneSlice.TabIndex = 4;
            this.oneSlice.Text = "Select Slice:";
            this.oneSlice.UseVisualStyleBackColor = true;
            this.oneSlice.CheckedChanged += new System.EventHandler(this.oneSlice_CheckedChanged);
            // 
            // sliceSelect
            // 
            this.sliceSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel6.SetFlowBreak(this.sliceSelect, true);
            this.sliceSelect.FormattingEnabled = true;
            this.sliceSelect.Location = new System.Drawing.Point(129, 26);
            this.sliceSelect.Name = "sliceSelect";
            this.sliceSelect.Size = new System.Drawing.Size(121, 21);
            this.sliceSelect.TabIndex = 5;
            this.sliceSelect.SelectedIndexChanged += new System.EventHandler(this.sliceSelect_SelectedIndexChanged);
            // 
            // mapSlicesToGrid
            // 
            this.mapSlicesToGrid.AutoSize = true;
            this.mapSlicesToGrid.Location = new System.Drawing.Point(3, 53);
            this.mapSlicesToGrid.Name = "mapSlicesToGrid";
            this.mapSlicesToGrid.Size = new System.Drawing.Size(179, 17);
            this.mapSlicesToGrid.TabIndex = 1;
            this.mapSlicesToGrid.Text = "Show Slices as Grid. Grid Width:";
            this.mapSlicesToGrid.UseVisualStyleBackColor = true;
            this.mapSlicesToGrid.CheckedChanged += new System.EventHandler(this.mapSlicesToGrid_CheckedChanged);
            // 
            // gridWidth
            // 
            this.gridWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            flowLayoutPanel6.SetFlowBreak(this.gridWidth, true);
            this.gridWidth.Location = new System.Drawing.Point(188, 53);
            this.gridWidth.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.gridWidth.Name = "gridWidth";
            this.gridWidth.Size = new System.Drawing.Size(49, 20);
            this.gridWidth.TabIndex = 3;
            this.gridWidth.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.gridWidth.ValueChanged += new System.EventHandler(this.gridWidth_ValueChanged);
            // 
            // cubeCruciform
            // 
            this.cubeCruciform.AutoSize = true;
            this.cubeCruciform.Location = new System.Drawing.Point(3, 79);
            this.cubeCruciform.Name = "cubeCruciform";
            this.cubeCruciform.Size = new System.Drawing.Size(144, 17);
            this.cubeCruciform.TabIndex = 2;
            this.cubeCruciform.Text = "Show Cubemap as Cross";
            this.cubeCruciform.UseVisualStyleBackColor = true;
            this.cubeCruciform.CheckedChanged += new System.EventHandler(this.cubeCruciform_CheckedChanged);
            // 
            // mipGroup
            // 
            this.mipGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.mipGroup.AutoSize = true;
            this.mipGroup.Controls.Add(flowLayoutPanel4);
            this.mipGroup.Location = new System.Drawing.Point(3, 131);
            this.mipGroup.Name = "mipGroup";
            this.mipGroup.Size = new System.Drawing.Size(369, 69);
            this.mipGroup.TabIndex = 3;
            this.mipGroup.TabStop = false;
            this.mipGroup.Text = "Mips";
            // 
            // flowLayoutPanel4
            // 
            flowLayoutPanel4.AutoSize = true;
            flowLayoutPanel4.Controls.Add(this.exportAllMips);
            flowLayoutPanel4.Controls.Add(this.oneMip);
            flowLayoutPanel4.Controls.Add(this.mipSelect);
            flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel4.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel4.Name = "flowLayoutPanel4";
            flowLayoutPanel4.Size = new System.Drawing.Size(363, 50);
            flowLayoutPanel4.TabIndex = 0;
            // 
            // exportAllMips
            // 
            this.exportAllMips.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.exportAllMips.AutoSize = true;
            flowLayoutPanel4.SetFlowBreak(this.exportAllMips, true);
            this.exportAllMips.Location = new System.Drawing.Point(3, 3);
            this.exportAllMips.MinimumSize = new System.Drawing.Size(120, 0);
            this.exportAllMips.Name = "exportAllMips";
            this.exportAllMips.Size = new System.Drawing.Size(120, 17);
            this.exportAllMips.TabIndex = 0;
            this.exportAllMips.Text = "Export All Mips";
            this.exportAllMips.UseVisualStyleBackColor = true;
            this.exportAllMips.CheckedChanged += new System.EventHandler(this.exportAllMips_CheckedChanged);
            // 
            // oneMip
            // 
            this.oneMip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.oneMip.AutoSize = true;
            this.oneMip.Location = new System.Drawing.Point(3, 28);
            this.oneMip.MinimumSize = new System.Drawing.Size(120, 0);
            this.oneMip.Name = "oneMip";
            this.oneMip.Size = new System.Drawing.Size(120, 17);
            this.oneMip.TabIndex = 2;
            this.oneMip.Text = "Select Mip:";
            this.oneMip.UseVisualStyleBackColor = true;
            this.oneMip.CheckedChanged += new System.EventHandler(this.oneMip_CheckedChanged);
            // 
            // mipSelect
            // 
            this.mipSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel4.SetFlowBreak(this.mipSelect, true);
            this.mipSelect.FormattingEnabled = true;
            this.mipSelect.Location = new System.Drawing.Point(129, 26);
            this.mipSelect.Name = "mipSelect";
            this.mipSelect.Size = new System.Drawing.Size(121, 21);
            this.mipSelect.TabIndex = 1;
            this.mipSelect.SelectedIndexChanged += new System.EventHandler(this.mipSelect_SelectedIndexChanged);
            // 
            // sampleGroup
            // 
            this.sampleGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sampleGroup.AutoSize = true;
            this.sampleGroup.Controls.Add(flowLayoutPanel5);
            this.sampleGroup.Location = new System.Drawing.Point(3, 206);
            this.sampleGroup.Name = "sampleGroup";
            this.sampleGroup.Size = new System.Drawing.Size(369, 92);
            this.sampleGroup.TabIndex = 6;
            this.sampleGroup.TabStop = false;
            this.sampleGroup.Text = "MSAA Samples";
            // 
            // flowLayoutPanel5
            // 
            flowLayoutPanel5.AutoSize = true;
            flowLayoutPanel5.Controls.Add(this.mapSampleArray);
            flowLayoutPanel5.Controls.Add(this.resolveSamples);
            flowLayoutPanel5.Controls.Add(this.oneSample);
            flowLayoutPanel5.Controls.Add(this.sampleSelect);
            flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel5.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel5.Name = "flowLayoutPanel5";
            flowLayoutPanel5.Size = new System.Drawing.Size(363, 73);
            flowLayoutPanel5.TabIndex = 0;
            // 
            // oneSample
            // 
            this.oneSample.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.oneSample.AutoSize = true;
            this.oneSample.Location = new System.Drawing.Point(3, 51);
            this.oneSample.MinimumSize = new System.Drawing.Size(120, 0);
            this.oneSample.Name = "oneSample";
            this.oneSample.Size = new System.Drawing.Size(120, 17);
            this.oneSample.TabIndex = 3;
            this.oneSample.Text = "Select Sample:";
            this.oneSample.UseVisualStyleBackColor = true;
            this.oneSample.CheckedChanged += new System.EventHandler(this.oneSample_CheckedChanged);
            // 
            // sampleSelect
            // 
            this.sampleSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel5.SetFlowBreak(this.sampleSelect, true);
            this.sampleSelect.FormattingEnabled = true;
            this.sampleSelect.Location = new System.Drawing.Point(129, 49);
            this.sampleSelect.Name = "sampleSelect";
            this.sampleSelect.Size = new System.Drawing.Size(121, 21);
            this.sampleSelect.TabIndex = 2;
            this.sampleSelect.SelectedIndexChanged += new System.EventHandler(this.sampleSelect_SelectedIndexChanged);
            // 
            // mapSampleArray
            // 
            this.mapSampleArray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.mapSampleArray.AutoSize = true;
            flowLayoutPanel5.SetFlowBreak(this.mapSampleArray, true);
            this.mapSampleArray.Location = new System.Drawing.Point(3, 3);
            this.mapSampleArray.Name = "mapSampleArray";
            this.mapSampleArray.Size = new System.Drawing.Size(162, 17);
            this.mapSampleArray.TabIndex = 1;
            this.mapSampleArray.Text = "Map Samples as Array Slices";
            this.mapSampleArray.UseVisualStyleBackColor = true;
            this.mapSampleArray.CheckedChanged += new System.EventHandler(this.mapSampleArray_CheckedChanged);
            // 
            // colorDialog
            // 
            this.colorDialog.AnyColor = true;
            // 
            // resolveSamples
            // 
            this.resolveSamples.AutoSize = true;
            flowLayoutPanel5.SetFlowBreak(this.resolveSamples, true);
            this.resolveSamples.Location = new System.Drawing.Point(3, 26);
            this.resolveSamples.Name = "resolveSamples";
            this.resolveSamples.Size = new System.Drawing.Size(108, 17);
            this.resolveSamples.TabIndex = 4;
            this.resolveSamples.Text = "Resolve Samples";
            this.resolveSamples.UseVisualStyleBackColor = true;
            this.resolveSamples.CheckedChanged += new System.EventHandler(this.resolveSamples_CheckedChanged);
            // 
            // groupBox2
            // 
            groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            groupBox2.Controls.Add(this.filename);
            groupBox2.Controls.Add(browse);
            groupBox2.Location = new System.Drawing.Point(3, 3);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(369, 44);
            groupBox2.TabIndex = 7;
            groupBox2.TabStop = false;
            groupBox2.Text = "Path";
            // 
            // browse
            // 
            browse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            browse.Location = new System.Drawing.Point(334, 15);
            browse.Name = "browse";
            browse.Size = new System.Drawing.Size(26, 23);
            browse.TabIndex = 0;
            browse.Text = "...";
            browse.UseVisualStyleBackColor = true;
            browse.Click += new System.EventHandler(this.browse_Click);
            // 
            // filename
            // 
            this.filename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.filename.Location = new System.Drawing.Point(9, 15);
            this.filename.Name = "filename";
            this.filename.Size = new System.Drawing.Size(319, 20);
            this.filename.TabIndex = 1;
            // 
            // saveTexDialog
            // 
            this.saveTexDialog.DefaultExt = "dds";
            this.saveTexDialog.Title = "Save Texture As";
            // 
            // TextureSaveDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(375, 521);
            this.Controls.Add(tableLayoutPanel1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TextureSaveDialog";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Save Texture";
            this.Shown += new System.EventHandler(this.TextureSaveDialog_Shown);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            flowLayoutPanel1.ResumeLayout(false);
            flowLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.jpegCompression)).EndInit();
            flowLayoutPanel2.ResumeLayout(false);
            this.alphaLDRGroup.ResumeLayout(false);
            this.alphaLDRGroup.PerformLayout();
            flowLayoutPanel3.ResumeLayout(false);
            flowLayoutPanel3.PerformLayout();
            this.sliceGroup.ResumeLayout(false);
            this.sliceGroup.PerformLayout();
            flowLayoutPanel6.ResumeLayout(false);
            flowLayoutPanel6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridWidth)).EndInit();
            this.mipGroup.ResumeLayout(false);
            this.mipGroup.PerformLayout();
            flowLayoutPanel4.ResumeLayout(false);
            flowLayoutPanel4.PerformLayout();
            this.sampleGroup.ResumeLayout(false);
            this.sampleGroup.PerformLayout();
            flowLayoutPanel5.ResumeLayout(false);
            flowLayoutPanel5.PerformLayout();
            groupBox2.ResumeLayout(false);
            groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.GroupBox deviceGroupBox;
     System.Windows.Forms.GroupBox dataGroupBox;
     System.Windows.Forms.GroupBox inputConfigGroupBox;
     System.Windows.Forms.Label    yawScaleText;
     System.Windows.Forms.Label    pitchScaleText;
     System.Windows.Forms.Label    rollScaleText;
     System.Windows.Forms.Label    thrustBaseText;
     System.Windows.Forms.Label    thrustExpText;
     System.Windows.Forms.Label    yawExpText;
     System.Windows.Forms.Label    pitchExpText;
     System.Windows.Forms.Label    rollExpText;
     System.Windows.Forms.GroupBox inputGraphsGroupBox;
     this.deviceErrorLabel      = new System.Windows.Forms.Label();
     this.calibrateButton       = new System.Windows.Forms.Button();
     this.searchDeviceButton    = new System.Windows.Forms.Button();
     this.deviceBatteryLabel    = new System.Windows.Forms.Label();
     this.deviceConnectionLabel = new System.Windows.Forms.Label();
     this.inputDeviceComboBox   = new System.Windows.Forms.ComboBox();
     this.rollLabel             = new System.Windows.Forms.Label();
     this.pitchLabel            = new System.Windows.Forms.Label();
     this.yawLabel          = new System.Windows.Forms.Label();
     this.thrustLabel       = new System.Windows.Forms.Label();
     this.pidDataLabel      = new System.Windows.Forms.Label();
     this.yawScaleTextBox   = new System.Windows.Forms.NumericUpDown();
     this.pitchScaleTextBox = new System.Windows.Forms.NumericUpDown();
     this.rollScaleTextBox  = new System.Windows.Forms.NumericUpDown();
     this.enableClear       = new System.Windows.Forms.CheckBox();
     this.enableStop        = new System.Windows.Forms.CheckBox();
     this.thrustBaseTextBox = new System.Windows.Forms.NumericUpDown();
     this.thrustExpTextBox  = new System.Windows.Forms.NumericUpDown();
     this.yawExpTextBox     = new System.Windows.Forms.NumericUpDown();
     this.pitchExpTextBox   = new System.Windows.Forms.NumericUpDown();
     this.rollExpTextBox    = new System.Windows.Forms.NumericUpDown();
     this.deadZoneCheckBox  = new System.Windows.Forms.CheckBox();
     this.inputCurves       = new DroneControl.QuadGraphControl();
     this.searchTimer       = new System.Windows.Forms.Timer(this.components);
     this.updateTimer       = new System.Windows.Forms.Timer(this.components);
     deviceGroupBox         = new System.Windows.Forms.GroupBox();
     dataGroupBox           = new System.Windows.Forms.GroupBox();
     inputConfigGroupBox    = new System.Windows.Forms.GroupBox();
     yawScaleText           = new System.Windows.Forms.Label();
     pitchScaleText         = new System.Windows.Forms.Label();
     rollScaleText          = new System.Windows.Forms.Label();
     thrustBaseText         = new System.Windows.Forms.Label();
     thrustExpText          = new System.Windows.Forms.Label();
     yawExpText             = new System.Windows.Forms.Label();
     pitchExpText           = new System.Windows.Forms.Label();
     rollExpText            = new System.Windows.Forms.Label();
     inputGraphsGroupBox    = new System.Windows.Forms.GroupBox();
     deviceGroupBox.SuspendLayout();
     dataGroupBox.SuspendLayout();
     inputConfigGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.yawScaleTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pitchScaleTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rollScaleTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.thrustBaseTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.thrustExpTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.yawExpTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pitchExpTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rollExpTextBox)).BeginInit();
     inputGraphsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // deviceGroupBox
     //
     deviceGroupBox.Controls.Add(this.deviceErrorLabel);
     deviceGroupBox.Controls.Add(this.calibrateButton);
     deviceGroupBox.Controls.Add(this.searchDeviceButton);
     deviceGroupBox.Controls.Add(this.deviceBatteryLabel);
     deviceGroupBox.Controls.Add(this.deviceConnectionLabel);
     deviceGroupBox.Controls.Add(this.inputDeviceComboBox);
     deviceGroupBox.Location = new System.Drawing.Point(10, 14);
     deviceGroupBox.Name     = "deviceGroupBox";
     deviceGroupBox.Size     = new System.Drawing.Size(215, 154);
     deviceGroupBox.TabIndex = 25;
     deviceGroupBox.TabStop  = false;
     deviceGroupBox.Text     = "Input Device";
     //
     // deviceErrorLabel
     //
     this.deviceErrorLabel.AutoSize  = true;
     this.deviceErrorLabel.ForeColor = System.Drawing.Color.Red;
     this.deviceErrorLabel.Location  = new System.Drawing.Point(6, 107);
     this.deviceErrorLabel.Name      = "deviceErrorLabel";
     this.deviceErrorLabel.Size      = new System.Drawing.Size(65, 13);
     this.deviceErrorLabel.TabIndex  = 14;
     this.deviceErrorLabel.Text      = "Device error";
     //
     // calibrateButton
     //
     this.calibrateButton.Location = new System.Drawing.Point(134, 123);
     this.calibrateButton.Name     = "calibrateButton";
     this.calibrateButton.Size     = new System.Drawing.Size(75, 23);
     this.calibrateButton.TabIndex = 13;
     this.calibrateButton.Text     = "Calibrate";
     this.calibrateButton.UseVisualStyleBackColor = true;
     this.calibrateButton.Click += new System.EventHandler(this.calibrateButton_Click);
     //
     // searchDeviceButton
     //
     this.searchDeviceButton.Location = new System.Drawing.Point(11, 21);
     this.searchDeviceButton.Name     = "searchDeviceButton";
     this.searchDeviceButton.Size     = new System.Drawing.Size(75, 23);
     this.searchDeviceButton.TabIndex = 12;
     this.searchDeviceButton.Text     = "Search";
     this.searchDeviceButton.UseVisualStyleBackColor = true;
     this.searchDeviceButton.Click += new System.EventHandler(this.searchDeviceButton_Click);
     //
     // deviceBatteryLabel
     //
     this.deviceBatteryLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.deviceBatteryLabel.AutoSize = true;
     this.deviceBatteryLabel.Location = new System.Drawing.Point(6, 120);
     this.deviceBatteryLabel.Name     = "deviceBatteryLabel";
     this.deviceBatteryLabel.Size     = new System.Drawing.Size(76, 13);
     this.deviceBatteryLabel.TabIndex = 11;
     this.deviceBatteryLabel.Text     = "Device battery";
     //
     // deviceConnectionLabel
     //
     this.deviceConnectionLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.deviceConnectionLabel.AutoSize = true;
     this.deviceConnectionLabel.Location = new System.Drawing.Point(6, 133);
     this.deviceConnectionLabel.Name     = "deviceConnectionLabel";
     this.deviceConnectionLabel.Size     = new System.Drawing.Size(95, 13);
     this.deviceConnectionLabel.TabIndex = 10;
     this.deviceConnectionLabel.Text     = "Device connected";
     //
     // inputDeviceComboBox
     //
     this.inputDeviceComboBox.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.inputDeviceComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.inputDeviceComboBox.FormattingEnabled = true;
     this.inputDeviceComboBox.Location          = new System.Drawing.Point(11, 50);
     this.inputDeviceComboBox.Name                  = "inputDeviceComboBox";
     this.inputDeviceComboBox.Size                  = new System.Drawing.Size(198, 21);
     this.inputDeviceComboBox.Sorted                = true;
     this.inputDeviceComboBox.TabIndex              = 8;
     this.inputDeviceComboBox.SelectedIndexChanged += new System.EventHandler(this.inputDeviceComboBox_SelectedIndexChanged);
     //
     // dataGroupBox
     //
     dataGroupBox.Controls.Add(this.rollLabel);
     dataGroupBox.Controls.Add(this.pitchLabel);
     dataGroupBox.Controls.Add(this.yawLabel);
     dataGroupBox.Controls.Add(this.thrustLabel);
     dataGroupBox.Controls.Add(this.pidDataLabel);
     dataGroupBox.Location = new System.Drawing.Point(231, 14);
     dataGroupBox.Name     = "dataGroupBox";
     dataGroupBox.Size     = new System.Drawing.Size(360, 154);
     dataGroupBox.TabIndex = 26;
     dataGroupBox.TabStop  = false;
     dataGroupBox.Text     = "Data";
     //
     // rollLabel
     //
     this.rollLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.rollLabel.AutoSize = true;
     this.rollLabel.Font     = new System.Drawing.Font("Consolas", 9F);
     this.rollLabel.Location = new System.Drawing.Point(227, 19);
     this.rollLabel.Name     = "rollLabel";
     this.rollLabel.Size     = new System.Drawing.Size(70, 14);
     this.rollLabel.TabIndex = 18;
     this.rollLabel.Text     = "Roll: {0}";
     //
     // pitchLabel
     //
     this.pitchLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pitchLabel.AutoSize = true;
     this.pitchLabel.Font     = new System.Drawing.Font("Consolas", 9F);
     this.pitchLabel.Location = new System.Drawing.Point(220, 33);
     this.pitchLabel.Name     = "pitchLabel";
     this.pitchLabel.Size     = new System.Drawing.Size(77, 14);
     this.pitchLabel.TabIndex = 17;
     this.pitchLabel.Text     = "Pitch: {0}";
     //
     // yawLabel
     //
     this.yawLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.yawLabel.AutoSize = true;
     this.yawLabel.Font     = new System.Drawing.Font("Consolas", 9F);
     this.yawLabel.Location = new System.Drawing.Point(234, 47);
     this.yawLabel.Name     = "yawLabel";
     this.yawLabel.Size     = new System.Drawing.Size(63, 14);
     this.yawLabel.TabIndex = 19;
     this.yawLabel.Text     = "Yaw: {0}";
     //
     // thrustLabel
     //
     this.thrustLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.thrustLabel.AutoSize = true;
     this.thrustLabel.Font     = new System.Drawing.Font("Consolas", 9F);
     this.thrustLabel.Location = new System.Drawing.Point(213, 61);
     this.thrustLabel.Name     = "thrustLabel";
     this.thrustLabel.Size     = new System.Drawing.Size(84, 14);
     this.thrustLabel.TabIndex = 20;
     this.thrustLabel.Text     = "Thrust: {0}";
     //
     // pidDataLabel
     //
     this.pidDataLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pidDataLabel.AutoSize = true;
     this.pidDataLabel.Font     = new System.Drawing.Font("Consolas", 9F);
     this.pidDataLabel.Location = new System.Drawing.Point(143, 87);
     this.pidDataLabel.Name     = "pidDataLabel";
     this.pidDataLabel.Size     = new System.Drawing.Size(63, 14);
     this.pidDataLabel.TabIndex = 21;
     this.pidDataLabel.Text     = "PID data";
     //
     // inputConfigGroupBox
     //
     inputConfigGroupBox.Controls.Add(this.yawScaleTextBox);
     inputConfigGroupBox.Controls.Add(yawScaleText);
     inputConfigGroupBox.Controls.Add(this.pitchScaleTextBox);
     inputConfigGroupBox.Controls.Add(pitchScaleText);
     inputConfigGroupBox.Controls.Add(this.rollScaleTextBox);
     inputConfigGroupBox.Controls.Add(rollScaleText);
     inputConfigGroupBox.Controls.Add(this.enableClear);
     inputConfigGroupBox.Controls.Add(this.enableStop);
     inputConfigGroupBox.Controls.Add(this.thrustBaseTextBox);
     inputConfigGroupBox.Controls.Add(thrustBaseText);
     inputConfigGroupBox.Controls.Add(this.thrustExpTextBox);
     inputConfigGroupBox.Controls.Add(thrustExpText);
     inputConfigGroupBox.Controls.Add(this.yawExpTextBox);
     inputConfigGroupBox.Controls.Add(yawExpText);
     inputConfigGroupBox.Controls.Add(this.pitchExpTextBox);
     inputConfigGroupBox.Controls.Add(pitchExpText);
     inputConfigGroupBox.Controls.Add(this.rollExpTextBox);
     inputConfigGroupBox.Controls.Add(rollExpText);
     inputConfigGroupBox.Controls.Add(this.deadZoneCheckBox);
     inputConfigGroupBox.Location = new System.Drawing.Point(10, 174);
     inputConfigGroupBox.Name     = "inputConfigGroupBox";
     inputConfigGroupBox.Size     = new System.Drawing.Size(581, 127);
     inputConfigGroupBox.TabIndex = 27;
     inputConfigGroupBox.TabStop  = false;
     inputConfigGroupBox.Text     = "Input Config";
     //
     // yawScaleTextBox
     //
     this.yawScaleTextBox.DecimalPlaces = 2;
     this.yawScaleTextBox.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.yawScaleTextBox.Location = new System.Drawing.Point(341, 68);
     this.yawScaleTextBox.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.yawScaleTextBox.Name     = "yawScaleTextBox";
     this.yawScaleTextBox.Size     = new System.Drawing.Size(62, 20);
     this.yawScaleTextBox.TabIndex = 55;
     this.yawScaleTextBox.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.yawScaleTextBox.ValueChanged += new System.EventHandler(this.OnInputConfigChange);
     //
     // yawScaleText
     //
     yawScaleText.AutoSize = true;
     yawScaleText.Location = new System.Drawing.Point(272, 70);
     yawScaleText.Name     = "yawScaleText";
     yawScaleText.Size     = new System.Drawing.Size(56, 13);
     yawScaleText.TabIndex = 54;
     yawScaleText.Text     = "Yaw scale";
     //
     // pitchScaleTextBox
     //
     this.pitchScaleTextBox.DecimalPlaces = 2;
     this.pitchScaleTextBox.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.pitchScaleTextBox.Location = new System.Drawing.Point(341, 44);
     this.pitchScaleTextBox.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.pitchScaleTextBox.Name     = "pitchScaleTextBox";
     this.pitchScaleTextBox.Size     = new System.Drawing.Size(62, 20);
     this.pitchScaleTextBox.TabIndex = 53;
     this.pitchScaleTextBox.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.pitchScaleTextBox.ValueChanged += new System.EventHandler(this.OnInputConfigChange);
     //
     // pitchScaleText
     //
     pitchScaleText.AutoSize = true;
     pitchScaleText.Location = new System.Drawing.Point(272, 46);
     pitchScaleText.Name     = "pitchScaleText";
     pitchScaleText.Size     = new System.Drawing.Size(59, 13);
     pitchScaleText.TabIndex = 52;
     pitchScaleText.Text     = "Pitch scale";
     //
     // rollScaleTextBox
     //
     this.rollScaleTextBox.DecimalPlaces = 2;
     this.rollScaleTextBox.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.rollScaleTextBox.Location = new System.Drawing.Point(341, 18);
     this.rollScaleTextBox.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.rollScaleTextBox.Name     = "rollScaleTextBox";
     this.rollScaleTextBox.Size     = new System.Drawing.Size(62, 20);
     this.rollScaleTextBox.TabIndex = 51;
     this.rollScaleTextBox.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.rollScaleTextBox.ValueChanged += new System.EventHandler(this.OnInputConfigChange);
     //
     // rollScaleText
     //
     rollScaleText.AutoSize = true;
     rollScaleText.Location = new System.Drawing.Point(272, 20);
     rollScaleText.Name     = "rollScaleText";
     rollScaleText.Size     = new System.Drawing.Size(53, 13);
     rollScaleText.TabIndex = 50;
     rollScaleText.Text     = "Roll scale";
     //
     // enableClear
     //
     this.enableClear.AutoSize   = true;
     this.enableClear.Checked    = true;
     this.enableClear.CheckState = System.Windows.Forms.CheckState.Checked;
     this.enableClear.Location   = new System.Drawing.Point(11, 65);
     this.enableClear.Name       = "enableClear";
     this.enableClear.Size       = new System.Drawing.Size(86, 17);
     this.enableClear.TabIndex   = 49;
     this.enableClear.Text       = "Enable Clear";
     this.enableClear.UseVisualStyleBackColor = true;
     this.enableClear.CheckedChanged         += new System.EventHandler(this.OnInputConfigChange);
     //
     // enableStop
     //
     this.enableStop.AutoSize   = true;
     this.enableStop.Checked    = true;
     this.enableStop.CheckState = System.Windows.Forms.CheckState.Checked;
     this.enableStop.Location   = new System.Drawing.Point(11, 42);
     this.enableStop.Name       = "enableStop";
     this.enableStop.Size       = new System.Drawing.Size(84, 17);
     this.enableStop.TabIndex   = 48;
     this.enableStop.Text       = "Enable Stop";
     this.enableStop.UseVisualStyleBackColor = true;
     this.enableStop.CheckedChanged         += new System.EventHandler(this.OnInputConfigChange);
     //
     // thrustBaseTextBox
     //
     this.thrustBaseTextBox.DecimalPlaces = 2;
     this.thrustBaseTextBox.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.thrustBaseTextBox.Location = new System.Drawing.Point(341, 94);
     this.thrustBaseTextBox.Maximum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.thrustBaseTextBox.Name     = "thrustBaseTextBox";
     this.thrustBaseTextBox.Size     = new System.Drawing.Size(62, 20);
     this.thrustBaseTextBox.TabIndex = 47;
     this.thrustBaseTextBox.Value    = new decimal(new int[] {
         5,
         0,
         0,
         65536
     });
     this.thrustBaseTextBox.ValueChanged += new System.EventHandler(this.OnInputConfigChange);
     //
     // thrustBaseText
     //
     thrustBaseText.AutoSize = true;
     thrustBaseText.Location = new System.Drawing.Point(272, 96);
     thrustBaseText.Name     = "thrustBaseText";
     thrustBaseText.Size     = new System.Drawing.Size(63, 13);
     thrustBaseText.TabIndex = 46;
     thrustBaseText.Text     = "Thrust base";
     //
     // thrustExpTextBox
     //
     this.thrustExpTextBox.DecimalPlaces = 2;
     this.thrustExpTextBox.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.thrustExpTextBox.Location = new System.Drawing.Point(194, 94);
     this.thrustExpTextBox.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.thrustExpTextBox.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.thrustExpTextBox.Name     = "thrustExpTextBox";
     this.thrustExpTextBox.Size     = new System.Drawing.Size(62, 20);
     this.thrustExpTextBox.TabIndex = 45;
     this.thrustExpTextBox.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.thrustExpTextBox.ValueChanged += new System.EventHandler(this.OnInputConfigChange);
     //
     // thrustExpText
     //
     thrustExpText.AutoSize = true;
     thrustExpText.Location = new System.Drawing.Point(131, 96);
     thrustExpText.Name     = "thrustExpText";
     thrustExpText.Size     = new System.Drawing.Size(57, 13);
     thrustExpText.TabIndex = 44;
     thrustExpText.Text     = "Thrust exp";
     //
     // yawExpTextBox
     //
     this.yawExpTextBox.DecimalPlaces = 2;
     this.yawExpTextBox.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.yawExpTextBox.Location = new System.Drawing.Point(194, 68);
     this.yawExpTextBox.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.yawExpTextBox.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.yawExpTextBox.Name     = "yawExpTextBox";
     this.yawExpTextBox.Size     = new System.Drawing.Size(62, 20);
     this.yawExpTextBox.TabIndex = 43;
     this.yawExpTextBox.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.yawExpTextBox.ValueChanged += new System.EventHandler(this.OnInputConfigChange);
     //
     // yawExpText
     //
     yawExpText.AutoSize = true;
     yawExpText.Location = new System.Drawing.Point(140, 70);
     yawExpText.Name     = "yawExpText";
     yawExpText.Size     = new System.Drawing.Size(48, 13);
     yawExpText.TabIndex = 42;
     yawExpText.Text     = "Yaw exp";
     //
     // pitchExpTextBox
     //
     this.pitchExpTextBox.DecimalPlaces = 2;
     this.pitchExpTextBox.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.pitchExpTextBox.Location = new System.Drawing.Point(194, 42);
     this.pitchExpTextBox.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.pitchExpTextBox.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.pitchExpTextBox.Name     = "pitchExpTextBox";
     this.pitchExpTextBox.Size     = new System.Drawing.Size(62, 20);
     this.pitchExpTextBox.TabIndex = 41;
     this.pitchExpTextBox.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.pitchExpTextBox.ValueChanged += new System.EventHandler(this.OnInputConfigChange);
     //
     // pitchExpText
     //
     pitchExpText.AutoSize = true;
     pitchExpText.Location = new System.Drawing.Point(137, 44);
     pitchExpText.Name     = "pitchExpText";
     pitchExpText.Size     = new System.Drawing.Size(51, 13);
     pitchExpText.TabIndex = 40;
     pitchExpText.Text     = "Pitch exp";
     //
     // rollExpTextBox
     //
     this.rollExpTextBox.DecimalPlaces = 2;
     this.rollExpTextBox.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.rollExpTextBox.Location = new System.Drawing.Point(194, 16);
     this.rollExpTextBox.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.rollExpTextBox.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.rollExpTextBox.Name     = "rollExpTextBox";
     this.rollExpTextBox.Size     = new System.Drawing.Size(62, 20);
     this.rollExpTextBox.TabIndex = 39;
     this.rollExpTextBox.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.rollExpTextBox.ValueChanged += new System.EventHandler(this.OnInputConfigChange);
     //
     // rollExpText
     //
     rollExpText.AutoSize = true;
     rollExpText.Location = new System.Drawing.Point(143, 18);
     rollExpText.Name     = "rollExpText";
     rollExpText.Size     = new System.Drawing.Size(45, 13);
     rollExpText.TabIndex = 38;
     rollExpText.Text     = "Roll exp";
     //
     // deadZoneCheckBox
     //
     this.deadZoneCheckBox.AutoSize   = true;
     this.deadZoneCheckBox.Checked    = true;
     this.deadZoneCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.deadZoneCheckBox.Location   = new System.Drawing.Point(11, 19);
     this.deadZoneCheckBox.Name       = "deadZoneCheckBox";
     this.deadZoneCheckBox.Size       = new System.Drawing.Size(80, 17);
     this.deadZoneCheckBox.TabIndex   = 36;
     this.deadZoneCheckBox.Text       = "Dead Zone";
     this.deadZoneCheckBox.UseVisualStyleBackColor = true;
     this.deadZoneCheckBox.CheckedChanged         += new System.EventHandler(this.OnInputConfigChange);
     //
     // inputGraphsGroupBox
     //
     inputGraphsGroupBox.Controls.Add(this.inputCurves);
     inputGraphsGroupBox.Location = new System.Drawing.Point(10, 307);
     inputGraphsGroupBox.Name     = "inputGraphsGroupBox";
     inputGraphsGroupBox.Size     = new System.Drawing.Size(400, 400);
     inputGraphsGroupBox.TabIndex = 28;
     inputGraphsGroupBox.TabStop  = false;
     inputGraphsGroupBox.Text     = "Input Graphs";
     //
     // inputCurves
     //
     this.inputCurves.BaseLine        = 0D;
     this.inputCurves.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.inputCurves.LeftBottomName  = "Yaw";
     this.inputCurves.LeftTopName     = "Roll";
     this.inputCurves.Location        = new System.Drawing.Point(3, 16);
     this.inputCurves.Name            = "inputCurves";
     this.inputCurves.RightBottomName = "Thrust";
     this.inputCurves.RightTopName    = "Pitch";
     this.inputCurves.ShowBaseLine    = true;
     this.inputCurves.ShowHalfScaling = false;
     this.inputCurves.Size            = new System.Drawing.Size(394, 381);
     this.inputCurves.TabIndex        = 37;
     this.inputCurves.ValueMax        = 500D;
     this.inputCurves.ValueMin        = -500D;
     //
     // searchTimer
     //
     this.searchTimer.Enabled  = true;
     this.searchTimer.Interval = 2500;
     this.searchTimer.Tick    += new System.EventHandler(this.searchTimer_Tick);
     //
     // updateTimer
     //
     this.updateTimer.Enabled  = true;
     this.updateTimer.Interval = 40;
     this.updateTimer.Tick    += new System.EventHandler(this.updateTimer_Tick);
     //
     // FlightControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(inputConfigGroupBox);
     this.Controls.Add(inputGraphsGroupBox);
     this.Controls.Add(dataGroupBox);
     this.Controls.Add(deviceGroupBox);
     this.DoubleBuffered = true;
     this.Name           = "FlightControl";
     this.Size           = new System.Drawing.Size(594, 719);
     deviceGroupBox.ResumeLayout(false);
     deviceGroupBox.PerformLayout();
     dataGroupBox.ResumeLayout(false);
     dataGroupBox.PerformLayout();
     inputConfigGroupBox.ResumeLayout(false);
     inputConfigGroupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.yawScaleTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pitchScaleTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rollScaleTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.thrustBaseTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.thrustExpTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.yawExpTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pitchExpTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rollExpTextBox)).EndInit();
     inputGraphsGroupBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBox1;
     this.m_labHeadIconPath = new System.Windows.Forms.TextBox();
     this.m_btnChangeStr    = new System.Windows.Forms.Button();
     this.m_labString       = new System.Windows.Forms.TextBox();
     this.m_pos1            = new System.Windows.Forms.RadioButton();
     this.m_pos2            = new System.Windows.Forms.RadioButton();
     this.m_pos3            = new System.Windows.Forms.RadioButton();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.m_switchList      = new System.Windows.Forms.CheckedListBox();
     this.m_labAudioID      = new System.Windows.Forms.TextBox();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.m_listActor       = new System.Windows.Forms.ComboBox();
     this.groupBox4         = new System.Windows.Forms.GroupBox();
     this.panel1            = new System.Windows.Forms.Panel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.panel3            = new System.Windows.Forms.Panel();
     this.panel4            = new System.Windows.Forms.Panel();
     groupBox1 = new System.Windows.Forms.GroupBox();
     groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.m_labHeadIconPath);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     groupBox1.Location = new System.Drawing.Point(0, 154);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(441, 46);
     groupBox1.TabIndex = 22;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "角色头像路径";
     //
     // m_labHeadIconPath
     //
     this.m_labHeadIconPath.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.m_labHeadIconPath.Location     = new System.Drawing.Point(3, 17);
     this.m_labHeadIconPath.Name         = "m_labHeadIconPath";
     this.m_labHeadIconPath.Size         = new System.Drawing.Size(435, 21);
     this.m_labHeadIconPath.TabIndex     = 8;
     this.m_labHeadIconPath.TextChanged += new System.EventHandler(this.m_labHeadIconPath_TextChanged);
     //
     // m_btnChangeStr
     //
     this.m_btnChangeStr.Dock     = System.Windows.Forms.DockStyle.Left;
     this.m_btnChangeStr.Location = new System.Drawing.Point(0, 0);
     this.m_btnChangeStr.Name     = "m_btnChangeStr";
     this.m_btnChangeStr.Size     = new System.Drawing.Size(188, 23);
     this.m_btnChangeStr.TabIndex = 1;
     this.m_btnChangeStr.Text     = "String";
     this.m_btnChangeStr.UseVisualStyleBackColor = true;
     this.m_btnChangeStr.Click += new System.EventHandler(this.m_btnChangeStr_Click);
     //
     // m_labString
     //
     this.m_labString.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.m_labString.Location  = new System.Drawing.Point(0, 85);
     this.m_labString.Multiline = true;
     this.m_labString.Name      = "m_labString";
     this.m_labString.ReadOnly  = true;
     this.m_labString.Size      = new System.Drawing.Size(441, 69);
     this.m_labString.TabIndex  = 2;
     //
     // m_pos1
     //
     this.m_pos1.AutoSize = true;
     this.m_pos1.Location = new System.Drawing.Point(6, 15);
     this.m_pos1.Name     = "m_pos1";
     this.m_pos1.Size     = new System.Drawing.Size(47, 16);
     this.m_pos1.TabIndex = 16;
     this.m_pos1.TabStop  = true;
     this.m_pos1.Text     = "中间";
     this.m_pos1.UseVisualStyleBackColor = true;
     this.m_pos1.CheckedChanged         += new System.EventHandler(this.pos_CheckedChanged);
     //
     // m_pos2
     //
     this.m_pos2.AutoSize = true;
     this.m_pos2.Location = new System.Drawing.Point(6, 37);
     this.m_pos2.Name     = "m_pos2";
     this.m_pos2.Size     = new System.Drawing.Size(47, 16);
     this.m_pos2.TabIndex = 17;
     this.m_pos2.TabStop  = true;
     this.m_pos2.Text     = "左边";
     this.m_pos2.UseVisualStyleBackColor = true;
     //
     // m_pos3
     //
     this.m_pos3.AutoSize = true;
     this.m_pos3.Location = new System.Drawing.Point(6, 60);
     this.m_pos3.Name     = "m_pos3";
     this.m_pos3.Size     = new System.Drawing.Size(47, 16);
     this.m_pos3.TabIndex = 18;
     this.m_pos3.TabStop  = true;
     this.m_pos3.Text     = "右边";
     this.m_pos3.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.m_pos1);
     this.groupBox2.Controls.Add(this.m_pos2);
     this.groupBox2.Controls.Add(this.m_pos3);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(70, 85);
     this.groupBox2.TabIndex = 21;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "人物位置";
     //
     // m_switchList
     //
     this.m_switchList.CheckOnClick      = true;
     this.m_switchList.Dock              = System.Windows.Forms.DockStyle.Left;
     this.m_switchList.FormattingEnabled = true;
     this.m_switchList.Items.AddRange(new object[] {
         "是否自动播放",
         "是否显示跳过",
         "是否开启黑幕",
         "是否开启暂停",
         "是否mmo剧情"
     });
     this.m_switchList.Location              = new System.Drawing.Point(70, 0);
     this.m_switchList.Name                  = "m_switchList";
     this.m_switchList.Size                  = new System.Drawing.Size(101, 85);
     this.m_switchList.TabIndex              = 20;
     this.m_switchList.SelectedIndexChanged += new System.EventHandler(this.m_switchList_SelectedIndexChanged);
     //
     // m_labAudioID
     //
     this.m_labAudioID.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.m_labAudioID.Location     = new System.Drawing.Point(3, 17);
     this.m_labAudioID.Name         = "m_labAudioID";
     this.m_labAudioID.Size         = new System.Drawing.Size(113, 21);
     this.m_labAudioID.TabIndex     = 7;
     this.m_labAudioID.TextChanged += new System.EventHandler(this.m_labAudioID_TextChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.m_labAudioID);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.groupBox3.Location = new System.Drawing.Point(148, 0);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(119, 41);
     this.groupBox3.TabIndex = 26;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "语音id";
     //
     // m_listActor
     //
     this.m_listActor.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.m_listActor.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_listActor.FormattingEnabled     = true;
     this.m_listActor.Location              = new System.Drawing.Point(3, 17);
     this.m_listActor.Name                  = "m_listActor";
     this.m_listActor.Size                  = new System.Drawing.Size(142, 20);
     this.m_listActor.TabIndex              = 6;
     this.m_listActor.SelectedIndexChanged += new System.EventHandler(this.m_listActor_SelectedIndexChanged);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.m_listActor);
     this.groupBox4.Dock     = System.Windows.Forms.DockStyle.Left;
     this.groupBox4.Location = new System.Drawing.Point(0, 0);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(148, 41);
     this.groupBox4.TabIndex = 27;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "剧情操作对象";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.m_switchList);
     this.panel1.Controls.Add(this.groupBox2);
     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(441, 85);
     this.panel1.TabIndex = 28;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(171, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(270, 85);
     this.panel2.TabIndex = 29;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.m_btnChangeStr);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 62);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(270, 23);
     this.panel3.TabIndex = 29;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.groupBox3);
     this.panel4.Controls.Add(this.groupBox4);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(270, 41);
     this.panel4.TabIndex = 28;
     //
     // ActionStringUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(441, 200);
     this.ControlBox          = false;
     this.Controls.Add(this.m_labString);
     this.Controls.Add(groupBox1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ActionStringUI";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "ActionStringUI";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Button   button1;
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.Label    label1;
     System.Windows.Forms.Label    label12;
     System.Windows.Forms.Label    label11;
     System.Windows.Forms.Label    label10;
     System.Windows.Forms.Label    label9;
     System.Windows.Forms.GroupBox groupBox2;
     System.Windows.Forms.Label    label2;
     System.Windows.Forms.Label    label3;
     System.Windows.Forms.Label    label4;
     System.Windows.Forms.Label    label5;
     System.Windows.Forms.Label    label14;
     System.Windows.Forms.GroupBox groupBox3;
     System.Windows.Forms.Label    label13;
     System.Windows.Forms.Label    label8;
     System.Windows.Forms.Label    label7;
     System.Windows.Forms.Label    label6;
     this.bcComment     = new System.Windows.Forms.TextBox();
     this.bcContactUrl  = new System.Windows.Forms.TextBox();
     this.bcGenre       = new System.Windows.Forms.TextBox();
     this.bcDescription = new System.Windows.Forms.TextBox();
     this.bcChannelName = new System.Windows.Forms.TextBox();
     this.bcTrackGenre  = new System.Windows.Forms.TextBox();
     this.bcTrackURL    = new System.Windows.Forms.TextBox();
     this.bcAlbum       = new System.Windows.Forms.TextBox();
     this.bcCreator     = new System.Windows.Forms.TextBox();
     this.bcTrackTitle  = new System.Windows.Forms.TextBox();
     this.bcBitrate     = new System.Windows.Forms.TextBox();
     this.bcYP          = new System.Windows.Forms.ComboBox();
     this.bcStreamUrl   = new System.Windows.Forms.TextBox();
     this.bcContentType = new System.Windows.Forms.ComboBox();
     this.bcStart       = new System.Windows.Forms.Button();
     button1            = new System.Windows.Forms.Button();
     groupBox1          = new System.Windows.Forms.GroupBox();
     label1             = new System.Windows.Forms.Label();
     label12            = new System.Windows.Forms.Label();
     label11            = new System.Windows.Forms.Label();
     label10            = new System.Windows.Forms.Label();
     label9             = new System.Windows.Forms.Label();
     groupBox2          = new System.Windows.Forms.GroupBox();
     label2             = new System.Windows.Forms.Label();
     label3             = new System.Windows.Forms.Label();
     label4             = new System.Windows.Forms.Label();
     label5             = new System.Windows.Forms.Label();
     label14            = new System.Windows.Forms.Label();
     groupBox3          = new System.Windows.Forms.GroupBox();
     label13            = new System.Windows.Forms.Label();
     label8             = new System.Windows.Forms.Label();
     label7             = new System.Windows.Forms.Label();
     label6             = new System.Windows.Forms.Label();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     button1.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     button1.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     button1.Location                = new System.Drawing.Point(358, 471);
     button1.Name                    = "button1";
     button1.Size                    = new System.Drawing.Size(90, 26);
     button1.TabIndex                = 4;
     button1.Text                    = "キャンセル";
     button1.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox1.Controls.Add(this.bcComment);
     groupBox1.Controls.Add(label1);
     groupBox1.Controls.Add(this.bcContactUrl);
     groupBox1.Controls.Add(this.bcGenre);
     groupBox1.Controls.Add(this.bcDescription);
     groupBox1.Controls.Add(this.bcChannelName);
     groupBox1.Controls.Add(label12);
     groupBox1.Controls.Add(label11);
     groupBox1.Controls.Add(label10);
     groupBox1.Controls.Add(label9);
     groupBox1.Location = new System.Drawing.Point(10, 150);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(436, 151);
     groupBox1.TabIndex = 1;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "チャンネル情報";
     //
     // bcComment
     //
     this.bcComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.bcComment.Location = new System.Drawing.Point(83, 93);
     this.bcComment.Name     = "bcComment";
     this.bcComment.Size     = new System.Drawing.Size(346, 19);
     this.bcComment.TabIndex = 7;
     //
     // label1
     //
     label1.AutoSize  = true;
     label1.Location  = new System.Drawing.Point(1, 96);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(76, 12);
     label1.TabIndex  = 6;
     label1.Text      = "配信者コメント:";
     label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // bcContactUrl
     //
     this.bcContactUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.bcContactUrl.Location = new System.Drawing.Point(83, 118);
     this.bcContactUrl.Name     = "bcContactUrl";
     this.bcContactUrl.Size     = new System.Drawing.Size(346, 19);
     this.bcContactUrl.TabIndex = 9;
     //
     // bcGenre
     //
     this.bcGenre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.bcGenre.Location = new System.Drawing.Point(83, 43);
     this.bcGenre.Name     = "bcGenre";
     this.bcGenre.Size     = new System.Drawing.Size(346, 19);
     this.bcGenre.TabIndex = 3;
     //
     // bcDescription
     //
     this.bcDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.bcDescription.Location = new System.Drawing.Point(83, 68);
     this.bcDescription.Name     = "bcDescription";
     this.bcDescription.Size     = new System.Drawing.Size(346, 19);
     this.bcDescription.TabIndex = 5;
     //
     // bcChannelName
     //
     this.bcChannelName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.bcChannelName.Location = new System.Drawing.Point(83, 18);
     this.bcChannelName.Name     = "bcChannelName";
     this.bcChannelName.Size     = new System.Drawing.Size(346, 19);
     this.bcChannelName.TabIndex = 1;
     //
     // label12
     //
     label12.AutoSize  = true;
     label12.Location  = new System.Drawing.Point(7, 121);
     label12.Name      = "label12";
     label12.Size      = new System.Drawing.Size(70, 12);
     label12.TabIndex  = 8;
     label12.Text      = "コンタクトURL:";
     label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     label11.AutoSize  = true;
     label11.Location  = new System.Drawing.Point(46, 71);
     label11.Name      = "label11";
     label11.Size      = new System.Drawing.Size(31, 12);
     label11.TabIndex  = 4;
     label11.Text      = "概要:";
     label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     label10.AutoSize  = true;
     label10.Location  = new System.Drawing.Point(33, 46);
     label10.Name      = "label10";
     label10.Size      = new System.Drawing.Size(44, 12);
     label10.TabIndex  = 2;
     label10.Text      = "ジャンル:";
     label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     label9.AutoSize  = true;
     label9.Location  = new System.Drawing.Point(12, 21);
     label9.Name      = "label9";
     label9.Size      = new System.Drawing.Size(65, 12);
     label9.TabIndex  = 0;
     label9.Text      = "チャンネル名:";
     label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox2.Controls.Add(this.bcTrackGenre);
     groupBox2.Controls.Add(label2);
     groupBox2.Controls.Add(this.bcTrackURL);
     groupBox2.Controls.Add(this.bcAlbum);
     groupBox2.Controls.Add(this.bcCreator);
     groupBox2.Controls.Add(this.bcTrackTitle);
     groupBox2.Controls.Add(label3);
     groupBox2.Controls.Add(label4);
     groupBox2.Controls.Add(label5);
     groupBox2.Controls.Add(label14);
     groupBox2.Location = new System.Drawing.Point(10, 307);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(437, 148);
     groupBox2.TabIndex = 2;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "トラック情報";
     //
     // bcTrackGenre
     //
     this.bcTrackGenre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.bcTrackGenre.Location = new System.Drawing.Point(83, 93);
     this.bcTrackGenre.Name     = "bcTrackGenre";
     this.bcTrackGenre.Size     = new System.Drawing.Size(346, 19);
     this.bcTrackGenre.TabIndex = 7;
     //
     // label2
     //
     label2.AutoSize  = true;
     label2.Location  = new System.Drawing.Point(33, 96);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(44, 12);
     label2.TabIndex  = 6;
     label2.Text      = "ジャンル:";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // bcTrackURL
     //
     this.bcTrackURL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.bcTrackURL.Location = new System.Drawing.Point(83, 118);
     this.bcTrackURL.Name     = "bcTrackURL";
     this.bcTrackURL.Size     = new System.Drawing.Size(346, 19);
     this.bcTrackURL.TabIndex = 9;
     //
     // bcAlbum
     //
     this.bcAlbum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.bcAlbum.Location = new System.Drawing.Point(83, 43);
     this.bcAlbum.Name     = "bcAlbum";
     this.bcAlbum.Size     = new System.Drawing.Size(346, 19);
     this.bcAlbum.TabIndex = 3;
     //
     // bcCreator
     //
     this.bcCreator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.bcCreator.Location = new System.Drawing.Point(83, 68);
     this.bcCreator.Name     = "bcCreator";
     this.bcCreator.Size     = new System.Drawing.Size(346, 19);
     this.bcCreator.TabIndex = 5;
     //
     // bcTrackTitle
     //
     this.bcTrackTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.bcTrackTitle.Location = new System.Drawing.Point(83, 18);
     this.bcTrackTitle.Name     = "bcTrackTitle";
     this.bcTrackTitle.Size     = new System.Drawing.Size(346, 19);
     this.bcTrackTitle.TabIndex = 1;
     //
     // label3
     //
     label3.AutoSize  = true;
     label3.Location  = new System.Drawing.Point(48, 121);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(29, 12);
     label3.TabIndex  = 8;
     label3.Text      = "URL:";
     label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     label4.AutoSize  = true;
     label4.Location  = new System.Drawing.Point(18, 71);
     label4.Name      = "label4";
     label4.Size      = new System.Drawing.Size(59, 12);
     label4.TabIndex  = 4;
     label4.Text      = "アーティスト:";
     label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     label5.AutoSize  = true;
     label5.Location  = new System.Drawing.Point(31, 46);
     label5.Name      = "label5";
     label5.Size      = new System.Drawing.Size(46, 12);
     label5.TabIndex  = 2;
     label5.Text      = "アルバム:";
     label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label14
     //
     label14.AutoSize  = true;
     label14.Location  = new System.Drawing.Point(35, 21);
     label14.Name      = "label14";
     label14.Size      = new System.Drawing.Size(42, 12);
     label14.TabIndex  = 0;
     label14.Text      = "タイトル:";
     label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox3
     //
     groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox3.Controls.Add(this.bcBitrate);
     groupBox3.Controls.Add(label13);
     groupBox3.Controls.Add(label8);
     groupBox3.Controls.Add(label7);
     groupBox3.Controls.Add(label6);
     groupBox3.Controls.Add(this.bcYP);
     groupBox3.Controls.Add(this.bcStreamUrl);
     groupBox3.Controls.Add(this.bcContentType);
     groupBox3.Location = new System.Drawing.Point(10, 12);
     groupBox3.Name     = "groupBox3";
     groupBox3.Size     = new System.Drawing.Size(435, 132);
     groupBox3.TabIndex = 0;
     groupBox3.TabStop  = false;
     groupBox3.Text     = "ストリーム情報";
     //
     // bcBitrate
     //
     this.bcBitrate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.bcBitrate.Location = new System.Drawing.Point(83, 43);
     this.bcBitrate.Name     = "bcBitrate";
     this.bcBitrate.Size     = new System.Drawing.Size(346, 19);
     this.bcBitrate.TabIndex = 3;
     //
     // label13
     //
     label13.AutoSize  = true;
     label13.Location  = new System.Drawing.Point(20, 46);
     label13.Name      = "label13";
     label13.Size      = new System.Drawing.Size(57, 12);
     label13.TabIndex  = 2;
     label13.Text      = "ビットレート:";
     label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     label8.AutoSize  = true;
     label8.Location  = new System.Drawing.Point(32, 97);
     label8.Name      = "label8";
     label8.Size      = new System.Drawing.Size(45, 12);
     label8.TabIndex  = 6;
     label8.Text      = "掲載YP:";
     label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     label7.AutoSize  = true;
     label7.Location  = new System.Drawing.Point(44, 71);
     label7.Name      = "label7";
     label7.Size      = new System.Drawing.Size(33, 12);
     label7.TabIndex  = 4;
     label7.Text      = "タイプ:";
     label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     label6.AutoSize  = true;
     label6.Location  = new System.Drawing.Point(4, 21);
     label6.Name      = "label6";
     label6.Size      = new System.Drawing.Size(73, 12);
     label6.TabIndex  = 0;
     label6.Text      = "ストリームURL:";
     label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // bcYP
     //
     this.bcYP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.bcYP.DisplayMember     = "Name";
     this.bcYP.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.bcYP.FormattingEnabled = true;
     this.bcYP.Items.AddRange(new object[] {
         "掲載しない"
     });
     this.bcYP.Location = new System.Drawing.Point(83, 94);
     this.bcYP.Name     = "bcYP";
     this.bcYP.Size     = new System.Drawing.Size(346, 20);
     this.bcYP.TabIndex = 7;
     //
     // bcStreamUrl
     //
     this.bcStreamUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.bcStreamUrl.Location = new System.Drawing.Point(83, 18);
     this.bcStreamUrl.Name     = "bcStreamUrl";
     this.bcStreamUrl.Size     = new System.Drawing.Size(346, 19);
     this.bcStreamUrl.TabIndex = 1;
     //
     // bcContentType
     //
     this.bcContentType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.bcContentType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.bcContentType.FormattingEnabled = true;
     this.bcContentType.Location          = new System.Drawing.Point(83, 68);
     this.bcContentType.Name     = "bcContentType";
     this.bcContentType.Size     = new System.Drawing.Size(346, 20);
     this.bcContentType.TabIndex = 5;
     //
     // bcStart
     //
     this.bcStart.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bcStart.Location = new System.Drawing.Point(262, 471);
     this.bcStart.Name     = "bcStart";
     this.bcStart.Size     = new System.Drawing.Size(90, 26);
     this.bcStart.TabIndex = 3;
     this.bcStart.Text     = "配信開始";
     this.bcStart.UseVisualStyleBackColor = true;
     this.bcStart.Click += new System.EventHandler(this.BroadcastStart_Click);
     //
     // BroadcastDialog
     //
     this.AcceptButton        = this.bcStart;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = button1;
     this.ClientSize          = new System.Drawing.Size(460, 509);
     this.Controls.Add(groupBox3);
     this.Controls.Add(groupBox2);
     this.Controls.Add(groupBox1);
     this.Controls.Add(button1);
     this.Controls.Add(this.bcStart);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "BroadcastDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "配信設定";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     groupBox3.ResumeLayout(false);
     groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#51
0
      /// <summary>
      /// Required method for Designer support - do not modify
      /// the contents of this method with the code editor.
      /// </summary>
      private void InitializeComponent()
      {
         System.Windows.Forms.GroupBox secretGroubBox;
         System.Windows.Forms.Label secretLabel;
         System.Windows.Forms.Label issuerLabel;
         System.Windows.Forms.Label namespaceLabel;
         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogonDialog));
         this.m_SecretTextBox = new System.Windows.Forms.TextBox();
         this.m_IssuerTextBox = new System.Windows.Forms.TextBox();
         this.m_LogonButton = new System.Windows.Forms.Button();
         this.m_NamespaceTextbox = new System.Windows.Forms.TextBox();
         secretGroubBox = new System.Windows.Forms.GroupBox();
         secretLabel = new System.Windows.Forms.Label();
         issuerLabel = new System.Windows.Forms.Label();
         namespaceLabel = new System.Windows.Forms.Label();
         secretGroubBox.SuspendLayout();
         this.SuspendLayout();
         // 
         // secretGroubBox
         // 
         secretGroubBox.Controls.Add(this.m_SecretTextBox);
         secretGroubBox.Controls.Add(secretLabel);
         secretGroubBox.Controls.Add(this.m_IssuerTextBox);
         secretGroubBox.Controls.Add(issuerLabel);
         secretGroubBox.Location = new System.Drawing.Point(12,54);
         secretGroubBox.Name = "secretGroubBox";
         secretGroubBox.Size = new System.Drawing.Size(180,116);
         secretGroubBox.TabIndex = 6;
         secretGroubBox.TabStop = false;
         secretGroubBox.Text = "Shared Secret";
         // 
         // m_SecretTextBox
         // 
         this.m_SecretTextBox.Location = new System.Drawing.Point(6,78);
         this.m_SecretTextBox.Name = "m_SecretTextBox";
         this.m_SecretTextBox.PasswordChar = '*';
         this.m_SecretTextBox.Size = new System.Drawing.Size(157,20);
         this.m_SecretTextBox.TabIndex = 3;
         this.m_SecretTextBox.Text = "******** Enter your secret here *******";
         this.m_SecretTextBox.UseSystemPasswordChar = true;
         this.m_SecretTextBox.TextChanged += new System.EventHandler(this.OnSecretTextChanged);
         // 
         // secretLabel
         // 
         secretLabel.AutoSize = true;
         secretLabel.Location = new System.Drawing.Point(3,62);
         secretLabel.Name = "secretLabel";
         secretLabel.Size = new System.Drawing.Size(41,13);
         secretLabel.TabIndex = 2;
         secretLabel.Text = "Secret:";
         // 
         // m_IssuerTextBox
         // 
         this.m_IssuerTextBox.Enabled = false;
         this.m_IssuerTextBox.Location = new System.Drawing.Point(6,35);
         this.m_IssuerTextBox.Name = "m_IssuerTextBox";
         this.m_IssuerTextBox.Size = new System.Drawing.Size(157,20);
         this.m_IssuerTextBox.TabIndex = 1;
         // 
         // issuerLabel
         // 
         issuerLabel.AutoSize = true;
         issuerLabel.Location = new System.Drawing.Point(3,19);
         issuerLabel.Name = "issuerLabel";
         issuerLabel.Size = new System.Drawing.Size(38,13);
         issuerLabel.TabIndex = 0;
         issuerLabel.Text = "Issuer:";
         // 
         // namespaceLabel
         // 
         namespaceLabel.AutoSize = true;
         namespaceLabel.Location = new System.Drawing.Point(9,12);
         namespaceLabel.Name = "namespaceLabel";
         namespaceLabel.Size = new System.Drawing.Size(106,13);
         namespaceLabel.TabIndex = 0;
         namespaceLabel.Text = "Service Namespace:";
         // 
         // m_LogonButton
         // 
         this.m_LogonButton.Enabled = false;
         this.m_LogonButton.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
         this.m_LogonButton.Location = new System.Drawing.Point(198,147);
         this.m_LogonButton.Name = "m_LogonButton";
         this.m_LogonButton.Size = new System.Drawing.Size(78,23);
         this.m_LogonButton.TabIndex = 7;
         this.m_LogonButton.Text = "Login";
         this.m_LogonButton.UseVisualStyleBackColor = true;
         this.m_LogonButton.Click += new System.EventHandler(this.OnLogon);
         // 
         // m_NamespaceTextbox
         // 
         this.m_NamespaceTextbox.Location = new System.Drawing.Point(12,28);
         this.m_NamespaceTextbox.Name = "m_NamespaceTextbox";
         this.m_NamespaceTextbox.Size = new System.Drawing.Size(180,20);
         this.m_NamespaceTextbox.TabIndex = 1;
         this.m_NamespaceTextbox.TextChanged += new System.EventHandler(this.OnNamespaceTextChanged);
         // 
         // LogonDialog
         // 
         this.AcceptButton = this.m_LogonButton;
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.ClientSize = new System.Drawing.Size(285,187);
         this.Controls.Add(this.m_LogonButton);
         this.Controls.Add(this.m_NamespaceTextbox);
         this.Controls.Add(namespaceLabel);
         this.Controls.Add(secretGroubBox);
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
         this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
         this.MaximizeBox = false;
         this.MinimizeBox = false;
         this.Name = "LogonDialog";
         this.Text = "Logon to the AppFabric Service Bus";
         secretGroubBox.ResumeLayout(false);
         secretGroubBox.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.Label     lblProfilesDir;
     System.Windows.Forms.Label     lblSavefileDir;
     System.Windows.Forms.GroupBox  grbSetup;
     System.Windows.Forms.GroupBox  grbProfiles;
     System.Windows.Forms.ToolStrip tsProfiles;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.GroupBox       grbSavestates;
     System.Windows.Forms.ToolStrip      tsSavestate;
     System.Windows.Forms.ToolStripLabel toolStripLabel1;
     this.txtProfilesDir       = new System.Windows.Forms.TextBox();
     this.btnBrowseProfilesDir = new System.Windows.Forms.Button();
     this.txtSavefileDir       = new System.Windows.Forms.TextBox();
     this.btnBrowseSavefileDir = new System.Windows.Forms.Button();
     this.tsbAddProfile        = new System.Windows.Forms.ToolStripButton();
     this.tsbDeleteProfile     = new System.Windows.Forms.ToolStripButton();
     this.tsbEditProfile       = new System.Windows.Forms.ToolStripButton();
     this.lstProfiles          = new System.Windows.Forms.ListBox();
     this.tsbImportSavestate   = new System.Windows.Forms.ToolStripButton();
     this.tsbLoadSavestate     = new System.Windows.Forms.ToolStripButton();
     this.tsbEditSavestate     = new System.Windows.Forms.ToolStripButton();
     this.tsbReplaceSavestate  = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     this.tscbSorting          = new System.Windows.Forms.ToolStripComboBox();
     this.trvSavestates        = new System.Windows.Forms.TreeView();
     this.cmsSavestates        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiRenameSavestate  = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDeleteSavestate  = new System.Windows.Forms.ToolStripMenuItem();
     this.cmsProfiles          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiRenameProfile    = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDeleteProfile    = new System.Windows.Forms.ToolStripMenuItem();
     this.cmsSettings          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiSettings         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiAbout            = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiHelp             = new System.Windows.Forms.ToolStripMenuItem();
     this.lblStatus            = new System.Windows.Forms.Label();
     this.timStatus            = new System.Windows.Forms.Timer(this.components);
     this.picGear    = new System.Windows.Forms.PictureBox();
     lblProfilesDir  = new System.Windows.Forms.Label();
     lblSavefileDir  = new System.Windows.Forms.Label();
     grbSetup        = new System.Windows.Forms.GroupBox();
     grbProfiles     = new System.Windows.Forms.GroupBox();
     tsProfiles      = new System.Windows.Forms.ToolStrip();
     grbSavestates   = new System.Windows.Forms.GroupBox();
     tsSavestate     = new System.Windows.Forms.ToolStrip();
     toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     grbSetup.SuspendLayout();
     grbProfiles.SuspendLayout();
     tsProfiles.SuspendLayout();
     grbSavestates.SuspendLayout();
     tsSavestate.SuspendLayout();
     this.cmsSavestates.SuspendLayout();
     this.cmsProfiles.SuspendLayout();
     this.cmsSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picGear)).BeginInit();
     this.SuspendLayout();
     //
     // lblProfilesDir
     //
     lblProfilesDir.AutoSize = true;
     lblProfilesDir.Location = new System.Drawing.Point(6, 59);
     lblProfilesDir.Name     = "lblProfilesDir";
     lblProfilesDir.Size     = new System.Drawing.Size(89, 13);
     lblProfilesDir.TabIndex = 0;
     lblProfilesDir.Text     = "Profiles Directory:";
     //
     // lblSavefileDir
     //
     lblSavefileDir.AutoSize = true;
     lblSavefileDir.Location = new System.Drawing.Point(6, 16);
     lblSavefileDir.Name     = "lblSavefileDir";
     lblSavefileDir.Size     = new System.Drawing.Size(93, 13);
     lblSavefileDir.TabIndex = 3;
     lblSavefileDir.Text     = "Savefile Directory:";
     //
     // grbSetup
     //
     grbSetup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     grbSetup.Controls.Add(lblProfilesDir);
     grbSetup.Controls.Add(this.txtProfilesDir);
     grbSetup.Controls.Add(this.btnBrowseProfilesDir);
     grbSetup.Controls.Add(this.txtSavefileDir);
     grbSetup.Controls.Add(this.btnBrowseSavefileDir);
     grbSetup.Controls.Add(lblSavefileDir);
     grbSetup.Location = new System.Drawing.Point(12, 12);
     grbSetup.Name     = "grbSetup";
     grbSetup.Size     = new System.Drawing.Size(590, 103);
     grbSetup.TabIndex = 0;
     grbSetup.TabStop  = false;
     grbSetup.Text     = "Setup";
     //
     // txtProfilesDir
     //
     this.txtProfilesDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.txtProfilesDir.Location = new System.Drawing.Point(9, 75);
     this.txtProfilesDir.Name     = "txtProfilesDir";
     this.txtProfilesDir.ReadOnly = true;
     this.txtProfilesDir.Size     = new System.Drawing.Size(494, 20);
     this.txtProfilesDir.TabIndex = 1;
     //
     // btnBrowseProfilesDir
     //
     this.btnBrowseProfilesDir.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBrowseProfilesDir.Location = new System.Drawing.Point(509, 73);
     this.btnBrowseProfilesDir.Name     = "btnBrowseProfilesDir";
     this.btnBrowseProfilesDir.Size     = new System.Drawing.Size(75, 23);
     this.btnBrowseProfilesDir.TabIndex = 2;
     this.btnBrowseProfilesDir.Text     = "Browse";
     this.btnBrowseProfilesDir.UseVisualStyleBackColor = true;
     this.btnBrowseProfilesDir.Click += new System.EventHandler(this.btnBrowseProfilesDir_Click);
     //
     // txtSavefileDir
     //
     this.txtSavefileDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSavefileDir.Location = new System.Drawing.Point(9, 32);
     this.txtSavefileDir.Name     = "txtSavefileDir";
     this.txtSavefileDir.ReadOnly = true;
     this.txtSavefileDir.Size     = new System.Drawing.Size(494, 20);
     this.txtSavefileDir.TabIndex = 3;
     //
     // btnBrowseSavefileDir
     //
     this.btnBrowseSavefileDir.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBrowseSavefileDir.Location = new System.Drawing.Point(509, 30);
     this.btnBrowseSavefileDir.Name     = "btnBrowseSavefileDir";
     this.btnBrowseSavefileDir.Size     = new System.Drawing.Size(75, 23);
     this.btnBrowseSavefileDir.TabIndex = 4;
     this.btnBrowseSavefileDir.Text     = "Browse";
     this.btnBrowseSavefileDir.UseVisualStyleBackColor = true;
     this.btnBrowseSavefileDir.Click += new System.EventHandler(this.btnBrowseSavefileDir_Click);
     //
     // grbProfiles
     //
     grbProfiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     grbProfiles.Controls.Add(tsProfiles);
     grbProfiles.Controls.Add(this.lstProfiles);
     grbProfiles.Location = new System.Drawing.Point(12, 121);
     grbProfiles.Name     = "grbProfiles";
     grbProfiles.Size     = new System.Drawing.Size(169, 279);
     grbProfiles.TabIndex = 5;
     grbProfiles.TabStop  = false;
     grbProfiles.Text     = "Profiles";
     //
     // tsProfiles
     //
     tsProfiles.AutoSize  = false;
     tsProfiles.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     tsProfiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbAddProfile,
         this.tsbDeleteProfile,
         this.tsbEditProfile
     });
     tsProfiles.Location = new System.Drawing.Point(3, 16);
     tsProfiles.Name     = "tsProfiles";
     tsProfiles.Size     = new System.Drawing.Size(163, 25);
     tsProfiles.TabIndex = 8;
     tsProfiles.Text     = "toolStrip1";
     //
     // tsbAddProfile
     //
     this.tsbAddProfile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAddProfile.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbAddProfile.Image")));
     this.tsbAddProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddProfile.Name   = "tsbAddProfile";
     this.tsbAddProfile.Size   = new System.Drawing.Size(23, 22);
     this.tsbAddProfile.Text   = "New Profile";
     this.tsbAddProfile.Click += new System.EventHandler(this.tsbAddProfile_Click);
     //
     // tsbDeleteProfile
     //
     this.tsbDeleteProfile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbDeleteProfile.Image                 = global::DemonsSoulsSaveOrganizer.Properties.Resources.minus_circle;
     this.tsbDeleteProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbDeleteProfile.Name   = "tsbDeleteProfile";
     this.tsbDeleteProfile.Size   = new System.Drawing.Size(23, 22);
     this.tsbDeleteProfile.Text   = "Delete Profile";
     this.tsbDeleteProfile.Click += new System.EventHandler(this.tsbDeleteProfile_Click);
     //
     // tsbEditProfile
     //
     this.tsbEditProfile.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tsbEditProfile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbEditProfile.Image                 = global::DemonsSoulsSaveOrganizer.Properties.Resources.pencil;
     this.tsbEditProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbEditProfile.Name   = "tsbEditProfile";
     this.tsbEditProfile.Size   = new System.Drawing.Size(23, 22);
     this.tsbEditProfile.Text   = "Edit Profile";
     this.tsbEditProfile.Click += new System.EventHandler(this.tsbEditProfile_Click);
     //
     // lstProfiles
     //
     this.lstProfiles.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.lstProfiles.FormattingEnabled = true;
     this.lstProfiles.IntegralHeight    = false;
     this.lstProfiles.Location          = new System.Drawing.Point(6, 44);
     this.lstProfiles.Name                  = "lstProfiles";
     this.lstProfiles.Size                  = new System.Drawing.Size(157, 229);
     this.lstProfiles.Sorted                = true;
     this.lstProfiles.TabIndex              = 7;
     this.lstProfiles.SelectedIndexChanged += new System.EventHandler(this.lstProfiles_SelectedIndexChanged);
     this.lstProfiles.MouseUp              += new System.Windows.Forms.MouseEventHandler(this.lstProfiles_MouseUp);
     //
     // grbSavestates
     //
     grbSavestates.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)));
     grbSavestates.Controls.Add(tsSavestate);
     grbSavestates.Controls.Add(this.trvSavestates);
     grbSavestates.Location = new System.Drawing.Point(187, 121);
     grbSavestates.Name     = "grbSavestates";
     grbSavestates.Size     = new System.Drawing.Size(415, 279);
     grbSavestates.TabIndex = 8;
     grbSavestates.TabStop  = false;
     grbSavestates.Text     = "Savestates";
     //
     // tsSavestate
     //
     tsSavestate.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     tsSavestate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbImportSavestate,
         this.tsbLoadSavestate,
         this.tsbEditSavestate,
         this.tsbReplaceSavestate,
         this.toolStripSeparator1,
         toolStripLabel1,
         this.tscbSorting
     });
     tsSavestate.Location = new System.Drawing.Point(3, 16);
     tsSavestate.Name     = "tsSavestate";
     tsSavestate.Size     = new System.Drawing.Size(409, 25);
     tsSavestate.TabIndex = 12;
     tsSavestate.Text     = "tsSavestate";
     //
     // tsbImportSavestate
     //
     this.tsbImportSavestate.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.import;
     this.tsbImportSavestate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbImportSavestate.Margin = new System.Windows.Forms.Padding(3, 1, 3, 2);
     this.tsbImportSavestate.Name   = "tsbImportSavestate";
     this.tsbImportSavestate.Size   = new System.Drawing.Size(63, 22);
     this.tsbImportSavestate.Text   = "Import";
     this.tsbImportSavestate.Click += new System.EventHandler(this.tsbImportSavestate_Click);
     //
     // tsbLoadSavestate
     //
     this.tsbLoadSavestate.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.load;
     this.tsbLoadSavestate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbLoadSavestate.Margin = new System.Windows.Forms.Padding(3, 1, 3, 2);
     this.tsbLoadSavestate.Name   = "tsbLoadSavestate";
     this.tsbLoadSavestate.Size   = new System.Drawing.Size(53, 22);
     this.tsbLoadSavestate.Text   = "Load";
     this.tsbLoadSavestate.Click += new System.EventHandler(this.tsbLoadSavestate_Click);
     //
     // tsbEditSavestate
     //
     this.tsbEditSavestate.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tsbEditSavestate.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbEditSavestate.Image                 = global::DemonsSoulsSaveOrganizer.Properties.Resources.pencil;
     this.tsbEditSavestate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbEditSavestate.Name   = "tsbEditSavestate";
     this.tsbEditSavestate.Size   = new System.Drawing.Size(23, 22);
     this.tsbEditSavestate.Text   = "Edit Savestate";
     this.tsbEditSavestate.Click += new System.EventHandler(this.tsbEditSavestate_Click);
     //
     // tsbReplaceSavestate
     //
     this.tsbReplaceSavestate.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.replace;
     this.tsbReplaceSavestate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbReplaceSavestate.Margin = new System.Windows.Forms.Padding(3, 1, 3, 2);
     this.tsbReplaceSavestate.Name   = "tsbReplaceSavestate";
     this.tsbReplaceSavestate.Size   = new System.Drawing.Size(68, 22);
     this.tsbReplaceSavestate.Text   = "Replace";
     this.tsbReplaceSavestate.Click += new System.EventHandler(this.tsbReplaceSavestate_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     toolStripLabel1.Margin = new System.Windows.Forms.Padding(3, 1, 0, 2);
     toolStripLabel1.Name   = "toolStripLabel1";
     toolStripLabel1.Size   = new System.Drawing.Size(31, 22);
     toolStripLabel1.Text   = "Sort:";
     //
     // tscbSorting
     //
     this.tscbSorting.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tscbSorting.Items.AddRange(new object[] {
         "Alphabet",
         "Created"
     });
     this.tscbSorting.Name = "tscbSorting";
     this.tscbSorting.Size = new System.Drawing.Size(75, 25);
     this.tscbSorting.SelectedIndexChanged += new System.EventHandler(this.tscbSorting_SelectedIndexChanged);
     //
     // trvSavestates
     //
     this.trvSavestates.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.trvSavestates.FullRowSelect = true;
     this.trvSavestates.HideSelection = false;
     this.trvSavestates.Location      = new System.Drawing.Point(6, 44);
     this.trvSavestates.Name          = "trvSavestates";
     this.trvSavestates.ShowLines     = false;
     this.trvSavestates.ShowRootLines = false;
     this.trvSavestates.Size          = new System.Drawing.Size(403, 229);
     this.trvSavestates.TabIndex      = 11;
     this.trvSavestates.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.trvSavestates_KeyPress);
     this.trvSavestates.MouseUp      += new System.Windows.Forms.MouseEventHandler(this.trvSavestates_MouseUp);
     //
     // cmsSavestates
     //
     this.cmsSavestates.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiRenameSavestate,
         this.tsmiDeleteSavestate
     });
     this.cmsSavestates.Name         = "cmsSavestates";
     this.cmsSavestates.Size         = new System.Drawing.Size(137, 48);
     this.cmsSavestates.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.cmsSavestates_ItemClicked);
     //
     // tsmiRenameSavestate
     //
     this.tsmiRenameSavestate.Image        = global::DemonsSoulsSaveOrganizer.Properties.Resources.pencil;
     this.tsmiRenameSavestate.Name         = "tsmiRenameSavestate";
     this.tsmiRenameSavestate.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.tsmiRenameSavestate.Size         = new System.Drawing.Size(136, 22);
     this.tsmiRenameSavestate.Text         = "Rename";
     //
     // tsmiDeleteSavestate
     //
     this.tsmiDeleteSavestate.Image        = global::DemonsSoulsSaveOrganizer.Properties.Resources.minus_circle;
     this.tsmiDeleteSavestate.Name         = "tsmiDeleteSavestate";
     this.tsmiDeleteSavestate.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.tsmiDeleteSavestate.Size         = new System.Drawing.Size(136, 22);
     this.tsmiDeleteSavestate.Text         = "Delete";
     //
     // cmsProfiles
     //
     this.cmsProfiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiRenameProfile,
         this.tsmiDeleteProfile
     });
     this.cmsProfiles.Name         = "cmsSavestates";
     this.cmsProfiles.Size         = new System.Drawing.Size(137, 48);
     this.cmsProfiles.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.csmProfiles_ItemClicked);
     //
     // tsmiRenameProfile
     //
     this.tsmiRenameProfile.Image        = global::DemonsSoulsSaveOrganizer.Properties.Resources.pencil;
     this.tsmiRenameProfile.Name         = "tsmiRenameProfile";
     this.tsmiRenameProfile.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.tsmiRenameProfile.Size         = new System.Drawing.Size(136, 22);
     this.tsmiRenameProfile.Text         = "Rename";
     //
     // tsmiDeleteProfile
     //
     this.tsmiDeleteProfile.Image        = global::DemonsSoulsSaveOrganizer.Properties.Resources.minus_circle;
     this.tsmiDeleteProfile.Name         = "tsmiDeleteProfile";
     this.tsmiDeleteProfile.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.tsmiDeleteProfile.Size         = new System.Drawing.Size(136, 22);
     this.tsmiDeleteProfile.Text         = "Delete";
     //
     // cmsSettings
     //
     this.cmsSettings.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSettings,
         this.tsmiAbout,
         this.tsmiHelp
     });
     this.cmsSettings.Name         = "cmsSettings";
     this.cmsSettings.Size         = new System.Drawing.Size(119, 70);
     this.cmsSettings.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.cmsSettings_ItemClicked);
     //
     // tsmiSettings
     //
     this.tsmiSettings.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.gear;
     this.tsmiSettings.Name  = "tsmiSettings";
     this.tsmiSettings.Size  = new System.Drawing.Size(118, 22);
     this.tsmiSettings.Text  = "Settings";
     //
     // tsmiAbout
     //
     this.tsmiAbout.Name = "tsmiAbout";
     this.tsmiAbout.Size = new System.Drawing.Size(118, 22);
     this.tsmiAbout.Text = "About";
     //
     // tsmiHelp
     //
     this.tsmiHelp.Name         = "tsmiHelp";
     this.tsmiHelp.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.tsmiHelp.Size         = new System.Drawing.Size(118, 22);
     this.tsmiHelp.Text         = "Help";
     //
     // lblStatus
     //
     this.lblStatus.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblStatus.AutoSize = true;
     this.lblStatus.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStatus.Location = new System.Drawing.Point(12, 405);
     this.lblStatus.Name     = "lblStatus";
     this.lblStatus.Size     = new System.Drawing.Size(97, 20);
     this.lblStatus.TabIndex = 10;
     this.lblStatus.Text     = "Status text";
     //
     // timStatus
     //
     this.timStatus.Tick += new System.EventHandler(this.timStatus_Tick);
     //
     // picGear
     //
     this.picGear.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.picGear.Image       = ((System.Drawing.Image)(resources.GetObject("picGear.Image")));
     this.picGear.Location    = new System.Drawing.Point(581, 401);
     this.picGear.Name        = "picGear";
     this.picGear.Size        = new System.Drawing.Size(28, 28);
     this.picGear.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picGear.TabIndex    = 9;
     this.picGear.TabStop     = false;
     this.picGear.MouseEnter += new System.EventHandler(this.picGear_MouseEnter);
     this.picGear.MouseLeave += new System.EventHandler(this.picGear_MouseLeave);
     this.picGear.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.picGear_MouseUp);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(614, 434);
     this.Controls.Add(this.lblStatus);
     this.Controls.Add(this.picGear);
     this.Controls.Add(grbSavestates);
     this.Controls.Add(grbProfiles);
     this.Controls.Add(grbSetup);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MinimumSize   = new System.Drawing.Size(566, 300);
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Demon\'s Souls Save Organizer";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
     grbSetup.ResumeLayout(false);
     grbSetup.PerformLayout();
     grbProfiles.ResumeLayout(false);
     tsProfiles.ResumeLayout(false);
     tsProfiles.PerformLayout();
     grbSavestates.ResumeLayout(false);
     grbSavestates.PerformLayout();
     tsSavestate.ResumeLayout(false);
     tsSavestate.PerformLayout();
     this.cmsSavestates.ResumeLayout(false);
     this.cmsProfiles.ResumeLayout(false);
     this.cmsSettings.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picGear)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#53
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox                  printingGroupBox;
     System.Windows.Forms.GroupBox                  deviceGroupBox;
     System.Windows.Forms.GroupBox                  imageGroupBox;
     System.Windows.Forms.GroupBox                  itemsGroupBox;
     System.Windows.Forms.SplitContainer            splitContainer;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.label2 = new System.Windows.Forms.Label();
     this.showPhotoPrintingWizardButton = new System.Windows.Forms.Button();
     this.filesListBox = new System.Windows.Forms.ListBox();
     this.deviceItemPropertiesLinkLabel = new System.Windows.Forms.LinkLabel();
     this.showDevicePropertiesLinkLabel = new System.Windows.Forms.LinkLabel();
     this.deviceComboBox              = new System.Windows.Forms.ComboBox();
     this.showSelectDeviceButton      = new System.Windows.Forms.Button();
     this.showTransferSelectedButton  = new System.Windows.Forms.Button();
     this.previewImageBox             = new Cyotek.Windows.Forms.ImageBox();
     this.showAcquisitionWizardButton = new System.Windows.Forms.Button();
     this.showAquireImageButton       = new System.Windows.Forms.Button();
     this.showTransferButton          = new System.Windows.Forms.Button();
     this.itemPropertiesLinkLabel     = new System.Windows.Forms.LinkLabel();
     this.showItemPropertiesButton    = new System.Windows.Forms.Button();
     this.showSelectItemsButton       = new System.Windows.Forms.Button();
     this.menuStrip                         = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.deviceTypeToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.allDevicesToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.scannersToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.camerasToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.videoToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1                = new System.Windows.Forms.ToolStripSeparator();
     this.refreshDevicesToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip                       = new System.Windows.Forms.StatusStrip();
     this.statusToolStripStatusLabel        = new System.Windows.Forms.ToolStripStatusLabel();
     this.cyotekWebLinkToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     printingGroupBox                       = new System.Windows.Forms.GroupBox();
     deviceGroupBox                         = new System.Windows.Forms.GroupBox();
     imageGroupBox  = new System.Windows.Forms.GroupBox();
     itemsGroupBox  = new System.Windows.Forms.GroupBox();
     splitContainer = new System.Windows.Forms.SplitContainer();
     printingGroupBox.SuspendLayout();
     deviceGroupBox.SuspendLayout();
     imageGroupBox.SuspendLayout();
     itemsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit();
     splitContainer.Panel1.SuspendLayout();
     splitContainer.Panel2.SuspendLayout();
     splitContainer.SuspendLayout();
     this.menuStrip.SuspendLayout();
     this.statusStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // printingGroupBox
     //
     printingGroupBox.Controls.Add(this.label2);
     printingGroupBox.Controls.Add(this.showPhotoPrintingWizardButton);
     printingGroupBox.Controls.Add(this.filesListBox);
     printingGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     printingGroupBox.Location = new System.Drawing.Point(9, 193);
     printingGroupBox.Name     = "printingGroupBox";
     printingGroupBox.Size     = new System.Drawing.Size(366, 202);
     printingGroupBox.TabIndex = 2;
     printingGroupBox.TabStop  = false;
     printingGroupBox.Text     = "Printing";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(151, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Select one or more i&mage files:";
     //
     // showPhotoPrintingWizardButton
     //
     this.showPhotoPrintingWizardButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.showPhotoPrintingWizardButton.Location = new System.Drawing.Point(6, 173);
     this.showPhotoPrintingWizardButton.Name     = "showPhotoPrintingWizardButton";
     this.showPhotoPrintingWizardButton.Size     = new System.Drawing.Size(219, 23);
     this.showPhotoPrintingWizardButton.TabIndex = 2;
     this.showPhotoPrintingWizardButton.Text     = "&Photo Printing Wizard...";
     this.showPhotoPrintingWizardButton.UseVisualStyleBackColor = true;
     this.showPhotoPrintingWizardButton.Click += new System.EventHandler(this.ShowPhotoPrintingWizardButton_Click);
     //
     // filesListBox
     //
     this.filesListBox.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.filesListBox.FormattingEnabled   = true;
     this.filesListBox.HorizontalScrollbar = true;
     this.filesListBox.IntegralHeight      = false;
     this.filesListBox.Location            = new System.Drawing.Point(6, 32);
     this.filesListBox.Name          = "filesListBox";
     this.filesListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.filesListBox.Size          = new System.Drawing.Size(354, 135);
     this.filesListBox.TabIndex      = 1;
     //
     // deviceGroupBox
     //
     deviceGroupBox.Controls.Add(this.deviceItemPropertiesLinkLabel);
     deviceGroupBox.Controls.Add(this.showDevicePropertiesLinkLabel);
     deviceGroupBox.Controls.Add(this.deviceComboBox);
     deviceGroupBox.Controls.Add(this.showSelectDeviceButton);
     deviceGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     deviceGroupBox.Location = new System.Drawing.Point(9, 9);
     deviceGroupBox.Name     = "deviceGroupBox";
     deviceGroupBox.Size     = new System.Drawing.Size(366, 92);
     deviceGroupBox.TabIndex = 0;
     deviceGroupBox.TabStop  = false;
     deviceGroupBox.Text     = "&Device:";
     //
     // deviceItemPropertiesLinkLabel
     //
     this.deviceItemPropertiesLinkLabel.AutoSize     = true;
     this.deviceItemPropertiesLinkLabel.Location     = new System.Drawing.Point(3, 67);
     this.deviceItemPropertiesLinkLabel.Margin       = new System.Windows.Forms.Padding(3, 6, 3, 0);
     this.deviceItemPropertiesLinkLabel.Name         = "deviceItemPropertiesLinkLabel";
     this.deviceItemPropertiesLinkLabel.Size         = new System.Drawing.Size(136, 13);
     this.deviceItemPropertiesLinkLabel.TabIndex     = 3;
     this.deviceItemPropertiesLinkLabel.TabStop      = true;
     this.deviceItemPropertiesLinkLabel.Text         = "View device item properties";
     this.deviceItemPropertiesLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DeviceItemPropertiesLinkLabel_LinkClicked);
     //
     // showDevicePropertiesLinkLabel
     //
     this.showDevicePropertiesLinkLabel.AutoSize     = true;
     this.showDevicePropertiesLinkLabel.Location     = new System.Drawing.Point(3, 48);
     this.showDevicePropertiesLinkLabel.Name         = "showDevicePropertiesLinkLabel";
     this.showDevicePropertiesLinkLabel.Size         = new System.Drawing.Size(146, 13);
     this.showDevicePropertiesLinkLabel.TabIndex     = 2;
     this.showDevicePropertiesLinkLabel.TabStop      = true;
     this.showDevicePropertiesLinkLabel.Text         = "View native device properties";
     this.showDevicePropertiesLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ShowDevicePropertiesLinkLabel_LinkClicked);
     //
     // deviceComboBox
     //
     this.deviceComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.deviceComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.deviceComboBox.FormattingEnabled = true;
     this.deviceComboBox.Location          = new System.Drawing.Point(6, 21);
     this.deviceComboBox.Name                  = "deviceComboBox";
     this.deviceComboBox.Size                  = new System.Drawing.Size(273, 21);
     this.deviceComboBox.TabIndex              = 0;
     this.deviceComboBox.SelectedIndexChanged += new System.EventHandler(this.DeviceComboBox_SelectedIndexChanged);
     //
     // showSelectDeviceButton
     //
     this.showSelectDeviceButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.showSelectDeviceButton.Location = new System.Drawing.Point(285, 19);
     this.showSelectDeviceButton.Name     = "showSelectDeviceButton";
     this.showSelectDeviceButton.Size     = new System.Drawing.Size(75, 23);
     this.showSelectDeviceButton.TabIndex = 1;
     this.showSelectDeviceButton.Text     = "&Browse...";
     this.showSelectDeviceButton.UseVisualStyleBackColor = true;
     this.showSelectDeviceButton.Click += new System.EventHandler(this.ShowSelectDeviceButton_Click);
     //
     // imageGroupBox
     //
     imageGroupBox.Controls.Add(this.showTransferSelectedButton);
     imageGroupBox.Controls.Add(this.previewImageBox);
     imageGroupBox.Controls.Add(this.showAcquisitionWizardButton);
     imageGroupBox.Controls.Add(this.showAquireImageButton);
     imageGroupBox.Controls.Add(this.showTransferButton);
     imageGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     imageGroupBox.Location = new System.Drawing.Point(9, 9);
     imageGroupBox.Name     = "imageGroupBox";
     imageGroupBox.Size     = new System.Drawing.Size(394, 386);
     imageGroupBox.TabIndex = 0;
     imageGroupBox.TabStop  = false;
     imageGroupBox.Text     = "Image Aquisition";
     //
     // showTransferSelectedButton
     //
     this.showTransferSelectedButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.showTransferSelectedButton.Location = new System.Drawing.Point(209, 77);
     this.showTransferSelectedButton.Name     = "showTransferSelectedButton";
     this.showTransferSelectedButton.Size     = new System.Drawing.Size(179, 23);
     this.showTransferSelectedButton.TabIndex = 4;
     this.showTransferSelectedButton.Text     = "Transfer (Selected Item)";
     this.showTransferSelectedButton.UseVisualStyleBackColor = true;
     this.showTransferSelectedButton.Click += new System.EventHandler(this.ShowTransferSelectedButton_Click);
     //
     // previewImageBox
     //
     this.previewImageBox.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.previewImageBox.Location = new System.Drawing.Point(9, 106);
     this.previewImageBox.Name     = "previewImageBox";
     this.previewImageBox.Size     = new System.Drawing.Size(376, 274);
     this.previewImageBox.TabIndex = 3;
     //
     // showAcquisitionWizardButton
     //
     this.showAcquisitionWizardButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.showAcquisitionWizardButton.Location = new System.Drawing.Point(6, 19);
     this.showAcquisitionWizardButton.Name     = "showAcquisitionWizardButton";
     this.showAcquisitionWizardButton.Size     = new System.Drawing.Size(382, 23);
     this.showAcquisitionWizardButton.TabIndex = 0;
     this.showAcquisitionWizardButton.Text     = "Acquisition &Wizard...";
     this.showAcquisitionWizardButton.UseVisualStyleBackColor = true;
     this.showAcquisitionWizardButton.Click += new System.EventHandler(this.ShowAcquisitionWizardButton_Click);
     //
     // showAquireImageButton
     //
     this.showAquireImageButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.showAquireImageButton.Location = new System.Drawing.Point(6, 48);
     this.showAquireImageButton.Name     = "showAquireImageButton";
     this.showAquireImageButton.Size     = new System.Drawing.Size(382, 23);
     this.showAquireImageButton.TabIndex = 1;
     this.showAquireImageButton.Text     = "Acquire &Image...";
     this.showAquireImageButton.UseVisualStyleBackColor = true;
     this.showAquireImageButton.Click += new System.EventHandler(this.ShowAquireImageButton_Click);
     //
     // showTransferButton
     //
     this.showTransferButton.Location = new System.Drawing.Point(6, 77);
     this.showTransferButton.Name     = "showTransferButton";
     this.showTransferButton.Size     = new System.Drawing.Size(179, 23);
     this.showTransferButton.TabIndex = 2;
     this.showTransferButton.Text     = "&Transfer (Default)";
     this.showTransferButton.UseVisualStyleBackColor = true;
     this.showTransferButton.Click += new System.EventHandler(this.ShowTransferButton_Click);
     //
     // itemsGroupBox
     //
     itemsGroupBox.Controls.Add(this.itemPropertiesLinkLabel);
     itemsGroupBox.Controls.Add(this.showItemPropertiesButton);
     itemsGroupBox.Controls.Add(this.showSelectItemsButton);
     itemsGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     itemsGroupBox.Location = new System.Drawing.Point(9, 101);
     itemsGroupBox.Name     = "itemsGroupBox";
     itemsGroupBox.Size     = new System.Drawing.Size(366, 92);
     itemsGroupBox.TabIndex = 1;
     itemsGroupBox.TabStop  = false;
     itemsGroupBox.Text     = "Items";
     //
     // itemPropertiesLinkLabel
     //
     this.itemPropertiesLinkLabel.AutoSize     = true;
     this.itemPropertiesLinkLabel.Location     = new System.Drawing.Point(12, 51);
     this.itemPropertiesLinkLabel.Margin       = new System.Windows.Forms.Padding(3, 6, 3, 0);
     this.itemPropertiesLinkLabel.Name         = "itemPropertiesLinkLabel";
     this.itemPropertiesLinkLabel.Size         = new System.Drawing.Size(101, 13);
     this.itemPropertiesLinkLabel.TabIndex     = 4;
     this.itemPropertiesLinkLabel.TabStop      = true;
     this.itemPropertiesLinkLabel.Text         = "View item properties";
     this.itemPropertiesLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ItemPropertiesLinkLabel_LinkClicked);
     //
     // showItemPropertiesButton
     //
     this.showItemPropertiesButton.Location = new System.Drawing.Point(93, 19);
     this.showItemPropertiesButton.Name     = "showItemPropertiesButton";
     this.showItemPropertiesButton.Size     = new System.Drawing.Size(75, 23);
     this.showItemPropertiesButton.TabIndex = 1;
     this.showItemPropertiesButton.Text     = "Propert&ies...";
     this.showItemPropertiesButton.UseVisualStyleBackColor = true;
     this.showItemPropertiesButton.Click += new System.EventHandler(this.ShowItemPropertiesButton_Click);
     //
     // showSelectItemsButton
     //
     this.showSelectItemsButton.Location = new System.Drawing.Point(12, 19);
     this.showSelectItemsButton.Name     = "showSelectItemsButton";
     this.showSelectItemsButton.Size     = new System.Drawing.Size(75, 23);
     this.showSelectItemsButton.TabIndex = 0;
     this.showSelectItemsButton.Text     = "&Select Items...";
     this.showSelectItemsButton.UseVisualStyleBackColor = true;
     this.showSelectItemsButton.Click += new System.EventHandler(this.ShowSelectItemsButton_Click);
     //
     // splitContainer
     //
     splitContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer.Location = new System.Drawing.Point(0, 24);
     splitContainer.Name     = "splitContainer";
     //
     // splitContainer.Panel1
     //
     splitContainer.Panel1.Controls.Add(printingGroupBox);
     splitContainer.Panel1.Controls.Add(itemsGroupBox);
     splitContainer.Panel1.Controls.Add(deviceGroupBox);
     splitContainer.Panel1.Padding = new System.Windows.Forms.Padding(9);
     //
     // splitContainer.Panel2
     //
     splitContainer.Panel2.Controls.Add(imageGroupBox);
     splitContainer.Panel2.Padding   = new System.Windows.Forms.Padding(9);
     splitContainer.Size             = new System.Drawing.Size(800, 404);
     splitContainer.SplitterDistance = 384;
     splitContainer.TabIndex         = 1;
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.viewToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name     = "menuStrip";
     this.menuStrip.Size     = new System.Drawing.Size(800, 24);
     this.menuStrip.TabIndex = 0;
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(93, 22);
     this.exitToolStripMenuItem.Text   = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.deviceTypeToolStripMenuItem,
         this.toolStripMenuItem1,
         this.refreshDevicesToolStripMenuItem
     });
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "&View";
     //
     // deviceTypeToolStripMenuItem
     //
     this.deviceTypeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.allDevicesToolStripMenuItem,
         this.scannersToolStripMenuItem,
         this.camerasToolStripMenuItem,
         this.videoToolStripMenuItem
     });
     this.deviceTypeToolStripMenuItem.Name = "deviceTypeToolStripMenuItem";
     this.deviceTypeToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     this.deviceTypeToolStripMenuItem.Text = "&Device Type";
     //
     // allDevicesToolStripMenuItem
     //
     this.allDevicesToolStripMenuItem.Name   = "allDevicesToolStripMenuItem";
     this.allDevicesToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.allDevicesToolStripMenuItem.Text   = "&All";
     this.allDevicesToolStripMenuItem.Click += new System.EventHandler(this.AllDevicesToolStripMenuItem_Click);
     //
     // scannersToolStripMenuItem
     //
     this.scannersToolStripMenuItem.Name   = "scannersToolStripMenuItem";
     this.scannersToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.scannersToolStripMenuItem.Text   = "&Scanners";
     this.scannersToolStripMenuItem.Click += new System.EventHandler(this.ScannersToolStripMenuItem_Click);
     //
     // camerasToolStripMenuItem
     //
     this.camerasToolStripMenuItem.Name   = "camerasToolStripMenuItem";
     this.camerasToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.camerasToolStripMenuItem.Text   = "&Cameras";
     this.camerasToolStripMenuItem.Click += new System.EventHandler(this.CamerasToolStripMenuItem_Click);
     //
     // videoToolStripMenuItem
     //
     this.videoToolStripMenuItem.Name   = "videoToolStripMenuItem";
     this.videoToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.videoToolStripMenuItem.Text   = "&Video";
     this.videoToolStripMenuItem.Click += new System.EventHandler(this.VideoToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(153, 6);
     //
     // refreshDevicesToolStripMenuItem
     //
     this.refreshDevicesToolStripMenuItem.Name   = "refreshDevicesToolStripMenuItem";
     this.refreshDevicesToolStripMenuItem.Size   = new System.Drawing.Size(156, 22);
     this.refreshDevicesToolStripMenuItem.Text   = "&Refresh Devices";
     this.refreshDevicesToolStripMenuItem.Click += new System.EventHandler(this.RefreshDevicesToolStripMenuItem_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);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusToolStripStatusLabel,
         this.cyotekWebLinkToolStripStatusLabel
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 428);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Size     = new System.Drawing.Size(800, 22);
     this.statusStrip.TabIndex = 2;
     //
     // statusToolStripStatusLabel
     //
     this.statusToolStripStatusLabel.Name      = "statusToolStripStatusLabel";
     this.statusToolStripStatusLabel.Size      = new System.Drawing.Size(686, 17);
     this.statusToolStripStatusLabel.Spring    = true;
     this.statusToolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cyotekWebLinkToolStripStatusLabel
     //
     this.cyotekWebLinkToolStripStatusLabel.IsLink = true;
     this.cyotekWebLinkToolStripStatusLabel.Name   = "cyotekWebLinkToolStripStatusLabel";
     this.cyotekWebLinkToolStripStatusLabel.Size   = new System.Drawing.Size(99, 17);
     this.cyotekWebLinkToolStripStatusLabel.Text   = "www.cyotek.com";
     this.cyotekWebLinkToolStripStatusLabel.Click += new System.EventHandler(this.CyotekWebLinkToolStripStatusLabel_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(splitContainer);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.menuStrip);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip   = this.menuStrip;
     this.MaximizeBox     = true;
     this.MinimizeBox     = true;
     this.Name            = "MainForm";
     this.ShowIcon        = true;
     this.ShowInTaskbar   = true;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "cyotek.com WIA Demonstration";
     printingGroupBox.ResumeLayout(false);
     printingGroupBox.PerformLayout();
     deviceGroupBox.ResumeLayout(false);
     deviceGroupBox.PerformLayout();
     imageGroupBox.ResumeLayout(false);
     itemsGroupBox.ResumeLayout(false);
     itemsGroupBox.PerformLayout();
     splitContainer.Panel1.ResumeLayout(false);
     splitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit();
     splitContainer.ResumeLayout(false);
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#54
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Label lblOr2;
     System.Windows.Forms.Label lblNote;
     System.Windows.Forms.Label lblAutoShowWaitTime;
     System.Windows.Forms.Label lblAutoHideTime;
     System.Windows.Forms.Label lblAutoHideSpeed;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPreferences));
     System.Windows.Forms.GroupBox grpNote;
     System.Windows.Forms.GroupBox grpAutoHide;
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.Label    lblDir2View;
     System.Windows.Forms.Label    lblDir1View;
     System.Windows.Forms.Label    lblOr1;
     System.Windows.Forms.GroupBox grpDir1;
     this.icon        = new System.Windows.Forms.NotifyIcon(this.components);
     this.mnuTrayMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuHide     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuShow     = new System.Windows.Forms.ToolStripMenuItem();
     this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuClose            = new System.Windows.Forms.ToolStripMenuItem();
     this.btnUseComputerDir2  = new System.Windows.Forms.Button();
     this.btnDir2Path         = new System.Windows.Forms.Button();
     this.txtDir2Path         = new System.Windows.Forms.TextBox();
     this.btnNotePath         = new System.Windows.Forms.Button();
     this.txtNotePath         = new System.Windows.Forms.TextBox();
     this.dlgFolderNote       = new System.Windows.Forms.FolderBrowserDialog();
     this.dlgFolderDir1       = new System.Windows.Forms.FolderBrowserDialog();
     this.dlgFolderDir2       = new System.Windows.Forms.FolderBrowserDialog();
     this.pnlTextColor        = new System.Windows.Forms.Panel();
     this.btnTextColor        = new System.Windows.Forms.Button();
     this.dlgTextColor        = new System.Windows.Forms.ColorDialog();
     this.btnClose            = new System.Windows.Forms.Button();
     this.nudAutoShowWaitTime = new System.Windows.Forms.NumericUpDown();
     this.nudAutoHideWaitTime = new System.Windows.Forms.NumericUpDown();
     this.pnlHiddenBarColor   = new System.Windows.Forms.Panel();
     this.btnHiddenBarColor   = new System.Windows.Forms.Button();
     this.chkAutoHide         = new System.Windows.Forms.CheckBox();
     this.nudAutoHideSpeed    = new System.Windows.Forms.NumericUpDown();
     this.dlgHiddenBarColor   = new System.Windows.Forms.ColorDialog();
     this.button1             = new System.Windows.Forms.Button();
     this.cmbDir2View         = new System.Windows.Forms.ComboBox();
     this.tableLayoutPanel1   = new System.Windows.Forms.TableLayoutPanel();
     this.cmbDir1View         = new System.Windows.Forms.ComboBox();
     this.btnUseComputerDir1  = new System.Windows.Forms.Button();
     this.btnDir1Path         = new System.Windows.Forms.Button();
     this.txtDir1Path         = new System.Windows.Forms.TextBox();
     lblOr2              = new System.Windows.Forms.Label();
     lblNote             = new System.Windows.Forms.Label();
     lblAutoShowWaitTime = new System.Windows.Forms.Label();
     lblAutoHideTime     = new System.Windows.Forms.Label();
     lblAutoHideSpeed    = new System.Windows.Forms.Label();
     grpNote             = new System.Windows.Forms.GroupBox();
     grpAutoHide         = new System.Windows.Forms.GroupBox();
     groupBox1           = new System.Windows.Forms.GroupBox();
     lblDir2View         = new System.Windows.Forms.Label();
     lblDir1View         = new System.Windows.Forms.Label();
     lblOr1              = new System.Windows.Forms.Label();
     grpDir1             = new System.Windows.Forms.GroupBox();
     this.mnuTrayMenu.SuspendLayout();
     grpNote.SuspendLayout();
     grpAutoHide.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudAutoShowWaitTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudAutoHideWaitTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudAutoHideSpeed)).BeginInit();
     groupBox1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     grpDir1.SuspendLayout();
     this.SuspendLayout();
     //
     // lblOr2
     //
     lblOr2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     lblOr2.AutoSize = true;
     lblOr2.Location = new System.Drawing.Point(330, 25);
     lblOr2.Name     = "lblOr2";
     lblOr2.Size     = new System.Drawing.Size(16, 13);
     lblOr2.TabIndex = 22;
     lblOr2.Text     = "or";
     //
     // lblNote
     //
     lblNote.AutoSize = true;
     lblNote.Location = new System.Drawing.Point(6, 16);
     lblNote.Name     = "lblNote";
     lblNote.Size     = new System.Drawing.Size(49, 13);
     lblNote.TabIndex = 10;
     lblNote.Text     = "Note-file:";
     //
     // lblAutoShowWaitTime
     //
     lblAutoShowWaitTime.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     lblAutoShowWaitTime.AutoSize = true;
     lblAutoShowWaitTime.Location = new System.Drawing.Point(261, 75);
     lblAutoShowWaitTime.Name     = "lblAutoShowWaitTime";
     lblAutoShowWaitTime.Size     = new System.Drawing.Size(122, 13);
     lblAutoShowWaitTime.TabIndex = 23;
     lblAutoShowWaitTime.Text     = "Auto open wait time (ms)";
     //
     // lblAutoHideTime
     //
     lblAutoHideTime.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     lblAutoHideTime.AutoSize = true;
     lblAutoHideTime.Location = new System.Drawing.Point(265, 46);
     lblAutoHideTime.Name     = "lblAutoHideTime";
     lblAutoHideTime.Size     = new System.Drawing.Size(118, 13);
     lblAutoHideTime.TabIndex = 21;
     lblAutoHideTime.Text     = "Auto hide wait time (ms)";
     //
     // lblAutoHideSpeed
     //
     lblAutoHideSpeed.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     lblAutoHideSpeed.AutoSize = true;
     lblAutoHideSpeed.Location = new System.Drawing.Point(222, 23);
     lblAutoHideSpeed.Name     = "lblAutoHideSpeed";
     lblAutoHideSpeed.Size     = new System.Drawing.Size(161, 13);
     lblAutoHideSpeed.TabIndex = 17;
     lblAutoHideSpeed.Text     = "Auto hide/open speed( pixel/ms)";
     //
     // icon
     //
     this.icon.ContextMenuStrip  = this.mnuTrayMenu;
     this.icon.Icon              = ((System.Drawing.Icon)(resources.GetObject("icon.Icon")));
     this.icon.Text              = "Barns SideBar";
     this.icon.Visible           = true;
     this.icon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.icon_MouseDoubleClick);
     //
     // mnuTrayMenu
     //
     this.mnuTrayMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuHide,
         this.mnuShow,
         this.customizeToolStripMenuItem,
         this.aboutToolStripMenuItem,
         this.mnuClose
     });
     this.mnuTrayMenu.Name     = "mnuContext";
     this.mnuTrayMenu.Size     = new System.Drawing.Size(151, 114);
     this.mnuTrayMenu.Opening += new System.ComponentModel.CancelEventHandler(this.mnuContext_Opening);
     //
     // mnuHide
     //
     this.mnuHide.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.mnuHide.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mnuHide.Name         = "mnuHide";
     this.mnuHide.Size         = new System.Drawing.Size(150, 22);
     this.mnuHide.Text         = "Hide SideBar";
     this.mnuHide.Click       += new System.EventHandler(this.mnuHide_Click);
     //
     // mnuShow
     //
     this.mnuShow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.mnuShow.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mnuShow.Name         = "mnuShow";
     this.mnuShow.Size         = new System.Drawing.Size(150, 22);
     this.mnuShow.Text         = "Show SideBar";
     this.mnuShow.Visible      = false;
     this.mnuShow.Click       += new System.EventHandler(this.mnuShow_Click);
     //
     // customizeToolStripMenuItem
     //
     this.customizeToolStripMenuItem.Name   = "customizeToolStripMenuItem";
     this.customizeToolStripMenuItem.Size   = new System.Drawing.Size(150, 22);
     this.customizeToolStripMenuItem.Text   = "Customize...";
     this.customizeToolStripMenuItem.Click += new System.EventHandler(this.customizeToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(150, 22);
     this.aboutToolStripMenuItem.Text   = "About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // mnuClose
     //
     this.mnuClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.mnuClose.Name         = "mnuClose";
     this.mnuClose.Size         = new System.Drawing.Size(150, 22);
     this.mnuClose.Text         = "Close";
     this.mnuClose.Click       += new System.EventHandler(this.mnuClose_Click);
     //
     // grpNote
     //
     grpNote.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     grpNote.Controls.Add(this.button1);
     grpNote.Controls.Add(this.pnlTextColor);
     grpNote.Controls.Add(this.btnTextColor);
     grpNote.Controls.Add(this.btnNotePath);
     grpNote.Controls.Add(this.txtNotePath);
     grpNote.Controls.Add(lblNote);
     grpNote.Dock     = System.Windows.Forms.DockStyle.Fill;
     grpNote.Location = new System.Drawing.Point(6, 6);
     grpNote.Margin   = new System.Windows.Forms.Padding(6);
     grpNote.Name     = "grpNote";
     grpNote.Size     = new System.Drawing.Size(468, 112);
     grpNote.TabIndex = 13;
     grpNote.TabStop  = false;
     grpNote.Text     = "Note field";
     //
     // btnUseComputerDir2
     //
     this.btnUseComputerDir2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUseComputerDir2.Location = new System.Drawing.Point(352, 20);
     this.btnUseComputerDir2.Name     = "btnUseComputerDir2";
     this.btnUseComputerDir2.Size     = new System.Drawing.Size(111, 23);
     this.btnUseComputerDir2.TabIndex = 20;
     this.btnUseComputerDir2.Text     = "Use \"Computer\"-Dir";
     this.btnUseComputerDir2.UseVisualStyleBackColor = true;
     this.btnUseComputerDir2.Click += new System.EventHandler(this.btnUseComputerDir2_Click);
     //
     // btnDir2Path
     //
     this.btnDir2Path.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDir2Path.Location = new System.Drawing.Point(249, 20);
     this.btnDir2Path.Name     = "btnDir2Path";
     this.btnDir2Path.Size     = new System.Drawing.Size(75, 23);
     this.btnDir2Path.TabIndex = 18;
     this.btnDir2Path.Text     = "Browse...";
     this.btnDir2Path.UseVisualStyleBackColor = true;
     this.btnDir2Path.Click += new System.EventHandler(this.btnDir2Path_Click);
     //
     // txtDir2Path
     //
     this.txtDir2Path.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDir2Path.Location = new System.Drawing.Point(9, 20);
     this.txtDir2Path.Name     = "txtDir2Path";
     this.txtDir2Path.ReadOnly = true;
     this.txtDir2Path.Size     = new System.Drawing.Size(234, 20);
     this.txtDir2Path.TabIndex = 17;
     this.txtDir2Path.Text     = "<path to dir2>";
     //
     // btnNotePath
     //
     this.btnNotePath.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNotePath.Location = new System.Drawing.Point(387, 30);
     this.btnNotePath.Name     = "btnNotePath";
     this.btnNotePath.Size     = new System.Drawing.Size(75, 23);
     this.btnNotePath.TabIndex = 12;
     this.btnNotePath.Text     = "Browse...";
     this.btnNotePath.UseVisualStyleBackColor = true;
     this.btnNotePath.Click += new System.EventHandler(this.btnNotePath_Click);
     //
     // txtNotePath
     //
     this.txtNotePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtNotePath.Location = new System.Drawing.Point(9, 32);
     this.txtNotePath.Name     = "txtNotePath";
     this.txtNotePath.ReadOnly = true;
     this.txtNotePath.Size     = new System.Drawing.Size(372, 20);
     this.txtNotePath.TabIndex = 11;
     this.txtNotePath.Text     = "<path to notefile>";
     //
     // pnlTextColor
     //
     this.pnlTextColor.BackColor   = System.Drawing.Color.Fuchsia;
     this.pnlTextColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlTextColor.Location    = new System.Drawing.Point(113, 65);
     this.pnlTextColor.Name        = "pnlTextColor";
     this.pnlTextColor.Size        = new System.Drawing.Size(30, 22);
     this.pnlTextColor.TabIndex    = 14;
     this.pnlTextColor.Click      += new System.EventHandler(this.btnTextColor_Click);
     //
     // btnTextColor
     //
     this.btnTextColor.Location  = new System.Drawing.Point(9, 58);
     this.btnTextColor.Name      = "btnTextColor";
     this.btnTextColor.Size      = new System.Drawing.Size(143, 34);
     this.btnTextColor.TabIndex  = 13;
     this.btnTextColor.Text      = "Font color...";
     this.btnTextColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnTextColor.UseVisualStyleBackColor = true;
     this.btnTextColor.Click += new System.EventHandler(this.btnTextColor_Click);
     //
     // dlgTextColor
     //
     this.dlgTextColor.Color = System.Drawing.Color.White;
     //
     // btnClose
     //
     this.btnClose.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location                = new System.Drawing.Point(842, 255);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.Size                    = new System.Drawing.Size(111, 33);
     this.btnClose.TabIndex                = 15;
     this.btnClose.Text                    = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click                  += new System.EventHandler(this.btnClose_Click);
     //
     // grpAutoHide
     //
     grpAutoHide.Controls.Add(lblAutoShowWaitTime);
     grpAutoHide.Controls.Add(this.nudAutoShowWaitTime);
     grpAutoHide.Controls.Add(lblAutoHideTime);
     grpAutoHide.Controls.Add(this.nudAutoHideWaitTime);
     grpAutoHide.Controls.Add(this.pnlHiddenBarColor);
     grpAutoHide.Controls.Add(this.btnHiddenBarColor);
     grpAutoHide.Controls.Add(lblAutoHideSpeed);
     grpAutoHide.Controls.Add(this.chkAutoHide);
     grpAutoHide.Controls.Add(this.nudAutoHideSpeed);
     grpAutoHide.Dock     = System.Windows.Forms.DockStyle.Fill;
     grpAutoHide.Location = new System.Drawing.Point(486, 6);
     grpAutoHide.Margin   = new System.Windows.Forms.Padding(6);
     grpAutoHide.Name     = "grpAutoHide";
     grpAutoHide.Size     = new System.Drawing.Size(469, 112);
     grpAutoHide.TabIndex = 16;
     grpAutoHide.TabStop  = false;
     grpAutoHide.Text     = "Auto hide";
     //
     // nudAutoShowWaitTime
     //
     this.nudAutoShowWaitTime.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.nudAutoShowWaitTime.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.nudAutoShowWaitTime.Location = new System.Drawing.Point(405, 73);
     this.nudAutoShowWaitTime.Maximum  = new decimal(new int[] {
         5000,
         0,
         0,
         0
     });
     this.nudAutoShowWaitTime.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nudAutoShowWaitTime.Name     = "nudAutoShowWaitTime";
     this.nudAutoShowWaitTime.Size     = new System.Drawing.Size(58, 20);
     this.nudAutoShowWaitTime.TabIndex = 22;
     this.nudAutoShowWaitTime.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nudAutoShowWaitTime.ValueChanged += new System.EventHandler(this.nudAutoShowWaitTime_ValueChanged);
     //
     // nudAutoHideWaitTime
     //
     this.nudAutoHideWaitTime.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.nudAutoHideWaitTime.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.nudAutoHideWaitTime.Location = new System.Drawing.Point(405, 47);
     this.nudAutoHideWaitTime.Maximum  = new decimal(new int[] {
         5000,
         0,
         0,
         0
     });
     this.nudAutoHideWaitTime.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nudAutoHideWaitTime.Name     = "nudAutoHideWaitTime";
     this.nudAutoHideWaitTime.Size     = new System.Drawing.Size(58, 20);
     this.nudAutoHideWaitTime.TabIndex = 20;
     this.nudAutoHideWaitTime.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nudAutoHideWaitTime.ValueChanged += new System.EventHandler(this.nudAutoHideWaitTime_ValueChanged);
     //
     // pnlHiddenBarColor
     //
     this.pnlHiddenBarColor.BackColor   = System.Drawing.Color.Fuchsia;
     this.pnlHiddenBarColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlHiddenBarColor.Location    = new System.Drawing.Point(113, 53);
     this.pnlHiddenBarColor.Name        = "pnlHiddenBarColor";
     this.pnlHiddenBarColor.Size        = new System.Drawing.Size(30, 22);
     this.pnlHiddenBarColor.TabIndex    = 19;
     this.pnlHiddenBarColor.Click      += new System.EventHandler(this.btnHiddenBarColor_Click);
     //
     // btnHiddenBarColor
     //
     this.btnHiddenBarColor.Location  = new System.Drawing.Point(7, 46);
     this.btnHiddenBarColor.Name      = "btnHiddenBarColor";
     this.btnHiddenBarColor.Size      = new System.Drawing.Size(145, 34);
     this.btnHiddenBarColor.TabIndex  = 18;
     this.btnHiddenBarColor.Text      = "Hidden bar color...";
     this.btnHiddenBarColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnHiddenBarColor.UseVisualStyleBackColor = true;
     this.btnHiddenBarColor.Click += new System.EventHandler(this.btnHiddenBarColor_Click);
     //
     // chkAutoHide
     //
     this.chkAutoHide.AutoSize = true;
     this.chkAutoHide.Location = new System.Drawing.Point(10, 19);
     this.chkAutoHide.Name     = "chkAutoHide";
     this.chkAutoHide.Size     = new System.Drawing.Size(112, 17);
     this.chkAutoHide.TabIndex = 15;
     this.chkAutoHide.Text     = "Activate auto hide";
     this.chkAutoHide.UseVisualStyleBackColor = true;
     this.chkAutoHide.CheckedChanged         += new System.EventHandler(this.chkAutoHide_CheckedChanged);
     //
     // nudAutoHideSpeed
     //
     this.nudAutoHideSpeed.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.nudAutoHideSpeed.Location      = new System.Drawing.Point(405, 21);
     this.nudAutoHideSpeed.Name          = "nudAutoHideSpeed";
     this.nudAutoHideSpeed.Size          = new System.Drawing.Size(58, 20);
     this.nudAutoHideSpeed.TabIndex      = 16;
     this.nudAutoHideSpeed.ValueChanged += new System.EventHandler(this.nudAutoHideTime_ValueChange);
     //
     // button1
     //
     this.button1.Location  = new System.Drawing.Point(158, 59);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(143, 33);
     this.button1.TabIndex  = 27;
     this.button1.Text      = "Font...";
     this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     groupBox1.Controls.Add(lblDir2View);
     groupBox1.Controls.Add(this.cmbDir2View);
     groupBox1.Controls.Add(this.txtDir2Path);
     groupBox1.Controls.Add(this.btnDir2Path);
     groupBox1.Controls.Add(lblOr2);
     groupBox1.Controls.Add(this.btnUseComputerDir2);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(486, 130);
     groupBox1.Margin   = new System.Windows.Forms.Padding(6);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(469, 112);
     groupBox1.TabIndex = 26;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Lower Explorer window";
     //
     // lblDir2View
     //
     lblDir2View.AutoSize = true;
     lblDir2View.Location = new System.Drawing.Point(6, 69);
     lblDir2View.Name     = "lblDir2View";
     lblDir2View.Size     = new System.Drawing.Size(72, 13);
     lblDir2View.TabIndex = 25;
     lblDir2View.Text     = "View settings:";
     lblDir2View.Click   += new System.EventHandler(this.lblDir2View_Click);
     //
     // cmbDir2View
     //
     this.cmbDir2View.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDir2View.Items.AddRange(new object[] {
         "Details",
         "Icon",
         "List",
         "Small Icon",
         "Thumbnail",
         "Thumbstrip",
         "Tile"
     });
     this.cmbDir2View.Location              = new System.Drawing.Point(84, 66);
     this.cmbDir2View.Name                  = "cmbDir2View";
     this.cmbDir2View.Size                  = new System.Drawing.Size(137, 21);
     this.cmbDir2View.TabIndex              = 23;
     this.cmbDir2View.SelectedIndexChanged += new System.EventHandler(this.cmbDir2View_SelectedIndexChanged);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.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(groupBox1, 1, 1);
     this.tableLayoutPanel1.Controls.Add(grpDir1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(grpNote, 0, 0);
     this.tableLayoutPanel1.Controls.Add(grpAutoHide, 1, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(961, 248);
     this.tableLayoutPanel1.TabIndex = 27;
     //
     // cmbDir1View
     //
     this.cmbDir1View.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDir1View.Items.AddRange(new object[] {
         "Details",
         "Icon",
         "List",
         "Small Icon",
         "Thumbnail",
         "Thumbstrip",
         "Tile"
     });
     this.cmbDir1View.Location = new System.Drawing.Point(82, 66);
     this.cmbDir1View.Name     = "cmbDir1View";
     this.cmbDir1View.Size     = new System.Drawing.Size(137, 21);
     this.cmbDir1View.TabIndex = 23;
     //
     // lblDir1View
     //
     lblDir1View.AutoSize = true;
     lblDir1View.Location = new System.Drawing.Point(6, 69);
     lblDir1View.Name     = "lblDir1View";
     lblDir1View.Size     = new System.Drawing.Size(72, 13);
     lblDir1View.TabIndex = 25;
     lblDir1View.Text     = "View settings:";
     //
     // lblOr1
     //
     lblOr1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     lblOr1.AutoSize = true;
     lblOr1.Location = new System.Drawing.Point(327, 22);
     lblOr1.Name     = "lblOr1";
     lblOr1.Size     = new System.Drawing.Size(16, 13);
     lblOr1.TabIndex = 21;
     lblOr1.Text     = "or";
     //
     // btnUseComputerDir1
     //
     this.btnUseComputerDir1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUseComputerDir1.Location = new System.Drawing.Point(349, 17);
     this.btnUseComputerDir1.Name     = "btnUseComputerDir1";
     this.btnUseComputerDir1.Size     = new System.Drawing.Size(111, 23);
     this.btnUseComputerDir1.TabIndex = 19;
     this.btnUseComputerDir1.Text     = "Use \"Computer\"-Dir";
     this.btnUseComputerDir1.UseVisualStyleBackColor = true;
     this.btnUseComputerDir1.Click += new System.EventHandler(this.btnUseComputerDir1_Click);
     //
     // btnDir1Path
     //
     this.btnDir1Path.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDir1Path.Location = new System.Drawing.Point(246, 18);
     this.btnDir1Path.Name     = "btnDir1Path";
     this.btnDir1Path.Size     = new System.Drawing.Size(75, 23);
     this.btnDir1Path.TabIndex = 15;
     this.btnDir1Path.Text     = "Browse...";
     this.btnDir1Path.UseVisualStyleBackColor = true;
     this.btnDir1Path.Click += new System.EventHandler(this.btnDir1Path_Click);
     //
     // txtDir1Path
     //
     this.txtDir1Path.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDir1Path.Location = new System.Drawing.Point(7, 19);
     this.txtDir1Path.Name     = "txtDir1Path";
     this.txtDir1Path.ReadOnly = true;
     this.txtDir1Path.Size     = new System.Drawing.Size(233, 20);
     this.txtDir1Path.TabIndex = 14;
     this.txtDir1Path.Text     = "<path to dir1>";
     //
     // grpDir1
     //
     grpDir1.Controls.Add(this.txtDir1Path);
     grpDir1.Controls.Add(this.btnDir1Path);
     grpDir1.Controls.Add(this.btnUseComputerDir1);
     grpDir1.Controls.Add(lblOr1);
     grpDir1.Controls.Add(lblDir1View);
     grpDir1.Controls.Add(this.cmbDir1View);
     grpDir1.Dock     = System.Windows.Forms.DockStyle.Fill;
     grpDir1.Location = new System.Drawing.Point(6, 130);
     grpDir1.Margin   = new System.Windows.Forms.Padding(6);
     grpDir1.Name     = "grpDir1";
     grpDir1.Size     = new System.Drawing.Size(468, 112);
     grpDir1.TabIndex = 17;
     grpDir1.TabStop  = false;
     grpDir1.Text     = "Upper Explorer window";
     //
     // FrmPreferences
     //
     this.AcceptButton = this.btnClose;
     this.CancelButton = this.btnClose;
     this.ClientSize   = new System.Drawing.Size(961, 300);
     this.ControlBox   = false;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.btnClose);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize     = new System.Drawing.Size(1, 1);
     this.Name            = "FrmPreferences";
     this.Opacity         = 0D;
     this.ShowInTaskbar   = false;
     this.Text            = "Barn\'s SideBar - Preferences";
     this.TopMost         = true;
     this.Load           += new System.EventHandler(this.FrmPreferences_Load);
     this.mnuTrayMenu.ResumeLayout(false);
     grpNote.ResumeLayout(false);
     grpNote.PerformLayout();
     grpAutoHide.ResumeLayout(false);
     grpAutoHide.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudAutoShowWaitTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudAutoHideWaitTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudAutoHideSpeed)).EndInit();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     grpDir1.ResumeLayout(false);
     grpDir1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.GroupBox groupBox2;
     System.Windows.Forms.Label    label5;
     System.Windows.Forms.Label    taglabel;
     System.Windows.Forms.Label    label7;
     this.thingtype         = new CodeImp.DoomBuilder.Controls.ThingBrowserControl();
     this.height            = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
     this.angle             = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
     this.heightlabel       = new System.Windows.Forms.Label();
     this.anglecontrol      = new CodeImp.DoomBuilder.Controls.AngleControl();
     this.tabs              = new System.Windows.Forms.TabControl();
     this.tabproperties     = new System.Windows.Forms.TabPage();
     this.spritetex         = new CodeImp.DoomBuilder.Controls.ImagePanel();
     this.settingsgroup     = new System.Windows.Forms.GroupBox();
     this.flags             = new CodeImp.DoomBuilder.Controls.CheckboxArrayControl();
     this.tabeffects        = new System.Windows.Forms.TabPage();
     this.actiongroup       = new System.Windows.Forms.GroupBox();
     this.hexenpanel        = new System.Windows.Forms.Panel();
     this.arg2              = new CodeImp.DoomBuilder.Controls.ArgumentBox();
     this.arg1              = new CodeImp.DoomBuilder.Controls.ArgumentBox();
     this.arg0              = new CodeImp.DoomBuilder.Controls.ArgumentBox();
     this.arg3              = new CodeImp.DoomBuilder.Controls.ArgumentBox();
     this.arg4              = new CodeImp.DoomBuilder.Controls.ArgumentBox();
     this.arg1label         = new System.Windows.Forms.Label();
     this.arg0label         = new System.Windows.Forms.Label();
     this.arg3label         = new System.Windows.Forms.Label();
     this.arg2label         = new System.Windows.Forms.Label();
     this.arg4label         = new System.Windows.Forms.Label();
     this.action            = new CodeImp.DoomBuilder.Controls.ActionSelectorControl();
     this.browseaction      = new System.Windows.Forms.Button();
     this.doompanel         = new System.Windows.Forms.Panel();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.tag               = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
     this.newtag            = new System.Windows.Forms.Button();
     this.tabcustom         = new System.Windows.Forms.TabPage();
     this.fieldslist        = new CodeImp.DoomBuilder.Controls.FieldsEditorControl();
     this.cancel            = new System.Windows.Forms.Button();
     this.apply             = new System.Windows.Forms.Button();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     groupBox1              = new System.Windows.Forms.GroupBox();
     groupBox2              = new System.Windows.Forms.GroupBox();
     label5   = new System.Windows.Forms.Label();
     taglabel = new System.Windows.Forms.Label();
     label7   = new System.Windows.Forms.Label();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     this.tabs.SuspendLayout();
     this.tabproperties.SuspendLayout();
     this.settingsgroup.SuspendLayout();
     this.tabeffects.SuspendLayout();
     this.actiongroup.SuspendLayout();
     this.hexenpanel.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabcustom.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                              | System.Windows.Forms.AnchorStyles.Left)));
     groupBox1.Controls.Add(this.thingtype);
     groupBox1.Location = new System.Drawing.Point(8, 8);
     groupBox1.Margin   = new System.Windows.Forms.Padding(4);
     groupBox1.Name     = "groupBox1";
     groupBox1.Padding  = new System.Windows.Forms.Padding(4);
     groupBox1.Size     = new System.Drawing.Size(336, 669);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = " Thing ";
     //
     // thingtype
     //
     this.thingtype.AutoSize       = true;
     this.thingtype.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.thingtype.Location       = new System.Drawing.Point(4, 20);
     this.thingtype.Margin         = new System.Windows.Forms.Padding(8);
     this.thingtype.Name           = "thingtype";
     this.thingtype.Size           = new System.Drawing.Size(328, 645);
     this.thingtype.TabIndex       = 0;
     this.thingtype.OnTypeChanged += new CodeImp.DoomBuilder.Controls.ThingBrowserControl.TypeChangedDeletegate(this.thingtype_OnTypeChanged);
     //
     // groupBox2
     //
     groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox2.Controls.Add(this.height);
     groupBox2.Controls.Add(this.angle);
     groupBox2.Controls.Add(this.heightlabel);
     groupBox2.Controls.Add(label5);
     groupBox2.Controls.Add(this.anglecontrol);
     groupBox2.Location = new System.Drawing.Point(496, 546);
     groupBox2.Margin   = new System.Windows.Forms.Padding(4);
     groupBox2.Name     = "groupBox2";
     groupBox2.Padding  = new System.Windows.Forms.Padding(4);
     groupBox2.Size     = new System.Drawing.Size(311, 131);
     groupBox2.TabIndex = 2;
     groupBox2.TabStop  = false;
     groupBox2.Text     = " Coordination ";
     //
     // height
     //
     this.height.AllowDecimal  = false;
     this.height.AllowNegative = true;
     this.height.AllowRelative = true;
     this.height.ButtonStep    = 8;
     this.height.Location      = new System.Drawing.Point(85, 76);
     this.height.Margin        = new System.Windows.Forms.Padding(5);
     this.height.Name          = "height";
     this.height.Size          = new System.Drawing.Size(90, 27);
     this.height.StepValues    = null;
     this.height.TabIndex      = 11;
     //
     // angle
     //
     this.angle.AllowDecimal     = false;
     this.angle.AllowNegative    = true;
     this.angle.AllowRelative    = true;
     this.angle.ButtonStep       = 45;
     this.angle.Location         = new System.Drawing.Point(85, 32);
     this.angle.Margin           = new System.Windows.Forms.Padding(5);
     this.angle.Name             = "angle";
     this.angle.Size             = new System.Drawing.Size(90, 27);
     this.angle.StepValues       = null;
     this.angle.TabIndex         = 10;
     this.angle.WhenTextChanged += new System.EventHandler(this.angle_TextChanged);
     //
     // heightlabel
     //
     this.heightlabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.heightlabel.AutoSize = true;
     this.heightlabel.Location = new System.Drawing.Point(15, 82);
     this.heightlabel.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.heightlabel.Name     = "heightlabel";
     this.heightlabel.Size     = new System.Drawing.Size(64, 16);
     this.heightlabel.TabIndex = 9;
     this.heightlabel.Text     = "Z Height:";
     //
     // label5
     //
     label5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(30, 39);
     label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(48, 16);
     label5.TabIndex = 8;
     label5.Text     = "Angle:";
     //
     // anglecontrol
     //
     this.anglecontrol.BackColor      = System.Drawing.SystemColors.Control;
     this.anglecontrol.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
     this.anglecontrol.Font           = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.anglecontrol.Location       = new System.Drawing.Point(195, 16);
     this.anglecontrol.Margin         = new System.Windows.Forms.Padding(5);
     this.anglecontrol.Name           = "anglecontrol";
     this.anglecontrol.Size           = new System.Drawing.Size(104, 104);
     this.anglecontrol.TabIndex       = 2;
     this.anglecontrol.Value          = 0;
     this.anglecontrol.ButtonClicked += new System.EventHandler(this.anglecontrol_ButtonClicked);
     //
     // taglabel
     //
     taglabel.AutoSize = true;
     taglabel.Location = new System.Drawing.Point(35, 39);
     taglabel.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     taglabel.Name     = "taglabel";
     taglabel.Size     = new System.Drawing.Size(35, 16);
     taglabel.TabIndex = 6;
     taglabel.Text     = "Tag:";
     //
     // label7
     //
     label7.AutoSize = true;
     label7.Location = new System.Drawing.Point(19, 38);
     label7.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     label7.Name     = "label7";
     label7.Size     = new System.Drawing.Size(51, 16);
     label7.TabIndex = 9;
     label7.Text     = "Action:";
     //
     // tabs
     //
     this.tabs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.tabs.Controls.Add(this.tabproperties);
     this.tabs.Controls.Add(this.tabeffects);
     this.tabs.Controls.Add(this.tabcustom);
     this.tabs.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabs.Location      = new System.Drawing.Point(1, 1);
     this.tabs.Margin        = new System.Windows.Forms.Padding(1);
     this.tabs.Name          = "tabs";
     this.tabs.SelectedIndex = 0;
     this.tabs.Size          = new System.Drawing.Size(848, 732);
     this.tabs.SizeMode      = System.Windows.Forms.TabSizeMode.Fixed;
     this.tabs.TabIndex      = 0;
     //
     // tabproperties
     //
     this.tabproperties.Controls.Add(this.spritetex);
     this.tabproperties.Controls.Add(groupBox2);
     this.tabproperties.Controls.Add(this.settingsgroup);
     this.tabproperties.Controls.Add(groupBox1);
     this.tabproperties.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabproperties.Location = new System.Drawing.Point(4, 25);
     this.tabproperties.Margin   = new System.Windows.Forms.Padding(4);
     this.tabproperties.Name     = "tabproperties";
     this.tabproperties.Padding  = new System.Windows.Forms.Padding(4);
     this.tabproperties.Size     = new System.Drawing.Size(840, 703);
     this.tabproperties.TabIndex = 0;
     this.tabproperties.Text     = "Properties";
     this.tabproperties.UseVisualStyleBackColor = true;
     //
     // spritetex
     //
     this.spritetex.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.spritetex.BackColor             = System.Drawing.SystemColors.AppWorkspace;
     this.spritetex.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.spritetex.BorderStyle           = System.Windows.Forms.BorderStyle.Fixed3D;
     this.spritetex.Location              = new System.Drawing.Point(355, 552);
     this.spritetex.Margin                = new System.Windows.Forms.Padding(4);
     this.spritetex.Name     = "spritetex";
     this.spritetex.Size     = new System.Drawing.Size(129, 124);
     this.spritetex.TabIndex = 22;
     //
     // settingsgroup
     //
     this.settingsgroup.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.settingsgroup.Controls.Add(this.flags);
     this.settingsgroup.Location = new System.Drawing.Point(355, 8);
     this.settingsgroup.Margin   = new System.Windows.Forms.Padding(4);
     this.settingsgroup.Name     = "settingsgroup";
     this.settingsgroup.Padding  = new System.Windows.Forms.Padding(4);
     this.settingsgroup.Size     = new System.Drawing.Size(452, 531);
     this.settingsgroup.TabIndex = 1;
     this.settingsgroup.TabStop  = false;
     this.settingsgroup.Text     = " Settings ";
     //
     // flags
     //
     this.flags.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.flags.AutoScroll = true;
     this.flags.Columns    = 2;
     this.flags.Location   = new System.Drawing.Point(22, 32);
     this.flags.Margin     = new System.Windows.Forms.Padding(5);
     this.flags.Name       = "flags";
     this.flags.Size       = new System.Drawing.Size(422, 489);
     this.flags.TabIndex   = 0;
     //
     // tabeffects
     //
     this.tabeffects.Controls.Add(this.actiongroup);
     this.tabeffects.Controls.Add(this.groupBox3);
     this.tabeffects.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabeffects.Location = new System.Drawing.Point(4, 25);
     this.tabeffects.Margin   = new System.Windows.Forms.Padding(4);
     this.tabeffects.Name     = "tabeffects";
     this.tabeffects.Padding  = new System.Windows.Forms.Padding(4);
     this.tabeffects.Size     = new System.Drawing.Size(817, 692);
     this.tabeffects.TabIndex = 1;
     this.tabeffects.Text     = "Action";
     this.tabeffects.UseVisualStyleBackColor = true;
     //
     // actiongroup
     //
     this.actiongroup.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.actiongroup.Controls.Add(this.hexenpanel);
     this.actiongroup.Controls.Add(label7);
     this.actiongroup.Controls.Add(this.action);
     this.actiongroup.Controls.Add(this.browseaction);
     this.actiongroup.Controls.Add(this.doompanel);
     this.actiongroup.Location = new System.Drawing.Point(8, 98);
     this.actiongroup.Margin   = new System.Windows.Forms.Padding(4);
     this.actiongroup.Name     = "actiongroup";
     this.actiongroup.Padding  = new System.Windows.Forms.Padding(4);
     this.actiongroup.Size     = new System.Drawing.Size(800, 579);
     this.actiongroup.TabIndex = 22;
     this.actiongroup.TabStop  = false;
     this.actiongroup.Text     = " Action ";
     //
     // hexenpanel
     //
     this.hexenpanel.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.hexenpanel.Controls.Add(this.arg2);
     this.hexenpanel.Controls.Add(this.arg1);
     this.hexenpanel.Controls.Add(this.arg0);
     this.hexenpanel.Controls.Add(this.arg3);
     this.hexenpanel.Controls.Add(this.arg4);
     this.hexenpanel.Controls.Add(this.arg1label);
     this.hexenpanel.Controls.Add(this.arg0label);
     this.hexenpanel.Controls.Add(this.arg3label);
     this.hexenpanel.Controls.Add(this.arg2label);
     this.hexenpanel.Controls.Add(this.arg4label);
     this.hexenpanel.Location = new System.Drawing.Point(8, 66);
     this.hexenpanel.Margin   = new System.Windows.Forms.Padding(4);
     this.hexenpanel.Name     = "hexenpanel";
     this.hexenpanel.Size     = new System.Drawing.Size(785, 505);
     this.hexenpanel.TabIndex = 13;
     //
     // arg2
     //
     this.arg2.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.arg2.Location = new System.Drawing.Point(224, 79);
     this.arg2.Margin   = new System.Windows.Forms.Padding(5);
     this.arg2.Name     = "arg2";
     this.arg2.Size     = new System.Drawing.Size(116, 30);
     this.arg2.TabIndex = 2;
     //
     // arg1
     //
     this.arg1.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.arg1.Location = new System.Drawing.Point(224, 46);
     this.arg1.Margin   = new System.Windows.Forms.Padding(5);
     this.arg1.Name     = "arg1";
     this.arg1.Size     = new System.Drawing.Size(116, 30);
     this.arg1.TabIndex = 1;
     //
     // arg0
     //
     this.arg0.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.arg0.Location = new System.Drawing.Point(224, 14);
     this.arg0.Margin   = new System.Windows.Forms.Padding(5);
     this.arg0.Name     = "arg0";
     this.arg0.Size     = new System.Drawing.Size(116, 30);
     this.arg0.TabIndex = 0;
     //
     // arg3
     //
     this.arg3.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.arg3.Location = new System.Drawing.Point(531, 14);
     this.arg3.Margin   = new System.Windows.Forms.Padding(5);
     this.arg3.Name     = "arg3";
     this.arg3.Size     = new System.Drawing.Size(116, 30);
     this.arg3.TabIndex = 3;
     //
     // arg4
     //
     this.arg4.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.arg4.Location = new System.Drawing.Point(531, 46);
     this.arg4.Margin   = new System.Windows.Forms.Padding(5);
     this.arg4.Name     = "arg4";
     this.arg4.Size     = new System.Drawing.Size(116, 30);
     this.arg4.TabIndex = 4;
     //
     // arg1label
     //
     this.arg1label.Location    = new System.Drawing.Point(-8, 52);
     this.arg1label.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.arg1label.Name        = "arg1label";
     this.arg1label.Size        = new System.Drawing.Size(224, 18);
     this.arg1label.TabIndex    = 14;
     this.arg1label.Text        = "Argument 2:";
     this.arg1label.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     this.arg1label.UseMnemonic = false;
     //
     // arg0label
     //
     this.arg0label.Location    = new System.Drawing.Point(-8, 20);
     this.arg0label.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.arg0label.Name        = "arg0label";
     this.arg0label.Size        = new System.Drawing.Size(224, 18);
     this.arg0label.TabIndex    = 12;
     this.arg0label.Text        = "Argument 1:";
     this.arg0label.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     this.arg0label.UseMnemonic = false;
     //
     // arg3label
     //
     this.arg3label.Location    = new System.Drawing.Point(300, 20);
     this.arg3label.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.arg3label.Name        = "arg3label";
     this.arg3label.Size        = new System.Drawing.Size(224, 18);
     this.arg3label.TabIndex    = 20;
     this.arg3label.Text        = "Argument 4:";
     this.arg3label.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     this.arg3label.UseMnemonic = false;
     //
     // arg2label
     //
     this.arg2label.Location    = new System.Drawing.Point(-8, 85);
     this.arg2label.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.arg2label.Name        = "arg2label";
     this.arg2label.Size        = new System.Drawing.Size(224, 18);
     this.arg2label.TabIndex    = 18;
     this.arg2label.Text        = "Argument 3:";
     this.arg2label.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     this.arg2label.UseMnemonic = false;
     //
     // arg4label
     //
     this.arg4label.Location    = new System.Drawing.Point(300, 52);
     this.arg4label.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.arg4label.Name        = "arg4label";
     this.arg4label.Size        = new System.Drawing.Size(224, 18);
     this.arg4label.TabIndex    = 16;
     this.arg4label.Text        = "Argument 5:";
     this.arg4label.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     this.arg4label.UseMnemonic = false;
     //
     // action
     //
     this.action.BackColor             = System.Drawing.SystemColors.Control;
     this.action.Cursor                = System.Windows.Forms.Cursors.Default;
     this.action.Empty                 = false;
     this.action.GeneralizedCategories = null;
     this.action.Location              = new System.Drawing.Point(78, 34);
     this.action.Margin                = new System.Windows.Forms.Padding(5);
     this.action.Name          = "action";
     this.action.Size          = new System.Drawing.Size(578, 24);
     this.action.TabIndex      = 0;
     this.action.Value         = 402;
     this.action.ValueChanges += new System.EventHandler(this.action_ValueChanges);
     //
     // browseaction
     //
     this.browseaction.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.browseaction.Image    = global::CodeImp.DoomBuilder.Properties.Resources.List;
     this.browseaction.Location = new System.Drawing.Point(662, 31);
     this.browseaction.Margin   = new System.Windows.Forms.Padding(4);
     this.browseaction.Name     = "browseaction";
     this.browseaction.Padding  = new System.Windows.Forms.Padding(0, 0, 1, 4);
     this.browseaction.Size     = new System.Drawing.Size(35, 31);
     this.browseaction.TabIndex = 1;
     this.browseaction.Text     = " ";
     this.browseaction.UseVisualStyleBackColor = true;
     this.browseaction.Click += new System.EventHandler(this.browseaction_Click);
     //
     // doompanel
     //
     this.doompanel.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.doompanel.Location = new System.Drawing.Point(8, 68);
     this.doompanel.Margin   = new System.Windows.Forms.Padding(4);
     this.doompanel.Name     = "doompanel";
     this.doompanel.Size     = new System.Drawing.Size(785, 505);
     this.doompanel.TabIndex = 12;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.tag);
     this.groupBox3.Controls.Add(taglabel);
     this.groupBox3.Controls.Add(this.newtag);
     this.groupBox3.Location = new System.Drawing.Point(8, 8);
     this.groupBox3.Margin   = new System.Windows.Forms.Padding(4);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Padding  = new System.Windows.Forms.Padding(4);
     this.groupBox3.Size     = new System.Drawing.Size(800, 82);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = " Identification ";
     //
     // tag
     //
     this.tag.AllowDecimal  = false;
     this.tag.AllowNegative = false;
     this.tag.AllowRelative = true;
     this.tag.ButtonStep    = 1;
     this.tag.Location      = new System.Drawing.Point(78, 32);
     this.tag.Margin        = new System.Windows.Forms.Padding(5);
     this.tag.Name          = "tag";
     this.tag.Size          = new System.Drawing.Size(100, 27);
     this.tag.StepValues    = null;
     this.tag.TabIndex      = 7;
     //
     // newtag
     //
     this.newtag.Location = new System.Drawing.Point(192, 34);
     this.newtag.Margin   = new System.Windows.Forms.Padding(4);
     this.newtag.Name     = "newtag";
     this.newtag.Size     = new System.Drawing.Size(95, 29);
     this.newtag.TabIndex = 1;
     this.newtag.Text     = "New Tag";
     this.newtag.UseVisualStyleBackColor = true;
     this.newtag.Click += new System.EventHandler(this.newtag_Click);
     //
     // tabcustom
     //
     this.tabcustom.Controls.Add(this.fieldslist);
     this.tabcustom.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabcustom.Location = new System.Drawing.Point(4, 25);
     this.tabcustom.Margin   = new System.Windows.Forms.Padding(4);
     this.tabcustom.Name     = "tabcustom";
     this.tabcustom.Size     = new System.Drawing.Size(817, 692);
     this.tabcustom.TabIndex = 2;
     this.tabcustom.Text     = "Custom";
     this.tabcustom.UseVisualStyleBackColor = true;
     //
     // fieldslist
     //
     this.fieldslist.AllowInsert = true;
     this.fieldslist.Anchor      = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.fieldslist.AutoInsertUserPrefix = true;
     this.fieldslist.BorderStyle          = System.Windows.Forms.BorderStyle.Fixed3D;
     this.fieldslist.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fieldslist.Location = new System.Drawing.Point(10, 11);
     this.fieldslist.Margin   = new System.Windows.Forms.Padding(10, 11, 10, 11);
     this.fieldslist.Name     = "fieldslist";
     this.fieldslist.PropertyColumnVisible = true;
     this.fieldslist.PropertyColumnWidth   = 150;
     this.fieldslist.Size               = new System.Drawing.Size(794, 661);
     this.fieldslist.TabIndex           = 1;
     this.fieldslist.TypeColumnVisible  = true;
     this.fieldslist.TypeColumnWidth    = 100;
     this.fieldslist.ValueColumnVisible = true;
     //
     // cancel
     //
     this.cancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancel.Location                = new System.Drawing.Point(700, 4);
     this.cancel.Margin                  = new System.Windows.Forms.Padding(4);
     this.cancel.Name                    = "cancel";
     this.cancel.Size                    = new System.Drawing.Size(140, 31);
     this.cancel.TabIndex                = 2;
     this.cancel.Text                    = "Cancel";
     this.cancel.UseVisualStyleBackColor = true;
     this.cancel.Click                  += new System.EventHandler(this.cancel_Click);
     //
     // apply
     //
     this.apply.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.apply.Location = new System.Drawing.Point(552, 4);
     this.apply.Margin   = new System.Windows.Forms.Padding(4);
     this.apply.Name     = "apply";
     this.apply.Size     = new System.Drawing.Size(140, 31);
     this.apply.TabIndex = 1;
     this.apply.Text     = "OK";
     this.apply.UseVisualStyleBackColor = true;
     this.apply.Click += new System.EventHandler(this.apply_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.tabs, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     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, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(850, 784);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.cancel);
     this.flowLayoutPanel1.Controls.Add(this.apply);
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(3, 737);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(844, 44);
     this.flowLayoutPanel1.TabIndex      = 1;
     //
     // ThingEditForm
     //
     this.AcceptButton        = this.apply;
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.cancel;
     this.ClientSize          = new System.Drawing.Size(850, 784);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font           = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin         = new System.Windows.Forms.Padding(4);
     this.MaximizeBox    = false;
     this.MinimizeBox    = false;
     this.Name           = "ThingEditForm";
     this.Opacity        = 0D;
     this.ShowIcon       = false;
     this.ShowInTaskbar  = false;
     this.SizeGripStyle  = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text           = "Edit Thing";
     this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.ThingEditForm_HelpRequested);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     this.tabs.ResumeLayout(false);
     this.tabproperties.ResumeLayout(false);
     this.settingsgroup.ResumeLayout(false);
     this.tabeffects.ResumeLayout(false);
     this.actiongroup.ResumeLayout(false);
     this.actiongroup.PerformLayout();
     this.hexenpanel.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tabcustom.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.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.GroupBox sensorGroupBox;
            this.batteryVoltageLabel = new System.Windows.Forms.Label();
            this.orientationLabel = new System.Windows.Forms.Label();
            this.temperatureLabel = new System.Windows.Forms.Label();
            this.accelerationLabel = new System.Windows.Forms.Label();
            this.calibrateGyroButton = new System.Windows.Forms.Button();
            this.rotationLabel = new System.Windows.Forms.Label();
            this.headingIndicator = new DroneControl.Avionics.HeadingIndicatorInstrumentControl();
            this.artificialHorizon = new DroneControl.Avionics.AttitudeIndicatorInstrumentControl();
            this.magnetLabel = new System.Windows.Forms.Label();
            sensorGroupBox = new System.Windows.Forms.GroupBox();
            sensorGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // sensorGroupBox
            // 
            sensorGroupBox.Controls.Add(this.magnetLabel);
            sensorGroupBox.Controls.Add(this.rotationLabel);
            sensorGroupBox.Controls.Add(this.batteryVoltageLabel);
            sensorGroupBox.Controls.Add(this.orientationLabel);
            sensorGroupBox.Controls.Add(this.temperatureLabel);
            sensorGroupBox.Controls.Add(this.accelerationLabel);
            sensorGroupBox.Controls.Add(this.headingIndicator);
            sensorGroupBox.Controls.Add(this.calibrateGyroButton);
            sensorGroupBox.Controls.Add(this.artificialHorizon);
            sensorGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            sensorGroupBox.Location = new System.Drawing.Point(0, 0);
            sensorGroupBox.Name = "sensorGroupBox";
            sensorGroupBox.Size = new System.Drawing.Size(410, 262);
            sensorGroupBox.TabIndex = 0;
            sensorGroupBox.TabStop = false;
            sensorGroupBox.Text = "Sensors";
            // 
            // batteryVoltageLabel
            // 
            this.batteryVoltageLabel.AutoSize = true;
            this.batteryVoltageLabel.Location = new System.Drawing.Point(212, 214);
            this.batteryVoltageLabel.Name = "batteryVoltageLabel";
            this.batteryVoltageLabel.Size = new System.Drawing.Size(78, 13);
            this.batteryVoltageLabel.TabIndex = 20;
            this.batteryVoltageLabel.Text = "Battery voltage";
            // 
            // orientationLabel
            // 
            this.orientationLabel.AutoSize = true;
            this.orientationLabel.Location = new System.Drawing.Point(6, 201);
            this.orientationLabel.Name = "orientationLabel";
            this.orientationLabel.Size = new System.Drawing.Size(58, 13);
            this.orientationLabel.TabIndex = 19;
            this.orientationLabel.Text = "Orientation";
            // 
            // temperatureLabel
            // 
            this.temperatureLabel.AutoSize = true;
            this.temperatureLabel.Location = new System.Drawing.Point(211, 227);
            this.temperatureLabel.Name = "temperatureLabel";
            this.temperatureLabel.Size = new System.Drawing.Size(67, 13);
            this.temperatureLabel.TabIndex = 18;
            this.temperatureLabel.Text = "Temperature";
            // 
            // accelerationLabel
            // 
            this.accelerationLabel.AutoSize = true;
            this.accelerationLabel.Location = new System.Drawing.Point(212, 201);
            this.accelerationLabel.Name = "accelerationLabel";
            this.accelerationLabel.Size = new System.Drawing.Size(66, 13);
            this.accelerationLabel.TabIndex = 17;
            this.accelerationLabel.Text = "Acceleration";
            // 
            // calibrateGyroButton
            // 
            this.calibrateGyroButton.Location = new System.Drawing.Point(186, 19);
            this.calibrateGyroButton.Name = "calibrateGyroButton";
            this.calibrateGyroButton.Size = new System.Drawing.Size(23, 23);
            this.calibrateGyroButton.TabIndex = 15;
            this.calibrateGyroButton.Text = "0";
            this.calibrateGyroButton.UseVisualStyleBackColor = true;
            this.calibrateGyroButton.Click += new System.EventHandler(this.calibrateGyroButton_Click);
            // 
            // rotationLabel
            // 
            this.rotationLabel.AutoSize = true;
            this.rotationLabel.Location = new System.Drawing.Point(6, 214);
            this.rotationLabel.Name = "rotationLabel";
            this.rotationLabel.Size = new System.Drawing.Size(47, 13);
            this.rotationLabel.TabIndex = 21;
            this.rotationLabel.Text = "Rotation";
            // 
            // headingIndicator
            // 
            this.headingIndicator.CausesValidation = false;
            this.headingIndicator.Location = new System.Drawing.Point(215, 18);
            this.headingIndicator.Name = "headingIndicator";
            this.headingIndicator.RotateAircraft = true;
            this.headingIndicator.Size = new System.Drawing.Size(175, 175);
            this.headingIndicator.TabIndex = 16;
            this.headingIndicator.Text = "headingIndicatorInstrumentControl1";
            // 
            // artificialHorizon
            // 
            this.artificialHorizon.Location = new System.Drawing.Point(6, 19);
            this.artificialHorizon.Name = "artificialHorizon";
            this.artificialHorizon.Size = new System.Drawing.Size(175, 175);
            this.artificialHorizon.TabIndex = 14;
            this.artificialHorizon.Text = "attitudeIndicatorInstrumentControl1";
            // 
            // magnetLabel
            // 
            this.magnetLabel.AutoSize = true;
            this.magnetLabel.Location = new System.Drawing.Point(6, 227);
            this.magnetLabel.Name = "magnetLabel";
            this.magnetLabel.Size = new System.Drawing.Size(43, 13);
            this.magnetLabel.TabIndex = 22;
            this.magnetLabel.Text = "Magnet";
            // 
            // SensorControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(sensorGroupBox);
            this.Name = "SensorControl";
            this.Size = new System.Drawing.Size(410, 262);
            sensorGroupBox.ResumeLayout(false);
            sensorGroupBox.PerformLayout();
            this.ResumeLayout(false);

        }
示例#57
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Label    label1;
     System.Windows.Forms.Label    label2;
     System.Windows.Forms.Label    label3;
     System.Windows.Forms.GroupBox groupBoxSymbols;
     System.Windows.Forms.GroupBox groupBoxProcessParserConfig;
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.Label    label4;
     this.textBoxDbgHelp                 = new System.Windows.Forms.TextBox();
     this.btnBrowseDbgHelpPath           = new System.Windows.Forms.Button();
     this.textBoxSymbolPath              = new System.Windows.Forms.TextBox();
     this.checkBoxParseActCtx            = new System.Windows.Forms.CheckBox();
     this.checkBoxParseRegisteredClasses = new System.Windows.Forms.CheckBox();
     this.checkBoxResolveMethodNames     = new System.Windows.Forms.CheckBox();
     this.checkBoxParseStubMethods       = new System.Windows.Forms.CheckBox();
     this.checkBoxEnableLoadOnStart      = new System.Windows.Forms.CheckBox();
     this.checkBoxEnableSaveOnExit       = new System.Windows.Forms.CheckBox();
     this.textBoxDatabasePath            = new System.Windows.Forms.TextBox();
     this.btnBrowseDatabasePath          = new System.Windows.Forms.Button();
     this.btnOK     = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.toolTip   = new System.Windows.Forms.ToolTip(this.components);
     this.checkBoxProxyParserResolveSymbols = new System.Windows.Forms.CheckBox();
     this.groupBoxProxyParserConfig         = new System.Windows.Forms.GroupBox();
     label1                      = new System.Windows.Forms.Label();
     label2                      = new System.Windows.Forms.Label();
     label3                      = new System.Windows.Forms.Label();
     groupBoxSymbols             = new System.Windows.Forms.GroupBox();
     groupBoxProcessParserConfig = new System.Windows.Forms.GroupBox();
     groupBox1                   = new System.Windows.Forms.GroupBox();
     label4                      = new System.Windows.Forms.Label();
     groupBoxSymbols.SuspendLayout();
     groupBoxProcessParserConfig.SuspendLayout();
     groupBox1.SuspendLayout();
     this.groupBoxProxyParserConfig.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(5, 53);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(75, 13);
     label1.TabIndex = 0;
     label1.Text     = "Dbghelp Path:";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(5, 79);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(69, 13);
     label2.TabIndex = 3;
     label2.Text     = "Symbol Path:";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(5, 20);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(482, 26);
     label3.TabIndex = 7;
     label3.Text     = "Specify path to dbghelp.dll. \r\nIdeally use the one which comes with Debugging Too" +
                       "ls for Windows as that supports symbol servers.";
     //
     // groupBoxSymbols
     //
     groupBoxSymbols.Controls.Add(this.textBoxDbgHelp);
     groupBoxSymbols.Controls.Add(label1);
     groupBoxSymbols.Controls.Add(label3);
     groupBoxSymbols.Controls.Add(this.btnBrowseDbgHelpPath);
     groupBoxSymbols.Controls.Add(label2);
     groupBoxSymbols.Controls.Add(this.textBoxSymbolPath);
     groupBoxSymbols.Location = new System.Drawing.Point(9, 10);
     groupBoxSymbols.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     groupBoxSymbols.Name     = "groupBoxSymbols";
     groupBoxSymbols.Padding  = new System.Windows.Forms.Padding(2, 3, 2, 3);
     groupBoxSymbols.Size     = new System.Drawing.Size(493, 109);
     groupBoxSymbols.TabIndex = 9;
     groupBoxSymbols.TabStop  = false;
     groupBoxSymbols.Text     = "Symbols";
     //
     // textBoxDbgHelp
     //
     this.textBoxDbgHelp.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.textBoxDbgHelp.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
     this.textBoxDbgHelp.Location           = new System.Drawing.Point(86, 51);
     this.textBoxDbgHelp.Name     = "textBoxDbgHelp";
     this.textBoxDbgHelp.Size     = new System.Drawing.Size(317, 20);
     this.textBoxDbgHelp.TabIndex = 1;
     //
     // btnBrowseDbgHelpPath
     //
     this.btnBrowseDbgHelpPath.Location = new System.Drawing.Point(410, 49);
     this.btnBrowseDbgHelpPath.Name     = "btnBrowseDbgHelpPath";
     this.btnBrowseDbgHelpPath.Size     = new System.Drawing.Size(75, 23);
     this.btnBrowseDbgHelpPath.TabIndex = 2;
     this.btnBrowseDbgHelpPath.Text     = "Browse";
     this.btnBrowseDbgHelpPath.UseVisualStyleBackColor = true;
     this.btnBrowseDbgHelpPath.Click += new System.EventHandler(this.btnBrowseDbgHelpPath_Click);
     //
     // textBoxSymbolPath
     //
     this.textBoxSymbolPath.Location = new System.Drawing.Point(86, 77);
     this.textBoxSymbolPath.Name     = "textBoxSymbolPath";
     this.textBoxSymbolPath.Size     = new System.Drawing.Size(399, 20);
     this.textBoxSymbolPath.TabIndex = 4;
     //
     // groupBoxProcessParserConfig
     //
     groupBoxProcessParserConfig.Controls.Add(this.checkBoxParseActCtx);
     groupBoxProcessParserConfig.Controls.Add(this.checkBoxParseRegisteredClasses);
     groupBoxProcessParserConfig.Controls.Add(this.checkBoxResolveMethodNames);
     groupBoxProcessParserConfig.Controls.Add(this.checkBoxParseStubMethods);
     groupBoxProcessParserConfig.Location = new System.Drawing.Point(9, 201);
     groupBoxProcessParserConfig.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     groupBoxProcessParserConfig.Name     = "groupBoxProcessParserConfig";
     groupBoxProcessParserConfig.Padding  = new System.Windows.Forms.Padding(2, 3, 2, 3);
     groupBoxProcessParserConfig.Size     = new System.Drawing.Size(493, 39);
     groupBoxProcessParserConfig.TabIndex = 10;
     groupBoxProcessParserConfig.TabStop  = false;
     groupBoxProcessParserConfig.Text     = "Process Parser Configuration";
     //
     // checkBoxParseActCtx
     //
     this.checkBoxParseActCtx.AutoSize = true;
     this.checkBoxParseActCtx.Location = new System.Drawing.Point(386, 17);
     this.checkBoxParseActCtx.Name     = "checkBoxParseActCtx";
     this.checkBoxParseActCtx.Size     = new System.Drawing.Size(87, 17);
     this.checkBoxParseActCtx.TabIndex = 11;
     this.checkBoxParseActCtx.Text     = "Parse ActCtx";
     this.toolTip.SetToolTip(this.checkBoxParseActCtx, "Check to parse activation context in each process.\r\n*WARNING* can make process pa" +
                             "rsing slow.");
     this.checkBoxParseActCtx.UseVisualStyleBackColor = true;
     //
     // checkBoxParseRegisteredClasses
     //
     this.checkBoxParseRegisteredClasses.AutoSize = true;
     this.checkBoxParseRegisteredClasses.Location = new System.Drawing.Point(235, 17);
     this.checkBoxParseRegisteredClasses.Margin   = new System.Windows.Forms.Padding(2);
     this.checkBoxParseRegisteredClasses.Name     = "checkBoxParseRegisteredClasses";
     this.checkBoxParseRegisteredClasses.Size     = new System.Drawing.Size(146, 17);
     this.checkBoxParseRegisteredClasses.TabIndex = 10;
     this.checkBoxParseRegisteredClasses.Text     = "Parse Registered Classes";
     this.toolTip.SetToolTip(this.checkBoxParseRegisteredClasses, "Check to parse registered classes in each process.\r\n*WARNING* can make process pa" +
                             "rsing slow.\r\n");
     this.checkBoxParseRegisteredClasses.UseVisualStyleBackColor = true;
     //
     // checkBoxResolveMethodNames
     //
     this.checkBoxResolveMethodNames.AutoSize = true;
     this.checkBoxResolveMethodNames.Location = new System.Drawing.Point(8, 17);
     this.checkBoxResolveMethodNames.Margin   = new System.Windows.Forms.Padding(2);
     this.checkBoxResolveMethodNames.Name     = "checkBoxResolveMethodNames";
     this.checkBoxResolveMethodNames.Size     = new System.Drawing.Size(140, 17);
     this.checkBoxResolveMethodNames.TabIndex = 9;
     this.checkBoxResolveMethodNames.Text     = "Resolve Method Names";
     this.toolTip.SetToolTip(this.checkBoxResolveMethodNames, "Check to resolve the symbols for interface methods.\r\nWARNING* can make process pa" +
                             "rsing slow.\r\n");
     this.checkBoxResolveMethodNames.UseVisualStyleBackColor = true;
     //
     // checkBoxParseStubMethods
     //
     this.checkBoxParseStubMethods.AutoSize = true;
     this.checkBoxParseStubMethods.Location = new System.Drawing.Point(148, 17);
     this.checkBoxParseStubMethods.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.checkBoxParseStubMethods.Name     = "checkBoxParseStubMethods";
     this.checkBoxParseStubMethods.Size     = new System.Drawing.Size(83, 17);
     this.checkBoxParseStubMethods.TabIndex = 8;
     this.checkBoxParseStubMethods.Text     = "Parse Stubs";
     this.toolTip.SetToolTip(this.checkBoxParseStubMethods, "Check to parse stub methods in each IPID entry.\r\n*WARNING* can make process parsi" +
                             "ng slow.");
     this.checkBoxParseStubMethods.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.checkBoxEnableLoadOnStart);
     groupBox1.Controls.Add(this.checkBoxEnableSaveOnExit);
     groupBox1.Controls.Add(this.textBoxDatabasePath);
     groupBox1.Controls.Add(label4);
     groupBox1.Controls.Add(this.btnBrowseDatabasePath);
     groupBox1.Location = new System.Drawing.Point(8, 125);
     groupBox1.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     groupBox1.Name     = "groupBox1";
     groupBox1.Padding  = new System.Windows.Forms.Padding(2, 3, 2, 3);
     groupBox1.Size     = new System.Drawing.Size(493, 70);
     groupBox1.TabIndex = 10;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Auto Save/Load";
     //
     // checkBoxEnableLoadOnStart
     //
     this.checkBoxEnableLoadOnStart.AutoSize = true;
     this.checkBoxEnableLoadOnStart.Location = new System.Drawing.Point(136, 18);
     this.checkBoxEnableLoadOnStart.Name     = "checkBoxEnableLoadOnStart";
     this.checkBoxEnableLoadOnStart.Size     = new System.Drawing.Size(126, 17);
     this.checkBoxEnableLoadOnStart.TabIndex = 4;
     this.checkBoxEnableLoadOnStart.Text     = "Enable Load on Start";
     this.toolTip.SetToolTip(this.checkBoxEnableLoadOnStart, "Specify loading the database when starting.");
     this.checkBoxEnableLoadOnStart.UseVisualStyleBackColor = true;
     //
     // checkBoxEnableSaveOnExit
     //
     this.checkBoxEnableSaveOnExit.AutoSize = true;
     this.checkBoxEnableSaveOnExit.Location = new System.Drawing.Point(8, 18);
     this.checkBoxEnableSaveOnExit.Name     = "checkBoxEnableSaveOnExit";
     this.checkBoxEnableSaveOnExit.Size     = new System.Drawing.Size(122, 17);
     this.checkBoxEnableSaveOnExit.TabIndex = 3;
     this.checkBoxEnableSaveOnExit.Text     = "Enable Save on Exit";
     this.toolTip.SetToolTip(this.checkBoxEnableSaveOnExit, "Enable saving the current database when exiting.");
     this.checkBoxEnableSaveOnExit.UseVisualStyleBackColor = true;
     //
     // textBoxDatabasePath
     //
     this.textBoxDatabasePath.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.textBoxDatabasePath.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
     this.textBoxDatabasePath.Location           = new System.Drawing.Point(86, 38);
     this.textBoxDatabasePath.Name     = "textBoxDatabasePath";
     this.textBoxDatabasePath.Size     = new System.Drawing.Size(317, 20);
     this.textBoxDatabasePath.TabIndex = 1;
     this.toolTip.SetToolTip(this.textBoxDatabasePath, "Specify the location of the auto save/load database.\r\nIf no path specified then a" +
                             " default location will be chosen.");
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(5, 40);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(81, 13);
     label4.TabIndex = 0;
     label4.Text     = "Database Path:";
     //
     // btnBrowseDatabasePath
     //
     this.btnBrowseDatabasePath.Location = new System.Drawing.Point(410, 36);
     this.btnBrowseDatabasePath.Name     = "btnBrowseDatabasePath";
     this.btnBrowseDatabasePath.Size     = new System.Drawing.Size(75, 23);
     this.btnBrowseDatabasePath.TabIndex = 2;
     this.btnBrowseDatabasePath.Text     = "Browse";
     this.btnBrowseDatabasePath.UseVisualStyleBackColor = true;
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(157, 286);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 5;
     this.btnOK.Text     = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(286, 286);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 6;
     this.btnCancel.Text                    = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // checkBoxProxyParserResolveSymbols
     //
     this.checkBoxProxyParserResolveSymbols.AutoSize = true;
     this.checkBoxProxyParserResolveSymbols.Location = new System.Drawing.Point(8, 17);
     this.checkBoxProxyParserResolveSymbols.Margin   = new System.Windows.Forms.Padding(2);
     this.checkBoxProxyParserResolveSymbols.Name     = "checkBoxProxyParserResolveSymbols";
     this.checkBoxProxyParserResolveSymbols.Size     = new System.Drawing.Size(107, 17);
     this.checkBoxProxyParserResolveSymbols.TabIndex = 0;
     this.checkBoxProxyParserResolveSymbols.Text     = "Resolve Symbols";
     this.toolTip.SetToolTip(this.checkBoxProxyParserResolveSymbols, "Check to resolve symbols during proxy parsing which is useful for things like unk" +
                             "nown user marshaller.\r\n*WARNING* can make proxy parsing slow.");
     this.checkBoxProxyParserResolveSymbols.UseVisualStyleBackColor = true;
     //
     // groupBoxProxyParserConfig
     //
     this.groupBoxProxyParserConfig.Controls.Add(this.checkBoxProxyParserResolveSymbols);
     this.groupBoxProxyParserConfig.Location = new System.Drawing.Point(9, 244);
     this.groupBoxProxyParserConfig.Margin   = new System.Windows.Forms.Padding(2);
     this.groupBoxProxyParserConfig.Name     = "groupBoxProxyParserConfig";
     this.groupBoxProxyParserConfig.Padding  = new System.Windows.Forms.Padding(2);
     this.groupBoxProxyParserConfig.Size     = new System.Drawing.Size(493, 37);
     this.groupBoxProxyParserConfig.TabIndex = 11;
     this.groupBoxProxyParserConfig.TabStop  = false;
     this.groupBoxProxyParserConfig.Text     = "Proxy Parser Configuration";
     //
     // SettingsForm
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(512, 317);
     this.Controls.Add(groupBox1);
     this.Controls.Add(this.groupBoxProxyParserConfig);
     this.Controls.Add(groupBoxSymbols);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(groupBoxProcessParserConfig);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SettingsForm";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Configure Process Analysis";
     groupBoxSymbols.ResumeLayout(false);
     groupBoxSymbols.PerformLayout();
     groupBoxProcessParserConfig.ResumeLayout(false);
     groupBoxProcessParserConfig.PerformLayout();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     this.groupBoxProxyParserConfig.ResumeLayout(false);
     this.groupBoxProxyParserConfig.PerformLayout();
     this.ResumeLayout(false);
 }
示例#58
0
      /// <summary>
      /// Required method for Designer support - do not modify
      /// the contents of this method with the code editor.
      /// </summary>
      private void InitializeComponent()
      {
         System.Windows.Forms.GroupBox credsTypeGroupBox;
         System.Windows.Forms.Label storeNameLabel;
         System.Windows.Forms.GroupBox secretGroubBox;
         System.Windows.Forms.Label secretLabel;
         System.Windows.Forms.Label issuerLabel;
         System.Windows.Forms.GroupBox certificateGroupBox;
         System.Windows.Forms.Label storeLable;
         System.Windows.Forms.Label findValueLabel;
         System.Windows.Forms.Label certValueLabel;
         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogonDialog));
         this.m_CertRadioButton = new System.Windows.Forms.RadioButton();
         this.m_SecretRadioButton = new System.Windows.Forms.RadioButton();
         this.m_CardSpaceRadioButton = new System.Windows.Forms.RadioButton();
         this.m_SecretTextBox = new System.Windows.Forms.TextBox();
         this.m_IssuerTextBox = new System.Windows.Forms.TextBox();
         this.m_StoreNameComboBox = new System.Windows.Forms.ComboBox();
         this.m_StoreLoctionComboBox = new System.Windows.Forms.ComboBox();
         this.m_FindValueComboBox = new System.Windows.Forms.ComboBox();
         this.m_CertNValueTextBox = new System.Windows.Forms.TextBox();
         this.m_LogonButton = new System.Windows.Forms.Button();
         credsTypeGroupBox = new System.Windows.Forms.GroupBox();
         storeNameLabel = new System.Windows.Forms.Label();
         secretGroubBox = new System.Windows.Forms.GroupBox();
         secretLabel = new System.Windows.Forms.Label();
         issuerLabel = new System.Windows.Forms.Label();
         certificateGroupBox = new System.Windows.Forms.GroupBox();
         storeLable = new System.Windows.Forms.Label();
         findValueLabel = new System.Windows.Forms.Label();
         certValueLabel = new System.Windows.Forms.Label();
         credsTypeGroupBox.SuspendLayout();
         secretGroubBox.SuspendLayout();
         certificateGroupBox.SuspendLayout();
         this.SuspendLayout();
         // 
         // credsTypeGroupBox
         // 
         credsTypeGroupBox.Controls.Add(this.m_CertRadioButton);
         credsTypeGroupBox.Controls.Add(this.m_SecretRadioButton);
         credsTypeGroupBox.Controls.Add(this.m_CardSpaceRadioButton);
         credsTypeGroupBox.Enabled = false;
         credsTypeGroupBox.Location = new System.Drawing.Point(17,17);
         credsTypeGroupBox.Name = "credsTypeGroupBox";
         credsTypeGroupBox.Size = new System.Drawing.Size(180,89);
         credsTypeGroupBox.TabIndex = 8;
         credsTypeGroupBox.TabStop = false;
         credsTypeGroupBox.Text = "Credentials Type";
         // 
         // m_CertRadioButton
         // 
         this.m_CertRadioButton.AutoSize = true;
         this.m_CertRadioButton.Enabled = false;
         this.m_CertRadioButton.Location = new System.Drawing.Point(6,65);
         this.m_CertRadioButton.Name = "m_CertRadioButton";
         this.m_CertRadioButton.Size = new System.Drawing.Size(72,17);
         this.m_CertRadioButton.TabIndex = 7;
         this.m_CertRadioButton.Text = "Certificate";
         this.m_CertRadioButton.UseVisualStyleBackColor = true;
         // 
         // m_SecretRadioButton
         // 
         this.m_SecretRadioButton.AutoSize = true;
         this.m_SecretRadioButton.Checked = true;
         this.m_SecretRadioButton.Enabled = false;
         this.m_SecretRadioButton.Location = new System.Drawing.Point(6,42);
         this.m_SecretRadioButton.Name = "m_SecretRadioButton";
         this.m_SecretRadioButton.Size = new System.Drawing.Size(93,17);
         this.m_SecretRadioButton.TabIndex = 6;
         this.m_SecretRadioButton.TabStop = true;
         this.m_SecretRadioButton.Text = "Shared Secret";
         this.m_SecretRadioButton.UseVisualStyleBackColor = true;
         // 
         // m_CardSpaceRadioButton
         // 
         this.m_CardSpaceRadioButton.AutoSize = true;
         this.m_CardSpaceRadioButton.Enabled = false;
         this.m_CardSpaceRadioButton.Location = new System.Drawing.Point(6,19);
         this.m_CardSpaceRadioButton.Name = "m_CardSpaceRadioButton";
         this.m_CardSpaceRadioButton.Size = new System.Drawing.Size(78,17);
         this.m_CardSpaceRadioButton.TabIndex = 5;
         this.m_CardSpaceRadioButton.Text = "CardSpace";
         this.m_CardSpaceRadioButton.UseVisualStyleBackColor = true;
         // 
         // storeNameLabel
         // 
         storeNameLabel.AutoSize = true;
         storeNameLabel.Location = new System.Drawing.Point(6,156);
         storeNameLabel.Name = "storeNameLabel";
         storeNameLabel.Size = new System.Drawing.Size(66,13);
         storeNameLabel.TabIndex = 6;
         storeNameLabel.Text = "Store Name:";
         // 
         // secretGroubBox
         // 
         secretGroubBox.Controls.Add(this.m_SecretTextBox);
         secretGroubBox.Controls.Add(secretLabel);
         secretGroubBox.Controls.Add(this.m_IssuerTextBox);
         secretGroubBox.Controls.Add(issuerLabel);
         secretGroubBox.Location = new System.Drawing.Point(17,112);
         secretGroubBox.Name = "secretGroubBox";
         secretGroubBox.Size = new System.Drawing.Size(180,116);
         secretGroubBox.TabIndex = 6;
         secretGroubBox.TabStop = false;
         secretGroubBox.Text = "Shared Secret";
         // 
         // m_SecretTextBox
         // 
         this.m_SecretTextBox.Location = new System.Drawing.Point(6,78);
         this.m_SecretTextBox.Name = "m_SecretTextBox";
         this.m_SecretTextBox.PasswordChar = '*';
         this.m_SecretTextBox.Size = new System.Drawing.Size(157,20);
         this.m_SecretTextBox.TabIndex = 3;
         this.m_SecretTextBox.Text = "******** Enter your secret here *******";
         this.m_SecretTextBox.UseSystemPasswordChar = true;
         this.m_SecretTextBox.TextChanged += new System.EventHandler(this.OnTextChanged);
         // 
         // secretLabel
         // 
         secretLabel.AutoSize = true;
         secretLabel.Location = new System.Drawing.Point(3,62);
         secretLabel.Name = "secretLabel";
         secretLabel.Size = new System.Drawing.Size(41,13);
         secretLabel.TabIndex = 2;
         secretLabel.Text = "Secret:";
         // 
         // m_IssuerTextBox
         // 
         this.m_IssuerTextBox.Enabled = false;
         this.m_IssuerTextBox.Location = new System.Drawing.Point(6,35);
         this.m_IssuerTextBox.Name = "m_IssuerTextBox";
         this.m_IssuerTextBox.Size = new System.Drawing.Size(157,20);
         this.m_IssuerTextBox.TabIndex = 1;
         // 
         // issuerLabel
         // 
         issuerLabel.AutoSize = true;
         issuerLabel.Location = new System.Drawing.Point(3,19);
         issuerLabel.Name = "issuerLabel";
         issuerLabel.Size = new System.Drawing.Size(38,13);
         issuerLabel.TabIndex = 0;
         issuerLabel.Text = "Issuer:";
         // 
         // certificateGroupBox
         // 
         certificateGroupBox.Controls.Add(this.m_StoreNameComboBox);
         certificateGroupBox.Controls.Add(storeNameLabel);
         certificateGroupBox.Controls.Add(this.m_StoreLoctionComboBox);
         certificateGroupBox.Controls.Add(storeLable);
         certificateGroupBox.Controls.Add(this.m_FindValueComboBox);
         certificateGroupBox.Controls.Add(findValueLabel);
         certificateGroupBox.Controls.Add(this.m_CertNValueTextBox);
         certificateGroupBox.Controls.Add(certValueLabel);
         certificateGroupBox.Enabled = false;
         certificateGroupBox.Location = new System.Drawing.Point(216,17);
         certificateGroupBox.Name = "certificateGroupBox";
         certificateGroupBox.Size = new System.Drawing.Size(143,211);
         certificateGroupBox.TabIndex = 5;
         certificateGroupBox.TabStop = false;
         certificateGroupBox.Text = "Certificate:";
         // 
         // m_StoreNameComboBox
         // 
         this.m_StoreNameComboBox.Enabled = false;
         this.m_StoreNameComboBox.FormattingEnabled = true;
         this.m_StoreNameComboBox.Items.AddRange(new object[] {
            "My"});
         this.m_StoreNameComboBox.Location = new System.Drawing.Point(6,172);
         this.m_StoreNameComboBox.Name = "m_StoreNameComboBox";
         this.m_StoreNameComboBox.Size = new System.Drawing.Size(121,21);
         this.m_StoreNameComboBox.TabIndex = 7;
         // 
         // m_StoreLoctionComboBox
         // 
         this.m_StoreLoctionComboBox.Enabled = false;
         this.m_StoreLoctionComboBox.FormattingEnabled = true;
         this.m_StoreLoctionComboBox.Items.AddRange(new object[] {
            "Local Machine"});
         this.m_StoreLoctionComboBox.Location = new System.Drawing.Point(6,129);
         this.m_StoreLoctionComboBox.Name = "m_StoreLoctionComboBox";
         this.m_StoreLoctionComboBox.Size = new System.Drawing.Size(121,21);
         this.m_StoreLoctionComboBox.TabIndex = 5;
         // 
         // storeLable
         // 
         storeLable.AutoSize = true;
         storeLable.Location = new System.Drawing.Point(6,113);
         storeLable.Name = "storeLable";
         storeLable.Size = new System.Drawing.Size(79,13);
         storeLable.TabIndex = 4;
         storeLable.Text = "Store Location:";
         // 
         // m_FindValueComboBox
         // 
         this.m_FindValueComboBox.Enabled = false;
         this.m_FindValueComboBox.FormattingEnabled = true;
         this.m_FindValueComboBox.Items.AddRange(new object[] {
            "By Subject Name"});
         this.m_FindValueComboBox.Location = new System.Drawing.Point(6,89);
         this.m_FindValueComboBox.Name = "m_FindValueComboBox";
         this.m_FindValueComboBox.Size = new System.Drawing.Size(121,21);
         this.m_FindValueComboBox.TabIndex = 3;
         // 
         // findValueLabel
         // 
         findValueLabel.AutoSize = true;
         findValueLabel.Location = new System.Drawing.Point(3,73);
         findValueLabel.Name = "findValueLabel";
         findValueLabel.Size = new System.Drawing.Size(75,13);
         findValueLabel.TabIndex = 2;
         findValueLabel.Text = "Find Value By:";
         // 
         // m_CertNValueTextBox
         // 
         this.m_CertNValueTextBox.Enabled = false;
         this.m_CertNValueTextBox.Location = new System.Drawing.Point(6,35);
         this.m_CertNValueTextBox.Name = "m_CertNValueTextBox";
         this.m_CertNValueTextBox.Size = new System.Drawing.Size(124,20);
         this.m_CertNValueTextBox.TabIndex = 1;
         // 
         // certValueLabel
         // 
         certValueLabel.AutoSize = true;
         certValueLabel.Location = new System.Drawing.Point(3,16);
         certValueLabel.Name = "certValueLabel";
         certValueLabel.Size = new System.Drawing.Size(87,13);
         certValueLabel.TabIndex = 0;
         certValueLabel.Text = "Certificate Value:";
         // 
         // m_LogonButton
         // 
         this.m_LogonButton.Enabled = false;
         this.m_LogonButton.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
         this.m_LogonButton.Location = new System.Drawing.Point(281,247);
         this.m_LogonButton.Name = "m_LogonButton";
         this.m_LogonButton.Size = new System.Drawing.Size(78,23);
         this.m_LogonButton.TabIndex = 7;
         this.m_LogonButton.Text = "Login";
         this.m_LogonButton.UseVisualStyleBackColor = true;
         this.m_LogonButton.Click += new System.EventHandler(this.OnLogon);
         // 
         // LogonDialog
         // 
         this.AcceptButton = this.m_LogonButton;
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.ClientSize = new System.Drawing.Size(377,287);
         this.Controls.Add(credsTypeGroupBox);
         this.Controls.Add(this.m_LogonButton);
         this.Controls.Add(secretGroubBox);
         this.Controls.Add(certificateGroupBox);
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
         this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
         this.MaximizeBox = false;
         this.MinimizeBox = false;
         this.Name = "LogonDialog";
         this.Text = "Logon to the AppFabric Service Bus";
         credsTypeGroupBox.ResumeLayout(false);
         credsTypeGroupBox.PerformLayout();
         secretGroubBox.ResumeLayout(false);
         secretGroubBox.PerformLayout();
         certificateGroupBox.ResumeLayout(false);
         certificateGroupBox.PerformLayout();
         this.ResumeLayout(false);

      }
示例#59
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.GroupBox groupBox3;
            System.Windows.Forms.GroupBox groupBox4;
            System.Windows.Forms.TableLayoutPanel tableLayoutControls;
            System.Windows.Forms.GroupBox groupBox5;
            System.Windows.Forms.TableLayoutPanel tableLayoutProgressBar;
            System.Windows.Forms.GroupBox groupBox6;
            System.Windows.Forms.Label lblPlaylistAccuracyText;
            System.Windows.Forms.Label lblPlayerInfoText;
            System.Windows.Forms.Label lblPlaylistDataText;
            System.Windows.Forms.Label lblRatingInfoText;
            System.Windows.Forms.Label lblSrcPlaytime;
            System.Windows.Forms.Label lblOnlineText;
            System.Windows.Forms.GroupBox groupBox7;
            System.Windows.Forms.GroupBox groupBox8;
            System.Windows.Forms.Label lblPlayingPlaylsit;
            System.Windows.Forms.GroupBox groupBox9;
            System.Windows.Forms.Label lblLanguage;
            System.Windows.Forms.GroupBox groupBox10;
            System.Windows.Forms.GroupBox groupBox11;
            System.Windows.Forms.Panel panel2;
            System.Windows.Forms.Label lblVersionLabel;
            System.Windows.Forms.Label lblAssemblyLabel;
            System.Windows.Forms.Label lblMediaVersionLabel;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
            System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.lbTopTracks = new System.Windows.Forms.ListBox();
            this.lbTopArtists = new System.Windows.Forms.ListBox();
            this.lbTopAlbums = new System.Windows.Forms.ListBox();
            this.btnPlayPause = new System.Windows.Forms.Button();
            this.btnPrevTrack = new System.Windows.Forms.Button();
            this.btnNextTrack = new System.Windows.Forms.Button();
            this.btnShuffle = new System.Windows.Forms.Button();
            this.lblAlbumInfo = new System.Windows.Forms.Label();
            this.lblCurrentPosition = new System.Windows.Forms.Label();
            this.pbNowPlaying = new System.Windows.Forms.ProgressBar();
            this.lblCurrentLeft = new System.Windows.Forms.Label();
            this.lblNowPlaying = new System.Windows.Forms.Label();
            this.lblNowPlayingLabel = new System.Windows.Forms.Label();
            this.tblPaneliPlaylistInfo = new System.Windows.Forms.TableLayoutPanel();
            this.lblPlaylistAccuracy = new System.Windows.Forms.Label();
            this.lblTimeOnline = new System.Windows.Forms.Label();
            this.lblMediaPlayerInfo = new System.Windows.Forms.Label();
            this.lbliPlaylistDataStatus = new System.Windows.Forms.Label();
            this.lblRatingDatabaseInfo = new System.Windows.Forms.Label();
            this.lblSourceMediaDuration = new System.Windows.Forms.Label();
            this.cbCheckForUpdates = new System.Windows.Forms.CheckBox();
            this.cbAllowGlobalHotKeys = new System.Windows.Forms.CheckBox();
            this.cbStartMinimized = new System.Windows.Forms.CheckBox();
            this.cbShowPlayerControls = new System.Windows.Forms.CheckBox();
            this.cbListenMoreUnrated = new System.Windows.Forms.CheckBox();
            this.cbIgnoreWhenLocked = new System.Windows.Forms.CheckBox();
            this.cbPauseOnLock = new System.Windows.Forms.CheckBox();
            this.cbSkipNonAudio = new System.Windows.Forms.CheckBox();
            this.cbIncreaseRandomness = new System.Windows.Forms.CheckBox();
            this.cbSkipBestWorst = new System.Windows.Forms.CheckBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.cmbLanguage = new System.Windows.Forms.ComboBox();
            this.cmbMediaPlayer = new System.Windows.Forms.ComboBox();
            this.cbUseTwoPlaylists = new System.Windows.Forms.CheckBox();
            this.tbPlayablePlaylist = new System.Windows.Forms.TextBox();
            this.cmbSourcePlaylist = new System.Windows.Forms.ComboBox();
            this.lblSourcePlaylist = new System.Windows.Forms.Label();
            this.lblMediaPlayer = new System.Windows.Forms.Label();
            this.tableLayoutPresets = new System.Windows.Forms.TableLayoutPanel();
            this.btnAutodetectLibrary = new System.Windows.Forms.Button();
            this.btnSmallLibrary = new System.Windows.Forms.Button();
            this.btnBigLibrary = new System.Windows.Forms.Button();
            this.lblUsedLibraries = new System.Windows.Forms.Label();
            this.lblAuthors = new System.Windows.Forms.Label();
            this.btnBugReport = new System.Windows.Forms.Button();
            this.btnCheckForUpdates = new System.Windows.Forms.Button();
            this.stsMain = new System.Windows.Forms.StatusStrip();
            this.tlsStatusText = new System.Windows.Forms.ToolStripStatusLabel();
            this.tlsProgress = new System.Windows.Forms.ToolStripProgressBar();
            this.tabsMain = new System.Windows.Forms.TabControl();
            this.tabInfo = new System.Windows.Forms.TabPage();
            this.tblPanelInfo = new System.Windows.Forms.TableLayoutPanel();
            this.tabRating = new System.Windows.Forms.TabPage();
            this.tblPanelRating = new System.Windows.Forms.TableLayoutPanel();
            this.tabSettings = new System.Windows.Forms.TabPage();
            this.tblPanelSettings = new System.Windows.Forms.TableLayoutPanel();
            this.btnSave = new System.Windows.Forms.Button();
            this.btnReset = new System.Windows.Forms.Button();
            this.tabAbout = new System.Windows.Forms.TabPage();
            this.tblPanelAbout = new System.Windows.Forms.TableLayoutPanel();
            this.lblMediaVersion = new System.Windows.Forms.Label();
            this.lblAssembly = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.pbAbout = new System.Windows.Forms.PictureBox();
            this.lblVersion = new System.Windows.Forms.Label();
            this.imageTabs = new System.Windows.Forms.ImageList(this.components);
            this.notifyIconMain = new System.Windows.Forms.NotifyIcon(this.components);
            this.contextMenuIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.showMainWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showPlayerControlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.shufflePlaylistToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.prevTrackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.playPauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.nextTrackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitIPlaylistToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.timerScreenUpdate = new System.Windows.Forms.Timer(this.components);
            this.bgwCreatePlaylist = new System.ComponentModel.BackgroundWorker();
            this.toolTipMainWindow = new System.Windows.Forms.ToolTip(this.components);
            this.lblOnlinePeriod = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.bgwUpdateCheck = new System.ComponentModel.BackgroundWorker();
            groupBox1 = new System.Windows.Forms.GroupBox();
            groupBox2 = new System.Windows.Forms.GroupBox();
            groupBox3 = new System.Windows.Forms.GroupBox();
            groupBox4 = new System.Windows.Forms.GroupBox();
            tableLayoutControls = new System.Windows.Forms.TableLayoutPanel();
            groupBox5 = new System.Windows.Forms.GroupBox();
            tableLayoutProgressBar = new System.Windows.Forms.TableLayoutPanel();
            groupBox6 = new System.Windows.Forms.GroupBox();
            lblPlaylistAccuracyText = new System.Windows.Forms.Label();
            lblPlayerInfoText = new System.Windows.Forms.Label();
            lblPlaylistDataText = new System.Windows.Forms.Label();
            lblRatingInfoText = new System.Windows.Forms.Label();
            lblSrcPlaytime = new System.Windows.Forms.Label();
            lblOnlineText = new System.Windows.Forms.Label();
            groupBox7 = new System.Windows.Forms.GroupBox();
            groupBox8 = new System.Windows.Forms.GroupBox();
            lblPlayingPlaylsit = new System.Windows.Forms.Label();
            groupBox9 = new System.Windows.Forms.GroupBox();
            lblLanguage = new System.Windows.Forms.Label();
            groupBox10 = new System.Windows.Forms.GroupBox();
            groupBox11 = new System.Windows.Forms.GroupBox();
            panel2 = new System.Windows.Forms.Panel();
            lblVersionLabel = new System.Windows.Forms.Label();
            lblAssemblyLabel = new System.Windows.Forms.Label();
            lblMediaVersionLabel = new System.Windows.Forms.Label();
            toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            groupBox1.SuspendLayout();
            groupBox2.SuspendLayout();
            groupBox3.SuspendLayout();
            groupBox4.SuspendLayout();
            tableLayoutControls.SuspendLayout();
            groupBox5.SuspendLayout();
            tableLayoutProgressBar.SuspendLayout();
            groupBox6.SuspendLayout();
            this.tblPaneliPlaylistInfo.SuspendLayout();
            groupBox7.SuspendLayout();
            groupBox8.SuspendLayout();
            groupBox9.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            groupBox10.SuspendLayout();
            this.tableLayoutPresets.SuspendLayout();
            groupBox11.SuspendLayout();
            panel2.SuspendLayout();
            this.stsMain.SuspendLayout();
            this.tabsMain.SuspendLayout();
            this.tabInfo.SuspendLayout();
            this.tblPanelInfo.SuspendLayout();
            this.tabRating.SuspendLayout();
            this.tblPanelRating.SuspendLayout();
            this.tabSettings.SuspendLayout();
            this.tblPanelSettings.SuspendLayout();
            this.tabAbout.SuspendLayout();
            this.tblPanelAbout.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbAbout)).BeginInit();
            this.contextMenuIcon.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.tblPanelRating.SetColumnSpan(groupBox1, 2);
            groupBox1.Controls.Add(this.lbTopTracks);
            resources.ApplyResources(groupBox1, "groupBox1");
            groupBox1.Name = "groupBox1";
            groupBox1.TabStop = false;
            // 
            // lbTopTracks
            // 
            resources.ApplyResources(this.lbTopTracks, "lbTopTracks");
            this.lbTopTracks.FormattingEnabled = true;
            this.lbTopTracks.Name = "lbTopTracks";
            // 
            // groupBox2
            // 
            groupBox2.Controls.Add(this.lbTopArtists);
            resources.ApplyResources(groupBox2, "groupBox2");
            groupBox2.Name = "groupBox2";
            groupBox2.TabStop = false;
            // 
            // lbTopArtists
            // 
            resources.ApplyResources(this.lbTopArtists, "lbTopArtists");
            this.lbTopArtists.FormattingEnabled = true;
            this.lbTopArtists.Name = "lbTopArtists";
            // 
            // groupBox3
            // 
            groupBox3.Controls.Add(this.lbTopAlbums);
            resources.ApplyResources(groupBox3, "groupBox3");
            groupBox3.Name = "groupBox3";
            groupBox3.TabStop = false;
            // 
            // lbTopAlbums
            // 
            resources.ApplyResources(this.lbTopAlbums, "lbTopAlbums");
            this.lbTopAlbums.FormattingEnabled = true;
            this.lbTopAlbums.Name = "lbTopAlbums";
            // 
            // groupBox4
            // 
            groupBox4.Controls.Add(tableLayoutControls);
            groupBox4.Controls.Add(this.btnShuffle);
            resources.ApplyResources(groupBox4, "groupBox4");
            groupBox4.Name = "groupBox4";
            groupBox4.TabStop = false;
            // 
            // tableLayoutControls
            // 
            resources.ApplyResources(tableLayoutControls, "tableLayoutControls");
            tableLayoutControls.Controls.Add(this.btnPlayPause, 1, 0);
            tableLayoutControls.Controls.Add(this.btnPrevTrack, 0, 0);
            tableLayoutControls.Controls.Add(this.btnNextTrack, 2, 0);
            tableLayoutControls.Name = "tableLayoutControls";
            // 
            // btnPlayPause
            // 
            resources.ApplyResources(this.btnPlayPause, "btnPlayPause");
            this.btnPlayPause.Image = global::iPlaylist.Properties.Resources.PlayIcon;
            this.btnPlayPause.Name = "btnPlayPause";
            this.btnPlayPause.UseVisualStyleBackColor = true;
            this.btnPlayPause.Click += new System.EventHandler(this.btnPlayPause_Click);
            // 
            // btnPrevTrack
            // 
            resources.ApplyResources(this.btnPrevTrack, "btnPrevTrack");
            this.btnPrevTrack.Image = global::iPlaylist.Properties.Resources.RewIcon;
            this.btnPrevTrack.Name = "btnPrevTrack";
            this.btnPrevTrack.UseVisualStyleBackColor = true;
            this.btnPrevTrack.Click += new System.EventHandler(this.btnPrevTrack_Click);
            // 
            // btnNextTrack
            // 
            resources.ApplyResources(this.btnNextTrack, "btnNextTrack");
            this.btnNextTrack.Image = global::iPlaylist.Properties.Resources.FwdIcon;
            this.btnNextTrack.Name = "btnNextTrack";
            this.btnNextTrack.UseVisualStyleBackColor = true;
            this.btnNextTrack.Click += new System.EventHandler(this.btnNextTrack_Click);
            // 
            // btnShuffle
            // 
            resources.ApplyResources(this.btnShuffle, "btnShuffle");
            this.btnShuffle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(97)))), ((int)(((byte)(150)))));
            this.btnShuffle.Image = global::iPlaylist.Properties.Resources.ShuffleIcon;
            this.btnShuffle.Name = "btnShuffle";
            this.btnShuffle.UseVisualStyleBackColor = true;
            this.btnShuffle.Click += new System.EventHandler(this.btnShuffle_Click);
            // 
            // groupBox5
            // 
            groupBox5.Controls.Add(this.lblAlbumInfo);
            groupBox5.Controls.Add(tableLayoutProgressBar);
            groupBox5.Controls.Add(this.lblNowPlaying);
            groupBox5.Controls.Add(this.lblNowPlayingLabel);
            resources.ApplyResources(groupBox5, "groupBox5");
            groupBox5.Name = "groupBox5";
            groupBox5.TabStop = false;
            // 
            // lblAlbumInfo
            // 
            resources.ApplyResources(this.lblAlbumInfo, "lblAlbumInfo");
            this.lblAlbumInfo.Name = "lblAlbumInfo";
            // 
            // tableLayoutProgressBar
            // 
            resources.ApplyResources(tableLayoutProgressBar, "tableLayoutProgressBar");
            tableLayoutProgressBar.Controls.Add(this.lblCurrentPosition, 0, 0);
            tableLayoutProgressBar.Controls.Add(this.pbNowPlaying, 1, 0);
            tableLayoutProgressBar.Controls.Add(this.lblCurrentLeft, 2, 0);
            tableLayoutProgressBar.Name = "tableLayoutProgressBar";
            // 
            // lblCurrentPosition
            // 
            resources.ApplyResources(this.lblCurrentPosition, "lblCurrentPosition");
            this.lblCurrentPosition.Name = "lblCurrentPosition";
            // 
            // pbNowPlaying
            // 
            resources.ApplyResources(this.pbNowPlaying, "pbNowPlaying");
            this.pbNowPlaying.Name = "pbNowPlaying";
            this.pbNowPlaying.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbNowPlaying_MouseMove);
            // 
            // lblCurrentLeft
            // 
            resources.ApplyResources(this.lblCurrentLeft, "lblCurrentLeft");
            this.lblCurrentLeft.Name = "lblCurrentLeft";
            // 
            // lblNowPlaying
            // 
            resources.ApplyResources(this.lblNowPlaying, "lblNowPlaying");
            this.lblNowPlaying.Name = "lblNowPlaying";
            this.lblNowPlaying.UseMnemonic = false;
            // 
            // lblNowPlayingLabel
            // 
            resources.ApplyResources(this.lblNowPlayingLabel, "lblNowPlayingLabel");
            this.lblNowPlayingLabel.Name = "lblNowPlayingLabel";
            // 
            // groupBox6
            // 
            this.tblPanelInfo.SetColumnSpan(groupBox6, 2);
            groupBox6.Controls.Add(this.tblPaneliPlaylistInfo);
            resources.ApplyResources(groupBox6, "groupBox6");
            groupBox6.Name = "groupBox6";
            groupBox6.TabStop = false;
            // 
            // tblPaneliPlaylistInfo
            // 
            resources.ApplyResources(this.tblPaneliPlaylistInfo, "tblPaneliPlaylistInfo");
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblPlaylistAccuracy, 1, 3);
            this.tblPaneliPlaylistInfo.Controls.Add(lblPlaylistAccuracyText, 0, 3);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblTimeOnline, 1, 2);
            this.tblPaneliPlaylistInfo.Controls.Add(lblPlayerInfoText, 0, 0);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblMediaPlayerInfo, 1, 0);
            this.tblPaneliPlaylistInfo.Controls.Add(lblPlaylistDataText, 0, 5);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lbliPlaylistDataStatus, 1, 5);
            this.tblPaneliPlaylistInfo.Controls.Add(lblRatingInfoText, 0, 4);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblRatingDatabaseInfo, 1, 4);
            this.tblPaneliPlaylistInfo.Controls.Add(lblSrcPlaytime, 0, 1);
            this.tblPaneliPlaylistInfo.Controls.Add(this.lblSourceMediaDuration, 1, 1);
            this.tblPaneliPlaylistInfo.Controls.Add(lblOnlineText, 0, 2);
            this.tblPaneliPlaylistInfo.Name = "tblPaneliPlaylistInfo";
            // 
            // lblPlaylistAccuracy
            // 
            resources.ApplyResources(this.lblPlaylistAccuracy, "lblPlaylistAccuracy");
            this.lblPlaylistAccuracy.Name = "lblPlaylistAccuracy";
            // 
            // lblPlaylistAccuracyText
            // 
            resources.ApplyResources(lblPlaylistAccuracyText, "lblPlaylistAccuracyText");
            lblPlaylistAccuracyText.Name = "lblPlaylistAccuracyText";
            // 
            // lblTimeOnline
            // 
            resources.ApplyResources(this.lblTimeOnline, "lblTimeOnline");
            this.lblTimeOnline.Name = "lblTimeOnline";
            // 
            // lblPlayerInfoText
            // 
            resources.ApplyResources(lblPlayerInfoText, "lblPlayerInfoText");
            lblPlayerInfoText.Name = "lblPlayerInfoText";
            // 
            // lblMediaPlayerInfo
            // 
            resources.ApplyResources(this.lblMediaPlayerInfo, "lblMediaPlayerInfo");
            this.lblMediaPlayerInfo.Name = "lblMediaPlayerInfo";
            // 
            // lblPlaylistDataText
            // 
            resources.ApplyResources(lblPlaylistDataText, "lblPlaylistDataText");
            lblPlaylistDataText.Name = "lblPlaylistDataText";
            // 
            // lbliPlaylistDataStatus
            // 
            resources.ApplyResources(this.lbliPlaylistDataStatus, "lbliPlaylistDataStatus");
            this.lbliPlaylistDataStatus.Name = "lbliPlaylistDataStatus";
            // 
            // lblRatingInfoText
            // 
            resources.ApplyResources(lblRatingInfoText, "lblRatingInfoText");
            lblRatingInfoText.Name = "lblRatingInfoText";
            // 
            // lblRatingDatabaseInfo
            // 
            resources.ApplyResources(this.lblRatingDatabaseInfo, "lblRatingDatabaseInfo");
            this.lblRatingDatabaseInfo.Name = "lblRatingDatabaseInfo";
            // 
            // lblSrcPlaytime
            // 
            resources.ApplyResources(lblSrcPlaytime, "lblSrcPlaytime");
            lblSrcPlaytime.Name = "lblSrcPlaytime";
            // 
            // lblSourceMediaDuration
            // 
            resources.ApplyResources(this.lblSourceMediaDuration, "lblSourceMediaDuration");
            this.lblSourceMediaDuration.Name = "lblSourceMediaDuration";
            // 
            // lblOnlineText
            // 
            resources.ApplyResources(lblOnlineText, "lblOnlineText");
            lblOnlineText.Name = "lblOnlineText";
            // 
            // groupBox7
            // 
            groupBox7.Controls.Add(this.cbCheckForUpdates);
            groupBox7.Controls.Add(this.cbAllowGlobalHotKeys);
            groupBox7.Controls.Add(this.cbStartMinimized);
            groupBox7.Controls.Add(this.cbShowPlayerControls);
            resources.ApplyResources(groupBox7, "groupBox7");
            groupBox7.Name = "groupBox7";
            groupBox7.TabStop = false;
            // 
            // cbCheckForUpdates
            // 
            resources.ApplyResources(this.cbCheckForUpdates, "cbCheckForUpdates");
            this.cbCheckForUpdates.Name = "cbCheckForUpdates";
            this.cbCheckForUpdates.UseVisualStyleBackColor = true;
            // 
            // cbAllowGlobalHotKeys
            // 
            resources.ApplyResources(this.cbAllowGlobalHotKeys, "cbAllowGlobalHotKeys");
            this.cbAllowGlobalHotKeys.Name = "cbAllowGlobalHotKeys";
            this.toolTipMainWindow.SetToolTip(this.cbAllowGlobalHotKeys, resources.GetString("cbAllowGlobalHotKeys.ToolTip"));
            this.cbAllowGlobalHotKeys.UseVisualStyleBackColor = true;
            // 
            // cbStartMinimized
            // 
            resources.ApplyResources(this.cbStartMinimized, "cbStartMinimized");
            this.cbStartMinimized.Name = "cbStartMinimized";
            this.cbStartMinimized.UseVisualStyleBackColor = true;
            // 
            // cbShowPlayerControls
            // 
            resources.ApplyResources(this.cbShowPlayerControls, "cbShowPlayerControls");
            this.cbShowPlayerControls.Name = "cbShowPlayerControls";
            this.toolTipMainWindow.SetToolTip(this.cbShowPlayerControls, resources.GetString("cbShowPlayerControls.ToolTip"));
            this.cbShowPlayerControls.UseVisualStyleBackColor = true;
            // 
            // groupBox8
            // 
            groupBox8.Controls.Add(this.cbListenMoreUnrated);
            groupBox8.Controls.Add(this.cbIgnoreWhenLocked);
            groupBox8.Controls.Add(this.cbPauseOnLock);
            groupBox8.Controls.Add(this.cbSkipNonAudio);
            groupBox8.Controls.Add(this.cbIncreaseRandomness);
            groupBox8.Controls.Add(this.cbSkipBestWorst);
            resources.ApplyResources(groupBox8, "groupBox8");
            groupBox8.Name = "groupBox8";
            groupBox8.TabStop = false;
            // 
            // cbListenMoreUnrated
            // 
            resources.ApplyResources(this.cbListenMoreUnrated, "cbListenMoreUnrated");
            this.cbListenMoreUnrated.Name = "cbListenMoreUnrated";
            this.toolTipMainWindow.SetToolTip(this.cbListenMoreUnrated, resources.GetString("cbListenMoreUnrated.ToolTip"));
            this.cbListenMoreUnrated.UseVisualStyleBackColor = true;
            // 
            // cbIgnoreWhenLocked
            // 
            resources.ApplyResources(this.cbIgnoreWhenLocked, "cbIgnoreWhenLocked");
            this.cbIgnoreWhenLocked.Name = "cbIgnoreWhenLocked";
            this.toolTipMainWindow.SetToolTip(this.cbIgnoreWhenLocked, resources.GetString("cbIgnoreWhenLocked.ToolTip"));
            this.cbIgnoreWhenLocked.UseVisualStyleBackColor = true;
            // 
            // cbPauseOnLock
            // 
            resources.ApplyResources(this.cbPauseOnLock, "cbPauseOnLock");
            this.cbPauseOnLock.Name = "cbPauseOnLock";
            this.toolTipMainWindow.SetToolTip(this.cbPauseOnLock, resources.GetString("cbPauseOnLock.ToolTip"));
            this.cbPauseOnLock.UseVisualStyleBackColor = true;
            this.cbPauseOnLock.CheckedChanged += new System.EventHandler(this.cbPauseOnLock_CheckedChanged);
            // 
            // cbSkipNonAudio
            // 
            resources.ApplyResources(this.cbSkipNonAudio, "cbSkipNonAudio");
            this.cbSkipNonAudio.Name = "cbSkipNonAudio";
            this.toolTipMainWindow.SetToolTip(this.cbSkipNonAudio, resources.GetString("cbSkipNonAudio.ToolTip"));
            this.cbSkipNonAudio.UseVisualStyleBackColor = true;
            // 
            // cbIncreaseRandomness
            // 
            resources.ApplyResources(this.cbIncreaseRandomness, "cbIncreaseRandomness");
            this.cbIncreaseRandomness.Name = "cbIncreaseRandomness";
            this.toolTipMainWindow.SetToolTip(this.cbIncreaseRandomness, resources.GetString("cbIncreaseRandomness.ToolTip"));
            this.cbIncreaseRandomness.UseVisualStyleBackColor = true;
            // 
            // cbSkipBestWorst
            // 
            resources.ApplyResources(this.cbSkipBestWorst, "cbSkipBestWorst");
            this.cbSkipBestWorst.Name = "cbSkipBestWorst";
            this.toolTipMainWindow.SetToolTip(this.cbSkipBestWorst, resources.GetString("cbSkipBestWorst.ToolTip"));
            this.cbSkipBestWorst.UseVisualStyleBackColor = true;
            // 
            // lblPlayingPlaylsit
            // 
            resources.ApplyResources(lblPlayingPlaylsit, "lblPlayingPlaylsit");
            lblPlayingPlaylsit.Name = "lblPlayingPlaylsit";
            // 
            // groupBox9
            // 
            groupBox9.Controls.Add(this.tableLayoutPanel1);
            resources.ApplyResources(groupBox9, "groupBox9");
            groupBox9.Name = "groupBox9";
            groupBox9.TabStop = false;
            // 
            // tableLayoutPanel1
            // 
            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
            this.tableLayoutPanel1.Controls.Add(this.cmbLanguage, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.cmbMediaPlayer, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.cbUseTwoPlaylists, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.tbPlayablePlaylist, 1, 4);
            this.tableLayoutPanel1.Controls.Add(lblPlayingPlaylsit, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.cmbSourcePlaylist, 1, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblSourcePlaylist, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblMediaPlayer, 0, 0);
            this.tableLayoutPanel1.Controls.Add(lblLanguage, 0, 1);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            // 
            // cmbLanguage
            // 
            this.cmbLanguage.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbLanguage.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            resources.ApplyResources(this.cmbLanguage, "cmbLanguage");
            this.cmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbLanguage.Name = "cmbLanguage";
            this.toolTipMainWindow.SetToolTip(this.cmbLanguage, resources.GetString("cmbLanguage.ToolTip"));
            // 
            // cmbMediaPlayer
            // 
            this.cmbMediaPlayer.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbMediaPlayer.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            resources.ApplyResources(this.cmbMediaPlayer, "cmbMediaPlayer");
            this.cmbMediaPlayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbMediaPlayer.Name = "cmbMediaPlayer";
            // 
            // cbUseTwoPlaylists
            // 
            resources.ApplyResources(this.cbUseTwoPlaylists, "cbUseTwoPlaylists");
            this.tableLayoutPanel1.SetColumnSpan(this.cbUseTwoPlaylists, 2);
            this.cbUseTwoPlaylists.Name = "cbUseTwoPlaylists";
            this.toolTipMainWindow.SetToolTip(this.cbUseTwoPlaylists, resources.GetString("cbUseTwoPlaylists.ToolTip"));
            this.cbUseTwoPlaylists.UseVisualStyleBackColor = true;
            this.cbUseTwoPlaylists.CheckedChanged += new System.EventHandler(this.cbUseTwoPlaylists_CheckedChanged);
            // 
            // tbPlayablePlaylist
            // 
            resources.ApplyResources(this.tbPlayablePlaylist, "tbPlayablePlaylist");
            this.tbPlayablePlaylist.Name = "tbPlayablePlaylist";
            // 
            // cmbSourcePlaylist
            // 
            this.cmbSourcePlaylist.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbSourcePlaylist.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            resources.ApplyResources(this.cmbSourcePlaylist, "cmbSourcePlaylist");
            this.cmbSourcePlaylist.Name = "cmbSourcePlaylist";
            // 
            // lblSourcePlaylist
            // 
            resources.ApplyResources(this.lblSourcePlaylist, "lblSourcePlaylist");
            this.lblSourcePlaylist.Name = "lblSourcePlaylist";
            // 
            // lblMediaPlayer
            // 
            resources.ApplyResources(this.lblMediaPlayer, "lblMediaPlayer");
            this.lblMediaPlayer.Name = "lblMediaPlayer";
            // 
            // lblLanguage
            // 
            resources.ApplyResources(lblLanguage, "lblLanguage");
            lblLanguage.Name = "lblLanguage";
            this.toolTipMainWindow.SetToolTip(lblLanguage, resources.GetString("lblLanguage.ToolTip"));
            // 
            // groupBox10
            // 
            groupBox10.Controls.Add(this.tableLayoutPresets);
            resources.ApplyResources(groupBox10, "groupBox10");
            groupBox10.Name = "groupBox10";
            groupBox10.TabStop = false;
            // 
            // tableLayoutPresets
            // 
            this.tableLayoutPresets.Controls.Add(this.btnAutodetectLibrary, 0, 1);
            this.tableLayoutPresets.Controls.Add(this.btnSmallLibrary, 0, 0);
            this.tableLayoutPresets.Controls.Add(this.btnBigLibrary, 1, 0);
            resources.ApplyResources(this.tableLayoutPresets, "tableLayoutPresets");
            this.tableLayoutPresets.Name = "tableLayoutPresets";
            // 
            // btnAutodetectLibrary
            // 
            this.tableLayoutPresets.SetColumnSpan(this.btnAutodetectLibrary, 2);
            resources.ApplyResources(this.btnAutodetectLibrary, "btnAutodetectLibrary");
            this.btnAutodetectLibrary.Name = "btnAutodetectLibrary";
            this.btnAutodetectLibrary.UseVisualStyleBackColor = true;
            this.btnAutodetectLibrary.Click += new System.EventHandler(this.btnAutodetectLibrary_Click);
            // 
            // btnSmallLibrary
            // 
            resources.ApplyResources(this.btnSmallLibrary, "btnSmallLibrary");
            this.btnSmallLibrary.Name = "btnSmallLibrary";
            this.btnSmallLibrary.UseVisualStyleBackColor = true;
            this.btnSmallLibrary.Click += new System.EventHandler(this.btnSmallLibrary_Click);
            // 
            // btnBigLibrary
            // 
            resources.ApplyResources(this.btnBigLibrary, "btnBigLibrary");
            this.btnBigLibrary.Name = "btnBigLibrary";
            this.btnBigLibrary.UseVisualStyleBackColor = true;
            this.btnBigLibrary.Click += new System.EventHandler(this.btnBigLibrary_Click);
            // 
            // groupBox11
            // 
            this.tblPanelAbout.SetColumnSpan(groupBox11, 2);
            groupBox11.Controls.Add(this.lblUsedLibraries);
            groupBox11.Controls.Add(this.lblAuthors);
            resources.ApplyResources(groupBox11, "groupBox11");
            groupBox11.Name = "groupBox11";
            groupBox11.TabStop = false;
            // 
            // lblUsedLibraries
            // 
            resources.ApplyResources(this.lblUsedLibraries, "lblUsedLibraries");
            this.lblUsedLibraries.Name = "lblUsedLibraries";
            // 
            // lblAuthors
            // 
            resources.ApplyResources(this.lblAuthors, "lblAuthors");
            this.lblAuthors.Name = "lblAuthors";
            // 
            // panel2
            // 
            this.tblPanelAbout.SetColumnSpan(panel2, 2);
            panel2.Controls.Add(this.btnBugReport);
            panel2.Controls.Add(this.btnCheckForUpdates);
            resources.ApplyResources(panel2, "panel2");
            panel2.Name = "panel2";
            // 
            // btnBugReport
            // 
            resources.ApplyResources(this.btnBugReport, "btnBugReport");
            this.btnBugReport.Name = "btnBugReport";
            this.toolTipMainWindow.SetToolTip(this.btnBugReport, resources.GetString("btnBugReport.ToolTip"));
            this.btnBugReport.UseVisualStyleBackColor = true;
            this.btnBugReport.Click += new System.EventHandler(this.btnBugReport_Click);
            // 
            // btnCheckForUpdates
            // 
            resources.ApplyResources(this.btnCheckForUpdates, "btnCheckForUpdates");
            this.btnCheckForUpdates.Name = "btnCheckForUpdates";
            this.btnCheckForUpdates.UseVisualStyleBackColor = true;
            this.btnCheckForUpdates.Click += new System.EventHandler(this.btnCheckForUpdates_Click);
            // 
            // lblVersionLabel
            // 
            resources.ApplyResources(lblVersionLabel, "lblVersionLabel");
            lblVersionLabel.Name = "lblVersionLabel";
            // 
            // lblAssemblyLabel
            // 
            resources.ApplyResources(lblAssemblyLabel, "lblAssemblyLabel");
            lblAssemblyLabel.Name = "lblAssemblyLabel";
            // 
            // lblMediaVersionLabel
            // 
            resources.ApplyResources(lblMediaVersionLabel, "lblMediaVersionLabel");
            lblMediaVersionLabel.Name = "lblMediaVersionLabel";
            // 
            // toolStripSeparator1
            // 
            toolStripSeparator1.Name = "toolStripSeparator1";
            resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
            // 
            // toolStripSeparator2
            // 
            toolStripSeparator2.Name = "toolStripSeparator2";
            resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
            // 
            // stsMain
            // 
            this.stsMain.GripMargin = new System.Windows.Forms.Padding(0);
            this.stsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tlsStatusText,
            this.tlsProgress});
            resources.ApplyResources(this.stsMain, "stsMain");
            this.stsMain.Name = "stsMain";
            this.stsMain.SizingGrip = false;
            // 
            // tlsStatusText
            // 
            this.tlsStatusText.Name = "tlsStatusText";
            resources.ApplyResources(this.tlsStatusText, "tlsStatusText");
            this.tlsStatusText.Spring = true;
            // 
            // tlsProgress
            // 
            this.tlsProgress.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.tlsProgress.Name = "tlsProgress";
            resources.ApplyResources(this.tlsProgress, "tlsProgress");
            // 
            // tabsMain
            // 
            this.tabsMain.Controls.Add(this.tabInfo);
            this.tabsMain.Controls.Add(this.tabRating);
            this.tabsMain.Controls.Add(this.tabSettings);
            this.tabsMain.Controls.Add(this.tabAbout);
            resources.ApplyResources(this.tabsMain, "tabsMain");
            this.tabsMain.ImageList = this.imageTabs;
            this.tabsMain.Name = "tabsMain";
            this.tabsMain.SelectedIndex = 0;
            // 
            // tabInfo
            // 
            this.tabInfo.Controls.Add(this.tblPanelInfo);
            resources.ApplyResources(this.tabInfo, "tabInfo");
            this.tabInfo.Name = "tabInfo";
            this.tabInfo.UseVisualStyleBackColor = true;
            // 
            // tblPanelInfo
            // 
            resources.ApplyResources(this.tblPanelInfo, "tblPanelInfo");
            this.tblPanelInfo.Controls.Add(groupBox4, 1, 0);
            this.tblPanelInfo.Controls.Add(groupBox5, 0, 0);
            this.tblPanelInfo.Controls.Add(groupBox6, 0, 1);
            this.tblPanelInfo.Name = "tblPanelInfo";
            // 
            // tabRating
            // 
            this.tabRating.Controls.Add(this.tblPanelRating);
            resources.ApplyResources(this.tabRating, "tabRating");
            this.tabRating.Name = "tabRating";
            this.tabRating.UseVisualStyleBackColor = true;
            // 
            // tblPanelRating
            // 
            resources.ApplyResources(this.tblPanelRating, "tblPanelRating");
            this.tblPanelRating.Controls.Add(groupBox1, 0, 0);
            this.tblPanelRating.Controls.Add(groupBox2, 0, 1);
            this.tblPanelRating.Controls.Add(groupBox3, 1, 1);
            this.tblPanelRating.Name = "tblPanelRating";
            // 
            // tabSettings
            // 
            this.tabSettings.Controls.Add(this.tblPanelSettings);
            resources.ApplyResources(this.tabSettings, "tabSettings");
            this.tabSettings.Name = "tabSettings";
            this.tabSettings.UseVisualStyleBackColor = true;
            // 
            // tblPanelSettings
            // 
            resources.ApplyResources(this.tblPanelSettings, "tblPanelSettings");
            this.tblPanelSettings.Controls.Add(this.btnSave, 0, 2);
            this.tblPanelSettings.Controls.Add(this.btnReset, 1, 2);
            this.tblPanelSettings.Controls.Add(groupBox7, 0, 1);
            this.tblPanelSettings.Controls.Add(groupBox9, 0, 0);
            this.tblPanelSettings.Controls.Add(groupBox8, 1, 0);
            this.tblPanelSettings.Controls.Add(groupBox10, 1, 1);
            this.tblPanelSettings.Name = "tblPanelSettings";
            // 
            // btnSave
            // 
            resources.ApplyResources(this.btnSave, "btnSave");
            this.btnSave.Name = "btnSave";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnReset
            // 
            resources.ApplyResources(this.btnReset, "btnReset");
            this.btnReset.Name = "btnReset";
            this.btnReset.UseVisualStyleBackColor = true;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // tabAbout
            // 
            this.tabAbout.Controls.Add(this.tblPanelAbout);
            resources.ApplyResources(this.tabAbout, "tabAbout");
            this.tabAbout.Name = "tabAbout";
            this.tabAbout.UseVisualStyleBackColor = true;
            // 
            // tblPanelAbout
            // 
            resources.ApplyResources(this.tblPanelAbout, "tblPanelAbout");
            this.tblPanelAbout.Controls.Add(this.lblMediaVersion, 2, 2);
            this.tblPanelAbout.Controls.Add(lblMediaVersionLabel, 1, 2);
            this.tblPanelAbout.Controls.Add(this.lblAssembly, 2, 1);
            this.tblPanelAbout.Controls.Add(this.panel1, 0, 0);
            this.tblPanelAbout.Controls.Add(groupBox11, 1, 3);
            this.tblPanelAbout.Controls.Add(panel2, 1, 4);
            this.tblPanelAbout.Controls.Add(lblVersionLabel, 1, 0);
            this.tblPanelAbout.Controls.Add(this.lblVersion, 2, 0);
            this.tblPanelAbout.Controls.Add(lblAssemblyLabel, 1, 1);
            this.tblPanelAbout.Name = "tblPanelAbout";
            // 
            // lblMediaVersion
            // 
            resources.ApplyResources(this.lblMediaVersion, "lblMediaVersion");
            this.lblMediaVersion.Name = "lblMediaVersion";
            // 
            // lblAssembly
            // 
            resources.ApplyResources(this.lblAssembly, "lblAssembly");
            this.lblAssembly.Name = "lblAssembly";
            // 
            // panel1
            // 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Controls.Add(this.pbAbout);
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            this.tblPanelAbout.SetRowSpan(this.panel1, 5);
            // 
            // pbAbout
            // 
            resources.ApplyResources(this.pbAbout, "pbAbout");
            this.pbAbout.Image = global::iPlaylist.Properties.Resources.AboutPage;
            this.pbAbout.Name = "pbAbout";
            this.pbAbout.TabStop = false;
            // 
            // lblVersion
            // 
            resources.ApplyResources(this.lblVersion, "lblVersion");
            this.lblVersion.Name = "lblVersion";
            // 
            // imageTabs
            // 
            this.imageTabs.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageTabs.ImageStream")));
            this.imageTabs.TransparentColor = System.Drawing.Color.Transparent;
            this.imageTabs.Images.SetKeyName(0, "iPlaylist-settings.png");
            this.imageTabs.Images.SetKeyName(1, "iPlaylist-about.png");
            this.imageTabs.Images.SetKeyName(2, "iPlaylist-best.png");
            this.imageTabs.Images.SetKeyName(3, "iPlaylist-info.png");
            // 
            // notifyIconMain
            // 
            this.notifyIconMain.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            resources.ApplyResources(this.notifyIconMain, "notifyIconMain");
            this.notifyIconMain.ContextMenuStrip = this.contextMenuIcon;
            this.notifyIconMain.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIconMain_MouseClick);
            // 
            // contextMenuIcon
            // 
            this.contextMenuIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.showMainWindowToolStripMenuItem,
            this.showPlayerControlsToolStripMenuItem,
            toolStripSeparator1,
            this.shufflePlaylistToolStripMenuItem,
            this.prevTrackToolStripMenuItem,
            this.playPauseToolStripMenuItem,
            this.nextTrackToolStripMenuItem,
            toolStripSeparator2,
            this.exitIPlaylistToolStripMenuItem});
            this.contextMenuIcon.Name = "contextMenuIcon";
            this.contextMenuIcon.ShowCheckMargin = true;
            this.contextMenuIcon.ShowImageMargin = false;
            resources.ApplyResources(this.contextMenuIcon, "contextMenuIcon");
            // 
            // showMainWindowToolStripMenuItem
            // 
            resources.ApplyResources(this.showMainWindowToolStripMenuItem, "showMainWindowToolStripMenuItem");
            this.showMainWindowToolStripMenuItem.Name = "showMainWindowToolStripMenuItem";
            this.showMainWindowToolStripMenuItem.Click += new System.EventHandler(this.showMainWindowToolStripMenuItem_Click);
            // 
            // showPlayerControlsToolStripMenuItem
            // 
            this.showPlayerControlsToolStripMenuItem.CheckOnClick = true;
            this.showPlayerControlsToolStripMenuItem.Name = "showPlayerControlsToolStripMenuItem";
            resources.ApplyResources(this.showPlayerControlsToolStripMenuItem, "showPlayerControlsToolStripMenuItem");
            this.showPlayerControlsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.showPlayerControlsToolStripMenuItem_CheckedChanged);
            // 
            // shufflePlaylistToolStripMenuItem
            // 
            this.shufflePlaylistToolStripMenuItem.Name = "shufflePlaylistToolStripMenuItem";
            resources.ApplyResources(this.shufflePlaylistToolStripMenuItem, "shufflePlaylistToolStripMenuItem");
            this.shufflePlaylistToolStripMenuItem.Click += new System.EventHandler(this.shufflePlaylistToolStripMenuItem_Click);
            // 
            // prevTrackToolStripMenuItem
            // 
            this.prevTrackToolStripMenuItem.Name = "prevTrackToolStripMenuItem";
            resources.ApplyResources(this.prevTrackToolStripMenuItem, "prevTrackToolStripMenuItem");
            this.prevTrackToolStripMenuItem.Click += new System.EventHandler(this.prevTrackToolStripMenuItem_Click);
            // 
            // playPauseToolStripMenuItem
            // 
            this.playPauseToolStripMenuItem.Name = "playPauseToolStripMenuItem";
            resources.ApplyResources(this.playPauseToolStripMenuItem, "playPauseToolStripMenuItem");
            this.playPauseToolStripMenuItem.Click += new System.EventHandler(this.playPauseToolStripMenuItem_Click);
            // 
            // nextTrackToolStripMenuItem
            // 
            this.nextTrackToolStripMenuItem.Name = "nextTrackToolStripMenuItem";
            resources.ApplyResources(this.nextTrackToolStripMenuItem, "nextTrackToolStripMenuItem");
            this.nextTrackToolStripMenuItem.Click += new System.EventHandler(this.nextTrackToolStripMenuItem_Click);
            // 
            // exitIPlaylistToolStripMenuItem
            // 
            this.exitIPlaylistToolStripMenuItem.Name = "exitIPlaylistToolStripMenuItem";
            resources.ApplyResources(this.exitIPlaylistToolStripMenuItem, "exitIPlaylistToolStripMenuItem");
            this.exitIPlaylistToolStripMenuItem.Click += new System.EventHandler(this.exitIPlaylistToolStripMenuItem_Click);
            // 
            // timerScreenUpdate
            // 
            this.timerScreenUpdate.Interval = 500;
            this.timerScreenUpdate.Tick += new System.EventHandler(this.timerScreenUpdate_Tick);
            // 
            // bgwCreatePlaylist
            // 
            this.bgwCreatePlaylist.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwCreatePlaylist_DoWork);
            this.bgwCreatePlaylist.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwCreatePlaylist_RunWorkerCompleted);
            // 
            // lblOnlinePeriod
            // 
            resources.ApplyResources(this.lblOnlinePeriod, "lblOnlinePeriod");
            this.lblOnlinePeriod.Name = "lblOnlinePeriod";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // bgwUpdateCheck
            // 
            this.bgwUpdateCheck.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwUpdateCheck_DoWork);
            this.bgwUpdateCheck.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwUpdateCheck_RunWorkerCompleted);
            // 
            // frmMain
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabsMain);
            this.Controls.Add(this.stsMain);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "frmMain";
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.SizeChanged += new System.EventHandler(this.frmMain_SizeChanged);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            groupBox1.ResumeLayout(false);
            groupBox2.ResumeLayout(false);
            groupBox3.ResumeLayout(false);
            groupBox4.ResumeLayout(false);
            tableLayoutControls.ResumeLayout(false);
            groupBox5.ResumeLayout(false);
            groupBox5.PerformLayout();
            tableLayoutProgressBar.ResumeLayout(false);
            groupBox6.ResumeLayout(false);
            this.tblPaneliPlaylistInfo.ResumeLayout(false);
            this.tblPaneliPlaylistInfo.PerformLayout();
            groupBox7.ResumeLayout(false);
            groupBox7.PerformLayout();
            groupBox8.ResumeLayout(false);
            groupBox8.PerformLayout();
            groupBox9.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            groupBox10.ResumeLayout(false);
            this.tableLayoutPresets.ResumeLayout(false);
            groupBox11.ResumeLayout(false);
            panel2.ResumeLayout(false);
            this.stsMain.ResumeLayout(false);
            this.stsMain.PerformLayout();
            this.tabsMain.ResumeLayout(false);
            this.tabInfo.ResumeLayout(false);
            this.tblPanelInfo.ResumeLayout(false);
            this.tabRating.ResumeLayout(false);
            this.tblPanelRating.ResumeLayout(false);
            this.tabSettings.ResumeLayout(false);
            this.tblPanelSettings.ResumeLayout(false);
            this.tabAbout.ResumeLayout(false);
            this.tblPanelAbout.ResumeLayout(false);
            this.tblPanelAbout.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pbAbout)).EndInit();
            this.contextMenuIcon.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#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.Label    label4;
     System.Windows.Forms.GroupBox groupBox1;
     System.Windows.Forms.GroupBox groupBox2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnalyzerSessionIndicatorsControl));
     System.Windows.Forms.GroupBox groupBox3;
     this.listViewIndicators     = new System.Windows.Forms.ListView();
     this.columnHeader1          = new System.Windows.Forms.ColumnHeader();
     this.buttonRemove           = new System.Windows.Forms.Button();
     this.listViewIndicatorTypes = new System.Windows.Forms.ListView();
     this.columnHeader2          = new System.Windows.Forms.ColumnHeader();
     this.comboBoxChartAreas     = new System.Windows.Forms.ComboBox();
     this.buttonNew         = new System.Windows.Forms.Button();
     this.buttonClose       = new System.Windows.Forms.Button();
     this.indicatorControl1 = new IndicatorPropertiesControl();
     label4    = new System.Windows.Forms.Label();
     groupBox1 = new System.Windows.Forms.GroupBox();
     groupBox2 = new System.Windows.Forms.GroupBox();
     groupBox3 = new System.Windows.Forms.GroupBox();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // label4
     //
     label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(6, 290);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(90, 17);
     label4.TabIndex = 9;
     label4.Text     = "Display pane";
     //
     // groupBox1
     //
     groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox1.Controls.Add(this.indicatorControl1);
     groupBox1.Location = new System.Drawing.Point(536, 3);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(261, 557);
     groupBox1.TabIndex = 12;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Selected";
     //
     // groupBox2
     //
     groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox2.Controls.Add(this.listViewIndicators);
     groupBox2.Controls.Add(this.buttonRemove);
     groupBox2.Location = new System.Drawing.Point(3, 3);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(524, 211);
     groupBox2.TabIndex = 13;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Existing";
     //
     // listViewIndicators
     //
     this.listViewIndicators.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.listViewIndicators.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listViewIndicators.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.listViewIndicators.FullRowSelect = true;
     this.listViewIndicators.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listViewIndicators.HideSelection = false;
     this.listViewIndicators.Location      = new System.Drawing.Point(6, 21);
     this.listViewIndicators.MultiSelect   = false;
     this.listViewIndicators.Name          = "listViewIndicators";
     this.listViewIndicators.Size          = new System.Drawing.Size(512, 151);
     this.listViewIndicators.TabIndex      = 3;
     this.listViewIndicators.UseCompatibleStateImageBehavior = false;
     this.listViewIndicators.View = System.Windows.Forms.View.Details;
     this.listViewIndicators.SelectedIndexChanged += new System.EventHandler(this.listViewIndicators_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 487;
     //
     // buttonRemove
     //
     this.buttonRemove.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonRemove.AutoSize                = true;
     this.buttonRemove.Image                   = ((System.Drawing.Image)(resources.GetObject("buttonRemove.Image")));
     this.buttonRemove.Location                = new System.Drawing.Point(432, 178);
     this.buttonRemove.Name                    = "buttonRemove";
     this.buttonRemove.Size                    = new System.Drawing.Size(86, 27);
     this.buttonRemove.TabIndex                = 5;
     this.buttonRemove.Text                    = "Remove";
     this.buttonRemove.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.buttonRemove.UseVisualStyleBackColor = true;
     this.buttonRemove.Click                  += new System.EventHandler(this.buttonRemove_Click);
     //
     // groupBox3
     //
     groupBox3.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)));
     groupBox3.Controls.Add(this.listViewIndicatorTypes);
     groupBox3.Controls.Add(this.comboBoxChartAreas);
     groupBox3.Controls.Add(this.buttonNew);
     groupBox3.Controls.Add(label4);
     groupBox3.Location = new System.Drawing.Point(3, 220);
     groupBox3.Name     = "groupBox3";
     groupBox3.Size     = new System.Drawing.Size(524, 373);
     groupBox3.TabIndex = 14;
     groupBox3.TabStop  = false;
     groupBox3.Text     = "Create New";
     //
     // listViewIndicatorTypes
     //
     this.listViewIndicatorTypes.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.listViewIndicatorTypes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listViewIndicatorTypes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader2
     });
     this.listViewIndicatorTypes.FullRowSelect = true;
     this.listViewIndicatorTypes.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listViewIndicatorTypes.HideSelection = false;
     this.listViewIndicatorTypes.Location      = new System.Drawing.Point(6, 21);
     this.listViewIndicatorTypes.MultiSelect   = false;
     this.listViewIndicatorTypes.Name          = "listViewIndicatorTypes";
     this.listViewIndicatorTypes.Size          = new System.Drawing.Size(512, 266);
     this.listViewIndicatorTypes.Sorting       = System.Windows.Forms.SortOrder.Ascending;
     this.listViewIndicatorTypes.TabIndex      = 1;
     this.listViewIndicatorTypes.UseCompatibleStateImageBehavior = false;
     this.listViewIndicatorTypes.View = System.Windows.Forms.View.Details;
     this.listViewIndicatorTypes.SelectedIndexChanged += new System.EventHandler(this.listViewIndicatorTypes_SelectedIndexChanged);
     this.listViewIndicatorTypes.DoubleClick          += new System.EventHandler(this.listViewIndicatorTypes_DoubleClick);
     //
     // columnHeader2
     //
     this.columnHeader2.Width = 487;
     //
     // comboBoxChartAreas
     //
     this.comboBoxChartAreas.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.comboBoxChartAreas.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxChartAreas.FlatStyle         = System.Windows.Forms.FlatStyle.Popup;
     this.comboBoxChartAreas.FormattingEnabled = true;
     this.comboBoxChartAreas.Items.AddRange(new object[] {
         "New chart"
     });
     this.comboBoxChartAreas.Location = new System.Drawing.Point(6, 310);
     this.comboBoxChartAreas.Name     = "comboBoxChartAreas";
     this.comboBoxChartAreas.Size     = new System.Drawing.Size(512, 24);
     this.comboBoxChartAreas.TabIndex = 10;
     //
     // buttonNew
     //
     this.buttonNew.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonNew.AutoSize                = true;
     this.buttonNew.Image                   = ((System.Drawing.Image)(resources.GetObject("buttonNew.Image")));
     this.buttonNew.Location                = new System.Drawing.Point(432, 340);
     this.buttonNew.Name                    = "buttonNew";
     this.buttonNew.Size                    = new System.Drawing.Size(86, 27);
     this.buttonNew.TabIndex                = 4;
     this.buttonNew.Text                    = "Create";
     this.buttonNew.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.buttonNew.UseVisualStyleBackColor = true;
     this.buttonNew.Click                  += new System.EventHandler(this.buttonNew_Click);
     //
     // buttonClose
     //
     this.buttonClose.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.AutoSize                = true;
     this.buttonClose.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonClose.Location                = new System.Drawing.Point(711, 566);
     this.buttonClose.Name                    = "buttonClose";
     this.buttonClose.Size                    = new System.Drawing.Size(86, 27);
     this.buttonClose.TabIndex                = 8;
     this.buttonClose.Text                    = "Close";
     this.buttonClose.UseVisualStyleBackColor = true;
     //
     // indicatorControl1
     //
     this.indicatorControl1.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.indicatorControl1.Indicator  = null;
     this.indicatorControl1.IsReadOnly = false;
     this.indicatorControl1.Location   = new System.Drawing.Point(6, 21);
     this.indicatorControl1.Name       = "indicatorControl1";
     this.indicatorControl1.Size       = new System.Drawing.Size(249, 530);
     this.indicatorControl1.TabIndex   = 11;
     //
     // AnalyzerSessionIndicatorsControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(groupBox3);
     this.Controls.Add(groupBox2);
     this.Controls.Add(groupBox1);
     this.Controls.Add(this.buttonClose);
     this.Name      = "AnalyzerSessionIndicatorsControl";
     this.Size      = new System.Drawing.Size(800, 596);
     this.Load     += new System.EventHandler(this.AnalyzerSessionIndicatorsControl_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.AnalyzerSessionIndicatorsControl_KeyPress);
     groupBox1.ResumeLayout(false);
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     groupBox3.ResumeLayout(false);
     groupBox3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }