/// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GUICommande));
     ProgBar.cBlendItems  cBlendItems5  = new ProgBar.cBlendItems();
     ProgBar.cFocalPoints cFocalPoints5 = new ProgBar.cFocalPoints();
     ProgBar.cBlendItems  cBlendItems6  = new ProgBar.cBlendItems();
     ProgBar.cFocalPoints cFocalPoints6 = new ProgBar.cFocalPoints();
     ProgBar.cBlendItems  cBlendItems7  = new ProgBar.cBlendItems();
     ProgBar.cFocalPoints cFocalPoints7 = new ProgBar.cFocalPoints();
     ProgBar.cBlendItems  cBlendItems8  = new ProgBar.cBlendItems();
     ProgBar.cFocalPoints cFocalPoints8 = new ProgBar.cFocalPoints();
     this.label1                      = new System.Windows.Forms.Label();
     this.RightWheels                 = new System.Windows.Forms.Label();
     this.numericUpDownLeft           = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownRight          = new System.Windows.Forms.NumericUpDown();
     this.progressBarLeft             = new System.Windows.Forms.ProgressBar();
     this.progressBarRight            = new System.Windows.Forms.ProgressBar();
     this.statusStrip1                = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1       = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1                  = new System.Windows.Forms.MenuStrip();
     this.menuToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.connectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cameraViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.quitterToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.progBarIRFrontLeft          = new ProgBar.ProgBarPlus();
     this.progBarIRFrontRight         = new ProgBar.ProgBarPlus();
     this.progBarIRBackRight          = new ProgBar.ProgBarPlus();
     this.progBarIRBackLeft           = new ProgBar.ProgBarPlus();
     this.progressBarBatteryLevel     = new System.Windows.Forms.ProgressBar();
     this.BatteryValue                = new System.Windows.Forms.Label();
     this.groupBox1                   = new System.Windows.Forms.GroupBox();
     this.LeftRearward                = new System.Windows.Forms.RadioButton();
     this.LeftForward                 = new System.Windows.Forms.RadioButton();
     this.groupBox2                   = new System.Windows.Forms.GroupBox();
     this.RightRearward               = new System.Windows.Forms.RadioButton();
     this.RightForward                = new System.Windows.Forms.RadioButton();
     this.button1                     = new System.Windows.Forms.Button();
     this.textBox1                    = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLeft)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRight)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // RightWheels
     //
     resources.ApplyResources(this.RightWheels, "RightWheels");
     this.RightWheels.Name = "RightWheels";
     //
     // numericUpDownLeft
     //
     resources.ApplyResources(this.numericUpDownLeft, "numericUpDownLeft");
     this.numericUpDownLeft.Maximum = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.numericUpDownLeft.Name  = "numericUpDownLeft";
     this.numericUpDownLeft.Value = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDownLeft.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // numericUpDownRight
     //
     resources.ApplyResources(this.numericUpDownRight, "numericUpDownRight");
     this.numericUpDownRight.Maximum = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.numericUpDownRight.Name  = "numericUpDownRight";
     this.numericUpDownRight.Value = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDownRight.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
     //
     // progressBarLeft
     //
     resources.ApplyResources(this.progressBarLeft, "progressBarLeft");
     this.progressBarLeft.Name = "progressBarLeft";
     //
     // progressBarRight
     //
     resources.ApplyResources(this.progressBarRight, "progressBarRight");
     this.progressBarRight.Name = "progressBarRight";
     //
     // statusStrip1
     //
     resources.ApplyResources(this.statusStrip1, "statusStrip1");
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Name = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
     this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.Red;
     this.toolStripStatusLabel1.Name      = "toolStripStatusLabel1";
     //
     // menuStrip1
     //
     resources.ApplyResources(this.menuStrip1, "menuStrip1");
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuToolStripMenuItem,
         this.quitterToolStripMenuItem
     });
     this.menuStrip1.Name = "menuStrip1";
     //
     // menuToolStripMenuItem
     //
     resources.ApplyResources(this.menuToolStripMenuItem, "menuToolStripMenuItem");
     this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.connectionToolStripMenuItem,
         this.cameraViewToolStripMenuItem,
         this.aboutToolStripMenuItem
     });
     this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
     //
     // connectionToolStripMenuItem
     //
     resources.ApplyResources(this.connectionToolStripMenuItem, "connectionToolStripMenuItem");
     this.connectionToolStripMenuItem.Name   = "connectionToolStripMenuItem";
     this.connectionToolStripMenuItem.Click += new System.EventHandler(this.connectionToolStripMenuItem_Click);
     //
     // cameraViewToolStripMenuItem
     //
     resources.ApplyResources(this.cameraViewToolStripMenuItem, "cameraViewToolStripMenuItem");
     this.cameraViewToolStripMenuItem.Name   = "cameraViewToolStripMenuItem";
     this.cameraViewToolStripMenuItem.Click += new System.EventHandler(this.cameraViewToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     //
     // quitterToolStripMenuItem
     //
     resources.ApplyResources(this.quitterToolStripMenuItem, "quitterToolStripMenuItem");
     this.quitterToolStripMenuItem.Name   = "quitterToolStripMenuItem";
     this.quitterToolStripMenuItem.Click += new System.EventHandler(this.quitterToolStripMenuItem_Click);
     //
     // progBarIRFrontLeft
     //
     resources.ApplyResources(this.progBarIRFrontLeft, "progBarIRFrontLeft");
     cBlendItems5.iColor = new System.Drawing.Color[] {
         System.Drawing.Color.Navy,
         System.Drawing.Color.Blue
     };
     cBlendItems5.iPoint = new float[] {
         0F,
         1F
     };
     this.progBarIRFrontLeft.BarColorBlend      = cBlendItems5;
     this.progBarIRFrontLeft.BarColorSolid      = System.Drawing.Color.Green;
     this.progBarIRFrontLeft.BarColorSolidB     = System.Drawing.Color.White;
     this.progBarIRFrontLeft.BarLengthValue     = ((short)(25));
     this.progBarIRFrontLeft.BarPadding         = new System.Windows.Forms.Padding(0);
     this.progBarIRFrontLeft.BarStyleFill       = ProgBar.ProgBarPlus.eBarStyle.Solid;
     this.progBarIRFrontLeft.BarStyleLinear     = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.progBarIRFrontLeft.BarStyleTexture    = null;
     this.progBarIRFrontLeft.BorderWidth        = ((short)(1));
     this.progBarIRFrontLeft.Corners.All        = ((short)(0));
     this.progBarIRFrontLeft.Corners.LowerLeft  = ((short)(0));
     this.progBarIRFrontLeft.Corners.LowerRight = ((short)(0));
     this.progBarIRFrontLeft.Corners.UpperLeft  = ((short)(0));
     this.progBarIRFrontLeft.Corners.UpperRight = ((short)(0));
     this.progBarIRFrontLeft.CylonInterval      = ((short)(1));
     this.progBarIRFrontLeft.CylonMove          = 5F;
     cFocalPoints5.CenterPoint             = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints5.CenterPoint")));
     cFocalPoints5.FocusScales             = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints5.FocusScales")));
     this.progBarIRFrontLeft.FocalPoints   = cFocalPoints5;
     this.progBarIRFrontLeft.Max           = 255;
     this.progBarIRFrontLeft.Name          = "progBarIRFrontLeft";
     this.progBarIRFrontLeft.Orientation   = ProgBar.ProgBarPlus.eOrientation.Vertical;
     this.progBarIRFrontLeft.Shape         = ProgBar.ProgBarPlus.eShape.TriangleDown;
     this.progBarIRFrontLeft.ShapeTextFont = new System.Drawing.Font("Arial Black", 30F);
     this.progBarIRFrontLeft.Value         = 50;
     //
     // progBarIRFrontRight
     //
     resources.ApplyResources(this.progBarIRFrontRight, "progBarIRFrontRight");
     cBlendItems6.iColor = new System.Drawing.Color[] {
         System.Drawing.Color.Navy,
         System.Drawing.Color.Blue
     };
     cBlendItems6.iPoint = new float[] {
         0F,
         1F
     };
     this.progBarIRFrontRight.BarColorBlend      = cBlendItems6;
     this.progBarIRFrontRight.BarColorSolid      = System.Drawing.Color.Green;
     this.progBarIRFrontRight.BarColorSolidB     = System.Drawing.Color.White;
     this.progBarIRFrontRight.BarLengthValue     = ((short)(25));
     this.progBarIRFrontRight.BarPadding         = new System.Windows.Forms.Padding(0);
     this.progBarIRFrontRight.BarStyleFill       = ProgBar.ProgBarPlus.eBarStyle.Solid;
     this.progBarIRFrontRight.BarStyleLinear     = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.progBarIRFrontRight.BarStyleTexture    = null;
     this.progBarIRFrontRight.BorderWidth        = ((short)(1));
     this.progBarIRFrontRight.Corners.All        = ((short)(0));
     this.progBarIRFrontRight.Corners.LowerLeft  = ((short)(0));
     this.progBarIRFrontRight.Corners.LowerRight = ((short)(0));
     this.progBarIRFrontRight.Corners.UpperLeft  = ((short)(0));
     this.progBarIRFrontRight.Corners.UpperRight = ((short)(0));
     this.progBarIRFrontRight.CylonInterval      = ((short)(1));
     this.progBarIRFrontRight.CylonMove          = 5F;
     cFocalPoints6.CenterPoint              = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints6.CenterPoint")));
     cFocalPoints6.FocusScales              = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints6.FocusScales")));
     this.progBarIRFrontRight.FocalPoints   = cFocalPoints6;
     this.progBarIRFrontRight.Max           = 255;
     this.progBarIRFrontRight.Name          = "progBarIRFrontRight";
     this.progBarIRFrontRight.Orientation   = ProgBar.ProgBarPlus.eOrientation.Vertical;
     this.progBarIRFrontRight.Shape         = ProgBar.ProgBarPlus.eShape.TriangleDown;
     this.progBarIRFrontRight.ShapeTextFont = new System.Drawing.Font("Arial Black", 30F);
     this.progBarIRFrontRight.Value         = 50;
     //
     // progBarIRBackRight
     //
     resources.ApplyResources(this.progBarIRBackRight, "progBarIRBackRight");
     cBlendItems7.iColor = new System.Drawing.Color[] {
         System.Drawing.Color.Navy,
         System.Drawing.Color.Blue
     };
     cBlendItems7.iPoint = new float[] {
         0F,
         1F
     };
     this.progBarIRBackRight.BarColorBlend      = cBlendItems7;
     this.progBarIRBackRight.BarColorSolid      = System.Drawing.Color.Green;
     this.progBarIRBackRight.BarColorSolidB     = System.Drawing.Color.White;
     this.progBarIRBackRight.BarLengthValue     = ((short)(25));
     this.progBarIRBackRight.BarPadding         = new System.Windows.Forms.Padding(0);
     this.progBarIRBackRight.BarStyleFill       = ProgBar.ProgBarPlus.eBarStyle.Solid;
     this.progBarIRBackRight.BarStyleLinear     = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.progBarIRBackRight.BarStyleTexture    = null;
     this.progBarIRBackRight.BorderWidth        = ((short)(1));
     this.progBarIRBackRight.Corners.All        = ((short)(0));
     this.progBarIRBackRight.Corners.LowerLeft  = ((short)(0));
     this.progBarIRBackRight.Corners.LowerRight = ((short)(0));
     this.progBarIRBackRight.Corners.UpperLeft  = ((short)(0));
     this.progBarIRBackRight.Corners.UpperRight = ((short)(0));
     this.progBarIRBackRight.CylonInterval      = ((short)(1));
     this.progBarIRBackRight.CylonMove          = 5F;
     this.progBarIRBackRight.FillDirection      = ProgBar.ProgBarPlus.eFillDirection.Down_Left;
     cFocalPoints7.CenterPoint             = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints7.CenterPoint")));
     cFocalPoints7.FocusScales             = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints7.FocusScales")));
     this.progBarIRBackRight.FocalPoints   = cFocalPoints7;
     this.progBarIRBackRight.Max           = 255;
     this.progBarIRBackRight.Name          = "progBarIRBackRight";
     this.progBarIRBackRight.Orientation   = ProgBar.ProgBarPlus.eOrientation.Vertical;
     this.progBarIRBackRight.Shape         = ProgBar.ProgBarPlus.eShape.TriangleUp;
     this.progBarIRBackRight.ShapeTextFont = new System.Drawing.Font("Arial Black", 30F);
     this.progBarIRBackRight.Value         = 50;
     //
     // progBarIRBackLeft
     //
     resources.ApplyResources(this.progBarIRBackLeft, "progBarIRBackLeft");
     cBlendItems8.iColor = new System.Drawing.Color[] {
         System.Drawing.Color.Navy,
         System.Drawing.Color.Blue
     };
     cBlendItems8.iPoint = new float[] {
         0F,
         1F
     };
     this.progBarIRBackLeft.BarColorBlend      = cBlendItems8;
     this.progBarIRBackLeft.BarColorSolid      = System.Drawing.Color.Green;
     this.progBarIRBackLeft.BarColorSolidB     = System.Drawing.Color.White;
     this.progBarIRBackLeft.BarLengthValue     = ((short)(25));
     this.progBarIRBackLeft.BarPadding         = new System.Windows.Forms.Padding(0);
     this.progBarIRBackLeft.BarStyleFill       = ProgBar.ProgBarPlus.eBarStyle.Solid;
     this.progBarIRBackLeft.BarStyleLinear     = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.progBarIRBackLeft.BarStyleTexture    = null;
     this.progBarIRBackLeft.BorderWidth        = ((short)(1));
     this.progBarIRBackLeft.Corners.All        = ((short)(0));
     this.progBarIRBackLeft.Corners.LowerLeft  = ((short)(0));
     this.progBarIRBackLeft.Corners.LowerRight = ((short)(0));
     this.progBarIRBackLeft.Corners.UpperLeft  = ((short)(0));
     this.progBarIRBackLeft.Corners.UpperRight = ((short)(0));
     this.progBarIRBackLeft.CylonInterval      = ((short)(1));
     this.progBarIRBackLeft.CylonMove          = 5F;
     this.progBarIRBackLeft.FillDirection      = ProgBar.ProgBarPlus.eFillDirection.Down_Left;
     cFocalPoints8.CenterPoint            = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints8.CenterPoint")));
     cFocalPoints8.FocusScales            = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints8.FocusScales")));
     this.progBarIRBackLeft.FocalPoints   = cFocalPoints8;
     this.progBarIRBackLeft.Max           = 255;
     this.progBarIRBackLeft.Name          = "progBarIRBackLeft";
     this.progBarIRBackLeft.Orientation   = ProgBar.ProgBarPlus.eOrientation.Vertical;
     this.progBarIRBackLeft.Shape         = ProgBar.ProgBarPlus.eShape.TriangleUp;
     this.progBarIRBackLeft.ShapeTextFont = new System.Drawing.Font("Arial Black", 30F);
     this.progBarIRBackLeft.Value         = 50;
     //
     // progressBarBatteryLevel
     //
     resources.ApplyResources(this.progressBarBatteryLevel, "progressBarBatteryLevel");
     this.progressBarBatteryLevel.Maximum = 255;
     this.progressBarBatteryLevel.Name    = "progressBarBatteryLevel";
     //
     // BatteryValue
     //
     resources.ApplyResources(this.BatteryValue, "BatteryValue");
     this.BatteryValue.Name = "BatteryValue";
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Controls.Add(this.LeftRearward);
     this.groupBox1.Controls.Add(this.LeftForward);
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // LeftRearward
     //
     resources.ApplyResources(this.LeftRearward, "LeftRearward");
     this.LeftRearward.Name = "LeftRearward";
     this.LeftRearward.UseVisualStyleBackColor = true;
     //
     // LeftForward
     //
     resources.ApplyResources(this.LeftForward, "LeftForward");
     this.LeftForward.Checked = true;
     this.LeftForward.Name    = "LeftForward";
     this.LeftForward.TabStop = true;
     this.LeftForward.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Controls.Add(this.RightRearward);
     this.groupBox2.Controls.Add(this.RightForward);
     this.groupBox2.Name    = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // RightRearward
     //
     resources.ApplyResources(this.RightRearward, "RightRearward");
     this.RightRearward.Name = "RightRearward";
     this.RightRearward.UseVisualStyleBackColor = true;
     //
     // RightForward
     //
     resources.ApplyResources(this.RightForward, "RightForward");
     this.RightForward.Checked = true;
     this.RightForward.Name    = "RightForward";
     this.RightForward.TabStop = true;
     this.RightForward.UseVisualStyleBackColor = true;
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     resources.ApplyResources(this.textBox1, "textBox1");
     this.textBox1.Name = "textBox1";
     //
     // GUICommande
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.BatteryValue);
     this.Controls.Add(this.progressBarBatteryLevel);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.progBarIRFrontLeft);
     this.Controls.Add(this.progBarIRFrontRight);
     this.Controls.Add(this.progBarIRBackRight);
     this.Controls.Add(this.progBarIRBackLeft);
     this.Controls.Add(this.progressBarRight);
     this.Controls.Add(this.progressBarLeft);
     this.Controls.Add(this.numericUpDownRight);
     this.Controls.Add(this.numericUpDownLeft);
     this.Controls.Add(this.RightWheels);
     this.Controls.Add(this.label1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "GUICommande";
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLeft)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRight)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ProgBar.cBlendItems  cBlendItems5  = new ProgBar.cBlendItems();
     ProgBar.cFocalPoints cFocalPoints5 = new ProgBar.cFocalPoints();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RightMeter));
     this.progressBarRight = new ProgBar.ProgBarPlus();
     this.SuspendLayout();
     //
     // progressBarRight
     //
     this.progressBarRight.BarBackColor = System.Drawing.Color.Transparent;
     cBlendItems5.iColor = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0))))),
         System.Drawing.Color.Blue
     };
     cBlendItems5.iPoint = new float[] {
         0F,
         0.9889299F,
         0.9963099F,
         1F
     };
     this.progressBarRight.BarColorBlend      = cBlendItems5;
     this.progressBarRight.BarColorSolid      = System.Drawing.Color.Blue;
     this.progressBarRight.BarColorSolidB     = System.Drawing.Color.White;
     this.progressBarRight.BarLengthValue     = ((short)(100));
     this.progressBarRight.BarPadding         = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.progressBarRight.BarStyleFill       = ProgBar.ProgBarPlus.eBarStyle.Solid;
     this.progressBarRight.BarStyleLinear     = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.progressBarRight.BarStyleTexture    = null;
     this.progressBarRight.BorderColor        = System.Drawing.Color.Transparent;
     this.progressBarRight.BorderWidth        = ((short)(1));
     this.progressBarRight.Corners.All        = ((short)(0));
     this.progressBarRight.Corners.LowerLeft  = ((short)(0));
     this.progressBarRight.Corners.LowerRight = ((short)(0));
     this.progressBarRight.Corners.UpperLeft  = ((short)(0));
     this.progressBarRight.Corners.UpperRight = ((short)(0));
     this.progressBarRight.CylonInterval      = ((short)(1));
     this.progressBarRight.CylonMove          = 5F;
     this.progressBarRight.Dock            = System.Windows.Forms.DockStyle.Fill;
     cFocalPoints5.CenterPoint             = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints5.CenterPoint")));
     cFocalPoints5.FocusScales             = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints5.FocusScales")));
     this.progressBarRight.FocalPoints     = cFocalPoints5;
     this.progressBarRight.ForeColor       = System.Drawing.SystemColors.Control;
     this.progressBarRight.Location        = new System.Drawing.Point(0, 0);
     this.progressBarRight.Name            = "progressBarRight";
     this.progressBarRight.Orientation     = ProgBar.ProgBarPlus.eOrientation.Vertical;
     this.progressBarRight.ShapeTextFont   = new System.Drawing.Font("Arial Black", 30F);
     this.progressBarRight.Size            = new System.Drawing.Size(116, 283);
     this.progressBarRight.TabIndex        = 5;
     this.progressBarRight.TextFormat      = "Process {1}% Done";
     this.progressBarRight.TextPlacement   = ProgBar.ProgBarPlus.eTextPlacement.OnBar;
     this.progressBarRight.TextShadow      = true;
     this.progressBarRight.TextShadowColor = System.Drawing.Color.Black;
     this.progressBarRight.TextShow        = ProgBar.ProgBarPlus.eTextShow.Percent;
     this.progressBarRight.Value           = 0;
     //
     // RightMeter
     //
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize            = new System.Drawing.Size(116, 283);
     this.ControlBox            = false;
     this.Controls.Add(this.progressBarRight);
     this.Name          = "RightMeter";
     this.Opacity       = 0.7D;
     this.ShowIcon      = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Text          = "RightMeter";
     this.TopMost       = true;
     this.Load         += new System.EventHandler(this.RightMeter_Load);
     this.ResumeLayout(false);
 }
