namespace FCC_Uber_MDX_Configurator
{
partial class GraphicLayoutEditorForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.TS_GraphicsToolBar = new System.Windows.Forms.ToolStrip();
this.TSB_SAVE = new System.Windows.Forms.ToolStripButton();
this.TSB_Delete = new System.Windows.Forms.ToolStripButton();
this.TSB_BackgroundImage = new System.Windows.Forms.ToolStripButton();
this.TSB_DisplayButton = new System.Windows.Forms.ToolStripButton();
this.TSB_MultiImage = new System.Windows.Forms.ToolStripButton();
this.TSB_RotateImage = new System.Windows.Forms.ToolStripButton();
this.TSB_StaticImage = new System.Windows.Forms.ToolStripButton();
this.TSB_VARIABLELOCATION = new System.Windows.Forms.ToolStripButton();
this.TSB_GRAPH = new System.Windows.Forms.ToolStripButton();
this.TSB_TEXT_LABEL = new System.Windows.Forms.ToolStripButton();
this.TSSB_RENDER = new System.Windows.Forms.ToolStripSplitButton();
this.TSB_RENDER_OUTLINE = new System.Windows.Forms.ToolStripMenuItem();
this.TSB_RENDER_FULL = new System.Windows.Forms.ToolStripMenuItem();
this.TSB_MOUSESTATUS = new System.Windows.Forms.ToolStripButton();
this.TSL_CURRENTMOUSE = new System.Windows.Forms.ToolStripLabel();
this.TSB_TOGGLECROSSHAIRS = new System.Windows.Forms.ToolStripButton();
this.MAIN_PANEL = new System.Windows.Forms.Panel();
this.TS_GraphicsToolBar.SuspendLayout();
this.SuspendLayout();
//
// TS_GraphicsToolBar
//
this.TS_GraphicsToolBar.BackColor = System.Drawing.SystemColors.Control;
this.TS_GraphicsToolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.TS_GraphicsToolBar.ImageScalingSize = new System.Drawing.Size(58, 56);
this.TS_GraphicsToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TSB_SAVE,
this.TSB_Delete,
this.TSB_BackgroundImage,
this.TSB_DisplayButton,
this.TSB_MultiImage,
this.TSB_RotateImage,
this.TSB_StaticImage,
this.TSB_VARIABLELOCATION,
this.TSB_GRAPH,
this.TSB_TEXT_LABEL,
this.TSSB_RENDER,
this.TSB_MOUSESTATUS,
this.TSL_CURRENTMOUSE,
this.TSB_TOGGLECROSSHAIRS});
this.TS_GraphicsToolBar.Location = new System.Drawing.Point(0, 0);
this.TS_GraphicsToolBar.Name = "TS_GraphicsToolBar";
this.TS_GraphicsToolBar.Size = new System.Drawing.Size(894, 63);
this.TS_GraphicsToolBar.TabIndex = 2;
this.TS_GraphicsToolBar.Text = "Graphics ToolBar";
//
// TSB_SAVE
//
this.TSB_SAVE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveIcon;
this.TSB_SAVE.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_SAVE.Name = "TSB_SAVE";
this.TSB_SAVE.Size = new System.Drawing.Size(62, 60);
this.TSB_SAVE.Text = "Save Graphics State";
this.TSB_SAVE.Click += new System.EventHandler(this.TSB_SAVE_Click);
//
// TSB_Delete
//
this.TSB_Delete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_Delete.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon;
this.TSB_Delete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_Delete.Name = "TSB_Delete";
this.TSB_Delete.Size = new System.Drawing.Size(62, 60);
this.TSB_Delete.Text = "Delete Graphical Object";
this.TSB_Delete.Click += new System.EventHandler(this.TSB_Delete_Click);
//
// TSB_BackgroundImage
//
this.TSB_BackgroundImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_BackgroundImage.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.BackgroundImageIcon;
this.TSB_BackgroundImage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_BackgroundImage.Name = "TSB_BackgroundImage";
this.TSB_BackgroundImage.Size = new System.Drawing.Size(62, 60);
this.TSB_BackgroundImage.Text = "Add Background Image";
this.TSB_BackgroundImage.Click += new System.EventHandler(this.TSB_BackgroundImage_Click);
//
// TSB_DisplayButton
//
this.TSB_DisplayButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_DisplayButton.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DisplayButtonIcon;
this.TSB_DisplayButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_DisplayButton.Name = "TSB_DisplayButton";
this.TSB_DisplayButton.Size = new System.Drawing.Size(62, 60);
this.TSB_DisplayButton.Text = "Insert a new Display Button";
this.TSB_DisplayButton.Click += new System.EventHandler(this.TSB_DisplayButton_Click);
//
// TSB_MultiImage
//
this.TSB_MultiImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_MultiImage.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.MultiImageIcon;
this.TSB_MultiImage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_MultiImage.Name = "TSB_MultiImage";
this.TSB_MultiImage.Size = new System.Drawing.Size(62, 60);
this.TSB_MultiImage.Text = "Insert a new MultiImage";
this.TSB_MultiImage.Click += new System.EventHandler(this.TSB_MultiImage_Click);
//
// TSB_RotateImage
//
this.TSB_RotateImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_RotateImage.Enabled = false;
this.TSB_RotateImage.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NeedleIcon;
this.TSB_RotateImage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_RotateImage.Name = "TSB_RotateImage";
this.TSB_RotateImage.Size = new System.Drawing.Size(62, 60);
this.TSB_RotateImage.Text = "Insert a new Rotate Image";
//
// TSB_StaticImage
//
this.TSB_StaticImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_StaticImage.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.ImageIcon;
this.TSB_StaticImage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_StaticImage.Name = "TSB_StaticImage";
this.TSB_StaticImage.Size = new System.Drawing.Size(62, 60);
this.TSB_StaticImage.Text = "Insert new Static Image";
this.TSB_StaticImage.Click += new System.EventHandler(this.TSB_StaticImage_Click);
//
// TSB_VARIABLELOCATION
//
this.TSB_VARIABLELOCATION.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_VARIABLELOCATION.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.VariableLocationImageIcon;
this.TSB_VARIABLELOCATION.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_VARIABLELOCATION.Name = "TSB_VARIABLELOCATION";
this.TSB_VARIABLELOCATION.Size = new System.Drawing.Size(62, 60);
this.TSB_VARIABLELOCATION.Text = "Insert New Variable Location Image";
this.TSB_VARIABLELOCATION.Click += new System.EventHandler(this.TSB_VARIABLELOCATION_Click);
//
// TSB_GRAPH
//
this.TSB_GRAPH.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_GRAPH.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.GraphIcon;
this.TSB_GRAPH.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_GRAPH.Name = "TSB_GRAPH";
this.TSB_GRAPH.Size = new System.Drawing.Size(62, 60);
this.TSB_GRAPH.Text = "Insert New Graph Instance";
this.TSB_GRAPH.Click += new System.EventHandler(this.TSB_GRAPH_Click);
//
// TSB_TEXT_LABEL
//
this.TSB_TEXT_LABEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_TEXT_LABEL.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.FontIcon;
this.TSB_TEXT_LABEL.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_TEXT_LABEL.Name = "TSB_TEXT_LABEL";
this.TSB_TEXT_LABEL.Size = new System.Drawing.Size(62, 60);
this.TSB_TEXT_LABEL.Text = "Insert New Text Label";
this.TSB_TEXT_LABEL.Click += new System.EventHandler(this.TSB_TEXT_LABEL_Click);
//
// TSSB_RENDER
//
this.TSSB_RENDER.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSSB_RENDER.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TSB_RENDER_OUTLINE,
this.TSB_RENDER_FULL});
this.TSSB_RENDER.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.RenderIcon;
this.TSSB_RENDER.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSSB_RENDER.Name = "TSSB_RENDER";
this.TSSB_RENDER.Size = new System.Drawing.Size(74, 60);
this.TSSB_RENDER.Text = "Render Level Detail";
this.TSSB_RENDER.ButtonClick += new System.EventHandler(this.TSSB_RENDER_ButtonClick);
//
// TSB_RENDER_OUTLINE
//
this.TSB_RENDER_OUTLINE.Font = new System.Drawing.Font("Arial", 14.25F);
this.TSB_RENDER_OUTLINE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.RenderOutlineIcon;
this.TSB_RENDER_OUTLINE.Name = "TSB_RENDER_OUTLINE";
this.TSB_RENDER_OUTLINE.Size = new System.Drawing.Size(233, 26);
this.TSB_RENDER_OUTLINE.Text = "Render Low Detail";
this.TSB_RENDER_OUTLINE.ToolTipText = "Render Low Level Detail [Faster]";
this.TSB_RENDER_OUTLINE.Click += new System.EventHandler(this.TSB_RENDER_OUTLINE_Click);
//
// TSB_RENDER_FULL
//
this.TSB_RENDER_FULL.Font = new System.Drawing.Font("Arial", 14.25F);
this.TSB_RENDER_FULL.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.RenderFullIcon;
this.TSB_RENDER_FULL.Name = "TSB_RENDER_FULL";
this.TSB_RENDER_FULL.Size = new System.Drawing.Size(233, 26);
this.TSB_RENDER_FULL.Text = "Render Full Detail";
this.TSB_RENDER_FULL.ToolTipText = "Render Full Textured Detail [Slower]";
this.TSB_RENDER_FULL.Click += new System.EventHandler(this.TSB_RENDER_FULL_Click);
//
// TSB_MOUSESTATUS
//
this.TSB_MOUSESTATUS.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.TSB_MOUSESTATUS.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_MOUSESTATUS.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NothingIcon;
this.TSB_MOUSESTATUS.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_MOUSESTATUS.Name = "TSB_MOUSESTATUS";
this.TSB_MOUSESTATUS.Size = new System.Drawing.Size(62, 60);
this.TSB_MOUSESTATUS.Text = "Editing Status of Mouse";
//
// TSL_CURRENTMOUSE
//
this.TSL_CURRENTMOUSE.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.TSL_CURRENTMOUSE.Font = new System.Drawing.Font("Arial", 18.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TSL_CURRENTMOUSE.Name = "TSL_CURRENTMOUSE";
this.TSL_CURRENTMOUSE.Size = new System.Drawing.Size(53, 60);
this.TSL_CURRENTMOUSE.Text = "[*,*]";
//
// TSB_TOGGLECROSSHAIRS
//
this.TSB_TOGGLECROSSHAIRS.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_TOGGLECROSSHAIRS.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.ReticuleIcon;
this.TSB_TOGGLECROSSHAIRS.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_TOGGLECROSSHAIRS.Name = "TSB_TOGGLECROSSHAIRS";
this.TSB_TOGGLECROSSHAIRS.Size = new System.Drawing.Size(62, 60);
this.TSB_TOGGLECROSSHAIRS.Text = "Toggle Cursor Guides [Also can press Space Bar]";
this.TSB_TOGGLECROSSHAIRS.Click += new System.EventHandler(this.TSB_TOGGLECROSSHAIRS_Click);
//
// MAIN_PANEL
//
this.MAIN_PANEL.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.MAIN_PANEL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.MAIN_PANEL.Location = new System.Drawing.Point(24, 81);
this.MAIN_PANEL.Margin = new System.Windows.Forms.Padding(15, 18, 5, 5);
this.MAIN_PANEL.Name = "MAIN_PANEL";
this.MAIN_PANEL.Size = new System.Drawing.Size(800, 600);
this.MAIN_PANEL.TabIndex = 3;
this.MAIN_PANEL.MouseLeave += new System.EventHandler(this.MAIN_PANEL_MouseLeave);
this.MAIN_PANEL.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MAIN_PANEL_MouseMove);
this.MAIN_PANEL.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MAIN_PANEL_MouseClick);
this.MAIN_PANEL.MouseEnter += new System.EventHandler(this.MAIN_PANEL_MouseEnter);
//
// GraphicLayoutEditorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(894, 695);
this.Controls.Add(this.MAIN_PANEL);
this.Controls.Add(this.TS_GraphicsToolBar);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimumSize = new System.Drawing.Size(100, 100);
this.Name = "GraphicLayoutEditorForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Graphical Layout";
this.TopMost = false;
this.SizeChanged += new System.EventHandler(this.GraphicLayoutEditorForm_SizeChanged);
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.GraphicLayoutEditorForm_KeyPress);
this.TS_GraphicsToolBar.ResumeLayout(false);
this.TS_GraphicsToolBar.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip TS_GraphicsToolBar;
private System.Windows.Forms.ToolStripButton TSB_BackgroundImage;
private System.Windows.Forms.ToolStripButton TSB_DisplayButton;
private System.Windows.Forms.ToolStripButton TSB_MultiImage;
private System.Windows.Forms.ToolStripButton TSB_RotateImage;
private System.Windows.Forms.ToolStripButton TSB_StaticImage;
private System.Windows.Forms.Panel MAIN_PANEL;
private System.Windows.Forms.ToolStripLabel TSL_CURRENTMOUSE;
private System.Windows.Forms.ToolStripSplitButton TSSB_RENDER;
private System.Windows.Forms.ToolStripMenuItem TSB_RENDER_OUTLINE;
private System.Windows.Forms.ToolStripMenuItem TSB_RENDER_FULL;
private System.Windows.Forms.ToolStripButton TSB_MOUSESTATUS;
private System.Windows.Forms.ToolStripButton TSB_SAVE;
private System.Windows.Forms.ToolStripButton TSB_TOGGLECROSSHAIRS;
private System.Windows.Forms.ToolStripButton TSB_Delete;
private System.Windows.Forms.ToolStripButton TSB_TEXT_LABEL;
private System.Windows.Forms.ToolStripButton TSB_VARIABLELOCATION;
private System.Windows.Forms.ToolStripButton TSB_GRAPH;
}
}