Esempio n. 1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBase));
     this.panelEx1    = new DevComponents.DotNetBar.PanelEx();
     this.labelX1     = new DevComponents.DotNetBar.LabelX();
     this.panelEx3    = new DevComponents.DotNetBar.PanelEx();
     this.panelEx2    = new DevComponents.DotNetBar.PanelEx();
     this.line1       = new DevComponents.DotNetBar.Controls.Line();
     this.line2       = new DevComponents.DotNetBar.Controls.Line();
     this.line3       = new DevComponents.DotNetBar.Controls.Line();
     this.line4       = new DevComponents.DotNetBar.Controls.Line();
     this.bar1        = new DevComponents.DotNetBar.Bar();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.panelEx1.SuspendLayout();
     this.panelEx3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.ButtonShadow;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.labelX1);
     this.panelEx1.Controls.Add(this.panelEx3);
     this.panelEx1.Controls.Add(this.panelEx2);
     this.panelEx1.Dock                              = System.Windows.Forms.DockStyle.Top;
     this.panelEx1.Location                          = new System.Drawing.Point(1, 1);
     this.panelEx1.Name                              = "panelEx1";
     this.panelEx1.Size                              = new System.Drawing.Size(865, 43);
     this.panelEx1.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color            = System.Drawing.Color.DimGray;
     this.panelEx1.Style.BackColor2.Color            = System.Drawing.Color.LightGray;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle               = 90;
     this.panelEx1.TabIndex                          = 1;
     this.panelEx1.DoubleClick                      += new System.EventHandler(this.panelEx1_DoubleClick);
     this.panelEx1.MouseDown                        += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
     this.panelEx1.MouseMove                        += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove);
     this.panelEx1.MouseUp                          += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseUp);
     //
     // labelX1
     //
     this.labelX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font         = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelX1.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.labelX1.Location     = new System.Drawing.Point(92, 10);
     this.labelX1.Name         = "labelX1";
     this.labelX1.Size         = new System.Drawing.Size(633, 23);
     this.labelX1.TabIndex     = 1;
     this.labelX1.DoubleClick += new System.EventHandler(this.panelEx1_DoubleClick);
     this.labelX1.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
     this.labelX1.MouseMove   += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove);
     this.labelX1.MouseUp     += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseUp);
     //
     // panelEx3
     //
     this.panelEx3.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.Controls.Add(this.pictureBox2);
     this.panelEx3.Controls.Add(this.pictureBox3);
     this.panelEx3.Controls.Add(this.pictureBox4);
     this.panelEx3.Controls.Add(this.pictureBox1);
     this.panelEx3.Dock                              = System.Windows.Forms.DockStyle.Right;
     this.panelEx3.Location                          = new System.Drawing.Point(763, 0);
     this.panelEx3.Name                              = "panelEx3";
     this.panelEx3.Size                              = new System.Drawing.Size(102, 43);
     this.panelEx3.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.Color            = System.Drawing.Color.DimGray;
     this.panelEx3.Style.BackColor2.Color            = System.Drawing.Color.LightGray;
     this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx3.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx3.Style.GradientAngle               = 90;
     this.panelEx3.TabIndex                          = 3;
     this.panelEx3.DoubleClick                      += new System.EventHandler(this.panelEx1_DoubleClick);
     this.panelEx3.MouseDown                        += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
     this.panelEx3.MouseMove                        += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove);
     this.panelEx3.MouseUp                          += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseUp);
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor                       = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle                  = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Dock                              = System.Windows.Forms.DockStyle.Left;
     this.panelEx2.Location                          = new System.Drawing.Point(0, 0);
     this.panelEx2.Name                              = "panelEx2";
     this.panelEx2.Size                              = new System.Drawing.Size(82, 43);
     this.panelEx2.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.Color            = System.Drawing.Color.DimGray;
     this.panelEx2.Style.BackColor2.Color            = System.Drawing.Color.LightGray;
     this.panelEx2.Style.BackgroundImage             = global::IVX.Live.MainForm.Properties.Resources.bocom;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle               = 90;
     this.panelEx2.TabIndex                          = 2;
     this.panelEx2.DoubleClick                      += new System.EventHandler(this.panelEx2_DoubleClick);
     this.panelEx2.MouseDown                        += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
     this.panelEx2.MouseMove                        += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove);
     this.panelEx2.MouseUp                          += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseUp);
     //
     // line1
     //
     this.line1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.line1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(124)))), ((int)(((byte)(124)))));
     this.line1.Location  = new System.Drawing.Point(0, 0);
     this.line1.Name      = "line1";
     this.line1.Size      = new System.Drawing.Size(867, 1);
     this.line1.TabIndex  = 6;
     this.line1.Text      = "line1";
     //
     // line2
     //
     this.line2.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.line2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(124)))), ((int)(((byte)(124)))));
     this.line2.Location  = new System.Drawing.Point(0, 694);
     this.line2.Name      = "line2";
     this.line2.Size      = new System.Drawing.Size(867, 1);
     this.line2.TabIndex  = 6;
     this.line2.Text      = "line1";
     //
     // line3
     //
     this.line3.Dock         = System.Windows.Forms.DockStyle.Left;
     this.line3.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(124)))), ((int)(((byte)(124)))));
     this.line3.Location     = new System.Drawing.Point(0, 1);
     this.line3.Name         = "line3";
     this.line3.Size         = new System.Drawing.Size(1, 667);
     this.line3.TabIndex     = 6;
     this.line3.Text         = "line1";
     this.line3.VerticalLine = true;
     //
     // line4
     //
     this.line4.Dock         = System.Windows.Forms.DockStyle.Right;
     this.line4.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(124)))), ((int)(((byte)(124)))));
     this.line4.Location     = new System.Drawing.Point(866, 1);
     this.line4.Name         = "line4";
     this.line4.Size         = new System.Drawing.Size(1, 667);
     this.line4.TabIndex     = 6;
     this.line4.Text         = "line1";
     this.line4.VerticalLine = true;
     //
     // bar1
     //
     this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
     this.bar1.AccessibleName        = "DotNetBar Bar";
     this.bar1.AccessibleRole        = System.Windows.Forms.AccessibleRole.StatusBar;
     this.bar1.AntiAlias             = true;
     this.bar1.BarType         = DevComponents.DotNetBar.eBarType.StatusBar;
     this.bar1.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.bar1.Font            = new System.Drawing.Font("微软雅黑", 9F);
     this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.ResizeHandle;
     this.bar1.Location        = new System.Drawing.Point(0, 668);
     this.bar1.Name            = "bar1";
     this.bar1.Size            = new System.Drawing.Size(867, 26);
     this.bar1.Stretch         = true;
     this.bar1.Style           = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.bar1.TabIndex        = 5;
     this.bar1.TabStop         = false;
     this.bar1.Text            = "bar1";
     this.bar1.Visible         = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox2.Image     = global::IVX.Live.MainForm.Properties.Resources.最大化;
     this.pictureBox2.Location  = new System.Drawing.Point(36, 11);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(30, 21);
     this.pictureBox2.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex  = 5;
     this.pictureBox2.TabStop   = false;
     this.pictureBox2.Click    += new System.EventHandler(this.pictureBox2_Click);
     //
     // pictureBox3
     //
     this.pictureBox3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox3.Image     = global::IVX.Live.MainForm.Properties.Resources.窗口化;
     this.pictureBox3.Location  = new System.Drawing.Point(36, 11);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(30, 21);
     this.pictureBox3.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex  = 7;
     this.pictureBox3.TabStop   = false;
     this.pictureBox3.Click    += new System.EventHandler(this.pictureBox3_Click);
     //
     // pictureBox4
     //
     this.pictureBox4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox4.Image     = global::IVX.Live.MainForm.Properties.Resources.最小化;
     this.pictureBox4.Location  = new System.Drawing.Point(6, 11);
     this.pictureBox4.Name      = "pictureBox4";
     this.pictureBox4.Size      = new System.Drawing.Size(30, 21);
     this.pictureBox4.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox4.TabIndex  = 6;
     this.pictureBox4.TabStop   = false;
     this.pictureBox4.Click    += new System.EventHandler(this.pictureBox4_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = global::IVX.Live.MainForm.Properties.Resources.关闭;
     this.pictureBox1.Location  = new System.Drawing.Point(66, 11);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(30, 21);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex  = 4;
     this.pictureBox1.TabStop   = false;
     this.pictureBox1.Click    += new System.EventHandler(this.pictureBox1_Click);
     //
     // FormBase
     //
     this.ClientSize = new System.Drawing.Size(867, 695);
     this.ControlBox = false;
     this.Controls.Add(this.panelEx1);
     this.Controls.Add(this.line4);
     this.Controls.Add(this.line3);
     this.Controls.Add(this.line1);
     this.Controls.Add(this.bar1);
     this.Controls.Add(this.line2);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize     = new System.Drawing.Size(400, 200);
     this.Name            = "FormBase";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.panelEx1.ResumeLayout(false);
     this.panelEx3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(Tab_MusicManager));

            _GroupPanel12 = new DevComponents.DotNetBar.Controls.GroupPanel();
            _LabelX56     = new DevComponents.DotNetBar.LabelX();
            _SwitchButton_MS_OverwriteSizeRestrictions = new DevComponents.DotNetBar.Controls.SwitchButton();
            _SwitchButton_MS_OverwriteSizeRestrictions.ValueChanged += new EventHandler(SwitchButton_MS_OverwriteSizeRestrictions_ValueChanged);
            _GroupBox_MS_SeqProperties = new DevComponents.DotNetBar.Controls.GroupPanel();
            _LabelX_MS_SeqSize         = new DevComponents.DotNetBar.LabelX();
            _LabelX33                                = new DevComponents.DotNetBar.LabelX();
            _LabelX28                                = new DevComponents.DotNetBar.LabelX();
            _LabelX_MS_SequenceID                    = new DevComponents.DotNetBar.LabelX();
            _GroupBox_MS_SelectedSequence            = new DevComponents.DotNetBar.Controls.GroupPanel();
            _ButtonX1                                = new DevComponents.DotNetBar.ButtonX();
            _ButtonX1.Click                         += new EventHandler(ButtonX1_Click);
            _ComboBox_MS_NInst                       = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            _ComboBox_MS_NInst.SelectedIndexChanged += new EventHandler(ComboBox_MS_NInst_SelectedIndexChanged);
            _LabelX32                                = new DevComponents.DotNetBar.LabelX();
            _LabelX5 = new DevComponents.DotNetBar.LabelX();
            _TextBoxX_MS_Sequencename              = new DevComponents.DotNetBar.Controls.TextBoxX();
            _TextBoxX_MS_Sequencename.TextChanged += new EventHandler(MusicSettings_SequenceNameChanged);
            _Button_MS_ExtractSequence             = new DevComponents.DotNetBar.ButtonX();
            _Button_MS_ExtractSequence.Click      += new EventHandler(Button_MS_ExtractSequence_Click);
            _Button_MS_ReplaceSequence             = new DevComponents.DotNetBar.ButtonX();
            _Button_MS_ReplaceSequence.Click      += new EventHandler(Button_MS_ReplaceSequence_Click);
            _Line6       = new DevComponents.DotNetBar.Controls.Line();
            _GroupPanel9 = new DevComponents.DotNetBar.Controls.GroupPanel();
            _ButtonX_MS_RemoveSequence        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX_MS_RemoveSequence.Click += new EventHandler(ButtonX_MS_RemoveSequence_Click);
            _ButtonX_MS_AddSequence           = new DevComponents.DotNetBar.ButtonX();
            _ButtonX_MS_AddSequence.Click    += new EventHandler(ButtonX_MS_AddSequence_Click);
            _ListBoxAdv_MS_MusicSequences     = new Publics.Controls.ItemListBox();
            _ListBoxAdv_MS_MusicSequences.SelectedItemChanged += new Publics.Controls.ItemListBox.SelectedItemChangedEventHandler(ListBoxAdv_MS_MusicSequences_SelectedIndexChanged);
            _GroupPanel12.SuspendLayout();
            _GroupBox_MS_SeqProperties.SuspendLayout();
            _GroupBox_MS_SelectedSequence.SuspendLayout();
            _GroupPanel9.SuspendLayout();
            SuspendLayout();
            //
            // GroupPanel12
            //
            _GroupPanel12.BackColor        = Color.White;
            _GroupPanel12.CanvasColor      = Color.Empty;
            _GroupPanel12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _GroupPanel12.Controls.Add(_LabelX56);
            _GroupPanel12.Controls.Add(_SwitchButton_MS_OverwriteSizeRestrictions);
            _GroupPanel12.DisabledBackColor = Color.Empty;
            resources.ApplyResources(_GroupPanel12, "GroupPanel12");
            _GroupPanel12.Name = "GroupPanel12";
            //
            //
            //
            _GroupPanel12.Style.BackColorGradientAngle = 90;
            _GroupPanel12.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel12.Style.BorderBottomWidth      = 1;
            _GroupPanel12.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            _GroupPanel12.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel12.Style.BorderLeftWidth        = 1;
            _GroupPanel12.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel12.Style.BorderRightWidth       = 1;
            _GroupPanel12.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel12.Style.BorderTopWidth      = 1;
            _GroupPanel12.Style.CornerDiameter      = 4;
            _GroupPanel12.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Square;
            _GroupPanel12.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            _GroupPanel12.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            _GroupPanel12.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            //
            //
            //
            _GroupPanel12.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            _GroupPanel12.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            // LabelX56
            //
            _LabelX56.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX56.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX56, "LabelX56");
            _LabelX56.Name  = "LabelX56";
            _LabelX56.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // SwitchButton_MS_OverwriteSizeRestrictions
            //
            //
            //
            //
            _SwitchButton_MS_OverwriteSizeRestrictions.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _SwitchButton_MS_OverwriteSizeRestrictions.FocusCuesEnabled           = false;
            resources.ApplyResources(_SwitchButton_MS_OverwriteSizeRestrictions, "SwitchButton_MS_OverwriteSizeRestrictions");
            _SwitchButton_MS_OverwriteSizeRestrictions.Name              = "SwitchButton_MS_OverwriteSizeRestrictions";
            _SwitchButton_MS_OverwriteSizeRestrictions.OffTextColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)), Conversions.ToInteger(Conversions.ToByte(64)));
            _SwitchButton_MS_OverwriteSizeRestrictions.OnBackColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(139)), Conversions.ToInteger(Conversions.ToByte(195)), Conversions.ToInteger(Conversions.ToByte(80)));
            _SwitchButton_MS_OverwriteSizeRestrictions.OnTextColor       = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(21)), Conversions.ToInteger(Conversions.ToByte(66)), Conversions.ToInteger(Conversions.ToByte(139)));
            _SwitchButton_MS_OverwriteSizeRestrictions.Style             = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _SwitchButton_MS_OverwriteSizeRestrictions.SwitchBackColor   = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(147)), Conversions.ToInteger(Conversions.ToByte(164)), Conversions.ToInteger(Conversions.ToByte(181)));
            _SwitchButton_MS_OverwriteSizeRestrictions.SwitchBorderColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(69)), Conversions.ToInteger(Conversions.ToByte(85)), Conversions.ToInteger(Conversions.ToByte(107)));
            _SwitchButton_MS_OverwriteSizeRestrictions.SwitchWidth       = 15;
            //
            // GroupBox_MS_SeqProperties
            //
            _GroupBox_MS_SeqProperties.BackColor        = Color.White;
            _GroupBox_MS_SeqProperties.CanvasColor      = Color.Empty;
            _GroupBox_MS_SeqProperties.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _GroupBox_MS_SeqProperties.Controls.Add(_LabelX_MS_SeqSize);
            _GroupBox_MS_SeqProperties.Controls.Add(_LabelX33);
            _GroupBox_MS_SeqProperties.Controls.Add(_LabelX28);
            _GroupBox_MS_SeqProperties.Controls.Add(_LabelX_MS_SequenceID);
            _GroupBox_MS_SeqProperties.DisabledBackColor = Color.Empty;
            resources.ApplyResources(_GroupBox_MS_SeqProperties, "GroupBox_MS_SeqProperties");
            _GroupBox_MS_SeqProperties.Name = "GroupBox_MS_SeqProperties";
            //
            //
            //
            _GroupBox_MS_SeqProperties.Style.BackColorGradientAngle = 90;
            _GroupBox_MS_SeqProperties.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SeqProperties.Style.BorderBottomWidth      = 1;
            _GroupBox_MS_SeqProperties.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            _GroupBox_MS_SeqProperties.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SeqProperties.Style.BorderLeftWidth        = 1;
            _GroupBox_MS_SeqProperties.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SeqProperties.Style.BorderRightWidth       = 1;
            _GroupBox_MS_SeqProperties.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SeqProperties.Style.BorderTopWidth      = 1;
            _GroupBox_MS_SeqProperties.Style.CornerDiameter      = 4;
            _GroupBox_MS_SeqProperties.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Square;
            _GroupBox_MS_SeqProperties.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            _GroupBox_MS_SeqProperties.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            _GroupBox_MS_SeqProperties.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            //
            //
            //
            _GroupBox_MS_SeqProperties.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            _GroupBox_MS_SeqProperties.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            // LabelX_MS_SeqSize
            //
            _LabelX_MS_SeqSize.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX_MS_SeqSize.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX_MS_SeqSize, "LabelX_MS_SeqSize");
            _LabelX_MS_SeqSize.Name  = "LabelX_MS_SeqSize";
            _LabelX_MS_SeqSize.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX33
            //
            _LabelX33.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX33.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX33, "LabelX33");
            _LabelX33.Name  = "LabelX33";
            _LabelX33.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX28
            //
            _LabelX28.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX28, "LabelX28");
            _LabelX28.Name  = "LabelX28";
            _LabelX28.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX_MS_SequenceID
            //
            _LabelX_MS_SequenceID.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX_MS_SequenceID.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX_MS_SequenceID, "LabelX_MS_SequenceID");
            _LabelX_MS_SequenceID.Name  = "LabelX_MS_SequenceID";
            _LabelX_MS_SequenceID.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // GroupBox_MS_SelectedSequence
            //
            _GroupBox_MS_SelectedSequence.BackColor        = Color.White;
            _GroupBox_MS_SelectedSequence.CanvasColor      = Color.Empty;
            _GroupBox_MS_SelectedSequence.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _GroupBox_MS_SelectedSequence.Controls.Add(_ButtonX1);
            _GroupBox_MS_SelectedSequence.Controls.Add(_ComboBox_MS_NInst);
            _GroupBox_MS_SelectedSequence.Controls.Add(_LabelX32);
            _GroupBox_MS_SelectedSequence.Controls.Add(_LabelX5);
            _GroupBox_MS_SelectedSequence.Controls.Add(_TextBoxX_MS_Sequencename);
            _GroupBox_MS_SelectedSequence.Controls.Add(_Button_MS_ExtractSequence);
            _GroupBox_MS_SelectedSequence.Controls.Add(_Button_MS_ReplaceSequence);
            _GroupBox_MS_SelectedSequence.Controls.Add(_Line6);
            _GroupBox_MS_SelectedSequence.DisabledBackColor = Color.Empty;
            resources.ApplyResources(_GroupBox_MS_SelectedSequence, "GroupBox_MS_SelectedSequence");
            _GroupBox_MS_SelectedSequence.Name = "GroupBox_MS_SelectedSequence";
            //
            //
            //
            _GroupBox_MS_SelectedSequence.Style.BackColorGradientAngle = 90;
            _GroupBox_MS_SelectedSequence.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SelectedSequence.Style.BorderBottomWidth      = 1;
            _GroupBox_MS_SelectedSequence.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            _GroupBox_MS_SelectedSequence.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SelectedSequence.Style.BorderLeftWidth        = 1;
            _GroupBox_MS_SelectedSequence.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SelectedSequence.Style.BorderRightWidth       = 1;
            _GroupBox_MS_SelectedSequence.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupBox_MS_SelectedSequence.Style.BorderTopWidth      = 1;
            _GroupBox_MS_SelectedSequence.Style.CornerDiameter      = 4;
            _GroupBox_MS_SelectedSequence.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Square;
            _GroupBox_MS_SelectedSequence.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            _GroupBox_MS_SelectedSequence.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            _GroupBox_MS_SelectedSequence.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            //
            //
            //
            _GroupBox_MS_SelectedSequence.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            _GroupBox_MS_SelectedSequence.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            // ButtonX1
            //
            _ButtonX1.AccessibleRole   = AccessibleRole.PushButton;
            _ButtonX1.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX1.FocusCuesEnabled = false;
            resources.ApplyResources(_ButtonX1, "ButtonX1");
            _ButtonX1.Name  = "ButtonX1";
            _ButtonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // ComboBox_MS_NInst
            //
            _ComboBox_MS_NInst.DrawMode          = DrawMode.OwnerDrawFixed;
            _ComboBox_MS_NInst.DropDownHeight    = 150;
            _ComboBox_MS_NInst.DropDownStyle     = ComboBoxStyle.DropDownList;
            _ComboBox_MS_NInst.ForeColor         = Color.Black;
            _ComboBox_MS_NInst.FormattingEnabled = true;
            resources.ApplyResources(_ComboBox_MS_NInst, "ComboBox_MS_NInst");
            _ComboBox_MS_NInst.Items.AddRange(new object[] { resources.GetString("ComboBox_MS_NInst.Items"), resources.GetString("ComboBox_MS_NInst.Items1"), resources.GetString("ComboBox_MS_NInst.Items2"), resources.GetString("ComboBox_MS_NInst.Items3"), resources.GetString("ComboBox_MS_NInst.Items4"), resources.GetString("ComboBox_MS_NInst.Items5"), resources.GetString("ComboBox_MS_NInst.Items6"), resources.GetString("ComboBox_MS_NInst.Items7"), resources.GetString("ComboBox_MS_NInst.Items8"), resources.GetString("ComboBox_MS_NInst.Items9"), resources.GetString("ComboBox_MS_NInst.Items10"), resources.GetString("ComboBox_MS_NInst.Items11"), resources.GetString("ComboBox_MS_NInst.Items12"), resources.GetString("ComboBox_MS_NInst.Items13"), resources.GetString("ComboBox_MS_NInst.Items14"), resources.GetString("ComboBox_MS_NInst.Items15"), resources.GetString("ComboBox_MS_NInst.Items16"), resources.GetString("ComboBox_MS_NInst.Items17"), resources.GetString("ComboBox_MS_NInst.Items18"), resources.GetString("ComboBox_MS_NInst.Items19"), resources.GetString("ComboBox_MS_NInst.Items20"), resources.GetString("ComboBox_MS_NInst.Items21"), resources.GetString("ComboBox_MS_NInst.Items22"), resources.GetString("ComboBox_MS_NInst.Items23"), resources.GetString("ComboBox_MS_NInst.Items24"), resources.GetString("ComboBox_MS_NInst.Items25"), resources.GetString("ComboBox_MS_NInst.Items26"), resources.GetString("ComboBox_MS_NInst.Items27"), resources.GetString("ComboBox_MS_NInst.Items28"), resources.GetString("ComboBox_MS_NInst.Items29"), resources.GetString("ComboBox_MS_NInst.Items30"), resources.GetString("ComboBox_MS_NInst.Items31"), resources.GetString("ComboBox_MS_NInst.Items32"), resources.GetString("ComboBox_MS_NInst.Items33"), resources.GetString("ComboBox_MS_NInst.Items34"), resources.GetString("ComboBox_MS_NInst.Items35"), resources.GetString("ComboBox_MS_NInst.Items36"), resources.GetString("ComboBox_MS_NInst.Items37") });
            _ComboBox_MS_NInst.Name  = "ComboBox_MS_NInst";
            _ComboBox_MS_NInst.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX32
            //
            _LabelX32.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX32.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX32, "LabelX32");
            _LabelX32.Name  = "LabelX32";
            _LabelX32.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX5
            //
            _LabelX5.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX5, "LabelX5");
            _LabelX5.Name  = "LabelX5";
            _LabelX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // TextBoxX_MS_Sequencename
            //
            _TextBoxX_MS_Sequencename.BackColor = Color.White;
            //
            //
            //
            _TextBoxX_MS_Sequencename.Border.Class      = "TextBoxBorder";
            _TextBoxX_MS_Sequencename.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _TextBoxX_MS_Sequencename.DisabledBackColor = Color.White;
            _TextBoxX_MS_Sequencename.ForeColor         = Color.Black;
            resources.ApplyResources(_TextBoxX_MS_Sequencename, "TextBoxX_MS_Sequencename");
            _TextBoxX_MS_Sequencename.Name             = "TextBoxX_MS_Sequencename";
            _TextBoxX_MS_Sequencename.PreventEnterBeep = true;
            //
            // Button_MS_ExtractSequence
            //
            _Button_MS_ExtractSequence.AccessibleRole   = AccessibleRole.PushButton;
            _Button_MS_ExtractSequence.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_MS_ExtractSequence.FocusCuesEnabled = false;
            resources.ApplyResources(_Button_MS_ExtractSequence, "Button_MS_ExtractSequence");
            _Button_MS_ExtractSequence.Name  = "Button_MS_ExtractSequence";
            _Button_MS_ExtractSequence.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // Button_MS_ReplaceSequence
            //
            _Button_MS_ReplaceSequence.AccessibleRole   = AccessibleRole.PushButton;
            _Button_MS_ReplaceSequence.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_MS_ReplaceSequence.FocusCuesEnabled = false;
            resources.ApplyResources(_Button_MS_ReplaceSequence, "Button_MS_ReplaceSequence");
            _Button_MS_ReplaceSequence.Name  = "Button_MS_ReplaceSequence";
            _Button_MS_ReplaceSequence.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // Line6
            //
            _Line6.BackColor = Color.Transparent;
            _Line6.ForeColor = Color.Gainsboro;
            resources.ApplyResources(_Line6, "Line6");
            _Line6.Name = "Line6";
            //
            // GroupPanel9
            //
            resources.ApplyResources(_GroupPanel9, "GroupPanel9");
            _GroupPanel9.BackColor        = Color.White;
            _GroupPanel9.CanvasColor      = Color.Empty;
            _GroupPanel9.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _GroupPanel9.Controls.Add(_ButtonX_MS_RemoveSequence);
            _GroupPanel9.Controls.Add(_ButtonX_MS_AddSequence);
            _GroupPanel9.Controls.Add(_ListBoxAdv_MS_MusicSequences);
            _GroupPanel9.DisabledBackColor = Color.Empty;
            _GroupPanel9.Name = "GroupPanel9";
            //
            //
            //
            _GroupPanel9.Style.BackColorGradientAngle = 90;
            _GroupPanel9.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel9.Style.BorderBottomWidth      = 1;
            _GroupPanel9.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            _GroupPanel9.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel9.Style.BorderLeftWidth        = 1;
            _GroupPanel9.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel9.Style.BorderRightWidth       = 1;
            _GroupPanel9.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            _GroupPanel9.Style.BorderTopWidth      = 1;
            _GroupPanel9.Style.CornerDiameter      = 4;
            _GroupPanel9.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Square;
            _GroupPanel9.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            _GroupPanel9.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            _GroupPanel9.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            //
            //
            //
            _GroupPanel9.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            //
            //
            _GroupPanel9.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            //
            // ButtonX_MS_RemoveSequence
            //
            _ButtonX_MS_RemoveSequence.AccessibleRole = AccessibleRole.PushButton;
            _ButtonX_MS_RemoveSequence.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            resources.ApplyResources(_ButtonX_MS_RemoveSequence, "ButtonX_MS_RemoveSequence");
            _ButtonX_MS_RemoveSequence.FocusCuesEnabled = false;
            _ButtonX_MS_RemoveSequence.Image            = My.Resources.MyIcons.icons8_delete_sign_16px;
            _ButtonX_MS_RemoveSequence.Name             = "ButtonX_MS_RemoveSequence";
            _ButtonX_MS_RemoveSequence.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX_MS_RemoveSequence.SymbolColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(150)), Conversions.ToInteger(Conversions.ToByte(0)), Conversions.ToInteger(Conversions.ToByte(0)));
            _ButtonX_MS_RemoveSequence.SymbolSet        = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX_MS_RemoveSequence.SymbolSize       = 12.0F;
            //
            // ButtonX_MS_AddSequence
            //
            _ButtonX_MS_AddSequence.AccessibleRole   = AccessibleRole.PushButton;
            _ButtonX_MS_AddSequence.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX_MS_AddSequence.FocusCuesEnabled = false;
            _ButtonX_MS_AddSequence.Image            = My.Resources.MyIcons.icons8_plus_math_16px;
            resources.ApplyResources(_ButtonX_MS_AddSequence, "ButtonX_MS_AddSequence");
            _ButtonX_MS_AddSequence.Name        = "ButtonX_MS_AddSequence";
            _ButtonX_MS_AddSequence.Style       = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX_MS_AddSequence.SymbolColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(82)), Conversions.ToInteger(Conversions.ToByte(124)), Conversions.ToInteger(Conversions.ToByte(64)));
            _ButtonX_MS_AddSequence.SymbolSet   = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX_MS_AddSequence.SymbolSize  = 12.0F;
            //
            // ListBoxAdv_MS_MusicSequences
            //
            resources.ApplyResources(_ListBoxAdv_MS_MusicSequences, "ListBoxAdv_MS_MusicSequences");
            //
            //
            //
            _ListBoxAdv_MS_MusicSequences.BackgroundStyle.Class            = "ListBoxAdv";
            _ListBoxAdv_MS_MusicSequences.BackgroundStyle.CornerType       = DevComponents.DotNetBar.eCornerType.Square;
            _ListBoxAdv_MS_MusicSequences.ContainerControlProcessDialogKey = true;
            _ListBoxAdv_MS_MusicSequences.DragDropSupport   = true;
            _ListBoxAdv_MS_MusicSequences.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
            _ListBoxAdv_MS_MusicSequences.LicenseKey        = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            _ListBoxAdv_MS_MusicSequences.Name             = "ListBoxAdv_MS_MusicSequences";
            _ListBoxAdv_MS_MusicSequences.ReserveLeftSpace = false;
            _ListBoxAdv_MS_MusicSequences.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // Tab_MusicManager
            //
            resources.ApplyResources(this, "$this");
            AutoScaleMode = AutoScaleMode.Font;
            BackColor     = Color.White;
            Controls.Add(_GroupPanel12);
            Controls.Add(_GroupBox_MS_SeqProperties);
            Controls.Add(_GroupBox_MS_SelectedSequence);
            Controls.Add(_GroupPanel9);
            Name = "Tab_MusicManager";
            _GroupPanel12.ResumeLayout(false);
            _GroupBox_MS_SeqProperties.ResumeLayout(false);
            _GroupBox_MS_SelectedSequence.ResumeLayout(false);
            _GroupPanel9.ResumeLayout(false);
            ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.Utils.SuperToolTip superToolTip15 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip16 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip18 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem17 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip17 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem16 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip19 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem18 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip20 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem19 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip22 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem21 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip27 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem26 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip21 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem20 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip23 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem22 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip24 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem23 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip25 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem24 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip26 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem25 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle60 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle74 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle75 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle61 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle62 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle63 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle64 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle65 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle66 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle67 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle68 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle69 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle70 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle71 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle72 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle73 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle76 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle77 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle78 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle79 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle80 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle81 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle82 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle83 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle84 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle85 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle86 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle87 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle88 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle89 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle90 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle91 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle92 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle100 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle101 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle93 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle94 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle95 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle96 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle97 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle98 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle99 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle102 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle111 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle112 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle103 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle104 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle105 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle106 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle107 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle108 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle109 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle110 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle57 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle58 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle59 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_orden_produccion));
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.btn_nuevo = new DevExpress.XtraBars.BarButtonItem();
     this.btn_editar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_cancelar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_grabar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_eliminar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_imprimir = new DevExpress.XtraBars.BarButtonItem();
     this.btn_log = new DevExpress.XtraBars.BarButtonItem();
     this.btn_clave = new DevExpress.XtraBars.BarButtonItem();
     this.btn_salir = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.btnLoad = new DevExpress.XtraBars.BarButtonItem();
     this.btnInicio = new DevExpress.XtraBars.BarButtonItem();
     this.btnAnterior = new DevExpress.XtraBars.BarButtonItem();
     this.btnSiguiente = new DevExpress.XtraBars.BarButtonItem();
     this.btnUltimo = new DevExpress.XtraBars.BarButtonItem();
     this.textBox13 = new System.Windows.Forms.TextBox();
     this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
     this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.tab_01 = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
     this.Mdi_dgv_ordenproduccion = new DevExpress.XtraGrid.GridControl();
     this.dgv_ordenproduccion = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.marcaname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ordenprod = new DevExpress.XtraGrid.Columns.GridColumn();
     this.fechemi = new DevExpress.XtraGrid.Columns.GridColumn();
     this.articid = new DevExpress.XtraGrid.Columns.GridColumn();
     this.articname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lineaname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.generoname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.temporadaname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coleccionname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.estadoname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemTextEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.tab_02 = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.txt_taco12 = new DevExpress.XtraEditors.TextEdit();
     this.txt_taco11 = new DevExpress.XtraEditors.TextEdit();
     this.txt_taco10 = new DevExpress.XtraEditors.TextEdit();
     this.txt_taco09 = new DevExpress.XtraEditors.TextEdit();
     this.txt_taco08 = new DevExpress.XtraEditors.TextEdit();
     this.txt_taco07 = new DevExpress.XtraEditors.TextEdit();
     this.txt_taco06 = new DevExpress.XtraEditors.TextEdit();
     this.txt_taco05 = new DevExpress.XtraEditors.TextEdit();
     this.txt_taco04 = new DevExpress.XtraEditors.TextEdit();
     this.txt_taco03 = new DevExpress.XtraEditors.TextEdit();
     this.txt_taco02 = new DevExpress.XtraEditors.TextEdit();
     this.txt_taco01 = new DevExpress.XtraEditors.TextEdit();
     this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
     this.txt_numop = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.cmb_ordprod = new System.Windows.Forms.ComboBox();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.btn_quitar = new DevExpress.XtraEditors.SimpleButton();
     this.dgv_ordenprodcolor = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.tipop = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serop = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.numop = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colorid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colorname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.coltalla = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can01 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can02 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can03 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can04 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can05 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can06 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can07 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can08 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can09 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.can12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantot = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgv_grilla = new System.Windows.Forms.DataGridView();
     this.nombre = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta01 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta02 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta03 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta04 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta05 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta06 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta07 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta08 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta09 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ta12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btn_add = new DevExpress.XtraEditors.SimpleButton();
     this.txt_tottot = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelControl68 = new DevExpress.XtraEditors.LabelControl();
     this.txt_tottaco12 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tottaco11 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tottaco10 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tottaco09 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tottaco08 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tottaco07 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tottaco06 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tottaco05 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tottaco04 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tottaco03 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tottaco02 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tottaco01 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_observacion = new System.Windows.Forms.TextBox();
     this.labelControl58 = new DevExpress.XtraEditors.LabelControl();
     this.txt_temporadaname = new System.Windows.Forms.TextBox();
     this.labelControl57 = new DevExpress.XtraEditors.LabelControl();
     this.txt_tacotot = new System.Windows.Forms.TextBox();
     this.lbltaco12 = new DevExpress.XtraEditors.LabelControl();
     this.lbltaco11 = new DevExpress.XtraEditors.LabelControl();
     this.lbltaco10 = new DevExpress.XtraEditors.LabelControl();
     this.lbltaco09 = new DevExpress.XtraEditors.LabelControl();
     this.lbltaco08 = new DevExpress.XtraEditors.LabelControl();
     this.lbltaco07 = new DevExpress.XtraEditors.LabelControl();
     this.lbltaco06 = new DevExpress.XtraEditors.LabelControl();
     this.lbltaco05 = new DevExpress.XtraEditors.LabelControl();
     this.lbltaco04 = new DevExpress.XtraEditors.LabelControl();
     this.lbltaco03 = new DevExpress.XtraEditors.LabelControl();
     this.lbltaco02 = new DevExpress.XtraEditors.LabelControl();
     this.lbltaco01 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl43 = new DevExpress.XtraEditors.LabelControl();
     this.txt_colorname = new System.Windows.Forms.TextBox();
     this.txt_colorid = new System.Windows.Forms.TextBox();
     this.labelControl44 = new DevExpress.XtraEditors.LabelControl();
     this.txt_cantreal = new System.Windows.Forms.TextBox();
     this.txt_cantprog = new System.Windows.Forms.TextBox();
     this.labelControl36 = new DevExpress.XtraEditors.LabelControl();
     this.txt_numref = new System.Windows.Forms.TextBox();
     this.txt_serref = new System.Windows.Forms.TextBox();
     this.txt_tipref = new System.Windows.Forms.TextBox();
     this.labelControl30 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl29 = new DevExpress.XtraEditors.LabelControl();
     this.txt_ctactename = new System.Windows.Forms.TextBox();
     this.txt_ctacte = new System.Windows.Forms.TextBox();
     this.labelControl28 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
     this.txt_familiatelaname = new System.Windows.Forms.TextBox();
     this.labelControl25 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl24 = new DevExpress.XtraEditors.LabelControl();
     this.cmb_canalvta = new System.Windows.Forms.ComboBox();
     this.txt_generoname = new System.Windows.Forms.TextBox();
     this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
     this.txt_lineaname = new System.Windows.Forms.TextBox();
     this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
     this.txt_marcaname = new System.Windows.Forms.TextBox();
     this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
     this.txt_variante = new System.Windows.Forms.TextBox();
     this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
     this.txt_articname = new System.Windows.Forms.TextBox();
     this.txt_articid = new System.Windows.Forms.TextBox();
     this.cmb_ejecutor = new System.Windows.Forms.ComboBox();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.cmb_estado = new System.Windows.Forms.ComboBox();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.txt_fechfin = new DevExpress.XtraEditors.DateEdit();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.txt_fechini = new DevExpress.XtraEditors.DateEdit();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.txt_fechemi = new DevExpress.XtraEditors.DateEdit();
     this.cmb_perianio = new System.Windows.Forms.ComboBox();
     this.tab_03 = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.pnl_edit2 = new DevExpress.XtraEditors.PanelControl();
     this.txt_fechentrega03 = new DevExpress.XtraEditors.DateEdit();
     this.txt_ctactename03 = new System.Windows.Forms.TextBox();
     this.labelControl39 = new DevExpress.XtraEditors.LabelControl();
     this.txt_fechini03 = new DevExpress.XtraEditors.DateEdit();
     this.labelControl40 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl42 = new DevExpress.XtraEditors.LabelControl();
     this.txt_ctacte03 = new System.Windows.Forms.TextBox();
     this.labelControl41 = new DevExpress.XtraEditors.LabelControl();
     this.txt_serop03 = new DevExpress.XtraEditors.LabelControl();
     this.txt_tipop03 = new DevExpress.XtraEditors.LabelControl();
     this.txt_numop03 = new DevExpress.XtraEditors.LabelControl();
     this.pnl_edit = new DevExpress.XtraEditors.PanelControl();
     this.cmb_fase = new System.Windows.Forms.ComboBox();
     this.labelControl38 = new DevExpress.XtraEditors.LabelControl();
     this.txt_secuencia = new System.Windows.Forms.NumericUpDown();
     this.labelControl37 = new DevExpress.XtraEditors.LabelControl();
     this.btn_new = new DevExpress.XtraEditors.SimpleButton();
     this.btn_save = new DevExpress.XtraEditors.SimpleButton();
     this.line1 = new DevComponents.DotNetBar.Controls.Line();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.btn_cancel = new DevExpress.XtraEditors.SimpleButton();
     this.btn_delete = new DevExpress.XtraEditors.SimpleButton();
     this.btn_edit = new DevExpress.XtraEditors.SimpleButton();
     this.dgv_ordenprodfase = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this._tipop = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._serop = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._numop = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.secuencia = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faseid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fasename = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ctacte = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ctactename = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fechprog_ini = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fechprog_fin = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btn_add2 = new DevExpress.XtraEditors.SimpleButton();
     this.tab_04 = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
     this.btn_del = new DevExpress.XtraEditors.SimpleButton();
     this.txt_ltizado = new DevExpress.XtraEditors.TextEdit();
     this.labelControl51 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl50 = new DevExpress.XtraEditors.LabelControl();
     this.txt_parte = new System.Windows.Forms.TextBox();
     this.txt_productname1 = new System.Windows.Forms.TextBox();
     this.btn_generar = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl35 = new DevExpress.XtraEditors.LabelControl();
     this.txt_tolerancia = new DevExpress.XtraEditors.TextEdit();
     this.labelControl33 = new DevExpress.XtraEditors.LabelControl();
     this.txt_numpanos = new DevExpress.XtraEditors.TextEdit();
     this.labelControl32 = new DevExpress.XtraEditors.LabelControl();
     this.txt_prendpanos = new DevExpress.XtraEditors.TextEdit();
     this.labelControl31 = new DevExpress.XtraEditors.LabelControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.labelControl48 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl49 = new DevExpress.XtraEditors.LabelControl();
     this.dgv_consumoreal = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.partepdaid_det = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.partepdaname_det = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productid_det = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productname_det = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.canthabilitada = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pdaproyectotal = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantreal = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.mermacalculada = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.porcenmerma = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.consumreal = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.umed_det = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgv_calconsumo = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.partepdaid_cpo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.partepdaname_cpo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productid_cpo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productname_cpo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.largtizado = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pdasxpano = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.numpanos = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.porcentolerancia = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.consumprompano = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pdatotal = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantrequerida = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.umed_cpo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pnl_edit2Ma = new DevExpress.XtraEditors.PanelControl();
     this.txt_gramaje = new System.Windows.Forms.TextBox();
     this.txt_ancho = new System.Windows.Forms.TextBox();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.txt_serop04 = new DevExpress.XtraEditors.LabelControl();
     this.txt_tipop04 = new DevExpress.XtraEditors.LabelControl();
     this.txt_numop04 = new DevExpress.XtraEditors.LabelControl();
     this.pnl_editMa = new DevExpress.XtraEditors.PanelControl();
     this.btn_actualizar = new DevExpress.XtraEditors.SimpleButton();
     this.productidtela = new System.Windows.Forms.TextBox();
     this.cmb_partepda = new System.Windows.Forms.ComboBox();
     this.labelControl34 = new DevExpress.XtraEditors.LabelControl();
     this.productnametela = new System.Windows.Forms.TextBox();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.btn_newMa = new DevExpress.XtraEditors.SimpleButton();
     this.btn_saveMa = new DevExpress.XtraEditors.SimpleButton();
     this.line2 = new DevComponents.DotNetBar.Controls.Line();
     this.labelControl45 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl46 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl47 = new DevExpress.XtraEditors.LabelControl();
     this.btn_cancelMa = new DevExpress.XtraEditors.SimpleButton();
     this.btn_deleteMa = new DevExpress.XtraEditors.SimpleButton();
     this.btn_editMa = new DevExpress.XtraEditors.SimpleButton();
     this.dgv_ordenprodtela = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.partepdaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.partepdaname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.xcolorname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ancho = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gramaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.chk_estado01 = new DevExpress.XtraEditors.CheckEdit();
     this.chk_linea01 = new DevExpress.XtraEditors.CheckEdit();
     this.chk_marca01 = new DevExpress.XtraEditors.CheckEdit();
     this.cmb_linea01 = new System.Windows.Forms.ComboBox();
     this.cmb_marca01 = new System.Windows.Forms.ComboBox();
     this.cmb_estado01 = new System.Windows.Forms.ComboBox();
     this.lblbusqueda = new DevExpress.XtraEditors.LabelControl();
     this.txt_articname01 = new System.Windows.Forms.TextBox();
     this.cmb_anio01 = new System.Windows.Forms.ComboBox();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.txt_numop01 = new System.Windows.Forms.TextBox();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.cmb_serie01 = new System.Windows.Forms.ComboBox();
     this.chk_serie01 = new DevExpress.XtraEditors.CheckEdit();
     this.styleManager2 = new DevComponents.DotNetBar.StyleManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.tab_01.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_ordenproduccion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenproduccion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).BeginInit();
     this.tab_02.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco12.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco11.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco10.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco09.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco08.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco07.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco06.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco05.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco04.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco03.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco02.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco01.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
     this.panelControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodcolor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_grilla)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechfin.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechfin.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechini.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechini.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties)).BeginInit();
     this.tab_03.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_edit2)).BeginInit();
     this.pnl_edit2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechentrega03.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechentrega03.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechini03.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechini03.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_edit)).BeginInit();
     this.pnl_edit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txt_secuencia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodfase)).BeginInit();
     this.tab_04.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
     this.panelControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txt_ltizado.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_tolerancia.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_numpanos.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_prendpanos.Properties)).BeginInit();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_consumoreal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_calconsumo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_edit2Ma)).BeginInit();
     this.pnl_edit2Ma.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_editMa)).BeginInit();
     this.pnl_editMa.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodtela)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_estado01.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_linea01.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_marca01.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_serie01.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(214, 135);
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_grabar,
     this.btn_cancelar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.btnLoad,
     this.btn_log,
     this.btnInicio,
     this.btnAnterior,
     this.btnSiguiente,
     this.btnUltimo,
     this.btn_salir,
     this.btn_clave});
     this.barManager1.MainMenu = this.bar1;
     this.barManager1.MaxItemId = 16;
     //
     // bar1
     //
     this.bar1.BarName = "Main menu";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(214, 135);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_nuevo, DevExpress.XtraBars.BarItemPaintStyle.Standard),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_editar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_cancelar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_grabar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_eliminar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_imprimir),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_log),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_clave),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_salir)});
     this.bar1.OptionsBar.MultiLine = true;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Main menu";
     //
     // btn_nuevo
     //
     this.btn_nuevo.Caption = "btnNew";
     this.btn_nuevo.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Glyph")));
     this.btn_nuevo.Id = 2;
     this.btn_nuevo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.LargeGlyph")));
     this.btn_nuevo.Name = "btn_nuevo";
     toolTipTitleItem14.Text = "Nuevo";
     superToolTip15.Items.Add(toolTipTitleItem14);
     this.btn_nuevo.SuperTip = superToolTip15;
     this.btn_nuevo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_nuevo_ItemClick);
     //
     // btn_editar
     //
     this.btn_editar.Caption = "btnEdit";
     this.btn_editar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.Glyph")));
     this.btn_editar.Id = 3;
     this.btn_editar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.LargeGlyph")));
     this.btn_editar.Name = "btn_editar";
     toolTipTitleItem15.Text = "Editar";
     superToolTip16.Items.Add(toolTipTitleItem15);
     this.btn_editar.SuperTip = superToolTip16;
     this.btn_editar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_editar_ItemClick);
     //
     // btn_cancelar
     //
     this.btn_cancelar.Caption = "btnCancel";
     this.btn_cancelar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.Glyph")));
     this.btn_cancelar.Id = 5;
     this.btn_cancelar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.LargeGlyph")));
     this.btn_cancelar.Name = "btn_cancelar";
     toolTipTitleItem17.Text = "Cancelar";
     superToolTip18.Items.Add(toolTipTitleItem17);
     this.btn_cancelar.SuperTip = superToolTip18;
     this.btn_cancelar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_cancelar_ItemClick);
     //
     // btn_grabar
     //
     this.btn_grabar.Caption = "btnSave";
     this.btn_grabar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Glyph")));
     this.btn_grabar.Id = 4;
     this.btn_grabar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.LargeGlyph")));
     this.btn_grabar.Name = "btn_grabar";
     toolTipTitleItem16.Text = "Guardar";
     superToolTip17.Items.Add(toolTipTitleItem16);
     this.btn_grabar.SuperTip = superToolTip17;
     this.btn_grabar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_grabar_ItemClick);
     //
     // btn_eliminar
     //
     this.btn_eliminar.Caption = "btnDelete";
     this.btn_eliminar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Glyph")));
     this.btn_eliminar.Id = 6;
     this.btn_eliminar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.LargeGlyph")));
     this.btn_eliminar.Name = "btn_eliminar";
     toolTipTitleItem18.Text = "Elimar Registro";
     superToolTip19.Items.Add(toolTipTitleItem18);
     this.btn_eliminar.SuperTip = superToolTip19;
     this.btn_eliminar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_eliminar_ItemClick);
     //
     // btn_imprimir
     //
     this.btn_imprimir.Caption = "btnPrint";
     this.btn_imprimir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Glyph")));
     this.btn_imprimir.Id = 7;
     this.btn_imprimir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.LargeGlyph")));
     this.btn_imprimir.Name = "btn_imprimir";
     toolTipTitleItem19.Text = "Imprimir";
     superToolTip20.Items.Add(toolTipTitleItem19);
     this.btn_imprimir.SuperTip = superToolTip20;
     this.btn_imprimir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_imprimir_ItemClick);
     //
     // btn_log
     //
     this.btn_log.Caption = "btnLog";
     this.btn_log.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_log.Glyph")));
     this.btn_log.Id = 9;
     this.btn_log.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_log.LargeGlyph")));
     this.btn_log.Name = "btn_log";
     toolTipTitleItem21.Text = "Log";
     superToolTip22.Items.Add(toolTipTitleItem21);
     this.btn_log.SuperTip = superToolTip22;
     this.btn_log.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_log_ItemClick);
     //
     // btn_clave
     //
     this.btn_clave.Caption = "btnLock";
     this.btn_clave.Glyph = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.Id = 15;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_clave_ItemClick);
     //
     // btn_salir
     //
     this.btn_salir.Caption = "btnExit";
     this.btn_salir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.Glyph")));
     this.btn_salir.Id = 14;
     this.btn_salir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.LargeGlyph")));
     this.btn_salir.Name = "btn_salir";
     toolTipTitleItem26.Text = "Salir";
     superToolTip27.Items.Add(toolTipTitleItem26);
     this.btn_salir.SuperTip = superToolTip27;
     this.btn_salir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_salir_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(890, 28);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 560);
     this.barDockControlBottom.Size = new System.Drawing.Size(890, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 28);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 532);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(890, 28);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 532);
     //
     // btnLoad
     //
     this.btnLoad.Caption = "btnLoad";
     this.btnLoad.Glyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.Glyph")));
     this.btnLoad.Id = 8;
     this.btnLoad.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.LargeGlyph")));
     this.btnLoad.Name = "btnLoad";
     toolTipTitleItem20.Text = "Actualizar";
     superToolTip21.Items.Add(toolTipTitleItem20);
     this.btnLoad.SuperTip = superToolTip21;
     //
     // btnInicio
     //
     this.btnInicio.Caption = "btnInicio";
     this.btnInicio.Glyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.Glyph")));
     this.btnInicio.Id = 10;
     this.btnInicio.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.LargeGlyph")));
     this.btnInicio.Name = "btnInicio";
     toolTipTitleItem22.Text = "Primer Registro";
     superToolTip23.Items.Add(toolTipTitleItem22);
     this.btnInicio.SuperTip = superToolTip23;
     //
     // btnAnterior
     //
     this.btnAnterior.Caption = "btnAnterior";
     this.btnAnterior.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.Glyph")));
     this.btnAnterior.Id = 11;
     this.btnAnterior.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.LargeGlyph")));
     this.btnAnterior.Name = "btnAnterior";
     toolTipTitleItem23.Text = "Anterior Registro";
     superToolTip24.Items.Add(toolTipTitleItem23);
     this.btnAnterior.SuperTip = superToolTip24;
     //
     // btnSiguiente
     //
     this.btnSiguiente.Caption = "btnSiguiente";
     this.btnSiguiente.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.Glyph")));
     this.btnSiguiente.Id = 12;
     this.btnSiguiente.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.LargeGlyph")));
     this.btnSiguiente.Name = "btnSiguiente";
     toolTipTitleItem24.Text = "Siguiente Registro";
     superToolTip25.Items.Add(toolTipTitleItem24);
     this.btnSiguiente.SuperTip = superToolTip25;
     //
     // btnUltimo
     //
     this.btnUltimo.Caption = "btnUltimo";
     this.btnUltimo.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.Glyph")));
     this.btnUltimo.Id = 13;
     this.btnUltimo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.LargeGlyph")));
     this.btnUltimo.Name = "btnUltimo";
     toolTipTitleItem25.Text = "Ultimo Registro";
     superToolTip26.Items.Add(toolTipTitleItem25);
     this.btnUltimo.SuperTip = superToolTip26;
     //
     // textBox13
     //
     this.textBox13.Location = new System.Drawing.Point(45, 28);
     this.textBox13.MaxLength = 10;
     this.textBox13.Name = "textBox13";
     this.textBox13.Size = new System.Drawing.Size(110, 20);
     this.textBox13.TabIndex = 228;
     //
     // superTooltip1
     //
     this.superTooltip1.DefaultTooltipSettings = new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Gray);
     //
     // styleManager1
     //
     this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007VistaGlass;
     this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154))))));
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 29);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.tab_01;
     this.xtraTabControl1.Size = new System.Drawing.Size(894, 534);
     this.xtraTabControl1.TabIndex = 7;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tab_01,
     this.tab_02,
     this.tab_03,
     this.tab_04});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     //
     // tab_01
     //
     this.tab_01.Controls.Add(this.panelControl4);
     this.tab_01.Name = "tab_01";
     this.tab_01.Size = new System.Drawing.Size(888, 506);
     this.tab_01.Text = "Busqueda";
     this.tab_01.Tooltip = "Buscar Ordenes";
     this.tab_01.TooltipIconType = DevExpress.Utils.ToolTipIconType.Information;
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.Mdi_dgv_ordenproduccion);
     this.panelControl4.Location = new System.Drawing.Point(3, 3);
     this.panelControl4.Name = "panelControl4";
     this.panelControl4.Size = new System.Drawing.Size(879, 500);
     this.panelControl4.TabIndex = 202;
     //
     // Mdi_dgv_ordenproduccion
     //
     this.Mdi_dgv_ordenproduccion.Location = new System.Drawing.Point(5, 5);
     this.Mdi_dgv_ordenproduccion.MainView = this.dgv_ordenproduccion;
     this.Mdi_dgv_ordenproduccion.Name = "Mdi_dgv_ordenproduccion";
     this.Mdi_dgv_ordenproduccion.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit5,
     this.repositoryItemCheckEdit5,
     this.repositoryItemTextEdit6,
     this.repositoryItemCheckEdit6});
     this.Mdi_dgv_ordenproduccion.Size = new System.Drawing.Size(869, 490);
     this.Mdi_dgv_ordenproduccion.TabIndex = 399;
     this.Mdi_dgv_ordenproduccion.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.dgv_ordenproduccion});
     this.Mdi_dgv_ordenproduccion.DoubleClick += new System.EventHandler(this.Mdi_dgv_ordenproduccion_DoubleClick);
     this.Mdi_dgv_ordenproduccion.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Mdi_dgv_ordenproduccion_KeyUp);
     //
     // dgv_ordenproduccion
     //
     this.dgv_ordenproduccion.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_ordenproduccion.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_ordenproduccion.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_ordenproduccion.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Gray;
     this.dgv_ordenproduccion.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.dgv_ordenproduccion.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(217)))));
     this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Blue;
     this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_ordenproduccion.Appearance.Empty.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_ordenproduccion.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(138)))), ((int)(((byte)(131)))));
     this.dgv_ordenproduccion.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_ordenproduccion.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.dgv_ordenproduccion.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.dgv_ordenproduccion.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.dgv_ordenproduccion.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(48)))), ((int)(((byte)(41)))));
     this.dgv_ordenproduccion.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_ordenproduccion.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.dgv_ordenproduccion.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.dgv_ordenproduccion.Appearance.FilterPanel.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.FilterPanel.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(74)))), ((int)(((byte)(66)))));
     this.dgv_ordenproduccion.Appearance.FixedLine.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
     this.dgv_ordenproduccion.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.dgv_ordenproduccion.Appearance.FocusedCell.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.FocusedCell.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.FocusedRow.BackColor = System.Drawing.Color.Navy;
     this.dgv_ordenproduccion.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(178)))));
     this.dgv_ordenproduccion.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.dgv_ordenproduccion.Appearance.FocusedRow.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.FocusedRow.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_ordenproduccion.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_ordenproduccion.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.dgv_ordenproduccion.Appearance.FooterPanel.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.dgv_ordenproduccion.Appearance.FooterPanel.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_ordenproduccion.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_ordenproduccion.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.dgv_ordenproduccion.Appearance.GroupButton.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.GroupButton.Options.UseBorderColor = true;
     this.dgv_ordenproduccion.Appearance.GroupButton.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
     this.dgv_ordenproduccion.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
     this.dgv_ordenproduccion.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.dgv_ordenproduccion.Appearance.GroupFooter.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.dgv_ordenproduccion.Appearance.GroupFooter.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(78)))), ((int)(((byte)(71)))));
     this.dgv_ordenproduccion.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
     this.dgv_ordenproduccion.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dgv_ordenproduccion.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White;
     this.dgv_ordenproduccion.Appearance.GroupPanel.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.GroupPanel.Options.UseFont = true;
     this.dgv_ordenproduccion.Appearance.GroupPanel.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(144)))), ((int)(((byte)(136)))));
     this.dgv_ordenproduccion.Appearance.GroupRow.ForeColor = System.Drawing.Color.Silver;
     this.dgv_ordenproduccion.Appearance.GroupRow.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.GroupRow.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_ordenproduccion.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_ordenproduccion.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dgv_ordenproduccion.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseFont = true;
     this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Gray;
     this.dgv_ordenproduccion.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_ordenproduccion.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_ordenproduccion.Appearance.HorzLine.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(252)))), ((int)(((byte)(244)))));
     this.dgv_ordenproduccion.Appearance.Preview.BackColor2 = System.Drawing.Color.White;
     this.dgv_ordenproduccion.Appearance.Preview.ForeColor = System.Drawing.Color.Navy;
     this.dgv_ordenproduccion.Appearance.Preview.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.Preview.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
     this.dgv_ordenproduccion.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.dgv_ordenproduccion.Appearance.Row.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.Row.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.dgv_ordenproduccion.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_ordenproduccion.Appearance.RowSeparator.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(138)))));
     this.dgv_ordenproduccion.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.dgv_ordenproduccion.Appearance.SelectedRow.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.SelectedRow.Options.UseForeColor = true;
     this.dgv_ordenproduccion.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(232)))), ((int)(((byte)(226)))));
     this.dgv_ordenproduccion.Appearance.TopNewRow.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_ordenproduccion.Appearance.VertLine.Options.UseBackColor = true;
     this.dgv_ordenproduccion.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.marcaname,
     this.ordenprod,
     this.fechemi,
     this.articid,
     this.articname,
     this.lineaname,
     this.generoname,
     this.temporadaname,
     this.coleccionname,
     this.estadoname});
     styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Teal;
     styleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition2.Expression = "Len(Trim([conceptoid])) == 2";
     this.dgv_ordenproduccion.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition2});
     this.dgv_ordenproduccion.GridControl = this.Mdi_dgv_ordenproduccion;
     this.dgv_ordenproduccion.Name = "dgv_ordenproduccion";
     this.dgv_ordenproduccion.OptionsSelection.MultiSelect = true;
     this.dgv_ordenproduccion.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.dgv_ordenproduccion.OptionsView.ShowGroupPanel = false;
     this.dgv_ordenproduccion.PaintStyleName = "Web";
     this.dgv_ordenproduccion.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.dgv_ordenproduccion_RowCellClick);
     //
     // marcaname
     //
     this.marcaname.Caption = "Marca";
     this.marcaname.FieldName = "marcaname";
     this.marcaname.Name = "marcaname";
     this.marcaname.OptionsColumn.AllowEdit = false;
     this.marcaname.Visible = true;
     this.marcaname.VisibleIndex = 0;
     this.marcaname.Width = 64;
     //
     // ordenprod
     //
     this.ordenprod.Caption = "OrdProd";
     this.ordenprod.FieldName = "ordenprod";
     this.ordenprod.Name = "ordenprod";
     this.ordenprod.OptionsColumn.AllowEdit = false;
     this.ordenprod.Visible = true;
     this.ordenprod.VisibleIndex = 1;
     this.ordenprod.Width = 67;
     //
     // fechemi
     //
     this.fechemi.Caption = "Fecha";
     this.fechemi.FieldName = "fechemi";
     this.fechemi.Name = "fechemi";
     this.fechemi.OptionsColumn.AllowEdit = false;
     this.fechemi.Visible = true;
     this.fechemi.VisibleIndex = 2;
     this.fechemi.Width = 72;
     //
     // articid
     //
     this.articid.Caption = "ArticID";
     this.articid.FieldName = "articidold";
     this.articid.Name = "articid";
     this.articid.OptionsColumn.AllowEdit = false;
     this.articid.Visible = true;
     this.articid.VisibleIndex = 3;
     this.articid.Width = 57;
     //
     // articname
     //
     this.articname.Caption = "Articulo";
     this.articname.FieldName = "articname";
     this.articname.Name = "articname";
     this.articname.OptionsColumn.AllowEdit = false;
     this.articname.Visible = true;
     this.articname.VisibleIndex = 4;
     this.articname.Width = 198;
     //
     // lineaname
     //
     this.lineaname.Caption = "Linea";
     this.lineaname.FieldName = "lineaname";
     this.lineaname.Name = "lineaname";
     this.lineaname.OptionsColumn.AllowEdit = false;
     this.lineaname.Visible = true;
     this.lineaname.VisibleIndex = 5;
     this.lineaname.Width = 87;
     //
     // generoname
     //
     this.generoname.Caption = "Genero";
     this.generoname.FieldName = "generoname";
     this.generoname.Name = "generoname";
     this.generoname.OptionsColumn.AllowEdit = false;
     this.generoname.Visible = true;
     this.generoname.VisibleIndex = 6;
     this.generoname.Width = 80;
     //
     // temporadaname
     //
     this.temporadaname.Caption = "Temporada";
     this.temporadaname.FieldName = "temporadaname";
     this.temporadaname.Name = "temporadaname";
     this.temporadaname.OptionsColumn.AllowEdit = false;
     this.temporadaname.Visible = true;
     this.temporadaname.VisibleIndex = 7;
     this.temporadaname.Width = 85;
     //
     // coleccionname
     //
     this.coleccionname.Caption = "Colección";
     this.coleccionname.FieldName = "coleccionname";
     this.coleccionname.Name = "coleccionname";
     this.coleccionname.OptionsColumn.AllowEdit = false;
     this.coleccionname.Visible = true;
     this.coleccionname.VisibleIndex = 8;
     this.coleccionname.Width = 70;
     //
     // estadoname
     //
     this.estadoname.Caption = "Estatus";
     this.estadoname.FieldName = "estadoname";
     this.estadoname.Name = "estadoname";
     this.estadoname.OptionsColumn.AllowEdit = false;
     this.estadoname.Visible = true;
     this.estadoname.VisibleIndex = 9;
     this.estadoname.Width = 74;
     //
     // repositoryItemTextEdit5
     //
     this.repositoryItemTextEdit5.AutoHeight = false;
     this.repositoryItemTextEdit5.DisplayFormat.FormatString = "###,##0.0000";
     this.repositoryItemTextEdit5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit5.EditFormat.FormatString = "###,##0.0000";
     this.repositoryItemTextEdit5.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit5.Mask.EditMask = "###,##0.0000";
     this.repositoryItemTextEdit5.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit5.Name = "repositoryItemTextEdit5";
     //
     // repositoryItemCheckEdit5
     //
     this.repositoryItemCheckEdit5.AutoHeight = false;
     this.repositoryItemCheckEdit5.Caption = "Check";
     this.repositoryItemCheckEdit5.Name = "repositoryItemCheckEdit5";
     //
     // repositoryItemTextEdit6
     //
     this.repositoryItemTextEdit6.AutoHeight = false;
     this.repositoryItemTextEdit6.Name = "repositoryItemTextEdit6";
     this.repositoryItemTextEdit6.ReadOnly = true;
     //
     // repositoryItemCheckEdit6
     //
     this.repositoryItemCheckEdit6.AutoHeight = false;
     this.repositoryItemCheckEdit6.Caption = "Check";
     this.repositoryItemCheckEdit6.Name = "repositoryItemCheckEdit6";
     //
     // tab_02
     //
     this.tab_02.Controls.Add(this.panelControl2);
     this.tab_02.Name = "tab_02";
     this.tab_02.Size = new System.Drawing.Size(888, 506);
     this.tab_02.Text = "Datos";
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.txt_taco12);
     this.panelControl2.Controls.Add(this.txt_taco11);
     this.panelControl2.Controls.Add(this.txt_taco10);
     this.panelControl2.Controls.Add(this.txt_taco09);
     this.panelControl2.Controls.Add(this.txt_taco08);
     this.panelControl2.Controls.Add(this.txt_taco07);
     this.panelControl2.Controls.Add(this.txt_taco06);
     this.panelControl2.Controls.Add(this.txt_taco05);
     this.panelControl2.Controls.Add(this.txt_taco04);
     this.panelControl2.Controls.Add(this.txt_taco03);
     this.panelControl2.Controls.Add(this.txt_taco02);
     this.panelControl2.Controls.Add(this.txt_taco01);
     this.panelControl2.Controls.Add(this.panelControl5);
     this.panelControl2.Controls.Add(this.btn_quitar);
     this.panelControl2.Controls.Add(this.dgv_ordenprodcolor);
     this.panelControl2.Controls.Add(this.dgv_grilla);
     this.panelControl2.Controls.Add(this.btn_add);
     this.panelControl2.Controls.Add(this.txt_tottot);
     this.panelControl2.Controls.Add(this.labelControl68);
     this.panelControl2.Controls.Add(this.txt_tottaco12);
     this.panelControl2.Controls.Add(this.txt_tottaco11);
     this.panelControl2.Controls.Add(this.txt_tottaco10);
     this.panelControl2.Controls.Add(this.txt_tottaco09);
     this.panelControl2.Controls.Add(this.txt_tottaco08);
     this.panelControl2.Controls.Add(this.txt_tottaco07);
     this.panelControl2.Controls.Add(this.txt_tottaco06);
     this.panelControl2.Controls.Add(this.txt_tottaco05);
     this.panelControl2.Controls.Add(this.txt_tottaco04);
     this.panelControl2.Controls.Add(this.txt_tottaco03);
     this.panelControl2.Controls.Add(this.txt_tottaco02);
     this.panelControl2.Controls.Add(this.txt_tottaco01);
     this.panelControl2.Controls.Add(this.txt_observacion);
     this.panelControl2.Controls.Add(this.labelControl58);
     this.panelControl2.Controls.Add(this.txt_temporadaname);
     this.panelControl2.Controls.Add(this.labelControl57);
     this.panelControl2.Controls.Add(this.txt_tacotot);
     this.panelControl2.Controls.Add(this.lbltaco12);
     this.panelControl2.Controls.Add(this.lbltaco11);
     this.panelControl2.Controls.Add(this.lbltaco10);
     this.panelControl2.Controls.Add(this.lbltaco09);
     this.panelControl2.Controls.Add(this.lbltaco08);
     this.panelControl2.Controls.Add(this.lbltaco07);
     this.panelControl2.Controls.Add(this.lbltaco06);
     this.panelControl2.Controls.Add(this.lbltaco05);
     this.panelControl2.Controls.Add(this.lbltaco04);
     this.panelControl2.Controls.Add(this.lbltaco03);
     this.panelControl2.Controls.Add(this.lbltaco02);
     this.panelControl2.Controls.Add(this.lbltaco01);
     this.panelControl2.Controls.Add(this.labelControl43);
     this.panelControl2.Controls.Add(this.txt_colorname);
     this.panelControl2.Controls.Add(this.txt_colorid);
     this.panelControl2.Controls.Add(this.labelControl44);
     this.panelControl2.Controls.Add(this.txt_cantreal);
     this.panelControl2.Controls.Add(this.txt_cantprog);
     this.panelControl2.Controls.Add(this.labelControl36);
     this.panelControl2.Controls.Add(this.txt_numref);
     this.panelControl2.Controls.Add(this.txt_serref);
     this.panelControl2.Controls.Add(this.txt_tipref);
     this.panelControl2.Controls.Add(this.labelControl30);
     this.panelControl2.Controls.Add(this.labelControl29);
     this.panelControl2.Controls.Add(this.txt_ctactename);
     this.panelControl2.Controls.Add(this.txt_ctacte);
     this.panelControl2.Controls.Add(this.labelControl28);
     this.panelControl2.Controls.Add(this.labelControl27);
     this.panelControl2.Controls.Add(this.labelControl26);
     this.panelControl2.Controls.Add(this.txt_familiatelaname);
     this.panelControl2.Controls.Add(this.labelControl25);
     this.panelControl2.Controls.Add(this.labelControl24);
     this.panelControl2.Controls.Add(this.cmb_canalvta);
     this.panelControl2.Controls.Add(this.txt_generoname);
     this.panelControl2.Controls.Add(this.labelControl23);
     this.panelControl2.Controls.Add(this.txt_lineaname);
     this.panelControl2.Controls.Add(this.labelControl22);
     this.panelControl2.Controls.Add(this.txt_marcaname);
     this.panelControl2.Controls.Add(this.labelControl21);
     this.panelControl2.Controls.Add(this.txt_variante);
     this.panelControl2.Controls.Add(this.labelControl20);
     this.panelControl2.Controls.Add(this.labelControl19);
     this.panelControl2.Controls.Add(this.txt_articname);
     this.panelControl2.Controls.Add(this.txt_articid);
     this.panelControl2.Controls.Add(this.cmb_ejecutor);
     this.panelControl2.Controls.Add(this.labelControl18);
     this.panelControl2.Controls.Add(this.labelControl16);
     this.panelControl2.Controls.Add(this.cmb_estado);
     this.panelControl2.Controls.Add(this.labelControl17);
     this.panelControl2.Controls.Add(this.labelControl15);
     this.panelControl2.Controls.Add(this.txt_fechfin);
     this.panelControl2.Controls.Add(this.labelControl14);
     this.panelControl2.Controls.Add(this.txt_fechini);
     this.panelControl2.Controls.Add(this.labelControl13);
     this.panelControl2.Controls.Add(this.txt_fechemi);
     this.panelControl2.Controls.Add(this.cmb_perianio);
     this.panelControl2.Location = new System.Drawing.Point(3, 3);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(879, 500);
     this.panelControl2.TabIndex = 1;
     //
     // txt_taco12
     //
     this.txt_taco12.EditValue = "0";
     this.txt_taco12.Location = new System.Drawing.Point(615, 304);
     this.txt_taco12.MenuManager = this.barManager1;
     this.txt_taco12.Name = "txt_taco12";
     this.txt_taco12.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco12.Properties.Appearance.Options.UseFont = true;
     this.txt_taco12.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco12.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco12.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco12.Properties.Mask.EditMask = "n3";
     this.txt_taco12.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco12.Size = new System.Drawing.Size(40, 20);
     this.txt_taco12.TabIndex = 452;
     this.txt_taco12.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco12_KeyDown);
     this.txt_taco12.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco12_KeyUp);
     //
     // txt_taco11
     //
     this.txt_taco11.EditValue = "0";
     this.txt_taco11.Location = new System.Drawing.Point(571, 304);
     this.txt_taco11.MenuManager = this.barManager1;
     this.txt_taco11.Name = "txt_taco11";
     this.txt_taco11.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco11.Properties.Appearance.Options.UseFont = true;
     this.txt_taco11.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco11.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco11.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco11.Properties.Mask.EditMask = "n3";
     this.txt_taco11.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco11.Size = new System.Drawing.Size(38, 20);
     this.txt_taco11.TabIndex = 451;
     this.txt_taco11.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco11_KeyDown);
     this.txt_taco11.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco11_KeyUp);
     //
     // txt_taco10
     //
     this.txt_taco10.EditValue = "0";
     this.txt_taco10.Location = new System.Drawing.Point(530, 304);
     this.txt_taco10.MenuManager = this.barManager1;
     this.txt_taco10.Name = "txt_taco10";
     this.txt_taco10.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco10.Properties.Appearance.Options.UseFont = true;
     this.txt_taco10.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco10.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco10.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco10.Properties.Mask.EditMask = "n3";
     this.txt_taco10.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco10.Size = new System.Drawing.Size(38, 20);
     this.txt_taco10.TabIndex = 450;
     this.txt_taco10.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco10_KeyDown);
     this.txt_taco10.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco10_KeyUp);
     //
     // txt_taco09
     //
     this.txt_taco09.EditValue = "0";
     this.txt_taco09.Location = new System.Drawing.Point(492, 304);
     this.txt_taco09.MenuManager = this.barManager1;
     this.txt_taco09.Name = "txt_taco09";
     this.txt_taco09.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco09.Properties.Appearance.Options.UseFont = true;
     this.txt_taco09.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco09.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco09.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco09.Properties.Mask.EditMask = "n3";
     this.txt_taco09.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco09.Size = new System.Drawing.Size(35, 20);
     this.txt_taco09.TabIndex = 449;
     this.txt_taco09.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco09_KeyDown);
     this.txt_taco09.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco09_KeyUp);
     //
     // txt_taco08
     //
     this.txt_taco08.EditValue = "0";
     this.txt_taco08.Location = new System.Drawing.Point(455, 304);
     this.txt_taco08.MenuManager = this.barManager1;
     this.txt_taco08.Name = "txt_taco08";
     this.txt_taco08.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco08.Properties.Appearance.Options.UseFont = true;
     this.txt_taco08.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco08.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco08.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco08.Properties.Mask.EditMask = "n3";
     this.txt_taco08.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco08.Size = new System.Drawing.Size(34, 20);
     this.txt_taco08.TabIndex = 448;
     this.txt_taco08.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco08_KeyDown);
     this.txt_taco08.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco08_KeyUp);
     //
     // txt_taco07
     //
     this.txt_taco07.EditValue = "0";
     this.txt_taco07.Location = new System.Drawing.Point(416, 304);
     this.txt_taco07.MenuManager = this.barManager1;
     this.txt_taco07.Name = "txt_taco07";
     this.txt_taco07.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco07.Properties.Appearance.Options.UseFont = true;
     this.txt_taco07.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco07.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco07.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco07.Properties.Mask.EditMask = "n3";
     this.txt_taco07.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco07.Size = new System.Drawing.Size(37, 20);
     this.txt_taco07.TabIndex = 447;
     this.txt_taco07.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco07_KeyDown);
     this.txt_taco07.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco07_KeyUp);
     //
     // txt_taco06
     //
     this.txt_taco06.EditValue = "0";
     this.txt_taco06.Location = new System.Drawing.Point(380, 304);
     this.txt_taco06.MenuManager = this.barManager1;
     this.txt_taco06.Name = "txt_taco06";
     this.txt_taco06.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco06.Properties.Appearance.Options.UseFont = true;
     this.txt_taco06.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco06.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco06.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco06.Properties.Mask.EditMask = "n3";
     this.txt_taco06.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco06.Size = new System.Drawing.Size(32, 20);
     this.txt_taco06.TabIndex = 446;
     this.txt_taco06.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco06_KeyDown);
     this.txt_taco06.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco06_KeyUp);
     //
     // txt_taco05
     //
     this.txt_taco05.EditValue = "0";
     this.txt_taco05.Location = new System.Drawing.Point(343, 304);
     this.txt_taco05.MenuManager = this.barManager1;
     this.txt_taco05.Name = "txt_taco05";
     this.txt_taco05.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco05.Properties.Appearance.Options.UseFont = true;
     this.txt_taco05.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco05.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco05.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco05.Properties.Mask.EditMask = "n3";
     this.txt_taco05.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco05.Size = new System.Drawing.Size(33, 20);
     this.txt_taco05.TabIndex = 445;
     this.txt_taco05.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco05_KeyDown);
     this.txt_taco05.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco05_KeyUp);
     //
     // txt_taco04
     //
     this.txt_taco04.EditValue = "0";
     this.txt_taco04.Location = new System.Drawing.Point(306, 304);
     this.txt_taco04.MenuManager = this.barManager1;
     this.txt_taco04.Name = "txt_taco04";
     this.txt_taco04.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco04.Properties.Appearance.Options.UseFont = true;
     this.txt_taco04.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco04.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco04.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco04.Properties.Mask.EditMask = "n3";
     this.txt_taco04.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco04.Size = new System.Drawing.Size(35, 20);
     this.txt_taco04.TabIndex = 444;
     this.txt_taco04.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco04_KeyDown);
     this.txt_taco04.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco04_KeyUp);
     //
     // txt_taco03
     //
     this.txt_taco03.EditValue = "0";
     this.txt_taco03.Location = new System.Drawing.Point(268, 304);
     this.txt_taco03.MenuManager = this.barManager1;
     this.txt_taco03.Name = "txt_taco03";
     this.txt_taco03.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco03.Properties.Appearance.Options.UseFont = true;
     this.txt_taco03.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco03.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco03.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco03.Properties.Mask.EditMask = "n3";
     this.txt_taco03.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco03.Size = new System.Drawing.Size(36, 20);
     this.txt_taco03.TabIndex = 443;
     this.txt_taco03.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco03_KeyDown);
     this.txt_taco03.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco03_KeyUp);
     //
     // txt_taco02
     //
     this.txt_taco02.EditValue = "0";
     this.txt_taco02.Location = new System.Drawing.Point(231, 304);
     this.txt_taco02.MenuManager = this.barManager1;
     this.txt_taco02.Name = "txt_taco02";
     this.txt_taco02.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco02.Properties.Appearance.Options.UseFont = true;
     this.txt_taco02.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco02.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco02.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco02.Properties.Mask.EditMask = "n3";
     this.txt_taco02.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco02.Size = new System.Drawing.Size(35, 20);
     this.txt_taco02.TabIndex = 442;
     this.txt_taco02.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco02_KeyDown);
     this.txt_taco02.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco02_KeyUp);
     //
     // txt_taco01
     //
     this.txt_taco01.EditValue = "0";
     this.txt_taco01.Location = new System.Drawing.Point(196, 304);
     this.txt_taco01.MenuManager = this.barManager1;
     this.txt_taco01.Name = "txt_taco01";
     this.txt_taco01.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_taco01.Properties.Appearance.Options.UseFont = true;
     this.txt_taco01.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_taco01.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_taco01.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_taco01.Properties.Mask.EditMask = "n3";
     this.txt_taco01.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txt_taco01.Size = new System.Drawing.Size(34, 20);
     this.txt_taco01.TabIndex = 441;
     this.txt_taco01.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco01_KeyDown);
     this.txt_taco01.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco01_KeyUp);
     //
     // panelControl5
     //
     this.panelControl5.Controls.Add(this.txt_numop);
     this.panelControl5.Controls.Add(this.labelControl10);
     this.panelControl5.Controls.Add(this.labelControl4);
     this.panelControl5.Controls.Add(this.cmb_ordprod);
     this.panelControl5.Controls.Add(this.labelControl5);
     this.panelControl5.Location = new System.Drawing.Point(13, 9);
     this.panelControl5.Name = "panelControl5";
     this.panelControl5.Size = new System.Drawing.Size(270, 86);
     this.panelControl5.TabIndex = 440;
     //
     // txt_numop
     //
     this.txt_numop.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.txt_numop.Appearance.ForeColor = System.Drawing.Color.Red;
     this.txt_numop.Location = new System.Drawing.Point(163, 53);
     this.txt_numop.Name = "txt_numop";
     this.txt_numop.Size = new System.Drawing.Size(81, 16);
     this.txt_numop.TabIndex = 439;
     this.txt_numop.Text = "__________";
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(25, 54);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(40, 13);
     this.labelControl10.TabIndex = 144;
     this.labelControl10.Text = "OrdProd";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font = new System.Drawing.Font("Papyrus", 16F, System.Drawing.FontStyle.Bold);
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Teal;
     this.labelControl4.LineColor = System.Drawing.SystemColors.ActiveBorder;
     this.labelControl4.Location = new System.Drawing.Point(26, 9);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(216, 33);
     this.labelControl4.TabIndex = 438;
     this.labelControl4.Text = "Orden de Producción";
     //
     // cmb_ordprod
     //
     this.cmb_ordprod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_ordprod.FormattingEnabled = true;
     this.cmb_ordprod.Location = new System.Drawing.Point(69, 50);
     this.cmb_ordprod.Name = "cmb_ordprod";
     this.cmb_ordprod.Size = new System.Drawing.Size(52, 21);
     this.cmb_ordprod.TabIndex = 197;
     this.cmb_ordprod.SelectedIndexChanged += new System.EventHandler(this.cmb_ordprod_SelectedIndexChanged);
     //
     // labelControl5
     //
     this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl5.Location = new System.Drawing.Point(140, 53);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(21, 16);
     this.labelControl5.TabIndex = 416;
     this.labelControl5.Text = "N°-";
     //
     // btn_quitar
     //
     this.btn_quitar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_quitar.Enabled = false;
     this.btn_quitar.Image = ((System.Drawing.Image)(resources.GetObject("btn_quitar.Image")));
     this.btn_quitar.Location = new System.Drawing.Point(711, 357);
     this.btn_quitar.Name = "btn_quitar";
     this.btn_quitar.Size = new System.Drawing.Size(68, 23);
     this.btn_quitar.TabIndex = 437;
     this.btn_quitar.Text = "Quitar";
     this.btn_quitar.ToolTip = "Elimina La Fila Seleccionada";
     this.btn_quitar.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_quitar.Click += new System.EventHandler(this.btn_quitar_Click);
     //
     // dgv_ordenprodcolor
     //
     this.dgv_ordenprodcolor.AllowUserToAddRows = false;
     dataGridViewCellStyle60.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle60.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle60.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle60.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle60.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle60.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle60.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv_ordenprodcolor.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle60;
     this.dgv_ordenprodcolor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_ordenprodcolor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.tipop,
     this.serop,
     this.numop,
     this.colorid,
     this.colorname,
     this.coltalla,
     this.can01,
     this.can02,
     this.can03,
     this.can04,
     this.can05,
     this.can06,
     this.can07,
     this.can08,
     this.can09,
     this.can10,
     this.can11,
     this.can12,
     this.cantot});
     dataGridViewCellStyle74.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle74.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle74.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle74.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle74.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle74.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle74.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgv_ordenprodcolor.DefaultCellStyle = dataGridViewCellStyle74;
     this.dgv_ordenprodcolor.EnableHeadersVisualStyles = false;
     this.dgv_ordenprodcolor.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgv_ordenprodcolor.Location = new System.Drawing.Point(10, 332);
     this.dgv_ordenprodcolor.Name = "dgv_ordenprodcolor";
     this.dgv_ordenprodcolor.ReadOnly = true;
     dataGridViewCellStyle75.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle75.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle75.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle75.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle75.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle75.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle75.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv_ordenprodcolor.RowHeadersDefaultCellStyle = dataGridViewCellStyle75;
     this.dgv_ordenprodcolor.RowHeadersVisible = false;
     this.dgv_ordenprodcolor.Size = new System.Drawing.Size(698, 140);
     this.dgv_ordenprodcolor.TabIndex = 431;
     this.dgv_ordenprodcolor.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_ordenprodcolor_CellClick);
     //
     // tipop
     //
     this.tipop.DataPropertyName = "tipop";
     this.tipop.HeaderText = "tipop";
     this.tipop.Name = "tipop";
     this.tipop.ReadOnly = true;
     this.tipop.Visible = false;
     //
     // serop
     //
     this.serop.DataPropertyName = "serop";
     this.serop.HeaderText = "serop";
     this.serop.Name = "serop";
     this.serop.ReadOnly = true;
     this.serop.Visible = false;
     //
     // numop
     //
     this.numop.DataPropertyName = "numop";
     this.numop.HeaderText = "numop";
     this.numop.Name = "numop";
     this.numop.ReadOnly = true;
     this.numop.Visible = false;
     //
     // colorid
     //
     this.colorid.DataPropertyName = "colorid";
     this.colorid.HeaderText = "Cod";
     this.colorid.Name = "colorid";
     this.colorid.ReadOnly = true;
     this.colorid.Width = 40;
     //
     // colorname
     //
     this.colorname.DataPropertyName = "colorname";
     this.colorname.HeaderText = "Color";
     this.colorname.Name = "colorname";
     this.colorname.ReadOnly = true;
     this.colorname.Width = 210;
     //
     // coltalla
     //
     this.coltalla.DataPropertyName = "coltalla";
     this.coltalla.HeaderText = "coltalla";
     this.coltalla.Name = "coltalla";
     this.coltalla.ReadOnly = true;
     this.coltalla.Visible = false;
     //
     // can01
     //
     this.can01.DataPropertyName = "can01";
     dataGridViewCellStyle61.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can01.DefaultCellStyle = dataGridViewCellStyle61;
     this.can01.HeaderText = "ta01";
     this.can01.Name = "can01";
     this.can01.ReadOnly = true;
     this.can01.Width = 30;
     //
     // can02
     //
     this.can02.DataPropertyName = "can02";
     dataGridViewCellStyle62.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can02.DefaultCellStyle = dataGridViewCellStyle62;
     this.can02.HeaderText = "ta02";
     this.can02.Name = "can02";
     this.can02.ReadOnly = true;
     this.can02.Width = 30;
     //
     // can03
     //
     this.can03.DataPropertyName = "can03";
     dataGridViewCellStyle63.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can03.DefaultCellStyle = dataGridViewCellStyle63;
     this.can03.HeaderText = "ta03";
     this.can03.Name = "can03";
     this.can03.ReadOnly = true;
     this.can03.Width = 30;
     //
     // can04
     //
     this.can04.DataPropertyName = "can04";
     dataGridViewCellStyle64.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can04.DefaultCellStyle = dataGridViewCellStyle64;
     this.can04.HeaderText = "ta04";
     this.can04.Name = "can04";
     this.can04.ReadOnly = true;
     this.can04.Width = 30;
     //
     // can05
     //
     this.can05.DataPropertyName = "can05";
     dataGridViewCellStyle65.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can05.DefaultCellStyle = dataGridViewCellStyle65;
     this.can05.HeaderText = "ta05";
     this.can05.Name = "can05";
     this.can05.ReadOnly = true;
     this.can05.Width = 30;
     //
     // can06
     //
     this.can06.DataPropertyName = "can06";
     dataGridViewCellStyle66.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can06.DefaultCellStyle = dataGridViewCellStyle66;
     this.can06.HeaderText = "ta06";
     this.can06.Name = "can06";
     this.can06.ReadOnly = true;
     this.can06.Width = 30;
     //
     // can07
     //
     this.can07.DataPropertyName = "can07";
     dataGridViewCellStyle67.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can07.DefaultCellStyle = dataGridViewCellStyle67;
     this.can07.HeaderText = "ta07";
     this.can07.Name = "can07";
     this.can07.ReadOnly = true;
     this.can07.Width = 30;
     //
     // can08
     //
     this.can08.DataPropertyName = "can08";
     dataGridViewCellStyle68.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can08.DefaultCellStyle = dataGridViewCellStyle68;
     this.can08.HeaderText = "ta08";
     this.can08.Name = "can08";
     this.can08.ReadOnly = true;
     this.can08.Width = 30;
     //
     // can09
     //
     this.can09.DataPropertyName = "can09";
     dataGridViewCellStyle69.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can09.DefaultCellStyle = dataGridViewCellStyle69;
     this.can09.HeaderText = "ta09";
     this.can09.Name = "can09";
     this.can09.ReadOnly = true;
     this.can09.Width = 30;
     //
     // can10
     //
     this.can10.DataPropertyName = "can10";
     dataGridViewCellStyle70.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can10.DefaultCellStyle = dataGridViewCellStyle70;
     this.can10.HeaderText = "ta10";
     this.can10.Name = "can10";
     this.can10.ReadOnly = true;
     this.can10.Width = 30;
     //
     // can11
     //
     this.can11.DataPropertyName = "can11";
     dataGridViewCellStyle71.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can11.DefaultCellStyle = dataGridViewCellStyle71;
     this.can11.HeaderText = "ta11";
     this.can11.Name = "can11";
     this.can11.ReadOnly = true;
     this.can11.Width = 30;
     //
     // can12
     //
     this.can12.DataPropertyName = "can12";
     dataGridViewCellStyle72.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.can12.DefaultCellStyle = dataGridViewCellStyle72;
     this.can12.HeaderText = "ta12";
     this.can12.Name = "can12";
     this.can12.ReadOnly = true;
     this.can12.Width = 30;
     //
     // cantot
     //
     this.cantot.DataPropertyName = "cantot";
     dataGridViewCellStyle73.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle73.Format = "N2";
     dataGridViewCellStyle73.NullValue = null;
     this.cantot.DefaultCellStyle = dataGridViewCellStyle73;
     this.cantot.HeaderText = "Total";
     this.cantot.Name = "cantot";
     this.cantot.ReadOnly = true;
     this.cantot.Width = 85;
     //
     // dgv_grilla
     //
     this.dgv_grilla.AllowUserToAddRows = false;
     dataGridViewCellStyle76.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle76.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle76.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle76.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle76.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle76.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle76.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv_grilla.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle76;
     this.dgv_grilla.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_grilla.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.nombre,
     this.ta01,
     this.ta02,
     this.ta03,
     this.ta04,
     this.ta05,
     this.ta06,
     this.ta07,
     this.ta08,
     this.ta09,
     this.ta10,
     this.ta11,
     this.ta12});
     this.dgv_grilla.EnableHeadersVisualStyles = false;
     this.dgv_grilla.Location = new System.Drawing.Point(13, 189);
     this.dgv_grilla.Name = "dgv_grilla";
     this.dgv_grilla.RowHeadersVisible = false;
     this.dgv_grilla.Size = new System.Drawing.Size(665, 86);
     this.dgv_grilla.TabIndex = 430;
     this.dgv_grilla.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_grilla_CellValueChanged);
     //
     // nombre
     //
     this.nombre.DataPropertyName = "nombre";
     this.nombre.HeaderText = "";
     this.nombre.Name = "nombre";
     this.nombre.ReadOnly = true;
     //
     // ta01
     //
     this.ta01.DataPropertyName = "ta01";
     dataGridViewCellStyle77.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle77.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle77.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle77.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle77.Format = "N0";
     dataGridViewCellStyle77.NullValue = null;
     dataGridViewCellStyle77.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle77.SelectionForeColor = System.Drawing.Color.Black;
     this.ta01.DefaultCellStyle = dataGridViewCellStyle77;
     this.ta01.HeaderText = "ta01";
     this.ta01.Name = "ta01";
     this.ta01.ToolTipText = "Talla01";
     this.ta01.Width = 50;
     //
     // ta02
     //
     this.ta02.DataPropertyName = "ta02";
     dataGridViewCellStyle78.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle78.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle78.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle78.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle78.Format = "N0";
     dataGridViewCellStyle78.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle78.SelectionForeColor = System.Drawing.Color.Black;
     this.ta02.DefaultCellStyle = dataGridViewCellStyle78;
     this.ta02.FillWeight = 30F;
     this.ta02.HeaderText = "ta02";
     this.ta02.Name = "ta02";
     this.ta02.Width = 50;
     //
     // ta03
     //
     this.ta03.DataPropertyName = "ta03";
     dataGridViewCellStyle79.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle79.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle79.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle79.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle79.Format = "N0";
     dataGridViewCellStyle79.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle79.SelectionForeColor = System.Drawing.Color.Black;
     this.ta03.DefaultCellStyle = dataGridViewCellStyle79;
     this.ta03.FillWeight = 30F;
     this.ta03.HeaderText = "ta03";
     this.ta03.Name = "ta03";
     this.ta03.Width = 50;
     //
     // ta04
     //
     this.ta04.DataPropertyName = "ta04";
     dataGridViewCellStyle80.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle80.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle80.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle80.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle80.Format = "N0";
     dataGridViewCellStyle80.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle80.SelectionForeColor = System.Drawing.Color.Black;
     this.ta04.DefaultCellStyle = dataGridViewCellStyle80;
     this.ta04.FillWeight = 30F;
     this.ta04.HeaderText = "ta04";
     this.ta04.Name = "ta04";
     this.ta04.Width = 50;
     //
     // ta05
     //
     this.ta05.DataPropertyName = "ta05";
     dataGridViewCellStyle81.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle81.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle81.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle81.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle81.Format = "N0";
     dataGridViewCellStyle81.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle81.SelectionForeColor = System.Drawing.Color.Black;
     this.ta05.DefaultCellStyle = dataGridViewCellStyle81;
     this.ta05.FillWeight = 30F;
     this.ta05.HeaderText = "ta05";
     this.ta05.Name = "ta05";
     this.ta05.Width = 50;
     //
     // ta06
     //
     this.ta06.DataPropertyName = "ta06";
     dataGridViewCellStyle82.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle82.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle82.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle82.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle82.Format = "N0";
     dataGridViewCellStyle82.NullValue = "Error";
     dataGridViewCellStyle82.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle82.SelectionForeColor = System.Drawing.Color.Black;
     this.ta06.DefaultCellStyle = dataGridViewCellStyle82;
     this.ta06.FillWeight = 30F;
     this.ta06.HeaderText = "ta06";
     this.ta06.Name = "ta06";
     this.ta06.Width = 50;
     //
     // ta07
     //
     this.ta07.DataPropertyName = "ta07";
     dataGridViewCellStyle83.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle83.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle83.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle83.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle83.Format = "N0";
     dataGridViewCellStyle83.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle83.SelectionForeColor = System.Drawing.Color.Black;
     this.ta07.DefaultCellStyle = dataGridViewCellStyle83;
     this.ta07.FillWeight = 30F;
     this.ta07.HeaderText = "ta07";
     this.ta07.Name = "ta07";
     this.ta07.Width = 50;
     //
     // ta08
     //
     this.ta08.DataPropertyName = "ta08";
     dataGridViewCellStyle84.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle84.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle84.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle84.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle84.Format = "N0";
     dataGridViewCellStyle84.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle84.SelectionForeColor = System.Drawing.Color.Black;
     this.ta08.DefaultCellStyle = dataGridViewCellStyle84;
     this.ta08.FillWeight = 30F;
     this.ta08.HeaderText = "ta08";
     this.ta08.Name = "ta08";
     this.ta08.Width = 50;
     //
     // ta09
     //
     this.ta09.DataPropertyName = "ta09";
     dataGridViewCellStyle85.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle85.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle85.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle85.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle85.Format = "N0";
     dataGridViewCellStyle85.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle85.SelectionForeColor = System.Drawing.Color.Black;
     this.ta09.DefaultCellStyle = dataGridViewCellStyle85;
     this.ta09.HeaderText = "ta09";
     this.ta09.Name = "ta09";
     this.ta09.Width = 50;
     //
     // ta10
     //
     this.ta10.DataPropertyName = "ta10";
     dataGridViewCellStyle86.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle86.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle86.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle86.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle86.Format = "N0";
     dataGridViewCellStyle86.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle86.SelectionForeColor = System.Drawing.Color.Black;
     this.ta10.DefaultCellStyle = dataGridViewCellStyle86;
     this.ta10.HeaderText = "ta10";
     this.ta10.Name = "ta10";
     this.ta10.Width = 50;
     //
     // ta11
     //
     this.ta11.DataPropertyName = "ta11";
     dataGridViewCellStyle87.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle87.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle87.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle87.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle87.Format = "N0";
     dataGridViewCellStyle87.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle87.SelectionForeColor = System.Drawing.Color.Black;
     this.ta11.DefaultCellStyle = dataGridViewCellStyle87;
     this.ta11.HeaderText = "ta11";
     this.ta11.Name = "ta11";
     this.ta11.Width = 30;
     //
     // ta12
     //
     this.ta12.DataPropertyName = "ta12";
     dataGridViewCellStyle88.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle88.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle88.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle88.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle88.Format = "N0";
     dataGridViewCellStyle88.SelectionBackColor = System.Drawing.Color.LightSalmon;
     dataGridViewCellStyle88.SelectionForeColor = System.Drawing.Color.Black;
     this.ta12.DefaultCellStyle = dataGridViewCellStyle88;
     this.ta12.HeaderText = "ta12";
     this.ta12.Name = "ta12";
     this.ta12.Width = 30;
     //
     // btn_add
     //
     this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
     this.btn_add.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btn_add.Location = new System.Drawing.Point(711, 332);
     this.btn_add.Name = "btn_add";
     this.btn_add.Size = new System.Drawing.Size(68, 23);
     this.btn_add.TabIndex = 429;
     this.btn_add.Text = "Agregar";
     this.btn_add.ToolTip = "Adicionar";
     this.btn_add.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
     //
     // txt_tottot
     //
     //
     //
     //
     this.txt_tottot.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottot.Border.Class = "TextBoxBorder";
     this.txt_tottot.Border.CornerDiameter = 5;
     this.txt_tottot.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottot.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottot.ButtonCustom.Tooltip = "";
     this.txt_tottot.ButtonCustom2.Tooltip = "";
     this.txt_tottot.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottot.Enabled = false;
     this.txt_tottot.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottot.Location = new System.Drawing.Point(628, 476);
     this.txt_tottot.Name = "txt_tottot";
     this.txt_tottot.PreventEnterBeep = true;
     this.txt_tottot.Size = new System.Drawing.Size(80, 21);
     this.txt_tottot.TabIndex = 415;
     this.txt_tottot.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelControl68
     //
     this.labelControl68.Location = new System.Drawing.Point(224, 478);
     this.labelControl68.Name = "labelControl68";
     this.labelControl68.Size = new System.Drawing.Size(31, 13);
     this.labelControl68.TabIndex = 414;
     this.labelControl68.Text = "Total :";
     //
     // txt_tottaco12
     //
     //
     //
     //
     this.txt_tottaco12.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco12.Border.Class = "TextBoxBorder";
     this.txt_tottaco12.Border.CornerDiameter = 5;
     this.txt_tottaco12.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco12.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco12.ButtonCustom.Tooltip = "";
     this.txt_tottaco12.ButtonCustom2.Tooltip = "";
     this.txt_tottaco12.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco12.Enabled = false;
     this.txt_tottaco12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco12.Location = new System.Drawing.Point(595, 476);
     this.txt_tottaco12.Name = "txt_tottaco12";
     this.txt_tottaco12.PreventEnterBeep = true;
     this.txt_tottaco12.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco12.TabIndex = 413;
     this.txt_tottaco12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_tottaco11
     //
     //
     //
     //
     this.txt_tottaco11.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco11.Border.Class = "TextBoxBorder";
     this.txt_tottaco11.Border.CornerDiameter = 5;
     this.txt_tottaco11.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco11.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco11.ButtonCustom.Tooltip = "";
     this.txt_tottaco11.ButtonCustom2.Tooltip = "";
     this.txt_tottaco11.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco11.Enabled = false;
     this.txt_tottaco11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco11.Location = new System.Drawing.Point(565, 476);
     this.txt_tottaco11.Name = "txt_tottaco11";
     this.txt_tottaco11.PreventEnterBeep = true;
     this.txt_tottaco11.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco11.TabIndex = 412;
     this.txt_tottaco11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_tottaco10
     //
     //
     //
     //
     this.txt_tottaco10.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco10.Border.Class = "TextBoxBorder";
     this.txt_tottaco10.Border.CornerDiameter = 5;
     this.txt_tottaco10.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco10.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco10.ButtonCustom.Tooltip = "";
     this.txt_tottaco10.ButtonCustom2.Tooltip = "";
     this.txt_tottaco10.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco10.Enabled = false;
     this.txt_tottaco10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco10.Location = new System.Drawing.Point(536, 476);
     this.txt_tottaco10.Name = "txt_tottaco10";
     this.txt_tottaco10.PreventEnterBeep = true;
     this.txt_tottaco10.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco10.TabIndex = 411;
     this.txt_tottaco10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_tottaco09
     //
     //
     //
     //
     this.txt_tottaco09.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco09.Border.Class = "TextBoxBorder";
     this.txt_tottaco09.Border.CornerDiameter = 5;
     this.txt_tottaco09.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco09.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco09.ButtonCustom.Tooltip = "";
     this.txt_tottaco09.ButtonCustom2.Tooltip = "";
     this.txt_tottaco09.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco09.Enabled = false;
     this.txt_tottaco09.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco09.Location = new System.Drawing.Point(506, 476);
     this.txt_tottaco09.Name = "txt_tottaco09";
     this.txt_tottaco09.PreventEnterBeep = true;
     this.txt_tottaco09.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco09.TabIndex = 410;
     this.txt_tottaco09.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_tottaco08
     //
     //
     //
     //
     this.txt_tottaco08.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco08.Border.Class = "TextBoxBorder";
     this.txt_tottaco08.Border.CornerDiameter = 5;
     this.txt_tottaco08.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco08.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco08.ButtonCustom.Tooltip = "";
     this.txt_tottaco08.ButtonCustom2.Tooltip = "";
     this.txt_tottaco08.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco08.Enabled = false;
     this.txt_tottaco08.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco08.Location = new System.Drawing.Point(476, 476);
     this.txt_tottaco08.Name = "txt_tottaco08";
     this.txt_tottaco08.PreventEnterBeep = true;
     this.txt_tottaco08.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco08.TabIndex = 409;
     this.txt_tottaco08.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_tottaco07
     //
     //
     //
     //
     this.txt_tottaco07.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco07.Border.Class = "TextBoxBorder";
     this.txt_tottaco07.Border.CornerDiameter = 5;
     this.txt_tottaco07.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco07.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco07.ButtonCustom.Tooltip = "";
     this.txt_tottaco07.ButtonCustom2.Tooltip = "";
     this.txt_tottaco07.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco07.Enabled = false;
     this.txt_tottaco07.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco07.Location = new System.Drawing.Point(445, 476);
     this.txt_tottaco07.Name = "txt_tottaco07";
     this.txt_tottaco07.PreventEnterBeep = true;
     this.txt_tottaco07.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco07.TabIndex = 408;
     this.txt_tottaco07.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_tottaco06
     //
     //
     //
     //
     this.txt_tottaco06.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco06.Border.Class = "TextBoxBorder";
     this.txt_tottaco06.Border.CornerDiameter = 5;
     this.txt_tottaco06.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco06.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco06.ButtonCustom.Tooltip = "";
     this.txt_tottaco06.ButtonCustom2.Tooltip = "";
     this.txt_tottaco06.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco06.Enabled = false;
     this.txt_tottaco06.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco06.Location = new System.Drawing.Point(415, 476);
     this.txt_tottaco06.Name = "txt_tottaco06";
     this.txt_tottaco06.PreventEnterBeep = true;
     this.txt_tottaco06.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco06.TabIndex = 407;
     this.txt_tottaco06.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_tottaco05
     //
     //
     //
     //
     this.txt_tottaco05.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco05.Border.Class = "TextBoxBorder";
     this.txt_tottaco05.Border.CornerDiameter = 5;
     this.txt_tottaco05.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco05.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco05.ButtonCustom.Tooltip = "";
     this.txt_tottaco05.ButtonCustom2.Tooltip = "";
     this.txt_tottaco05.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco05.Enabled = false;
     this.txt_tottaco05.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco05.Location = new System.Drawing.Point(385, 476);
     this.txt_tottaco05.Name = "txt_tottaco05";
     this.txt_tottaco05.PreventEnterBeep = true;
     this.txt_tottaco05.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco05.TabIndex = 406;
     this.txt_tottaco05.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_tottaco04
     //
     //
     //
     //
     this.txt_tottaco04.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco04.Border.Class = "TextBoxBorder";
     this.txt_tottaco04.Border.CornerDiameter = 5;
     this.txt_tottaco04.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco04.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco04.ButtonCustom.Tooltip = "";
     this.txt_tottaco04.ButtonCustom2.Tooltip = "";
     this.txt_tottaco04.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco04.Enabled = false;
     this.txt_tottaco04.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco04.Location = new System.Drawing.Point(355, 476);
     this.txt_tottaco04.Name = "txt_tottaco04";
     this.txt_tottaco04.PreventEnterBeep = true;
     this.txt_tottaco04.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco04.TabIndex = 405;
     this.txt_tottaco04.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_tottaco03
     //
     //
     //
     //
     this.txt_tottaco03.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco03.Border.Class = "TextBoxBorder";
     this.txt_tottaco03.Border.CornerDiameter = 5;
     this.txt_tottaco03.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco03.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco03.ButtonCustom.Tooltip = "";
     this.txt_tottaco03.ButtonCustom2.Tooltip = "";
     this.txt_tottaco03.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco03.Enabled = false;
     this.txt_tottaco03.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco03.Location = new System.Drawing.Point(325, 476);
     this.txt_tottaco03.Name = "txt_tottaco03";
     this.txt_tottaco03.PreventEnterBeep = true;
     this.txt_tottaco03.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco03.TabIndex = 404;
     this.txt_tottaco03.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_tottaco02
     //
     //
     //
     //
     this.txt_tottaco02.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco02.Border.Class = "TextBoxBorder";
     this.txt_tottaco02.Border.CornerDiameter = 5;
     this.txt_tottaco02.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco02.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco02.ButtonCustom.Tooltip = "";
     this.txt_tottaco02.ButtonCustom2.Tooltip = "";
     this.txt_tottaco02.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco02.Enabled = false;
     this.txt_tottaco02.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco02.Location = new System.Drawing.Point(294, 476);
     this.txt_tottaco02.Name = "txt_tottaco02";
     this.txt_tottaco02.PreventEnterBeep = true;
     this.txt_tottaco02.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco02.TabIndex = 403;
     this.txt_tottaco02.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_tottaco01
     //
     //
     //
     //
     this.txt_tottaco01.Border.BorderColor = System.Drawing.Color.Teal;
     this.txt_tottaco01.Border.Class = "TextBoxBorder";
     this.txt_tottaco01.Border.CornerDiameter = 5;
     this.txt_tottaco01.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_tottaco01.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     this.txt_tottaco01.ButtonCustom.Tooltip = "";
     this.txt_tottaco01.ButtonCustom2.Tooltip = "";
     this.txt_tottaco01.DisabledBackColor = System.Drawing.Color.White;
     this.txt_tottaco01.Enabled = false;
     this.txt_tottaco01.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tottaco01.Location = new System.Drawing.Point(264, 476);
     this.txt_tottaco01.Name = "txt_tottaco01";
     this.txt_tottaco01.PreventEnterBeep = true;
     this.txt_tottaco01.Size = new System.Drawing.Size(27, 21);
     this.txt_tottaco01.TabIndex = 402;
     this.txt_tottaco01.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_observacion
     //
     this.txt_observacion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_observacion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_observacion.Location = new System.Drawing.Point(684, 144);
     this.txt_observacion.MaxLength = 999999;
     this.txt_observacion.Multiline = true;
     this.txt_observacion.Name = "txt_observacion";
     this.txt_observacion.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txt_observacion.Size = new System.Drawing.Size(171, 62);
     this.txt_observacion.TabIndex = 401;
     //
     // labelControl58
     //
     this.labelControl58.Location = new System.Drawing.Point(621, 147);
     this.labelControl58.Name = "labelControl58";
     this.labelControl58.Size = new System.Drawing.Size(60, 13);
     this.labelControl58.TabIndex = 400;
     this.labelControl58.Text = "Observación";
     //
     // txt_temporadaname
     //
     this.txt_temporadaname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_temporadaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_temporadaname.Enabled = false;
     this.txt_temporadaname.Location = new System.Drawing.Point(745, 117);
     this.txt_temporadaname.MaxLength = 10;
     this.txt_temporadaname.Name = "txt_temporadaname";
     this.txt_temporadaname.Size = new System.Drawing.Size(110, 21);
     this.txt_temporadaname.TabIndex = 399;
     //
     // labelControl57
     //
     this.labelControl57.Location = new System.Drawing.Point(665, 286);
     this.labelControl57.Name = "labelControl57";
     this.labelControl57.Size = new System.Drawing.Size(66, 13);
     this.labelControl57.TabIndex = 397;
     this.labelControl57.Text = "Total Prendas";
     //
     // txt_tacotot
     //
     this.txt_tacotot.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_tacotot.Enabled = false;
     this.txt_tacotot.Location = new System.Drawing.Point(661, 303);
     this.txt_tacotot.MaxLength = 10;
     this.txt_tacotot.Name = "txt_tacotot";
     this.txt_tacotot.Size = new System.Drawing.Size(73, 21);
     this.txt_tacotot.TabIndex = 396;
     //
     // lbltaco12
     //
     this.lbltaco12.Location = new System.Drawing.Point(621, 288);
     this.lbltaco12.Name = "lbltaco12";
     this.lbltaco12.Size = new System.Drawing.Size(12, 13);
     this.lbltaco12.TabIndex = 383;
     this.lbltaco12.Text = "00";
     //
     // lbltaco11
     //
     this.lbltaco11.Location = new System.Drawing.Point(575, 288);
     this.lbltaco11.Name = "lbltaco11";
     this.lbltaco11.Size = new System.Drawing.Size(12, 13);
     this.lbltaco11.TabIndex = 382;
     this.lbltaco11.Text = "00";
     //
     // lbltaco10
     //
     this.lbltaco10.Location = new System.Drawing.Point(534, 288);
     this.lbltaco10.Name = "lbltaco10";
     this.lbltaco10.Size = new System.Drawing.Size(12, 13);
     this.lbltaco10.TabIndex = 381;
     this.lbltaco10.Text = "00";
     //
     // lbltaco09
     //
     this.lbltaco09.Location = new System.Drawing.Point(497, 288);
     this.lbltaco09.Name = "lbltaco09";
     this.lbltaco09.Size = new System.Drawing.Size(12, 13);
     this.lbltaco09.TabIndex = 380;
     this.lbltaco09.Text = "00";
     //
     // lbltaco08
     //
     this.lbltaco08.Location = new System.Drawing.Point(461, 288);
     this.lbltaco08.Name = "lbltaco08";
     this.lbltaco08.Size = new System.Drawing.Size(12, 13);
     this.lbltaco08.TabIndex = 379;
     this.lbltaco08.Text = "00";
     //
     // lbltaco07
     //
     this.lbltaco07.Location = new System.Drawing.Point(423, 288);
     this.lbltaco07.Name = "lbltaco07";
     this.lbltaco07.Size = new System.Drawing.Size(12, 13);
     this.lbltaco07.TabIndex = 378;
     this.lbltaco07.Text = "00";
     //
     // lbltaco06
     //
     this.lbltaco06.Location = new System.Drawing.Point(387, 288);
     this.lbltaco06.Name = "lbltaco06";
     this.lbltaco06.Size = new System.Drawing.Size(12, 13);
     this.lbltaco06.TabIndex = 377;
     this.lbltaco06.Text = "00";
     //
     // lbltaco05
     //
     this.lbltaco05.Location = new System.Drawing.Point(350, 288);
     this.lbltaco05.Name = "lbltaco05";
     this.lbltaco05.Size = new System.Drawing.Size(12, 13);
     this.lbltaco05.TabIndex = 376;
     this.lbltaco05.Text = "00";
     //
     // lbltaco04
     //
     this.lbltaco04.Location = new System.Drawing.Point(312, 288);
     this.lbltaco04.Name = "lbltaco04";
     this.lbltaco04.Size = new System.Drawing.Size(12, 13);
     this.lbltaco04.TabIndex = 375;
     this.lbltaco04.Text = "00";
     //
     // lbltaco03
     //
     this.lbltaco03.Location = new System.Drawing.Point(275, 288);
     this.lbltaco03.Name = "lbltaco03";
     this.lbltaco03.Size = new System.Drawing.Size(12, 13);
     this.lbltaco03.TabIndex = 374;
     this.lbltaco03.Text = "00";
     //
     // lbltaco02
     //
     this.lbltaco02.Location = new System.Drawing.Point(237, 288);
     this.lbltaco02.Name = "lbltaco02";
     this.lbltaco02.Size = new System.Drawing.Size(12, 13);
     this.lbltaco02.TabIndex = 373;
     this.lbltaco02.Text = "00";
     //
     // lbltaco01
     //
     this.lbltaco01.Location = new System.Drawing.Point(202, 288);
     this.lbltaco01.Name = "lbltaco01";
     this.lbltaco01.Size = new System.Drawing.Size(12, 13);
     this.lbltaco01.TabIndex = 372;
     this.lbltaco01.Text = "00";
     //
     // labelControl43
     //
     this.labelControl43.Location = new System.Drawing.Point(54, 288);
     this.labelControl43.Name = "labelControl43";
     this.labelControl43.Size = new System.Drawing.Size(25, 13);
     this.labelControl43.TabIndex = 335;
     this.labelControl43.Text = "Color";
     //
     // txt_colorname
     //
     this.txt_colorname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_colorname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_colorname.Enabled = false;
     this.txt_colorname.Location = new System.Drawing.Point(54, 305);
     this.txt_colorname.MaxLength = 10;
     this.txt_colorname.Name = "txt_colorname";
     this.txt_colorname.Size = new System.Drawing.Size(136, 21);
     this.txt_colorname.TabIndex = 334;
     //
     // txt_colorid
     //
     this.txt_colorid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_colorid.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_colorid.Location = new System.Drawing.Point(10, 305);
     this.txt_colorid.MaxLength = 10;
     this.txt_colorid.Name = "txt_colorid";
     this.txt_colorid.Size = new System.Drawing.Size(40, 21);
     this.txt_colorid.TabIndex = 333;
     this.txt_colorid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_colorid_KeyDown);
     this.txt_colorid.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_colorid_MouseDown);
     //
     // labelControl44
     //
     this.labelControl44.Location = new System.Drawing.Point(12, 288);
     this.labelControl44.Name = "labelControl44";
     this.labelControl44.Size = new System.Drawing.Size(33, 13);
     this.labelControl44.TabIndex = 332;
     this.labelControl44.Text = "Codigo";
     //
     // txt_cantreal
     //
     this.txt_cantreal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_cantreal.Enabled = false;
     this.txt_cantreal.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txt_cantreal.Location = new System.Drawing.Point(684, 254);
     this.txt_cantreal.MaxLength = 10;
     this.txt_cantreal.Name = "txt_cantreal";
     this.txt_cantreal.Size = new System.Drawing.Size(78, 22);
     this.txt_cantreal.TabIndex = 282;
     this.txt_cantreal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_cantprog
     //
     this.txt_cantprog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_cantprog.Enabled = false;
     this.txt_cantprog.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txt_cantprog.Location = new System.Drawing.Point(684, 231);
     this.txt_cantprog.MaxLength = 10;
     this.txt_cantprog.Name = "txt_cantprog";
     this.txt_cantprog.Size = new System.Drawing.Size(78, 22);
     this.txt_cantprog.TabIndex = 281;
     this.txt_cantprog.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelControl36
     //
     this.labelControl36.Location = new System.Drawing.Point(688, 212);
     this.labelControl36.Name = "labelControl36";
     this.labelControl36.Size = new System.Drawing.Size(66, 13);
     this.labelControl36.TabIndex = 280;
     this.labelControl36.Text = "Total Prendas";
     //
     // txt_numref
     //
     this.txt_numref.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_numref.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_numref.Location = new System.Drawing.Point(440, 162);
     this.txt_numref.MaxLength = 10;
     this.txt_numref.Name = "txt_numref";
     this.txt_numref.Size = new System.Drawing.Size(83, 21);
     this.txt_numref.TabIndex = 227;
     this.txt_numref.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_numref_KeyDown);
     this.txt_numref.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_numref_MouseDown);
     //
     // txt_serref
     //
     this.txt_serref.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_serref.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_serref.Location = new System.Drawing.Point(392, 162);
     this.txt_serref.MaxLength = 4;
     this.txt_serref.Name = "txt_serref";
     this.txt_serref.Size = new System.Drawing.Size(47, 21);
     this.txt_serref.TabIndex = 226;
     this.txt_serref.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_serref_KeyDown);
     this.txt_serref.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_serref_MouseDown);
     //
     // txt_tipref
     //
     this.txt_tipref.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_tipref.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_tipref.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tipref.Location = new System.Drawing.Point(364, 162);
     this.txt_tipref.MaxLength = 2;
     this.txt_tipref.Name = "txt_tipref";
     this.txt_tipref.Size = new System.Drawing.Size(27, 21);
     this.txt_tipref.TabIndex = 225;
     this.txt_tipref.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_tipref_KeyDown);
     this.txt_tipref.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_tipref_MouseDown);
     //
     // labelControl30
     //
     this.labelControl30.Location = new System.Drawing.Point(364, 145);
     this.labelControl30.Name = "labelControl30";
     this.labelControl30.Size = new System.Drawing.Size(32, 13);
     this.labelControl30.TabIndex = 224;
     this.labelControl30.Text = "Pedido";
     //
     // labelControl29
     //
     this.labelControl29.Location = new System.Drawing.Point(79, 145);
     this.labelControl29.Name = "labelControl29";
     this.labelControl29.Size = new System.Drawing.Size(60, 13);
     this.labelControl29.TabIndex = 223;
     this.labelControl29.Text = "Razón Social";
     //
     // txt_ctactename
     //
     this.txt_ctactename.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_ctactename.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_ctactename.Enabled = false;
     this.txt_ctactename.Location = new System.Drawing.Point(79, 162);
     this.txt_ctactename.MaxLength = 10;
     this.txt_ctactename.Name = "txt_ctactename";
     this.txt_ctactename.Size = new System.Drawing.Size(280, 21);
     this.txt_ctactename.TabIndex = 222;
     //
     // txt_ctacte
     //
     this.txt_ctacte.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_ctacte.Location = new System.Drawing.Point(13, 162);
     this.txt_ctacte.MaxLength = 10;
     this.txt_ctacte.Name = "txt_ctacte";
     this.txt_ctacte.Size = new System.Drawing.Size(64, 21);
     this.txt_ctacte.TabIndex = 221;
     this.txt_ctacte.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_ctacte_KeyDown);
     this.txt_ctacte.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_ctacte_MouseDown);
     //
     // labelControl28
     //
     this.labelControl28.Location = new System.Drawing.Point(15, 145);
     this.labelControl28.Name = "labelControl28";
     this.labelControl28.Size = new System.Drawing.Size(32, 13);
     this.labelControl28.TabIndex = 220;
     this.labelControl28.Text = "Ctacte";
     //
     // labelControl27
     //
     this.labelControl27.Location = new System.Drawing.Point(364, 101);
     this.labelControl27.Name = "labelControl27";
     this.labelControl27.Size = new System.Drawing.Size(58, 13);
     this.labelControl27.TabIndex = 218;
     this.labelControl27.Text = "Canal Venta";
     //
     // labelControl26
     //
     this.labelControl26.Location = new System.Drawing.Point(15, 101);
     this.labelControl26.Name = "labelControl26";
     this.labelControl26.Size = new System.Drawing.Size(55, 13);
     this.labelControl26.TabIndex = 217;
     this.labelControl26.Text = "Familia Tela";
     //
     // txt_familiatelaname
     //
     this.txt_familiatelaname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_familiatelaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_familiatelaname.Enabled = false;
     this.txt_familiatelaname.Location = new System.Drawing.Point(13, 117);
     this.txt_familiatelaname.MaxLength = 10;
     this.txt_familiatelaname.Name = "txt_familiatelaname";
     this.txt_familiatelaname.Size = new System.Drawing.Size(346, 21);
     this.txt_familiatelaname.TabIndex = 216;
     //
     // labelControl25
     //
     this.labelControl25.Location = new System.Drawing.Point(745, 98);
     this.labelControl25.Name = "labelControl25";
     this.labelControl25.Size = new System.Drawing.Size(54, 13);
     this.labelControl25.TabIndex = 215;
     this.labelControl25.Text = "Temporada";
     //
     // labelControl24
     //
     this.labelControl24.Location = new System.Drawing.Point(635, 98);
     this.labelControl24.Name = "labelControl24";
     this.labelControl24.Size = new System.Drawing.Size(35, 13);
     this.labelControl24.TabIndex = 213;
     this.labelControl24.Text = "Genero";
     //
     // cmb_canalvta
     //
     this.cmb_canalvta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_canalvta.Enabled = false;
     this.cmb_canalvta.FormattingEnabled = true;
     this.cmb_canalvta.Location = new System.Drawing.Point(362, 117);
     this.cmb_canalvta.Name = "cmb_canalvta";
     this.cmb_canalvta.Size = new System.Drawing.Size(154, 21);
     this.cmb_canalvta.TabIndex = 151;
     //
     // txt_generoname
     //
     this.txt_generoname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_generoname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_generoname.Enabled = false;
     this.txt_generoname.Location = new System.Drawing.Point(633, 117);
     this.txt_generoname.MaxLength = 10;
     this.txt_generoname.Name = "txt_generoname";
     this.txt_generoname.Size = new System.Drawing.Size(110, 21);
     this.txt_generoname.TabIndex = 212;
     //
     // labelControl23
     //
     this.labelControl23.Location = new System.Drawing.Point(523, 98);
     this.labelControl23.Name = "labelControl23";
     this.labelControl23.Size = new System.Drawing.Size(25, 13);
     this.labelControl23.TabIndex = 211;
     this.labelControl23.Text = "Linea";
     //
     // txt_lineaname
     //
     this.txt_lineaname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_lineaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_lineaname.Enabled = false;
     this.txt_lineaname.Location = new System.Drawing.Point(521, 117);
     this.txt_lineaname.MaxLength = 10;
     this.txt_lineaname.Name = "txt_lineaname";
     this.txt_lineaname.Size = new System.Drawing.Size(110, 21);
     this.txt_lineaname.TabIndex = 210;
     //
     // labelControl22
     //
     this.labelControl22.Location = new System.Drawing.Point(694, 55);
     this.labelControl22.Name = "labelControl22";
     this.labelControl22.Size = new System.Drawing.Size(29, 13);
     this.labelControl22.TabIndex = 209;
     this.labelControl22.Text = "Marca";
     //
     // txt_marcaname
     //
     this.txt_marcaname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_marcaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_marcaname.Enabled = false;
     this.txt_marcaname.Location = new System.Drawing.Point(692, 74);
     this.txt_marcaname.MaxLength = 10;
     this.txt_marcaname.Name = "txt_marcaname";
     this.txt_marcaname.Size = new System.Drawing.Size(110, 21);
     this.txt_marcaname.TabIndex = 208;
     //
     // labelControl21
     //
     this.labelControl21.Location = new System.Drawing.Point(628, 55);
     this.labelControl21.Name = "labelControl21";
     this.labelControl21.Size = new System.Drawing.Size(40, 13);
     this.labelControl21.TabIndex = 207;
     this.labelControl21.Text = "Variante";
     //
     // txt_variante
     //
     this.txt_variante.BackColor = System.Drawing.SystemColors.Window;
     this.txt_variante.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_variante.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_variante.Enabled = false;
     this.txt_variante.Location = new System.Drawing.Point(626, 74);
     this.txt_variante.MaxLength = 10;
     this.txt_variante.Name = "txt_variante";
     this.txt_variante.Size = new System.Drawing.Size(64, 21);
     this.txt_variante.TabIndex = 206;
     //
     // labelControl20
     //
     this.labelControl20.Location = new System.Drawing.Point(346, 55);
     this.labelControl20.Name = "labelControl20";
     this.labelControl20.Size = new System.Drawing.Size(36, 13);
     this.labelControl20.TabIndex = 205;
     this.labelControl20.Text = "Artículo";
     //
     // labelControl19
     //
     this.labelControl19.Location = new System.Drawing.Point(293, 55);
     this.labelControl19.Name = "labelControl19";
     this.labelControl19.Size = new System.Drawing.Size(37, 13);
     this.labelControl19.TabIndex = 204;
     this.labelControl19.Text = "Codigo:";
     //
     // txt_articname
     //
     this.txt_articname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_articname.Enabled = false;
     this.txt_articname.Location = new System.Drawing.Point(343, 74);
     this.txt_articname.MaxLength = 10;
     this.txt_articname.Name = "txt_articname";
     this.txt_articname.Size = new System.Drawing.Size(280, 21);
     this.txt_articname.TabIndex = 203;
     //
     // txt_articid
     //
     this.txt_articid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_articid.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_articid.Location = new System.Drawing.Point(291, 74);
     this.txt_articid.MaxLength = 7;
     this.txt_articid.Name = "txt_articid";
     this.txt_articid.Size = new System.Drawing.Size(50, 21);
     this.txt_articid.TabIndex = 202;
     this.txt_articid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_articid_KeyDown);
     this.txt_articid.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_articid_KeyUp);
     this.txt_articid.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_articid_MouseDown);
     //
     // cmb_ejecutor
     //
     this.cmb_ejecutor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_ejecutor.FormattingEnabled = true;
     this.cmb_ejecutor.Location = new System.Drawing.Point(702, 25);
     this.cmb_ejecutor.Name = "cmb_ejecutor";
     this.cmb_ejecutor.Size = new System.Drawing.Size(153, 21);
     this.cmb_ejecutor.TabIndex = 200;
     //
     // labelControl18
     //
     this.labelControl18.Location = new System.Drawing.Point(704, 6);
     this.labelControl18.Name = "labelControl18";
     this.labelControl18.Size = new System.Drawing.Size(40, 13);
     this.labelControl18.TabIndex = 199;
     this.labelControl18.Text = "Ejecutor";
     //
     // labelControl16
     //
     this.labelControl16.Location = new System.Drawing.Point(805, 55);
     this.labelControl16.Name = "labelControl16";
     this.labelControl16.Size = new System.Drawing.Size(19, 13);
     this.labelControl16.TabIndex = 198;
     this.labelControl16.Text = "Año";
     //
     // cmb_estado
     //
     this.cmb_estado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_estado.FormattingEnabled = true;
     this.cmb_estado.Location = new System.Drawing.Point(605, 26);
     this.cmb_estado.Name = "cmb_estado";
     this.cmb_estado.Size = new System.Drawing.Size(93, 21);
     this.cmb_estado.TabIndex = 196;
     //
     // labelControl17
     //
     this.labelControl17.Location = new System.Drawing.Point(608, 7);
     this.labelControl17.Name = "labelControl17";
     this.labelControl17.Size = new System.Drawing.Size(33, 13);
     this.labelControl17.TabIndex = 195;
     this.labelControl17.Text = "Estado";
     //
     // labelControl15
     //
     this.labelControl15.Location = new System.Drawing.Point(503, 7);
     this.labelControl15.Name = "labelControl15";
     this.labelControl15.Size = new System.Drawing.Size(70, 13);
     this.labelControl15.TabIndex = 193;
     this.labelControl15.Text = "Fecha Entrega";
     //
     // txt_fechfin
     //
     this.txt_fechfin.EditValue = null;
     this.txt_fechfin.Location = new System.Drawing.Point(502, 26);
     this.txt_fechfin.MenuManager = this.barManager1;
     this.txt_fechfin.Name = "txt_fechfin";
     this.txt_fechfin.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_fechfin.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txt_fechfin.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txt_fechfin.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.txt_fechfin.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.txt_fechfin.Size = new System.Drawing.Size(100, 20);
     this.txt_fechfin.TabIndex = 192;
     //
     // labelControl14
     //
     this.labelControl14.Location = new System.Drawing.Point(398, 7);
     this.labelControl14.Name = "labelControl14";
     this.labelControl14.Size = new System.Drawing.Size(57, 13);
     this.labelControl14.TabIndex = 191;
     this.labelControl14.Text = "Fecha Inicio";
     //
     // txt_fechini
     //
     this.txt_fechini.EditValue = null;
     this.txt_fechini.Location = new System.Drawing.Point(396, 26);
     this.txt_fechini.MenuManager = this.barManager1;
     this.txt_fechini.Name = "txt_fechini";
     this.txt_fechini.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_fechini.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txt_fechini.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txt_fechini.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.txt_fechini.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.txt_fechini.Size = new System.Drawing.Size(100, 20);
     this.txt_fechini.TabIndex = 190;
     //
     // labelControl13
     //
     this.labelControl13.Location = new System.Drawing.Point(292, 7);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(67, 13);
     this.labelControl13.TabIndex = 189;
     this.labelControl13.Text = "Fecha Emisión";
     //
     // txt_fechemi
     //
     this.txt_fechemi.EditValue = null;
     this.txt_fechemi.Location = new System.Drawing.Point(290, 26);
     this.txt_fechemi.MenuManager = this.barManager1;
     this.txt_fechemi.Name = "txt_fechemi";
     this.txt_fechemi.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txt_fechemi.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txt_fechemi.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txt_fechemi.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.txt_fechemi.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.txt_fechemi.Size = new System.Drawing.Size(100, 20);
     this.txt_fechemi.TabIndex = 188;
     //
     // cmb_perianio
     //
     this.cmb_perianio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_perianio.Enabled = false;
     this.cmb_perianio.FormattingEnabled = true;
     this.cmb_perianio.Location = new System.Drawing.Point(804, 73);
     this.cmb_perianio.Name = "cmb_perianio";
     this.cmb_perianio.Size = new System.Drawing.Size(52, 21);
     this.cmb_perianio.TabIndex = 147;
     //
     // tab_03
     //
     this.tab_03.Controls.Add(this.panelControl1);
     this.tab_03.Name = "tab_03";
     this.tab_03.Size = new System.Drawing.Size(888, 506);
     this.tab_03.Text = "Procesos";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.pnl_edit2);
     this.panelControl1.Controls.Add(this.txt_serop03);
     this.panelControl1.Controls.Add(this.txt_tipop03);
     this.panelControl1.Controls.Add(this.txt_numop03);
     this.panelControl1.Controls.Add(this.pnl_edit);
     this.panelControl1.Controls.Add(this.btn_new);
     this.panelControl1.Controls.Add(this.btn_save);
     this.panelControl1.Controls.Add(this.line1);
     this.panelControl1.Controls.Add(this.labelControl3);
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Controls.Add(this.btn_cancel);
     this.panelControl1.Controls.Add(this.btn_delete);
     this.panelControl1.Controls.Add(this.btn_edit);
     this.panelControl1.Controls.Add(this.dgv_ordenprodfase);
     this.panelControl1.Controls.Add(this.btn_add2);
     this.panelControl1.Location = new System.Drawing.Point(3, 3);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(879, 582);
     this.panelControl1.TabIndex = 405;
     //
     // pnl_edit2
     //
     this.pnl_edit2.Controls.Add(this.txt_fechentrega03);
     this.pnl_edit2.Controls.Add(this.txt_ctactename03);
     this.pnl_edit2.Controls.Add(this.labelControl39);
     this.pnl_edit2.Controls.Add(this.txt_fechini03);
     this.pnl_edit2.Controls.Add(this.labelControl40);
     this.pnl_edit2.Controls.Add(this.labelControl42);
     this.pnl_edit2.Controls.Add(this.txt_ctacte03);
     this.pnl_edit2.Controls.Add(this.labelControl41);
     this.pnl_edit2.Enabled = false;
     this.pnl_edit2.Location = new System.Drawing.Point(176, 66);
     this.pnl_edit2.Name = "pnl_edit2";
     this.pnl_edit2.Size = new System.Drawing.Size(659, 49);
     this.pnl_edit2.TabIndex = 452;
     //
     // txt_fechentrega03
     //
     this.txt_fechentrega03.EditValue = null;
     this.txt_fechentrega03.Location = new System.Drawing.Point(463, 24);
     this.txt_fechentrega03.MenuManager = this.barManager1;
     this.txt_fechentrega03.Name = "txt_fechentrega03";
     this.txt_fechentrega03.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txt_fechentrega03.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txt_fechentrega03.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.txt_fechentrega03.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.txt_fechentrega03.Size = new System.Drawing.Size(100, 20);
     this.txt_fechentrega03.TabIndex = 329;
     //
     // txt_ctactename03
     //
     this.txt_ctactename03.Location = new System.Drawing.Point(70, 23);
     this.txt_ctactename03.MaxLength = 10;
     this.txt_ctactename03.Name = "txt_ctactename03";
     this.txt_ctactename03.Size = new System.Drawing.Size(285, 21);
     this.txt_ctactename03.TabIndex = 325;
     //
     // labelControl39
     //
     this.labelControl39.Location = new System.Drawing.Point(73, 6);
     this.labelControl39.Name = "labelControl39";
     this.labelControl39.Size = new System.Drawing.Size(60, 13);
     this.labelControl39.TabIndex = 326;
     this.labelControl39.Text = "Razón Social";
     //
     // txt_fechini03
     //
     this.txt_fechini03.EditValue = null;
     this.txt_fechini03.Location = new System.Drawing.Point(361, 24);
     this.txt_fechini03.MenuManager = this.barManager1;
     this.txt_fechini03.Name = "txt_fechini03";
     this.txt_fechini03.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txt_fechini03.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txt_fechini03.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.txt_fechini03.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.txt_fechini03.Size = new System.Drawing.Size(100, 20);
     this.txt_fechini03.TabIndex = 327;
     //
     // labelControl40
     //
     this.labelControl40.Location = new System.Drawing.Point(6, 6);
     this.labelControl40.Name = "labelControl40";
     this.labelControl40.Size = new System.Drawing.Size(32, 13);
     this.labelControl40.TabIndex = 323;
     this.labelControl40.Text = "Ctacte";
     //
     // labelControl42
     //
     this.labelControl42.Location = new System.Drawing.Point(361, 6);
     this.labelControl42.Name = "labelControl42";
     this.labelControl42.Size = new System.Drawing.Size(57, 13);
     this.labelControl42.TabIndex = 328;
     this.labelControl42.Text = "Fecha Inicio";
     //
     // txt_ctacte03
     //
     this.txt_ctacte03.Location = new System.Drawing.Point(4, 23);
     this.txt_ctacte03.MaxLength = 10;
     this.txt_ctacte03.Name = "txt_ctacte03";
     this.txt_ctacte03.Size = new System.Drawing.Size(64, 21);
     this.txt_ctacte03.TabIndex = 324;
     this.txt_ctacte03.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_ctacte03_KeyDown);
     //
     // labelControl41
     //
     this.labelControl41.Location = new System.Drawing.Point(463, 6);
     this.labelControl41.Name = "labelControl41";
     this.labelControl41.Size = new System.Drawing.Size(70, 13);
     this.labelControl41.TabIndex = 330;
     this.labelControl41.Text = "Fecha Entrega";
     //
     // txt_serop03
     //
     this.txt_serop03.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.txt_serop03.Appearance.ForeColor = System.Drawing.Color.Red;
     this.txt_serop03.Location = new System.Drawing.Point(45, 22);
     this.txt_serop03.Name = "txt_serop03";
     this.txt_serop03.Size = new System.Drawing.Size(33, 16);
     this.txt_serop03.TabIndex = 451;
     this.txt_serop03.Text = "____";
     //
     // txt_tipop03
     //
     this.txt_tipop03.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.txt_tipop03.Appearance.ForeColor = System.Drawing.Color.Red;
     this.txt_tipop03.Location = new System.Drawing.Point(18, 22);
     this.txt_tipop03.Name = "txt_tipop03";
     this.txt_tipop03.Size = new System.Drawing.Size(17, 16);
     this.txt_tipop03.TabIndex = 450;
     this.txt_tipop03.Text = "__";
     //
     // txt_numop03
     //
     this.txt_numop03.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.txt_numop03.Appearance.ForeColor = System.Drawing.Color.Red;
     this.txt_numop03.Location = new System.Drawing.Point(85, 22);
     this.txt_numop03.Name = "txt_numop03";
     this.txt_numop03.Size = new System.Drawing.Size(81, 16);
     this.txt_numop03.TabIndex = 449;
     this.txt_numop03.Text = "__________";
     //
     // pnl_edit
     //
     this.pnl_edit.Controls.Add(this.cmb_fase);
     this.pnl_edit.Controls.Add(this.labelControl38);
     this.pnl_edit.Controls.Add(this.txt_secuencia);
     this.pnl_edit.Controls.Add(this.labelControl37);
     this.pnl_edit.Enabled = false;
     this.pnl_edit.Location = new System.Drawing.Point(8, 66);
     this.pnl_edit.Name = "pnl_edit";
     this.pnl_edit.Size = new System.Drawing.Size(166, 49);
     this.pnl_edit.TabIndex = 448;
     //
     // cmb_fase
     //
     this.cmb_fase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_fase.FormattingEnabled = true;
     this.cmb_fase.Location = new System.Drawing.Point(66, 20);
     this.cmb_fase.Name = "cmb_fase";
     this.cmb_fase.Size = new System.Drawing.Size(93, 21);
     this.cmb_fase.TabIndex = 320;
     //
     // labelControl38
     //
     this.labelControl38.Location = new System.Drawing.Point(66, 3);
     this.labelControl38.Name = "labelControl38";
     this.labelControl38.Size = new System.Drawing.Size(65, 13);
     this.labelControl38.TabIndex = 322;
     this.labelControl38.Text = "Proceso/Fase";
     //
     // txt_secuencia
     //
     this.txt_secuencia.Location = new System.Drawing.Point(6, 20);
     this.txt_secuencia.Name = "txt_secuencia";
     this.txt_secuencia.Size = new System.Drawing.Size(41, 21);
     this.txt_secuencia.TabIndex = 321;
     //
     // labelControl37
     //
     this.labelControl37.Location = new System.Drawing.Point(6, 3);
     this.labelControl37.Name = "labelControl37";
     this.labelControl37.Size = new System.Drawing.Size(48, 13);
     this.labelControl37.TabIndex = 319;
     this.labelControl37.Text = "Secuencia";
     //
     // btn_new
     //
     this.btn_new.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_new.Image = ((System.Drawing.Image)(resources.GetObject("btn_new.Image")));
     this.btn_new.Location = new System.Drawing.Point(528, 121);
     this.btn_new.Name = "btn_new";
     this.btn_new.Size = new System.Drawing.Size(59, 23);
     this.btn_new.TabIndex = 447;
     this.btn_new.Text = "Nuevo";
     this.btn_new.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_new.Click += new System.EventHandler(this.btn_new_Click);
     //
     // btn_save
     //
     this.btn_save.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_save.Enabled = false;
     this.btn_save.Image = ((System.Drawing.Image)(resources.GetObject("btn_save.Image")));
     this.btn_save.Location = new System.Drawing.Point(650, 121);
     this.btn_save.Name = "btn_save";
     this.btn_save.Size = new System.Drawing.Size(59, 23);
     this.btn_save.TabIndex = 446;
     this.btn_save.Text = "Grabar";
     this.btn_save.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
     //
     // line1
     //
     this.line1.Location = new System.Drawing.Point(8, 47);
     this.line1.Name = "line1";
     this.line1.Size = new System.Drawing.Size(827, 13);
     this.line1.TabIndex = 444;
     this.line1.Text = "line1";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(45, 7);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(30, 13);
     this.labelControl3.TabIndex = 443;
     this.labelControl3.Text = "SerOp";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(85, 7);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(35, 13);
     this.labelControl2.TabIndex = 441;
     this.labelControl2.Text = "NumOp";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(13, 7);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(28, 13);
     this.labelControl1.TabIndex = 440;
     this.labelControl1.Text = "TipOp";
     //
     // btn_cancel
     //
     this.btn_cancel.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_cancel.Enabled = false;
     this.btn_cancel.Image = ((System.Drawing.Image)(resources.GetObject("btn_cancel.Image")));
     this.btn_cancel.Location = new System.Drawing.Point(711, 121);
     this.btn_cancel.Name = "btn_cancel";
     this.btn_cancel.Size = new System.Drawing.Size(59, 23);
     this.btn_cancel.TabIndex = 437;
     this.btn_cancel.Text = "Cancel";
     this.btn_cancel.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
     //
     // btn_delete
     //
     this.btn_delete.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_delete.Enabled = false;
     this.btn_delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.Image")));
     this.btn_delete.Location = new System.Drawing.Point(776, 121);
     this.btn_delete.Name = "btn_delete";
     this.btn_delete.Size = new System.Drawing.Size(59, 23);
     this.btn_delete.TabIndex = 436;
     this.btn_delete.Text = "Borrar";
     this.btn_delete.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
     //
     // btn_edit
     //
     this.btn_edit.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_edit.Enabled = false;
     this.btn_edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_edit.Image")));
     this.btn_edit.Location = new System.Drawing.Point(589, 121);
     this.btn_edit.Name = "btn_edit";
     this.btn_edit.Size = new System.Drawing.Size(59, 23);
     this.btn_edit.TabIndex = 434;
     this.btn_edit.Text = "Editar";
     this.btn_edit.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_edit.Click += new System.EventHandler(this.btn_edit_Click);
     //
     // dgv_ordenprodfase
     //
     this.dgv_ordenprodfase.AllowUserToAddRows = false;
     dataGridViewCellStyle89.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle89.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle89.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle89.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle89.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle89.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle89.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv_ordenprodfase.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle89;
     this.dgv_ordenprodfase.ColumnHeadersHeight = 20;
     this.dgv_ordenprodfase.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this._tipop,
     this._serop,
     this._numop,
     this.secuencia,
     this.faseid,
     this.fasename,
     this.ctacte,
     this.ctactename,
     this.fechprog_ini,
     this.fechprog_fin});
     dataGridViewCellStyle90.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle90.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle90.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle90.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle90.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle90.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     dataGridViewCellStyle90.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgv_ordenprodfase.DefaultCellStyle = dataGridViewCellStyle90;
     this.dgv_ordenprodfase.EnableHeadersVisualStyles = false;
     this.dgv_ordenprodfase.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgv_ordenprodfase.Location = new System.Drawing.Point(9, 150);
     this.dgv_ordenprodfase.Name = "dgv_ordenprodfase";
     this.dgv_ordenprodfase.ReadOnly = true;
     dataGridViewCellStyle91.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle91.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle91.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle91.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle91.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle91.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle91.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv_ordenprodfase.RowHeadersDefaultCellStyle = dataGridViewCellStyle91;
     this.dgv_ordenprodfase.RowHeadersVisible = false;
     this.dgv_ordenprodfase.Size = new System.Drawing.Size(826, 224);
     this.dgv_ordenprodfase.TabIndex = 432;
     this.dgv_ordenprodfase.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_ordenprodfase_CellClick);
     this.dgv_ordenprodfase.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgv_ordenprodfase_KeyUp);
     //
     // _tipop
     //
     this._tipop.DataPropertyName = "tipop";
     this._tipop.HeaderText = "tipop";
     this._tipop.Name = "_tipop";
     this._tipop.ReadOnly = true;
     this._tipop.Visible = false;
     //
     // _serop
     //
     this._serop.DataPropertyName = "serop";
     this._serop.HeaderText = "serop";
     this._serop.Name = "_serop";
     this._serop.ReadOnly = true;
     this._serop.Visible = false;
     //
     // _numop
     //
     this._numop.DataPropertyName = "numop";
     this._numop.HeaderText = "numop";
     this._numop.Name = "_numop";
     this._numop.ReadOnly = true;
     this._numop.Visible = false;
     //
     // secuencia
     //
     this.secuencia.DataPropertyName = "secuencia";
     this.secuencia.HeaderText = "Secuencia";
     this.secuencia.Name = "secuencia";
     this.secuencia.ReadOnly = true;
     this.secuencia.Width = 70;
     //
     // faseid
     //
     this.faseid.DataPropertyName = "faseid";
     this.faseid.HeaderText = "Codigo";
     this.faseid.Name = "faseid";
     this.faseid.ReadOnly = true;
     this.faseid.Width = 50;
     //
     // fasename
     //
     this.fasename.DataPropertyName = "fasename";
     this.fasename.HeaderText = "Proceso";
     this.fasename.Name = "fasename";
     this.fasename.ReadOnly = true;
     this.fasename.Width = 120;
     //
     // ctacte
     //
     this.ctacte.DataPropertyName = "ctacte";
     this.ctacte.HeaderText = "CtaCte";
     this.ctacte.Name = "ctacte";
     this.ctacte.ReadOnly = true;
     this.ctacte.Width = 80;
     //
     // ctactename
     //
     this.ctactename.DataPropertyName = "ctactename";
     this.ctactename.HeaderText = "Razón Social";
     this.ctactename.Name = "ctactename";
     this.ctactename.ReadOnly = true;
     this.ctactename.Width = 300;
     //
     // fechprog_ini
     //
     this.fechprog_ini.DataPropertyName = "fechprog_ini";
     this.fechprog_ini.HeaderText = "Fecha Inicio";
     this.fechprog_ini.Name = "fechprog_ini";
     this.fechprog_ini.ReadOnly = true;
     this.fechprog_ini.Width = 80;
     //
     // fechprog_fin
     //
     this.fechprog_fin.DataPropertyName = "fechprog_fin";
     this.fechprog_fin.HeaderText = "Fecha Entrega";
     this.fechprog_fin.Name = "fechprog_fin";
     this.fechprog_fin.ReadOnly = true;
     this.fechprog_fin.Width = 90;
     //
     // btn_add2
     //
     this.btn_add2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_add2.Image = ((System.Drawing.Image)(resources.GetObject("btn_add2.Image")));
     this.btn_add2.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btn_add2.Location = new System.Drawing.Point(773, 183);
     this.btn_add2.Name = "btn_add2";
     this.btn_add2.Size = new System.Drawing.Size(45, 23);
     this.btn_add2.TabIndex = 430;
     this.btn_add2.Text = "Add";
     this.btn_add2.ToolTip = "Adicionar";
     this.btn_add2.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_add2.Visible = false;
     this.btn_add2.Click += new System.EventHandler(this.btn_add2_Click);
     //
     // tab_04
     //
     this.tab_04.Controls.Add(this.panelControl6);
     this.tab_04.Name = "tab_04";
     this.tab_04.Size = new System.Drawing.Size(888, 506);
     this.tab_04.Text = "Materiales Telas";
     //
     // panelControl6
     //
     this.panelControl6.Controls.Add(this.btn_del);
     this.panelControl6.Controls.Add(this.txt_ltizado);
     this.panelControl6.Controls.Add(this.labelControl51);
     this.panelControl6.Controls.Add(this.labelControl50);
     this.panelControl6.Controls.Add(this.txt_parte);
     this.panelControl6.Controls.Add(this.txt_productname1);
     this.panelControl6.Controls.Add(this.btn_generar);
     this.panelControl6.Controls.Add(this.labelControl35);
     this.panelControl6.Controls.Add(this.txt_tolerancia);
     this.panelControl6.Controls.Add(this.labelControl33);
     this.panelControl6.Controls.Add(this.txt_numpanos);
     this.panelControl6.Controls.Add(this.labelControl32);
     this.panelControl6.Controls.Add(this.txt_prendpanos);
     this.panelControl6.Controls.Add(this.labelControl31);
     this.panelControl6.Controls.Add(this.xtraScrollableControl1);
     this.panelControl6.Controls.Add(this.pnl_edit2Ma);
     this.panelControl6.Controls.Add(this.txt_serop04);
     this.panelControl6.Controls.Add(this.txt_tipop04);
     this.panelControl6.Controls.Add(this.txt_numop04);
     this.panelControl6.Controls.Add(this.pnl_editMa);
     this.panelControl6.Controls.Add(this.btn_newMa);
     this.panelControl6.Controls.Add(this.btn_saveMa);
     this.panelControl6.Controls.Add(this.line2);
     this.panelControl6.Controls.Add(this.labelControl45);
     this.panelControl6.Controls.Add(this.labelControl46);
     this.panelControl6.Controls.Add(this.labelControl47);
     this.panelControl6.Controls.Add(this.btn_cancelMa);
     this.panelControl6.Controls.Add(this.btn_deleteMa);
     this.panelControl6.Controls.Add(this.btn_editMa);
     this.panelControl6.Controls.Add(this.dgv_ordenprodtela);
     this.panelControl6.Controls.Add(this.simpleButton6);
     this.panelControl6.Location = new System.Drawing.Point(3, 3);
     this.panelControl6.Name = "panelControl6";
     this.panelControl6.Size = new System.Drawing.Size(879, 582);
     this.panelControl6.TabIndex = 406;
     //
     // btn_del
     //
     this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_del.Image = ((System.Drawing.Image)(resources.GetObject("btn_del.Image")));
     this.btn_del.Location = new System.Drawing.Point(794, 258);
     this.btn_del.Name = "btn_del";
     this.btn_del.Size = new System.Drawing.Size(41, 32);
     this.btn_del.TabIndex = 526;
     this.btn_del.ToolTip = "Eliminar Calculo de Consumo";
     this.btn_del.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
     //
     // txt_ltizado
     //
     this.txt_ltizado.EditValue = "0";
     this.txt_ltizado.Location = new System.Drawing.Point(384, 270);
     this.txt_ltizado.MenuManager = this.barManager1;
     this.txt_ltizado.Name = "txt_ltizado";
     this.txt_ltizado.Properties.Appearance.BackColor = System.Drawing.Color.Yellow;
     this.txt_ltizado.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_ltizado.Properties.Appearance.Options.UseBackColor = true;
     this.txt_ltizado.Properties.Appearance.Options.UseFont = true;
     this.txt_ltizado.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_ltizado.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_ltizado.Properties.Mask.EditMask = "n3";
     this.txt_ltizado.Size = new System.Drawing.Size(65, 20);
     this.txt_ltizado.TabIndex = 525;
     //
     // labelControl51
     //
     this.labelControl51.Location = new System.Drawing.Point(114, 253);
     this.labelControl51.Name = "labelControl51";
     this.labelControl51.Size = new System.Drawing.Size(58, 13);
     this.labelControl51.TabIndex = 524;
     this.labelControl51.Text = "Descripción:";
     //
     // labelControl50
     //
     this.labelControl50.Location = new System.Drawing.Point(11, 253);
     this.labelControl50.Name = "labelControl50";
     this.labelControl50.Size = new System.Drawing.Size(67, 13);
     this.labelControl50.TabIndex = 523;
     this.labelControl50.Text = "Parte Prenda:";
     //
     // txt_parte
     //
     this.txt_parte.BackColor = System.Drawing.SystemColors.Window;
     this.txt_parte.Enabled = false;
     this.txt_parte.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.txt_parte.Location = new System.Drawing.Point(9, 270);
     this.txt_parte.MaxLength = 10;
     this.txt_parte.Name = "txt_parte";
     this.txt_parte.Size = new System.Drawing.Size(101, 21);
     this.txt_parte.TabIndex = 522;
     this.txt_parte.TextChanged += new System.EventHandler(this.txt_parte_TextChanged);
     //
     // txt_productname1
     //
     this.txt_productname1.BackColor = System.Drawing.SystemColors.Window;
     this.txt_productname1.Enabled = false;
     this.txt_productname1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     this.txt_productname1.Location = new System.Drawing.Point(114, 270);
     this.txt_productname1.MaxLength = 10;
     this.txt_productname1.Name = "txt_productname1";
     this.txt_productname1.Size = new System.Drawing.Size(257, 21);
     this.txt_productname1.TabIndex = 521;
     this.txt_productname1.TextChanged += new System.EventHandler(this.txt_productname1_TextChanged);
     //
     // btn_generar
     //
     this.btn_generar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_generar.Enabled = false;
     this.btn_generar.Image = global::BapFormulariosNet.Properties.Resources.go_calc;
     this.btn_generar.Location = new System.Drawing.Point(706, 258);
     this.btn_generar.Name = "btn_generar";
     this.btn_generar.Size = new System.Drawing.Size(87, 32);
     this.btn_generar.TabIndex = 519;
     this.btn_generar.Text = "Calcular";
     this.btn_generar.ToolTip = "Calcular Consumos";
     this.btn_generar.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_generar.Click += new System.EventHandler(this.btn_generar_Click);
     //
     // labelControl35
     //
     this.labelControl35.Location = new System.Drawing.Point(633, 253);
     this.labelControl35.Name = "labelControl35";
     this.labelControl35.Size = new System.Drawing.Size(67, 13);
     this.labelControl35.TabIndex = 518;
     this.labelControl35.Text = "% Tolerancia:";
     //
     // txt_tolerancia
     //
     this.txt_tolerancia.EditValue = "0";
     this.txt_tolerancia.Location = new System.Drawing.Point(631, 270);
     this.txt_tolerancia.MenuManager = this.barManager1;
     this.txt_tolerancia.Name = "txt_tolerancia";
     this.txt_tolerancia.Properties.Appearance.BackColor = System.Drawing.Color.Yellow;
     this.txt_tolerancia.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_tolerancia.Properties.Appearance.Options.UseBackColor = true;
     this.txt_tolerancia.Properties.Appearance.Options.UseFont = true;
     this.txt_tolerancia.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_tolerancia.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_tolerancia.Properties.Mask.EditMask = "n3";
     this.txt_tolerancia.Size = new System.Drawing.Size(69, 20);
     this.txt_tolerancia.TabIndex = 517;
     //
     // labelControl33
     //
     this.labelControl33.Location = new System.Drawing.Point(547, 253);
     this.labelControl33.Name = "labelControl33";
     this.labelControl33.Size = new System.Drawing.Size(73, 13);
     this.labelControl33.TabIndex = 516;
     this.labelControl33.Text = "Numero Paños:";
     //
     // txt_numpanos
     //
     this.txt_numpanos.EditValue = "0";
     this.txt_numpanos.Location = new System.Drawing.Point(545, 270);
     this.txt_numpanos.MenuManager = this.barManager1;
     this.txt_numpanos.Name = "txt_numpanos";
     this.txt_numpanos.Properties.Appearance.BackColor = System.Drawing.Color.Yellow;
     this.txt_numpanos.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_numpanos.Properties.Appearance.Options.UseBackColor = true;
     this.txt_numpanos.Properties.Appearance.Options.UseFont = true;
     this.txt_numpanos.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_numpanos.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_numpanos.Properties.Mask.EditMask = "n3";
     this.txt_numpanos.Size = new System.Drawing.Size(75, 20);
     this.txt_numpanos.TabIndex = 515;
     //
     // labelControl32
     //
     this.labelControl32.Location = new System.Drawing.Point(461, 253);
     this.labelControl32.Name = "labelControl32";
     this.labelControl32.Size = new System.Drawing.Size(74, 13);
     this.labelControl32.TabIndex = 514;
     this.labelControl32.Text = "Prenda x Paño:";
     //
     // txt_prendpanos
     //
     this.txt_prendpanos.EditValue = "0";
     this.txt_prendpanos.Location = new System.Drawing.Point(459, 270);
     this.txt_prendpanos.MenuManager = this.barManager1;
     this.txt_prendpanos.Name = "txt_prendpanos";
     this.txt_prendpanos.Properties.Appearance.BackColor = System.Drawing.Color.Yellow;
     this.txt_prendpanos.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txt_prendpanos.Properties.Appearance.Options.UseBackColor = true;
     this.txt_prendpanos.Properties.Appearance.Options.UseFont = true;
     this.txt_prendpanos.Properties.Appearance.Options.UseTextOptions = true;
     this.txt_prendpanos.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txt_prendpanos.Properties.Mask.EditMask = "n3";
     this.txt_prendpanos.Size = new System.Drawing.Size(76, 20);
     this.txt_prendpanos.TabIndex = 513;
     //
     // labelControl31
     //
     this.labelControl31.Location = new System.Drawing.Point(384, 253);
     this.labelControl31.Name = "labelControl31";
     this.labelControl31.Size = new System.Drawing.Size(65, 13);
     this.labelControl31.TabIndex = 512;
     this.labelControl31.Text = "Largo Tizado:";
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.labelControl48);
     this.xtraScrollableControl1.Controls.Add(this.labelControl49);
     this.xtraScrollableControl1.Controls.Add(this.dgv_consumoreal);
     this.xtraScrollableControl1.Controls.Add(this.dgv_calconsumo);
     this.xtraScrollableControl1.Location = new System.Drawing.Point(8, 298);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(862, 202);
     this.xtraScrollableControl1.TabIndex = 453;
     //
     // labelControl48
     //
     this.labelControl48.Appearance.Font = new System.Drawing.Font("Papyrus", 12F, System.Drawing.FontStyle.Bold);
     this.labelControl48.Appearance.ForeColor = System.Drawing.Color.Teal;
     this.labelControl48.LineColor = System.Drawing.SystemColors.ActiveBorder;
     this.labelControl48.Location = new System.Drawing.Point(3, 18);
     this.labelControl48.Name = "labelControl48";
     this.labelControl48.Size = new System.Drawing.Size(165, 25);
     this.labelControl48.TabIndex = 521;
     this.labelControl48.Text = "Calculo de Consumo";
     //
     // labelControl49
     //
     this.labelControl49.Appearance.Font = new System.Drawing.Font("Papyrus", 12F, System.Drawing.FontStyle.Bold);
     this.labelControl49.Appearance.ForeColor = System.Drawing.Color.Teal;
     this.labelControl49.LineColor = System.Drawing.SystemColors.ActiveBorder;
     this.labelControl49.Location = new System.Drawing.Point(2, 177);
     this.labelControl49.Name = "labelControl49";
     this.labelControl49.Size = new System.Drawing.Size(116, 25);
     this.labelControl49.TabIndex = 508;
     this.labelControl49.Text = "Consumo Real";
     //
     // dgv_consumoreal
     //
     this.dgv_consumoreal.AllowUserToAddRows = false;
     dataGridViewCellStyle92.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle92.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle92.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle92.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle92.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle92.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle92.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv_consumoreal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle92;
     this.dgv_consumoreal.ColumnHeadersHeight = 20;
     this.dgv_consumoreal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.partepdaid_det,
     this.partepdaname_det,
     this.productid_det,
     this.productname_det,
     this.canthabilitada,
     this.pdaproyectotal,
     this.cantreal,
     this.mermacalculada,
     this.porcenmerma,
     this.consumreal,
     this.umed_det});
     dataGridViewCellStyle100.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle100.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle100.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle100.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle100.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle100.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     dataGridViewCellStyle100.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgv_consumoreal.DefaultCellStyle = dataGridViewCellStyle100;
     this.dgv_consumoreal.EnableHeadersVisualStyles = false;
     this.dgv_consumoreal.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgv_consumoreal.Location = new System.Drawing.Point(0, 204);
     this.dgv_consumoreal.Name = "dgv_consumoreal";
     this.dgv_consumoreal.ReadOnly = true;
     dataGridViewCellStyle101.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle101.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle101.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle101.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle101.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle101.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle101.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv_consumoreal.RowHeadersDefaultCellStyle = dataGridViewCellStyle101;
     this.dgv_consumoreal.RowHeadersVisible = false;
     this.dgv_consumoreal.Size = new System.Drawing.Size(827, 135);
     this.dgv_consumoreal.TabIndex = 434;
     this.dgv_consumoreal.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_consumoreal_CellClick);
     //
     // partepdaid_det
     //
     this.partepdaid_det.DataPropertyName = "partepdaid_det";
     this.partepdaid_det.HeaderText = "partepdaid";
     this.partepdaid_det.Name = "partepdaid_det";
     this.partepdaid_det.ReadOnly = true;
     this.partepdaid_det.Visible = false;
     //
     // partepdaname_det
     //
     this.partepdaname_det.DataPropertyName = "partepdaname_det";
     this.partepdaname_det.HeaderText = "Parte Prenda";
     this.partepdaname_det.Name = "partepdaname_det";
     this.partepdaname_det.ReadOnly = true;
     //
     // productid_det
     //
     this.productid_det.DataPropertyName = "productid_det";
     this.productid_det.HeaderText = "Tela";
     this.productid_det.Name = "productid_det";
     this.productid_det.ReadOnly = true;
     //
     // productname_det
     //
     this.productname_det.DataPropertyName = "productname_det";
     this.productname_det.HeaderText = "Descripción";
     this.productname_det.Name = "productname_det";
     this.productname_det.ReadOnly = true;
     //
     // canthabilitada
     //
     this.canthabilitada.DataPropertyName = "canthabilitada";
     dataGridViewCellStyle93.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.canthabilitada.DefaultCellStyle = dataGridViewCellStyle93;
     this.canthabilitada.HeaderText = "Cant.Habilitada";
     this.canthabilitada.Name = "canthabilitada";
     this.canthabilitada.ReadOnly = true;
     //
     // pdaproyectotal
     //
     this.pdaproyectotal.DataPropertyName = "pdaproyectotal";
     dataGridViewCellStyle94.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.pdaproyectotal.DefaultCellStyle = dataGridViewCellStyle94;
     this.pdaproyectotal.HeaderText = "Pdas.Proyectada";
     this.pdaproyectotal.Name = "pdaproyectotal";
     this.pdaproyectotal.ReadOnly = true;
     //
     // cantreal
     //
     this.cantreal.DataPropertyName = "cantreal";
     dataGridViewCellStyle95.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.cantreal.DefaultCellStyle = dataGridViewCellStyle95;
     this.cantreal.HeaderText = "Pdas.Real";
     this.cantreal.Name = "cantreal";
     this.cantreal.ReadOnly = true;
     //
     // mermacalculada
     //
     this.mermacalculada.DataPropertyName = "mermacalculada";
     dataGridViewCellStyle96.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.mermacalculada.DefaultCellStyle = dataGridViewCellStyle96;
     this.mermacalculada.HeaderText = "Mts.Merma";
     this.mermacalculada.Name = "mermacalculada";
     this.mermacalculada.ReadOnly = true;
     //
     // porcenmerma
     //
     this.porcenmerma.DataPropertyName = "porcenmerma";
     dataGridViewCellStyle97.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.porcenmerma.DefaultCellStyle = dataGridViewCellStyle97;
     this.porcenmerma.HeaderText = "% Merma";
     this.porcenmerma.Name = "porcenmerma";
     this.porcenmerma.ReadOnly = true;
     //
     // consumreal
     //
     this.consumreal.DataPropertyName = "consumreal";
     dataGridViewCellStyle98.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.consumreal.DefaultCellStyle = dataGridViewCellStyle98;
     this.consumreal.HeaderText = "Cant. Real";
     this.consumreal.Name = "consumreal";
     this.consumreal.ReadOnly = true;
     //
     // umed_det
     //
     this.umed_det.DataPropertyName = "umed_det";
     dataGridViewCellStyle99.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.umed_det.DefaultCellStyle = dataGridViewCellStyle99;
     this.umed_det.HeaderText = "UnMed";
     this.umed_det.Name = "umed_det";
     this.umed_det.ReadOnly = true;
     //
     // dgv_calconsumo
     //
     this.dgv_calconsumo.AllowUserToAddRows = false;
     dataGridViewCellStyle102.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle102.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle102.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle102.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle102.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle102.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle102.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv_calconsumo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle102;
     this.dgv_calconsumo.ColumnHeadersHeight = 20;
     this.dgv_calconsumo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.partepdaid_cpo,
     this.partepdaname_cpo,
     this.productid_cpo,
     this.productname_cpo,
     this.largtizado,
     this.pdasxpano,
     this.numpanos,
     this.porcentolerancia,
     this.consumprompano,
     this.pdatotal,
     this.cantrequerida,
     this.umed_cpo});
     dataGridViewCellStyle111.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle111.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle111.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle111.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle111.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle111.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     dataGridViewCellStyle111.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgv_calconsumo.DefaultCellStyle = dataGridViewCellStyle111;
     this.dgv_calconsumo.EnableHeadersVisualStyles = false;
     this.dgv_calconsumo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgv_calconsumo.Location = new System.Drawing.Point(1, 46);
     this.dgv_calconsumo.Name = "dgv_calconsumo";
     this.dgv_calconsumo.ReadOnly = true;
     dataGridViewCellStyle112.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle112.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle112.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle112.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle112.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle112.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle112.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv_calconsumo.RowHeadersDefaultCellStyle = dataGridViewCellStyle112;
     this.dgv_calconsumo.RowHeadersVisible = false;
     this.dgv_calconsumo.Size = new System.Drawing.Size(827, 123);
     this.dgv_calconsumo.TabIndex = 433;
     this.dgv_calconsumo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_calconsumo_CellClick);
     this.dgv_calconsumo.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgv_calconsumo_KeyUp);
     //
     // partepdaid_cpo
     //
     this.partepdaid_cpo.DataPropertyName = "partepdaid_cpo";
     this.partepdaid_cpo.HeaderText = "partepdaid";
     this.partepdaid_cpo.Name = "partepdaid_cpo";
     this.partepdaid_cpo.ReadOnly = true;
     this.partepdaid_cpo.Visible = false;
     //
     // partepdaname_cpo
     //
     this.partepdaname_cpo.DataPropertyName = "partepdaname_cpo";
     this.partepdaname_cpo.HeaderText = "Parte Prenda";
     this.partepdaname_cpo.Name = "partepdaname_cpo";
     this.partepdaname_cpo.ReadOnly = true;
     //
     // productid_cpo
     //
     this.productid_cpo.DataPropertyName = "productid_cpo";
     this.productid_cpo.HeaderText = "Tela";
     this.productid_cpo.Name = "productid_cpo";
     this.productid_cpo.ReadOnly = true;
     //
     // productname_cpo
     //
     this.productname_cpo.DataPropertyName = "productname_cpo";
     this.productname_cpo.HeaderText = "Descripción";
     this.productname_cpo.Name = "productname_cpo";
     this.productname_cpo.ReadOnly = true;
     //
     // largtizado
     //
     this.largtizado.DataPropertyName = "largtizado";
     dataGridViewCellStyle103.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.largtizado.DefaultCellStyle = dataGridViewCellStyle103;
     this.largtizado.HeaderText = "Larg.Tizado";
     this.largtizado.Name = "largtizado";
     this.largtizado.ReadOnly = true;
     this.largtizado.Width = 80;
     //
     // pdasxpano
     //
     this.pdasxpano.DataPropertyName = "pdasxpano";
     dataGridViewCellStyle104.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.pdasxpano.DefaultCellStyle = dataGridViewCellStyle104;
     this.pdasxpano.HeaderText = "Pdas/Paños";
     this.pdasxpano.Name = "pdasxpano";
     this.pdasxpano.ReadOnly = true;
     this.pdasxpano.Width = 80;
     //
     // numpanos
     //
     this.numpanos.DataPropertyName = "numpanos";
     dataGridViewCellStyle105.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.numpanos.DefaultCellStyle = dataGridViewCellStyle105;
     this.numpanos.HeaderText = "N°-Paños";
     this.numpanos.Name = "numpanos";
     this.numpanos.ReadOnly = true;
     this.numpanos.Width = 80;
     //
     // porcentolerancia
     //
     this.porcentolerancia.DataPropertyName = "porcentolerancia";
     dataGridViewCellStyle106.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.porcentolerancia.DefaultCellStyle = dataGridViewCellStyle106;
     this.porcentolerancia.HeaderText = "Tolerancia";
     this.porcentolerancia.Name = "porcentolerancia";
     this.porcentolerancia.ReadOnly = true;
     this.porcentolerancia.Width = 80;
     //
     // consumprompano
     //
     this.consumprompano.DataPropertyName = "consumprompano";
     dataGridViewCellStyle107.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.consumprompano.DefaultCellStyle = dataGridViewCellStyle107;
     this.consumprompano.HeaderText = "Cons.Prom.Und";
     this.consumprompano.Name = "consumprompano";
     this.consumprompano.ReadOnly = true;
     this.consumprompano.Width = 90;
     //
     // pdatotal
     //
     this.pdatotal.DataPropertyName = "pdatotal";
     dataGridViewCellStyle108.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.pdatotal.DefaultCellStyle = dataGridViewCellStyle108;
     this.pdatotal.HeaderText = "Total.Pdas";
     this.pdatotal.Name = "pdatotal";
     this.pdatotal.ReadOnly = true;
     this.pdatotal.Width = 80;
     //
     // cantrequerida
     //
     this.cantrequerida.DataPropertyName = "cantrequerida";
     dataGridViewCellStyle109.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.cantrequerida.DefaultCellStyle = dataGridViewCellStyle109;
     this.cantrequerida.HeaderText = "Cant.Requer";
     this.cantrequerida.Name = "cantrequerida";
     this.cantrequerida.ReadOnly = true;
     this.cantrequerida.Width = 80;
     //
     // umed_cpo
     //
     this.umed_cpo.DataPropertyName = "umed_cpo";
     dataGridViewCellStyle110.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.umed_cpo.DefaultCellStyle = dataGridViewCellStyle110;
     this.umed_cpo.HeaderText = "UnMed";
     this.umed_cpo.Name = "umed_cpo";
     this.umed_cpo.ReadOnly = true;
     this.umed_cpo.Width = 45;
     //
     // pnl_edit2Ma
     //
     this.pnl_edit2Ma.Controls.Add(this.txt_gramaje);
     this.pnl_edit2Ma.Controls.Add(this.txt_ancho);
     this.pnl_edit2Ma.Controls.Add(this.labelControl11);
     this.pnl_edit2Ma.Controls.Add(this.labelControl12);
     this.pnl_edit2Ma.Enabled = false;
     this.pnl_edit2Ma.Location = new System.Drawing.Point(756, 5);
     this.pnl_edit2Ma.Name = "pnl_edit2Ma";
     this.pnl_edit2Ma.Size = new System.Drawing.Size(120, 49);
     this.pnl_edit2Ma.TabIndex = 452;
     //
     // txt_gramaje
     //
     this.txt_gramaje.Location = new System.Drawing.Point(62, 23);
     this.txt_gramaje.MaxLength = 10;
     this.txt_gramaje.Name = "txt_gramaje";
     this.txt_gramaje.Size = new System.Drawing.Size(52, 21);
     this.txt_gramaje.TabIndex = 332;
     //
     // txt_ancho
     //
     this.txt_ancho.Location = new System.Drawing.Point(5, 23);
     this.txt_ancho.MaxLength = 10;
     this.txt_ancho.Name = "txt_ancho";
     this.txt_ancho.Size = new System.Drawing.Size(53, 21);
     this.txt_ancho.TabIndex = 331;
     //
     // labelControl11
     //
     this.labelControl11.Location = new System.Drawing.Point(7, 6);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(30, 13);
     this.labelControl11.TabIndex = 328;
     this.labelControl11.Text = "Ancho";
     //
     // labelControl12
     //
     this.labelControl12.Location = new System.Drawing.Point(64, 6);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(40, 13);
     this.labelControl12.TabIndex = 330;
     this.labelControl12.Text = "Gramaje";
     //
     // txt_serop04
     //
     this.txt_serop04.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.txt_serop04.Appearance.ForeColor = System.Drawing.Color.Red;
     this.txt_serop04.Location = new System.Drawing.Point(45, 22);
     this.txt_serop04.Name = "txt_serop04";
     this.txt_serop04.Size = new System.Drawing.Size(33, 16);
     this.txt_serop04.TabIndex = 451;
     this.txt_serop04.Text = "____";
     //
     // txt_tipop04
     //
     this.txt_tipop04.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.txt_tipop04.Appearance.ForeColor = System.Drawing.Color.Red;
     this.txt_tipop04.Location = new System.Drawing.Point(18, 22);
     this.txt_tipop04.Name = "txt_tipop04";
     this.txt_tipop04.Size = new System.Drawing.Size(17, 16);
     this.txt_tipop04.TabIndex = 450;
     this.txt_tipop04.Text = "__";
     //
     // txt_numop04
     //
     this.txt_numop04.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.txt_numop04.Appearance.ForeColor = System.Drawing.Color.Red;
     this.txt_numop04.Location = new System.Drawing.Point(85, 22);
     this.txt_numop04.Name = "txt_numop04";
     this.txt_numop04.Size = new System.Drawing.Size(81, 16);
     this.txt_numop04.TabIndex = 449;
     this.txt_numop04.Text = "__________";
     //
     // pnl_editMa
     //
     this.pnl_editMa.Controls.Add(this.btn_actualizar);
     this.pnl_editMa.Controls.Add(this.productidtela);
     this.pnl_editMa.Controls.Add(this.cmb_partepda);
     this.pnl_editMa.Controls.Add(this.labelControl34);
     this.pnl_editMa.Controls.Add(this.productnametela);
     this.pnl_editMa.Controls.Add(this.labelControl9);
     this.pnl_editMa.Controls.Add(this.labelControl8);
     this.pnl_editMa.Enabled = false;
     this.pnl_editMa.Location = new System.Drawing.Point(172, 5);
     this.pnl_editMa.Name = "pnl_editMa";
     this.pnl_editMa.Size = new System.Drawing.Size(582, 49);
     this.pnl_editMa.TabIndex = 448;
     //
     // btn_actualizar
     //
     this.btn_actualizar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_actualizar.Image = ((System.Drawing.Image)(resources.GetObject("btn_actualizar.Image")));
     this.btn_actualizar.Location = new System.Drawing.Point(140, 20);
     this.btn_actualizar.Name = "btn_actualizar";
     this.btn_actualizar.Size = new System.Drawing.Size(24, 23);
     this.btn_actualizar.TabIndex = 454;
     this.btn_actualizar.Text = "Nuevo";
     this.btn_actualizar.ToolTip = "Actualizar Parte Prenda";
     this.btn_actualizar.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_actualizar.Click += new System.EventHandler(this.btn_actualizar_Click);
     //
     // productidtela
     //
     this.productidtela.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.productidtela.Location = new System.Drawing.Point(165, 22);
     this.productidtela.MaxLength = 13;
     this.productidtela.Name = "productidtela";
     this.productidtela.Size = new System.Drawing.Size(105, 20);
     this.productidtela.TabIndex = 333;
     this.productidtela.KeyDown += new System.Windows.Forms.KeyEventHandler(this.productidtela_KeyDown);
     //
     // cmb_partepda
     //
     this.cmb_partepda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_partepda.FormattingEnabled = true;
     this.cmb_partepda.Location = new System.Drawing.Point(10, 20);
     this.cmb_partepda.Name = "cmb_partepda";
     this.cmb_partepda.Size = new System.Drawing.Size(129, 21);
     this.cmb_partepda.TabIndex = 320;
     //
     // labelControl34
     //
     this.labelControl34.Location = new System.Drawing.Point(10, 6);
     this.labelControl34.Name = "labelControl34";
     this.labelControl34.Size = new System.Drawing.Size(63, 13);
     this.labelControl34.TabIndex = 322;
     this.labelControl34.Text = "Parte Prenda";
     //
     // productnametela
     //
     this.productnametela.Enabled = false;
     this.productnametela.Location = new System.Drawing.Point(272, 22);
     this.productnametela.MaxLength = 10;
     this.productnametela.Name = "productnametela";
     this.productnametela.Size = new System.Drawing.Size(305, 21);
     this.productnametela.TabIndex = 325;
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(167, 5);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(56, 13);
     this.labelControl9.TabIndex = 323;
     this.labelControl9.Text = "Codigo Tela";
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(276, 5);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(60, 13);
     this.labelControl8.TabIndex = 326;
     this.labelControl8.Text = "Nombre Tela";
     //
     // btn_newMa
     //
     this.btn_newMa.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_newMa.Image = ((System.Drawing.Image)(resources.GetObject("btn_newMa.Image")));
     this.btn_newMa.Location = new System.Drawing.Point(564, 68);
     this.btn_newMa.Name = "btn_newMa";
     this.btn_newMa.Size = new System.Drawing.Size(59, 23);
     this.btn_newMa.TabIndex = 447;
     this.btn_newMa.Text = "Nuevo";
     this.btn_newMa.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_newMa.Click += new System.EventHandler(this.btn_newMa_Click);
     //
     // btn_saveMa
     //
     this.btn_saveMa.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_saveMa.Enabled = false;
     this.btn_saveMa.Image = ((System.Drawing.Image)(resources.GetObject("btn_saveMa.Image")));
     this.btn_saveMa.Location = new System.Drawing.Point(686, 68);
     this.btn_saveMa.Name = "btn_saveMa";
     this.btn_saveMa.Size = new System.Drawing.Size(59, 23);
     this.btn_saveMa.TabIndex = 446;
     this.btn_saveMa.Text = "Grabar";
     this.btn_saveMa.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_saveMa.Click += new System.EventHandler(this.btn_saveMa_Click);
     //
     // line2
     //
     this.line2.Location = new System.Drawing.Point(8, 56);
     this.line2.Name = "line2";
     this.line2.Size = new System.Drawing.Size(862, 15);
     this.line2.TabIndex = 444;
     this.line2.Text = "line2";
     //
     // labelControl45
     //
     this.labelControl45.Location = new System.Drawing.Point(45, 7);
     this.labelControl45.Name = "labelControl45";
     this.labelControl45.Size = new System.Drawing.Size(30, 13);
     this.labelControl45.TabIndex = 443;
     this.labelControl45.Text = "SerOp";
     //
     // labelControl46
     //
     this.labelControl46.Location = new System.Drawing.Point(85, 7);
     this.labelControl46.Name = "labelControl46";
     this.labelControl46.Size = new System.Drawing.Size(35, 13);
     this.labelControl46.TabIndex = 441;
     this.labelControl46.Text = "NumOp";
     //
     // labelControl47
     //
     this.labelControl47.Location = new System.Drawing.Point(13, 7);
     this.labelControl47.Name = "labelControl47";
     this.labelControl47.Size = new System.Drawing.Size(28, 13);
     this.labelControl47.TabIndex = 440;
     this.labelControl47.Text = "TipOp";
     //
     // btn_cancelMa
     //
     this.btn_cancelMa.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_cancelMa.Enabled = false;
     this.btn_cancelMa.Image = ((System.Drawing.Image)(resources.GetObject("btn_cancelMa.Image")));
     this.btn_cancelMa.Location = new System.Drawing.Point(747, 68);
     this.btn_cancelMa.Name = "btn_cancelMa";
     this.btn_cancelMa.Size = new System.Drawing.Size(59, 23);
     this.btn_cancelMa.TabIndex = 437;
     this.btn_cancelMa.Text = "Cancel";
     this.btn_cancelMa.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_cancelMa.Click += new System.EventHandler(this.btn_cancelMa_Click);
     //
     // btn_deleteMa
     //
     this.btn_deleteMa.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_deleteMa.Enabled = false;
     this.btn_deleteMa.Image = ((System.Drawing.Image)(resources.GetObject("btn_deleteMa.Image")));
     this.btn_deleteMa.Location = new System.Drawing.Point(812, 68);
     this.btn_deleteMa.Name = "btn_deleteMa";
     this.btn_deleteMa.Size = new System.Drawing.Size(59, 23);
     this.btn_deleteMa.TabIndex = 436;
     this.btn_deleteMa.Text = "Borrar";
     this.btn_deleteMa.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_deleteMa.Click += new System.EventHandler(this.btn_deleteMa_Click);
     //
     // btn_editMa
     //
     this.btn_editMa.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_editMa.Enabled = false;
     this.btn_editMa.Image = ((System.Drawing.Image)(resources.GetObject("btn_editMa.Image")));
     this.btn_editMa.Location = new System.Drawing.Point(625, 68);
     this.btn_editMa.Name = "btn_editMa";
     this.btn_editMa.Size = new System.Drawing.Size(59, 23);
     this.btn_editMa.TabIndex = 434;
     this.btn_editMa.Text = "Editar";
     this.btn_editMa.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_editMa.Click += new System.EventHandler(this.btn_editMa_Click);
     //
     // dgv_ordenprodtela
     //
     this.dgv_ordenprodtela.AllowUserToAddRows = false;
     dataGridViewCellStyle57.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle57.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle57.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle57.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle57.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle57.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle57.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv_ordenprodtela.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle57;
     this.dgv_ordenprodtela.ColumnHeadersHeight = 20;
     this.dgv_ordenprodtela.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.partepdaid,
     this.partepdaname,
     this.productid,
     this.productname,
     this.xcolorname,
     this.ancho,
     this.gramaje});
     dataGridViewCellStyle58.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle58.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle58.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle58.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle58.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle58.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     dataGridViewCellStyle58.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgv_ordenprodtela.DefaultCellStyle = dataGridViewCellStyle58;
     this.dgv_ordenprodtela.EnableHeadersVisualStyles = false;
     this.dgv_ordenprodtela.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgv_ordenprodtela.Location = new System.Drawing.Point(9, 97);
     this.dgv_ordenprodtela.Name = "dgv_ordenprodtela";
     this.dgv_ordenprodtela.ReadOnly = true;
     dataGridViewCellStyle59.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle59.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle59.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle59.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle59.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle59.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle59.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv_ordenprodtela.RowHeadersDefaultCellStyle = dataGridViewCellStyle59;
     this.dgv_ordenprodtela.RowHeadersVisible = false;
     this.dgv_ordenprodtela.Size = new System.Drawing.Size(826, 135);
     this.dgv_ordenprodtela.TabIndex = 432;
     this.dgv_ordenprodtela.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_ordenprodtela_CellClick);
     this.dgv_ordenprodtela.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgv_ordenprodtela_KeyUp);
     //
     // partepdaid
     //
     this.partepdaid.DataPropertyName = "partepdaid";
     this.partepdaid.HeaderText = "partepdaid";
     this.partepdaid.Name = "partepdaid";
     this.partepdaid.ReadOnly = true;
     this.partepdaid.Visible = false;
     //
     // partepdaname
     //
     this.partepdaname.DataPropertyName = "partepdaname";
     this.partepdaname.HeaderText = "Parte Prenda";
     this.partepdaname.Name = "partepdaname";
     this.partepdaname.ReadOnly = true;
     //
     // productid
     //
     this.productid.DataPropertyName = "productid";
     this.productid.HeaderText = "Tela";
     this.productid.Name = "productid";
     this.productid.ReadOnly = true;
     //
     // productname
     //
     this.productname.DataPropertyName = "productname";
     this.productname.HeaderText = "Descripción";
     this.productname.Name = "productname";
     this.productname.ReadOnly = true;
     this.productname.Width = 320;
     //
     // xcolorname
     //
     this.xcolorname.DataPropertyName = "colorname";
     this.xcolorname.HeaderText = "Color";
     this.xcolorname.Name = "xcolorname";
     this.xcolorname.ReadOnly = true;
     //
     // ancho
     //
     this.ancho.DataPropertyName = "ancho";
     this.ancho.HeaderText = "Ancho";
     this.ancho.Name = "ancho";
     this.ancho.ReadOnly = true;
     //
     // gramaje
     //
     this.gramaje.DataPropertyName = "gramaje";
     this.gramaje.HeaderText = "Gramaje";
     this.gramaje.Name = "gramaje";
     this.gramaje.ReadOnly = true;
     //
     // simpleButton6
     //
     this.simpleButton6.Cursor = System.Windows.Forms.Cursors.Hand;
     this.simpleButton6.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton6.Image")));
     this.simpleButton6.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton6.Location = new System.Drawing.Point(773, 183);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(45, 23);
     this.simpleButton6.TabIndex = 430;
     this.simpleButton6.Text = "Add";
     this.simpleButton6.ToolTip = "Adicionar";
     this.simpleButton6.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.simpleButton6.Visible = false;
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(10, 13);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(19, 13);
     this.labelControl6.TabIndex = 408;
     this.labelControl6.Text = "Año";
     //
     // chk_estado01
     //
     this.chk_estado01.Cursor = System.Windows.Forms.Cursors.Hand;
     this.chk_estado01.Location = new System.Drawing.Point(11, 141);
     this.chk_estado01.Name = "chk_estado01";
     this.chk_estado01.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.5F);
     this.chk_estado01.Properties.Appearance.Options.UseFont = true;
     this.chk_estado01.Properties.Caption = "Estado";
     this.chk_estado01.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.chk_estado01.Size = new System.Drawing.Size(56, 19);
     this.chk_estado01.TabIndex = 407;
     this.chk_estado01.CheckedChanged += new System.EventHandler(this.chk_estado01_CheckedChanged);
     //
     // chk_linea01
     //
     this.chk_linea01.Cursor = System.Windows.Forms.Cursors.Hand;
     this.chk_linea01.Location = new System.Drawing.Point(10, 95);
     this.chk_linea01.Name = "chk_linea01";
     this.chk_linea01.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.5F);
     this.chk_linea01.Properties.Appearance.Options.UseFont = true;
     this.chk_linea01.Properties.Caption = "Linea";
     this.chk_linea01.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.chk_linea01.Size = new System.Drawing.Size(50, 19);
     this.chk_linea01.TabIndex = 406;
     this.chk_linea01.CheckedChanged += new System.EventHandler(this.chk_linea01_CheckedChanged);
     //
     // chk_marca01
     //
     this.chk_marca01.Cursor = System.Windows.Forms.Cursors.Hand;
     this.chk_marca01.Location = new System.Drawing.Point(9, 52);
     this.chk_marca01.Name = "chk_marca01";
     this.chk_marca01.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.5F);
     this.chk_marca01.Properties.Appearance.Options.UseFont = true;
     this.chk_marca01.Properties.Caption = "Marca";
     this.chk_marca01.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.chk_marca01.Size = new System.Drawing.Size(55, 19);
     this.chk_marca01.TabIndex = 405;
     this.chk_marca01.CheckedChanged += new System.EventHandler(this.chk_marca01_CheckedChanged);
     //
     // cmb_linea01
     //
     this.cmb_linea01.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_linea01.Enabled = false;
     this.cmb_linea01.FormattingEnabled = true;
     this.cmb_linea01.Location = new System.Drawing.Point(7, 117);
     this.cmb_linea01.Name = "cmb_linea01";
     this.cmb_linea01.Size = new System.Drawing.Size(107, 21);
     this.cmb_linea01.TabIndex = 401;
     this.cmb_linea01.SelectedIndexChanged += new System.EventHandler(this.cmb_linea01_SelectedIndexChanged);
     //
     // cmb_marca01
     //
     this.cmb_marca01.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_marca01.Enabled = false;
     this.cmb_marca01.FormattingEnabled = true;
     this.cmb_marca01.Location = new System.Drawing.Point(7, 74);
     this.cmb_marca01.Name = "cmb_marca01";
     this.cmb_marca01.Size = new System.Drawing.Size(107, 21);
     this.cmb_marca01.TabIndex = 400;
     this.cmb_marca01.SelectedIndexChanged += new System.EventHandler(this.cmb_marca01_SelectedIndexChanged);
     //
     // cmb_estado01
     //
     this.cmb_estado01.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_estado01.Enabled = false;
     this.cmb_estado01.FormattingEnabled = true;
     this.cmb_estado01.Location = new System.Drawing.Point(10, 163);
     this.cmb_estado01.Name = "cmb_estado01";
     this.cmb_estado01.Size = new System.Drawing.Size(93, 21);
     this.cmb_estado01.TabIndex = 217;
     this.cmb_estado01.SelectedIndexChanged += new System.EventHandler(this.cmb_estado01_SelectedIndexChanged);
     //
     // lblbusqueda
     //
     this.lblbusqueda.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.lblbusqueda.Location = new System.Drawing.Point(622, 9);
     this.lblbusqueda.Name = "lblbusqueda";
     this.lblbusqueda.Size = new System.Drawing.Size(51, 13);
     this.lblbusqueda.TabIndex = 210;
     this.lblbusqueda.Text = "Busqueda:";
     //
     // txt_articname01
     //
     this.txt_articname01.BackColor = System.Drawing.Color.Yellow;
     this.txt_articname01.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_articname01.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_articname01.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Bold);
     this.txt_articname01.ForeColor = System.Drawing.Color.Black;
     this.txt_articname01.Location = new System.Drawing.Point(676, 6);
     this.txt_articname01.MaxLength = 10;
     this.txt_articname01.Name = "txt_articname01";
     this.txt_articname01.Size = new System.Drawing.Size(210, 19);
     this.txt_articname01.TabIndex = 208;
     this.txt_articname01.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_articname01_KeyUp);
     this.txt_articname01.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_articname01_MouseDown);
     //
     // cmb_anio01
     //
     this.cmb_anio01.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_anio01.Enabled = false;
     this.cmb_anio01.FormattingEnabled = true;
     this.cmb_anio01.Location = new System.Drawing.Point(7, 31);
     this.cmb_anio01.Name = "cmb_anio01";
     this.cmb_anio01.Size = new System.Drawing.Size(47, 21);
     this.cmb_anio01.TabIndex = 201;
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.txt_numop01);
     this.panelControl3.Controls.Add(this.labelControl7);
     this.panelControl3.Controls.Add(this.cmb_anio01);
     this.panelControl3.Controls.Add(this.cmb_serie01);
     this.panelControl3.Controls.Add(this.cmb_estado01);
     this.panelControl3.Controls.Add(this.chk_estado01);
     this.panelControl3.Controls.Add(this.chk_serie01);
     this.panelControl3.Controls.Add(this.labelControl6);
     this.panelControl3.Controls.Add(this.chk_linea01);
     this.panelControl3.Controls.Add(this.cmb_marca01);
     this.panelControl3.Controls.Add(this.cmb_linea01);
     this.panelControl3.Controls.Add(this.chk_marca01);
     this.panelControl3.Location = new System.Drawing.Point(900, 55);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(214, 189);
     this.panelControl3.TabIndex = 415;
     this.panelControl3.Visible = false;
     //
     // txt_numop01
     //
     this.txt_numop01.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_numop01.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txt_numop01.Location = new System.Drawing.Point(116, 29);
     this.txt_numop01.Name = "txt_numop01";
     this.txt_numop01.Size = new System.Drawing.Size(90, 22);
     this.txt_numop01.TabIndex = 409;
     this.txt_numop01.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_numop01_KeyDown);
     this.txt_numop01.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_numop01_MouseDown);
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(120, 13);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(37, 13);
     this.labelControl7.TabIndex = 410;
     this.labelControl7.Text = "Número";
     //
     // cmb_serie01
     //
     this.cmb_serie01.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_serie01.Enabled = false;
     this.cmb_serie01.FormattingEnabled = true;
     this.cmb_serie01.Location = new System.Drawing.Point(58, 31);
     this.cmb_serie01.Name = "cmb_serie01";
     this.cmb_serie01.Size = new System.Drawing.Size(52, 21);
     this.cmb_serie01.TabIndex = 204;
     this.cmb_serie01.SelectedIndexChanged += new System.EventHandler(this.cmb_serie01_SelectedIndexChanged);
     //
     // chk_serie01
     //
     this.chk_serie01.Cursor = System.Windows.Forms.Cursors.Hand;
     this.chk_serie01.Location = new System.Drawing.Point(64, 7);
     this.chk_serie01.Name = "chk_serie01";
     this.chk_serie01.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.5F);
     this.chk_serie01.Properties.Appearance.Options.UseFont = true;
     this.chk_serie01.Properties.Caption = "Serie";
     this.chk_serie01.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.chk_serie01.Size = new System.Drawing.Size(50, 19);
     this.chk_serie01.TabIndex = 403;
     this.chk_serie01.CheckedChanged += new System.EventHandler(this.chk_serie01_CheckedChanged);
     //
     // styleManager2
     //
     this.styleManager2.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007VistaGlass;
     this.styleManager2.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154))))));
     //
     // Frm_orden_produccion
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(890, 560);
     this.Controls.Add(this.panelControl3);
     this.Controls.Add(this.lblbusqueda);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.txt_articname01);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_orden_produccion";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "» Frm_Orden de Producción";
     this.Load += new System.EventHandler(this.Frm_orden_produccion_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_orden_produccion_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.tab_01.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_ordenproduccion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenproduccion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).EndInit();
     this.tab_02.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco12.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco11.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco10.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco09.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco08.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco07.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco06.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco05.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco04.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco03.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco02.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_taco01.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
     this.panelControl5.ResumeLayout(false);
     this.panelControl5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodcolor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_grilla)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechfin.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechfin.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechini.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechini.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties)).EndInit();
     this.tab_03.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_edit2)).EndInit();
     this.pnl_edit2.ResumeLayout(false);
     this.pnl_edit2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechentrega03.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechentrega03.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechini03.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_fechini03.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_edit)).EndInit();
     this.pnl_edit.ResumeLayout(false);
     this.pnl_edit.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txt_secuencia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodfase)).EndInit();
     this.tab_04.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
     this.panelControl6.ResumeLayout(false);
     this.panelControl6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txt_ltizado.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_tolerancia.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_numpanos.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_prendpanos.Properties)).EndInit();
     this.xtraScrollableControl1.ResumeLayout(false);
     this.xtraScrollableControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_consumoreal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_calconsumo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_edit2Ma)).EndInit();
     this.pnl_edit2Ma.ResumeLayout(false);
     this.pnl_edit2Ma.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_editMa)).EndInit();
     this.pnl_editMa.ResumeLayout(false);
     this.pnl_editMa.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodtela)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_estado01.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_linea01.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_marca01.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.panelControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_serie01.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     this.linetitle = new DevComponents.DotNetBar.Controls.Line();
     this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
     this.panelMain = new System.Windows.Forms.Panel();
     this.line1 = new DevComponents.DotNetBar.Controls.Line();
     this.picLogo = new System.Windows.Forms.PictureBox();
     this.BtnTable = new System.Windows.Forms.PictureBox();
     this.BtnOrders = new System.Windows.Forms.PictureBox();
     this.BtnCashier = new System.Windows.Forms.PictureBox();
     this.BtnBooking = new System.Windows.Forms.PictureBox();
     this.BtnMember = new System.Windows.Forms.PictureBox();
     this.BtnClass = new System.Windows.Forms.PictureBox();
     this.BtnQuery = new System.Windows.Forms.PictureBox();
     this.BtnOrderName = new System.Windows.Forms.PictureBox();
     this.BtnWarehouse = new System.Windows.Forms.PictureBox();
     this.BtnReport = new System.Windows.Forms.PictureBox();
     this.BtnSetting = new System.Windows.Forms.PictureBox();
     this.Btn100 = new System.Windows.Forms.PictureBox();
     this.panelOrders = new System.Windows.Forms.Panel();
     this.BtnFp = new System.Windows.Forms.PictureBox();
     this.Btn_Lock = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnTable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnOrders)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnCashier)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnBooking)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnMember)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnClass)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnQuery)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnOrderName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnWarehouse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnSetting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Btn100)).BeginInit();
     this.panelOrders.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BtnFp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Btn_Lock)).BeginInit();
     this.SuspendLayout();
     //
     // linetitle
     //
     this.linetitle.Location = new System.Drawing.Point(0, 0);
     this.linetitle.Name = "linetitle";
     this.linetitle.Size = new System.Drawing.Size(0, 0);
     this.linetitle.TabIndex = 15;
     //
     // superTabControl1
     //
     this.superTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.superTabControl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.superTabControl1.CloseButtonOnTabsVisible = true;
     //
     //
     //
     //
     //
     //
     this.superTabControl1.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.superTabControl1.ControlBox.MenuBox.Name = "";
     this.superTabControl1.ControlBox.Name = "";
     this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.superTabControl1.ControlBox.MenuBox,
     this.superTabControl1.ControlBox.CloseBox});
     this.superTabControl1.ForeColor = System.Drawing.Color.Black;
     this.superTabControl1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.superTabControl1.Location = new System.Drawing.Point(0, 183);
     this.superTabControl1.Name = "superTabControl1";
     this.superTabControl1.ReorderTabsEnabled = true;
     this.superTabControl1.SelectedTabFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.superTabControl1.SelectedTabIndex = -1;
     this.superTabControl1.Size = new System.Drawing.Size(550, 362);
     this.superTabControl1.TabFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.superTabControl1.TabHorizontalSpacing = 1;
     this.superTabControl1.TabIndex = 0;
     this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.VisualStudio2008Dock;
     this.superTabControl1.TabVerticalSpacing = 1;
     this.superTabControl1.TextAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
     //
     // panelMain
     //
     this.panelMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panelMain.Location = new System.Drawing.Point(0, 74);
     this.panelMain.Name = "panelMain";
     this.panelMain.Size = new System.Drawing.Size(1286, 496);
     this.panelMain.TabIndex = 14;
     //
     // line1
     //
     this.line1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.line1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.line1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(117)))), ((int)(((byte)(73)))));
     this.line1.Location = new System.Drawing.Point(0, 62);
     this.line1.Name = "line1";
     this.line1.Size = new System.Drawing.Size(1289, 18);
     this.line1.TabIndex = 16;
     this.line1.Text = "line1";
     this.line1.Thickness = 2;
     //
     // picLogo
     //
     this.picLogo.Image = ((System.Drawing.Image)(resources.GetObject("picLogo.Image")));
     this.picLogo.Location = new System.Drawing.Point(56, 12);
     this.picLogo.Name = "picLogo";
     this.picLogo.Size = new System.Drawing.Size(259, 42);
     this.picLogo.TabIndex = 10;
     this.picLogo.TabStop = false;
     //
     // BtnTable
     //
     this.BtnTable.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnTable.Location = new System.Drawing.Point(9, 0);
     this.BtnTable.Name = "BtnTable";
     this.BtnTable.Size = new System.Drawing.Size(56, 69);
     this.BtnTable.TabIndex = 18;
     this.BtnTable.TabStop = false;
     this.BtnTable.Click += new System.EventHandler(this.BtnTable_Click);
     //
     // BtnOrders
     //
     this.BtnOrders.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnOrders.Location = new System.Drawing.Point(73, 0);
     this.BtnOrders.Name = "BtnOrders";
     this.BtnOrders.Size = new System.Drawing.Size(56, 69);
     this.BtnOrders.TabIndex = 19;
     this.BtnOrders.TabStop = false;
     this.BtnOrders.Click += new System.EventHandler(this.BtnOrders_Click);
     //
     // BtnCashier
     //
     this.BtnCashier.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnCashier.Location = new System.Drawing.Point(137, 0);
     this.BtnCashier.Name = "BtnCashier";
     this.BtnCashier.Size = new System.Drawing.Size(56, 69);
     this.BtnCashier.TabIndex = 20;
     this.BtnCashier.TabStop = false;
     this.BtnCashier.Click += new System.EventHandler(this.BtnCashier_Click);
     //
     // BtnBooking
     //
     this.BtnBooking.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnBooking.Location = new System.Drawing.Point(201, 0);
     this.BtnBooking.Name = "BtnBooking";
     this.BtnBooking.Size = new System.Drawing.Size(56, 69);
     this.BtnBooking.TabIndex = 21;
     this.BtnBooking.TabStop = false;
     this.BtnBooking.Click += new System.EventHandler(this.BtnBooking_Click);
     //
     // BtnMember
     //
     this.BtnMember.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnMember.Location = new System.Drawing.Point(265, 0);
     this.BtnMember.Name = "BtnMember";
     this.BtnMember.Size = new System.Drawing.Size(56, 69);
     this.BtnMember.TabIndex = 22;
     this.BtnMember.TabStop = false;
     this.BtnMember.Click += new System.EventHandler(this.BtnMember_Click);
     //
     // BtnClass
     //
     this.BtnClass.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnClass.Location = new System.Drawing.Point(329, 0);
     this.BtnClass.Name = "BtnClass";
     this.BtnClass.Size = new System.Drawing.Size(56, 69);
     this.BtnClass.TabIndex = 23;
     this.BtnClass.TabStop = false;
     this.BtnClass.Click += new System.EventHandler(this.BtnClass_Click);
     //
     // BtnQuery
     //
     this.BtnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnQuery.Location = new System.Drawing.Point(393, 0);
     this.BtnQuery.Name = "BtnQuery";
     this.BtnQuery.Size = new System.Drawing.Size(56, 69);
     this.BtnQuery.TabIndex = 24;
     this.BtnQuery.TabStop = false;
     this.BtnQuery.Click += new System.EventHandler(this.BtnQuery_Click);
     //
     // BtnOrderName
     //
     this.BtnOrderName.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnOrderName.Location = new System.Drawing.Point(457, 0);
     this.BtnOrderName.Name = "BtnOrderName";
     this.BtnOrderName.Size = new System.Drawing.Size(56, 69);
     this.BtnOrderName.TabIndex = 25;
     this.BtnOrderName.TabStop = false;
     this.BtnOrderName.Click += new System.EventHandler(this.BtnOrderName_Click);
     //
     // BtnWarehouse
     //
     this.BtnWarehouse.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnWarehouse.Location = new System.Drawing.Point(521, 0);
     this.BtnWarehouse.Name = "BtnWarehouse";
     this.BtnWarehouse.Size = new System.Drawing.Size(56, 69);
     this.BtnWarehouse.TabIndex = 26;
     this.BtnWarehouse.TabStop = false;
     this.BtnWarehouse.Click += new System.EventHandler(this.BtnWarehouse_Click);
     //
     // BtnReport
     //
     this.BtnReport.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnReport.Location = new System.Drawing.Point(585, 0);
     this.BtnReport.Name = "BtnReport";
     this.BtnReport.Size = new System.Drawing.Size(56, 69);
     this.BtnReport.TabIndex = 28;
     this.BtnReport.TabStop = false;
     this.BtnReport.Click += new System.EventHandler(this.BtnReport_Click);
     //
     // BtnSetting
     //
     this.BtnSetting.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnSetting.Location = new System.Drawing.Point(649, 0);
     this.BtnSetting.Name = "BtnSetting";
     this.BtnSetting.Size = new System.Drawing.Size(56, 69);
     this.BtnSetting.TabIndex = 29;
     this.BtnSetting.TabStop = false;
     this.BtnSetting.Click += new System.EventHandler(this.BtnSetting_Click);
     //
     // Btn100
     //
     this.Btn100.Cursor = System.Windows.Forms.Cursors.Hand;
     this.Btn100.Location = new System.Drawing.Point(713, 0);
     this.Btn100.Name = "Btn100";
     this.Btn100.Size = new System.Drawing.Size(56, 69);
     this.Btn100.TabIndex = 30;
     this.Btn100.TabStop = false;
     this.Btn100.Click += new System.EventHandler(this.Btn100_Click);
     //
     // panelOrders
     //
     this.panelOrders.Controls.Add(this.BtnFp);
     this.panelOrders.Controls.Add(this.Btn_Lock);
     this.panelOrders.Controls.Add(this.Btn100);
     this.panelOrders.Controls.Add(this.BtnSetting);
     this.panelOrders.Controls.Add(this.BtnReport);
     this.panelOrders.Controls.Add(this.BtnWarehouse);
     this.panelOrders.Controls.Add(this.BtnOrderName);
     this.panelOrders.Controls.Add(this.BtnQuery);
     this.panelOrders.Controls.Add(this.BtnClass);
     this.panelOrders.Controls.Add(this.BtnMember);
     this.panelOrders.Controls.Add(this.BtnBooking);
     this.panelOrders.Controls.Add(this.BtnCashier);
     this.panelOrders.Controls.Add(this.BtnOrders);
     this.panelOrders.Controls.Add(this.BtnTable);
     this.panelOrders.Location = new System.Drawing.Point(355, 1);
     this.panelOrders.Name = "panelOrders";
     this.panelOrders.Size = new System.Drawing.Size(920, 69);
     this.panelOrders.TabIndex = 13;
     //
     // BtnFp
     //
     this.BtnFp.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnFp.Location = new System.Drawing.Point(841, 0);
     this.BtnFp.Name = "BtnFp";
     this.BtnFp.Size = new System.Drawing.Size(56, 69);
     this.BtnFp.TabIndex = 32;
     this.BtnFp.TabStop = false;
     this.BtnFp.Click += new System.EventHandler(this.BtnFp_Click);
     //
     // Btn_Lock
     //
     this.Btn_Lock.Cursor = System.Windows.Forms.Cursors.Hand;
     this.Btn_Lock.Location = new System.Drawing.Point(777, 0);
     this.Btn_Lock.Name = "Btn_Lock";
     this.Btn_Lock.Size = new System.Drawing.Size(56, 69);
     this.Btn_Lock.TabIndex = 31;
     this.Btn_Lock.TabStop = false;
     this.Btn_Lock.Click += new System.EventHandler(this.Btn_Lock_Click);
     //
     // Main
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.AutoSize = true;
     this.BackColor = System.Drawing.Color.White;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize = new System.Drawing.Size(1287, 571);
     this.Controls.Add(this.panelMain);
     this.Controls.Add(this.panelOrders);
     this.Controls.Add(this.picLogo);
     this.Controls.Add(this.superTabControl1);
     this.Controls.Add(this.linetitle);
     this.Controls.Add(this.line1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "点菜100餐饮管理系统";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Main_Load);
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnTable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnOrders)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnCashier)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnBooking)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnMember)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnClass)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnQuery)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnOrderName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnWarehouse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnSetting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Btn100)).EndInit();
     this.panelOrders.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.BtnFp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Btn_Lock)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 5
