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

        }
コード例 #2
0
        private void InitializeComponent()
        {

            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));

            this.tableLayoutPanel1.Location = new System.Drawing.Point(-2, 1);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(287, 262);
            this.tableLayoutPanel1.TabIndex = 0;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 262);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.tableLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.progressPanel1 = new DevExpress.XtraWaitForm.ProgressPanel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // progressPanel1
     //
     this.progressPanel1.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.progressPanel1.Appearance.Options.UseBackColor = true;
     this.progressPanel1.AppearanceCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.progressPanel1.AppearanceCaption.Options.UseFont = true;
     this.progressPanel1.AppearanceDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.progressPanel1.AppearanceDescription.Options.UseFont = true;
     this.progressPanel1.Caption = "请稍等";
     this.progressPanel1.Description = "加载中 ...";
     this.progressPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.progressPanel1.ImageHorzOffset = 20;
     this.progressPanel1.Location = new System.Drawing.Point(0, 16);
     this.progressPanel1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this.progressPanel1.Name = "progressPanel1";
     this.progressPanel1.Size = new System.Drawing.Size(246, 35);
     this.progressPanel1.TabIndex = 0;
     this.progressPanel1.Text = "progressPanel1";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize = true;
     this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 220F));
     this.tableLayoutPanel1.Controls.Add(this.progressPanel1, 0, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 13, 0, 13);
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(246, 67);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // LoadWaitForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(246, 67);
     this.Controls.Add(this.tableLayoutPanel1);
     this.DoubleBuffered = true;
     this.MinimumSize = new System.Drawing.Size(246, 0);
     this.Name = "LoadWaitForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Form1";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #4
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel tlpTemplateSelector;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TemplateSelectorForm));
            this.lbTemplates = new System.Windows.Forms.ListBox();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            tlpTemplateSelector = new System.Windows.Forms.TableLayoutPanel();
            tlpTemplateSelector.SuspendLayout();
            this.SuspendLayout();
            // 
            // tlpTemplateSelector
            // 
            resources.ApplyResources(tlpTemplateSelector, "tlpTemplateSelector");
            tlpTemplateSelector.Controls.Add(this.lbTemplates, 0, 1);
            tlpTemplateSelector.Controls.Add(this.btnOk, 0, 2);
            tlpTemplateSelector.Controls.Add(this.btnCancel, 1, 2);
            tlpTemplateSelector.Name = "tlpTemplateSelector";
            // 
            // lbTemplates
            // 
            tlpTemplateSelector.SetColumnSpan(this.lbTemplates, 2);
            resources.ApplyResources(this.lbTemplates, "lbTemplates");
            this.lbTemplates.FormattingEnabled = true;
            this.lbTemplates.Name = "lbTemplates";
            this.lbTemplates.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lbTemplates_MouseDoubleClick);
            // 
            // btnOk
            // 
            this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            resources.ApplyResources(this.btnOk, "btnOk");
            this.btnOk.Image = global::easyMoney.Manager.Properties.Resources.tick;
            this.btnOk.Name = "btnOk";
            this.btnOk.UseVisualStyleBackColor = true;
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnCancel, "btnCancel");
            this.btnCancel.Image = global::easyMoney.Manager.Properties.Resources.cancel;
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // TemplateSelectorForm
            // 
            this.AcceptButton = this.btnOk;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.Controls.Add(tlpTemplateSelector);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TemplateSelectorForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.TemplateSelectorForm_Load);
            tlpTemplateSelector.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.NodeLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.SuspendLayout();
     //
     // NodeLayoutPanel
     //
     this.NodeLayoutPanel.AutoScroll = true;
     this.NodeLayoutPanel.AutoSize = true;
     this.NodeLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.NodeLayoutPanel.ColumnCount = 1;
     this.NodeLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.NodeLayoutPanel.Location = new System.Drawing.Point(12, 12);
     this.NodeLayoutPanel.Name = "NodeLayoutPanel";
     this.NodeLayoutPanel.RowCount = 1;
     this.NodeLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.NodeLayoutPanel.Size = new System.Drawing.Size(0, 0);
     this.NodeLayoutPanel.TabIndex = 0;
     //
     // ChangeNodeValuesForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(526, 323);
     this.Controls.Add(this.NodeLayoutPanel);
     this.Name = "ChangeNodeValuesForm";
     this.ShowIcon = false;
     this.Text = "NodeForm";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void MyInitializeComponent()
        {
            this.panelMain = new System.Windows.Forms.Panel();
            this.tablePanelMain = new System.Windows.Forms.TableLayoutPanel();

            this.lblNoTasks = new System.Windows.Forms.Label();

            this.tablePanelMain.SuspendLayout();
            this.panelMain.SuspendLayout();
            this.SuspendLayout();

            //
            // panelMain
            //
            this.panelMain.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.panelMain.AutoScroll = true;
            this.panelMain.BackColor = System.Drawing.SystemColors.Control;
            this.panelMain.Controls.Add(this.tablePanelMain);
            this.panelMain.Controls.Add(lblNoTasks);
            this.lblNoTasks.BringToFront();
            this.panelMain.Location = new System.Drawing.Point(0, 0);
            this.panelMain.Name = "panelMain";
            this.panelMain.Size = new System.Drawing.Size(274, 416);
            this.panelMain.TabIndex = 0;
            //
            // tablePanelMain
            //
            this.tablePanelMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tablePanelMain.BackColor = System.Drawing.SystemColors.Control;
            this.tablePanelMain.ColumnCount = 1;
            this.tablePanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tablePanelMain.Location = new System.Drawing.Point(3, 3);
            this.tablePanelMain.Name = "tablePanelMain";
            this.tablePanelMain.RowCount = 0;
            this.tablePanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tablePanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tablePanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tablePanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tablePanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tablePanelMain.Size = new System.Drawing.Size(269, 600);
            this.tablePanelMain.TabIndex = 1;

            //
            // lblNoTasks
            //
            CreateNoTaskLabel();
            //
            // TasksList
            //
            this.Controls.Add(this.panelMain);
            this.Name = "TasksList";
            this.Size = new System.Drawing.Size(276, 418);
            this.tablePanelMain.ResumeLayout(false);
            this.panelMain.ResumeLayout(false);
            this.ResumeLayout(false);
        }
コード例 #7
0
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.label1 = new System.Windows.Forms.Label();
			this.buttonChooseRDP = new System.Windows.Forms.Button();
			this.tableLayoutPanel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// tableLayoutPanel1
			// 
			this.tableLayoutPanel1.ColumnCount = 2;
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
			this.tableLayoutPanel1.Controls.Add(this.buttonChooseRDP, 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 = 2;
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel1.Size = new System.Drawing.Size(479, 214);
			this.tableLayoutPanel1.TabIndex = 0;
			// 
			// label1
			// 
			this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.label1.Location = new System.Drawing.Point(3, 0);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(154, 35);
			this.label1.TabIndex = 0;
			this.label1.Text = "Choose profile:";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// buttonChooseRDP
			// 
			this.buttonChooseRDP.Dock = System.Windows.Forms.DockStyle.Fill;
			this.buttonChooseRDP.Location = new System.Drawing.Point(163, 3);
			this.buttonChooseRDP.Name = "buttonChooseRDP";
			this.buttonChooseRDP.Size = new System.Drawing.Size(313, 29);
			this.buttonChooseRDP.TabIndex = 1;
			this.buttonChooseRDP.Text = "RDP Profile";
			this.buttonChooseRDP.UseVisualStyleBackColor = true;
			this.buttonChooseRDP.Click += new System.EventHandler(this.ButtonChooseRDPClick);
			// 
			// EditRDP
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.tableLayoutPanel1);
			this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.Margin = new System.Windows.Forms.Padding(0);
			this.Name = "EditRDP";
			this.Size = new System.Drawing.Size(479, 214);
			this.tableLayoutPanel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
コード例 #8
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location = new System.Drawing.Point(225, 2);
     this.textBox1.Margin = new System.Windows.Forms.Padding(0);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(221, 20);
     this.textBox1.TabIndex = 1;
     this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location = new System.Drawing.Point(5, 2);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(215, 21);
     this.label1.TabIndex = 0;
     this.label1.Text = "label1";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.textBox1, 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 = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(448, 25);
     this.tableLayoutPanel1.TabIndex = 2;
     //
     // ShortcutChanger
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "ShortcutChanger";
     this.Size = new System.Drawing.Size(448, 25);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #9
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.TableLayoutPanel TableLayout;
			this.SideImageControl = new TC.WinForms.Controls.TSystemIconBox();
			this.MessageLabel = new TC.WinForms.Controls.TLabel();
			TableLayout = new System.Windows.Forms.TableLayoutPanel();
			TableLayout.SuspendLayout();
			this.SuspendLayout();
			// 
			// TableLayout
			// 
			TableLayout.AutoSize = true;
			TableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			TableLayout.ColumnCount = 2;
			TableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			TableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			TableLayout.Controls.Add(this.SideImageControl, 0, 0);
			TableLayout.Controls.Add(this.MessageLabel, 1, 0);
			TableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
			TableLayout.Location = new System.Drawing.Point(8, 8);
			TableLayout.Name = "TableLayout";
			TableLayout.RowCount = 1;
			TableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
			TableLayout.Size = new System.Drawing.Size(84, 38);
			TableLayout.TabIndex = 0;
			// 
			// SideImageControl
			// 
			this.SideImageControl.Location = new System.Drawing.Point(3, 3);
			this.SideImageControl.Name = "SideImageControl";
			this.SideImageControl.Size = new System.Drawing.Size(42, 42);
			this.SideImageControl.TabIndex = 0;
			this.SideImageControl.TabStop = false;
			// 
			// MessageLabel
			// 
			this.MessageLabel.AutoSize = true;
			this.MessageLabel.Location = new System.Drawing.Point(41, 0);
			this.MessageLabel.Name = "MessageLabel";
			this.MessageLabel.Padding = new System.Windows.Forms.Padding(10);
			this.MessageLabel.Size = new System.Drawing.Size(20, 33);
			this.MessageLabel.TabIndex = 0;
			// 
			// TMessageDialogContentControl
			// 
			this.AutoSize = true;
			this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.Controls.Add(TableLayout);
			this.Name = "TMessageDialogContentControl";
			this.Size = new System.Drawing.Size(100, 54);
			TableLayout.ResumeLayout(false);
			TableLayout.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
コード例 #10
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		void InitializeComponent() {
			treeView1 = new System.Windows.Forms.TreeView();
			richTextBox1 = new System.Windows.Forms.RichTextBox();
			tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			tableLayoutPanel1.SuspendLayout();
			SuspendLayout();
			// 
			// treeView1
			// 
			treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
			treeView1.Location = new System.Drawing.Point(13, 13);
			treeView1.Name = "treeView1";
			treeView1.Size = new System.Drawing.Size(114, 391);
			treeView1.TabIndex = 0;
			// 
			// richTextBox1
			// 
			richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			richTextBox1.Location = new System.Drawing.Point(133, 13);
			richTextBox1.Name = "richTextBox1";
			richTextBox1.ReadOnly = true;
			richTextBox1.ShortcutsEnabled = false;
			richTextBox1.Size = new System.Drawing.Size(432, 391);
			richTextBox1.TabIndex = 1;
			richTextBox1.Text = "";
			// 
			// tableLayoutPanel1
			// 
			tableLayoutPanel1.ColumnCount = 2;
			tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
			tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			tableLayoutPanel1.Controls.Add(treeView1);
			tableLayoutPanel1.Controls.Add(richTextBox1, 1, 0);
			tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			tableLayoutPanel1.Name = "tableLayoutPanel1";
			tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(10);
			tableLayoutPanel1.RowCount = 1;
			tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			tableLayoutPanel1.Size = new System.Drawing.Size(578, 417);
			tableLayoutPanel1.TabIndex = 2;
			// 
			// HelpForm
			// 
			AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			ClientSize = new System.Drawing.Size(578, 417);
			Controls.Add(tableLayoutPanel1);
			Name = "HelpForm";
			Text = "HelpForm";
			tableLayoutPanel1.ResumeLayout(false);
			ResumeLayout (false);

		}
コード例 #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewMediumLevelRecordEditor));
     this.bSave = new System.Windows.Forms.Button();
     this.bCancel = new System.Windows.Forms.Button();
     this.Error = new System.Windows.Forms.ErrorProvider(this.components);
     this.fpanel1 = new System.Windows.Forms.TableLayoutPanel();
     ((System.ComponentModel.ISupportInitialize)(this.Error)).BeginInit();
     this.SuspendLayout();
     //
     // bSave
     //
     resources.ApplyResources(this.bSave, "bSave");
     this.bSave.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.bSave.Name = "bSave";
     this.bSave.UseVisualStyleBackColor = true;
     this.bSave.Click += new System.EventHandler(this.bSave_Click);
     //
     // bCancel
     //
     resources.ApplyResources(this.bCancel, "bCancel");
     this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bCancel.Name = "bCancel";
     this.bCancel.UseVisualStyleBackColor = true;
     this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
     //
     // Error
     //
     this.Error.ContainerControl = this;
     resources.ApplyResources(this.Error, "Error");
     //
     // fpanel1
     //
     resources.ApplyResources(this.fpanel1, "fpanel1");
     this.fpanel1.Name = "fpanel1";
     this.fpanel1.Resize += new System.EventHandler(this.fpanel1_Resize);
     //
     // NewMediumLevelRecordEditor
     //
     this.AcceptButton = this.bSave;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.bCancel;
     this.Controls.Add(this.fpanel1);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bSave);
     this.Name = "NewMediumLevelRecordEditor";
     this.ShowInTaskbar = false;
     this.Load += new System.EventHandler(this.NewMediumLevelRecordEditor_Load);
     this.Shown += new System.EventHandler(this.NewMediumLevelRecordEditor_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.Error)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #12
0
ファイル: TableItem.designer.cs プロジェクト: mgrman/DGCLib
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._table = new System.Windows.Forms.TableLayoutPanel();
     this._label = new System.Windows.Forms.Label();
     this._errorProvider = new System.Windows.Forms.ErrorProvider();
     this._table.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // _table
     //
     this._table.ColumnCount = 3;
     this._table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this._table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this._table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 16F));
     this._table.Controls.Add(this._label, 0, 0);
     this._table.Dock = System.Windows.Forms.DockStyle.Fill;
     this._table.Location = new System.Drawing.Point(0, 0);
     this._table.Name = "_table";
     this._table.RowCount = 1;
     this._table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this._table.Size = new System.Drawing.Size(219, 28);
     this._table.TabIndex = 0;
     //
     // _label
     //
     this._label.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this._label.AutoEllipsis = true;
     this._label.AutoSize = true;
     this._label.Location = new System.Drawing.Point(3, 7);
     this._label.Margin = new System.Windows.Forms.Padding(3);
     this._label.Name = "_label";
     this._label.Size = new System.Drawing.Size(36, 13);
     this._label.TabIndex = 6;
     this._label.Text = "<text>";
     this._label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _errorProvider
     //
     this._errorProvider.ContainerControl = this;
     //
     // TableItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this._table);
     this.Name = "TableItem";
     this.Size = new System.Drawing.Size(219, 28);
     this._table.ResumeLayout(false);
     this._table.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #13
0
        /// <summary> 
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を 
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent() {
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.Label label1;
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            label1 = new System.Windows.Forms.Label();
            tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 3;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.Controls.Add(label1, 1, 1);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 3;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            tableLayoutPanel1.Size = new System.Drawing.Size(150, 150);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Font = new System.Drawing.Font("MS UI Gothic", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            label1.Location = new System.Drawing.Point(-28, 58);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(207, 33);
            label1.TabIndex = 0;
            label1.Text = "お待ちください...";
            // 
            // WaitNow
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Controls.Add(tableLayoutPanel1);
            this.ForeColor = System.Drawing.Color.Black;
            this.Name = "WaitNow";
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

        }
コード例 #14
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
		private void InitializeComponent()
		{
			tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			label1 = new System.Windows.Forms.Label();
			pictureBox1 = new System.Windows.Forms.PictureBox();
			tableLayoutPanel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
			base.SuspendLayout();
			tableLayoutPanel1.ColumnCount = 2;
			tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			tableLayoutPanel1.Controls.Add(label1, 0, 0);
			tableLayoutPanel1.Controls.Add(pictureBox1, 0, 0);
			tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			tableLayoutPanel1.Name = "tableLayoutPanel1";
			tableLayoutPanel1.RowCount = 1;
			tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f));
			tableLayoutPanel1.Size = new System.Drawing.Size(0x191, 0x1a);
			tableLayoutPanel1.TabIndex = 0;
			label1.AutoSize = true;
			label1.Dock = System.Windows.Forms.DockStyle.Fill;
			label1.Location = new System.Drawing.Point(0xe7, 2);
			label1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
			label1.Name = "label1";
			label1.Size = new System.Drawing.Size(0xa7, 0x18);
			label1.TabIndex = 3;
			label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			pictureBox1.Image = SVNMonitor.Resources.Images.animation_8_1;
			pictureBox1.Location = new System.Drawing.Point(3, 3);
			pictureBox1.Name = "pictureBox1";
			pictureBox1.Size = new System.Drawing.Size(0xde, 20);
			pictureBox1.TabIndex = 2;
			pictureBox1.TabStop = false;
			base.AutoScaleDimensions = new System.Drawing.SizeF(6f, 13f);
			base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			base.Controls.Add(tableLayoutPanel1);
			base.Name = "AnimationProgressBar";
			base.Size = new System.Drawing.Size(0x191, 0x1a);
			tableLayoutPanel1.ResumeLayout(false);
			tableLayoutPanel1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
			base.ResumeLayout(false);
		}
コード例 #15
0
ファイル: About.Designer.cs プロジェクト: dbremner/szotar
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			System.Windows.Forms.TableLayoutPanel table;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
			this.webLink = new System.Windows.Forms.LinkLabel();
			this.version = new System.Windows.Forms.Label();
			this.productName = new System.Windows.Forms.Label();
			table = new System.Windows.Forms.TableLayoutPanel();
			table.SuspendLayout();
			this.SuspendLayout();
			// 
			// table
			// 
			resources.ApplyResources(table, "table");
			table.Controls.Add(this.webLink, 0, 2);
			table.Controls.Add(this.version, 0, 1);
			table.Controls.Add(this.productName, 0, 0);
			table.Name = "table";
			// 
			// webLink
			// 
			resources.ApplyResources(this.webLink, "webLink");
			this.webLink.Name = "webLink";
			this.webLink.TabStop = true;
			// 
			// version
			// 
			resources.ApplyResources(this.version, "version");
			this.version.Name = "version";
			// 
			// productName
			// 
			resources.ApplyResources(this.productName, "productName");
			this.productName.Name = "productName";
			// 
			// About
			// 
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(table);
			this.Name = "About";
			table.ResumeLayout(false);
			table.PerformLayout();
			this.ResumeLayout(false);

		}
コード例 #16
0
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormulatorDialog));
     this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.FApplyButton = new System.Windows.Forms.Button();
     this.FCloseButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // tableLayoutPanel
     //
     resources.ApplyResources(this.tableLayoutPanel, "tableLayoutPanel");
     this.tableLayoutPanel.Name = "tableLayoutPanel";
     //
     // FApplyButton
     //
     resources.ApplyResources(this.FApplyButton, "FApplyButton");
     this.FApplyButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.FApplyButton.Name = "FApplyButton";
     this.FApplyButton.UseVisualStyleBackColor = true;
     //
     // FCloseButton
     //
     resources.ApplyResources(this.FCloseButton, "FCloseButton");
     this.FCloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.FCloseButton.Name = "FCloseButton";
     this.FCloseButton.UseVisualStyleBackColor = true;
     //
     // FormulatorDialog
     //
     this.AcceptButton = this.FApplyButton;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.FCloseButton;
     this.Controls.Add(this.FApplyButton);
     this.Controls.Add(this.tableLayoutPanel);
     this.Controls.Add(this.FCloseButton);
     this.Name = "FormulatorDialog";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormulatorDialog_FormClosing);
     this.ResumeLayout(false);
 }
コード例 #17
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tmrRefresh = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize = true;
     this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(696, 130);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tmrRefresh
     //
     this.tmrRefresh.Enabled = true;
     this.tmrRefresh.Interval = 5000;
     this.tmrRefresh.Tick += new System.EventHandler(this.tmrRefresh_Tick);
     //
     // TimeLine
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "TimeLine";
     this.Size = new System.Drawing.Size(702, 560);
     this.Load += new System.EventHandler(this.TimeLine_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #18
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.weapon_table = new System.Windows.Forms.TableLayoutPanel();
     this.del_butt = new System.Windows.Forms.Button();
     this.item_info_table = new System.Windows.Forms.TableLayoutPanel();
     this.weight_box = new System.Windows.Forms.TextBox();
     this.cost_box = new System.Windows.Forms.TextBox();
     this.item_name_box = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.weapon_info_table = new System.Windows.Forms.TableLayoutPanel();
     this.damage_label = new System.Windows.Forms.Label();
     this.crit_range_label = new System.Windows.Forms.Label();
     this.type_label = new System.Windows.Forms.Label();
     this.crit_range_box = new System.Windows.Forms.TextBox();
     this.category_box = new System.Windows.Forms.TextBox();
     this.range_box = new System.Windows.Forms.TextBox();
     this.type_box = new System.Windows.Forms.TextBox();
     this.size_box = new System.Windows.Forms.TextBox();
     this.category_label = new System.Windows.Forms.Label();
     this.size_label = new System.Windows.Forms.Label();
     this.range_label = new System.Windows.Forms.Label();
     this.damage_box = new System.Windows.Forms.TextBox();
     this.notes_box = new System.Windows.Forms.RichTextBox();
     this.equipped_box = new System.Windows.Forms.CheckBox();
     this.weapon_table.SuspendLayout();
     this.item_info_table.SuspendLayout();
     this.panel1.SuspendLayout();
     this.weapon_info_table.SuspendLayout();
     this.SuspendLayout();
     //
     // weapon_table
     //
     this.weapon_table.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.weapon_table.ColumnCount = 2;
     this.weapon_table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.weapon_table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 412F));
     this.weapon_table.Controls.Add(this.del_butt, 0, 0);
     this.weapon_table.Controls.Add(this.item_info_table, 1, 0);
     this.weapon_table.Controls.Add(this.panel1, 1, 1);
     this.weapon_table.Controls.Add(this.equipped_box, 0, 1);
     this.weapon_table.Location = new System.Drawing.Point(0, 0);
     this.weapon_table.Name = "weapon_table";
     this.weapon_table.RowCount = 2;
     this.weapon_table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.weapon_table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 138F));
     this.weapon_table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.weapon_table.Size = new System.Drawing.Size(451, 175);
     this.weapon_table.TabIndex = 2;
     this.weapon_table.DoubleClick += new System.EventHandler(this.weapon_table_DoubleClick);
     this.weapon_table.MouseMove += new System.Windows.Forms.MouseEventHandler(this.weapon_table_MouseMove);
     //
     // del_butt
     //
     this.del_butt.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.del_butt.BackColor = System.Drawing.Color.DarkGray;
     this.del_butt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.del_butt.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.del_butt.Image = global::BagOfHolding.Properties.Resources.close_icon;
     this.del_butt.Location = new System.Drawing.Point(8, 7);
     this.del_butt.Name = "del_butt";
     this.del_butt.Size = new System.Drawing.Size(21, 21);
     this.del_butt.TabIndex = 6;
     this.del_butt.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.del_butt.UseVisualStyleBackColor = false;
     this.del_butt.Visible = false;
     this.del_butt.Click += new System.EventHandler(this.del_butt_Click);
     //
     // item_info_table
     //
     this.item_info_table.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.item_info_table.ColumnCount = 3;
     this.item_info_table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.27586F));
     this.item_info_table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.72414F));
     this.item_info_table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.item_info_table.Controls.Add(this.weight_box, 0, 0);
     this.item_info_table.Controls.Add(this.cost_box, 1, 0);
     this.item_info_table.Controls.Add(this.item_name_box, 0, 0);
     this.item_info_table.Location = new System.Drawing.Point(41, 4);
     this.item_info_table.Name = "item_info_table";
     this.item_info_table.RowCount = 1;
     this.item_info_table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.item_info_table.Size = new System.Drawing.Size(402, 27);
     this.item_info_table.TabIndex = 1;
     //
     // weight_box
     //
     this.weight_box.BackColor = System.Drawing.Color.Gainsboro;
     this.weight_box.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.weight_box.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.weight_box.Font = new System.Drawing.Font("Bahnschrift Light SemiCondensed", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.weight_box.Location = new System.Drawing.Point(208, 4);
     this.weight_box.Name = "weight_box";
     this.weight_box.Size = new System.Drawing.Size(88, 20);
     this.weight_box.TabIndex = 2;
     this.weight_box.Text = "weight";
     this.weight_box.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.weight_box.TextChanged += new System.EventHandler(this.weight_box_TextChanged);
     //
     // cost_box
     //
     this.cost_box.BackColor = System.Drawing.Color.Gainsboro;
     this.cost_box.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.cost_box.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.cost_box.Font = new System.Drawing.Font("Bahnschrift Light SemiCondensed", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cost_box.Location = new System.Drawing.Point(303, 4);
     this.cost_box.Name = "cost_box";
     this.cost_box.Size = new System.Drawing.Size(95, 20);
     this.cost_box.TabIndex = 1;
     this.cost_box.Text = "cost";
     this.cost_box.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.cost_box.TextChanged += new System.EventHandler(this.cost_box_TextChanged);
     //
     // item_name_box
     //
     this.item_name_box.BackColor = System.Drawing.Color.Gainsboro;
     this.item_name_box.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.item_name_box.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.item_name_box.Font = new System.Drawing.Font("Bahnschrift", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.item_name_box.Location = new System.Drawing.Point(4, 4);
     this.item_name_box.Name = "item_name_box";
     this.item_name_box.Size = new System.Drawing.Size(197, 20);
     this.item_name_box.TabIndex = 0;
     this.item_name_box.Text = "itemName";
     this.item_name_box.TextChanged += new System.EventHandler(this.item_name_box_TextChanged);
     this.item_name_box.DoubleClick += new System.EventHandler(this.item_name_box_DoubleClick);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.weapon_info_table);
     this.panel1.Controls.Add(this.notes_box);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(41, 39);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(406, 132);
     this.panel1.TabIndex = 2;
     //
     // weapon_info_table
     //
     this.weapon_info_table.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.weapon_info_table.ColumnCount = 2;
     this.weapon_info_table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.42857F));
     this.weapon_info_table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.57143F));
     this.weapon_info_table.Controls.Add(this.damage_label, 0, 0);
     this.weapon_info_table.Controls.Add(this.crit_range_label, 0, 1);
     this.weapon_info_table.Controls.Add(this.type_label, 0, 4);
     this.weapon_info_table.Controls.Add(this.crit_range_box, 1, 1);
     this.weapon_info_table.Controls.Add(this.category_box, 1, 2);
     this.weapon_info_table.Controls.Add(this.range_box, 1, 3);
     this.weapon_info_table.Controls.Add(this.type_box, 1, 4);
     this.weapon_info_table.Controls.Add(this.size_box, 1, 5);
     this.weapon_info_table.Controls.Add(this.category_label, 0, 2);
     this.weapon_info_table.Controls.Add(this.size_label, 0, 5);
     this.weapon_info_table.Controls.Add(this.range_label, 0, 3);
     this.weapon_info_table.Controls.Add(this.damage_box, 1, 0);
     this.weapon_info_table.Location = new System.Drawing.Point(0, 0);
     this.weapon_info_table.Name = "weapon_info_table";
     this.weapon_info_table.RowCount = 6;
     this.weapon_info_table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 21.48241F));
     this.weapon_info_table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.70352F));
     this.weapon_info_table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.70352F));
     this.weapon_info_table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.70352F));
     this.weapon_info_table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.70352F));
     this.weapon_info_table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.70352F));
     this.weapon_info_table.Size = new System.Drawing.Size(184, 129);
     this.weapon_info_table.TabIndex = 4;
     //
     // damage_label
     //
     this.damage_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.damage_label.AutoSize = true;
     this.damage_label.Font = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.damage_label.Location = new System.Drawing.Point(4, 14);
     this.damage_label.Name = "damage_label";
     this.damage_label.Size = new System.Drawing.Size(51, 13);
     this.damage_label.TabIndex = 0;
     this.damage_label.Text = "Damage :";
     //
     // crit_range_label
     //
     this.crit_range_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.crit_range_label.AutoSize = true;
     this.crit_range_label.Font = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.crit_range_label.Location = new System.Drawing.Point(4, 34);
     this.crit_range_label.Name = "crit_range_label";
     this.crit_range_label.Size = new System.Drawing.Size(63, 13);
     this.crit_range_label.TabIndex = 0;
     this.crit_range_label.Text = "Crit Range :";
     //
     // type_label
     //
     this.type_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.type_label.AutoSize = true;
     this.type_label.Font = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.type_label.Location = new System.Drawing.Point(4, 94);
     this.type_label.Name = "type_label";
     this.type_label.Size = new System.Drawing.Size(33, 13);
     this.type_label.TabIndex = 0;
     this.type_label.Text = "Type :";
     //
     // crit_range_box
     //
     this.crit_range_box.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.crit_range_box.BackColor = System.Drawing.Color.Gainsboro;
     this.crit_range_box.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.crit_range_box.Font = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.crit_range_box.Location = new System.Drawing.Point(83, 31);
     this.crit_range_box.Name = "crit_range_box";
     this.crit_range_box.Size = new System.Drawing.Size(97, 14);
     this.crit_range_box.TabIndex = 1;
     this.crit_range_box.TextChanged += new System.EventHandler(this.crit_range_box_TextChanged);
     //
     // category_box
     //
     this.category_box.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.category_box.BackColor = System.Drawing.Color.Gainsboro;
     this.category_box.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.category_box.Font = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.category_box.Location = new System.Drawing.Point(83, 51);
     this.category_box.Name = "category_box";
     this.category_box.Size = new System.Drawing.Size(97, 14);
     this.category_box.TabIndex = 1;
     this.category_box.TextChanged += new System.EventHandler(this.category_box_TextChanged);
     //
     // range_box
     //
     this.range_box.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.range_box.BackColor = System.Drawing.Color.Gainsboro;
     this.range_box.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.range_box.Font = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.range_box.Location = new System.Drawing.Point(83, 71);
     this.range_box.Name = "range_box";
     this.range_box.Size = new System.Drawing.Size(97, 14);
     this.range_box.TabIndex = 1;
     this.range_box.TextChanged += new System.EventHandler(this.range_box_TextChanged);
     //
     // type_box
     //
     this.type_box.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.type_box.BackColor = System.Drawing.Color.Gainsboro;
     this.type_box.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.type_box.Font = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.type_box.Location = new System.Drawing.Point(83, 91);
     this.type_box.Name = "type_box";
     this.type_box.Size = new System.Drawing.Size(97, 14);
     this.type_box.TabIndex = 1;
     this.type_box.TextChanged += new System.EventHandler(this.type_box_TextChanged);
     //
     // size_box
     //
     this.size_box.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.size_box.BackColor = System.Drawing.Color.Gainsboro;
     this.size_box.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.size_box.Font = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.size_box.Location = new System.Drawing.Point(83, 111);
     this.size_box.Name = "size_box";
     this.size_box.Size = new System.Drawing.Size(97, 14);
     this.size_box.TabIndex = 1;
     this.size_box.TextChanged += new System.EventHandler(this.size_box_TextChanged);
     //
     // category_label
     //
     this.category_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.category_label.AutoSize = true;
     this.category_label.Font = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.category_label.Location = new System.Drawing.Point(4, 54);
     this.category_label.Name = "category_label";
     this.category_label.Size = new System.Drawing.Size(56, 13);
     this.category_label.TabIndex = 0;
     this.category_label.Text = "Category :";
     //
     // size_label
     //
     this.size_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.size_label.AutoSize = true;
     this.size_label.Font = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.size_label.Location = new System.Drawing.Point(4, 115);
     this.size_label.Name = "size_label";
     this.size_label.Size = new System.Drawing.Size(32, 13);
     this.size_label.TabIndex = 0;
     this.size_label.Text = "Size :";
     //
     // range_label
     //
     this.range_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.range_label.AutoSize = true;
     this.range_label.Font = new System.Drawing.Font("Bahnschrift", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.range_label.Location = new System.Drawing.Point(4, 74);
     this.range_label.Name = "range_label";
     this.range_label.Size = new System.Drawing.Size(42, 13);
     this.range_label.TabIndex = 0;
     this.range_label.Text = "Range :";
     //
     // damage_box
     //
     this.damage_box.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.damage_box.BackColor = System.Drawing.Color.Gainsboro;
     this.damage_box.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.damage_box.Font = new System.Drawing.Font("Bahnschrift", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.damage_box.Location = new System.Drawing.Point(83, 5);
     this.damage_box.Name = "damage_box";
     this.damage_box.Size = new System.Drawing.Size(97, 19);
     this.damage_box.TabIndex = 1;
     this.damage_box.TextChanged += new System.EventHandler(this.damage_box_TextChanged);
     //
     // notes_box
     //
     this.notes_box.BackColor = System.Drawing.Color.Gainsboro;
     this.notes_box.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.notes_box.Font = new System.Drawing.Font("Bahnschrift Light", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.notes_box.Location = new System.Drawing.Point(190, 0);
     this.notes_box.Name = "notes_box";
     this.notes_box.Size = new System.Drawing.Size(212, 133);
     this.notes_box.TabIndex = 3;
     this.notes_box.Text = "";
     this.notes_box.TextChanged += new System.EventHandler(this.notes_box_TextChanged);
     //
     // equipped_box
     //
     this.equipped_box.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.equipped_box.AutoSize = true;
     this.equipped_box.Location = new System.Drawing.Point(8, 93);
     this.equipped_box.Name = "equipped_box";
     this.equipped_box.Padding = new System.Windows.Forms.Padding(4, 7, 3, 3);
     this.equipped_box.Size = new System.Drawing.Size(22, 24);
     this.equipped_box.TabIndex = 4;
     this.equipped_box.UseVisualStyleBackColor = true;
     this.equipped_box.CheckedChanged += new System.EventHandler(this.equipped_box_CheckedChanged);
     //
     // WeaponBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Gainsboro;
     this.Controls.Add(this.weapon_table);
     this.Name = "WeaponBox";
     this.Size = new System.Drawing.Size(451, 175);
     this.weapon_table.ResumeLayout(false);
     this.weapon_table.PerformLayout();
     this.item_info_table.ResumeLayout(false);
     this.item_info_table.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.weapon_info_table.ResumeLayout(false);
     this.weapon_info_table.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.aggregationsMainTableLayout = new System.Windows.Forms.TableLayoutPanel();
     this.label1 = new System.Windows.Forms.Label();
     this.dateRangeCheckGroupBox = new UIToolbox.CheckGroupBox();
     this.dateRangeTableLayout   = new System.Windows.Forms.TableLayoutPanel();
     this.endDatePicker          = new System.Windows.Forms.DateTimePicker();
     this.startDatePicker        = new System.Windows.Forms.DateTimePicker();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.QuerySelectionComboBox = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.detailLevelComboBox = new System.Windows.Forms.ComboBox();
     this.label5                          = new System.Windows.Forms.Label();
     this.queryTextBox                    = new System.Windows.Forms.TextBox();
     this.goButton                        = new System.Windows.Forms.Button();
     this.selectAreaButton                = new System.Windows.Forms.Button();
     this.label6                          = new System.Windows.Forms.Label();
     this.selectionTypeComboBox           = new System.Windows.Forms.ComboBox();
     this.mainFormTabControl              = new System.Windows.Forms.TabControl();
     this.aggregationsTabPage             = new System.Windows.Forms.TabPage();
     this.analysisTabPage                 = new System.Windows.Forms.TabPage();
     this.analysisMainTableLayout         = new System.Windows.Forms.TableLayoutPanel();
     this.refreshButton                   = new System.Windows.Forms.Button();
     this.changeDetectionGroupBox         = new UIToolbox.CheckGroupBox();
     this.tableLayoutPanel1               = new System.Windows.Forms.TableLayoutPanel();
     this.infoButton                      = new System.Windows.Forms.Button();
     this.aggLayerAComboBox               = new System.Windows.Forms.ComboBox();
     this.aggLayerBComboBox               = new System.Windows.Forms.ComboBox();
     this.includeDiffCheckbox             = new System.Windows.Forms.CheckBox();
     this.multiChangeDetectionGroupBox    = new UIToolbox.CheckGroupBox();
     this.multiChangeDetectionTableLayout = new System.Windows.Forms.TableLayoutPanel();
     this.multiChangeDetectionInfoButton  = new System.Windows.Forms.Button();
     this.changeLayersListBox             = new System.Windows.Forms.ListBox();
     this.generateButton                  = new System.Windows.Forms.Button();
     this.mltcGroupBox                    = new UIToolbox.CheckGroupBox();
     this.mltcTableLayout                 = new System.Windows.Forms.TableLayoutPanel();
     this.mltcInfoButton                  = new System.Windows.Forms.Button();
     this.focusLayerComboBox              = new System.Windows.Forms.ComboBox();
     this.statusLabel                     = new System.Windows.Forms.Label();
     this.analysisProgressBar             = new System.Windows.Forms.ProgressBar();
     this.aggregationsMainTableLayout.SuspendLayout();
     this.dateRangeCheckGroupBox.SuspendLayout();
     this.dateRangeTableLayout.SuspendLayout();
     this.mainFormTabControl.SuspendLayout();
     this.aggregationsTabPage.SuspendLayout();
     this.analysisTabPage.SuspendLayout();
     this.analysisMainTableLayout.SuspendLayout();
     this.changeDetectionGroupBox.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.multiChangeDetectionGroupBox.SuspendLayout();
     this.multiChangeDetectionTableLayout.SuspendLayout();
     this.mltcGroupBox.SuspendLayout();
     this.mltcTableLayout.SuspendLayout();
     this.SuspendLayout();
     //
     // aggregationsMainTableLayout
     //
     this.aggregationsMainTableLayout.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.aggregationsMainTableLayout.ColumnCount = 3;
     this.aggregationsMainTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
     this.aggregationsMainTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.aggregationsMainTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.aggregationsMainTableLayout.Controls.Add(this.label1, 0, 0);
     this.aggregationsMainTableLayout.Controls.Add(this.dateRangeCheckGroupBox, 0, 3);
     this.aggregationsMainTableLayout.Controls.Add(this.QuerySelectionComboBox, 0, 1);
     this.aggregationsMainTableLayout.Controls.Add(this.label2, 0, 2);
     this.aggregationsMainTableLayout.Controls.Add(this.detailLevelComboBox, 1, 2);
     this.aggregationsMainTableLayout.Controls.Add(this.label5, 0, 5);
     this.aggregationsMainTableLayout.Controls.Add(this.queryTextBox, 0, 6);
     this.aggregationsMainTableLayout.Controls.Add(this.goButton, 2, 9);
     this.aggregationsMainTableLayout.Controls.Add(this.selectAreaButton, 0, 9);
     this.aggregationsMainTableLayout.Controls.Add(this.label6, 0, 8);
     this.aggregationsMainTableLayout.Controls.Add(this.selectionTypeComboBox, 1, 8);
     this.aggregationsMainTableLayout.Location = new System.Drawing.Point(6, 6);
     this.aggregationsMainTableLayout.Name     = "aggregationsMainTableLayout";
     this.aggregationsMainTableLayout.RowCount = 10;
     this.aggregationsMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.aggregationsMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.aggregationsMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 51F));
     this.aggregationsMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 110F));
     this.aggregationsMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
     this.aggregationsMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     this.aggregationsMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.aggregationsMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
     this.aggregationsMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.aggregationsMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 49F));
     this.aggregationsMainTableLayout.Size     = new System.Drawing.Size(372, 516);
     this.aggregationsMainTableLayout.TabIndex = 0;
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label1.AutoSize = true;
     this.aggregationsMainTableLayout.SetColumnSpan(this.label1, 3);
     this.label1.Location = new System.Drawing.Point(121, 6);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(129, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "What are you looking for?";
     //
     // dateRangeCheckGroupBox
     //
     this.dateRangeCheckGroupBox.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.dateRangeCheckGroupBox.CheckBoxText = "Date Range";
     this.dateRangeCheckGroupBox.Checked      = false;
     this.dateRangeCheckGroupBox.CheckState   = System.Windows.Forms.CheckState.Unchecked;
     this.aggregationsMainTableLayout.SetColumnSpan(this.dateRangeCheckGroupBox, 3);
     this.dateRangeCheckGroupBox.Controls.Add(this.dateRangeTableLayout);
     this.dateRangeCheckGroupBox.Location = new System.Drawing.Point(3, 114);
     this.dateRangeCheckGroupBox.Name     = "dateRangeCheckGroupBox";
     this.dateRangeCheckGroupBox.Size     = new System.Drawing.Size(366, 104);
     this.dateRangeCheckGroupBox.TabIndex = 8;
     this.dateRangeCheckGroupBox.TabStop  = false;
     this.dateRangeCheckGroupBox.Text     = "Date Range";
     //
     // dateRangeTableLayout
     //
     this.dateRangeTableLayout.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.dateRangeTableLayout.ColumnCount = 2;
     this.dateRangeTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.61017F));
     this.dateRangeTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 63.38983F));
     this.dateRangeTableLayout.Controls.Add(this.endDatePicker, 1, 1);
     this.dateRangeTableLayout.Controls.Add(this.startDatePicker, 1, 0);
     this.dateRangeTableLayout.Controls.Add(this.label4, 0, 1);
     this.dateRangeTableLayout.Controls.Add(this.label3, 0, 0);
     this.dateRangeTableLayout.Location = new System.Drawing.Point(9, 21);
     this.dateRangeTableLayout.Name     = "dateRangeTableLayout";
     this.dateRangeTableLayout.RowCount = 2;
     this.dateRangeTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.dateRangeTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.dateRangeTableLayout.Size     = new System.Drawing.Size(351, 77);
     this.dateRangeTableLayout.TabIndex = 1;
     //
     // endDatePicker
     //
     this.endDatePicker.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.endDatePicker.CustomFormat = "";
     this.endDatePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     this.endDatePicker.Location     = new System.Drawing.Point(131, 47);
     this.endDatePicker.MaxDate      = new System.DateTime(2016, 7, 21, 0, 0, 0, 0);
     this.endDatePicker.Name         = "endDatePicker";
     this.endDatePicker.Size         = new System.Drawing.Size(217, 20);
     this.endDatePicker.TabIndex     = 3;
     this.endDatePicker.Value        = new System.DateTime(2016, 7, 21, 0, 0, 0, 0);
     //
     // startDatePicker
     //
     this.startDatePicker.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.startDatePicker.CustomFormat = "";
     this.startDatePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     this.startDatePicker.Location     = new System.Drawing.Point(131, 9);
     this.startDatePicker.Name         = "startDatePicker";
     this.startDatePicker.Size         = new System.Drawing.Size(217, 20);
     this.startDatePicker.TabIndex     = 2;
     //
     // label4
     //
     this.label4.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(31, 51);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(66, 13);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Ending Date";
     //
     // label3
     //
     this.label3.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(29, 12);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(69, 13);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Starting Date";
     //
     // QuerySelectionComboBox
     //
     this.QuerySelectionComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.aggregationsMainTableLayout.SetColumnSpan(this.QuerySelectionComboBox, 3);
     this.QuerySelectionComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.QuerySelectionComboBox.FormattingEnabled = true;
     this.QuerySelectionComboBox.Items.AddRange(new object[] {
         "What data is available in the region?",
         "What is the twitter sentiment in the region?",
         "What type of data is available in the region?"
     });
     this.QuerySelectionComboBox.Location = new System.Drawing.Point(3, 32);
     this.QuerySelectionComboBox.Name     = "QuerySelectionComboBox";
     this.QuerySelectionComboBox.Size     = new System.Drawing.Size(366, 21);
     this.QuerySelectionComboBox.TabIndex = 1;
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(30, 79);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(63, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Detail Level";
     //
     // detailLevelComboBox
     //
     this.detailLevelComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.aggregationsMainTableLayout.SetColumnSpan(this.detailLevelComboBox, 2);
     this.detailLevelComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.detailLevelComboBox.FormattingEnabled = true;
     this.detailLevelComboBox.Items.AddRange(new object[] {
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8"
     });
     this.detailLevelComboBox.Location = new System.Drawing.Point(126, 75);
     this.detailLevelComboBox.Name     = "detailLevelComboBox";
     this.detailLevelComboBox.Size     = new System.Drawing.Size(243, 21);
     this.detailLevelComboBox.TabIndex = 3;
     //
     // label5
     //
     this.label5.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label5.AutoSize = true;
     this.aggregationsMainTableLayout.SetColumnSpan(this.label5, 2);
     this.label5.Location = new System.Drawing.Point(3, 247);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(60, 13);
     this.label5.TabIndex = 5;
     this.label5.Text     = "Query Filter";
     //
     // queryTextBox
     //
     this.queryTextBox.AcceptsReturn = true;
     this.queryTextBox.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.aggregationsMainTableLayout.SetColumnSpan(this.queryTextBox, 3);
     this.queryTextBox.Location   = new System.Drawing.Point(3, 272);
     this.queryTextBox.Multiline  = true;
     this.queryTextBox.Name       = "queryTextBox";
     this.queryTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.queryTextBox.Size       = new System.Drawing.Size(366, 145);
     this.queryTextBox.TabIndex   = 6;
     this.queryTextBox.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.EventHandlerQueryTextBoxKeyDown);
     //
     // goButton
     //
     this.goButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.goButton.Location = new System.Drawing.Point(273, 478);
     this.goButton.Name     = "goButton";
     this.goButton.Size     = new System.Drawing.Size(96, 35);
     this.goButton.TabIndex = 12;
     this.goButton.Text     = "Go";
     this.goButton.UseVisualStyleBackColor = true;
     this.goButton.Click += new System.EventHandler(this.EventHandlerGoButtonClick);
     //
     // selectAreaButton
     //
     this.selectAreaButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.selectAreaButton.Location = new System.Drawing.Point(3, 478);
     this.selectAreaButton.Name     = "selectAreaButton";
     this.selectAreaButton.Size     = new System.Drawing.Size(96, 35);
     this.selectAreaButton.TabIndex = 11;
     this.selectAreaButton.Text     = "Select Area";
     this.selectAreaButton.UseVisualStyleBackColor = true;
     this.selectAreaButton.Click += new System.EventHandler(this.EventHandlerSelectAreaButtonClick);
     //
     // label6
     //
     this.label6.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(22, 444);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(78, 13);
     this.label6.TabIndex = 9;
     this.label6.Text     = "Selection Type";
     //
     // selectionTypeComboBox
     //
     this.selectionTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.aggregationsMainTableLayout.SetColumnSpan(this.selectionTypeComboBox, 2);
     this.selectionTypeComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.selectionTypeComboBox.FormattingEnabled = true;
     this.selectionTypeComboBox.Items.AddRange(new object[] {
         "Draw Rectangle",
         "Use Selected Polygon"
     });
     this.selectionTypeComboBox.Location = new System.Drawing.Point(126, 440);
     this.selectionTypeComboBox.Name     = "selectionTypeComboBox";
     this.selectionTypeComboBox.Size     = new System.Drawing.Size(243, 21);
     this.selectionTypeComboBox.TabIndex = 10;
     //
     // mainFormTabControl
     //
     this.mainFormTabControl.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.mainFormTabControl.Controls.Add(this.aggregationsTabPage);
     this.mainFormTabControl.Controls.Add(this.analysisTabPage);
     this.mainFormTabControl.Location      = new System.Drawing.Point(3, 3);
     this.mainFormTabControl.Name          = "mainFormTabControl";
     this.mainFormTabControl.SelectedIndex = 0;
     this.mainFormTabControl.Size          = new System.Drawing.Size(392, 554);
     this.mainFormTabControl.TabIndex      = 1;
     //
     // aggregationsTabPage
     //
     this.aggregationsTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.aggregationsTabPage.Controls.Add(this.aggregationsMainTableLayout);
     this.aggregationsTabPage.Location = new System.Drawing.Point(4, 22);
     this.aggregationsTabPage.Name     = "aggregationsTabPage";
     this.aggregationsTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.aggregationsTabPage.Size     = new System.Drawing.Size(384, 528);
     this.aggregationsTabPage.TabIndex = 0;
     this.aggregationsTabPage.Text     = "Aggregations";
     //
     // analysisTabPage
     //
     this.analysisTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.analysisTabPage.Controls.Add(this.analysisMainTableLayout);
     this.analysisTabPage.Location = new System.Drawing.Point(4, 22);
     this.analysisTabPage.Name     = "analysisTabPage";
     this.analysisTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.analysisTabPage.Size     = new System.Drawing.Size(384, 528);
     this.analysisTabPage.TabIndex = 1;
     this.analysisTabPage.Text     = "Analysis";
     //
     // analysisMainTableLayout
     //
     this.analysisMainTableLayout.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.analysisMainTableLayout.ColumnCount = 3;
     this.analysisMainTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.analysisMainTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.analysisMainTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.analysisMainTableLayout.Controls.Add(this.refreshButton, 0, 6);
     this.analysisMainTableLayout.Controls.Add(this.changeDetectionGroupBox, 0, 0);
     this.analysisMainTableLayout.Controls.Add(this.multiChangeDetectionGroupBox, 0, 2);
     this.analysisMainTableLayout.Controls.Add(this.generateButton, 2, 6);
     this.analysisMainTableLayout.Controls.Add(this.mltcGroupBox, 0, 3);
     this.analysisMainTableLayout.Controls.Add(this.statusLabel, 0, 4);
     this.analysisMainTableLayout.Controls.Add(this.analysisProgressBar, 0, 5);
     this.analysisMainTableLayout.Location = new System.Drawing.Point(6, 6);
     this.analysisMainTableLayout.Name     = "analysisMainTableLayout";
     this.analysisMainTableLayout.RowCount = 7;
     this.analysisMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
     this.analysisMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 132F));
     this.analysisMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 159F));
     this.analysisMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 98F));
     this.analysisMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.analysisMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.analysisMainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.analysisMainTableLayout.Size     = new System.Drawing.Size(372, 516);
     this.analysisMainTableLayout.TabIndex = 0;
     //
     // refreshButton
     //
     this.refreshButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.refreshButton.Location = new System.Drawing.Point(3, 485);
     this.refreshButton.Name     = "refreshButton";
     this.refreshButton.Size     = new System.Drawing.Size(82, 28);
     this.refreshButton.TabIndex = 4;
     this.refreshButton.Text     = "Refresh";
     this.refreshButton.UseVisualStyleBackColor = true;
     this.refreshButton.Click += new System.EventHandler(this.EventHandlerRefreshButtonClick);
     //
     // changeDetectionGroupBox
     //
     this.changeDetectionGroupBox.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.changeDetectionGroupBox.CheckBoxText = "Change Detection";
     this.changeDetectionGroupBox.Checked      = false;
     this.changeDetectionGroupBox.CheckState   = System.Windows.Forms.CheckState.Unchecked;
     this.analysisMainTableLayout.SetColumnSpan(this.changeDetectionGroupBox, 3);
     this.changeDetectionGroupBox.Controls.Add(this.tableLayoutPanel1);
     this.changeDetectionGroupBox.Location = new System.Drawing.Point(3, 3);
     this.changeDetectionGroupBox.Name     = "changeDetectionGroupBox";
     this.analysisMainTableLayout.SetRowSpan(this.changeDetectionGroupBox, 2);
     this.changeDetectionGroupBox.Size     = new System.Drawing.Size(366, 154);
     this.changeDetectionGroupBox.TabIndex = 0;
     this.changeDetectionGroupBox.TabStop  = false;
     this.changeDetectionGroupBox.Text     = "Change Detection";
     //
     // 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 = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.Controls.Add(this.infoButton, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.aggLayerAComboBox, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.aggLayerBComboBox, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.includeDiffCheckbox, 0, 3);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 18);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 47.19101F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 52.80899F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(357, 130);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // infoButton
     //
     this.infoButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.infoButton.Font     = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.infoButton.Location = new System.Drawing.Point(326, 3);
     this.infoButton.Name     = "infoButton";
     this.infoButton.Size     = new System.Drawing.Size(28, 28);
     this.infoButton.TabIndex = 0;
     this.infoButton.Text     = "i";
     this.infoButton.UseVisualStyleBackColor = true;
     this.infoButton.Click += new System.EventHandler(this.EventHandlerInfoButtonClick);
     //
     // aggLayerAComboBox
     //
     this.aggLayerAComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.SetColumnSpan(this.aggLayerAComboBox, 3);
     this.aggLayerAComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.aggLayerAComboBox.FormattingEnabled = true;
     this.aggLayerAComboBox.Location          = new System.Drawing.Point(3, 42);
     this.aggLayerAComboBox.Name     = "aggLayerAComboBox";
     this.aggLayerAComboBox.Size     = new System.Drawing.Size(351, 21);
     this.aggLayerAComboBox.TabIndex = 1;
     //
     // aggLayerBComboBox
     //
     this.aggLayerBComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.SetColumnSpan(this.aggLayerBComboBox, 3);
     this.aggLayerBComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.aggLayerBComboBox.FormattingEnabled = true;
     this.aggLayerBComboBox.Location          = new System.Drawing.Point(3, 75);
     this.aggLayerBComboBox.Name     = "aggLayerBComboBox";
     this.aggLayerBComboBox.Size     = new System.Drawing.Size(351, 21);
     this.aggLayerBComboBox.TabIndex = 2;
     //
     // includeDiffCheckbox
     //
     this.includeDiffCheckbox.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.includeDiffCheckbox.AutoSize = true;
     this.tableLayoutPanel1.SetColumnSpan(this.includeDiffCheckbox, 2);
     this.includeDiffCheckbox.Location = new System.Drawing.Point(3, 106);
     this.includeDiffCheckbox.Name     = "includeDiffCheckbox";
     this.includeDiffCheckbox.Size     = new System.Drawing.Size(96, 17);
     this.includeDiffCheckbox.TabIndex = 3;
     this.includeDiffCheckbox.Text     = "Include % Diffs";
     this.includeDiffCheckbox.UseVisualStyleBackColor = true;
     //
     // multiChangeDetectionGroupBox
     //
     this.multiChangeDetectionGroupBox.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.multiChangeDetectionGroupBox.CheckBoxText = "Multi Change Detection";
     this.multiChangeDetectionGroupBox.Checked      = false;
     this.multiChangeDetectionGroupBox.CheckState   = System.Windows.Forms.CheckState.Unchecked;
     this.analysisMainTableLayout.SetColumnSpan(this.multiChangeDetectionGroupBox, 3);
     this.multiChangeDetectionGroupBox.Controls.Add(this.multiChangeDetectionTableLayout);
     this.multiChangeDetectionGroupBox.Location = new System.Drawing.Point(3, 163);
     this.multiChangeDetectionGroupBox.Name     = "multiChangeDetectionGroupBox";
     this.multiChangeDetectionGroupBox.Size     = new System.Drawing.Size(366, 153);
     this.multiChangeDetectionGroupBox.TabIndex = 1;
     this.multiChangeDetectionGroupBox.TabStop  = false;
     this.multiChangeDetectionGroupBox.Text     = "Multi Change Detection";
     //
     // multiChangeDetectionTableLayout
     //
     this.multiChangeDetectionTableLayout.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.multiChangeDetectionTableLayout.ColumnCount = 3;
     this.multiChangeDetectionTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.multiChangeDetectionTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.multiChangeDetectionTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.multiChangeDetectionTableLayout.Controls.Add(this.multiChangeDetectionInfoButton, 2, 0);
     this.multiChangeDetectionTableLayout.Controls.Add(this.changeLayersListBox, 0, 1);
     this.multiChangeDetectionTableLayout.Location = new System.Drawing.Point(6, 21);
     this.multiChangeDetectionTableLayout.Name     = "multiChangeDetectionTableLayout";
     this.multiChangeDetectionTableLayout.RowCount = 2;
     this.multiChangeDetectionTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 29.13386F));
     this.multiChangeDetectionTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70.86614F));
     this.multiChangeDetectionTableLayout.Size     = new System.Drawing.Size(351, 126);
     this.multiChangeDetectionTableLayout.TabIndex = 1;
     //
     // multiChangeDetectionInfoButton
     //
     this.multiChangeDetectionInfoButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.multiChangeDetectionInfoButton.Font     = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.multiChangeDetectionInfoButton.Location = new System.Drawing.Point(320, 3);
     this.multiChangeDetectionInfoButton.Name     = "multiChangeDetectionInfoButton";
     this.multiChangeDetectionInfoButton.Size     = new System.Drawing.Size(28, 28);
     this.multiChangeDetectionInfoButton.TabIndex = 1;
     this.multiChangeDetectionInfoButton.Text     = "i";
     this.multiChangeDetectionInfoButton.UseVisualStyleBackColor = true;
     this.multiChangeDetectionInfoButton.Click += new System.EventHandler(this.EventHandlerMultiChangeDetectionInfoButtonClick);
     //
     // changeLayersListBox
     //
     this.changeLayersListBox.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.multiChangeDetectionTableLayout.SetColumnSpan(this.changeLayersListBox, 3);
     this.changeLayersListBox.FormattingEnabled = true;
     this.changeLayersListBox.Location          = new System.Drawing.Point(3, 39);
     this.changeLayersListBox.Name          = "changeLayersListBox";
     this.changeLayersListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
     this.changeLayersListBox.Size          = new System.Drawing.Size(345, 82);
     this.changeLayersListBox.TabIndex      = 6;
     //
     // generateButton
     //
     this.generateButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.generateButton.Location = new System.Drawing.Point(287, 485);
     this.generateButton.Name     = "generateButton";
     this.generateButton.Size     = new System.Drawing.Size(82, 28);
     this.generateButton.TabIndex = 3;
     this.generateButton.Text     = "Generate";
     this.generateButton.UseVisualStyleBackColor = true;
     this.generateButton.Click += new System.EventHandler(this.EventHandlerGenerateButtonClick);
     //
     // mltcGroupBox
     //
     this.mltcGroupBox.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.mltcGroupBox.CheckBoxText = "More Like This Cell";
     this.mltcGroupBox.Checked      = false;
     this.mltcGroupBox.CheckState   = System.Windows.Forms.CheckState.Unchecked;
     this.analysisMainTableLayout.SetColumnSpan(this.mltcGroupBox, 3);
     this.mltcGroupBox.Controls.Add(this.mltcTableLayout);
     this.mltcGroupBox.Location = new System.Drawing.Point(3, 322);
     this.mltcGroupBox.Name     = "mltcGroupBox";
     this.mltcGroupBox.Size     = new System.Drawing.Size(366, 92);
     this.mltcGroupBox.TabIndex = 2;
     this.mltcGroupBox.TabStop  = false;
     this.mltcGroupBox.Text     = "More Like This Cell";
     //
     // mltcTableLayout
     //
     this.mltcTableLayout.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.mltcTableLayout.ColumnCount = 3;
     this.mltcTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.mltcTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.mltcTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.mltcTableLayout.Controls.Add(this.mltcInfoButton, 2, 0);
     this.mltcTableLayout.Controls.Add(this.focusLayerComboBox, 0, 1);
     this.mltcTableLayout.Location = new System.Drawing.Point(6, 21);
     this.mltcTableLayout.Name     = "mltcTableLayout";
     this.mltcTableLayout.RowCount = 2;
     this.mltcTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.mltcTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.mltcTableLayout.Size     = new System.Drawing.Size(354, 65);
     this.mltcTableLayout.TabIndex = 1;
     //
     // mltcInfoButton
     //
     this.mltcInfoButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.mltcInfoButton.Font     = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mltcInfoButton.Location = new System.Drawing.Point(323, 3);
     this.mltcInfoButton.Name     = "mltcInfoButton";
     this.mltcInfoButton.Size     = new System.Drawing.Size(28, 28);
     this.mltcInfoButton.TabIndex = 2;
     this.mltcInfoButton.Text     = "i";
     this.mltcInfoButton.UseVisualStyleBackColor = true;
     this.mltcInfoButton.Click += new System.EventHandler(this.EventHandlerMltcInfoButtonClick);
     //
     // focusLayerComboBox
     //
     this.focusLayerComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.mltcTableLayout.SetColumnSpan(this.focusLayerComboBox, 3);
     this.focusLayerComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.focusLayerComboBox.FormattingEnabled = true;
     this.focusLayerComboBox.Location          = new System.Drawing.Point(3, 44);
     this.focusLayerComboBox.Name     = "focusLayerComboBox";
     this.focusLayerComboBox.Size     = new System.Drawing.Size(348, 21);
     this.focusLayerComboBox.TabIndex = 6;
     //
     // statusLabel
     //
     this.statusLabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.statusLabel.AutoSize = true;
     this.statusLabel.Location = new System.Drawing.Point(3, 423);
     this.statusLabel.Name     = "statusLabel";
     this.statusLabel.Size     = new System.Drawing.Size(43, 13);
     this.statusLabel.TabIndex = 5;
     this.statusLabel.Text     = "Status: ";
     //
     // analysisProgressBar
     //
     this.analysisProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.analysisMainTableLayout.SetColumnSpan(this.analysisProgressBar, 3);
     this.analysisProgressBar.Location = new System.Drawing.Point(3, 445);
     this.analysisProgressBar.Name     = "analysisProgressBar";
     this.analysisProgressBar.Size     = new System.Drawing.Size(366, 21);
     this.analysisProgressBar.TabIndex = 6;
     //
     // Aggregations
     //
     this.Controls.Add(this.mainFormTabControl);
     this.Name = "Aggregations";
     this.Size = new System.Drawing.Size(398, 560);
     this.aggregationsMainTableLayout.ResumeLayout(false);
     this.aggregationsMainTableLayout.PerformLayout();
     this.dateRangeCheckGroupBox.ResumeLayout(false);
     this.dateRangeCheckGroupBox.PerformLayout();
     this.dateRangeTableLayout.ResumeLayout(false);
     this.dateRangeTableLayout.PerformLayout();
     this.mainFormTabControl.ResumeLayout(false);
     this.aggregationsTabPage.ResumeLayout(false);
     this.analysisTabPage.ResumeLayout(false);
     this.analysisMainTableLayout.ResumeLayout(false);
     this.analysisMainTableLayout.PerformLayout();
     this.changeDetectionGroupBox.ResumeLayout(false);
     this.changeDetectionGroupBox.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.multiChangeDetectionGroupBox.ResumeLayout(false);
     this.multiChangeDetectionGroupBox.PerformLayout();
     this.multiChangeDetectionTableLayout.ResumeLayout(false);
     this.mltcGroupBox.ResumeLayout(false);
     this.mltcGroupBox.PerformLayout();
     this.mltcTableLayout.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     this.labelDate            = new System.Windows.Forms.Label();
     this.labelMessage         = new System.Windows.Forms.Label();
     this.labelAuthor          = new System.Windows.Forms.Label();
     this.labelTags            = new System.Windows.Forms.Label();
     this.labelBranches        = new System.Windows.Forms.Label();
     this.labelTagsCaption     = new System.Windows.Forms.Label();
     this.labelBranchesCaption = new System.Windows.Forms.Label();
     this.labelAuthorCaption   = new System.Windows.Forms.Label();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.labelDateCaption     = new System.Windows.Forms.Label();
     tableLayoutPanel1         = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox1.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // labelDate
     //
     this.labelDate.AutoSize  = true;
     this.labelDate.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelDate.Location  = new System.Drawing.Point(114, 68);
     this.labelDate.Name      = "labelDate";
     this.labelDate.Size      = new System.Drawing.Size(291, 28);
     this.labelDate.TabIndex  = 4;
     this.labelDate.Text      = "...";
     this.labelDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelMessage
     //
     this.labelMessage.AutoEllipsis = true;
     this.labelMessage.AutoSize     = true;
     tableLayoutPanel1.SetColumnSpan(this.labelMessage, 2);
     this.labelMessage.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.labelMessage.Location     = new System.Drawing.Point(3, 0);
     this.labelMessage.MaximumSize  = new System.Drawing.Size(1000, 50);
     this.labelMessage.Name         = "labelMessage";
     this.labelMessage.Size         = new System.Drawing.Size(402, 20);
     this.labelMessage.TabIndex     = 0;
     this.labelMessage.Text         = "...";
     this.labelMessage.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelMessage.SizeChanged += new System.EventHandler(this.labelMessage_SizeChanged);
     //
     // labelAuthor
     //
     this.labelAuthor.AutoSize  = true;
     this.labelAuthor.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelAuthor.Location  = new System.Drawing.Point(114, 40);
     this.labelAuthor.Name      = "labelAuthor";
     this.labelAuthor.Size      = new System.Drawing.Size(291, 28);
     this.labelAuthor.TabIndex  = 2;
     this.labelAuthor.Text      = "...";
     this.labelAuthor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelTags
     //
     this.labelTags.AutoSize  = true;
     this.labelTags.BackColor = System.Drawing.Color.LightSteelBlue;
     this.labelTags.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelTags.Location  = new System.Drawing.Point(114, 124);
     this.labelTags.Name      = "labelTags";
     this.labelTags.Size      = new System.Drawing.Size(291, 28);
     this.labelTags.TabIndex  = 8;
     this.labelTags.Text      = "...";
     this.labelTags.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelBranches
     //
     this.labelBranches.AutoSize  = true;
     this.labelBranches.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelBranches.Location  = new System.Drawing.Point(114, 96);
     this.labelBranches.Name      = "labelBranches";
     this.labelBranches.Size      = new System.Drawing.Size(291, 28);
     this.labelBranches.TabIndex  = 6;
     this.labelBranches.Text      = "...";
     this.labelBranches.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelTagsCaption
     //
     this.labelTagsCaption.AutoSize  = true;
     this.labelTagsCaption.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelTagsCaption.Location  = new System.Drawing.Point(4, 128);
     this.labelTagsCaption.Margin    = new System.Windows.Forms.Padding(4);
     this.labelTagsCaption.Name      = "labelTagsCaption";
     this.labelTagsCaption.Size      = new System.Drawing.Size(103, 20);
     this.labelTagsCaption.TabIndex  = 7;
     this.labelTagsCaption.Text      = "Tag(s):";
     this.labelTagsCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelBranchesCaption
     //
     this.labelBranchesCaption.AutoSize  = true;
     this.labelBranchesCaption.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelBranchesCaption.Location  = new System.Drawing.Point(4, 100);
     this.labelBranchesCaption.Margin    = new System.Windows.Forms.Padding(4);
     this.labelBranchesCaption.Name      = "labelBranchesCaption";
     this.labelBranchesCaption.Size      = new System.Drawing.Size(103, 20);
     this.labelBranchesCaption.TabIndex  = 5;
     this.labelBranchesCaption.Text      = "Branch(es):";
     this.labelBranchesCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelAuthorCaption
     //
     this.labelAuthorCaption.AutoSize  = true;
     this.labelAuthorCaption.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelAuthorCaption.Location  = new System.Drawing.Point(4, 44);
     this.labelAuthorCaption.Margin    = new System.Windows.Forms.Padding(4);
     this.labelAuthorCaption.Name      = "labelAuthorCaption";
     this.labelAuthorCaption.Size      = new System.Drawing.Size(103, 20);
     this.labelAuthorCaption.TabIndex  = 1;
     this.labelAuthorCaption.Text      = "Author:";
     this.labelAuthorCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox1
     //
     this.groupBox1.AutoSize     = true;
     this.groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.groupBox1.Controls.Add(tableLayoutPanel1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(16);
     this.groupBox1.Size     = new System.Drawing.Size(440, 203);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "...";
     this.groupBox1.Resize  += new System.EventHandler(this.groupBox1_Resize);
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize     = true;
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel1.ColumnCount  = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(this.labelDateCaption, 0, 3);
     tableLayoutPanel1.Controls.Add(this.labelAuthorCaption, 0, 2);
     tableLayoutPanel1.Controls.Add(this.labelAuthor, 1, 2);
     tableLayoutPanel1.Controls.Add(this.labelMessage, 0, 0);
     tableLayoutPanel1.Controls.Add(this.labelBranches, 1, 4);
     tableLayoutPanel1.Controls.Add(this.labelBranchesCaption, 0, 4);
     tableLayoutPanel1.Controls.Add(this.labelTagsCaption, 0, 5);
     tableLayoutPanel1.Controls.Add(this.labelTags, 1, 5);
     tableLayoutPanel1.Controls.Add(this.labelDate, 1, 3);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(16, 35);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 6;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.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(408, 152);
     tableLayoutPanel1.TabIndex = 0;
     //
     // labelDateCaption
     //
     this.labelDateCaption.AutoSize  = true;
     this.labelDateCaption.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelDateCaption.Location  = new System.Drawing.Point(4, 72);
     this.labelDateCaption.Margin    = new System.Windows.Forms.Padding(4);
     this.labelDateCaption.Name      = "labelDateCaption";
     this.labelDateCaption.Size      = new System.Drawing.Size(103, 20);
     this.labelDateCaption.TabIndex  = 3;
     this.labelDateCaption.Text      = "Commit date:";
     this.labelDateCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // CommitSummaryUserControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.groupBox1);
     this.MinimumSize = new System.Drawing.Size(440, 160);
     this.Name        = "CommitSummaryUserControl";
     this.Size        = new System.Drawing.Size(440, 203);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #21
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.tlpAutor = new System.Windows.Forms.TableLayoutPanel();
     this.lblApellido = new System.Windows.Forms.Label();
     this.lblNombre = new System.Windows.Forms.Label();
     this.lblFechaNacimiento = new System.Windows.Forms.Label();
     this.lblNacionalidad = new System.Windows.Forms.Label();
     this.txtApellido = new System.Windows.Forms.TextBox();
     this.txtNombre = new System.Windows.Forms.TextBox();
     this.dtpFechaNacimiento = new System.Windows.Forms.DateTimePicker();
     this.btnConfirmar = new System.Windows.Forms.Button();
     this.btnCerrar = new System.Windows.Forms.Button();
     this.cboPaises = new System.Windows.Forms.ComboBox();
     this.tlpAutor.SuspendLayout();
     this.SuspendLayout();
     //
     // tlpAutor
     //
     this.tlpAutor.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.InsetDouble;
     this.tlpAutor.ColumnCount = 2;
     this.tlpAutor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpAutor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpAutor.Controls.Add(this.lblApellido, 0, 0);
     this.tlpAutor.Controls.Add(this.lblNombre, 0, 1);
     this.tlpAutor.Controls.Add(this.lblFechaNacimiento, 0, 2);
     this.tlpAutor.Controls.Add(this.lblNacionalidad, 0, 3);
     this.tlpAutor.Controls.Add(this.txtApellido, 1, 0);
     this.tlpAutor.Controls.Add(this.txtNombre, 1, 1);
     this.tlpAutor.Controls.Add(this.dtpFechaNacimiento, 1, 2);
     this.tlpAutor.Controls.Add(this.btnConfirmar, 0, 4);
     this.tlpAutor.Controls.Add(this.btnCerrar, 1, 4);
     this.tlpAutor.Controls.Add(this.cboPaises, 1, 3);
     this.tlpAutor.Location = new System.Drawing.Point(18, 15);
     this.tlpAutor.Margin = new System.Windows.Forms.Padding(4);
     this.tlpAutor.Name = "tlpAutor";
     this.tlpAutor.RowCount = 5;
     this.tlpAutor.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tlpAutor.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tlpAutor.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tlpAutor.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tlpAutor.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tlpAutor.Size = new System.Drawing.Size(511, 344);
     this.tlpAutor.TabIndex = 0;
     //
     // lblApellido
     //
     this.lblApellido.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblApellido.AutoSize = true;
     this.lblApellido.Location = new System.Drawing.Point(91, 27);
     this.lblApellido.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblApellido.Name = "lblApellido";
     this.lblApellido.Size = new System.Drawing.Size(159, 16);
     this.lblApellido.TabIndex = 0;
     this.lblApellido.Text = "INGRESE APELLIDO :";
     //
     // lblNombre
     //
     this.lblNombre.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblNombre.AutoSize = true;
     this.lblNombre.Location = new System.Drawing.Point(169, 95);
     this.lblNombre.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblNombre.Name = "lblNombre";
     this.lblNombre.Size = new System.Drawing.Size(81, 16);
     this.lblNombre.TabIndex = 1;
     this.lblNombre.Text = "NOMBRE :";
     //
     // lblFechaNacimiento
     //
     this.lblFechaNacimiento.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblFechaNacimiento.AutoSize = true;
     this.lblFechaNacimiento.Location = new System.Drawing.Point(62, 163);
     this.lblFechaNacimiento.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblFechaNacimiento.Name = "lblFechaNacimiento";
     this.lblFechaNacimiento.Size = new System.Drawing.Size(188, 16);
     this.lblFechaNacimiento.TabIndex = 2;
     this.lblFechaNacimiento.Text = "FECHA DE NACIMIENTO :";
     //
     // lblNacionalidad
     //
     this.lblNacionalidad.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblNacionalidad.AutoSize = true;
     this.lblNacionalidad.Location = new System.Drawing.Point(123, 231);
     this.lblNacionalidad.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblNacionalidad.Name = "lblNacionalidad";
     this.lblNacionalidad.Size = new System.Drawing.Size(127, 16);
     this.lblNacionalidad.TabIndex = 3;
     this.lblNacionalidad.Text = "NACIONALIDAD :";
     //
     // txtApellido
     //
     this.txtApellido.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtApellido.Location = new System.Drawing.Point(261, 24);
     this.txtApellido.Margin = new System.Windows.Forms.Padding(4);
     this.txtApellido.Name = "txtApellido";
     this.txtApellido.Size = new System.Drawing.Size(243, 22);
     this.txtApellido.TabIndex = 4;
     //
     // txtNombre
     //
     this.txtNombre.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtNombre.Location = new System.Drawing.Point(261, 92);
     this.txtNombre.Margin = new System.Windows.Forms.Padding(4);
     this.txtNombre.Name = "txtNombre";
     this.txtNombre.Size = new System.Drawing.Size(243, 22);
     this.txtNombre.TabIndex = 5;
     //
     // dtpFechaNacimiento
     //
     this.dtpFechaNacimiento.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.dtpFechaNacimiento.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpFechaNacimiento.Location = new System.Drawing.Point(261, 160);
     this.dtpFechaNacimiento.Margin = new System.Windows.Forms.Padding(4);
     this.dtpFechaNacimiento.Name = "dtpFechaNacimiento";
     this.dtpFechaNacimiento.Size = new System.Drawing.Size(243, 22);
     this.dtpFechaNacimiento.TabIndex = 6;
     //
     // btnConfirmar
     //
     this.btnConfirmar.BackColor = System.Drawing.Color.DarkOliveGreen;
     this.btnConfirmar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnConfirmar.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnConfirmar.Location = new System.Drawing.Point(7, 279);
     this.btnConfirmar.Margin = new System.Windows.Forms.Padding(4);
     this.btnConfirmar.Name = "btnConfirmar";
     this.btnConfirmar.Size = new System.Drawing.Size(243, 58);
     this.btnConfirmar.TabIndex = 8;
     this.btnConfirmar.Text = "CONFIRMAR";
     this.btnConfirmar.UseVisualStyleBackColor = false;
     //
     // btnCerrar
     //
     this.btnCerrar.BackColor = System.Drawing.Color.DarkRed;
     this.btnCerrar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnCerrar.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.btnCerrar.Location = new System.Drawing.Point(261, 279);
     this.btnCerrar.Margin = new System.Windows.Forms.Padding(4);
     this.btnCerrar.Name = "btnCerrar";
     this.btnCerrar.Size = new System.Drawing.Size(243, 58);
     this.btnCerrar.TabIndex = 9;
     this.btnCerrar.Text = "CERRAR";
     this.btnCerrar.UseVisualStyleBackColor = false;
     //
     // cboPaises
     //
     this.cboPaises.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.cboPaises.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPaises.FormattingEnabled = true;
     this.cboPaises.Items.AddRange(new object[] {
     "Argentina",
     "Uruguay",
     "Chile",
     "Peru",
     "Colombia"});
     this.cboPaises.Location = new System.Drawing.Point(261, 229);
     this.cboPaises.Margin = new System.Windows.Forms.Padding(4);
     this.cboPaises.Name = "cboPaises";
     this.cboPaises.Size = new System.Drawing.Size(243, 24);
     this.cboPaises.TabIndex = 7;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(552, 386);
     this.Controls.Add(this.tlpAutor);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.tlpAutor.ResumeLayout(false);
     this.tlpAutor.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #22
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectLogForm));
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.GBCommands        = new System.Windows.Forms.Panel();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.TxtManualCommand  = new LaserGRBL.UserControls.GrblTextBox();
     this.CmdLog            = new LaserGRBL.UserControls.CommandLog();
     this.GBFile            = new System.Windows.Forms.Panel();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.LblProgress       = new System.Windows.Forms.Label();
     this.LblFilename       = new System.Windows.Forms.Label();
     this.TbFileName        = new System.Windows.Forms.TextBox();
     this.PB                   = new LaserGRBL.UserControls.DoubleProgressBar();
     this.BtnOpen              = new LaserGRBL.UserControls.ImageButton();
     this.BtnRunProgram        = new LaserGRBL.UserControls.ImageButton();
     this.UDLoopCounter        = new System.Windows.Forms.NumericUpDown();
     this.BtnAbortProgram      = new LaserGRBL.UserControls.ImageButton();
     this.GBConnection         = new System.Windows.Forms.Panel();
     this.tableLayoutPanel4    = new System.Windows.Forms.TableLayoutPanel();
     this.LblEmulator          = new System.Windows.Forms.Label();
     this.LblComPort           = new System.Windows.Forms.Label();
     this.CBPort               = new System.Windows.Forms.ComboBox();
     this.LblBaudRate          = new System.Windows.Forms.Label();
     this.CBSpeed              = new System.Windows.Forms.ComboBox();
     this.LblAddress           = new System.Windows.Forms.Label();
     this.TxtAddress           = new System.Windows.Forms.TextBox();
     this.TxtEmulator          = new System.Windows.Forms.TextBox();
     this.BtnConnectDisconnect = new LaserGRBL.UserControls.ImageButton();
     this.TT                   = new System.Windows.Forms.ToolTip(this.components);
     this.tableLayoutPanel1.SuspendLayout();
     this.GBCommands.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     this.GBFile.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UDLoopCounter)).BeginInit();
     this.GBConnection.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.GBCommands, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.GBFile, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.GBConnection, 0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // GBCommands
     //
     this.GBCommands.Controls.Add(this.tableLayoutPanel6);
     resources.ApplyResources(this.GBCommands, "GBCommands");
     this.GBCommands.Name = "GBCommands";
     //
     // tableLayoutPanel6
     //
     resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6");
     this.tableLayoutPanel6.Controls.Add(this.TxtManualCommand, 0, 0);
     this.tableLayoutPanel6.Controls.Add(this.CmdLog, 0, 1);
     this.tableLayoutPanel6.Name = "tableLayoutPanel6";
     //
     // TxtManualCommand
     //
     this.TxtManualCommand.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     resources.ApplyResources(this.TxtManualCommand, "TxtManualCommand");
     this.TxtManualCommand.Name = "TxtManualCommand";
     this.TxtManualCommand.WaterMarkActiveForeColor = System.Drawing.Color.Gray;
     this.TxtManualCommand.WaterMarkFont            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TxtManualCommand.WaterMarkForeColor       = System.Drawing.Color.LightGray;
     this.TxtManualCommand.CommandEntered          += new LaserGRBL.UserControls.GrblTextBox.CommandEnteredDlg(this.TxtManualCommandCommandEntered);
     this.TxtManualCommand.Enter += new System.EventHandler(this.TxtManualCommand_Enter);
     this.TxtManualCommand.Leave += new System.EventHandler(this.TxtManualCommand_Leave);
     //
     // CmdLog
     //
     this.CmdLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     resources.ApplyResources(this.CmdLog, "CmdLog");
     this.CmdLog.Name    = "CmdLog";
     this.CmdLog.TabStop = false;
     //
     // GBFile
     //
     resources.ApplyResources(this.GBFile, "GBFile");
     this.GBFile.Controls.Add(this.tableLayoutPanel5);
     this.GBFile.Name = "GBFile";
     //
     // tableLayoutPanel5
     //
     resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5");
     this.tableLayoutPanel5.Controls.Add(this.LblProgress, 0, 1);
     this.tableLayoutPanel5.Controls.Add(this.LblFilename, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.TbFileName, 1, 0);
     this.tableLayoutPanel5.Controls.Add(this.PB, 1, 1);
     this.tableLayoutPanel5.Controls.Add(this.BtnOpen, 3, 0);
     this.tableLayoutPanel5.Controls.Add(this.BtnRunProgram, 3, 1);
     this.tableLayoutPanel5.Controls.Add(this.UDLoopCounter, 2, 1);
     this.tableLayoutPanel5.Controls.Add(this.BtnAbortProgram, 4, 1);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     //
     // LblProgress
     //
     resources.ApplyResources(this.LblProgress, "LblProgress");
     this.LblProgress.Name = "LblProgress";
     //
     // LblFilename
     //
     resources.ApplyResources(this.LblFilename, "LblFilename");
     this.LblFilename.Name = "LblFilename";
     //
     // TbFileName
     //
     this.tableLayoutPanel5.SetColumnSpan(this.TbFileName, 2);
     resources.ApplyResources(this.TbFileName, "TbFileName");
     this.TbFileName.Name        = "TbFileName";
     this.TbFileName.ReadOnly    = true;
     this.TbFileName.TabStop     = false;
     this.TbFileName.MouseEnter += new System.EventHandler(this.TbFileName_MouseEnter);
     this.TbFileName.MouseLeave += new System.EventHandler(this.TbFileName_MouseLeave);
     //
     // PB
     //
     this.PB.BarColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.PB.BorderColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.PB, "PB");
     this.PB.DrawProgressString = true;
     this.PB.FillColor          = System.Drawing.Color.White;
     this.PB.FillStyle          = LaserGRBL.UserControls.FillStyles.Solid;
     this.PB.ForeColor          = System.Drawing.Color.Black;
     this.PB.Maximum            = 100D;
     this.PB.Minimum            = 0D;
     this.PB.Name                   = "PB";
     this.PB.PercString             = null;
     this.PB.ProgressStringDecimals = 0;
     this.PB.Reverse                = false;
     this.PB.Step                   = 10D;
     this.PB.ThrowExceprion         = false;
     this.PB.Value                  = 0D;
     //
     // BtnOpen
     //
     this.BtnOpen.AltImage = null;
     resources.ApplyResources(this.BtnOpen, "BtnOpen");
     this.BtnOpen.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnOpen.Coloration = System.Drawing.Color.Empty;
     this.tableLayoutPanel5.SetColumnSpan(this.BtnOpen, 2);
     this.BtnOpen.Image      = ((System.Drawing.Image)(resources.GetObject("BtnOpen.Image")));
     this.BtnOpen.Name       = "BtnOpen";
     this.BtnOpen.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.FixedSize;
     this.BtnOpen.TabStop    = false;
     this.TT.SetToolTip(this.BtnOpen, resources.GetString("BtnOpen.ToolTip"));
     this.BtnOpen.UseAltImage = false;
     this.BtnOpen.Click      += new System.EventHandler(this.BtnOpenClick);
     //
     // BtnRunProgram
     //
     this.BtnRunProgram.AltImage = null;
     resources.ApplyResources(this.BtnRunProgram, "BtnRunProgram");
     this.BtnRunProgram.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnRunProgram.Coloration = System.Drawing.Color.Empty;
     this.BtnRunProgram.Image      = ((System.Drawing.Image)(resources.GetObject("BtnRunProgram.Image")));
     this.BtnRunProgram.Name       = "BtnRunProgram";
     this.BtnRunProgram.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.FixedSize;
     this.BtnRunProgram.TabStop    = false;
     this.TT.SetToolTip(this.BtnRunProgram, resources.GetString("BtnRunProgram.ToolTip"));
     this.BtnRunProgram.UseAltImage = false;
     this.BtnRunProgram.Click      += new System.EventHandler(this.BtnRunProgramClick);
     //
     // UDLoopCounter
     //
     resources.ApplyResources(this.UDLoopCounter, "UDLoopCounter");
     this.UDLoopCounter.Maximum = new decimal(new int[] {
         99,
         0,
         0,
         0
     });
     this.UDLoopCounter.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.UDLoopCounter.Name = "UDLoopCounter";
     this.TT.SetToolTip(this.UDLoopCounter, resources.GetString("UDLoopCounter.ToolTip"));
     this.UDLoopCounter.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.UDLoopCounter.ValueChanged += new System.EventHandler(this.UDLoopCounter_ValueChanged);
     //
     // BtnAbortProgram
     //
     this.BtnAbortProgram.AltImage = null;
     resources.ApplyResources(this.BtnAbortProgram, "BtnAbortProgram");
     this.BtnAbortProgram.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnAbortProgram.Coloration = System.Drawing.Color.Empty;
     this.BtnAbortProgram.Image      = ((System.Drawing.Image)(resources.GetObject("BtnAbortProgram.Image")));
     this.BtnAbortProgram.Name       = "BtnAbortProgram";
     this.BtnAbortProgram.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.FixedSize;
     this.BtnAbortProgram.TabStop    = false;
     this.TT.SetToolTip(this.BtnAbortProgram, resources.GetString("BtnAbortProgram.ToolTip"));
     this.BtnAbortProgram.UseAltImage = false;
     this.BtnAbortProgram.Click      += new System.EventHandler(this.BtnAbortProgram_Click);
     //
     // GBConnection
     //
     resources.ApplyResources(this.GBConnection, "GBConnection");
     this.GBConnection.Controls.Add(this.tableLayoutPanel4);
     this.GBConnection.Name = "GBConnection";
     //
     // tableLayoutPanel4
     //
     resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
     this.tableLayoutPanel4.Controls.Add(this.LblEmulator, 0, 2);
     this.tableLayoutPanel4.Controls.Add(this.LblComPort, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.CBPort, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.LblBaudRate, 2, 0);
     this.tableLayoutPanel4.Controls.Add(this.CBSpeed, 3, 0);
     this.tableLayoutPanel4.Controls.Add(this.LblAddress, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.TxtAddress, 1, 1);
     this.tableLayoutPanel4.Controls.Add(this.TxtEmulator, 1, 2);
     this.tableLayoutPanel4.Controls.Add(this.BtnConnectDisconnect, 4, 0);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     //
     // LblEmulator
     //
     resources.ApplyResources(this.LblEmulator, "LblEmulator");
     this.LblEmulator.Name = "LblEmulator";
     //
     // LblComPort
     //
     resources.ApplyResources(this.LblComPort, "LblComPort");
     this.LblComPort.Name = "LblComPort";
     //
     // CBPort
     //
     resources.ApplyResources(this.CBPort, "CBPort");
     this.CBPort.FormattingEnabled = true;
     this.CBPort.Name = "CBPort";
     this.CBPort.SelectedIndexChanged += new System.EventHandler(this.CBPort_SelectedIndexChanged);
     this.CBPort.TextChanged          += new System.EventHandler(this.CBPort_TextChanged);
     //
     // LblBaudRate
     //
     resources.ApplyResources(this.LblBaudRate, "LblBaudRate");
     this.LblBaudRate.Name = "LblBaudRate";
     //
     // CBSpeed
     //
     resources.ApplyResources(this.CBSpeed, "CBSpeed");
     this.CBSpeed.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CBSpeed.FormattingEnabled = true;
     this.CBSpeed.Name = "CBSpeed";
     this.CBSpeed.SelectedIndexChanged += new System.EventHandler(this.CBSpeed_SelectedIndexChanged);
     //
     // LblAddress
     //
     resources.ApplyResources(this.LblAddress, "LblAddress");
     this.LblAddress.Name = "LblAddress";
     //
     // TxtAddress
     //
     resources.ApplyResources(this.TxtAddress, "TxtAddress");
     this.tableLayoutPanel4.SetColumnSpan(this.TxtAddress, 3);
     this.TxtAddress.Name         = "TxtAddress";
     this.TxtAddress.TextChanged += new System.EventHandler(this.TxtHostName_TextChanged);
     //
     // TxtEmulator
     //
     resources.ApplyResources(this.TxtEmulator, "TxtEmulator");
     this.tableLayoutPanel4.SetColumnSpan(this.TxtEmulator, 3);
     this.TxtEmulator.Name = "TxtEmulator";
     //
     // BtnConnectDisconnect
     //
     this.BtnConnectDisconnect.AltImage = ((System.Drawing.Image)(resources.GetObject("BtnConnectDisconnect.AltImage")));
     resources.ApplyResources(this.BtnConnectDisconnect, "BtnConnectDisconnect");
     this.BtnConnectDisconnect.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnConnectDisconnect.Coloration = System.Drawing.Color.Empty;
     this.BtnConnectDisconnect.Image      = ((System.Drawing.Image)(resources.GetObject("BtnConnectDisconnect.Image")));
     this.BtnConnectDisconnect.Name       = "BtnConnectDisconnect";
     this.tableLayoutPanel4.SetRowSpan(this.BtnConnectDisconnect, 3);
     this.BtnConnectDisconnect.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.StretchImage;
     this.BtnConnectDisconnect.TabStop    = false;
     this.TT.SetToolTip(this.BtnConnectDisconnect, resources.GetString("BtnConnectDisconnect.ToolTip"));
     this.BtnConnectDisconnect.UseAltImage = false;
     this.BtnConnectDisconnect.Click      += new System.EventHandler(this.BtnConnectDisconnectClick);
     //
     // ConnectLogForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "ConnectLogForm";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.GBCommands.ResumeLayout(false);
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     this.GBFile.ResumeLayout(false);
     this.GBFile.PerformLayout();
     this.tableLayoutPanel5.ResumeLayout(false);
     this.tableLayoutPanel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UDLoopCounter)).EndInit();
     this.GBConnection.ResumeLayout(false);
     this.GBConnection.PerformLayout();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.Label            label1;
     this.OptGenerateDXF = new System.Windows.Forms.CheckBox();
     this.ExcelFilePath  = new System.Windows.Forms.TextBox();
     this.BtnBrowse      = new System.Windows.Forms.Button();
     this.DlgOpenFile    = new System.Windows.Forms.OpenFileDialog();
     tableLayoutPanel1   = new System.Windows.Forms.TableLayoutPanel();
     label1 = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 3;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.OptGenerateDXF, 0, 1);
     tableLayoutPanel1.Controls.Add(label1, 0, 0);
     tableLayoutPanel1.Controls.Add(this.ExcelFilePath, 1, 0);
     tableLayoutPanel1.Controls.Add(this.BtnBrowse, 2, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(301, 239);
     tableLayoutPanel1.TabIndex = 0;
     //
     // OptGenerateDXF
     //
     this.OptGenerateDXF.AutoSize = true;
     tableLayoutPanel1.SetColumnSpan(this.OptGenerateDXF, 2);
     this.OptGenerateDXF.Location = new System.Drawing.Point(3, 35);
     this.OptGenerateDXF.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.OptGenerateDXF.Name     = "OptGenerateDXF";
     this.OptGenerateDXF.Size     = new System.Drawing.Size(138, 17);
     this.OptGenerateDXF.TabIndex = 0;
     this.OptGenerateDXF.Text     = "Generate AutoCad DXF";
     this.OptGenerateDXF.UseVisualStyleBackColor = true;
     this.OptGenerateDXF.Visible         = false;
     this.OptGenerateDXF.CheckedChanged += new System.EventHandler(this.OptGenerateDXF_CheckedChanged);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 6);
     label1.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(55, 13);
     label1.TabIndex = 1;
     label1.Text     = "Excel File:";
     //
     // ExcelFilePath
     //
     this.ExcelFilePath.Dock         = System.Windows.Forms.DockStyle.Top;
     this.ExcelFilePath.Location     = new System.Drawing.Point(64, 3);
     this.ExcelFilePath.Name         = "ExcelFilePath";
     this.ExcelFilePath.Size         = new System.Drawing.Size(202, 20);
     this.ExcelFilePath.TabIndex     = 2;
     this.ExcelFilePath.TextChanged += new System.EventHandler(this.ExcelFilePath_TextChanged);
     //
     // BtnBrowse
     //
     this.BtnBrowse.AutoSize                = true;
     this.BtnBrowse.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BtnBrowse.Location                = new System.Drawing.Point(272, 3);
     this.BtnBrowse.Name                    = "BtnBrowse";
     this.BtnBrowse.Size                    = new System.Drawing.Size(26, 23);
     this.BtnBrowse.TabIndex                = 3;
     this.BtnBrowse.Text                    = "...";
     this.BtnBrowse.UseVisualStyleBackColor = true;
     this.BtnBrowse.Click                  += new System.EventHandler(this.BtnBrowse_Click);
     //
     // DlgOpenFile
     //
     this.DlgOpenFile.CheckFileExists = false;
     this.DlgOpenFile.CheckPathExists = false;
     this.DlgOpenFile.DefaultExt      = "csv";
     this.DlgOpenFile.Filter          = "Comma Separated Value files (*.csv)|*.csv|All files (*.*)|*.*";
     //
     // SheetMetalEstimator
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "SheetMetalEstimator";
     this.Size = new System.Drawing.Size(301, 239);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #24
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.macroscopePrefsControlInstance = new SEOMacroscope.MacroscopePrefsControl();
     this.tableLayoutPanel2  = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1   = new System.Windows.Forms.FlowLayoutPanel();
     this.button1            = new System.Windows.Forms.Button();
     this.button2            = new System.Windows.Forms.Button();
     this.flowLayoutPanel2   = new System.Windows.Forms.FlowLayoutPanel();
     this.buttonPrefsDefault = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.macroscopePrefsControlInstance, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 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, 60F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(584, 722);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // macroscopePrefsControlInstance
     //
     this.macroscopePrefsControlInstance.AutoScroll = true;
     this.macroscopePrefsControlInstance.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.macroscopePrefsControlInstance.Location   = new System.Drawing.Point(3, 3);
     this.macroscopePrefsControlInstance.Name       = "macroscopePrefsControlInstance";
     this.macroscopePrefsControlInstance.Size       = new System.Drawing.Size(578, 656);
     this.macroscopePrefsControlInstance.TabIndex   = 1;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel2, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 665);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(578, 54);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.button1);
     this.flowLayoutPanel1.Controls.Add(this.button2);
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(289, 0);
     this.flowLayoutPanel1.Margin        = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Padding       = new System.Windows.Forms.Padding(10, 10, 0, 0);
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(289, 54);
     this.flowLayoutPanel1.TabIndex      = 0;
     //
     // button1
     //
     this.button1.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button1.Location                = new System.Drawing.Point(201, 13);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(75, 23);
     this.button1.TabIndex                = 3;
     this.button1.Text                    = "Cancel";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.button2.Location                = new System.Drawing.Point(120, 13);
     this.button2.Name                    = "button2";
     this.button2.Size                    = new System.Drawing.Size(75, 23);
     this.button2.TabIndex                = 2;
     this.button2.Text                    = "OK";
     this.button2.UseVisualStyleBackColor = true;
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Controls.Add(this.buttonPrefsDefault);
     this.flowLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.flowLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanel2.Name     = "flowLayoutPanel2";
     this.flowLayoutPanel2.Padding  = new System.Windows.Forms.Padding(10);
     this.flowLayoutPanel2.Size     = new System.Drawing.Size(289, 54);
     this.flowLayoutPanel2.TabIndex = 1;
     //
     // buttonPrefsDefault
     //
     this.buttonPrefsDefault.Location = new System.Drawing.Point(13, 13);
     this.buttonPrefsDefault.Name     = "buttonPrefsDefault";
     this.buttonPrefsDefault.Size     = new System.Drawing.Size(75, 23);
     this.buttonPrefsDefault.TabIndex = 4;
     this.buttonPrefsDefault.Text     = "Defaults";
     this.buttonPrefsDefault.UseVisualStyleBackColor = true;
     //
     // MacroscopePrefsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(584, 722);
     this.Controls.Add(this.tableLayoutPanel1);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = global::SEOMacroscope.Icons.MacroscopeIcon_32x32;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MacroscopePrefsForm";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "SEO Macroscope Preferences";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel2.ResumeLayout(false);
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLst_Companies));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.viewAvailableCompanies = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnDelete = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnSelectIDCompanies = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.dgvAvailableCompanies = new DevExpress.XtraGrid.GridControl();
     this.repositoryItemCalcEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.btnPrinting = new DevExpress.XtraEditors.SimpleButton();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.bt_Edit_BookingRooms_Services = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.bt_Delete = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     ((System.ComponentModel.ISupportInitialize)(this.viewAvailableCompanies)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDelete)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSelectIDCompanies)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvAvailableCompanies)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bt_Edit_BookingRooms_Services)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bt_Delete)).BeginInit();
     this.SuspendLayout();
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn8.AppearanceHeader.Options.UseFont = true;
     this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn8.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn8.Caption = "Địa chỉ";
     this.gridColumn8.FieldName = "Address";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.OptionsColumn.AllowFocus = false;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 8;
     //
     // gridColumn10
     //
     this.gridColumn10.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn10.AppearanceHeader.Options.UseFont = true;
     this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn10.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn10.Caption = "Email";
     this.gridColumn10.FieldName = "Email";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.OptionsColumn.AllowFocus = false;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 9;
     //
     // viewAvailableCompanies
     //
     this.viewAvailableCompanies.ColumnPanelRowHeight = 30;
     this.viewAvailableCompanies.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn15,
     this.gridColumn13,
     this.gridColumn9,
     this.gridColumn17,
     this.gridColumn16,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn14});
     this.viewAvailableCompanies.GridControl = this.dgvAvailableCompanies;
     this.viewAvailableCompanies.Name = "viewAvailableCompanies";
     this.viewAvailableCompanies.OptionsFind.AlwaysVisible = true;
     this.viewAvailableCompanies.OptionsView.EnableAppearanceEvenRow = true;
     this.viewAvailableCompanies.OptionsView.ShowGroupPanel = false;
     this.viewAvailableCompanies.OptionsView.ShowIndicator = false;
     this.viewAvailableCompanies.RowHeight = 25;
     //
     // gridColumn15
     //
     this.gridColumn15.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn15.AppearanceHeader.Options.UseFont = true;
     this.gridColumn15.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn15.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn15.Caption = "Xóa";
     this.gridColumn15.ColumnEdit = this.btnDelete;
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 0;
     this.gridColumn15.Width = 47;
     //
     // btnDelete
     //
     this.btnDelete.AutoHeight = false;
     this.btnDelete.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("btnDelete.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.btnDelete.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnDelete_ButtonClick);
     //
     // gridColumn13
     //
     this.gridColumn13.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn13.AppearanceHeader.Options.UseFont = true;
     this.gridColumn13.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn13.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn13.Caption = "Sửa";
     this.gridColumn13.ColumnEdit = this.btnEdit;
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 1;
     this.gridColumn13.Width = 47;
     //
     // btnEdit
     //
     this.btnEdit.AutoHeight = false;
     this.btnEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("btnEdit.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)});
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.btnEdit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnEdit_ButtonClick);
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.AppearanceCell.TextOptions.Trimming = DevExpress.Utils.Trimming.Character;
     this.gridColumn9.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn9.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn9.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn9.AppearanceHeader.Options.UseFont = true;
     this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn9.Caption = "Tên công ty";
     this.gridColumn9.FieldName = "Name";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.OptionsColumn.AllowFocus = false;
     this.gridColumn9.OptionsColumn.ReadOnly = true;
     this.gridColumn9.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Like;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 2;
     this.gridColumn9.Width = 141;
     //
     // gridColumn17
     //
     this.gridColumn17.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn17.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn17.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn17.AppearanceHeader.Options.UseFont = true;
     this.gridColumn17.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn17.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn17.Caption = "Mã số thuế";
     this.gridColumn17.FieldName = "TaxNumberCode";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsColumn.AllowEdit = false;
     this.gridColumn17.OptionsColumn.AllowFocus = false;
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 3;
     this.gridColumn17.Width = 84;
     //
     // gridColumn16
     //
     this.gridColumn16.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn16.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn16.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn16.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn16.AppearanceHeader.Options.UseFont = true;
     this.gridColumn16.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn16.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn16.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn16.Caption = "Địa chỉ";
     this.gridColumn16.FieldName = "Address";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.OptionsColumn.AllowEdit = false;
     this.gridColumn16.OptionsColumn.AllowFocus = false;
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 4;
     this.gridColumn16.Width = 112;
     //
     // gridColumn11
     //
     this.gridColumn11.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn11.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn11.AppearanceHeader.Options.UseFont = true;
     this.gridColumn11.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn11.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn11.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn11.Caption = "Loại";
     this.gridColumn11.FieldName = "Type";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.OptionsColumn.AllowFocus = false;
     this.gridColumn11.OptionsColumn.ReadOnly = true;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 5;
     //
     // gridColumn12
     //
     this.gridColumn12.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn12.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn12.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn12.AppearanceHeader.Options.UseFont = true;
     this.gridColumn12.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn12.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn12.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn12.Caption = "Trạng thái";
     this.gridColumn12.FieldName = "Status";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.OptionsColumn.AllowFocus = false;
     this.gridColumn12.OptionsColumn.ReadOnly = true;
     this.gridColumn12.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 6;
     this.gridColumn12.Width = 80;
     //
     // gridColumn14
     //
     this.gridColumn14.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn14.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn14.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn14.AppearanceHeader.Options.UseFont = true;
     this.gridColumn14.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn14.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn14.Caption = "Chọn";
     this.gridColumn14.ColumnEdit = this.btnSelectIDCompanies;
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 7;
     this.gridColumn14.Width = 52;
     //
     // btnSelectIDCompanies
     //
     this.btnSelectIDCompanies.AutoHeight = false;
     this.btnSelectIDCompanies.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("btnSelectIDCompanies.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true)});
     this.btnSelectIDCompanies.Name = "btnSelectIDCompanies";
     this.btnSelectIDCompanies.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.btnSelectIDCompanies.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnSelectIDCompanies_ButtonClick);
     //
     // dgvAvailableCompanies
     //
     this.dgvAvailableCompanies.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvAvailableCompanies.Location = new System.Drawing.Point(3, 3);
     this.dgvAvailableCompanies.MainView = this.viewAvailableCompanies;
     this.dgvAvailableCompanies.Name = "dgvAvailableCompanies";
     this.dgvAvailableCompanies.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.btnSelectIDCompanies,
     this.btnDelete,
     this.btnEdit,
     this.repositoryItemCalcEdit1});
     this.dgvAvailableCompanies.Size = new System.Drawing.Size(618, 281);
     this.dgvAvailableCompanies.TabIndex = 11;
     this.dgvAvailableCompanies.UseEmbeddedNavigator = true;
     this.dgvAvailableCompanies.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.viewAvailableCompanies});
     //
     // repositoryItemCalcEdit1
     //
     this.repositoryItemCalcEdit1.AutoHeight = false;
     this.repositoryItemCalcEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemCalcEdit1.Name = "repositoryItemCalcEdit1";
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel3.Controls.Add(this.dgvAvailableCompanies, 0, 0);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 42);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(624, 287);
     this.tableLayoutPanel3.TabIndex = 14;
     //
     // 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.tableLayoutPanel3, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel5, 0, 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(System.Windows.Forms.SizeType.Percent, 11.04972F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 81.76796F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(630, 358);
     this.tableLayoutPanel1.TabIndex = 16;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.tableLayoutPanel5.ColumnCount = 4;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel5.Controls.Add(this.btnAdd, 3, 0);
     this.tableLayoutPanel5.Controls.Add(this.btnPrinting, 2, 0);
     this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(630, 39);
     this.tableLayoutPanel5.TabIndex = 0;
     //
     // btnAdd
     //
     this.btnAdd.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.btnAdd.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.btnAdd.Appearance.Options.UseFont = true;
     this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.Location = new System.Drawing.Point(474, 8);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(116, 23);
     this.btnAdd.TabIndex = 3;
     this.btnAdd.Text = "Thêm mới";
     this.btnAdd.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // btnPrinting
     //
     this.btnPrinting.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnPrinting.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.btnPrinting.Appearance.Options.UseFont = true;
     this.btnPrinting.Location = new System.Drawing.Point(327, 7);
     this.btnPrinting.Name = "btnPrinting";
     this.btnPrinting.Size = new System.Drawing.Size(131, 24);
     this.btnPrinting.TabIndex = 4;
     this.btnPrinting.Text = "In danh sách công ty";
     this.btnPrinting.Click += new System.EventHandler(this.btnPrinting_Click);
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn7.AppearanceHeader.Options.UseFont = true;
     this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn7.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn7.Caption = "Số điện thoại";
     this.gridColumn7.FieldName = "Tel";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsColumn.AllowFocus = false;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 7;
     //
     // gridColumn6
     //
     this.gridColumn6.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn6.AppearanceHeader.Options.UseFont = true;
     this.gridColumn6.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn6.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn6.Caption = "Ngày sinh";
     this.gridColumn6.FieldName = "Birthday";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsColumn.AllowFocus = false;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 6;
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn5.AppearanceHeader.Options.UseFont = true;
     this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn5.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn5.Caption = "Quốc tịch";
     this.gridColumn5.FieldName = "Nationality";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsColumn.AllowFocus = false;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 5;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn4.AppearanceHeader.Options.UseFont = true;
     this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn4.Caption = "aa";
     this.gridColumn4.FieldName = "Identifier3";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.OptionsColumn.AllowFocus = false;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 4;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn3.AppearanceHeader.Options.UseFont = true;
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn3.Caption = "Hộ chiếu";
     this.gridColumn3.FieldName = "Identifier2";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsColumn.AllowFocus = false;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 3;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn2.AppearanceHeader.Options.UseFont = true;
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn2.Caption = "Số CMND";
     this.gridColumn2.FieldName = "Identifier1";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.OptionsColumn.AllowFocus = false;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 2;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridColumn1.AppearanceHeader.Options.UseFont = true;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn1.Caption = "Tên khách hàng";
     this.gridColumn1.FieldName = "Names";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 1;
     //
     // bt_Edit_BookingRooms_Services
     //
     this.bt_Edit_BookingRooms_Services.AutoHeight = false;
     this.bt_Edit_BookingRooms_Services.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("bt_Edit_BookingRooms_Services.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, true)});
     this.bt_Edit_BookingRooms_Services.Name = "bt_Edit_BookingRooms_Services";
     this.bt_Edit_BookingRooms_Services.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // bt_Delete
     //
     this.bt_Delete.AutoHeight = false;
     this.bt_Delete.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("bt_Delete.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, "", null, null, true)});
     this.bt_Delete.Name = "bt_Delete";
     this.bt_Delete.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // frmLst_Companies
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(630, 358);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location = new System.Drawing.Point(600, 150);
     this.Name = "frmLst_Companies";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Danh sách công ty";
     this.Load += new System.EventHandler(this.frmLst_Companies_Load);
     ((System.ComponentModel.ISupportInitialize)(this.viewAvailableCompanies)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDelete)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSelectIDCompanies)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvAvailableCompanies)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).EndInit();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bt_Edit_BookingRooms_Services)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bt_Delete)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
     System.Windows.Forms.Label            labelWarningTextColor;
     System.Windows.Forms.Label            labelInfoTextColor;
     System.Windows.Forms.Label            labelNormalTextColor;
     System.Windows.Forms.Label            labelColorBackground;
     System.Windows.Forms.Label            labelErrorTextColor;
     System.Windows.Forms.Label            labelRawTextColor;
     System.Windows.Forms.Label            labelExceptionTextColor;
     this.pictureBoxWarningText   = new System.Windows.Forms.PictureBox();
     this.pictureBoxInfoText      = new System.Windows.Forms.PictureBox();
     this.pictureBoxNormalText    = new System.Windows.Forms.PictureBox();
     this.labelPortNumber         = new System.Windows.Forms.Label();
     this.textBoxPortNumber       = new System.Windows.Forms.TextBox();
     this.buttonSelectFont        = new System.Windows.Forms.Button();
     this.labelSelectedFont       = new System.Windows.Forms.Label();
     this.pictureBoxBackground    = new System.Windows.Forms.PictureBox();
     this.fontDialog              = new System.Windows.Forms.FontDialog();
     this.colorDialog             = new System.Windows.Forms.ColorDialog();
     this.pictureBoxErrorText     = new System.Windows.Forms.PictureBox();
     this.pictureBoxRawText       = new System.Windows.Forms.PictureBox();
     this.pictureBoxExceptionText = new System.Windows.Forms.PictureBox();
     this.buttonSaveSettings      = new System.Windows.Forms.Button();
     tableLayoutPanel             = new System.Windows.Forms.TableLayoutPanel();
     labelWarningTextColor        = new System.Windows.Forms.Label();
     labelInfoTextColor           = new System.Windows.Forms.Label();
     labelNormalTextColor         = new System.Windows.Forms.Label();
     labelColorBackground         = new System.Windows.Forms.Label();
     labelErrorTextColor          = new System.Windows.Forms.Label();
     labelRawTextColor            = new System.Windows.Forms.Label();
     labelExceptionTextColor      = new System.Windows.Forms.Label();
     tableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWarningText)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfoText)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxNormalText)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackground)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxErrorText)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRawText)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxExceptionText)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel
     //
     tableLayoutPanel.ColumnCount = 2;
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel.Controls.Add(this.pictureBoxErrorText, 1, 6);
     tableLayoutPanel.Controls.Add(labelErrorTextColor, 0, 6);
     tableLayoutPanel.Controls.Add(this.pictureBoxWarningText, 1, 5);
     tableLayoutPanel.Controls.Add(labelWarningTextColor, 0, 5);
     tableLayoutPanel.Controls.Add(this.pictureBoxInfoText, 1, 4);
     tableLayoutPanel.Controls.Add(labelInfoTextColor, 0, 4);
     tableLayoutPanel.Controls.Add(this.pictureBoxNormalText, 1, 3);
     tableLayoutPanel.Controls.Add(labelNormalTextColor, 0, 3);
     tableLayoutPanel.Controls.Add(labelColorBackground, 0, 2);
     tableLayoutPanel.Controls.Add(this.labelPortNumber, 0, 0);
     tableLayoutPanel.Controls.Add(this.textBoxPortNumber, 1, 0);
     tableLayoutPanel.Controls.Add(this.buttonSelectFont, 1, 1);
     tableLayoutPanel.Controls.Add(this.labelSelectedFont, 0, 1);
     tableLayoutPanel.Controls.Add(this.pictureBoxBackground, 1, 2);
     tableLayoutPanel.Controls.Add(labelRawTextColor, 0, 8);
     tableLayoutPanel.Controls.Add(labelExceptionTextColor, 0, 7);
     tableLayoutPanel.Controls.Add(this.pictureBoxExceptionText, 1, 7);
     tableLayoutPanel.Controls.Add(this.pictureBoxRawText, 1, 8);
     tableLayoutPanel.Controls.Add(this.buttonSaveSettings, 0, 9);
     tableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     tableLayoutPanel.Name     = "tableLayoutPanel";
     tableLayoutPanel.RowCount = 10;
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel.Size     = new System.Drawing.Size(344, 361);
     tableLayoutPanel.TabIndex = 0;
     //
     // pictureBoxWarningText
     //
     this.pictureBoxWarningText.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     this.pictureBoxWarningText.BackColor   = System.Drawing.Color.Gold;
     this.pictureBoxWarningText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxWarningText.Location    = new System.Drawing.Point(175, 164);
     this.pictureBoxWarningText.Name        = "pictureBoxWarningText";
     this.pictureBoxWarningText.Size        = new System.Drawing.Size(24, 24);
     this.pictureBoxWarningText.TabIndex    = 12;
     this.pictureBoxWarningText.TabStop     = false;
     this.pictureBoxWarningText.Click      += new System.EventHandler(this.ButtonColorSelect_Click);
     //
     // labelWarningTextColor
     //
     labelWarningTextColor.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     labelWarningTextColor.AutoSize = true;
     labelWarningTextColor.Location = new System.Drawing.Point(61, 168);
     labelWarningTextColor.Name     = "labelWarningTextColor";
     labelWarningTextColor.Size     = new System.Drawing.Size(108, 15);
     labelWarningTextColor.TabIndex = 11;
     labelWarningTextColor.Text     = "Warning Text Color";
     //
     // pictureBoxInfoText
     //
     this.pictureBoxInfoText.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     this.pictureBoxInfoText.BackColor   = System.Drawing.Color.Green;
     this.pictureBoxInfoText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxInfoText.Location    = new System.Drawing.Point(175, 132);
     this.pictureBoxInfoText.Name        = "pictureBoxInfoText";
     this.pictureBoxInfoText.Size        = new System.Drawing.Size(24, 24);
     this.pictureBoxInfoText.TabIndex    = 10;
     this.pictureBoxInfoText.TabStop     = false;
     this.pictureBoxInfoText.Click      += new System.EventHandler(this.ButtonColorSelect_Click);
     //
     // labelInfoTextColor
     //
     labelInfoTextColor.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     labelInfoTextColor.AutoSize = true;
     labelInfoTextColor.Location = new System.Drawing.Point(43, 136);
     labelInfoTextColor.Name     = "labelInfoTextColor";
     labelInfoTextColor.Size     = new System.Drawing.Size(126, 15);
     labelInfoTextColor.TabIndex = 9;
     labelInfoTextColor.Text     = "Information Text Color";
     //
     // pictureBoxNormalText
     //
     this.pictureBoxNormalText.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     this.pictureBoxNormalText.BackColor   = System.Drawing.Color.Silver;
     this.pictureBoxNormalText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxNormalText.Location    = new System.Drawing.Point(175, 100);
     this.pictureBoxNormalText.Name        = "pictureBoxNormalText";
     this.pictureBoxNormalText.Size        = new System.Drawing.Size(24, 24);
     this.pictureBoxNormalText.TabIndex    = 8;
     this.pictureBoxNormalText.TabStop     = false;
     this.pictureBoxNormalText.Click      += new System.EventHandler(this.ButtonColorSelect_Click);
     //
     // labelNormalTextColor
     //
     labelNormalTextColor.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     labelNormalTextColor.AutoSize = true;
     labelNormalTextColor.Location = new System.Drawing.Point(66, 104);
     labelNormalTextColor.Name     = "labelNormalTextColor";
     labelNormalTextColor.Size     = new System.Drawing.Size(103, 15);
     labelNormalTextColor.TabIndex = 7;
     labelNormalTextColor.Text     = "Normal Text Color";
     //
     // labelColorBackground
     //
     labelColorBackground.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     labelColorBackground.AutoSize = true;
     labelColorBackground.Location = new System.Drawing.Point(66, 72);
     labelColorBackground.Name     = "labelColorBackground";
     labelColorBackground.Size     = new System.Drawing.Size(103, 15);
     labelColorBackground.TabIndex = 5;
     labelColorBackground.Text     = "Background Color";
     //
     // labelPortNumber
     //
     this.labelPortNumber.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.labelPortNumber.AutoSize = true;
     this.labelPortNumber.Location = new System.Drawing.Point(42, 8);
     this.labelPortNumber.Name     = "labelPortNumber";
     this.labelPortNumber.Size     = new System.Drawing.Size(127, 15);
     this.labelPortNumber.TabIndex = 0;
     this.labelPortNumber.Text     = "Listening Port Number";
     //
     // textBoxPortNumber
     //
     this.textBoxPortNumber.Anchor       = System.Windows.Forms.AnchorStyles.Left;
     this.textBoxPortNumber.Location     = new System.Drawing.Point(175, 4);
     this.textBoxPortNumber.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.textBoxPortNumber.MaxLength    = 5;
     this.textBoxPortNumber.Name         = "textBoxPortNumber";
     this.textBoxPortNumber.Size         = new System.Drawing.Size(80, 23);
     this.textBoxPortNumber.TabIndex     = 1;
     this.textBoxPortNumber.TextChanged += new System.EventHandler(this.TextBoxPortNumber_TextChanged);
     //
     // buttonSelectFont
     //
     this.buttonSelectFont.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.buttonSelectFont.Location = new System.Drawing.Point(175, 36);
     this.buttonSelectFont.Name     = "buttonSelectFont";
     this.buttonSelectFont.Size     = new System.Drawing.Size(80, 24);
     this.buttonSelectFont.TabIndex = 2;
     this.buttonSelectFont.Text     = "Select Font";
     this.buttonSelectFont.UseVisualStyleBackColor = true;
     this.buttonSelectFont.Click += new System.EventHandler(this.ButtonSelectFont_Click);
     //
     // labelSelectedFont
     //
     this.labelSelectedFont.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.labelSelectedFont.AutoSize = true;
     this.labelSelectedFont.Location = new System.Drawing.Point(94, 40);
     this.labelSelectedFont.Name     = "labelSelectedFont";
     this.labelSelectedFont.Size     = new System.Drawing.Size(75, 15);
     this.labelSelectedFont.TabIndex = 3;
     this.labelSelectedFont.Text     = "Font Preview\r\n";
     //
     // pictureBoxBackground
     //
     this.pictureBoxBackground.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     this.pictureBoxBackground.BackColor   = System.Drawing.Color.Black;
     this.pictureBoxBackground.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxBackground.Location    = new System.Drawing.Point(175, 68);
     this.pictureBoxBackground.Name        = "pictureBoxBackground";
     this.pictureBoxBackground.Size        = new System.Drawing.Size(24, 24);
     this.pictureBoxBackground.TabIndex    = 4;
     this.pictureBoxBackground.TabStop     = false;
     this.pictureBoxBackground.Click      += new System.EventHandler(this.ButtonColorSelect_Click);
     //
     // fontDialog
     //
     this.fontDialog.AllowVerticalFonts = false;
     this.fontDialog.Font        = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fontDialog.MaxSize     = 24;
     this.fontDialog.MinSize     = 8;
     this.fontDialog.ScriptsOnly = true;
     this.fontDialog.ShowEffects = false;
     this.fontDialog.ShowHelp    = true;
     //
     // labelErrorTextColor
     //
     labelErrorTextColor.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     labelErrorTextColor.AutoSize = true;
     labelErrorTextColor.Location = new System.Drawing.Point(81, 200);
     labelErrorTextColor.Name     = "labelErrorTextColor";
     labelErrorTextColor.Size     = new System.Drawing.Size(88, 15);
     labelErrorTextColor.TabIndex = 16;
     labelErrorTextColor.Text     = "Error Text Color";
     //
     // pictureBoxErrorText
     //
     this.pictureBoxErrorText.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     this.pictureBoxErrorText.BackColor   = System.Drawing.Color.Red;
     this.pictureBoxErrorText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxErrorText.Location    = new System.Drawing.Point(175, 196);
     this.pictureBoxErrorText.Name        = "pictureBoxErrorText";
     this.pictureBoxErrorText.Size        = new System.Drawing.Size(24, 24);
     this.pictureBoxErrorText.TabIndex    = 17;
     this.pictureBoxErrorText.TabStop     = false;
     this.pictureBoxErrorText.Click      += new System.EventHandler(this.ButtonColorSelect_Click);
     //
     // labelRawTextColor
     //
     labelRawTextColor.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     labelRawTextColor.AutoSize = true;
     labelRawTextColor.Location = new System.Drawing.Point(84, 264);
     labelRawTextColor.Name     = "labelRawTextColor";
     labelRawTextColor.Size     = new System.Drawing.Size(85, 15);
     labelRawTextColor.TabIndex = 18;
     labelRawTextColor.Text     = "Raw Text Color";
     //
     // pictureBoxRawText
     //
     this.pictureBoxRawText.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     this.pictureBoxRawText.BackColor   = System.Drawing.Color.DodgerBlue;
     this.pictureBoxRawText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxRawText.Location    = new System.Drawing.Point(175, 260);
     this.pictureBoxRawText.Name        = "pictureBoxRawText";
     this.pictureBoxRawText.Size        = new System.Drawing.Size(24, 24);
     this.pictureBoxRawText.TabIndex    = 19;
     this.pictureBoxRawText.TabStop     = false;
     this.pictureBoxRawText.Click      += new System.EventHandler(this.ButtonColorSelect_Click);
     //
     // pictureBoxExceptionText
     //
     this.pictureBoxExceptionText.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     this.pictureBoxExceptionText.BackColor   = System.Drawing.Color.Purple;
     this.pictureBoxExceptionText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxExceptionText.Location    = new System.Drawing.Point(175, 228);
     this.pictureBoxExceptionText.Name        = "pictureBoxExceptionText";
     this.pictureBoxExceptionText.Size        = new System.Drawing.Size(24, 24);
     this.pictureBoxExceptionText.TabIndex    = 20;
     this.pictureBoxExceptionText.TabStop     = false;
     this.pictureBoxExceptionText.Click      += new System.EventHandler(this.ButtonColorSelect_Click);
     //
     // labelExceptionTextColor
     //
     labelExceptionTextColor.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     labelExceptionTextColor.AutoSize = true;
     labelExceptionTextColor.Location = new System.Drawing.Point(54, 232);
     labelExceptionTextColor.Name     = "labelExceptionTextColor";
     labelExceptionTextColor.Size     = new System.Drawing.Size(115, 15);
     labelExceptionTextColor.TabIndex = 21;
     labelExceptionTextColor.Text     = "Exception Text Color";
     //
     // buttonSaveSettings
     //
     this.buttonSaveSettings.Anchor = System.Windows.Forms.AnchorStyles.None;
     tableLayoutPanel.SetColumnSpan(this.buttonSaveSettings, 2);
     this.buttonSaveSettings.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonSaveSettings.Location                = new System.Drawing.Point(92, 308);
     this.buttonSaveSettings.Name                    = "buttonSaveSettings";
     this.buttonSaveSettings.Size                    = new System.Drawing.Size(160, 32);
     this.buttonSaveSettings.TabIndex                = 22;
     this.buttonSaveSettings.Text                    = "Save Settings";
     this.buttonSaveSettings.UseVisualStyleBackColor = true;
     this.buttonSaveSettings.Click                  += new System.EventHandler(this.ButtonSave_Click);
     //
     // SettingsForm
     //
     this.AcceptButton        = this.buttonSaveSettings;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(344, 361);
     this.Controls.Add(tableLayoutPanel);
     this.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SettingsForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Settings";
     this.TopMost         = true;
     tableLayoutPanel.ResumeLayout(false);
     tableLayoutPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWarningText)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfoText)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxNormalText)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackground)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxErrorText)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRawText)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxExceptionText)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tlpnlMain;
     this.gbRevisionGraph           = new System.Windows.Forms.GroupBox();
     this.tlpnlRevisionGraph        = new System.Windows.Forms.TableLayoutPanel();
     this.chkHighlightAuthored      = new System.Windows.Forms.CheckBox();
     this.MulticolorBranches        = new System.Windows.Forms.CheckBox();
     this.chkDrawAlternateBackColor = new System.Windows.Forms.CheckBox();
     this.DrawNonRelativesTextGray  = new System.Windows.Forms.CheckBox();
     this.DrawNonRelativesGray      = new System.Windows.Forms.CheckBox();
     this.gbTheme                     = new System.Windows.Forms.GroupBox();
     this.fpnlTheme                   = new System.Windows.Forms.FlowLayoutPanel();
     this.lblRestartNeeded            = new System.Windows.Forms.Label();
     this._NO_TRANSLATE_cbSelectTheme = new System.Windows.Forms.ComboBox();
     this.chkUseSystemVisualStyle     = new System.Windows.Forms.CheckBox();
     tlpnlMain = new System.Windows.Forms.TableLayoutPanel();
     tlpnlMain.SuspendLayout();
     this.gbRevisionGraph.SuspendLayout();
     this.tlpnlRevisionGraph.SuspendLayout();
     this.gbTheme.SuspendLayout();
     this.fpnlTheme.SuspendLayout();
     this.SuspendLayout();
     //
     // tlpnlMain
     //
     tlpnlMain.AutoSize     = true;
     tlpnlMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tlpnlMain.ColumnCount  = 1;
     tlpnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tlpnlMain.Controls.Add(this.gbRevisionGraph, 0, 0);
     tlpnlMain.Controls.Add(this.gbTheme, 0, 2);
     tlpnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     tlpnlMain.Location = new System.Drawing.Point(8, 8);
     tlpnlMain.Name     = "tlpnlMain";
     tlpnlMain.RowCount = 4;
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tlpnlMain.Size     = new System.Drawing.Size(1004, 612);
     tlpnlMain.TabIndex = 0;
     //
     // gbRevisionGraph
     //
     this.gbRevisionGraph.AutoSize     = true;
     this.gbRevisionGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.gbRevisionGraph.Controls.Add(this.tlpnlRevisionGraph);
     this.gbRevisionGraph.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbRevisionGraph.Location = new System.Drawing.Point(3, 3);
     this.gbRevisionGraph.Name     = "gbRevisionGraph";
     this.gbRevisionGraph.Padding  = new System.Windows.Forms.Padding(8);
     this.gbRevisionGraph.Size     = new System.Drawing.Size(998, 157);
     this.gbRevisionGraph.TabIndex = 0;
     this.gbRevisionGraph.TabStop  = false;
     this.gbRevisionGraph.Text     = "Revision graph";
     //
     // tlpnlRevisionGraph
     //
     this.tlpnlRevisionGraph.AutoSize     = true;
     this.tlpnlRevisionGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpnlRevisionGraph.ColumnCount  = 3;
     this.tlpnlRevisionGraph.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlRevisionGraph.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlRevisionGraph.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpnlRevisionGraph.Controls.Add(this.chkHighlightAuthored, 0, 4);
     this.tlpnlRevisionGraph.Controls.Add(this.MulticolorBranches, 0, 0);
     this.tlpnlRevisionGraph.Controls.Add(this.chkDrawAlternateBackColor, 0, 1);
     this.tlpnlRevisionGraph.Controls.Add(this.DrawNonRelativesTextGray, 0, 3);
     this.tlpnlRevisionGraph.Controls.Add(this.DrawNonRelativesGray, 0, 2);
     this.tlpnlRevisionGraph.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpnlRevisionGraph.Location = new System.Drawing.Point(8, 24);
     this.tlpnlRevisionGraph.Name     = "tlpnlRevisionGraph";
     this.tlpnlRevisionGraph.RowCount = 5;
     this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tlpnlRevisionGraph.Size     = new System.Drawing.Size(982, 125);
     this.tlpnlRevisionGraph.TabIndex = 0;
     //
     // chkHighlightAuthored
     //
     this.chkHighlightAuthored.AutoSize = true;
     this.chkHighlightAuthored.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkHighlightAuthored.Location = new System.Drawing.Point(3, 103);
     this.chkHighlightAuthored.Name     = "chkHighlightAuthored";
     this.chkHighlightAuthored.Size     = new System.Drawing.Size(183, 19);
     this.chkHighlightAuthored.TabIndex = 5;
     this.chkHighlightAuthored.Text     = "Highlight authored revisions";
     this.chkHighlightAuthored.UseVisualStyleBackColor = true;
     //
     // MulticolorBranches
     //
     this.MulticolorBranches.AutoSize = true;
     this.MulticolorBranches.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MulticolorBranches.Location = new System.Drawing.Point(3, 3);
     this.MulticolorBranches.Name     = "MulticolorBranches";
     this.MulticolorBranches.Size     = new System.Drawing.Size(183, 19);
     this.MulticolorBranches.TabIndex = 0;
     this.MulticolorBranches.Text     = "Multicolor branches";
     this.MulticolorBranches.UseVisualStyleBackColor = true;
     //
     // chkDrawAlternateBackColor
     //
     this.chkDrawAlternateBackColor.AutoSize = true;
     this.chkDrawAlternateBackColor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkDrawAlternateBackColor.Location = new System.Drawing.Point(3, 28);
     this.chkDrawAlternateBackColor.Name     = "chkDrawAlternateBackColor";
     this.chkDrawAlternateBackColor.Size     = new System.Drawing.Size(183, 19);
     this.chkDrawAlternateBackColor.TabIndex = 2;
     this.chkDrawAlternateBackColor.Text     = "Draw alternate background";
     this.chkDrawAlternateBackColor.UseVisualStyleBackColor = true;
     //
     // DrawNonRelativesTextGray
     //
     this.DrawNonRelativesTextGray.AutoSize = true;
     this.DrawNonRelativesTextGray.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.DrawNonRelativesTextGray.Location = new System.Drawing.Point(3, 78);
     this.DrawNonRelativesTextGray.Name     = "DrawNonRelativesTextGray";
     this.DrawNonRelativesTextGray.Size     = new System.Drawing.Size(183, 19);
     this.DrawNonRelativesTextGray.TabIndex = 4;
     this.DrawNonRelativesTextGray.Text     = "Draw non relatives text gray";
     this.DrawNonRelativesTextGray.UseVisualStyleBackColor = true;
     //
     // DrawNonRelativesGray
     //
     this.DrawNonRelativesGray.AutoSize = true;
     this.DrawNonRelativesGray.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.DrawNonRelativesGray.Location = new System.Drawing.Point(3, 53);
     this.DrawNonRelativesGray.Name     = "DrawNonRelativesGray";
     this.DrawNonRelativesGray.Size     = new System.Drawing.Size(183, 19);
     this.DrawNonRelativesGray.TabIndex = 3;
     this.DrawNonRelativesGray.Text     = "Draw non relatives graph gray";
     this.DrawNonRelativesGray.UseVisualStyleBackColor = true;
     //
     // gbTheme
     //
     this.gbTheme.AutoSize     = true;
     this.gbTheme.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.gbTheme.Controls.Add(this.fpnlTheme);
     this.gbTheme.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbTheme.Location = new System.Drawing.Point(3, 166);
     this.gbTheme.Name     = "gbTheme";
     this.gbTheme.Size     = new System.Drawing.Size(998, 76);
     this.gbTheme.TabIndex = 3;
     this.gbTheme.TabStop  = false;
     this.gbTheme.Text     = "Theme";
     //
     // fpnlTheme
     //
     this.fpnlTheme.AutoSize     = true;
     this.fpnlTheme.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.fpnlTheme.Controls.Add(this.lblRestartNeeded);
     this.fpnlTheme.Controls.Add(this._NO_TRANSLATE_cbSelectTheme);
     this.fpnlTheme.Controls.Add(this.chkUseSystemVisualStyle);
     this.fpnlTheme.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.fpnlTheme.Location = new System.Drawing.Point(3, 19);
     this.fpnlTheme.Name     = "fpnlTheme";
     this.fpnlTheme.Size     = new System.Drawing.Size(992, 54);
     this.fpnlTheme.TabIndex = 0;
     //
     // lblRestartNeeded
     //
     this.lblRestartNeeded.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.fpnlTheme.SetFlowBreak(this.lblRestartNeeded, true);
     this.lblRestartNeeded.Image      = global::GitUI.Properties.Images.Warning;
     this.lblRestartNeeded.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblRestartNeeded.Location   = new System.Drawing.Point(3, 5);
     this.lblRestartNeeded.Name       = "lblRestartNeeded";
     this.lblRestartNeeded.Size       = new System.Drawing.Size(221, 16);
     this.lblRestartNeeded.TabIndex   = 5;
     this.lblRestartNeeded.Text       = "Restart required to apply changes";
     this.lblRestartNeeded.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _NO_TRANSLATE_cbSelectTheme
     //
     this._NO_TRANSLATE_cbSelectTheme.Anchor            = System.Windows.Forms.AnchorStyles.Left;
     this._NO_TRANSLATE_cbSelectTheme.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._NO_TRANSLATE_cbSelectTheme.FormattingEnabled = true;
     this._NO_TRANSLATE_cbSelectTheme.Location          = new System.Drawing.Point(3, 30);
     this._NO_TRANSLATE_cbSelectTheme.Name                  = "_NO_TRANSLATE_cbSelectTheme";
     this._NO_TRANSLATE_cbSelectTheme.Size                  = new System.Drawing.Size(179, 23);
     this._NO_TRANSLATE_cbSelectTheme.TabIndex              = 0;
     this._NO_TRANSLATE_cbSelectTheme.SelectedIndexChanged += new System.EventHandler(this.ComboBoxTheme_SelectedIndexChanged);
     //
     // chkUseSystemVisualStyle
     //
     this.chkUseSystemVisualStyle.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.chkUseSystemVisualStyle.AutoSize = true;
     this.chkUseSystemVisualStyle.Location = new System.Drawing.Point(188, 31);
     this.chkUseSystemVisualStyle.Name     = "chkUseSystemVisualStyle";
     this.chkUseSystemVisualStyle.Size     = new System.Drawing.Size(339, 19);
     this.chkUseSystemVisualStyle.TabIndex = 4;
     this.chkUseSystemVisualStyle.Text     = "Use system-defined visual style (looks bad with dark colors)";
     this.chkUseSystemVisualStyle.UseVisualStyleBackColor = true;
     this.chkUseSystemVisualStyle.CheckedChanged         += new System.EventHandler(this.ChkUseSystemVisualStyle_CheckedChanged);
     //
     // ColorsSettingsPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(tlpnlMain);
     this.Name    = "ColorsSettingsPage";
     this.Text    = "Colors";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Size    = new System.Drawing.Size(1020, 628);
     tlpnlMain.ResumeLayout(false);
     tlpnlMain.PerformLayout();
     this.gbRevisionGraph.ResumeLayout(false);
     this.gbRevisionGraph.PerformLayout();
     this.tlpnlRevisionGraph.ResumeLayout(false);
     this.tlpnlRevisionGraph.PerformLayout();
     this.gbTheme.ResumeLayout(false);
     this.gbTheme.PerformLayout();
     this.fpnlTheme.ResumeLayout(false);
     this.fpnlTheme.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     TreelistView.TreeListColumn           treeListColumn1 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("EID", "EID")));
     TreelistView.TreeListColumn           treeListColumn2 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Call", "API Call")));
     this.apiEvents      = new TreelistView.TreeListView();
     this.callstacklabel = new System.Windows.Forms.Label();
     this.callstackSkipLevelsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.callSkip      = new System.Windows.Forms.ToolStripTextBox();
     this.contextMenu   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.panelSplitter = new renderdocui.Controls.DoubleClickSplitter();
     this.callstack     = new System.Windows.Forms.ListBox();
     tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.apiEvents)).BeginInit();
     this.contextMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelSplitter)).BeginInit();
     this.panelSplitter.Panel1.SuspendLayout();
     this.panelSplitter.Panel2.SuspendLayout();
     this.panelSplitter.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(this.apiEvents, 0, 0);
     tableLayoutPanel1.Controls.Add(this.callstacklabel, 0, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(292, 171);
     tableLayoutPanel1.TabIndex = 3;
     //
     // apiEvents
     //
     this.apiEvents.AlwaysDisplayVScroll = true;
     treeListColumn1.AutoSizeMinSize     = 50;
     treeListColumn1.Width           = 60;
     treeListColumn2.AutoSize        = true;
     treeListColumn2.AutoSizeMinSize = 0;
     treeListColumn2.Width           = 50;
     this.apiEvents.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1,
         treeListColumn2
     });
     this.apiEvents.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.apiEvents.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.apiEvents.Location = new System.Drawing.Point(3, 3);
     this.apiEvents.Name     = "apiEvents";
     this.apiEvents.RowOptions.ShowHeader = false;
     this.apiEvents.Size         = new System.Drawing.Size(286, 152);
     this.apiEvents.TabIndex     = 2;
     this.apiEvents.Text         = "API Calls";
     this.apiEvents.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     this.apiEvents.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.apiEvents_KeyDown);
     //
     // callstacklabel
     //
     this.callstacklabel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.callstacklabel.AutoSize     = true;
     this.callstacklabel.Cursor       = System.Windows.Forms.Cursors.HSplit;
     this.callstacklabel.Location     = new System.Drawing.Point(3, 158);
     this.callstacklabel.Name         = "callstacklabel";
     this.callstacklabel.Size         = new System.Drawing.Size(286, 13);
     this.callstacklabel.TabIndex     = 3;
     this.callstacklabel.Text         = "Callstack";
     this.callstacklabel.TextAlign    = System.Drawing.ContentAlignment.BottomCenter;
     this.callstacklabel.DoubleClick += new System.EventHandler(this.callstacklabel_DoubleClick);
     //
     // callstackSkipLevelsToolStripMenuItem
     //
     this.callstackSkipLevelsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.callSkip
     });
     this.callstackSkipLevelsToolStripMenuItem.Name = "callstackSkipLevelsToolStripMenuItem";
     this.callstackSkipLevelsToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
     this.callstackSkipLevelsToolStripMenuItem.Text = "Callstack Skip Levels";
     //
     // callSkip
     //
     this.callSkip.Name        = "callSkip";
     this.callSkip.Size        = new System.Drawing.Size(100, 21);
     this.callSkip.Text        = "0";
     this.callSkip.ToolTipText = "Number of levels in the callstack to skip, from the bottom";
     this.callSkip.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.callSkip_KeyPress);
     //
     // contextMenu
     //
     this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.callstackSkipLevelsToolStripMenuItem
     });
     this.contextMenu.Name = "contextMenuStrip1";
     this.contextMenu.Size = new System.Drawing.Size(172, 26);
     //
     // panelSplitter
     //
     this.panelSplitter.Collapsed   = false;
     this.panelSplitter.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.panelSplitter.Location    = new System.Drawing.Point(0, 0);
     this.panelSplitter.Name        = "panelSplitter";
     this.panelSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // panelSplitter.Panel1
     //
     this.panelSplitter.Panel1.Controls.Add(tableLayoutPanel1);
     this.panelSplitter.Panel1Collapse = false;
     //
     // panelSplitter.Panel2
     //
     this.panelSplitter.Panel2.Controls.Add(this.callstack);
     this.panelSplitter.Size             = new System.Drawing.Size(292, 273);
     this.panelSplitter.SplitterDistance = 171;
     this.panelSplitter.SplitterWidth    = 7;
     this.panelSplitter.TabIndex         = 4;
     //
     // callstack
     //
     this.callstack.Dock = System.Windows.Forms.DockStyle.Fill;
     this.callstack.FormattingEnabled   = true;
     this.callstack.HorizontalScrollbar = true;
     this.callstack.Location            = new System.Drawing.Point(0, 0);
     this.callstack.Name          = "callstack";
     this.callstack.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.callstack.Size          = new System.Drawing.Size(292, 95);
     this.callstack.TabIndex      = 0;
     this.callstack.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.callstack_KeyDown);
     //
     // APIInspector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(292, 273);
     this.Controls.Add(this.panelSplitter);
     this.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name        = "APIInspector";
     this.ShowHint    = WeifenLuo.WinFormsUI.Docking.DockState.DockLeft;
     this.Text        = "API Calls";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.APIInspector_FormClosed);
     this.Shown      += new System.EventHandler(this.APIEvents_Shown);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.apiEvents)).EndInit();
     this.contextMenu.ResumeLayout(false);
     this.panelSplitter.Panel1.ResumeLayout(false);
     this.panelSplitter.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelSplitter)).EndInit();
     this.panelSplitter.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #29
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TemplateExplorerView));
     this.splitContainer1          = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel1        = new System.Windows.Forms.TableLayoutPanel();
     this.label1                   = new System.Windows.Forms.Label();
     this.templateExplorerTreeView = new System.Windows.Forms.TreeView();
     this.tableLayoutPanel2        = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel3        = new System.Windows.Forms.TableLayoutPanel();
     this.label2                   = new System.Windows.Forms.Label();
     this.smallIconRadioButton     = new System.Windows.Forms.RadioButton();
     this.largeIconRadioButton     = new System.Windows.Forms.RadioButton();
     this.projectsListView         = new System.Windows.Forms.ListView();
     this.largeImageList           = new System.Windows.Forms.ImageList(this.components);
     this.smallImageList           = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.tableLayoutPanel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel2);
     this.splitContainer1.Size             = new System.Drawing.Size(657, 300);
     this.splitContainer1.SplitterDistance = 219;
     this.splitContainer1.TabIndex         = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel1.ColumnCount     = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.templateExplorerTreeView, 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, 15F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(215, 296);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location  = new System.Drawing.Point(6, 6);
     this.label1.Margin    = new System.Windows.Forms.Padding(5);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(203, 33);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Categories:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // templateExplorerTreeView
     //
     this.templateExplorerTreeView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.templateExplorerTreeView.Location = new System.Drawing.Point(4, 48);
     this.templateExplorerTreeView.Name     = "templateExplorerTreeView";
     this.templateExplorerTreeView.Size     = new System.Drawing.Size(207, 244);
     this.templateExplorerTreeView.TabIndex = 2;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel2.ColumnCount     = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.projectsListView, 0, 1);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(430, 296);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 3;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.Controls.Add(this.label2, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.smallIconRadioButton, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.largeIconRadioButton, 2, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(4, 4);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(422, 37);
     this.tableLayoutPanel3.TabIndex = 1;
     //
     // label2
     //
     this.label2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label2.Location  = new System.Drawing.Point(3, 4);
     this.label2.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 2);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(331, 31);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Templates:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // smallIconRadioButton
     //
     this.smallIconRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
     this.smallIconRadioButton.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.smallIconRadioButton.Image      = ((System.Drawing.Image)(resources.GetObject("smallIconRadioButton.Image")));
     this.smallIconRadioButton.Location   = new System.Drawing.Point(342, 3);
     this.smallIconRadioButton.Margin     = new System.Windows.Forms.Padding(5, 3, 5, 3);
     this.smallIconRadioButton.Name       = "smallIconRadioButton";
     this.smallIconRadioButton.Size       = new System.Drawing.Size(32, 31);
     this.smallIconRadioButton.TabIndex   = 1;
     this.smallIconRadioButton.UseVisualStyleBackColor = true;
     this.smallIconRadioButton.CheckedChanged         += new System.EventHandler(this.smallIconRadioButton_CheckedChanged);
     //
     // largeIconRadioButton
     //
     this.largeIconRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
     this.largeIconRadioButton.Checked    = true;
     this.largeIconRadioButton.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.largeIconRadioButton.Image      = ((System.Drawing.Image)(resources.GetObject("largeIconRadioButton.Image")));
     this.largeIconRadioButton.Location   = new System.Drawing.Point(384, 3);
     this.largeIconRadioButton.Margin     = new System.Windows.Forms.Padding(5, 3, 5, 3);
     this.largeIconRadioButton.Name       = "largeIconRadioButton";
     this.largeIconRadioButton.Size       = new System.Drawing.Size(33, 31);
     this.largeIconRadioButton.TabIndex   = 2;
     this.largeIconRadioButton.TabStop    = true;
     this.largeIconRadioButton.UseVisualStyleBackColor = true;
     this.largeIconRadioButton.CheckedChanged         += new System.EventHandler(this.largeIconRadioButton_CheckedChanged);
     //
     // projectsListView
     //
     this.projectsListView.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.projectsListView.LargeImageList   = this.largeImageList;
     this.projectsListView.Location         = new System.Drawing.Point(4, 48);
     this.projectsListView.MultiSelect      = false;
     this.projectsListView.Name             = "projectsListView";
     this.projectsListView.ShowItemToolTips = true;
     this.projectsListView.Size             = new System.Drawing.Size(422, 244);
     this.projectsListView.SmallImageList   = this.smallImageList;
     this.projectsListView.Sorting          = System.Windows.Forms.SortOrder.Ascending;
     this.projectsListView.TabIndex         = 2;
     this.projectsListView.TileSize         = new System.Drawing.Size(30, 30);
     this.projectsListView.UseCompatibleStateImageBehavior = false;
     //
     // largeImageList
     //
     this.largeImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("largeImageList.ImageStream")));
     this.largeImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.largeImageList.Images.SetKeyName(0, "Console-Project-Icon");
     this.largeImageList.Images.SetKeyName(1, "Window-Project-Icon");
     //
     // smallImageList
     //
     this.smallImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("smallImageList.ImageStream")));
     this.smallImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.smallImageList.Images.SetKeyName(0, "Console-Project-Icon");
     this.smallImageList.Images.SetKeyName(1, "Window-Project-Icon");
     //
     // TemplateExplorerView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Name = "TemplateExplorerView";
     this.Size = new System.Drawing.Size(657, 300);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel3.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()
 {
     System.Windows.Forms.ToolStripContainer        tscFileImport;
     System.Windows.Forms.TableLayoutPanel          tlpFileImport;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileImportForm));
     System.Windows.Forms.GroupBox         gbImportedTransactionList;
     System.Windows.Forms.GroupBox         gbTransactionDetails;
     System.Windows.Forms.TableLayoutPanel tlpDetails;
     System.Windows.Forms.Label            lblDate;
     System.Windows.Forms.Label            lblTitle;
     System.Windows.Forms.Label            lblAccount;
     System.Windows.Forms.Label            lblAmount;
     System.Windows.Forms.Label            lblTags;
     System.Windows.Forms.ToolStrip        tsFileImport;
     this.lbImportedTransactions = new System.Windows.Forms.ListBox();
     this.cbImport             = new System.Windows.Forms.CheckBox();
     this.dtpDate              = new System.Windows.Forms.DateTimePicker();
     this.tbTitle              = new System.Windows.Forms.TextBox();
     this.cbImplementsPlan     = new System.Windows.Forms.CheckBox();
     this.cbPlan               = new System.Windows.Forms.ComboBox();
     this.cbAccount            = new System.Windows.Forms.ComboBox();
     this.numAmount            = new System.Windows.Forms.NumericUpDown();
     this.lblCurrency          = new System.Windows.Forms.Label();
     this.ttbTags              = new easyMoney.Controls.TagTextBox();
     this.tsbOpen              = new System.Windows.Forms.ToolStripButton();
     this.tsbClose             = new System.Windows.Forms.ToolStripButton();
     this.tsbImport            = new System.Windows.Forms.ToolStripButton();
     this.fdFileOpen           = new System.Windows.Forms.OpenFileDialog();
     tscFileImport             = new System.Windows.Forms.ToolStripContainer();
     tlpFileImport             = new System.Windows.Forms.TableLayoutPanel();
     gbImportedTransactionList = new System.Windows.Forms.GroupBox();
     gbTransactionDetails      = new System.Windows.Forms.GroupBox();
     tlpDetails   = new System.Windows.Forms.TableLayoutPanel();
     lblDate      = new System.Windows.Forms.Label();
     lblTitle     = new System.Windows.Forms.Label();
     lblAccount   = new System.Windows.Forms.Label();
     lblAmount    = new System.Windows.Forms.Label();
     lblTags      = new System.Windows.Forms.Label();
     tsFileImport = new System.Windows.Forms.ToolStrip();
     tscFileImport.ContentPanel.SuspendLayout();
     tscFileImport.TopToolStripPanel.SuspendLayout();
     tscFileImport.SuspendLayout();
     tlpFileImport.SuspendLayout();
     gbImportedTransactionList.SuspendLayout();
     gbTransactionDetails.SuspendLayout();
     tlpDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numAmount)).BeginInit();
     tsFileImport.SuspendLayout();
     this.SuspendLayout();
     //
     // tscFileImport
     //
     tscFileImport.BottomToolStripPanelVisible = false;
     //
     // tscFileImport.ContentPanel
     //
     tscFileImport.ContentPanel.Controls.Add(tlpFileImport);
     resources.ApplyResources(tscFileImport.ContentPanel, "tscFileImport.ContentPanel");
     resources.ApplyResources(tscFileImport, "tscFileImport");
     tscFileImport.LeftToolStripPanelVisible = false;
     tscFileImport.Name = "tscFileImport";
     tscFileImport.RightToolStripPanelVisible = false;
     //
     // tscFileImport.TopToolStripPanel
     //
     tscFileImport.TopToolStripPanel.Controls.Add(tsFileImport);
     //
     // tlpFileImport
     //
     resources.ApplyResources(tlpFileImport, "tlpFileImport");
     tlpFileImport.Controls.Add(gbImportedTransactionList, 0, 0);
     tlpFileImport.Controls.Add(gbTransactionDetails, 1, 0);
     tlpFileImport.Name = "tlpFileImport";
     //
     // gbImportedTransactionList
     //
     gbImportedTransactionList.Controls.Add(this.lbImportedTransactions);
     resources.ApplyResources(gbImportedTransactionList, "gbImportedTransactionList");
     gbImportedTransactionList.Name    = "gbImportedTransactionList";
     gbImportedTransactionList.TabStop = false;
     //
     // lbImportedTransactions
     //
     resources.ApplyResources(this.lbImportedTransactions, "lbImportedTransactions");
     this.lbImportedTransactions.FormattingEnabled = true;
     this.lbImportedTransactions.Name = "lbImportedTransactions";
     this.lbImportedTransactions.SelectedIndexChanged += new System.EventHandler(this.lbImportedTransactions_SelectedIndexChanged);
     //
     // gbTransactionDetails
     //
     gbTransactionDetails.Controls.Add(tlpDetails);
     resources.ApplyResources(gbTransactionDetails, "gbTransactionDetails");
     gbTransactionDetails.Name    = "gbTransactionDetails";
     gbTransactionDetails.TabStop = false;
     //
     // tlpDetails
     //
     resources.ApplyResources(tlpDetails, "tlpDetails");
     tlpDetails.Controls.Add(this.cbImport, 0, 0);
     tlpDetails.Controls.Add(lblDate, 0, 1);
     tlpDetails.Controls.Add(this.dtpDate, 0, 2);
     tlpDetails.Controls.Add(lblTitle, 0, 3);
     tlpDetails.Controls.Add(this.tbTitle, 0, 4);
     tlpDetails.Controls.Add(this.cbImplementsPlan, 0, 5);
     tlpDetails.Controls.Add(this.cbPlan, 0, 6);
     tlpDetails.Controls.Add(lblAccount, 0, 7);
     tlpDetails.Controls.Add(this.cbAccount, 0, 8);
     tlpDetails.Controls.Add(lblAmount, 0, 9);
     tlpDetails.Controls.Add(this.numAmount, 0, 10);
     tlpDetails.Controls.Add(this.lblCurrency, 2, 10);
     tlpDetails.Controls.Add(lblTags, 0, 11);
     tlpDetails.Controls.Add(this.ttbTags, 0, 12);
     tlpDetails.Name = "tlpDetails";
     //
     // cbImport
     //
     resources.ApplyResources(this.cbImport, "cbImport");
     tlpDetails.SetColumnSpan(this.cbImport, 3);
     this.cbImport.Name = "cbImport";
     this.cbImport.UseVisualStyleBackColor = true;
     //
     // lblDate
     //
     resources.ApplyResources(lblDate, "lblDate");
     tlpDetails.SetColumnSpan(lblDate, 3);
     lblDate.Name = "lblDate";
     //
     // dtpDate
     //
     tlpDetails.SetColumnSpan(this.dtpDate, 3);
     resources.ApplyResources(this.dtpDate, "dtpDate");
     this.dtpDate.Name = "dtpDate";
     //
     // lblTitle
     //
     resources.ApplyResources(lblTitle, "lblTitle");
     tlpDetails.SetColumnSpan(lblTitle, 3);
     lblTitle.Name = "lblTitle";
     //
     // tbTitle
     //
     this.tbTitle.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     tlpDetails.SetColumnSpan(this.tbTitle, 3);
     resources.ApplyResources(this.tbTitle, "tbTitle");
     this.tbTitle.Name = "tbTitle";
     //
     // cbImplementsPlan
     //
     resources.ApplyResources(this.cbImplementsPlan, "cbImplementsPlan");
     tlpDetails.SetColumnSpan(this.cbImplementsPlan, 3);
     this.cbImplementsPlan.Name = "cbImplementsPlan";
     this.cbImplementsPlan.UseVisualStyleBackColor = true;
     //
     // cbPlan
     //
     tlpDetails.SetColumnSpan(this.cbPlan, 3);
     resources.ApplyResources(this.cbPlan, "cbPlan");
     this.cbPlan.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPlan.FormattingEnabled = true;
     this.cbPlan.Name = "cbPlan";
     //
     // lblAccount
     //
     resources.ApplyResources(lblAccount, "lblAccount");
     tlpDetails.SetColumnSpan(lblAccount, 3);
     lblAccount.Name = "lblAccount";
     //
     // cbAccount
     //
     tlpDetails.SetColumnSpan(this.cbAccount, 3);
     resources.ApplyResources(this.cbAccount, "cbAccount");
     this.cbAccount.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbAccount.FormattingEnabled = true;
     this.cbAccount.Name = "cbAccount";
     //
     // lblAmount
     //
     resources.ApplyResources(lblAmount, "lblAmount");
     tlpDetails.SetColumnSpan(lblAmount, 3);
     lblAmount.Name = "lblAmount";
     //
     // numAmount
     //
     tlpDetails.SetColumnSpan(this.numAmount, 2);
     this.numAmount.DecimalPlaces = 2;
     resources.ApplyResources(this.numAmount, "numAmount");
     this.numAmount.Maximum = new decimal(new int[] {
         1569325055,
         23283064,
         0,
         0
     });
     this.numAmount.Name = "numAmount";
     //
     // lblCurrency
     //
     resources.ApplyResources(this.lblCurrency, "lblCurrency");
     this.lblCurrency.Name = "lblCurrency";
     //
     // lblTags
     //
     resources.ApplyResources(lblTags, "lblTags");
     tlpDetails.SetColumnSpan(lblTags, 3);
     lblTags.Name = "lblTags";
     //
     // ttbTags
     //
     tlpDetails.SetColumnSpan(this.ttbTags, 3);
     resources.ApplyResources(this.ttbTags, "ttbTags");
     this.ttbTags.Name        = "ttbTags";
     this.ttbTags.PopupOpened = false;
     this.ttbTags.ReadOnly    = false;
     this.ttbTags.Tags        = ((System.Collections.Generic.IEnumerable <string>)(resources.GetObject("ttbTags.Tags")));
     //
     // tsFileImport
     //
     resources.ApplyResources(tsFileImport, "tsFileImport");
     tsFileImport.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     tsFileImport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbOpen,
         this.tsbClose,
         this.tsbImport
     });
     tsFileImport.Name    = "tsFileImport";
     tsFileImport.Stretch = true;
     //
     // tsbOpen
     //
     this.tsbOpen.Image = global::easyMoney.Manager.Properties.Resources.folder_page;
     resources.ApplyResources(this.tsbOpen, "tsbOpen");
     this.tsbOpen.Name   = "tsbOpen";
     this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click);
     //
     // tsbClose
     //
     this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tsbClose.Image     = global::easyMoney.Manager.Properties.Resources.tick;
     resources.ApplyResources(this.tsbClose, "tsbClose");
     this.tsbClose.Name   = "tsbClose";
     this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
     //
     // tsbImport
     //
     this.tsbImport.Image = global::easyMoney.Manager.Properties.Resources.table_multiple;
     resources.ApplyResources(this.tsbImport, "tsbImport");
     this.tsbImport.Name   = "tsbImport";
     this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click);
     //
     // fdFileOpen
     //
     this.fdFileOpen.DefaultExt = "*.xml";
     resources.ApplyResources(this.fdFileOpen, "fdFileOpen");
     //
     // FileImportForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tscFileImport);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "FileImportForm";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Load           += new System.EventHandler(this.FileImportForm_Load);
     tscFileImport.ContentPanel.ResumeLayout(false);
     tscFileImport.TopToolStripPanel.ResumeLayout(false);
     tscFileImport.TopToolStripPanel.PerformLayout();
     tscFileImport.ResumeLayout(false);
     tscFileImport.PerformLayout();
     tlpFileImport.ResumeLayout(false);
     gbImportedTransactionList.ResumeLayout(false);
     gbTransactionDetails.ResumeLayout(false);
     tlpDetails.ResumeLayout(false);
     tlpDetails.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numAmount)).EndInit();
     tsFileImport.ResumeLayout(false);
     tsFileImport.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel _TlfFunctionsTLP;
     this._PriorityBT     = new HMI.Model.Module.UI.HMIButton();
     this._ListenBT       = new HMI.Model.Module.UI.HMIButton();
     this._HoldBT         = new HMI.Model.Module.UI.HMIButton();
     this._TransferBT     = new HMI.Model.Module.UI.HMIButton();
     this._TlfViewBT      = new HMI.Model.Module.UI.HMIButton();
     this._CancelBT       = new HMI.Model.Module.UI.HMIButton();
     this._ConfBT         = new HMI.Model.Module.UI.HMIButton();
     this._ReplayBT       = new HMI.Model.Module.UI.HMIButton();
     this._SlowBlinkTimer = new System.Windows.Forms.Timer(this.components);
     this._FastBlinkTimer = new System.Windows.Forms.Timer(this.components);
     _TlfFunctionsTLP     = new System.Windows.Forms.TableLayoutPanel();
     _TlfFunctionsTLP.SuspendLayout();
     this.SuspendLayout();
     //
     // _TlfFunctionsTLP
     //
     _TlfFunctionsTLP.ColumnCount = 4;
     _TlfFunctionsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     _TlfFunctionsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     _TlfFunctionsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     _TlfFunctionsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     _TlfFunctionsTLP.Controls.Add(this._PriorityBT, 0, 0);
     _TlfFunctionsTLP.Controls.Add(this._ListenBT, 1, 0);
     _TlfFunctionsTLP.Controls.Add(this._HoldBT, 0, 1);
     _TlfFunctionsTLP.Controls.Add(this._TransferBT, 1, 1);
     _TlfFunctionsTLP.Controls.Add(this._TlfViewBT, 3, 0);
     _TlfFunctionsTLP.Controls.Add(this._CancelBT, 3, 1);
     _TlfFunctionsTLP.Controls.Add(this._ConfBT, 2, 0);
     _TlfFunctionsTLP.Controls.Add(this._ReplayBT, 2, 1);
     _TlfFunctionsTLP.Dock     = System.Windows.Forms.DockStyle.Fill;
     _TlfFunctionsTLP.Location = new System.Drawing.Point(0, 0);
     _TlfFunctionsTLP.Margin   = new System.Windows.Forms.Padding(5, 0, 0, 0);
     _TlfFunctionsTLP.Name     = "_TlfFunctionsTLP";
     _TlfFunctionsTLP.RowCount = 2;
     _TlfFunctionsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     _TlfFunctionsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     _TlfFunctionsTLP.Size     = new System.Drawing.Size(429, 85);
     _TlfFunctionsTLP.TabIndex = 2;
     //
     // _PriorityBT
     //
     this._PriorityBT.DataBindings.Add(new System.Windows.Forms.Binding("Visible", global::HMI.Presentation.Asecna.Properties.Settings.Default, "EnablePriority", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this._PriorityBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._PriorityBT.Enabled  = false;
     this._PriorityBT.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._PriorityBT.Location = new System.Drawing.Point(2, 2);
     this._PriorityBT.Margin   = new System.Windows.Forms.Padding(2);
     this._PriorityBT.Name     = "_PriorityBT";
     this._PriorityBT.Size     = new System.Drawing.Size(103, 38);
     this._PriorityBT.TabIndex = 0;
     this._PriorityBT.Text     = "Prioridad";
     this._PriorityBT.Visible  = global::HMI.Presentation.Asecna.Properties.Settings.Default.EnablePriority;
     this._PriorityBT.Click   += new System.EventHandler(this._PriorityBT_Click);
     //
     // _ListenBT
     //
     this._ListenBT.DataBindings.Add(new System.Windows.Forms.Binding("Visible", global::HMI.Presentation.Asecna.Properties.Settings.Default, "EnableListen", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this._ListenBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._ListenBT.Enabled  = false;
     this._ListenBT.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._ListenBT.Location = new System.Drawing.Point(109, 2);
     this._ListenBT.Margin   = new System.Windows.Forms.Padding(2);
     this._ListenBT.Name     = "_ListenBT";
     this._ListenBT.Size     = new System.Drawing.Size(103, 38);
     this._ListenBT.TabIndex = 1;
     this._ListenBT.Text     = "Escucha";
     this._ListenBT.Visible  = global::HMI.Presentation.Asecna.Properties.Settings.Default.EnableListen;
     this._ListenBT.Click   += new System.EventHandler(this._ListenBT_Click);
     //
     // _HoldBT
     //
     this._HoldBT.DataBindings.Add(new System.Windows.Forms.Binding("Visible", global::HMI.Presentation.Asecna.Properties.Settings.Default, "EnableHold", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this._HoldBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._HoldBT.Enabled  = false;
     this._HoldBT.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._HoldBT.Location = new System.Drawing.Point(2, 44);
     this._HoldBT.Margin   = new System.Windows.Forms.Padding(2);
     this._HoldBT.Name     = "_HoldBT";
     this._HoldBT.Size     = new System.Drawing.Size(103, 39);
     this._HoldBT.TabIndex = 2;
     this._HoldBT.Text     = "Retener";
     this._HoldBT.Visible  = global::HMI.Presentation.Asecna.Properties.Settings.Default.EnableHold;
     this._HoldBT.Click   += new System.EventHandler(this._HoldBT_Click);
     //
     // _TransferBT
     //
     this._TransferBT.DataBindings.Add(new System.Windows.Forms.Binding("Visible", global::HMI.Presentation.Asecna.Properties.Settings.Default, "EnableTransfer", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this._TransferBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._TransferBT.Enabled  = false;
     this._TransferBT.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._TransferBT.Location = new System.Drawing.Point(109, 44);
     this._TransferBT.Margin   = new System.Windows.Forms.Padding(2);
     this._TransferBT.Name     = "_TransferBT";
     this._TransferBT.Size     = new System.Drawing.Size(103, 39);
     this._TransferBT.TabIndex = 3;
     this._TransferBT.Text     = "Transferir";
     this._TransferBT.Visible  = global::HMI.Presentation.Asecna.Properties.Settings.Default.EnableTransfer;
     this._TransferBT.Click   += new System.EventHandler(this._TransferBT_Click);
     //
     // _TlfViewBT
     //
     this._TlfViewBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._TlfViewBT.Font     = new System.Drawing.Font("Arial Black", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._TlfViewBT.Location = new System.Drawing.Point(324, 3);
     this._TlfViewBT.Name     = "_TlfViewBT";
     this._TlfViewBT.Size     = new System.Drawing.Size(102, 36);
     this._TlfViewBT.TabIndex = 4;
     this._TlfViewBT.Text     = "AI";
     this._TlfViewBT.Click   += new System.EventHandler(this._TlfViewBT_Click);
     //
     // _CancelBT
     //
     this._CancelBT.Dock          = System.Windows.Forms.DockStyle.Fill;
     this._CancelBT.Enabled       = false;
     this._CancelBT.ImageNormal   = global::HMI.Presentation.Asecna.Properties.Resources.Anular;
     this._CancelBT.Location      = new System.Drawing.Point(324, 45);
     this._CancelBT.LongClickTout = 5000;
     this._CancelBT.Name          = "_CancelBT";
     this._CancelBT.Size          = new System.Drawing.Size(102, 37);
     this._CancelBT.TabIndex      = 5;
     this._CancelBT.Click        += new System.EventHandler(this._CancelBT_Click);
     //
     // _ConfBT
     //
     this._ConfBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._ConfBT.Enabled  = false;
     this._ConfBT.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this._ConfBT.Location = new System.Drawing.Point(216, 2);
     this._ConfBT.Margin   = new System.Windows.Forms.Padding(2);
     this._ConfBT.Name     = "_ConfBT";
     this._ConfBT.Size     = new System.Drawing.Size(103, 38);
     this._ConfBT.TabIndex = 6;
     this._ConfBT.Text     = "Conferencia";
     this._ConfBT.Click   += new System.EventHandler(this._ConfBT_Click);
     //
     // _ReplayBT
     //
     this._ReplayBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._ReplayBT.Enabled  = false;
     this._ReplayBT.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
     this._ReplayBT.Location = new System.Drawing.Point(216, 44);
     this._ReplayBT.Margin   = new System.Windows.Forms.Padding(2);
     this._ReplayBT.Name     = "_ReplayBT";
     this._ReplayBT.Size     = new System.Drawing.Size(103, 39);
     this._ReplayBT.TabIndex = 7;
     this._ReplayBT.Text     = "Replay";
     this._ReplayBT.Click   += new System.EventHandler(this._ReplaylBT_Click);
     //
     // _SlowBlinkTimer
     //
     this._SlowBlinkTimer.Interval = 500;
     this._SlowBlinkTimer.Tick    += new System.EventHandler(this._SlowBlinkTimer_Tick);
     //
     // _FastBlinkTimer
     //
     this._FastBlinkTimer.Interval = 250;
     this._FastBlinkTimer.Tick    += new System.EventHandler(this._FastBlinkTimer_Tick);
     //
     // TlfFunctionsView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(_TlfFunctionsTLP);
     this.Name = "TlfFunctionsView";
     this.Size = new System.Drawing.Size(429, 85);
     _TlfFunctionsTLP.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.FlowLayoutPanel  mainPanel;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label4;
     this.bmclBox          = new CBComponents.BitMaskCheckedListBox();
     this.textBoxValue     = new System.Windows.Forms.TextBox();
     this.textBoxLongValue = new System.Windows.Forms.TextBox();
     this.textBoxValues    = new System.Windows.Forms.TextBox();
     mainPanel             = new System.Windows.Forms.FlowLayoutPanel();
     tableLayoutPanel      = new System.Windows.Forms.TableLayoutPanel();
     label1 = new System.Windows.Forms.Label();
     label2 = new System.Windows.Forms.Label();
     label3 = new System.Windows.Forms.Label();
     label4 = new System.Windows.Forms.Label();
     mainPanel.SuspendLayout();
     tableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // mainPanel
     //
     mainPanel.AutoScroll   = true;
     mainPanel.AutoSize     = true;
     mainPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     mainPanel.Controls.Add(tableLayoutPanel);
     mainPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     mainPanel.Location = new System.Drawing.Point(0, 0);
     mainPanel.Name     = "mainPanel";
     mainPanel.Padding  = new System.Windows.Forms.Padding(6);
     mainPanel.Size     = new System.Drawing.Size(464, 362);
     mainPanel.TabIndex = 0;
     //
     // tableLayoutPanel
     //
     tableLayoutPanel.AutoSize     = true;
     tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel.ColumnCount  = 2;
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.Controls.Add(label1, 0, 0);
     tableLayoutPanel.Controls.Add(label2, 0, 1);
     tableLayoutPanel.Controls.Add(label3, 0, 2);
     tableLayoutPanel.Controls.Add(label4, 0, 3);
     tableLayoutPanel.Controls.Add(this.bmclBox, 1, 0);
     tableLayoutPanel.Controls.Add(this.textBoxValue, 1, 1);
     tableLayoutPanel.Controls.Add(this.textBoxLongValue, 1, 2);
     tableLayoutPanel.Controls.Add(this.textBoxValues, 1, 3);
     tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
     tableLayoutPanel.Name     = "tableLayoutPanel";
     tableLayoutPanel.RowCount = 4;
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.Size     = new System.Drawing.Size(397, 318);
     tableLayoutPanel.TabIndex = 0;
     //
     // label1
     //
     label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     label1.AutoSize  = true;
     label1.Location  = new System.Drawing.Point(42, 6);
     label1.Margin    = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(26, 13);
     label1.TabIndex  = 1;
     label1.Text      = "List:";
     label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     label2.Anchor    = System.Windows.Forms.AnchorStyles.Right;
     label2.AutoSize  = true;
     label2.Location  = new System.Drawing.Point(31, 166);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(37, 13);
     label2.TabIndex  = 2;
     label2.Text      = "Value:";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     label3.Anchor    = System.Windows.Forms.AnchorStyles.Right;
     label3.AutoSize  = true;
     label3.Location  = new System.Drawing.Point(7, 192);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(61, 13);
     label3.TabIndex  = 3;
     label3.Text      = "LongValue:";
     label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     label4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     label4.AutoSize  = true;
     label4.Location  = new System.Drawing.Point(3, 218);
     label4.Margin    = new System.Windows.Forms.Padding(3, 6, 3, 0);
     label4.Name      = "label4";
     label4.Size      = new System.Drawing.Size(65, 13);
     label4.TabIndex  = 5;
     label4.Text      = "GetValues():";
     label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // bmclBox
     //
     this.bmclBox.CheckOnClick = true;
     this.bmclBox.Location     = new System.Drawing.Point(74, 3);
     this.bmclBox.LongValue    = ((long)(0));
     this.bmclBox.MultiColumn  = true;
     this.bmclBox.Name         = "bmclBox";
     this.bmclBox.Size         = new System.Drawing.Size(320, 154);
     this.bmclBox.TabIndex     = 0;
     //
     // textBoxValue
     //
     this.textBoxValue.Location = new System.Drawing.Point(74, 163);
     this.textBoxValue.Name     = "textBoxValue";
     this.textBoxValue.Size     = new System.Drawing.Size(100, 20);
     this.textBoxValue.TabIndex = 1;
     //
     // textBoxLongValue
     //
     this.textBoxLongValue.Location = new System.Drawing.Point(74, 189);
     this.textBoxLongValue.Name     = "textBoxLongValue";
     this.textBoxLongValue.Size     = new System.Drawing.Size(200, 20);
     this.textBoxLongValue.TabIndex = 4;
     //
     // textBoxValues
     //
     this.textBoxValues.Location  = new System.Drawing.Point(74, 215);
     this.textBoxValues.Multiline = true;
     this.textBoxValues.Name      = "textBoxValues";
     this.textBoxValues.ReadOnly  = true;
     this.textBoxValues.Size      = new System.Drawing.Size(320, 100);
     this.textBoxValues.TabIndex  = 6;
     //
     // Example1Form
     //
     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(464, 362);
     this.Controls.Add(mainPanel);
     this.MinimumSize   = new System.Drawing.Size(200, 120);
     this.Name          = "Example1Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "ExamplesForm";
     this.Load         += new System.EventHandler(this.ExamplesForm_Load);
     mainPanel.ResumeLayout(false);
     mainPanel.PerformLayout();
     tableLayoutPanel.ResumeLayout(false);
     tableLayoutPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Button           close;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     this.randomTip    = new System.Windows.Forms.Button();
     this.nextTip      = new System.Windows.Forms.Button();
     this.tipBox       = new System.Windows.Forms.GroupBox();
     this.tipTitle     = new System.Windows.Forms.Label();
     this.tipPicture   = new System.Windows.Forms.PictureBox();
     this.tipLink      = new System.Windows.Forms.LinkLabel();
     this.tipText      = new System.Windows.Forms.TextBox();
     close             = new System.Windows.Forms.Button();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.tipBox.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tipPicture)).BeginInit();
     this.SuspendLayout();
     //
     // close
     //
     close.DialogResult            = System.Windows.Forms.DialogResult.OK;
     close.Location                = new System.Drawing.Point(472, 295);
     close.Name                    = "close";
     close.Size                    = new System.Drawing.Size(75, 23);
     close.TabIndex                = 0;
     close.Text                    = "Close";
     close.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 3;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.randomTip, 0, 1);
     tableLayoutPanel1.Controls.Add(close, 2, 1);
     tableLayoutPanel1.Controls.Add(this.nextTip, 1, 1);
     tableLayoutPanel1.Controls.Add(this.tipBox, 0, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(550, 321);
     tableLayoutPanel1.TabIndex = 0;
     //
     // randomTip
     //
     this.randomTip.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.randomTip.Location = new System.Drawing.Point(311, 295);
     this.randomTip.Name     = "randomTip";
     this.randomTip.Size     = new System.Drawing.Size(74, 23);
     this.randomTip.TabIndex = 3;
     this.randomTip.Text     = "Random Tip";
     this.randomTip.UseVisualStyleBackColor = true;
     this.randomTip.Click += new System.EventHandler(this.LoadRandomTip);
     //
     // nextTip
     //
     this.nextTip.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.nextTip.Location = new System.Drawing.Point(391, 295);
     this.nextTip.Name     = "nextTip";
     this.nextTip.Size     = new System.Drawing.Size(75, 23);
     this.nextTip.TabIndex = 1;
     this.nextTip.Text     = "Next Tip";
     this.nextTip.UseVisualStyleBackColor = true;
     this.nextTip.Click += new System.EventHandler(this.LoadNextTip);
     //
     // tipBox
     //
     tableLayoutPanel1.SetColumnSpan(this.tipBox, 3);
     this.tipBox.Controls.Add(tableLayoutPanel2);
     this.tipBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tipBox.Location = new System.Drawing.Point(3, 3);
     this.tipBox.Name     = "tipBox";
     this.tipBox.Size     = new System.Drawing.Size(544, 286);
     this.tipBox.TabIndex = 2;
     this.tipBox.TabStop  = false;
     this.tipBox.Text     = "Tip #X";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.ColumnCount = 1;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.Controls.Add(this.tipTitle, 0, 0);
     tableLayoutPanel2.Controls.Add(this.tipPicture, 0, 2);
     tableLayoutPanel2.Controls.Add(this.tipLink, 0, 3);
     tableLayoutPanel2.Controls.Add(this.tipText, 0, 1);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 4;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(538, 267);
     tableLayoutPanel2.TabIndex = 0;
     //
     // tipTitle
     //
     this.tipTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.tipTitle.AutoSize  = true;
     this.tipTitle.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tipTitle.Location  = new System.Drawing.Point(3, 0);
     this.tipTitle.Name      = "tipTitle";
     this.tipTitle.Size      = new System.Drawing.Size(532, 25);
     this.tipTitle.TabIndex  = 0;
     this.tipTitle.Text      = "Tip #X: Tip Title";
     this.tipTitle.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // tipPicture
     //
     this.tipPicture.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.tipPicture.Location = new System.Drawing.Point(243, 180);
     this.tipPicture.Name     = "tipPicture";
     this.tipPicture.Size     = new System.Drawing.Size(52, 54);
     this.tipPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.tipPicture.TabIndex = 1;
     this.tipPicture.TabStop  = false;
     //
     // tipLink
     //
     this.tipLink.AutoSize     = true;
     this.tipLink.Location     = new System.Drawing.Point(7, 244);
     this.tipLink.Margin       = new System.Windows.Forms.Padding(7);
     this.tipLink.Name         = "tipLink";
     this.tipLink.Size         = new System.Drawing.Size(141, 13);
     this.tipLink.TabIndex     = 3;
     this.tipLink.TabStop      = true;
     this.tipLink.Text         = "https://renderdoc.org/tips/1";
     this.tipLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.tipLink_LinkClicked);
     //
     // tipText
     //
     this.tipText.BackColor = System.Drawing.SystemColors.Window;
     this.tipText.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tipText.Location  = new System.Drawing.Point(3, 28);
     this.tipText.Multiline = true;
     this.tipText.Name      = "tipText";
     this.tipText.ReadOnly  = true;
     this.tipText.Size      = new System.Drawing.Size(532, 146);
     this.tipText.TabIndex  = 4;
     this.tipText.Text      = "Tip Text";
     //
     // TipsDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(550, 321);
     this.Controls.Add(tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(556, 346);
     this.Name            = "TipsDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "RenderDoc Tips";
     this.Load           += new System.EventHandler(this.LoadRandomTip);
     tableLayoutPanel1.ResumeLayout(false);
     this.tipBox.ResumeLayout(false);
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tipPicture)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashWelcome));
     this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
     this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
     this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.logoPictureBox = new System.Windows.Forms.PictureBox();
     this.labelProductName = new System.Windows.Forms.Label();
     this.labelVersion = new System.Windows.Forms.Label();
     this.labelCopyright = new System.Windows.Forms.Label();
     this.labelCompanyName = new System.Windows.Forms.Label();
     this.textBoxDescription = new System.Windows.Forms.TextBox();
     this.ProgressBar1 = new System.Windows.Forms.ProgressBar();
     this.timer1 = new System.Windows.Forms.Timer();
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.tableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // marqueeProgressBarControl1
     //
     this.marqueeProgressBarControl1.EditValue = 0;
     this.marqueeProgressBarControl1.Location = new System.Drawing.Point(73, 297);
     this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
     this.marqueeProgressBarControl1.Size = new System.Drawing.Size(222, 11);
     this.marqueeProgressBarControl1.TabIndex = 2;
     //
     // labelControl1
     //
     this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.labelControl1.Location = new System.Drawing.Point(81, 315);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(115, 13);
     this.labelControl1.TabIndex = 3;
     this.labelControl1.Text = "Copyright © 2010-2014";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(16, 295);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(50, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "Starting...";
     //
     // pictureEdit2
     //
     this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
     this.pictureEdit2.Location = new System.Drawing.Point(12, 12);
     this.pictureEdit2.Name = "pictureEdit2";
     this.pictureEdit2.Properties.AllowFocused = false;
     this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     //this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit2.Properties.ShowMenu = false;
     this.pictureEdit2.Size = new System.Drawing.Size(426, 180);
     this.pictureEdit2.TabIndex = 9;
     //
     // pictureEdit1
     //
     this.pictureEdit1.EditValue = global::BapAlmacenNet.Properties.Resources.logoBlueOcean1;
     this.pictureEdit1.Location = new System.Drawing.Point(306, 295);
     this.pictureEdit1.Name = "pictureEdit1";
     this.pictureEdit1.Properties.AllowFocused = false;
     this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     //this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit1.Properties.ShowMenu = false;
     this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit1.Size = new System.Drawing.Size(129, 34);
     this.pictureEdit1.TabIndex = 4;
     //
     // tableLayoutPanel
     //
     this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.Window;
     this.tableLayoutPanel.ColumnCount = 2;
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.76471F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.23529F));
     this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
     this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
     this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
     this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
     this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
     this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
     this.tableLayoutPanel.Controls.Add(this.ProgressBar1, 1, 5);
     this.tableLayoutPanel.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel.Name = "tableLayoutPanel";
     this.tableLayoutPanel.RowCount = 6;
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451363F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451967F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451363F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451967F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 52.74198F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451363F));
     this.tableLayoutPanel.Size = new System.Drawing.Size(425, 279);
     this.tableLayoutPanel.TabIndex = 0;
     //
     // logoPictureBox
     //
     this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
     this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
     this.logoPictureBox.Name = "logoPictureBox";
     this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
     this.logoPictureBox.Size = new System.Drawing.Size(129, 273);
     this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.logoPictureBox.TabIndex = 12;
     this.logoPictureBox.TabStop = false;
     //
     // labelProductName
     //
     this.labelProductName.AutoSize = true;
     this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelProductName.Location = new System.Drawing.Point(141, 0);
     this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelProductName.Name = "labelProductName";
     this.labelProductName.Size = new System.Drawing.Size(281, 17);
     this.labelProductName.TabIndex = 0;
     this.labelProductName.Text = "Product Name";
     this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelVersion
     //
     this.labelVersion.AutoSize = true;
     this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelVersion.Location = new System.Drawing.Point(141, 26);
     this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelVersion.Name = "labelVersion";
     this.labelVersion.Size = new System.Drawing.Size(281, 17);
     this.labelVersion.TabIndex = 1;
     this.labelVersion.Text = "Version";
     this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCopyright
     //
     this.labelCopyright.AutoSize = true;
     this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelCopyright.Location = new System.Drawing.Point(141, 52);
     this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCopyright.Name = "labelCopyright";
     this.labelCopyright.Size = new System.Drawing.Size(281, 17);
     this.labelCopyright.TabIndex = 2;
     this.labelCopyright.Text = "Copyright";
     this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCompanyName
     //
     this.labelCompanyName.AutoSize = true;
     this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.labelCompanyName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelCompanyName.Location = new System.Drawing.Point(141, 78);
     this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
     this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCompanyName.Name = "labelCompanyName";
     this.labelCompanyName.Size = new System.Drawing.Size(281, 17);
     this.labelCompanyName.TabIndex = 3;
     this.labelCompanyName.Text = "Company Name";
     this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxDescription
     //
     this.textBoxDescription.BackColor = System.Drawing.SystemColors.Window;
     this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxDescription.Location = new System.Drawing.Point(141, 107);
     this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
     this.textBoxDescription.Multiline = true;
     this.textBoxDescription.Name = "textBoxDescription";
     this.textBoxDescription.ReadOnly = true;
     this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBoxDescription.Size = new System.Drawing.Size(281, 141);
     this.textBoxDescription.TabIndex = 4;
     this.textBoxDescription.TabStop = false;
     this.textBoxDescription.Text = "Description";
     //
     // ProgressBar1
     //
     this.ProgressBar1.Location = new System.Drawing.Point(138, 254);
     this.ProgressBar1.Maximum = 130;
     this.ProgressBar1.Name = "ProgressBar1";
     this.ProgressBar1.Size = new System.Drawing.Size(284, 21);
     this.ProgressBar1.TabIndex = 5;
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
     //
     // SplashWelcome
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(448, 336);
     this.Controls.Add(this.tableLayoutPanel);
     this.Controls.Add(this.pictureEdit2);
     this.Controls.Add(this.pictureEdit1);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.marqueeProgressBarControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "SplashWelcome";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     this.tableLayoutPanel.ResumeLayout(false);
     this.tableLayoutPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.MenuStrip                 menuStrip1;
     System.Windows.Forms.ToolStripMenuItem         fileToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         loadToolStripMenuItem;
     System.Windows.Forms.ToolStripSeparator        toolStripMenuItem1;
     System.Windows.Forms.ToolStripSeparator        toolStripMenuItem2;
     System.Windows.Forms.ToolStripMenuItem         exitToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         donateToolStripMenuItem;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     System.Windows.Forms.TabPage          tabPage1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.Label            label5;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label4;
     System.Windows.Forms.TabPage          tabPage2;
     System.Windows.Forms.TabPage          tabPage5;
     this.saveToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.load1ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.load2ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.load3ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.tableLayoutPanel2        = new System.Windows.Forms.TableLayoutPanel();
     this.levelLabel               = new System.Windows.Forms.Label();
     this.characterNameBox         = new System.Windows.Forms.TextBox();
     this.moneyUpDown              = new System.Windows.Forms.NumericUpDown();
     this.experienceUpDown         = new System.Windows.Forms.NumericUpDown();
     this.headerIdBox              = new System.Windows.Forms.TextBox();
     this.chipsListView            = new BrightIdeasSoftware.ObjectListView();
     this.chipsPositionColumn      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.chipsNameColumn          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.chipsLevelColumn         = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.chipsWeightColumn        = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseInventoryListView  = new BrightIdeasSoftware.ObjectListView();
     this.corpseItemPositionColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseItemIdColumn       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseItemQuantityColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.tabControl               = new System.Windows.Forms.TabControl();
     this.tabPage4             = new System.Windows.Forms.TabPage();
     this.inventoryListView    = new BrightIdeasSoftware.ObjectListView();
     this.itemPositionColumn   = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.itemIdColumn         = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.itemQuantityColumn   = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.tabPage3             = new System.Windows.Forms.TabPage();
     this.weaponsListView      = new BrightIdeasSoftware.ObjectListView();
     this.weaponPositionColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.weaponObtainedColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.weaponNameColumn     = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.weaponLevelColumn    = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.itemNameColumn       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.corpseItemNameColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     menuStrip1              = new System.Windows.Forms.MenuStrip();
     fileToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     loadToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem1      = new System.Windows.Forms.ToolStripSeparator();
     toolStripMenuItem2      = new System.Windows.Forms.ToolStripSeparator();
     exitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     donateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     tabPage1          = new System.Windows.Forms.TabPage();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     label5            = new System.Windows.Forms.Label();
     label3            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     label1            = new System.Windows.Forms.Label();
     label4            = new System.Windows.Forms.Label();
     tabPage2          = new System.Windows.Forms.TabPage();
     tabPage5          = new System.Windows.Forms.TabPage();
     menuStrip1.SuspendLayout();
     tabPage1.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.moneyUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.experienceUpDown)).BeginInit();
     tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chipsListView)).BeginInit();
     tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.corpseInventoryListView)).BeginInit();
     this.tabControl.SuspendLayout();
     this.tabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.inventoryListView)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.weaponsListView)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.BackColor  = System.Drawing.SystemColors.Control;
     menuStrip1.GripMargin = new System.Windows.Forms.Padding(2);
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileToolStripMenuItem,
         donateToolStripMenuItem
     });
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(460, 24);
     menuStrip1.TabIndex = 0;
     menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         loadToolStripMenuItem,
         this.saveToolStripMenuItem,
         toolStripMenuItem1,
         this.load1ToolStripMenuItem,
         this.load2ToolStripMenuItem,
         this.load3ToolStripMenuItem,
         toolStripMenuItem2,
         exitToolStripMenuItem
     });
     fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     fileToolStripMenuItem.Text = "File";
     //
     // loadToolStripMenuItem
     //
     loadToolStripMenuItem.Name   = "loadToolStripMenuItem";
     loadToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     loadToolStripMenuItem.Text   = "Load";
     loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Enabled = false;
     this.saveToolStripMenuItem.Name    = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.saveToolStripMenuItem.Text    = "Save";
     this.saveToolStripMenuItem.Click  += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     toolStripMenuItem1.Name = "toolStripMenuItem1";
     toolStripMenuItem1.Size = new System.Drawing.Size(113, 6);
     //
     // load1ToolStripMenuItem
     //
     this.load1ToolStripMenuItem.Enabled = false;
     this.load1ToolStripMenuItem.Name    = "load1ToolStripMenuItem";
     this.load1ToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.load1ToolStripMenuItem.Text    = "Load #1";
     this.load1ToolStripMenuItem.Click  += new System.EventHandler(this.load1ToolStripMenuItem_Click);
     //
     // load2ToolStripMenuItem
     //
     this.load2ToolStripMenuItem.Enabled = false;
     this.load2ToolStripMenuItem.Name    = "load2ToolStripMenuItem";
     this.load2ToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.load2ToolStripMenuItem.Text    = "Load #2";
     this.load2ToolStripMenuItem.Click  += new System.EventHandler(this.load2ToolStripMenuItem_Click);
     //
     // load3ToolStripMenuItem
     //
     this.load3ToolStripMenuItem.Enabled = false;
     this.load3ToolStripMenuItem.Name    = "load3ToolStripMenuItem";
     this.load3ToolStripMenuItem.Size    = new System.Drawing.Size(116, 22);
     this.load3ToolStripMenuItem.Text    = "Load #3";
     this.load3ToolStripMenuItem.Click  += new System.EventHandler(this.load3ToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     toolStripMenuItem2.Name = "toolStripMenuItem2";
     toolStripMenuItem2.Size = new System.Drawing.Size(113, 6);
     //
     // exitToolStripMenuItem
     //
     exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     exitToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     exitToolStripMenuItem.Text = "Exit";
     //
     // donateToolStripMenuItem
     //
     donateToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("donateToolStripMenuItem.Image")));
     donateToolStripMenuItem.Name   = "donateToolStripMenuItem";
     donateToolStripMenuItem.Size   = new System.Drawing.Size(107, 20);
     donateToolStripMenuItem.Text   = "Like this tool?";
     donateToolStripMenuItem.Click += new System.EventHandler(this.donateToolStripMenuItem_Click);
     //
     // tabPage1
     //
     tabPage1.Controls.Add(tableLayoutPanel1);
     tabPage1.Location = new System.Drawing.Point(4, 22);
     tabPage1.Name     = "tabPage1";
     tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     tabPage1.Size     = new System.Drawing.Size(428, 448);
     tabPage1.TabIndex = 0;
     tabPage1.Text     = "General";
     tabPage1.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 3;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(422, 442);
     tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.AutoSize    = true;
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(label5, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.levelLabel, 0, 4);
     this.tableLayoutPanel2.Controls.Add(label3, 0, 3);
     this.tableLayoutPanel2.Controls.Add(label2, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.characterNameBox, 1, 1);
     this.tableLayoutPanel2.Controls.Add(label1, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.moneyUpDown, 1, 2);
     this.tableLayoutPanel2.Controls.Add(this.experienceUpDown, 1, 3);
     this.tableLayoutPanel2.Controls.Add(label4, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.headerIdBox, 1, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 159);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 5;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(416, 124);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // label5
     //
     label5.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(3, 107);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(36, 13);
     label5.TabIndex = 9;
     label5.Text     = "Level:";
     //
     // levelLabel
     //
     this.levelLabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.levelLabel.AutoSize = true;
     this.levelLabel.Location = new System.Drawing.Point(96, 107);
     this.levelLabel.Name     = "levelLabel";
     this.levelLabel.Size     = new System.Drawing.Size(0, 13);
     this.levelLabel.TabIndex = 8;
     //
     // label3
     //
     label3.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(3, 84);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(63, 13);
     label3.TabIndex = 5;
     label3.Text     = "Experience:";
     //
     // label2
     //
     label2.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(3, 58);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(42, 13);
     label2.TabIndex = 4;
     label2.Text     = "Money:";
     //
     // characterNameBox
     //
     this.characterNameBox.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.characterNameBox.Location  = new System.Drawing.Point(96, 29);
     this.characterNameBox.MaxLength = 34;
     this.characterNameBox.Name      = "characterNameBox";
     this.characterNameBox.Size      = new System.Drawing.Size(317, 20);
     this.characterNameBox.TabIndex  = 0;
     //
     // label1
     //
     label1.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 32);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(87, 13);
     label1.TabIndex = 3;
     label1.Text     = "Character Name:";
     //
     // moneyUpDown
     //
     this.moneyUpDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.moneyUpDown.Location = new System.Drawing.Point(96, 55);
     this.moneyUpDown.Maximum  = new decimal(new int[] {
         9999999,
         0,
         0,
         0
     });
     this.moneyUpDown.Name               = "moneyUpDown";
     this.moneyUpDown.Size               = new System.Drawing.Size(317, 20);
     this.moneyUpDown.TabIndex           = 6;
     this.moneyUpDown.ThousandsSeparator = true;
     //
     // experienceUpDown
     //
     this.experienceUpDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.experienceUpDown.Location = new System.Drawing.Point(96, 81);
     this.experienceUpDown.Maximum  = new decimal(new int[] {
         9999999,
         0,
         0,
         0
     });
     this.experienceUpDown.Name               = "experienceUpDown";
     this.experienceUpDown.Size               = new System.Drawing.Size(317, 20);
     this.experienceUpDown.TabIndex           = 7;
     this.experienceUpDown.ThousandsSeparator = true;
     this.experienceUpDown.ValueChanged      += new System.EventHandler(this.experienceUpDown_ValueChanged);
     //
     // label4
     //
     label4.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(3, 6);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(59, 13);
     label4.TabIndex = 10;
     label4.Text     = "Header ID:";
     //
     // headerIdBox
     //
     this.headerIdBox.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.headerIdBox.Location     = new System.Drawing.Point(96, 3);
     this.headerIdBox.MaxLength    = 24;
     this.headerIdBox.Name         = "headerIdBox";
     this.headerIdBox.Size         = new System.Drawing.Size(317, 20);
     this.headerIdBox.TabIndex     = 11;
     this.headerIdBox.TextChanged += new System.EventHandler(this.headerIdBox_TextChanged);
     //
     // tabPage2
     //
     tabPage2.Controls.Add(this.chipsListView);
     tabPage2.Location = new System.Drawing.Point(4, 22);
     tabPage2.Name     = "tabPage2";
     tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     tabPage2.Size     = new System.Drawing.Size(428, 448);
     tabPage2.TabIndex = 1;
     tabPage2.Text     = "Chips";
     tabPage2.UseVisualStyleBackColor = true;
     //
     // chipsListView
     //
     this.chipsListView.AllColumns.Add(this.chipsPositionColumn);
     this.chipsListView.AllColumns.Add(this.chipsNameColumn);
     this.chipsListView.AllColumns.Add(this.chipsLevelColumn);
     this.chipsListView.AllColumns.Add(this.chipsWeightColumn);
     this.chipsListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.chipsListView.CellEditUseWholeCell = false;
     this.chipsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chipsPositionColumn,
         this.chipsNameColumn,
         this.chipsLevelColumn,
         this.chipsWeightColumn
     });
     this.chipsListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.chipsListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.chipsListView.FullRowSelect = true;
     this.chipsListView.GridLines     = true;
     this.chipsListView.HideSelection = false;
     this.chipsListView.Location      = new System.Drawing.Point(3, 3);
     this.chipsListView.Name          = "chipsListView";
     this.chipsListView.ShowGroups    = false;
     this.chipsListView.Size          = new System.Drawing.Size(422, 442);
     this.chipsListView.TabIndex      = 0;
     this.chipsListView.UseCompatibleStateImageBehavior = false;
     this.chipsListView.View = System.Windows.Forms.View.Details;
     this.chipsListView.CellEditFinishing += new BrightIdeasSoftware.CellEditEventHandler(this.chipsListView_CellEditFinishing);
     this.chipsListView.CellEditStarting  += new BrightIdeasSoftware.CellEditEventHandler(this.chipsListView_CellEditStarting);
     //
     // chipsPositionColumn
     //
     this.chipsPositionColumn.AspectName           = "Position";
     this.chipsPositionColumn.AspectToStringFormat = "[{0}]";
     this.chipsPositionColumn.IsEditable           = false;
     this.chipsPositionColumn.Text = "Position";
     //
     // chipsNameColumn
     //
     this.chipsNameColumn.AspectName = "Name";
     this.chipsNameColumn.Text       = "Name";
     this.chipsNameColumn.Width      = 200;
     //
     // chipsLevelColumn
     //
     this.chipsLevelColumn.AspectName = "Level";
     this.chipsLevelColumn.Text       = "Level";
     //
     // chipsWeightColumn
     //
     this.chipsWeightColumn.AspectName = "Weight";
     this.chipsWeightColumn.Text       = "Weight";
     //
     // tabPage5
     //
     tabPage5.Controls.Add(this.corpseInventoryListView);
     tabPage5.Location = new System.Drawing.Point(4, 22);
     tabPage5.Name     = "tabPage5";
     tabPage5.Padding  = new System.Windows.Forms.Padding(3);
     tabPage5.Size     = new System.Drawing.Size(428, 448);
     tabPage5.TabIndex = 4;
     tabPage5.Text     = "Corpse Inventory";
     tabPage5.UseVisualStyleBackColor = true;
     //
     // corpseInventoryListView
     //
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemPositionColumn);
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemIdColumn);
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemNameColumn);
     this.corpseInventoryListView.AllColumns.Add(this.corpseItemQuantityColumn);
     this.corpseInventoryListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.corpseInventoryListView.CellEditUseWholeCell = false;
     this.corpseInventoryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.corpseItemPositionColumn,
         this.corpseItemIdColumn,
         this.corpseItemNameColumn,
         this.corpseItemQuantityColumn
     });
     this.corpseInventoryListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.corpseInventoryListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.corpseInventoryListView.FullRowSelect = true;
     this.corpseInventoryListView.GridLines     = true;
     this.corpseInventoryListView.HideSelection = false;
     this.corpseInventoryListView.Location      = new System.Drawing.Point(3, 3);
     this.corpseInventoryListView.Name          = "corpseInventoryListView";
     this.corpseInventoryListView.ShowGroups    = false;
     this.corpseInventoryListView.Size          = new System.Drawing.Size(422, 442);
     this.corpseInventoryListView.TabIndex      = 3;
     this.corpseInventoryListView.UseCompatibleStateImageBehavior = false;
     this.corpseInventoryListView.View              = System.Windows.Forms.View.Details;
     this.corpseInventoryListView.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditFinished);
     this.corpseInventoryListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditStarting);
     //
     // corpseItemPositionColumn
     //
     this.corpseItemPositionColumn.AspectName           = "Position";
     this.corpseItemPositionColumn.AspectToStringFormat = "[{0}]";
     this.corpseItemPositionColumn.IsEditable           = false;
     this.corpseItemPositionColumn.Text = "Position";
     //
     // corpseItemIdColumn
     //
     this.corpseItemIdColumn.AspectName = "Id";
     this.corpseItemIdColumn.IsEditable = false;
     this.corpseItemIdColumn.Text       = "Id";
     //
     // corpseItemQuantityColumn
     //
     this.corpseItemQuantityColumn.AspectName = "Quantity";
     this.corpseItemQuantityColumn.Text       = "Quantity";
     //
     // tabControl
     //
     this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl.Controls.Add(tabPage1);
     this.tabControl.Controls.Add(this.tabPage4);
     this.tabControl.Controls.Add(tabPage5);
     this.tabControl.Controls.Add(tabPage2);
     this.tabControl.Controls.Add(this.tabPage3);
     this.tabControl.Enabled       = false;
     this.tabControl.Location      = new System.Drawing.Point(12, 27);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(436, 474);
     this.tabControl.TabIndex      = 1;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.inventoryListView);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size     = new System.Drawing.Size(428, 448);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Inventory";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // inventoryListView
     //
     this.inventoryListView.AllColumns.Add(this.itemPositionColumn);
     this.inventoryListView.AllColumns.Add(this.itemIdColumn);
     this.inventoryListView.AllColumns.Add(this.itemNameColumn);
     this.inventoryListView.AllColumns.Add(this.itemQuantityColumn);
     this.inventoryListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.inventoryListView.CellEditUseWholeCell = false;
     this.inventoryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.itemPositionColumn,
         this.itemIdColumn,
         this.itemNameColumn,
         this.itemQuantityColumn
     });
     this.inventoryListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.inventoryListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.inventoryListView.FullRowSelect = true;
     this.inventoryListView.GridLines     = true;
     this.inventoryListView.HideSelection = false;
     this.inventoryListView.Location      = new System.Drawing.Point(3, 3);
     this.inventoryListView.Name          = "inventoryListView";
     this.inventoryListView.ShowGroups    = false;
     this.inventoryListView.Size          = new System.Drawing.Size(422, 442);
     this.inventoryListView.TabIndex      = 2;
     this.inventoryListView.UseCompatibleStateImageBehavior = false;
     this.inventoryListView.View              = System.Windows.Forms.View.Details;
     this.inventoryListView.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditFinished);
     this.inventoryListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditStarting);
     //
     // itemPositionColumn
     //
     this.itemPositionColumn.AspectName           = "Position";
     this.itemPositionColumn.AspectToStringFormat = "[{0}]";
     this.itemPositionColumn.IsEditable           = false;
     this.itemPositionColumn.Text = "Position";
     //
     // itemIdColumn
     //
     this.itemIdColumn.AspectName = "Id";
     this.itemIdColumn.IsEditable = false;
     this.itemIdColumn.Text       = "Id";
     //
     // itemQuantityColumn
     //
     this.itemQuantityColumn.AspectName = "Quantity";
     this.itemQuantityColumn.Text       = "Quantity";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.weaponsListView);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(428, 448);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Weapons";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // weaponsListView
     //
     this.weaponsListView.AllColumns.Add(this.weaponPositionColumn);
     this.weaponsListView.AllColumns.Add(this.weaponObtainedColumn);
     this.weaponsListView.AllColumns.Add(this.weaponNameColumn);
     this.weaponsListView.AllColumns.Add(this.weaponLevelColumn);
     this.weaponsListView.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
     this.weaponsListView.CellEditUseWholeCell = false;
     this.weaponsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.weaponPositionColumn,
         this.weaponObtainedColumn,
         this.weaponNameColumn,
         this.weaponLevelColumn
     });
     this.weaponsListView.Cursor        = System.Windows.Forms.Cursors.Default;
     this.weaponsListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.weaponsListView.FullRowSelect = true;
     this.weaponsListView.GridLines     = true;
     this.weaponsListView.HideSelection = false;
     this.weaponsListView.Location      = new System.Drawing.Point(3, 3);
     this.weaponsListView.Name          = "weaponsListView";
     this.weaponsListView.ShowGroups    = false;
     this.weaponsListView.Size          = new System.Drawing.Size(422, 442);
     this.weaponsListView.TabIndex      = 1;
     this.weaponsListView.UseCompatibleStateImageBehavior = false;
     this.weaponsListView.View              = System.Windows.Forms.View.Details;
     this.weaponsListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.weaponsListView_CellEditStarting);
     //
     // weaponPositionColumn
     //
     this.weaponPositionColumn.AspectName           = "Position";
     this.weaponPositionColumn.AspectToStringFormat = "[{0}]";
     this.weaponPositionColumn.IsEditable           = false;
     this.weaponPositionColumn.Text = "Position";
     //
     // weaponObtainedColumn
     //
     this.weaponObtainedColumn.AspectName = "Obtained";
     this.weaponObtainedColumn.CheckBoxes = true;
     this.weaponObtainedColumn.Text       = "Obtained?";
     this.weaponObtainedColumn.Width      = 80;
     //
     // weaponNameColumn
     //
     this.weaponNameColumn.AspectName = "Name";
     this.weaponNameColumn.IsEditable = false;
     this.weaponNameColumn.Text       = "Name";
     this.weaponNameColumn.Width      = 200;
     //
     // weaponLevelColumn
     //
     this.weaponLevelColumn.AspectName = "Level";
     this.weaponLevelColumn.Text       = "Level";
     //
     // itemNameColumn
     //
     this.itemNameColumn.AspectName = "Name";
     this.itemNameColumn.Text       = "Name";
     this.itemNameColumn.Width      = 180;
     //
     // corpseItemNameColumn
     //
     this.corpseItemNameColumn.AspectName = "Name";
     this.corpseItemNameColumn.Text       = "Name";
     this.corpseItemNameColumn.Width      = 180;
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(460, 513);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(menuStrip1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "Main";
     this.Text  = "NieR: Automata - Save Editor";
     this.Load += new System.EventHandler(this.Main_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     tabPage1.ResumeLayout(false);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.moneyUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.experienceUpDown)).EndInit();
     tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chipsListView)).EndInit();
     tabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.corpseInventoryListView)).EndInit();
     this.tabControl.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.inventoryListView)).EndInit();
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.weaponsListView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.TableLayoutPanel table_IO;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     this.label8        = new System.Windows.Forms.Label();
     this.label7        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.label6        = new System.Windows.Forms.Label();
     this.info_audio    = new System.Windows.Forms.TextBox();
     this.info_size1    = new System.Windows.Forms.TextBox();
     this.info_size0    = new System.Windows.Forms.TextBox();
     this.info_tracks   = new System.Windows.Forms.TextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.info_cdtitle  = new System.Windows.Forms.TextBox();
     this.btn_input_in  = new System.Windows.Forms.Button();
     this.input_in      = new System.Windows.Forms.TextBox();
     this.input_out     = new System.Windows.Forms.TextBox();
     this.btn_input_out = new System.Windows.Forms.Button();
     this.label9        = new System.Windows.Forms.Label();
     this.info_md5      = new System.Windows.Forms.TextBox();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.toggle_subf   = new System.Windows.Forms.CheckBox();
     this.toggle_single = new System.Windows.Forms.CheckBox();
     this.btn_RESTORE   = new System.Windows.Forms.Button();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     tableLayoutPanel3  = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     table_IO           = new System.Windows.Forms.TableLayoutPanel();
     label1             = new System.Windows.Forms.Label();
     label2             = new System.Windows.Forms.Label();
     label3             = new System.Windows.Forms.Label();
     tableLayoutPanel2  = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel3.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     table_IO.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel3
     //
     tableLayoutPanel3.AutoSize     = true;
     tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel3.ColumnCount  = 4;
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.41975F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.5679F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.01235F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 121F));
     tableLayoutPanel3.Controls.Add(this.label8, 3, 0);
     tableLayoutPanel3.Controls.Add(this.label7, 2, 0);
     tableLayoutPanel3.Controls.Add(this.label5, 0, 0);
     tableLayoutPanel3.Controls.Add(this.label6, 1, 0);
     tableLayoutPanel3.Controls.Add(this.info_audio, 3, 1);
     tableLayoutPanel3.Controls.Add(this.info_size1, 1, 1);
     tableLayoutPanel3.Controls.Add(this.info_size0, 0, 1);
     tableLayoutPanel3.Controls.Add(this.info_tracks, 2, 1);
     tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Top;
     tableLayoutPanel3.Location = new System.Drawing.Point(3, 48);
     tableLayoutPanel3.Name     = "tableLayoutPanel3";
     tableLayoutPanel3.RowCount = 2;
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel3.Size     = new System.Drawing.Size(304, 32);
     tableLayoutPanel3.TabIndex = 10;
     //
     // label8
     //
     this.label8.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(185, 0);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(116, 13);
     this.label8.TabIndex = 7;
     this.label8.Text     = "Audio Quality :";
     //
     // label7
     //
     this.label7.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(132, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(47, 13);
     this.label7.TabIndex = 5;
     this.label7.Text     = "Tracks :";
     //
     // label5
     //
     this.label5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(3, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(60, 13);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Crushed Size :";
     //
     // label6
     //
     this.label6.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(69, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(57, 13);
     this.label6.TabIndex = 0;
     this.label6.Text     = "Full Size :";
     //
     // info_audio
     //
     this.info_audio.BackColor   = System.Drawing.SystemColors.Info;
     this.info_audio.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.info_audio.Dock        = System.Windows.Forms.DockStyle.Top;
     this.info_audio.Location    = new System.Drawing.Point(185, 16);
     this.info_audio.Name        = "info_audio";
     this.info_audio.ReadOnly    = true;
     this.info_audio.Size        = new System.Drawing.Size(116, 13);
     this.info_audio.TabIndex    = 8;
     this.info_audio.Text        = "96kbps";
     this.info_audio.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // info_size1
     //
     this.info_size1.BackColor   = System.Drawing.SystemColors.Info;
     this.info_size1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.info_size1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.info_size1.Location    = new System.Drawing.Point(69, 16);
     this.info_size1.Name        = "info_size1";
     this.info_size1.ReadOnly    = true;
     this.info_size1.Size        = new System.Drawing.Size(57, 13);
     this.info_size1.TabIndex    = 4;
     this.info_size1.Text        = "540MB";
     this.info_size1.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // info_size0
     //
     this.info_size0.BackColor   = System.Drawing.SystemColors.Info;
     this.info_size0.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.info_size0.Dock        = System.Windows.Forms.DockStyle.Top;
     this.info_size0.Location    = new System.Drawing.Point(3, 16);
     this.info_size0.Name        = "info_size0";
     this.info_size0.ReadOnly    = true;
     this.info_size0.Size        = new System.Drawing.Size(60, 13);
     this.info_size0.TabIndex    = 4;
     this.info_size0.Text        = "41MB";
     this.info_size0.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // info_tracks
     //
     this.info_tracks.BackColor   = System.Drawing.SystemColors.Info;
     this.info_tracks.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.info_tracks.Dock        = System.Windows.Forms.DockStyle.Top;
     this.info_tracks.Location    = new System.Drawing.Point(132, 16);
     this.info_tracks.Name        = "info_tracks";
     this.info_tracks.ReadOnly    = true;
     this.info_tracks.Size        = new System.Drawing.Size(47, 13);
     this.info_tracks.TabIndex    = 3;
     this.info_tracks.Text        = "20";
     this.info_tracks.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize     = true;
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel1.ColumnCount  = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(this.label4, 0, 0);
     tableLayoutPanel1.Controls.Add(this.info_cdtitle, 0, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(304, 32);
     tableLayoutPanel1.TabIndex = 9;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(3, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(61, 13);
     this.label4.TabIndex = 0;
     this.label4.Text     = "CD Title :";
     //
     // info_cdtitle
     //
     this.info_cdtitle.BackColor   = System.Drawing.SystemColors.Info;
     this.info_cdtitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.info_cdtitle.Dock        = System.Windows.Forms.DockStyle.Top;
     this.info_cdtitle.Location    = new System.Drawing.Point(3, 16);
     this.info_cdtitle.Name        = "info_cdtitle";
     this.info_cdtitle.ReadOnly    = true;
     this.info_cdtitle.Size        = new System.Drawing.Size(298, 13);
     this.info_cdtitle.TabIndex    = 1;
     this.info_cdtitle.Text        = "Dummy Info, CD title with a really long name etc";
     this.info_cdtitle.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // table_IO
     //
     table_IO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     table_IO.ColumnCount = 2;
     table_IO.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     table_IO.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     table_IO.Controls.Add(this.btn_input_in, 1, 1);
     table_IO.Controls.Add(label1, 0, 0);
     table_IO.Controls.Add(this.input_in, 0, 1);
     table_IO.Controls.Add(this.input_out, 0, 3);
     table_IO.Controls.Add(this.btn_input_out, 1, 3);
     table_IO.Controls.Add(label2, 0, 2);
     table_IO.Location = new System.Drawing.Point(3, 137);
     table_IO.Name     = "table_IO";
     table_IO.RowCount = 4;
     table_IO.RowStyles.Add(new System.Windows.Forms.RowStyle());
     table_IO.RowStyles.Add(new System.Windows.Forms.RowStyle());
     table_IO.RowStyles.Add(new System.Windows.Forms.RowStyle());
     table_IO.RowStyles.Add(new System.Windows.Forms.RowStyle());
     table_IO.Size     = new System.Drawing.Size(441, 82);
     table_IO.TabIndex = 16;
     //
     // btn_input_in
     //
     this.btn_input_in.Dock     = System.Windows.Forms.DockStyle.Top;
     this.btn_input_in.Location = new System.Drawing.Point(399, 16);
     this.btn_input_in.Name     = "btn_input_in";
     this.btn_input_in.Size     = new System.Drawing.Size(39, 23);
     this.btn_input_in.TabIndex = 2;
     this.btn_input_in.Text     = "...";
     this.btn_input_in.UseVisualStyleBackColor = true;
     this.btn_input_in.Click += new System.EventHandler(this.btn_input_in_Click);
     //
     // label1
     //
     label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label1.Location = new System.Drawing.Point(3, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(68, 13);
     label1.TabIndex = 0;
     label1.Text     = "Input File :";
     //
     // input_in
     //
     this.input_in.Dock     = System.Windows.Forms.DockStyle.Top;
     this.input_in.Location = new System.Drawing.Point(3, 16);
     this.input_in.Name     = "input_in";
     this.input_in.Size     = new System.Drawing.Size(390, 20);
     this.input_in.TabIndex = 1;
     //
     // input_out
     //
     this.input_out.Dock     = System.Windows.Forms.DockStyle.Top;
     this.input_out.Location = new System.Drawing.Point(3, 58);
     this.input_out.Name     = "input_out";
     this.input_out.Size     = new System.Drawing.Size(390, 20);
     this.input_out.TabIndex = 1;
     //
     // btn_input_out
     //
     this.btn_input_out.Dock     = System.Windows.Forms.DockStyle.Top;
     this.btn_input_out.Location = new System.Drawing.Point(399, 58);
     this.btn_input_out.Name     = "btn_input_out";
     this.btn_input_out.Size     = new System.Drawing.Size(39, 23);
     this.btn_input_out.TabIndex = 2;
     this.btn_input_out.Text     = "...";
     this.btn_input_out.UseVisualStyleBackColor = true;
     this.btn_input_out.Click += new System.EventHandler(this.btn_input_out_Click);
     //
     // label2
     //
     label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label2.Location = new System.Drawing.Point(3, 42);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(118, 13);
     label2.TabIndex = 0;
     label2.Text     = "Destination Folder :";
     //
     // label3
     //
     label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     label3.ForeColor = System.Drawing.SystemColors.ControlDark;
     label3.Location  = new System.Drawing.Point(266, 222);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(178, 13);
     label3.TabIndex  = 5;
     label3.Text      = "Leave blank for same folder as input";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.AutoSize     = true;
     tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel2.ColumnCount  = 1;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.Controls.Add(this.label9, 0, 0);
     tableLayoutPanel2.Controls.Add(this.info_md5, 0, 1);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Top;
     tableLayoutPanel2.Location = new System.Drawing.Point(3, 80);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 2;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(304, 32);
     tableLayoutPanel2.TabIndex = 11;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(3, 0);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(149, 13);
     this.label9.TabIndex = 0;
     this.label9.Text     = "MD5 of first Data Track :";
     //
     // info_md5
     //
     this.info_md5.BackColor   = System.Drawing.SystemColors.Info;
     this.info_md5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.info_md5.Dock        = System.Windows.Forms.DockStyle.Top;
     this.info_md5.Location    = new System.Drawing.Point(3, 16);
     this.info_md5.Name        = "info_md5";
     this.info_md5.ReadOnly    = true;
     this.info_md5.Size        = new System.Drawing.Size(298, 13);
     this.info_md5.TabIndex    = 1;
     this.info_md5.Text        = "unavailable";
     this.info_md5.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // 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(tableLayoutPanel2);
     this.groupBox1.Controls.Add(tableLayoutPanel3);
     this.groupBox1.Controls.Add(tableLayoutPanel1);
     this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.groupBox1.Location  = new System.Drawing.Point(137, 3);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(310, 128);
     this.groupBox1.TabIndex  = 14;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Info";
     //
     // toggle_subf
     //
     this.toggle_subf.AutoSize   = true;
     this.toggle_subf.Checked    = true;
     this.toggle_subf.CheckState = System.Windows.Forms.CheckState.Checked;
     this.toggle_subf.Location   = new System.Drawing.Point(6, 221);
     this.toggle_subf.Name       = "toggle_subf";
     this.toggle_subf.Size       = new System.Drawing.Size(105, 17);
     this.toggle_subf.TabIndex   = 12;
     this.toggle_subf.Text       = "Create Subfolder";
     this.toggle_subf.UseVisualStyleBackColor = true;
     //
     // toggle_single
     //
     this.toggle_single.AutoSize = true;
     this.toggle_single.Location = new System.Drawing.Point(117, 221);
     this.toggle_single.Name     = "toggle_single";
     this.toggle_single.Size     = new System.Drawing.Size(95, 17);
     this.toggle_single.TabIndex = 13;
     this.toggle_single.Text     = "Single bin/cue";
     this.toggle_single.UseVisualStyleBackColor = true;
     //
     // btn_RESTORE
     //
     this.btn_RESTORE.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.btn_RESTORE.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_RESTORE.ForeColor = System.Drawing.Color.Green;
     this.btn_RESTORE.Location  = new System.Drawing.Point(3, 239);
     this.btn_RESTORE.Name      = "btn_RESTORE";
     this.btn_RESTORE.Size      = new System.Drawing.Size(444, 39);
     this.btn_RESTORE.TabIndex  = 17;
     this.btn_RESTORE.Text      = "RESTORE";
     this.btn_RESTORE.UseVisualStyleBackColor = true;
     this.btn_RESTORE.Click += new System.EventHandler(this.btn_RESTORE_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::cdcrush.Properties.Resources.cd128;
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(128, 128);
     this.pictureBox1.TabIndex = 15;
     this.pictureBox1.TabStop  = false;
     //
     // PanelRestore
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btn_RESTORE);
     this.Controls.Add(table_IO);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toggle_subf);
     this.Controls.Add(this.toggle_single);
     this.Controls.Add(label3);
     this.MaximumSize = new System.Drawing.Size(600, 280);
     this.MinimumSize = new System.Drawing.Size(450, 280);
     this.Name        = "PanelRestore";
     this.Size        = new System.Drawing.Size(450, 280);
     this.Load       += new System.EventHandler(this.PanelRestore_Load);
     tableLayoutPanel3.ResumeLayout(false);
     tableLayoutPanel3.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     table_IO.ResumeLayout(false);
     table_IO.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #37
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
     System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
     this.AktivListe            = new BrightIdeasSoftware.ObjectListView();
     this.ZimmerAktiv           = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.VornameAktiv          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.NachnameAktiv         = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.RufnameAktiv          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.HinzufügenKnopf       = new System.Windows.Forms.Button();
     this.InaktivListe          = new BrightIdeasSoftware.ObjectListView();
     this.ZimmerInaktiv         = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.VornameInaktiv        = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.NachnameInaktiv       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.RufnameInaktiv        = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.AktivierenKnopf       = new System.Windows.Forms.Button();
     this.DeaktivierenKnopf     = new System.Windows.Forms.Button();
     this.AnzeigenOptionAktiv   = new System.Windows.Forms.ToolStripMenuItem();
     this.AnzeigenOptionInaktiv = new System.Windows.Forms.ToolStripMenuItem();
     tableLayoutPanel1          = new System.Windows.Forms.TableLayoutPanel();
     label1            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.AktivListe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.InaktivListe)).BeginInit();
     contextMenuStrip1.SuspendLayout();
     contextMenuStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 3;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Controls.Add(this.AktivListe, 0, 1);
     tableLayoutPanel1.Controls.Add(this.HinzufügenKnopf, 1, 3);
     tableLayoutPanel1.Controls.Add(this.InaktivListe, 2, 1);
     tableLayoutPanel1.Controls.Add(label1, 0, 0);
     tableLayoutPanel1.Controls.Add(label2, 2, 0);
     tableLayoutPanel1.Controls.Add(this.AktivierenKnopf, 1, 2);
     tableLayoutPanel1.Controls.Add(this.DeaktivierenKnopf, 1, 4);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.Padding  = new System.Windows.Forms.Padding(10);
     tableLayoutPanel1.RowCount = 6;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(684, 561);
     tableLayoutPanel1.TabIndex = 0;
     //
     // AktivListe
     //
     this.AktivListe.AllColumns.Add(this.ZimmerAktiv);
     this.AktivListe.AllColumns.Add(this.VornameAktiv);
     this.AktivListe.AllColumns.Add(this.NachnameAktiv);
     this.AktivListe.AllColumns.Add(this.RufnameAktiv);
     this.AktivListe.AlternateRowBackColor = System.Drawing.SystemColors.ButtonFace;
     this.AktivListe.CellEditActivation    = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick;
     this.AktivListe.CellEditUseWholeCell  = false;
     this.AktivListe.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ZimmerAktiv,
         this.VornameAktiv,
         this.NachnameAktiv,
         this.RufnameAktiv
     });
     this.AktivListe.ContextMenuStrip = contextMenuStrip1;
     this.AktivListe.Cursor           = System.Windows.Forms.Cursors.Default;
     this.AktivListe.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.AktivListe.FullRowSelect    = true;
     this.AktivListe.Location         = new System.Drawing.Point(13, 33);
     this.AktivListe.Name             = "AktivListe";
     tableLayoutPanel1.SetRowSpan(this.AktivListe, 5);
     this.AktivListe.SelectColumnsOnRightClick          = false;
     this.AktivListe.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.None;
     this.AktivListe.ShowGroups         = false;
     this.AktivListe.ShowSortIndicators = false;
     this.AktivListe.Size     = new System.Drawing.Size(313, 515);
     this.AktivListe.TabIndex = 6;
     this.AktivListe.UseAlternatingBackColors        = true;
     this.AktivListe.UseCompatibleStateImageBehavior = false;
     this.AktivListe.UseFiltering      = true;
     this.AktivListe.View              = System.Windows.Forms.View.Details;
     this.AktivListe.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.AktivListe_CellEditFinished);
     //
     // ZimmerAktiv
     //
     this.ZimmerAktiv.AspectName           = "Zimmernummer";
     this.ZimmerAktiv.AspectToStringFormat = "{0}";
     this.ZimmerAktiv.CellEditUseWholeCell = true;
     this.ZimmerAktiv.Text      = "Zimmer";
     this.ZimmerAktiv.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.ZimmerAktiv.Width     = 50;
     //
     // VornameAktiv
     //
     this.VornameAktiv.AspectName           = "Vorname";
     this.VornameAktiv.AspectToStringFormat = "{0}";
     this.VornameAktiv.CellEditUseWholeCell = true;
     this.VornameAktiv.Text  = "Vorname";
     this.VornameAktiv.Width = 80;
     //
     // NachnameAktiv
     //
     this.NachnameAktiv.AspectName           = "Nachname";
     this.NachnameAktiv.AspectToStringFormat = "{0}";
     this.NachnameAktiv.CellEditUseWholeCell = true;
     this.NachnameAktiv.FillsFreeSpace       = true;
     this.NachnameAktiv.Text  = "Nachname";
     this.NachnameAktiv.Width = 100;
     //
     // RufnameAktiv
     //
     this.RufnameAktiv.AspectName           = "Rufname";
     this.RufnameAktiv.AspectToStringFormat = "{0}";
     this.RufnameAktiv.CellEditUseWholeCell = true;
     this.RufnameAktiv.Text  = "Rufname";
     this.RufnameAktiv.Width = 100;
     //
     // HinzufügenKnopf
     //
     this.HinzufügenKnopf.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.HinzufügenKnopf.Location = new System.Drawing.Point(329, 275);
     this.HinzufügenKnopf.Margin   = new System.Windows.Forms.Padding(0);
     this.HinzufügenKnopf.Name     = "HinzufügenKnopf";
     this.HinzufügenKnopf.Size     = new System.Drawing.Size(25, 31);
     this.HinzufügenKnopf.TabIndex = 2;
     this.HinzufügenKnopf.Text     = "+";
     this.HinzufügenKnopf.UseVisualStyleBackColor = true;
     this.HinzufügenKnopf.Click += new System.EventHandler(this.HinzufügenKnopf_Click);
     //
     // InaktivListe
     //
     this.InaktivListe.AllColumns.Add(this.ZimmerInaktiv);
     this.InaktivListe.AllColumns.Add(this.VornameInaktiv);
     this.InaktivListe.AllColumns.Add(this.NachnameInaktiv);
     this.InaktivListe.AllColumns.Add(this.RufnameInaktiv);
     this.InaktivListe.AlternateRowBackColor = System.Drawing.SystemColors.ButtonFace;
     this.InaktivListe.CellEditActivation    = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick;
     this.InaktivListe.CellEditUseWholeCell  = false;
     this.InaktivListe.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ZimmerInaktiv,
         this.VornameInaktiv,
         this.NachnameInaktiv,
         this.RufnameInaktiv
     });
     this.InaktivListe.ContextMenuStrip = contextMenuStrip2;
     this.InaktivListe.Cursor           = System.Windows.Forms.Cursors.Default;
     this.InaktivListe.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.InaktivListe.FullRowSelect    = true;
     this.InaktivListe.Location         = new System.Drawing.Point(357, 33);
     this.InaktivListe.Name             = "InaktivListe";
     tableLayoutPanel1.SetRowSpan(this.InaktivListe, 5);
     this.InaktivListe.SelectColumnsOnRightClick          = false;
     this.InaktivListe.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.None;
     this.InaktivListe.ShowGroups         = false;
     this.InaktivListe.ShowSortIndicators = false;
     this.InaktivListe.Size     = new System.Drawing.Size(314, 515);
     this.InaktivListe.TabIndex = 3;
     this.InaktivListe.UseAlternatingBackColors        = true;
     this.InaktivListe.UseCompatibleStateImageBehavior = false;
     this.InaktivListe.UseFiltering      = true;
     this.InaktivListe.View              = System.Windows.Forms.View.Details;
     this.InaktivListe.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.InaktivListe_CellEditFinished);
     //
     // ZimmerInaktiv
     //
     this.ZimmerInaktiv.AspectName           = "Zimmernummer";
     this.ZimmerInaktiv.AspectToStringFormat = "{0}";
     this.ZimmerInaktiv.CellEditUseWholeCell = true;
     this.ZimmerInaktiv.Text      = "Zimmer";
     this.ZimmerInaktiv.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.ZimmerInaktiv.Width     = 50;
     //
     // VornameInaktiv
     //
     this.VornameInaktiv.AspectName           = "Vorname";
     this.VornameInaktiv.AspectToStringFormat = "{0}";
     this.VornameInaktiv.CellEditUseWholeCell = true;
     this.VornameInaktiv.Text  = "Vorname";
     this.VornameInaktiv.Width = 80;
     //
     // NachnameInaktiv
     //
     this.NachnameInaktiv.AspectName           = "Nachname";
     this.NachnameInaktiv.AspectToStringFormat = "{0}";
     this.NachnameInaktiv.CellEditUseWholeCell = true;
     this.NachnameInaktiv.FillsFreeSpace       = true;
     this.NachnameInaktiv.Text  = "Nachname";
     this.NachnameInaktiv.Width = 100;
     //
     // RufnameInaktiv
     //
     this.RufnameInaktiv.AspectName           = "Rufname";
     this.RufnameInaktiv.AspectToStringFormat = "{0}";
     this.RufnameInaktiv.CellEditUseWholeCell = true;
     this.RufnameInaktiv.Text  = "Rufname";
     this.RufnameInaktiv.Width = 100;
     //
     // label1
     //
     label1.AutoSize  = true;
     label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     label1.Location  = new System.Drawing.Point(13, 10);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(313, 20);
     label1.TabIndex  = 4;
     label1.Text      = "Aktive Benutzer";
     label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     label2.AutoSize  = true;
     label2.Dock      = System.Windows.Forms.DockStyle.Fill;
     label2.Location  = new System.Drawing.Point(357, 10);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(314, 20);
     label2.TabIndex  = 5;
     label2.Text      = "Inaktive Benutzer";
     label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // AktivierenKnopf
     //
     this.AktivierenKnopf.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.AktivierenKnopf.Location = new System.Drawing.Point(329, 244);
     this.AktivierenKnopf.Margin   = new System.Windows.Forms.Padding(0);
     this.AktivierenKnopf.Name     = "AktivierenKnopf";
     this.AktivierenKnopf.Size     = new System.Drawing.Size(25, 31);
     this.AktivierenKnopf.TabIndex = 7;
     this.AktivierenKnopf.Text     = "<-";
     this.AktivierenKnopf.UseVisualStyleBackColor = true;
     this.AktivierenKnopf.Click += new System.EventHandler(this.AktivierenKnopf_Click);
     //
     // DeaktivierenKnopf
     //
     this.DeaktivierenKnopf.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.DeaktivierenKnopf.Location = new System.Drawing.Point(329, 306);
     this.DeaktivierenKnopf.Margin   = new System.Windows.Forms.Padding(0);
     this.DeaktivierenKnopf.Name     = "DeaktivierenKnopf";
     this.DeaktivierenKnopf.Size     = new System.Drawing.Size(25, 31);
     this.DeaktivierenKnopf.TabIndex = 8;
     this.DeaktivierenKnopf.Text     = "->";
     this.DeaktivierenKnopf.UseVisualStyleBackColor = true;
     this.DeaktivierenKnopf.Click += new System.EventHandler(this.DeaktivierenKnopf_Click);
     //
     // contextMenuStrip1
     //
     contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.AnzeigenOptionAktiv
     });
     contextMenuStrip1.Name            = "contextMenuStrip1";
     contextMenuStrip1.ShowImageMargin = false;
     contextMenuStrip1.Size            = new System.Drawing.Size(108, 26);
     //
     // AnzeigenOptionAktiv
     //
     this.AnzeigenOptionAktiv.Name   = "AnzeigenOptionAktiv";
     this.AnzeigenOptionAktiv.Size   = new System.Drawing.Size(127, 22);
     this.AnzeigenOptionAktiv.Text   = "Anzeigen...";
     this.AnzeigenOptionAktiv.Click += new System.EventHandler(this.AnzeigenOptionAktiv_Click);
     //
     // contextMenuStrip2
     //
     contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.AnzeigenOptionInaktiv
     });
     contextMenuStrip2.Name            = "contextMenuStrip1";
     contextMenuStrip2.ShowImageMargin = false;
     contextMenuStrip2.Size            = new System.Drawing.Size(128, 48);
     //
     // AnzeigenOptionInaktiv
     //
     this.AnzeigenOptionInaktiv.Name   = "AnzeigenOptionInaktiv";
     this.AnzeigenOptionInaktiv.Size   = new System.Drawing.Size(127, 22);
     this.AnzeigenOptionInaktiv.Text   = "Anzeigen...";
     this.AnzeigenOptionInaktiv.Click += new System.EventHandler(this.AnzeigenOptionInaktiv_Click);
     //
     // BenutzerListefenster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(684, 561);
     this.Controls.Add(tableLayoutPanel1);
     this.Name         = "BenutzerListefenster";
     this.Text         = "Benutzer Verwalten";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BenutzerListefenster_FormClosing);
     this.Load        += new System.EventHandler(this.BenutzerListefenster_Load);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.AktivListe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.InaktivListe)).EndInit();
     contextMenuStrip1.ResumeLayout(false);
     contextMenuStrip2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.progressBar2 = new System.Windows.Forms.ProgressBar();
     this.progressBar3 = new System.Windows.Forms.ProgressBar();
     this.progressBar4 = new System.Windows.Forms.ProgressBar();
     this.progressBar5 = new System.Windows.Forms.ProgressBar();
     this.progressBar6 = new System.Windows.Forms.ProgressBar();
     this.progressBar7 = new System.Windows.Forms.ProgressBar();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(5, 0);
     this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(55, 20);
     this.label1.TabIndex = 0;
     this.label1.Text = "Win 0";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(5, 52);
     this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(55, 20);
     this.label2.TabIndex = 1;
     this.label2.Text = "Win 1";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(5, 104);
     this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(55, 20);
     this.label3.TabIndex = 2;
     this.label3.Text = "Win 2";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(5, 156);
     this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(55, 20);
     this.label4.TabIndex = 3;
     this.label4.Text = "Win 3";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(5, 208);
     this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(55, 20);
     this.label5.TabIndex = 4;
     this.label5.Text = "Win 4";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(5, 260);
     this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(55, 20);
     this.label6.TabIndex = 5;
     this.label6.Text = "Win 5";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(5, 312);
     this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(55, 20);
     this.label7.TabIndex = 6;
     this.label7.Text = "Win 6";
     //
     // progressBar1
     //
     this.progressBar1.Dock = System.Windows.Forms.DockStyle.Top;
     this.progressBar1.Location = new System.Drawing.Point(102, 3);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(274, 23);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar1.TabIndex = 7;
     //
     // 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 = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 26.22378F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 73.77622F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 155F));
     this.tableLayoutPanel1.Controls.Add(this.label14, 2, 6);
     this.tableLayoutPanel1.Controls.Add(this.label13, 2, 5);
     this.tableLayoutPanel1.Controls.Add(this.label12, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.label11, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.label10, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.label9, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.progressBar1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label7, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.progressBar2, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.progressBar3, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.progressBar4, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.progressBar5, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.progressBar6, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.progressBar7, 1, 6);
     this.tableLayoutPanel1.Controls.Add(this.label8, 2, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(70, 64);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 7;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(535, 367);
     this.tableLayoutPanel1.TabIndex = 8;
     this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
     this.tableLayoutPanel1.Resize += new System.EventHandler(this.tableLayoutPanel1_Resize);
     //
     // progressBar2
     //
     this.progressBar2.Dock = System.Windows.Forms.DockStyle.Top;
     this.progressBar2.Location = new System.Drawing.Point(102, 55);
     this.progressBar2.Name = "progressBar2";
     this.progressBar2.Size = new System.Drawing.Size(274, 23);
     this.progressBar2.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar2.TabIndex = 8;
     //
     // progressBar3
     //
     this.progressBar3.Dock = System.Windows.Forms.DockStyle.Top;
     this.progressBar3.Location = new System.Drawing.Point(102, 107);
     this.progressBar3.Name = "progressBar3";
     this.progressBar3.Size = new System.Drawing.Size(274, 23);
     this.progressBar3.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar3.TabIndex = 9;
     //
     // progressBar4
     //
     this.progressBar4.Dock = System.Windows.Forms.DockStyle.Top;
     this.progressBar4.Location = new System.Drawing.Point(102, 159);
     this.progressBar4.Name = "progressBar4";
     this.progressBar4.Size = new System.Drawing.Size(274, 23);
     this.progressBar4.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar4.TabIndex = 10;
     //
     // progressBar5
     //
     this.progressBar5.Dock = System.Windows.Forms.DockStyle.Top;
     this.progressBar5.Location = new System.Drawing.Point(102, 211);
     this.progressBar5.Name = "progressBar5";
     this.progressBar5.Size = new System.Drawing.Size(274, 23);
     this.progressBar5.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar5.TabIndex = 11;
     //
     // progressBar6
     //
     this.progressBar6.Dock = System.Windows.Forms.DockStyle.Top;
     this.progressBar6.Location = new System.Drawing.Point(102, 263);
     this.progressBar6.Name = "progressBar6";
     this.progressBar6.Size = new System.Drawing.Size(274, 23);
     this.progressBar6.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar6.TabIndex = 12;
     //
     // progressBar7
     //
     this.progressBar7.Dock = System.Windows.Forms.DockStyle.Top;
     this.progressBar7.Location = new System.Drawing.Point(102, 315);
     this.progressBar7.Name = "progressBar7";
     this.progressBar7.Size = new System.Drawing.Size(274, 23);
     this.progressBar7.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar7.TabIndex = 13;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(384, 0);
     this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(15, 20);
     this.label8.TabIndex = 14;
     this.label8.Text = "-";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(384, 52);
     this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(15, 20);
     this.label9.TabIndex = 15;
     this.label9.Text = "-";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(384, 104);
     this.label10.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(15, 20);
     this.label10.TabIndex = 16;
     this.label10.Text = "-";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(384, 156);
     this.label11.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(15, 20);
     this.label11.TabIndex = 17;
     this.label11.Text = "-";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(384, 208);
     this.label12.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(15, 20);
     this.label12.TabIndex = 18;
     this.label12.Text = "-";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(384, 260);
     this.label13.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(15, 20);
     this.label13.TabIndex = 19;
     this.label13.Text = "-";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(384, 312);
     this.label14.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(15, 20);
     this.label14.TabIndex = 20;
     this.label14.Text = "-";
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(464, 421);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(104, 37);
     this.button1.TabIndex = 9;
     this.button1.Text = "Close";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // FrmLotteryReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(630, 470);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font = new System.Drawing.Font("Wasco Sans", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.Name = "FrmLotteryReport";
     this.Text = "FrmLotteryReport";
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.FrmLotteryReport_Paint);
     this.Resize += new System.EventHandler(this.FrmLotteryReport_Resize);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #39
0
 // TODO-Linux: AutoCompletion is not implemented in Mono
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PhraseSubstitutionsDlg));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     this.m_numTimesToMatch    = new System.Windows.Forms.NumericUpDown();
     this.m_btnMatchSingleWord = new System.Windows.Forms.Button();
     this.lblMaxMatch          = new System.Windows.Forms.Label();
     this.m_txtMatchPrefix     = new System.Windows.Forms.TextBox();
     this.m_txtMatchSuffix     = new System.Windows.Forms.TextBox();
     this.lblSuffix            = new System.Windows.Forms.Label();
     this.lblMatchPrefix       = new System.Windows.Forms.Label();
     this.lblMatchGroup        = new System.Windows.Forms.Label();
     this.m_cboMatchGroup      = new System.Windows.Forms.ComboBox();
     this.lblInstructions      = new System.Windows.Forms.Label();
     this.btnOk                    = new System.Windows.Forms.Button();
     this.btnCancel                = new System.Windows.Forms.Button();
     this.m_dataGridView           = new System.Windows.Forms.DataGridView();
     this.colMatch                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colReplacement           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colIsRegEx               = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colMatchCase             = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colPreviewResult         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_regexMatchHelper       = new System.Windows.Forms.Panel();
     this.m_grpPreview             = new System.Windows.Forms.GroupBox();
     this.m_cboPreviewQuestion     = new System.Windows.Forms.ComboBox();
     this.m_regexReplacementHelper = new System.Windows.Forms.Panel();
     this.toolTip1                 = new System.Windows.Forms.ToolTip(this.components);
     this.toolStripUpDownButtons   = new System.Windows.Forms.ToolStrip();
     this.btnUp                    = new System.Windows.Forms.ToolStripButton();
     this.btnDown                  = new System.Windows.Forms.ToolStripButton();
     this.l10NSharpExtender1       = new L10NSharp.UI.L10NSharpExtender(this.components);
     tableLayoutPanel1             = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel2             = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_numTimesToMatch)).BeginInit();
     tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dataGridView)).BeginInit();
     this.m_regexMatchHelper.SuspendLayout();
     this.m_grpPreview.SuspendLayout();
     this.m_regexReplacementHelper.SuspendLayout();
     this.toolStripUpDownButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.l10NSharpExtender1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize    = true;
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(this.m_numTimesToMatch, 1, 3);
     tableLayoutPanel1.Controls.Add(this.m_btnMatchSingleWord, 0, 0);
     tableLayoutPanel1.Controls.Add(this.lblMaxMatch, 0, 3);
     tableLayoutPanel1.Controls.Add(this.m_txtMatchPrefix, 1, 1);
     tableLayoutPanel1.Controls.Add(this.m_txtMatchSuffix, 1, 2);
     tableLayoutPanel1.Controls.Add(this.lblSuffix, 0, 2);
     tableLayoutPanel1.Controls.Add(this.lblMatchPrefix, 0, 1);
     tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 4;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(272, 113);
     tableLayoutPanel1.TabIndex = 10;
     //
     // m_numTimesToMatch
     //
     this.m_numTimesToMatch.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_numTimesToMatch, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_numTimesToMatch, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_numTimesToMatch, "PhraseSubstitutionsDlg.m_numTimesToMatch");
     this.m_numTimesToMatch.Location = new System.Drawing.Point(162, 87);
     this.m_numTimesToMatch.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_numTimesToMatch.Name     = "m_numTimesToMatch";
     this.m_numTimesToMatch.Size     = new System.Drawing.Size(107, 20);
     this.m_numTimesToMatch.TabIndex = 7;
     this.m_numTimesToMatch.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_numTimesToMatch.ValueChanged += new System.EventHandler(this.m_numTimesToMatch_ValueChanged);
     //
     // m_btnMatchSingleWord
     //
     tableLayoutPanel1.SetColumnSpan(this.m_btnMatchSingleWord, 2);
     this.m_btnMatchSingleWord.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_btnMatchSingleWord, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_btnMatchSingleWord, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_btnMatchSingleWord, "PhraseSubstitutionsDlg.m_btnMatchSingleWord");
     this.m_btnMatchSingleWord.Location = new System.Drawing.Point(3, 3);
     this.m_btnMatchSingleWord.Name     = "m_btnMatchSingleWord";
     this.m_btnMatchSingleWord.Size     = new System.Drawing.Size(244, 23);
     this.m_btnMatchSingleWord.TabIndex = 0;
     this.m_btnMatchSingleWord.Text     = "Match any single word";
     this.m_btnMatchSingleWord.UseVisualStyleBackColor = true;
     this.m_btnMatchSingleWord.Click += new System.EventHandler(this.m_btnMatchSingleWord_Click);
     //
     // lblMaxMatch
     //
     this.lblMaxMatch.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblMaxMatch.AutoSize = true;
     this.lblMaxMatch.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.lblMaxMatch, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.lblMaxMatch, null);
     this.l10NSharpExtender1.SetLocalizingId(this.lblMaxMatch, "PhraseSubstitutionsDlg.lblMaxMatch");
     this.lblMaxMatch.Location = new System.Drawing.Point(3, 90);
     this.lblMaxMatch.Name     = "lblMaxMatch";
     this.lblMaxMatch.Size     = new System.Drawing.Size(122, 13);
     this.lblMaxMatch.TabIndex = 5;
     this.lblMaxMatch.Text     = "Maximum times to match";
     //
     // m_txtMatchPrefix
     //
     this.m_txtMatchPrefix.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_txtMatchPrefix, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_txtMatchPrefix, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_txtMatchPrefix, "PhraseSubstitutionsDlg.m_txtMatchPrefix");
     this.m_txtMatchPrefix.Location     = new System.Drawing.Point(162, 32);
     this.m_txtMatchPrefix.Name         = "m_txtMatchPrefix";
     this.m_txtMatchPrefix.Size         = new System.Drawing.Size(107, 20);
     this.m_txtMatchPrefix.TabIndex     = 2;
     this.m_txtMatchPrefix.TextChanged += new System.EventHandler(this.SuffixOrPrefixChanged);
     //
     // m_txtMatchSuffix
     //
     this.m_txtMatchSuffix.AcceptsTab = true;
     this.m_txtMatchSuffix.Anchor     = System.Windows.Forms.AnchorStyles.Right;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_txtMatchSuffix, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_txtMatchSuffix, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_txtMatchSuffix, "PhraseSubstitutionsDlg.m_txtMatchSuffix");
     this.m_txtMatchSuffix.Location     = new System.Drawing.Point(162, 58);
     this.m_txtMatchSuffix.Name         = "m_txtMatchSuffix";
     this.m_txtMatchSuffix.Size         = new System.Drawing.Size(107, 20);
     this.m_txtMatchSuffix.TabIndex     = 4;
     this.m_txtMatchSuffix.TextChanged += new System.EventHandler(this.SuffixOrPrefixChanged);
     //
     // lblSuffix
     //
     this.lblSuffix.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblSuffix.AutoSize = true;
     this.lblSuffix.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.lblSuffix, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.lblSuffix, null);
     this.l10NSharpExtender1.SetLocalizingId(this.lblSuffix, "PhraseSubstitutionsDlg.lblSuffix");
     this.lblSuffix.Location = new System.Drawing.Point(3, 61);
     this.lblSuffix.Name     = "lblSuffix";
     this.lblSuffix.Size     = new System.Drawing.Size(73, 13);
     this.lblSuffix.TabIndex = 3;
     this.lblSuffix.Text     = "Match a suffix";
     //
     // lblMatchPrefix
     //
     this.lblMatchPrefix.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblMatchPrefix.AutoSize = true;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.lblMatchPrefix, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.lblMatchPrefix, null);
     this.l10NSharpExtender1.SetLocalizingId(this.lblMatchPrefix, "PhraseSubstitutionsDlg.lblMatchPrefix");
     this.lblMatchPrefix.Location = new System.Drawing.Point(3, 35);
     this.lblMatchPrefix.Name     = "lblMatchPrefix";
     this.lblMatchPrefix.Size     = new System.Drawing.Size(74, 13);
     this.lblMatchPrefix.TabIndex = 1;
     this.lblMatchPrefix.Text     = "Match a prefix";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.AutoSize    = true;
     tableLayoutPanel2.ColumnCount = 2;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.Controls.Add(this.lblMatchGroup, 0, 0);
     tableLayoutPanel2.Controls.Add(this.m_cboMatchGroup, 1, 0);
     tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 2;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(215, 30);
     tableLayoutPanel2.TabIndex = 10;
     //
     // lblMatchGroup
     //
     this.lblMatchGroup.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblMatchGroup.AutoSize = true;
     this.lblMatchGroup.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.lblMatchGroup, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.lblMatchGroup, null);
     this.l10NSharpExtender1.SetLocalizingId(this.lblMatchGroup, "PhraseSubstitutionsDlg.lblMatchGroup");
     this.lblMatchGroup.Location = new System.Drawing.Point(3, 7);
     this.lblMatchGroup.Name     = "lblMatchGroup";
     this.lblMatchGroup.Size     = new System.Drawing.Size(67, 13);
     this.lblMatchGroup.TabIndex = 5;
     this.lblMatchGroup.Text     = "Match group";
     //
     // m_cboMatchGroup
     //
     this.m_cboMatchGroup.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboMatchGroup.FormattingEnabled = true;
     this.m_cboMatchGroup.Items.AddRange(new object[] {
         "Remove"
     });
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_cboMatchGroup, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_cboMatchGroup, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_cboMatchGroup, "PhraseSubstitutionsDlg.m_cboMatchGroup");
     this.m_cboMatchGroup.Location              = new System.Drawing.Point(76, 3);
     this.m_cboMatchGroup.Name                  = "m_cboMatchGroup";
     this.m_cboMatchGroup.Size                  = new System.Drawing.Size(121, 21);
     this.m_cboMatchGroup.TabIndex              = 6;
     this.m_cboMatchGroup.SelectedIndexChanged += new System.EventHandler(this.m_cboMatchGroup_SelectedIndexChanged);
     //
     // lblInstructions
     //
     this.lblInstructions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.l10NSharpExtender1.SetLocalizableToolTip(this.lblInstructions, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.lblInstructions, null);
     this.l10NSharpExtender1.SetLocalizingId(this.lblInstructions, "PhraseSubstitutionsDlg.lblInstructions");
     this.lblInstructions.Location = new System.Drawing.Point(12, 9);
     this.lblInstructions.Name     = "lblInstructions";
     this.lblInstructions.Size     = new System.Drawing.Size(744, 103);
     this.lblInstructions.TabIndex = 8;
     this.lblInstructions.Text     = resources.GetString("lblInstructions.Text");
     //
     // btnOk
     //
     this.btnOk.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.btnOk, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.btnOk, null);
     this.l10NSharpExtender1.SetLocalizingId(this.btnOk, "Common.OK");
     this.btnOk.Location = new System.Drawing.Point(314, 403);
     this.btnOk.Name     = "btnOk";
     this.btnOk.Size     = new System.Drawing.Size(75, 23);
     this.btnOk.TabIndex = 5;
     this.btnOk.Text     = "OK";
     this.btnOk.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.btnCancel, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.btnCancel, null);
     this.l10NSharpExtender1.SetLocalizingId(this.btnCancel, "Common.Cancel");
     this.btnCancel.Location = new System.Drawing.Point(397, 403);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 6;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // m_dataGridView
     //
     this.m_dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.m_dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colMatch,
         this.colReplacement,
         this.colIsRegEx,
         this.colMatchCase,
         this.colPreviewResult
     });
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_dataGridView, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_dataGridView, null);
     this.l10NSharpExtender1.SetLocalizationPriority(this.m_dataGridView, L10NSharp.LocalizationPriority.NotLocalizable);
     this.l10NSharpExtender1.SetLocalizingId(this.m_dataGridView, "PhraseSubstitutionsDlg.Replacements");
     this.m_dataGridView.Location               = new System.Drawing.Point(12, 180);
     this.m_dataGridView.Name                   = "m_dataGridView";
     this.m_dataGridView.Size                   = new System.Drawing.Size(740, 207);
     this.m_dataGridView.TabIndex               = 9;
     this.m_dataGridView.CellEndEdit           += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dataGridView_CellEndEdit);
     this.m_dataGridView.CellValueChanged      += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dataGridView_CellValueChanged);
     this.m_dataGridView.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.m_dataGridView_EditingControlShowing);
     this.m_dataGridView.RowEnter              += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dataGridView_RowEnter);
     //
     // colMatch
     //
     this.colMatch.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.colMatch.HeaderText   = "_L10N_:PhraseSubstitutionsDlg.Replacements.WordOrPhraseToReplace!Word or Phrase t" +
                                  "o Replace";
     this.colMatch.MinimumWidth = 200;
     this.colMatch.Name         = "colMatch";
     this.colMatch.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colMatch.ToolTipText  = "Enter text to replace or omit from the original text of the question";
     this.colMatch.Width        = 396;
     //
     // colReplacement
     //
     this.colReplacement.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colReplacement.HeaderText   = "_L10N_:PhraseSubstitutionsDlg.Replacements.Replacement!Replacement";
     this.colReplacement.MinimumWidth = 100;
     this.colReplacement.Name         = "colReplacement";
     this.colReplacement.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colReplacement.ToolTipText  = "Enter replacement text or expression (leave blank to omit the word or phrase enti" +
                                        "rely)";
     //
     // colIsRegEx
     //
     this.colIsRegEx.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.NullValue = false;
     this.colIsRegEx.DefaultCellStyle = dataGridViewCellStyle5;
     this.colIsRegEx.HeaderText       = "_L10N_:PhraseSubstitutionsDlg.Replacements.RegularExpression!Regular Expression";
     this.colIsRegEx.Name             = "colIsRegEx";
     this.colIsRegEx.ToolTipText      = "Select to interpret as a regular expression";
     this.colIsRegEx.Width            = 377;
     //
     // colMatchCase
     //
     this.colMatchCase.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle6.Alignment   = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.NullValue   = false;
     this.colMatchCase.DefaultCellStyle = dataGridViewCellStyle6;
     this.colMatchCase.HeaderText       = "_L10N_:PhraseSubstitutionsDlg.Replacements.MatchCase!Match Case";
     this.colMatchCase.Name             = "colMatchCase";
     this.colMatchCase.ToolTipText      = "Select to indicat that matches should be case-sensitive";
     this.colMatchCase.Width            = 351;
     //
     // colPreviewResult
     //
     this.colPreviewResult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colPreviewResult.HeaderText   = "_L10N_:PhraseSubstitutionsDlg.Replacements.PreviewResult!Preview Result";
     this.colPreviewResult.MinimumWidth = 100;
     this.colPreviewResult.Name         = "colPreviewResult";
     this.colPreviewResult.ReadOnly     = true;
     this.colPreviewResult.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // m_regexMatchHelper
     //
     this.m_regexMatchHelper.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.m_regexMatchHelper.AutoSize       = true;
     this.m_regexMatchHelper.Controls.Add(tableLayoutPanel1);
     this.m_regexMatchHelper.Location = new System.Drawing.Point(21, 259);
     this.m_regexMatchHelper.Name     = "m_regexMatchHelper";
     this.m_regexMatchHelper.Size     = new System.Drawing.Size(278, 119);
     this.m_regexMatchHelper.TabIndex = 10;
     this.m_regexMatchHelper.Visible  = false;
     //
     // m_grpPreview
     //
     this.m_grpPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_grpPreview.Controls.Add(this.m_cboPreviewQuestion);
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_grpPreview, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_grpPreview, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_grpPreview, "PhraseSubstitutionsDlg.m_grpPreview");
     this.m_grpPreview.Location = new System.Drawing.Point(12, 125);
     this.m_grpPreview.Name     = "m_grpPreview";
     this.m_grpPreview.Size     = new System.Drawing.Size(744, 49);
     this.m_grpPreview.TabIndex = 11;
     this.m_grpPreview.TabStop  = false;
     this.m_grpPreview.Text     = "Preview Sample Question";
     //
     // m_cboPreviewQuestion
     //
     this.m_cboPreviewQuestion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cboPreviewQuestion.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.m_cboPreviewQuestion.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.m_cboPreviewQuestion.FormattingEnabled  = true;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.m_cboPreviewQuestion, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.m_cboPreviewQuestion, null);
     this.l10NSharpExtender1.SetLocalizingId(this.m_cboPreviewQuestion, "PhraseSubstitutionsDlg.m_cboPreviewQuestion");
     this.m_cboPreviewQuestion.Location     = new System.Drawing.Point(6, 19);
     this.m_cboPreviewQuestion.Name         = "m_cboPreviewQuestion";
     this.m_cboPreviewQuestion.Size         = new System.Drawing.Size(732, 21);
     this.m_cboPreviewQuestion.TabIndex     = 0;
     this.m_cboPreviewQuestion.TextChanged += new System.EventHandler(this.UpdatePreview);
     //
     // m_regexReplacementHelper
     //
     this.m_regexReplacementHelper.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.m_regexReplacementHelper.AutoSize       = true;
     this.m_regexReplacementHelper.Controls.Add(tableLayoutPanel2);
     this.m_regexReplacementHelper.Location = new System.Drawing.Point(287, 259);
     this.m_regexReplacementHelper.Name     = "m_regexReplacementHelper";
     this.m_regexReplacementHelper.Size     = new System.Drawing.Size(221, 37);
     this.m_regexReplacementHelper.TabIndex = 12;
     this.m_regexReplacementHelper.Visible  = false;
     //
     // toolStripUpDownButtons
     //
     this.toolStripUpDownButtons.AllowMerge  = false;
     this.toolStripUpDownButtons.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.toolStripUpDownButtons.BackColor   = System.Drawing.Color.Transparent;
     this.toolStripUpDownButtons.CanOverflow = false;
     this.toolStripUpDownButtons.Dock        = System.Windows.Forms.DockStyle.None;
     this.toolStripUpDownButtons.GripStyle   = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripUpDownButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnUp,
         this.btnDown
     });
     this.toolStripUpDownButtons.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.toolStripUpDownButtons, null);
     this.l10NSharpExtender1.SetLocalizationComment(this.toolStripUpDownButtons, null);
     this.l10NSharpExtender1.SetLocalizingId(this.toolStripUpDownButtons, "PhraseSubstitutionsDlg.toolStripUpDownButtons");
     this.toolStripUpDownButtons.Location = new System.Drawing.Point(762, 220);
     this.toolStripUpDownButtons.Name     = "toolStripUpDownButtons";
     this.toolStripUpDownButtons.Padding  = new System.Windows.Forms.Padding(0, 0, 6, 0);
     this.toolStripUpDownButtons.Size     = new System.Drawing.Size(29, 48);
     this.toolStripUpDownButtons.TabIndex = 14;
     //
     // btnUp
     //
     this.btnUp.BackColor             = System.Drawing.Color.Transparent;
     this.btnUp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnUp.Image                 = global::SIL.Transcelerator.Properties.Resources.Arrow_Up_icon;
     this.btnUp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.btnUp, "Move Up");
     this.l10NSharpExtender1.SetLocalizationComment(this.btnUp, null);
     this.l10NSharpExtender1.SetLocalizingId(this.btnUp, "PhraseSubstitutionsDlg.btnUp");
     this.btnUp.Name        = "btnUp";
     this.btnUp.Size        = new System.Drawing.Size(22, 20);
     this.btnUp.Text        = "Up";
     this.btnUp.ToolTipText = "Move Up";
     this.btnUp.Click      += new System.EventHandler(this.btnUp_Click);
     //
     // btnDown
     //
     this.btnDown.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnDown.Image                 = global::SIL.Transcelerator.Properties.Resources.Arrow_Down_icon;
     this.btnDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.l10NSharpExtender1.SetLocalizableToolTip(this.btnDown, "Move Down");
     this.l10NSharpExtender1.SetLocalizationComment(this.btnDown, null);
     this.l10NSharpExtender1.SetLocalizingId(this.btnDown, "PhraseSubstitutionsDlg.btnDown");
     this.btnDown.Name        = "btnDown";
     this.btnDown.Size        = new System.Drawing.Size(22, 20);
     this.btnDown.Text        = "Down";
     this.btnDown.ToolTipText = "Move Down";
     this.btnDown.Click      += new System.EventHandler(this.btnDown_Click);
     //
     // l10NSharpExtender1
     //
     this.l10NSharpExtender1.LocalizationManagerId = "Transcelerator";
     this.l10NSharpExtender1.PrefixForNewItems     = null;
     //
     // PhraseSubstitutionsDlg
     //
     this.AcceptButton        = this.btnOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(786, 438);
     this.Controls.Add(this.toolStripUpDownButtons);
     this.Controls.Add(this.m_regexReplacementHelper);
     this.Controls.Add(this.m_grpPreview);
     this.Controls.Add(this.m_regexMatchHelper);
     this.Controls.Add(this.m_dataGridView);
     this.Controls.Add(this.lblInstructions);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.HelpButton = true;
     this.l10NSharpExtender1.SetLocalizableToolTip(this, null);
     this.l10NSharpExtender1.SetLocalizationComment(this, null);
     this.l10NSharpExtender1.SetLocalizingId(this, "PhraseSubstitutionsDlg.WindowTitle");
     this.MaximizeBox        = false;
     this.MinimizeBox        = false;
     this.Name               = "PhraseSubstitutionsDlg";
     this.ShowIcon           = false;
     this.ShowInTaskbar      = false;
     this.Text               = "Question Adjustments";
     this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.HandleHelpButtonClick);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_numTimesToMatch)).EndInit();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dataGridView)).EndInit();
     this.m_regexMatchHelper.ResumeLayout(false);
     this.m_regexMatchHelper.PerformLayout();
     this.m_grpPreview.ResumeLayout(false);
     this.m_regexReplacementHelper.ResumeLayout(false);
     this.m_regexReplacementHelper.PerformLayout();
     this.toolStripUpDownButtons.ResumeLayout(false);
     this.toolStripUpDownButtons.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.l10NSharpExtender1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     this.lblName             = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.lblGroup            = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.lblDescription      = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.lblPreviousFireTime = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.lblNextFireTime     = new System.Windows.Forms.Label();
     this.label11             = new System.Windows.Forms.Label();
     this.lblRepeatCount      = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.lblRepeatInterval   = new System.Windows.Forms.Label();
     this.label6              = new System.Windows.Forms.Label();
     tableLayoutPanel1        = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lblName
     //
     this.lblName.AutoSize = true;
     this.lblName.Location = new System.Drawing.Point(109, 4);
     this.lblName.Margin   = new System.Windows.Forms.Padding(4);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(35, 13);
     this.lblName.TabIndex = 3;
     this.lblName.Text     = "label2";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(4, 4);
     this.label3.Margin   = new System.Windows.Forms.Padding(4);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(38, 13);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Name:";
     //
     // lblGroup
     //
     this.lblGroup.AutoSize = true;
     this.lblGroup.Location = new System.Drawing.Point(109, 25);
     this.lblGroup.Margin   = new System.Windows.Forms.Padding(4);
     this.lblGroup.Name     = "lblGroup";
     this.lblGroup.Size     = new System.Drawing.Size(35, 13);
     this.lblGroup.TabIndex = 5;
     this.lblGroup.Text     = "label4";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(4, 25);
     this.label5.Margin   = new System.Windows.Forms.Padding(4);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(39, 13);
     this.label5.TabIndex = 4;
     this.label5.Text     = "Group:";
     //
     // lblDescription
     //
     this.lblDescription.AutoSize = true;
     this.lblDescription.Location = new System.Drawing.Point(109, 46);
     this.lblDescription.Margin   = new System.Windows.Forms.Padding(4);
     this.lblDescription.Name     = "lblDescription";
     this.lblDescription.Size     = new System.Drawing.Size(35, 13);
     this.lblDescription.TabIndex = 7;
     this.lblDescription.Text     = "label6";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(4, 46);
     this.label7.Margin   = new System.Windows.Forms.Padding(4);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(63, 13);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Description:";
     //
     // lblPreviousFireTime
     //
     this.lblPreviousFireTime.AutoSize = true;
     this.lblPreviousFireTime.Location = new System.Drawing.Point(109, 88);
     this.lblPreviousFireTime.Margin   = new System.Windows.Forms.Padding(4);
     this.lblPreviousFireTime.Name     = "lblPreviousFireTime";
     this.lblPreviousFireTime.Size     = new System.Drawing.Size(35, 13);
     this.lblPreviousFireTime.TabIndex = 9;
     this.lblPreviousFireTime.Text     = "label8";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(4, 88);
     this.label9.Margin   = new System.Windows.Forms.Padding(4);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(97, 13);
     this.label9.TabIndex = 8;
     this.label9.Text     = "Previous Fire Time:";
     //
     // lblNextFireTime
     //
     this.lblNextFireTime.AutoSize = true;
     this.lblNextFireTime.Location = new System.Drawing.Point(109, 67);
     this.lblNextFireTime.Margin   = new System.Windows.Forms.Padding(4);
     this.lblNextFireTime.Name     = "lblNextFireTime";
     this.lblNextFireTime.Size     = new System.Drawing.Size(41, 13);
     this.lblNextFireTime.TabIndex = 11;
     this.lblNextFireTime.Text     = "label10";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(4, 67);
     this.label11.Margin   = new System.Windows.Forms.Padding(4);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(78, 13);
     this.label11.TabIndex = 10;
     this.label11.Text     = "Next Fire Time:";
     //
     // lblRepeatCount
     //
     this.lblRepeatCount.AutoSize = true;
     this.lblRepeatCount.Location = new System.Drawing.Point(109, 109);
     this.lblRepeatCount.Margin   = new System.Windows.Forms.Padding(4);
     this.lblRepeatCount.Name     = "lblRepeatCount";
     this.lblRepeatCount.Size     = new System.Drawing.Size(35, 13);
     this.lblRepeatCount.TabIndex = 13;
     this.lblRepeatCount.Text     = "label8";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(4, 109);
     this.label2.Margin   = new System.Windows.Forms.Padding(4);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(76, 13);
     this.label2.TabIndex = 12;
     this.label2.Text     = "Repeat Count:";
     //
     // lblRepeatInterval
     //
     this.lblRepeatInterval.AutoSize = true;
     this.lblRepeatInterval.Location = new System.Drawing.Point(109, 130);
     this.lblRepeatInterval.Margin   = new System.Windows.Forms.Padding(4);
     this.lblRepeatInterval.Name     = "lblRepeatInterval";
     this.lblRepeatInterval.Size     = new System.Drawing.Size(35, 13);
     this.lblRepeatInterval.TabIndex = 15;
     this.lblRepeatInterval.Text     = "label8";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(4, 130);
     this.label6.Margin   = new System.Windows.Forms.Padding(4);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(83, 13);
     this.label6.TabIndex = 14;
     this.label6.Text     = "Repeat Interval:";
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(this.label3, 0, 0);
     tableLayoutPanel1.Controls.Add(this.lblRepeatInterval, 1, 6);
     tableLayoutPanel1.Controls.Add(this.lblName, 1, 0);
     tableLayoutPanel1.Controls.Add(this.label6, 0, 6);
     tableLayoutPanel1.Controls.Add(this.label5, 0, 1);
     tableLayoutPanel1.Controls.Add(this.lblRepeatCount, 1, 5);
     tableLayoutPanel1.Controls.Add(this.lblGroup, 1, 1);
     tableLayoutPanel1.Controls.Add(this.label2, 0, 5);
     tableLayoutPanel1.Controls.Add(this.label7, 0, 2);
     tableLayoutPanel1.Controls.Add(this.lblPreviousFireTime, 1, 4);
     tableLayoutPanel1.Controls.Add(this.lblNextFireTime, 1, 3);
     tableLayoutPanel1.Controls.Add(this.label9, 0, 4);
     tableLayoutPanel1.Controls.Add(this.lblDescription, 1, 2);
     tableLayoutPanel1.Controls.Add(this.label11, 0, 3);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 7;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     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(324, 168);
     tableLayoutPanel1.TabIndex = 16;
     //
     // SimpleTriggerDisplay
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel1);
     this.Name = "SimpleTriggerDisplay";
     this.Size = new System.Drawing.Size(324, 168);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel _TlfIaTLP;
     System.Windows.Forms.TableLayoutPanel _IaFunctionsTLP;
     this._IaToolsWS      = new Microsoft.Practices.CompositeUI.WinForms.DeckWorkspace();
     this._MemBT          = new HMI.Model.Module.UI.HMIButton();
     this._CallBT         = new HMI.Model.Module.UI.HMIButton();
     this._Num1BT         = new HMI.Model.Module.UI.HMIButton();
     this._Num2BT         = new HMI.Model.Module.UI.HMIButton();
     this._Num3BT         = new HMI.Model.Module.UI.HMIButton();
     this._Num4BT         = new HMI.Model.Module.UI.HMIButton();
     this._SlowBlinkTimer = new System.Windows.Forms.Timer(this.components);
     _TlfIaTLP            = new System.Windows.Forms.TableLayoutPanel();
     _IaFunctionsTLP      = new System.Windows.Forms.TableLayoutPanel();
     _TlfIaTLP.SuspendLayout();
     _IaFunctionsTLP.SuspendLayout();
     this.SuspendLayout();
     //
     // _TlfIaTLP
     //
     _TlfIaTLP.ColumnCount = 2;
     _TlfIaTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F));
     _TlfIaTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F));
     _TlfIaTLP.Controls.Add(this._IaToolsWS, 0, 0);
     _TlfIaTLP.Controls.Add(_IaFunctionsTLP, 1, 0);
     _TlfIaTLP.Dock     = System.Windows.Forms.DockStyle.Fill;
     _TlfIaTLP.Location = new System.Drawing.Point(0, 0);
     _TlfIaTLP.Margin   = new System.Windows.Forms.Padding(0);
     _TlfIaTLP.Name     = "_TlfIaTLP";
     _TlfIaTLP.RowCount = 1;
     _TlfIaTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     _TlfIaTLP.Size     = new System.Drawing.Size(440, 350);
     _TlfIaTLP.TabIndex = 4;
     //
     // _IaToolsWS
     //
     this._IaToolsWS.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._IaToolsWS.Location = new System.Drawing.Point(10, 10);
     this._IaToolsWS.Margin   = new System.Windows.Forms.Padding(10);
     this._IaToolsWS.Name     = "_IaToolsWS";
     this._IaToolsWS.Size     = new System.Drawing.Size(222, 330);
     this._IaToolsWS.TabIndex = 5;
     this._IaToolsWS.Text     = "deckWorkspace3";
     //
     // _IaFunctionsTLP
     //
     _IaFunctionsTLP.ColumnCount = 2;
     _IaFunctionsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     _IaFunctionsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     _IaFunctionsTLP.Controls.Add(this._MemBT, 0, 0);
     _IaFunctionsTLP.Controls.Add(this._CallBT, 1, 0);
     _IaFunctionsTLP.Controls.Add(this._Num1BT, 0, 2);
     _IaFunctionsTLP.Controls.Add(this._Num2BT, 1, 2);
     _IaFunctionsTLP.Controls.Add(this._Num3BT, 0, 3);
     _IaFunctionsTLP.Controls.Add(this._Num4BT, 1, 3);
     _IaFunctionsTLP.Dock     = System.Windows.Forms.DockStyle.Fill;
     _IaFunctionsTLP.Location = new System.Drawing.Point(252, 0);
     _IaFunctionsTLP.Margin   = new System.Windows.Forms.Padding(10, 0, 0, 10);
     _IaFunctionsTLP.Name     = "_IaFunctionsTLP";
     _IaFunctionsTLP.RowCount = 4;
     _IaFunctionsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     _IaFunctionsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     _IaFunctionsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     _IaFunctionsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     _IaFunctionsTLP.Size     = new System.Drawing.Size(188, 340);
     _IaFunctionsTLP.TabIndex = 1;
     //
     // _MemBT
     //
     this._MemBT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._MemBT.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._MemBT.Location = new System.Drawing.Point(3, 40);
     this._MemBT.Margin   = new System.Windows.Forms.Padding(3, 40, 3, 40);
     this._MemBT.Name     = "_MemBT";
     _IaFunctionsTLP.SetRowSpan(this._MemBT, 2);
     this._MemBT.Size     = new System.Drawing.Size(88, 90);
     this._MemBT.TabIndex = 0;
     this._MemBT.Text     = "MEM";
     this._MemBT.Click   += new System.EventHandler(this._MemBT_Click);
     //
     // _CallBT
     //
     this._CallBT.Dock          = System.Windows.Forms.DockStyle.Fill;
     this._CallBT.Enabled       = false;
     this._CallBT.ImageDisabled = global::HMI.Presentation.Urr.Properties.Resources.UnhangDisabled;
     this._CallBT.ImageNormal   = global::HMI.Presentation.Urr.Properties.Resources.Unhang;
     this._CallBT.Location      = new System.Drawing.Point(97, 40);
     this._CallBT.Margin        = new System.Windows.Forms.Padding(3, 40, 3, 40);
     this._CallBT.Name          = "_CallBT";
     _IaFunctionsTLP.SetRowSpan(this._CallBT, 2);
     this._CallBT.Size     = new System.Drawing.Size(88, 90);
     this._CallBT.TabIndex = 1;
     this._CallBT.Click   += new System.EventHandler(this._CallBT_Click);
     //
     // _Num1BT
     //
     this._Num1BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._Num1BT.Enabled  = false;
     this._Num1BT.Font     = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._Num1BT.Location = new System.Drawing.Point(5, 173);
     this._Num1BT.Margin   = new System.Windows.Forms.Padding(5, 3, 3, 3);
     this._Num1BT.Name     = "_Num1BT";
     this._Num1BT.Size     = new System.Drawing.Size(86, 79);
     this._Num1BT.TabIndex = 2;
     this._Num1BT.Text     = "Núm. 1";
     this._Num1BT.Click   += new System.EventHandler(this._NumBT_Click);
     //
     // _Num2BT
     //
     this._Num2BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._Num2BT.Enabled  = false;
     this._Num2BT.Font     = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._Num2BT.Location = new System.Drawing.Point(97, 173);
     this._Num2BT.Margin   = new System.Windows.Forms.Padding(3, 3, 5, 3);
     this._Num2BT.Name     = "_Num2BT";
     this._Num2BT.Size     = new System.Drawing.Size(86, 79);
     this._Num2BT.TabIndex = 3;
     this._Num2BT.Text     = "Núm. 2";
     this._Num2BT.Click   += new System.EventHandler(this._NumBT_Click);
     //
     // _Num3BT
     //
     this._Num3BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._Num3BT.Enabled  = false;
     this._Num3BT.Font     = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._Num3BT.Location = new System.Drawing.Point(5, 258);
     this._Num3BT.Margin   = new System.Windows.Forms.Padding(5, 3, 3, 3);
     this._Num3BT.Name     = "_Num3BT";
     this._Num3BT.Size     = new System.Drawing.Size(86, 79);
     this._Num3BT.TabIndex = 4;
     this._Num3BT.Text     = "Núm. 3";
     this._Num3BT.Click   += new System.EventHandler(this._NumBT_Click);
     //
     // _Num4BT
     //
     this._Num4BT.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._Num4BT.Enabled  = false;
     this._Num4BT.Font     = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._Num4BT.Location = new System.Drawing.Point(97, 258);
     this._Num4BT.Margin   = new System.Windows.Forms.Padding(3, 3, 5, 3);
     this._Num4BT.Name     = "_Num4BT";
     this._Num4BT.Size     = new System.Drawing.Size(86, 79);
     this._Num4BT.TabIndex = 5;
     this._Num4BT.Text     = "Núm. 4";
     this._Num4BT.Click   += new System.EventHandler(this._NumBT_Click);
     //
     // _SlowBlinkTimer
     //
     this._SlowBlinkTimer.Interval = 500;
     this._SlowBlinkTimer.Tick    += new System.EventHandler(this._SlowBlinkTimer_Tick);
     //
     // TlfIaView
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(_TlfIaTLP);
     this.Name = "TlfIaView";
     this.Size = new System.Drawing.Size(440, 350);
     _TlfIaTLP.ResumeLayout(false);
     _IaFunctionsTLP.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel2;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel3;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonWebPropertyPageControl));
     this._wsgiHandlerLabel   = new System.Windows.Forms.Label();
     this._wsgiHandler        = new System.Windows.Forms.TextBox();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this._staticPatternLabel = new System.Windows.Forms.Label();
     this._staticPattern      = new System.Windows.Forms.TextBox();
     this._staticRewriteLabel = new System.Windows.Forms.Label();
     this._staticRewrite      = new System.Windows.Forms.TextBox();
     this._webGroup           = new System.Windows.Forms.GroupBox();
     this._toolTip            = new System.Windows.Forms.ToolTip(this.components);
     this._errorProvider      = new System.Windows.Forms.ErrorProvider(this.components);
     tableLayoutPanel2        = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1        = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel3        = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel2.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     tableLayoutPanel3.SuspendLayout();
     this._webGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.AutoSize     = true;
     tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel2.ColumnCount  = 2;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.Controls.Add(this._wsgiHandlerLabel, 0, 0);
     tableLayoutPanel2.Controls.Add(this._wsgiHandler, 1, 0);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.Location = new System.Drawing.Point(6, 21);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 1;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(394, 26);
     tableLayoutPanel2.TabIndex = 0;
     //
     // _wsgiHandlerLabel
     //
     this._wsgiHandlerLabel.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this._wsgiHandlerLabel.AutoSize  = true;
     this._wsgiHandlerLabel.Location  = new System.Drawing.Point(6, 6);
     this._wsgiHandlerLabel.Margin    = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this._wsgiHandlerLabel.Name      = "_wsgiHandlerLabel";
     this._wsgiHandlerLabel.Size      = new System.Drawing.Size(79, 13);
     this._wsgiHandlerLabel.TabIndex  = 2;
     this._wsgiHandlerLabel.Text      = "&WSGI Handler:";
     this._wsgiHandlerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _wsgiHandler
     //
     this._wsgiHandler.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this._wsgiHandler.Location     = new System.Drawing.Point(97, 3);
     this._wsgiHandler.Margin       = new System.Windows.Forms.Padding(6, 3, 6, 3);
     this._wsgiHandler.MinimumSize  = new System.Drawing.Size(50, 4);
     this._wsgiHandler.Name         = "_wsgiHandler";
     this._wsgiHandler.Size         = new System.Drawing.Size(291, 20);
     this._wsgiHandler.TabIndex     = 3;
     this._wsgiHandler.TextChanged += new System.EventHandler(this.Setting_TextChanged);
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize     = true;
     tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel1.ColumnCount  = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 1);
     tableLayoutPanel1.Controls.Add(this._webGroup, 0, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 3;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(418, 188);
     tableLayoutPanel1.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.AutoSize     = true;
     this.groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.groupBox1.Controls.Add(tableLayoutPanel3);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(6, 79);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(6, 8, 6, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(6, 8, 6, 8);
     this.groupBox1.Size     = new System.Drawing.Size(406, 81);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Static Files";
     //
     // tableLayoutPanel3
     //
     tableLayoutPanel3.AutoSize     = true;
     tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tableLayoutPanel3.ColumnCount  = 2;
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel3.Controls.Add(this._staticPatternLabel, 0, 0);
     tableLayoutPanel3.Controls.Add(this._staticPattern, 1, 0);
     tableLayoutPanel3.Controls.Add(this._staticRewriteLabel, 0, 1);
     tableLayoutPanel3.Controls.Add(this._staticRewrite, 1, 1);
     tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel3.Location = new System.Drawing.Point(6, 21);
     tableLayoutPanel3.Name     = "tableLayoutPanel3";
     tableLayoutPanel3.RowCount = 2;
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     tableLayoutPanel3.Size     = new System.Drawing.Size(394, 52);
     tableLayoutPanel3.TabIndex = 0;
     //
     // _staticPatternLabel
     //
     this._staticPatternLabel.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this._staticPatternLabel.AutoSize  = true;
     this._staticPatternLabel.Location  = new System.Drawing.Point(6, 6);
     this._staticPatternLabel.Margin    = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this._staticPatternLabel.Name      = "_staticPatternLabel";
     this._staticPatternLabel.Size      = new System.Drawing.Size(66, 13);
     this._staticPatternLabel.TabIndex  = 0;
     this._staticPatternLabel.Text      = "&URI Pattern:";
     this._staticPatternLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _staticPattern
     //
     this._staticPattern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this._errorProvider.SetIconPadding(this._staticPattern, -20);
     this._staticPattern.Location     = new System.Drawing.Point(86, 3);
     this._staticPattern.Margin       = new System.Windows.Forms.Padding(6, 3, 6, 3);
     this._staticPattern.MinimumSize  = new System.Drawing.Size(50, 4);
     this._staticPattern.Name         = "_staticPattern";
     this._staticPattern.Size         = new System.Drawing.Size(302, 20);
     this._staticPattern.TabIndex     = 1;
     this._staticPattern.TextChanged += new System.EventHandler(this.Setting_TextChanged);
     //
     // _staticRewriteLabel
     //
     this._staticRewriteLabel.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this._staticRewriteLabel.AutoSize  = true;
     this._staticRewriteLabel.Location  = new System.Drawing.Point(6, 32);
     this._staticRewriteLabel.Margin    = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this._staticRewriteLabel.Name      = "_staticRewriteLabel";
     this._staticRewriteLabel.Size      = new System.Drawing.Size(68, 13);
     this._staticRewriteLabel.TabIndex  = 2;
     this._staticRewriteLabel.Text      = "URI Re&write:";
     this._staticRewriteLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _staticRewrite
     //
     this._staticRewrite.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this._staticRewrite.Location     = new System.Drawing.Point(86, 29);
     this._staticRewrite.Margin       = new System.Windows.Forms.Padding(6, 3, 6, 3);
     this._staticRewrite.MinimumSize  = new System.Drawing.Size(50, 4);
     this._staticRewrite.Name         = "_staticRewrite";
     this._staticRewrite.Size         = new System.Drawing.Size(302, 20);
     this._staticRewrite.TabIndex     = 3;
     this._staticRewrite.TextChanged += new System.EventHandler(this.Setting_TextChanged);
     //
     // _webGroup
     //
     this._webGroup.AutoSize     = true;
     this._webGroup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this._webGroup.Controls.Add(tableLayoutPanel2);
     this._webGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._webGroup.Location = new System.Drawing.Point(6, 8);
     this._webGroup.Margin   = new System.Windows.Forms.Padding(6, 8, 6, 8);
     this._webGroup.Name     = "_webGroup";
     this._webGroup.Padding  = new System.Windows.Forms.Padding(6, 8, 6, 8);
     this._webGroup.Size     = new System.Drawing.Size(406, 55);
     this._webGroup.TabIndex = 0;
     this._webGroup.TabStop  = false;
     this._webGroup.Text     = "Web";
     //
     // _errorProvider
     //
     this._errorProvider.ContainerControl = this;
     this._errorProvider.Icon             = ((System.Drawing.Icon)(resources.GetObject("_errorProvider.Icon")));
     //
     // PythonWebPropertyPageControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(tableLayoutPanel1);
     this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
     this.Name   = "PythonWebPropertyPageControl";
     this.Size   = new System.Drawing.Size(418, 188);
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     tableLayoutPanel3.ResumeLayout(false);
     tableLayoutPanel3.PerformLayout();
     this._webGroup.ResumeLayout(false);
     this._webGroup.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #43
0
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogonForm));
     this.b_login = new System.Windows.Forms.Button();
     this.b_cancel = new System.Windows.Forms.Button();
     this.tB_name = new System.Windows.Forms.TextBox();
     this.tB_password = new System.Windows.Forms.TextBox();
     this.cB_domains = new System.Windows.Forms.ComboBox();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.iL_language = new System.Windows.Forms.ImageList(this.components);
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.iCB_language = new BlueFlame.Classes.UserControls.ImageComboBox();
     this.b_set = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // b_login
     //
     resources.ApplyResources(this.b_login, "b_login");
     this.b_login.Name = "b_login";
     this.b_login.UseVisualStyleBackColor = true;
     this.b_login.Click += new System.EventHandler(this.b_login_Click);
     //
     // b_cancel
     //
     this.b_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.b_cancel, "b_cancel");
     this.b_cancel.Name = "b_cancel";
     this.b_cancel.UseVisualStyleBackColor = true;
     this.b_cancel.Click += new System.EventHandler(this.b_cancel_Click);
     //
     // tB_name
     //
     resources.ApplyResources(this.tB_name, "tB_name");
     this.tB_name.Name = "tB_name";
     //
     // tB_password
     //
     resources.ApplyResources(this.tB_password, "tB_password");
     this.tB_password.Name = "tB_password";
     this.tB_password.UseSystemPasswordChar = true;
     //
     // cB_domains
     //
     resources.ApplyResources(this.cB_domains, "cB_domains");
     this.cB_domains.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cB_domains.FormattingEnabled = true;
     this.cB_domains.Name = "cB_domains";
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.cB_domains, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tB_name, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.tB_password, 1, 1);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // iL_language
     //
     this.iL_language.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iL_language.ImageStream")));
     this.iL_language.TransparentColor = System.Drawing.Color.Transparent;
     this.iL_language.Images.SetKeyName(0, "english");
     this.iL_language.Images.SetKeyName(1, "german");
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::BlueFlame.Properties.Resources.BlueFlameBanner;
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.TabStop = false;
     //
     // iCB_language
     //
     this.iCB_language.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.iCB_language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.iCB_language.FormattingEnabled = true;
     this.iCB_language.ImageList = this.iL_language;
     resources.ApplyResources(this.iCB_language, "iCB_language");
     this.iCB_language.Name = "iCB_language";
     //
     // b_set
     //
     resources.ApplyResources(this.b_set, "b_set");
     this.b_set.Name = "b_set";
     this.b_set.UseVisualStyleBackColor = true;
     this.b_set.Click += new System.EventHandler(this.b_set_Click);
     //
     // LogonForm
     //
     this.AcceptButton = this.b_login;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.CancelButton = this.b_cancel;
     this.Controls.Add(this.b_set);
     this.Controls.Add(this.iCB_language);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.b_cancel);
     this.Controls.Add(this.b_login);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "LogonForm";
     this.Load += new System.EventHandler(this.LogonForm_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #44
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.GroupBox         groupBox1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.GroupBox         groupBox3;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     System.Windows.Forms.GroupBox         groupBox2;
     System.Windows.Forms.MenuStrip        menuStrip;
     this.buttonCheckIfHooked         = new System.Windows.Forms.Button();
     this.checkBoxInvokeEnabled       = new System.Windows.Forms.CheckBox();
     this.buttonUnbindAll             = new System.Windows.Forms.Button();
     this.buttonUnbindSelected        = new System.Windows.Forms.Button();
     this.listBoxBindings             = new System.Windows.Forms.ListBox();
     this.listBoxHKLog                = new System.Windows.Forms.ListBox();
     this.contextMenuLogList          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.menuItemClear               = new System.Windows.Forms.ToolStripMenuItem();
     this.buttonBind                  = new System.Windows.Forms.Button();
     this.hotkeyTextBox               = new GlobalInput.Forms.HotkeyTextBox();
     this.groupBoxMouse               = new System.Windows.Forms.GroupBox();
     this.checkBoxMouseCallNext       = new System.Windows.Forms.CheckBox();
     this.labelMousePos               = new System.Windows.Forms.Label();
     this.checkBoxMouseHookerEnabled  = new System.Windows.Forms.CheckBox();
     this.listBoxMousing              = new System.Windows.Forms.ListBox();
     this.checkBoxKeyCallNext         = new System.Windows.Forms.CheckBox();
     this.checkBoxKeyboardHookEnabled = new System.Windows.Forms.CheckBox();
     this.listBoxKeyboardHook         = new System.Windows.Forms.ListBox();
     this.buttonFindOccupied          = new System.Windows.Forms.Button();
     this.listBoxOccupied             = new System.Windows.Forms.ListBox();
     this.menuItemKeysVisualizer      = new System.Windows.Forms.ToolStripMenuItem();
     this.keyboardHooker              = new GlobalInput.Keyboard.KeyboardHooker();
     this.mouseHooker                 = new GlobalInput.Mouse.MouseHooker();
     this.toolTip      = new System.Windows.Forms.ToolTip(this.components);
     groupBox1         = new System.Windows.Forms.GroupBox();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     label3            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     label1            = new System.Windows.Forms.Label();
     groupBox3         = new System.Windows.Forms.GroupBox();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     groupBox2         = new System.Windows.Forms.GroupBox();
     menuStrip         = new System.Windows.Forms.MenuStrip();
     groupBox1.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     this.contextMenuLogList.SuspendLayout();
     this.groupBoxMouse.SuspendLayout();
     groupBox3.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     groupBox2.SuspendLayout();
     menuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.buttonCheckIfHooked);
     groupBox1.Controls.Add(this.checkBoxInvokeEnabled);
     groupBox1.Controls.Add(this.buttonUnbindAll);
     groupBox1.Controls.Add(this.buttonUnbindSelected);
     groupBox1.Controls.Add(tableLayoutPanel1);
     groupBox1.Controls.Add(this.buttonBind);
     groupBox1.Controls.Add(this.hotkeyTextBox);
     groupBox1.Controls.Add(label1);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(3, 3);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(424, 155);
     groupBox1.TabIndex = 3;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Hokeying";
     //
     // buttonCheckIfHooked
     //
     this.buttonCheckIfHooked.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCheckIfHooked.Location = new System.Drawing.Point(262, 17);
     this.buttonCheckIfHooked.Name     = "buttonCheckIfHooked";
     this.buttonCheckIfHooked.Size     = new System.Drawing.Size(75, 23);
     this.buttonCheckIfHooked.TabIndex = 10;
     this.buttonCheckIfHooked.Text     = "Check";
     this.toolTip.SetToolTip(this.buttonCheckIfHooked, "Check to see if the hotkey is already installed.");
     this.buttonCheckIfHooked.UseVisualStyleBackColor = true;
     this.buttonCheckIfHooked.Click += new System.EventHandler(this.buttonCheckIfHooked_Click);
     //
     // checkBoxInvokeEnabled
     //
     this.checkBoxInvokeEnabled.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxInvokeEnabled.AutoSize = true;
     this.checkBoxInvokeEnabled.Location = new System.Drawing.Point(317, 132);
     this.checkBoxInvokeEnabled.Name     = "checkBoxInvokeEnabled";
     this.checkBoxInvokeEnabled.Size     = new System.Drawing.Size(101, 17);
     this.checkBoxInvokeEnabled.TabIndex = 9;
     this.checkBoxInvokeEnabled.Text     = "Invoke Enabled";
     this.toolTip.SetToolTip(this.checkBoxInvokeEnabled, "Whether to allow the installed hotkeys to invoke the actions they are bound to.");
     this.checkBoxInvokeEnabled.UseVisualStyleBackColor = true;
     //
     // buttonUnbindAll
     //
     this.buttonUnbindAll.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonUnbindAll.Location = new System.Drawing.Point(149, 125);
     this.buttonUnbindAll.Name     = "buttonUnbindAll";
     this.buttonUnbindAll.Size     = new System.Drawing.Size(137, 23);
     this.buttonUnbindAll.TabIndex = 8;
     this.buttonUnbindAll.Text     = "Unbind All";
     this.buttonUnbindAll.UseVisualStyleBackColor = true;
     this.buttonUnbindAll.Click += new System.EventHandler(this.buttonUnbindAll_Click);
     //
     // buttonUnbindSelected
     //
     this.buttonUnbindSelected.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonUnbindSelected.Location = new System.Drawing.Point(6, 125);
     this.buttonUnbindSelected.Name     = "buttonUnbindSelected";
     this.buttonUnbindSelected.Size     = new System.Drawing.Size(137, 23);
     this.buttonUnbindSelected.TabIndex = 7;
     this.buttonUnbindSelected.Text     = "Unbind Selected";
     this.toolTip.SetToolTip(this.buttonUnbindSelected, "Unbind the hotkey selected in the bindings list-box.");
     this.buttonUnbindSelected.UseVisualStyleBackColor = true;
     this.buttonUnbindSelected.Click += new System.EventHandler(this.buttonUnbindSelected_Click);
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Controls.Add(this.listBoxBindings, 0, 1);
     tableLayoutPanel1.Controls.Add(this.listBoxHKLog, 1, 1);
     tableLayoutPanel1.Controls.Add(label3, 0, 0);
     tableLayoutPanel1.Controls.Add(label2, 1, 0);
     tableLayoutPanel1.Location = new System.Drawing.Point(6, 45);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(412, 74);
     tableLayoutPanel1.TabIndex = 6;
     //
     // listBoxBindings
     //
     this.listBoxBindings.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.listBoxBindings.FormatString      = "{0}";
     this.listBoxBindings.FormattingEnabled = true;
     this.listBoxBindings.IntegralHeight    = false;
     this.listBoxBindings.Location          = new System.Drawing.Point(3, 16);
     this.listBoxBindings.Name     = "listBoxBindings";
     this.listBoxBindings.Size     = new System.Drawing.Size(200, 55);
     this.listBoxBindings.TabIndex = 7;
     //
     // listBoxHKLog
     //
     this.listBoxHKLog.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.listBoxHKLog.ContextMenuStrip  = this.contextMenuLogList;
     this.listBoxHKLog.FormattingEnabled = true;
     this.listBoxHKLog.IntegralHeight    = false;
     this.listBoxHKLog.Location          = new System.Drawing.Point(209, 16);
     this.listBoxHKLog.Name          = "listBoxHKLog";
     this.listBoxHKLog.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listBoxHKLog.Size          = new System.Drawing.Size(200, 55);
     this.listBoxHKLog.TabIndex      = 8;
     this.toolTip.SetToolTip(this.listBoxHKLog, "Right-click to clear.");
     this.listBoxHKLog.MouseEnter += new System.EventHandler(this.listBox_MouseEnter);
     //
     // contextMenuLogList
     //
     this.contextMenuLogList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemClear
     });
     this.contextMenuLogList.Name = "contextMenuLogList";
     this.contextMenuLogList.Size = new System.Drawing.Size(102, 26);
     //
     // menuItemClear
     //
     this.menuItemClear.Name   = "menuItemClear";
     this.menuItemClear.Size   = new System.Drawing.Size(101, 22);
     this.menuItemClear.Text   = "Clear";
     this.menuItemClear.Click += new System.EventHandler(this.menuItemClear_Click);
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(3, 0);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(50, 13);
     label3.TabIndex = 9;
     label3.Text     = "Bindings:";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(209, 0);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(28, 13);
     label2.TabIndex = 6;
     label2.Text     = "Log:";
     //
     // buttonBind
     //
     this.buttonBind.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonBind.Location = new System.Drawing.Point(343, 17);
     this.buttonBind.Name     = "buttonBind";
     this.buttonBind.Size     = new System.Drawing.Size(75, 23);
     this.buttonBind.TabIndex = 4;
     this.buttonBind.Text     = "Bind";
     this.toolTip.SetToolTip(this.buttonBind, "Bind the hotkey specified in the hotkey textbox.");
     this.buttonBind.UseVisualStyleBackColor = true;
     this.buttonBind.Click += new System.EventHandler(this.buttonBind_Click);
     //
     // hotkeyTextBox
     //
     this.hotkeyTextBox.AllowSoloModifiers = true;
     this.hotkeyTextBox.AllowToggleKeys    = true;
     this.hotkeyTextBox.Anchor             = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.hotkeyTextBox.BackColor       = System.Drawing.SystemColors.Control;
     this.hotkeyTextBox.HotkeyKeyCode   = System.Windows.Forms.Keys.None;
     this.hotkeyTextBox.HotkeyModifiers = System.Windows.Forms.Keys.None;
     this.hotkeyTextBox.Location        = new System.Drawing.Point(53, 19);
     this.hotkeyTextBox.Name            = "hotkeyTextBox";
     this.hotkeyTextBox.Size            = new System.Drawing.Size(203, 20);
     this.hotkeyTextBox.TabIndex        = 0;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(6, 22);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(41, 13);
     label1.TabIndex = 1;
     label1.Text     = "Hotkey";
     //
     // groupBoxMouse
     //
     this.groupBoxMouse.Controls.Add(this.checkBoxMouseCallNext);
     this.groupBoxMouse.Controls.Add(this.labelMousePos);
     this.groupBoxMouse.Controls.Add(this.checkBoxMouseHookerEnabled);
     this.groupBoxMouse.Controls.Add(this.listBoxMousing);
     this.groupBoxMouse.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBoxMouse.Location = new System.Drawing.Point(3, 325);
     this.groupBoxMouse.Name     = "groupBoxMouse";
     this.groupBoxMouse.Size     = new System.Drawing.Size(424, 155);
     this.groupBoxMouse.TabIndex = 4;
     this.groupBoxMouse.TabStop  = false;
     this.groupBoxMouse.Text     = "Mouse";
     //
     // checkBoxMouseCallNext
     //
     this.checkBoxMouseCallNext.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxMouseCallNext.AutoSize = true;
     this.checkBoxMouseCallNext.Location = new System.Drawing.Point(250, 132);
     this.checkBoxMouseCallNext.Name     = "checkBoxMouseCallNext";
     this.checkBoxMouseCallNext.Size     = new System.Drawing.Size(97, 17);
     this.checkBoxMouseCallNext.TabIndex = 7;
     this.checkBoxMouseCallNext.Text     = "Call Next Hook";
     this.toolTip.SetToolTip(this.checkBoxMouseCallNext, "Whether to pass mouse hook input to the next hook in the hook chain.\r\n");
     this.checkBoxMouseCallNext.UseVisualStyleBackColor = true;
     //
     // labelMousePos
     //
     this.labelMousePos.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelMousePos.AutoSize = true;
     this.labelMousePos.Location = new System.Drawing.Point(6, 134);
     this.labelMousePos.Name     = "labelMousePos";
     this.labelMousePos.Size     = new System.Drawing.Size(105, 13);
     this.labelMousePos.TabIndex = 7;
     this.labelMousePos.Text     = "Mouse Position: N/A";
     //
     // checkBoxMouseHookerEnabled
     //
     this.checkBoxMouseHookerEnabled.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxMouseHookerEnabled.AutoSize = true;
     this.checkBoxMouseHookerEnabled.Location = new System.Drawing.Point(353, 132);
     this.checkBoxMouseHookerEnabled.Name     = "checkBoxMouseHookerEnabled";
     this.checkBoxMouseHookerEnabled.Size     = new System.Drawing.Size(65, 17);
     this.checkBoxMouseHookerEnabled.TabIndex = 6;
     this.checkBoxMouseHookerEnabled.Text     = "Enabled";
     this.checkBoxMouseHookerEnabled.UseVisualStyleBackColor = true;
     //
     // listBoxMousing
     //
     this.listBoxMousing.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.listBoxMousing.ContextMenuStrip  = this.contextMenuLogList;
     this.listBoxMousing.FormattingEnabled = true;
     this.listBoxMousing.IntegralHeight    = false;
     this.listBoxMousing.Location          = new System.Drawing.Point(6, 19);
     this.listBoxMousing.Name          = "listBoxMousing";
     this.listBoxMousing.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listBoxMousing.Size          = new System.Drawing.Size(412, 107);
     this.listBoxMousing.TabIndex      = 3;
     this.toolTip.SetToolTip(this.listBoxMousing, "Right-click to clear.");
     this.listBoxMousing.MouseEnter += new System.EventHandler(this.listBox_MouseEnter);
     //
     // groupBox3
     //
     groupBox3.Controls.Add(this.checkBoxKeyCallNext);
     groupBox3.Controls.Add(this.checkBoxKeyboardHookEnabled);
     groupBox3.Controls.Add(this.listBoxKeyboardHook);
     groupBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox3.Location = new System.Drawing.Point(3, 164);
     groupBox3.Name     = "groupBox3";
     groupBox3.Size     = new System.Drawing.Size(424, 155);
     groupBox3.TabIndex = 5;
     groupBox3.TabStop  = false;
     groupBox3.Text     = "Keyboard hook";
     //
     // checkBoxKeyCallNext
     //
     this.checkBoxKeyCallNext.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxKeyCallNext.AutoSize = true;
     this.checkBoxKeyCallNext.Location = new System.Drawing.Point(250, 132);
     this.checkBoxKeyCallNext.Name     = "checkBoxKeyCallNext";
     this.checkBoxKeyCallNext.Size     = new System.Drawing.Size(97, 17);
     this.checkBoxKeyCallNext.TabIndex = 6;
     this.checkBoxKeyCallNext.Text     = "Call Next Hook";
     this.toolTip.SetToolTip(this.checkBoxKeyCallNext, "Whether to pass keyboard hook input to the next hook in the hook chain.");
     this.checkBoxKeyCallNext.UseVisualStyleBackColor = true;
     //
     // checkBoxKeyboardHookEnabled
     //
     this.checkBoxKeyboardHookEnabled.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxKeyboardHookEnabled.AutoSize = true;
     this.checkBoxKeyboardHookEnabled.Location = new System.Drawing.Point(353, 132);
     this.checkBoxKeyboardHookEnabled.Name     = "checkBoxKeyboardHookEnabled";
     this.checkBoxKeyboardHookEnabled.Size     = new System.Drawing.Size(65, 17);
     this.checkBoxKeyboardHookEnabled.TabIndex = 5;
     this.checkBoxKeyboardHookEnabled.Text     = "Enabled";
     this.checkBoxKeyboardHookEnabled.UseVisualStyleBackColor = true;
     //
     // listBoxKeyboardHook
     //
     this.listBoxKeyboardHook.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.listBoxKeyboardHook.ContextMenuStrip  = this.contextMenuLogList;
     this.listBoxKeyboardHook.FormattingEnabled = true;
     this.listBoxKeyboardHook.IntegralHeight    = false;
     this.listBoxKeyboardHook.Location          = new System.Drawing.Point(6, 19);
     this.listBoxKeyboardHook.Name          = "listBoxKeyboardHook";
     this.listBoxKeyboardHook.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listBoxKeyboardHook.Size          = new System.Drawing.Size(412, 107);
     this.listBoxKeyboardHook.TabIndex      = 4;
     this.toolTip.SetToolTip(this.listBoxKeyboardHook, "Right-click to clear.");
     this.listBoxKeyboardHook.MouseEnter += new System.EventHandler(this.listBox_MouseEnter);
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     tableLayoutPanel2.ColumnCount = 1;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.Controls.Add(groupBox1, 0, 0);
     tableLayoutPanel2.Controls.Add(this.groupBoxMouse, 0, 2);
     tableLayoutPanel2.Controls.Add(groupBox3, 0, 1);
     tableLayoutPanel2.Location = new System.Drawing.Point(12, 30);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 3;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(430, 483);
     tableLayoutPanel2.TabIndex = 6;
     //
     // groupBox2
     //
     groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox2.Controls.Add(this.buttonFindOccupied);
     groupBox2.Controls.Add(this.listBoxOccupied);
     groupBox2.Location = new System.Drawing.Point(448, 30);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(233, 483);
     groupBox2.TabIndex = 7;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Occupied Hooks";
     //
     // buttonFindOccupied
     //
     this.buttonFindOccupied.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonFindOccupied.Location = new System.Drawing.Point(6, 454);
     this.buttonFindOccupied.Name     = "buttonFindOccupied";
     this.buttonFindOccupied.Size     = new System.Drawing.Size(221, 23);
     this.buttonFindOccupied.TabIndex = 2;
     this.buttonFindOccupied.Text     = "Find All";
     this.toolTip.SetToolTip(this.buttonFindOccupied, "Find all occupied key hooks.\r\nBe them installed by this app or another.");
     this.buttonFindOccupied.UseVisualStyleBackColor = true;
     this.buttonFindOccupied.Click += new System.EventHandler(this.buttonFindOccupied_Click);
     //
     // listBoxOccupied
     //
     this.listBoxOccupied.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.listBoxOccupied.FormattingEnabled = true;
     this.listBoxOccupied.IntegralHeight    = false;
     this.listBoxOccupied.Location          = new System.Drawing.Point(6, 19);
     this.listBoxOccupied.Name     = "listBoxOccupied";
     this.listBoxOccupied.Size     = new System.Drawing.Size(221, 429);
     this.listBoxOccupied.TabIndex = 0;
     //
     // menuStrip
     //
     menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemKeysVisualizer
     });
     menuStrip.Location = new System.Drawing.Point(0, 0);
     menuStrip.Name     = "menuStrip";
     menuStrip.Size     = new System.Drawing.Size(693, 24);
     menuStrip.TabIndex = 8;
     menuStrip.Text     = "menuStrip1";
     //
     // menuItemKeysVisualizer
     //
     this.menuItemKeysVisualizer.Name        = "menuItemKeysVisualizer";
     this.menuItemKeysVisualizer.Size        = new System.Drawing.Size(134, 20);
     this.menuItemKeysVisualizer.Text        = "Visualize Keys Enum...";
     this.menuItemKeysVisualizer.ToolTipText = "Opens a Form used to visualize the data of a Keys enum value.";
     this.menuItemKeysVisualizer.Click      += new System.EventHandler(this.menuItemKeysVisualizer_Click);
     //
     // keyboardHooker
     //
     this.keyboardHooker.KeyDown += new System.EventHandler <System.Windows.Forms.KeyEventArgs>(this.keyboardHooker_KeyDown);
     this.keyboardHooker.KeyUp   += new System.EventHandler <System.Windows.Forms.KeyEventArgs>(this.keyboardHooker_KeyUp);
     //
     // mouseHooker
     //
     this.mouseHooker.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.mouseHooker_MouseWheel);
     this.mouseHooker.MouseMoved += new System.Windows.Forms.MouseEventHandler(this.mouseHooker_MouseMoved);
     this.mouseHooker.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.mouseHooker_MouseUp);
     this.mouseHooker.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.mouseHooker_MouseDown);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(693, 525);
     this.Controls.Add(menuStrip);
     this.Controls.Add(groupBox2);
     this.Controls.Add(tableLayoutPanel2);
     this.DoubleBuffered = true;
     this.MinimumSize    = new System.Drawing.Size(481, 528);
     this.Name           = "MainForm";
     this.Text           = "Global Input Demo";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.contextMenuLogList.ResumeLayout(false);
     this.groupBoxMouse.ResumeLayout(false);
     this.groupBoxMouse.PerformLayout();
     groupBox3.ResumeLayout(false);
     groupBox3.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     groupBox2.ResumeLayout(false);
     menuStrip.ResumeLayout(false);
     menuStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #45
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.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();

        }
コード例 #46
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            this.panel = new System.Windows.Forms.Panel();
            this.hscroll = new System.Windows.Forms.HScrollBar();
            this.vscroll = new System.Windows.Forms.VScrollBar();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 2;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel1.Controls.Add(this.panel, 0, 0);
            tableLayoutPanel1.Controls.Add(this.hscroll, 0, 1);
            tableLayoutPanel1.Controls.Add(this.vscroll, 1, 0);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 2;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.Size = new System.Drawing.Size(791, 246);
            tableLayoutPanel1.TabIndex = 1;
            // 
            // panel
            // 
            this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel.Location = new System.Drawing.Point(0, 0);
            this.panel.Margin = new System.Windows.Forms.Padding(0);
            this.panel.Name = "panel";
            this.panel.Size = new System.Drawing.Size(775, 230);
            this.panel.TabIndex = 0;
            this.panel.ControlAdded += new System.Windows.Forms.ControlEventHandler(this.panel_ControlAddRemove);
            this.panel.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.panel_ControlAddRemove);
            this.panel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel_MouseClick);
            // 
            // hscroll
            // 
            this.hscroll.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.hscroll.Location = new System.Drawing.Point(0, 230);
            this.hscroll.Name = "hscroll";
            this.hscroll.Size = new System.Drawing.Size(775, 16);
            this.hscroll.TabIndex = 1;
            this.hscroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hscroll_Scroll);
            // 
            // vscroll
            // 
            this.vscroll.Dock = System.Windows.Forms.DockStyle.Right;
            this.vscroll.Location = new System.Drawing.Point(775, 0);
            this.vscroll.Name = "vscroll";
            this.vscroll.Size = new System.Drawing.Size(16, 230);
            this.vscroll.TabIndex = 2;
            this.vscroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vscroll_Scroll);
            // 
            // ThumbnailStrip
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tableLayoutPanel1);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "ThumbnailStrip";
            this.Size = new System.Drawing.Size(791, 246);
            this.Layout += new System.Windows.Forms.LayoutEventHandler(this.ThumbnailStrip_Layout);
            tableLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #47
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TableLayoutPanel TableSidebar;
     System.Windows.Forms.MenuItem         MenuTraySep;
     System.Windows.Forms.MenuItem         MenuOptionsSep;
     System.Windows.Forms.MenuItem         MenuHelpSep;
     System.Windows.Forms.MenuItem         MenuListHdrsSep;
     this.TextSidebarDescript            = new System.Windows.Forms.RichTextBox();
     this.LabelSidebarTitle              = new System.Windows.Forms.Label();
     this.ImageSidebar                   = new System.Windows.Forms.PictureBox();
     this.ToolbarView                    = new RadioDld.ExtToolStrip();
     this.ButtonBack                     = new System.Windows.Forms.ToolStripButton();
     this.ButtonForward                  = new System.Windows.Forms.ToolStripButton();
     this.ButtonFindNew                  = new System.Windows.Forms.ToolStripButton();
     this.ButtonFavourites               = new System.Windows.Forms.ToolStripButton();
     this.ButtonSubscriptions            = new System.Windows.Forms.ToolStripButton();
     this.ButtonDownloads                = new System.Windows.Forms.ToolStripButton();
     this.TextSearch                     = new RadioDld.ToolStripSearchBox();
     this.NotifyIcon                     = new System.Windows.Forms.NotifyIcon(this.components);
     this.MenuTray                       = new System.Windows.Forms.ContextMenu();
     this.MenuTrayShow                   = new System.Windows.Forms.MenuItem();
     this.MenuTrayExit                   = new System.Windows.Forms.MenuItem();
     this.ImagesListIcons                = new System.Windows.Forms.ImageList(this.components);
     this.ImagesProviders                = new System.Windows.Forms.ImageList(this.components);
     this.TimerCheckForUpdates           = new System.Windows.Forms.Timer(this.components);
     this.MenuOptions                    = new System.Windows.Forms.ContextMenu();
     this.MenuOptionsShowOpts            = new System.Windows.Forms.MenuItem();
     this.MenuOptionsProviderOpts        = new System.Windows.Forms.MenuItem();
     this.MenuOptionsProviderOptsNoProvs = new System.Windows.Forms.MenuItem();
     this.MenuOptionsExit                = new System.Windows.Forms.MenuItem();
     this.MenuHelp                       = new System.Windows.Forms.ContextMenu();
     this.MenuHelpContext                = new System.Windows.Forms.MenuItem();
     this.MenuHelpContents               = new System.Windows.Forms.MenuItem();
     this.MenuHelpReportBug              = new System.Windows.Forms.MenuItem();
     this.MenuHelpAbout                  = new System.Windows.Forms.MenuItem();
     this.ImagesToolbar                  = new System.Windows.Forms.ImageList(this.components);
     this.PanelPluginSpace               = new System.Windows.Forms.Panel();
     this.TableToolbars                  = new System.Windows.Forms.TableLayoutPanel();
     this.ToolbarMain                    = new RadioDld.ExtToolBar();
     this.ButtonOptionsMenu              = new System.Windows.Forms.ToolBarButton();
     this.ButtonChooseProgramme          = new System.Windows.Forms.ToolBarButton();
     this.ButtonDownload                 = new System.Windows.Forms.ToolBarButton();
     this.ButtonSetAuto                  = new System.Windows.Forms.ToolBarButton();
     this.ButtonCurrentEps               = new System.Windows.Forms.ToolBarButton();
     this.ButtonAddFavourite             = new System.Windows.Forms.ToolBarButton();
     this.ButtonRemFavourite             = new System.Windows.Forms.ToolBarButton();
     this.ButtonSubscribe                = new System.Windows.Forms.ToolBarButton();
     this.ButtonUnsubscribe              = new System.Windows.Forms.ToolBarButton();
     this.ButtonMoreInfo                 = new System.Windows.Forms.ToolBarButton();
     this.ButtonCancel                   = new System.Windows.Forms.ToolBarButton();
     this.ButtonPlay                     = new System.Windows.Forms.ToolBarButton();
     this.ButtonDelete                   = new System.Windows.Forms.ToolBarButton();
     this.ButtonRetry                    = new System.Windows.Forms.ToolBarButton();
     this.ButtonReportError              = new System.Windows.Forms.ToolBarButton();
     this.ButtonCleanUp                  = new System.Windows.Forms.ToolBarButton();
     this.ToolbarHelp                    = new RadioDld.ExtToolBar();
     this.ButtonHelpMenu                 = new System.Windows.Forms.ToolBarButton();
     this.ImageSidebarBorder             = new System.Windows.Forms.PictureBox();
     this.MenuListHdrs                   = new System.Windows.Forms.ContextMenu();
     this.MenuListHdrsColumns            = new System.Windows.Forms.MenuItem();
     this.MenuListHdrsReset              = new System.Windows.Forms.MenuItem();
     this.ListDownloads                  = new RadioDld.ExtListView();
     this.ListSubscribed                 = new RadioDld.ExtListView();
     this.ListEpisodes                   = new RadioDld.ExtListView();
     this.ListProviders                  = new RadioDld.ExtListView();
     this.ListFavourites                 = new RadioDld.ExtListView();
     TableSidebar    = new System.Windows.Forms.TableLayoutPanel();
     MenuTraySep     = new System.Windows.Forms.MenuItem();
     MenuOptionsSep  = new System.Windows.Forms.MenuItem();
     MenuHelpSep     = new System.Windows.Forms.MenuItem();
     MenuListHdrsSep = new System.Windows.Forms.MenuItem();
     TableSidebar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ImageSidebar)).BeginInit();
     this.ToolbarView.SuspendLayout();
     this.TableToolbars.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ImageSidebarBorder)).BeginInit();
     this.SuspendLayout();
     //
     // TableSidebar
     //
     TableSidebar.BackColor   = System.Drawing.SystemColors.Window;
     TableSidebar.ColumnCount = 1;
     TableSidebar.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     TableSidebar.Controls.Add(this.TextSidebarDescript, 0, 2);
     TableSidebar.Controls.Add(this.LabelSidebarTitle, 0, 0);
     TableSidebar.Controls.Add(this.ImageSidebar, 0, 1);
     TableSidebar.Dock     = System.Windows.Forms.DockStyle.Left;
     TableSidebar.Location = new System.Drawing.Point(0, 65);
     TableSidebar.Margin   = new System.Windows.Forms.Padding(3, 0, 0, 0);
     TableSidebar.Name     = "TableSidebar";
     TableSidebar.RowCount = 4;
     TableSidebar.RowStyles.Add(new System.Windows.Forms.RowStyle());
     TableSidebar.RowStyles.Add(new System.Windows.Forms.RowStyle());
     TableSidebar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     TableSidebar.RowStyles.Add(new System.Windows.Forms.RowStyle());
     TableSidebar.Size     = new System.Drawing.Size(187, 385);
     TableSidebar.TabIndex = 9;
     //
     // TextSidebarDescript
     //
     this.TextSidebarDescript.BackColor    = System.Drawing.SystemColors.Window;
     this.TextSidebarDescript.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.TextSidebarDescript.Cursor       = System.Windows.Forms.Cursors.Default;
     this.TextSidebarDescript.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.TextSidebarDescript.Location     = new System.Drawing.Point(8, 114);
     this.TextSidebarDescript.Margin       = new System.Windows.Forms.Padding(8, 5, 8, 6);
     this.TextSidebarDescript.Name         = "TextSidebarDescript";
     this.TextSidebarDescript.ReadOnly     = true;
     this.TextSidebarDescript.Size         = new System.Drawing.Size(171, 265);
     this.TextSidebarDescript.TabIndex     = 1;
     this.TextSidebarDescript.TabStop      = false;
     this.TextSidebarDescript.Text         = "Description";
     this.TextSidebarDescript.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.TextSidebarDescript_LinkClicked);
     this.TextSidebarDescript.Resize      += new System.EventHandler(this.TextSidebarDescript_Resize);
     //
     // LabelSidebarTitle
     //
     this.LabelSidebarTitle.AutoSize    = true;
     this.LabelSidebarTitle.BackColor   = System.Drawing.Color.Transparent;
     this.LabelSidebarTitle.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.LabelSidebarTitle.Font        = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LabelSidebarTitle.ForeColor   = System.Drawing.SystemColors.WindowText;
     this.LabelSidebarTitle.Location    = new System.Drawing.Point(5, 8);
     this.LabelSidebarTitle.Margin      = new System.Windows.Forms.Padding(5, 8, 8, 0);
     this.LabelSidebarTitle.Name        = "LabelSidebarTitle";
     this.LabelSidebarTitle.Size        = new System.Drawing.Size(174, 20);
     this.LabelSidebarTitle.TabIndex    = 0;
     this.LabelSidebarTitle.Text        = "Title";
     this.LabelSidebarTitle.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.LabelSidebarTitle.UseMnemonic = false;
     //
     // ImageSidebar
     //
     this.ImageSidebar.ErrorImage   = null;
     this.ImageSidebar.InitialImage = null;
     this.ImageSidebar.Location     = new System.Drawing.Point(9, 36);
     this.ImageSidebar.Margin       = new System.Windows.Forms.Padding(9, 8, 9, 3);
     this.ImageSidebar.MaximumSize  = new System.Drawing.Size(172, 100);
     this.ImageSidebar.Name         = "ImageSidebar";
     this.ImageSidebar.Size         = new System.Drawing.Size(70, 70);
     this.ImageSidebar.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.ImageSidebar.TabIndex     = 1;
     this.ImageSidebar.TabStop      = false;
     //
     // MenuTraySep
     //
     MenuTraySep.Index = 1;
     MenuTraySep.Text  = "-";
     //
     // MenuOptionsSep
     //
     MenuOptionsSep.Index = 2;
     MenuOptionsSep.Text  = "-";
     //
     // MenuHelpSep
     //
     MenuHelpSep.Index = 3;
     MenuHelpSep.Text  = "-";
     //
     // MenuListHdrsSep
     //
     MenuListHdrsSep.Index = 1;
     MenuListHdrsSep.Text  = "-";
     //
     // ToolbarView
     //
     this.ToolbarView.CanOverflow      = false;
     this.ToolbarView.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolbarView.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.ToolbarView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ButtonBack,
         this.ButtonForward,
         this.ButtonFindNew,
         this.ButtonFavourites,
         this.ButtonSubscriptions,
         this.ButtonDownloads,
         this.TextSearch
     });
     this.ToolbarView.Location   = new System.Drawing.Point(0, 0);
     this.ToolbarView.Name       = "ToolbarView";
     this.ToolbarView.Padding    = new System.Windows.Forms.Padding(3, 0, 1, 0);
     this.ToolbarView.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.ToolbarView.Size       = new System.Drawing.Size(757, 31);
     this.ToolbarView.TabIndex   = 7;
     this.ToolbarView.TabStop    = true;
     //
     // ButtonBack
     //
     this.ButtonBack.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ButtonBack.Image                 = global::RadioDld.Properties.Resources.views_back;
     this.ButtonBack.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonBack.Name    = "ButtonBack";
     this.ButtonBack.Padding = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.ButtonBack.Size    = new System.Drawing.Size(30, 28);
     this.ButtonBack.Text    = "Back";
     this.ButtonBack.Click  += new System.EventHandler(this.ButtonBack_Click);
     //
     // ButtonForward
     //
     this.ButtonForward.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ButtonForward.Image                 = global::RadioDld.Properties.Resources.views_forward;
     this.ButtonForward.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonForward.Margin                = new System.Windows.Forms.Padding(0, 1, 8, 2);
     this.ButtonForward.Name    = "ButtonForward";
     this.ButtonForward.Padding = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.ButtonForward.Size    = new System.Drawing.Size(30, 28);
     this.ButtonForward.Text    = "Forward";
     this.ButtonForward.Click  += new System.EventHandler(this.ButtonForward_Click);
     //
     // ButtonFindNew
     //
     this.ButtonFindNew.AutoToolTip           = false;
     this.ButtonFindNew.Checked               = true;
     this.ButtonFindNew.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.ButtonFindNew.Image                 = global::RadioDld.Properties.Resources.views_find_new;
     this.ButtonFindNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonFindNew.Name    = "ButtonFindNew";
     this.ButtonFindNew.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.ButtonFindNew.Size    = new System.Drawing.Size(128, 28);
     this.ButtonFindNew.Text    = "&Find Programme";
     this.ButtonFindNew.Click  += new System.EventHandler(this.ButtonFindNew_Click);
     //
     // ButtonFavourites
     //
     this.ButtonFavourites.AutoToolTip           = false;
     this.ButtonFavourites.Image                 = global::RadioDld.Properties.Resources.views_favourites;
     this.ButtonFavourites.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonFavourites.Name    = "ButtonFavourites";
     this.ButtonFavourites.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.ButtonFavourites.Size    = new System.Drawing.Size(93, 28);
     this.ButtonFavourites.Text    = "F&avourites";
     this.ButtonFavourites.Click  += new System.EventHandler(this.ButtonFavourites_Click);
     //
     // ButtonSubscriptions
     //
     this.ButtonSubscriptions.AutoToolTip           = false;
     this.ButtonSubscriptions.Image                 = global::RadioDld.Properties.Resources.views_subscriptions;
     this.ButtonSubscriptions.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonSubscriptions.Name    = "ButtonSubscriptions";
     this.ButtonSubscriptions.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.ButtonSubscriptions.Size    = new System.Drawing.Size(110, 28);
     this.ButtonSubscriptions.Text    = "&Subscriptions";
     this.ButtonSubscriptions.Click  += new System.EventHandler(this.ButtonSubscriptions_Click);
     //
     // ButtonDownloads
     //
     this.ButtonDownloads.AutoToolTip           = false;
     this.ButtonDownloads.Image                 = global::RadioDld.Properties.Resources.views_downloads;
     this.ButtonDownloads.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonDownloads.Name    = "ButtonDownloads";
     this.ButtonDownloads.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.ButtonDownloads.Size    = new System.Drawing.Size(98, 28);
     this.ButtonDownloads.Text    = "&Downloads";
     this.ButtonDownloads.Click  += new System.EventHandler(this.ButtonDownloads_Click);
     //
     // TextSearch
     //
     this.TextSearch.Alignment    = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.TextSearch.BackColor    = System.Drawing.Color.Transparent;
     this.TextSearch.ControlAlign = System.Drawing.ContentAlignment.TopRight;
     this.TextSearch.CueBanner    = "Search downloads";
     this.TextSearch.Margin       = new System.Windows.Forms.Padding(1, 1, 0, 0);
     this.TextSearch.Name         = "TextSearch";
     this.TextSearch.Size         = new System.Drawing.Size(160, 30);
     this.TextSearch.TextChanged += new System.EventHandler(this.TextSearch_TextChanged);
     //
     // NotifyIcon
     //
     this.NotifyIcon.ContextMenu        = this.MenuTray;
     this.NotifyIcon.BalloonTipClicked += new System.EventHandler(this.NotifyIcon_BalloonTipClicked);
     this.NotifyIcon.MouseDoubleClick  += new System.Windows.Forms.MouseEventHandler(this.NotifyIcon_MouseDoubleClick);
     //
     // MenuTray
     //
     this.MenuTray.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuTrayShow,
         MenuTraySep,
         this.MenuTrayExit
     });
     //
     // MenuTrayShow
     //
     this.MenuTrayShow.Index  = 0;
     this.MenuTrayShow.Text   = "&Show Radio Downloader";
     this.MenuTrayShow.Click += new System.EventHandler(this.MenuTrayShow_Click);
     //
     // MenuTrayExit
     //
     this.MenuTrayExit.Index  = 2;
     this.MenuTrayExit.Text   = "E&xit";
     this.MenuTrayExit.Click += new System.EventHandler(this.MenuTrayExit_Click);
     //
     // ImagesListIcons
     //
     this.ImagesListIcons.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ImagesListIcons.ImageSize        = new System.Drawing.Size(16, 16);
     this.ImagesListIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // ImagesProviders
     //
     this.ImagesProviders.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ImagesProviders.ImageSize        = new System.Drawing.Size(64, 64);
     this.ImagesProviders.TransparentColor = System.Drawing.Color.Transparent;
     //
     // TimerCheckForUpdates
     //
     this.TimerCheckForUpdates.Interval = 3600000;
     this.TimerCheckForUpdates.Tick    += new System.EventHandler(this.TimerCheckForUpdates_Tick);
     //
     // MenuOptions
     //
     this.MenuOptions.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuOptionsShowOpts,
         this.MenuOptionsProviderOpts,
         MenuOptionsSep,
         this.MenuOptionsExit
     });
     //
     // MenuOptionsShowOpts
     //
     this.MenuOptionsShowOpts.Index  = 0;
     this.MenuOptionsShowOpts.Text   = "Main &Options";
     this.MenuOptionsShowOpts.Click += new System.EventHandler(this.MenuOptionsShowOpts_Click);
     //
     // MenuOptionsProviderOpts
     //
     this.MenuOptionsProviderOpts.Index = 1;
     this.MenuOptionsProviderOpts.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuOptionsProviderOptsNoProvs
     });
     this.MenuOptionsProviderOpts.Text = "&Provider Options";
     //
     // MenuOptionsProviderOptsNoProvs
     //
     this.MenuOptionsProviderOptsNoProvs.Enabled = false;
     this.MenuOptionsProviderOptsNoProvs.Index   = 0;
     this.MenuOptionsProviderOptsNoProvs.Text    = "No providers";
     //
     // MenuOptionsExit
     //
     this.MenuOptionsExit.Index  = 3;
     this.MenuOptionsExit.Text   = "E&xit";
     this.MenuOptionsExit.Click += new System.EventHandler(this.MenuOptionsExit_Click);
     //
     // MenuHelp
     //
     this.MenuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuHelpContext,
         this.MenuHelpContents,
         this.MenuHelpReportBug,
         MenuHelpSep,
         this.MenuHelpAbout
     });
     //
     // MenuHelpContext
     //
     this.MenuHelpContext.Index    = 0;
     this.MenuHelpContext.Shortcut = System.Windows.Forms.Shortcut.F1;
     this.MenuHelpContext.Text     = "&Help";
     this.MenuHelpContext.Click   += new System.EventHandler(this.MenuHelpContext_Click);
     //
     // MenuHelpContents
     //
     this.MenuHelpContents.Index  = 1;
     this.MenuHelpContents.Text   = "Help &Contents";
     this.MenuHelpContents.Click += new System.EventHandler(this.MenuHelpContents_Click);
     //
     // MenuHelpReportBug
     //
     this.MenuHelpReportBug.Index  = 2;
     this.MenuHelpReportBug.Text   = "Report a &Bug";
     this.MenuHelpReportBug.Click += new System.EventHandler(this.MenuHelpReportBug_Click);
     //
     // MenuHelpAbout
     //
     this.MenuHelpAbout.Index  = 4;
     this.MenuHelpAbout.Text   = "&About";
     this.MenuHelpAbout.Click += new System.EventHandler(this.MenuHelpAbout_Click);
     //
     // ImagesToolbar
     //
     this.ImagesToolbar.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ImagesToolbar.ImageSize        = new System.Drawing.Size(16, 16);
     this.ImagesToolbar.TransparentColor = System.Drawing.Color.Transparent;
     //
     // PanelPluginSpace
     //
     this.PanelPluginSpace.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.PanelPluginSpace.Location = new System.Drawing.Point(197, 118);
     this.PanelPluginSpace.Name     = "PanelPluginSpace";
     this.PanelPluginSpace.Size     = new System.Drawing.Size(560, 41);
     this.PanelPluginSpace.TabIndex = 1;
     //
     // TableToolbars
     //
     this.TableToolbars.AutoSize     = true;
     this.TableToolbars.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.TableToolbars.ColumnCount  = 2;
     this.TableToolbars.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 90F));
     this.TableToolbars.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.TableToolbars.Controls.Add(this.ToolbarMain, 0, 0);
     this.TableToolbars.Controls.Add(this.ToolbarHelp, 1, 0);
     this.TableToolbars.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TableToolbars.Location = new System.Drawing.Point(0, 31);
     this.TableToolbars.Name     = "TableToolbars";
     this.TableToolbars.RowCount = 1;
     this.TableToolbars.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.TableToolbars.Size     = new System.Drawing.Size(757, 28);
     this.TableToolbars.TabIndex = 8;
     this.TableToolbars.Resize  += new System.EventHandler(this.TableToolbars_Resize);
     //
     // ToolbarMain
     //
     this.ToolbarMain.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.ToolbarMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.ButtonOptionsMenu,
         this.ButtonChooseProgramme,
         this.ButtonDownload,
         this.ButtonSetAuto,
         this.ButtonCurrentEps,
         this.ButtonAddFavourite,
         this.ButtonRemFavourite,
         this.ButtonSubscribe,
         this.ButtonUnsubscribe,
         this.ButtonMoreInfo,
         this.ButtonCancel,
         this.ButtonPlay,
         this.ButtonDelete,
         this.ButtonRetry,
         this.ButtonReportError,
         this.ButtonCleanUp
     });
     this.ToolbarMain.Divider        = false;
     this.ToolbarMain.DropDownArrows = true;
     this.ToolbarMain.Location       = new System.Drawing.Point(3, 2);
     this.ToolbarMain.Margin         = new System.Windows.Forms.Padding(3, 2, 0, 0);
     this.ToolbarMain.Name           = "ToolbarMain";
     this.ToolbarMain.ShowToolTips   = true;
     this.ToolbarMain.Size           = new System.Drawing.Size(678, 26);
     this.ToolbarMain.TabIndex       = 0;
     this.ToolbarMain.TabStop        = true;
     this.ToolbarMain.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.ToolbarMain.Wrappable      = false;
     this.ToolbarMain.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.ToolbarMain_ButtonClick);
     //
     // ButtonOptionsMenu
     //
     this.ButtonOptionsMenu.DropDownMenu = this.MenuOptions;
     this.ButtonOptionsMenu.ImageKey     = "options";
     this.ButtonOptionsMenu.Name         = "ButtonOptionsMenu";
     this.ButtonOptionsMenu.Text         = "&Options";
     //
     // ButtonChooseProgramme
     //
     this.ButtonChooseProgramme.ImageKey = "choose_programme";
     this.ButtonChooseProgramme.Name     = "ButtonChooseProgramme";
     this.ButtonChooseProgramme.Text     = "&Choose Programme";
     //
     // ButtonDownload
     //
     this.ButtonDownload.ImageKey = "download";
     this.ButtonDownload.Name     = "ButtonDownload";
     this.ButtonDownload.Text     = "Do&wnload";
     //
     // ButtonSetAuto
     //
     this.ButtonSetAuto.ImageKey = "set_auto";
     this.ButtonSetAuto.Name     = "ButtonSetAuto";
     this.ButtonSetAuto.Text     = "S&et / Unset Auto";
     //
     // ButtonCurrentEps
     //
     this.ButtonCurrentEps.ImageKey = "current_episodes";
     this.ButtonCurrentEps.Name     = "ButtonCurrentEps";
     this.ButtonCurrentEps.Text     = "&Current Episodes";
     //
     // ButtonAddFavourite
     //
     this.ButtonAddFavourite.ImageKey = "add_favourite";
     this.ButtonAddFavourite.Name     = "ButtonAddFavourite";
     this.ButtonAddFavourite.Text     = "&Add Favourite";
     //
     // ButtonRemFavourite
     //
     this.ButtonRemFavourite.ImageKey = "remove_favourite";
     this.ButtonRemFavourite.Name     = "ButtonRemFavourite";
     this.ButtonRemFavourite.Text     = "&Remove Favourite";
     //
     // ButtonSubscribe
     //
     this.ButtonSubscribe.ImageKey = "subscribe";
     this.ButtonSubscribe.Name     = "ButtonSubscribe";
     this.ButtonSubscribe.Text     = "S&ubscribe";
     //
     // ButtonUnsubscribe
     //
     this.ButtonUnsubscribe.ImageKey = "unsubscribe";
     this.ButtonUnsubscribe.Name     = "ButtonUnsubscribe";
     this.ButtonUnsubscribe.Text     = "&Unsubscribe";
     //
     // ButtonMoreInfo
     //
     this.ButtonMoreInfo.ImageKey = "more_info";
     this.ButtonMoreInfo.Name     = "ButtonMoreInfo";
     this.ButtonMoreInfo.Text     = "&More Info";
     //
     // ButtonCancel
     //
     this.ButtonCancel.ImageKey = "delete";
     this.ButtonCancel.Name     = "ButtonCancel";
     this.ButtonCancel.Text     = "&Cancel";
     //
     // ButtonPlay
     //
     this.ButtonPlay.ImageKey = "play";
     this.ButtonPlay.Name     = "ButtonPlay";
     this.ButtonPlay.Text     = "&Play";
     //
     // ButtonDelete
     //
     this.ButtonDelete.ImageKey = "delete";
     this.ButtonDelete.Name     = "ButtonDelete";
     this.ButtonDelete.Text     = "D&elete";
     //
     // ButtonRetry
     //
     this.ButtonRetry.ImageKey = "retry";
     this.ButtonRetry.Name     = "ButtonRetry";
     this.ButtonRetry.Text     = "&Retry";
     //
     // ButtonReportError
     //
     this.ButtonReportError.ImageKey = "report_error";
     this.ButtonReportError.Name     = "ButtonReportError";
     this.ButtonReportError.Text     = "Report &Error";
     //
     // ButtonCleanUp
     //
     this.ButtonCleanUp.ImageKey = "clean_up";
     this.ButtonCleanUp.Name     = "ButtonCleanUp";
     this.ButtonCleanUp.Text     = "Clean &Up";
     //
     // ToolbarHelp
     //
     this.ToolbarHelp.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ToolbarHelp.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.ToolbarHelp.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.ButtonHelpMenu
     });
     this.ToolbarHelp.Divider        = false;
     this.ToolbarHelp.Dock           = System.Windows.Forms.DockStyle.None;
     this.ToolbarHelp.DropDownArrows = true;
     this.ToolbarHelp.Location       = new System.Drawing.Point(681, 2);
     this.ToolbarHelp.Margin         = new System.Windows.Forms.Padding(0, 2, 3, 0);
     this.ToolbarHelp.Name           = "ToolbarHelp";
     this.ToolbarHelp.ShowToolTips   = true;
     this.ToolbarHelp.Size           = new System.Drawing.Size(73, 26);
     this.ToolbarHelp.TabIndex       = 1;
     this.ToolbarHelp.TabStop        = true;
     this.ToolbarHelp.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.ToolbarHelp.Wrappable      = false;
     //
     // ButtonHelpMenu
     //
     this.ButtonHelpMenu.DropDownMenu = this.MenuHelp;
     this.ButtonHelpMenu.ImageKey     = "help";
     this.ButtonHelpMenu.Name         = "ButtonHelpMenu";
     this.ButtonHelpMenu.Text         = "&Help";
     //
     // ImageSidebarBorder
     //
     this.ImageSidebarBorder.BackColor = System.Drawing.SystemColors.Window;
     this.ImageSidebarBorder.Dock      = System.Windows.Forms.DockStyle.Left;
     this.ImageSidebarBorder.Location  = new System.Drawing.Point(187, 65);
     this.ImageSidebarBorder.Margin    = new System.Windows.Forms.Padding(0);
     this.ImageSidebarBorder.Name      = "ImageSidebarBorder";
     this.ImageSidebarBorder.Size      = new System.Drawing.Size(10, 385);
     this.ImageSidebarBorder.TabIndex  = 22;
     this.ImageSidebarBorder.TabStop   = false;
     this.ImageSidebarBorder.Paint    += new System.Windows.Forms.PaintEventHandler(this.ImageSidebarBorder_Paint);
     //
     // MenuListHdrs
     //
     this.MenuListHdrs.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuListHdrsColumns,
         MenuListHdrsSep,
         this.MenuListHdrsReset
     });
     //
     // MenuListHdrsColumns
     //
     this.MenuListHdrsColumns.Index  = 0;
     this.MenuListHdrsColumns.Text   = "Choose Columns...";
     this.MenuListHdrsColumns.Click += new System.EventHandler(this.MenuListHdrsColumns_Click);
     //
     // MenuListHdrsReset
     //
     this.MenuListHdrsReset.Index  = 2;
     this.MenuListHdrsReset.Text   = "Reset";
     this.MenuListHdrsReset.Click += new System.EventHandler(this.MenuListHdrsReset_Click);
     //
     // ListDownloads
     //
     this.ListDownloads.AllowColumnReorder = true;
     this.ListDownloads.BorderStyle        = System.Windows.Forms.BorderStyle.None;
     this.ListDownloads.FullRowSelect      = true;
     this.ListDownloads.HideSelection      = false;
     this.ListDownloads.Location           = new System.Drawing.Point(197, 396);
     this.ListDownloads.Margin             = new System.Windows.Forms.Padding(0, 3, 3, 0);
     this.ListDownloads.MultiSelect        = false;
     this.ListDownloads.Name     = "ListDownloads";
     this.ListDownloads.Size     = new System.Drawing.Size(560, 54);
     this.ListDownloads.TabIndex = 5;
     this.ListDownloads.UseCompatibleStateImageBehavior = false;
     this.ListDownloads.View                  = System.Windows.Forms.View.Details;
     this.ListDownloads.ColumnRightClick     += new System.Windows.Forms.ColumnClickEventHandler(this.ListDownloads_ColumnRightClick);
     this.ListDownloads.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.ListDownloads_ColumnClick);
     this.ListDownloads.ColumnReordered      += new System.Windows.Forms.ColumnReorderedEventHandler(this.ListDownloads_ColumnReordered);
     this.ListDownloads.ColumnWidthChanged   += new System.Windows.Forms.ColumnWidthChangedEventHandler(this.ListDownloads_ColumnWidthChanged);
     this.ListDownloads.ItemActivate         += new System.EventHandler(this.ListDownloads_ItemActivate);
     this.ListDownloads.SelectedIndexChanged += new System.EventHandler(this.ListDownloads_SelectedIndexChanged);
     //
     // ListSubscribed
     //
     this.ListSubscribed.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.ListSubscribed.FullRowSelect = true;
     this.ListSubscribed.HideSelection = false;
     this.ListSubscribed.Location      = new System.Drawing.Point(197, 301);
     this.ListSubscribed.Margin        = new System.Windows.Forms.Padding(0, 3, 3, 3);
     this.ListSubscribed.MultiSelect   = false;
     this.ListSubscribed.Name          = "ListSubscribed";
     this.ListSubscribed.Size          = new System.Drawing.Size(560, 49);
     this.ListSubscribed.TabIndex      = 4;
     this.ListSubscribed.UseCompatibleStateImageBehavior = false;
     this.ListSubscribed.View                  = System.Windows.Forms.View.Details;
     this.ListSubscribed.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.ListSubscribed_ColumnClick);
     this.ListSubscribed.ItemActivate         += new System.EventHandler(this.ListSubscribed_ItemActivate);
     this.ListSubscribed.SelectedIndexChanged += new System.EventHandler(this.ListSubscribed_SelectedIndexChanged);
     //
     // ListEpisodes
     //
     this.ListEpisodes.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.ListEpisodes.FullRowSelect = true;
     this.ListEpisodes.HideSelection = false;
     this.ListEpisodes.Location      = new System.Drawing.Point(197, 171);
     this.ListEpisodes.Margin        = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.ListEpisodes.Name          = "ListEpisodes";
     this.ListEpisodes.Size          = new System.Drawing.Size(560, 50);
     this.ListEpisodes.TabIndex      = 2;
     this.ListEpisodes.UseCompatibleStateImageBehavior = false;
     this.ListEpisodes.View                  = System.Windows.Forms.View.Details;
     this.ListEpisodes.ItemActivate         += new System.EventHandler(this.ListEpisodes_ItemActivate);
     this.ListEpisodes.SelectedIndexChanged += new System.EventHandler(this.ListEpisodes_SelectedIndexChanged);
     //
     // ListProviders
     //
     this.ListProviders.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.ListProviders.HideSelection = false;
     this.ListProviders.Location      = new System.Drawing.Point(197, 63);
     this.ListProviders.Margin        = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.ListProviders.MultiSelect   = false;
     this.ListProviders.Name          = "ListProviders";
     this.ListProviders.Size          = new System.Drawing.Size(560, 49);
     this.ListProviders.TabIndex      = 0;
     this.ListProviders.UseCompatibleStateImageBehavior = false;
     this.ListProviders.ItemActivate         += new System.EventHandler(this.ListProviders_ItemActivate);
     this.ListProviders.SelectedIndexChanged += new System.EventHandler(this.ListProviders_SelectedIndexChanged);
     //
     // ListFavourites
     //
     this.ListFavourites.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.ListFavourites.FullRowSelect = true;
     this.ListFavourites.HideSelection = false;
     this.ListFavourites.Location      = new System.Drawing.Point(197, 236);
     this.ListFavourites.Margin        = new System.Windows.Forms.Padding(0, 0, 3, 3);
     this.ListFavourites.MultiSelect   = false;
     this.ListFavourites.Name          = "ListFavourites";
     this.ListFavourites.Size          = new System.Drawing.Size(560, 50);
     this.ListFavourites.TabIndex      = 3;
     this.ListFavourites.UseCompatibleStateImageBehavior = false;
     this.ListFavourites.View                  = System.Windows.Forms.View.Details;
     this.ListFavourites.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.ListFavourites_ColumnClick);
     this.ListFavourites.ItemActivate         += new System.EventHandler(this.ListFavourites_ItemActivate);
     this.ListFavourites.SelectedIndexChanged += new System.EventHandler(this.ListFavourites_SelectedIndexChanged);
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(757, 450);
     this.Controls.Add(this.ListFavourites);
     this.Controls.Add(this.ListDownloads);
     this.Controls.Add(this.ListSubscribed);
     this.Controls.Add(this.ListEpisodes);
     this.Controls.Add(this.PanelPluginSpace);
     this.Controls.Add(this.ListProviders);
     this.Controls.Add(this.ImageSidebarBorder);
     this.Controls.Add(TableSidebar);
     this.Controls.Add(this.TableToolbars);
     this.Controls.Add(this.ToolbarView);
     this.Font          = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = global::RadioDld.Properties.Resources.icon_main;
     this.KeyPreview    = true;
     this.Location      = new System.Drawing.Point(11, 37);
     this.MinimumSize   = new System.Drawing.Size(550, 300);
     this.Name          = "Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Radio Downloader";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
     this.Load         += new System.EventHandler(this.Main_Load);
     this.Shown        += new System.EventHandler(this.Main_Shown);
     this.ResizeEnd    += new System.EventHandler(this.Main_ResizeEnd);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.Main_KeyDown);
     TableSidebar.ResumeLayout(false);
     TableSidebar.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ImageSidebar)).EndInit();
     this.ToolbarView.ResumeLayout(false);
     this.ToolbarView.PerformLayout();
     this.TableToolbars.ResumeLayout(false);
     this.TableToolbars.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ImageSidebarBorder)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.faTabStrip1 = new System.Windows.Forms.TabControl();
     this.faTabStripItemInfo = new System.Windows.Forms.TabPage();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.faTabStripItemSend = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.cmdClearSend = new System.Windows.Forms.Button();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.lblStatus = new System.Windows.Forms.Label();
     this.cmdSend = new System.Windows.Forms.Button();
     this.lblTeleLength = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label7 = new System.Windows.Forms.Label();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.panel4 = new System.Windows.Forms.Panel();
     this.lblLenEmpf = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.lstStoredSenddata = new System.Windows.Forms.ListBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.cmdRemoveSendeTele = new System.Windows.Forms.Button();
     this.cmdAddSendeTele = new System.Windows.Forms.Button();
     this.dtaSendTabelle = new System.Windows.Forms.DataGridView();
     this.Bezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Laenge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Wert = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.dtaSendSendTable = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtaSendQuittTable = new System.Windows.Forms.DataGridView();
     this.colSendQuittText = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faTabStripItemRecieve = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.kryptonButton2 = new System.Windows.Forms.Button();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.grdEmpfang = new System.Windows.Forms.DataGridView();
     this.colEmpf = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtaEmpfangstelegrammAufgeschluesselt = new System.Windows.Forms.DataGridView();
     this.colEmpfBezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmpfLaenge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmpfWert = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faTabStripItemSettings = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.cmdDelTele = new System.Windows.Forms.Button();
     this.cmdEditQuittFields = new System.Windows.Forms.Button();
     this.lstQuitt = new System.Windows.Forms.ListBox();
     this.chkAutoQuitt = new System.Windows.Forms.CheckBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.numSequenceNumberLength = new System.Windows.Forms.NumericUpDown();
     this.numSequenceNumberPosition = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.chkChanel2active = new System.Windows.Forms.CheckBox();
     this.numPort2 = new System.Windows.Forms.NumericUpDown();
     this.numPort1 = new System.Windows.Forms.NumericUpDown();
     this.lblKanal2Port = new System.Windows.Forms.Label();
     this.chkChanel1active = new System.Windows.Forms.CheckBox();
     this.lblKanal2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.optTwoChannel = new System.Windows.Forms.RadioButton();
     this.optOneChannel = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.ipAddressControl = new IPAddressControlLib.IPAddressControl();
     this.cmdSelectStep7UDT = new System.Windows.Forms.Button();
     this.cmdConnect = new System.Windows.Forms.Button();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.cmdSettExport = new System.Windows.Forms.Button();
     this.cmdSettImport = new System.Windows.Forms.Button();
     this.cmdSettingsSave = new System.Windows.Forms.Button();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.picConnection1 = new System.Windows.Forms.PictureBox();
     this.picConnection2 = new System.Windows.Forms.PictureBox();
     this.cmdDisconnect = new System.Windows.Forms.Button();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.faTabStrip1.SuspendLayout();
     this.faTabStripItemInfo.SuspendLayout();
     this.faTabStripItemSend.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).BeginInit();
     this.faTabStripItemRecieve.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).BeginInit();
     this.faTabStripItemSettings.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPort2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPort1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).BeginInit();
     this.SuspendLayout();
     //
     // faTabStrip1
     //
     this.faTabStrip1.Controls.Add(this.faTabStripItemInfo);
     this.faTabStrip1.Controls.Add(this.faTabStripItemSend);
     this.faTabStrip1.Controls.Add(this.faTabStripItemRecieve);
     this.faTabStrip1.Controls.Add(this.faTabStripItemSettings);
     this.faTabStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.faTabStrip1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.faTabStrip1.Location = new System.Drawing.Point(3, 53);
     this.faTabStrip1.Name = "faTabStrip1";
     this.faTabStrip1.SelectedIndex = 0;
     this.faTabStrip1.Size = new System.Drawing.Size(896, 569);
     this.faTabStrip1.TabIndex = 2;
     this.faTabStrip1.Text = "Sende Tabelle";
     //
     // faTabStripItemInfo
     //
     this.faTabStripItemInfo.Controls.Add(this.label10);
     this.faTabStripItemInfo.Controls.Add(this.label9);
     this.faTabStripItemInfo.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemInfo.Name = "faTabStripItemInfo";
     this.faTabStripItemInfo.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemInfo.TabIndex = 3;
     this.faTabStripItemInfo.Text = "Info";
     //
     // label10
     //
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label10.Location = new System.Drawing.Point(74, 59);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(726, 81);
     this.label10.TabIndex = 0;
     this.label10.Text = resources.GetString("label10.Text");
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 25);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(31, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Info:";
     //
     // faTabStripItemSend
     //
     this.faTabStripItemSend.Controls.Add(this.tableLayoutPanel1);
     this.faTabStripItemSend.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemSend.Name = "faTabStripItemSend";
     this.faTabStripItemSend.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemSend.TabIndex = 0;
     this.faTabStripItemSend.Text = "Sende Tabelle";
     //
     // 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(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel1.Controls.Add(this.cmdClearSend, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.splitContainer2, 0, 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 = 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, 32F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(888, 543);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // cmdClearSend
     //
     this.cmdClearSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdClearSend.Location = new System.Drawing.Point(741, 514);
     this.cmdClearSend.Name = "cmdClearSend";
     this.cmdClearSend.Size = new System.Drawing.Size(144, 25);
     this.cmdClearSend.TabIndex = 5;
     this.cmdClearSend.Text = "CLR";
     this.cmdClearSend.UseVisualStyleBackColor = true;
     this.cmdClearSend.Click += new System.EventHandler(this.cmdClearSend_Click);
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.lblStatus, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.cmdSend, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.lblTeleLength, 0, 3);
     this.tableLayoutPanel3.Controls.Add(this.panel2, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.panel4, 0, 4);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(741, 3);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 5;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 99F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(144, 505);
     this.tableLayoutPanel3.TabIndex = 3;
     //
     // lblStatus
     //
     this.lblStatus.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblStatus.Location = new System.Drawing.Point(3, 90);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(138, 99);
     this.lblStatus.TabIndex = 7;
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmdSend
     //
     this.cmdSend.Location = new System.Drawing.Point(3, 3);
     this.cmdSend.Name = "cmdSend";
     this.cmdSend.Size = new System.Drawing.Size(138, 24);
     this.cmdSend.TabIndex = 6;
     this.cmdSend.Text = "Senden";
     this.cmdSend.UseVisualStyleBackColor = true;
     this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
     //
     // lblTeleLength
     //
     this.lblTeleLength.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblTeleLength.Location = new System.Drawing.Point(3, 189);
     this.lblTeleLength.Name = "lblTeleLength";
     this.lblTeleLength.Size = new System.Drawing.Size(138, 64);
     this.lblTeleLength.TabIndex = 9;
     this.lblTeleLength.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.numericUpDown1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(3, 33);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(138, 54);
     this.panel2.TabIndex = 10;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(8, 8);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(66, 13);
     this.label7.TabIndex = 1;
     this.label7.Text = "Laufnummer";
     //
     // numericUpDown1
     //
     this.numericUpDown1.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "Laufnummer", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numericUpDown1.Location = new System.Drawing.Point(18, 24);
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(102, 21);
     this.numericUpDown1.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.lblLenEmpf);
     this.panel4.Controls.Add(this.label8);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(3, 256);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(138, 246);
     this.panel4.TabIndex = 11;
     //
     // lblLenEmpf
     //
     this.lblLenEmpf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblLenEmpf.Location = new System.Drawing.Point(15, 159);
     this.lblLenEmpf.Name = "lblLenEmpf";
     this.lblLenEmpf.Size = new System.Drawing.Size(40, 13);
     this.lblLenEmpf.TabIndex = 0;
     //
     // label8
     //
     this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(11, 143);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(40, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Länge:";
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.tableLayoutPanel1.SetRowSpan(this.splitContainer2, 2);
     this.splitContainer2.Size = new System.Drawing.Size(732, 537);
     this.splitContainer2.SplitterDistance = 305;
     this.splitContainer2.TabIndex = 4;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.tableLayoutPanel5);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.dtaSendTabelle);
     this.splitContainer3.Size = new System.Drawing.Size(732, 305);
     this.splitContainer3.SplitterDistance = 76;
     this.splitContainer3.TabIndex = 0;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 2;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel5.Controls.Add(this.lstStoredSenddata, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.panel3, 1, 0);
     this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(732, 76);
     this.tableLayoutPanel5.TabIndex = 0;
     //
     // lstStoredSenddata
     //
     this.lstStoredSenddata.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstStoredSenddata.FormattingEnabled = true;
     this.lstStoredSenddata.Location = new System.Drawing.Point(3, 3);
     this.lstStoredSenddata.Name = "lstStoredSenddata";
     this.lstStoredSenddata.Size = new System.Drawing.Size(626, 70);
     this.lstStoredSenddata.TabIndex = 0;
     this.lstStoredSenddata.DoubleClick += new System.EventHandler(this.lstStoredSenddata_DoubleClick);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.cmdRemoveSendeTele);
     this.panel3.Controls.Add(this.cmdAddSendeTele);
     this.panel3.Location = new System.Drawing.Point(635, 3);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(94, 70);
     this.panel3.TabIndex = 1;
     //
     // cmdRemoveSendeTele
     //
     this.cmdRemoveSendeTele.Location = new System.Drawing.Point(8, 41);
     this.cmdRemoveSendeTele.Name = "cmdRemoveSendeTele";
     this.cmdRemoveSendeTele.Size = new System.Drawing.Size(76, 22);
     this.cmdRemoveSendeTele.TabIndex = 0;
     this.cmdRemoveSendeTele.Text = "Remove";
     this.cmdRemoveSendeTele.UseVisualStyleBackColor = true;
     this.cmdRemoveSendeTele.Click += new System.EventHandler(this.cmdRemoveSendeTele_Click);
     //
     // cmdAddSendeTele
     //
     this.cmdAddSendeTele.Location = new System.Drawing.Point(8, 13);
     this.cmdAddSendeTele.Name = "cmdAddSendeTele";
     this.cmdAddSendeTele.Size = new System.Drawing.Size(76, 22);
     this.cmdAddSendeTele.TabIndex = 0;
     this.cmdAddSendeTele.Text = "Add";
     this.cmdAddSendeTele.UseVisualStyleBackColor = true;
     this.cmdAddSendeTele.Click += new System.EventHandler(this.cmdAddSendeTele_Click);
     //
     // dtaSendTabelle
     //
     this.dtaSendTabelle.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendTabelle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendTabelle.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Bezeichnung,
     this.Laenge,
     this.Wert});
     this.dtaSendTabelle.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendTabelle.Location = new System.Drawing.Point(0, 0);
     this.dtaSendTabelle.Name = "dtaSendTabelle";
     this.dtaSendTabelle.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendTabelle.Size = new System.Drawing.Size(732, 225);
     this.dtaSendTabelle.TabIndex = 4;
     this.dtaSendTabelle.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendTabelle_CellEndEdit);
     this.dtaSendTabelle.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dtaSendTabelle_RowsAdded);
     //
     // Bezeichnung
     //
     this.Bezeichnung.HeaderText = "Bezeichnung";
     this.Bezeichnung.Name = "Bezeichnung";
     //
     // Laenge
     //
     this.Laenge.HeaderText = "Länge";
     this.Laenge.Name = "Laenge";
     //
     // Wert
     //
     this.Wert.HeaderText = "Wert";
     this.Wert.Name = "Wert";
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.dtaSendSendTable);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.dtaSendQuittTable);
     this.splitContainer4.Size = new System.Drawing.Size(732, 228);
     this.splitContainer4.SplitterDistance = 109;
     this.splitContainer4.TabIndex = 0;
     //
     // dtaSendSendTable
     //
     this.dtaSendSendTable.AllowUserToAddRows = false;
     this.dtaSendSendTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendSendTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendSendTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1});
     this.dtaSendSendTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendSendTable.Location = new System.Drawing.Point(0, 0);
     this.dtaSendSendTable.Name = "dtaSendSendTable";
     this.dtaSendSendTable.ReadOnly = true;
     this.dtaSendSendTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendSendTable.Size = new System.Drawing.Size(732, 109);
     this.dtaSendSendTable.TabIndex = 7;
     this.dtaSendSendTable.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendSendTable_CellContentClick);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Gesendete Telegramme";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     //
     // dtaSendQuittTable
     //
     this.dtaSendQuittTable.AllowUserToAddRows = false;
     this.dtaSendQuittTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendQuittTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendQuittTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSendQuittText});
     this.dtaSendQuittTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendQuittTable.Location = new System.Drawing.Point(0, 0);
     this.dtaSendQuittTable.Name = "dtaSendQuittTable";
     this.dtaSendQuittTable.ReadOnly = true;
     this.dtaSendQuittTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendQuittTable.Size = new System.Drawing.Size(732, 115);
     this.dtaSendQuittTable.TabIndex = 6;
     //
     // colSendQuittText
     //
     this.colSendQuittText.HeaderText = "Empfangene Quittungen";
     this.colSendQuittText.Name = "colSendQuittText";
     this.colSendQuittText.ReadOnly = true;
     //
     // faTabStripItemRecieve
     //
     this.faTabStripItemRecieve.Controls.Add(this.tableLayoutPanel2);
     this.faTabStripItemRecieve.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemRecieve.Name = "faTabStripItemRecieve";
     this.faTabStripItemRecieve.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemRecieve.TabIndex = 1;
     this.faTabStripItemRecieve.Text = "Empfangs FIFO";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel2.Controls.Add(this.kryptonButton2, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.splitContainer1, 0, 0);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(888, 543);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // kryptonButton2
     //
     this.kryptonButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonButton2.Location = new System.Drawing.Point(741, 3);
     this.kryptonButton2.Name = "kryptonButton2";
     this.kryptonButton2.Size = new System.Drawing.Size(144, 40);
     this.kryptonButton2.TabIndex = 4;
     this.kryptonButton2.Text = "CLR";
     this.kryptonButton2.UseVisualStyleBackColor = true;
     this.kryptonButton2.Click += new System.EventHandler(this.kryptonButton2_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.grdEmpfang);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dtaEmpfangstelegrammAufgeschluesselt);
     this.splitContainer1.Size = new System.Drawing.Size(732, 537);
     this.splitContainer1.SplitterDistance = 212;
     this.splitContainer1.TabIndex = 5;
     //
     // grdEmpfang
     //
     this.grdEmpfang.AllowUserToAddRows = false;
     this.grdEmpfang.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.grdEmpfang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdEmpfang.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colEmpf});
     this.grdEmpfang.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdEmpfang.Location = new System.Drawing.Point(0, 0);
     this.grdEmpfang.Name = "grdEmpfang";
     this.grdEmpfang.ReadOnly = true;
     this.grdEmpfang.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdEmpfang.Size = new System.Drawing.Size(732, 212);
     this.grdEmpfang.TabIndex = 4;
     this.grdEmpfang.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellClick);
     this.grdEmpfang.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellContentClick);
     //
     // colEmpf
     //
     this.colEmpf.HeaderText = "Empfangstelegramme";
     this.colEmpf.Name = "colEmpf";
     this.colEmpf.ReadOnly = true;
     //
     // dtaEmpfangstelegrammAufgeschluesselt
     //
     this.dtaEmpfangstelegrammAufgeschluesselt.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaEmpfangstelegrammAufgeschluesselt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaEmpfangstelegrammAufgeschluesselt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colEmpfBezeichnung,
     this.colEmpfLaenge,
     this.colEmpfWert});
     this.dtaEmpfangstelegrammAufgeschluesselt.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaEmpfangstelegrammAufgeschluesselt.Location = new System.Drawing.Point(0, 0);
     this.dtaEmpfangstelegrammAufgeschluesselt.Name = "dtaEmpfangstelegrammAufgeschluesselt";
     this.dtaEmpfangstelegrammAufgeschluesselt.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaEmpfangstelegrammAufgeschluesselt.Size = new System.Drawing.Size(732, 321);
     this.dtaEmpfangstelegrammAufgeschluesselt.TabIndex = 5;
     //
     // colEmpfBezeichnung
     //
     this.colEmpfBezeichnung.HeaderText = "Bezeichnung";
     this.colEmpfBezeichnung.Name = "colEmpfBezeichnung";
     //
     // colEmpfLaenge
     //
     this.colEmpfLaenge.HeaderText = "Länge";
     this.colEmpfLaenge.Name = "colEmpfLaenge";
     //
     // colEmpfWert
     //
     this.colEmpfWert.HeaderText = "Wert";
     this.colEmpfWert.Name = "colEmpfWert";
     //
     // faTabStripItemSettings
     //
     this.faTabStripItemSettings.Controls.Add(this.groupBox4);
     this.faTabStripItemSettings.Controls.Add(this.groupBox3);
     this.faTabStripItemSettings.Controls.Add(this.groupBox2);
     this.faTabStripItemSettings.Controls.Add(this.groupBox1);
     this.faTabStripItemSettings.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemSettings.Name = "faTabStripItemSettings";
     this.faTabStripItemSettings.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemSettings.TabIndex = 2;
     this.faTabStripItemSettings.Text = "Einstellungen";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label5);
     this.groupBox4.Controls.Add(this.cmdDelTele);
     this.groupBox4.Controls.Add(this.cmdEditQuittFields);
     this.groupBox4.Controls.Add(this.lstQuitt);
     this.groupBox4.Controls.Add(this.chkAutoQuitt);
     this.groupBox4.Location = new System.Drawing.Point(409, 18);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(176, 232);
     this.groupBox4.TabIndex = 8;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Quittungs Parameter";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 164);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(164, 54);
     this.label5.TabIndex = 16;
     this.label5.Text = "Wenn automatisch quittieren eingeschaltet ist werden im Telegramm die Positionen " +
     "durch den Text ersetzt";
     //
     // cmdDelTele
     //
     this.cmdDelTele.Location = new System.Drawing.Point(6, 139);
     this.cmdDelTele.Name = "cmdDelTele";
     this.cmdDelTele.Size = new System.Drawing.Size(58, 22);
     this.cmdDelTele.TabIndex = 12;
     this.cmdDelTele.Text = "Del";
     this.cmdDelTele.UseVisualStyleBackColor = true;
     this.cmdDelTele.Click += new System.EventHandler(this.cmdDelTele_Click);
     //
     // cmdEditQuittFields
     //
     this.cmdEditQuittFields.Location = new System.Drawing.Point(112, 139);
     this.cmdEditQuittFields.Name = "cmdEditQuittFields";
     this.cmdEditQuittFields.Size = new System.Drawing.Size(58, 22);
     this.cmdEditQuittFields.TabIndex = 12;
     this.cmdEditQuittFields.Text = "Add";
     this.cmdEditQuittFields.UseVisualStyleBackColor = true;
     this.cmdEditQuittFields.Click += new System.EventHandler(this.cmdEditQuittFields_Click);
     //
     // lstQuitt
     //
     this.lstQuitt.FormattingEnabled = true;
     this.lstQuitt.Location = new System.Drawing.Point(6, 38);
     this.lstQuitt.Name = "lstQuitt";
     this.lstQuitt.Size = new System.Drawing.Size(164, 95);
     this.lstQuitt.TabIndex = 12;
     //
     // chkAutoQuitt
     //
     this.chkAutoQuitt.AutoSize = true;
     this.chkAutoQuitt.Checked = true;
     this.chkAutoQuitt.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkAutoQuitt.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "AutomaticQuitt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkAutoQuitt.Location = new System.Drawing.Point(6, 20);
     this.chkAutoQuitt.Name = "chkAutoQuitt";
     this.chkAutoQuitt.Size = new System.Drawing.Size(134, 17);
     this.chkAutoQuitt.TabIndex = 15;
     this.chkAutoQuitt.Text = "Automatisch quittieren";
     this.chkAutoQuitt.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.numSequenceNumberLength);
     this.groupBox3.Controls.Add(this.numSequenceNumberPosition);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Location = new System.Drawing.Point(11, 103);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(176, 107);
     this.groupBox3.TabIndex = 8;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Telegramm Parameter";
     //
     // numSequenceNumberLength
     //
     this.numSequenceNumberLength.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberLength", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numSequenceNumberLength.Location = new System.Drawing.Point(12, 75);
     this.numSequenceNumberLength.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numSequenceNumberLength.Name = "numSequenceNumberLength";
     this.numSequenceNumberLength.Size = new System.Drawing.Size(141, 21);
     this.numSequenceNumberLength.TabIndex = 12;
     //
     // numSequenceNumberPosition
     //
     this.numSequenceNumberPosition.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberPosition", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numSequenceNumberPosition.Location = new System.Drawing.Point(12, 34);
     this.numSequenceNumberPosition.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numSequenceNumberPosition.Name = "numSequenceNumberPosition";
     this.numSequenceNumberPosition.Size = new System.Drawing.Size(141, 21);
     this.numSequenceNumberPosition.TabIndex = 12;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 59);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(98, 13);
     this.label4.TabIndex = 14;
     this.label4.Text = "Laufnummer Länge";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(9, 18);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(106, 13);
     this.label6.TabIndex = 14;
     this.label6.Text = "Laufnummer Position";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chkChanel2active);
     this.groupBox2.Controls.Add(this.numPort2);
     this.groupBox2.Controls.Add(this.numPort1);
     this.groupBox2.Controls.Add(this.lblKanal2Port);
     this.groupBox2.Controls.Add(this.chkChanel1active);
     this.groupBox2.Controls.Add(this.lblKanal2);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.optTwoChannel);
     this.groupBox2.Controls.Add(this.optOneChannel);
     this.groupBox2.Location = new System.Drawing.Point(216, 18);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(187, 232);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Verbindungs Parameter";
     //
     // chkChanel2active
     //
     this.chkChanel2active.AutoSize = true;
     this.chkChanel2active.Checked = true;
     this.chkChanel2active.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkChanel2active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "RecieveConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkChanel2active.Enabled = false;
     this.chkChanel2active.Location = new System.Drawing.Point(121, 171);
     this.chkChanel2active.Name = "chkChanel2active";
     this.chkChanel2active.Size = new System.Drawing.Size(49, 17);
     this.chkChanel2active.TabIndex = 15;
     this.chkChanel2active.Text = "aktiv";
     this.chkChanel2active.UseVisualStyleBackColor = true;
     //
     // numPort2
     //
     this.numPort2.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "RecievePort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numPort2.Enabled = false;
     this.numPort2.Location = new System.Drawing.Point(27, 188);
     this.numPort2.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numPort2.Name = "numPort2";
     this.numPort2.Size = new System.Drawing.Size(141, 21);
     this.numPort2.TabIndex = 12;
     //
     // numPort1
     //
     this.numPort1.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SendPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numPort1.Location = new System.Drawing.Point(27, 120);
     this.numPort1.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numPort1.Name = "numPort1";
     this.numPort1.Size = new System.Drawing.Size(141, 21);
     this.numPort1.TabIndex = 12;
     //
     // lblKanal2Port
     //
     this.lblKanal2Port.AutoSize = true;
     this.lblKanal2Port.Enabled = false;
     this.lblKanal2Port.Location = new System.Drawing.Point(24, 172);
     this.lblKanal2Port.Name = "lblKanal2Port";
     this.lblKanal2Port.Size = new System.Drawing.Size(27, 13);
     this.lblKanal2Port.TabIndex = 14;
     this.lblKanal2Port.Text = "Port";
     //
     // chkChanel1active
     //
     this.chkChanel1active.AutoSize = true;
     this.chkChanel1active.Checked = true;
     this.chkChanel1active.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkChanel1active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "SendConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkChanel1active.Location = new System.Drawing.Point(121, 103);
     this.chkChanel1active.Name = "chkChanel1active";
     this.chkChanel1active.Size = new System.Drawing.Size(49, 17);
     this.chkChanel1active.TabIndex = 15;
     this.chkChanel1active.Text = "aktiv";
     this.chkChanel1active.UseVisualStyleBackColor = true;
     //
     // lblKanal2
     //
     this.lblKanal2.AutoSize = true;
     this.lblKanal2.Enabled = false;
     this.lblKanal2.Location = new System.Drawing.Point(9, 150);
     this.lblKanal2.Name = "lblKanal2";
     this.lblKanal2.Size = new System.Drawing.Size(88, 13);
     this.lblKanal2.TabIndex = 14;
     this.lblKanal2.Text = "Kanal 2 (recieve)";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(24, 104);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(27, 13);
     this.label3.TabIndex = 14;
     this.label3.Text = "Port";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 82);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(121, 13);
     this.label2.TabIndex = 14;
     this.label2.Text = "Kanal 1 (send / recieve)";
     //
     // optTwoChannel
     //
     this.optTwoChannel.AutoSize = true;
     this.optTwoChannel.Checked = true;
     this.optTwoChannel.Location = new System.Drawing.Point(6, 43);
     this.optTwoChannel.Name = "optTwoChannel";
     this.optTwoChannel.Size = new System.Drawing.Size(60, 17);
     this.optTwoChannel.TabIndex = 14;
     this.optTwoChannel.TabStop = true;
     this.optTwoChannel.Text = "2 Kanal";
     this.optTwoChannel.UseVisualStyleBackColor = true;
     this.optTwoChannel.CheckedChanged += new System.EventHandler(this.optTwoChannel_CheckedChanged);
     //
     // optOneChannel
     //
     this.optOneChannel.AutoSize = true;
     this.optOneChannel.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "UseOnlyOneConnection", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.optOneChannel.Location = new System.Drawing.Point(6, 20);
     this.optOneChannel.Name = "optOneChannel";
     this.optOneChannel.Size = new System.Drawing.Size(60, 17);
     this.optOneChannel.TabIndex = 14;
     this.optOneChannel.Text = "1 Kanal";
     this.optOneChannel.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.ipAddressControl);
     this.groupBox1.Location = new System.Drawing.Point(11, 18);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(176, 79);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Verbindungs Parameter";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(87, 13);
     this.label1.TabIndex = 12;
     this.label1.Text = "IP - Adresse SPS";
     //
     // ipAddressControl
     //
     this.ipAddressControl.AllowInternalTab = false;
     this.ipAddressControl.AutoHeight = true;
     this.ipAddressControl.BackColor = System.Drawing.SystemColors.Window;
     this.ipAddressControl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ipAddressControl.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.ipAddressControl.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Kopplungstester.Properties.Settings.Default, "IPAddress", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.ipAddressControl.Location = new System.Drawing.Point(12, 52);
     this.ipAddressControl.MinimumSize = new System.Drawing.Size(87, 21);
     this.ipAddressControl.Name = "ipAddressControl";
     this.ipAddressControl.ReadOnly = false;
     this.ipAddressControl.Size = new System.Drawing.Size(141, 21);
     this.ipAddressControl.TabIndex = 13;
     this.ipAddressControl.Text = global::Kopplungstester.Properties.Settings.Default.IPAddress;
     //
     // cmdSelectStep7UDT
     //
     this.cmdSelectStep7UDT.Location = new System.Drawing.Point(281, 3);
     this.cmdSelectStep7UDT.Name = "cmdSelectStep7UDT";
     this.cmdSelectStep7UDT.Size = new System.Drawing.Size(136, 40);
     this.cmdSelectStep7UDT.TabIndex = 6;
     this.cmdSelectStep7UDT.Text = "Send/Recieve Struktur\r\naus Step7 UDT";
     this.cmdSelectStep7UDT.UseVisualStyleBackColor = true;
     this.cmdSelectStep7UDT.Click += new System.EventHandler(this.cmdSelectStep7UDT_Click);
     //
     // cmdConnect
     //
     this.cmdConnect.Location = new System.Drawing.Point(3, 3);
     this.cmdConnect.Name = "cmdConnect";
     this.cmdConnect.Size = new System.Drawing.Size(107, 40);
     this.cmdConnect.TabIndex = 11;
     this.cmdConnect.Text = "Connect";
     this.cmdConnect.UseVisualStyleBackColor = true;
     this.cmdConnect.Click += new System.EventHandler(this.cmdConnect_Click);
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 1;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Controls.Add(this.faTabStrip1, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.Size = new System.Drawing.Size(902, 625);
     this.tableLayoutPanel4.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cmdSettExport);
     this.panel1.Controls.Add(this.cmdSettImport);
     this.panel1.Controls.Add(this.cmdSettingsSave);
     this.panel1.Controls.Add(this.flowLayoutPanel1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(896, 44);
     this.panel1.TabIndex = 3;
     //
     // cmdSettExport
     //
     this.cmdSettExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettExport.Location = new System.Drawing.Point(636, 1);
     this.cmdSettExport.Name = "cmdSettExport";
     this.cmdSettExport.Size = new System.Drawing.Size(69, 40);
     this.cmdSettExport.TabIndex = 12;
     this.cmdSettExport.Text = "Settings export";
     this.cmdSettExport.UseVisualStyleBackColor = true;
     this.cmdSettExport.Click += new System.EventHandler(this.cmdSettExport_Click);
     //
     // cmdSettImport
     //
     this.cmdSettImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettImport.Location = new System.Drawing.Point(711, 1);
     this.cmdSettImport.Name = "cmdSettImport";
     this.cmdSettImport.Size = new System.Drawing.Size(69, 40);
     this.cmdSettImport.TabIndex = 12;
     this.cmdSettImport.Text = "Settings import";
     this.cmdSettImport.UseVisualStyleBackColor = true;
     this.cmdSettImport.Click += new System.EventHandler(this.cmdSettImport_Click);
     //
     // cmdSettingsSave
     //
     this.cmdSettingsSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettingsSave.Location = new System.Drawing.Point(786, 1);
     this.cmdSettingsSave.Name = "cmdSettingsSave";
     this.cmdSettingsSave.Size = new System.Drawing.Size(107, 40);
     this.cmdSettingsSave.TabIndex = 12;
     this.cmdSettingsSave.Text = "Änderungen Speichern";
     this.cmdSettingsSave.UseVisualStyleBackColor = true;
     this.cmdSettingsSave.Click += new System.EventHandler(this.cmdSettingsSave_Click);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.cmdConnect);
     this.flowLayoutPanel1.Controls.Add(this.picConnection1);
     this.flowLayoutPanel1.Controls.Add(this.picConnection2);
     this.flowLayoutPanel1.Controls.Add(this.cmdDisconnect);
     this.flowLayoutPanel1.Controls.Add(this.cmdSelectStep7UDT);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, -3);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(550, 44);
     this.flowLayoutPanel1.TabIndex = 3;
     //
     // picConnection1
     //
     this.picConnection1.BackColor = System.Drawing.Color.Red;
     this.picConnection1.Location = new System.Drawing.Point(116, 3);
     this.picConnection1.Name = "picConnection1";
     this.picConnection1.Size = new System.Drawing.Size(20, 41);
     this.picConnection1.TabIndex = 12;
     this.picConnection1.TabStop = false;
     this.toolTip.SetToolTip(this.picConnection1, "Sende Verbindung aufgebaut");
     //
     // picConnection2
     //
     this.picConnection2.BackColor = System.Drawing.Color.Red;
     this.picConnection2.Location = new System.Drawing.Point(142, 3);
     this.picConnection2.Name = "picConnection2";
     this.picConnection2.Size = new System.Drawing.Size(20, 41);
     this.picConnection2.TabIndex = 12;
     this.picConnection2.TabStop = false;
     this.toolTip.SetToolTip(this.picConnection2, "Recieve Verbindung aufgebaut");
     //
     // cmdDisconnect
     //
     this.cmdDisconnect.Location = new System.Drawing.Point(168, 3);
     this.cmdDisconnect.Name = "cmdDisconnect";
     this.cmdDisconnect.Size = new System.Drawing.Size(107, 40);
     this.cmdDisconnect.TabIndex = 11;
     this.cmdDisconnect.Text = "Disconnect";
     this.cmdDisconnect.UseVisualStyleBackColor = true;
     this.cmdDisconnect.Click += new System.EventHandler(this.cmdDisconnect_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(902, 625);
     this.Controls.Add(this.tableLayoutPanel4);
     this.Name = "MainForm";
     this.Text = "Kopplungstester";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.faTabStrip1.ResumeLayout(false);
     this.faTabStripItemInfo.ResumeLayout(false);
     this.faTabStripItemInfo.PerformLayout();
     this.faTabStripItemSend.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).EndInit();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).EndInit();
     this.faTabStripItemRecieve.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).EndInit();
     this.faTabStripItemSettings.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPort2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPort1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).EndInit();
     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()
 {
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.CancelBtn = new System.Windows.Forms.Button();
     this.SaveBtn = new System.Windows.Forms.Button();
     this.QuickSettingsBtn = new System.Windows.Forms.Button();
     this.RequestSettingsbtn = new System.Windows.Forms.Button();
     this.OptionTabControl = new System.Windows.Forms.TabControl();
     this.GameTab = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
     this.SkinList = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.Antialias = new System.Windows.Forms.NumericUpDown();
     this.EnableSleeveLoading = new System.Windows.Forms.CheckBox();
     this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
     this.AutoPlacing = new System.Windows.Forms.CheckBox();
     this.RandomPlacing = new System.Windows.Forms.CheckBox();
     this.Fullscreen = new System.Windows.Forms.CheckBox();
     this.Enabled3d = new System.Windows.Forms.CheckBox();
     this.EnableMusic = new System.Windows.Forms.CheckBox();
     this.AutoChain = new System.Windows.Forms.CheckBox();
     this.EnableSound = new System.Windows.Forms.CheckBox();
     this.NoDelay = new System.Windows.Forms.CheckBox();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.FontSize = new System.Windows.Forms.NumericUpDown();
     this.GameFont = new System.Windows.Forms.ComboBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
     this.Username = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.DefualtDeck = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.accountTab = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
     this.UpdatePassword = new System.Windows.Forms.Button();
     this.currentPassword = new System.Windows.Forms.TextBox();
     this.newPassword = new System.Windows.Forms.TextBox();
     this.confirmPassword = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.OptionTabControl.SuspendLayout();
     this.GameTab.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.tableLayoutPanel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Antialias)).BeginInit();
     this.tableLayoutPanel7.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FontSize)).BeginInit();
     this.groupBox4.SuspendLayout();
     this.tableLayoutPanel9.SuspendLayout();
     this.accountTab.SuspendLayout();
     this.tableLayoutPanel10.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.tableLayoutPanel11.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.flowLayoutPanel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.OptionTabControl, 0, 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 = 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, 35F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(608, 362);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.CancelBtn);
     this.flowLayoutPanel1.Controls.Add(this.SaveBtn);
     this.flowLayoutPanel1.Controls.Add(this.QuickSettingsBtn);
     this.flowLayoutPanel1.Controls.Add(this.RequestSettingsbtn);
     this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 330);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(602, 29);
     this.flowLayoutPanel1.TabIndex = 7;
     //
     // CancelBtn
     //
     this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelBtn.Location = new System.Drawing.Point(524, 3);
     this.CancelBtn.Name = "CancelBtn";
     this.CancelBtn.Size = new System.Drawing.Size(75, 23);
     this.CancelBtn.TabIndex = 1;
     this.CancelBtn.Text = "Cancel";
     this.CancelBtn.UseVisualStyleBackColor = true;
     //
     // SaveBtn
     //
     this.SaveBtn.Location = new System.Drawing.Point(443, 3);
     this.SaveBtn.Name = "SaveBtn";
     this.SaveBtn.Size = new System.Drawing.Size(75, 23);
     this.SaveBtn.TabIndex = 0;
     this.SaveBtn.Text = "Save";
     this.SaveBtn.UseVisualStyleBackColor = true;
     this.SaveBtn.Click += new System.EventHandler(this.SaveBtn_Click);
     //
     // QuickSettingsBtn
     //
     this.QuickSettingsBtn.Location = new System.Drawing.Point(327, 3);
     this.QuickSettingsBtn.Name = "QuickSettingsBtn";
     this.QuickSettingsBtn.Size = new System.Drawing.Size(110, 23);
     this.QuickSettingsBtn.TabIndex = 5;
     this.QuickSettingsBtn.Text = "Quick Host Settings";
     this.QuickSettingsBtn.UseVisualStyleBackColor = true;
     this.QuickSettingsBtn.Click += new System.EventHandler(this.QuickSettingsBtn_Click);
     //
     // RequestSettingsbtn
     //
     this.RequestSettingsbtn.Location = new System.Drawing.Point(206, 3);
     this.RequestSettingsbtn.Name = "RequestSettingsbtn";
     this.RequestSettingsbtn.Size = new System.Drawing.Size(115, 23);
     this.RequestSettingsbtn.TabIndex = 2;
     this.RequestSettingsbtn.Text = "Request Settings";
     this.RequestSettingsbtn.UseVisualStyleBackColor = true;
     this.RequestSettingsbtn.Click += new System.EventHandler(this.RequestSettingsbtn_Click);
     //
     // OptionTabControl
     //
     this.OptionTabControl.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.OptionTabControl.Controls.Add(this.GameTab);
     this.OptionTabControl.Controls.Add(this.accountTab);
     this.OptionTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.OptionTabControl.Location = new System.Drawing.Point(3, 3);
     this.OptionTabControl.Name = "OptionTabControl";
     this.OptionTabControl.SelectedIndex = 0;
     this.OptionTabControl.Size = new System.Drawing.Size(602, 321);
     this.OptionTabControl.TabIndex = 8;
     //
     // GameTab
     //
     this.GameTab.Controls.Add(this.tableLayoutPanel2);
     this.GameTab.Location = new System.Drawing.Point(4, 25);
     this.GameTab.Name = "GameTab";
     this.GameTab.Padding = new System.Windows.Forms.Padding(3);
     this.GameTab.Size = new System.Drawing.Size(594, 292);
     this.GameTab.TabIndex = 0;
     this.GameTab.Text = "Game Settings";
     this.GameTab.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 125F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(588, 286);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tableLayoutPanel4);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(3, 153);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(582, 130);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Game Settings";
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel8, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel7, 0, 0);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Size = new System.Drawing.Size(576, 111);
     this.tableLayoutPanel4.TabIndex = 0;
     //
     // tableLayoutPanel8
     //
     this.tableLayoutPanel8.ColumnCount = 2;
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel8.Controls.Add(this.SkinList, 1, 2);
     this.tableLayoutPanel8.Controls.Add(this.label4, 0, 2);
     this.tableLayoutPanel8.Controls.Add(this.label6, 0, 1);
     this.tableLayoutPanel8.Controls.Add(this.Antialias, 1, 1);
     this.tableLayoutPanel8.Controls.Add(this.EnableSleeveLoading, 0, 0);
     this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel8.Location = new System.Drawing.Point(291, 3);
     this.tableLayoutPanel8.Name = "tableLayoutPanel8";
     this.tableLayoutPanel8.RowCount = 3;
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel8.Size = new System.Drawing.Size(282, 105);
     this.tableLayoutPanel8.TabIndex = 2;
     //
     // SkinList
     //
     this.SkinList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.SkinList.FormattingEnabled = true;
     this.SkinList.Items.AddRange(new object[] {
     "Default"});
     this.SkinList.Location = new System.Drawing.Point(144, 67);
     this.SkinList.Name = "SkinList";
     this.SkinList.Size = new System.Drawing.Size(135, 21);
     this.SkinList.TabIndex = 6;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label4.Location = new System.Drawing.Point(3, 50);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(135, 55);
     this.label4.TabIndex = 7;
     this.label4.Text = "Skin";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label6
     //
     this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(47, 31);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(46, 13);
     this.label6.TabIndex = 4;
     this.label6.Text = "Antialias";
     //
     // Antialias
     //
     this.Antialias.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Antialias.Location = new System.Drawing.Point(144, 28);
     this.Antialias.Maximum = new decimal(new int[] {
     32,
     0,
     0,
     0});
     this.Antialias.Name = "Antialias";
     this.Antialias.ReadOnly = true;
     this.Antialias.Size = new System.Drawing.Size(135, 20);
     this.Antialias.TabIndex = 5;
     this.Antialias.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // EnableSleeveLoading
     //
     this.EnableSleeveLoading.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.EnableSleeveLoading.AutoSize = true;
     this.EnableSleeveLoading.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.EnableSleeveLoading.Location = new System.Drawing.Point(18, 4);
     this.EnableSleeveLoading.Name = "EnableSleeveLoading";
     this.EnableSleeveLoading.Size = new System.Drawing.Size(120, 17);
     this.EnableSleeveLoading.TabIndex = 8;
     this.EnableSleeveLoading.Text = "Enable User Covers";
     this.EnableSleeveLoading.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel7
     //
     this.tableLayoutPanel7.ColumnCount = 2;
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.Controls.Add(this.AutoPlacing, 0, 0);
     this.tableLayoutPanel7.Controls.Add(this.RandomPlacing, 1, 0);
     this.tableLayoutPanel7.Controls.Add(this.Fullscreen, 1, 3);
     this.tableLayoutPanel7.Controls.Add(this.Enabled3d, 0, 3);
     this.tableLayoutPanel7.Controls.Add(this.EnableMusic, 1, 2);
     this.tableLayoutPanel7.Controls.Add(this.AutoChain, 0, 1);
     this.tableLayoutPanel7.Controls.Add(this.EnableSound, 0, 2);
     this.tableLayoutPanel7.Controls.Add(this.NoDelay, 1, 1);
     this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel7.Name = "tableLayoutPanel7";
     this.tableLayoutPanel7.RowCount = 4;
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel7.Size = new System.Drawing.Size(282, 105);
     this.tableLayoutPanel7.TabIndex = 1;
     //
     // AutoPlacing
     //
     this.AutoPlacing.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.AutoPlacing.AutoSize = true;
     this.AutoPlacing.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.AutoPlacing.Location = new System.Drawing.Point(27, 4);
     this.AutoPlacing.Name = "AutoPlacing";
     this.AutoPlacing.Size = new System.Drawing.Size(111, 17);
     this.AutoPlacing.TabIndex = 3;
     this.AutoPlacing.Text = "Auto Card Placing";
     this.AutoPlacing.UseVisualStyleBackColor = true;
     //
     // RandomPlacing
     //
     this.RandomPlacing.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.RandomPlacing.AutoSize = true;
     this.RandomPlacing.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.RandomPlacing.Location = new System.Drawing.Point(150, 4);
     this.RandomPlacing.Name = "RandomPlacing";
     this.RandomPlacing.Size = new System.Drawing.Size(129, 17);
     this.RandomPlacing.TabIndex = 4;
     this.RandomPlacing.Text = "Random Card Placing";
     this.RandomPlacing.UseVisualStyleBackColor = true;
     //
     // Fullscreen
     //
     this.Fullscreen.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.Fullscreen.AutoSize = true;
     this.Fullscreen.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.Fullscreen.Location = new System.Drawing.Point(187, 81);
     this.Fullscreen.Name = "Fullscreen";
     this.Fullscreen.Size = new System.Drawing.Size(92, 17);
     this.Fullscreen.TabIndex = 3;
     this.Fullscreen.Text = "Fullscreen      ";
     this.Fullscreen.UseVisualStyleBackColor = true;
     //
     // Enabled3d
     //
     this.Enabled3d.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.Enabled3d.AutoSize = true;
     this.Enabled3d.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.Enabled3d.Location = new System.Drawing.Point(43, 81);
     this.Enabled3d.Name = "Enabled3d";
     this.Enabled3d.Size = new System.Drawing.Size(95, 17);
     this.Enabled3d.TabIndex = 2;
     this.Enabled3d.Text = "Enable Directx";
     this.Enabled3d.UseVisualStyleBackColor = true;
     //
     // EnableMusic
     //
     this.EnableMusic.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.EnableMusic.AutoSize = true;
     this.EnableMusic.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.EnableMusic.Location = new System.Drawing.Point(189, 54);
     this.EnableMusic.Name = "EnableMusic";
     this.EnableMusic.Size = new System.Drawing.Size(90, 17);
     this.EnableMusic.TabIndex = 1;
     this.EnableMusic.Text = "Enable Music";
     this.EnableMusic.UseVisualStyleBackColor = true;
     //
     // AutoChain
     //
     this.AutoChain.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.AutoChain.AutoSize = true;
     this.AutoChain.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.AutoChain.Location = new System.Drawing.Point(31, 29);
     this.AutoChain.Name = "AutoChain";
     this.AutoChain.Size = new System.Drawing.Size(107, 17);
     this.AutoChain.TabIndex = 5;
     this.AutoChain.Text = "Auto Chain Order";
     this.AutoChain.UseVisualStyleBackColor = true;
     //
     // EnableSound
     //
     this.EnableSound.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.EnableSound.AutoSize = true;
     this.EnableSound.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.EnableSound.Location = new System.Drawing.Point(45, 54);
     this.EnableSound.Name = "EnableSound";
     this.EnableSound.Size = new System.Drawing.Size(93, 17);
     this.EnableSound.TabIndex = 0;
     this.EnableSound.Text = "Enable Sound";
     this.EnableSound.UseVisualStyleBackColor = true;
     //
     // NoDelay
     //
     this.NoDelay.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.NoDelay.AutoSize = true;
     this.NoDelay.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.NoDelay.Location = new System.Drawing.Point(164, 29);
     this.NoDelay.Name = "NoDelay";
     this.NoDelay.Size = new System.Drawing.Size(115, 17);
     this.NoDelay.TabIndex = 6;
     this.NoDelay.Text = "No Delay for Chain";
     this.NoDelay.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.groupBox1, 0, 0);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 144F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(582, 144);
     this.tableLayoutPanel3.TabIndex = 4;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.tableLayoutPanel5);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(576, 138);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "User Settings";
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 2;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.Controls.Add(this.groupBox3, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.groupBox4, 1, 0);
     this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(570, 119);
     this.tableLayoutPanel5.TabIndex = 0;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.tableLayoutPanel6);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(3, 3);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(279, 113);
     this.groupBox3.TabIndex = 7;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Font Settings";
     //
     // tableLayoutPanel6
     //
     this.tableLayoutPanel6.ColumnCount = 2;
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel6.Controls.Add(this.label3, 0, 1);
     this.tableLayoutPanel6.Controls.Add(this.label2, 0, 0);
     this.tableLayoutPanel6.Controls.Add(this.FontSize, 1, 0);
     this.tableLayoutPanel6.Controls.Add(this.GameFont, 1, 1);
     this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel6.Name = "tableLayoutPanel6";
     this.tableLayoutPanel6.RowCount = 3;
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 21F));
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel6.Size = new System.Drawing.Size(273, 94);
     this.tableLayoutPanel6.TabIndex = 2;
     //
     // label3
     //
     this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(38, 33);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(59, 13);
     this.label3.TabIndex = 6;
     this.label3.Text = "Game Font";
     //
     // label2
     //
     this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(42, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(51, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "Font Size";
     //
     // FontSize
     //
     this.FontSize.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FontSize.Location = new System.Drawing.Point(139, 3);
     this.FontSize.Maximum = new decimal(new int[] {
     32,
     0,
     0,
     0});
     this.FontSize.Name = "FontSize";
     this.FontSize.ReadOnly = true;
     this.FontSize.Size = new System.Drawing.Size(131, 20);
     this.FontSize.TabIndex = 5;
     this.FontSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // GameFont
     //
     this.GameFont.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GameFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.GameFont.FormattingEnabled = true;
     this.GameFont.Items.AddRange(new object[] {
     "simhei.ttf"});
     this.GameFont.Location = new System.Drawing.Point(139, 32);
     this.GameFont.Name = "GameFont";
     this.GameFont.Size = new System.Drawing.Size(131, 21);
     this.GameFont.TabIndex = 7;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.tableLayoutPanel9);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox4.Location = new System.Drawing.Point(288, 3);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(279, 113);
     this.groupBox4.TabIndex = 8;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Launcher Settings";
     //
     // tableLayoutPanel9
     //
     this.tableLayoutPanel9.ColumnCount = 2;
     this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel9.Controls.Add(this.Username, 1, 0);
     this.tableLayoutPanel9.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel9.Controls.Add(this.DefualtDeck, 1, 1);
     this.tableLayoutPanel9.Controls.Add(this.label5, 0, 1);
     this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel9.Name = "tableLayoutPanel9";
     this.tableLayoutPanel9.RowCount = 3;
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel9.Size = new System.Drawing.Size(273, 94);
     this.tableLayoutPanel9.TabIndex = 2;
     //
     // Username
     //
     this.Username.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.Username.Location = new System.Drawing.Point(139, 3);
     this.Username.Name = "Username";
     this.Username.Size = new System.Drawing.Size(131, 20);
     this.Username.TabIndex = 0;
     //
     // label1
     //
     this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(22, 6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(92, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Default Username";
     //
     // DefualtDeck
     //
     this.DefualtDeck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.DefualtDeck.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.DefualtDeck.FormattingEnabled = true;
     this.DefualtDeck.Location = new System.Drawing.Point(139, 29);
     this.DefualtDeck.Name = "DefualtDeck";
     this.DefualtDeck.Size = new System.Drawing.Size(131, 21);
     this.DefualtDeck.TabIndex = 3;
     //
     // label5
     //
     this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(33, 33);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(70, 13);
     this.label5.TabIndex = 4;
     this.label5.Text = "Default Deck";
     //
     // accountTab
     //
     this.accountTab.Controls.Add(this.tableLayoutPanel10);
     this.accountTab.Location = new System.Drawing.Point(4, 25);
     this.accountTab.Name = "accountTab";
     this.accountTab.Padding = new System.Windows.Forms.Padding(3);
     this.accountTab.Size = new System.Drawing.Size(594, 292);
     this.accountTab.TabIndex = 1;
     this.accountTab.Text = "Account Settings";
     this.accountTab.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel10
     //
     this.tableLayoutPanel10.ColumnCount = 2;
     this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel10.Controls.Add(this.groupBox5, 0, 0);
     this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel10.Name = "tableLayoutPanel10";
     this.tableLayoutPanel10.RowCount = 1;
     this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel10.Size = new System.Drawing.Size(588, 286);
     this.tableLayoutPanel10.TabIndex = 0;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.tableLayoutPanel11);
     this.groupBox5.Location = new System.Drawing.Point(3, 3);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(288, 129);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Update Password";
     //
     // tableLayoutPanel11
     //
     this.tableLayoutPanel11.ColumnCount = 2;
     this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.87943F));
     this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 63.12057F));
     this.tableLayoutPanel11.Controls.Add(this.label7, 0, 0);
     this.tableLayoutPanel11.Controls.Add(this.label8, 0, 1);
     this.tableLayoutPanel11.Controls.Add(this.label9, 0, 2);
     this.tableLayoutPanel11.Controls.Add(this.flowLayoutPanel2, 1, 3);
     this.tableLayoutPanel11.Controls.Add(this.currentPassword, 1, 0);
     this.tableLayoutPanel11.Controls.Add(this.newPassword, 1, 1);
     this.tableLayoutPanel11.Controls.Add(this.confirmPassword, 1, 2);
     this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel11.Name = "tableLayoutPanel11";
     this.tableLayoutPanel11.RowCount = 5;
     this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
     this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel11.Size = new System.Drawing.Size(282, 110);
     this.tableLayoutPanel11.TabIndex = 0;
     //
     // label7
     //
     this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label7.Location = new System.Drawing.Point(3, 0);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(97, 25);
     this.label7.TabIndex = 0;
     this.label7.Text = "Current Password";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label8.Location = new System.Drawing.Point(3, 25);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(97, 25);
     this.label8.TabIndex = 1;
     this.label8.Text = "New Password";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label9
     //
     this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label9.Location = new System.Drawing.Point(3, 50);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(97, 25);
     this.label9.TabIndex = 2;
     this.label9.Text = "Confirm Password";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Controls.Add(this.UpdatePassword);
     this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel2.Location = new System.Drawing.Point(106, 78);
     this.flowLayoutPanel2.Name = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size = new System.Drawing.Size(173, 32);
     this.flowLayoutPanel2.TabIndex = 3;
     //
     // UpdatePassword
     //
     this.UpdatePassword.Location = new System.Drawing.Point(78, 3);
     this.UpdatePassword.Name = "UpdatePassword";
     this.UpdatePassword.Size = new System.Drawing.Size(92, 23);
     this.UpdatePassword.TabIndex = 0;
     this.UpdatePassword.Text = "Update";
     this.UpdatePassword.UseVisualStyleBackColor = true;
     this.UpdatePassword.Click += new System.EventHandler(this.UpdatePassword_Click);
     //
     // currentPassword
     //
     this.currentPassword.Dock = System.Windows.Forms.DockStyle.Fill;
     this.currentPassword.Location = new System.Drawing.Point(106, 3);
     this.currentPassword.MaxLength = 15;
     this.currentPassword.Name = "currentPassword";
     this.currentPassword.Size = new System.Drawing.Size(173, 20);
     this.currentPassword.TabIndex = 4;
     this.currentPassword.UseSystemPasswordChar = true;
     //
     // newPassword
     //
     this.newPassword.Dock = System.Windows.Forms.DockStyle.Fill;
     this.newPassword.Location = new System.Drawing.Point(106, 28);
     this.newPassword.MaxLength = 15;
     this.newPassword.Name = "newPassword";
     this.newPassword.Size = new System.Drawing.Size(173, 20);
     this.newPassword.TabIndex = 5;
     this.newPassword.UseSystemPasswordChar = true;
     //
     // confirmPassword
     //
     this.confirmPassword.Dock = System.Windows.Forms.DockStyle.Fill;
     this.confirmPassword.Location = new System.Drawing.Point(106, 53);
     this.confirmPassword.MaxLength = 15;
     this.confirmPassword.Name = "confirmPassword";
     this.confirmPassword.Size = new System.Drawing.Size(173, 20);
     this.confirmPassword.TabIndex = 6;
     this.confirmPassword.UseSystemPasswordChar = true;
     //
     // Settings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize = new System.Drawing.Size(608, 362);
     this.ControlBox = false;
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "Settings";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Options";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.OptionTabControl.ResumeLayout(false);
     this.GameTab.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel8.ResumeLayout(false);
     this.tableLayoutPanel8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Antialias)).EndInit();
     this.tableLayoutPanel7.ResumeLayout(false);
     this.tableLayoutPanel7.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FontSize)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.tableLayoutPanel9.ResumeLayout(false);
     this.tableLayoutPanel9.PerformLayout();
     this.accountTab.ResumeLayout(false);
     this.tableLayoutPanel10.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.tableLayoutPanel11.ResumeLayout(false);
     this.tableLayoutPanel11.PerformLayout();
     this.flowLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel layout;
     System.Windows.Forms.Label            decayTimeLabel;
     System.Windows.Forms.Label            critIncreaseLabel;
     System.Windows.Forms.Label            directhitIncreaseLabel;
     this.fullDecayTimeSetting = new System.Windows.Forms.NumericUpDown();
     this.critIncreaseSetting  = new System.Windows.Forms.TrackBar();
     this.dhIncreaseSetting    = new System.Windows.Forms.TrackBar();
     layout                 = new System.Windows.Forms.TableLayoutPanel();
     decayTimeLabel         = new System.Windows.Forms.Label();
     critIncreaseLabel      = new System.Windows.Forms.Label();
     directhitIncreaseLabel = new System.Windows.Forms.Label();
     layout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fullDecayTimeSetting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.critIncreaseSetting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dhIncreaseSetting)).BeginInit();
     this.SuspendLayout();
     //
     // layout
     //
     layout.ColumnCount = 2;
     layout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     layout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     layout.Controls.Add(decayTimeLabel, 0, 0);
     layout.Controls.Add(critIncreaseLabel, 0, 1);
     layout.Controls.Add(directhitIncreaseLabel, 0, 2);
     layout.Controls.Add(this.fullDecayTimeSetting, 1, 0);
     layout.Controls.Add(this.critIncreaseSetting, 1, 1);
     layout.Controls.Add(this.dhIncreaseSetting, 1, 2);
     layout.Dock     = System.Windows.Forms.DockStyle.Fill;
     layout.Location = new System.Drawing.Point(0, 0);
     layout.Name     = "layout";
     layout.RowCount = 3;
     layout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     layout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     layout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     layout.Size     = new System.Drawing.Size(300, 150);
     layout.TabIndex = 0;
     //
     // decayTimeLabel
     //
     decayTimeLabel.AutoSize = true;
     decayTimeLabel.Location = new System.Drawing.Point(3, 0);
     decayTimeLabel.Name     = "decayTimeLabel";
     decayTimeLabel.Size     = new System.Drawing.Size(109, 13);
     decayTimeLabel.TabIndex = 0;
     decayTimeLabel.Text     = "Full Decay Time (sec)";
     //
     // critIncreaseLabel
     //
     critIncreaseLabel.AutoSize = true;
     critIncreaseLabel.Location = new System.Drawing.Point(3, 26);
     critIncreaseLabel.Name     = "critIncreaseLabel";
     critIncreaseLabel.Size     = new System.Drawing.Size(142, 13);
     critIncreaseLabel.TabIndex = 1;
     critIncreaseLabel.Text     = "Critical Hit Vibration Increase";
     //
     // directhitIncreaseLabel
     //
     directhitIncreaseLabel.AutoSize = true;
     directhitIncreaseLabel.Location = new System.Drawing.Point(3, 77);
     directhitIncreaseLabel.Name     = "directhitIncreaseLabel";
     directhitIncreaseLabel.Size     = new System.Drawing.Size(139, 13);
     directhitIncreaseLabel.TabIndex = 2;
     directhitIncreaseLabel.Text     = "Direct Hit Vibration Increase";
     //
     // fullDecayTimeSetting
     //
     this.fullDecayTimeSetting.DecimalPlaces = 1;
     this.fullDecayTimeSetting.Dock          = System.Windows.Forms.DockStyle.Left;
     this.fullDecayTimeSetting.Location      = new System.Drawing.Point(151, 3);
     this.fullDecayTimeSetting.Minimum       = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.fullDecayTimeSetting.Name     = "fullDecayTimeSetting";
     this.fullDecayTimeSetting.Size     = new System.Drawing.Size(80, 20);
     this.fullDecayTimeSetting.TabIndex = 1;
     this.fullDecayTimeSetting.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // critIncreaseSetting
     //
     this.critIncreaseSetting.Dock          = System.Windows.Forms.DockStyle.Top;
     this.critIncreaseSetting.Location      = new System.Drawing.Point(151, 29);
     this.critIncreaseSetting.Maximum       = 100;
     this.critIncreaseSetting.Name          = "critIncreaseSetting";
     this.critIncreaseSetting.Size          = new System.Drawing.Size(146, 45);
     this.critIncreaseSetting.TabIndex      = 2;
     this.critIncreaseSetting.TickFrequency = 5;
     this.critIncreaseSetting.TickStyle     = System.Windows.Forms.TickStyle.TopLeft;
     //
     // dhIncreaseSetting
     //
     this.dhIncreaseSetting.Dock          = System.Windows.Forms.DockStyle.Top;
     this.dhIncreaseSetting.Location      = new System.Drawing.Point(151, 80);
     this.dhIncreaseSetting.Maximum       = 100;
     this.dhIncreaseSetting.Name          = "dhIncreaseSetting";
     this.dhIncreaseSetting.Size          = new System.Drawing.Size(146, 45);
     this.dhIncreaseSetting.TabIndex      = 3;
     this.dhIncreaseSetting.TickFrequency = 5;
     this.dhIncreaseSetting.TickStyle     = System.Windows.Forms.TickStyle.TopLeft;
     //
     // CritDirectHitManipulatorSettings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.Controls.Add(layout);
     this.Name = "CritDirectHitManipulatorSettings";
     this.Size = new System.Drawing.Size(300, 150);
     layout.ResumeLayout(false);
     layout.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fullDecayTimeSetting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.critIncreaseSetting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dhIncreaseSetting)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     this.tableLayout = new System.Windows.Forms.TableLayoutPanel();
     this._messageLabel = new System.Windows.Forms.Label();
     this.pictureRecycleBin = new System.Windows.Forms.PictureBox();
     this.cancelBtn = new System.Windows.Forms.Button();
     this.deleteBtn = new System.Windows.Forms.Button();
     this._L10NSharpExtender = new L10NSharp.UI.L10NSharpExtender(this.components);
     this.tableLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureRecycleBin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayout
     //
     this.tableLayout.AutoSize = true;
     this.tableLayout.BackColor = System.Drawing.Color.Transparent;
     this.tableLayout.ColumnCount = 3;
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayout.Controls.Add(this._messageLabel, 1, 0);
     this.tableLayout.Controls.Add(this.pictureRecycleBin, 0, 0);
     this.tableLayout.Dock = System.Windows.Forms.DockStyle.Top;
     this.tableLayout.Location = new System.Drawing.Point(20, 20);
     this.tableLayout.Name = "tableLayout";
     this.tableLayout.RowCount = 2;
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayout.Size = new System.Drawing.Size(359, 35);
     this.tableLayout.TabIndex = 1;
     this.tableLayout.SizeChanged += new System.EventHandler(this.HandleTableLayoutSizeChanged);
     //
     // _messageLabel
     //
     this._messageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this._messageLabel.AutoSize = true;
     this.tableLayout.SetColumnSpan(this._messageLabel, 2);
     this._messageLabel.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._L10NSharpExtender.SetLocalizableToolTip(this._messageLabel, null);
     this._L10NSharpExtender.SetLocalizationComment(this._messageLabel, null);
     this._L10NSharpExtender.SetLocalizingId(this._messageLabel, "EditTab.ConfirmRemovePageDialog._messageLabel");
     this._messageLabel.Location = new System.Drawing.Point(44, 4);
     this._messageLabel.Margin = new System.Windows.Forms.Padding(0, 4, 0, 10);
     this._messageLabel.Name = "_messageLabel";
     this._messageLabel.Size = new System.Drawing.Size(315, 19);
     this._messageLabel.TabIndex = 2;
     this._messageLabel.Text = "This page will be permanently removed.";
     //
     // pictureRecycleBin
     //
     this.pictureRecycleBin.Image = global::Bloom.Properties.Resources.DeleteMessageBoxImage;
     this._L10NSharpExtender.SetLocalizableToolTip(this.pictureRecycleBin, null);
     this._L10NSharpExtender.SetLocalizationComment(this.pictureRecycleBin, null);
     this._L10NSharpExtender.SetLocalizingId(this.pictureRecycleBin, "ConfirmRemovePageDialog.pictureRecycleBin");
     this.pictureRecycleBin.Location = new System.Drawing.Point(0, 0);
     this.pictureRecycleBin.Margin = new System.Windows.Forms.Padding(0, 0, 20, 10);
     this.pictureRecycleBin.Name = "pictureRecycleBin";
     this.pictureRecycleBin.Size = new System.Drawing.Size(24, 25);
     this.pictureRecycleBin.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureRecycleBin.TabIndex = 1;
     this.pictureRecycleBin.TabStop = false;
     //
     // cancelBtn
     //
     this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelBtn.AutoSize = true;
     this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._L10NSharpExtender.SetLocalizableToolTip(this.cancelBtn, null);
     this._L10NSharpExtender.SetLocalizationComment(this.cancelBtn, null);
     this._L10NSharpExtender.SetLocalizingId(this.cancelBtn, "Common.CancelButton");
     this.cancelBtn.Location = new System.Drawing.Point(304, 72);
     this.cancelBtn.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
     this.cancelBtn.Name = "cancelBtn";
     this.cancelBtn.Size = new System.Drawing.Size(75, 26);
     this.cancelBtn.TabIndex = 1;
     this.cancelBtn.Text = "&Cancel";
     this.cancelBtn.UseVisualStyleBackColor = true;
     this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
     //
     // deleteBtn
     //
     this.deleteBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteBtn.AutoSize = true;
     this._L10NSharpExtender.SetLocalizableToolTip(this.deleteBtn, null);
     this._L10NSharpExtender.SetLocalizationComment(this.deleteBtn, null);
     this._L10NSharpExtender.SetLocalizingId(this.deleteBtn, "EditTab.ConfirmRemovePageDialog.DeleteButton");
     this.deleteBtn.Location = new System.Drawing.Point(221, 72);
     this.deleteBtn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.deleteBtn.Name = "deleteBtn";
     this.deleteBtn.Size = new System.Drawing.Size(75, 26);
     this.deleteBtn.TabIndex = 0;
     this.deleteBtn.Text = "&Remove";
     this.deleteBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.deleteBtn.UseVisualStyleBackColor = true;
     this.deleteBtn.Click += new System.EventHandler(this.deleteBtn_Click);
     //
     // _L10NSharpExtender
     //
     this._L10NSharpExtender.LocalizationManagerId = "Bloom";
     this._L10NSharpExtender.PrefixForNewItems = null;
     //
     // ConfirmRemovePageDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Window;
     this.CancelButton = this.cancelBtn;
     this.ClientSize = new System.Drawing.Size(394, 113);
     this.ControlBox = false;
     this.Controls.Add(this.tableLayout);
     this.Controls.Add(this.deleteBtn);
     this.Controls.Add(this.cancelBtn);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this._L10NSharpExtender.SetLocalizableToolTip(this, null);
     this._L10NSharpExtender.SetLocalizationComment(this, null);
     this._L10NSharpExtender.SetLocalizingId(this, "EditTab.ConfirmRemovePageDialog.ConformRemovePageWindowTitle");
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(400, 39);
     this.Name = "ConfirmRemovePageDialog";
     this.Padding = new System.Windows.Forms.Padding(20, 20, 15, 15);
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Really Remove Page?";
     this.tableLayout.ResumeLayout(false);
     this.tableLayout.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureRecycleBin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Chart.ChartSeries                  chartSeries1                  = new Syncfusion.Windows.Forms.Chart.ChartSeries();
     Syncfusion.Windows.Forms.Chart.ChartBorder                  chartBorder1                  = new Syncfusion.Windows.Forms.Chart.ChartBorder();
     Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo         chartCustomShapeInfo1         = new Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo();
     Syncfusion.Windows.Forms.Chart.ChartLineInfo                chartLineInfo1                = new Syncfusion.Windows.Forms.Chart.ChartLineInfo();
     Syncfusion.Windows.Forms.Chart.ChartSeries                  chartSeries2                  = new Syncfusion.Windows.Forms.Chart.ChartSeries();
     Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo         chartCustomShapeInfo2         = new Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo();
     Syncfusion.Windows.Forms.Chart.ChartSeries                  chartSeries3                  = new Syncfusion.Windows.Forms.Chart.ChartSeries();
     Syncfusion.Windows.Forms.Chart.ChartBorder                  chartBorder2                  = new Syncfusion.Windows.Forms.Chart.ChartBorder();
     Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo         chartCustomShapeInfo3         = new Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo();
     Syncfusion.Windows.Forms.Chart.ChartLineInfo                chartLineInfo2                = new Syncfusion.Windows.Forms.Chart.ChartLineInfo();
     Syncfusion.Windows.Forms.Chart.ChartSeries                  chartSeries4                  = new Syncfusion.Windows.Forms.Chart.ChartSeries();
     Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo         chartCustomShapeInfo4         = new Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo();
     Syncfusion.Windows.Forms.Chart.ChartToolBarSaveItem         chartToolBarSaveItem1         = new Syncfusion.Windows.Forms.Chart.ChartToolBarSaveItem();
     Syncfusion.Windows.Forms.Chart.ChartToolBarCopyItem         chartToolBarCopyItem1         = new Syncfusion.Windows.Forms.Chart.ChartToolBarCopyItem();
     Syncfusion.Windows.Forms.Chart.ChartToolBarPrintItem        chartToolBarPrintItem1        = new Syncfusion.Windows.Forms.Chart.ChartToolBarPrintItem();
     Syncfusion.Windows.Forms.Chart.ChartToolBarPrintPreviewItem chartToolBarPrintPreviewItem1 = new Syncfusion.Windows.Forms.Chart.ChartToolBarPrintPreviewItem();
     Syncfusion.Windows.Forms.Chart.ChartToolBarSplitter         chartToolBarSplitter1         = new Syncfusion.Windows.Forms.Chart.ChartToolBarSplitter();
     Syncfusion.Windows.Forms.Chart.ChartToolBarPaletteItem      chartToolBarPaletteItem1      = new Syncfusion.Windows.Forms.Chart.ChartToolBarPaletteItem();
     Syncfusion.Windows.Forms.Chart.ChartToolBarStyleItem        chartToolBarStyleItem1        = new Syncfusion.Windows.Forms.Chart.ChartToolBarStyleItem();
     Syncfusion.Windows.Forms.Chart.ChartToolBarTypeItem         chartToolBarTypeItem1         = new Syncfusion.Windows.Forms.Chart.ChartToolBarTypeItem();
     Syncfusion.Windows.Forms.Chart.ChartToolBarSeries3DItem     chartToolBarSeries3DItem1     = new Syncfusion.Windows.Forms.Chart.ChartToolBarSeries3DItem();
     Syncfusion.Windows.Forms.Chart.ChartToolBarShowLegendItem   chartToolBarShowLegendItem1   = new Syncfusion.Windows.Forms.Chart.ChartToolBarShowLegendItem();
     this.accountsChart          = new Syncfusion.Windows.Forms.Chart.ChartControl();
     this.n                      = new System.Windows.Forms.TableLayoutPanel();
     this.accountChartPanel      = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.label1                 = new System.Windows.Forms.Label();
     this.contributionChartPanel = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.countryRadioButton     = new System.Windows.Forms.RadioButton();
     this.sectorRadioButton      = new System.Windows.Forms.RadioButton();
     this.contributionChart      = new Syncfusion.Windows.Forms.Chart.ChartControl();
     this.n.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.accountChartPanel)).BeginInit();
     this.accountChartPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.contributionChartPanel)).BeginInit();
     this.contributionChartPanel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // accountsChart
     //
     this.accountsChart.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.accountsChart.BackInterior             = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.White, System.Drawing.Color.White);
     this.accountsChart.ChartArea.BackInterior   = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.Transparent, System.Drawing.Color.Transparent);
     this.accountsChart.ChartArea.CursorLocation = new System.Drawing.Point(0, 0);
     this.accountsChart.ChartArea.CursorReDraw   = false;
     this.accountsChart.ChartInterior            = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.Transparent, System.Drawing.Color.Transparent);
     this.accountsChart.CustomPalette            = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(162)))), ((int)(((byte)(206)))), ((int)(((byte)(54))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(65)))), ((int)(((byte)(104))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(119)))), ((int)(((byte)(247))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(187)))), ((int)(((byte)(20))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(127)))), ((int)(((byte)(49))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(0)))), ((int)(((byte)(115)))))
     };
     this.accountsChart.DataSourceName  = "";
     this.accountsChart.ElementsSpacing = 4;
     this.accountsChart.Font            = new System.Drawing.Font("Segoe UI", 8.25F);
     this.accountsChart.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.accountsChart.IsWindowLess    = false;
     //
     //
     //
     this.accountsChart.Legend.Location        = new System.Drawing.Point(289, 75);
     this.accountsChart.Legend.Visible         = false;
     this.accountsChart.Localize               = null;
     this.accountsChart.Location               = new System.Drawing.Point(3, 37);
     this.accountsChart.Name                   = "accountsChart";
     this.accountsChart.PrimaryXAxis.Crossing  = double.NaN;
     this.accountsChart.PrimaryXAxis.DrawGrid  = false;
     this.accountsChart.PrimaryXAxis.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.accountsChart.PrimaryXAxis.ForeColor = System.Drawing.SystemColors.ControlText;
     this.accountsChart.PrimaryXAxis.GridLineType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.accountsChart.PrimaryXAxis.LineType.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.accountsChart.PrimaryXAxis.Margin                 = true;
     this.accountsChart.PrimaryXAxis.TickColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.accountsChart.PrimaryXAxis.TitleColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.accountsChart.PrimaryXAxis.ValueType              = Syncfusion.Windows.Forms.Chart.ChartValueType.Custom;
     this.accountsChart.PrimaryYAxis.Crossing               = double.NaN;
     this.accountsChart.PrimaryYAxis.Font                   = new System.Drawing.Font("Segoe UI", 8.25F);
     this.accountsChart.PrimaryYAxis.ForceZero              = true;
     this.accountsChart.PrimaryYAxis.ForeColor              = System.Drawing.SystemColors.ControlText;
     this.accountsChart.PrimaryYAxis.GridLineType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.accountsChart.PrimaryYAxis.LineType.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.accountsChart.PrimaryYAxis.Margin                 = true;
     this.accountsChart.PrimaryYAxis.TickColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.accountsChart.PrimaryYAxis.TitleColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartSeries1.FancyToolTip.ResizeInsideSymbol           = true;
     chartSeries1.Name = "Default0";
     chartSeries1.Points.Add(1D, ((double)(55D)));
     chartSeries1.Points.Add(2D, ((double)(70D)));
     chartSeries1.Points.Add(3D, ((double)(80D)));
     chartSeries1.Points.Add(4D, ((double)(65D)));
     chartSeries1.Points.Add(5D, ((double)(75D)));
     chartSeries1.Resolution          = 0D;
     chartSeries1.StackingGroup       = "Default Group";
     chartSeries1.Style.AltTagFormat  = "";
     chartSeries1.Style.DrawTextShape = false;
     chartSeries1.Style.Symbol.Border = chartLineInfo1;
     chartSeries1.Style.Font.Facename = "Microsoft Sans Serif";
     chartLineInfo1.Alignment         = System.Drawing.Drawing2D.PenAlignment.Center;
     chartLineInfo1.Color             = System.Drawing.SystemColors.ControlText;
     chartLineInfo1.DashPattern       = null;
     chartLineInfo1.DashStyle         = System.Drawing.Drawing2D.DashStyle.Solid;
     chartLineInfo1.Width             = 1F;
     chartCustomShapeInfo1.Border     = chartLineInfo1;
     chartCustomShapeInfo1.Color      = System.Drawing.SystemColors.HighlightText;
     chartCustomShapeInfo1.Type       = Syncfusion.Windows.Forms.Chart.ChartCustomShape.Square;
     chartSeries1.Style.TextShape     = chartCustomShapeInfo1;
     chartSeries1.Text = "Default0";
     chartSeries2.FancyToolTip.ResizeInsideSymbol = true;
     chartSeries2.Name = "Default1";
     chartSeries2.Points.Add(1D, ((double)(70D)));
     chartSeries2.Points.Add(2D, ((double)(35D)));
     chartSeries2.Points.Add(3D, ((double)(65D)));
     chartSeries2.Points.Add(4D, ((double)(25D)));
     chartSeries2.Points.Add(5D, ((double)(50D)));
     chartSeries2.Resolution          = 0D;
     chartSeries2.StackingGroup       = "Default Group";
     chartSeries2.Style.AltTagFormat  = "";
     chartSeries2.Style.DrawTextShape = false;
     chartSeries2.Style.Symbol.Border = chartLineInfo1;
     chartSeries2.Style.Font.Facename = "Microsoft Sans Serif";
     chartCustomShapeInfo2.Border     = chartLineInfo1;
     chartCustomShapeInfo2.Color      = System.Drawing.SystemColors.HighlightText;
     chartCustomShapeInfo2.Type       = Syncfusion.Windows.Forms.Chart.ChartCustomShape.Square;
     chartSeries2.Style.TextShape     = chartCustomShapeInfo2;
     chartSeries2.Text = "Default1";
     this.accountsChart.Series.Add(chartSeries1);
     this.accountsChart.Series.Add(chartSeries2);
     this.accountsChart.Size     = new System.Drawing.Size(443, 412);
     this.accountsChart.TabIndex = 0;
     this.accountsChart.Text     = "Portfolio Accounts";
     //
     //
     //
     this.accountsChart.Title.Font      = new System.Drawing.Font("Segoe UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.accountsChart.Title.ForeColor = System.Drawing.SystemColors.ControlText;
     this.accountsChart.Title.Name      = "Default";
     this.accountsChart.Titles.Add(this.accountsChart.Title);
     //
     // n
     //
     this.n.BackColor   = System.Drawing.Color.White;
     this.n.ColumnCount = 2;
     this.n.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.83992F));
     this.n.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.16008F));
     this.n.Controls.Add(this.accountChartPanel, 0, 0);
     this.n.Controls.Add(this.contributionChartPanel, 1, 0);
     this.n.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.n.Font     = new System.Drawing.Font("Segoe UI", 8.25F);
     this.n.Location = new System.Drawing.Point(0, 0);
     this.n.Name     = "n";
     this.n.RowCount = 1;
     this.n.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.92776F));
     this.n.Size     = new System.Drawing.Size(937, 467);
     this.n.TabIndex = 1;
     //
     // accountChartPanel
     //
     this.accountChartPanel.BackColor       = System.Drawing.Color.White;
     this.accountChartPanel.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.White, System.Drawing.Color.White);
     this.accountChartPanel.BorderColor     = System.Drawing.Color.Transparent;
     this.accountChartPanel.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.accountChartPanel.Controls.Add(this.label1);
     this.accountChartPanel.Controls.Add(this.accountsChart);
     this.accountChartPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.accountChartPanel.Font     = new System.Drawing.Font("Segoe UI", 8.25F);
     this.accountChartPanel.Location = new System.Drawing.Point(3, 3);
     this.accountChartPanel.Name     = "accountChartPanel";
     this.accountChartPanel.Size     = new System.Drawing.Size(461, 461);
     this.accountChartPanel.TabIndex = 2;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(3, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(425, 18);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Click the Portfolio accounts to DrillDown by Contributions";
     //
     // contributionChartPanel
     //
     this.contributionChartPanel.BackColor       = System.Drawing.Color.White;
     this.contributionChartPanel.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.White, System.Drawing.Color.White);
     this.contributionChartPanel.BorderColor     = System.Drawing.Color.Transparent;
     this.contributionChartPanel.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.contributionChartPanel.Controls.Add(this.panel1);
     this.contributionChartPanel.Controls.Add(this.contributionChart);
     this.contributionChartPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.contributionChartPanel.Font     = new System.Drawing.Font("Segoe UI", 8.25F);
     this.contributionChartPanel.Location = new System.Drawing.Point(470, 3);
     this.contributionChartPanel.Name     = "contributionChartPanel";
     this.contributionChartPanel.Size     = new System.Drawing.Size(464, 461);
     this.contributionChartPanel.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Location = new System.Drawing.Point(23, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(198, 56);
     this.panel1.TabIndex = 4;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.countryRadioButton);
     this.groupBox1.Controls.Add(this.sectorRadioButton);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Font     = new System.Drawing.Font("Segoe UI", 10F);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(198, 56);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "GroupBy Options";
     //
     // countryRadioButton
     //
     this.countryRadioButton.AutoSize  = true;
     this.countryRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.countryRadioButton.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.countryRadioButton.ForeColor = System.Drawing.SystemColors.ControlText;
     this.countryRadioButton.Location  = new System.Drawing.Point(98, 26);
     this.countryRadioButton.Name      = "countryRadioButton";
     this.countryRadioButton.Size      = new System.Drawing.Size(77, 23);
     this.countryRadioButton.TabIndex  = 2;
     this.countryRadioButton.TabStop   = true;
     this.countryRadioButton.Text      = "Country";
     this.countryRadioButton.UseVisualStyleBackColor = false;
     this.countryRadioButton.CheckedChanged         += new System.EventHandler(this.radioButton3_CheckedChanged);
     //
     // sectorRadioButton
     //
     this.sectorRadioButton.AutoSize  = true;
     this.sectorRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.sectorRadioButton.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.sectorRadioButton.ForeColor = System.Drawing.SystemColors.ControlText;
     this.sectorRadioButton.Location  = new System.Drawing.Point(6, 26);
     this.sectorRadioButton.Name      = "sectorRadioButton";
     this.sectorRadioButton.Size      = new System.Drawing.Size(65, 23);
     this.sectorRadioButton.TabIndex  = 0;
     this.sectorRadioButton.TabStop   = true;
     this.sectorRadioButton.Text      = "Sector";
     this.sectorRadioButton.UseVisualStyleBackColor = false;
     this.sectorRadioButton.CheckedChanged         += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // contributionChart
     //
     this.contributionChart.AllowGradientPalette = true;
     this.contributionChart.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.contributionChart.BackInterior             = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.White, System.Drawing.Color.White);
     this.contributionChart.ChartArea.BackInterior   = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.Transparent, System.Drawing.Color.Transparent);
     this.contributionChart.ChartArea.CursorLocation = new System.Drawing.Point(0, 0);
     this.contributionChart.ChartArea.CursorReDraw   = false;
     this.contributionChart.ChartAreaMargins         = new Syncfusion.Windows.Forms.Chart.ChartMargins(0, 0, 0, 0);
     this.contributionChart.ChartInterior            = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.Transparent, System.Drawing.Color.Transparent);
     this.contributionChart.DataSourceName           = "";
     this.contributionChart.ElementsSpacing          = 0;
     this.contributionChart.Font         = new System.Drawing.Font("Segoe UI", 8.25F);
     this.contributionChart.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.contributionChart.IsWindowLess = false;
     //
     //
     //
     this.contributionChart.Legend.Location        = new System.Drawing.Point(486, 75);
     this.contributionChart.Legend.Visible         = false;
     this.contributionChart.Localize               = null;
     this.contributionChart.Location               = new System.Drawing.Point(3, 65);
     this.contributionChart.Name                   = "contributionChart";
     this.contributionChart.Palette                = Syncfusion.Windows.Forms.Chart.ChartColorPalette.Metro;
     this.contributionChart.PrimaryXAxis.Crossing  = double.NaN;
     this.contributionChart.PrimaryXAxis.Font      = new System.Drawing.Font("Cambria", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.contributionChart.PrimaryXAxis.ForeColor = System.Drawing.SystemColors.ControlText;
     this.contributionChart.PrimaryXAxis.Margin    = true;
     this.contributionChart.PrimaryYAxis.Crossing  = double.NaN;
     this.contributionChart.PrimaryYAxis.Font      = new System.Drawing.Font("Cambria", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.contributionChart.PrimaryYAxis.ForceZero = true;
     this.contributionChart.PrimaryYAxis.ForeColor = System.Drawing.SystemColors.ControlText;
     this.contributionChart.PrimaryYAxis.Margin    = true;
     chartSeries3.FancyToolTip.ResizeInsideSymbol  = true;
     chartSeries3.Name = "Default0";
     chartSeries3.Points.Add(1D, ((double)(55D)));
     chartSeries3.Points.Add(2D, ((double)(70D)));
     chartSeries3.Points.Add(3D, ((double)(80D)));
     chartSeries3.Points.Add(4D, ((double)(65D)));
     chartSeries3.Points.Add(5D, ((double)(75D)));
     chartSeries3.Resolution          = 0D;
     chartSeries3.StackingGroup       = "Default Group";
     chartSeries3.Style.AltTagFormat  = "";
     chartSeries3.Style.DrawTextShape = false;
     chartSeries3.Style.Symbol.Border = chartLineInfo2;
     chartSeries3.Style.Font.Facename = "Microsoft Sans Serif";
     chartLineInfo2.Alignment         = System.Drawing.Drawing2D.PenAlignment.Center;
     chartLineInfo2.Color             = System.Drawing.SystemColors.ControlText;
     chartLineInfo2.DashPattern       = null;
     chartLineInfo2.DashStyle         = System.Drawing.Drawing2D.DashStyle.Solid;
     chartLineInfo2.Width             = 1F;
     chartCustomShapeInfo3.Border     = chartLineInfo2;
     chartCustomShapeInfo3.Color      = System.Drawing.SystemColors.HighlightText;
     chartCustomShapeInfo3.Type       = Syncfusion.Windows.Forms.Chart.ChartCustomShape.Square;
     chartSeries3.Style.TextShape     = chartCustomShapeInfo3;
     chartSeries3.Text = "Default0";
     chartSeries4.FancyToolTip.ResizeInsideSymbol = true;
     chartSeries4.Name = "Default1";
     chartSeries4.Points.Add(1D, ((double)(70D)));
     chartSeries4.Points.Add(2D, ((double)(35D)));
     chartSeries4.Points.Add(3D, ((double)(65D)));
     chartSeries4.Points.Add(4D, ((double)(25D)));
     chartSeries4.Points.Add(5D, ((double)(50D)));
     chartSeries4.Resolution          = 0D;
     chartSeries4.StackingGroup       = "Default Group";
     chartSeries4.Style.AltTagFormat  = "";
     chartSeries4.Style.DrawTextShape = false;
     chartSeries4.Style.Symbol.Border = chartLineInfo2;
     chartSeries4.Style.Font.Facename = "Microsoft Sans Serif";
     chartCustomShapeInfo4.Border     = chartLineInfo2;
     chartCustomShapeInfo4.Color      = System.Drawing.SystemColors.HighlightText;
     chartCustomShapeInfo4.Type       = Syncfusion.Windows.Forms.Chart.ChartCustomShape.Square;
     chartSeries4.Style.TextShape     = chartCustomShapeInfo4;
     chartSeries4.Text = "Default1";
     this.contributionChart.Series.Add(chartSeries3);
     this.contributionChart.Series.Add(chartSeries4);
     this.contributionChart.Size     = new System.Drawing.Size(458, 384);
     this.contributionChart.TabIndex = 0;
     this.contributionChart.Text     = "Contributions";
     //
     //
     //
     this.contributionChart.Title.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.contributionChart.Title.ForeColor = System.Drawing.SystemColors.ControlText;
     this.contributionChart.Title.Name      = "Default";
     this.contributionChart.Titles.Add(this.contributionChart.Title);
     this.contributionChart.ToolBar.EnableDefaultItems = false;
     this.contributionChart.ToolBar.Items.Add(chartToolBarSaveItem1);
     this.contributionChart.ToolBar.Items.Add(chartToolBarCopyItem1);
     this.contributionChart.ToolBar.Items.Add(chartToolBarPrintItem1);
     this.contributionChart.ToolBar.Items.Add(chartToolBarPrintPreviewItem1);
     this.contributionChart.ToolBar.Items.Add(chartToolBarSplitter1);
     this.contributionChart.ToolBar.Items.Add(chartToolBarPaletteItem1);
     this.contributionChart.ToolBar.Items.Add(chartToolBarStyleItem1);
     this.contributionChart.ToolBar.Items.Add(chartToolBarTypeItem1);
     this.contributionChart.ToolBar.Items.Add(chartToolBarSeries3DItem1);
     this.contributionChart.ToolBar.Items.Add(chartToolBarShowLegendItem1);
     //
     // Contribution
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.n);
     this.Name = "Contribution";
     this.Size = new System.Drawing.Size(937, 467);
     this.n.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.accountChartPanel)).EndInit();
     this.accountChartPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.contributionChartPanel)).EndInit();
     this.contributionChartPanel.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.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()
 {
     this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.clientPanel = new DevExpress.XtraEditors.PanelControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.pcAddBoard = new DevExpress.XtraEditors.PanelControl();
     this.lblAddBoard = new DevExpress.XtraEditors.LabelControl();
     this.imgAddBoard = new System.Windows.Forms.PictureBox();
     this.pcBoardList = new DevExpress.XtraEditors.PanelControl();
     this.lblBoardList = new DevExpress.XtraEditors.LabelControl();
     this.imgBoardList = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pcWebBrowser = new DevExpress.XtraEditors.PanelControl();
     this.wbNews = new System.Windows.Forms.WebBrowser();
     this.pcRequestSupport = new DevExpress.XtraEditors.PanelControl();
     this.lblRequestSupport = new DevExpress.XtraEditors.LabelControl();
     this.imgRequestSupport = new System.Windows.Forms.PictureBox();
     this.pcCheckForUpdates = new DevExpress.XtraEditors.PanelControl();
     this.lblCheckForUpdates = new DevExpress.XtraEditors.LabelControl();
     this.imgCheckForUpdates = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clientPanel)).BeginInit();
     this.clientPanel.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pcAddBoard)).BeginInit();
     this.pcAddBoard.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgAddBoard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pcBoardList)).BeginInit();
     this.pcBoardList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgBoardList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pcWebBrowser)).BeginInit();
     this.pcWebBrowser.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pcRequestSupport)).BeginInit();
     this.pcRequestSupport.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgRequestSupport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pcCheckForUpdates)).BeginInit();
     this.pcCheckForUpdates.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgCheckForUpdates)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ApplicationButtonText = null;
     this.ribbon.Location = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId = 1;
     this.ribbon.Name = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPage1});
     this.ribbon.SelectedPage = this.ribbonPage1;
     this.ribbon.Size = new System.Drawing.Size(860, 143);
     this.ribbon.StatusBar = this.ribbonStatusBar;
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup1});
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "ribbonPage1";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "ribbonPageGroup1";
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 530);
     this.ribbonStatusBar.Name = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon = this.ribbon;
     this.ribbonStatusBar.Size = new System.Drawing.Size(860, 25);
     //
     // clientPanel
     //
     this.clientPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.clientPanel.Controls.Add(this.tableLayoutPanel1);
     this.clientPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.clientPanel.Location = new System.Drawing.Point(0, 143);
     this.clientPanel.Name = "clientPanel";
     this.clientPanel.Size = new System.Drawing.Size(860, 387);
     this.clientPanel.TabIndex = 2;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.pcAddBoard, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.pcBoardList, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.pictureBox3, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.pcWebBrowser, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.pcRequestSupport, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.pcCheckForUpdates, 0, 4);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(860, 387);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // pcAddBoard
     //
     this.pcAddBoard.Controls.Add(this.lblAddBoard);
     this.pcAddBoard.Controls.Add(this.imgAddBoard);
     this.pcAddBoard.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pcAddBoard.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pcAddBoard.Location = new System.Drawing.Point(3, 103);
     this.pcAddBoard.Name = "pcAddBoard";
     this.pcAddBoard.Size = new System.Drawing.Size(244, 29);
     this.pcAddBoard.TabIndex = 0;
     //
     // lblAddBoard
     //
     this.lblAddBoard.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblAddBoard.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblAddBoard.Location = new System.Drawing.Point(27, 2);
     this.lblAddBoard.Name = "lblAddBoard";
     this.lblAddBoard.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
     this.lblAddBoard.Size = new System.Drawing.Size(215, 25);
     this.lblAddBoard.TabIndex = 1;
     this.lblAddBoard.Text = "Add New Board";
     //
     // imgAddBoard
     //
     this.imgAddBoard.Dock = System.Windows.Forms.DockStyle.Left;
     this.imgAddBoard.Image = global::SSTCP.Properties.Resources.NewCard;
     this.imgAddBoard.Location = new System.Drawing.Point(2, 2);
     this.imgAddBoard.Name = "imgAddBoard";
     this.imgAddBoard.Size = new System.Drawing.Size(25, 25);
     this.imgAddBoard.TabIndex = 0;
     this.imgAddBoard.TabStop = false;
     //
     // pcBoardList
     //
     this.pcBoardList.Controls.Add(this.lblBoardList);
     this.pcBoardList.Controls.Add(this.imgBoardList);
     this.pcBoardList.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pcBoardList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pcBoardList.Location = new System.Drawing.Point(3, 138);
     this.pcBoardList.Name = "pcBoardList";
     this.pcBoardList.Size = new System.Drawing.Size(244, 29);
     this.pcBoardList.TabIndex = 1;
     this.pcBoardList.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pcBoardList_MouseClick);
     //
     // lblBoardList
     //
     this.lblBoardList.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblBoardList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblBoardList.Location = new System.Drawing.Point(27, 2);
     this.lblBoardList.Name = "lblBoardList";
     this.lblBoardList.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
     this.lblBoardList.Size = new System.Drawing.Size(215, 25);
     this.lblBoardList.TabIndex = 2;
     this.lblBoardList.Text = "Board List";
     this.lblBoardList.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lblBoardList_MouseClick);
     //
     // imgBoardList
     //
     this.imgBoardList.Dock = System.Windows.Forms.DockStyle.Left;
     this.imgBoardList.Image = global::SSTCP.Properties.Resources.EditBoards;
     this.imgBoardList.Location = new System.Drawing.Point(2, 2);
     this.imgBoardList.Name = "imgBoardList";
     this.imgBoardList.Size = new System.Drawing.Size(25, 25);
     this.imgBoardList.TabIndex = 1;
     this.imgBoardList.TabStop = false;
     this.imgBoardList.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imgBoardList_MouseClick);
     //
     // pictureBox3
     //
     this.tableLayoutPanel1.SetColumnSpan(this.pictureBox3, 2);
     this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox3.Location = new System.Drawing.Point(3, 3);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(854, 94);
     this.pictureBox3.TabIndex = 2;
     this.pictureBox3.TabStop = false;
     //
     // pcWebBrowser
     //
     this.pcWebBrowser.Controls.Add(this.wbNews);
     this.pcWebBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pcWebBrowser.Location = new System.Drawing.Point(253, 103);
     this.pcWebBrowser.Name = "pcWebBrowser";
     this.tableLayoutPanel1.SetRowSpan(this.pcWebBrowser, 5);
     this.pcWebBrowser.Size = new System.Drawing.Size(604, 281);
     this.pcWebBrowser.TabIndex = 3;
     //
     // wbNews
     //
     this.wbNews.Dock = System.Windows.Forms.DockStyle.Fill;
     this.wbNews.Location = new System.Drawing.Point(2, 2);
     this.wbNews.MinimumSize = new System.Drawing.Size(20, 20);
     this.wbNews.Name = "wbNews";
     this.wbNews.Size = new System.Drawing.Size(600, 277);
     this.wbNews.TabIndex = 0;
     //
     // pcRequestSupport
     //
     this.pcRequestSupport.Controls.Add(this.lblRequestSupport);
     this.pcRequestSupport.Controls.Add(this.imgRequestSupport);
     this.pcRequestSupport.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pcRequestSupport.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pcRequestSupport.Location = new System.Drawing.Point(3, 173);
     this.pcRequestSupport.Name = "pcRequestSupport";
     this.pcRequestSupport.Size = new System.Drawing.Size(244, 29);
     this.pcRequestSupport.TabIndex = 4;
     this.pcRequestSupport.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pcRequestSupport_MouseClick);
     //
     // lblRequestSupport
     //
     this.lblRequestSupport.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblRequestSupport.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblRequestSupport.Location = new System.Drawing.Point(27, 2);
     this.lblRequestSupport.Name = "lblRequestSupport";
     this.lblRequestSupport.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
     this.lblRequestSupport.Size = new System.Drawing.Size(215, 25);
     this.lblRequestSupport.TabIndex = 3;
     this.lblRequestSupport.Text = "Request Support";
     this.lblRequestSupport.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lblRequestSupport_MouseClick);
     //
     // imgRequestSupport
     //
     this.imgRequestSupport.Dock = System.Windows.Forms.DockStyle.Left;
     this.imgRequestSupport.Image = global::SSTCP.Properties.Resources.Contact;
     this.imgRequestSupport.Location = new System.Drawing.Point(2, 2);
     this.imgRequestSupport.Name = "imgRequestSupport";
     this.imgRequestSupport.Size = new System.Drawing.Size(25, 25);
     this.imgRequestSupport.TabIndex = 2;
     this.imgRequestSupport.TabStop = false;
     this.imgRequestSupport.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imgRequestSupport_MouseClick);
     //
     // pcCheckForUpdates
     //
     this.pcCheckForUpdates.Controls.Add(this.lblCheckForUpdates);
     this.pcCheckForUpdates.Controls.Add(this.imgCheckForUpdates);
     this.pcCheckForUpdates.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pcCheckForUpdates.Location = new System.Drawing.Point(3, 208);
     this.pcCheckForUpdates.Name = "pcCheckForUpdates";
     this.pcCheckForUpdates.Size = new System.Drawing.Size(244, 29);
     this.pcCheckForUpdates.TabIndex = 5;
     //
     // lblCheckForUpdates
     //
     this.lblCheckForUpdates.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblCheckForUpdates.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblCheckForUpdates.Location = new System.Drawing.Point(27, 2);
     this.lblCheckForUpdates.Name = "lblCheckForUpdates";
     this.lblCheckForUpdates.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
     this.lblCheckForUpdates.Size = new System.Drawing.Size(215, 25);
     this.lblCheckForUpdates.TabIndex = 4;
     this.lblCheckForUpdates.Text = "Check for Updates";
     //
     // imgCheckForUpdates
     //
     this.imgCheckForUpdates.Dock = System.Windows.Forms.DockStyle.Left;
     this.imgCheckForUpdates.Image = global::SSTCP.Properties.Resources.Refresh;
     this.imgCheckForUpdates.Location = new System.Drawing.Point(2, 2);
     this.imgCheckForUpdates.Name = "imgCheckForUpdates";
     this.imgCheckForUpdates.Size = new System.Drawing.Size(25, 25);
     this.imgCheckForUpdates.TabIndex = 3;
     this.imgCheckForUpdates.TabStop = false;
     //
     // frmStartPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(860, 555);
     this.Controls.Add(this.clientPanel);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbon);
     this.Name = "frmStartPage";
     this.Ribbon = this.ribbon;
     this.StatusBar = this.ribbonStatusBar;
     this.Text = "frmStartPage";
     this.Load += new System.EventHandler(this.frmStartPage_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clientPanel)).EndInit();
     this.clientPanel.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pcAddBoard)).EndInit();
     this.pcAddBoard.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.imgAddBoard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pcBoardList)).EndInit();
     this.pcBoardList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.imgBoardList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pcWebBrowser)).EndInit();
     this.pcWebBrowser.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pcRequestSupport)).EndInit();
     this.pcRequestSupport.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.imgRequestSupport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pcCheckForUpdates)).EndInit();
     this.pcCheckForUpdates.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.imgCheckForUpdates)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #54
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel login_container;
     MetroFramework.Controls.MetroLabel    login_label;
     System.Windows.Forms.TableLayoutPanel textfield_container;
     System.Windows.Forms.TableLayoutPanel register_container;
     MetroFramework.Controls.MetroLabel    register_label;
     this.login_button    = new MetroFramework.Controls.MetroButton();
     this.username        = new MetroFramework.Controls.MetroTextBox();
     this.password        = new MetroFramework.Controls.MetroTextBox();
     this.register_button = new MetroFramework.Controls.MetroButton();
     login_container      = new System.Windows.Forms.TableLayoutPanel();
     login_label          = new MetroFramework.Controls.MetroLabel();
     textfield_container  = new System.Windows.Forms.TableLayoutPanel();
     register_container   = new System.Windows.Forms.TableLayoutPanel();
     register_label       = new MetroFramework.Controls.MetroLabel();
     login_container.SuspendLayout();
     textfield_container.SuspendLayout();
     register_container.SuspendLayout();
     this.SuspendLayout();
     //
     // login_container
     //
     login_container.ColumnCount = 1;
     login_container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     login_container.Controls.Add(this.login_button, 0, 2);
     login_container.Controls.Add(login_label, 0, 0);
     login_container.Controls.Add(textfield_container, 0, 1);
     login_container.Controls.Add(register_container, 0, 3);
     login_container.Location = new System.Drawing.Point(0, 31);
     login_container.Name     = "login_container";
     login_container.RowCount = 4;
     login_container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     login_container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
     login_container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
     login_container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     login_container.Size     = new System.Drawing.Size(240, 309);
     login_container.TabIndex = 5;
     //
     // login_button
     //
     this.login_button.Anchor             = System.Windows.Forms.AnchorStyles.None;
     this.login_button.Location           = new System.Drawing.Point(82, 187);
     this.login_button.Name               = "login_button";
     this.login_button.Size               = new System.Drawing.Size(75, 23);
     this.login_button.TabIndex           = 2;
     this.login_button.Text               = "Login";
     this.login_button.UseCustomBackColor = true;
     this.login_button.UseCustomForeColor = true;
     this.login_button.UseSelectable      = true;
     this.login_button.Click             += new System.EventHandler(this.login_button_Click);
     //
     // login_label
     //
     login_label.Anchor             = System.Windows.Forms.AnchorStyles.None;
     login_label.AutoSize           = true;
     login_label.Location           = new System.Drawing.Point(38, 21);
     login_label.Name               = "login_label";
     login_label.Size               = new System.Drawing.Size(163, 19);
     login_label.TabIndex           = 5;
     login_label.Text               = "Already have an acccount?";
     login_label.UseCustomBackColor = true;
     login_label.UseCustomForeColor = true;
     //
     // textfield_container
     //
     textfield_container.ColumnCount = 1;
     textfield_container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     textfield_container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     textfield_container.Controls.Add(this.username, 0, 0);
     textfield_container.Controls.Add(this.password, 0, 1);
     textfield_container.Location = new System.Drawing.Point(3, 64);
     textfield_container.Name     = "textfield_container";
     textfield_container.RowCount = 2;
     textfield_container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     textfield_container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     textfield_container.Size     = new System.Drawing.Size(234, 86);
     textfield_container.TabIndex = 1;
     //
     // username
     //
     this.username.Anchor = System.Windows.Forms.AnchorStyles.None;
     //
     //
     //
     this.username.CustomButton.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.username.CustomButton.Image         = null;
     this.username.CustomButton.Location      = new System.Drawing.Point(142, 1);
     this.username.CustomButton.Name          = "";
     this.username.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.username.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.username.CustomButton.TabIndex      = 1;
     this.username.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.username.CustomButton.UseSelectable = true;
     this.username.CustomButton.Visible       = false;
     this.username.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(181)))), ((int)(((byte)(254)))));
     this.username.Lines              = new string[0];
     this.username.Location           = new System.Drawing.Point(35, 10);
     this.username.MaxLength          = 32767;
     this.username.Name               = "username";
     this.username.PasswordChar       = '\0';
     this.username.PromptText         = "Username";
     this.username.ScrollBars         = System.Windows.Forms.ScrollBars.None;
     this.username.SelectedText       = "";
     this.username.SelectionLength    = 0;
     this.username.SelectionStart     = 0;
     this.username.ShortcutsEnabled   = true;
     this.username.Size               = new System.Drawing.Size(164, 23);
     this.username.TabIndex           = 1;
     this.username.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.username.UseCustomBackColor = true;
     this.username.UseCustomForeColor = true;
     this.username.UseSelectable      = true;
     this.username.WaterMark          = "Username";
     this.username.WaterMarkColor     = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.username.WaterMarkFont      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.username.TextChanged       += new System.EventHandler(this.username_TextChanged);
     //
     // password
     //
     this.password.Anchor = System.Windows.Forms.AnchorStyles.None;
     //
     //
     //
     this.password.CustomButton.Image         = null;
     this.password.CustomButton.Location      = new System.Drawing.Point(142, 1);
     this.password.CustomButton.Name          = "";
     this.password.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.password.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.password.CustomButton.TabIndex      = 1;
     this.password.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.password.CustomButton.UseSelectable = true;
     this.password.CustomButton.Visible       = false;
     this.password.Lines                 = new string[0];
     this.password.Location              = new System.Drawing.Point(35, 53);
     this.password.MaxLength             = 32767;
     this.password.Name                  = "password";
     this.password.PasswordChar          = '●';
     this.password.PromptText            = "Password";
     this.password.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.password.SelectedText          = "";
     this.password.SelectionLength       = 0;
     this.password.SelectionStart        = 0;
     this.password.ShortcutsEnabled      = true;
     this.password.Size                  = new System.Drawing.Size(164, 23);
     this.password.TabIndex              = 2;
     this.password.TextAlign             = System.Windows.Forms.HorizontalAlignment.Center;
     this.password.UseCustomBackColor    = true;
     this.password.UseCustomForeColor    = true;
     this.password.UseSelectable         = true;
     this.password.UseSystemPasswordChar = true;
     this.password.WaterMark             = "Password";
     this.password.WaterMarkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.password.WaterMarkFont         = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.password.TextChanged          += new System.EventHandler(this.password_TextChanged);
     //
     // register_container
     //
     register_container.ColumnCount = 2;
     register_container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
     register_container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
     register_container.Controls.Add(this.register_button, 0, 0);
     register_container.Controls.Add(register_label, 0, 0);
     register_container.Location = new System.Drawing.Point(3, 248);
     register_container.Name     = "register_container";
     register_container.RowCount = 1;
     register_container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     register_container.Size     = new System.Drawing.Size(234, 58);
     register_container.TabIndex = 6;
     //
     // register_button
     //
     this.register_button.Anchor             = System.Windows.Forms.AnchorStyles.None;
     this.register_button.Location           = new System.Drawing.Point(154, 17);
     this.register_button.Name               = "register_button";
     this.register_button.Size               = new System.Drawing.Size(65, 23);
     this.register_button.TabIndex           = 3;
     this.register_button.Text               = "Register";
     this.register_button.UseCustomBackColor = true;
     this.register_button.UseCustomForeColor = true;
     this.register_button.UseSelectable      = true;
     this.register_button.Click             += new System.EventHandler(this.register_button_Click);
     //
     // register_label
     //
     register_label.Anchor             = System.Windows.Forms.AnchorStyles.None;
     register_label.AutoSize           = true;
     register_label.FontSize           = MetroFramework.MetroLabelSize.Small;
     register_label.Location           = new System.Drawing.Point(9, 21);
     register_label.Name               = "register_label";
     register_label.Size               = new System.Drawing.Size(122, 15);
     register_label.TabIndex           = 6;
     register_label.Text               = "Don\'t have an account?";
     register_label.UseCustomBackColor = true;
     register_label.UseCustomForeColor = true;
     //
     // LoginScreen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(240, 340);
     this.Controls.Add(login_container);
     this.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(181)))), ((int)(((byte)(254)))));
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(240, 340);
     this.MinimumSize = new System.Drawing.Size(240, 340);
     this.Name        = "LoginScreen";
     this.Opacity     = 0.8D;
     this.Resizable   = false;
     this.ShowIcon    = false;
     this.Theme       = MetroFramework.MetroThemeStyle.Dark;
     login_container.ResumeLayout(false);
     login_container.PerformLayout();
     textfield_container.ResumeLayout(false);
     register_container.ResumeLayout(false);
     register_container.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #55
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlBuildingList = new DevExpress.XtraEditors.GroupControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.building_company_id_text = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_building_code = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_building_label = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_floor_no = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_building_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_company_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.groupControlBuildingInfo = new DevExpress.XtraEditors.GroupControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.lookUpEditxxx = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlCompanyName = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBuilding = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBuildingLabel = new DevExpress.XtraEditors.LabelControl();
     this.labelControlFloorNo = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.bttDelete = new DevExpress.XtraEditors.SimpleButton();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.bttAdd = new DevExpress.XtraEditors.SimpleButton();
     this.luEditFloorNo = new DevExpress.XtraEditors.LookUpEdit();
     this.luEditBuilding = new DevExpress.XtraEditors.LookUpEdit();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.txtBuildingLabel = new DevExpress.XtraEditors.TextEdit();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingList)).BeginInit();
     this.groupControlBuildingList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingInfo)).BeginInit();
     this.groupControlBuildingInfo.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditxxx.Properties)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luEditFloorNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luEditBuilding.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuildingLabel.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlBuildingList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1040, 474);
     this.splitContainerControl2.SplitterPosition = 500;
     this.splitContainerControl2.TabIndex = 11;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // groupControlBuildingList
     //
     this.groupControlBuildingList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlBuildingList.AppearanceCaption.Options.UseFont = true;
     this.groupControlBuildingList.Controls.Add(this.gridControl1);
     this.groupControlBuildingList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlBuildingList.Location = new System.Drawing.Point(0, 0);
     this.groupControlBuildingList.Name = "groupControlBuildingList";
     this.groupControlBuildingList.Size = new System.Drawing.Size(500, 474);
     this.groupControlBuildingList.TabIndex = 0;
     this.groupControlBuildingList.Text = "รายการอาคาร";
     //
     // gridControl1
     //
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.EmbeddedNavigator.Buttons.EnabledAutoRepeat = false;
     this.gridControl1.EmbeddedNavigator.Buttons.EndEdit.Enabled = false;
     this.gridControl1.Location = new System.Drawing.Point(2, 22);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(496, 450);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.building_company_id_text,
     this.building_building_code,
     this.building_building_label,
     this.building_floor_no,
     this.building_building_id,
     this.building_company_id});
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsFind.AlwaysVisible = true;
     this.gridView1.OptionsFind.ShowCloseButton = false;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
     //
     // building_company_id_text
     //
     this.building_company_id_text.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_company_id_text.AppearanceHeader.Options.UseFont = true;
     this.building_company_id_text.Caption = "ชื่อกิจการ";
     this.building_company_id_text.FieldName = "company_name";
     this.building_company_id_text.Name = "building_company_id_text";
     this.building_company_id_text.OptionsColumn.AllowEdit = false;
     this.building_company_id_text.OptionsColumn.AllowFocus = false;
     this.building_company_id_text.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_company_id_text.OptionsColumn.AllowMove = false;
     this.building_company_id_text.Visible = true;
     this.building_company_id_text.VisibleIndex = 0;
     //
     // building_building_code
     //
     this.building_building_code.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_building_code.AppearanceHeader.Options.UseFont = true;
     this.building_building_code.Caption = "รหัสอาคาร";
     this.building_building_code.FieldName = "building_code";
     this.building_building_code.Name = "building_building_code";
     this.building_building_code.OptionsColumn.AllowEdit = false;
     this.building_building_code.OptionsColumn.AllowFocus = false;
     this.building_building_code.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_building_code.OptionsColumn.AllowMove = false;
     this.building_building_code.Visible = true;
     this.building_building_code.VisibleIndex = 1;
     //
     // building_building_label
     //
     this.building_building_label.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_building_label.AppearanceHeader.Options.UseFont = true;
     this.building_building_label.Caption = "ชื่ออาคาร";
     this.building_building_label.FieldName = "building_label";
     this.building_building_label.Name = "building_building_label";
     this.building_building_label.OptionsColumn.AllowEdit = false;
     this.building_building_label.OptionsColumn.AllowFocus = false;
     this.building_building_label.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_building_label.OptionsColumn.AllowMove = false;
     this.building_building_label.Visible = true;
     this.building_building_label.VisibleIndex = 2;
     //
     // building_floor_no
     //
     this.building_floor_no.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_floor_no.AppearanceHeader.Options.UseFont = true;
     this.building_floor_no.Caption = "จำนวนชั้น";
     this.building_floor_no.FieldName = "floor_count";
     this.building_floor_no.Name = "building_floor_no";
     this.building_floor_no.OptionsColumn.AllowEdit = false;
     this.building_floor_no.OptionsColumn.AllowFocus = false;
     this.building_floor_no.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_floor_no.OptionsColumn.AllowMove = false;
     this.building_floor_no.Visible = true;
     this.building_floor_no.VisibleIndex = 3;
     //
     // building_building_id
     //
     this.building_building_id.Caption = "building_id";
     this.building_building_id.FieldName = "building_id";
     this.building_building_id.Name = "building_building_id";
     //
     // building_company_id
     //
     this.building_company_id.Caption = "gridColumn1";
     this.building_company_id.FieldName = "company_id";
     this.building_company_id.Name = "building_company_id";
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.groupControlBuildingInfo);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(535, 474);
     this.panelControl3.TabIndex = 12;
     //
     // groupControlBuildingInfo
     //
     this.groupControlBuildingInfo.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlBuildingInfo.AppearanceCaption.Options.UseFont = true;
     this.groupControlBuildingInfo.Controls.Add(this.xtraScrollableControl1);
     this.groupControlBuildingInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlBuildingInfo.Location = new System.Drawing.Point(0, 0);
     this.groupControlBuildingInfo.Name = "groupControlBuildingInfo";
     this.groupControlBuildingInfo.Size = new System.Drawing.Size(535, 474);
     this.groupControlBuildingInfo.TabIndex = 0;
     this.groupControlBuildingInfo.Text = "ข้อมูลอาคาร";
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.lookUpEditxxx);
     this.xtraScrollableControl1.Controls.Add(this.labelControlRequired);
     this.xtraScrollableControl1.Controls.Add(this.tableLayoutPanel1);
     this.xtraScrollableControl1.Controls.Add(this.bttDelete);
     this.xtraScrollableControl1.Controls.Add(this.bttEdit);
     this.xtraScrollableControl1.Controls.Add(this.bttAdd);
     this.xtraScrollableControl1.Controls.Add(this.luEditFloorNo);
     this.xtraScrollableControl1.Controls.Add(this.luEditBuilding);
     this.xtraScrollableControl1.Controls.Add(this.bttSave);
     this.xtraScrollableControl1.Controls.Add(this.bttCancel);
     this.xtraScrollableControl1.Controls.Add(this.txtBuildingLabel);
     this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(531, 450);
     this.xtraScrollableControl1.TabIndex = 0;
     //
     // lookUpEditxxx
     //
     this.lookUpEditxxx.Enabled = false;
     this.lookUpEditxxx.Location = new System.Drawing.Point(126, 11);
     this.lookUpEditxxx.Name = "lookUpEditxxx";
     this.lookUpEditxxx.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditxxx.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("company_id", " ", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("company_name", " ")});
     this.lookUpEditxxx.Size = new System.Drawing.Size(399, 20);
     this.lookUpEditxxx.TabIndex = 360;
     //
     // labelControlRequired
     //
     this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControlRequired.Location = new System.Drawing.Point(9, 159);
     this.labelControlRequired.Name = "labelControlRequired";
     this.labelControlRequired.Size = new System.Drawing.Size(50, 13);
     this.labelControlRequired.TabIndex = 358;
     this.labelControlRequired.Text = "* โปรดระบุ";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 92F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 12F));
     this.tableLayoutPanel1.Controls.Add(this.labelControl3, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControlCompanyName, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControlBuilding, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl12, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.labelControl2, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControlBuildingLabel, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControlFloorNo, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.labelControl5, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControl6, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControl7, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl8, 2, 3);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 15);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 21F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(114, 120);
     this.tableLayoutPanel1.TabIndex = 359;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl3.Location = new System.Drawing.Point(3, 3);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(6, 13);
     this.labelControl3.TabIndex = 350;
     this.labelControl3.Text = "*";
     //
     // labelControlCompanyName
     //
     this.labelControlCompanyName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlCompanyName.Location = new System.Drawing.Point(48, 3);
     this.labelControlCompanyName.Name = "labelControlCompanyName";
     this.labelControlCompanyName.Size = new System.Drawing.Size(51, 13);
     this.labelControlCompanyName.TabIndex = 349;
     this.labelControlCompanyName.Text = "ชื่อกิจการ :";
     //
     // labelControlBuilding
     //
     this.labelControlBuilding.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlBuilding.Location = new System.Drawing.Point(44, 30);
     this.labelControlBuilding.Name = "labelControlBuilding";
     this.labelControlBuilding.Size = new System.Drawing.Size(55, 13);
     this.labelControlBuilding.TabIndex = 20;
     this.labelControlBuilding.Text = "รหัสอาคาร :";
     //
     // labelControl12
     //
     this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl12.Location = new System.Drawing.Point(3, 82);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(6, 13);
     this.labelControl12.TabIndex = 346;
     this.labelControl12.Text = "*";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl2.Location = new System.Drawing.Point(3, 57);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(6, 13);
     this.labelControl2.TabIndex = 347;
     this.labelControl2.Text = "*";
     //
     // labelControlBuildingLabel
     //
     this.labelControlBuildingLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlBuildingLabel.Location = new System.Drawing.Point(49, 57);
     this.labelControlBuildingLabel.Name = "labelControlBuildingLabel";
     this.labelControlBuildingLabel.Size = new System.Drawing.Size(50, 13);
     this.labelControlBuildingLabel.TabIndex = 15;
     this.labelControlBuildingLabel.Text = "ชื่ออาคาร :";
     //
     // labelControlFloorNo
     //
     this.labelControlFloorNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlFloorNo.Location = new System.Drawing.Point(48, 82);
     this.labelControlFloorNo.Name = "labelControlFloorNo";
     this.labelControlFloorNo.Size = new System.Drawing.Size(51, 13);
     this.labelControlFloorNo.TabIndex = 21;
     this.labelControlFloorNo.Text = "จำนวนชั้น :";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(105, 3);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(4, 13);
     this.labelControl5.TabIndex = 349;
     this.labelControl5.Text = ":";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(105, 57);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(4, 13);
     this.labelControl6.TabIndex = 349;
     this.labelControl6.Text = ":";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(105, 30);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(4, 13);
     this.labelControl7.TabIndex = 349;
     this.labelControl7.Text = ":";
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(105, 82);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(4, 13);
     this.labelControl8.TabIndex = 349;
     this.labelControl8.Text = ":";
     //
     // bttDelete
     //
     this.bttDelete.Image = global::DXWindowsApplication2.Properties.Resources.delete;
     this.bttDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttDelete.Location = new System.Drawing.Point(293, 159);
     this.bttDelete.Name = "bttDelete";
     this.bttDelete.Size = new System.Drawing.Size(70, 55);
     this.bttDelete.TabIndex = 6;
     this.bttDelete.Text = "ลบข้อมูล";
     this.bttDelete.Click += new System.EventHandler(this.bttDelete_Click);
     //
     // bttEdit
     //
     this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit;
     this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttEdit.Location = new System.Drawing.Point(212, 159);
     this.bttEdit.Name = "bttEdit";
     this.bttEdit.Size = new System.Drawing.Size(70, 55);
     this.bttEdit.TabIndex = 5;
     this.bttEdit.Text = "แก้ไขข้อมูล";
     this.bttEdit.Click += new System.EventHandler(this.bttEdit_Click);
     //
     // bttAdd
     //
     this.bttAdd.Image = global::DXWindowsApplication2.Properties.Resources.Add;
     this.bttAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttAdd.Location = new System.Drawing.Point(131, 159);
     this.bttAdd.Name = "bttAdd";
     this.bttAdd.Size = new System.Drawing.Size(70, 55);
     this.bttAdd.TabIndex = 4;
     this.bttAdd.Text = "เพิ่มข้อมูล";
     this.bttAdd.Click += new System.EventHandler(this.bttAdd_Click);
     //
     // luEditFloorNo
     //
     this.luEditFloorNo.Enabled = false;
     this.luEditFloorNo.Location = new System.Drawing.Point(126, 93);
     this.luEditFloorNo.Name = "luEditFloorNo";
     this.luEditFloorNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luEditFloorNo.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("floor_no", "floor_no")});
     this.luEditFloorNo.Size = new System.Drawing.Size(399, 20);
     this.luEditFloorNo.TabIndex = 3;
     //
     // luEditBuilding
     //
     this.luEditBuilding.Enabled = false;
     this.luEditBuilding.Location = new System.Drawing.Point(126, 41);
     this.luEditBuilding.Name = "luEditBuilding";
     this.luEditBuilding.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luEditBuilding.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("building_id", "id", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("building_code", "building_code")});
     this.luEditBuilding.Size = new System.Drawing.Size(399, 20);
     this.luEditBuilding.TabIndex = 1;
     //
     // bttSave
     //
     this.bttSave.Enabled = false;
     this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.savedisk;
     this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSave.Location = new System.Drawing.Point(374, 159);
     this.bttSave.Name = "bttSave";
     this.bttSave.Size = new System.Drawing.Size(70, 55);
     this.bttSave.TabIndex = 7;
     this.bttSave.Text = "บันทึก";
     this.bttSave.Click += new System.EventHandler(this.bttSave_Click);
     //
     // bttCancel
     //
     this.bttCancel.Enabled = false;
     this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close;
     this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttCancel.Location = new System.Drawing.Point(455, 159);
     this.bttCancel.Name = "bttCancel";
     this.bttCancel.Size = new System.Drawing.Size(70, 55);
     this.bttCancel.TabIndex = 8;
     this.bttCancel.Text = "ยกเลิก";
     this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click);
     //
     // txtBuildingLabel
     //
     this.txtBuildingLabel.Enabled = false;
     this.txtBuildingLabel.Location = new System.Drawing.Point(126, 67);
     this.txtBuildingLabel.Name = "txtBuildingLabel";
     this.txtBuildingLabel.Properties.Mask.BeepOnError = true;
     this.txtBuildingLabel.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){0,50}";
     this.txtBuildingLabel.Properties.Mask.IgnoreMaskBlank = false;
     this.txtBuildingLabel.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.txtBuildingLabel.Properties.MaxLength = 50;
     this.txtBuildingLabel.Properties.ValidateOnEnterKey = true;
     this.txtBuildingLabel.Size = new System.Drawing.Size(399, 20);
     this.txtBuildingLabel.TabIndex = 2;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1040, 474);
     this.splitContainerControl1.SplitterPosition = 585;
     this.splitContainerControl1.TabIndex = 0;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.splitContainerControl1);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(7, 7);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(1040, 474);
     this.panelControl2.TabIndex = 10;
     //
     // BasicInfoBuilding
     //
     this.Appearance.BackColor = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.panelControl2);
     this.Name = "BasicInfoBuilding";
     this.Padding = new System.Windows.Forms.Padding(7);
     this.Size = new System.Drawing.Size(1054, 488);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingList)).EndInit();
     this.groupControlBuildingList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingInfo)).EndInit();
     this.groupControlBuildingInfo.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     this.xtraScrollableControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditxxx.Properties)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luEditFloorNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luEditBuilding.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuildingLabel.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #56
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
     this.btnLoadFromStream = new System.Windows.Forms.Button();
     this.hexEditor         = new OleViewDotNet.HexEditor();
     this.btnUnmarshal      = new System.Windows.Forms.Button();
     this.btnMarshalProps   = new System.Windows.Forms.Button();
     tableLayoutPanel       = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel
     //
     tableLayoutPanel.ColumnCount = 4;
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel.Controls.Add(this.btnLoadFromStream, 0, 1);
     tableLayoutPanel.Controls.Add(this.hexEditor, 0, 0);
     tableLayoutPanel.Controls.Add(this.btnUnmarshal, 1, 1);
     tableLayoutPanel.Controls.Add(this.btnMarshalProps, 2, 1);
     tableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel.Name     = "tableLayoutPanel";
     tableLayoutPanel.RowCount = 2;
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel.Size     = new System.Drawing.Size(861, 486);
     tableLayoutPanel.TabIndex = 3;
     //
     // btnLoadFromStream
     //
     this.btnLoadFromStream.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.btnLoadFromStream.Location = new System.Drawing.Point(3, 460);
     this.btnLoadFromStream.Name     = "btnLoadFromStream";
     this.btnLoadFromStream.Size     = new System.Drawing.Size(75, 23);
     this.btnLoadFromStream.TabIndex = 1;
     this.btnLoadFromStream.Text     = "Load Stream";
     this.btnLoadFromStream.UseVisualStyleBackColor = true;
     this.btnLoadFromStream.Click += new System.EventHandler(this.btnLoadFromStream_Click);
     //
     // hexEditor
     //
     this.hexEditor.Bytes = new byte[0];
     tableLayoutPanel.SetColumnSpan(this.hexEditor, 4);
     this.hexEditor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.hexEditor.Location = new System.Drawing.Point(3, 3);
     this.hexEditor.Name     = "hexEditor";
     this.hexEditor.ReadOnly = false;
     this.hexEditor.Size     = new System.Drawing.Size(855, 451);
     this.hexEditor.TabIndex = 0;
     //
     // btnUnmarshal
     //
     this.btnUnmarshal.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.btnUnmarshal.Location = new System.Drawing.Point(84, 460);
     this.btnUnmarshal.Name     = "btnUnmarshal";
     this.btnUnmarshal.Size     = new System.Drawing.Size(75, 23);
     this.btnUnmarshal.TabIndex = 2;
     this.btnUnmarshal.Text     = "Unmarshal";
     this.btnUnmarshal.UseVisualStyleBackColor = true;
     this.btnUnmarshal.Click += new System.EventHandler(this.btnUnmarshal_Click);
     //
     // btnMarshalProps
     //
     this.btnMarshalProps.Location = new System.Drawing.Point(165, 460);
     this.btnMarshalProps.Name     = "btnMarshalProps";
     this.btnMarshalProps.Size     = new System.Drawing.Size(96, 23);
     this.btnMarshalProps.TabIndex = 3;
     this.btnMarshalProps.Text     = "Marshal Props";
     this.btnMarshalProps.UseVisualStyleBackColor = true;
     this.btnMarshalProps.Click += new System.EventHandler(this.btnMarshalProps_Click);
     //
     // ObjectHexEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(tableLayoutPanel);
     this.Name = "ObjectHexEditor";
     this.Size = new System.Drawing.Size(861, 486);
     tableLayoutPanel.ResumeLayout(false);
     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.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();

        }
コード例 #58
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tlpnlMain;
     this.groupBoxPerformance = new System.Windows.Forms.GroupBox();
     this.tlpnlPerformance    = new System.Windows.Forms.TableLayoutPanel();
     this.chkShowAheadBehindDataInBrowseWindow          = new System.Windows.Forms.CheckBox();
     this.chkCheckForUncommittedChangesInCheckoutBranch = new System.Windows.Forms.CheckBox();
     this.chkShowGitStatusInToolbar            = new System.Windows.Forms.CheckBox();
     this.chkShowGitStatusForArtificialCommits = new System.Windows.Forms.CheckBox();
     this.chkShowStashCountInBrowseWindow      = new System.Windows.Forms.CheckBox();
     this.chkShowSubmoduleStatusInBrowse       = new System.Windows.Forms.CheckBox();
     this.chkUseFastChecks                   = new System.Windows.Forms.CheckBox();
     this.lblCommitsLimit                    = new System.Windows.Forms.Label();
     this._NO_TRANSLATE_MaxCommits           = new System.Windows.Forms.NumericUpDown();
     this.groupBoxBehaviour                  = new System.Windows.Forms.GroupBox();
     this.tlpnlBehaviour                     = new System.Windows.Forms.TableLayoutPanel();
     this.chkFollowRenamesInFileHistoryExact = new System.Windows.Forms.CheckBox();
     this.RevisionGridQuickSearchTimeout     = new System.Windows.Forms.NumericUpDown();
     this.btnDefaultDestinationBrowse        = new System.Windows.Forms.Button();
     this.lblQuickSearchTimeout              = new System.Windows.Forms.Label();
     this.chkCloseProcessDialog              = new System.Windows.Forms.CheckBox();
     this.cbDefaultCloneDestination          = new System.Windows.Forms.ComboBox();
     this.chkShowGitCommandLine              = new System.Windows.Forms.CheckBox();
     this.lblDefaultCloneDestination         = new System.Windows.Forms.Label();
     this.chkUsePatienceDiffAlgorithm        = new System.Windows.Forms.CheckBox();
     this.chkStashUntrackedFiles             = new System.Windows.Forms.CheckBox();
     this.chkStartWithRecentWorkingDir       = new System.Windows.Forms.CheckBox();
     this.chkFollowRenamesInFileHistory      = new System.Windows.Forms.CheckBox();
     tlpnlMain = new System.Windows.Forms.TableLayoutPanel();
     tlpnlMain.SuspendLayout();
     this.groupBoxPerformance.SuspendLayout();
     this.tlpnlPerformance.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_MaxCommits)).BeginInit();
     this.groupBoxBehaviour.SuspendLayout();
     this.tlpnlBehaviour.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RevisionGridQuickSearchTimeout)).BeginInit();
     this.SuspendLayout();
     //
     // tlpnlMain
     //
     tlpnlMain.AutoSize     = true;
     tlpnlMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     tlpnlMain.ColumnCount  = 1;
     tlpnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tlpnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     tlpnlMain.Controls.Add(this.groupBoxPerformance, 0, 0);
     tlpnlMain.Controls.Add(this.groupBoxBehaviour, 0, 1);
     tlpnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     tlpnlMain.Location = new System.Drawing.Point(8, 8);
     tlpnlMain.Name     = "tlpnlMain";
     tlpnlMain.RowCount = 4;
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tlpnlMain.Size     = new System.Drawing.Size(1324, 873);
     tlpnlMain.TabIndex = 0;
     //
     // groupBoxPerformance
     //
     this.groupBoxPerformance.AutoSize = true;
     this.groupBoxPerformance.Controls.Add(this.tlpnlPerformance);
     this.groupBoxPerformance.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBoxPerformance.Location = new System.Drawing.Point(3, 3);
     this.groupBoxPerformance.Name     = "groupBoxPerformance";
     this.groupBoxPerformance.Padding  = new System.Windows.Forms.Padding(8);
     this.groupBoxPerformance.Size     = new System.Drawing.Size(1318, 239);
     this.groupBoxPerformance.TabIndex = 0;
     this.groupBoxPerformance.TabStop  = false;
     this.groupBoxPerformance.Text     = "Performance";
     //
     // tlpnlPerformance
     //
     this.tlpnlPerformance.AutoSize     = true;
     this.tlpnlPerformance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpnlPerformance.ColumnCount  = 2;
     this.tlpnlPerformance.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlPerformance.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlPerformance.Controls.Add(this.chkShowAheadBehindDataInBrowseWindow, 0, 5);
     this.tlpnlPerformance.Controls.Add(this.chkCheckForUncommittedChangesInCheckoutBranch, 0, 6);
     this.tlpnlPerformance.Controls.Add(this.chkShowGitStatusInToolbar, 0, 0);
     this.tlpnlPerformance.Controls.Add(this.chkShowGitStatusForArtificialCommits, 0, 1);
     this.tlpnlPerformance.Controls.Add(this.chkShowStashCountInBrowseWindow, 0, 4);
     this.tlpnlPerformance.Controls.Add(this.chkShowSubmoduleStatusInBrowse, 0, 2);
     this.tlpnlPerformance.Controls.Add(this.chkUseFastChecks, 0, 3);
     this.tlpnlPerformance.Controls.Add(this.lblCommitsLimit, 0, 7);
     this.tlpnlPerformance.Controls.Add(this._NO_TRANSLATE_MaxCommits, 1, 7);
     this.tlpnlPerformance.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tlpnlPerformance.Location = new System.Drawing.Point(8, 21);
     this.tlpnlPerformance.Name     = "tlpnlPerformance";
     this.tlpnlPerformance.RowCount = 8;
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlPerformance.Size     = new System.Drawing.Size(1302, 210);
     this.tlpnlPerformance.TabIndex = 0;
     //
     // chkShowAheadBehindDataInBrowseWindow
     //
     this.chkShowAheadBehindDataInBrowseWindow.AutoSize = true;
     this.chkShowAheadBehindDataInBrowseWindow.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowAheadBehindDataInBrowseWindow.Location = new System.Drawing.Point(3, 141);
     this.chkShowAheadBehindDataInBrowseWindow.Name     = "chkShowAheadBehindDataInBrowseWindow";
     this.chkShowAheadBehindDataInBrowseWindow.Size     = new System.Drawing.Size(347, 17);
     this.chkShowAheadBehindDataInBrowseWindow.TabIndex = 10;
     this.chkShowAheadBehindDataInBrowseWindow.Text     = "Show ahead and behind information on status bar in browse window";
     this.chkShowAheadBehindDataInBrowseWindow.UseVisualStyleBackColor = true;
     //
     // chkCheckForUncommittedChangesInCheckoutBranch
     //
     this.chkCheckForUncommittedChangesInCheckoutBranch.AutoSize = true;
     this.chkCheckForUncommittedChangesInCheckoutBranch.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkCheckForUncommittedChangesInCheckoutBranch.Location = new System.Drawing.Point(3, 164);
     this.chkCheckForUncommittedChangesInCheckoutBranch.Name     = "chkCheckForUncommittedChangesInCheckoutBranch";
     this.chkCheckForUncommittedChangesInCheckoutBranch.Size     = new System.Drawing.Size(347, 17);
     this.chkCheckForUncommittedChangesInCheckoutBranch.TabIndex = 6;
     this.chkCheckForUncommittedChangesInCheckoutBranch.Text     = "Check for uncommitted changes in checkout branch dialog";
     this.chkCheckForUncommittedChangesInCheckoutBranch.UseVisualStyleBackColor = true;
     //
     // chkShowGitStatusInToolbar
     //
     this.chkShowGitStatusInToolbar.AutoSize = true;
     this.tlpnlPerformance.SetColumnSpan(this.chkShowGitStatusInToolbar, 2);
     this.chkShowGitStatusInToolbar.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowGitStatusInToolbar.Location = new System.Drawing.Point(3, 3);
     this.chkShowGitStatusInToolbar.Name     = "chkShowGitStatusInToolbar";
     this.chkShowGitStatusInToolbar.Size     = new System.Drawing.Size(1296, 17);
     this.chkShowGitStatusInToolbar.TabIndex = 0;
     this.chkShowGitStatusInToolbar.Text     = "Show number of changed files on commit button";
     this.chkShowGitStatusInToolbar.UseVisualStyleBackColor = true;
     this.chkShowGitStatusInToolbar.CheckedChanged         += new System.EventHandler(this.ShowGitStatus_CheckedChanged);
     //
     // chkShowGitStatusForArtificialCommits
     //
     this.chkShowGitStatusForArtificialCommits.AutoSize = true;
     this.tlpnlPerformance.SetColumnSpan(this.chkShowGitStatusForArtificialCommits, 2);
     this.chkShowGitStatusForArtificialCommits.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowGitStatusForArtificialCommits.Location = new System.Drawing.Point(3, 26);
     this.chkShowGitStatusForArtificialCommits.Name     = "chkShowGitStatusForArtificialCommits";
     this.chkShowGitStatusForArtificialCommits.Size     = new System.Drawing.Size(1296, 17);
     this.chkShowGitStatusForArtificialCommits.TabIndex = 1;
     this.chkShowGitStatusForArtificialCommits.Text     = "Show number of changed files for artificial commits";
     this.chkShowGitStatusForArtificialCommits.UseVisualStyleBackColor = true;
     this.chkShowGitStatusForArtificialCommits.CheckedChanged         += new System.EventHandler(this.ShowGitStatus_CheckedChanged);
     //
     // chkShowStashCountInBrowseWindow
     //
     this.chkShowStashCountInBrowseWindow.AutoSize = true;
     this.chkShowStashCountInBrowseWindow.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowStashCountInBrowseWindow.Location = new System.Drawing.Point(3, 118);
     this.chkShowStashCountInBrowseWindow.Name     = "chkShowStashCountInBrowseWindow";
     this.chkShowStashCountInBrowseWindow.Size     = new System.Drawing.Size(347, 17);
     this.chkShowStashCountInBrowseWindow.TabIndex = 5;
     this.chkShowStashCountInBrowseWindow.Text     = "Show stash count on status bar in browse window";
     this.chkShowStashCountInBrowseWindow.UseVisualStyleBackColor = true;
     //
     // chkShowSubmoduleStatusInBrowse
     //
     this.chkShowSubmoduleStatusInBrowse.AutoSize = true;
     this.chkShowSubmoduleStatusInBrowse.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowSubmoduleStatusInBrowse.Location = new System.Drawing.Point(3, 49);
     this.chkShowSubmoduleStatusInBrowse.Name     = "chkShowSubmoduleStatusInBrowse";
     this.chkShowSubmoduleStatusInBrowse.Size     = new System.Drawing.Size(347, 17);
     this.chkShowSubmoduleStatusInBrowse.TabIndex = 2;
     this.chkShowSubmoduleStatusInBrowse.Text     = "Show submodule status in browse menu";
     this.chkShowSubmoduleStatusInBrowse.UseVisualStyleBackColor = true;
     //
     // chkUseFastChecks
     //
     this.chkUseFastChecks.AutoSize = true;
     this.chkUseFastChecks.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkUseFastChecks.Location = new System.Drawing.Point(3, 95);
     this.chkUseFastChecks.Name     = "chkUseFastChecks";
     this.chkUseFastChecks.Size     = new System.Drawing.Size(347, 17);
     this.chkUseFastChecks.TabIndex = 4;
     this.chkUseFastChecks.Text     = "Use FileSystemWatcher to check if index is changed";
     this.chkUseFastChecks.UseVisualStyleBackColor = true;
     //
     // lblCommitsLimit
     //
     this.lblCommitsLimit.AutoSize  = true;
     this.lblCommitsLimit.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblCommitsLimit.Location  = new System.Drawing.Point(3, 184);
     this.lblCommitsLimit.Name      = "lblCommitsLimit";
     this.lblCommitsLimit.Size      = new System.Drawing.Size(347, 26);
     this.lblCommitsLimit.TabIndex  = 7;
     this.lblCommitsLimit.Text      = "Limit number of commits that will be loaded at startup";
     this.lblCommitsLimit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _NO_TRANSLATE_MaxCommits
     //
     this._NO_TRANSLATE_MaxCommits.Increment = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this._NO_TRANSLATE_MaxCommits.Location = new System.Drawing.Point(356, 187);
     this._NO_TRANSLATE_MaxCommits.Maximum  = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this._NO_TRANSLATE_MaxCommits.Name               = "_NO_TRANSLATE_MaxCommits";
     this._NO_TRANSLATE_MaxCommits.Size               = new System.Drawing.Size(85, 20);
     this._NO_TRANSLATE_MaxCommits.TabIndex           = 8;
     this._NO_TRANSLATE_MaxCommits.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this._NO_TRANSLATE_MaxCommits.ThousandsSeparator = true;
     this._NO_TRANSLATE_MaxCommits.Value              = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     //
     // groupBoxBehaviour
     //
     this.groupBoxBehaviour.AutoSize = true;
     this.groupBoxBehaviour.Controls.Add(this.tlpnlBehaviour);
     this.groupBoxBehaviour.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBoxBehaviour.Location = new System.Drawing.Point(3, 248);
     this.groupBoxBehaviour.Name     = "groupBoxBehaviour";
     this.groupBoxBehaviour.Padding  = new System.Windows.Forms.Padding(8);
     this.groupBoxBehaviour.Size     = new System.Drawing.Size(1318, 222);
     this.groupBoxBehaviour.TabIndex = 1;
     this.groupBoxBehaviour.TabStop  = false;
     this.groupBoxBehaviour.Text     = "Behaviour";
     //
     // tlpnlBehaviour
     //
     this.tlpnlBehaviour.AutoSize     = true;
     this.tlpnlBehaviour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpnlBehaviour.ColumnCount  = 3;
     this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpnlBehaviour.Controls.Add(this.chkFollowRenamesInFileHistoryExact, 1, 4);
     this.tlpnlBehaviour.Controls.Add(this.RevisionGridQuickSearchTimeout, 1, 7);
     this.tlpnlBehaviour.Controls.Add(this.btnDefaultDestinationBrowse, 2, 6);
     this.tlpnlBehaviour.Controls.Add(this.lblQuickSearchTimeout, 0, 7);
     this.tlpnlBehaviour.Controls.Add(this.chkCloseProcessDialog, 0, 0);
     this.tlpnlBehaviour.Controls.Add(this.cbDefaultCloneDestination, 1, 6);
     this.tlpnlBehaviour.Controls.Add(this.chkShowGitCommandLine, 0, 1);
     this.tlpnlBehaviour.Controls.Add(this.lblDefaultCloneDestination, 0, 6);
     this.tlpnlBehaviour.Controls.Add(this.chkUsePatienceDiffAlgorithm, 0, 2);
     this.tlpnlBehaviour.Controls.Add(this.chkStashUntrackedFiles, 0, 3);
     this.tlpnlBehaviour.Controls.Add(this.chkStartWithRecentWorkingDir, 0, 5);
     this.tlpnlBehaviour.Controls.Add(this.chkFollowRenamesInFileHistory, 0, 4);
     this.tlpnlBehaviour.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tlpnlBehaviour.Location = new System.Drawing.Point(8, 21);
     this.tlpnlBehaviour.Name     = "tlpnlBehaviour";
     this.tlpnlBehaviour.RowCount = 8;
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpnlBehaviour.Size     = new System.Drawing.Size(1302, 193);
     this.tlpnlBehaviour.TabIndex = 0;
     //
     // chkFollowRenamesInFileHistoryExact
     //
     this.chkFollowRenamesInFileHistoryExact.AutoSize = true;
     this.chkFollowRenamesInFileHistoryExact.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkFollowRenamesInFileHistoryExact.Location = new System.Drawing.Point(273, 95);
     this.chkFollowRenamesInFileHistoryExact.Name     = "chkFollowRenamesInFileHistoryExact";
     this.chkFollowRenamesInFileHistoryExact.Size     = new System.Drawing.Size(968, 17);
     this.chkFollowRenamesInFileHistoryExact.TabIndex = 5;
     this.chkFollowRenamesInFileHistoryExact.Text     = "Follow exact renames and copies only";
     this.chkFollowRenamesInFileHistoryExact.UseVisualStyleBackColor = true;
     //
     // RevisionGridQuickSearchTimeout
     //
     this.RevisionGridQuickSearchTimeout.Increment = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.RevisionGridQuickSearchTimeout.Location = new System.Drawing.Point(273, 170);
     this.RevisionGridQuickSearchTimeout.Maximum  = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.RevisionGridQuickSearchTimeout.Minimum = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.RevisionGridQuickSearchTimeout.Name               = "RevisionGridQuickSearchTimeout";
     this.RevisionGridQuickSearchTimeout.Size               = new System.Drawing.Size(85, 20);
     this.RevisionGridQuickSearchTimeout.TabIndex           = 12;
     this.RevisionGridQuickSearchTimeout.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.RevisionGridQuickSearchTimeout.ThousandsSeparator = true;
     this.RevisionGridQuickSearchTimeout.Value              = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     //
     // btnDefaultDestinationBrowse
     //
     this.btnDefaultDestinationBrowse.AutoSize                = true;
     this.btnDefaultDestinationBrowse.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnDefaultDestinationBrowse.Location                = new System.Drawing.Point(1247, 141);
     this.btnDefaultDestinationBrowse.Name                    = "btnDefaultDestinationBrowse";
     this.btnDefaultDestinationBrowse.Size                    = new System.Drawing.Size(52, 23);
     this.btnDefaultDestinationBrowse.TabIndex                = 10;
     this.btnDefaultDestinationBrowse.Text                    = "Browse";
     this.btnDefaultDestinationBrowse.UseVisualStyleBackColor = true;
     this.btnDefaultDestinationBrowse.Click                  += new System.EventHandler(this.DefaultCloneDestinationBrowseClick);
     //
     // lblQuickSearchTimeout
     //
     this.lblQuickSearchTimeout.AutoSize  = true;
     this.lblQuickSearchTimeout.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblQuickSearchTimeout.Location  = new System.Drawing.Point(3, 167);
     this.lblQuickSearchTimeout.Name      = "lblQuickSearchTimeout";
     this.lblQuickSearchTimeout.Size      = new System.Drawing.Size(264, 26);
     this.lblQuickSearchTimeout.TabIndex  = 11;
     this.lblQuickSearchTimeout.Text      = "Revision grid quick search timeout [ms]";
     this.lblQuickSearchTimeout.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkCloseProcessDialog
     //
     this.chkCloseProcessDialog.AutoSize = true;
     this.chkCloseProcessDialog.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkCloseProcessDialog.Location = new System.Drawing.Point(3, 3);
     this.chkCloseProcessDialog.Name     = "chkCloseProcessDialog";
     this.chkCloseProcessDialog.Size     = new System.Drawing.Size(264, 17);
     this.chkCloseProcessDialog.TabIndex = 0;
     this.chkCloseProcessDialog.Text     = "Close Process dialog when process succeeds";
     this.chkCloseProcessDialog.UseVisualStyleBackColor = true;
     //
     // cbDefaultCloneDestination
     //
     this.cbDefaultCloneDestination.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cbDefaultCloneDestination.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
     this.cbDefaultCloneDestination.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cbDefaultCloneDestination.FormattingEnabled = true;
     this.cbDefaultCloneDestination.Location          = new System.Drawing.Point(273, 141);
     this.cbDefaultCloneDestination.Name     = "cbDefaultCloneDestination";
     this.cbDefaultCloneDestination.Size     = new System.Drawing.Size(968, 21);
     this.cbDefaultCloneDestination.TabIndex = 9;
     //
     // chkShowGitCommandLine
     //
     this.chkShowGitCommandLine.AutoSize = true;
     this.chkShowGitCommandLine.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkShowGitCommandLine.Location = new System.Drawing.Point(3, 26);
     this.chkShowGitCommandLine.Name     = "chkShowGitCommandLine";
     this.chkShowGitCommandLine.Size     = new System.Drawing.Size(264, 17);
     this.chkShowGitCommandLine.TabIndex = 1;
     this.chkShowGitCommandLine.Text     = "Show console window when executing git process";
     this.chkShowGitCommandLine.UseVisualStyleBackColor = true;
     //
     // lblDefaultCloneDestination
     //
     this.lblDefaultCloneDestination.AutoSize  = true;
     this.lblDefaultCloneDestination.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblDefaultCloneDestination.Location  = new System.Drawing.Point(3, 138);
     this.lblDefaultCloneDestination.Name      = "lblDefaultCloneDestination";
     this.lblDefaultCloneDestination.Size      = new System.Drawing.Size(264, 29);
     this.lblDefaultCloneDestination.TabIndex  = 8;
     this.lblDefaultCloneDestination.Text      = "Default clone destination";
     this.lblDefaultCloneDestination.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkUsePatienceDiffAlgorithm
     //
     this.chkUsePatienceDiffAlgorithm.AutoSize = true;
     this.chkUsePatienceDiffAlgorithm.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkUsePatienceDiffAlgorithm.Location = new System.Drawing.Point(3, 49);
     this.chkUsePatienceDiffAlgorithm.Name     = "chkUsePatienceDiffAlgorithm";
     this.chkUsePatienceDiffAlgorithm.Size     = new System.Drawing.Size(264, 17);
     this.chkUsePatienceDiffAlgorithm.TabIndex = 2;
     this.chkUsePatienceDiffAlgorithm.Text     = "Use patience diff algorithm";
     this.chkUsePatienceDiffAlgorithm.UseVisualStyleBackColor = true;
     //
     // chkStashUntrackedFiles
     //
     this.chkStashUntrackedFiles.AutoSize = true;
     this.chkStashUntrackedFiles.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkStashUntrackedFiles.Location = new System.Drawing.Point(3, 72);
     this.chkStashUntrackedFiles.Name     = "chkStashUntrackedFiles";
     this.chkStashUntrackedFiles.Size     = new System.Drawing.Size(264, 17);
     this.chkStashUntrackedFiles.TabIndex = 3;
     this.chkStashUntrackedFiles.Text     = "Include untracked files in stash";
     this.chkStashUntrackedFiles.UseVisualStyleBackColor = true;
     //
     // chkStartWithRecentWorkingDir
     //
     this.chkStartWithRecentWorkingDir.AutoSize = true;
     this.chkStartWithRecentWorkingDir.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkStartWithRecentWorkingDir.Location = new System.Drawing.Point(3, 118);
     this.chkStartWithRecentWorkingDir.Name     = "chkStartWithRecentWorkingDir";
     this.chkStartWithRecentWorkingDir.Size     = new System.Drawing.Size(264, 17);
     this.chkStartWithRecentWorkingDir.TabIndex = 6;
     this.chkStartWithRecentWorkingDir.Text     = "Open last working directory on startup";
     this.chkStartWithRecentWorkingDir.UseVisualStyleBackColor = true;
     //
     // chkFollowRenamesInFileHistory
     //
     this.chkFollowRenamesInFileHistory.AutoSize = true;
     this.chkFollowRenamesInFileHistory.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chkFollowRenamesInFileHistory.Location = new System.Drawing.Point(3, 95);
     this.chkFollowRenamesInFileHistory.Name     = "chkFollowRenamesInFileHistory";
     this.chkFollowRenamesInFileHistory.Size     = new System.Drawing.Size(264, 17);
     this.chkFollowRenamesInFileHistory.TabIndex = 4;
     this.chkFollowRenamesInFileHistory.Text     = "Follow renames in file history (experimental)";
     this.chkFollowRenamesInFileHistory.UseVisualStyleBackColor = true;
     //
     // GeneralSettingsPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.Controls.Add(tlpnlMain);
     this.Name    = "GeneralSettingsPage";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Size    = new System.Drawing.Size(1340, 889);
     tlpnlMain.ResumeLayout(false);
     tlpnlMain.PerformLayout();
     this.groupBoxPerformance.ResumeLayout(false);
     this.groupBoxPerformance.PerformLayout();
     this.tlpnlPerformance.ResumeLayout(false);
     this.tlpnlPerformance.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_MaxCommits)).EndInit();
     this.groupBoxBehaviour.ResumeLayout(false);
     this.groupBoxBehaviour.PerformLayout();
     this.tlpnlBehaviour.ResumeLayout(false);
     this.tlpnlBehaviour.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RevisionGridQuickSearchTimeout)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #59
0
    /// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent() {
      System.Windows.Forms.TableLayoutPanel tlpLayout;
      this.lDetails = new System.Windows.Forms.Label();
      this.pnImage = new System.Windows.Forms.Panel();
      this.pbImage = new System.Windows.Forms.PictureBox();
      tlpLayout = new System.Windows.Forms.TableLayoutPanel();
      tlpLayout.SuspendLayout();
      this.pnImage.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
      this.SuspendLayout();
      // 
      // tlpLayout
      // 
      tlpLayout.ColumnCount = 1;
      tlpLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
      tlpLayout.Controls.Add(this.lDetails, 0, 1);
      tlpLayout.Controls.Add(this.pnImage, 0, 0);
      tlpLayout.Dock = System.Windows.Forms.DockStyle.Fill;
      tlpLayout.Location = new System.Drawing.Point(0, 0);
      tlpLayout.Name = "tlpLayout";
      tlpLayout.RowCount = 2;
      tlpLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
      tlpLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
      tlpLayout.Size = new System.Drawing.Size(452, 513);
      tlpLayout.TabIndex = 0;
      // 
      // lDetails
      // 
      this.lDetails.Dock = System.Windows.Forms.DockStyle.Bottom;
      this.lDetails.Location = new System.Drawing.Point(3, 490);
      this.lDetails.Name = "lDetails";
      this.lDetails.Size = new System.Drawing.Size(446, 23);
      this.lDetails.TabIndex = 1;
      this.lDetails.Text = "Details";
      this.lDetails.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      this.lDetails.Click += new System.EventHandler(this._EventWrapper);
      // 
      // pnImage
      // 
      this.pnImage.AutoScroll = true;
      this.pnImage.Controls.Add(this.pbImage);
      this.pnImage.Dock = System.Windows.Forms.DockStyle.Fill;
      this.pnImage.Location = new System.Drawing.Point(0, 0);
      this.pnImage.Margin = new System.Windows.Forms.Padding(0);
      this.pnImage.Name = "pnImage";
      this.pnImage.Size = new System.Drawing.Size(452, 490);
      this.pnImage.TabIndex = 2;
      this.pnImage.SizeChanged += new System.EventHandler(this.pnImage_SizeChanged);
      // 
      // pbImage
      // 
      this.pbImage.Dock = System.Windows.Forms.DockStyle.Fill;
      this.pbImage.Location = new System.Drawing.Point(0, 0);
      this.pbImage.Name = "pbImage";
      this.pbImage.Size = new System.Drawing.Size(452, 490);
      this.pbImage.TabIndex = 1;
      this.pbImage.TabStop = false;
      this.pbImage.Click += new System.EventHandler(this._EventWrapper);
      // 
      // ImageWithDetails
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(tlpLayout);
      this.Name = "ImageWithDetails";
      this.Size = new System.Drawing.Size(452, 513);
      tlpLayout.ResumeLayout(false);
      this.pnImage.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
      this.ResumeLayout(false);

    }
コード例 #60
0
 /// <summary> 
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.btn_xinjian = new System.Windows.Forms.Button();
     this.btn_shanchu = new System.Windows.Forms.Button();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.tb_guanjianci = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.label1 = new System.Windows.Forms.Label();
     this.dgv_data = new System.Windows.Forms.DataGridView();
     this.pb_sousuo = new System.Windows.Forms.PictureBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_data)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pb_sousuo)).BeginInit();
     this.SuspendLayout();
     //
     // 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.tableLayoutPanel2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.dgv_data, 0, 2);
     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(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 90F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(816, 465);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel5, 0, 2);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 40);
     this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 3;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(816, 90);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 6;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel3.Controls.Add(this.btn_xinjian, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.tb_guanjianci, 4, 0);
     this.tableLayoutPanel3.Controls.Add(this.btn_shanchu, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.pb_sousuo, 5, 0);
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(816, 30);
     this.tableLayoutPanel3.TabIndex = 0;
     //
     // btn_xinjian
     //
     this.btn_xinjian.Location = new System.Drawing.Point(3, 3);
     this.btn_xinjian.Name = "btn_xinjian";
     this.btn_xinjian.Size = new System.Drawing.Size(74, 24);
     this.btn_xinjian.TabIndex = 0;
     this.btn_xinjian.Text = "新建日志";
     this.btn_xinjian.UseVisualStyleBackColor = true;
     this.btn_xinjian.Click += new System.EventHandler(this.btn_xinjian_Click);
     //
     // btn_shanchu
     //
     this.btn_shanchu.Location = new System.Drawing.Point(83, 3);
     this.btn_shanchu.Name = "btn_shanchu";
     this.btn_shanchu.Size = new System.Drawing.Size(74, 24);
     this.btn_shanchu.TabIndex = 0;
     this.btn_shanchu.Text = "删除日志";
     this.btn_shanchu.UseVisualStyleBackColor = true;
     this.btn_shanchu.Click += new System.EventHandler(this.btn_shanchu_Click);
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 5;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 30);
     this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Size = new System.Drawing.Size(816, 30);
     this.tableLayoutPanel4.TabIndex = 1;
     //
     // tb_guanjianci
     //
     this.tb_guanjianci.Location = new System.Drawing.Point(589, 3);
     this.tb_guanjianci.Name = "tb_guanjianci";
     this.tb_guanjianci.Size = new System.Drawing.Size(194, 23);
     this.tb_guanjianci.TabIndex = 0;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 4;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 60);
     this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(816, 30);
     this.tableLayoutPanel5.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location = new System.Drawing.Point(1, 1);
     this.label1.Margin = new System.Windows.Forms.Padding(1);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(814, 38);
     this.label1.TabIndex = 2;
     this.label1.Text = "XXX团队任务台账";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dgv_data
     //
     this.dgv_data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_data.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgv_data.Location = new System.Drawing.Point(3, 133);
     this.dgv_data.Name = "dgv_data";
     this.dgv_data.RowTemplate.Height = 23;
     this.dgv_data.Size = new System.Drawing.Size(810, 289);
     this.dgv_data.TabIndex = 4;
     //
     // pb_sousuo
     //
     this.pb_sousuo.Image = global::团队任务台账管理系统.Properties.Resources.fangdajing;
     this.pb_sousuo.Location = new System.Drawing.Point(789, 3);
     this.pb_sousuo.Name = "pb_sousuo";
     this.pb_sousuo.Size = new System.Drawing.Size(24, 24);
     this.pb_sousuo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pb_sousuo.TabIndex = 2;
     this.pb_sousuo.TabStop = false;
     this.pb_sousuo.Click += new System.EventHandler(this.pb_sousuo_Click);
     //
     // UCrizhi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "UCrizhi";
     this.Size = new System.Drawing.Size(816, 465);
     this.Load += new System.EventHandler(this.UCrizhi_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_data)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pb_sousuo)).EndInit();
     this.ResumeLayout(false);
 }