示例#3
0
        /// <summary>
        /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
        /// le contenu de cette méthode avec l'éditeur de code.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            ProgBar.cBlendItems cBlendItems1 = new ProgBar.cBlendItems();
            ProgBar.cFocalPoints cFocalPoints1 = new ProgBar.cFocalPoints();
            ProgBar.cBlendItems cBlendItems2 = new ProgBar.cBlendItems();
            ProgBar.cFocalPoints cFocalPoints2 = new ProgBar.cFocalPoints();
            AnimatorNS.Animation animation2 = new AnimatorNS.Animation();
            PresentationControls.CheckBoxProperties checkBoxProperties1 = new PresentationControls.CheckBoxProperties();
            AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.verticalProgressBar1 = new VerticalProgressBar();
            this.verticalLabel1 = new randz.CustomControls.VerticalLabel();
            this.progBarPlus2 = new ProgBar.ProgBarPlus();
            this.progBarPlus1 = new ProgBar.ProgBarPlus();
            this.tabControlEx1 = new AnimatorNS.TabControlEx();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.calculatorBox1 = new Calculator.CalculatorBox();
            this.rater1 = new ShaperRater.Rater();
            this.checkBoxComboBox1 = new PresentationControls.CheckBoxComboBox();
            this.tabPage6 = new System.Windows.Forms.TabPage();
            this.grouper1 = new CodeVendor.Controls.Grouper();
            this.gLabel1 = new gLabel.gLabel();
            this.lxLedControl1 = new LxControl.LxLedControl();
            this.lbAnalogMeter1 = new LBSoft.IndustrialCtrls.Meters.LBAnalogMeter();
            this.lbKnob1 = new LBSoft.IndustrialCtrls.Knobs.LBKnob();
            this.tabPage7 = new System.Windows.Forms.TabPage();
            this.tabPage8 = new System.Windows.Forms.TabPage();
            this.label2 = new System.Windows.Forms.Label();
            this.binaryTextBox1 = new Library_Main_app.BinaryTextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.hexTextBox1 = new Konverter.HexTextBox();
            this.fastColoredTextBox1 = new FastColoredTextBoxNS.FastColoredTextBox();
            this.animator1 = new AnimatorNS.Animator(this.components);
            this.menuStrip1.SuspendLayout();
            this.tabControlEx1.SuspendLayout();
            this.tabPage5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rater1)).BeginInit();
            this.tabPage6.SuspendLayout();
            this.grouper1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lxLedControl1)).BeginInit();
            this.tabPage7.SuspendLayout();
            this.tabPage8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fastColoredTextBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.animator1.SetDecoration(this.menuStrip1, AnimatorNS.DecorationType.None);
            this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.toolsToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
            this.menuStrip1.Size = new System.Drawing.Size(1420, 28);
            this.menuStrip1.TabIndex = 5;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem,
            this.toolStripSeparator,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.toolStripSeparator1,
            this.printToolStripMenuItem,
            this.printPreviewToolStripMenuItem,
            this.toolStripSeparator2,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(44, 24);
            this.fileToolStripMenuItem.Text = "&File";
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
            this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.newToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.newToolStripMenuItem.Text = "&New";
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
            this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.openToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.openToolStripMenuItem.Text = "&Open";
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(170, 6);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
            this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.saveToolStripMenuItem.Text = "&Save";
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.saveAsToolStripMenuItem.Text = "Save &As";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(170, 6);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
            this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
            this.printToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.printToolStripMenuItem.Text = "&Print";
            // 
            // printPreviewToolStripMenuItem
            // 
            this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
            this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
            this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(170, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.exitToolStripMenuItem.Text = "E&xit";
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.undoToolStripMenuItem,
            this.redoToolStripMenuItem,
            this.toolStripSeparator3,
            this.cutToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.toolStripSeparator4,
            this.selectAllToolStripMenuItem});
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(47, 24);
            this.editToolStripMenuItem.Text = "&Edit";
            // 
            // undoToolStripMenuItem
            // 
            this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
            this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
            this.undoToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.undoToolStripMenuItem.Text = "&Undo";
            // 
            // redoToolStripMenuItem
            // 
            this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
            this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
            this.redoToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.redoToolStripMenuItem.Text = "&Redo";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(168, 6);
            // 
            // cutToolStripMenuItem
            // 
            this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
            this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
            this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.cutToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.cutToolStripMenuItem.Text = "Cu&t";
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
            this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.copyToolStripMenuItem.Text = "&Copy";
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
            this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.pasteToolStripMenuItem.Text = "&Paste";
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(168, 6);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.selectAllToolStripMenuItem.Text = "Select &All";
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.customizeToolStripMenuItem,
            this.optionsToolStripMenuItem});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(56, 24);
            this.toolsToolStripMenuItem.Text = "&Tools";
            // 
            // customizeToolStripMenuItem
            // 
            this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
            this.customizeToolStripMenuItem.Size = new System.Drawing.Size(153, 26);
            this.customizeToolStripMenuItem.Text = "&Customize";
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(153, 26);
            this.optionsToolStripMenuItem.Text = "&Options";
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.contentsToolStripMenuItem,
            this.indexToolStripMenuItem,
            this.searchToolStripMenuItem,
            this.toolStripSeparator5,
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(53, 24);
            this.helpToolStripMenuItem.Text = "&Help";
            // 
            // contentsToolStripMenuItem
            // 
            this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
            this.contentsToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.contentsToolStripMenuItem.Text = "&Contents";
            // 
            // indexToolStripMenuItem
            // 
            this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
            this.indexToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.indexToolStripMenuItem.Text = "&Index";
            // 
            // searchToolStripMenuItem
            // 
            this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
            this.searchToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.searchToolStripMenuItem.Text = "&Search";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(139, 6);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.aboutToolStripMenuItem.Text = "&About...";
            // 
            // verticalProgressBar1
            // 
            this.animator1.SetDecoration(this.verticalProgressBar1, AnimatorNS.DecorationType.BottomMirror);
            this.verticalProgressBar1.Location = new System.Drawing.Point(8, 7);
            this.verticalProgressBar1.Margin = new System.Windows.Forms.Padding(4);
            this.verticalProgressBar1.Name = "verticalProgressBar1";
            this.verticalProgressBar1.Size = new System.Drawing.Size(40, 418);
            this.verticalProgressBar1.TabIndex = 1;
            this.verticalProgressBar1.Value = 41;
            // 
            // verticalLabel1
            // 
            this.verticalLabel1.BackColor = System.Drawing.Color.White;
            this.animator1.SetDecoration(this.verticalLabel1, AnimatorNS.DecorationType.None);
            this.verticalLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.verticalLabel1.Location = new System.Drawing.Point(76, 7);
            this.verticalLabel1.Margin = new System.Windows.Forms.Padding(4);
            this.verticalLabel1.Name = "verticalLabel1";
            this.verticalLabel1.RenderingMode = System.Drawing.Text.TextRenderingHint.SystemDefault;
            this.verticalLabel1.Size = new System.Drawing.Size(32, 166);
            this.verticalLabel1.TabIndex = 0;
            this.verticalLabel1.Text = "verticalLabel1";
            this.verticalLabel1.TextDrawMode = randz.CustomControls.DrawMode.BottomUp;
            this.verticalLabel1.TransparentBackground = false;
            // 
            // progBarPlus2
            // 
            cBlendItems1.iColor = new System.Drawing.Color[] {
        System.Drawing.Color.Navy,
        System.Drawing.Color.Blue};
            cBlendItems1.iPoint = new float[] {
        0F,
        1F};
            this.progBarPlus2.BarColorBlend = cBlendItems1;
            this.progBarPlus2.BarColorSolid = System.Drawing.Color.Black;
            this.progBarPlus2.BarColorSolidB = System.Drawing.Color.White;
            this.progBarPlus2.BarLengthValue = ((short)(25));
            this.progBarPlus2.BarPadding = new System.Windows.Forms.Padding(0);
            this.progBarPlus2.BarStyleFill = ProgBar.ProgBarPlus.eBarStyle.Hatch;
            this.progBarPlus2.BarStyleHatch = System.Drawing.Drawing2D.HatchStyle.Percent30;
            this.progBarPlus2.BarStyleLinear = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
            this.progBarPlus2.BarStyleTexture = null;
            this.progBarPlus2.BorderWidth = ((short)(1));
            this.progBarPlus2.Corners.All = ((short)(0));
            this.progBarPlus2.Corners.LowerLeft = ((short)(0));
            this.progBarPlus2.Corners.LowerRight = ((short)(0));
            this.progBarPlus2.Corners.UpperLeft = ((short)(0));
            this.progBarPlus2.Corners.UpperRight = ((short)(0));
            this.progBarPlus2.CylonInterval = ((short)(1));
            this.progBarPlus2.CylonMove = 5F;
            this.animator1.SetDecoration(this.progBarPlus2, AnimatorNS.DecorationType.None);
            cFocalPoints1.CenterPoint = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints1.CenterPoint")));
            cFocalPoints1.FocusScales = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints1.FocusScales")));
            this.progBarPlus2.FocalPoints = cFocalPoints1;
            this.progBarPlus2.Location = new System.Drawing.Point(20, 133);
            this.progBarPlus2.Margin = new System.Windows.Forms.Padding(4);
            this.progBarPlus2.Max = 1000;
            this.progBarPlus2.Name = "progBarPlus2";
            this.progBarPlus2.ShapeTextFont = new System.Drawing.Font("Arial Black", 30F);
            this.progBarPlus2.Size = new System.Drawing.Size(267, 25);
            this.progBarPlus2.TabIndex = 14;
            this.progBarPlus2.TextFormat = "Process {1}% Done";
            // 
            // progBarPlus1
            // 
            cBlendItems2.iColor = new System.Drawing.Color[] {
        System.Drawing.Color.Navy,
        System.Drawing.Color.Blue};
            cBlendItems2.iPoint = new float[] {
        0F,
        1F};
            this.progBarPlus1.BarColorBlend = cBlendItems2;
            this.progBarPlus1.BarColorSolid = System.Drawing.Color.Fuchsia;
            this.progBarPlus1.BarColorSolidB = System.Drawing.Color.White;
            this.progBarPlus1.BarLengthValue = ((short)(25));
            this.progBarPlus1.BarPadding = new System.Windows.Forms.Padding(0);
            this.progBarPlus1.BarStyleFill = ProgBar.ProgBarPlus.eBarStyle.Hatch;
            this.progBarPlus1.BarStyleHatch = System.Drawing.Drawing2D.HatchStyle.LargeConfetti;
            this.progBarPlus1.BarStyleLinear = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
            this.progBarPlus1.BarStyleTexture = null;
            this.progBarPlus1.BorderWidth = ((short)(1));
            this.progBarPlus1.Corners.All = ((short)(0));
            this.progBarPlus1.Corners.LowerLeft = ((short)(0));
            this.progBarPlus1.Corners.LowerRight = ((short)(0));
            this.progBarPlus1.Corners.UpperLeft = ((short)(0));
            this.progBarPlus1.Corners.UpperRight = ((short)(0));
            this.progBarPlus1.CylonInterval = ((short)(1));
            this.progBarPlus1.CylonMove = 5F;
            this.animator1.SetDecoration(this.progBarPlus1, AnimatorNS.DecorationType.None);
            cFocalPoints2.CenterPoint = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints2.CenterPoint")));
            cFocalPoints2.FocusScales = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints2.FocusScales")));
            this.progBarPlus1.FocalPoints = cFocalPoints2;
            this.progBarPlus1.Location = new System.Drawing.Point(20, 90);
            this.progBarPlus1.Margin = new System.Windows.Forms.Padding(4);
            this.progBarPlus1.Max = 1000;
            this.progBarPlus1.Name = "progBarPlus1";
            this.progBarPlus1.ShapeTextFont = new System.Drawing.Font("Arial Black", 30F);
            this.progBarPlus1.Size = new System.Drawing.Size(267, 25);
            this.progBarPlus1.TabIndex = 13;
            this.progBarPlus1.TextFormat = "Process {1}% Done";
            // 
            // tabControlEx1
            // 
            animation2.AnimateOnlyDifferences = false;
            animation2.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
            animation2.LeafCoeff = 0F;
            animation2.MaxTime = 1F;
            animation2.MinTime = 0F;
            animation2.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
            animation2.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
            animation2.MosaicSize = 0;
            animation2.Padding = new System.Windows.Forms.Padding(0);
            animation2.RotateCoeff = 0F;
            animation2.RotateLimit = 0F;
            animation2.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
            animation2.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
            animation2.TimeCoeff = 1F;
            animation2.TransparencyCoeff = 0F;
            this.tabControlEx1.Animation = animation2;
            this.tabControlEx1.Controls.Add(this.tabPage5);
            this.tabControlEx1.Controls.Add(this.tabPage6);
            this.tabControlEx1.Controls.Add(this.tabPage7);
            this.tabControlEx1.Controls.Add(this.tabPage8);
            this.animator1.SetDecoration(this.tabControlEx1, AnimatorNS.DecorationType.None);
            this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlEx1.Location = new System.Drawing.Point(0, 28);
            this.tabControlEx1.Margin = new System.Windows.Forms.Padding(4);
            this.tabControlEx1.Name = "tabControlEx1";
            this.tabControlEx1.SelectedIndex = 0;
            this.tabControlEx1.Size = new System.Drawing.Size(1420, 627);
            this.tabControlEx1.TabIndex = 8;
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.calculatorBox1);
            this.tabPage5.Controls.Add(this.rater1);
            this.tabPage5.Controls.Add(this.checkBoxComboBox1);
            this.animator1.SetDecoration(this.tabPage5, AnimatorNS.DecorationType.None);
            this.tabPage5.Location = new System.Drawing.Point(4, 25);
            this.tabPage5.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage5.Size = new System.Drawing.Size(1412, 598);
            this.tabPage5.TabIndex = 0;
            this.tabPage5.Text = "Interactive Menu";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // calculatorBox1
            // 
            this.calculatorBox1.BackColor = System.Drawing.Color.White;
            this.calculatorBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.animator1.SetDecoration(this.calculatorBox1, AnimatorNS.DecorationType.None);
            this.calculatorBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.calculatorBox1.Location = new System.Drawing.Point(8, 7);
            this.calculatorBox1.Margin = new System.Windows.Forms.Padding(4);
            this.calculatorBox1.Name = "calculatorBox1";
            this.calculatorBox1.Size = new System.Drawing.Size(342, 37);
            this.calculatorBox1.TabIndex = 16;
            this.calculatorBox1.Value = 0D;
            // 
            // rater1
            // 
            this.rater1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.rater1.CurrentRating = 0;
            this.animator1.SetDecoration(this.rater1, AnimatorNS.DecorationType.None);
            this.rater1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rater1.LabelAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.rater1.LabelText = "RateLabel";
            this.rater1.LabelTextItems = new string[] {
        "Poor",
        "Fair",
        "Good",
        "Better",
        "Best"};
            this.rater1.LabelTypeHover = ShaperRater.Rater.eLabelType.FormatString;
            this.rater1.LabelTypeText = ShaperRater.Rater.eLabelType.TextItems;
            this.rater1.Location = new System.Drawing.Point(360, 9);
            this.rater1.Margin = new System.Windows.Forms.Padding(5);
            this.rater1.Name = "rater1";
            this.rater1.RadiusInner = 0F;
            this.rater1.RadiusOuter = 10F;
            this.rater1.ShapeBorderEmptyColor = System.Drawing.Color.Black;
            this.rater1.ShapeColorEmpty = System.Drawing.Color.Gainsboro;
            this.rater1.ShapeColorHover = System.Drawing.Color.Yellow;
            this.rater1.Size = new System.Drawing.Size(342, 36);
            this.rater1.TabIndex = 34;
            // 
            // checkBoxComboBox1
            // 
            checkBoxProperties1.AutoSize = true;
            checkBoxProperties1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.checkBoxComboBox1.CheckBoxProperties = checkBoxProperties1;
            this.animator1.SetDecoration(this.checkBoxComboBox1, AnimatorNS.DecorationType.None);
            this.checkBoxComboBox1.DisplayMemberSingleItem = "";
            this.checkBoxComboBox1.FormattingEnabled = true;
            this.checkBoxComboBox1.Items.AddRange(new object[] {
            "Anna",
            "Carlotta",
            "K_GOL",
            "Mélinda",
            "Mélissa",
            "Sabrina",
            "Toyota"});
            this.checkBoxComboBox1.Location = new System.Drawing.Point(740, 9);
            this.checkBoxComboBox1.Margin = new System.Windows.Forms.Padding(4);
            this.checkBoxComboBox1.Name = "checkBoxComboBox1";
            this.checkBoxComboBox1.Size = new System.Drawing.Size(343, 24);
            this.checkBoxComboBox1.Sorted = true;
            this.checkBoxComboBox1.TabIndex = 17;
            // 
            // tabPage6
            // 
            this.tabPage6.Controls.Add(this.grouper1);
            this.tabPage6.Controls.Add(this.lxLedControl1);
            this.tabPage6.Controls.Add(this.lbAnalogMeter1);
            this.tabPage6.Controls.Add(this.lbKnob1);
            this.animator1.SetDecoration(this.tabPage6, AnimatorNS.DecorationType.None);
            this.tabPage6.Location = new System.Drawing.Point(4, 25);
            this.tabPage6.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage6.Name = "tabPage6";
            this.tabPage6.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage6.Size = new System.Drawing.Size(1412, 598);
            this.tabPage6.TabIndex = 1;
            this.tabPage6.Text = "Display";
            this.tabPage6.UseVisualStyleBackColor = true;
            // 
            // grouper1
            // 
            this.grouper1.BackgroundColor = System.Drawing.Color.White;
            this.grouper1.BackgroundGradientColor = System.Drawing.Color.White;
            this.grouper1.BackgroundGradientMode = CodeVendor.Controls.Grouper.GroupBoxGradientMode.None;
            this.grouper1.BorderColor = System.Drawing.Color.Black;
            this.grouper1.BorderThickness = 1F;
            this.grouper1.Controls.Add(this.gLabel1);
            this.grouper1.Controls.Add(this.progBarPlus2);
            this.grouper1.Controls.Add(this.progBarPlus1);
            this.grouper1.CustomGroupBoxColor = System.Drawing.Color.White;
            this.animator1.SetDecoration(this.grouper1, AnimatorNS.DecorationType.None);
            this.grouper1.GroupImage = null;
            this.grouper1.GroupTitle = "Hello World";
            this.grouper1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.grouper1.Location = new System.Drawing.Point(4, 0);
            this.grouper1.Margin = new System.Windows.Forms.Padding(4);
            this.grouper1.Name = "grouper1";
            this.grouper1.Padding = new System.Windows.Forms.Padding(27, 25, 27, 25);
            this.grouper1.PaintGroupBox = false;
            this.grouper1.RoundCorners = 10;
            this.grouper1.ShadowColor = System.Drawing.Color.DarkGray;
            this.grouper1.ShadowControl = true;
            this.grouper1.ShadowThickness = 7;
            this.grouper1.Size = new System.Drawing.Size(317, 178);
            this.grouper1.TabIndex = 74;
            // 
            // gLabel1
            // 
            this.gLabel1.AutoEllipsis = true;
            this.gLabel1.Checked = true;
            this.gLabel1.CheckedColor = System.Drawing.Color.Magenta;
            this.animator1.SetDecoration(this.gLabel1, AnimatorNS.DecorationType.None);
            this.gLabel1.Location = new System.Drawing.Point(4, 39);
            this.gLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.gLabel1.Name = "gLabel1";
            this.gLabel1.Size = new System.Drawing.Size(271, 26);
            this.gLabel1.TabIndex = 52;
            this.gLabel1.Text = "Clickable Super Label";
            this.gLabel1.Click += new System.EventHandler(this.gLabel1_Click);
            // 
            // lxLedControl1
            // 
            this.lxLedControl1.BackColor = System.Drawing.Color.Transparent;
            this.lxLedControl1.BackColor_1 = System.Drawing.Color.Black;
            this.lxLedControl1.BackColor_2 = System.Drawing.Color.DimGray;
            this.lxLedControl1.BevelRate = 0.5F;
            this.animator1.SetDecoration(this.lxLedControl1, AnimatorNS.DecorationType.BottomMirror);
            this.lxLedControl1.FadedColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.lxLedControl1.ForeColor = System.Drawing.Color.LimeGreen;
            this.lxLedControl1.HighlightOpaque = ((byte)(50));
            this.lxLedControl1.Location = new System.Drawing.Point(329, 7);
            this.lxLedControl1.Margin = new System.Windows.Forms.Padding(4);
            this.lxLedControl1.Name = "lxLedControl1";
            this.lxLedControl1.Size = new System.Drawing.Size(277, 102);
            this.lxLedControl1.TabIndex = 10;
            this.lxLedControl1.Text = "12345";
            // 
            // lbAnalogMeter1
            // 
            this.lbAnalogMeter1.BackColor = System.Drawing.Color.Transparent;
            this.lbAnalogMeter1.BodyColor = System.Drawing.Color.Navy;
            this.animator1.SetDecoration(this.lbAnalogMeter1, AnimatorNS.DecorationType.None);
            this.lbAnalogMeter1.Location = new System.Drawing.Point(671, 7);
            this.lbAnalogMeter1.Margin = new System.Windows.Forms.Padding(4);
            this.lbAnalogMeter1.MaxValue = 1D;
            this.lbAnalogMeter1.MeterStyle = LBSoft.IndustrialCtrls.Meters.LBAnalogMeter.AnalogMeterStyle.Circular;
            this.lbAnalogMeter1.MinValue = 0D;
            this.lbAnalogMeter1.Name = "lbAnalogMeter1";
            this.lbAnalogMeter1.NeedleColor = System.Drawing.Color.Yellow;
            this.lbAnalogMeter1.Renderer = null;
            this.lbAnalogMeter1.ScaleColor = System.Drawing.Color.White;
            this.lbAnalogMeter1.ScaleDivisions = 10;
            this.lbAnalogMeter1.ScaleSubDivisions = 10;
            this.lbAnalogMeter1.Size = new System.Drawing.Size(200, 185);
            this.lbAnalogMeter1.TabIndex = 9;
            this.lbAnalogMeter1.Value = 0D;
            this.lbAnalogMeter1.ViewGlass = false;
            // 
            // lbKnob1
            // 
            this.lbKnob1.BackColor = System.Drawing.Color.Transparent;
            this.animator1.SetDecoration(this.lbKnob1, AnimatorNS.DecorationType.None);
            this.lbKnob1.DrawRatio = 0.925F;
            this.lbKnob1.IndicatorColor = System.Drawing.Color.Yellow;
            this.lbKnob1.IndicatorOffset = 10F;
            this.lbKnob1.KnobCenter = ((System.Drawing.PointF)(resources.GetObject("lbKnob1.KnobCenter")));
            this.lbKnob1.KnobColor = System.Drawing.Color.Black;
            this.lbKnob1.KnobRect = ((System.Drawing.RectangleF)(resources.GetObject("lbKnob1.KnobRect")));
            this.lbKnob1.Location = new System.Drawing.Point(884, 7);
            this.lbKnob1.Margin = new System.Windows.Forms.Padding(4);
            this.lbKnob1.MaxValue = 1F;
            this.lbKnob1.MinValue = 0F;
            this.lbKnob1.Name = "lbKnob1";
            this.lbKnob1.Renderer = null;
            this.lbKnob1.ScaleColor = System.Drawing.Color.Navy;
            this.lbKnob1.Size = new System.Drawing.Size(200, 185);
            this.lbKnob1.StepValue = 0.1F;
            this.lbKnob1.Style = LBSoft.IndustrialCtrls.Knobs.LBKnob.KnobStyle.Circular;
            this.lbKnob1.TabIndex = 6;
            this.lbKnob1.Value = 0F;
            this.lbKnob1.KnobChangeValue += new LBSoft.IndustrialCtrls.Knobs.KnobChangeValue(this.lbKnob1_KnobChangeValue);
            // 
            // tabPage7
            // 
            this.tabPage7.Controls.Add(this.verticalProgressBar1);
            this.tabPage7.Controls.Add(this.verticalLabel1);
            this.animator1.SetDecoration(this.tabPage7, AnimatorNS.DecorationType.None);
            this.tabPage7.Location = new System.Drawing.Point(4, 25);
            this.tabPage7.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage7.Name = "tabPage7";
            this.tabPage7.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage7.Size = new System.Drawing.Size(1412, 598);
            this.tabPage7.TabIndex = 2;
            this.tabPage7.Text = "Vertical";
            this.tabPage7.UseVisualStyleBackColor = true;
            // 
            // tabPage8
            // 
            this.tabPage8.Controls.Add(this.label2);
            this.tabPage8.Controls.Add(this.binaryTextBox1);
            this.tabPage8.Controls.Add(this.label1);
            this.tabPage8.Controls.Add(this.hexTextBox1);
            this.tabPage8.Controls.Add(this.fastColoredTextBox1);
            this.animator1.SetDecoration(this.tabPage8, AnimatorNS.DecorationType.None);
            this.tabPage8.Location = new System.Drawing.Point(4, 25);
            this.tabPage8.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage8.Name = "tabPage8";
            this.tabPage8.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage8.Size = new System.Drawing.Size(1412, 598);
            this.tabPage8.TabIndex = 3;
            this.tabPage8.Text = "Super TextBox";
            this.tabPage8.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
            this.label2.Location = new System.Drawing.Point(649, 5);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(106, 17);
            this.label2.TabIndex = 4;
            this.label2.Text = "Binary Text Box";
            // 
            // binaryTextBox1
            // 
            this.animator1.SetDecoration(this.binaryTextBox1, AnimatorNS.DecorationType.None);
            this.binaryTextBox1.Location = new System.Drawing.Point(652, 29);
            this.binaryTextBox1.Name = "binaryTextBox1";
            this.binaryTextBox1.Size = new System.Drawing.Size(150, 22);
            this.binaryTextBox1.TabIndex = 3;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
            this.label1.Location = new System.Drawing.Point(429, 5);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(85, 17);
            this.label1.TabIndex = 2;
            this.label1.Text = "Hex text Box";
            // 
            // hexTextBox1
            // 
            this.hexTextBox1.BackColor = System.Drawing.Color.White;
            this.animator1.SetDecoration(this.hexTextBox1, AnimatorNS.DecorationType.None);
            this.hexTextBox1.Location = new System.Drawing.Point(429, 29);
            this.hexTextBox1.Margin = new System.Windows.Forms.Padding(4);
            this.hexTextBox1.Name = "hexTextBox1";
            this.hexTextBox1.Size = new System.Drawing.Size(216, 22);
            this.hexTextBox1.TabIndex = 1;
            // 
            // fastColoredTextBox1
            // 
            this.fastColoredTextBox1.AutoCompleteBrackets = true;
            this.fastColoredTextBox1.AutoCompleteBracketsList = new char[] {
        '(',
        ')',
        '{',
        '}',
        '[',
        ']',
        '\"',
        '\"',
        '\'',
        '\''};
            this.fastColoredTextBox1.AutoIndentCharsPatterns = "\r\n^\\s*[\\w\\.]+(\\s\\w+)?\\s*(?<range>=)\\s*(?<range>[^;]+);\r\n^\\s*(case|default)\\s*[^:]" +
    "*(?<range>:)\\s*(?<range>[^;]+);\r\n";
            this.fastColoredTextBox1.AutoScrollMinSize = new System.Drawing.Size(782, 216);
            this.fastColoredTextBox1.BackBrush = null;
            this.fastColoredTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fastColoredTextBox1.BracketsHighlightStrategy = FastColoredTextBoxNS.BracketsHighlightStrategy.Strategy2;
            this.fastColoredTextBox1.CharHeight = 18;
            this.fastColoredTextBox1.CharWidth = 10;
            this.fastColoredTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.animator1.SetDecoration(this.fastColoredTextBox1, AnimatorNS.DecorationType.None);
            this.fastColoredTextBox1.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            this.fastColoredTextBox1.Dock = System.Windows.Forms.DockStyle.Left;
            this.fastColoredTextBox1.IsReplaceMode = false;
            this.fastColoredTextBox1.Language = FastColoredTextBoxNS.Language.CSharp;
            this.fastColoredTextBox1.LeftBracket = '(';
            this.fastColoredTextBox1.LeftBracket2 = '{';
            this.fastColoredTextBox1.Location = new System.Drawing.Point(4, 4);
            this.fastColoredTextBox1.Margin = new System.Windows.Forms.Padding(4);
            this.fastColoredTextBox1.Name = "fastColoredTextBox1";
            this.fastColoredTextBox1.Paddings = new System.Windows.Forms.Padding(0);
            this.fastColoredTextBox1.RightBracket = ')';
            this.fastColoredTextBox1.RightBracket2 = '}';
            this.fastColoredTextBox1.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            this.fastColoredTextBox1.ServiceColors = ((FastColoredTextBoxNS.ServiceColors)(resources.GetObject("fastColoredTextBox1.ServiceColors")));
            this.fastColoredTextBox1.Size = new System.Drawing.Size(417, 590);
            this.fastColoredTextBox1.TabIndex = 0;
            this.fastColoredTextBox1.Text = resources.GetString("fastColoredTextBox1.Text");
            this.fastColoredTextBox1.Zoom = 100;
            // 
            // animator1
            // 
            this.animator1.AnimationType = AnimatorNS.AnimationType.VertSlide;
            this.animator1.Cursor = null;
            animation1.AnimateOnlyDifferences = true;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 0;
            animation1.Padding = new System.Windows.Forms.Padding(0);
            animation1.RotateCoeff = 0F;
            animation1.RotateLimit = 0F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 0F;
            animation1.TransparencyCoeff = 0F;
            this.animator1.DefaultAnimation = animation1;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1420, 655);
            this.Controls.Add(this.tabControlEx1);
            this.Controls.Add(this.menuStrip1);
            this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "Form1";
            this.Text = "V_Libs Custom Controls Test";
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.tabControlEx1.ResumeLayout(false);
            this.tabPage5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rater1)).EndInit();
            this.tabPage6.ResumeLayout(false);
            this.grouper1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lxLedControl1)).EndInit();
            this.tabPage7.ResumeLayout(false);
            this.tabPage8.ResumeLayout(false);
            this.tabPage8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fastColoredTextBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }