namespace FCC_Uber_MDX_Configurator { partial class CustomFunctionForm { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomFunctionForm)); this.SPLIT_DESIGNER = new System.Windows.Forms.SplitContainer(); this.TXT_FUNCTION = new System.Windows.Forms.TextBox(); this.LOGIC_PANEL = new System.Windows.Forms.Panel(); this.TS_LogicToolBar = new System.Windows.Forms.ToolStrip(); this.TSBDROP_ADD_PREMADE_FUNCTION = new System.Windows.Forms.ToolStripSplitButton(); this.TSBDROP_BOOLEAN = new System.Windows.Forms.ToolStripSplitButton(); this.TSB_LOGIC_AND = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_OR = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_NOT = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_NAND = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_NOR = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_XOR = new System.Windows.Forms.ToolStripButton(); this.TSBDROP_NUMERICOPERATIONS = new System.Windows.Forms.ToolStripDropDownButton(); this.TSB_LOGIC_ADD = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_SUBTRACT = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_MULTIPLY = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_DIVIDE = new System.Windows.Forms.ToolStripButton(); this.TSBDROP_COMPARATIVEMODULES = new System.Windows.Forms.ToolStripDropDownButton(); this.TSB_LOGIC_EQUALS = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_NOTEQUAL = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_GREATERTHAN = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_LESSTHAN = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_GREATERTHANOREQUALTO = new System.Windows.Forms.ToolStripButton(); this.TSB_LOGIC_LESSTHANOREQUALTO = new System.Windows.Forms.ToolStripButton(); this.TSB_NUMBER = new System.Windows.Forms.ToolStripButton(); this.TSB_INPUTICON = new System.Windows.Forms.ToolStripSplitButton(); this.TSB_OUTPUTICON = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.TSB_DigitalOutput = new System.Windows.Forms.ToolStripSplitButton(); this.TSB_AddAnalogue = new System.Windows.Forms.ToolStripSplitButton(); this.TSB_Variable = new System.Windows.Forms.ToolStripSplitButton(); this.LISTVIEW_AllXMLNodes = new System.Windows.Forms.ListView(); this.TS_MAINTOP = new System.Windows.Forms.ToolStrip(); this.TSB_NEW = new System.Windows.Forms.ToolStripButton(); this.TSB_Save = new System.Windows.Forms.ToolStripButton(); this.TSB_OpenFile = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.TSB_GRAPHICS = new System.Windows.Forms.ToolStripButton(); this.TSB_TEXTBASED = new System.Windows.Forms.ToolStripButton(); this.TSB_Properties = new System.Windows.Forms.ToolStripButton(); this.TSB_TIMER = new System.Windows.Forms.ToolStripButton(); this.TSB_ThenIcon = new System.Windows.Forms.ToolStripButton(); this.TSB_MAINHELP = new System.Windows.Forms.ToolStripButton(); this.TSB_SHOWTEXTTOGGLE = new System.Windows.Forms.ToolStripButton(); this.TSB_AntiThenIcon = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.CONTEXT_STRIP_LogicDesigner_Module = new System.Windows.Forms.ContextMenuStrip(this.components); this.CMS_TSMI_About = new System.Windows.Forms.ToolStripMenuItem(); this.CMS_TSMI_Delete = new System.Windows.Forms.ToolStripMenuItem(); this.GraphicsUpdateTimer = new System.Windows.Forms.Timer(this.components); this.TOOLTIP_MODULEHELP = new System.Windows.Forms.ToolTip(this.components); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.TSB_DROP_BETWEEN = new System.Windows.Forms.ToolStripDropDownButton(); this.TSB_BETWEEN_II = new System.Windows.Forms.ToolStripButton(); this.TSB_BETWEEN_EE = new System.Windows.Forms.ToolStripButton(); this.TSB_BETWEEN_EI = new System.Windows.Forms.ToolStripButton(); this.TSB_BETWEEN_IE = new System.Windows.Forms.ToolStripButton(); this.SPLIT_DESIGNER.Panel1.SuspendLayout(); this.SPLIT_DESIGNER.Panel2.SuspendLayout(); this.SPLIT_DESIGNER.SuspendLayout(); this.TS_LogicToolBar.SuspendLayout(); this.TS_MAINTOP.SuspendLayout(); this.CONTEXT_STRIP_LogicDesigner_Module.SuspendLayout(); this.SuspendLayout(); // // 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, 63); 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.TXT_FUNCTION); this.SPLIT_DESIGNER.Panel1Collapsed = true; // // 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.LOGIC_PANEL); this.SPLIT_DESIGNER.Panel2.Controls.Add(this.TS_LogicToolBar); this.SPLIT_DESIGNER.Size = new System.Drawing.Size(1034, 651); this.SPLIT_DESIGNER.SplitterDistance = 467; this.SPLIT_DESIGNER.TabIndex = 5; // // TXT_FUNCTION // this.TXT_FUNCTION.BackColor = System.Drawing.Color.White; this.TXT_FUNCTION.Dock = System.Windows.Forms.DockStyle.Fill; this.TXT_FUNCTION.Font = new System.Drawing.Font("Courier New", 9.75F); this.TXT_FUNCTION.Location = new System.Drawing.Point(0, 0); this.TXT_FUNCTION.MaxLength = 262143; this.TXT_FUNCTION.Multiline = true; this.TXT_FUNCTION.Name = "TXT_FUNCTION"; this.TXT_FUNCTION.ReadOnly = true; this.TXT_FUNCTION.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.TXT_FUNCTION.Size = new System.Drawing.Size(465, 98); this.TXT_FUNCTION.TabIndex = 0; // // LOGIC_PANEL // this.LOGIC_PANEL.AutoScroll = true; this.LOGIC_PANEL.BackColor = System.Drawing.Color.White; this.LOGIC_PANEL.Dock = System.Windows.Forms.DockStyle.Fill; this.LOGIC_PANEL.Location = new System.Drawing.Point(0, 63); this.LOGIC_PANEL.Name = "LOGIC_PANEL"; this.LOGIC_PANEL.Size = new System.Drawing.Size(1032, 586); this.LOGIC_PANEL.TabIndex = 5; this.LOGIC_PANEL.MouseLeave += new System.EventHandler(this.LOGIC_PANEL_MouseLeave); this.LOGIC_PANEL.MouseMove += new System.Windows.Forms.MouseEventHandler(this.LOGIC_PANEL_MouseMove); this.LOGIC_PANEL.MouseClick += new System.Windows.Forms.MouseEventHandler(this.LOGIC_PANEL_MouseClick); this.LOGIC_PANEL.MouseEnter += new System.EventHandler(this.LOGIC_PANEL_MouseEnter); // // 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.TSBDROP_ADD_PREMADE_FUNCTION, this.TSBDROP_BOOLEAN, this.TSBDROP_NUMERICOPERATIONS, this.TSBDROP_COMPARATIVEMODULES, this.TSB_DROP_BETWEEN, this.TSB_NUMBER, this.TSB_INPUTICON, this.TSB_OUTPUTICON, this.toolStripSeparator3, this.TSB_DigitalOutput, this.TSB_AddAnalogue, this.TSB_Variable}); this.TS_LogicToolBar.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow; this.TS_LogicToolBar.Location = new System.Drawing.Point(0, 0); this.TS_LogicToolBar.Name = "TS_LogicToolBar"; this.TS_LogicToolBar.Size = new System.Drawing.Size(1032, 63); this.TS_LogicToolBar.TabIndex = 4; this.TS_LogicToolBar.Text = "Logic ToolBar"; // // TSBDROP_ADD_PREMADE_FUNCTION // this.TSBDROP_ADD_PREMADE_FUNCTION.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSBDROP_ADD_PREMADE_FUNCTION.Enabled = false; this.TSBDROP_ADD_PREMADE_FUNCTION.Font = new System.Drawing.Font("Arial", 14.25F); this.TSBDROP_ADD_PREMADE_FUNCTION.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.FunctionIcon; this.TSBDROP_ADD_PREMADE_FUNCTION.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSBDROP_ADD_PREMADE_FUNCTION.Name = "TSBDROP_ADD_PREMADE_FUNCTION"; this.TSBDROP_ADD_PREMADE_FUNCTION.Size = new System.Drawing.Size(74, 60); this.TSBDROP_ADD_PREMADE_FUNCTION.Text = "Add an already programmed Function"; this.TSBDROP_ADD_PREMADE_FUNCTION.Click += new System.EventHandler(this.TSBDROP_ADD_PREMADE_FUNCTION_Click); this.TSBDROP_ADD_PREMADE_FUNCTION.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.TSBDROP_ADD_PREMADE_FUNCTION_DropDownItemClicked); // // TSBDROP_BOOLEAN // this.TSBDROP_BOOLEAN.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSBDROP_BOOLEAN.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSB_LOGIC_AND, this.TSB_LOGIC_OR, this.TSB_LOGIC_NOT, this.TSB_LOGIC_NAND, this.TSB_LOGIC_NOR, this.TSB_LOGIC_XOR}); this.TSBDROP_BOOLEAN.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LogicBooleanIcon; this.TSBDROP_BOOLEAN.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSBDROP_BOOLEAN.Name = "TSBDROP_BOOLEAN"; this.TSBDROP_BOOLEAN.Size = new System.Drawing.Size(74, 60); this.TSBDROP_BOOLEAN.Text = "Boolean Operation Modules"; this.TSBDROP_BOOLEAN.ButtonClick += new System.EventHandler(this.TSBDROP_BOOLEAN_ButtonClick); // // TSB_LOGIC_AND // this.TSB_LOGIC_AND.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_AND.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AND_Icon; this.TSB_LOGIC_AND.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_AND.Name = "TSB_LOGIC_AND"; this.TSB_LOGIC_AND.Size = new System.Drawing.Size(23, 20); this.TSB_LOGIC_AND.Text = "Add new logical AND object"; this.TSB_LOGIC_AND.Click += new System.EventHandler(this.TSB_LOGIC_AND_Click); // // TSB_LOGIC_OR // this.TSB_LOGIC_OR.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_OR.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.OR_Icon; this.TSB_LOGIC_OR.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_OR.Name = "TSB_LOGIC_OR"; this.TSB_LOGIC_OR.Size = new System.Drawing.Size(23, 20); this.TSB_LOGIC_OR.Text = "Add new logical OR object"; this.TSB_LOGIC_OR.Click += new System.EventHandler(this.TSB_LOGIC_OR_Click); // // TSB_LOGIC_NOT // this.TSB_LOGIC_NOT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_NOT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NOT_Icon; this.TSB_LOGIC_NOT.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_NOT.Name = "TSB_LOGIC_NOT"; this.TSB_LOGIC_NOT.Size = new System.Drawing.Size(23, 20); this.TSB_LOGIC_NOT.Text = "Add new logical NOT object"; this.TSB_LOGIC_NOT.Click += new System.EventHandler(this.TSB_LOGIC_NOT_Click); // // TSB_LOGIC_NAND // this.TSB_LOGIC_NAND.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_NAND.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NAND_Icon; this.TSB_LOGIC_NAND.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_NAND.Name = "TSB_LOGIC_NAND"; this.TSB_LOGIC_NAND.Size = new System.Drawing.Size(23, 20); this.TSB_LOGIC_NAND.Text = "Add a new logical NAND object"; this.TSB_LOGIC_NAND.Click += new System.EventHandler(this.TSB_LOGIC_NAND_Click); // // TSB_LOGIC_NOR // this.TSB_LOGIC_NOR.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_NOR.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NOR_Icon; this.TSB_LOGIC_NOR.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_NOR.Name = "TSB_LOGIC_NOR"; this.TSB_LOGIC_NOR.Size = new System.Drawing.Size(23, 20); this.TSB_LOGIC_NOR.Text = "Add new logical NOR object"; this.TSB_LOGIC_NOR.Click += new System.EventHandler(this.TSB_LOGIC_NOR_Click); // // TSB_LOGIC_XOR // this.TSB_LOGIC_XOR.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_XOR.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.XOR_Icon; this.TSB_LOGIC_XOR.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_XOR.Name = "TSB_LOGIC_XOR"; this.TSB_LOGIC_XOR.Size = new System.Drawing.Size(23, 20); this.TSB_LOGIC_XOR.Text = "Add new logical XOR object"; this.TSB_LOGIC_XOR.Click += new System.EventHandler(this.TSB_LOGIC_XOR_Click); // // TSBDROP_NUMERICOPERATIONS // this.TSBDROP_NUMERICOPERATIONS.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSBDROP_NUMERICOPERATIONS.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSB_LOGIC_ADD, this.TSB_LOGIC_SUBTRACT, this.TSB_LOGIC_MULTIPLY, this.TSB_LOGIC_DIVIDE}); this.TSBDROP_NUMERICOPERATIONS.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LogicNumericIcon; this.TSBDROP_NUMERICOPERATIONS.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSBDROP_NUMERICOPERATIONS.Name = "TSBDROP_NUMERICOPERATIONS"; this.TSBDROP_NUMERICOPERATIONS.Size = new System.Drawing.Size(71, 60); this.TSBDROP_NUMERICOPERATIONS.Text = "Numeric Operation Modules"; this.TSBDROP_NUMERICOPERATIONS.Click += new System.EventHandler(this.TSBDROP_NUMERICOPERATIONS_Click); // // TSB_LOGIC_ADD // this.TSB_LOGIC_ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_ADD.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_Addition_Icon; this.TSB_LOGIC_ADD.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_ADD.Name = "TSB_LOGIC_ADD"; this.TSB_LOGIC_ADD.Size = new System.Drawing.Size(23, 20); this.TSB_LOGIC_ADD.Text = "Addition Operator"; this.TSB_LOGIC_ADD.Click += new System.EventHandler(this.TSB_LOGIC_ADD_Click); // // TSB_LOGIC_SUBTRACT // this.TSB_LOGIC_SUBTRACT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_SUBTRACT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_Subtraction_Icon; this.TSB_LOGIC_SUBTRACT.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_SUBTRACT.Name = "TSB_LOGIC_SUBTRACT"; this.TSB_LOGIC_SUBTRACT.Size = new System.Drawing.Size(23, 20); this.TSB_LOGIC_SUBTRACT.Text = "Subtraction Operator"; this.TSB_LOGIC_SUBTRACT.Click += new System.EventHandler(this.TSB_LOGIC_SUBTRACT_Click); // // TSB_LOGIC_MULTIPLY // this.TSB_LOGIC_MULTIPLY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_MULTIPLY.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_Multiplication_Icon; this.TSB_LOGIC_MULTIPLY.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_MULTIPLY.Name = "TSB_LOGIC_MULTIPLY"; this.TSB_LOGIC_MULTIPLY.Size = new System.Drawing.Size(23, 20); this.TSB_LOGIC_MULTIPLY.Text = "Multiplication Operator"; this.TSB_LOGIC_MULTIPLY.Click += new System.EventHandler(this.TSB_LOGIC_MULTIPLY_Click); // // TSB_LOGIC_DIVIDE // this.TSB_LOGIC_DIVIDE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_DIVIDE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_Division_Icon; this.TSB_LOGIC_DIVIDE.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_DIVIDE.Name = "TSB_LOGIC_DIVIDE"; this.TSB_LOGIC_DIVIDE.Size = new System.Drawing.Size(23, 20); this.TSB_LOGIC_DIVIDE.Text = "Division Operator"; this.TSB_LOGIC_DIVIDE.Click += new System.EventHandler(this.TSB_LOGIC_DIVIDE_Click); // // TSBDROP_COMPARATIVEMODULES // this.TSBDROP_COMPARATIVEMODULES.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSBDROP_COMPARATIVEMODULES.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSB_LOGIC_EQUALS, this.TSB_LOGIC_NOTEQUAL, this.TSB_LOGIC_GREATERTHAN, this.TSB_LOGIC_LESSTHAN, this.TSB_LOGIC_GREATERTHANOREQUALTO, this.TSB_LOGIC_LESSTHANOREQUALTO}); this.TSBDROP_COMPARATIVEMODULES.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LogicComparatorIcon; this.TSBDROP_COMPARATIVEMODULES.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSBDROP_COMPARATIVEMODULES.Name = "TSBDROP_COMPARATIVEMODULES"; this.TSBDROP_COMPARATIVEMODULES.Size = new System.Drawing.Size(71, 60); this.TSBDROP_COMPARATIVEMODULES.Text = "Comparative Modules"; this.TSBDROP_COMPARATIVEMODULES.Click += new System.EventHandler(this.TSBDROP_COMPARATIVEMODULES_Click); // // TSB_LOGIC_EQUALS // this.TSB_LOGIC_EQUALS.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_EQUALS.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_Equals_Icon; this.TSB_LOGIC_EQUALS.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_EQUALS.Name = "TSB_LOGIC_EQUALS"; this.TSB_LOGIC_EQUALS.Size = new System.Drawing.Size(62, 60); this.TSB_LOGIC_EQUALS.Text = "Equals Operator"; this.TSB_LOGIC_EQUALS.Click += new System.EventHandler(this.TSB_LOGIC_EQUALS_Click); // // TSB_LOGIC_NOTEQUAL // this.TSB_LOGIC_NOTEQUAL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_NOTEQUAL.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_NotEqual_Icon; this.TSB_LOGIC_NOTEQUAL.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_NOTEQUAL.Name = "TSB_LOGIC_NOTEQUAL"; this.TSB_LOGIC_NOTEQUAL.Size = new System.Drawing.Size(62, 60); this.TSB_LOGIC_NOTEQUAL.Text = "Not Equal Operator"; this.TSB_LOGIC_NOTEQUAL.Click += new System.EventHandler(this.TSB_LOGIC_NOTEQUAL_Click); // // TSB_LOGIC_GREATERTHAN // this.TSB_LOGIC_GREATERTHAN.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_GREATERTHAN.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_GreaterThan_Icon; this.TSB_LOGIC_GREATERTHAN.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_GREATERTHAN.Name = "TSB_LOGIC_GREATERTHAN"; this.TSB_LOGIC_GREATERTHAN.Size = new System.Drawing.Size(62, 60); this.TSB_LOGIC_GREATERTHAN.Text = "Greater than Operator"; this.TSB_LOGIC_GREATERTHAN.Click += new System.EventHandler(this.TSB_LOGIC_GREATERTHAN_Click); // // TSB_LOGIC_LESSTHAN // this.TSB_LOGIC_LESSTHAN.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_LESSTHAN.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_LessThan_icon; this.TSB_LOGIC_LESSTHAN.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_LESSTHAN.Name = "TSB_LOGIC_LESSTHAN"; this.TSB_LOGIC_LESSTHAN.Size = new System.Drawing.Size(62, 60); this.TSB_LOGIC_LESSTHAN.Text = "Less than Operator"; this.TSB_LOGIC_LESSTHAN.Click += new System.EventHandler(this.TSB_LOGIC_LESSTHAN_Click); // // TSB_LOGIC_GREATERTHANOREQUALTO // this.TSB_LOGIC_GREATERTHANOREQUALTO.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_GREATERTHANOREQUALTO.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_GreaterThanOrEqualTo_Icon; this.TSB_LOGIC_GREATERTHANOREQUALTO.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_GREATERTHANOREQUALTO.Name = "TSB_LOGIC_GREATERTHANOREQUALTO"; this.TSB_LOGIC_GREATERTHANOREQUALTO.Size = new System.Drawing.Size(62, 60); this.TSB_LOGIC_GREATERTHANOREQUALTO.Text = "Greater than or Equal to Operator"; this.TSB_LOGIC_GREATERTHANOREQUALTO.Click += new System.EventHandler(this.TSB_LOGIC_GREATERTHANOREQUALTO_Click); // // TSB_LOGIC_LESSTHANOREQUALTO // this.TSB_LOGIC_LESSTHANOREQUALTO.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_LOGIC_LESSTHANOREQUALTO.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_LessThanOrEqualTo_icon; this.TSB_LOGIC_LESSTHANOREQUALTO.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_LOGIC_LESSTHANOREQUALTO.Name = "TSB_LOGIC_LESSTHANOREQUALTO"; this.TSB_LOGIC_LESSTHANOREQUALTO.Size = new System.Drawing.Size(62, 60); this.TSB_LOGIC_LESSTHANOREQUALTO.Text = "Less than or Equal to Operator"; this.TSB_LOGIC_LESSTHANOREQUALTO.Click += new System.EventHandler(this.TSB_LOGIC_LESSTHANOREQUALTO_Click); // // TSB_NUMBER // this.TSB_NUMBER.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_NUMBER.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NumberIcon; this.TSB_NUMBER.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_NUMBER.Name = "TSB_NUMBER"; this.TSB_NUMBER.Size = new System.Drawing.Size(62, 60); this.TSB_NUMBER.Text = "Add a Number to the Function"; this.TSB_NUMBER.Click += new System.EventHandler(this.TSB_NUMBER_Click); // // TSB_INPUTICON // this.TSB_INPUTICON.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_INPUTICON.Font = new System.Drawing.Font("Arial", 14.25F); this.TSB_INPUTICON.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LogicInputIcon; this.TSB_INPUTICON.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_INPUTICON.Name = "TSB_INPUTICON"; this.TSB_INPUTICON.Size = new System.Drawing.Size(74, 60); this.TSB_INPUTICON.Text = "Add an Input Node"; this.TSB_INPUTICON.Click += new System.EventHandler(this.TSB_INPUTICON_Click); this.TSB_INPUTICON.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.TSB_INPUTICON_DropDownItemClicked); // // TSB_OUTPUTICON // this.TSB_OUTPUTICON.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_OUTPUTICON.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LogicOutputIcon; this.TSB_OUTPUTICON.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_OUTPUTICON.Name = "TSB_OUTPUTICON"; this.TSB_OUTPUTICON.Size = new System.Drawing.Size(62, 60); this.TSB_OUTPUTICON.Text = "Add an Output Node"; this.TSB_OUTPUTICON.Click += new System.EventHandler(this.TSB_OUTPUTICON_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 23); // // TSB_DigitalOutput // this.TSB_DigitalOutput.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_DigitalOutput.Font = new System.Drawing.Font("Arial", 14.25F); 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(74, 60); this.TSB_DigitalOutput.Text = "Add a Digital Output Node"; this.TSB_DigitalOutput.ButtonClick += new System.EventHandler(this.TSB_DigitalOutput_ButtonClick); this.TSB_DigitalOutput.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.TSB_DigitalOutput_DropDownItemClicked); // // TSB_AddAnalogue // this.TSB_AddAnalogue.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_AddAnalogue.Font = new System.Drawing.Font("Arial", 14.25F); 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(74, 60); this.TSB_AddAnalogue.Text = "Add an Analogue Input Node"; this.TSB_AddAnalogue.ButtonClick += new System.EventHandler(this.TSB_AddAnalogue_ButtonClick); this.TSB_AddAnalogue.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.TSB_AddAnalogue_DropDownItemClicked); // // TSB_Variable // this.TSB_Variable.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_Variable.Font = new System.Drawing.Font("Arial", 14.25F); 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(74, 60); this.TSB_Variable.Text = "Add an Analogue Input Node"; this.TSB_Variable.ButtonClick += new System.EventHandler(this.TSB_Variable_ButtonClick); // // LISTVIEW_AllXMLNodes // this.LISTVIEW_AllXMLNodes.Activation = System.Windows.Forms.ItemActivation.OneClick; this.LISTVIEW_AllXMLNodes.Dock = System.Windows.Forms.DockStyle.Fill; this.LISTVIEW_AllXMLNodes.Location = new System.Drawing.Point(0, 63); this.LISTVIEW_AllXMLNodes.MultiSelect = false; this.LISTVIEW_AllXMLNodes.Name = "LISTVIEW_AllXMLNodes"; this.LISTVIEW_AllXMLNodes.ShowItemToolTips = true; this.LISTVIEW_AllXMLNodes.Size = new System.Drawing.Size(1034, 651); this.LISTVIEW_AllXMLNodes.TabIndex = 4; this.LISTVIEW_AllXMLNodes.TabStop = false; this.LISTVIEW_AllXMLNodes.TileSize = new System.Drawing.Size(70, 80); this.LISTVIEW_AllXMLNodes.UseCompatibleStateImageBehavior = false; // // 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_Save, this.TSB_OpenFile, this.toolStripSeparator1, this.TSB_GRAPHICS, this.TSB_TEXTBASED, this.TSB_Properties, this.TSB_TIMER, this.TSB_ThenIcon, this.TSB_MAINHELP, this.TSB_SHOWTEXTTOGGLE, this.TSB_AntiThenIcon}); this.TS_MAINTOP.Location = new System.Drawing.Point(0, 0); this.TS_MAINTOP.Name = "TS_MAINTOP"; this.TS_MAINTOP.Size = new System.Drawing.Size(1034, 63); this.TS_MAINTOP.TabIndex = 3; this.TS_MAINTOP.Text = "Main Tool Bar"; // // 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 Function"; this.TSB_NEW.Click += new System.EventHandler(this.TSB_NEW_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); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 63); // // TSB_GRAPHICS // this.TSB_GRAPHICS.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_GRAPHICS.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.GraphicsIcon; this.TSB_GRAPHICS.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_GRAPHICS.Name = "TSB_GRAPHICS"; this.TSB_GRAPHICS.Size = new System.Drawing.Size(62, 60); this.TSB_GRAPHICS.Text = "Graphical Layout"; this.TSB_GRAPHICS.Click += new System.EventHandler(this.TSB_GRAPHICS_Click); // // TSB_TEXTBASED // this.TSB_TEXTBASED.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_TEXTBASED.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.ConfigIcon; this.TSB_TEXTBASED.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_TEXTBASED.Name = "TSB_TEXTBASED"; this.TSB_TEXTBASED.Size = new System.Drawing.Size(62, 60); this.TSB_TEXTBASED.Text = "Function Output (Text)"; this.TSB_TEXTBASED.Click += new System.EventHandler(this.TSB_TEXTBASED_Click); // // 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_TIMER // this.TSB_TIMER.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_TIMER.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.TimersIcon; this.TSB_TIMER.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_TIMER.Name = "TSB_TIMER"; this.TSB_TIMER.Size = new System.Drawing.Size(62, 60); this.TSB_TIMER.Text = "Change the Firing Timer"; this.TSB_TIMER.Click += new System.EventHandler(this.BTN_TIMER_Click); // // TSB_ThenIcon // this.TSB_ThenIcon.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_ThenIcon.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.ThenDoPlus; this.TSB_ThenIcon.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_ThenIcon.Name = "TSB_ThenIcon"; this.TSB_ThenIcon.Size = new System.Drawing.Size(62, 60); this.TSB_ThenIcon.Text = "Edit or Add Then Statements"; this.TSB_ThenIcon.Click += new System.EventHandler(this.TSB_ThenIcon_Click); // // TSB_MAINHELP // this.TSB_MAINHELP.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.TSB_MAINHELP.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 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"; // // TSB_SHOWTEXTTOGGLE // this.TSB_SHOWTEXTTOGGLE.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.TSB_SHOWTEXTTOGGLE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_SHOWTEXTTOGGLE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.ShowTextIcon; this.TSB_SHOWTEXTTOGGLE.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_SHOWTEXTTOGGLE.Name = "TSB_SHOWTEXTTOGGLE"; this.TSB_SHOWTEXTTOGGLE.Size = new System.Drawing.Size(62, 60); this.TSB_SHOWTEXTTOGGLE.Text = "Show/Hide Text IDs"; this.TSB_SHOWTEXTTOGGLE.Click += new System.EventHandler(this.TSB_SHOWTEXTTOGGLE_Click); // // TSB_AntiThenIcon // this.TSB_AntiThenIcon.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_AntiThenIcon.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.ThenDoMinus; this.TSB_AntiThenIcon.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_AntiThenIcon.Name = "TSB_AntiThenIcon"; this.TSB_AntiThenIcon.Size = new System.Drawing.Size(62, 60); this.TSB_AntiThenIcon.Text = "Edit or Add Anti Then Statements"; this.TSB_AntiThenIcon.Click += new System.EventHandler(this.TSB_AntiThenIcon_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(104, 6); // // CONTEXT_STRIP_LogicDesigner_Module // this.CONTEXT_STRIP_LogicDesigner_Module.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CMS_TSMI_About, this.toolStripSeparator2, this.CMS_TSMI_Delete}); this.CONTEXT_STRIP_LogicDesigner_Module.Name = "CONTEXT_STRIP_LogicDesigner_Module"; this.CONTEXT_STRIP_LogicDesigner_Module.Size = new System.Drawing.Size(108, 54); this.CONTEXT_STRIP_LogicDesigner_Module.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.CONTEXT_STRIP_LogicDesigner_Module_ItemClicked); // // CMS_TSMI_About // this.CMS_TSMI_About.Name = "CMS_TSMI_About"; this.CMS_TSMI_About.Size = new System.Drawing.Size(107, 22); this.CMS_TSMI_About.Text = "About"; // // CMS_TSMI_Delete // this.CMS_TSMI_Delete.Name = "CMS_TSMI_Delete"; this.CMS_TSMI_Delete.Size = new System.Drawing.Size(107, 22); this.CMS_TSMI_Delete.Text = "Delete"; // // toolStripButton4 // this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton4.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_GreaterThanOrEqualTo_Icon; this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(62, 60); this.toolStripButton4.Text = "Greater than or Equal to Operator"; // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_GreaterThan_Icon; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(62, 60); this.toolStripButton3.Text = "Greater than Operator"; // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_LessThanOrEqualTo_icon; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(62, 60); this.toolStripButton2.Text = "Less than or Equal to Operator"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_LessThan_icon; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(62, 60); this.toolStripButton1.Text = "Less than Operator"; // // TSB_DROP_BETWEEN // this.TSB_DROP_BETWEEN.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_DROP_BETWEEN.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSB_BETWEEN_II, this.TSB_BETWEEN_EE, this.TSB_BETWEEN_EI, this.TSB_BETWEEN_IE}); this.TSB_DROP_BETWEEN.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LogicComparatorIcon; this.TSB_DROP_BETWEEN.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_DROP_BETWEEN.Name = "TSB_DROP_BETWEEN"; this.TSB_DROP_BETWEEN.Size = new System.Drawing.Size(71, 60); this.TSB_DROP_BETWEEN.Text = "Comparative Modules"; // // TSB_BETWEEN_II // this.TSB_BETWEEN_II.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_BETWEEN_II.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_Between_Inclusive_Inclusive; this.TSB_BETWEEN_II.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_BETWEEN_II.Name = "TSB_BETWEEN_II"; this.TSB_BETWEEN_II.Size = new System.Drawing.Size(62, 60); this.TSB_BETWEEN_II.Text = "Between Inclusive Operator"; this.TSB_BETWEEN_II.Click += new System.EventHandler(this.TSB_BETWEEN_II_Click); // // TSB_BETWEEN_EE // this.TSB_BETWEEN_EE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_BETWEEN_EE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_Between_Exclusive_Exclusive; this.TSB_BETWEEN_EE.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_BETWEEN_EE.Name = "TSB_BETWEEN_EE"; this.TSB_BETWEEN_EE.Size = new System.Drawing.Size(62, 60); this.TSB_BETWEEN_EE.Text = "Between Exclusive Operator"; this.TSB_BETWEEN_EE.Click += new System.EventHandler(this.TSB_BETWEEN_EE_Click); // // TSB_BETWEEN_EI // this.TSB_BETWEEN_EI.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_BETWEEN_EI.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_Between_Exclusive_Inclusive; this.TSB_BETWEEN_EI.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_BETWEEN_EI.Name = "TSB_BETWEEN_EI"; this.TSB_BETWEEN_EI.Size = new System.Drawing.Size(62, 60); this.TSB_BETWEEN_EI.Text = "Between Exclusive/Inclusive Operator"; this.TSB_BETWEEN_EI.Click += new System.EventHandler(this.TSB_BETWEEN_EI_Click); // // TSB_BETWEEN_IE // this.TSB_BETWEEN_IE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_BETWEEN_IE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.Text_Between_Inclusive_Exclusive; this.TSB_BETWEEN_IE.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_BETWEEN_IE.Name = "TSB_BETWEEN_IE"; this.TSB_BETWEEN_IE.Size = new System.Drawing.Size(62, 60); this.TSB_BETWEEN_IE.Text = "Between Inclusive/Exclusive Operator"; this.TSB_BETWEEN_IE.Click += new System.EventHandler(this.TSB_BETWEEN_IE_Click); // // CustomFunctionForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1034, 714); this.Controls.Add(this.SPLIT_DESIGNER); this.Controls.Add(this.LISTVIEW_AllXMLNodes); this.Controls.Add(this.TS_MAINTOP); this.Cursor = System.Windows.Forms.Cursors.Default; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "CustomFunctionForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Logic and Function Form"; this.Paint += new System.Windows.Forms.PaintEventHandler(this.CustomFunctionForm_Paint); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CustomFunctionForm_FormClosing); this.SPLIT_DESIGNER.Panel1.ResumeLayout(false); this.SPLIT_DESIGNER.Panel1.PerformLayout(); this.SPLIT_DESIGNER.Panel2.ResumeLayout(false); this.SPLIT_DESIGNER.Panel2.PerformLayout(); this.SPLIT_DESIGNER.ResumeLayout(false); this.TS_LogicToolBar.ResumeLayout(false); this.TS_LogicToolBar.PerformLayout(); this.TS_MAINTOP.ResumeLayout(false); this.TS_MAINTOP.PerformLayout(); this.CONTEXT_STRIP_LogicDesigner_Module.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.SplitContainer SPLIT_DESIGNER; private System.Windows.Forms.ListView LISTVIEW_AllXMLNodes; private System.Windows.Forms.ToolStrip TS_MAINTOP; private System.Windows.Forms.ToolStripButton TSB_Save; private System.Windows.Forms.ToolStripButton TSB_OpenFile; private System.Windows.Forms.ToolStripButton TSB_Properties; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton TSB_MAINHELP; private System.Windows.Forms.TextBox TXT_FUNCTION; private System.Windows.Forms.ToolStrip TS_LogicToolBar; private System.Windows.Forms.ToolStripSplitButton TSBDROP_ADD_PREMADE_FUNCTION; private System.Windows.Forms.Panel LOGIC_PANEL; private System.Windows.Forms.ContextMenuStrip CONTEXT_STRIP_LogicDesigner_Module; private System.Windows.Forms.ToolStripMenuItem CMS_TSMI_About; private System.Windows.Forms.ToolStripMenuItem CMS_TSMI_Delete; private System.Windows.Forms.Timer GraphicsUpdateTimer; private System.Windows.Forms.ToolStripSplitButton TSBDROP_BOOLEAN; private System.Windows.Forms.ToolStripButton TSB_LOGIC_AND; private System.Windows.Forms.ToolStripButton TSB_LOGIC_OR; private System.Windows.Forms.ToolStripButton TSB_LOGIC_NOT; private System.Windows.Forms.ToolStripButton TSB_LOGIC_NAND; private System.Windows.Forms.ToolStripButton TSB_LOGIC_NOR; private System.Windows.Forms.ToolStripButton TSB_LOGIC_XOR; private System.Windows.Forms.ToolStripDropDownButton TSBDROP_NUMERICOPERATIONS; private System.Windows.Forms.ToolStripButton TSB_LOGIC_SUBTRACT; private System.Windows.Forms.ToolStripButton TSB_LOGIC_ADD; private System.Windows.Forms.ToolStripButton TSB_LOGIC_MULTIPLY; private System.Windows.Forms.ToolStripButton TSB_LOGIC_DIVIDE; private System.Windows.Forms.ToolStripDropDownButton TSBDROP_COMPARATIVEMODULES; private System.Windows.Forms.ToolTip TOOLTIP_MODULEHELP; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton TSB_OUTPUTICON; private System.Windows.Forms.ToolStripButton TSB_TEXTBASED; private System.Windows.Forms.ToolStripButton TSB_GRAPHICS; private System.Windows.Forms.ToolStripButton TSB_NUMBER; private System.Windows.Forms.ToolStripButton TSB_NEW; private System.Windows.Forms.ToolStripSplitButton TSB_INPUTICON; private System.Windows.Forms.ToolStripSplitButton TSB_AddAnalogue; private System.Windows.Forms.ToolStripSplitButton TSB_Variable; private System.Windows.Forms.ToolStripSplitButton TSB_DigitalOutput; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton TSB_TIMER; private System.Windows.Forms.ToolStripButton TSB_ThenIcon; private System.Windows.Forms.ToolStripButton TSB_SHOWTEXTTOGGLE; private System.Windows.Forms.ToolStripButton TSB_AntiThenIcon; private System.Windows.Forms.ToolStripButton toolStripButton4; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton TSB_LOGIC_GREATERTHANOREQUALTO; private System.Windows.Forms.ToolStripButton TSB_LOGIC_GREATERTHAN; private System.Windows.Forms.ToolStripButton TSB_LOGIC_LESSTHANOREQUALTO; private System.Windows.Forms.ToolStripButton TSB_LOGIC_LESSTHAN; private System.Windows.Forms.ToolStripButton TSB_LOGIC_NOTEQUAL; private System.Windows.Forms.ToolStripButton TSB_LOGIC_EQUALS; private System.Windows.Forms.ToolStripDropDownButton TSB_DROP_BETWEEN; private System.Windows.Forms.ToolStripButton TSB_BETWEEN_II; private System.Windows.Forms.ToolStripButton TSB_BETWEEN_EE; private System.Windows.Forms.ToolStripButton TSB_BETWEEN_EI; private System.Windows.Forms.ToolStripButton TSB_BETWEEN_IE; } }