0
 private void InitializeComponent()
 {
     System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("节点1");
     System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("节点2");
     System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("节点3");
     System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("C2C买卖管理", new System.Windows.Forms.TreeNode[] {
         treeNode1,
         treeNode2,
         treeNode3
     });
     System.Windows.Forms.TreeNode treeNode5  = new System.Windows.Forms.TreeNode("节点5");
     System.Windows.Forms.TreeNode treeNode6  = new System.Windows.Forms.TreeNode("节点6");
     System.Windows.Forms.TreeNode treeNode7  = new System.Windows.Forms.TreeNode("节点7");
     System.Windows.Forms.TreeNode treeNode8  = new System.Windows.Forms.TreeNode("节点8");
     System.Windows.Forms.TreeNode treeNode9  = new System.Windows.Forms.TreeNode("节点9");
     System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("节点10");
     System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("节点4", new System.Windows.Forms.TreeNode[] {
         treeNode5,
         treeNode6,
         treeNode7,
         treeNode8,
         treeNode9,
         treeNode10
     });
     this.statusStripDiv        = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.divMain             = new System.Windows.Forms.Panel();
     this.topDiv              = new DevComponents.DotNetBar.PanelEx();
     this.lineDiv             = new DevComponents.DotNetBar.Controls.Line();
     this.skinLabelName       = new xingwaWinFormUI.SkinControl.SkinLabel();
     this.symbolBox1          = new DevComponents.DotNetBar.Controls.SymbolBox();
     this.div                 = new System.Windows.Forms.Panel();
     this.panelEx3            = new DevComponents.DotNetBar.PanelEx();
     this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
     this.panelEx1            = new DevComponents.DotNetBar.PanelEx();
     this.panel1              = new System.Windows.Forms.Panel();
     this.treeView1           = new System.Windows.Forms.TreeView();
     this.statusStripDiv.SuspendLayout();
     this.divMain.SuspendLayout();
     this.topDiv.SuspendLayout();
     this.div.SuspendLayout();
     this.panelEx1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStripDiv
     //
     this.statusStripDiv.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStripDiv.Location = new System.Drawing.Point(3, 743);
     this.statusStripDiv.Name     = "statusStripDiv";
     this.statusStripDiv.Size     = new System.Drawing.Size(1018, 22);
     this.statusStripDiv.TabIndex = 0;
     this.statusStripDiv.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.BackColor = System.Drawing.Color.Transparent;
     this.toolStripStatusLabel1.Name      = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size      = new System.Drawing.Size(186, 17);
     this.toolStripStatusLabel1.Text      = "现在时间:2018-05-04 13:22:10";
     //
     // divMain
     //
     this.divMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.divMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(235)))), ((int)(((byte)(247)))));
     this.divMain.Controls.Add(this.div);
     this.divMain.Location = new System.Drawing.Point(1, 66);
     this.divMain.Name     = "divMain";
     this.divMain.Size     = new System.Drawing.Size(1022, 677);
     this.divMain.TabIndex = 1;
     //
     // topDiv
     //
     this.topDiv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.topDiv.CanvasColor      = System.Drawing.SystemColors.Control;
     this.topDiv.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
     this.topDiv.Controls.Add(this.lineDiv);
     this.topDiv.Controls.Add(this.skinLabelName);
     this.topDiv.Controls.Add(this.symbolBox1);
     this.topDiv.DisabledBackColor = System.Drawing.Color.Empty;
     this.topDiv.Location          = new System.Drawing.Point(2, 23);
     this.topDiv.Name                            = "topDiv";
     this.topDiv.Size                            = new System.Drawing.Size(1019, 46);
     this.topDiv.Style.Alignment                 = System.Drawing.StringAlignment.Center;
     this.topDiv.Style.BackColor1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(150)))), ((int)(((byte)(178)))));
     this.topDiv.Style.BackColor2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(206)))), ((int)(((byte)(219)))));
     this.topDiv.Style.BorderColor.Color         = System.Drawing.Color.Transparent;
     this.topDiv.Style.BorderWidth               = 0;
     this.topDiv.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.topDiv.Style.GradientAngle             = 90;
     this.topDiv.TabIndex                        = 2;
     this.topDiv.MouseDown                      += new System.Windows.Forms.MouseEventHandler(this.topDiv_MouseDown);
     //
     // lineDiv
     //
     this.lineDiv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lineDiv.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
     this.lineDiv.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(170)))), ((int)(((byte)(192)))));
     this.lineDiv.Location  = new System.Drawing.Point(-2, 41);
     this.lineDiv.Name      = "lineDiv";
     this.lineDiv.Size      = new System.Drawing.Size(1016, 3);
     this.lineDiv.TabIndex  = 3;
     //
     // skinLabelName
     //
     this.skinLabelName.AutoSize    = true;
     this.skinLabelName.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabelName.BorderColor = System.Drawing.Color.Transparent;
     this.skinLabelName.Font        = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabelName.ForeColor   = System.Drawing.Color.White;
     this.skinLabelName.Location    = new System.Drawing.Point(32, 7);
     this.skinLabelName.Name        = "skinLabelName";
     this.skinLabelName.Size        = new System.Drawing.Size(140, 17);
     this.skinLabelName.TabIndex    = 1;
     this.skinLabelName.Text        = "欢迎您:成都新交所张三";
     this.skinLabelName.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.skinLabelName_MouseDown);
     //
     // symbolBox1
     //
     this.symbolBox1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.symbolBox1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.symbolBox1.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.symbolBox1.Location    = new System.Drawing.Point(2, 5);
     this.symbolBox1.Name        = "symbolBox1";
     this.symbolBox1.Size        = new System.Drawing.Size(34, 23);
     this.symbolBox1.Symbol      = "";
     this.symbolBox1.SymbolColor = System.Drawing.Color.GhostWhite;
     this.symbolBox1.TabIndex    = 2;
     this.symbolBox1.Text        = "symbolBox1";
     //
     // div
     //
     this.div.Controls.Add(this.panelEx3);
     this.div.Controls.Add(this.expandableSplitter1);
     this.div.Controls.Add(this.panelEx1);
     this.div.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.div.Location = new System.Drawing.Point(0, 0);
     this.div.Name     = "div";
     this.div.Size     = new System.Drawing.Size(1022, 677);
     this.div.TabIndex = 1;
     //
     // panelEx3
     //
     this.panelEx3.DisabledBackColor = System.Drawing.Color.Empty;
     this.panelEx3.Dock                              = System.Windows.Forms.DockStyle.Fill;
     this.panelEx3.Location                          = new System.Drawing.Point(157, 0);
     this.panelEx3.Name                              = "panelEx3";
     this.panelEx3.Size                              = new System.Drawing.Size(865, 677);
     this.panelEx3.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.Color            = System.Drawing.Color.White;
     this.panelEx3.Style.BackColor2.Color            = System.Drawing.Color.White;
     this.panelEx3.Style.BackgroundImagePosition     = DevComponents.DotNetBar.eBackgroundImagePosition.Tile;
     this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelEx3.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelEx3.Style.GradientAngle               = 90;
     this.panelEx3.TabIndex                          = 2;
     this.panelEx3.Text                              = "Fill Panel";
     //
     // expandableSplitter1
     //
     this.expandableSplitter1.BackColor                    = System.Drawing.SystemColors.ControlLight;
     this.expandableSplitter1.BackColor2                   = System.Drawing.Color.Empty;
     this.expandableSplitter1.BackColor2SchemePart         = DevComponents.DotNetBar.eColorSchemePart.None;
     this.expandableSplitter1.BackColorSchemePart          = DevComponents.DotNetBar.eColorSchemePart.None;
     this.expandableSplitter1.ExpandableControl            = this.panelEx1;
     this.expandableSplitter1.ExpandFillColor              = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(181)))), ((int)(((byte)(226)))));
     this.expandableSplitter1.ExpandFillColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
     this.expandableSplitter1.ExpandLineColor              = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(111)))));
     this.expandableSplitter1.ExpandLineColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder;
     this.expandableSplitter1.ForeColor                    = System.Drawing.Color.Black;
     this.expandableSplitter1.GripDarkColor                = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(111)))));
     this.expandableSplitter1.GripDarkColorSchemePart      = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder;
     this.expandableSplitter1.GripLightColor               = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(249)))));
     this.expandableSplitter1.GripLightColorSchemePart     = DevComponents.DotNetBar.eColorSchemePart.MenuBackground;
     this.expandableSplitter1.HotBackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(230)))), ((int)(((byte)(232)))));
     this.expandableSplitter1.HotBackColor2                = System.Drawing.Color.Empty;
     this.expandableSplitter1.HotBackColor2SchemePart      = DevComponents.DotNetBar.eColorSchemePart.None;
     this.expandableSplitter1.HotBackColorSchemePart       = DevComponents.DotNetBar.eColorSchemePart.ItemCheckedBackground;
     this.expandableSplitter1.HotExpandFillColor           = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(181)))), ((int)(((byte)(226)))));
     this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
     this.expandableSplitter1.HotExpandLineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(111)))));
     this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder;
     this.expandableSplitter1.HotGripDarkColor             = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(111)))));
     this.expandableSplitter1.HotGripDarkColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder;
     this.expandableSplitter1.HotGripLightColor            = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(249)))));
     this.expandableSplitter1.HotGripLightColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.MenuBackground;
     this.expandableSplitter1.Location = new System.Drawing.Point(152, 0);
     this.expandableSplitter1.MinExtra = 10;
     this.expandableSplitter1.MinSize  = 5;
     this.expandableSplitter1.Name     = "expandableSplitter1";
     this.expandableSplitter1.Size     = new System.Drawing.Size(5, 677);
     this.expandableSplitter1.Style    = DevComponents.DotNetBar.eSplitterStyle.Mozilla;
     this.expandableSplitter1.TabIndex = 400;
     this.expandableSplitter1.TabStop  = false;
     //
     // panelEx1
     //
     this.panelEx1.Controls.Add(this.panel1);
     this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
     this.panelEx1.Dock                              = System.Windows.Forms.DockStyle.Left;
     this.panelEx1.Location                          = new System.Drawing.Point(0, 0);
     this.panelEx1.Name                              = "panelEx1";
     this.panelEx1.Size                              = new System.Drawing.Size(152, 677);
     this.panelEx1.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color            = System.Drawing.Color.White;
     this.panelEx1.Style.BackColor2.Color            = System.Drawing.Color.White;
     this.panelEx1.Style.BackgroundImagePosition     = DevComponents.DotNetBar.eBackgroundImagePosition.Tile;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelEx1.Style.GradientAngle               = 90;
     this.panelEx1.Style.WordWrap                    = true;
     this.panelEx1.TabIndex                          = 0;
     this.panelEx1.Text                              = "Click to collapse12";
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.treeView1);
     this.panel1.Location = new System.Drawing.Point(3, 7);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(146, 667);
     this.panel1.TabIndex = 0;
     //
     // treeView1
     //
     this.treeView1.BackColor   = System.Drawing.Color.White;
     this.treeView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.treeView1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.treeView1.Location    = new System.Drawing.Point(0, 0);
     this.treeView1.Name        = "treeView1";
     treeNode1.Name             = "节点1";
     treeNode1.Text             = "节点1";
     treeNode2.Name             = "节点2";
     treeNode2.Text             = "节点2";
     treeNode3.Name             = "节点3";
     treeNode3.Text             = "节点3";
     treeNode4.Name             = "节点0";
     treeNode4.Text             = "C2C买卖管理";
     treeNode5.Name             = "节点5";
     treeNode5.Text             = "节点5";
     treeNode6.Name             = "节点6";
     treeNode6.Text             = "节点6";
     treeNode7.Name             = "节点7";
     treeNode7.Text             = "节点7";
     treeNode8.Name             = "节点8";
     treeNode8.Text             = "节点8";
     treeNode9.Name             = "节点9";
     treeNode9.Text             = "节点9";
     treeNode10.Name            = "节点10";
     treeNode10.Text            = "节点10";
     treeNode11.Name            = "节点4";
     treeNode11.Text            = "节点4";
     this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode4,
         treeNode11
     });
     this.treeView1.ShowNodeToolTips = true;
     this.treeView1.Size             = new System.Drawing.Size(146, 667);
     this.treeView1.TabIndex         = 1;
     //
     // backend
     //
     this.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(150)))), ((int)(((byte)(178)))));
     this.ClientSize = new System.Drawing.Size(1024, 768);
     this.Controls.Add(this.topDiv);
     this.Controls.Add(this.divMain);
     this.Controls.Add(this.statusStripDiv);
     this.Name          = "backend";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "测试系统";
     this.statusStripDiv.ResumeLayout(false);
     this.statusStripDiv.PerformLayout();
     this.divMain.ResumeLayout(false);
     this.topDiv.ResumeLayout(false);
     this.topDiv.PerformLayout();
     this.div.ResumeLayout(false);
     this.panelEx1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }