Alexandria.Engines.Sciagi.Controls.PictureBrowser.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
		private void InitializeComponent() {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PictureBrowser));
			this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
			this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
			this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
			this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
			this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
			this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.picture = new System.Windows.Forms.PictureBox();
			this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
			this.label1 = new System.Windows.Forms.Label();
			this.instructionTrackBar = new System.Windows.Forms.TrackBar();
			this.instructionCounter = new System.Windows.Forms.Label();
			this.toolStrip1 = new System.Windows.Forms.ToolStrip();
			this.visualButton = new System.Windows.Forms.ToolStripButton();
			this.priorityButton = new System.Windows.Forms.ToolStripButton();
			this.controlButton = new System.Windows.Forms.ToolStripButton();
			this.auxiliaryButton = new System.Windows.Forms.ToolStripButton();
			this.toolStrip2 = new System.Windows.Forms.ToolStrip();
			this.stipplingSplitButton = new System.Windows.Forms.ToolStripSplitButton();
			this.falseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.trueToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
			this.trueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripContainer1.ContentPanel.SuspendLayout();
			this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
			this.toolStripContainer1.SuspendLayout();
			this.tableLayoutPanel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.picture)).BeginInit();
			this.flowLayoutPanel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.instructionTrackBar)).BeginInit();
			this.toolStrip1.SuspendLayout();
			this.toolStrip2.SuspendLayout();
			this.SuspendLayout();
			// 
			// BottomToolStripPanel
			// 
			this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
			this.BottomToolStripPanel.Name = "BottomToolStripPanel";
			this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
			this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
			this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
			// 
			// TopToolStripPanel
			// 
			this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
			this.TopToolStripPanel.Name = "TopToolStripPanel";
			this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
			this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
			this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
			// 
			// RightToolStripPanel
			// 
			this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
			this.RightToolStripPanel.Name = "RightToolStripPanel";
			this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
			this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
			this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
			// 
			// LeftToolStripPanel
			// 
			this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
			this.LeftToolStripPanel.Name = "LeftToolStripPanel";
			this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
			this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
			this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
			// 
			// ContentPanel
			// 
			this.ContentPanel.Size = new System.Drawing.Size(449, 385);
			// 
			// toolStripContainer1
			// 
			// 
			// toolStripContainer1.ContentPanel
			// 
			this.toolStripContainer1.ContentPanel.Controls.Add(this.tableLayoutPanel1);
			this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(727, 441);
			this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
			this.toolStripContainer1.Name = "toolStripContainer1";
			this.toolStripContainer1.Size = new System.Drawing.Size(727, 466);
			this.toolStripContainer1.TabIndex = 3;
			this.toolStripContainer1.Text = "toolStripContainer1";
			// 
			// toolStripContainer1.TopToolStripPanel
			// 
			this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
			this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip2);
			// 
			// 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.picture, 0, 0);
			this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
			this.tableLayoutPanel1.RowCount = 2;
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
			this.tableLayoutPanel1.Size = new System.Drawing.Size(727, 441);
			this.tableLayoutPanel1.TabIndex = 0;
			// 
			// picture
			// 
			this.picture.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.picture.BackColor = System.Drawing.Color.Black;
			this.picture.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.picture.Location = new System.Drawing.Point(142, 32);
			this.picture.Name = "picture";
			this.picture.Size = new System.Drawing.Size(443, 346);
			this.picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
			this.picture.TabIndex = 0;
			this.picture.TabStop = false;
			// 
			// flowLayoutPanel1
			// 
			this.flowLayoutPanel1.Controls.Add(this.label1);
			this.flowLayoutPanel1.Controls.Add(this.instructionTrackBar);
			this.flowLayoutPanel1.Controls.Add(this.instructionCounter);
			this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 414);
			this.flowLayoutPanel1.Name = "flowLayoutPanel1";
			this.flowLayoutPanel1.Size = new System.Drawing.Size(721, 24);
			this.flowLayoutPanel1.TabIndex = 1;
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(3, 6);
			this.label1.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(64, 13);
			this.label1.TabIndex = 0;
			this.label1.Text = "Instructions:";
			// 
			// instructionTrackBar
			// 
			this.instructionTrackBar.Location = new System.Drawing.Point(73, 3);
			this.instructionTrackBar.Name = "instructionTrackBar";
			this.instructionTrackBar.Size = new System.Drawing.Size(104, 45);
			this.instructionTrackBar.TabIndex = 1;
			this.instructionTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
			this.instructionTrackBar.ValueChanged += new System.EventHandler(this.OnInstructionValueChanged);
			// 
			// instructionCounter
			// 
			this.instructionCounter.AutoSize = true;
			this.instructionCounter.Location = new System.Drawing.Point(183, 6);
			this.instructionCounter.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
			this.instructionCounter.Name = "instructionCounter";
			this.instructionCounter.Size = new System.Drawing.Size(36, 13);
			this.instructionCounter.TabIndex = 2;
			this.instructionCounter.Text = "# of #";
			// 
			// toolStrip1
			// 
			this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
			this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.visualButton,
            this.priorityButton,
            this.controlButton,
            this.auxiliaryButton});
			this.toolStrip1.Location = new System.Drawing.Point(47, 0);
			this.toolStrip1.Name = "toolStrip1";
			this.toolStrip1.Size = new System.Drawing.Size(210, 25);
			this.toolStrip1.TabIndex = 0;
			// 
			// visualButton
			// 
			this.visualButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.visualButton.Image = ((System.Drawing.Image)(resources.GetObject("visualButton.Image")));
			this.visualButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.visualButton.Name = "visualButton";
			this.visualButton.Size = new System.Drawing.Size(42, 22);
			this.visualButton.Text = "Visual";
			this.visualButton.Click += new System.EventHandler(this.OnVisualClicked);
			// 
			// priorityButton
			// 
			this.priorityButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.priorityButton.Image = ((System.Drawing.Image)(resources.GetObject("priorityButton.Image")));
			this.priorityButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.priorityButton.Name = "priorityButton";
			this.priorityButton.Size = new System.Drawing.Size(49, 22);
			this.priorityButton.Text = "Priority";
			this.priorityButton.Click += new System.EventHandler(this.OnPriorityClicked);
			// 
			// controlButton
			// 
			this.controlButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.controlButton.Image = ((System.Drawing.Image)(resources.GetObject("controlButton.Image")));
			this.controlButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.controlButton.Name = "controlButton";
			this.controlButton.Size = new System.Drawing.Size(51, 22);
			this.controlButton.Text = "Control";
			this.controlButton.Click += new System.EventHandler(this.OnControlClicked);
			// 
			// auxiliaryButton
			// 
			this.auxiliaryButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.auxiliaryButton.Image = ((System.Drawing.Image)(resources.GetObject("auxiliaryButton.Image")));
			this.auxiliaryButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.auxiliaryButton.Name = "auxiliaryButton";
			this.auxiliaryButton.Size = new System.Drawing.Size(56, 22);
			this.auxiliaryButton.Text = "Auxiliary";
			this.auxiliaryButton.Click += new System.EventHandler(this.OnAuxiliaryClicked);
			// 
			// toolStrip2
			// 
			this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
			this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.stipplingSplitButton});
			this.toolStrip2.Location = new System.Drawing.Point(3, 0);
			this.toolStrip2.Name = "toolStrip2";
			this.toolStrip2.Size = new System.Drawing.Size(44, 25);
			this.toolStrip2.TabIndex = 1;
			// 
			// stipplingSplitButton
			// 
			this.stipplingSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.stipplingSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.falseToolStripMenuItem,
            this.trueToolStripMenuItem1});
			this.stipplingSplitButton.Image = global::Alexandria.Engines.Sciagi.Properties.Resources.PictureBlendTrue;
			this.stipplingSplitButton.Name = "stipplingSplitButton";
			this.stipplingSplitButton.Size = new System.Drawing.Size(32, 22);
			this.stipplingSplitButton.Text = "toolStripSplitButton2";
			this.stipplingSplitButton.ToolTipText = "Whether to blend colours instead of using stippling. This only has an effect on t" +
    "he Visual plane.";
			this.stipplingSplitButton.Click += new System.EventHandler(this.OnStipplingButtonClick);
			// 
			// falseToolStripMenuItem
			// 
			this.falseToolStripMenuItem.Image = global::Alexandria.Engines.Sciagi.Properties.Resources.PictureBlendFalse;
			this.falseToolStripMenuItem.Name = "falseToolStripMenuItem";
			this.falseToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
			this.falseToolStripMenuItem.Text = "False";
			this.falseToolStripMenuItem.ToolTipText = "Do not do blending.";
			this.falseToolStripMenuItem.Click += new System.EventHandler(this.OnStipplingSetFalse);
			// 
			// trueToolStripMenuItem1
			// 
			this.trueToolStripMenuItem1.Image = global::Alexandria.Engines.Sciagi.Properties.Resources.PictureBlendTrue;
			this.trueToolStripMenuItem1.Name = "trueToolStripMenuItem1";
			this.trueToolStripMenuItem1.Size = new System.Drawing.Size(100, 22);
			this.trueToolStripMenuItem1.Text = "True";
			this.trueToolStripMenuItem1.ToolTipText = "Blend colours together.";
			this.trueToolStripMenuItem1.Click += new System.EventHandler(this.OnStipplingSetTrue);
			// 
			// toolStripSplitButton1
			// 
			this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripSplitButton1.Name = "toolStripSplitButton1";
			this.toolStripSplitButton1.Size = new System.Drawing.Size(16, 22);
			this.toolStripSplitButton1.Text = "toolStripSplitButton1";
			// 
			// toolStripMenuItem1
			// 
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
			this.toolStripMenuItem1.Text = "False";
			// 
			// trueToolStripMenuItem
			// 
			this.trueToolStripMenuItem.Name = "trueToolStripMenuItem";
			this.trueToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
			this.trueToolStripMenuItem.Text = "True";
			// 
			// PictureBrowser
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.toolStripContainer1);
			this.Name = "PictureBrowser";
			this.Size = new System.Drawing.Size(727, 466);
			this.toolStripContainer1.ContentPanel.ResumeLayout(false);
			this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
			this.toolStripContainer1.TopToolStripPanel.PerformLayout();
			this.toolStripContainer1.ResumeLayout(false);
			this.toolStripContainer1.PerformLayout();
			this.tableLayoutPanel1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.picture)).EndInit();
			this.flowLayoutPanel1.ResumeLayout(false);
			this.flowLayoutPanel1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.instructionTrackBar)).EndInit();
			this.toolStrip1.ResumeLayout(false);
			this.toolStrip1.PerformLayout();
			this.toolStrip2.ResumeLayout(false);
			this.toolStrip2.PerformLayout();
			this.ResumeLayout(false);

		}