/// <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();
     System.Windows.Forms.ErrorProvider errorProvider;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AsignacionClaseControl));
     DevComponents.DotNetBar.Validator.Highlighter highlighter;
     DevComponents.DotNetBar.Validator.CompareValidator compareDateTimeFinValidator;
     DevComponents.DotNetBar.Validator.CompareValidator compareDateTimeInicioValidator;
     this.dateTimeInputInicio = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.dateTimeInputFin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelFin = new DevComponents.DotNetBar.LabelX();
     this.labelInicio = new DevComponents.DotNetBar.LabelX();
     this.labelAsignatura = new DevComponents.DotNetBar.LabelX();
     this.comboBoxAsignatura = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxGrupo = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelGrupo = new DevComponents.DotNetBar.LabelX();
     this.labelDuracion = new DevComponents.DotNetBar.LabelX();
     this.textBoxDuracion = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelTitulo = new DevComponents.DotNetBar.LabelX();
     this.labelLugar = new DevComponents.DotNetBar.LabelX();
     this.comboBoxLugar = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.superValidator = new DevComponents.DotNetBar.Validator.SuperValidator();
     this.customValidator_Asignatura_Exists = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.requiredFieldGrupo = new DevComponents.DotNetBar.Validator.RequiredFieldValidator("Es requerido seleccionar un grupo");
     this.textBoxDocente = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelDocente = new DevComponents.DotNetBar.LabelX();
     errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     highlighter = new DevComponents.DotNetBar.Validator.Highlighter();
     compareDateTimeFinValidator = new DevComponents.DotNetBar.Validator.CompareValidator();
     compareDateTimeInicioValidator = new DevComponents.DotNetBar.Validator.CompareValidator();
     ((System.ComponentModel.ISupportInitialize)(errorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).BeginInit();
     this.SuspendLayout();
     //
     // errorProvider
     //
     errorProvider.ContainerControl = this;
     errorProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider.Icon")));
     //
     // highlighter
     //
     highlighter.ContainerControl = this;
     highlighter.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // compareDateTimeFinValidator
     //
     compareDateTimeFinValidator.ControlToCompare = this.dateTimeInputInicio;
     compareDateTimeFinValidator.ControlToCompareValuePropertyName = "Value";
     compareDateTimeFinValidator.ErrorMessage = "La fecha y hora de finalizacion debe de ser mayor que la de inicio";
     compareDateTimeFinValidator.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     compareDateTimeFinValidator.Operator = DevComponents.DotNetBar.Validator.eValidationCompareOperator.GreaterThan;
     compareDateTimeFinValidator.ValuePropertyName = "Value";
     compareDateTimeFinValidator.ValueToCompare = "Value";
     //
     // dateTimeInputInicio
     //
     this.dateTimeInputInicio.AllowEmptyState = false;
     //
     //
     //
     this.dateTimeInputInicio.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputInicio.ButtonDropDown.Visible = true;
     this.dateTimeInputInicio.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputInicio.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputInicio.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInputInicio.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputInicio.IsPopupCalendarOpen = false;
     this.dateTimeInputInicio.Location = new System.Drawing.Point(10, 85);
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputInicio.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputInicio.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputInicio.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputInicio.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputInicio.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputInicio.Name = "dateTimeInputInicio";
     this.dateTimeInputInicio.ShowUpDown = true;
     this.dateTimeInputInicio.Size = new System.Drawing.Size(200, 22);
     this.dateTimeInputInicio.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputInicio.TabIndex = 31;
     this.superValidator.SetValidator1(this.dateTimeInputInicio, compareDateTimeInicioValidator);
     this.dateTimeInputInicio.Value = new System.DateTime(2012, 10, 29, 4, 53, 31, 0);
     this.dateTimeInputInicio.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // compareDateTimeInicioValidator
     //
     compareDateTimeInicioValidator.ControlToCompare = this.dateTimeInputFin;
     compareDateTimeInicioValidator.ControlToCompareValuePropertyName = "Value";
     compareDateTimeInicioValidator.ErrorMessage = "La fecha y hora de incio debe de ser mayor que la de finalizacion";
     compareDateTimeInicioValidator.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     compareDateTimeInicioValidator.Operator = DevComponents.DotNetBar.Validator.eValidationCompareOperator.LessThan;
     compareDateTimeInicioValidator.ValuePropertyName = "Value";
     compareDateTimeInicioValidator.ValueToCompare = "Value";
     //
     // dateTimeInputFin
     //
     this.dateTimeInputFin.AllowEmptyState = false;
     //
     //
     //
     this.dateTimeInputFin.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputFin.ButtonDropDown.Visible = true;
     this.dateTimeInputFin.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputFin.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputFin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInputFin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputFin.IsPopupCalendarOpen = false;
     this.dateTimeInputFin.Location = new System.Drawing.Point(10, 138);
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputFin.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputFin.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputFin.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputFin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputFin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputFin.Name = "dateTimeInputFin";
     this.dateTimeInputFin.ShowUpDown = true;
     this.dateTimeInputFin.Size = new System.Drawing.Size(200, 22);
     this.dateTimeInputFin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputFin.TabIndex = 33;
     this.superValidator.SetValidator1(this.dateTimeInputFin, compareDateTimeFinValidator);
     this.dateTimeInputFin.Value = new System.DateTime(2012, 10, 29, 5, 53, 0, 0);
     this.dateTimeInputFin.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // labelFin
     //
     //
     //
     //
     this.labelFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelFin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelFin.Location = new System.Drawing.Point(10, 111);
     this.labelFin.Name = "labelFin";
     this.labelFin.Size = new System.Drawing.Size(75, 23);
     this.labelFin.TabIndex = 32;
     this.labelFin.Text = "Fin:";
     //
     // labelInicio
     //
     //
     //
     //
     this.labelInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelInicio.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelInicio.Location = new System.Drawing.Point(10, 56);
     this.labelInicio.Name = "labelInicio";
     this.labelInicio.Size = new System.Drawing.Size(75, 23);
     this.labelInicio.TabIndex = 30;
     this.labelInicio.Text = "Inicio:";
     //
     // labelAsignatura
     //
     //
     //
     //
     this.labelAsignatura.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelAsignatura.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelAsignatura.Location = new System.Drawing.Point(10, 280);
     this.labelAsignatura.Name = "labelAsignatura";
     this.labelAsignatura.Size = new System.Drawing.Size(93, 23);
     this.labelAsignatura.TabIndex = 35;
     this.labelAsignatura.Text = "Asignatura:";
     //
     // comboBoxAsignatura
     //
     this.comboBoxAsignatura.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBoxAsignatura.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBoxAsignatura.DisplayMember = "Text";
     this.comboBoxAsignatura.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxAsignatura.DropDownWidth = 350;
     this.comboBoxAsignatura.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxAsignatura.FormattingEnabled = true;
     this.comboBoxAsignatura.ItemHeight = 16;
     this.comboBoxAsignatura.Location = new System.Drawing.Point(10, 309);
     this.comboBoxAsignatura.Name = "comboBoxAsignatura";
     this.comboBoxAsignatura.Size = new System.Drawing.Size(200, 22);
     this.comboBoxAsignatura.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxAsignatura.TabIndex = 36;
     this.superValidator.SetValidator1(this.comboBoxAsignatura, this.customValidator_Asignatura_Exists);
     this.comboBoxAsignatura.SelectedIndexChanged += new System.EventHandler(this.comboBoxAsignatura_SelectedIndexChanged);
     this.comboBoxAsignatura.Leave += new System.EventHandler(this.comboBoxAsignatura_Leave);
     //
     // comboBoxGrupo
     //
     this.comboBoxGrupo.DisplayMember = "Text";
     this.comboBoxGrupo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxGrupo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxGrupo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxGrupo.FormattingEnabled = true;
     this.comboBoxGrupo.ItemHeight = 16;
     this.comboBoxGrupo.Location = new System.Drawing.Point(10, 364);
     this.comboBoxGrupo.Name = "comboBoxGrupo";
     this.comboBoxGrupo.Size = new System.Drawing.Size(75, 22);
     this.comboBoxGrupo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxGrupo.TabIndex = 38;
     this.superValidator.SetValidator1(this.comboBoxGrupo, this.requiredFieldGrupo);
     this.comboBoxGrupo.SelectedIndexChanged += new System.EventHandler(this.comboBoxGrupo_SelectedIndexChanged);
     //
     // labelGrupo
     //
     //
     //
     //
     this.labelGrupo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelGrupo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelGrupo.Location = new System.Drawing.Point(10, 335);
     this.labelGrupo.Name = "labelGrupo";
     this.labelGrupo.Size = new System.Drawing.Size(75, 23);
     this.labelGrupo.TabIndex = 37;
     this.labelGrupo.Text = "Grupo:";
     //
     // labelDuracion
     //
     //
     //
     //
     this.labelDuracion.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelDuracion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelDuracion.Location = new System.Drawing.Point(10, 166);
     this.labelDuracion.Name = "labelDuracion";
     this.labelDuracion.Size = new System.Drawing.Size(93, 23);
     this.labelDuracion.TabIndex = 39;
     this.labelDuracion.Text = "Duracion:";
     //
     // textBoxDuracion
     //
     //
     //
     //
     this.textBoxDuracion.Border.Class = "TextBoxBorder";
     this.textBoxDuracion.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxDuracion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxDuracion.Location = new System.Drawing.Point(10, 195);
     this.textBoxDuracion.Name = "textBoxDuracion";
     this.textBoxDuracion.ReadOnly = true;
     this.textBoxDuracion.Size = new System.Drawing.Size(200, 22);
     this.textBoxDuracion.TabIndex = 40;
     this.textBoxDuracion.Text = "Invalido";
     //
     // labelTitulo
     //
     //
     //
     //
     this.labelTitulo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelTitulo.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTitulo.ForeColor = System.Drawing.Color.DarkBlue;
     this.labelTitulo.Location = new System.Drawing.Point(10, 3);
     this.labelTitulo.Name = "labelTitulo";
     this.labelTitulo.Size = new System.Drawing.Size(200, 47);
     this.labelTitulo.TabIndex = 41;
     this.labelTitulo.Text = "Asignación de Clase";
     //
     // labelLugar
     //
     //
     //
     //
     this.labelLugar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelLugar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelLugar.Location = new System.Drawing.Point(10, 223);
     this.labelLugar.Name = "labelLugar";
     this.labelLugar.Size = new System.Drawing.Size(75, 23);
     this.labelLugar.TabIndex = 42;
     this.labelLugar.Text = "Lugar:";
     //
     // comboBoxLugar
     //
     this.comboBoxLugar.DisplayMember = "Text";
     this.comboBoxLugar.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxLugar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxLugar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxLugar.FormattingEnabled = true;
     this.comboBoxLugar.ItemHeight = 16;
     this.comboBoxLugar.Location = new System.Drawing.Point(10, 252);
     this.comboBoxLugar.Name = "comboBoxLugar";
     this.comboBoxLugar.Size = new System.Drawing.Size(200, 22);
     this.comboBoxLugar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxLugar.TabIndex = 43;
     //
     // superValidator
     //
     this.superValidator.ContainerControl = this;
     this.superValidator.ErrorProvider = errorProvider;
     this.superValidator.Highlighter = highlighter;
     this.superValidator.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // customValidator_Asignatura_Exists
     //
     this.customValidator_Asignatura_Exists.ErrorMessage = "Asignatura Invalida.";
     this.customValidator_Asignatura_Exists.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidator_Asignatura_Exists.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidator_Asignatura_Exists_ValidateValue);
     //
     // requiredFieldGrupo
     //
     this.requiredFieldGrupo.ErrorMessage = "Es requerido seleccionar un grupo";
     this.requiredFieldGrupo.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.requiredFieldGrupo.ValuePropertyName = "SelectedItem";
     //
     // textBoxDocente
     //
     //
     //
     //
     this.textBoxDocente.Border.Class = "TextBoxBorder";
     this.textBoxDocente.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxDocente.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxDocente.Location = new System.Drawing.Point(10, 421);
     this.textBoxDocente.Name = "textBoxDocente";
     this.textBoxDocente.ReadOnly = true;
     this.textBoxDocente.Size = new System.Drawing.Size(200, 22);
     this.textBoxDocente.TabIndex = 47;
     //
     // labelDocente
     //
     //
     //
     //
     this.labelDocente.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelDocente.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelDocente.Location = new System.Drawing.Point(10, 392);
     this.labelDocente.Name = "labelDocente";
     this.labelDocente.Size = new System.Drawing.Size(75, 23);
     this.labelDocente.TabIndex = 46;
     this.labelDocente.Text = "Docente:";
     //
     // AsignacionClaseControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.Controls.Add(this.textBoxDocente);
     this.Controls.Add(this.labelDocente);
     this.Controls.Add(this.comboBoxLugar);
     this.Controls.Add(this.labelLugar);
     this.Controls.Add(this.labelTitulo);
     this.Controls.Add(this.textBoxDuracion);
     this.Controls.Add(this.labelDuracion);
     this.Controls.Add(this.comboBoxGrupo);
     this.Controls.Add(this.labelGrupo);
     this.Controls.Add(this.comboBoxAsignatura);
     this.Controls.Add(this.labelAsignatura);
     this.Controls.Add(this.dateTimeInputFin);
     this.Controls.Add(this.labelFin);
     this.Controls.Add(this.dateTimeInputInicio);
     this.Controls.Add(this.labelInicio);
     this.Name = "AsignacionClaseControl";
     this.Size = new System.Drawing.Size(219, 466);
     ((System.ComponentModel.ISupportInitialize)(errorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).EndInit();
     this.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();
     DevComponents.DotNetBar.Rendering.SuperTabPanelColorTable superTabPanelColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabPanelColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable superTabPanelItemColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable superTabPanelItemColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AsignacionMultipleControl));
     DevComponents.DotNetBar.Rendering.SuperTabPanelColorTable superTabPanelColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabPanelColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable superTabPanelItemColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabPanelItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelTiempo = new DevComponents.DotNetBar.LabelX();
     this.buttonAdd = new DevComponents.DotNetBar.ButtonX();
     this.checkBoxDomingo = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxSabado = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxViernes = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxJueves = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxMiercoles = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxMartes = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxLunes = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxRepetir = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.dateTimeInputFin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelFin = new DevComponents.DotNetBar.LabelX();
     this.dateTimeInputInicio = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelInicio = new DevComponents.DotNetBar.LabelX();
     this.buttonLimpiar = new DevComponents.DotNetBar.ButtonX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.radioButtonRepeticiones = new System.Windows.Forms.RadioButton();
     this.radioButtonFecha = new System.Windows.Forms.RadioButton();
     this.integerInputRepeticiones = new DevComponents.Editors.IntegerInput();
     this.dateTimeInputFinRepeticiones = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelSesiones = new DevComponents.DotNetBar.LabelX();
     this.superTabControlAsignacion = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.comboBoxCliente = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelCliente = new DevComponents.DotNetBar.LabelX();
     this.buttonEdit = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.textBoxObservaciones = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelTipoUso = new DevComponents.DotNetBar.LabelX();
     this.labelObservaciones = new DevComponents.DotNetBar.LabelX();
     this.comboBoxTipoUso = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.superTabItemOtro = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanelAsignacion = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.textBoxDocente = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelGrupo = new DevComponents.DotNetBar.LabelX();
     this.labelAsignatura = new DevComponents.DotNetBar.LabelX();
     this.comboBoxGrupo = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxAsignatura = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.superTabItemClase = new DevComponents.DotNetBar.SuperTabItem();
     this.labelAsignacion = new DevComponents.DotNetBar.LabelX();
     this.comboBoxAsignacion = new System.Windows.Forms.ComboBox();
     this.dataGridViewFechas = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.ColumnAula = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnDia = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnInicio = new DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn();
     this.ColumnFin = new DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn();
     this.ColumnDuracion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnSerie = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.superValidator = new DevComponents.DotNetBar.Validator.SuperValidator();
     this.customValidatorDiasSeleccionados = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.compareValidatorDateTimeInputFin = new DevComponents.DotNetBar.Validator.CompareValidator();
     this.customValidatorDateTimeInputFinRepeticiones = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.customValidator_Cliente_Exists = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.customValidatorValidateGrupo = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.customValidator_Asignatura_Exists = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     this.highlighter = new DevComponents.DotNetBar.Validator.Highlighter();
     this.comboBoxAula = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelAula = new DevComponents.DotNetBar.LabelX();
     this.checkBoxAgruparSerie = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.textBoxTituloSerie = new DevComponents.DotNetBar.Controls.TextBoxX();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputRepeticiones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFinRepeticiones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControlAsignacion)).BeginInit();
     this.superTabControlAsignacion.SuspendLayout();
     this.superTabControlPanel2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.superTabControlPanelAsignacion.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFechas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // dateTimeInput1
     //
     //
     //
     //
     this.dateTimeInput1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput1.ButtonDropDown.Visible = true;
     this.dateTimeInput1.IsPopupCalendarOpen = false;
     this.dateTimeInput1.Location = new System.Drawing.Point(60, 30);
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInput1.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInput1.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput1.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput1.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput1.Name = "dateTimeInput1";
     this.dateTimeInput1.Size = new System.Drawing.Size(80, 20);
     this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput1.TabIndex = 10000;
     //
     // labelTiempo
     //
     //
     //
     //
     this.labelTiempo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelTiempo.Location = new System.Drawing.Point(10, 142);
     this.labelTiempo.Name = "labelTiempo";
     this.labelTiempo.Size = new System.Drawing.Size(200, 23);
     this.labelTiempo.TabIndex = 31;
     this.labelTiempo.Text = "Duración: 0";
     //
     // buttonAdd
     //
     this.buttonAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonAdd.Location = new System.Drawing.Point(10, 310);
     this.buttonAdd.Name = "buttonAdd";
     this.buttonAdd.Size = new System.Drawing.Size(75, 23);
     this.buttonAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonAdd.TabIndex = 30;
     this.buttonAdd.Text = "Añadir";
     this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
     //
     // checkBoxDomingo
     //
     //
     //
     //
     this.checkBoxDomingo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxDomingo.Enabled = false;
     this.checkBoxDomingo.Location = new System.Drawing.Point(226, 200);
     this.checkBoxDomingo.Name = "checkBoxDomingo";
     this.checkBoxDomingo.Size = new System.Drawing.Size(30, 23);
     this.checkBoxDomingo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxDomingo.TabIndex = 28;
     this.checkBoxDomingo.Text = "D";
     //
     // checkBoxSabado
     //
     //
     //
     //
     this.checkBoxSabado.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxSabado.Enabled = false;
     this.checkBoxSabado.Location = new System.Drawing.Point(190, 200);
     this.checkBoxSabado.Name = "checkBoxSabado";
     this.checkBoxSabado.Size = new System.Drawing.Size(30, 23);
     this.checkBoxSabado.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxSabado.TabIndex = 27;
     this.checkBoxSabado.Text = "S";
     //
     // checkBoxViernes
     //
     //
     //
     //
     this.checkBoxViernes.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxViernes.Enabled = false;
     this.checkBoxViernes.Location = new System.Drawing.Point(154, 200);
     this.checkBoxViernes.Name = "checkBoxViernes";
     this.checkBoxViernes.Size = new System.Drawing.Size(30, 23);
     this.checkBoxViernes.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxViernes.TabIndex = 26;
     this.checkBoxViernes.Text = "V";
     //
     // checkBoxJueves
     //
     //
     //
     //
     this.checkBoxJueves.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxJueves.Enabled = false;
     this.checkBoxJueves.Location = new System.Drawing.Point(118, 200);
     this.checkBoxJueves.Name = "checkBoxJueves";
     this.checkBoxJueves.Size = new System.Drawing.Size(30, 23);
     this.checkBoxJueves.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxJueves.TabIndex = 25;
     this.checkBoxJueves.Text = "J";
     //
     // checkBoxMiercoles
     //
     //
     //
     //
     this.checkBoxMiercoles.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxMiercoles.Enabled = false;
     this.checkBoxMiercoles.Location = new System.Drawing.Point(82, 200);
     this.checkBoxMiercoles.Name = "checkBoxMiercoles";
     this.checkBoxMiercoles.Size = new System.Drawing.Size(30, 23);
     this.checkBoxMiercoles.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxMiercoles.TabIndex = 24;
     this.checkBoxMiercoles.Text = "X";
     //
     // checkBoxMartes
     //
     //
     //
     //
     this.checkBoxMartes.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxMartes.Enabled = false;
     this.checkBoxMartes.Location = new System.Drawing.Point(46, 200);
     this.checkBoxMartes.Name = "checkBoxMartes";
     this.checkBoxMartes.Size = new System.Drawing.Size(30, 23);
     this.checkBoxMartes.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxMartes.TabIndex = 23;
     this.checkBoxMartes.Text = "M";
     //
     // checkBoxLunes
     //
     //
     //
     //
     this.checkBoxLunes.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxLunes.Enabled = false;
     this.checkBoxLunes.Location = new System.Drawing.Point(10, 200);
     this.checkBoxLunes.Name = "checkBoxLunes";
     this.checkBoxLunes.Size = new System.Drawing.Size(30, 23);
     this.checkBoxLunes.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxLunes.TabIndex = 22;
     this.checkBoxLunes.Text = "L";
     //
     // checkBoxRepetir
     //
     //
     //
     //
     this.checkBoxRepetir.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxRepetir.Location = new System.Drawing.Point(10, 171);
     this.checkBoxRepetir.Name = "checkBoxRepetir";
     this.checkBoxRepetir.Size = new System.Drawing.Size(100, 23);
     this.checkBoxRepetir.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxRepetir.TabIndex = 21;
     this.checkBoxRepetir.Text = "Repetir";
     this.superValidator.SetValidator1(this.checkBoxRepetir, this.customValidatorDiasSeleccionados);
     this.checkBoxRepetir.CheckedChanged += new System.EventHandler(this.checkBoxRepetir_CheckedChanged);
     //
     // dateTimeInputFin
     //
     this.dateTimeInputFin.AllowEmptyState = false;
     //
     //
     //
     this.dateTimeInputFin.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputFin.ButtonDropDown.Visible = true;
     this.dateTimeInputFin.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputFin.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputFin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputFin.IsPopupCalendarOpen = false;
     this.dateTimeInputFin.Location = new System.Drawing.Point(10, 116);
     this.dateTimeInputFin.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputFin.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputFin.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputFin.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputFin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputFin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputFin.Name = "dateTimeInputFin";
     this.dateTimeInputFin.ShowUpDown = true;
     this.dateTimeInputFin.Size = new System.Drawing.Size(246, 20);
     this.dateTimeInputFin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputFin.TabIndex = 20;
     this.superValidator.SetValidator1(this.dateTimeInputFin, this.compareValidatorDateTimeInputFin);
     this.dateTimeInputFin.Value = new System.DateTime(2012, 10, 29, 4, 53, 39, 0);
     this.dateTimeInputFin.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // labelFin
     //
     //
     //
     //
     this.labelFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelFin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.labelFin.Location = new System.Drawing.Point(10, 87);
     this.labelFin.Name = "labelFin";
     this.labelFin.Size = new System.Drawing.Size(75, 23);
     this.labelFin.TabIndex = 19;
     this.labelFin.Text = "Fin:";
     //
     // dateTimeInputInicio
     //
     this.dateTimeInputInicio.AllowEmptyState = false;
     //
     //
     //
     this.dateTimeInputInicio.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputInicio.ButtonDropDown.Visible = true;
     this.dateTimeInputInicio.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputInicio.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputInicio.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputInicio.IsPopupCalendarOpen = false;
     this.dateTimeInputInicio.Location = new System.Drawing.Point(10, 61);
     this.dateTimeInputInicio.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputInicio.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputInicio.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputInicio.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputInicio.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputInicio.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputInicio.Name = "dateTimeInputInicio";
     this.dateTimeInputInicio.ShowUpDown = true;
     this.dateTimeInputInicio.Size = new System.Drawing.Size(246, 20);
     this.dateTimeInputInicio.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputInicio.TabIndex = 18;
     this.dateTimeInputInicio.Value = new System.DateTime(2012, 10, 29, 4, 53, 31, 0);
     this.dateTimeInputInicio.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // labelInicio
     //
     //
     //
     //
     this.labelInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelInicio.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.labelInicio.Location = new System.Drawing.Point(10, 32);
     this.labelInicio.Name = "labelInicio";
     this.labelInicio.Size = new System.Drawing.Size(75, 23);
     this.labelInicio.TabIndex = 17;
     this.labelInicio.Text = "Inicio:";
     //
     // buttonLimpiar
     //
     this.buttonLimpiar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonLimpiar.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonLimpiar.Location = new System.Drawing.Point(181, 310);
     this.buttonLimpiar.Name = "buttonLimpiar";
     this.buttonLimpiar.Size = new System.Drawing.Size(75, 23);
     this.buttonLimpiar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonLimpiar.TabIndex = 33;
     this.buttonLimpiar.Text = "Limpiar";
     this.buttonLimpiar.Visible = false;
     this.buttonLimpiar.Click += new System.EventHandler(this.buttonLimpiar_Click);
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(10, 229);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(156, 23);
     this.labelX1.TabIndex = 34;
     this.labelX1.Text = "Fin de Repetición:";
     //
     // radioButtonRepeticiones
     //
     this.radioButtonRepeticiones.AutoSize = true;
     this.radioButtonRepeticiones.Checked = true;
     this.radioButtonRepeticiones.Enabled = false;
     this.radioButtonRepeticiones.Location = new System.Drawing.Point(25, 258);
     this.radioButtonRepeticiones.Name = "radioButtonRepeticiones";
     this.radioButtonRepeticiones.Size = new System.Drawing.Size(85, 17);
     this.radioButtonRepeticiones.TabIndex = 35;
     this.radioButtonRepeticiones.TabStop = true;
     this.radioButtonRepeticiones.Text = "Despues de:";
     this.radioButtonRepeticiones.UseVisualStyleBackColor = true;
     this.radioButtonRepeticiones.CheckedChanged += new System.EventHandler(this.radioButtonRepeticiones_CheckedChanged);
     //
     // radioButtonFecha
     //
     this.radioButtonFecha.AutoSize = true;
     this.radioButtonFecha.Enabled = false;
     this.radioButtonFecha.Location = new System.Drawing.Point(25, 287);
     this.radioButtonFecha.Name = "radioButtonFecha";
     this.radioButtonFecha.Size = new System.Drawing.Size(72, 17);
     this.radioButtonFecha.TabIndex = 36;
     this.radioButtonFecha.Text = "Antes del:";
     this.radioButtonFecha.UseVisualStyleBackColor = true;
     this.radioButtonFecha.CheckedChanged += new System.EventHandler(this.radioButtonFecha_CheckedChanged);
     //
     // integerInputRepeticiones
     //
     this.integerInputRepeticiones.AllowEmptyState = false;
     //
     //
     //
     this.integerInputRepeticiones.BackgroundStyle.Class = "DateTimeInputBackground";
     this.integerInputRepeticiones.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.integerInputRepeticiones.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInputRepeticiones.Enabled = false;
     this.integerInputRepeticiones.Location = new System.Drawing.Point(116, 258);
     this.integerInputRepeticiones.MaxValue = 100;
     this.integerInputRepeticiones.MinValue = 1;
     this.integerInputRepeticiones.Name = "integerInputRepeticiones";
     this.integerInputRepeticiones.ShowUpDown = true;
     this.integerInputRepeticiones.Size = new System.Drawing.Size(50, 20);
     this.integerInputRepeticiones.TabIndex = 37;
     this.integerInputRepeticiones.Value = 1;
     //
     // dateTimeInputFinRepeticiones
     //
     this.dateTimeInputFinRepeticiones.AllowEmptyState = false;
     //
     //
     //
     this.dateTimeInputFinRepeticiones.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputFinRepeticiones.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFinRepeticiones.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputFinRepeticiones.ButtonDropDown.Visible = true;
     this.dateTimeInputFinRepeticiones.Enabled = false;
     this.dateTimeInputFinRepeticiones.IsPopupCalendarOpen = false;
     this.dateTimeInputFinRepeticiones.Location = new System.Drawing.Point(116, 284);
     this.dateTimeInputFinRepeticiones.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
     //
     //
     //
     this.dateTimeInputFinRepeticiones.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFinRepeticiones.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputFinRepeticiones.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputFinRepeticiones.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFinRepeticiones.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputFinRepeticiones.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputFinRepeticiones.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFinRepeticiones.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputFinRepeticiones.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFinRepeticiones.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputFinRepeticiones.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFinRepeticiones.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputFinRepeticiones.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputFinRepeticiones.Name = "dateTimeInputFinRepeticiones";
     this.dateTimeInputFinRepeticiones.Size = new System.Drawing.Size(94, 20);
     this.dateTimeInputFinRepeticiones.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputFinRepeticiones.TabIndex = 38;
     this.superValidator.SetValidator1(this.dateTimeInputFinRepeticiones, this.customValidatorDateTimeInputFinRepeticiones);
     this.dateTimeInputFinRepeticiones.Value = new System.DateTime(2012, 10, 29, 4, 53, 31, 0);
     //
     // labelSesiones
     //
     //
     //
     //
     this.labelSesiones.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelSesiones.Location = new System.Drawing.Point(172, 255);
     this.labelSesiones.Name = "labelSesiones";
     this.labelSesiones.Size = new System.Drawing.Size(75, 23);
     this.labelSesiones.TabIndex = 39;
     this.labelSesiones.Text = "sesiones";
     //
     // superTabControlAsignacion
     //
     this.superTabControlAsignacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     //
     //
     //
     this.superTabControlAsignacion.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.superTabControlAsignacion.ControlBox.MenuBox.Name = "";
     this.superTabControlAsignacion.ControlBox.Name = "";
     this.superTabControlAsignacion.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.superTabControlAsignacion.ControlBox.MenuBox,
     this.superTabControlAsignacion.ControlBox.CloseBox});
     this.superTabControlAsignacion.ControlBox.Visible = false;
     this.superTabControlAsignacion.Controls.Add(this.superTabControlPanel2);
     this.superTabControlAsignacion.Controls.Add(this.superTabControlPanelAsignacion);
     this.superTabControlAsignacion.Location = new System.Drawing.Point(300, 87);
     this.superTabControlAsignacion.Name = "superTabControlAsignacion";
     this.superTabControlAsignacion.ReorderTabsEnabled = true;
     this.superTabControlAsignacion.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.superTabControlAsignacion.SelectedTabIndex = 1;
     this.superTabControlAsignacion.Size = new System.Drawing.Size(298, 243);
     this.superTabControlAsignacion.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabControlAsignacion.TabIndex = 41;
     this.superTabControlAsignacion.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.superTabItemClase,
     this.superTabItemOtro});
     this.superTabControlAsignacion.TabsVisible = false;
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.Controls.Add(this.panel2);
     this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(0, 25);
     this.superTabControlPanel2.Name = "superTabControlPanel2";
     superTabLinearGradientColorTable1.AdaptiveGradient = false;
     superTabLinearGradientColorTable1.Colors = new System.Drawing.Color[] {
     System.Drawing.SystemColors.Control};
     superTabPanelItemColorTable1.Background = superTabLinearGradientColorTable1;
     superTabPanelColorTable1.Bottom = superTabPanelItemColorTable1;
     superTabLinearGradientColorTable2.AdaptiveGradient = false;
     superTabLinearGradientColorTable2.Colors = new System.Drawing.Color[] {
     System.Drawing.SystemColors.Control};
     superTabPanelItemColorTable2.Background = superTabLinearGradientColorTable2;
     superTabPanelColorTable1.Default = superTabPanelItemColorTable2;
     this.superTabControlPanel2.PanelColor = superTabPanelColorTable1;
     this.superTabControlPanel2.Size = new System.Drawing.Size(298, 218);
     this.superTabControlPanel2.TabIndex = 0;
     this.superTabControlPanel2.TabItem = this.superTabItemOtro;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.panel2.Controls.Add(this.comboBoxCliente);
     this.panel2.Controls.Add(this.labelCliente);
     this.panel2.Controls.Add(this.buttonEdit);
     this.panel2.Controls.Add(this.buttonX1);
     this.panel2.Controls.Add(this.textBoxObservaciones);
     this.panel2.Controls.Add(this.labelTipoUso);
     this.panel2.Controls.Add(this.labelObservaciones);
     this.panel2.Controls.Add(this.comboBoxTipoUso);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(298, 218);
     this.panel2.TabIndex = 49;
     //
     // comboBoxCliente
     //
     this.comboBoxCliente.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxCliente.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBoxCliente.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBoxCliente.DisplayMember = "Text";
     this.comboBoxCliente.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxCliente.FormattingEnabled = true;
     this.comboBoxCliente.ItemHeight = 14;
     this.comboBoxCliente.Location = new System.Drawing.Point(84, 59);
     this.comboBoxCliente.Name = "comboBoxCliente";
     this.comboBoxCliente.Size = new System.Drawing.Size(156, 20);
     this.comboBoxCliente.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxCliente.TabIndex = 67;
     this.superValidator.SetValidator1(this.comboBoxCliente, this.customValidator_Cliente_Exists);
     this.comboBoxCliente.SelectedIndexChanged += new System.EventHandler(this.comboBoxCliente_SelectedIndexChanged);
     this.comboBoxCliente.Leave += new System.EventHandler(this.comboBoxCliente_Leave);
     //
     // labelCliente
     //
     //
     //
     //
     this.labelCliente.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelCliente.Location = new System.Drawing.Point(3, 59);
     this.labelCliente.Name = "labelCliente";
     this.labelCliente.Size = new System.Drawing.Size(72, 23);
     this.labelCliente.TabIndex = 66;
     this.labelCliente.Text = "Cliente:";
     //
     // buttonEdit
     //
     this.buttonEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonEdit.AntiAlias = true;
     this.buttonEdit.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
     this.buttonEdit.Image = ((System.Drawing.Image)(resources.GetObject("buttonEdit.Image")));
     this.buttonEdit.ImageFixedSize = new System.Drawing.Size(15, 15);
     this.buttonEdit.Location = new System.Drawing.Point(241, 62);
     this.buttonEdit.Name = "buttonEdit";
     this.buttonEdit.Size = new System.Drawing.Size(15, 15);
     this.buttonEdit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonEdit.TabIndex = 65;
     this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click);
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonX1.AntiAlias = true;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
     this.buttonX1.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.buttonX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImageFixedSize = new System.Drawing.Size(15, 15);
     this.buttonX1.Location = new System.Drawing.Point(262, 62);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(15, 15);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 64;
     this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // textBoxObservaciones
     //
     this.textBoxObservaciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxObservaciones.BackColor = System.Drawing.SystemColors.HighlightText;
     //
     //
     //
     this.textBoxObservaciones.Border.Class = "TextBoxBorder";
     this.textBoxObservaciones.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxObservaciones.ForeColor = System.Drawing.Color.Black;
     this.textBoxObservaciones.Location = new System.Drawing.Point(3, 113);
     this.textBoxObservaciones.Multiline = true;
     this.textBoxObservaciones.Name = "textBoxObservaciones";
     this.textBoxObservaciones.Size = new System.Drawing.Size(274, 79);
     this.textBoxObservaciones.TabIndex = 48;
     //
     // labelTipoUso
     //
     //
     //
     //
     this.labelTipoUso.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelTipoUso.Location = new System.Drawing.Point(3, 30);
     this.labelTipoUso.Name = "labelTipoUso";
     this.labelTipoUso.Size = new System.Drawing.Size(75, 23);
     this.labelTipoUso.TabIndex = 45;
     this.labelTipoUso.Text = "Tipo de Uso:";
     //
     // labelObservaciones
     //
     //
     //
     //
     this.labelObservaciones.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelObservaciones.Location = new System.Drawing.Point(3, 84);
     this.labelObservaciones.Name = "labelObservaciones";
     this.labelObservaciones.Size = new System.Drawing.Size(202, 23);
     this.labelObservaciones.TabIndex = 47;
     this.labelObservaciones.Text = "Observaciones:";
     //
     // comboBoxTipoUso
     //
     this.comboBoxTipoUso.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxTipoUso.DisplayMember = "Text";
     this.comboBoxTipoUso.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxTipoUso.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxTipoUso.FormattingEnabled = true;
     this.comboBoxTipoUso.ItemHeight = 14;
     this.comboBoxTipoUso.Location = new System.Drawing.Point(84, 33);
     this.comboBoxTipoUso.Name = "comboBoxTipoUso";
     this.comboBoxTipoUso.Size = new System.Drawing.Size(193, 20);
     this.comboBoxTipoUso.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxTipoUso.TabIndex = 44;
     //
     // superTabItemOtro
     //
     this.superTabItemOtro.AttachedControl = this.superTabControlPanel2;
     this.superTabItemOtro.GlobalItem = false;
     this.superTabItemOtro.Name = "superTabItemOtro";
     this.superTabItemOtro.Text = "Otro";
     //
     // superTabControlPanelAsignacion
     //
     this.superTabControlPanelAsignacion.Controls.Add(this.panel1);
     this.superTabControlPanelAsignacion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanelAsignacion.Location = new System.Drawing.Point(0, 25);
     this.superTabControlPanelAsignacion.Name = "superTabControlPanelAsignacion";
     superTabLinearGradientColorTable3.Colors = new System.Drawing.Color[] {
     System.Drawing.SystemColors.Control};
     superTabPanelItemColorTable3.Background = superTabLinearGradientColorTable3;
     superTabPanelColorTable2.Default = superTabPanelItemColorTable3;
     this.superTabControlPanelAsignacion.PanelColor = superTabPanelColorTable2;
     this.superTabControlPanelAsignacion.Size = new System.Drawing.Size(298, 218);
     this.superTabControlPanelAsignacion.TabIndex = 1;
     this.superTabControlPanelAsignacion.TabItem = this.superTabItemClase;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.panel1.Controls.Add(this.labelX2);
     this.panel1.Controls.Add(this.textBoxDocente);
     this.panel1.Controls.Add(this.labelGrupo);
     this.panel1.Controls.Add(this.labelAsignatura);
     this.panel1.Controls.Add(this.comboBoxGrupo);
     this.panel1.Controls.Add(this.comboBoxAsignatura);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(298, 218);
     this.panel1.TabIndex = 49;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(3, 88);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(75, 23);
     this.labelX2.TabIndex = 50;
     this.labelX2.Text = "Docente:";
     //
     // textBoxDocente
     //
     this.textBoxDocente.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.textBoxDocente.Border.Class = "TextBoxBorder";
     this.textBoxDocente.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxDocente.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxDocente.Location = new System.Drawing.Point(84, 88);
     this.textBoxDocente.Name = "textBoxDocente";
     this.textBoxDocente.ReadOnly = true;
     this.textBoxDocente.Size = new System.Drawing.Size(193, 22);
     this.textBoxDocente.TabIndex = 49;
     //
     // labelGrupo
     //
     //
     //
     //
     this.labelGrupo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelGrupo.Location = new System.Drawing.Point(3, 59);
     this.labelGrupo.Name = "labelGrupo";
     this.labelGrupo.Size = new System.Drawing.Size(75, 23);
     this.labelGrupo.TabIndex = 3;
     this.labelGrupo.Text = "Grupo:";
     //
     // labelAsignatura
     //
     //
     //
     //
     this.labelAsignatura.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelAsignatura.Location = new System.Drawing.Point(3, 30);
     this.labelAsignatura.Name = "labelAsignatura";
     this.labelAsignatura.Size = new System.Drawing.Size(75, 23);
     this.labelAsignatura.TabIndex = 1;
     this.labelAsignatura.Text = "Asignatura:";
     //
     // comboBoxGrupo
     //
     this.comboBoxGrupo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxGrupo.DisplayMember = "Text";
     this.comboBoxGrupo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxGrupo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxGrupo.FormattingEnabled = true;
     this.comboBoxGrupo.ItemHeight = 14;
     this.comboBoxGrupo.Location = new System.Drawing.Point(84, 62);
     this.comboBoxGrupo.Name = "comboBoxGrupo";
     this.comboBoxGrupo.Size = new System.Drawing.Size(193, 20);
     this.comboBoxGrupo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxGrupo.TabIndex = 2;
     this.superValidator.SetValidator1(this.comboBoxGrupo, this.customValidatorValidateGrupo);
     this.comboBoxGrupo.SelectedIndexChanged += new System.EventHandler(this.comboBoxGrupo_SelectedIndexChanged);
     //
     // comboBoxAsignatura
     //
     this.comboBoxAsignatura.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxAsignatura.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBoxAsignatura.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBoxAsignatura.DisplayMember = "Text";
     this.comboBoxAsignatura.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxAsignatura.FormattingEnabled = true;
     this.comboBoxAsignatura.ItemHeight = 14;
     this.comboBoxAsignatura.Location = new System.Drawing.Point(84, 33);
     this.comboBoxAsignatura.Name = "comboBoxAsignatura";
     this.comboBoxAsignatura.Size = new System.Drawing.Size(193, 20);
     this.comboBoxAsignatura.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxAsignatura.TabIndex = 0;
     this.superValidator.SetValidator1(this.comboBoxAsignatura, this.customValidator_Asignatura_Exists);
     this.comboBoxAsignatura.SelectedIndexChanged += new System.EventHandler(this.comboBoxAsignatura_SelectedIndexChanged);
     this.comboBoxAsignatura.Leave += new System.EventHandler(this.comboBoxAsignatura_Leave);
     //
     // superTabItemClase
     //
     this.superTabItemClase.AttachedControl = this.superTabControlPanelAsignacion;
     this.superTabItemClase.GlobalItem = false;
     this.superTabItemClase.Name = "superTabItemClase";
     this.superTabItemClase.Text = "Clase";
     //
     // labelAsignacion
     //
     //
     //
     //
     this.labelAsignacion.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelAsignacion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.labelAsignacion.Location = new System.Drawing.Point(300, 58);
     this.labelAsignacion.Name = "labelAsignacion";
     this.labelAsignacion.Size = new System.Drawing.Size(75, 23);
     this.labelAsignacion.TabIndex = 42;
     this.labelAsignacion.Text = "Asignacion de:";
     //
     // comboBoxAsignacion
     //
     this.comboBoxAsignacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxAsignacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAsignacion.FormattingEnabled = true;
     this.comboBoxAsignacion.Items.AddRange(new object[] {
     "Clase",
     "Otros"});
     this.comboBoxAsignacion.Location = new System.Drawing.Point(381, 60);
     this.comboBoxAsignacion.Name = "comboBoxAsignacion";
     this.comboBoxAsignacion.Size = new System.Drawing.Size(196, 21);
     this.comboBoxAsignacion.TabIndex = 43;
     this.comboBoxAsignacion.SelectedIndexChanged += new System.EventHandler(this.comboBoxAsignacion_SelectedIndexChanged);
     //
     // dataGridViewFechas
     //
     this.dataGridViewFechas.AllowUserToAddRows = false;
     this.dataGridViewFechas.AllowUserToResizeColumns = false;
     this.dataGridViewFechas.AllowUserToResizeRows = false;
     this.dataGridViewFechas.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.dataGridViewFechas.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewFechas.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewFechas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dataGridViewFechas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ColumnAula,
     this.ColumnDia,
     this.ColumnInicio,
     this.ColumnFin,
     this.ColumnDuracion,
     this.ColumnSerie});
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewFechas.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridViewFechas.EnableHeadersVisualStyles = false;
     this.dataGridViewFechas.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewFechas.Location = new System.Drawing.Point(10, 339);
     this.dataGridViewFechas.Name = "dataGridViewFechas";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewFechas.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewFechas.RowHeadersWidth = 10;
     this.dataGridViewFechas.Size = new System.Drawing.Size(567, 150);
     this.dataGridViewFechas.TabIndex = 44;
     //
     // ColumnAula
     //
     this.ColumnAula.DataPropertyName = "AulaReferencia";
     this.ColumnAula.HeaderText = "Aula";
     this.ColumnAula.Name = "ColumnAula";
     this.ColumnAula.ReadOnly = true;
     //
     // ColumnDia
     //
     this.ColumnDia.DataPropertyName = "Dia";
     this.ColumnDia.HeaderText = "Dia";
     this.ColumnDia.Name = "ColumnDia";
     this.ColumnDia.ReadOnly = true;
     this.ColumnDia.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColumnInicio
     //
     this.ColumnInicio.AllowEmptyState = false;
     //
     //
     //
     this.ColumnInicio.BackgroundStyle.Class = "DataGridViewDateTimeBorder";
     this.ColumnInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnInicio.ButtonDropDown.Visible = true;
     this.ColumnInicio.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.ColumnInicio.DataPropertyName = "Inicio";
     this.ColumnInicio.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.ColumnInicio.HeaderText = "Inicio";
     this.ColumnInicio.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Left;
     //
     //
     //
     this.ColumnInicio.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ColumnInicio.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnInicio.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     //
     //
     //
     this.ColumnInicio.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnInicio.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.ColumnInicio.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.ColumnInicio.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ColumnInicio.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnInicio.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.ColumnInicio.Name = "ColumnInicio";
     this.ColumnInicio.ShowUpDown = true;
     this.ColumnInicio.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColumnFin
     //
     //
     //
     //
     this.ColumnFin.BackgroundStyle.Class = "DataGridViewDateTimeBorder";
     this.ColumnFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnFin.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.ColumnFin.DataPropertyName = "Fin";
     this.ColumnFin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.ColumnFin.HeaderText = "Fin";
     this.ColumnFin.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Left;
     //
     //
     //
     this.ColumnFin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ColumnFin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnFin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     //
     //
     //
     this.ColumnFin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnFin.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.ColumnFin.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.ColumnFin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.ColumnFin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ColumnFin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.ColumnFin.Name = "ColumnFin";
     this.ColumnFin.ShowUpDown = true;
     this.ColumnFin.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColumnDuracion
     //
     this.ColumnDuracion.DataPropertyName = "Duracion";
     this.ColumnDuracion.HeaderText = "Duración";
     this.ColumnDuracion.Name = "ColumnDuracion";
     this.ColumnDuracion.ReadOnly = true;
     this.ColumnDuracion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColumnSerie
     //
     this.ColumnSerie.DataPropertyName = "SerieDescripcion";
     this.ColumnSerie.HeaderText = "Serie";
     this.ColumnSerie.Name = "ColumnSerie";
     //
     // superValidator
     //
     this.superValidator.ContainerControl = this;
     this.superValidator.ErrorProvider = this.errorProvider;
     this.superValidator.Highlighter = this.highlighter;
     this.superValidator.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // customValidatorDiasSeleccionados
     //
     this.customValidatorDiasSeleccionados.ErrorMessage = "Almenos un dia debe de estar seleccionado";
     this.customValidatorDiasSeleccionados.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidatorDiasSeleccionados.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidatorDiasSeleccionados_ValidateValue);
     //
     // compareValidatorDateTimeInputFin
     //
     this.compareValidatorDateTimeInputFin.ControlToCompare = this.dateTimeInputInicio;
     this.compareValidatorDateTimeInputFin.ControlToCompareValuePropertyName = "Value";
     this.compareValidatorDateTimeInputFin.ErrorMessage = "Rango de fecha inválido";
     this.compareValidatorDateTimeInputFin.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.compareValidatorDateTimeInputFin.Operator = DevComponents.DotNetBar.Validator.eValidationCompareOperator.GreaterThan;
     //
     // customValidatorDateTimeInputFinRepeticiones
     //
     this.customValidatorDateTimeInputFinRepeticiones.ErrorMessage = "La fecha en que finaliza la repetición debe ser mayor a la de inicio";
     this.customValidatorDateTimeInputFinRepeticiones.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidatorDateTimeInputFinRepeticiones.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidatorDateValid_ValidateValue);
     //
     // customValidator_Cliente_Exists
     //
     this.customValidator_Cliente_Exists.ErrorMessage = "Cliente invalido, para continuar agruegue los datos del cliente.";
     this.customValidator_Cliente_Exists.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidator_Cliente_Exists.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidator_Cliente_Valido_ValidateValue);
     //
     // customValidatorValidateGrupo
     //
     this.customValidatorValidateGrupo.ErrorMessage = "Es requerido seleccionar un grupo";
     this.customValidatorValidateGrupo.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     //
     // customValidator_Asignatura_Exists
     //
     this.customValidator_Asignatura_Exists.ErrorMessage = "Asignatura Invalida.";
     this.customValidator_Asignatura_Exists.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidator_Asignatura_Exists.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidator_Asignatura_Exists_ValidateValue);
     //
     // errorProvider
     //
     this.errorProvider.ContainerControl = this;
     this.errorProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider.Icon")));
     //
     // highlighter
     //
     this.highlighter.ContainerControl = this;
     this.highlighter.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // comboBoxAula
     //
     this.comboBoxAula.DisplayMember = "Text";
     this.comboBoxAula.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxAula.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAula.FormattingEnabled = true;
     this.comboBoxAula.ItemHeight = 14;
     this.comboBoxAula.Location = new System.Drawing.Point(46, 6);
     this.comboBoxAula.Name = "comboBoxAula";
     this.comboBoxAula.Size = new System.Drawing.Size(121, 20);
     this.comboBoxAula.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxAula.TabIndex = 45;
     //
     // labelAula
     //
     //
     //
     //
     this.labelAula.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelAula.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.labelAula.Location = new System.Drawing.Point(10, 3);
     this.labelAula.Name = "labelAula";
     this.labelAula.Size = new System.Drawing.Size(30, 23);
     this.labelAula.TabIndex = 46;
     this.labelAula.Text = "Aula:";
     //
     // checkBoxAgruparSerie
     //
     //
     //
     //
     this.checkBoxAgruparSerie.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxAgruparSerie.Location = new System.Drawing.Point(300, 6);
     this.checkBoxAgruparSerie.Name = "checkBoxAgruparSerie";
     this.checkBoxAgruparSerie.Size = new System.Drawing.Size(116, 23);
     this.checkBoxAgruparSerie.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxAgruparSerie.TabIndex = 47;
     this.checkBoxAgruparSerie.Text = "Agrupar en serie";
     this.checkBoxAgruparSerie.CheckedChanged += new System.EventHandler(this.checkBoxAgruparSerie_CheckedChanged);
     //
     // textBoxTituloSerie
     //
     this.textBoxTituloSerie.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.textBoxTituloSerie.Border.Class = "TextBoxBorder";
     this.textBoxTituloSerie.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxTituloSerie.Enabled = false;
     this.textBoxTituloSerie.Location = new System.Drawing.Point(300, 32);
     this.textBoxTituloSerie.Name = "textBoxTituloSerie";
     this.textBoxTituloSerie.Size = new System.Drawing.Size(277, 20);
     this.textBoxTituloSerie.TabIndex = 48;
     //
     // AsignacionMultipleControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.Controls.Add(this.textBoxTituloSerie);
     this.Controls.Add(this.checkBoxAgruparSerie);
     this.Controls.Add(this.labelAula);
     this.Controls.Add(this.comboBoxAula);
     this.Controls.Add(this.dataGridViewFechas);
     this.Controls.Add(this.comboBoxAsignacion);
     this.Controls.Add(this.labelAsignacion);
     this.Controls.Add(this.superTabControlAsignacion);
     this.Controls.Add(this.labelSesiones);
     this.Controls.Add(this.dateTimeInputFinRepeticiones);
     this.Controls.Add(this.integerInputRepeticiones);
     this.Controls.Add(this.radioButtonFecha);
     this.Controls.Add(this.radioButtonRepeticiones);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.buttonLimpiar);
     this.Controls.Add(this.labelTiempo);
     this.Controls.Add(this.buttonAdd);
     this.Controls.Add(this.checkBoxDomingo);
     this.Controls.Add(this.checkBoxSabado);
     this.Controls.Add(this.checkBoxViernes);
     this.Controls.Add(this.checkBoxJueves);
     this.Controls.Add(this.checkBoxMiercoles);
     this.Controls.Add(this.checkBoxMartes);
     this.Controls.Add(this.checkBoxLunes);
     this.Controls.Add(this.checkBoxRepetir);
     this.Controls.Add(this.dateTimeInputFin);
     this.Controls.Add(this.labelFin);
     this.Controls.Add(this.dateTimeInputInicio);
     this.Controls.Add(this.labelInicio);
     this.Name = "AsignacionMultipleControl";
     this.Size = new System.Drawing.Size(602, 506);
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputRepeticiones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFinRepeticiones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControlAsignacion)).EndInit();
     this.superTabControlAsignacion.ResumeLayout(false);
     this.superTabControlPanel2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.superTabControlPanelAsignacion.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFechas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevComponents.DotNetBar.Validator.CompareValidator compareDateTimeFinValidator;
     DevComponents.DotNetBar.Validator.CompareValidator compareDateTimeInicioValidator;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AsignacionVariosControl));
     this.dateTimeInputInicio = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.dateTimeInputFin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.comboBoxLugar = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelLugar = new DevComponents.DotNetBar.LabelX();
     this.labelTitulo = new DevComponents.DotNetBar.LabelX();
     this.textBoxDuracion = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelDuracion = new DevComponents.DotNetBar.LabelX();
     this.labelObservaciones = new DevComponents.DotNetBar.LabelX();
     this.labelTipoUso = new DevComponents.DotNetBar.LabelX();
     this.labelFin = new DevComponents.DotNetBar.LabelX();
     this.labelInicio = new DevComponents.DotNetBar.LabelX();
     this.comboBoxTipoUso = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.textBoxObservaciones = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.superValidator = new DevComponents.DotNetBar.Validator.SuperValidator();
     this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     this.highlighter = new DevComponents.DotNetBar.Validator.Highlighter();
     this.comboBoxCliente = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.customValidator_Cliente_Exists = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.labelCliente = new DevComponents.DotNetBar.LabelX();
     this.buttonAdd = new DevComponents.DotNetBar.ButtonX();
     this.buttonEdit = new DevComponents.DotNetBar.ButtonX();
     compareDateTimeFinValidator = new DevComponents.DotNetBar.Validator.CompareValidator();
     compareDateTimeInicioValidator = new DevComponents.DotNetBar.Validator.CompareValidator();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // compareDateTimeFinValidator
     //
     compareDateTimeFinValidator.ControlToCompare = this.dateTimeInputInicio;
     compareDateTimeFinValidator.ControlToCompareValuePropertyName = "Value";
     compareDateTimeFinValidator.ErrorMessage = "La fecha y hora de finalizacion debe de ser mayor que la de inicio";
     compareDateTimeFinValidator.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     compareDateTimeFinValidator.Operator = DevComponents.DotNetBar.Validator.eValidationCompareOperator.GreaterThan;
     compareDateTimeFinValidator.ValuePropertyName = "Value";
     compareDateTimeFinValidator.ValueToCompare = "Value";
     //
     // dateTimeInputInicio
     //
     this.dateTimeInputInicio.AllowEmptyState = false;
     this.dateTimeInputInicio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.dateTimeInputInicio.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputInicio.ButtonDropDown.Visible = true;
     this.dateTimeInputInicio.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputInicio.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputInicio.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInputInicio.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputInicio.IsPopupCalendarOpen = false;
     this.dateTimeInputInicio.Location = new System.Drawing.Point(3, 85);
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputInicio.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputInicio.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputInicio.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputInicio.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputInicio.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputInicio.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputInicio.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputInicio.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputInicio.Name = "dateTimeInputInicio";
     this.dateTimeInputInicio.ShowUpDown = true;
     this.dateTimeInputInicio.Size = new System.Drawing.Size(195, 22);
     this.dateTimeInputInicio.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputInicio.TabIndex = 45;
     this.superValidator.SetValidator1(this.dateTimeInputInicio, compareDateTimeInicioValidator);
     this.dateTimeInputInicio.Value = new System.DateTime(2012, 10, 29, 4, 53, 31, 0);
     this.dateTimeInputInicio.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // compareDateTimeInicioValidator
     //
     compareDateTimeInicioValidator.ControlToCompare = this.dateTimeInputFin;
     compareDateTimeInicioValidator.ControlToCompareValuePropertyName = "Value";
     compareDateTimeInicioValidator.ErrorMessage = "La fecha y hora de inicio debe de ser menor que la de finalizacion";
     compareDateTimeInicioValidator.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     compareDateTimeInicioValidator.Operator = DevComponents.DotNetBar.Validator.eValidationCompareOperator.LessThan;
     compareDateTimeInicioValidator.ValuePropertyName = "Value";
     compareDateTimeInicioValidator.ValueToCompare = "Value";
     //
     // dateTimeInputFin
     //
     this.dateTimeInputFin.AllowEmptyState = false;
     this.dateTimeInputFin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.dateTimeInputFin.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInputFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInputFin.ButtonDropDown.Visible = true;
     this.dateTimeInputFin.CustomFormat = "dd/MM/yyyy hh:mm tt";
     this.dateTimeInputFin.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
     this.dateTimeInputFin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInputFin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dateTimeInputFin.IsPopupCalendarOpen = false;
     this.dateTimeInputFin.Location = new System.Drawing.Point(3, 138);
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInputFin.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInputFin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.DayClickAutoClosePopup = false;
     this.dateTimeInputFin.MonthCalendar.DisplayMonth = new System.DateTime(2012, 10, 1, 0, 0, 0, 0);
     this.dateTimeInputFin.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInputFin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInputFin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInputFin.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInputFin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInputFin.Name = "dateTimeInputFin";
     this.dateTimeInputFin.ShowUpDown = true;
     this.dateTimeInputFin.Size = new System.Drawing.Size(195, 22);
     this.dateTimeInputFin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInputFin.TabIndex = 47;
     this.superValidator.SetValidator1(this.dateTimeInputFin, compareDateTimeFinValidator);
     this.dateTimeInputFin.Value = new System.DateTime(2012, 10, 29, 4, 53, 39, 0);
     this.dateTimeInputFin.ValueChanged += new System.EventHandler(this.dateTimeInput_ValueChanged);
     //
     // comboBoxLugar
     //
     this.comboBoxLugar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxLugar.DisplayMember = "Text";
     this.comboBoxLugar.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxLugar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxLugar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxLugar.FormattingEnabled = true;
     this.comboBoxLugar.ItemHeight = 16;
     this.comboBoxLugar.Location = new System.Drawing.Point(3, 252);
     this.comboBoxLugar.Name = "comboBoxLugar";
     this.comboBoxLugar.Size = new System.Drawing.Size(195, 22);
     this.comboBoxLugar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxLugar.TabIndex = 56;
     //
     // labelLugar
     //
     //
     //
     //
     this.labelLugar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelLugar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelLugar.Location = new System.Drawing.Point(3, 223);
     this.labelLugar.Name = "labelLugar";
     this.labelLugar.Size = new System.Drawing.Size(75, 23);
     this.labelLugar.TabIndex = 55;
     this.labelLugar.Text = "Lugar:";
     //
     // labelTitulo
     //
     //
     //
     //
     this.labelTitulo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelTitulo.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTitulo.ForeColor = System.Drawing.Color.DarkBlue;
     this.labelTitulo.Location = new System.Drawing.Point(3, 3);
     this.labelTitulo.Name = "labelTitulo";
     this.labelTitulo.Size = new System.Drawing.Size(200, 47);
     this.labelTitulo.TabIndex = 54;
     this.labelTitulo.Text = "Asignación de Varios";
     //
     // textBoxDuracion
     //
     this.textBoxDuracion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.textBoxDuracion.Border.Class = "TextBoxBorder";
     this.textBoxDuracion.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxDuracion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxDuracion.Location = new System.Drawing.Point(3, 195);
     this.textBoxDuracion.Name = "textBoxDuracion";
     this.textBoxDuracion.ReadOnly = true;
     this.textBoxDuracion.Size = new System.Drawing.Size(195, 22);
     this.textBoxDuracion.TabIndex = 53;
     this.textBoxDuracion.Text = "Invalido";
     //
     // labelDuracion
     //
     //
     //
     //
     this.labelDuracion.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelDuracion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelDuracion.Location = new System.Drawing.Point(3, 166);
     this.labelDuracion.Name = "labelDuracion";
     this.labelDuracion.Size = new System.Drawing.Size(93, 23);
     this.labelDuracion.TabIndex = 52;
     this.labelDuracion.Text = "Duracion:";
     //
     // labelObservaciones
     //
     //
     //
     //
     this.labelObservaciones.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelObservaciones.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelObservaciones.Location = new System.Drawing.Point(3, 394);
     this.labelObservaciones.Name = "labelObservaciones";
     this.labelObservaciones.Size = new System.Drawing.Size(151, 23);
     this.labelObservaciones.TabIndex = 50;
     this.labelObservaciones.Text = "Observaciones:";
     //
     // labelTipoUso
     //
     //
     //
     //
     this.labelTipoUso.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelTipoUso.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelTipoUso.Location = new System.Drawing.Point(3, 280);
     this.labelTipoUso.Name = "labelTipoUso";
     this.labelTipoUso.Size = new System.Drawing.Size(151, 23);
     this.labelTipoUso.TabIndex = 48;
     this.labelTipoUso.Text = "Tipo de Uso:";
     //
     // labelFin
     //
     //
     //
     //
     this.labelFin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelFin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelFin.Location = new System.Drawing.Point(3, 111);
     this.labelFin.Name = "labelFin";
     this.labelFin.Size = new System.Drawing.Size(75, 23);
     this.labelFin.TabIndex = 46;
     this.labelFin.Text = "Fin:";
     //
     // labelInicio
     //
     //
     //
     //
     this.labelInicio.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelInicio.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelInicio.Location = new System.Drawing.Point(3, 56);
     this.labelInicio.Name = "labelInicio";
     this.labelInicio.Size = new System.Drawing.Size(75, 23);
     this.labelInicio.TabIndex = 44;
     this.labelInicio.Text = "Inicio:";
     //
     // comboBoxTipoUso
     //
     this.comboBoxTipoUso.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxTipoUso.DisplayMember = "Text";
     this.comboBoxTipoUso.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxTipoUso.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxTipoUso.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxTipoUso.FormattingEnabled = true;
     this.comboBoxTipoUso.ItemHeight = 16;
     this.comboBoxTipoUso.Location = new System.Drawing.Point(3, 309);
     this.comboBoxTipoUso.Name = "comboBoxTipoUso";
     this.comboBoxTipoUso.Size = new System.Drawing.Size(195, 22);
     this.comboBoxTipoUso.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxTipoUso.TabIndex = 49;
     //
     // textBoxObservaciones
     //
     this.textBoxObservaciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.textBoxObservaciones.Border.Class = "TextBoxBorder";
     this.textBoxObservaciones.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxObservaciones.Location = new System.Drawing.Point(3, 423);
     this.textBoxObservaciones.Multiline = true;
     this.textBoxObservaciones.Name = "textBoxObservaciones";
     this.textBoxObservaciones.Size = new System.Drawing.Size(195, 129);
     this.textBoxObservaciones.TabIndex = 57;
     this.textBoxObservaciones.WatermarkText = "Observaciones";
     //
     // superValidator
     //
     this.superValidator.ContainerControl = this;
     this.superValidator.ErrorProvider = this.errorProvider;
     this.superValidator.Highlighter = this.highlighter;
     this.superValidator.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // errorProvider
     //
     this.errorProvider.ContainerControl = this;
     this.errorProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider.Icon")));
     //
     // highlighter
     //
     this.highlighter.ContainerControl = this;
     this.highlighter.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // comboBoxCliente
     //
     this.comboBoxCliente.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxCliente.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBoxCliente.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBoxCliente.DisplayMember = "Text";
     this.comboBoxCliente.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxCliente.DropDownWidth = 350;
     this.comboBoxCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxCliente.FormattingEnabled = true;
     this.comboBoxCliente.ItemHeight = 16;
     this.comboBoxCliente.Location = new System.Drawing.Point(3, 366);
     this.comboBoxCliente.Name = "comboBoxCliente";
     this.comboBoxCliente.Size = new System.Drawing.Size(195, 22);
     this.comboBoxCliente.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxCliente.TabIndex = 59;
     this.superValidator.SetValidator1(this.comboBoxCliente, this.customValidator_Cliente_Exists);
     this.comboBoxCliente.SelectedIndexChanged += new System.EventHandler(this.comboBoxCliente_SelectedIndexChanged);
     this.comboBoxCliente.Leave += new System.EventHandler(this.comboBoxCliente_Leave);
     //
     // customValidator_Cliente_Exists
     //
     this.customValidator_Cliente_Exists.ErrorMessage = "Cliente invalido, para continuar agruegue los datos del cliente.";
     this.customValidator_Cliente_Exists.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.customValidator_Cliente_Exists.ValidateValue += new DevComponents.DotNetBar.Validator.ValidateValueEventHandler(this.customValidator_Cliente_Valido_ValidateValue);
     //
     // labelCliente
     //
     //
     //
     //
     this.labelCliente.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.labelCliente.Location = new System.Drawing.Point(3, 337);
     this.labelCliente.Name = "labelCliente";
     this.labelCliente.Size = new System.Drawing.Size(93, 23);
     this.labelCliente.TabIndex = 58;
     this.labelCliente.Text = "Cliente:";
     //
     // buttonAdd
     //
     this.buttonAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAdd.AntiAlias = true;
     this.buttonAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
     this.buttonAdd.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.buttonAdd.Image = ((System.Drawing.Image)(resources.GetObject("buttonAdd.Image")));
     this.buttonAdd.ImageFixedSize = new System.Drawing.Size(15, 15);
     this.buttonAdd.Location = new System.Drawing.Point(183, 345);
     this.buttonAdd.Name = "buttonAdd";
     this.buttonAdd.Size = new System.Drawing.Size(15, 15);
     this.buttonAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonAdd.TabIndex = 60;
     this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
     //
     // buttonEdit
     //
     this.buttonEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonEdit.AntiAlias = true;
     this.buttonEdit.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
     this.buttonEdit.Image = ((System.Drawing.Image)(resources.GetObject("buttonEdit.Image")));
     this.buttonEdit.ImageFixedSize = new System.Drawing.Size(15, 15);
     this.buttonEdit.Location = new System.Drawing.Point(162, 345);
     this.buttonEdit.Name = "buttonEdit";
     this.buttonEdit.Size = new System.Drawing.Size(15, 15);
     this.buttonEdit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonEdit.TabIndex = 61;
     this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click);
     //
     // AsignacionVariosControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.Controls.Add(this.buttonEdit);
     this.Controls.Add(this.buttonAdd);
     this.Controls.Add(this.comboBoxCliente);
     this.Controls.Add(this.labelCliente);
     this.Controls.Add(this.textBoxObservaciones);
     this.Controls.Add(this.comboBoxLugar);
     this.Controls.Add(this.labelLugar);
     this.Controls.Add(this.labelTitulo);
     this.Controls.Add(this.textBoxDuracion);
     this.Controls.Add(this.labelDuracion);
     this.Controls.Add(this.labelObservaciones);
     this.Controls.Add(this.comboBoxTipoUso);
     this.Controls.Add(this.labelTipoUso);
     this.Controls.Add(this.dateTimeInputFin);
     this.Controls.Add(this.labelFin);
     this.Controls.Add(this.dateTimeInputInicio);
     this.Controls.Add(this.labelInicio);
     this.Name = "AsignacionVariosControl";
     this.Size = new System.Drawing.Size(219, 568);
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputInicio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInputFin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 /// <summary> 
 /// Método necesario para admitir el Diseñador. No se puede modificar 
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Empresa));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.dateTimeInput2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX21 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX12 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX15 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX11 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX10 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX8 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX7 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.superValidator1 = new DevComponents.DotNetBar.Validator.SuperValidator();
     this.regularExpressionValidator1 = new DevComponents.DotNetBar.Validator.RegularExpressionValidator();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.highlighter1 = new DevComponents.DotNetBar.Validator.Highlighter();
     this.comboBoxEx6 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.cADINDataSet = new Sistema_De_Administracion_De_Servicios.CADINDataSet();
     this.departamentosBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.departamentosTableAdapter = new Sistema_De_Administracion_De_Servicios.CADINDataSetTableAdapters.DepartamentosTableAdapter();
     this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.labelX22 = new DevComponents.DotNetBar.LabelX();
     this.labelX20 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx3 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx4 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx5 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX24 = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.textBoxX17 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtCodCiiu = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.labelX29 = new DevComponents.DotNetBar.LabelX();
     this.labelX28 = new DevComponents.DotNetBar.LabelX();
     this.cboAgrupacion = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX9 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.btnGenerarPagos = new DevComponents.DotNetBar.ButtonX();
     this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.labelX16 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX13 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.btnEliminarContacto = new DevComponents.DotNetBar.ButtonX();
     this.labelX25 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx9 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX19 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx8 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX18 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx7 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX17 = new DevComponents.DotNetBar.LabelX();
     this.customValidator1 = new DevComponents.DotNetBar.Validator.CustomValidator();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cADINDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.departamentosBindingSource)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember = "cod_dept";
     this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.Enabled = false;
     this.comboBoxEx1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight = 15;
     this.comboBoxEx1.Location = new System.Drawing.Point(138, 91);
     this.comboBoxEx1.Name = "comboBoxEx1";
     this.comboBoxEx1.Size = new System.Drawing.Size(139, 21);
     this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx1.TabIndex = 3;
     this.comboBoxEx1.ValueMember = "cod_dept";
     //
     // dateTimeInput2
     //
     //
     //
     //
     this.dateTimeInput2.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput2.ButtonDropDown.Visible = true;
     this.dateTimeInput2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInput2.IsPopupCalendarOpen = false;
     this.dateTimeInput2.Location = new System.Drawing.Point(517, 22);
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInput2.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.DisplayMonth = new System.DateTime(2012, 5, 1, 0, 0, 0, 0);
     this.dateTimeInput2.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput2.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput2.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput2.Name = "dateTimeInput2";
     this.dateTimeInput2.Size = new System.Drawing.Size(98, 21);
     this.dateTimeInput2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput2.TabIndex = 100;
     //
     // labelX21
     //
     //
     //
     //
     this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX21.Enabled = false;
     this.labelX21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX21.Location = new System.Drawing.Point(391, 21);
     this.labelX21.Name = "labelX21";
     this.labelX21.Size = new System.Drawing.Size(109, 23);
     this.labelX21.TabIndex = 84;
     this.labelX21.Text = "Fecha de Inscripcion :";
     //
     // textBoxX12
     //
     this.textBoxX12.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX12.Border.Class = "TextBoxBorder";
     this.textBoxX12.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX12.ForeColor = System.Drawing.Color.Black;
     this.textBoxX12.Location = new System.Drawing.Point(358, 108);
     this.textBoxX12.Multiline = true;
     this.textBoxX12.Name = "textBoxX12";
     this.textBoxX12.ReadOnly = true;
     this.textBoxX12.Size = new System.Drawing.Size(329, 57);
     this.textBoxX12.TabIndex = 17;
     //
     // labelX15
     //
     //
     //
     //
     this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX15.Location = new System.Drawing.Point(360, 86);
     this.labelX15.Name = "labelX15";
     this.labelX15.Size = new System.Drawing.Size(109, 23);
     this.labelX15.TabIndex = 72;
     this.labelX15.Text = "Materia Prima :";
     //
     // textBoxX11
     //
     this.textBoxX11.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX11.Border.Class = "TextBoxBorder";
     this.textBoxX11.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX11.ForeColor = System.Drawing.Color.Black;
     this.textBoxX11.Location = new System.Drawing.Point(360, 46);
     this.textBoxX11.Multiline = true;
     this.textBoxX11.Name = "textBoxX11";
     this.textBoxX11.ReadOnly = true;
     this.textBoxX11.Size = new System.Drawing.Size(327, 40);
     this.textBoxX11.TabIndex = 16;
     //
     // labelX14
     //
     //
     //
     //
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX14.Location = new System.Drawing.Point(360, 21);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(121, 23);
     this.labelX14.TabIndex = 70;
     this.labelX14.Text = "Articulos que Produce :";
     //
     // textBoxX10
     //
     this.textBoxX10.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX10.Border.Class = "TextBoxBorder";
     this.textBoxX10.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX10.ForeColor = System.Drawing.Color.Black;
     this.textBoxX10.Location = new System.Drawing.Point(146, 144);
     this.textBoxX10.Name = "textBoxX10";
     this.textBoxX10.ReadOnly = true;
     this.textBoxX10.Size = new System.Drawing.Size(90, 21);
     this.textBoxX10.TabIndex = 15;
     this.textBoxX10.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxX10_Validating);
     //
     // labelX13
     //
     this.labelX13.AutoSize = true;
     //
     //
     //
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX13.Location = new System.Drawing.Point(47, 144);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(74, 15);
     this.labelX13.TabIndex = 68;
     this.labelX13.Text = "Inversion Fija :";
     //
     // labelX12
     //
     this.labelX12.AutoSize = true;
     //
     //
     //
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX12.Location = new System.Drawing.Point(13, 116);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(108, 15);
     this.labelX12.TabIndex = 66;
     this.labelX12.Text = "Promedio de Ventas :";
     //
     // textBoxX8
     //
     this.textBoxX8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX8.Border.Class = "TextBoxBorder";
     this.textBoxX8.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX8.ForeColor = System.Drawing.Color.Black;
     this.textBoxX8.Location = new System.Drawing.Point(138, 89);
     this.textBoxX8.MaxLength = 4;
     this.textBoxX8.Name = "textBoxX8";
     this.textBoxX8.ReadOnly = true;
     this.textBoxX8.Size = new System.Drawing.Size(50, 21);
     this.textBoxX8.TabIndex = 13;
     this.textBoxX8.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxX8_KeyPress);
     //
     // labelX11
     //
     this.labelX11.AutoSize = true;
     //
     //
     //
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX11.Location = new System.Drawing.Point(10, 89);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(111, 15);
     this.labelX11.TabIndex = 64;
     this.labelX11.Text = "Cantidad Empleados :";
     //
     // labelX10
     //
     this.labelX10.AutoSize = true;
     //
     //
     //
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX10.Location = new System.Drawing.Point(81, 35);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(40, 15);
     this.labelX10.TabIndex = 62;
     this.labelX10.Text = "Sector :";
     //
     // textBoxX7
     //
     this.textBoxX7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX7.Border.Class = "TextBoxBorder";
     this.textBoxX7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX7.ForeColor = System.Drawing.Color.Black;
     this.textBoxX7.Location = new System.Drawing.Point(487, 177);
     this.textBoxX7.MaxLength = 50;
     this.textBoxX7.Name = "textBoxX7";
     this.textBoxX7.ReadOnly = true;
     this.textBoxX7.Size = new System.Drawing.Size(200, 21);
     this.textBoxX7.TabIndex = 10;
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX9.Location = new System.Drawing.Point(360, 176);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(109, 23);
     this.labelX9.TabIndex = 60;
     this.labelX9.Text = "Pagina Web :";
     //
     // textBoxX6
     //
     this.textBoxX6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX6.Border.Class = "TextBoxBorder";
     this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX6.ForeColor = System.Drawing.Color.Black;
     this.textBoxX6.Location = new System.Drawing.Point(487, 148);
     this.textBoxX6.Name = "textBoxX6";
     this.textBoxX6.ReadOnly = true;
     this.textBoxX6.Size = new System.Drawing.Size(200, 21);
     this.textBoxX6.TabIndex = 9;
     this.superValidator1.SetValidator1(this.textBoxX6, this.regularExpressionValidator1);
     this.textBoxX6.WatermarkText = "*****@*****.**";
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX8.Location = new System.Drawing.Point(360, 147);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(109, 23);
     this.labelX8.TabIndex = 58;
     this.labelX8.Text = "e-mail :";
     //
     // textBoxX5
     //
     this.textBoxX5.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX5.Border.Class = "TextBoxBorder";
     this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX5.ForeColor = System.Drawing.Color.Black;
     this.textBoxX5.Location = new System.Drawing.Point(486, 119);
     this.textBoxX5.MaxLength = 20;
     this.textBoxX5.Name = "textBoxX5";
     this.textBoxX5.ReadOnly = true;
     this.textBoxX5.Size = new System.Drawing.Size(139, 21);
     this.textBoxX5.TabIndex = 8;
     this.textBoxX5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxX5_KeyPress);
     //
     // labelX7
     //
     //
     //
     //
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX7.Location = new System.Drawing.Point(360, 118);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(92, 23);
     this.labelX7.TabIndex = 56;
     this.labelX7.Text = "Fax :";
     //
     // textBoxX4
     //
     this.textBoxX4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX4.Border.Class = "TextBoxBorder";
     this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX4.ForeColor = System.Drawing.Color.Black;
     this.textBoxX4.Location = new System.Drawing.Point(487, 90);
     this.textBoxX4.MaxLength = 20;
     this.textBoxX4.Name = "textBoxX4";
     this.textBoxX4.ReadOnly = true;
     this.textBoxX4.Size = new System.Drawing.Size(139, 21);
     this.textBoxX4.TabIndex = 7;
     this.superValidator1.SetValidator1(this.textBoxX4, this.regularExpressionValidator1);
     this.textBoxX4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxX4_KeyPress);
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX6.Location = new System.Drawing.Point(360, 89);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(109, 23);
     this.labelX6.TabIndex = 54;
     this.labelX6.Text = "Telefono :";
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX5.Location = new System.Drawing.Point(11, 89);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(121, 23);
     this.labelX5.TabIndex = 53;
     this.labelX5.Text = "Departamento :";
     //
     // dateTimeInput1
     //
     //
     //
     //
     this.dateTimeInput1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput1.ButtonDropDown.Visible = true;
     this.dateTimeInput1.Enabled = false;
     this.dateTimeInput1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimeInput1.IsPopupCalendarOpen = false;
     this.dateTimeInput1.Location = new System.Drawing.Point(486, 59);
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInput1.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2012, 5, 1, 0, 0, 0, 0);
     this.dateTimeInput1.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput1.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput1.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput1.Name = "dateTimeInput1";
     this.dateTimeInput1.Size = new System.Drawing.Size(87, 21);
     this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput1.TabIndex = 6;
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX4.Location = new System.Drawing.Point(360, 59);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(109, 23);
     this.labelX4.TabIndex = 51;
     this.labelX4.Text = "Fecha Constitucion :";
     //
     // textBoxX3
     //
     this.textBoxX3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX3.ForeColor = System.Drawing.Color.Black;
     this.textBoxX3.Location = new System.Drawing.Point(137, 119);
     this.textBoxX3.Multiline = true;
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.ReadOnly = true;
     this.textBoxX3.Size = new System.Drawing.Size(201, 80);
     this.textBoxX3.TabIndex = 4;
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX3.Location = new System.Drawing.Point(11, 118);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(121, 23);
     this.labelX3.TabIndex = 49;
     this.labelX3.Text = "Direccion de Empresa :";
     //
     // textBoxX2
     //
     this.textBoxX2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX2.ForeColor = System.Drawing.Color.Black;
     this.textBoxX2.Location = new System.Drawing.Point(138, 61);
     this.textBoxX2.MaxLength = 100;
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.ReadOnly = true;
     this.textBoxX2.Size = new System.Drawing.Size(200, 21);
     this.textBoxX2.TabIndex = 2;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX2.Location = new System.Drawing.Point(11, 60);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(109, 23);
     this.labelX2.TabIndex = 47;
     this.labelX2.Text = "Nombre Comercial :";
     //
     // textBoxX1
     //
     this.textBoxX1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX1.ForeColor = System.Drawing.Color.Black;
     this.textBoxX1.Location = new System.Drawing.Point(138, 34);
     this.textBoxX1.MaxLength = 100;
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.ReadOnly = true;
     this.textBoxX1.Size = new System.Drawing.Size(200, 21);
     this.textBoxX1.TabIndex = 1;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location = new System.Drawing.Point(11, 31);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(109, 23);
     this.labelX1.TabIndex = 45;
     this.labelX1.Text = "Nombre de Empresa :";
     //
     // superValidator1
     //
     this.superValidator1.ContainerControl = this;
     this.superValidator1.ErrorProvider = this.errorProvider1;
     this.superValidator1.Highlighter = this.highlighter1;
     //
     // regularExpressionValidator1
     //
     this.regularExpressionValidator1.Enabled = false;
     this.regularExpressionValidator1.ErrorMessage = "E-mail inválido";
     this.regularExpressionValidator1.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.regularExpressionValidator1.ValidationExpression = "^([0-9a-zA-Z]([-\\.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\\w]*[0-9a-zA-Z]\\.)+[a-zA-Z]{2,9" +
         "})$";
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // highlighter1
     //
     this.highlighter1.ContainerControl = this;
     //
     // comboBoxEx6
     //
     this.comboBoxEx6.DisplayMember = "Text";
     this.comboBoxEx6.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx6.FormattingEnabled = true;
     this.comboBoxEx6.ItemHeight = 16;
     this.comboBoxEx6.Location = new System.Drawing.Point(125, 265);
     this.comboBoxEx6.Name = "comboBoxEx6";
     this.comboBoxEx6.Size = new System.Drawing.Size(207, 22);
     this.comboBoxEx6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx6.TabIndex = 24;
     //
     // comboBoxEx2
     //
     this.comboBoxEx2.DisplayMember = "Text";
     this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx2.Enabled = false;
     this.comboBoxEx2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxEx2.FormattingEnabled = true;
     this.comboBoxEx2.ItemHeight = 15;
     this.comboBoxEx2.Location = new System.Drawing.Point(138, 35);
     this.comboBoxEx2.Name = "comboBoxEx2";
     this.comboBoxEx2.Size = new System.Drawing.Size(139, 21);
     this.comboBoxEx2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx2.TabIndex = 11;
     //
     // cADINDataSet
     //
     this.cADINDataSet.DataSetName = "CADINDataSet";
     this.cADINDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // departamentosBindingSource
     //
     this.departamentosBindingSource.DataMember = "Departamentos";
     this.departamentosBindingSource.DataSource = this.cADINDataSet;
     //
     // departamentosTableAdapter
     //
     this.departamentosTableAdapter.ClearBeforeFill = true;
     //
     // checkBoxX1
     //
     //
     //
     //
     this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX1.Enabled = false;
     this.checkBoxX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxX1.Location = new System.Drawing.Point(11, 30);
     this.checkBoxX1.Name = "checkBoxX1";
     this.checkBoxX1.Size = new System.Drawing.Size(115, 23);
     this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX1.TabIndex = 18;
     this.checkBoxX1.Text = "Afiliado a CENAMI";
     //
     // checkBoxX2
     //
     //
     //
     //
     this.checkBoxX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX2.Enabled = false;
     this.checkBoxX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxX2.Location = new System.Drawing.Point(162, 30);
     this.checkBoxX2.Name = "checkBoxX2";
     this.checkBoxX2.Size = new System.Drawing.Size(100, 23);
     this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX2.TabIndex = 19;
     this.checkBoxX2.Text = "Socio de CADIN";
     //
     // labelX22
     //
     //
     //
     //
     this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX22.Location = new System.Drawing.Point(331, 95);
     this.labelX22.Name = "labelX22";
     this.labelX22.Size = new System.Drawing.Size(81, 23);
     this.labelX22.TabIndex = 86;
     this.labelX22.Text = "Cuota Anual :";
     //
     // labelX20
     //
     //
     //
     //
     this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX20.Location = new System.Drawing.Point(10, 67);
     this.labelX20.Name = "labelX20";
     this.labelX20.Size = new System.Drawing.Size(109, 23);
     this.labelX20.TabIndex = 92;
     this.labelX20.Text = "Tipo de Membresia :";
     //
     // comboBoxEx3
     //
     this.comboBoxEx3.DisplayMember = "Text";
     this.comboBoxEx3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx3.Enabled = false;
     this.comboBoxEx3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxEx3.FormattingEnabled = true;
     this.comboBoxEx3.ItemHeight = 15;
     this.comboBoxEx3.Location = new System.Drawing.Point(137, 67);
     this.comboBoxEx3.Name = "comboBoxEx3";
     this.comboBoxEx3.Size = new System.Drawing.Size(143, 21);
     this.comboBoxEx3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx3.TabIndex = 20;
     //
     // comboBoxEx4
     //
     this.comboBoxEx4.DisplayMember = "Text";
     this.comboBoxEx4.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx4.Enabled = false;
     this.comboBoxEx4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxEx4.FormattingEnabled = true;
     this.comboBoxEx4.ItemHeight = 15;
     this.comboBoxEx4.Location = new System.Drawing.Point(433, 68);
     this.comboBoxEx4.Name = "comboBoxEx4";
     this.comboBoxEx4.Size = new System.Drawing.Size(125, 21);
     this.comboBoxEx4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx4.TabIndex = 22;
     this.comboBoxEx4.Click += new System.EventHandler(this.comboBoxEx4_Click);
     //
     // labelX23
     //
     //
     //
     //
     this.labelX23.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX23.Location = new System.Drawing.Point(331, 67);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(109, 23);
     this.labelX23.TabIndex = 94;
     this.labelX23.Text = "Tipo de Tarifa :";
     //
     // comboBoxEx5
     //
     this.comboBoxEx5.DisplayMember = "Text";
     this.comboBoxEx5.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx5.Enabled = false;
     this.comboBoxEx5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxEx5.FormattingEnabled = true;
     this.comboBoxEx5.ItemHeight = 15;
     this.comboBoxEx5.Location = new System.Drawing.Point(137, 97);
     this.comboBoxEx5.Name = "comboBoxEx5";
     this.comboBoxEx5.Size = new System.Drawing.Size(143, 21);
     this.comboBoxEx5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx5.TabIndex = 21;
     //
     // labelX24
     //
     //
     //
     //
     this.labelX24.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX24.Location = new System.Drawing.Point(10, 96);
     this.labelX24.Name = "labelX24";
     this.labelX24.Size = new System.Drawing.Size(109, 23);
     this.labelX24.TabIndex = 96;
     this.labelX24.Text = "Tipo de Empresa :";
     //
     // checkBoxX3
     //
     //
     //
     //
     this.checkBoxX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX3.Enabled = false;
     this.checkBoxX3.Location = new System.Drawing.Point(593, 377);
     this.checkBoxX3.Name = "checkBoxX3";
     this.checkBoxX3.Size = new System.Drawing.Size(142, 23);
     this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX3.TabIndex = 28;
     this.checkBoxX3.Text = "Desea recibir correos";
     //
     // textBoxX17
     //
     this.textBoxX17.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX17.Border.Class = "TextBoxBorder";
     this.textBoxX17.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX17.ForeColor = System.Drawing.Color.Black;
     this.textBoxX17.Location = new System.Drawing.Point(433, 96);
     this.textBoxX17.Name = "textBoxX17";
     this.textBoxX17.Size = new System.Drawing.Size(125, 21);
     this.textBoxX17.TabIndex = 100;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.txtCodCiiu);
     this.groupBox1.Controls.Add(this.labelX26);
     this.groupBox1.Controls.Add(this.textBoxX2);
     this.groupBox1.Controls.Add(this.labelX1);
     this.groupBox1.Controls.Add(this.textBoxX1);
     this.groupBox1.Controls.Add(this.labelX2);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Controls.Add(this.labelX4);
     this.groupBox1.Controls.Add(this.dateTimeInput1);
     this.groupBox1.Controls.Add(this.textBoxX3);
     this.groupBox1.Controls.Add(this.comboBoxEx1);
     this.groupBox1.Controls.Add(this.labelX5);
     this.groupBox1.Controls.Add(this.labelX6);
     this.groupBox1.Controls.Add(this.textBoxX4);
     this.groupBox1.Controls.Add(this.labelX7);
     this.groupBox1.Controls.Add(this.textBoxX5);
     this.groupBox1.Controls.Add(this.labelX8);
     this.groupBox1.Controls.Add(this.textBoxX6);
     this.groupBox1.Controls.Add(this.labelX9);
     this.groupBox1.Controls.Add(this.textBoxX7);
     this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(12, 17);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(732, 216);
     this.groupBox1.TabIndex = 100;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Informacion General";
     //
     // txtCodCiiu
     //
     this.txtCodCiiu.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtCodCiiu.Border.Class = "TextBoxBorder";
     this.txtCodCiiu.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtCodCiiu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCodCiiu.ForeColor = System.Drawing.Color.Black;
     this.txtCodCiiu.Location = new System.Drawing.Point(487, 31);
     this.txtCodCiiu.Name = "txtCodCiiu";
     this.txtCodCiiu.Size = new System.Drawing.Size(128, 20);
     this.txtCodCiiu.TabIndex = 5;
     //
     // labelX26
     //
     //
     //
     //
     this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX26.Location = new System.Drawing.Point(358, 30);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(109, 23);
     this.labelX26.TabIndex = 61;
     this.labelX26.Text = "Codigo CIIU:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.labelX29);
     this.groupBox2.Controls.Add(this.labelX28);
     this.groupBox2.Controls.Add(this.cboAgrupacion);
     this.groupBox2.Controls.Add(this.labelX27);
     this.groupBox2.Controls.Add(this.textBoxX9);
     this.groupBox2.Controls.Add(this.textBoxX12);
     this.groupBox2.Controls.Add(this.labelX10);
     this.groupBox2.Controls.Add(this.labelX11);
     this.groupBox2.Controls.Add(this.textBoxX8);
     this.groupBox2.Controls.Add(this.labelX12);
     this.groupBox2.Controls.Add(this.labelX13);
     this.groupBox2.Controls.Add(this.textBoxX10);
     this.groupBox2.Controls.Add(this.labelX14);
     this.groupBox2.Controls.Add(this.textBoxX11);
     this.groupBox2.Controls.Add(this.labelX15);
     this.groupBox2.Controls.Add(this.comboBoxEx2);
     this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(12, 239);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(735, 185);
     this.groupBox2.TabIndex = 101;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Datos de Produccion";
     //
     // labelX29
     //
     this.labelX29.AutoSize = true;
     //
     //
     //
     this.labelX29.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX29.Location = new System.Drawing.Point(127, 147);
     this.labelX29.Name = "labelX29";
     this.labelX29.Size = new System.Drawing.Size(17, 15);
     this.labelX29.TabIndex = 77;
     this.labelX29.Text = "C$";
     //
     // labelX28
     //
     this.labelX28.AutoSize = true;
     //
     //
     //
     this.labelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX28.Location = new System.Drawing.Point(127, 119);
     this.labelX28.Name = "labelX28";
     this.labelX28.Size = new System.Drawing.Size(17, 15);
     this.labelX28.TabIndex = 76;
     this.labelX28.Text = "C$";
     //
     // cboAgrupacion
     //
     this.cboAgrupacion.DisplayMember = "Text";
     this.cboAgrupacion.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboAgrupacion.Enabled = false;
     this.cboAgrupacion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboAgrupacion.FormattingEnabled = true;
     this.cboAgrupacion.ItemHeight = 15;
     this.cboAgrupacion.Location = new System.Drawing.Point(138, 62);
     this.cboAgrupacion.Name = "cboAgrupacion";
     this.cboAgrupacion.Size = new System.Drawing.Size(139, 21);
     this.cboAgrupacion.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboAgrupacion.TabIndex = 12;
     //
     // labelX27
     //
     this.labelX27.AutoSize = true;
     //
     //
     //
     this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX27.Location = new System.Drawing.Point(57, 62);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(64, 15);
     this.labelX27.TabIndex = 75;
     this.labelX27.Text = "Agrupación :";
     //
     // textBoxX9
     //
     this.textBoxX9.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX9.Border.Class = "TextBoxBorder";
     this.textBoxX9.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxX9.ForeColor = System.Drawing.Color.Black;
     this.textBoxX9.Location = new System.Drawing.Point(145, 116);
     this.textBoxX9.Name = "textBoxX9";
     this.textBoxX9.Size = new System.Drawing.Size(90, 21);
     this.textBoxX9.TabIndex = 14;
     this.textBoxX9.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxX9_Validating_1);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label10);
     this.groupBox4.Controls.Add(this.label9);
     this.groupBox4.Controls.Add(this.label8);
     this.groupBox4.Controls.Add(this.label7);
     this.groupBox4.Controls.Add(this.btnGenerarPagos);
     this.groupBox4.Controls.Add(this.comboBoxEx3);
     this.groupBox4.Controls.Add(this.labelX21);
     this.groupBox4.Controls.Add(this.dateTimeInput2);
     this.groupBox4.Controls.Add(this.labelX22);
     this.groupBox4.Controls.Add(this.textBoxX17);
     this.groupBox4.Controls.Add(this.checkBoxX1);
     this.groupBox4.Controls.Add(this.comboBoxEx5);
     this.groupBox4.Controls.Add(this.checkBoxX2);
     this.groupBox4.Controls.Add(this.labelX24);
     this.groupBox4.Controls.Add(this.labelX20);
     this.groupBox4.Controls.Add(this.comboBoxEx4);
     this.groupBox4.Controls.Add(this.labelX23);
     this.groupBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox4.Location = new System.Drawing.Point(12, 430);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(731, 138);
     this.groupBox4.TabIndex = 103;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Informacion de Membresia";
     //
     // btnGenerarPagos
     //
     this.btnGenerarPagos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnGenerarPagos.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnGenerarPagos.Location = new System.Drawing.Point(593, 94);
     this.btnGenerarPagos.Name = "btnGenerarPagos";
     this.btnGenerarPagos.Size = new System.Drawing.Size(116, 23);
     this.btnGenerarPagos.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnGenerarPagos.TabIndex = 97;
     this.btnGenerarPagos.Text = "Pagos";
     this.btnGenerarPagos.Click += new System.EventHandler(this.btnGenerarPagos_Click);
     //
     // dataGridViewX1
     //
     this.dataGridViewX1.AllowUserToAddRows = false;
     this.dataGridViewX1.AllowUserToDeleteRows = false;
     this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewX1.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewX1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridViewX1.EnableHeadersVisualStyles = false;
     this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(107)))), ((int)(((byte)(114)))));
     this.dataGridViewX1.Location = new System.Drawing.Point(11, 19);
     this.dataGridViewX1.Name = "dataGridViewX1";
     this.dataGridViewX1.ReadOnly = true;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewX1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewX1.Size = new System.Drawing.Size(720, 176);
     this.dataGridViewX1.TabIndex = 23;
     //
     // labelX16
     //
     //
     //
     //
     this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX16.Location = new System.Drawing.Point(528, 3);
     this.labelX16.Name = "labelX16";
     this.labelX16.Size = new System.Drawing.Size(109, 19);
     this.labelX16.TabIndex = 104;
     this.labelX16.Text = "Codigo de Empresa :";
     //
     // textBoxX13
     //
     this.textBoxX13.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.textBoxX13.Border.Class = "TextBoxBorder";
     this.textBoxX13.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX13.ForeColor = System.Drawing.Color.Black;
     this.textBoxX13.Location = new System.Drawing.Point(643, 2);
     this.textBoxX13.Name = "textBoxX13";
     this.textBoxX13.ReadOnly = true;
     this.textBoxX13.Size = new System.Drawing.Size(100, 20);
     this.textBoxX13.TabIndex = 46;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Controls.Add(this.btnEliminarContacto);
     this.groupBox3.Controls.Add(this.labelX25);
     this.groupBox3.Controls.Add(this.comboBoxEx9);
     this.groupBox3.Controls.Add(this.labelX19);
     this.groupBox3.Controls.Add(this.comboBoxEx8);
     this.groupBox3.Controls.Add(this.labelX18);
     this.groupBox3.Controls.Add(this.comboBoxEx7);
     this.groupBox3.Controls.Add(this.labelX17);
     this.groupBox3.Controls.Add(this.comboBoxEx6);
     this.groupBox3.Controls.Add(this.checkBoxX3);
     this.groupBox3.Controls.Add(this.dataGridViewX1);
     this.groupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox3.Location = new System.Drawing.Point(12, 574);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(741, 406);
     this.groupBox3.TabIndex = 105;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Contactos";
     //
     // btnEliminarContacto
     //
     this.btnEliminarContacto.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnEliminarContacto.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnEliminarContacto.Location = new System.Drawing.Point(608, 201);
     this.btnEliminarContacto.Name = "btnEliminarContacto";
     this.btnEliminarContacto.Size = new System.Drawing.Size(123, 23);
     this.btnEliminarContacto.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnEliminarContacto.TabIndex = 109;
     this.btnEliminarContacto.Text = "Eliminar Contacto";
     this.btnEliminarContacto.Click += new System.EventHandler(this.btnEliminarContacto_Click);
     //
     // labelX25
     //
     //
     //
     //
     this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX25.Location = new System.Drawing.Point(391, 302);
     this.labelX25.Name = "labelX25";
     this.labelX25.Size = new System.Drawing.Size(95, 23);
     this.labelX25.TabIndex = 108;
     this.labelX25.Text = "Tercer suplente :";
     //
     // comboBoxEx9
     //
     this.comboBoxEx9.DisplayMember = "Text";
     this.comboBoxEx9.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx9.FormattingEnabled = true;
     this.comboBoxEx9.ItemHeight = 16;
     this.comboBoxEx9.Location = new System.Drawing.Point(516, 303);
     this.comboBoxEx9.Name = "comboBoxEx9";
     this.comboBoxEx9.Size = new System.Drawing.Size(207, 22);
     this.comboBoxEx9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx9.TabIndex = 27;
     //
     // labelX19
     //
     //
     //
     //
     this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX19.Location = new System.Drawing.Point(10, 301);
     this.labelX19.Name = "labelX19";
     this.labelX19.Size = new System.Drawing.Size(95, 23);
     this.labelX19.TabIndex = 106;
     this.labelX19.Text = "Segundo suplente :";
     //
     // comboBoxEx8
     //
     this.comboBoxEx8.DisplayMember = "Text";
     this.comboBoxEx8.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx8.FormattingEnabled = true;
     this.comboBoxEx8.ItemHeight = 16;
     this.comboBoxEx8.Location = new System.Drawing.Point(125, 302);
     this.comboBoxEx8.Name = "comboBoxEx8";
     this.comboBoxEx8.Size = new System.Drawing.Size(207, 22);
     this.comboBoxEx8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx8.TabIndex = 25;
     //
     // labelX18
     //
     //
     //
     //
     this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX18.Location = new System.Drawing.Point(391, 265);
     this.labelX18.Name = "labelX18";
     this.labelX18.Size = new System.Drawing.Size(95, 23);
     this.labelX18.TabIndex = 104;
     this.labelX18.Text = "Primer suplente :";
     //
     // comboBoxEx7
     //
     this.comboBoxEx7.DisplayMember = "Text";
     this.comboBoxEx7.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx7.FormattingEnabled = true;
     this.comboBoxEx7.ItemHeight = 16;
     this.comboBoxEx7.Location = new System.Drawing.Point(516, 265);
     this.comboBoxEx7.Name = "comboBoxEx7";
     this.comboBoxEx7.Size = new System.Drawing.Size(207, 22);
     this.comboBoxEx7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx7.TabIndex = 26;
     //
     // labelX17
     //
     //
     //
     //
     this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX17.Location = new System.Drawing.Point(11, 265);
     this.labelX17.Name = "labelX17";
     this.labelX17.Size = new System.Drawing.Size(108, 23);
     this.labelX17.TabIndex = 102;
     this.labelX17.Text = "Contacto principal :";
     //
     // customValidator1
     //
     this.customValidator1.ErrorMessage = "Your error message here.";
     this.customValidator1.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label1.Location = new System.Drawing.Point(339, 39);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(14, 16);
     this.label1.TabIndex = 62;
     this.label1.Text = "*";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label2.Location = new System.Drawing.Point(339, 67);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(14, 16);
     this.label2.TabIndex = 63;
     this.label2.Text = "*";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label3.Location = new System.Drawing.Point(283, 96);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(14, 16);
     this.label3.TabIndex = 64;
     this.label3.Text = "*";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label4.Location = new System.Drawing.Point(339, 121);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(14, 16);
     this.label4.TabIndex = 65;
     this.label4.Text = "*";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label5.Location = new System.Drawing.Point(573, 64);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(14, 16);
     this.label5.TabIndex = 66;
     this.label5.Text = "*";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label6.Location = new System.Drawing.Point(283, 40);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(14, 16);
     this.label6.TabIndex = 67;
     this.label6.Text = "*";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label7.Location = new System.Drawing.Point(286, 72);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(14, 16);
     this.label7.TabIndex = 78;
     this.label7.Text = "*";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label8.Location = new System.Drawing.Point(286, 102);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(14, 16);
     this.label8.TabIndex = 101;
     this.label8.Text = "*";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label9.Location = new System.Drawing.Point(559, 74);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(14, 16);
     this.label9.TabIndex = 102;
     this.label9.Text = "*";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label10.Location = new System.Drawing.Point(559, 102);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(14, 16);
     this.label10.TabIndex = 103;
     this.label10.Text = "*";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label11.Location = new System.Drawing.Point(338, 271);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(14, 16);
     this.label11.TabIndex = 104;
     this.label11.Text = "*";
     //
     // Empresa
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.textBoxX13);
     this.Controls.Add(this.labelX16);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "Empresa";
     this.Size = new System.Drawing.Size(768, 983);
     this.Load += new System.EventHandler(this.Empresa_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cADINDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.departamentosBindingSource)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }