namespace FCC_Uber_MDX_Configurator
{
partial class MainMDXConfigForm
{
///
/// 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.components = new System.ComponentModel.Container();
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Fusion Brain", 0);
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Digital Outputs", 3);
System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Analogue Inputs", 1);
System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Logging", 2);
System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Timers", 4);
System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Fonts", 6);
System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("Functions", 7);
System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("Variables", 8);
System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem("Background Images", "BackgroundImageIcon.png");
System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("Display Buttons", "DisplayButtonIcon.png");
System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem("Multi Images", "MultiImageIcon.png");
System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem("Rotate Images", "NeedleIcon.png");
System.Windows.Forms.ListViewItem listViewItem13 = new System.Windows.Forms.ListViewItem("Static Images", "ImageIcon.png");
System.Windows.Forms.ListViewItem listViewItem14 = new System.Windows.Forms.ListViewItem("Graphs", 14);
System.Windows.Forms.ListViewItem listViewItem15 = new System.Windows.Forms.ListViewItem("Text Labels", "FontIcon.png");
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainMDXConfigForm));
this.TS_MAINTOP = new System.Windows.Forms.ToolStrip();
this.TSB_NEW = new System.Windows.Forms.ToolStripButton();
this.TSB_MAGIC_NINJA = new System.Windows.Forms.ToolStripButton();
this.TSB_Save = new System.Windows.Forms.ToolStripButton();
this.TSB_OpenFile = new System.Windows.Forms.ToolStripButton();
this.TSB_Delete = new System.Windows.Forms.ToolStripButton();
this.TSS_4 = new System.Windows.Forms.ToolStripSeparator();
this.TSB_Properties = new System.Windows.Forms.ToolStripButton();
this.TSB_GRAPHICSPROPERTIES = new System.Windows.Forms.ToolStripButton();
this.TSB_ConfigGraphics = new System.Windows.Forms.ToolStripButton();
this.TSP_ConfigLogic = new System.Windows.Forms.ToolStripButton();
this.TSS_3 = new System.Windows.Forms.ToolStripSeparator();
this.TSB_AddBrain = new System.Windows.Forms.ToolStripButton();
this.TSB_DigitalOutput = new System.Windows.Forms.ToolStripButton();
this.TSB_AddAnalogue = new System.Windows.Forms.ToolStripButton();
this.TSS_2 = new System.Windows.Forms.ToolStripSeparator();
this.TSB_Timers = new System.Windows.Forms.ToolStripButton();
this.TSB_FusionFont = new System.Windows.Forms.ToolStripButton();
this.TSB_Logging = new System.Windows.Forms.ToolStripButton();
this.TSB_Function = new System.Windows.Forms.ToolStripButton();
this.TSB_Variable = new System.Windows.Forms.ToolStripButton();
this.TSB_Speech = new System.Windows.Forms.ToolStripButton();
this.TSB_RemoteControl = new System.Windows.Forms.ToolStripButton();
this.TSB_COM = new System.Windows.Forms.ToolStripButton();
this.TSB_DEBUG = new System.Windows.Forms.ToolStripButton();
this.TSS_1 = new System.Windows.Forms.ToolStripSeparator();
this.TSB_MAINHELP = new System.Windows.Forms.ToolStripButton();
this.SPLIT_DESIGNER = new System.Windows.Forms.SplitContainer();
this.SPLIT_TEXTUAL = new System.Windows.Forms.SplitContainer();
this.LISTVIEW_AllXMLNodes = new System.Windows.Forms.ListView();
this.ImageListForListView_Large = new System.Windows.Forms.ImageList(this.components);
this.TXT_AllXMLCode = new System.Windows.Forms.TextBox();
this.PICTBOX_GRAPHICS = new System.Windows.Forms.PictureBox();
this.TABCONTROL_EACHIF = new System.Windows.Forms.TabControl();
this.TS_LogicToolBar = new System.Windows.Forms.ToolStrip();
this.TSB_LogicAdd = new System.Windows.Forms.ToolStripButton();
this.TSB_LogicEdit = new System.Windows.Forms.ToolStripButton();
this.TSB_LogicDelete = new System.Windows.Forms.ToolStripButton();
this.TS_GraphicsToolBar = new System.Windows.Forms.ToolStrip();
this.TSB_GRAPHIC_ADDPAGE = new System.Windows.Forms.ToolStripButton();
this.TSB_GRAPHICEDITOR = new System.Windows.Forms.ToolStripButton();
this.TSB_GRAPHIC_DELETE = new System.Windows.Forms.ToolStripButton();
this.TSS_5 = new System.Windows.Forms.ToolStripSeparator();
this.TSB_PreviousPage = new System.Windows.Forms.ToolStripButton();
this.TSL_PAGEOFPAGE = new System.Windows.Forms.ToolStripLabel();
this.TSB_NextPage = new System.Windows.Forms.ToolStripButton();
this.SaveConfigDialog = new System.Windows.Forms.SaveFileDialog();
this.OpenConfigDialog = new System.Windows.Forms.OpenFileDialog();
this.TS_MAINTOP.SuspendLayout();
this.SPLIT_DESIGNER.Panel1.SuspendLayout();
this.SPLIT_DESIGNER.Panel2.SuspendLayout();
this.SPLIT_DESIGNER.SuspendLayout();
this.SPLIT_TEXTUAL.Panel1.SuspendLayout();
this.SPLIT_TEXTUAL.Panel2.SuspendLayout();
this.SPLIT_TEXTUAL.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PICTBOX_GRAPHICS)).BeginInit();
this.TS_LogicToolBar.SuspendLayout();
this.TS_GraphicsToolBar.SuspendLayout();
this.SuspendLayout();
//
// TS_MAINTOP
//
this.TS_MAINTOP.AllowDrop = true;
this.TS_MAINTOP.BackColor = System.Drawing.SystemColors.Control;
this.TS_MAINTOP.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.TS_MAINTOP.ImageScalingSize = new System.Drawing.Size(58, 56);
this.TS_MAINTOP.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TSB_NEW,
this.TSB_MAGIC_NINJA,
this.TSB_Save,
this.TSB_OpenFile,
this.TSB_Delete,
this.TSS_4,
this.TSB_Properties,
this.TSB_GRAPHICSPROPERTIES,
this.TSB_ConfigGraphics,
this.TSP_ConfigLogic,
this.TSS_3,
this.TSB_AddBrain,
this.TSB_DigitalOutput,
this.TSB_AddAnalogue,
this.TSS_2,
this.TSB_Timers,
this.TSB_FusionFont,
this.TSB_Logging,
this.TSB_Function,
this.TSB_Variable,
this.TSB_Speech,
this.TSB_RemoteControl,
this.TSB_COM,
this.TSB_DEBUG,
this.TSS_1,
this.TSB_MAINHELP});
this.TS_MAINTOP.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
this.TS_MAINTOP.Location = new System.Drawing.Point(0, 0);
this.TS_MAINTOP.Name = "TS_MAINTOP";
this.TS_MAINTOP.Size = new System.Drawing.Size(1008, 126);
this.TS_MAINTOP.TabIndex = 0;
this.TS_MAINTOP.Text = "Main Tool Bar";
this.TS_MAINTOP.DragEnter += new System.Windows.Forms.DragEventHandler(this.TS_MAINTOP_DragEnter);
this.TS_MAINTOP.DragDrop += new System.Windows.Forms.DragEventHandler(this.TS_MAINTOP_DragDrop);
//
// TSB_NEW
//
this.TSB_NEW.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_NEW.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LogicNewIcon;
this.TSB_NEW.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_NEW.Name = "TSB_NEW";
this.TSB_NEW.Size = new System.Drawing.Size(62, 60);
this.TSB_NEW.Text = "New Configuration File";
this.TSB_NEW.Click += new System.EventHandler(this.TSB_NEW_Click);
//
// TSB_MAGIC_NINJA
//
this.TSB_MAGIC_NINJA.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_MAGIC_NINJA.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NinjaKittyIcon;
this.TSB_MAGIC_NINJA.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_MAGIC_NINJA.Name = "TSB_MAGIC_NINJA";
this.TSB_MAGIC_NINJA.Size = new System.Drawing.Size(62, 60);
this.TSB_MAGIC_NINJA.Text = "Ninja Kitty Wizard of Doom";
this.TSB_MAGIC_NINJA.Click += new System.EventHandler(this.TSB_MAGIC_NINJA_Click);
//
// 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 = "Saves Current Configuration";
this.TSB_Save.Click += new System.EventHandler(this.TSB_Save_Click);
//
// TSB_OpenFile
//
this.TSB_OpenFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_OpenFile.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.OpenIcon;
this.TSB_OpenFile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_OpenFile.Name = "TSB_OpenFile";
this.TSB_OpenFile.Size = new System.Drawing.Size(62, 60);
this.TSB_OpenFile.Text = "Open a Configuration File";
this.TSB_OpenFile.Click += new System.EventHandler(this.TSB_OpenFile_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 an Item";
//
// TSS_4
//
this.TSS_4.Name = "TSS_4";
this.TSS_4.Size = new System.Drawing.Size(6, 23);
//
// TSB_Properties
//
this.TSB_Properties.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_Properties.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.PropertiesIcon;
this.TSB_Properties.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_Properties.Name = "TSB_Properties";
this.TSB_Properties.Size = new System.Drawing.Size(62, 60);
this.TSB_Properties.Text = "Change global configuration settings";
this.TSB_Properties.Click += new System.EventHandler(this.TSB_Properties_Click);
//
// TSB_GRAPHICSPROPERTIES
//
this.TSB_GRAPHICSPROPERTIES.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_GRAPHICSPROPERTIES.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.GraphicsPropertiesIcon;
this.TSB_GRAPHICSPROPERTIES.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_GRAPHICSPROPERTIES.Name = "TSB_GRAPHICSPROPERTIES";
this.TSB_GRAPHICSPROPERTIES.Size = new System.Drawing.Size(62, 60);
this.TSB_GRAPHICSPROPERTIES.Text = "Change global configuration options pertaining to graphics";
this.TSB_GRAPHICSPROPERTIES.Click += new System.EventHandler(this.TSB_GRAPHICSPROPERTIES_Click);
//
// TSB_ConfigGraphics
//
this.TSB_ConfigGraphics.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_ConfigGraphics.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.GraphicsIcon;
this.TSB_ConfigGraphics.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_ConfigGraphics.Name = "TSB_ConfigGraphics";
this.TSB_ConfigGraphics.Size = new System.Drawing.Size(62, 60);
this.TSB_ConfigGraphics.Text = "Configure front Graphics";
this.TSB_ConfigGraphics.Click += new System.EventHandler(this.TSB_ConfigGraphics_Click);
//
// TSP_ConfigLogic
//
this.TSP_ConfigLogic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSP_ConfigLogic.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.ConfigIcon;
this.TSP_ConfigLogic.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSP_ConfigLogic.Name = "TSP_ConfigLogic";
this.TSP_ConfigLogic.Size = new System.Drawing.Size(62, 60);
this.TSP_ConfigLogic.Text = "Configure behind the scenes logic";
this.TSP_ConfigLogic.Click += new System.EventHandler(this.TSP_ConfigLogic_Click);
//
// TSS_3
//
this.TSS_3.Name = "TSS_3";
this.TSS_3.Size = new System.Drawing.Size(6, 23);
//
// TSB_AddBrain
//
this.TSB_AddBrain.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_AddBrain.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.BrainIcon;
this.TSB_AddBrain.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_AddBrain.Name = "TSB_AddBrain";
this.TSB_AddBrain.Size = new System.Drawing.Size(62, 60);
this.TSB_AddBrain.Text = "Add a Fusion Brain Device";
this.TSB_AddBrain.Click += new System.EventHandler(this.TSB_AddBrain_Click);
//
// TSB_DigitalOutput
//
this.TSB_DigitalOutput.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_DigitalOutput.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.OutputIcon;
this.TSB_DigitalOutput.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_DigitalOutput.Name = "TSB_DigitalOutput";
this.TSB_DigitalOutput.Size = new System.Drawing.Size(62, 60);
this.TSB_DigitalOutput.Text = "Add a Digital Output";
this.TSB_DigitalOutput.Click += new System.EventHandler(this.TSB_DigitalOutput_Click);
//
// TSB_AddAnalogue
//
this.TSB_AddAnalogue.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_AddAnalogue.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.InputIcon;
this.TSB_AddAnalogue.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_AddAnalogue.Name = "TSB_AddAnalogue";
this.TSB_AddAnalogue.Size = new System.Drawing.Size(62, 60);
this.TSB_AddAnalogue.Text = "Add an Analogue Input";
this.TSB_AddAnalogue.Click += new System.EventHandler(this.TSB_AddAnalogue_Click);
//
// TSS_2
//
this.TSS_2.Name = "TSS_2";
this.TSS_2.Size = new System.Drawing.Size(6, 23);
//
// TSB_Timers
//
this.TSB_Timers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_Timers.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.TimersIcon;
this.TSB_Timers.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_Timers.Name = "TSB_Timers";
this.TSB_Timers.Size = new System.Drawing.Size(62, 60);
this.TSB_Timers.Text = "Configure Timers";
this.TSB_Timers.ToolTipText = "Configure Timers (Input, Output, Display Refresh, and Logic)";
this.TSB_Timers.Click += new System.EventHandler(this.TSB_Timers_Click);
//
// TSB_FusionFont
//
this.TSB_FusionFont.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_FusionFont.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.FontIcon;
this.TSB_FusionFont.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_FusionFont.Name = "TSB_FusionFont";
this.TSB_FusionFont.Size = new System.Drawing.Size(62, 60);
this.TSB_FusionFont.Text = "Add Fusion Font";
this.TSB_FusionFont.ToolTipText = "Adds a Fusion Font";
this.TSB_FusionFont.Click += new System.EventHandler(this.TSB_FusionFont_Click);
//
// TSB_Logging
//
this.TSB_Logging.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_Logging.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LoggingIcon;
this.TSB_Logging.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_Logging.Name = "TSB_Logging";
this.TSB_Logging.Size = new System.Drawing.Size(62, 60);
this.TSB_Logging.Text = "Add a Logging Object";
this.TSB_Logging.Click += new System.EventHandler(this.TSB_Logging_Click);
//
// TSB_Function
//
this.TSB_Function.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_Function.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.FunctionIcon;
this.TSB_Function.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_Function.Name = "TSB_Function";
this.TSB_Function.Size = new System.Drawing.Size(62, 60);
this.TSB_Function.Text = "Add a Function";
this.TSB_Function.Click += new System.EventHandler(this.TSB_Function_Click);
//
// TSB_Variable
//
this.TSB_Variable.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_Variable.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.VariableIcon;
this.TSB_Variable.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_Variable.Name = "TSB_Variable";
this.TSB_Variable.Size = new System.Drawing.Size(62, 60);
this.TSB_Variable.Text = "Add a Variable Object";
this.TSB_Variable.Click += new System.EventHandler(this.TSB_Variable_Click);
//
// TSB_Speech
//
this.TSB_Speech.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_Speech.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SpeechIcon;
this.TSB_Speech.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_Speech.Name = "TSB_Speech";
this.TSB_Speech.Size = new System.Drawing.Size(62, 60);
this.TSB_Speech.Text = "Speech Setup";
this.TSB_Speech.Click += new System.EventHandler(this.TSB_Speech_Click);
//
// TSB_RemoteControl
//
this.TSB_RemoteControl.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_RemoteControl.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.RemoteIcon;
this.TSB_RemoteControl.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_RemoteControl.Name = "TSB_RemoteControl";
this.TSB_RemoteControl.Size = new System.Drawing.Size(62, 60);
this.TSB_RemoteControl.Text = "Remote Control Configuration";
this.TSB_RemoteControl.Click += new System.EventHandler(this.TSB_RemoteControl_Click);
//
// TSB_COM
//
this.TSB_COM.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_COM.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.COMIcon;
this.TSB_COM.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_COM.Name = "TSB_COM";
this.TSB_COM.Size = new System.Drawing.Size(62, 60);
this.TSB_COM.Text = "COM Control Options";
this.TSB_COM.Click += new System.EventHandler(this.TSB_COM_Click);
//
// TSB_DEBUG
//
this.TSB_DEBUG.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_DEBUG.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.BugIcon;
this.TSB_DEBUG.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_DEBUG.Name = "TSB_DEBUG";
this.TSB_DEBUG.Size = new System.Drawing.Size(62, 60);
this.TSB_DEBUG.Text = "Debug Options";
this.TSB_DEBUG.Click += new System.EventHandler(this.TSB_DEBUG_Click);
//
// TSS_1
//
this.TSS_1.Name = "TSS_1";
this.TSS_1.Size = new System.Drawing.Size(6, 23);
//
// TSB_MAINHELP
//
this.TSB_MAINHELP.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_MAINHELP.Enabled = false;
this.TSB_MAINHELP.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpSmallCircleIcon;
this.TSB_MAINHELP.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_MAINHELP.Name = "TSB_MAINHELP";
this.TSB_MAINHELP.Size = new System.Drawing.Size(62, 60);
this.TSB_MAINHELP.Text = "Help";
//
// SPLIT_DESIGNER
//
this.SPLIT_DESIGNER.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.SPLIT_DESIGNER.Dock = System.Windows.Forms.DockStyle.Fill;
this.SPLIT_DESIGNER.Location = new System.Drawing.Point(0, 126);
this.SPLIT_DESIGNER.Name = "SPLIT_DESIGNER";
//
// SPLIT_DESIGNER.Panel1
//
this.SPLIT_DESIGNER.Panel1.BackColor = System.Drawing.Color.White;
this.SPLIT_DESIGNER.Panel1.Controls.Add(this.SPLIT_TEXTUAL);
//
// SPLIT_DESIGNER.Panel2
//
this.SPLIT_DESIGNER.Panel2.AllowDrop = true;
this.SPLIT_DESIGNER.Panel2.AutoScroll = true;
this.SPLIT_DESIGNER.Panel2.BackColor = System.Drawing.Color.White;
this.SPLIT_DESIGNER.Panel2.Controls.Add(this.PICTBOX_GRAPHICS);
this.SPLIT_DESIGNER.Panel2.Controls.Add(this.TABCONTROL_EACHIF);
this.SPLIT_DESIGNER.Panel2.Controls.Add(this.TS_LogicToolBar);
this.SPLIT_DESIGNER.Panel2.Controls.Add(this.TS_GraphicsToolBar);
this.SPLIT_DESIGNER.Panel2.SizeChanged += new System.EventHandler(this.SPLIT_DESIGNER_Panel2_SizeChanged);
this.SPLIT_DESIGNER.Size = new System.Drawing.Size(1008, 588);
this.SPLIT_DESIGNER.SplitterDistance = 455;
this.SPLIT_DESIGNER.TabIndex = 1;
//
// SPLIT_TEXTUAL
//
this.SPLIT_TEXTUAL.Dock = System.Windows.Forms.DockStyle.Fill;
this.SPLIT_TEXTUAL.Location = new System.Drawing.Point(0, 0);
this.SPLIT_TEXTUAL.Name = "SPLIT_TEXTUAL";
this.SPLIT_TEXTUAL.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// SPLIT_TEXTUAL.Panel1
//
this.SPLIT_TEXTUAL.Panel1.Controls.Add(this.LISTVIEW_AllXMLNodes);
//
// SPLIT_TEXTUAL.Panel2
//
this.SPLIT_TEXTUAL.Panel2.Controls.Add(this.TXT_AllXMLCode);
this.SPLIT_TEXTUAL.Size = new System.Drawing.Size(453, 586);
this.SPLIT_TEXTUAL.SplitterDistance = 259;
this.SPLIT_TEXTUAL.TabIndex = 0;
//
// LISTVIEW_AllXMLNodes
//
this.LISTVIEW_AllXMLNodes.Activation = System.Windows.Forms.ItemActivation.OneClick;
this.LISTVIEW_AllXMLNodes.Dock = System.Windows.Forms.DockStyle.Fill;
listViewItem1.ToolTipText = "View and Edit Fusion Brain instances";
listViewItem2.ToolTipText = "View and Edit Digital Output instances";
listViewItem3.ToolTipText = "View and Edit Analogue Input instances";
listViewItem4.ToolTipText = "View and Edit Log instances";
listViewItem5.ToolTipText = "Edit Timers";
listViewItem6.ToolTipText = "View and Edit Fonts";
listViewItem7.ToolTipText = "View and Edit Functions";
listViewItem8.ToolTipText = "View and Edit Variables";
listViewItem9.ToolTipText = "View and Edit Graphical Background Images";
listViewItem10.ToolTipText = "View and Edit Graphical Display Buttons";
listViewItem11.ToolTipText = "View and Edit Graphical Multi-Images";
listViewItem12.ToolTipText = "View and Edit Graphical Rotate Images";
listViewItem13.ToolTipText = "View and Edit Graphical Static Images";
listViewItem14.ToolTipText = "View and Edit Graph Instances";
listViewItem15.ToolTipText = "View and Edit Graphic Text Labels";
this.LISTVIEW_AllXMLNodes.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
listViewItem1,
listViewItem2,
listViewItem3,
listViewItem4,
listViewItem5,
listViewItem6,
listViewItem7,
listViewItem8,
listViewItem9,
listViewItem10,
listViewItem11,
listViewItem12,
listViewItem13,
listViewItem14,
listViewItem15});
this.LISTVIEW_AllXMLNodes.LargeImageList = this.ImageListForListView_Large;
this.LISTVIEW_AllXMLNodes.Location = new System.Drawing.Point(0, 0);
this.LISTVIEW_AllXMLNodes.MultiSelect = false;
this.LISTVIEW_AllXMLNodes.Name = "LISTVIEW_AllXMLNodes";
this.LISTVIEW_AllXMLNodes.ShowItemToolTips = true;
this.LISTVIEW_AllXMLNodes.Size = new System.Drawing.Size(453, 259);
this.LISTVIEW_AllXMLNodes.TabIndex = 0;
this.LISTVIEW_AllXMLNodes.TabStop = false;
this.LISTVIEW_AllXMLNodes.TileSize = new System.Drawing.Size(70, 80);
this.LISTVIEW_AllXMLNodes.UseCompatibleStateImageBehavior = false;
this.LISTVIEW_AllXMLNodes.DoubleClick += new System.EventHandler(this.LISTVIEW_AllXMLNodes_DoubleClick);
this.LISTVIEW_AllXMLNodes.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.LISTVIEW_AllXMLNodes_ItemDrag);
//
// ImageListForListView_Large
//
this.ImageListForListView_Large.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageListForListView_Large.ImageStream")));
this.ImageListForListView_Large.TransparentColor = System.Drawing.Color.Transparent;
this.ImageListForListView_Large.Images.SetKeyName(0, "BrainIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(1, "InputIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(2, "LoggingIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(3, "OutputIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(4, "TimersIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(5, "UpListIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(6, "FontIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(7, "FunctionIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(8, "VariableIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(9, "BackgroundImageIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(10, "DisplayButtonIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(11, "ImageIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(12, "MultiImageIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(13, "NeedleIcon.png");
this.ImageListForListView_Large.Images.SetKeyName(14, "GraphIcon.png");
//
// TXT_AllXMLCode
//
this.TXT_AllXMLCode.BackColor = System.Drawing.Color.White;
this.TXT_AllXMLCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.TXT_AllXMLCode.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TXT_AllXMLCode.Location = new System.Drawing.Point(0, 0);
this.TXT_AllXMLCode.MaxLength = 262143;
this.TXT_AllXMLCode.Multiline = true;
this.TXT_AllXMLCode.Name = "TXT_AllXMLCode";
this.TXT_AllXMLCode.ReadOnly = true;
this.TXT_AllXMLCode.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.TXT_AllXMLCode.Size = new System.Drawing.Size(453, 323);
this.TXT_AllXMLCode.TabIndex = 0;
//
// PICTBOX_GRAPHICS
//
this.PICTBOX_GRAPHICS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.PICTBOX_GRAPHICS.Dock = System.Windows.Forms.DockStyle.Bottom;
this.PICTBOX_GRAPHICS.Location = new System.Drawing.Point(0, 63);
this.PICTBOX_GRAPHICS.Name = "PICTBOX_GRAPHICS";
this.PICTBOX_GRAPHICS.Size = new System.Drawing.Size(530, 50);
this.PICTBOX_GRAPHICS.TabIndex = 7;
this.PICTBOX_GRAPHICS.TabStop = false;
//
// TABCONTROL_EACHIF
//
this.TABCONTROL_EACHIF.Dock = System.Windows.Forms.DockStyle.Bottom;
this.TABCONTROL_EACHIF.Font = new System.Drawing.Font("Arial", 14.25F);
this.TABCONTROL_EACHIF.ItemSize = new System.Drawing.Size(0, 25);
this.TABCONTROL_EACHIF.Location = new System.Drawing.Point(0, 113);
this.TABCONTROL_EACHIF.Name = "TABCONTROL_EACHIF";
this.TABCONTROL_EACHIF.SelectedIndex = 0;
this.TABCONTROL_EACHIF.Size = new System.Drawing.Size(530, 564);
this.TABCONTROL_EACHIF.TabIndex = 6;
this.TABCONTROL_EACHIF.Visible = false;
this.TABCONTROL_EACHIF.DoubleClick += new System.EventHandler(this.TABCONTROL_EACHIF_DoubleClick);
//
// TS_LogicToolBar
//
this.TS_LogicToolBar.BackColor = System.Drawing.SystemColors.Control;
this.TS_LogicToolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.TS_LogicToolBar.ImageScalingSize = new System.Drawing.Size(58, 56);
this.TS_LogicToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TSB_LogicAdd,
this.TSB_LogicEdit,
this.TSB_LogicDelete});
this.TS_LogicToolBar.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
this.TS_LogicToolBar.Location = new System.Drawing.Point(0, 63);
this.TS_LogicToolBar.Name = "TS_LogicToolBar";
this.TS_LogicToolBar.Size = new System.Drawing.Size(672, 63);
this.TS_LogicToolBar.TabIndex = 3;
this.TS_LogicToolBar.Text = "Graphics ToolBar";
this.TS_LogicToolBar.Visible = false;
//
// TSB_LogicAdd
//
this.TSB_LogicAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_LogicAdd.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon;
this.TSB_LogicAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_LogicAdd.Name = "TSB_LogicAdd";
this.TSB_LogicAdd.Size = new System.Drawing.Size(62, 60);
this.TSB_LogicAdd.Text = "Add Logic Statement";
this.TSB_LogicAdd.Click += new System.EventHandler(this.TSB_LogicAdd_Click);
//
// TSB_LogicEdit
//
this.TSB_LogicEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_LogicEdit.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.EditIcon;
this.TSB_LogicEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_LogicEdit.Name = "TSB_LogicEdit";
this.TSB_LogicEdit.Size = new System.Drawing.Size(62, 60);
this.TSB_LogicEdit.Text = "Edit Logic Statement";
this.TSB_LogicEdit.Click += new System.EventHandler(this.TSB_LogicEdit_Click);
//
// TSB_LogicDelete
//
this.TSB_LogicDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_LogicDelete.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon;
this.TSB_LogicDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_LogicDelete.Name = "TSB_LogicDelete";
this.TSB_LogicDelete.Size = new System.Drawing.Size(62, 60);
this.TSB_LogicDelete.Text = "Delete Logic Statement";
this.TSB_LogicDelete.Click += new System.EventHandler(this.TSB_LogicDelete_Click);
//
// 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_GRAPHIC_ADDPAGE,
this.TSB_GRAPHICEDITOR,
this.TSB_GRAPHIC_DELETE,
this.TSS_5,
this.TSB_PreviousPage,
this.TSL_PAGEOFPAGE,
this.TSB_NextPage});
this.TS_GraphicsToolBar.Location = new System.Drawing.Point(0, 0);
this.TS_GraphicsToolBar.Name = "TS_GraphicsToolBar";
this.TS_GraphicsToolBar.Size = new System.Drawing.Size(530, 63);
this.TS_GraphicsToolBar.TabIndex = 1;
this.TS_GraphicsToolBar.Text = "Graphics ToolBar";
//
// TSB_GRAPHIC_ADDPAGE
//
this.TSB_GRAPHIC_ADDPAGE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_GRAPHIC_ADDPAGE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon;
this.TSB_GRAPHIC_ADDPAGE.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_GRAPHIC_ADDPAGE.Name = "TSB_GRAPHIC_ADDPAGE";
this.TSB_GRAPHIC_ADDPAGE.Size = new System.Drawing.Size(62, 60);
this.TSB_GRAPHIC_ADDPAGE.Text = "Add New Graphics Page";
this.TSB_GRAPHIC_ADDPAGE.Click += new System.EventHandler(this.TSB_GRAPHIC_ADDPAGE_Click);
//
// TSB_GRAPHICEDITOR
//
this.TSB_GRAPHICEDITOR.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_GRAPHICEDITOR.Enabled = false;
this.TSB_GRAPHICEDITOR.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.EditIcon;
this.TSB_GRAPHICEDITOR.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_GRAPHICEDITOR.Name = "TSB_GRAPHICEDITOR";
this.TSB_GRAPHICEDITOR.Size = new System.Drawing.Size(62, 60);
this.TSB_GRAPHICEDITOR.Text = "Edit Graphical Properties";
this.TSB_GRAPHICEDITOR.Click += new System.EventHandler(this.TSB_GRAPHICEDITOR_Click);
//
// TSB_GRAPHIC_DELETE
//
this.TSB_GRAPHIC_DELETE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_GRAPHIC_DELETE.Enabled = false;
this.TSB_GRAPHIC_DELETE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon;
this.TSB_GRAPHIC_DELETE.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_GRAPHIC_DELETE.Name = "TSB_GRAPHIC_DELETE";
this.TSB_GRAPHIC_DELETE.Size = new System.Drawing.Size(62, 60);
this.TSB_GRAPHIC_DELETE.Text = "Delete Current Page";
this.TSB_GRAPHIC_DELETE.Click += new System.EventHandler(this.TSB_GRAPHIC_DELETE_Click);
//
// TSS_5
//
this.TSS_5.Name = "TSS_5";
this.TSS_5.Size = new System.Drawing.Size(6, 63);
//
// TSB_PreviousPage
//
this.TSB_PreviousPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_PreviousPage.Enabled = false;
this.TSB_PreviousPage.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.PreviousIcon;
this.TSB_PreviousPage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_PreviousPage.Name = "TSB_PreviousPage";
this.TSB_PreviousPage.Size = new System.Drawing.Size(62, 60);
this.TSB_PreviousPage.Text = "Go to previous page";
this.TSB_PreviousPage.Click += new System.EventHandler(this.TSB_PreviousPage_Click);
//
// TSL_PAGEOFPAGE
//
this.TSL_PAGEOFPAGE.Font = new System.Drawing.Font("Arial", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TSL_PAGEOFPAGE.Name = "TSL_PAGEOFPAGE";
this.TSL_PAGEOFPAGE.Size = new System.Drawing.Size(53, 60);
this.TSL_PAGEOFPAGE.Text = "0/0";
//
// TSB_NextPage
//
this.TSB_NextPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TSB_NextPage.Enabled = false;
this.TSB_NextPage.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NextIcon;
this.TSB_NextPage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TSB_NextPage.Name = "TSB_NextPage";
this.TSB_NextPage.Size = new System.Drawing.Size(62, 60);
this.TSB_NextPage.Text = "Go to next page";
this.TSB_NextPage.Click += new System.EventHandler(this.TSB_NextPage_Click);
//
// SaveConfigDialog
//
this.SaveConfigDialog.DefaultExt = "xml";
this.SaveConfigDialog.FileName = "FusionConfiguration.xml";
this.SaveConfigDialog.Filter = "XML Configuration|*.xml";
//
// OpenConfigDialog
//
this.OpenConfigDialog.DefaultExt = "xml";
this.OpenConfigDialog.FileName = "FusionConfiguration.xml";
this.OpenConfigDialog.Filter = "Fusion Configuration Files [*.xml]|*.xml";
this.OpenConfigDialog.Title = "Open Configuration File";
//
// MainMDXConfigForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1008, 714);
this.Controls.Add(this.SPLIT_DESIGNER);
this.Controls.Add(this.TS_MAINTOP);
this.Cursor = System.Windows.Forms.Cursors.Arrow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainMDXConfigForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Fusion Control Centre Uber MDX Edition Configurator";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainMDXConfigForm_FormClosing);
this.TS_MAINTOP.ResumeLayout(false);
this.TS_MAINTOP.PerformLayout();
this.SPLIT_DESIGNER.Panel1.ResumeLayout(false);
this.SPLIT_DESIGNER.Panel2.ResumeLayout(false);
this.SPLIT_DESIGNER.Panel2.PerformLayout();
this.SPLIT_DESIGNER.ResumeLayout(false);
this.SPLIT_TEXTUAL.Panel1.ResumeLayout(false);
this.SPLIT_TEXTUAL.Panel2.ResumeLayout(false);
this.SPLIT_TEXTUAL.Panel2.PerformLayout();
this.SPLIT_TEXTUAL.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.PICTBOX_GRAPHICS)).EndInit();
this.TS_LogicToolBar.ResumeLayout(false);
this.TS_LogicToolBar.PerformLayout();
this.TS_GraphicsToolBar.ResumeLayout(false);
this.TS_GraphicsToolBar.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
#region Backup of Main Toolbar
/*
* //
// TS_MAINTOP
//
this.TS_MAINTOP.BackColor = System.Drawing.SystemColors.Control;
this.TS_MAINTOP.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.TS_MAINTOP.ImageScalingSize = new System.Drawing.Size(58, 56);
this.TS_MAINTOP.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TSB_Save,
this.TSB_OpenFile,
this.TSB_Delete,
this.toolStripSeparator4,
this.TSB_Properties,
this.TSB_GRAPHICSPROPERTIES,
this.TSB_ConfigGraphics,
this.TSP_ConfigLogic,
this.toolStripSeparator3,
this.TSB_AddBrain,
this.TSB_DigitalOutput,
this.TSB_AddAnalogue,
this.toolStripSeparator2,
this.TSB_Timers,
this.TSB_FusionFont,
this.TSB_Logging,
this.TSB_Function,
this.toolStripSeparator1,
this.TSB_TestRun,
this.TSB_TestStop});
*/
#endregion
private System.Windows.Forms.ToolStrip TS_MAINTOP;
private System.Windows.Forms.ToolStripButton TSB_FusionFont;
private System.Windows.Forms.ToolStripButton TSB_Save;
private System.Windows.Forms.ToolStripButton TSB_Delete;
private System.Windows.Forms.ToolStripButton TSB_OpenFile;
private System.Windows.Forms.ToolStripButton TSB_Properties;
private System.Windows.Forms.ToolStripButton TSP_ConfigLogic;
private System.Windows.Forms.ToolStripButton TSB_ConfigGraphics;
private System.Windows.Forms.SplitContainer SPLIT_DESIGNER;
private System.Windows.Forms.ToolStrip TS_GraphicsToolBar;
private System.Windows.Forms.ToolStripButton TSB_PreviousPage;
private System.Windows.Forms.ToolStripButton TSB_NextPage;
private System.Windows.Forms.SplitContainer SPLIT_TEXTUAL;
private System.Windows.Forms.TextBox TXT_AllXMLCode;
private System.Windows.Forms.ListView LISTVIEW_AllXMLNodes;
private System.Windows.Forms.ToolStrip TS_LogicToolBar;
private System.Windows.Forms.ToolStripButton TSB_AddBrain;
private System.Windows.Forms.ToolStripButton TSB_AddAnalogue;
private System.Windows.Forms.ToolStripButton TSB_DigitalOutput;
private System.Windows.Forms.ToolStripButton TSB_Timers;
private System.Windows.Forms.ToolStripButton TSB_Logging;
private System.Windows.Forms.ToolStripSeparator TSS_4;
private System.Windows.Forms.ToolStripSeparator TSS_3;
private System.Windows.Forms.ToolStripSeparator TSS_2;
private System.Windows.Forms.ToolStripButton TSB_Function;
private System.Windows.Forms.ToolStripButton TSB_GRAPHICSPROPERTIES;
private System.Windows.Forms.SaveFileDialog SaveConfigDialog;
private System.Windows.Forms.ImageList ImageListForListView_Large;
private System.Windows.Forms.ToolStripButton TSB_Variable;
private System.Windows.Forms.ToolStripSeparator TSS_1;
private System.Windows.Forms.ToolStripButton TSB_MAINHELP;
private System.Windows.Forms.TabControl TABCONTROL_EACHIF;
private System.Windows.Forms.ToolStripButton TSB_LogicAdd;
private System.Windows.Forms.ToolStripButton TSB_LogicDelete;
private System.Windows.Forms.ToolStripButton TSB_LogicEdit;
private System.Windows.Forms.ToolStripLabel TSL_PAGEOFPAGE;
private System.Windows.Forms.ToolStripButton TSB_GRAPHICEDITOR;
private System.Windows.Forms.ToolStripSeparator TSS_5;
private System.Windows.Forms.ToolStripButton TSB_GRAPHIC_DELETE;
private System.Windows.Forms.ToolStripButton TSB_GRAPHIC_ADDPAGE;
private System.Windows.Forms.PictureBox PICTBOX_GRAPHICS;
private System.Windows.Forms.OpenFileDialog OpenConfigDialog;
private System.Windows.Forms.ToolStripButton TSB_NEW;
private System.Windows.Forms.ToolStripButton TSB_Speech;
private System.Windows.Forms.ToolStripButton TSB_DEBUG;
private System.Windows.Forms.ToolStripButton TSB_MAGIC_NINJA;
private System.Windows.Forms.ToolStripButton TSB_RemoteControl;
private System.Windows.Forms.ToolStripButton TSB_COM;
}
}